.product-detail-review-section {
    margin: 0 auto;
    padding: 40px 0 8px;
    max-width: 1200px;
    color: #131518;
    font-weight: 400;
}
.product-detail-review-section .review-section-title {
    height: 68px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 2px solid #3A3E45;
}
.product-detail-review-section .review-section-title h3 {
    font-weight: 700;
}
.product-detail-review-section .review-tab {
    display: flex;
}
.product-detail-review-section .review-tab .review-section-title {
    justify-content: center;
    cursor: pointer;
}
.product-detail-review-section .review-tab .review-section-title.active {
    border-bottom: 2px solid #3A3E45;
    color: #131518;
    cursor: default;
}
.product-detail-review-section .review-tab .review-section-title.active h3 {
    font-weight: 700;
}
.product-detail-review-section .review-tab .review-section-title {
    border-bottom: 1px solid #DADDE0;
    color: #757D86;
}
.product-detail-review-section .review-tab .review-section-title h3 {
    font-weight: 400;
}
.product-detail-review-section .wrap-line-banner {
    padding: 32px 0 0;
}
.product-detail-review-section .customer-review-noneData {
    width: 100%;
}
.product-detail-review-section .customer-review-noneData-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    gap: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #3A3E45;
}
.product-detail-review-section .review-section-container {
    display: flex;
}
.product-detail-review-section .review-summary {
    display: flex;
    width: 320px;
    flex-direction: column;
    flex-shrink: 0;
    padding-top: 32px;
    margin-right: 50px;
}
.product-detail-review-section .review-average-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.product-detail-review-section .review-average {
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-detail-review-section .review-average-left {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}
.product-detail-review-section .review-average-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.layer-review-media .review-star-rating,
.product-detail-review-section .review-star-rating {
    display: flex;
}
.product-detail-review-section .review-average-right-reviews {
    font-size: 13px;
    line-height: 18px;
    color: #99A1A8;
}
.product-detail-review-section .review-average-right-reviews strong {
    font-weight: 700;
}
.product-detail-review-section .review-average-detail {
    width: 100%;
}
.product-detail-review-section .feature-star-section {
    width: 100%;
    padding: 20px 0 0;
    background-color: unset;
    display: block;
}
.product-detail-review-section .feature-star-section ul {
    padding: 16px;
    background-color: unset;
    border: #E5E7EA solid 1px;
    border-radius: 4px;
}
.product-detail-review-section .feature-star-section li .list-feature-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #757D86;
}
.product-detail-review-section .feature-star-section.list-feature.type-more li.list-feature-btn-more {
    padding: 4px 0 0;
}
.product-detail-review-section .feature-star-section.list-feature.type-more li.list-feature-btn-more button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
}
.product-detail-review-section .feature-star-section.list-feature.type-more li.list-feature-btn-more button::after {
    content: '';
    display: flex;
    position: initial;
    width: 12px;
    height: 12px;
    -webkit-mask: url('../icons/ChevronDown.svg') no-repeat center;
    mask: url('../icons/ChevronDown.svg') no-repeat center;
    background-size: contain;
    background-color: #99A1A8;
    border: 0;
    margin: 0;
}
.product-detail-review-section .feature-star-section.list-feature.type-more.show-all li.list-feature-btn-more button::after {
    content: '';
    display: flex;
    position: initial;
    width: 12px;
    height: 12px;
    -webkit-mask: url('../icons/ChevronUp.svg') no-repeat center;
    mask: url('../icons/ChevronUp.svg') no-repeat center;
    background-size: contain;
    background-color: #99A1A8;
    border: 0;
    margin: 0;
}
.product-detail-review-section .review-detail-percent {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
}
.product-detail-review-section .star-percent {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #757D86;
}
.product-detail-review-section .star-percent-num {
    display: flex;
    flex-shrink: 0;
    width: 8px;
}
.product-detail-review-section .star-percent-bar {
    width: 100%;
    height: 6px;
    background-color: #E5E7EA;
    border-radius: 3px;
}
.product-detail-review-section .star-percent-bar:hover {
    border: #131518 solid 1px;
}
.product-detail-review-section .star-percent-bar-active {
    height: 100%;
    background-color: #131518;
    border-radius: 3px;
}
.product-detail-review-section .star-percent-value {
    display: flex;
    flex-shrink: 0;
    width: 32px;
    justify-content: end;
}
.product-detail-review-section .write-review-btn {
    display: flex;
    width: 320px;
    margin: 24px auto 0;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: #131518 solid 1px;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #131518;
}
.product-detail-review-section .photo-section {
    padding: 32px 0 28px;
}
.product-detail-review-section .wrap-photo-section-title {
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px;
}
.product-detail-review-section .photo-section-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.product-detail-review-section .photo-section-content {
    overflow: hidden;
}
.product-detail-review-section a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #757D86;
}
.product-detail-review-section .photo-section .swiper-slide {
    width: auto;
}
.product-detail-review-section .thumb-img-btn img {
    display: block;
    width: calc(105px + (130 - 105) * ((100vw - 375px) / (450 - 375)));
    max-width: 130px;
    min-width: 105px;
    height: calc(105px + (130 - 105) * ((100vw - 375px) / (450 - 375)));
    max-height: 130px;
    min-height: 105px;
    object-fit: cover;
}
.product-detail-review-section .review-list {
    border-top: 1px solid #E5E7EA;
    padding-top: 16px;
}
.product-detail-review-section .review-list-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 32px;
}
.product-detail-review-section .review-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
}
.product-detail-review-section .review-list-title span {
    font-weight: 700;
}
.product-detail-review-section .review-list-sort {
    display: flex;
    gap: 8px;
}
.product-detail-review-section .sortbox .selected  {
    padding: 6px 6px 6px 8px;
    border: #C9CDD2 solid 1px;
    font-size: 13px;
    line-height: 18px;
}
.product-detail-review-section .btn-icon-filter {
    border: #C9CDD2 solid 1px;
}
.product-detail-review-section .wrap-keyword-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.product-detail-review-section .wrap-keyword-sort .btn-txt-gray {
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
    padding-left: 4px;
}
.product-detail-review-section .wrap-keyword-sort .btn-txt-gray:hover {
    color: #757D86;
}
.product-detail-review-section .keyword-sort {
    border: solid 1px #3A3E45;
}
.product-detail-review-section .list-product-review-unit {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-detail-review-section .product-review-unit {
    display: flex;
    padding: 0 0 24px;
    border-bottom: #E5E7EA solid 1px;
}
.product-detail-review-section .product-review-unit-main {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 600px;
    margin: 0 20px 0 0;
}
.layer-review-media .product-review-unit-header,
.product-detail-review-section .product-review-unit-header {
    display: flex;
    justify-content: space-between;
}
.layer-review-media .wrap-review-star-rating,
.product-detail-review-section .wrap-review-star-rating {
    display: flex;
    gap: 16px;
}
.layer-review-media .review-unit-header-sticker,
.product-detail-review-section .review-unit-header-sticker {
    gap: 4px;
}
.layer-review-media .sticker-text.color-green,
.product-detail-review-section .sticker-text.color-green {
    color: #5FBE00;
    font-weight: 700;
    border: #5FBE00 solid 1px;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 0 6px;
}
.layer-review-media .sticker-text.color-pink,
.product-detail-review-section .sticker-text.color-pink {
    color: #FF514D;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    border: #FF514D solid 1px;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 0 6px;
}
.layer-review-media .sticker-text.color-bgwhite-pink {
    color: #FF514D;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    border: #FF514D solid 1px;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 0 6px;
}
.product-detail-review-section .review-unit-option {
    font-size: 14px;
    line-height: 20px;
    color: #757D86;
    padding: 16px 0 0;
}
.product-detail-review-section .review-unit-option > span {
    padding-right: 4px;
}
.layer-review-media .review-unit-option {
    font-size: 14px;
    line-height: 20px;
    color: #757D86;
    padding: 12px 0 0;
}
.product-detail-review-section .list-review-evlt {
    display: flex;
    background-color: #F6F7F9;
    margin: 12px 0 0;
    padding: 10px 16px;
    border-radius: 4px;
    gap: 24px;
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
}
.product-detail-review-section .list-review-evlt li {
    display: flex;
    align-items: center;
    gap: 12px
}
.layer-review-media .list-review-evlt {
    display: flex;
    flex-direction: column;
    background-color: #F6F7F9;
    margin: 16px 0 0;
    padding: 10px 16px;
    border-radius: 4px;
    gap: 1px;
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
}
.layer-review-media .list-review-evlt li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}
.product-detail-review-section .review-unit-cont {
    padding: 12px 0 0;
}
.layer-review-media .review-unit-cont {
    padding: 16px 0 0;
}
.product-detail-review-section .review-unit-cont-comment {
    font-size: 14px;
    line-height: 20px;
}
.layer-review-media .review-unit-cont-comment {
    font-size: 14px;
    line-height: 20px;
}
.product-detail-review-section .review-unit-cont-comment.-flip {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product-detail-review-section .review-unit-cont-button {
    display: flex;
    align-items: center;
    padding: 8px 0 0;
}
.product-detail-review-section .review-unit-cont-button .btn-translate {
    font-size: 13px;
    line-height: 18px;
    color: #136BEA;
    text-decoration: underline;
}
.product-detail-review-section .wrap-btn-translate {
    position: relative;
}
.product-detail-review-section .language-list::before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100%;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    z-index: 10;
}
.product-detail-review-section .language-list {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 10;
    width: 100px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
}
.product-detail-review-section .language-list li {
    font-size: 13px;
    line-height: 18px;
    padding: 14px;
    cursor: pointer;
    list-style: none;
}
.product-detail-review-section .review-unit-cont-button .btn-divider.btn-text-read::before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    margin: 0 7px;
    background-color: #C9CDD2;
}
.product-detail-review-section .review-unit-cont-button .btn-text-read {
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
    text-decoration: underline;
}
.product-detail-review-section .product-review-unit-user-info {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 21px;
    border-left: #E5E7EA solid 1px;
}
.product-detail-review-section .review-unit-media {
    width: 100%;
    padding: 20px 0 0;
}
.product-detail-review-section .review-unit-media .swiper-slide {
    width: auto;
}
.product-detail-review-section .review-unit-footer {
    padding: 16px 0 0;
    display: flex;
    justify-content: space-between;
}
.layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-info .review-unit-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 24px 0;
    border-bottom: #E5E7EA solid 1px;
}
.product-detail-review-section .review-write-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.product-detail-review-section .review-write-info-writer {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}
.product-detail-review-section .review-write-info-date {
    font-size: 13px;
    line-height: 18px;
    color: #757D86;
}
.layer-review-media .review-write-info-date {
    font-size: 12px;
    line-height: 16px;
    color: #757D86;
}
.layer-review-media .review-write-info-writer {
    font-size: 12px;
    line-height: 16px;
    color: #757D86;
    font-weight: 400;
}
.product-detail-review-section .user-skin-data {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 28px 0 0;
    column-gap: 4px;
}
.layer-review-media .user-skin-data {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 16px 0 12px;
    border-bottom: #E5E7EA solid 1px;
    column-gap: 2px;
}
.layer-review-media .user-skin-data dl,
.product-detail-review-section .user-skin-data dl {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
}
.product-detail-review-section .user-skin-data dt {
    flex-shrink: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}
