.contents-header {
    margin-bottom: 0;
}

.banner {
    background-color: rgba(144, 185, 249, 0.11);
}

.banner-inner {
    width: calc(100% - 52px);
    margin: 0 auto;
}

.banner-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;
    padding: 18px 0;
}

.banner-title img {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
}

.banner-title strong {
    color: #618BFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.banner-text {
    display: none;
    padding-bottom: 25px;
}

.banner-text h4 {
    color: #111;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
}

.banner-text span {
    display: block;
    color: #111;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
}

.product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 52px;
}

.product-info img {
    width: 48px;
    height: 48px;
}

.product-name {
    width: 100%;
}

.product-name p {
    width: 189px;
    margin: 0 auto;
    padding-top: 12px;
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.3px;
}

.rating-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section {
    margin-bottom: 46px;
}

.section-title {
    width: 100%;
    text-align: center;
    color: #111111;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 14px;
}

.rating-label {
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #767676;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.3px;
    margin-top: 9px;
}

.stars {
    gap: 4px;
}

.skin-type-options, .skin-concern-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.tag {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.325px;
    padding: 7px 14px;
    border-radius: 100px;
    border: 1px solid #E5E5EC;
    background-color: #fff;
    margin-bottom: 12px;
}

.tag.selected {
    color: #66A2FF;
    border-color: #66A2FF;
}

.skin-concern-section {
    margin-bottom: 0;
    padding-bottom: 31px;
}


.review-write-section {
    margin-top: 24px;
}

.review-write-label {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.section-sub-title {
    display: flex;
    align-items: center;
    color: #111111;
    text-align: center;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin-bottom: 7px;
}

.section-sub-title img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.review-textarea {
    width: calc(100% - 24px);
    min-height: 120px;
    border: 1px solid #ddd;
    padding: 12px;
    resize: vertical;
    color: #111111;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: -0.3px;
}

.review-textarea::placeholder {
    color: #A4A4A4;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: -0.3px;
    opacity: 1;
}

.char-count {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #A4A4A4;
    text-align: center;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.25px;
}

.upload-box {
    width: 70px;
    height: 80px;
    border: 1px dashed #E5E5EC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upload-box img {
    width: 19px;
    height: 19px;
}

.review-policy {
    font-size: 12px;
    color: #666;
    margin-top: 16px;
    line-height: 1.4;
}

.review-policy-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.review-policy-link img {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.review-policy-link span {
    color: #848284;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    letter-spacing: -0.25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.review-policy-tooltip {
    position: absolute;
    top: -1500%;
    left: 0;
    z-index: 10;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 0.85rem;
    line-height: 1.4;
}

.review-policy-tooltip strong {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.review-policy-tooltip .last {
    display: block;
    margin-top: 16px;
}

.review-policy-tooltip ol {
    list-style: auto;
    padding: 0 14px;
}

.review-policy-tooltip ol li {
    color: #111;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.25px;
}

.review-upload {
    display: flex;
    gap: 4px;
}

.image-preview-wrap {
    display: flex;
    gap: 4px;
    overflow: auto;
}

.image-preview-wrap img {
    width: 72px;
    height: 80px;
}

.submit-btn {
    color: #A1A1A1;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 19px;
    width: 100%;
    letter-spacing: -0.35px;
    border: 1px solid #E5E5EC;
    background-color: #FFF;
    cursor: not-allowed;
    margin-bottom: 80px;
}

.submit-btn.active {
    background-color: #111111;
    color: #fff;
    cursor: pointer;
}

.product-effect-section {
    padding: 1rem 0;
}

.custom-radio-group {
    display: flex;
    justify-content: space-around;
}

.effect-fieldset {
    border: none;
    margin-top: 36px;
}

.effect-fieldset legend {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.effect-fieldset label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 20%;
}

.effect-fieldset label input {

}

.effect-fieldset label span {
    display: block;
    width: 100%;
    margin-top: 16px;
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.25px;
}

/* 모달 오버레이 */
.point-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 모달 내부 박스 */
.point-popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 18px 23px;
    text-align: center;
    width: 90%;
    max-width: 320px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.point-popup-content .page-close-btn {
    right: 23px;
}

.point-popup-title {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 14.686px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.367px;
}

.point-popup-image {
    width: 90px;
    height: 90px;
}

.point-popup-text {
    margin-top: 7px;
    margin-bottom: 16px;
    color: #767676;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.286px;
}

.point-popup-button {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.286px;
    padding: 14px 0;
    background-color: #111;
    border: 0;
    width: 100%;
}

.preview-item {
    position: relative;
}

.delete-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    z-index: 999999;
    display: flex;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.delete-btn img {
    width: 10px;
    height: 10px;
}

.bp-bg {
    width: 20px;
    height: 20px;
}

.bp-option {
    background-color: #fff;
}