/* BASIC css start */
#productDetail .page-body { margin-top:20px }
/* 상단 섬네일, 상품 옵션 정보 */
#productDetail .thumb-info:after { content: ""; display: block; clear: both; }
/* 섬네일 */
#productDetail .thumb-info .thumb-wrap { float: left; width:600px; text-align: center }
#productDetail .thumb-info .thumb { margin:0 auto; width:600px }
#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:450px }
#productDetail .thumb-info .info .prd-icon { padding-top:10px }
#productDetail .thumb-info .info .prd-icon img { margin-right:3px }
#productDetail .thumb-info .info .tit-prd { font-size:18px; color:#1c1c1c }
#productDetail .thumb-info .info .table-opt { margin-top:20px }
#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 }
/* 판매가격 */
#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 { margin-top:6px; font-family:Verdana }
#productDetail .thumb-info .info .prd-btns .btn_buy { display:block; width:448px; height:48px; font-size:13px; color:#fff; text-align:center; line-height:48px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#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:block; width:448px; height:48px; font-size:13px; color:#231f20; text-align:center; line-height:48px; border:1px solid #231f20; background:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#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; }



/* 패키지옵션 */
#package .opt-wrap { width: 100%; padding:7px 0 }
#package .opt-wrap .tit { margin-bottom: 5px; }
#package .opt-wrap-hybrid { width: 100%; padding:0 0 10px; border-bottom:1px solid #e4e4e4; }
#package .opt-wrap-hybrid .tit { margin-bottom: 8px; color:#969696; }
#package .opt-wrap-hybrid .tit strong { color:#555; }
#package .opt-wrap dl { overflow: hidden; width: 100%; *zoom:1 }
#package .opt-wrap dl:after { display:block; clear:both; content:'' }
#package .opt-wrap dt { float: left; width:100px; margin-bottom:5px; padding-top: 4px; *padding-bottom:5px; color:#555 }
#package .opt-wrap dd { float: left; width:350px; margin-bottom:5px; *padding-bottom:5px; }
#package .opt-wrap .sel-btn { text-align:right; }

.sel-btn a {
    border: 1px solid #222;
    background: #222;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: #fff !important;
    float: right;
    clear: both; 
}

#package .opt-wrap .sel-btn a:hover { color:#231f20; background:#f6f4f1 }
#package .opt-wrap .sel-btn a:active { position: relative; top: 1px }
#package .opt-wrap .sel-btn a img { display:none }
#package .opt-wrap select { width:350px; height:26px }
#package .opt-wrap .opt-btns {width: auto !important; height: auto !important; }
#package .opt-wrap .opt-btns input { margin-right:3px; width:42px; height:24px; border: 1px solid #dfdfdf; text-align:center !important; line-height:24px }
#package .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 }
#package .opt-wrap .opt-btns a.up { background-position:0 0 }
#package .opt-wrap .opt-btns a.dw { background-position:0 -26px }
#package .opt-wrap .opt-btns a img{display:none}

#package .opt-wrap dl .opt-count select { float: left; width:350px; }
#package .opt-wrap dl .opt-count .opt-btns { padding-top:5px; clear:both }


/* 통합옵션 */
#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 }
#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; width:100px; margin-bottom:5px; padding-top: 4px; *padding-bottom:5px; color:#555 }
#productDetail .thumb-info .info .table-opt .opt-wrap dd { float: left; width:350px; margin-bottom:5px; *padding-bottom:5px; }
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn { text-align:right; }

.sel-btn a {
    border: 1px solid #222;
    background: #222;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: #fff !important;
    float: right;
    clear: both; }

#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 { width:350px; height:26px }
#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 }

