@charset "UTF-8";

/*  상품 상세 페이지 스타일 파일입니다. */
.product-detail iframe {
    width: 100%;
}

.product-detail img[shopby-lazy] {
    height: 200px;
}

.product-detail em {
    font-style: normal;
}

.product-detail.empty-list {
    border: 1px solid #ececec;
}

.product-detail .l-panel + .l-panel {
    margin-top: 0.7142857143rem;
}

.product-detail .like-btn {
    position: absolute;
    top: 0;
    right: 1.2857142857rem;
    margin-top: 10px;
}

.product-detail .tabs-wrap {
    position: sticky;
    top: 120px;
    z-index: 3;
}

.product-detail .tab {
    width: 100%;
}

.product-detail .tab li {
    width: 100%;
}

.product-detail .tab li .tab__btn {
    width: 100%;
    padding: 17px 0;
}

.product-detail .ico--p-circle {
    vertical-align: center;
}

.product-detail .product-content-review {
    padding-top: 40px;
}

.product-detail [shopby-tab-element] {
    display: none;
}

.product-detail .center {
    text-align: center;
}

.product-detail .option-info-txt {
    background-color: var(--gray100);
    padding: 20px;
}

.product-detail .report-btn {
    cursor: pointer;
}

.product-image-slider .swiper-pagination-bullet {
    overflow: hidden;
    width: 0.5714285714rem;
    height: 0.5714285714rem;
    margin: 0 0.2857142857rem;
    opacity: 1;
    background-color: #9ea1a8;
}

.product-image-slider .swiper-pagination-bullet-active {
    overflow: hidden;
    width: 1.7142857143rem;
    border-radius: 12px;
    background: #40444d;
}

.related-product {
    padding-bottom: 30px;
}

.related-product__title {
    font-size: 1.1428571429rem;
    margin: 30px 10px 20px;
    text-align: center;
}

.related-product__items {
    padding: 0 20px;
}

.related-product__item {
    margin-right: 10px;
    max-width: 150px;
    width: 375px;
}

.related-product .thumb-item__info {
    margin-top: 8px;
    padding: 0;
}

.related-product__product-name {
    display: block;
    color: #333;
    padding: 0 4px 10px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 500;
}

.related-product__price {
    display: block;
}

.related-product__price strong {
    display: block;
    color: #333;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 600;
}

.related-product__price span {
    display: block;
    padding: 0 4px;
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 300;
}

.product-content {
    margin-top: 1.4285714286rem;
}

.product-content__content-box {
    position: relative;
}

.product-content__content-box img {
    display: inline;
}

.product-content__box {
    position: relative;
    padding: 0.7142857143rem 1.4285714286rem;
}

.product-content__content {
    background-color: var(--color-base-white);
    margin-bottom: 3.5714285714rem;
}

.product-content__content .product-content__more-btn {
    background: red;
    margin-top: 20px;
}

.product-content__content .product-content__more-btn.hidden {
    display: none;
}

.product-content__content .product-content__more-btn::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    height: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.product-content__content.hidden .product-content__content-box {
    /* overflow: hidden; */
    /* min-height: 100px; */
    /* max-height: 500px; */
    margin-bottom: 0;
}

.product-content__content.hidden .product-content__more-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.product-content__empty-content {
    text-align: center;
    font-size: 16px;
    padding: 80px 0;
    border-bottom: 1px solid #ececec;
    color: #7d7d7d;
    font-weight: 300;
}

.product-content__title {
    font-size: 1.2857142857rem;
    font-weight: 600;
    margin: 1.4285714286rem 0;
}

.product-content__more-btn button {
    font-size: 1rem;
    line-height: 1.29;
    letter-spacing: -0.3px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 3.5714285714rem;
    background: var(--color-base-white);
    border: solid #ddd;
    border-width: 1px 0;
    cursor: pointer;
    color: unset;
}

.product-content__certification--duty-info ul {
    padding-left: 0;
}

.product-content .thumb-SWIPER {
    padding: unset;
}

.product-content .thumb-SWIPER .swiper {
    margin: 0;
    margin-top: 20px;
}

