/* BASIC css start */
.midBanner { display:flex; padding-bottom:20px; }
.section01 p, .section01 span, .section01 h1, .section01 h2, .section01 h3, .section01 div { font-size:16px !important; }

.priceWrap{position:relative;}
.couponWrap .couponPopupOpen{position: absolute; top: 0;right: 0; display: block; padding: 0 10px; line-height: 35px; background: #111; color: #fff; }
.couponWrap .couponPopupWrap{
    display:none;
    position: fixed;
    background: #fff;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    border:1px solid #ddd;
}

.couponWrap .couponPopupWrap .couponPopTop{
    position:relative;
    background: #eee;
    line-height: 50px;
}

.couponWrap .couponPopupWrap .couponPopTop strong{
    font-size:16px;
}

.couponWrap .couponPopupWrap .couponPopTop a.couponPopupClose{
    position: absolute;
    right: 15px;
    top: 15px;
}



.detailMoreViewBtn{
    display:none;
    position:relative;
    height:50px;
    padding:0 15px;
    margin-top:-25px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.70) 80%, rgba(255,255,255,0) 100%);
}

.detailMoreViewBtn a{
    display:block;
    line-height:50px;
    border:1px solid #111;
    font-size:13px;
    text-align:center;
    font-weight:500;
    background:#fff;
}

.shopdetailImage{/*
    height: 2000px;
  overflow: hidden;*/}

#header.detailFix{
    transform: translateY(-183px) !important;}

.allMenuBox.open.fixed{
    opacity: 0;
    z-index: -1;
    margin-top: -10000px;}

a[id^=detail]{_height:100px; display: block;}

#thumb_sld .swiper .openSlideListBtn{
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 48px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 15px;
    background: rgba(19,19,19,0.5);
    color: #acacac;
    left: 50%;
    margin-left: -24px;
}
    
#thumb_sld .swiper .openSlideListBtn .swiper-pagination{
    position:static;
    display:inline-block;
    width:48px;
}

#thumb_sld .swiper .openSlideListBtn .swiper-pagination .swiper-pagination-current{
    font-weight: bold;
    color: #ffffff;
}

#thumb_sld .swiper .openSlideListBtn i{
    position: absolute;
    top: 7px;
    font-size: 10px;
    right: 10px;
    transform: scale(0.7);
}


#thumb_sld .swiper .swiper-button-prev{
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_l_w.png) no-repeat;
    width: 24px;
    height: 48px}
#thumb_sld .swiper .swiper-button-next{
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_r_w.png) no-repeat;
    width: 24px;
    height: 48px}

#thumb_sld .swiper .swiper-button-prev:after,
#thumb_sld .swiper .swiper-button-next:after{font-size:0}



/*¹«ÀÌÀÚ ÇÒºÎ ¾È³» ÆË¾÷*/
.cardInfoPopup {
    position: absolute;
    display: none;
    width: 500px;
    height: 700px;
    overflow: auto;
    top: 0;
    right: 0;
    /* margin-top: -350px; */
    background: #fff;
    z-index: 9;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 3px;
}

.cardInfoPopup .topBox{
    position:relative;
    text-align:center;
    border-bottom:1px solid #ddd;
}

.cardInfoPopup .topBox strong{
    font-size:16px;
    font-weight:bold;
    line-height:50px;
}

.cardInfoPopup .topBox .closePopupBtn{
    position:absolute;
    display:block;
    top:0;
    right:0;
    padding:0 15px;
    line-height:50px;
    font-size:20px;
 }

.cardInfoPopup .popupConBox{
    padding:20px 15px;
} 

.cardInfoPopup .popupConBox dl{
    margin-bottom:30px;
}

.cardInfoPopup .popupConBox dl dt{
    font-size:14px;
    font-weight:500;
    line-height:30px;
    color:#111;
} 

.cardInfoPopup .popupConBox dl dd table{
    width:100%;
    border-top:1px solid #111;
    border-bottom:1px solid #111;
} 

.cardInfoPopup .popupConBox dl dd table tr{
    border-bottom:1px solid #ddd;
} 

.cardInfoPopup .popupConBox dl dd table tr:last-child{
    border-bottom:0;
} 

.cardInfoPopup .popupConBox dl dd table tr th{
    background:#f9f9f9;
    font-weight:400
} 

.cardInfoPopup .popupConBox dl dd table tr td{
    padding:10px;
} 

.cardInfoPopup .popupConBox dl dd .subText{
    display:block;
    margin-top:5px;
    font-size:11px;
    color:#666;
}

/*»ó¼¼ ¼öÁ¤*/
.goodsListWrap ul li .textBox .price .consumer{display: inline-block !important;}

.goodsInfoText{
    position:relative;
    padding:10px 0 0;
    margin:0;
    border-bottom:1px solid #ddd;
}

.goodsInfoText .brand,
.goodsInfoText .price {
    font-family: 'Nunito Sans', sans-serif;
}

.goodsInfoText .brand{
    margin-bottom:10px;
    font-size:14px;
    font-weight:bold;
}

.goodsInfoText .name{
    margin-bottom:5px;
    font-size:16px;
    font-weight:500;
}

.goodsInfoText .option{
    font-weight: 500;
    margin-bottom:5px;
    font-size:12px;
    color:#777;
}

.goodsInfoText .review{
    margin-bottom:5px;
    font-size:13px;
    color:#777;
}

.goodsInfoText .review i{
    margin-top: 2px;
    vertical-align: top;}

.goodsInfoText .price{
    padding:5px 0 20px;
}

.goodsInfoText .price .consumer{
    display:block;
    margin-bottom:3px;
    text-decoration:line-through;
    font-size:14px;
    color:#999;
}

.goodsInfoText .price .normal{
    display:inline-block;
    margin-right:3px;
    font-size:20px;
    font-weight:bold;
}

.goodsInfoText .price .dc_per{
    display:inline-block;
    font-size:18px;
    color:#ff5c35;
    font-weight:bold;
}

.goodsInfoText .price .dc_time{
    display:inline-block;
    margin-left:3px;
    font-size:14px;
    color:#999;
}

.goodsInfoText .share{
    display: flex;
    position:absolute;
    top:15px;
    right:0;
}

.goodsInfoText .share a{
    display:block;
    height:17px;
    margin-left:15px;
}

.goodsInfoText .share a img{
    display:block;
    height:100%;
}

.goodsInfoText .share a.wishBtn img.wish_on{
    display:none;
}

.goodsInfoText .share a.wishBtn .wish-on img.wish_on{
    display:block;
}

.goodsInfoText .share a.wishBtn .wish-on img.wish_off{
    display:none;
}

.goodsInfoText .coupon a{
    position:absolute;
    display:block;
    bottom:20px;
    right:15px;
    width: 100px;
    font-size:14px;
    color:#fff;
    line-height:36px;
    text-align:center;
    background:#111;
}

.userBenefitWrap{
    position:relative;
    padding-bottom:6px;
}

.userBenefitWrap:after{/*
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:6px;
    bottom:0;
    left:0;
    background:#eee;*/
}

.userBenefitWrap:before{
    content: '';
    display: block;
    position: absolute;
    width: 100% ;
    height: 1px;
    bottom: 5px;
    right: 0;
    background: #ddd;
    z-index: 1;
}

.userBenefitWrap{
    padding-bottom:6px;
}

.userBenefitWrap > div{
    padding:15px 0 5px;
    margin:0;
    border-bottom:1px solid #ddd;
}

.userBenefitWrap > div:last-child{
    border-bottom:none;
}

.userBenefitWrap > div > dl{
    position:relative;
    display:grid;
    grid-template-columns: 120px 1fr;
    padding-bottom:10px;
}

.userBenefitWrap > div > dl dt{
    grid-column:1;
    color:#999;
    font-weight:500;
}

.userBenefitWrap > div > dl dt.c_orange{
    color:#ff5c35;
}

.userBenefitWrap > div > dl dd{
    font-weight: 500;
    grid-column:2;
    width:100%;
}

.userBenefitWrap > div > dl dd span{
    display: inline-block;
}

.userBenefitWrap > div > dl dd  a.fr{float: right;font-weight: 600;}

#contentWrap.detailPage{width: 1320px !important}
#productDetail .page-body { margin-top:60px }
/* »ó´Ü ¼¶³×ÀÏ, »óÇ° ¿É¼Ç Á¤º¸ */
#productDetail .thumb-info { padding-bottom: 120px;*zoom:1 }
#productDetail .thumb-info:after { content: ""; display: block; clear: both; }
/* ¼¶³×ÀÏ */
#productDetail .thumb-info .thumb-wrap { float: left; width:640px; text-align: center }
#productDetail .thumb-info .thumb { margin:0 auto; width:640px ; padding-bottom: 20px;}
#productDetail .thumb-info .thumb img {width: 100%;}
#productDetail .thumb-info .thumb-ctrl { clear: both; padding-top: 20px; text-align: center; }
#productDetail .thumb-info .thumb-ctrl a { font-size: 11px; }
#productDetail .thumb-info .thumb-ctrl a img { vertical-align: middle; margin-right: 3px; }
#productDetail .thumb-info .thumb-ctrl a:hover { text-decoration: underline; }