/* 통합옵션 */
 .opt-wrap { width: 100%; padding:7px 0 }
 .opt-wrap .tit { margin-bottom: 5px; }
 .opt-wrap-hybrid { width: 100%; padding:0 0 10px; border-bottom:1px solid #e4e4e4; }
 .opt-wrap-hybrid .tit { margin-bottom: 8px; color:#969696; }
 .opt-wrap-hybrid .tit strong { color:#555; }
 .opt-wrap dl { overflow: hidden; width: 100%; *zoom:1 }
 .opt-wrap dl:after { display:block; clear:both; content:'' }
 .opt-wrap dt { float: left; width:100px; margin-bottom:5px; padding-top: 4px; *padding-bottom:5px; color:#555 }
 .opt-wrap dd { float: left; width:440px; margin-bottom:5px; *padding-bottom:5px; }
 .opt-wrap .sel-btn { text-align:right; }

.sel-btn a {
    border: 1px solid #222;
    background: #222;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: #fff !important;
    float: right;
    clear: both; }

 .opt-wrap .sel-btn a:hover { color:#231f20; background:#fff }
 .opt-wrap .sel-btn a:active { position: relative; top: 1px }
 .opt-wrap .sel-btn a img { display:none }
 .opt-wrap select { width:350px; height:26px; background: #FFF url(/design/skinfood/skinfood/images/common/select_arrow.png) no-repeat right center;}
 .opt-wrap .opt-btns { position:relative }
 .opt-wrap .opt-btns input { margin-right:3px; width:42px; height:24px; border: 1px solid #dfdfdf; text-align:center !important; line-height:24px }
 .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 }
 .opt-wrap .opt-btns a.btn-up { background-position:0 0 }
 .opt-wrap .opt-btns a.btn-dw { background-position:0 -26px }
 .opt-wrap dl .opt-count select { float: left; width:350px; }
 .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 .detailTab { padding-top:40px; position:relative }
#productDetail .detailTab ul { padding-left:1px; *zoom:1 }
#productDetail .detailTab ul:after { display:block; clear:both; content:'' }
#productDetail .detailTab ul li { margin-left:-1px; float:left; width:274px; height:49px; border:1px solid #e4e4e5 }
#productDetail .detailTab ul li.first { width:273px }
#productDetail .detailTab ul li a { display:block; height:49px; font-size:13px; color:#303030; line-height:49px; text-align:center; font-family:Verdana }
#productDetail .detailTab ul li a.active { height:47px; border-bottom:3px solid #231f20 }

/* 타이틀 공통 */
#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 .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 .related-allbasket a:hover { color:#231f20; background:#fff }
#productDetail .related-allbasket a:active { position: relative; top: 1px }

/* review-write */
#productDetail .review-write { margin-top:30px; 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 .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 { border-top: 1px solid #000 }
#productDetail .table-slide thead th { padding:15px 0; font-size:13px; border-bottom: 1px solid #e9e9e9; font-weight: normal; font-family:Verdana }
#productDetail .table-slide td { padding: 15px 0; background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/board_dot.gif) repeat-x 0 bottom; }
#productDetail .table-slide td .paging a { font-family:Verdana }
#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 p { word-break:break-all; white-space:normal }
#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 { margin-top:10px; margin-right:-110px; position:relative; float:right; right:110px  }
#productDetail .table-slide .btm_write a { display:inline-block; width:108px; height:38px; font-size:13px; color:#000; text-align:center; line-height:38px; border:1px solid #231f20; background:#fff; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#productDetail .table-slide .btm_write a:hover { color:#fff; background:#231f20 }
#productDetail .table-slide .btm_write a:active { position: relative; top: 1px }
#productDetail .table-slide .paging-wrap { margin:0 110px; position:relative; float:left; width:880px }



/* review-list */
#productDetail .review-list { 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 {  border-top: 1px solid var(--gray700);}
.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:0; background: none; height: auto;}
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; }

#MK_innerOptWrap .MK_inner-opt-cm li:nth-child(1){border-top:0}

#MK_innerOptWrap .MK_inner-opt-cm li {
    *zoom: 1;
    position: relative;
    font-size: 13px;
    margin: 16px 0;
    *padding-bottom: 0;
    border-top: 1px solid #ddd;
    /*padding-top: 10px;
    margin-top: 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_price { 
    font-size: 0;bottom:4px; right:0; _font-size:16px; color:#060606; font-weight:normal; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price span { font-weight:bold;
    font-size: 16px;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { top: 25px; right:0; width:13px; height:13px; text-indent:-9999em; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_comment_del.gif) 0 0 no-repeat }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl { position:relative; margin: 3px 0; }
#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 { 
    position: absolute;
    left: 25px;width:42px; height:24px; line-height:24px; text-align:center !important; }
/* #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a { float:left; display:inline-block; width:26px; height:26px; text-indent:-9999em; margin:0; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat } */
/* #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up { margin-left: 68px !important; background-position:0 0; margin:0 4px; } */
/* #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw { background-position:0 -26px; position: absolute; left: 0;} */

/* 사용자 입력 인풋박스 (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_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:20px; border-top:1px solid #e4e4e5; *zoom:1; text-align:right; }
#MK_innerOptTotal:after { display:block; clear:both; content:'' }
#MK_innerOptTotal .totalLeft { float:left }
#MK_innerOptTotal .totalRight { float:right }
#MK_innerOptTotal .MK_txt-total { font-size:18px; color:#0e0e0e }
#MK_innerOptTotal .MK_txt-won { font-size:18px; color:#0e0e0e }
#MK_innerOptTotal .MK_total { font-size:12px; color:#fd0100; }
#MK_innerOptTotal .totalRight .MK_total { display:inline-block; margin-top:-4px; font-size:24px; color:#000; vertical-align:middle; }
/* 소리뷰 */
#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; }
#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 {
    border-top: 1px solid var(--gray700);
    margin-top: 20px;}
    
#NPAY_BUTTON_BOX_ID{background: #f6f6f6 !important;}

#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; }



#layout_config {
    width: 100%;
}

.goods_option_table .nopd .opt-wrap dl{
    margin-bottom: 20px;
}
    
.goods_option_table .nopd .opt-wrap dl:nth-last-child(1) {
    margin-bottom: 0 !important;
}
    
.goods-detail-qna-bbs__summary,.goods-detail-review-bbs__summary{
    border-collapse: inherit;
}



/* wib 추가 */
#layout_config.detailPag {
    width: 1560px;
}

#layout_config.detailPag #goods_view {
    padding: 50px 0 271px;
}