.product-content-board__tab {
    margin: 20px 0;
    font-size: 1.2857142857rem;
    font-weight: 500;
}

.product-content-board__tab span {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0.7142857143rem;
    color: #a3a3a3;
    vertical-align: baseline;
}

.inquiry-item button.inquiry-item__angle-top-down {
    top: 8px;
}

.inquiry-item button.inquiry-item__angle-top-down .ico--angle-down-black-24 {
    zoom: 0.8;
}

.inquiry-item.is-active button.inquiry-item__angle-top-down {
    top: -8px;
}

.inquiry-item.is-active .ico--angle-down-black-24 {
    transform: rotateX(180deg);
}

.information-container {
    margin-top: 20px;
}

.certification-information {
    margin-top: 20px;
}

.certification-information .simple-text {
    margin-top: 10px;
}

.purchase {
    position: fixed;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    height: auto;
    z-index: 6;
    padding: 20px;
    background-color: var(--color-base-white);
    border-top: 1px solid var(--gray300);
}

.purchase.full-width {
    max-width: 100%;
}

.purchase__selected-options {
    margin: 10px 0;
}

.purchase__like-btn {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border: 1px solid var(--gray300);
    padding: 2px;
    background: none;
}

.purchase .btn__notify-restock {
    flex-shrink: 0;
}

.purchase__buy-btn--unpurchasable {
    flex: 1;
    background: var(--gray400);
    color: var(--color-base-white);
}

.purchase__button-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

.purchase__button-wrap .btn__buy {
    width: 100%;
}

.purchase__option-title {
    font-weight: 500;
}

.purchase__option-options-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.purchase__option.hidden {
    display: none;
}

.purchase__option__scroll {
    max-height: 20rem;
    overflow-y: auto;
}

.purchase .quantity__del {
    border: none;
    background: none;
    top: 5px;
    right: 5px;
}

.purchase .quantity__label {
    padding-right: 30px;
}

.purchase .quantity__product-name {
    color: var(--color-secondary);
}

.purchase .quantity__product-name + .quantity__label {
    color: var(--gray400);
}

.purchase__naver-pay-btn {
    width: 100%;
    margin: 20px 0;
}

.purchase__app-card-btn {
    color: var(--color-base-white);
    background-color: #e4464e;
}

.purchase .highlight {
    font-size: 20px;
    font-weight: 700;
}

.purchase__quantity-box {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.purchase .ico--angle-down-black-24 {
    background-size: 364px 335px;
    background-position: -26px -281px;
    transform: translateY(0px) rotate(180deg);
}

.purchase__opener {
    padding: 0px;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 60px;
    height: 20px;
    transform: translateX(-50%);
    background-color: var(--color-base-white);
    border: 1px solid var(--gray300);
    border-width: 1px 1px 0;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    text-align: center;
}

.purchase__opener.is-show .ico--angle-down-black-24 {
    transform: translateY(0px) rotate(0deg);
}

.purchase__btns {
    display: flex;
}

.purchase__btns .btn {
    flex: 1;
}

.purchase__btns [type='button']:nth-child(n + 2) {
    margin-left: 5px;
}

.purchase__btns--naver-pay {
    height: 90px;
    max-height: 90px;
}

.purchase__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px 0;
}

.purchase__total em {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.purchase .text-option {
    display: block;
}

.purchase__text-option .text-option .by-quantity {
    display: none;
}

.purchase__text-option.open-by-quantity .text-option .by-quantity {
    display: block;
}

.purchase__text-option .by-quantity-toggle-btn {
    margin-top: 10px;
    text-align: right;
}

.purchase__text-option .by-quantity-toggle-btn span {
    cursor: pointer;
    border-bottom: solid 1px;
}

.product-summary {
    position: relative;
    width: 100%;
}

.product-summary__sns-btn {
    position: absolute;
    top: 33px;
    right: 0;
}

.product-summary__sns-btn .ico--share-node {
    zoom: 0.6;
}

.product-summary__main-category {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray500);
}

.product-summary__main-category a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.product-summary__brand-name {
    font-size: 12px;
    font-weight: 700;
}

