/* BASIC css start */
#content_w {
    width: 1300px;
    margin: 180px auto 0;
    display: flex;
    justify-content: space-between;
}

#productDetail {
    width: 900px;
}

/* 썸네일 */
#productDetail .thumb-wrap {
    margin-bottom: 60px;
}
#productDetail .thumb-wrap .detail_image .swiper-button-prev {
    left: 20px;
}
#productDetail .thumb-wrap .detail_image .swiper-button-next {
    right: 20px;
}
#productDetail .thumb-wrap .detail_image .swiper-button-prev,
#productDetail .thumb-wrap .detail_image .swiper-button-next {
    width: 10px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
}
#productDetail .thumb-wrap .detail_image .swiper-button-prev::after,
#productDetail .thumb-wrap .detail_image .swiper-button-next::after {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
#productDetail .thumb-wrap .detail_image .swiper-pagination {
    bottom: 20px;
    color: #cccccc;
    font-weight: 500;
    font-size: 13px;
}
#productDetail .thumb-wrap .detail_image .swiper-pagination span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

/* 상세 탭 */
.shopdetailBoard {
    display: flex;
}
.shopdetailBoard a {
    display: block;
    width: 33.33%;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.shopdetailBoard a.on {
    border-bottom: solid 1px #000;
}
.shopdetailBoard a span {
    color: #de5426;
}
.detail_tabContent {
    display: none;
}
.detail_tabContent.on {
    display: block;
}

/* 상품상세 랜딩 */
.shopdetailImage img {
    width: 100%;
}

/* 상세랜딩 swiper */
.detail_landing_swiper {
    position: relative;
}
.detail_landing_swiper .swiper-wrapper {
    position: absolute;
    top: 420px;
    height: fit-content;
}
.detail_landing_swiper .swiper-wrapper .swiper-slide {
    height: fit-content;
}

/* 상품정보 */
#Product_ii {
    width: 360px;
}
#Product_ii #form1 {
    position: sticky;
    width: 100%;
    top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 30px;
}
#Product_ii #form1::-webkit-scrollbar {
    width: 0px;
    display: none;
}
#Product_ii #form1::-webkit-scrollbar-thumb {
    width: 0px;
    display: none;
}
#Product_ii #form1::-webkit-scrollbar-track {
    width: 0px;
    display: none;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-name {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-description {
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price {
    margin-top: 12px;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box {
    display: flex;
    align-items: flex-end;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-consumer {
    margin-right: 4px;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-consumer span {
    font-size: 12px;
    font-weight: 400;
    color: #7c7c7c;
    text-decoration: line-through;
    text-decoration-color: #7c7c7c;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-sell strong {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-sell strong span {
    font-weight: 300;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-sale {
    margin-left: 4px;
}
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-sale strong,
#Product_ii #form1 .shopdetailInfoValue .c-prd-price .c-sel-box .c-sale strong span {
    font-weight: 500;
    font-size: 15px;
    color: #de5426;
}
#Product_ii #form1 .shopdetailInfoValue .discount_promotion {
    padding-top: 4px;
}
#Product_ii #form1 .shopdetailInfoValue .discount_promotion span {
    font-size: 13px;
    color: #de5426;
}

#Product_ii #form1 .shopdetailInfoValue .MK-product-icons {
    justify-content: left;
    color: #e2773e;
}

/* 옵션 영역 */
.shopdetailInfoSelect .shopdetailInfoOneclick:last-child {
    padding-top: 8px;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .selectedOptionValue {
    padding-bottom: 15px;
    display: block;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
    position: relative;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .selectedOptionValue span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .selectedOptionValue span.sizeGuide {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoName {
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 4px;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-value {
    display: none;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li {
    display: block;
    min-width: 64px;
    border: solid 1px #cccccc;
    margin-bottom: 8px;
    width: 64px;
    margin-right: 8px;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li.MK-oneclick-sel {
    border: solid 1px #000;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li.MK-oneclick-dis {
    opacity: 0.4;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li a {
    display: block;
    padding: 7px 0;
    text-align: center;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li a[title*='품절'] {
    background: #e0e0e0;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li a span {
    font-size: 13px;
    color: #868686;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list li.MK-oneclick-sel a span {
    color: #000;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li {
    border: none;
    border-radius: 50%;
    min-width: unset;
    width: auto;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li.MK-oneclick-sel {
    border: solid 1px #000;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li a {
    padding: 4px;
    border-radius: 50%;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li a[title*='품절'] {
    border: solid 1px #cccccc;
    position: relative;
    background: none;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li a[title*='품절']::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 34px;
    background: #cccccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li a[title*='품절'] span {
    opacity: 0.6;
    filter: brightness(0.8);
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-color li a span {
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.shopdetailInfoSelect .shopdetailInfoOneclick .shopdetailInfoList .MK-oneclick-list.MK-oneclick-only-image li a {
    padding: 0;
}
/* 원클릭 아닐 때 */
.shopdetailInfoSelect:has(.txt > select) {
    padding-top: 14px;
}
.shopdetailInfoSelect .shopdetailInfoName + .txt > select {
    padding: 4px 28px 4px 8px;
    color: #868686;
    font-size: 13px;
    border: solid 1px #cccccc;
    filter: invert(54%) sepia(1%) saturate(0%) hue-rotate(178deg) brightness(98%) contrast(85%);
    background-size: 13px;
    background-position: center right 4px;
    width: 100%;
}
.shopdetailInfoSelect > p > .shopdetailInfoName {
    display: block;
    margin-bottom: 4px;
}
.shopdetailInfoSelect > p:has(.txt > select) {
    padding-bottom: 8px;
}

/* 사이즈 가이드 팝업 */
.sizeGuidePopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000001;
}
.sizeGuidePopup > div {
    position: absolute;
    width: 530px;
    height: 100%;
    overflow-y: auto;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 10000002;
    padding: 40px;
}
.sizeGuidePopup > div .close_sizeGuide {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px !important;
    color: #404040 !important;
}
.sizeGuidePopup > div img {
    width: 100%;
}

/* 배송비 */
.c-prd-delivery {
    margin: 40px 0;
}
.c-prd-delivery p {
    font-size: 14px;
    color: #000;
}
.c-prd-delivery p:last-child {
    margin-top: 5px;
}
.c-prd-delivery p span {
    font-weight: 600;
}

/* 추가구성상품 */
.shopdetailInfoTit.addOption {
    border-top: solid 1px #cccccc;
    position: relative;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.shopdetailInfoTit.addOption::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-image: url(/design/wonderbra/ECHO/ui%20icon/folding_open.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.shopdetailInfoTit.addOption.on::after {
    background-image: url(/design/wonderbra/ECHO/ui%20icon/folding_close.svg);
}
.shopdetailInfoTit.addOption + .shopdetailInfoWrap.addOption {
    display: none;
}
.shopdetailInfoTit.addOption.on ~ .shopdetailInfoWrap.addOption {
    display: flex;
    padding-bottom: 28px;
}
.shopdetailInfoWrap.addOption .shopdetailInfoTop figure {
    width: 88px;
    margin-right: 8px;
}
.shopdetailInfoWrap.addOption .shopdetailInfoTop figure img {
    width: 100%;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue {
    width: calc(100% - 96px);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue div .shopdetailInfoprdName {
    margin-bottom: 6px;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue div .shopdetailInfoprdName span {
    font-size: 14px;
    color: #000;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue div .shopdetailInfoCont.price span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue div .shopdetailInfoCont.price span span {
    font-weight: 300;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue .shopdetailInfoSelect.add_option .shopdetailInfoName {
    display: none;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue .shopdetailInfoSelect.add_option .shopdetailInfoCont {
    display: block;
}
.shopdetailInfoWrap.addOption .shopdetailInfoValue .shopdetailInfoSelect.add_option .shopdetailInfoCont select {
    padding: 4px 28px 4px 8px;
    color: #868686;
    font-size: 13px;
    border: solid 1px #cccccc;
    filter: invert(54%) sepia(1%) saturate(0%) hue-rotate(178deg) brightness(98%) contrast(85%);
    background-size: 13px;
    background-position: center right 4px;
    width: auto;
}

/* 선택된 옵션 */
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li {
    padding: 16px 0;
    border-bottom: solid 1px #ededed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li:last-child {
    border: 0;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_p-name {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    flex: 1;
    margin-right: 10px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_p-name strong {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl {
    font-size: 0;
    display: flex;
    margin-right: 10px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl input {
    font-size: 10px;
    font-weight: 400;
    color: #000;
    float: none !important;
    border-radius: 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: 0;
    border-right: 0;
    width: 27px;
    height: 27px;
    order: 1;
    text-align: center !important;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl a {
    border: solid 1px #cccccc;
    border-radius: 0;
    background: #fff;
    height: 27px;
    width: 27px;
    line-height: 1.2;
    position: relative;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl a:nth-child(2) {
    order: 2;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl a:nth-child(2)::after {
    content: '+';
    font-size: 10px;
    font-weight: 400;
    color: #868686;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl a:nth-child(3) {
    order: 0;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl a:nth-child(3)::after {
    content: '-';
    font-size: 10px;
    font-weight: 400;
    color: #868686;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_qty-ctrl a img {
    display: none;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_price {
    min-width: 65px;
    text-align: right;
    font-weight: 500;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_btn-del {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 20px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_btn-del::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/design/wonderbra/ECHO/ui%20icon/close.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptScroll ul li .MK_btn-del img {
    display: none;
}

/* 총금액 */
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptTotal {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptTotal span {
    font-size: 14px;
    color: #000;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptTotal p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptTotal p span:nth-child(1) {
    font-weight: 400;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptTotal p span:nth-child(2) {
    font-weight: 300;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap #MK_innerOptTotal p strong {
    font-weight: 500;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_price span {
    font-size: 14px;
    color: #868686;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_price p {
    font-size: 14px;
    color: #868686;
    margin: 0;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .coupon_sale_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_price + .coupon_sale_price {
    padding-top: 10px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .coupon_sale_price span {
    font-size: 14px;
    color: #868686;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .coupon_sale_price p {
    font-size: 14px;
    color: #868686;
    margin: 0;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .group_sale_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .group_sale_price span {
    font-size: 14px;
    color: #868686;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .group_sale_price p {
    font-size: 14px;
    color: #868686;
    margin: 0;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .group_sale_price p a {
    font-size: 14px;
    font-weight: 400;
    color: #3586ff;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_total_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    padding: 20px 0;
    border-top: solid 1px #000000;
    margin-top: 30px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_total_price > span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_total_price > p strong {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_total_price > p > span:first-child {
    font-weight: 300;
    font-size: 15px;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .sale_total_price > p > span:last-child {
    color: #de5426;
    font-weight: 600;
    font-size: 16px;
}

.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .chk_sale {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/design/wonderbra/ECHO/ui%20icon/checkbox_off.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: sub;
}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptWrap .chk_sale.on {
    background-image: url(/design/wonderbra/ECHO/ui%20icon/checkbox_on.svg);
}

/* 구매버튼 */
.shopdetailButton {
    padding-top: 20px;
}
.shopdetailButton .shopdetailButtonTop {
    display: flex;
    justify-content: space-between;
}
.shopdetailButton .shopdetailButtonTop a {
    width: calc((100% - 8px) / 2);
    padding: 12px;
    display: block;
    border: solid 1px #ededed;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.shopdetailButton .shopdetailButtonTop a:last-child {
    border: solid 1px #000;
    color: #fff;
    background: #000;
}

/*네이버페이*/
.naver-checkout {
    padding: 20px 0 40px;
    background-color: #fff;
    text-align: center;
}

/* 상품 특징, 배송/교환/반품 정보, 세탁방법 */
.prdInfoToggle {
    border-top: solid 1px #cccccc;
}
.prdInfoToggle:last-child {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 40px;
}
.prdInfoToggle .title {
    padding: 20px 0;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.prdInfoToggle .title::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-image: url(/design/wonderbra/ECHO/ui%20icon/folding_open.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.prdInfoToggle .title.on::after {
    background-image: url(/design/wonderbra/ECHO/ui%20icon/folding_close.svg);
}
.prdInfoToggle .title + .con {
    display: none;
}
.prdInfoToggle .title.on + .con {
    display: block;
}
.prdInfoToggle .con {
    padding-bottom: 40px;
}
.prdInfoToggle .con .tit {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 12px;
}
.prdInfoToggle .con .tit.big {
    padding-top: 20px;
    border-top: solid 1px #ededed;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.prdInfoToggle .con p {
    font-size: 15px;
    font-weight: 400;
    color: #404040;
    line-height: 25px;
    padding-bottom: 20px;
}
.prdInfoToggle .con img {
    width: 100%;
}
.prdInfoToggle .con .desc {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
}
.prdInfoToggle .con ul li {
    padding-left: 10px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    line-height: 22px;
}
.prdInfoToggle .con ul li::before {
    content: '·';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 22px;
    font-size: 13px;
    color: #404040;
}

/* npay 팝업 */
.npayPopupBtn > a {
    position: relative;
}
.npayPopupBtn > a::before {
    content: '1초 간편가입';
    position: absolute;
    left: 77%;
    bottom: 118%;
    transform: translateX(-50%);
    color: #000;
    background: #ffe501;
    border-radius: 12px;
    text-align: center;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    animation: rimotion 0.6s infinite alternate;
    padding-left: 15px;
    background-image: url('/design/wonderbra/ECHO/new_mall/naverpay_popup/icon.png');
    background-repeat: no-repeat;
    background-position: center left 6px;
    background-size: 15px;
    font-weight: 600;
}
.npayPopupBtn > a::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    left: 80%;
    bottom: 100%;
    border-width: 10px 7px 0;
    border-style: solid;
    border-color: #ffe501 transparent;
    animation: rimotion 0.6s infinite alternate;
}

@keyframes rimotion {
    0% {
        margin-bottom: -2px;
    }
    100% {
        margin-bottom: 3px;
    }
}

/* review-list */
#productDetail .review-list {
    margin-top: 10px;
}

/* qna board */
#productDetail .qna-list {
    margin-top: 10px;
    margin-bottom: 50px;
}

/* 상품문의 */
#brandqna_list {
    padding: 0 15px;
}
#brandqna_list .qna_btn {
    overflow: hidden;
    border-bottom: 0px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#brandqna_list .qna_btn a {
    height: 60px;
    width: 48%;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}
#brandqna_list .qna_btn a.write_qna {
    background: #000;
    color: #fff;
}
#brandqna_list .qna_btn a.view_qna {
    color: #000;
    border: 1px solid #707070;
}
#brandqna_list ul {
}
#brandqna_list ul li {
    padding: 10px 0;
}
#brandqna_list ul li a {
}
#brandqna_list ul li a .qna_top {
    margin-bottom: 5px;
    font-size: 0;
}
#brandqna_list ul li a .qna_top .qna_num {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 15%;
}
#brandqna_list ul li a .qna_top .qna_content {
    display: inline-block;
    font-size: 12px;
    width: 85%;
}
#brandqna_list ul li a .qna_top .qna_content .pri img {
    vertical-align: baseline;
}
#brandqna_list ul li a .qna_top .qna_content .subject {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 3px;
    display: inline-block;
    width: 81%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
#brandqna_list ul li a .qna_bottom {
}
#brandqna_list ul li a .qna_bottom .writer {
    font-size: 12px;
    width: 15%;
    display: inline-block;
    color: #000;
}
#brandqna_list ul li a .qna_bottom .date {
    display: inline-block;
}
#brandqna_list .nbg li {
    text-align: center;
    padding: 30px 0;
}
#detaibrandqna_listl_qna ul li a .qna_top .qna_content .icon img {
    vertical-align: text-top;
}
.qna_paging {
    text-align: center;
    padding: 30px 0;
}
.qna_paging a {
    display: inline-block;
    margin: 0 2%;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.qna_paging a.now {
    font-weight: bold;
}
.qna_paging .prev,
.qna_paging .next {
    width: 8px;
    height: 18px;
}
.qna_paging .prev img,
.qna_paging .next img {
    width: 100%;
}

/* 랜딩 내 컬러칩 */
.colorChipBtn {
    display: flex;
    justify-content: center;
}
.colorChipBtn li {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 20px;
}
.colorChipBtn li.on {
    border: solid 3px #676767 !important;
}
.colorChipBox {
    margin: 100px auto 150px;
}
.colorChipBox div:not(.on) {
    display: none;
}
.colorChipBox div img {
    width: 100%;
    margin: 0 auto;
}

/* 상세 화보 컷 */
.detailSwiper.swiper .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detailSwiper.swiper .swiper-slide img {
    width: 85%;
}
.detailSwiper.swiper .swiper-button-prev,
.detailSwiper.swiper .swiper-button-next {
    color: #bfbfbf;
    background-image: none;
}
.detailSwiper.swiper .swiper-button-prev::after,
.detailSwiper.swiper .swiper-button-next::after {
    font-size: 30px;
}

.detail_colorChip {
    position: relative;
}
.detail_colorChip img {
    width: 80%;
}
.detail_colorChip > div ul {
    display: flex;
    justify-content: center;
}
.detail_colorChip > div ul li {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin: 0 1.5%;
    position: relative;
}
.detail_colorChip > div ul li.on::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #000;
    transform: translate(-50%, -50%);
}
.detail_colorChip > div > span.eng {
    font-size: 24px;
    margin-top: 5%;
    display: block;
    color: #333;
}
.detail_colorChip > div > span.prdCode {
    font-size: 17px;
    margin-top: 2%;
    display: block;
    margin-bottom: 8%;
    color: #8d8d8d;
}
.detail_colorChip > div .swiper {
    display: none;
    width: 90% !important;
}
.detail_colorChip > div .swiper.on {
    display: block;
}
.detail_colorChip > div .swiper .swiper-button-prev,
.detail_colorChip > div .swiper .swiper-button-next {
    color: #bfbfbf;
    background-image: none;
}
.detail_colorChip > div .swiper .swiper-button-prev {
    left: 4%;
}
.detail_colorChip > div .swiper .swiper-button-next {
    right: 4%;
}
.detail_colorChip > div .swiper .swiper-button-prev::after,
.detail_colorChip > div .swiper .swiper-button-next::after {
    font-size: 30px;
}

/* 사이즈 찾기 */
.size_calc {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.size_calc > p {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 16px;
    padding-top: 50px;
    margin: 0;
}
.size_calc > span:nth-child(2) {
    text-align: center;
    font-size: 18px;
    color: #525252;
    display: block;
    line-height: 1.4;
}
.size_calc .calc {
    padding-top: 40px;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.size_calc .calc *:not(:last-child) {
    margin-right: 4px;
}
.size_calc .calc input {
    border: solid 1px #e2e2e2;
    width: calc((100% - 100px) / 3);
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
}
.size_calc .calc button {
    background: #000;
    width: 60px;
    line-height: 42px;
    height: 42px;
    color: #fff;
    border: 0;
    font-size: 15px;
    text-align: center;
}
.size_calc .calc .result {
    border: solid 1px #e2e2e2;
    width: calc((100% - 100px) / 3);
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    text-align: center;
}
.size_calc > span:nth-child(4) {
    text-align: center;
    font-size: 14px;
    color: #737373;
    display: block;
    line-height: 1.5;
    padding-bottom: 25px;
    border-bottom: solid 1px #ccc;
}

.size_calc .sist {
    padding-top: 25px;
    display: none;
}
.size_calc .sist > p {
    color: #de5426;
    font-size: 15px;
    padding-bottom: 16px;
}
.size_calc .sist > p > img {
    width: 18px;
    margin-right: 6px;
    vertical-align: top;
}
.size_calc .sist ul li {
    display: flex;
    margin-bottom: 8px;
    padding: 14px 16px;
    background: #f9f9f9;
    justify-content: space-between;
}
.size_calc .sist ul li:last-child {
    margin-bottom: 0;
}
.size_calc .sist ul li span:first-child {
    color: #404040;
    font-size: 15px;
}
.size_calc .sist ul li span:last-child {
    color: #de5426;
    font-size: 15px;
}

/* 상세 사은품 배너 */
.giftBanner {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 0;
    padding: 16px 0;
}

/* 10927638 상품 쿠폰가 */
span.couponPri {
    display: inline-block;
    margin-top: 8px;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #e2773e;
}

/* 상품상세 아코디언 */
#productDetail .shopdetailImage .accordionBox {
    display: none;
}

/* 특정 상품 할인가 노출 차민우 2026-01-16 */
.target-discount-price {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 14px;
}
.target-discount-price .echo-target-price {
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #e2773e;
}
.target-discount-price .txt-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    padding: 2px 8px;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
}
.target-discount-price.special .txt-badge {
    background-color: #000;
}
.target-discount-price.special_20 .txt-badge {
    background-color: #000;
}
.target-discount-price.first .txt-badge {
    background-color: #e2773e;
}
.target-discount-price.coupon10000 .txt-badge {
    background: #000;
}
.target-discount-price.coupon20000 .txt-badge {
    background: #000;
}
.target-discount-price.percent5 .txt-badge {
    background: #000;
}

/* 특정 상품 상세 스타일 백세진 2026-07-06 */
.tab-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.tab-btn-wrap .tab-btn {
    flex: 1;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.tab-btn .on-img {
    display: none;
}
.tab-btn .off-img {
    display: block;
}

.tab-btn.on .on-img {
    display: block;
}
.tab-btn.on .off-img {
    display: none;
}

.tab-content {
    display: none;
}
.tab-content.on {
    display: block;
}
.tab-content img {
    display: block;
    width: 100%;
}

/* 사이즈 버튼 (wbBtnList/wbBtn) - 셀렉트박스형과 호환 */
.shopdetailInfoSelect .wbBtnList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
}
.shopdetailInfoSelect .wbBtnList li.wbBtn {
    min-width: 56px;
    border: solid 1px #cccccc;
    margin: 0 8px 8px 0;
}
.shopdetailInfoSelect .wbBtnList li.wbBtn a {
    display: block;
    padding: 7px 10px;
    text-align: center;
    font-size: 13px;
    color: #868686;
}
.shopdetailInfoSelect .wbBtnList li.wbBtn.on {
    border-color: #000;
}
.shopdetailInfoSelect .wbBtnList li.wbBtn.on a {
    color: #000;
    font-weight: 600;
}

/* 구조A: 사이즈 우선 선택 -> 색상 선택 UI (순수 원클릭형) */
.shopdetailInfoOneclick.wbOneclickSizeNotSelected {
    opacity: 0.4;
    pointer-events: none;
    position: relative;
}
.shopdetailInfoOneclick.wbOneclickSizeNotSelected::after {
    content: '사이즈를 먼저 선택해주세요';
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
.MK-oneclick-list.MK-oneclick-only-color li.wbOneclickColorDisabled,
.MK-oneclick-list.MK-oneclick-only-image li.wbOneclickColorDisabled {
    opacity: 0.4;
    pointer-events: none;
    position: relative;
}
.MK-oneclick-list.MK-oneclick-only-color li.wbOneclickColorDisabled a::after,
.MK-oneclick-list.MK-oneclick-only-image li.wbOneclickColorDisabled a::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 34px;
    background: #cccccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 구조B: 사이즈 우선 선택 -> 색상(누끼 이미지) 선택 UI (원클릭 N-세트형) */
.shopdetailInfoSelect .wbColorGroup {
    margin-top: 16px;
    transition: opacity 0.2s;
}
.shopdetailInfoSelect .wbColorGroup .shopdetailInfoName {
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}
.shopdetailInfoSelect .wbColorGroup.sizeNotSelected {
    opacity: 0.4;
    pointer-events: none;
}
.shopdetailInfoSelect .wbColorGroup.sizeNotSelected .shopdetailInfoName::after {
    content: ' (사이즈를 먼저 선택해주세요)';
    font-size: 12px;
    color: #999;
}

.shopdetailInfoSelect .wbColorList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.shopdetailInfoSelect .wbColorList li.wbColorSwatch {
    margin: 0 8px 8px 0;
    width: 64px;
    text-align: center;
}
.shopdetailInfoSelect .wbColorList li.wbColorSwatch a {
    display: block;
}
.shopdetailInfoSelect .wbColorList .wbColorSwatch-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    font-size: 10px;
    color: #cccccc;
    background-color: #f9f9f9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.shopdetailInfoSelect .wbColorList .wbColorSwatch-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.shopdetailInfoSelect .wbColorList .wbColorSwatch-img img.wbColorSwatch-img-loaded {
    opacity: 1;
}
.shopdetailInfoSelect .wbColorList .wbColorSwatch-img.wbColorSwatch-loading {
    background-color: #f0f0f0;
    background-image: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: wbColorSwatchShimmer 1.4s ease infinite;
}
@keyframes wbColorSwatchShimmer {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
.shopdetailInfoSelect .wbColorList .wbColorSwatch-label {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #868686;
}
.shopdetailInfoSelect .wbColorList li.wbColorSwatch.on .wbColorSwatch-img {
    border: solid 1px #333;
}
.shopdetailInfoSelect .wbColorList li.wbColorSwatch.on .wbColorSwatch-label {
    color: #333;
    font-weight: 500;
}
.shopdetailInfoSelect .wbColorList li.wbColorSwatch.wbDisabled {
    opacity: 0.4;
    pointer-events: none;
}
/* 재고 없음 사선 표시 (구조A의 wbOneclickColorDisabled와 같은 방식) */
.shopdetailInfoSelect .wbColorList li.wbColorSwatch.wbDisabled .wbColorSwatch-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 90px;
    background: #cccccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* BASIC css end */