.detailPag .flexBox {
    display: flex;
    gap: 0 60px;
    position: relative;
}

.detailPag .leftBox {
    width: calc(100% - 600px);
}

.detailPag .rightBox {
    width: 540px;
    position: sticky;
    right: 0;
    top: 96px;
    height: 90vh;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;    /* Firefox */
}

.detailPag .rightBox::-webkit-scrollbar {
    display: none;
}

.detailPag .goods-top {
    background: var(--white);
}

.detailPag .goods-top__inner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.detailPag .goods-top__img {
    width: auto;
}

/* rightBox - 최대 혜택가 계산하기 button */
#layout_config.detailPag  .product-info__list .product-info__price-calc {
    margin-top: 0;
    padding: 5px 26px 0 0;
}

#layout_config.detailPag  .product-info__list .product-info__price-calc::after {
    top: 1px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

/* rightBox - 최대 혜택가 계산하기 popup */
#layout_config.detailPag #goods-maximum-discount-popup {
    position: fixed;
    border-radius: 10px;
    border: 1px solid var(--black);
    padding: 20px;
    width: 445px;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__title {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
    margin: 0 0 20px;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__content {
    padding: 0;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__content .goods-popup__subtitle {
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.6px;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-bottom: 0;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__content .goods-popup__discount:first-of-type {
    border-top: 1px solid var(--gray100);
    padding-top: 20px;
    margin: 0;
}


#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__content .goods-popup__discount {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    letter-spacing: -0.48px;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__content .goods-popup__discount-price {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__content .goods-popup__discount-price > * {
    color: var(--black) !important;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__discount--total .goods-popup__discount-price > * {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
    color: var(--Ypoint) !important;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__discount-footer {
    margin-top: 40px;
}

#layout_config.detailPag #goods-maximum-discount-popup .goods-popup__discount-footer a {
    width: 205px;
    height: 50px;
    border-radius: 5px;
    background: var(--black);
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: -0.48px;
    color: var(--white);
}

#layout_config.detailPag #goods-maximum-discount-popup .common-popup__close {
    top: 20px;
    right: 20px;
}


/* leftBox */
.detailPag .leftBox #goods_thumbs > ul {
    width: 960px;   
}

.detailPag .leftBox #goods_thumbs li.left {
    float: left;
    margin-right: 10px;
}

.detailPag .leftBox #goods_thumbs li.right {
    float: right;
}

/* 작은 썸네일 */
.detailPag .leftBox #goods_thumbs .count li .pagination {
    display: inline-flex;
    flex-flow: column;
    width: 120px !important;
}