.layer-review-media .user-skin-data dt {
    flex-shrink: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}
.layer-review-media .user-skin-data div,
.product-detail-review-section .user-skin-data div {
    display: flex;
    flex-wrap: wrap;
}
.product-detail-review-section .user-skin-data dd {
    font-size: 13px;
    line-height: 18px;
    color: #131518;
}
.layer-review-media .user-skin-data dd {
    font-size: 13px;
    line-height: 18px;
    color: #131518;
}
.layer-review-media .user-skin-data dl dd::after,
.product-detail-review-section .user-skin-data dl dd::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #99A1A8;
    border-radius: 50%;
}
.layer-review-media .user-skin-data dl dd:last-child:after,
.product-detail-review-section .user-skin-data dl dd:last-child:after {
    display: none;
}

.product-detail-review-section .review-list-more-btn {
    width: 400px;
    height: 50px;
    display: flex;
    margin: 32px auto 0;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: #DADDE0 solid 1px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #50585F;
}
.product-detail-review-section .review-list-more-btn::after {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-mask: url('../icons/ChevronDown.svg') no-repeat center;
    mask: url('../icons/ChevronDown.svg') no-repeat center;
    background-size: contain;
    background-color: #99A1A8;
}
.product-detail-review-section .review-list-more-btn.show-korea-review::after {
    content: '';
    width: 16px;
    height: 16px;
    -webkit-mask: url('../icons/ChevronRight.svg') no-repeat center;
    mask: url('../icons/ChevronRight.svg') no-repeat center;
    background-size: contain;
    background-color: #99A1A8;
}
.layer-review-media .btn-page-more {
    width: 343px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: #DADDE0 solid 1px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #50585F;
}
.layer-review-media .btn.btn-dot::before,
.product-detail-review-section .btn.btn-dot::before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-mask: url('../icons/More.svg') no-repeat center;
    mask: url('../icons/More.svg') no-repeat center;
    background-size: contain;
    background: #B2B8BE;
    box-shadow: inset 0px 0.63px 1.88px 0px rgba(0, 0, 0, 0.5);
}
.layer-review-media .btn-like-wrap .btn.btn-likey,
.product-detail-review-section .btn-like-wrap .btn.btn-likey {
    color: #FF514D;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.layer-review-media .btn-like-wrap .btn.btn-likey::before,
.product-detail-review-section .btn-like-wrap .btn.btn-likey::before {
    width: 14px;
    height: 14px;
    -webkit-mask: url('../icons/ThumbUp.svg') no-repeat center;
    mask: url('../icons/ThumbUp.svg') no-repeat center;
    background-size: contain;
    background: #FF514D;
    margin-right: 2px;
}
.layer-review-media .btn-like-wrap.likey .btn.btn-likey::before,
.product-detail-review-section .btn-like-wrap.likey .btn.btn-likey::before {
    -webkit-mask: url('../icons/FilledThumbUp.svg') no-repeat center;
    mask: url('../icons/FilledThumbUp.svg') no-repeat center;
}
.product-detail-review-section .wrap-notice-button {
    display: inline-flex;
    position: relative;
    vertical-align: text-top;
}
.product-detail-review-section .notice-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F1F4;
    padding: 2.5px 6px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 12px;
    color: #757D86;
}
.product-detail-review-section .notice-icon {
    width: 12px;
    height: 12px;
    -webkit-mask: url('../icons/CircleInfo.svg') no-repeat center;
    mask: url('../icons/CircleInfo.svg') no-repeat center;
    background-size: contain;
    background: #757D86;
    margin-right: 4px;
}
.product-detail-review-section .notice-tooltip-arrow {
    content: '';
    position: absolute;
    left: 6px;
    top: calc(100% + 4px);
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #3A3E45;
    border-left: 6px solid transparent;
    z-index: 10;
}
.product-detail-review-section .notice-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: -46px ;
    display: flex;
    gap: 10px;
    width: 210px;
    padding: 12px;
    background-color: #3A3E45;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    border-radius: 4px;
    z-index: 10;
}
.product-detail-review-section .tooltip-close-btn {
    width: 12px;
    height: 12px;
    -webkit-mask: url('../icons/Close.svg') no-repeat center;
    mask: url('../icons/Close.svg') no-repeat center;
    background-size: contain;
    background: #FFFFFF;
    flex-shrink: 0;
}
.product-detail-review-section .wrap-icon-star {
    display: flex;
    width: 18px;
    height: 18px;
}
.layer-review-media .wrap-icon-star.md {
    display: flex;
    width: 16px;
    height: 16px;
}
.layer-review-media .wrap-icon-star.sm,
.product-detail-review-section .wrap-icon-star.sm {
    display: flex;
    width: 12px;
    height: 12px;
}
.layer-review-media .icon-star,
.product-detail-review-section .icon-star {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('../icons/Star.svg');
    mask-image: url('../icons/Star.svg');
    -webkit-mask-size: cover;
    mask-size: 200%;
    background-color: #131518;
}
.layer-review-media .icon-star.coral-50,
.product-detail-review-section .icon-star.coral-50 {
    background-color: #FF514D;
}
.layer-review-media .icon-star.gray-50,
.product-detail-review-section .icon-star.gray-50 {
    background-color: #99A1A8;
}
.layer-review-media .icon-star.filled,
.product-detail-review-section .icon-star.filled {
    -webkit-mask-image: url('../icons/FilledStar.svg');
    mask-image: url('../icons/FilledStar.svg');
}
.layer-review-media .icon-star.left,
.product-detail-review-section .icon-star.left {
    -webkit-mask-position: left;
    mask-position: left;
}
.layer-review-media .icon-star.right,
.product-detail-review-section .icon-star.right {
    -webkit-mask-position: right;
    mask-position: right;
}
.product-detail-review-section .icon-chevron-right {
    width: 16px;
    height: 16px;
    -webkit-mask: url('../icons/ChevronRight.svg') no-repeat center;
    mask: url('../icons/ChevronRight.svg') no-repeat center;
    background-size: contain;
    background-color: #757D86;
}
.product-detail-review-section .customer-review-list-disclose {
    display: flex;
    width: 100%;
    padding: 32px 0 0;
}