/* »óÇ°¿É¼Ç Á¤º¸ */
#productDetail .thumb-info .info { float:right; width:600px;transition:0.3ease; }
#productDetail .thumb-info .info .prd-icons { display: table; padding: 10px 0 5px; }
#productDetail .thumb-info .info .prd-icons .prd-icon { display: inline-block; width: 385px; }
#productDetail .thumb-info .info .prd-icons .prd-icon img { margin-left: 3px; }
#productDetail .thumb-info .info .prd-icons .prd-icon img:first-child { margin-left: 0; }
#productDetail .thumb-info .info .prd-icons .prd-wish { display: inline-block; width: 65px; text-align: right; vertical-align: top; }
#productDetail .thumb-info .info .prd-icons .prd-wish p { display: inline-block; height: 22px; line-height: 20px; padding: 0 4px 0 24px; border: 1px solid #b9b9b9; border-radius: 3px; _font-family: 'malgun gothic'; font-size: 13px; color: #000; background: #fff url('/images/common/ico_wish_detail_count.png') no-repeat 5px center; }
#productDetail .thumb-info .info .tit-prd { font-size:18px; color:#1c1c1c }
#productDetail .thumb-info .info .table-opt {padding: 12px 0 5px; margin-left: 0;}
#productDetail .thumb-info .info .table-opt th,
#productDetail .thumb-info .info .table-opt td { padding:7px 0 }
#productDetail .thumb-info .info .table-opt th { color:#969696; font-weight: normal }
#productDetail .thumb-info .info .table-opt th .tb-left,
#productDetail .thumb-info .info .table-opt td .tb-left { padding:0 }
#productDetail .thumb-info .info .table-opt td { color:#555 }


/*±¸¸ÅÇÏ±âfixed*/
#FixedBuy{
    display:none;
    width:200px;
    height:40px;
    line-height:40px;
    text-align:center;    
    position: fixed;
    bottom: 40px;
    right: 85px;
    background: #000;
    color: #fff;}
#FixedBuy a{display:block; color: #fff; height: 40px; line-height: 40px; font-size: 15px;  font-weight: 500;}


/*»óÇ°¿É¼Ç Á¤º¸ - °íÁ¤½Ã ¡Ú*/
#productDetail .thumb-info .info.fixed{z-index: 2223;position: fixed;right: 0;top: 60px;background: #fff; width: 280px;border-left: 1px solid #dddddd; padding: 20px; height: 100%;}
#productDetail .thumb-info .info.fixed .fix-close{
    display: block;
    cursor: pointer;
    content: "close";
    position: absolute;
    left: -24px;
    top: 0px;
    width: 24px;
    height: 72px;
    background: url(/design/09women/2023_renew/pc/newIcons/fix-ico-close.png) no-repeat center;
    font-size:0;
}
#productDetail .thumb-info .info.fixed .goodsInfoText{padding: 0; margin: 0;}
#productDetail .thumb-info .info.fixed .goodsInfoText .brand{height: 17.5px;}
#productDetail .thumb-info .info.fixed .goodsInfoText .share a img{width: 17px; height: 15px;}
#productDetail .thumb-info .info.fixed .goodsInfoText .share{top: 0;}
#productDetail .thumb-info .info.fixed .goodsInfoText .option{margin-bottom: 10px;}
#productDetail .thumb-info .info.fixed .table-opt{margin-left: 0;}
#productDetail .thumb-info .info.fixed .userBenefitWrap{display:none;}
#productDetail .thumb-info .info.fixed .userBenefitWrap > div > dl{}
#productDetail .thumb-info .info.fixed .table-opt .opt-wrap dl{grid-template-columns: 80px 1fr;}
#productDetail .thumb-info .info.fixed .table-opt .opt-wrap dd{width: 200px;}
#productDetail .thumb-info .info.fixed .table-opt .opt-wrap select{width: 200px;}

#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name{display: block;}
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl{
    position: relative;
    display: block;
    width: 90px;
    height: 30px;
    margin-top: 10px;
    left: unset;
    top: unset;
    height: 31px;}
    
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option,
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .MS_amount_basic,
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .addition_option{left: 29px;height: 28px}

#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up{left: 2px;}
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw{}
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a{width: 28px;height: 28px;}

#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_price{bottom: 24px;}
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_price span{font-weight:600 !important}
#productDetail .thumb-info .info.fixed #MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del{bottom: 29px;}
#productDetail .thumb-info .info.fixed #MK_innerOptTotal{padding-top: 0;}
#productDetail .thumb-info .info.fixed  #MK_innerOptWrap #MK_innerOpt_01 li{margin-top: 0;}

#productDetail .thumb-info .info.fixed .buyBtns{display: block;}
#productDetail .thumb-info .info.fixed .prd-btns .btn_cart{width: 224.5px;}
#productDetail .thumb-info .info.fixed .prd-btns .btn_buy{width: 278px; margin-top: 4px;}
#productDetail .thumb-info .info.fixed #MK_innerOptScroll.line{max-height: 220px; overflow: auto;}


#productDetail .thumb-info .info.fixed #top_sns{
    width: 50px;
    border: 1px solid #ddd;
    height: auto;
    border-radius: 20px;
    right: 0;
    left: 0;
    background: #fff;
    padding: 10px 0 15px;}
    
#productDetail .thumb-info .info.fixed #top_sns a{
    margin-top: 5px;}

#productDetail .thumb-info .info.fixed #top_sns a img{
    width: auto;
    height: auto;}



#productDetail .thumb-info .info.fixed #top_sns #FB_btn_over, 
#productDetail .thumb-info .info.fixed #top_sns #TW_btn_over,
#productDetail .thumb-info .info.fixed #top_sns #KA_btn_over,
#productDetail .thumb-info .info.fixed #top_sns #COPY_LINK{
    position: absolute;
    right: 60px;
    top: 0;}










/* ÆÇ¸Å°¡°Ý */
#productDetail .thumb-info .info .table-opt .price {  }
#productDetail .thumb-info .info .table-opt .sell_price { font-size:18px; color:#1c1c1c; font-weight:bold }
/* ÁÖ¹®¼ö·® */
#goods_amount { float:left; }
#productDetail .thumb-info .info .table-opt .opt-spin { position: relative; width: 52px; height: 15px; border: 1px solid #acacac; }
#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin,
#productDetail .thumb-info .info .table-opt .opt-spin .btns { float: left; }
#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin { width: 41px; height: 13px; padding-left: 2px; padding-top: 2px; border: 0; font-size: 11px; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns { width: 17px; height: 15px; border-left: 1px solid #aaa; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 50%; }
#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 50%; }
#productDetail .thumb-info .info .prd-btns .soldout { margin-top:6px; width:448px; height:104px; font-size:14px; color:#231f20; text-align:center; line-height:104px; letter-spacing:2px; border:1px solid #231f20; background:#fff }
#productDetail .thumb-info .info .prd-btns a {}

.buyBtns{
    display: flex;
    justify-content: space-between;}

#productDetail .thumb-info .info .prd-btns .btn_buy { 
    display: inline-block;
    width: 268px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border: 1px solid #111111;
    background: #111111;}
    
    /*
#productDetail .thumb-info .info .prd-btns .btn_buy:hover { color:#000; background:#fff }
#productDetail .thumb-info .info .prd-btns .btn_buy:active { position: relative; top: 1px }*/

#productDetail .thumb-info .info .prd-btns .btn_cart { 
    display: inline-block;
    width: 268px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    text-align: center;
    line-height: 48px;
    border: 1px solid #231f20;
    background: #fff;}
    
