/* BASIC css start */
@import url(contents_common_min.css);.shopdetail .product_detail_outer{}
@-webkit-keyframes qbuy{from{bottom:-65px} to{bottom:0} } 
@keyframes qbuy{from{bottom:-65px} to{bottom:0} } 

#contents .fc_point {color: var(--main-color-pink);}
#contents .shopdetail .btn_new_line{padding: 10px 12px;}
#container { margin: 0 0 0 0 !important; }
#nhn_btn{padding-top:10px} 
#payco_order_btn{padding-top:10px} 
#kakaopay_order_btn{padding-top:10px} 
#MK_innerOptTotal.total_box{padding:11px 15px 18px;text-align:right}
#MK_innerOptTotal.total_box .total_flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#MK_innerOptTotal.total_box .total_flex_box .total_flex_tit{
    font-size: 15px;
    font-weight: 600;    
}
#MK_p_total,
#MK_innerOptTotal.total_box .txt-won{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

body.fixed{overflow:hidden} body.fixed .shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area_bg{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.3);z-index:10} 
input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select{font-size:16px} 

/* ±¸ºÐ¼± */
#contents .shopdetail .shopdetailInfo .line{ width: 100%; height: 5px; margin: 30px 0 10px; background-color: #fbfbfb; }

/* °øÅë */
.MK-oneclick-only-text li.MK-oneclick-text span{font-size: .6875rem;}
.MK-oneclick-value{font-size: .6875rem;}
.option_tk .product-opt{margin: 10px 0; background: #fff;}
.option_tk .add-opt_item{margin: 15px 0;}
.shopdetail .shopdetailItem .shopdetail_Content .detail_item{padding: 20px 10px 30px; text-align: center;}

/* Çì´õ¿©¹é ÃßÃµ»óÇ° ¼ø¼­Á¶Á¤ */
main.shopdetail{
    padding:52px 0 0;
}
#wise_feed_container {
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* ÇÏ´Ü */
.section_fixedFooter .home_toggle_Wrap {display:none !important}
.appbar_list{height:62px !important;}

/* »ó¼¼ÆäÀÌÁö ÆË¾÷ NEW(+25.06) */
.detail_pop_center{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display:none;
}
.detail_pop_fixed{
    width: 100%;
    height: 100%;
    position: relative;
}
.detail_pop_wrap{
    width: 70%;
    max-width:350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 201;
}
.detail_pop_wrap button{border:none;}
.detail_pop_cont{
    width: 100%;
    min-height: 300px;
    border-radius: 16px;
    overflow: hidden;
}
.detail_pop_img{
    border-radius: 16px;
    overflow: hidden;
}
.detail_pop_img a img{width:100%;}
[name="detail_pop_form"]{
    padding: 10px 18px;
}
.detail_pop_today_x{
    text-align: center;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    background:#fff;
    border-radius:50px;
    padding:15px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 6px 0px;
}
.detail_pop_today_x .btn_pop_today_x{
    background:#fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    letter-spacing: -1px;
}
.detail_pop_x{text-align:center;}
.detail_pop_x .btn_pop_x{
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(/design/nak3618/2024/btn_x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px;
}
.detail_pop_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}


/* ÇÏ´Ü½½¶óÀÌµå */
.bot_Slide_pop {
    width:100%;
    height:100%;
    position:fixed;
    bottom: -100%;
    top:auto;
    z-index:9999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    }
.bot_Slide_pop.on {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.bot_Slide_pop .slide_style_fix{
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: #fff;
}
.bot_Slide_pop .slide_style_fix > div{
    position:relative; 
}
.bot_Slide_pop .slide_style_fix > div > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.slide_style_flex{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 50%, #EBFBFF 100%);
}
.slide_style_flex .slide_text{
    flex:1.2;
}
.slide_text_tit{
    font-size: 13px;
    font-weight: 600;
    color: #049DDE;
}
.slide_text_main{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    gap: 9px;
    margin: 11px 0 18px;
    letter-spacing: -0.3px;
    width: fit-content;
    position: relative;
}
.slide_text_main:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 7px;
    background: #049DDE;
    bottom: 0;
    left: -1px;
    opacity: 0.2;
}
.slide_text_main span{
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.slide_text_btn{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #049DDE;
    width: fit-content;
    padding: 8px 8px 8px 12px;
    border-radius: 30px;
}
.slide_text_btn:after{
    content:'\F285';
    font-family: 'bootstrap-icons';
    font-size: 10px;
    margin: 0 0 0 3px;
}
.slide_style_flex .slide_img{
    flex:1;
}
.slide_style_flex .slide_img img{
    width:100%;
}
.bot_Slide_pop .btn_bottom_area{
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    font-size: 13px;
    border-top: var(--colorchip-border);
}
.bot_Slide_pop .btn_layerClose{
    border: 0;
    background: transparent;
    padding: 0 16px;
 }
.bot_Slide_pop .btn_todayClose{
    border: 0;
    background: transparent;
    padding: 0 16px;
 }
.Tpop_layer{position:absolute;bottom:0;bottom:-100%;width:100%;z-index:41;left: 0;right: 0;}
.Tpop_layer .slide_pop{position:relative;padding: 30px 0 50px 0;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow: 0 0 10px 0 rgba(0,0,0,.3);width: 100%;left: 0;right: 0;}
.slide_pop_in{width:100%;}
.tDim{position:fixed; z-index: 40;}
.tDim.on{width:100%;height:100%;background-color:rgba(0, 0, 0, .35);}



.Tpop_layer .slide_pop .slick-slide {
    margin: 0 5px;
}
.Tpop_layer .slide_pop .slick-slide img {width: 100%;}
.Tpop_layer .slide_pop ul.slick-dots {
    text-align: center;
    padding-top: 13px;
    position: absolute;
    left: 0;
    right: 0;
}

.Tpop_layer .slide_pop ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    font-size: 0;
    margin: 0 3px;
}

.Tpop_layer .slide_pop ul.slick-dots li button {
    font-size: 0;
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.2;
    border: 0;
}

.Tpop_layer .slide_pop ul.slick-dots li.slick-active button {
    opacity: 1;
}
 
.Tpop_layer .slick-list {
    padding: 0 25px !important;
}

/* µî±Þ¾È³» */
#contents .shopdetail .shopdetailInfoDelivery{ padding: 17px 15px; text-align: center;}
#contents .shopdetail .shopdetailInfoDelivery p{color: #aaa;}

/* »óÇ°Á¤º¸ */
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_basic{
    margin: 0; 
    padding: 14px 16px 0; 
    border-bottom: 1px solid #f5f5f5;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_basic h2{
    color: #121212; 
    font-size: 15px; 
    font-weight: 400; 
    line-height: 150%;
    padding: 0;
    margin: 9px 0 0;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_basic .sub_model{ margin: 0; padding: 4px 0; font-size: .7rem; line-height: 17px; color: #666666;}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .discount_rate{
    letter-spacing: -1px; 
    padding-right: 5px; 
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc.price_box_top .shopdetailInfoCont em.discount_rate{ 
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc.price_box_bot .shopdetailInfoCont em{
    font-weight: 700;
    max-height: 26px;
    font-size: 22px;
    color: var(--main-color-pink);
}


#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc .shopdetailInfoCont del{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-gray);
    padding: 0;
}

#contents .shopdetail .shopdetailBoard li a{border-radius: 30px;}
#contents .shopdetail .shopdetailBoard{width:100%;display:table;text-align:center;padding:0 15px 0 5px;box-sizing:border-box;table-layout:fixed} 
#contents .shopdetail .shopdetailBoard li{display:table-cell;vertical-align:middle;padding:10px 0 10px 10px} 
#contents .shopdetail .shopdetailBoard li a{display:inline-block;width:100%;padding:5px 0} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_top { padding:0 40px 0 15px; height:40px; border-bottom:1px solid #f5f5f5; position: relative; overflow:hidden; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_top .sub_name {
    color: var(--text-color-gray);
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 

.shopdetail .product_detail_outer:after{display:table;width:100%;content:""} 

.shopdetail .shopdetailInfo .shopdetailInfoTop{position:relative} 
.shopdetail .shopdetailInfo .shopdetailInfoTop .thumb_wrap{width:100%;overflow:hidden} 
.shopdetail .shopdetailInfo .shopdetailInfoTop .thumb_wrap>img{display:block;width:100%} 
.shopdetail .shopdetailInfo .shopdetailInfoTop .thumb_wrap .new_icon{
    font-size: 12px;
    font-weight: 400;
    width: 50px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_basic .MK-product-icons{
    display:block;
    margin: 0 0 10px;
} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_basic .MK-product-icons img{
    display:inline-block;
    height:20px!important;
}
.shopdetailInfo_basic .info_review_box{
    display: flex;
    align-items: center;
}
.shopdetailInfo_basic .info_review_box:before{
    content: '\F586';
    font-family: 'bootstrap-icons';
    margin: 0 3px;
    color: #ffca00;
}
.info_review_num{
    color: var(--text-color-gray);
}
.shopdetailInfo_basic .info_review_box .info_review_link{
    padding: 9px 5px;
}
.shopdetailInfo_basic .info_review_box .info_review_count{
    text-decoration: underline;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfo_basic h2{font-size:.875rem;line-height:180%;padding:5px 0 0;font-weight:400} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue { 
    padding: 14px 0 16px;
    position: relative;
} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc{
    font-size:0;
    padding:5px 0; 
    display:block; 
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc.price_box_top,
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc.price_box_bot{
    padding: 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc:after,
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc:before{content:"";display:table;width:100%} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .product_desc .shopdetailInfoName{ display:none; vertical-align:top;font-size:.6875rem} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName{width:30%} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .region{margin-left:10px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont .big strong{font-size:1.125rem;font-weight:900} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .coupon_wrap .coupon_img{display:block;margin-top:5px;max-height:45px;max-width:100%} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .coupon_wrap .MS_coupon label{display:inline-block;line-height:180%;padding-right:5px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .coupon_wrap .MS_coupon span.date{display:inline-block;line-height:180%;color:#7a7a7a} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .coupon_wrap .MS_coupon img.btn_coupon_download{height:20px;margin-top:5px;display:block}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .info_benefit_btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 8px 13px 8px 10px;
    background: #fff;
    border: 1px solid var(--main-color-pink);
    color: var(--main-color-pink);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .info_benefit_btn:before{
    content:'\F128';
    font-family: 'bootstrap-icons';
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .info_benefit_btn a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .info_share_btn{
    position: absolute;
    top: 50%;
    right: 135px;
    transform: translateY(-50%);
    padding: 0;
    border: 1px solid var(--text-color-gray);
    border-radius: 50px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .info_share_btn .detail_share_btn{
    width: 100%;
    height: 34px;
    padding: 0 10px;
    background: transparent;
    border: none;
    color: var(--text-color-gray);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .info_share_btn .detail_share_btn::before{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/design/nak3618/2024/share_icon_03.png);
    background-size: cover;
}
.detail_join{
    width: calc(100% - 32px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 16px;
    background: #f5f5f5;
    box-sizing: border-box;
    height: 44px;
    border-radius: 8px;
    margin: 12px auto;
}
.detail_join_tit{
    font-size: 14px;
    font-weight: 600;
}
.detail_join_tit span{
    color: var(--main-color-pink);
}
.detail_join_more{
    font-size: 13px;
    font-weight: 600;
    color: var(--main-color-pink);
}
.detail_join_more:after{
    content:'\F285';
    font-family: 'bootstrap-icons';
    font-size: 10px;
    margin: 0 0 0 3px;
}
.detail_join a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.detail_reserve_delivery{
    padding: 0 16px;
}
.detail_reserve_delivery > div{
    display: flex;
    padding: 14px 0 16px;
    border-bottom: 1px solid #f5f5f5;
}
.reserve_delivery_tit{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color-gray);
    min-width: 56px;
}
.detail_reserve_delivery > div > div{
    font-size:13px;
    font-weight: 400;
    width:100%;
}
.detail_reserve_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail_reserve_tab:after{
    content: '\F282';
    font-family: 'bootstrap-icons';
}
.detail_reserve_cont.show .detail_reserve_tab:after{
    transform: scale(-1);
}
.detail_reserve_tab .shopdetailInfoCont{
    font-weight: 600;
}
.detail_reserve_text{
    display:none;
}
.detail_reserve_cont.show .detail_reserve_text{
    display: flex;
    padding: 8px 0 0;
    flex-direction: column;
    gap: 6px;
    color: var(--text-color-gray);
}
.detail_delivery_cont em{
    color: var(--text-color-gray);
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton{padding-bottom:50px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .btn_box{padding:0 15px;font-size:0;box-sizing:border-box} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .btn_box a.btn{padding:10px 0;font-size:.75rem;box-sizing:border-box;text-align:center;display:inline-block;margin-top:6px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .btn_box a.btn_100{width:100%} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .btn_box a.btn_50{width:calc(50% - 3px);margin-left:6px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .btn_box a.btn_50:nth-of-type(1){margin-left:0} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop p{line-height:180%;font-size:.75rem;padding:10px 15px;font-weight:500;text-align:center} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop p.soldout{padding-top:20px;font-size:.875rem} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap{padding:0 15px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box{margin-bottom:10px;padding:10px 0;border-bottom:1px solid #dcdcdc} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .tit{font-size:.75rem;font-weight:500;padding:10px 0 5px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list{width:100%;font-size:0} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list:after{clear:both;content:"";display:block} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li{position:relative;display:inline-block;width:calc((100% - 15px)/ 4);vertical-align:top;list-style:none;font-size:.625rem;margin-left:5px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li:nth-of-type(4n+1){margin-left:0;margin-bottom:10px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl{width:100%;text-align:center} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dt.prdimg{position:relative} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dt.prdimg img{max-width:100%;height:auto} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dt.prdimg.noimg{max-width:100%;height:auto;border:1px solid #d8d8d8;background:#fff url(/makeshop/newmanager/neoimages/h52_noimg.gif) no-repeat center center;box-sizing:border-box} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dt.prdimg .sel-img{position:absolute;top:0;left:0;display:inline-block;width:54px;height:54px;background:#000;opacity:.4} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdname{padding-top:5px;line-height:150%;word-wrap:break-word} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdnote{padding-bottom:3px;line-height:150%;word-wrap:break-word} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdprice{padding-bottom:3px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty input{display:inline-block;width:20px;height:15px;line-height:17px;padding:0 5px;border:1px solid #707070;font-size:11px;text-align:right} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down{display:inline-block;width:11px;height:14px;line-height:0;font-size:0;vertical-align:top} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a{display:inline-block;width:11px;height:9px;line-height:0;font-size:0;vertical-align:top} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down .btn-up{margin-bottom:1px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li .soldout_box{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:block} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li .soldout_box>div{display:table;width:100%;height:100%} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li .soldout_box span{display:table-cell;text-align:center;vertical-align:middle;color:#fff;font-size:1rem} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed{
    width:100%;
    position:fixed;
    z-index:101;
    bottom:0;
    left:0;
    right:0;
    height: 70vh;
    background: #fff;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    
} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed{-webkit-animation:qbuy 150ms linear 1 normal;animation:qbuy 150ms linear 1 normal} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk{
    display:block;
    max-height:calc(100vh - 200px);
    overflow-y:auto;
    background-color:#fff;
    margin: 20px 0 0;
} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn{width:100%;box-sizing:border-box;bottom:0;left:0;right:0;z-index:101;text-align:center;padding:0;margin:0 auto;display:none} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed{display:block;position:fixed} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn .btn_basic{font-size:.6875rem;height:50px;line-height:50px;font-size:.8125rem} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed{display:block;position:relative;padding-top:18px;background:url(../images/btn_down.png) center 0 no-repeat;background-size:auto 18px} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed_change{padding-top:10px} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on{
    display: none;
    height: 63px;
    box-sizing: border-box;
} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a{float:left;display:block;width:50%;height:50px;line-height:50px;text-align:center;color:#222;background-color:#e3e3e3;font-size:.8125rem;font-weight:500} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.buy{background-color:#222;color:#fff} 

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .opt-com{text-align:right} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal{background-color:#fff;text-align:right;padding:15px;font-size:1.2em} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal em{color:#f1191f;font-size:1.333em;margin-left:16px}


/* Ãß°¡±¸¼º»óÇ° */
#contents .shopdetail .shopdetailInfo .extraWrap{padding: 0 15px; font-size: 0; margin: 25px 0 0 0; }
#contents .shopdetail .shopdetailInfo .extraWrap .shopdetailInfoTit{ display: none;;; width: 30%; padding: 0; border-top:0; border-bottom:0; color: #aaa; font-size: .6875rem;  }
#contents .shopdetail .shopdetailInfo .extraWrap .shopdetailInfo_extra{
    position: relative;
    display: inline-block;
    width: 100%; 
    padding: 15px 8px; 
    border-radius: 5px; 
    text-align: center; 
    font-size: .9rem; 
    color:#fff; 
    background-image: linear-gradient(to top left, #ff82c0, #8b00f1);
    /* background: #fff url(/design/nak3618/ms_basic_mobile/images/ic_select_arrow.png) calc(100% - 8px) center no-repeat; */
    -webkit-appearance: none; 
    box-sizing: border-box;
}

#contents .shopdetail .shopdetailInfo .extra_product{ display:block; margin: 17px 12px; border: 1px solid #eee; border-radius: 10px; height:500px; overflow:scroll;}
#contents .shopdetail .shopdetailInfo .extra_product figure img{border-radius: 4px;}

#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap{ width:49%; display:inline-block;  border-bottom: 1px solid #fff ; vertical-align: top; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap:last-of-type{border-bottom:0}
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoTop { display: inline-block; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoprdinfo { padding:0 12px 0 0; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoprdinfo .shopdetailInfoprdName{ height:33px; overflow:hidden; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName { max-height:35px; min-height:35px; overflow:hidden; margin-bottom:2px;}
#contents .shopdetail .shopdetailInfo .extra_product .shopdetailInfoprdinfo .shopdetailInfoprdName .shopdetailInfoCont{ font-size: .8rem;}
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .extra_mo_icon_box{
    margin: 4px 0 0;
    height: 20px;
    overflow: hidden;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .extra_mo_icon_box img{
    height:20px!important;
}
#contents .shopdetail .shopdetailInfo .extra_product .shopdetailInfoSelect{ padding: 10px 0 0; background: #fff; }
#contents .shopdetail .shopdetailInfo .extra_product .shopdetailInfoSelect p{ margin: 5px 0;}
#contents .shopdetail .shopdetailInfo .extra_product .shopdetailInfoSelect p .shopdetailInfoCont{ background: #fff;}
#contents .shopdetail .shopdetailInfo .extra_product .shopdetailInfoSelect p .shopdetailInfoCont select{ height: 28px; background: #fff; border: 1px solid #eee; border-radius: 6px; font-size: .7rem;}

#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoprdinfo .shopdetailInfoprd_price{ margin: 8px 0 0; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoprdinfo .shopdetailInfoprd_price .shopdetailInfoCont em{ font-size: .9rem;}

#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprd_price,
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoDiscount { display:inline-block; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue del { color: #9d9d9d; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue em { 
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* ¹öÆ° */
.btn_new { background: #141414 !important; border: 0 !important; border-radius: 5px;}
.btn_new_line { border-radius: 5px; border: 1px solid #e76191; }
#contents .shopdetailButton .shopdetailButtonTop .btn_new_line{display: inline-block; box-sizing: border-box;}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton {text-align: center;}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .btn_box .btn_new_right{margin-left: 3%;}
#contents .shopdetailButton .shopdetailButtonTop .btn_new{width: auto; margin-top: 3%;}

#contents .btn_bottom_box .btn_new_line{width: 53%}


/* ¹Ù·Î±¸¸Å */
#contents .shopdetail .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom { padding: 20px 15px 0; }
#contents .shopdetail .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom:after{content:''; display:block; clear:both}
#contents .shopdetail .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom .okdgg-checkout{ float: left; margin-top: 0;}
#contents .shopdetail .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom .detail_snsBox{ float: right; margin: 5px 0 0;}
#contents .shopdetail .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom .detail_snsBox a{display: inline-block; vertical-align:middle;}
#contents .shopdetail .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom .detail_snsBox a img{ width: 26px; border-radius: 30px;}
#contents .shopdetail .shopdetailInfoBottom .payco_checkout.tc{width:100% !important;}
#kakaopay_order_btn, #payco_order_btn, #nhn_btn{ padding: 0 22px;}
#contents .shopdetail .shopdetailInfoBottom #kakaopay_order_btn img{width:100% !important; height:100% !important;}
#contents .shopdetail .shopdetailInfoBottom .npay_type_MA_1{width:100% !important;}

/* »óÇ°±¸¸Å°íÁ¤¹öÆ° */
#contents .shopdetail .fixed-btn{
    height: 63px;  
    border-top: 1px solid #f5f5f5; 
    background: #fff;
}
#contents .shopdetail .fixed-btn .fixed-btn-flex{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    align-items: center;
} 
#contents .shopdetail .fixed-btn .fixed_review{ 
    padding: 0 14px 0 8px; 
    border-right: 1px solid #f5f5f5; 
    box-sizing: border-box;
}
#contents .shopdetail .fixed-btn .fixed_review p{
    font-size: 13px;  
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
}
#contents .shopdetail .fixed-btn .fixed_review p:before{
    content: '\F586';
    font-family: 'bootstrap-icons';
    margin: 0 3px;
    color: #ffca00;
    font-size: 10px;
}
#contents .shopdetail .fixed-btn .fixed_review p img{ width: 13px; margin:1px 2px 0 0}
#contents .shopdetail .fixed-btn .fixed_review .fixed_review_num{
    margin: 0; 
    font-size: 12px;
    font-weight: 400;
    color: #A1A9AD; 
}
#contents .shopdetail .fixed-btn .fixed_wish{
    width: 25%;
}
#contents .shopdetail .fixed-btn .fixed_wish a.wish { 
    font-size: 20px;
    border: none;
    padding: 5px;
    background: transparent;
} 
#contents .shopdetail .fixed-btn .fixed_wish a.wish i.fa { margin-right: 4px; color: #999; } 
#contents .shopdetail .fixed-btn .fixed_wish a.wish i.fa-heart { color: #f41f3a; display:none; } 
#contents .shopdetail .fixed-btn .fixed_wish a.wish .wish-on i.fa-heart-o { display:none; } 
#contents .shopdetail .fixed-btn .fixed_wish a.wish .wish-on i.fa-heart { display:inline-block; } 

#contents .shopdetail .fixed-btn .fixed_price{float: left;padding: 0 0 0 10px; text-align: left; line-height: 32px;}
#contents .shopdetail .fixed-btn .fixed_price .big{ font-size: 1rem; font-weight: 600;}
#contents .shopdetail .fixed-btn .fixed_price .big .won{font-size: .75rem; vertical-align: top;}
#contents .shopdetail .fixed-btn .btn_new{
    /* position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%); 
    width: calc(100% - 180px); 
    padding: 10px 12px; */
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;    
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    height: 46px;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0;
}

/* ÇÈ½º±¸¸ÅÃ¢ */
#contents  .shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk{ 
    /* height: calc(100vh - 300px); */ 
    background-color: #fff; 
    border-radius: 8px 8px 0 0;
    padding: 0 0 83px;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on{background: #fff;}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .buy_on_flex{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .detail_wish{margin: 0px 2%;}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .detail_basket,
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .detail_buy{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    border: 1px solid #222;
    border-radius: 46px;
    font-size: 15px;
    color: #222;
    background: #fff;
    font-weight: 600;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .detail_buy{
    color: #fff;
    background: #222;
}
/*#contents .shopdetail #MK_innerOptTotal.total_box{position: fixed;
    bottom: 50px;
    right: 0;
    width: 100%; padding: 11px 15px 11px;
    background: #fff;
    border-top: 1px solid #eee; }*/
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed{display:none}
#contents .shopdetail #MK_innerOptTotal.total_box .fixdelivery{
    color: #aaa;
    font-size: 14px;
    margin: 6px 0 0;
}
#contents .shopdetail #MK_innerOptTotal.total_box .fixdelivery em{}
#contents .shopdetail #MK_innerOptTotal.total_box{ 
    border-top: 1px solid #f5f5f5; 
    margin: 25px 0 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 16px 24px;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed #MK_innerOptTotal.total_box{
    position: fixed;
    bottom: 63px;
    left: 0;
    z-index: 1;
    margin: 0;
    animation: qbuy 150ms linear 1 normal;
}

/* ¿É¼Ç°ª, ¼ö·® */
#contents .MK-oneclick-list li a{border: 0;}
#contents .option_tk .add-opt_item .shopdetailInfoName{color: #aaa; display:none;}
#contents .MK_optAddWrap .MK_inner-opt-cm li{ 
    padding: 16px; 
    border-radius: 8px;
}
#contents .MK_optAddWrap .MK_inner-opt-cm li .MK_btn-del{ 
    top: 0; 
    bottom: auto;
    right: 0;
    padding: 16px 16px 0 0;
    width: 10px;
    height: 10px;
    box-sizing: content-box;
}
#contents .MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl{ 
    height: 32px;
    width: 90px; 
    border: 0; 
    background: none; 
}
#contents .MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl input{
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    border: 1px solid #e8e9eb;
    color: #4f5558;
    margin: 0 25px;
}
#contents .MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl a:nth-last-of-type(2){ top: 50%; transform: translateY(-50%); background-image: url(/design/nak3618/2021new/m/optk_add.png);}
#contents .MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl a:nth-last-of-type(1){ top: 50%; transform: translateY(-50%); background-image: url(/design/nak3618/2021new/m/optk_min.png);}
#contents  .option_tk .product-opt .shopdetailInfoCont, .option_tk .product-opt .shopdetailInfoName{ color: #aaa;}

/* ¿É¼Ç ¿µ¿ª ½ºÅ¸ÀÏ */

.option_tk .main_select_box{
    display:none;
    margin: 0;
}
.option_tk .shopdetailInfoMultiSelect{display:none;}
.option_tk .ms_qty-ctrl{float:left;width:70px;height:21px;border:1px solid #dfdfdf;background:#fff;box-sizing:border-box;position:relative;overflow:hidden} 
.option_tk .ms_qty-ctrl input{width:30px;height:19px;line-height:19px;text-align:center!important;margin:0 19px;box-sizing:border-box;border:0;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;padding:0;-webkit-appearance:none;font-size:.625rem;vertical-align:top} 
.option_tk .ms_qty-ctrl a{position:absolute;top:0;width:19px;height:19px;text-align:center;line-height:19px;background-size:19px;background-position:center;background-repeat:no-repeat} 
.option_tk .ms_qty-ctrl a span{display:none} 
.option_tk .ms_qty-ctrl a:nth-last-of-type(1){left:0;background-image:url(../images/ic_minus.png)} 
.option_tk .ms_qty-ctrl a:nth-last-of-type(2){right:0;background-image:url(../images/ic_plus.png)} 
.option_tk .product-opt{font-size:0;margin-bottom:10px;padding:0 15px;box-sizing:border-box} 
.option_tk .product-opt:after,.option_tk .product-opt:before{content:"";width:100%;display:table} 
.option_tk .product-opt .shopdetailInfoCont,.option_tk .product-opt .shopdetailInfoName{display:inline-block;vertical-align:top;font-size:.6875rem;min-height:20px;line-height:20px} 
.option_tk .product-opt .shopdetailInfoName{width:30%} 
.option_tk .product-opt .shopdetailInfoCont{width:70%} 
.option_tk .product-opt .shopdetailInfoCont select{display:block;width:100%;height:28px;border:1px solid #dcdcdc;font-size:.625rem;padding-left:8px;background:#fff url(../images/ic_select_arrow.png) calc(100% - 8px) center no-repeat;background-size:auto 5px;-webkit-appearance:none} 
.option_tk .add-option-sel{font-size:.75rem;font-weight:500;padding:10px 15px 5px} 
.option_tk .add-opt_item{
    font-size:0;
    padding: 0 16px;
    box-sizing:border-box;
    margin: 0 0 8px;
} 
.option_tk .add-opt_item:after,.option_tk .add-opt_item:before{content:"";width:100%;display:table} 
.option_tk .add-opt_item .shopdetailInfoCont,.option_tk .add-opt_item .shopdetailInfoName{display:inline-block;vertical-align:top;font-size:.6875rem;min-height:20px;line-height:35px} 
.option_tk .add-opt_item .shopdetailInfoName{width:30%} 
.option_tk .add-opt_item .shopdetailInfoCont{
    width:100%
 } 
.option_tk .add-opt_item .shopdetailInfoCont select{
    display:block;
    width:100%;
    border:1px solid #dcdcdc;
    font-size: 14px;
    padding: 0 16px;
    background:#fff url(../images/ic_select_arrow.png) calc(100% - 8px) center no-repeat;
    background-size:auto 5px;
    border-radius: 8px;
    height: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    visibility: hidden;
} 
.MK_optAddWrap .total_sum{padding:11px 15px 0;text-align:right} 
.MK_optAddWrap .total_sum>span{display:inline-block;font-size:.75rem;line-height:180%} 
.option_tk .hybrid_opt_box>div{padding:10px 15px} 
.option_tk .hybrid_opt_box span,.option_tk .hybrid_opt_box strong{display:inline-block;line-height:180%;font-size:.75rem} 
.option_tk .hybrid_opt_box .MK_total{font-weight:500;color:#d9232e}
.option_tk .pay_list{
    display:none;
    padding: 10px 0;
    min-height: 200px;
}

/* ¿É¼Ç Ä¿½ºÅÒ */
.main_select_option .custom-select{
    border: 2px solid #e8e9eb;
    border-radius: 8px;
}
.main_select_option .custom-select .selected{
    font-size: 15px;
    font-weight: 600;
    padding: 0 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_select_option .custom-select .selected:after{
    content:'\F282';
    font-family: 'bootstrap-icons';
    font-size: 13px;
}
.main_select_option .custom-select .options .option{
    font-size: 15px;
    font-weight: 400;
    padding: 5px 16px;
    border-top: 1px solid #f5f6f8;
}
.main_select_option .custom-select .options .option:nth-of-type(1){
    border-top: 2px solid #e8e9eb;
}

/* ±¤°í ½½¶óÀÌµå */
.shop_event_area{
    width:100%;
    overflow:hidden;
    border-top: 8px solid #f5f6f8;
    border-bottom: 8px solid #f5f6f8; 
}
.shop_event_slide{
    position: relative;
    padding: 0 16px;
    margin: 12px 0;
}
.shop_event_slide .shop_event_slide_inner{
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop_event_slide_inner .shop_event_slide_left{
    width: 100%;
    padding: 16px 0 16px 16px;
}
.shop_event_slide_inner .shop_event_slide_left .shop_event_slide_tit{
    font-size: 14px;
    font-weight: 600;
}
.shop_event_slide_inner .shop_event_slide_left .shop_event_slide_tit span{
    color: var(--main-color-pink);
}
.shop_event_slide_inner .shop_event_slide_left .shop_event_slide_copy{
    font-size: 13px;
    line-height: 17px;
    padding: 3px 0 0;
}
.shop_event_slide_inner .shop_event_slide_right img{
    height: 80px;
    width: auto;
}


/* ¸®ºä ½½¶óÀÌµå */
.best_review_slide{
    padding: 0 0 16px;
    border-bottom: 8px solid #f5f6f8;
    width: 100%;
    overflow: hidden;
}
.best_review_slide .review_slide_tit{
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_slide_tit .review_slide_name{
    font-size: 18px;
    font-weight: 600;
}
.review_slide_tit .review_slide_name .info_review_count{
    color: #878f91;;
}
.review_slide_tit a{
    font-size: 13px;
    font-weight: 600;
    color: #606567;
}
.review_slide_tit a:after{
    content:'\F285';
    font-family: 'bootstrap-icons';
    font-size: 10px;
    font-weight: 500;
    margin: 0 0 0 5px;
}
.review_slide_scrore{
    font-size: 16px;
    display: flex;
    gap: 3px;
    font-weight: 600;
    color: #878f91;
    padding: 0 16px;
}
.review_slide_scrore .crema-product-reviews-score{
    color: #3b3b3b;
}
.review_slide_scrore:before{
    content: '\F586';
    font-family: 'bootstrap-icons';
    margin: 0 3px;
    color: #ffca00;
    font-size: 13px;
}
.review_pre_slide{
    margin: 12px 0 0;
}
.review_pre_slide .reviewSwiper .swiper-wrapper .swiper-slide{
    width:75%;
    padding: 0 0 0 16px;
}
.review_slide_inner{
    display: flex;
}
.review_slide_inner img{
    width:80px;
    height:80px;
}
.review_slide_text{
    background: #fafafb;
    color: #606567;
    padding: 10px 16px;
    box-sizing: border-box;
    height: 80px;
    font-size: 14px;
    line-height: 20px;
}
.review_slide_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Á¤º¸ ÅÇ */
#contents .shopdetail .shopdetailItem {
    position: relative;
}
#contents .shopdetail .product_detail_outer{}
#contents .shopdetail .shopdetailItem .detail_item_nav{
    position: sticky;
    top: 52px;
    left: 0;
    z-index: 1;
    background: #fff;
}
#contents .shopdetail .shopdetailItem .detail_item_nav_fix{display:none; position: fixed; top: 50px; background: #fff; z-index: 9;}
#contents .shopdetail .shopdetailItem .detail_item_nav_fix ul{ box-shadow: 0px 7px 4px -6px #eee; border-bottom: 1px solid #f5f5f5; box-sizing: border-box;}
#contents .shopdetail .shopdetailItem .detail_item_nav_fix ul li.on{ border-bottom: 2px solid #222; }
#contents .shopdetail .shopdetailItem .detail_item_nav_fix.nav_fix {display:block; }
.shopdetail .shopdetailItem .detail_item_nav ul li.under_line{ 
    color: #222; 
    border-bottom: 2px solid #222;
}

/* ¹®ÀÇ */
.detail_qna{padding: 19px 15px !important; border-bottom: 5px solid #f7f7f7;}
.detail_qna div p{ margin: 0 0 10px; color: #8e969d; font-size: 0.825rem; }
.detail_qna div span{ display: block; margin: 0 0 30px; padding: 10px; border-radius: 5px; background: #f5f5f5; color: #888;}
.detail_qna div span em{color: #000;}
.detail_qna .qnaBtn{ padding: 11px 0; border-radius: 30px; background: #ff349d; color: #fff; font-size: .9rem; font-weight: 600; text-align: center;}
.detail_qna:last-of-type{border-bottom:0}

/* ÅÇ */
#contents .shopdetail .detail_tab_wrap{padding: 19px 0; border-bottom: 8px solid #f5f6f8;}
.detail_tab:after{content:''; display:block; clear:both}
.detail_tab h3{float: left; color: #000; font-size: 1rem; font-weight: 600;}
.detail_tab > img{ float: right; width: 14px;}

/* ÅÇ ¼û°ÜÁø ³»¿ë */
.detail_tab_con{display:none;}
.detail_tab_con.conBlock{display:block; margin: 0 0 20px;}
.detail_tab > img.rotate {
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}

/* ÆÄ¿ö¸®ºä */
#contents .shopdetail #mPowerreview .review-wrap > li{border-bottom:0}

/* ¸®ºäÇýÅÃ */
.review_benefit_box{
    display: flex;
    margin: 0 16px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFF9FD;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.review_benefit_left .copy{
    font-size: 12px;
    color: var(--text-color-gray);
}
.review_benefit_left .color{
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color-pink);
    margin: 10px 0 4px;
}
.review_benefit_left .tit{
    font-size: 16px;
    font-weight: 700;
    word-break: keep-all;
    line-height: 1.3em;
}
.review_benefit_left .btn{
    background: var(--main-color-pink);
    border-radius: 20px;
    width: fit-content;
    padding: 2px 10px;
    color: #fff;
    margin: 8px 0 0;
}
.review_benefit_right img{
    width: 80px;
}
.review_benefit_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* °ü·Ã»óÇ° */
#contents .shopdetail .shopdetailItem .detail_item img{border-radius: 6px;}
#contents .shopdetail .list_img_product01 {font-size: 0; text-align: center;}
#contents .shopdetail .list_img_product01 li{display: inline-block; width:50%; border-bottom:0}
#contents .shopdetail .list_img_product01 li .desc_container .info p.listPrice{color: #000; font-size: .8rem; font-weight: 600;}
#contents .shopdetail .relatBox{ margin: 0;}
#contents .shopdetail .relatBox li.checkebox_st .thumb{float:unset; width:auto; margin: 0 4px; padding: 13px 0 0 0;}
#contents .shopdetail .relatBox li.checkebox_st .desc_container{float:unset; width:auto; margin: 0 4px; text-align: left;}
#contents .shopdetail .list_img_product01 li .desc_container .info .check-box{vertical-align: top;}
#contents .shopdetail .list_img_product01 li .desc_container .info .pname{margin: 4px 0 6px;}
#contents .shopdetail .list_img_product01 li .desc_container select{border-radius: 5px;}

#contents .shopdetail .list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box{border:0}
#contents .shopdetail .list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box .btn_{width: 20px; height: 20px; margin: 2px 0 0; background: #f5f6f8; border-radius: 50%; line-height: 19px; color:#000}
#contents .shopdetail .list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box input{margin: 0 2px; border: 2px solid #f5f6f8; border-radius: 6px; }

/* °ü·Ã»óÇ°-Ã¼Å©*/
#contents .shopdetail .check-box>span{background: url(/design/nak3618/2021new/m/check_off.png) 0 0 no-repeat; background-size: 14px; vertical-align: sub;}
#contents .shopdetail .check-box>input:checked+span, .check-box>input:checked~span { background-image: url(/design/nak3618/2021new/m/check.png); }

/* ±³È¯¹ÝÇ° */
.shopdetail .exchange { padding: 10px; background: #f5f5f5; border-radius: 5px;}
.shopdetail .exchange p{line-height: 22px;}
.shopdetail .exchange p em{color:#ff0000; font-weight: bold;}







.shopdetail .shopdetailItem .detail_item_nav{height:45px;border-bottom:1px solid #f5f6f8;} 
.shopdetail .shopdetailItem .detail_item_nav ul{height:46px;display:table;table-layout:fixed;width:100%} 
.shopdetail .shopdetailItem .detail_item_nav ul li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color-gray);
} 
.shopdetail .shopdetailItem .detail_item_nav ul li.on{font-weight:500;color:#222;border-bottom:2px solid #222} 
.shopdetail .shopdetailItem .detail_head{padding:10px 15px;overflow:hidden} 
.shopdetail .shopdetailItem .detail_head .btn_toggle{float:right;display:block;padding:5px 10px;border:1px solid #7a7a7a;background-color:#7a7a7a;color:#fff} 
.shopdetail .shopdetailItem .detail_head h3{float:left;font-weight:500;padding:6px 0} 
.shopdetail .shopdetailItem .detail_item{padding-bottom:10px} 
.shopdetail .shopdetailItem .detail_head+.detail_item{border-top:1px dotted #dcdcdc;padding-top:10px} 
.shopdetail .shopdetailItem .detail_item.mlr15{margin-left:15px;margin-right:15px} 
.shopdetail .shopdetailItem .detail_item:after{display:table;width:100%;content:""} 
.shopdetail .shopdetailItem .detail_item img{max-width:100%} 

.shopdetail .shopdetailItem .shopdetail_Content{
    position: relative;
    padding: 0px 0px 24px;
    border-bottom: 8px solid rgb(245, 246, 248);
}
.shopdetail .shopdetailItem .shopdetail_Content .detail_item{
    line-height:150%;
    font-size:.75rem;
    height: 100%;
    padding: 20px 16px 30px;
} 
.shopdetail .shopdetailItem .shopdetail_Content .detail_item.hide{
    height: 2200px;
    overflow: hidden;
}
.shopdetail .shopdetailItem .shopdetail_Content .detail_more_box{
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 24px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
}
.shopdetail .shopdetailItem .shopdetail_Content .detail_more_box .detail_more_btn{
   width: calc(100% - 32px);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #3b3b3b;
    border-radius: 48px; 
}

.shopdetail .shopdetailItem .product_detail_outer.close .detail_item{display:none} 
.shopdetail .shopdetailItem .product_detail_outer .detail_item .shopdetailNotifyInfo dt{font-weight:500;line-height:150%;margin-bottom:2px} 
.shopdetail .shopdetailItem .product_detail_outer .detail_item .shopdetailNotifyInfo dd{padding-left:10px;margin-bottom:10px;color:#7a7a7a} 

.list_img_product01 li:nth-last-of-type(1){border-bottom:0} 
.list_img_product01 li .desc_container .btn_box{margin-top:0} 
.list_img_product01 li .desc_container .btn_box a{padding:4px 0;font-size:.625rem} 
.list_img_product01 li .desc_container .basket_quantity_wrap{height:25px;font-size:0} 
.list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box,.list_img_product01 li .desc_container .basket_quantity_wrap .btn_change,.list_img_product01 li .desc_container .basket_quantity_wrap label{display:inline-block;vertical-align:top;height:25px;box-sizing:border-box;font-size:.625rem} 
.list_img_product01 li .desc_container .basket_quantity_wrap label{width:39px;line-height:25px} 
.list_img_product01 li .desc_container .basket_quantity_wrap .btn_change{width:48px;text-align:center;line-height:23px;margin-left:5px} 
.list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box{border:1px solid #cfcfcf;background:#fff;overflow:hidden} 
.list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box .btn_{float:left;display:block;width:20px;height:23px;line-height:23px;font-size:1rem;text-align:center;color:#cfcfcf} 
.list_img_product01 li .desc_container .basket_quantity_wrap .basket_quantity_box input{float:left;display:block;border:0;height:23px;line-height:23px;text-align:center;color:#222;width:26px;padding:0;font-size:.625rem} 
.list_img_product01 li .desc_container select{width:100%;height:23px;border:1px solid #dcdcdc;font-size:.625rem;padding-left:8px;background:#fff url(../images/ic_select_arrow.png) calc(100% - 8px) center no-repeat;background-size:auto 5px;-webkit-appearance:none} 

.MK_optAddWrap .MK_inner-opt-cm{
    padding:0 16px;
} 
.MK_optAddWrap .MK_inner-opt-cm:after,.MK_optAddWrap .MK_inner-opt-cm:before{content:"";display:table;width:100%} 
.MK_optAddWrap .MK_inner-opt-cm li{
    position:relative;
    padding: 16px;
    background: #fafafb;
    margin: 0 0 8px;
} 
.MK_optAddWrap .MK_inner-opt-cm li:after{content:"";display:table;width:100%} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_p-name{
    display:block;
    font-size:.6875rem;
    color:#575757;
    margin-bottom: 10px;
    padding: 0 30px 0 0;
}
.MK_optAddWrap .MK_inner-opt-cm li .MK_p-name p{
    font-size: 12px;
    color: var(--text-color-gray);
    font-weight: 400;
    margin: 0 0 3px;
    word-break: keep-all;
}
.MK_optAddWrap .MK_inner-opt-cm li .MK_p-name p strong{
    font-weight: 400;
}
.MK_optAddWrap .MK_inner-opt-cm li .MK_p-name .extra_option_name{
    font-size: 14px;
    font-weight: 500;
    color: #575757;
}
.MK_optAddWrap .MK_inner-opt-cm li .MK_price{
    float:right;
    height:20px;
    line-height:20px;
    vertical-align:text-bottom;
    font-size: 15px;
    font-weight: 600;
    color: #4f5558;
} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_price span{} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_btn-del{position:absolute;bottom:15px;right:5px;width:20px;height:20px;box-sizing:border-box;padding:5px} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_btn-del img{display:none} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_btn-del:before{content:"";display:block;width:10px;height:10px;overflow:hidden;background: url(/design/nak3618/ms_202010/img/btn_close_X_19.png) center no-repeat;} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl{float:left;width:70px;height:21px;border:1px solid #dfdfdf;background:#fff;box-sizing:border-box;position:relative;overflow:hidden} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl input{width:30px;height:19px;line-height:19px;text-align:center!important;margin:0 19px;box-sizing:border-box;border:0;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;padding:0;-webkit-appearance:none;font-size:.625rem;vertical-align:top} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl a{position:absolute;top:0;width:19px;height:19px;text-align:center;line-height:19px;background-size:19px;background-position:center;background-repeat:no-repeat} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl a span{display:none} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl a:nth-last-of-type(1){left:0;background-image:url(../images/ic_minus.png)} 
.MK_optAddWrap .MK_inner-opt-cm li .MK_qty-ctrl a:nth-last-of-type(2){right:0;background-image:url(../images/ic_plus.png)} 

.shopdetailInfoDelivery{padding:10px 15px} 
.shopdetail .shopdetailInfo .gray-delivery{padding:2px;background-color:#fff;color:#656565;font-size:.875em;border-radius:3px;border:1px solid #656565} 

.shopdetail .okdgg-checkout{margin-top:15px} 
.shopdetail .okdgg-checkout img{max-width:90%;height:auto} 
.cs-button{bottom:53px!important} 
.shopdetail .soldout_anchor{display:block!important} 
.shopdetail .MK_btn-sms{display:inline-block;width:100%;height:35px;line-height:35px;text-align:center;border:1px solid grey;color:#fff;font-weight:700;background-color:#636363;background-image:-webkit-gradient(linear,left top,left bottom,from(#636363),to(#5e5e5e));background-image:-webkit-linear-gradient(top,#636363,#5e5e5e);background-image:-moz-linear-gradient(top,#636363,#5e5e5e);background-image:-o-linear-gradient(top,#636363,#5e5e5e);background-image:linear-gradient(to bottom,#636363,#5e5e5e);-webkit-border-radius:3px!important;border-radius:3px!important;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box} 
.shopdetail .MK_btn-sms span{padding-left:24px;background:url(/images/d3/m_01/bull/alarm_fff@2x.png) no-repeat 0 50%;background-size:18px 14px} 

.shopdetail .shopdetailInfo .shopdetailInfoTit{height:40px;line-height:42px;padding:0 12px;border-top:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;font-size:14px;color:#000} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap:after{clear:both;content:"";display:block} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap{width:100%;border-bottom:1px solid #c7c7c7} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoTop {}
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoTop figure{} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue{
    padding:0 0 0 10px;
    margin-right:3%;
    border:0
} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName{
    font-size:12px; 
    font-weight:400;
    margin: 0;
} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoCont{margin:0} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoName{} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect p{padding:0;background:0 0} 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoCont .basic_option{width:100%; border-radius: 10px; } 
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoName{display:none;width:100%;padding:0 0 5px 0} 

.shopdetailInfoOneclick{clear:both;background-color:#f6f6f6;padding:5px 15px;overflow:hidden;zoom:1} 
.shopdetailInfoOneclick>span{float:left} 
.shopdetailInfoOneclick .shopdetailInfoList{float:left;width:70%} 

.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 #000} 
.MK-oneclick-list li.MK-oneclick-dis a{-moz-opacity:.5;opacity:.5} 
.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a{padding:1px;-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} 
.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span{min-width:30px;line-height:27px} 
.MK-oneclick-value{padding-bottom:3px;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} 


/* °øÀ¯, ½ºÅ©·¦ */
.share-icons { position: absolute; right:15px; top:12px; }
.share-icons .detail_share_btn{
    background: transparent;
    border: none;
}
.share-icons .detail_share_btn:after{
    content: '\F603';
    font-family: 'bootstrap-icons';
    color: var(--text-color-gray);
    font-size: 18px;
}

.share-icons .share { position: absolute; top:20px; right:-10px; border: 1px solid #e1e1e1; background: #fff; z-index: 1; box-sizing: border-box; box-shadow: 2px 2px #ededed; border-radius: 30px; }
.share-inner { padding: 15px 20px; width:95px; }
.share-inner a { display: inline-block; width: 30px; margin: 8px; }
.share-inner img { width: 100%; height: auto; border-radius:15px; }

/* °øÀ¯ ÆË¾÷ */
.detail_share_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display:none;
}
.detail_share_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 0.2s;
    background: rgba(0, 0, 0, 0.35);
}
.detail_share_inner{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 15px 16px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 15px);
    box-sizing: border-box;
    animation: qbuy 150ms linear 1 normal;
}
.detail_share_tit{
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.detail_share_link .url_copy_box{
    position:relative;
}
.detail_share_link li a,
.detail_share_link li button{
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
}
.detail_share_link li a:before,
.detail_share_link li button:before{
    content: '';
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.detail_share_link li .url_copy_link{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: var(--colorchip-border);
    background: transparent;
}
.detail_share_link li .url_copy_link:before{
    background-image: url(/design/nak3618/2024/share_icon_01.png);    
}
.detail_share_link li .katalk:before{
    background-image: url(/design/nak3618/2024/share_icon_02.png);    
}
.copy_alert{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ¸â¹ö½±, ¸®ºä ÇýÅÃ */
.membership {
    margin: -90px 0 20px;
}
.membership img { width:100%; }
.payco_checkout.tb { width:100% !important; }




/* Ãß°¡±¸¼º»óÇ° */
#extra_div{
    width: 100%;
    overflow: hidden;
    padding: 0 0 36px;
    border-bottom: 8px solid #f5f6f8;
}
.extra_toggle .shopdetailInfoWrap.hide{display:none !important; }
.extra_toggle{
    display:block; 
    padding: 0 16px 36px;
    margin: 0;
}
.extra_toggle .shopdetailInfoWrap{
    padding-bottom: 14px;
    border-bottom: 1px dashed #e3e3e3;
    padding-top: 20px;}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoTop{
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoTop figure{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoTop figure img{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue{
    display: inline-block;
    flex:3;
}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue p{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoCont{
    margin-left: 0 !important; 
    width: 100% !important;
    font-size: 12px !important;
}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName .shopdetailInfoCont font{
    color: #3b3b3b!important;
    font-weight:400!important;    
}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName .shopdetailInfoCont b{
    color: #3b3b3b!important;
    font-weight:400!important;
}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .extra_mo_icon_box
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoCont del{color:#aaa; font-size:11px; display:none;}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoCont em.bold{font-size:12px}

.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoDiscount{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoDiscount span{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoDiscount span em{}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoSelect{ 
    text-align:center; 
    padding-top:10px;
    display:none;
}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoSelect .opt-sel{width: 90% !important;
    display: inline-block;}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoSelect .opt-sel select{
    line-height: 35px;
    font-size: 12px !important;
    color: #353535;
    padding-left: 10px;
    height: 35px !important;
    margin-top: 7px !important;}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoSelect .opt-com{
    float: unset !important;
    display: inline-block;
    vertical-align: top !IMPORTANT;
    width: 28% !IMPORTANT;
    margin-top: 7px;
    background: #000 !important;
    height: 35px !IMPORTANT;
    padding-right: 0 !IMPORTANT;}
.extra_toggle .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoSelect .opt-com a{
    color: #fff !important;
    text-align: center !important;
    width: 100% !IMPORTANT;
    font-size:11px;
    }
.extra_title.act p span.txt{
    background: url(/design/nak3618/img/select_ico_on.png) center right no-repeat #fff !important;
    background-size: 20px !important;}
    
.extra_title.shopdetailInfoSelect { 
    margin: 0 15px 15px; 
    display:none;
}

.extra_title p span.txt{
    border: 1px solid #ccc;
    background: url(/design/nak3618/smartskin2017/nak21_2017/img/select_ico.gif) center right no-repeat #fff;
    background-size: 20px;
    height: 35px;
    display: inline-block;
    width: 100%;
    line-height: 35px;
    font-size: 12px;
    color: #ff0052;
    padding-left: 10px;}

.extra_tit{
    padding: 20px 16px 16px;
}
.extra_tit h3{
    font-size: 18px;
    font-weight: 600;
}
.codi_slide_box{}
.btcodiSwiper{
    width:100%;
    height:100%;
    position: relative;
}
.extra_toggle{
    padding: 0 16px;
}
.extra_toggle .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
    gap: 4px;
}
.extra_toggle .slick-dots li{
    height:6px;
}
.extra_toggle .slick-dots li button{
    width: 6px;
    height: 6px;
    border: none;
    background: #b8bfc2;
    border-radius: 50%;
    color: transparent;
}
.extra_toggle .slick-dots li.slick-active button{
    background: var(--button-color-gray);
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap{
    width:75%;
    padding: 1px;
    box-sizing: border-box;
}
.extra_toggle .shopdetailInfoWrap.swiper-slide{
    width: 75%;
    height: calc((100% - 30px) / 2);
}
.extra_toggle .shopdetailInfoWrap .slide_flex_inner{
    width: 100%;
    height:100px;
    display: flex;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.extra_toggle .shopdetailInfoWrap .slide_flex_inner img{
    width:auto;
    height:100px;
}
.extra_toggle .extra_return{
    display:none;
    width: 100%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #e3e3e3;
    color: #000;
    font-size: 13px;
    margin-top: -1px;
    margin-bottom:10px; }
    
.extra_toggle.act .extra_return{display:none;}
.extra_toggle .extra_more_btn{
    display: none;
    width: 100%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #e3e3e3;
    color: #000;
    font-size: 13px;
    margin-top: -1px;}
#extra_div .extra_return{display: none;}
#extra_div.act .extra_return{display: block !important;}
.extra_selectbox { width: 100%;
    background-image: linear-gradient(to top left, #ff82c0, #8b00f1);
    color: #fff;
    font-size: .9rem;
    text-align: center;
    padding: 15px 8px;
    box-sizing: border-box;
    border-radius: 5px; font-weight: 500; display: inline-block; }
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue em.pink{
    color: var(--main-color-pink);
}
.btcodiSwiper .swiper-pagination-codi.swiper-pagination-bullets{
    position: absolute;
    bottom: 0;
    text-align: center;
}
.btcodiSwiper .swiper-pagination-codi.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
}
.btcodiSwiper .swiper-pagination-codi.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #3b3b3b;
}
/* ÄÚµð »óÇ° ´õº¸±â Å×½ºÆ® */
.extra_toggle{
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap{
    width: 100%;
    padding: 0;
    border-bottom: none;
    height: 100px;
}
.extra_toggle .shopdetailInfoWrap .slide_flex_inner{
    padding: 0;
}
#contents .shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName{
    min-height: unset;
}
.codi_more_box{
    width: 100%;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
}
.codi_more_box .codi_more_btn{
    border: var(--colorchip-border);
    background: #fff;
    width: 100%;
    height: 48px;
    font-size: 13px;
    color: var(--text-color-gray);
    border-radius: 50px;
}

/* ÃßÃµ(°ü·Ã)»óÇ° */
.shopdetailRelation{
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.shopdetailRelation h3{
    padding: 20px 16px 16px;
    font-size: 18px;
    font-weight: 600;
}    
.shopdetailRelation .list_shoppingRelationItem1x .clearFix{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% + 3px);
}
.shopdetailRelation .list_shoppingRelationItem1x .clearFix li{
    width: calc(100% / 3 - 1px);
}
.shopdetailRelation .list_shoppingRelationItem1x .clearFix li img{
    width:100%;
} 
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo{
    padding: 10px 16px 24px;
}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listName{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 17px;
}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listPrice{
    font-size: 15px;
    font-weight: 700;
}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .icon_box{
    height: 20px;
    margin: 8px 0 0;
}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .icon_box img{
    width:auto;
    height:100%;
    margin-right:2px;
}

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

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



/* ¸®ºä */
.prd_review { width: 100%; margin:0 auto; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; margin-bottom: 50px; } 
.prd_review hr { color:#e8e8e8; } 
.prd_review-benefit { margin:50px 0 0 0; padding: 0 0 30px 0; border-bottom: 1px solid #e8e8e8; }
.prd_review-benefit div { display: inline-block; width: calc(33% - 2px); text-align: center; }
.prd_review-benefit .review-benefit01:before { content: '\F21B'; font-family: bootstrap-icons; font-size: 50px; background: linear-gradient(0deg, #4044b3, #31b4db); color: transparent; -webkit-background-clip: text; }
.prd_review-benefit .review-benefit02:before { content: '\F220'; font-family: bootstrap-icons; font-size: 50px; background: linear-gradient(0deg, #4044b3, #31b4db); color: transparent; -webkit-background-clip: text; }
.prd_review-benefit .review-benefit03:before { content: '\F25C'; font-family: bootstrap-icons; font-size: 50px; background: linear-gradient(0deg, #4044b3, #31b4db); color: transparent; -webkit-background-clip: text; }

.prd_review-benefit p.title { font-size: 1.25em; letter-spacing: -1px; padding:10px 0 0 0; }
.prd_review-benefit p.etc { font-size: 2.25em; font-weight: 500; letter-spacing: -0.5px; color:#d92f55; padding: 10px 0; }

.prd_review-title { text-align: center; padding: 20px 0 40px; }
.prd_review-title h2 { font-size: 1.875em; font-weight:800; }
.prd_review-title h3 { font-size: 1.25em; line-height:40px; }
.prd_review-title font { background: linear-gradient(to top, #93fff5 50%, transparent 50%);}

.prd_review-etc { margin: 20px 0; padding-left:15px; }
.prd_review-etc p { padding: 5px 0; }


/* count */ 
.shopdetail .shopdetailInfo .prd-wish { background: #f5f5f5; padding: 10px 17px 10px 10px; text-align: right; } 
.shopdetail .shopdetailInfo .prd-wish p { display: inline-block; height: 22px; line-height: 20px; padding: 0 4px 0 5px; border: 1px solid #b9b9b9; border-radius: 3px; font-family: 'malgun gothic'; font-size: 13px; color: #000; background: #fff; } 
.shopdetail .shopdetailInfo .prd-wish p i.fa-heart { margin-right: 4px; color: #f41f3a; } 

/* ¹öÆ° */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish { padding-left: 10px; padding-right: 10px; background-color:#FFF; border:1px solid #393939;} 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish i.fa { margin-right: 4px; color: #999; } 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish i.fa-heart { color: #f41f3a; display:none; } 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish .wish-on i.fa-heart-o { display:none; } 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish .wish-on i.fa-heart { display:inline-block; } 


/* BASIC css end */