.product-summary__title {
    margin-top: 8px;
    color: var(--gray600);
    font-size: 16px;
    font-weight: 700;
}

.product-summary__promotion-text {
    margin-top: 12px;
}

.product-summary__price-detail {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
}

.product-summary__off-percent {
    color: var(--color-point);
}

.product-summary__original-price {
    position: relative;
    color: var(--gray700);
    font-size: 14px;
    font-weight: 400;
}

.product-summary__original-price .help-wrap {
    position: relative;
    margin-left: 8px;
}

.product-summary__original-price .help-wrap .help-btn {
    position: absolute;
    top: 50%;
    width: 16px;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
}

.product-summary__original-price .help-wrap .tooltip {
    margin-left: 2px;
    width: 280px;
}

.product-summary__info {
    margin-top: 32px;
    overflow: hidden;
}

.product-summary dl {
    float: left;
    width: 100%;
    padding: 12px 0;
    color: var(--gray600);
    border-bottom: solid 1px var(--gray200);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.product-summary dl dt {
    float: left;
    width: 90px;
}

.product-summary dl dd {
    padding-left: 25px;
    float: left;
    width: calc(100% - 90px);
    color: var(--gray600);
    font-size: 14px;
    font-weight: 700;
}

.product-summary__info-coupon .discount {
    color: var(--color-point);
    font-size: 14px;
    font-weight: 700;
}

.product-summary__info-coupon .coupon-download-wrap {
    float: right;
}

product-detail-banners img {
    width: revert-layer;
    height: revert-layer;
    margin: auto;
}

.shipping-claim-info details {
    margin-top: 60px;
}

.shipping-claim details div {
    border: solid 1px var(--gray200);
    padding: 20px;
    margin-top: 10px;
}

.table dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid var(--gray200);
}

.table dl dt,
.table dl dd {
    display: table-cell;
    padding: 20px;
}

.table dl dt {
    width: 135px;
    border-right: 1px solid var(--gray200);
}

.product-detail-review-wrap {
    margin-top: 40px;
    padding: 20px;
    display: none;
}

.product-review-summary {
    text-align: center;
}

.product-review-summary__title {
    font-size: 18px;
    font-weight: 700;
}

.product-review-summary__title em {
    font-style: normal;
    color: var(--color-point);
}

.product-review-summary__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.product-review-summary__rating .star {
    padding-top: 1px;
}

.product-review-summary__score {
    color: var(--gray400);
    font-size: 16px;
    font-weight: 500;
}

.product-review-summary__score span {
    color: var(--color-base-black);
    font-weight: 700;
}

.l-panel.summary-bottom-line {
    border-bottom: 2px solid var(--color-base-black);
}

.product-review__extra-info {
    border-bottom: 1px solid var(--gray200);
    padding: 20px 0;
}

.product-review__extra-info__select-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

.product-review__extra-info__select {
    width: calc((100% - 8px) / 2);
    font-size: 12px;
}

.product-review__extra-info__selected-tags-wrapper {
    display: flex;
    gap: 8px;
    margin: 20px 0 8px 0;
    flex-wrap: wrap;
}

.product-review__extra-info__tag-container {
    padding: 8px 36px 8px 20px;
    background-color: var(--color-point);
    border-radius: 15px;
    width: fit-content;
    display: flex;
    gap: 1vw;
    position: relative;
}

.product-review__extra-info__tag-value-name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--color-base-white);
}

.product-review__extra-info__tag-remove-btn {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 14px;
    height: 14px;
    min-width: 0;
    padding: 0;
    border: none;
    color: black;
    background-color: var(--background-color);
    cursor: pointer;
    z-index: 15;
}

.product-review__extra-info__tag-remove-btn:before,
.product-review__extra-info__tag-remove-btn:after {
    position: absolute;
    top: 0px;
    right: 6px;
    width: 1px;
    height: 14px;
    background-color: var(--color-base-white);
    content: ' ';
}

.product-review__extra-info__tag-remove-btn:before {
    transform: rotate(45deg);
}