.product-detail-review-section .customer-review-list-disclose span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F7F9;
    padding: 0 210px;
    font-size: 16px;
    line-height: 22px;
    color: #3A3E45;
    text-align: center;
}

.layer-review-media .review-modal-header {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    margin: 0 30px;
    border-bottom: #757D86 solid 1px;
}
.layer-review-media .wrap-review-modal-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.layer-review-media .review-modal-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #131518;
}
.layer-review-media .title-divider {
    width: 1px;
    height: 12px;
    background: #C9CDD2;
}
.layer-review-media .review-modal-see-all {
    width: 18px;
    height: 18px;
    -webkit-mask: url('../icons/ViewGrid.svg') no-repeat center;
    mask: url('../icons/ViewGrid.svg') no-repeat center;
    background-size: contain;
    background-color: #757D86;
}
.layer-review-media .review-detail-pagination {
    font-size: 16px;
    line-height: 22px;
    color: #50585F;
}
.layer-review-media .review-detail-pagination strong {
    font-weight: 700;
}
.layer-review-media .review-modal-close {
    width: 24px;
    height: 24px;
    -webkit-mask: url('../icons/Close.svg') no-repeat center;
    mask: url('../icons/Close.svg') no-repeat center;
    background-size: contain;
    background-color: #131518;
}
.layer-review-media .modal-contents-review-detail {
    padding: 24px 0 0;
}
.layer-review-media .review-detail-media-one .item {
    position: relative;
}
.layer-review-media .review-detail-media-one .img-dim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03);
}
.layer-review-media .btn-review-detail-arrow {
    background-color: #131518;
    border-radius: 4px;
}
.layer-review-media .btn-review-detail-arrow.prev::before {
    width: 32px;
    height: 32px;
    margin: 14px 12px 14px 16px;
    -webkit-mask: url(../icons/ChevronLeft.svg) no-repeat center;
    mask: url(../icons/ChevronLeft.svg) no-repeat center;
    background-size: contain;
    background-color: #FFFFFF;
    background-image: none;
}
.layer-review-media .btn-review-detail-arrow.next::before {
    width: 32px;
    height: 32px;
    margin: 14px 16px 14px 12px;
    -webkit-mask: url(../icons/ChevronRight.svg) no-repeat center;
    mask: url(../icons/ChevronRight.svg) no-repeat center;
    background-size: contain;
    background-color: #FFFFFF;
    background-image: none;
}
.layer-review-media .btn.btn-review-media.selected::after {
    border: #FF514D solid 2px;
}
.product-detail-review-section .play-button,
.layer-review-media .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    pointer-events: none;
}
.product-detail-review-section .play-button.sm {
    width: 24px;
    height: 24px;
}
.product-detail-review-section .icon-play,
.layer-review-media .icon-play {
    position: absolute;
    top: 50%;
    left: 54%;
    width: 50%;
    height: 50%;
    -webkit-mask: url('../icons/Play.svg') no-repeat center;
    mask: url('../icons/Play.svg') no-repeat center;
    background-size: contain;
    color: #FFFFFF;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}

.layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-info .wrap-review-prd.size-md {
    padding-bottom: 24px;
    border-bottom: none;
}
.layer-review-media .wrap-ipt-check input:checked + label .ico::before {
    background-color: #000000;
    border: 1px solid #000000;
}
.layer-review-media .wrap-review-prd.size-md .wrap-review-prd-info .prd-list-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #131518;
}
.layer-review-media .modal-contents-review-media .wrap-review-prd.size-md {
    padding: 24px 0 12px;
    border-bottom: 1px solid #E5E7EA;
}
.layer-review-media .modal-contents-review-media .wrap-review-media {
    max-height: 532px;
}
.layer-review-media .modal-contents-review-media.type-more .wrap-review-media {
    max-height: 462px;
}
.layer-review-media .modal-contents-review-media .wrap-review-media .wrap-review-media-head .wrap-review-media-count {
    color: #131518;
}
.layer-review-media .modal-contents-review-media .wrap-review-media .wrap-review-media-head .form-inline .wrap-ipt-check {
    color: #757D86;
    font-size: 14px;
    line-height: 14px;
}
.product-detail-review-section .customer-review-list-none {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.product-detail-review-section .customer-review-list-none-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.3;
}
.product-detail-review-section .customer-review-list-none-text .span {
    display: flex;
}
.layer-review-media .wrap-review-prd .wrap-review-prd-info .prd-flag-group {
    margin-top: 4px;
}
.product-detail-review-section .wrap-review-list {
    width: 100%;
}
.layer-review-media .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.layer-review-media .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    width: 50%;
    height: 50%;
    -webkit-mask: url('../icons/Play.svg') no-repeat center;
    mask: url('../icons/Play.svg') no-repeat center;
    background-size: contain;
    color: #FFFFFF;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}