/*
#productDetail .thumb-info .info .prd-btns .btn_cart:hover { color:#fff; background:#231f20 }
#productDetail .thumb-info .info .prd-btns .btn_cart:active { position: relative; top: 1px }*/
#productDetail .thumb-info .info .prd-btns .btn_barotalk { display:block; margin-top:10px }
#productDetail .thumb-info .info .table-opt .sell_benefit { position:relative; }
#productDetail .thumb-info .info .table-opt .sell_benefit .benefit_btn { display:inline-block; height:18px; line-height:20px; border:1px solid #000; font-size:11px; }
#productDetail .thumb-info .info .table-opt .sell_benefit .benefit_btn span { display:inline-block; height:18px; padding:0 5px; color:#fff; background:#000; vertical-align:top; }
#productDetail .thumb-info .info .table-opt .sell_benefit .benefit_btn em { display:inline-block; height:18px; padding:0 3px 0 0; font-size:10px; vertical-align:top; }
#productDetail .thumb-info .info .wish-icons .prd-wish { display: inline-block; width: 65px; text-align: right; vertical-align: top; }
#productDetail .thumb-info .info .wish-icons .prd-wish span { display: inline-block; height: 22px; line-height: 20px; padding: 0 4px 0 24px; border: 1px solid #b9b9b9; border-radius: 3px; _font-family: 'malgun gothic'; font-size: 13px; color: #000; background: #fff url('/images/common/ico_wish_detail_count.png') no-repeat 5px center; }
#productDetail .thumb-info .info .prd-btns #MS_btn_wish .ico-wish { display: inline-block; width: 16px; height: 14px; margin-right:2px; background: url('/images/common/ico_wish_detail_off.png') no-repeat center center; vertical-align: middle; }
#productDetail .thumb-info .info .prd-btns #MS_btn_wish.wish-on .ico-wish { background: url('/images/common/ico_wish_detail_on.png') no-repeat center center; }

/* ÅëÇÕ¿É¼Ç */
#productDetail .thumb-info .info .table-opt .opt-wrap { width: 100%; _padding:7px 0 }
#productDetail .thumb-info .info .table-opt .opt-wrap .tit { margin-bottom: 5px; }
#productDetail .thumb-info .info .table-opt .opt-wrap-hybrid { width: 100%; padding:0 0 10px; border-bottom:1px solid #e4e4e4; }
#productDetail .thumb-info .info .table-opt .opt-wrap-hybrid .tit { margin-bottom: 8px; color:#969696; }
#productDetail .thumb-info .info .table-opt .opt-wrap-hybrid .tit strong { color:#555; }
#productDetail .thumb-info .info .table-opt .opt-wrap dl {
    overflow: hidden;
    width: 100%;
    *zoom: 1;
    display: grid;
    grid-template-columns: 120px 1fr;}
#productDetail .thumb-info .info .table-opt .opt-wrap dl:after { display:block; clear:both; content:'' }
#productDetail .thumb-info .info .table-opt .opt-wrap dt {float: left; margin-bottom:10px; padding-top: 13px; *padding-bottom:5px; color:#555 }
#productDetail .thumb-info .info .table-opt .opt-wrap dd { float: left; width:480px; margin-bottom:10px; *padding-bottom:5px; }

#productDetail .thumb-info .info .table-opt .opt-wrap dl:nth-last-child(1) dd{ margin-bottom: 10px;}