.product-review__extra-info__tag-remove-btn:after {
    transform: rotate(-45deg);
}

.product-review .product-review-list {
    margin-top: 30px;
}

.product-review .product-review-list__empty {
    text-align: center;
}

.product-review__photo-collect {
    margin-top: 30px;
}

.product-review__photo-collect .summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.product-review__photo-collect a {
    text-decoration: none;
    color: black;
}

.product-review__photo-collect-title {
    color: var(--color-base-black);
    font-weight: 700;
    font-size: 16px;
}

.product-review__photo-collect-content {
    margin-top: 24px;
}

.product-review__photo-collect-content ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

.product-review__photo-collect-content ul li {
    width: 80px;
    height: 80px;
}

.product-review__photo-collect-content ul li img {
    width: 100%;
    height: 100%;
}

.product-review-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
}

.product-review-search .select {
    width: 120px;
    font-size: 12px;
}

.product-review .review-list-item .list-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.product-review .review-list-item .list-item__header .review-list-item {
    margin-top: 20px;
}

.product-review .review-list-item .list-item__header .review-list__score {
    color: var(--gray600);
    font-size: 18px;
    font-weight: 700;
}

.product-review .review-list-item .list-item__header .review-list__date {
    font-size: 12px;
    font-weight: 400;
}

.product-review .review-list-item .list-item__bottom {
    margin-top: 30px;
    padding-bottom: 20px;
}

.product-review .review-list-item .list-item__bottom .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.product-review .review-list-item .list-item__bottom .btn-wrap .action-modify {
    display: flex;
    gap: 8px;
}

.product-review .review-list-item .list-item__bottom .btn-wrap .action-modify .btn {
    width: 60px;
}

.product-review .review-list-item .list-item__bottom .btn-wrap .action-other {
    display: flex;
    font-size: 12px;
    font-weight: 500;
}

.product-review .review-list-item .list-item__bottom .btn-wrap .action-other .recommend {
    cursor: pointer;
}

.product-review .review-list-item .list-item__bottom .btn-wrap .action-other .comment {
    cursor: pointer;
}

.product-review .review-list-item .list-item__bottom .btn-wrap .action-other em {
    color: var(--color-point);
    font-weight: 700;
    vertical-align: baseline;
}

.product-review .review-list-item .list-item__bottom.open-answer .answer-wrap {
    display: flex;
    flex-direction: row;
    flex-direction: column;
}

.product-review .review-list-item .list-item__bottom .answer-wrap {
    margin: 20px 0;
    display: none;
    gap: 10px;
}

.product-review .review-list-item .list-item__bottom .answer-item {
    background: var(--gray200);
    padding: 20px;
}

.product-review .review-list-item .list-item__bottom .answer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    font-weight: 500;
}

.product-review .review-list-item .list-item__bottom .answer__header .date {
    font-weight: 400;
}

.product-review .review-list-item .list-item__bottom .answer__content {
    margin-top: 20px;
    font-weight: 400;
    white-space: pre-line;
}

.product-review .review-list-item .list-item__body-summary {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray500);
}

.product-review .review-list-item .list-item__body-image {
    position: relative;
    width: 105px;
    height: 105px;
    flex: none;
}

.product-review .review-list-item .list-item__body-image img {
    width: 100%;
    height: 100%;
}

.product-review .review-list-item .list-item__body-image .image-count {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-base-black);
    color: var(--color-base-white);
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.product-review .review-list-item .list-item__body-user {
    font-weight: 500;
    color: var(--color-base-black);
}

.product-review .review-list-item .list-item__body-content {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

.product-review .review-list-item .list-item__body-content-wrap {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    gap: 5px;
}

.product-review .review-list-item .list-item__body-content-wrap .ico-wrap {
    width: 52px;
    height: 24px;
    flex: none;
}

.product-review .review-list-item .list-item__body-content-wrap .ico-wrap .ico {
    width: 100%;
    height: 100%;
}

.product-review .review-list-item .list-item__body-content.open {
    display: block;
}

.product-review .review-list-item .list-item__body-extra-info__tags-wrapper {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.product-review .review-list-item .list-item__body-extra-info__tag-container {
    padding: 5px 20px;
    border: 1px solid var(--color-point);
    border-radius: 15px;
    width: fit-content;
    display: flex;
    gap: 1vw;
    position: relative;
    background-color: var(--color-base-white);
}

.product-review .review-list-item .list-item__body-extra-info__tag-value-name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--color-point);
}