#layout_config.detailPag .leftBox #goods_thumbs .count li .pagination li {
    width: 120px;
    height: 120px;
    margin-left: 0;
    margin-bottom: 10px;
    border: 2px solid var(--itemBg);
    border-radius: 5px;
}

#layout_config.detailPag .leftBox #goods_thumbs .count li .pagination li img {
    margin: 0;
}

#layout_config.detailPag .leftBox .pagination .current a::before {
    border: 2px solid var(--Ypoint);
    border-radius: 5px;
}

/* 큰 썸네일 */
#layout_config.detailPag .leftBox #goods_thumbs > ul li .slides_container .goods_thumbs-img {
    background: var(--itemBg);
    border-radius: 20px;
}

.detailPag .leftBox #goods_thumbs ul .mt15 .pagination {
    display: flex;
    flex-flow: column;
    width: 120px !important;
}

#layout_config.detailPag .leftBox #goods_thumbs ul .mt15 .pagination li {
    margin: 0;
}

#layout_config.detailPag .leftBox #goods_thumbs .slides_container a:before {
    display: none;
}

.detailPag .leftBox #goods_thumbs .slides_container a img {
    width: 830px;
    object-fit: cover;
    border-radius: 20px;
}

/* leftBox - 상세 */
.detailPag .goods-detail-tab-content__item {
    width: 100%;
}


/* rightBox */
#layout_config.detailPag .rightBox .goods_title {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray700);
}

#layout_config.detailPag .rightBox .goods_title .goods_name h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.78px;
    color: var(--gray700);
    padding-right: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.detailPag .rightBox .product-info__list {
    padding: 30px 0 30px;
    border-bottom: 1px solid #E7E7E7;
}

/* 상품 가격 영역 */
.detailPag .rightBox .product-info__price {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.detailPag .rightBox .icon_solo_discount {
    background: var(--Ypoint);
    font-size: 22px;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
    line-height: 32px;
    height: 32px;
}



.detailPag .rightBox .product-info__price .sell_price,
.detailPag .rightBox .product-info__price .sell_price span {
    font-size: 24px;
    color: var(--gray700) !important;
    font-weight: 500;
    letter-spacing: -0.72px;
    line-height: 1;
}

.detailPag .rightBox .product-info__price .consumer ,
.detailPag .rightBox .product-info__price .consumer .price {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.6px;
    color: var(--gray600) !important;
}

.detailPag .rightBox .product-info__list .product-info__item {
    margin-top: 0;
    margin-bottom: 20px;
}

.detailPag .rightBox .product-info__list .product-info__item:last-child {
    margin-bottom: 0;
}

.detailPag .rightBox .product-info__list .product-info__item dt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: var(--gray800);
    width: 115px;
    padding: 0;
}

.detailPag .rightBox .product-info__list .product-info__item dd > * {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: var(--gray700);
}

/* 셀렉트 옵션 */
.detailPag #select_option_lay td.nopd .opt-wrap {
    padding: 30px 0;
}

.detailPag #select_option_lay td.nopd .opt-wrap dt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: var(--gray700);
    padding: 0;
    margin: 0;
    line-height: 50px;
    width: 114px;
    white-space: nowrap;
}

.detailPag #select_option_lay td.nopd .opt-wrap dd {
    width: 425px;
    float: right;
}

.detailPag #select_option_lay td.nopd .opt-wrap dd select {
    border-radius: 3px;
    border: 1px solid var(--gray100);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray800);
    padding: 0 27px 0 15px;  
    min-height: 50px;  
    background-position: right 15px center !important;
}

/* 추가구성상품 */
#select_option_lay .extra-product-wrap {
    margin: 30px 0;
}

#select_option_lay .extra-product-header {
    margin-bottom: 20px;
}

#select_option_lay .extra-product-header strong {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: var(--gray700);
}

#select_option_lay .extra-product-header p {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.36px;
    color: var(--gray600);
}

#select_option_lay .scrollBox {
    overflow-y: auto;
    height: 135px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 0 20px;
}

#select_option_lay .scrollBox::-webkit-scrollbar {
    width: 3px;
}

#select_option_lay .scrollBox::-webkit-scrollbar-thumb {
    background: var(--black);
}

#select_option_lay .scrollBox::-webkit-scrollbar-track {
    background: #E7E7E7;
}

#select_option_lay .scrollBox::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