.product-detail-review-section .empty-msg {
    padding-top: 32px;
}
.layer-review-media .wrap-btn-balloon,
.product-detail-review-section .wrap-btn-balloon {
    width: auto;
    right: 24px;
    left: unset;
    white-space: nowrap;
}
.product-detail-review-section .korea-review-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background-color: #F6F7F9;
    font-size: 14px;
    line-height: 20px;
}
.product-detail-review-section .skeleton {
    background-color: #F0F1F4;
    position: relative;
    overflow: hidden;
}
.product-detail-review-section .skeleton::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, #F0F1F4 0%, #FFFFFF 50%, #F0F1F4 100%); /* 중앙을 하얀색으로 */
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-150px);
    }
    100% {
        left: 100%;
    }
}

.product-detail-review-section .wrap-skeleton-unit {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 0 0 32px;
}
.product-detail-review-section .skeleton-unit {
    display: flex;
    flex-direction: column;
}
.product-detail-review-section .skeleton-title {
    width: 160px;
    height: 20px;
    margin-bottom: 8px;
}
.product-detail-review-section .wrap-skeleton-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
}
.product-detail-review-section .skeleton-content {
    width: 100%;
    height: 20px;
}
.product-detail-review-section .wrap-skeleton-thumb {
    display: flex;
    gap: 8px;
}
.product-detail-review-section .skeleton-thumb {
    width: 70px;
    height: 70px;
}
#modalReviewFilter .review-filter-section .prd-option-select.open .sel-option-list {
    display: block;
}
#modalReviewFilter .review-filter-section .prd-option-select .sel-option-list {
    display: none;
}
.product-detail-review-section .more-reviews-from-korea-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 20px;
    color: #757D86;
}
.product-detail-review-section .more-reviews-from-korea-btn::after {
    content: '';
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-mask: url('../icons/ChevronRight.svg') no-repeat center;
    mask: url('../icons/ChevronRight.svg') no-repeat center;
    background-size: contain;
    background-color: #757D86;
}