.product-board-summary {
    text-align: center;
}

.product-board-summary-wrap {
    margin-top: 40px;
    padding: 20px;
    display: none;
}

.product-board-summary__title {
    font-size: 18px;
    font-weight: 700;
}

.photo-collection-item {
    position: relative;
    cursor: pointer;
}

.photo-collection-item__image {
    width: 100%;
    height: 100%;
}

.photo-collection-item .review-img-count {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: var(--color-base-white);
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: var(--color-base-black);
    font-size: 12px;
}

product-detail-board-button a {
    text-decoration: unset;
}

.personal-inquiry-title {
    padding: 30px 0 20px 0;
    font-size: 16px;
    font-weight: 700;
}

.personal-inquiry-title em {
    color: var(--color-point);
}

.personal-inquiry__extra-info__select-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 20px;
}

.personal-inquiry__extra-info__select {
    width: calc((100% - 8px) / 2);
    font-size: 12px;
}

.personal-inquiry__extra-info__selected-tags-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.personal-inquiry__extra-info__tag-container {
    padding: 8px 36px 8px 20px;
    background-color: var(--color-point);
    border-radius: 15px;
    width: fit-content;
    display: flex;
    gap: 1vw;
    position: relative;
}

.personal-inquiry__extra-info__tag-value-name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--color-base-white);
}

.personal-inquiry__extra-info__tag-remove-btn {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 14px;
    height: 14px;
    min-width: 0;
    padding: 0;
    border: none;
    color: black;
    background-color: var(--background-color);
    cursor: pointer;
    z-index: 15;
}

.personal-inquiry__extra-info__tag-remove-btn:before,
.personal-inquiry__extra-info__tag-remove-btn:after {
    position: absolute;
    top: 0px;
    right: 6px;
    width: 1px;
    height: 14px;
    background-color: var(--color-base-white);
    content: ' ';
}

.personal-inquiry__extra-info__tag-remove-btn:before {
    transform: rotate(45deg);
}

.personal-inquiry__extra-info__tag-remove-btn:after {
    transform: rotate(-45deg);
}

.personal-inquiry-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--gray200);
}

.personal-inquiry-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.personal-inquiry-item__top-writer {
    font-size: 12px;
}

.personal-inquiry-item__top-writer span + span::before {
    content: '|';
    margin: 0 6px 0 4px;
    color: var(--gray300);
}

.personal-inquiry-item__bottom {
    display: flex;
    flex-direction: column;
}

.personal-inquiry-item__inquiry-info-box {
    display: flex;
    align-items: center;
}

.personal-inquiry-item__inquiry-info-box .ico--chevron-down-24.open {
    transform: rotate(180deg);
}

.personal-inquiry-item__inquiry-info {
    padding: 10px 0;
    flex: 1;
    display: flex;
    align-items: center;
}

.personal-inquiry-item__inquiry-type {
    font-weight: 400;
    font-size: 14px;
    color: var(--gray500);
    margin-right: 20px;
}

.personal-inquiry-item__inquiry-title-box {
    display: flex;
    gap: 6px;
}

.personal-inquiry-item__inquiry-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.personal-inquiry-item__reply-container {
    border: 1px 0px solid var(--gray200);
}

.personal-inquiry-item__reply {
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: var(--gray100);
}

.personal-inquiry-item__reply-content {
    white-space: pre-line;
    font-size: 14px;
    line-height: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.personal-inquiry-item__reply-content-text {
    white-space: pre-line;
    font-size: 14px;
    line-height: 14px;
    flex: 1;
}

.personal-inquiry-item__reply-extra-info__tags-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.personal-inquiry-item__reply-extra-info__tag-container {
    padding: 5px 20px;
    border: 1px solid var(--color-point);
    border-radius: 15px;
    width: fit-content;
    display: flex;
    gap: 1vw;
    position: relative;
    background-color: var(--color-base-white);
}

.personal-inquiry-item__reply-extra-info__tag-value-name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--color-point);
}