#select_option_lay .scrollBox .extra-prd-item {
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0;
}

#select_option_lay .scrollBox .extra-prd-item:last-child {
    border-bottom: 0;
}

#select_option_lay .scrollBox .extra-prd-item .add-option-img {
    width: 100%;
}

#select_option_lay .scrollBox .extra-prd-item .MS_prod_img_s {
    width: 95px;
    background: var(--itemBg);
    border-radius: 10px;
}

#select_option_lay .scrollBox .extra-prd-item .add-option-wrap .tit-prd {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.48px;
    color: var(--gray700);
}

#select_option_lay .scrollBox .extra-prd-item .add-option-wrap .prd_price {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.48px;
    color: var(--gray700);
}

#select_option_lay .scrollBox .extra-prd-item .add-option-wrap .opt-wrap .sel-btn a:hover {
    color: var(--black) !important;
}

#select_option_lay .scrollBox .extra-prd-item .add-option-wrap .opt-wrap {
    width: 385px;
    padding: 9px 0 0;    
}

#select_option_lay .scrollBox .extra-prd-item .add-option-wrap .opt-wrap select {
    width: 385px;
    height: 50px;
    border: 1px solid var(--gray100);
    border-radius: 5px;
    padding: 10px 15px;
    background-position: right 15px center !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray800);
}

/* 선택 옵션 */
.detailPag #MK_innerOptWrap .MK_inner-opt-cm li {
    display: flex;
    padding: 16px 0;
    margin: 0;
}

.detailPag #MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 16px;
    color: var(--gray700);
    width: 270px;
    margin-right: 10px;
}

.detailPag #MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 500;
    font-size: 16px;
    color: var(--gray700);
}

.detailPag #MK_innerOptWrap .MK_inner-opt-cm li .MK_price {
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.48px;
    color: var(--gray700);
    bottom: auto;
}

.detailPag #MK_innerOptWrap .MK_inner-opt-cm li .MK_price span {
    font-weight: 500;
}

.detailPag #MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
    top: 50%;
    transform: translateY(-50%);
    background: url(/design/skinfood/skinfood/images/wib/PC/detail/option_close.svg) no-repeat;
}

.detailPag #select_option_lay .total_price {
    display: flex;
    justify-content: end;
    align-items: center;
}

.detailPag #select_option_lay .total_price .th {
    padding-right: 5px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
    color: var(--gray700);
}

.detailPag #select_option_lay .total_price .total_goods_price {
    padding: 0;
}

.detailPag #select_option_lay .total_price #total_goods_price,
.detailPag #select_option_lay .total_price .fx16 {
    font-size: 24px !important;
    font-weight: 700;
    letter-spacing: -0.72px;
    color: var(--Ypoint);
}


.detailPag .goods_spec_table .line {
    margin: 0 0 30px;
}

.detailPag .rightBox .goods-top__info {
    padding: 0;
    width: 540px;
}

.detailPag #goods_view .goods_util-share {
    background: url(/design/skinfood/skinfood/images/wib/PC/detail/share_btn.svg) no-repeat;
    width: 22px;
    height: 22px;
}

/* 버튼(선물하기,장바구니,바로구매) */
.detailPag .btn_g {
    display: inline-flex;
    width: 100%;
    gap: 0 10px;
    margin: 30px 0 0;
}

.detailPag .btn_g .gift,
.detailPag .btn_g .cart {
    width: 50px;
    height: 50px;
}

.detailPag .btn_g .gift a,
.detailPag .btn_g .cart a {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--gray100);
    border-radius: 5px;
    font-size: 0;
    width: 50px;
    height: 50px;
}

.btn_gift {
    background: #fff url(/design/skinfood/skinfood/images/wib/PC/detail/gift_btn.svg) no-repeat center center;
}

#addCart {
    background: #fff url(/design/skinfood/skinfood/images/wib/PC/detail/cartBtn.svg) no-repeat center center;
}

.detailPag .goods-cart .goods-detail__btn--margin {
    width: 100%;
    margin-top: 0;
}

.btn_g .btn_wrap a {
    display: block;
    padding: 16px 10px;
    box-sizing: border-box;
    height: 50px;
    background: var(--black);
    border-radius: 5px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
}