@media (max-width: 1199px) {
    .product-detail-review-section {
        border-top: #F0F1F4 solid 10px;
        padding: 0 0 2px;
    }
    .product-detail-review-section .review-section-container {
        flex-direction: column;
    }
    .product-detail-review-section .review-summary {
        width: auto;
        margin-right: 0;
        padding: 32px 16px;
    }
    .product-detail-review-section .thumb-img-btn .img {
        width: 105px;
        height: 105px;
    }
    .product-detail-review-section .thumb-img-btn {
        width: 100%;
        height: 100%;
    }
    .product-detail-review-section .photo-section {
        padding: 24px 0;
        border-top: #F0F1F4 solid 5px;
    }
    .product-detail-review-section .photo-section .swiper-container {
        margin: 0;
        overflow: visible;
    }
    .product-detail-review-section .photo-view-more-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .product-detail-review-section .product-review-unit {
        margin: 0;
        padding: 0 16px 24px;
        width: 100%;
    }
    .product-detail-review-section .product-review-unit:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .product-detail-review-section .product-review-unit-main {
        margin: 0;
        width: 100%;
    }
    .product-detail-review-section .review-list-header {
        padding: 0 16px 24px;
    }
    .product-detail-review-section .list-review-evlt {
        flex-direction: column;
        gap: 1px;
    }
    .product-detail-review-section .list-review-evlt li {
        justify-content: space-between;
    }
    .product-detail-review-section .write-review-btn {
        width: 100%;
        margin: 20px auto 0;
    }
    .product-detail-review-section .customer-review-noneData-text {
        flex-direction: column;
        margin: 68px 0;
        gap: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-review-section .customer-review-list-disclose {
        border-top: #F0F1F4 solid 5px;
        padding: 24px 16px 0;
    }
    .product-detail-review-section .customer-review-list-disclose span {
        width: 100%;
        height: 300px;
        padding: 0 16px;
    }
    .product-detail-review-section .review-list-more-btn {
        width: 100%;
    }
    .product-detail-review-section .review-write-info-date {
        font-size: 12px;
        line-height: 16px;
        color: #757D86;
    }
    .product-detail-review-section .review-write-info-writer {
        font-size: 12px;
        line-height: 16px;
        color: #757D86;
        font-weight: 400;
    }
    .product-detail-review-section .user-skin-data {
        padding: 16px 0 12px;
        border-bottom: #E5E7EA solid 1px;
    }
    .product-detail-review-section .user-skin-data dl {
        margin: 0;
    }
    .product-detail-review-section .user-skin-data dt {
        font-size: 13px;
        line-height: 18px;
    }
    .product-detail-review-section .user-skin-data dd {
        font-size: 13px;
        line-height: 18px;
    }
    .product-detail-review-section .review-unit-option {
        padding: 12px 0 0;
    }
    .product-detail-review-section .review-unit-cont {
        padding: 16px 0 0;
    }
    .product-detail-review-section .wrap-review-list-more-btn {
        margin: 0 16px;
    }
    .product-detail-review-section .customer-review-noneData {
        padding: 0 16px;
    }
    .product-detail-review-section .review-unit-cont-comment.-flip {
        -webkit-line-clamp: 10;
    }
    .layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-info .review-unit-footer {
        padding: 16px 0;
        border-bottom: 0;
    }
    .layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-media .review-detail-media-one {
        width: calc(100% - 60px);
        padding-top: calc(100% - 60px);
    }
    .layer-review-media .modal.modal-full .modal-elg.type-wide .modal-content .btn-review-detail-arrow {
        width: 24px;
        height: 24px;
        background-color: #757D86;
    }
    .layer-review-media .btn-review-detail-arrow.prev {
        -webkit-mask: url(../icons/ChevronLeft.svg) no-repeat center;
        mask: url(../icons/ChevronLeft.svg) no-repeat center;
    }
    .layer-review-media .btn-review-detail-arrow.next {
        -webkit-mask: url(../icons/ChevronRight.svg) no-repeat center;
        mask: url(../icons/ChevronRight.svg) no-repeat center;
    }
    .layer-review-media .btn-review-detail-arrow.prev::before {
        content: none;
    }
    .layer-review-media .btn-review-detail-arrow.next::before {
        content: none;
    }
    .layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-media .review-detail-media-list {
        margin: 15px 30px 0;
    }
    .layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-info .wrap-review-prd.size-md .prdImg {
        width: 40px;
        height: 40px;
    }
    .layer-review-media .btn-page-more {
        width: 100%;
    }
    .layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-info .wrap-review-prd.size-md {
        padding-bottom: 12px;
        border-bottom: 1px solid #E5E7EA;
    }
    .layer-review-media .product-review-unit {
        padding: 16px 0 0;
    }
    .layer-review-media .modal-content {
        border-radius: 0;
    }
    .layer-review-media .review-modal-header {
        margin: 0;
        padding: 20px 16px;
        border-bottom: 1px solid #E5E7EA;
    }
    .layer-review-media .review-modal-title {
        font-size: 18px;
        line-height: 24px;
    }
    .layer-review-media .wrap-review-prd.size-md .prdImg {
        width: 40px;
        height: 40px;
    }
    .layer-review-media .modal-contents-review-media .wrap-review-prd.size-md {
        padding: 25px 0 16px;
        border-bottom: 1px solid #E5E7EA;
    }
    .layer-review-media #modalReviewMedia.modal.modal-full .modal-footer .wrap-pagination p {
        padding: 16px;
    }
    .layer-review-media .modal-contents-review-media .wrap-review-media-list {
         max-height: none;
    }
    .layer-review-media .modal-dialog.modal-elg.type-wide .modal-content.openLayerPop .modal-body {
        padding: 0 16px;
    }
    .layer-review-media .modal-contents-review-detail .wrap-review-detail .review-detail-info {
        margin-top: 24px;
    }
    .layer-review-media .review-detail-media-list .play-button {
        width: 24px;
        height: 24px;
    }
    .product-detail-review-section .star-percent-bar:hover {
        border: none;
    }
    .product-detail-review-section .review-average-wrap {
        flex-direction: row;
    }
    .product-detail-review-section .feature-star-section {
        width: 100%;
        background-color: unset;
        display: block;
    }
    .product-detail-review-section .review-average {
        flex-direction: column;
    }
    .product-detail-review-section .review-average-detail {
        border-left: #E5E7EA solid 1px;
        padding-left: 20px;
    }
    .product-detail-review-section .review-list-title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-review-section .photo-section-title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-review-section .photo-section-content {
        padding: 0 16px;
    }
    .product-detail-review-section .wrap-photo-section-title {
        padding: 0 16px 12px;
    }
    .product-detail-review-section .empty-msg {
        padding-top: 16px;
        font-size: 14px;
    }
    .layer-review-media .modal-contents-review-media.type-more .wrap-review-media {
        max-height: calc(var(--vh, 1vh)* 100 - 237px);
    }
    .layer-review-media .modal-contents-review-media .wrap-review-media {
        max-height: calc(var(--vh, 1vh) * 100 - 163px)
    }
    .product-detail-review-section .wrap-skeleton-unit {
        gap: 50px;
        padding: 0 16px;
    }
    .product-detail-review-section .skeleton-title {
        width: 120px;
        height: 18px;
        margin-bottom: 16px;
    }
    .product-detail-review-section .wrap-skeleton-content {
        gap: 4px;
        padding-bottom: 16px;
    }
    .product-detail-review-section .skeleton-content {
        height: 18px;
    }
    #modalReviewFilter .modal-contents {
        min-height: calc(calc(var(--vh, 1vh)* 100) - 245px);
    }
    .product-detail-review-section .review-tab .review-section-title {
        height: 50px;
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-review-section .review-tab .review-section-title.active {
        border-bottom: 3px solid #131518;
    }
}