.personal-inquiry-item__reply-writer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.personal-inquiry-item__reply-writer-name,
.personal-inquiry-item__reply-writer-date {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: var(--gray600);
}

.personal-inquiry-item__reply-writer span + span::before {
    content: '|';
    margin: 0 6px 0 4px;
    color: var(--gray300);
}

.personal-inquiry-item__reply .reply-icon {
    flex: none;
    width: 30px;
    height: 30px;
    background-color: #3f434c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.personal-inquiry-item__reply .reply-icon--question {
    background-color: #3f434c;
}

.personal-inquiry-item__reply .reply-icon--answer {
    background-color: var(--color-point);
}

.personal-inquiry__detail-btn-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.order-sheet-app-card {
    position: fixed;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    z-index: 6;
    padding: 20px;
    background-color: var(--color-base-white);
    border-top: 1px solid var(--gray300);
}

.order-sheet-app-card.full-width {
    max-width: 100%;
}

.order-sheet-app-card__contents {
    max-height: 500px;
    overflow-y: auto;
}

.order-sheet-app-card__opener {
    padding: 0px;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 60px;
    height: 20px;
    transform: translateX(-50%);
    background-color: inherit;
    border: 1px solid var(--gray300);
    border-width: 1px 1px 0;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    text-align: center;
}

.order-sheet-app-card__opener.is-show .ico--angle-down-black-24 {
    transform: translateY(0px) rotate(0deg);
}

.order-sheet-app-card .order-product-section {
    border-bottom: 1px solid var(--gray200);
    padding: 20px 0;
    max-height: 13.5714285714rem;
    overflow-y: auto;
}

.order-sheet-app-card .order-product__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-sheet-app-card .order-product__name {
    color: var(--color-base-black);
    font-weight: 700;
    font-size: 14px;
}

.order-sheet-app-card .order-product__option {
    color: var(--gray600);
    font-weight: 400;
    font-size: 12px;
}

.order-sheet-app-card .order-product__amount {
    font-weight: 400;
    font-size: 14px;
}

.order-sheet-app-card .order-product__delimiter {
    background-color: var(--gray300);
    width: 1px;
    height: 10.5px;
}

.order-sheet-app-card .order-product__amount-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}

.order-sheet-app-card .order-product__standard-amt {
    text-decoration: line-through;
}

.order-sheet-app-card .shipping-address-section {
    border-bottom: 1px solid var(--gray200);
    padding: 20px 0;
}

.order-sheet-app-card .shipping-address__order-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.order-sheet-app-card .shipping-address__orderer-name {
    color: var(--color-base-black);
    font-weight: 700;
    font-size: 14px;
}

.order-sheet-app-card .shipping-address__address-group {
    color: var(--gray600);
    font-weight: 400;
    font-size: 12px;
}