/* 공유하기 popup */
#layout_config.detailPag #goods-share-popup {
    border: 1px solid var(--gray700);
    border-radius: 10px;
    overflow: hidden;
    width: 345px;
    height: 180px;
    padding: 20px;
}

#layout_config.detailPag .common-popup__close {
    background: url(/design/skinfood/skinfood/images/wib/PC/detail/url_popup_close.svg) no-repeat center center;
    background-size: 12px;
    top: 23px;
    right: 15px;
}

#layout_config.detailPag .common-popup__header {
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: var(--gray700);
    margin-bottom: 40px;
    line-height: 1;
}

#layout_config.detailPag .common-popup__content-wrap .goods_util-share__popup-content {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0 40px;
}


#layout_config.detailPag .goods_util-share__popup-content-item--kakao {
    background: url(/design/skinfood/skinfood/images/wib/PC/detail/url_popup_kakaoBtn.svg) no-repeat center center;
    width: 54px;
    height: 52px;
}

#layout_config.detailPag .goods_util-share__popup-content {
    padding: 0;
}

#layout_config.detailPag .goods_util-share__popup-content-list {
    width: auto;
}

#layout_config.detailPag .goods_util-share__popup-content-item img {
    width: 55px;
    height: 55px;
}

#layout_config.detailPag .goods_util-share__popup-content-item-text {
    font-size: 15px;
    font-weight: 400;
    color: var(--gray900);
    padding-top: 10px;
    line-height: 1;
}

#layout_config.detailPag .goods_util-share__popup-content-url-btn {
    background: url(/design/skinfood/skinfood/images/wib/PC/detail/url_popup_urlcapyBtn.svg) no-repeat top center;
    padding: 65px 0 0;
    color: #231F20 !important;
    background-size: 55px;
    font-size: 15px;
    font-weight: 400;
    width: 69px;
}

#layout_config.detailPag .goods_util-share__popup-content-url {
    margin: 0;
}

#layout_config.detailPag .goods_util-share__popup-content-url #textbox-url {
    display: none;
}


/* 상세 이미지 영역 */
#layout_config.detailPag .goods-detail-tab-bar__tab-list {
    display: inline-flex;
    width: 100%;
    height: 60px;
}

#layout_config.detailPag .goods-detail-tab-bar__tab-item {
    min-width: 240px;
    width: 100%;
    position: relative;
}

#layout_config.detailPag .goods-detail-tab-bar__tab-item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #E7E7E7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#layout_config.detailPag .goods-detail-tab-bar__tab-item:last-child::before {
    display: none;
}

#layout_config.detailPag .goods-detail-tab-bar__tab-item-btn {
    width: 100%;
    font-size: 16px;
    color: var(--gray600);
}


#layout_config.detailPag .goods-detail-tab-bar__tab-item-btn--active {
    font-weight: 500;
    color: var(--gray700);
}

#layout_config.detailPag .goods-detail-tab-bar__tab-item-btn--active:after {
    height: 2px;
}

#layout_config.detailPag .listCount {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 100px;
    border: 1px solid var(--gray600);
    line-height: 1;
    margin-left: 10px;
    min-width: 30px;
    box-sizing: border-box;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray600);
}



/* 관련상품 */
#layout_config.detailPag .goods-detail-related-item { 
    padding: 120px 0;
    margin-bottom: 0;
}

#layout_config.detailPag .common-arrow-anchor {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: var(--gray700);
}

#layout_config.detailPag .goods-detail-related-item__slider {
    padding-top: 40px;
}

#layout_config.detailPag .goods-detail-related-item__slider .goodsDisplayWrap {
    display: inline-flex;
    gap: 0 26px;
}

#layout_config.detailPag .goods-detail-related-item__slider .goodsDisplayWrap > li {
    width: calc(25% - 13px);
}

#layout_config.detailPag .goods-detail-related-item__slider .goods_name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    text-align: center;
}

#layout_config.detailPag .goods-detail-related-item__slider .flexBox {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 20px;
    justify-content: center;
}

#layout_config.detailPag .goods-detail-related-item__slider .flexBox span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.54px;
}

/* 상품문의 / 유의사항 */

#layout_config.detailPag .goods-detail-tab-content__item + .goods-detail-tab-content__item {
    margin-top: 120px;
}

#layout_config.detailPag #notion.goods-detail-tab-content__item > div:first-child {
    margin-top: 0;
}