.contents-body.renewal.type-new .prd-detail-page .detail_desc_area .detail_desc_list { margin-bottom: 0; }
.contents-body.renewal.type-new .prd-detail-page .detail-page-cont .cont {
    margin-top: 0;
    padding-top: 0;
    background-color: white;
}
.contents-body.renewal.type-new .prd-detail-page .detail-page-cont .cont:not(:has(.btn_read_more button)) { padding-bottom: 0 }

@media (max-width: 1199px) {
    .contents-body.renewal .detail-page-cont .additional_desc { margin-top:0; padding: 16px; font-size: 13px; line-height: 18px; }
    .contents-body.renewal.type-new .detail-page-cont .detail-page-img-area-wrapper + .notice-ai-generated-pdp { margin-bottom: 24px; }
}
@media (min-width: 1200px) {
    .contents-body.renewal .detail-page-cont .additional_desc { width: 1200px; margin: 32px auto; text-align: center; }
    .contents-body.renewal .detail-page-cont .cont { padding-bottom: 104px; }
    .contents-body.renewal.type-new .prd-detail-page .detail-page-cont .cont .detail-page-img-area-wrapper {
        padding: 40px 0; background-color: #F6F7F9;
        font-size: 14px; line-height: 20px;
    }
}

/* [S] ai 번역 상품 상세 */
.notice-ai-generated-pdp {
    display: flex; justify-content: center;
    width: 100%; max-width: 1200px; background-color: #F0F1F4;
    padding: 8px 0; margin: 0 auto; }