#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn { text-align:right; }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a { display:inline-block; width:84px; height:24px; font-size:13px; color:#fff; text-align:center; line-height:24px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a:hover { color:#231f20; background:#fff }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a:active { position: relative; top: 1px }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a img { display:none }
#productDetail .thumb-info .info .table-opt .opt-wrap select {
    padding-right: 10px;
    appearance: none;
    background-image: url(/design/09women/2023_renew/image/icon/icon_d_select_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 19px;
    background-color: #fff;
    width: 480px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;padding-left: 10px;
    color: #222222; }
    
#productDetail .thumb-info .info .table-opt .opt-wrap select option{padding-left: 10px;
    min-height: 1.2em;}
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns { position:relative }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns input { margin-right:3px; width:42px; height:24px; border: 1px solid #dfdfdf; text-align:center !important; line-height:24px }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a { display:inline-block; width:26px; height:26px; text-indent:-9999em; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-up { background-position:0 0 }
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-dw { background-position:0 -26px }
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count select { float: left; width:350px; }
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count .opt-btns { padding-top:5px; clear:both }
#productDetail .thumb-info .info .table-opt .option-wrap { margin-top: 10px; padding:10px 0; border-top:1px solid #ddd; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box { width:100%; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .tit { padding:10px 0 5px; color:#666; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list:after { clear: both; content: ""; display: block; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list { width:100%; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li { float:left; width:70px; margin-left:25px; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li.first,
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li:first-child { margin-left:0; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl { padding-bottom:10px; color:#333; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdchk { text-align:left; padding-bottom:5px; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdchk input { width:13px; height:13px; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg { position:relative; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg img { width:70px; height:70px; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg.noimg { }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; line-height:71px; color:#fff; text-align:center; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout-bg { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:#000; filter:alpha(opacity:40); opacity:0.4; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .sel-img { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:#000; filter:alpha(opacity:40); opacity:0.4; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-top:7px; line-height:14px;}
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-bottom:3px; line-height:14px;}
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdprice { padding-bottom:3px; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty { }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty input { width:52px; height:24px; line-height:24px; border: 1px solid #dfdfdf; text-align:center; background:none; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down { display:inline-block; width:12px; height:26px; line-height:0; font-size:0; vertical-align:top; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a { display:inline-block; width:12px; height:12px; line-height:0; font-size:0; vertical-align:top; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down .btn-up { margin-bottom:2px; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li.lst-soldout dl { color:#a7a7a7; }
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li.lst-soldout dl input { color:#929292; }

/* »óÇ°Á¤º¸ ÅÇ */
#productDetail .detailTopFixedWrap.fixed{position: fixed; top: 0;left:0; width:100%; background:#fff; z-index:998; border-bottom: 1px solid #dddddd;}
#productDetail .detailTopFixedWrap.fixed .detailTopFixedNavi{width: 1320px; margin: auto;}

#productDetail .detailTab {position:relative }
#productDetail .detailTab ul { padding-left:1px; *zoom:1 }
#productDetail .detailTab ul:after { display:block; clear:both; content:'' }

#productDetail .detailTab.fixed ul li{border-bottom: 0;}

#productDetail .detailTab ul li { margin-left:-1px; float:left; width:264px; height:59px; border-bottom: 1px solid #dddddd; }
#productDetail .detailTab ul li.first {}
#productDetail .detailTab ul li a { display:block; height:59px;font-size: 16px; color: #111111; font-weight: 500; line-height:59px; text-align:center; }
#productDetail .detailTab ul li a span{color:#999999; font-size:12px; font-family: 'Montserrat'}
#productDetail .detailTab ul li a.active { height:57px; border-bottom: 3px solid #1b1b1b; }

/* Å¸ÀÌÆ² °øÅë */
#productDetail .tit-detail { position: relative; padding-top:30px; *zoom:1 }
#productDetail .tit-detail:after { display:block; clear:both; content:'' }
#productDetail .tit-detail h3 { float:left; font-size:16px; color:#303030; line-height:18px }
#productDetail .tit-detail .more { float:right }
#productDetail .tit-detail .more a { font-size:11px; color:#8c8b8b }
/* »óÇ° »ó¼¼ ÀÌ¹ÌÁö */
#productDetail .prd-detail table { table-layout: auto; border-spacing:0 !important; border-collapse:collapse !important }
#productDetail .prd-detail table td { word-break:break-all }
#productDetail .prd-detail { padding-top:10px; margin-top:30px; width: 100%; text-align:left; overflow: hidden }
#productDetail .prd-detail img { max-width: 100%; }

/* ±¸¸ÅÇÒÀÎ */
#productDetail .buy-benefit { position:relative; }
#productDetail .buy-benefit .tit-txt { font-size:12px; color:#000; }
#productDetail .buy-benefit .view-wrap { position:relative; }
#productDetail .buy-benefit .btn-view { display:inline-block; padding:2px 3px 2px 5px; font-size:12px; color:#000; _font-family:"Malgun Gothic"; background: url(/images/common/bg_layer_gray.gif) no-repeat; border:1px solid #e3e3e3; }
#productDetail .buy-benefit .btn-view em { display: inline-block; font-size:10px; vertical-align: top; }
#productDetail .buy-benefit .view-wrap { display:none; position:absolute; top:30px; left:50%; max-width:186px; margin-left:-208px; padding:15px; background:#fff; border:1px solid #000; z-index:1; }
#productDetail .buy-benefit .view-wrap.active { display:block; }
#productDetail .buy-benefit .view-wrap .layer-view { font-size:12px; line-height:20px; color:#000; font-weight:bold; }
#productDetail .buy-benefit .view-wrap .layer-view .fc-red { color:#ff0000; }
#productDetail .buy-benefit .view-wrap .layer-view ul.list {margin-top:5px;}
#productDetail .buy-benefit .view-wrap .layer-view ul li.layer-info { color:#585858; border-top:1px solid #ccc; padding-top:5px; margin-top:5px; font-weight:normal; }
#productDetail .buy-benefit .view-wrap .btn-close { position:absolute; right:10px; top:5px; }
/* ±¸¸ÅÇÒÀÎ */

/* Á¤±â¹è¼Û ÇýÅÃ ÆË¾÷ */
#productDetail .delivery .view-wrap { display:none; position:absolute; top:30px; left:50%; width:290px; margin-left:-208px; background:#fff; border:2px solid #666; z-index:1; }
#productDetail .delivery .view-wrap.active { display:block; }
#productDetail .delivery .view-wrap h3.title {padding:8px 14px; background:#f0f0f0; font-weight:700;}
#productDetail .delivery .view-wrap .list {margin:18px 20px; border:1px solid #e4e4e5; border-top:0;}
#productDetail .delivery .view-wrap .list dl {overflow:hidden;}
#productDetail .delivery .view-wrap .list dt,
#productDetail .delivery .view-wrap .list dd {float:left; width:33.33%; padding:5px 8px; font-size:11px; color:#000; box-sizing:border-box;}
#productDetail .delivery .view-wrap .list dt {border-top:1px solid #e4e4e5; background:#f8f8f8; text-align:center;}
#productDetail .delivery .view-wrap .list dd {border-top:1px solid #e4e4e5; border-left:1px solid #e4e4e5; text-align:right;}
#productDetail .delivery .view-wrap .list dd.txt {color:#ff0000;}
#productDetail .delivery .view-wrap p {margin:-4px 20px 18px; color:#666; font-size:11px;}
#productDetail .delivery .view-wrap p.subs_pop {margin:-4px 15px 18px; color:#666; font-size:11px;}
#productDetail .delivery .view-wrap .btn-close { position:absolute; right:10px; top:5px; }
/* Á¤±â¹è¼Û ÇýÅÃ ÆË¾÷ */

/* °ü·Ã»óÇ° */
#productDetail .item-wrap { padding-top:40px }
#productDetail .item-wrap .prd-opt { padding:5px 0; font-size:13px }
#productDetail .item-wrap .prd-opt p { padding-bottom:5px }
#productDetail .item-wrap .prd-opt select { height:auto }
#productDetail .item-wrap .prd-opt .vo_value_list { height:16px; line-height:16px }
#productDetail .item-wrap .prd-qty { padding:5px 0; margin:0 auto; position: relative; width:60px; height:18px }
#productDetail .item-wrap .prd-qty .MS_related_quantity,
#productDetail .item-wrap .prd-qty .btns { float:left }
#productDetail .item-wrap .prd-qty .MS_related_quantity { width:34px; height:16px; line-height:18px; text-align:right; border:1px solid #acacac; font-size: 11px }
#productDetail .item-wrap .prd-qty .btns { width:17px; height: 16px; border:1px solid #acacac; border-left:none }
#productDetail .item-wrap .prd-qty .btns a { overflow: hidden; float: left; width: 100%; height: 8px; text-indent: -999px; background: none; }
#productDetail .item-wrap .prd-qty .btns a.btn-up { border-bottom: 1px solid #aaa; background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 2px; }
#productDetail .item-wrap .prd-qty .btns a.btn-dw { background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 2px }
#productDetail .related-allbasket { padding-bottom:40px; text-align:center }
#productDetail .related-allbasket a { display:inline-block; width:248px; height:58px; font-size:13px; color:#fff; _font-family:Verdana; text-align:center; line-height:58px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }

/* Á¤±â¹è¼Û */ /* ¼±¹°ÇÏ±â */
#productDetail .thumb-info .info .prd-btns .btn_gift { 
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 12px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #231f20;
    background: #fff;}

/* review-write */
#productDetail .review-write {
    margin: 60px 0; padding:20px; border:1px solid #e4e4e5 }
#productDetail .review-write th,
#productDetail .review-write td { padding:4px 0; }
#productDetail .review-write th { font-weight: normal }
#productDetail .review-write td input[name=hname] { padding-left:5px; width:210px; height:31px; line-height:31px; border:1px solid #ddd }
#productDetail .review-write td label { margin-right:10px }
#productDetail .review-write td textarea { padding:5px; width:840px; height:81px; border:1px solid #ddd }
#productDetail .review-write td .btn_write { display:inline-block; width:109px; height:91px; font-size:14px; color:#fff; text-align:center; line-height:91px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .review-write td .btn_write:hover { color:#231f20; background:#fff }
#productDetail .review-write td .btn_write:active { position: relative; top: 1px }


#productDetail .qna_box{margin: 55px 0;}
#productDetail .qna_box table{}

/* ´ñ±Û¸®½ºÆ® °øÅë */
/*
#productDetail .table-slide { border-top: 1px solid #ffc0c0; }
#productDetail .table-slide thead th { font-weight: normal; }
#productDetail .table-slide th,
#productDetail .table-slide td { padding: 10px 0; cursor: pointer; }
#productDetail .table-slide tbody td { background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0; }
#productDetail .table-slide tr.cnt { display: none; }
#productDetail .table-slide tr.cnt td { cursor: default; }
#productDetail .table-slide tr.nbg td { background-image: none; }
#productDetail .table-slide tr.ndata td { border-bottom: 1px solid #b4b4b5; }
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; }
*/
#productDetail .table-slide td .reply_status{vertical-align: bottom;color:blue}
#productDetail .table-slide {border-top: 2px solid #111111;}
#productDetail .table-slide thead th {padding: 15px 0;font-size: 14px;border-bottom: 1px solid #dddddd;font-weight: 500; color: #111111;}
#productDetail .table-slide td {padding: 16px 0; font-size: 13px; font-weight: 500; border-bottom: 1px solid #dddddd; }
#productDetail .table-slide td span a{font-size:13px; font-weight:500;color:#111}
#productDetail .table-slide td.group_icon {
    padding: 8px 0;
}

#productDetail .table-slide td .paging a {}
#productDetail .table-slide td .paging .first,
#productDetail .table-slide td .paging .prev,
#productDetail .table-slide td .paging .next,
#productDetail .table-slide td .paging .last {  }
#productDetail .table-slide tr.cnt { display: none; }
#productDetail .table-slide tr.cnt td { padding:20px; color:#999; cursor: default; }
#productDetail .table-slide tr.cnt td .qna_board_content > div > div{padding-left: 0 !important; padding-top: 0 !important;}

#productDetail .table-slide tr.cnt td p { word-break:break-all; white-space:normal }
#productDetail .table-slide tr.cnt td .MS_cmt_content {padding: 10px 60px 10px 0; position: relative;}
#productDetail .table-slide tr.cnt td .MS_cmt_content .btn-report {float: none; position: absolute; right: 10px; bottom: 10px;}
#productDetail .table-slide tr.cnt td .MS_cmt_hname {display: inline-block; margin-right: 10px; line-height: 13px;}
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; }
#productDetail .table-slide .list-btm { position:relative; *zoom:1 }
#productDetail .table-slide .list-btm:after { display:block; clear:both; content:'' }
#productDetail .table-slide .btm_write {position: absolute;right: 0; top: 32px;}
#productDetail .table-slide .btm_write a { display:inline-block; width:158px; height:38px; font-size:13px; color:#fff; text-align:center; line-height:38px; border:1px solid #000; background:#000; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .table-slide .paging-wrap {  position:relative;}



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

/* ****************** »óÇ° »ó¼¼ ¿É¼Ç ******************** */
.MK_not_choice { color: red; }
.MK_optAddWrap,
.MK_optAddWrap * { margin: 0; padding: 0; }
.MK_optAddWrap {  }
.MK_optAddWrap li { list-style: none; }
/* ¿É¼Ç¼±ÅÃ */
#MK_optAddList { overflow: hidden; *zoom: 1; }
#MK_optAddList li { float: left; width: 100%; margin-top: 5px; }
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div,
#MK_optAddList .MK_st { float: left; }
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div { font-size: 11px; line-height: 16px; }
#MK_optAddList .MK_tit { width: 65px; margin-right: 5px; }
#MK_optAddList .MK_div { width: 5px; text-align: center; }
#MK_optAddList .MK_st { width: 205px; }
#MK_optAddList .MK_st .MK_btn-add { cursor: pointer; }
#MK_optAddList .MK_st select { margin-left: 5px; width: 195px; height: 18px; }
/* ¿É¼Ç¼±ÅÃPP */
#MK_optAddListPP { overflow: hidden; *zoom: 1; }
#MK_optAddListPP .MK_tit,
#MK_optAddListPP .MK_st { float: left; width: auto; }
#MK_optAddListPP .MK_tit { margin-right: 5px; margin-top: 3px; }
/* ¿É¼Ç °á°ú ¸®½ºÆ® */
#MK_innerOptWrap { }
#MK_innerOptWrap #MK_innerOptScroll.line { padding-top:5px; margin-top:5px; border-top:1px solid #ddd; }
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; }
#MK_innerOptWrap .MK_inner-opt-cm{ margin-top: 16px;}
#MK_innerOptWrap .MK_inner-opt-cm li { *zoom: 1; position: relative; font-size: 13px; margin: 5px 0 5px; border: 1px solid #ddd; *padding-bottom: 0;  background: #f8f8f8; padding: 20px; }

#MK_innerOptWrap .MK_inner-opt-cm li:after { display:block; clear:both; content:'' }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { position: absolute; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { display:block; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name { 
    overflow: hidden;
    width: 200px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    color: #222222;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price {
    bottom: 18px;
    right: 50px;
    font-size: 16px;
    color: #060606;
    font-weight: normal; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price span { font-weight:bold }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
    bottom: 23px;
    right: 17px;
    width: 11px;
    height: 11px;
    background: url(/design/09women/2023_renew/pc/newIcons/prd_del.png) 0 0 no-repeat;}
    
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img{opacity:0}
    
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img{display:none}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl { position: absolute; left: 330px; top: 17px;display: inline-block; vertical-align: middle;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .MS_amount_basic,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .addition_option { font-weight: 500;width:30px; height:24px; line-height:24px; border: 1px solid #ccc; text-align:center !important;font-size:12px; color:#222222; position: absolute;left: 25px;top:0; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a { 
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    margin: 0;
    vertical-align: top;
    border: 1px solid #ccc;
    background-color: #fff !important;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up {
    margin-left: 56px !important; 
    background: url(/design/09women/2023_renew/pc/newIcons/prd_btn_plus.png) no-repeat center; 
    position: absolute;
    right: 0;
    top: 0;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw { 
    background: url(/design/09women/2023_renew/pc/newIcons/prd_btn_minus.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;}
#MK_innerOptWrap .MK_inner-opt-cm li #MK_p_price_basic_0 { font-weight:bold; }

/* »ç¿ëÀÚ ÀÔ·Â ÀÎÇ²¹Ú½º (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; }
/* ÇÏÀÌºê¸®µå¿É¼Ç */
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_price,
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_btn-del { display: inline-block; *float:left; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_price { top:4px; bottom:0; right:23px; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_p-name { width:200px; line-height:26px; }
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_qty-ctrl { vertical-align:middle; margin-top:0; }

/* ±âº»¿É¼Ç */
#MK_innerOptWrap #MK_innerOpt_01 li {margin-top: 16px !important;}
#MK_innerOptWrap .MK_inner-opt-cm li:nth-last-child(1){margin-top: 5px !important;}

/* ÇÏÀÌºê¸®µå¿É¼Ç */
#MK_innerOptWrap #MK_innerOpt_03 {}
/* ÃÑÇÕ°è */
#MK_innerOptWrap #MK_innerOptPrice { display:none; padding: 12px 5px 10px; font-size: 12px; color: #333; text-align: right; }
#MK_innerOptAdd {  display:none; padding: 0 5px; font-size: 12px; color: #333; text-align: right; }
#MK_innerOptTotal { 
    padding-top: 7px;
    *zoom: 1;
    text-align: right;
    display: block;
    position: relative; }
#MK_innerOptTotal:after { display:block; clear:both; content:'' }
#MK_innerOptTotal .totalLeft {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    bottom: 0; }
#MK_innerOptTotal .totalRight {
    display: inline-block;
    vertical-align: top; }
#MK_innerOptTotal .MK_txt-total {font-size: 14px; color: #111; font-weight: 500;}
#MK_innerOptTotal .MK_txt-won { 
    font-size: 15px;
    color: #111;
    font-weight: 500;
    margin-left: -3px;}
#MK_innerOptTotal .MK_total { font-size:12px; color:#fd0100; }
#MK_innerOptTotal .totalRight .MK_total {
    display: contents;
    margin-top: -4px;
    font-size: 24px;
    color: #111;
    vertical-align: middle;
    font-family: Nunito sans-serif; }
/* ¼Ò¸®ºä */
#sorivu { position: relative; margin-top: 20px; }
/* »óÇ° ÀÏ¹ÝÁ¤º¸(»óÇ°Á¤º¸Á¦°ø °í½Ã) */
#productWrap { margin:30px auto; width:800px }
#productWrap h3.tb-tit { margin-bottom: 10px; text-align: left; }
#productWrap table { width: 100%; font-size: 13px; border-collapse: collapse; border-width: 1px; border-color: #d6d6d6; border-style: solid; table-layout: fixed; margin-bottom:20px; }
#productWrap table th { border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color: #5c5c5c; text-align: left; font-weight:normal; padding: 10px 0 10px 20px; }
#productWrap table td { color: #8b8b8b; border-bottom: 1px solid #e8e8e8; word-break: break-all; text-align: left; padding: 10px 0 10px 20px; }

/* »çÀÌÁî Â÷Æ® */
td.area-btn-size-chart a.btn-size-chart { display:inline-block; width:84px; height:24px; font-size:11px; color:#231f20; text-align:center; line-height:24px; border:1px solid #231f20; background:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
td.area-btn-size-chart a.btn-size-chart:hover { color:#fff; background:#231f20 }
td.area-btn-size-chart a.btn-size-chart:active { position: relative; top: 1px }
#sizeChart { padding-bottom:10px; width:810px; position: absolute; display: none; background:#fff }
#sizeChart .btn-close-box { width: 100%; position: relative; }
#sizeChart .btn-close-layer { position: absolute; display: block; width: 15px; height: 14px; top: 10px; right: 10px; color: #FFFFFF; font-size: 15px; font-weight: bold; }

/* Á¶¸£±â */
#importune_btn { margin-left:10px }
#importune_btn a { vertical-align:top }

/* ÄíÆùÁ¤º¸ */
.couponWrap { text-align:center }
.couponBox { display:inline-block }
.couponInfo { text-align:left }
.couponInfo * { }

.size-chart-box { width: 100%;  border: 2px solid #3F4045;}
.size-chart-box h4 { width: 100%; margin:0; padding: 10px 0px; color: #FFFFFF; background: #3F4045; text-align: center; }
.size-chart-cont { margin:10px auto 0; width:800px; background: #fff }
.size-chart-cont table { width: 100%; margin:0; padding:0; border-collapse: collapse; border: 1px solid #D9DBDA; }
.size-chart-cont table th, .size-chart-cont table td { padding:8px 0; font-size:13px; font-weight:normal; text-align:center }
.size-chart-cont table th { border-bottom:1px solid #d6d6d6 }
.size-chart-cont table tr, .size-chart-img {height: 1px;}

.size-chart-cont img.sc-img-chart,
#sc_img_chart { width: 670px; height: 300px; }
.size-chart-cont img.sc-img-guide,
#sc_img_guide { width: 190px; height: 240px; }
.size-chart-cont p { margin-top: 10px; text-align: left; font-size:13px; color:#a7a7a7 }

#nhn_btn {padding-top:10px;}
#payco_order_btn {padding-top:10px;}
#payco_order_btn .payco_checkout.ta .payco_checkout_btn { margin-top:0 !important }
#kakaopay_order_btn {padding-top:10px;}
.ocb-area { width:323px }
.ocb-area a { margin-top:0 !important }
/* Åë¿É Ãß°¡ ±¸¼º »óÇ° */
#productDetail .thumb-info .info .table-opt td.add-option-tit { padding:15px 0 0; border-top:1px solid #e4e4e5; color:#000; font-size:14px; }
#productDetail .thumb-info .info .table-opt tr.add-option-not-start { border-top:1px dashed #e4e4e5; }
#productDetail .thumb-info .info .table-opt td.add-option-img { padding-top:10px; vertical-align:top; }
#productDetail .thumb-info .info .table-opt td.add-option-img .thumb-s img { max-width:100%; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap { padding-top:10px; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .prd-icon,
#productDetail .thumb-info .info .table-opt td.add-option-wrap .tit-prd { padding-left:20px; padding-top:0; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt { padding-left:20px; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td select.basic_option,
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td select.addition_option { width:310px; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td input.basic_option,
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td input.addition_option { width:306px; height:22px; line-height:24px; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap { padding:5px 0 0 0; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap .tit { display:none; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap dd { width: 110px; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap select { width: 100px; }
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap input { width: 205px; }
#productDetail .thumb-info .info .table-opt tr.add-option-end .MK_p-tit { display:block; width:90%; height:100%; line-height:12px; color:#000; font-weight:bold; }
#productDetail .thumb-info .info .table-opt tr.add-option-end .MK_price { top:40px; right:0; }
#productDetail .thumb-info .info .table-opt tr.add-option-end .MK_btn-del { top:0; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name p { overflow:hidden; text-overflow:ellipsis; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name span.extra_option_name { overflow:hidden; text-overflow:ellipsis; display: block; }

/* ¿øÅ¬¸¯¿É¼Ç */
.MK-oneclick-list { overflow:hidden; zoom:1; }
.MK-oneclick-list:after { content: ""; display: block; clear: both; }
.MK-oneclick-list li { float:left; margin: 0 5px 5px 0; }                                                                                
.MK-oneclick-list li a { border:1px solid #231f20; display: inline-block; border-radius: 1px; box-sizing:border-box; } 
.MK-oneclick-list li.MK-oneclick-sel a { border:2px solid #000000; }
.MK-oneclick-list li.MK-oneclick-dis a { filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5; }
.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a {  padding:1px; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.MK-oneclick-list li a span { display: block; text-align: center; vertical-align: middle; line-height: 19px; }                         
.MK-oneclick-list li a img { width: 100%; height:100%;}
.MK-oneclick-list li.MK-oneclick-image a {height:50px;}
.MK-oneclick-list li.MK-oneclick-image a img {width: auto; height: 48px;;}
.MK-oneclick-list li.MK-oneclick-image.MK-oneclick-sel a img {height:46px; width: auto;}
.MK-oneclick-list li.MK-oneclick-color { width:50px; height: 50px; } 
.MK-oneclick-list li.MK-oneclick-color a { padding: 2px; }
.MK-oneclick-list li.MK-oneclick-color span { width: 44px; height: 44px; }
.MK-oneclick-list li.MK-oneclick-color .mk-oo-sel span { width: 27px; height: 27px; }
.MK-oneclick-list li.MK-oneclick-text  .MK-oneclick-list li.MK-oneclick-text {min-width:35px; max-width:100%; height: 50px; }
.MK-oneclick-list li.MK-oneclick-text a { padding: 2px; }
.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a {padding:1px;}
.MK-oneclick-list li.MK-oneclick-text span { min-width: 29px; line-height: 44px;  max-width: 320px; overflow: hidden; height: 44px; }                                                                         
.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span { min-width: 30px; line-height: 27px; }
.MK-oneclick-value { padding: 5px 0; display:block; }
.MK-oneclick-only-text li.MK-oneclick-text { height: auto; }
.MK-oneclick-only-text li.MK-oneclick-text span { height: auto; line-height: 19px; max-width: 320px; overflow: hidden; height: 19px; }

/* Á¤±â¹è¼Û */
#productDetail .thumb-info .info .prd-btns .btn_subs { display:block; width:448px; height:48px; font-size:12px; color:#fff; text-align:center; line-height:50px; border:1px solid #f1191f; background:#f1191f; }
#productDetail .thumb-info .info .prd-btns .btn_subs:hover { color:#000; background:#fff }
#productDetail .thumb-info .info .prd-btns .btn_subs:active { position: relative; top: 1px; }

/* »óÇ° »ó¼¼ ÀÌº¥Æ® °øÅë Á¤º¸ */ 
#productDetail .detail-common-info-event { width:100%; padding-top:20px; word-break: break-all; }
#productDetail .detail-common-info-event img {max-width: 100%; }
#productDetail .detail-common-info-event div {margin-top:15px; }

/* »óÇ° »ó¼¼ ÀÏ¹Ý °øÅë Á¤º¸ */
#productDetail .detail-common-info { width:100%; padding-bottom:20px; word-break: break-all; }
#productDetail .detail-common-info dl { padding-top:20px; font-size:12px; font-weight:normal; letter-spacing:-0.5px; }
#productDetail .detail-common-info dl dt { padding-bottom:10px; color:#444; font-weight:bold; }
#productDetail .detail-common-info dl dd { padding-left:10px; text-indent:-10px; color:#777; line-height:20px; }
#productDetail .detail-common-info div {margin-top:15px; }

/* ½º¸¶Æ®ÄíÆù¸ñ·Ï */
#productDetail .smart-coupon-list  { padding:20px 0; text-align:center;}
#productDetail .smart-coupon-list  ul {display: inline-block; *display:inline; zoom:1; overflow:hidden; margin-left:-30px; min-width:300px;}
#productDetail .smart-coupon-list  ul li {position:relative; float:left; width:344px; margin:0 0 30px 30px; border:1px solid #cecece; border-radius:10px; letter-spacing:-1px; overflow:hidden; text-align:left;}
#productDetail .smart-coupon-list  ul li .c-info {position:relative; float:left; width:245px; padding:20px; border-right: 1px dashed #cecece; }
#productDetail .smart-coupon-list  ul li .c-image a {display:block;}
#productDetail .smart-coupon-list  ul li .c-image img { width:368px; height:128px;}
#productDetail .smart-coupon-list  ul li p { padding-bottom:10px; line-height:18px; font-size:12px; color:#999; word-break:break-all; _font-family:"Malgun Gothic"; }
#productDetail .smart-coupon-list  ul li p:last-child {padding-bottom:0;}
#productDetail .smart-coupon-list  ul li p.c-name { font-size:14px; color:#000; font-weight:bold; word-break: break-all; }
#productDetail .smart-coupon-list  ul li p.c-price {font-size:26px; color:#ff3a34; font-weight:bold; line-height:24px;}
#productDetail .smart-coupon-list  ul li.sc-style1.sc-reserve p.c-price {color:#3b6ce9;}
#productDetail .smart-coupon-list  ul li .sc-btn-down {position:absolute; top:0; right:0; bottom:0; width:58px; margin:auto; vertical-align:middle; background:#f8f8f8; _font-family:"Malgun Gothic"; } 
#productDetail .smart-coupon-list  ul li .sc-btn-down > span {position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; height:22px; text-align:center; font-size:0; }
#productDetail .smart-coupon-list  ul li .sc-btn-down > span > span.sc-complete {font-size:12px; color:#999;}
#productDetail .smart-coupon-list  ul li .sc-btn-down > span a { font-size:0; display:inline-block; margin-top:-5px; }
#productDetail .smart-coupon-list  ul li .sc-btn-down span a > span { font-size:0; text-indent:-9999px; display:inline-block; width:22px; height:22px; background:url('/images/common/ico_h11_down_black_l.png') no-repeat center center; }
#productDetail .smart-coupon-list  ul li.sc-style2 {border:1px solid #fff;}
#productDetail .smart-coupon-list  ul li.sc-style2 .c-info { background:#171940; border-color:#171940; }
#productDetail .smart-coupon-list  ul li.sc-style2 p { color:#fff; }
#productDetail .smart-coupon-list  ul li.sc-style2 p.c-txt { color:#999; }
#productDetail .smart-coupon-list  ul li.sc-style2 .sc-btn-down { background:#ff3a34; border:0; color:#fff; }
#productDetail .smart-coupon-list  ul li.sc-style2.sc-reserve .sc-btn-down { background:#3b6ce9; color:#fff; }
#productDetail .smart-coupon-list  ul li.sc-style2 .sc-btn-down span a { color:#fff; }
#productDetail .smart-coupon-list  ul li.sc-style2 .sc-btn-down span .num {color:#fff;}
#productDetail .smart-coupon-list  ul li.sc-style2 .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_white_l.png') no-repeat center center; }
#productDetail .smart-coupon-list  ul li.sc-style3 { width:346px; border:0; border-radius:0; }
#productDetail .smart-coupon-list  ul li.sc-style3 .c-info { width:244px; border:1px solid #000; border-right:2px dotted #272a4d; border-radius:10px; }
#productDetail .smart-coupon-list  ul li.sc-style3 p.c-price { color:#eb3697;}
#productDetail .smart-coupon-list  ul li.sc-style3 .sc-btn-down { background:#fff2f9 ; border:1px solid #272a4d; border-left:0; border-radius:10px; }
#productDetail .smart-coupon-list  ul li.sc-style3 .sc-btn-down span a { color:#999; }
#productDetail .smart-coupon-list  ul li.sc-style3 .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_pink_l.png') no-repeat center center; }
#productDetail .smart-coupon-list  ul li.sc-style3.sc-reserve .sc-btn-down { background:#eefff7; }
#productDetail .smart-coupon-list  ul li.sc-style3.sc-reserve p.c-price {color:#18b776;}
#productDetail .smart-coupon-list  ul li.sc-style3.sc-reserve .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_green_l.png') no-repeat center center; }




.couponPopupWrap .shopdetailCoupon ul {display: block;}
.couponPopupWrap .shopdetailCoupon ul li {position:relative; width:344px; margin:0 auto 15px; border:1px solid #cecece; border-radius:10px; letter-spacing:-1px; overflow:hidden; text-align:left;}
.couponPopupWrap .shopdetailCoupon ul li .c-info {position:relative; float:left; width:245px; padding:20px; border-right: 1px dashed #cecece; }
.couponPopupWrap .shopdetailCoupon ul li .c-image a {display:block;}
.couponPopupWrap .shopdetailCoupon ul li .c-image img { width:368px; height:128px;}
.couponPopupWrap .shopdetailCoupon ul li p { padding-bottom:10px; line-height:18px; font-size:12px; color:#999; word-break:break-all; _font-family:"Malgun Gothic"; }
.couponPopupWrap .shopdetailCoupon ul li p:last-child {padding-bottom:0;}
.couponPopupWrap .shopdetailCoupon ul li p.c-name { font-size:14px; color:#000; font-weight:bold; word-break: break-all; }
.couponPopupWrap .shopdetailCoupon ul li p.c-price {font-size:26px; color:#ff3a34; font-weight:bold; line-height:24px;}
.couponPopupWrap .shopdetailCoupon ul li.sc-style1.sc-reserve p.c-price {color:#3b6ce9;}
.couponPopupWrap .shopdetailCoupon ul li .btn-down {position:absolute; top:0; right:0; bottom:0; width:58px; margin:auto; vertical-align:middle; background:#f8f8f8; _font-family:"Malgun Gothic"; } 
.couponPopupWrap .shopdetailCoupon ul li .btn-down > span {position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; height:22px; text-align:center; font-size:0; }
.couponPopupWrap .shopdetailCoupon ul li .btn-down > span > span.sc-complete {font-size:12px; color:#999;}
.couponPopupWrap .shopdetailCoupon ul li .btn-down > span a { font-size:0; display:inline-block; margin-top:-5px; }
.couponPopupWrap .shopdetailCoupon ul li .btn-down span a > span { font-size:0; text-indent:-9999px; display:inline-block; width:22px; height:22px; background:url('/images/common/ico_h11_down_black_l.png') no-repeat center center; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 {border:1px solid #fff;}
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 .c-info { background:#171940; border-color:#171940; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 p { color:#fff; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 p.c-txt { color:#999; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 .sc-btn-down { background:#ff3a34; border:0; color:#fff; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2.sc-reserve .sc-btn-down { background:#3b6ce9; color:#fff; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 .sc-btn-down span a { color:#fff; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 .sc-btn-down span .num {color:#fff;}
.couponPopupWrap .shopdetailCoupon ul li.sc-style2 .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_white_l.png') no-repeat center center; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3 { width:346px; border:0; border-radius:0; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3 .c-info { width:244px; border:1px solid #000; border-right:2px dotted #272a4d; border-radius:10px; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3 p.c-price { color:#eb3697;}
.couponPopupWrap .shopdetailCoupon ul li.sc-style3 .sc-btn-down { background:#fff2f9 ; border:1px solid #272a4d; border-left:0; border-radius:10px; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3 .sc-btn-down span a { color:#999; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3 .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_pink_l.png') no-repeat center center; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3.sc-reserve .sc-btn-down { background:#eefff7; }
.couponPopupWrap .shopdetailCoupon ul li.sc-style3.sc-reserve p.c-price {color:#18b776;}
.couponPopupWrap .shopdetailCoupon ul li.sc-style3.sc-reserve .sc-btn-down span a > span { background:url('/images/common/ico_h11_down_green_l.png') no-repeat center center; }


#productDetail .btn-report { display:inline-block; float:right; color:#9d9d9d; font-size:11px; margin-top:10px; }

.table-slide.review-list td .writer > span {display: block;}
#productDetail .pr-list-writer > span {display: block;}

.table-slide.review-list .MS_review_content_box .cnttit {position: relative; padding-right: 100px;}
.table-slide.review-list .MS_review_content_box .cnttit .btn-report {float: none; position: absolute; right: 40px; top: 50%; transform: translateY(-50%);}

#productDetail .thumb-info .info .prd-btns { margin-bottom: 10px; overflow: hidden;}
#productDetail .thumb-info .info .prd-btns .soldout-btns { display: inline-block; }
#productDetail .thumb-info .info .prd-btns .soldout-btns span {display: inline-block; margin-left: 5px; float: left;}
#productDetail .thumb-info .info .prd-btns .soldout-btns span a {display: inline-block; margin: 0;}

/* ¼¥ÆäÀÌ ¹Ù·Î±¸¸Å */
#productDetail #shoppay_btn { padding-top: 10px; } /* PC (°øÅë) »ó¼¼ÆäÀÌÁö Àü¿ë */
#cartWrap #shoppay_btn { display: inline; } /* PC (°øÅë) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn { padding-top:10px; } /* MO (4.0) »ó¼¼ÆäÀÌÁö Àü¿ë */
#basket #shoppay_btn { margin-top:20px; } /* MO (4.0) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn { text-align:center; } /* MO (ÆÄ¿öÆÑ) »ó¼¼ÆäÀÌÁö Àü¿ë */
.basket #shoppay_btn { text-align:center; } /* MO (ÆÄ¿öÆÑ) Àå¹Ù±¸´Ï Àü¿ë */

.shoppay_storebtn_bx,
.shoppay_storebtn_bx *,
.shoppay_button_box,
.shoppay_button_box * { display: inline-block !important; overflow: hidden; !important; float: none !important; position: static !important; top: auto !important; left: auto !important; margin: 0 !important; padding: 0 !important; border: 0 none !important; font-size: 11px !important; line-height:16px !important; _font-family: 'µ¸¿ò',Dotum,Helvetica,sans-serif !important; text-align: left !important; text-decoration: none !important;  vertical-align: top !important; background: none !important; border-radius: 0 !important; }
.shoppay_button_box { width: auto !important; height: 100% !important; zoom: 1 !important; padding: 0 !important; border-top: 2px solid #2b2f3a !important; background-color: #fff !important; }
.shoppay_button { position: relative !important; margin: 0 !important; padding: 5px 0 5px 88px !important; zoom:1 !important; }
.shoppay_button .shoppay_blind { overflow: hidden !important; position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; clip: rect(0 0 0 0) !important; }
.shoppay_text { display: block !important; *display: inline !important; position: absolute !important; top: 10px !important; left: 0 !important; width: 82px !important; height: 26px !important; margin: 0 !important; padding: 0 !important; background: url('/images/common/shoppay_sp_text.png') no-repeat !important; }
.shoppay_btn_list { *zoom: 1 !important; display: table !important; width: 100% !important; margin:0 !important; padding: 0 !important; table-layout: fixed !important; list-style: none !important; }
.shoppay_btn_list tbody { display: table-row-group !important; }
.shoppay_btn_list tr { display: table-row !important; }
.shoppay_btn_list .shoppay_btn_item { *width: 120px !important; }
.shoppay_btn_item { display: table-cell !important; height: 37px !important; margin: 0 !important; padding: 0 !important; text-align: left !important; }
.shoppay_btn_link { display: block !important; height: 35px !important; margin: 0 !important; padding: 0 !important; border: 1px solid #bfc4c7 !important; background-color: #fcfcfc !important; background-repeat: no-repeat !important; background-repeat: no-repeat !important; text-align: center !important; text-decoration: none !important; }
.shoppay_btn_item:first-child .shoppay_btn_link { margin: 0 !important; }
.shoppay_text { background-size: 82px auto !important; }
.shoppay_btn_link.shoppay_btn_pay { background-size: 133px auto !important; }
.shoppay_btn_link.shoppay_btn_pay { background-image: url('/images/common/shoppay_sp_payment.png') !important; background-position: 50% 0 !important; background-repeat: no-repeat !important; border-radius: 2px !important; }
.shoppay_btn_link.btn_blue { border-color: #025eea !important; background-color: #025eea !important; }
.shoppay_event { position: relative !important; width: 100% !important; margin: 0 !important; padding: 3px 0 0 0 !important; border: 0 none !important; border-top: 1px solid #e5e9ea !important; letter-spacing: -0.5px !important; }
.shoppay_event_tex t {display: block !important; *display: inline !important; overflow: hidden !important; *width: 100% !important; margin: 0 !important; padding: 5px 0 !important; letter-spacing: 0 !important; white-space: nowrap !important; *zoom: 1 !important; text-overflow: ellipsis !important; word-wrap: normal !important; }
.shoppay_event_text { padding: 0 !important; }
.shoppay_event_text .event_title { display: inline !important; margin: 0 5px 0 0 !important; padding: 0 !important; font-weight: normal !important; color: #015ce8 !important; vertical-align: middle !important; }
.shoppay_event .shoppay_event_text .event_link { display: inline !important; margin: 0 !important; padding: 0 !important; font-weight: normal !important; color: #727272 !important; text-decoration: none !important; vertical-align: middle !important; }
.shoppay_event .shoppay_event_text .event_link span { display: inline-block !important; margin: -1px 0 1px !important; vertical-align: middle !important; }
.shoppay_type_A_1 { width: 277px !important; height: 70px !important; }
.shoppay_type_A_2 { width: 296px !important; height: 84px !important; }
.shoppay_type_A_2 .shoppay_button { padding: 5px 0 5px 86px !important; }
.shoppay_type_A_2 .shoppay_text { top: 14px !important; }
.shoppay_type_A_2 .shoppay_btn_link { height: 45px !important; }
.shoppay_type_A_2 .shoppay_btn_link.shoppay_btn_pay { background-position: 50% -40px !important; }
.shoppay_type_A_3 { width: 338px !important; height: 84px !important; }
.shoppay_type_A_3 .shoppay_button { padding: 6px 0 6px 102px !important; }
.shoppay_type_A_3 .shoppay_text { top: 13px !important; height: 31px !important; background-position: 0 -31px !important; }
.shoppay_type_A_3 .shoppay_btn_link { height: 45px !important; }
.shoppay_type_A_3 .shoppay_btn_link.shoppay_btn_pay { background-position: 50% -40px !important; }




/*¸®¾ó ÇÇÆÃ ÆÁ*/
.realFittingTipWrap{
    width: 1000px;
    margin: 0 auto;}

.realFittingTipWrap h2{
    padding-top: 30px;
    margin-bottom: 15px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.realFittingTipWrap p.subTit{
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    display: block;
}

.tabBox_01 .tabBtn{
    display: flex;
    justify-content: center;
    gap: 4px;}

.tabBox_01 .tabBtn li{
    /*width: 140px;*/
    width:auto;
}
.tabBox_01 .tabBtn.shs_item li{
    width:100%;
}

.tabBox_01 .tabBtn li:last-child{
    margin-right:0;
}

.tabBox_01 .tabBtn li a{
    font-family: 'Noto Sans KR';
    display: block;
    padding: 17.5px 8px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #eee;
}

.tabBox_01 .tabBtn li a.active{
    color:#fff;
    background:#111;
}

.tabBox_01 .tabCon .conBox{
    text-align: center;
    display:none;
    padding-top: 75px;
}

.tabCon .conBox .name{display:none}

.tabCon .conBox p{}


.tabBox_01 .tabCon .conBox:nth-child(1){
    display:block;
}

.tabBox_01 .tabCon .conBox .imgBox{ 
    display: inline-block;
    vertical-align: top;
}

.tabBox_01 .tabCon .conBox .imgBox img{
    display:block;
}

.tabBox_01 .tabCon .conBox .textBox{
    width: 620px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 50px;
}

.tabBox_01 .tabCon .conBox .textBox .tabTit{
    padding: 0 30px 30px;
    line-height: 30px;
}

.tabBox_01 .tabCon .conBox .textBox .tabTit strong{
    display:block;
    font-size: 20px;
    font-weight: bold;
}

.tabBox_01 .tabCon .conBox .textBox .tabTit span{
    display:block;
    font-size: 16px;
}

.tabBox_01 .tabCon .conBox .textBox .tabCon{
    padding: 30px;
    background:#f0f0f0;
}

.tabBox_01 .tabCon .conBox .textBox .tabCon strong{
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    font-family: 'Noto Sans KR';
}

.tabBox_01 .tabCon .conBox .textBox .tabCon > div ul{
    width: 50%;
    padding: 0px 0 0 25px;
    margin-top: 20px;
}


.tabBox_01 .tabCon .conBox .textBox .tabCon > div{
    display: flex;}

.tabBox_01 .tabCon .conBox .textBox .tabCon > div ul:nth-child(1){
    padding: 0px 25px 0 0;
    border-right: 1px solid #ddd;
}

.tabBox_01 .tabCon .conBox .textBox .tabCon > div ul li{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 32px;
    font-family: 'Noto Sans KR';
    letter-spacing: -.5px;
    font-weight: 500;
}

.tabBox_01 .tabCon .conBox .textBox .tabCon > div ul li .fr{float:right}

.tabBox_02 {
    padding-top:60px;
    margin-bottom:30px;
}
.tabBox_02 .tabBtn{
    display: flex;}

.tabBox_02 .tabBtn li{
    width:calc(100%/5);
}

.tabBox_02 .tabBtn li a{
    display:block;
    padding:16.5px 0;
    line-height:1;
    font-size:15px;
    color:#7b7b7b;
    text-align:center;
    background:#f6f6f6;
    border:1px solid #ddd;
    border-left:none;
}

.tabBox_02 .tabBtn li:nth-child(1) a{
    border-left:1px solid #ddd;;
}


.tabBox_02 .tabBtn li a.active{
    color:#111;
    background:#fff;
    font-weight:bold;
    border-bottom:1px solid #fff;
}

.tabBox_02 .tabCon .conBox {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    display: none;
    padding: 80px 0;
}

.tabBox_02 .tabCon .conBox:nth-child(1) {
    display: block;
}

.tabBox_02 .tabCon .conBox.conBox1 .imgBox {
    width:160px;
    display: inline-block;
    vertical-align: top;
}

.tabBox_02 .tabCon .conBox.conBox1 .imgBox img{
    display:block;
    width:100%;
}

.tabBox_02 .tabCon .conBox.conBox1 .textBox {
    width: calc(50% - 204px);
    padding-left: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    min-width: 190px;
}

.tabBox_02 .tabCon .conBox.conBox1 .textBox strong {
    display: inline-block;
    padding: 5px 0 5px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.tabBox_02 .tabCon .conBox.conBox1 .textBox p {
    font-size:18px;
    padding-bottom:5px;
    display: inline-block;
}

.tabBox_02 .tabCon .conBox.conBox1 .textBox span {
    display:block;
    font-size:14px;
    color:#7b7b7b;
    font-family: 'Noto Sans KR';
    line-height: 26px;
}


/*ÄÚµð¾ÆÀÌÅÛ*/
.codiBox{
    padding-bottom: 80px;}

.codiBox h2{
    padding:60px 0 20px;
    font-size:20px;
    font-weight:bold;
}

.codiBox .swiper{
    overflow:hidden;
    width: 1320px;
    margin: 0 auto;
}

.shopdetailRelation .swiper-button-prev{
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_l_b_20x32.png) no-repeat;
    width: 20px;
    height: 40px;
    top: 180px;
    left: -50px;}
    
.shopdetailRelation .swiper-button-next{
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_r_b_20x32.png) no-repeat;
    width: 20px;
    height: 40px;
    top: 180px;
    right: -50px;}

.shopdetailRelation .swiper-button-prev:after,
.shopdetailRelation .swiper-button-next:after{font-size:0}
.shopdetailRelation .goodsListWrap{position:relative;}



/*ÁÖ¹®°ü·Ã ¾È³»»çÇ×*/
.orderInfoWrap{
    padding-top: 105px;
    border-bottom: 1px solid #ddd;
}

.orderInfoWrap dl{}


.orderInfoWrap dl dt{border-top: 1px solid #dddddd;}

.orderInfoWrap dl dt a{
    display: block;
    position: relative;
    font-size: 16px;
    padding: 13px 20px;
    font-weight: 500;
}

.orderInfoWrap dl dt a i{
    position:absolute;
    top:0;
    right:0;
    line-height:45px;
}

.orderInfoWrap dl dd{
    display:none;
    border-top: 1px solid #ddd;
    padding: 20px;
}

.orderInfoWrap dl dd.open{
    display:block;
}

.orderInfoWrap dl dd > div{
    margin-bottom:15px;
}

.orderInfoWrap dl dd > div:last-child{
    margin-bottom:0;
}

.orderInfoWrap dl dd strong{
    display:block;
    margin-bottom:5px;
    font-size:15px;
    font-weight:500;
}

.orderInfoWrap dl dd span{
    display: block;
    font-size: 13px;
    color: #7b7b7b;
    line-height: 20px;
    font-family: 'Noto Sans KR';
}

/*SNS*/
#top_sns{
    position: absolute;
    display: none;
    width: 230px;
    height: 70px;
    left: -90px;
    top: 25px;
    background-image: url(/design/09women/2023_renew/pc/newIcons/sns_background.png);
    background-color: #ffffff;
    text-align: center;}
    
#top_sns a {
    height: auto;
    margin-left: 0;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 20px;
}


#top_sns #FB_btn_over,
#top_sns #TW_btn_over,
#top_sns #KA_btn_over,
#top_sns #COPY_LINK{
    color: #666666;
    width: 170px;
    border: 1px solid #908E8F;
    padding: 10px 8px 8px;
    position: absolute;
    font-size: 8pt;
    margin-top: 10px;
    letter-spacing: -1px;
    background-color: white;
    font-family: dotum;
}


/*»ó¼¼ ´õº¸±â ¹öÆ° ¼û±â±â*/
.detailMoreViewBtn{
    display:none !important;
}


.quick_buy{
    text-align: right;
    display: flex;
    justify-content:space-between;
    gap:10px;
    width: 100%;
    padding-top: 30px;}


/* BASIC css end */