#layout_config.detailPag #notion.goods-detail-tab-content__item > div {
    margin-top: 120px;
}

#layout_config.detailPag .goods-detail-tab-content__item-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: var(--gray700);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray700);
    position: relative;
}

#layout_config.detailPag .goods-detail-tab-content__item-title::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 12px;
    background: url(/design/skinfood/skinfood/images/wib/PC/detail/betailtoggle.svg) no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
}

#layout_config.detailPag .goods-detail-tab-content__item-title.toggleTit.open::after {
    transform: rotate(180deg) translateY(-50%);
    transition: all 0.3s;
    top: 10px;
}

#layout_config.detailPag .goods-info {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

#layout_config.detailPag .goods-info .nbg td {
    padding: 25px 0;
    border-bottom: 1px solid #E2E2E2;
}

#layout_config.detailPag .goods-info .nbg td:first-child {
    padding: 25px 0 25px 20px;
}

#layout_config.detailPag .goods-info .nbg td span img {
    width: 15px;
    height: 18px;
    margin-right: 10px;
}

#layout_config.detailPag .goods-info .nbg td div,
#layout_config.detailPag .goods-info .nbg td span,
#layout_config.detailPag .goods-info .nbg td span a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    color: var(--black);
}

#layout_config.detailPag .goods-info .MS_qna_content_box .qna_board_content {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    color: var(--black);
}

#layout_config.detailPag .goods-info .paging_navigation {
    margin-top: 50px;
}

#layout_config.detailPag .list-btm {
    position: relative;
}

#layout_config.detailPag .goods-info .btm_write {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 0 10px;
}

#layout_config.detailPag .goods-info .btm_write a.listBtn {
    border: 1px solid var(--gray100);
    color: var(--gray800);
    background: #fff;
}

#layout_config.detailPag .goods-info .btm_write a {
    display: block;
    width: 90px;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.39px;
    text-align: center;
    background: var(--black);
    border-radius: 5px;
    color: var(--white);
    box-sizing: border-box;
}


#layout_config.detailPag .goods-info__content {
    display: flex;
    padding: 0;
}

#layout_config.detailPag .goods-info__title {
    margin: 0;
    line-height: 130%;
    padding: 20px;
    background: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: var(--black);
}

#layout_config.detailPag .goods-info__list {
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.48px;
    color: var(--gray800);
}

#layout_config.detailPag .goods-info__list:before {
    display: none;
}

#layout_config.detailPag .info-section {
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
}

#layout_config.detailPag .info-section__title {
    background-color: #f7f7f7;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

#layout_config.detailPag .info-section__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#layout_config.detailPag .info-section__item {
    position: relative;
    padding: 10px 15px 10px 25px;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}

#layout_config.detailPag .info-section__item::before {
    content: 'ㆍ';
    position: absolute;
    left: 15px;
    color: #999;
}



.goods-top__img span.snap_widget::after {
    display: none;
}

/*네이버페이 버튼 넓이 조절*/
#layout_config .npay_storebtn_bx {
    all:unset !important;
    width: 100% !important;
}

#layout_config #NPAY_BUTTON_BOX_ID {
    all:unset !important;
    background: #fff !important;
}

/* 앰블럼 추가 */
.emblemSec { 
    border-bottom: 1px solid #E7E7E7;
    padding: 30px 0;
}

.emblemSec .tit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: var(--gray700);
    position: relative;
}

.emblemSec .tit .toggleBtn {
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
}

.emblemSec.close .toggleBtn {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.emblemSec .tit .toggleBtn img {
    width: 22px;
    height: 14px;
}

.emblemSec .flexBox {
    gap: 0 20px;
    max-height: 225px;
    transition: max-height 0.5s ease ;
    overflow: hidden;
    flex-wrap: wrap;
    
    overflow-y: auto;
}

.emblemSec .flexBox::-webkit-scrollbar {
    width: 3px;
}

.emblemSec .flexBox::-webkit-scrollbar-thumb {
    background: var(--black);
}

.emblemSec .flexBox::-webkit-scrollbar-track {
    background: #E7E7E7;
}

.emblemSec .flexBox::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.emblemSec .flexBox li {
    margin-top: 30px;
}

.emblemSec.close .flexBox {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* wib 추가 */
/* BASIC css end */