.order-sheet-app-card .shipping-address__address {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.order-sheet-app-card .app-card-payments-section {
    border-bottom: 1px solid var(--gray200);
    padding: 20px 0;
}

.order-sheet-app-card .app-card-payments__register-form {
    margin-bottom: 10px;
}

.order-sheet-app-card .app-card-payments__title {
    color: var(--color-base-black);
    font-weight: 700;
    font-size: 14px;
}

.order-sheet-app-card .app-card-payments-terms-section {
    padding: 20px 0;
}

.order-sheet-app-card .app-card-payments__term-checker {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}

.order-sheet-app-card .app-card-payments__term-checker .btn {
    width: 30px;
    height: 100%;
    padding: 0;
    border: none;
    color: var(--gray-color);
    text-decoration: underline;
    background-color: var(--color-base-white);
}

.order-sheet-app-card .app-card-payments__pay-btn {
    width: 100%;
    height: 50px;
}

.order-sheet-app-card .app-card-payments__pay-btn:disabled {
    cursor: none;
    pointer-events: none;
    opacity: 0.7;
}

.order-sheet-app-card .total-price-section {
    padding: 20px 0;
}

.order-sheet-app-card .total-price__content {
    display: flex;
    justify-content: space-between;
    padding: 23px 18px 19px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.order-sheet-app-card .total-price__content em {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-style: normal;
}

.order-sheet-app-card .total-price__content em .highlight {
    font-size: 18px;
}

.order-sheet-app-card .total-price__label {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

.extra-product__selected-options .quantity {
    margin: 10px 0;
}

.extra-product__selected-options:has(div.quantity-box) {
    border-bottom: 1px solid var(--gray200);
    padding-block: 12px;
}

.extra-product-purchase__info .accordion__title {
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
}

.extra-product-purchase__info .purchase__option-options-box {
    width: 100%;
    margin-top: 0;
}

.extra-product-purchase__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.extra-product-purchase__options-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Responsive Web Design for Desktop */
/* Responsive Web Design for Desktop */
@media (min-width: 960px) {
    .product-detail {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .product-detail-top-grid {
        display: grid;
        grid-template-columns: 1fr 480px;
        gap: 60px;
        align-items: start;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    /* Left Column: Image Slider */
    .product-detail image-slider {
        width: 100%;
        min-width: 0;
    }

    .product-image-slider {
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .product-image-slider .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 700px;
        background-color: #f9f9f9;
        display: block;
    }

    .product-image-slider .swipe-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    /* Right Column: Product Summary */
    .product-summary {
        position: sticky;
        top: 100px;
        height: auto;
        text-align: left;
        padding: 10px 0;
    }

    .product-summary__title {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .product-summary__price-detail {
        font-size: 28px;
        margin-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #eee;
    }

    .product-summary__brand-name {
        font-size: 16px;
        color: var(--color-point);
    }

    /* Purchase Section - Desktop uses mobile style with max-width: 500px */
    .purchase.product-detail.full-width {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 500px;
        width: 100%;
        height: auto;
        z-index: 6;
        padding: 20px;
        background-color: var(--color-base-white);
        border-top: 1px solid var(--gray300);
        border-left: 1px solid var(--gray300);
        border-right: 1px solid var(--gray300);
        border-bottom: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* Fix Layout Hierarchy */
    .purchase.product-detail.full-width product-purchase-v2 {
        width: 100%;
        display: block;
    }

    /* Target the shadow-dom-like intermediate div */
    .purchase.product-detail.full-width product-purchase-v2 > div {
        width: 100%;
        display: block;
    }

    .purchase.product-detail.full-width .purchase__button-wrap {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 6px;
    }

    /* --- When Options are Visible (Bottom Sheet Style like Mobile) --- */
    .purchase.product-detail.full-width:has(.purchase__option) {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 500px;
        width: 100%;
        height: auto;
        max-height: none;
        flex-direction: column;
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
        align-items: stretch;
        overflow-y: visible;
        overflow-x: visible;
        z-index: 200;
        display: block;
    }

    /* Switch internal flex directions to column for popup */
    .purchase.product-detail.full-width:has(.purchase__option) product-purchase-v2,
    .purchase.product-detail.full-width:has(.purchase__option) product-purchase-v2 > div {
        display: block;
    }

    /* Hide Like Button in Popup Mode */
    .purchase.product-detail.full-width:has(.purchase__option) .purchase__like-btn {
        display: none;
    }

    /* Reset Button Wrap for Popup - same as mobile */
    .purchase.product-detail.full-width:has(.purchase__option) .purchase__btns {
        display: flex;
    }

    .purchase.product-detail.full-width:has(.purchase__option) .purchase__btns .btn {
        flex: 1;
    }

    .purchase.product-detail.full-width:has(.purchase__option) .purchase__btns [type='button']:nth-child(n + 2) {
        margin-left: 5px;
    }

    /* Cart Button specific style - same as mobile */
    .purchase.product-detail.full-width:has(.purchase__option) .purchase__btns .btn:not(.btn__buy) {
        background: var(--color-base-black);
        color: white;
    }

    /* Buy Button specific style - same as mobile */
    .purchase.product-detail.full-width:has(.purchase__option) .purchase__btns .btn.btn__buy {
        background: var(--color-point);
        border: none;
        box-shadow: none;
    }

    /* Total Price Section */
    .purchase.product-detail.full-width .purchase__total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 20px 0;
    }

    /* Option List */
    .purchase.product-detail.full-width .purchase__option {
        width: 100%;
        max-height: none;
        overflow-y: visible;
    }

    /* --- END POPUP MODE --- */

    /* Like Button Styling - same as mobile - VISIBLE in initial state */
    .purchase.product-detail.full-width .purchase__like-btn {
        display: flex !important;
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        border: 1px solid var(--gray300);
        padding: 2px;
        background: none;
        align-items: center;
        justify-content: center;
    }

    /* Buy Button Styling - same as mobile */
    .purchase.product-detail.full-width .btn__buy {
        width: 100%;
    }

    /* Show Mobile Drawer Toggle - same as mobile */
    .purchase.product-detail.full-width .purchase__opener {
        display: block !important;
        padding: 0px;
        position: absolute;
        top: -20px;
        left: 50%;
        width: 60px;
        height: 20px;
        transform: translateX(-50%);
        background-color: var(--color-base-white);
        border: 1px solid var(--gray300);
        border-width: 1px 1px 0;
        border-radius: 4px 4px 0 0;
        font-size: 20px;
        text-align: center;
        z-index: 10;
    }

    /* Also show the close button when layer is open */
    .purchase.product-detail.full-width .purchase__close-btn {
        display: flex !important;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        background-color: var(--color-base-white);
        border: 1px solid var(--gray300);
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 20;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /* Related Products Grid */
    .related-product__items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        padding: 0;
    }

    .related-product__item {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .product-content {
        margin-top: 80px;
    }

    .product-content__content-box {
        max-width: 1000px;
        margin: 0 auto;
    }

    .product-detail .tabs-wrap {
        top: 60px;
        background: white;
    }

    .product-detail .tab {
        justify-content: center;
    }

    .product-detail .tab li {
        width: auto;
        min-width: 150px;
    }
}

/* 쿠폰할인가 커스텀 스타일 */
.product-summary__coupon-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.product-summary__coupon-price {
    color: #e4464e;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
}

.product-summary__coupon-label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    color: #e4464e;
    display: flex;
    align-items: center;
}

.product-summary__coupon-label .ico--info-circle-14 {
    margin-left: 2px;
    vertical-align: middle;
}

.product-summary__download-btn {
    border: 1px solid #e4464e;
    color: #e4464e;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.product-summary__download-btn .ico {
    margin-right: 4px;
}

/* 반품/교환 정보 탭 스타일 */
.return-exchange-info-tab {
    padding: 20px 16px;
    background: #fff;
    display: none;
}

.return-exchange-info-tab h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: -0.5px;
}

.return-exchange-info-tab .description {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
    word-break: keep-all;
    text-align: center;
}

.return-exchange-table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 20px;
}

.return-exchange-table th,
.return-exchange-table td {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
    word-break: keep-all;
}

.return-exchange-table th {
    background-color: #f9f9f9;
    font-weight: normal;
    color: #333;
    width: 30%;
}

.return-exchange-table td {
    color: #555;
}

.return-exchange-table .reason-list,
.return-exchange-table .impossible-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.return-exchange-table .reason-list li,
.return-exchange-table .impossible-list li {
    margin-bottom: 8px;
    position: relative;
}

.return-exchange-table .reason-list li {
    padding-left: 8px;
}
.return-exchange-table .reason-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.return-exchange-table .impossible-list li {
    text-indent: -15px;
    padding-left: 15px;
}

.exchange-fee-info {
    display: block;
    margin-top: 8px;
    color: #333;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 4px;
}

.exchange-fee-info .label {
    margin-right: 5px;
    font-weight: 500;
}

.purchase__close-btn {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-base-white);
    border: 1px solid var(--gray300);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Optional: rotate close button on hover */
.purchase__close-btn:hover {
    background-color: #f7f7f7;
}