.notice-ai-generated-pdp > div { display: flex; gap: 4px; align-items: center; }
.notice-ai-generated-pdp > div > span { font-size: 13px; line-height: 18px; }
.notice-ai-generated-pdp .svg-icon-CircleInfo { width: 14px; height: 14px; }
.notice-ai-generated-pdp .ds-tooltip { width: 210px; left: -19px; transform: unset; bottom: calc(100% + 10px); }
.notice-ai-generated-pdp .ds-tooltip .content { font-size: 13px; line-height: 18px; }
.notice-ai-generated-pdp .ds-tooltip .ds-tooltip-arrow { left: 26px; }
@media (min-width: 1200px) {
    .notice-ai-generated-pdp { width: 1200px; }
    .notice-ai-generated-pdp > div > span { font-size: 14px; line-height: 20px; }
    .notice-ai-generated-pdp .svg-icon-CircleInfo { width: 16px; height: 16px; }
    .notice-ai-generated-pdp .ds-tooltip { width: 320px; left: -17.5px; transform: unset; bottom: calc(100% + 10px); }
    .notice-ai-generated-pdp .ds-tooltip .content { font-size: 14px; line-height: 20px; }
    .notice-ai-generated-pdp .ds-tooltip .ds-tooltip-arrow { left: 26px; }
}
/* [E] ai 번역 상품 상세 */
