/* BASIC css start */
#powerReview .PR15N01-write {display:none; }


#productDetail .page-body { margin-top:20px; position: relative;} 

/* 사이즈정보 탭 */
.sizeTab{padding: 16px;}
.sizeTab ul li{width: 25%; font-size: 15px; font-weight: 500; text-align: center; line-height: 40px; height: 40px ! important; border: 1px solid #ebebeb; cursor: pointer;}
.sizeTab ul li.active{background-color: #3b436c; color: #fff; font-size: 15px; font-weight: 400;}

.sizeTab > div{display:none;}
.sizeTab > div.tabAlive{display:block;}
.sizeTab #data01 img{width:50%; display:inline-block;}
.sizeTab > div img{width:100%;}


/* 상단 섬네일, 상품 옵션 정보 */

#productDetail .thumb-info { width: 100%; gap: 0 47px; box-sizing: border-box; padding: 40px 47px 0 0;;} 
/* 섬네일 */

#productDetail .thumb-info .thumb-wrap { flex-shrink: 0; width:691px; height: fit-content; border-radius: 8px; overflow: hidden; } 
#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 .cateBox{margin-bottom: 15px; display: flex; align-items: center; gap: 5px; position: absolute; top: 0; left: 0;}
#productDetail .cateBox>*{font-size: 15px; font-weight: 500; color:#aaa;}

/* 상품옵션 정보 */
#productDetail .thumb-info .info .prd-icons { padding: 8px 0 16px; } 
#productDetail .thumb-info .info .prd-icons .prd-icon,
#productDetail .thumb-info .info .prd-icons .prd-icon span { display: flex; align-items: center; gap: 0 4px; } 
#productDetail .thumb-info .info .info_top { padding-bottom: 16px; border-bottom: 1px solid #ebebeb; box-sizing: border-box; } 
#productDetail .thumb-info .info .titleWrap { gap: 0 24px; } 
#productDetail .thumb-info .info .tit-prd { display: -webkit-box; color: #111; font-size:16px; font-weight: 500; line-height: 1.5; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } 
#productDetail .thumb-info .info .prd-icon { margin: 8px 0 16px; }

/*타이머*/
#productDetail .thumb-info .info .dcPeriod.not-view {visibility: hidden;} 
#productDetail .thumb-info .info .dcPeriod.view {visibility: visible; color: #FF1774; font-size: 16px; line-height: 1.6; font-weight: 500;} 

#productDetail .thumb-info .info .info_middle {color: #333; font-size: 13px; font-weight: 400; } 
#productDetail .thumb-info .info .info_middle > ul > li { display: flex; align-items: center; justify-content: space-between; padding: 0 0 8px; line-height: 20px; } 
#productDetail .thumb-info .info .info_middle > ul > li:first-of-type{padding-top: 16px; }
#productDetail .thumb-info .info .info_middle > ul > li.couponDc span.title {gap: 0 2px; font-size: 16px; font-weight: 700; } 
#productDetail .thumb-info .info .info_middle > ul > li.couponDc .price {color: var(--pointBlue02); font-weight: 700; font-size: 16px; } 
#productDetail .thumb-info .info .info_middle > ul > li.sizeGuide { margin-top: 12px; padding: 16px 0 0; border-top: 1px solid #ebebeb; box-sizing: border-box; } 
#productDetail .thumb-info .info .info_middle > ul > li.sizeGuide div { display: block; width: 100%; height: 50px; padding-bottom: 0; background-color: var(--gray); color: var(--white); text-align: center; line-height: 50px; } 

/*공유버튼*/
#productDetail .thumb-info .info .shareBtn{position: relative; cursor: pointer;}
#productDetail .thumb-info .info .shareBtn .shareWrap.active{display: block;}
#productDetail .thumb-info .info .shareBtn .shareWrap{background-color: #fff; z-index: 1; display: none; position: absolute; width: 200px; border-radius: 10px; border: 1px solid var(--lightGray01); left: 50%; transform: translateX(-50%);}
#productDetail .thumb-info .info .shareBtn .shareWrap .top{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--lightGray01); padding: 15px 15px 10px;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom{padding: 15px; display: flex; justify-content: center; gap: 16px;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom > div a{display: flex; flex-direction: column; align-items: center; gap: 4px;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom i{border-radius: 50px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 20px;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom i.xi-kakaotalk{color: #000; background-color: #fee500;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom i.xi-facebook{color: #fff; background-color: #3b5998;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom span.url{background-color: #000; color: #fff; border-radius: 50px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-weight: 600;}
#productDetail .thumb-info .info .shareBtn .shareWrap .bottom span{display: block; text-align: center; font-size: 11px; font-weight: 400;}

/* 고정시 */
#productDetail .thumb-info form { width: 100%; max-width: calc(100% - 644px); background-color: var(--white); } 
#productDetail .thumb-info form .toggleBtn { display: none; width: 30px; height: 80px; border-radius: 8px 0 0 8px; position: absolute; top: 0; left: -30px; background-color: var(--black); } 
#productDetail .thumb-info form.fix_info { width: 358px; position: fixed; top: 120px; right: 0; transition: right 0.4s; z-index: 1000; } 
#productDetail .thumb-info form.fix_info.toggle { right: -358px; } 
#productDetail .thumb-info form.fix_info .toggleBtn { display: flex; align-items: center; justify-content: center; } 
#productDetail .thumb-info form.fix_info.toggle .toggleBtn img { transform: rotate(-180deg); } 
#productDetail .thumb-info form.fix_info .form_cont { max-height: 560px; padding: 20px; border: 1px solid #ebebeb; box-sizing: border-box; overflow-y: auto; } 
#productDetail .thumb-info form.fix_info .shareWrap{ left: auto ! important;  right: 0; transform: translateX(0) ! important;}
/* 예상최저가 */
.popup-layer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; } 
.popup-content { width:320px; position: absolute; top: 50%; left: 50%; width: 90%; max-width: 500px; background: #EEF1F8; padding: 30px 24px; border-radius: 6px; transform: translate(-50%, -50%); box-shadow: 0 5px 20px rgba(0,0,0,0.3); font-size: 14px; line-height: 1.6; } 
.popup-content .popup-close { position: absolute; top: 30px; right: 24px; border: none; cursor: pointer; background: url(/design/tommyboy79/image/icon_x.png) 13px; font-size: 0; height: 13px; width: 13px; } 
.popup-text ul { max-height: 388px; overflow: auto; } 
.popup-text ul strong { font-size: 13px; font-weight: bold; color: #000; margin-bottom: 16px; display: block; } 
.popup-text li { padding-left: 10px; word-break: break-all; margin-bottom: 8px; font-size: 12px; font-weight: 350; line-height: 1.15; color: #000; letter-spacing: .5px; list-style: none; padding-left: 11px; position: relative; } 
.popup-text li::before { content: "·"; margin-right: 8px; color: #000; font-size: 12px; position: absolute; left: 0; top: 0.1em; font-weight: bold; } 
/* 판매가격 */
#productDetail .thumb-info .priceWrap{position: relative;}
#productDetail .thumb-info .priceWrap .sell_price { gap: 0 8px; font-size: 16px;  line-height: 20px; font-weight: 700;} 
#productDetail .thumb-info .priceWrap .sell_price .dcRate { color: var(--pointBlue02); font-size: 15px; font-weight: 700; } 
#productDetail .thumb-info .priceWrap .sell_price .sale { font-weight: 700; } 
#productDetail .thumb-info .priceWrap .sell_price strike { color: var(--lightGray01); font-weight: 400;} 
/* 쿠폰 다운로드 */
#productDetail .thumb-info .priceWrap .sell_benefit .btn { width: 83px; height: 30px; padding: 0 10px 0 0; border-radius: 6px; box-sizing: border-box; color: #fff; font-size: 12px; font-weight: 500; text-align: right; line-height: 30px; background-color: var(--pointBlue01); background-image: url(http://ippngirl2006.phps.kr/snapskin/common/icon_download_wh.svg); background-repeat: no-repeat; background-size: 13px; background-position: 12%; border: 1px solid;} 
#productDetail .thumb-info .priceWrap .cp_btn{position: absolute; right: 0; bottom: 0;}
#productDetail .thumb-info .priceWrap .cp_chat.displayblock{display:block;}
#productDetail .thumb-info .priceWrap .cp_chat{display:none; position: absolute; top: -25px; left: 45%; -webkit-animation: Animation 1s 0.2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out;}
#productDetail .thumb-info .priceWrap .cp_chat img{max-width: 20px;}

.cp_chat.displaynonne{display:none;}

@-webkit-keyframes Animation {
    0% {-webkit-transform: translate(0px,2px);}
    30% {-webkit-transform: translate(0px,0px);}
    100% {-webkit-transform: translate(0px,2px);}
}

/* 주문수량 */
#goods_amount { float:left; } 
#productDetail .thumb-info .info .table-opt { padding: 16px 0; } 
#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; } 
#productDetail .thumb-info .info .wish-icons .prd-wish { display: inline-block; width: 65px; text-align: right; vertical-align: top; } 
#productDetail .thumb-info .info .wish-icons .prd-wish span { display: inline-block; height: 22px; line-height: 20px; padding: 0 4px 0 24px; border: 1px solid #b9b9b9; border-radius: 3px; font-family: 'malgun gothic'; font-size: 13px; color: #000; background: #fff url('/images/common/ico_wish_detail_count.png') no-repeat 5px center; } 
#productDetail .thumb-info .info .prd-btns #MS_btn_wish .ico-wish { display: inline-block; width: 16px; height: 14px; margin-right:2px; background: url('/images/common/ico_wish_detail_off.png') no-repeat center center; vertical-align: middle; } 
#productDetail .thumb-info .info .prd-btns #MS_btn_wish.wish-on .ico-wish { background: url('/images/common/ico_wish_detail_on.png') no-repeat center center; } 

/* 통합옵션 */
#productDetail .thumb-info .info .table-opt .opt-wrap { width: 100%; } 
#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; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 8px; } 
#productDetail .thumb-info .info .table-opt .opt-wrap dl:last-of-type { margin-bottom: 0; } 
#productDetail .thumb-info .info .table-opt .opt-wrap dt { min-width: 100px; color: #333; font-size: 14px; text-align: left; } 
#productDetail .thumb-info .info .table-opt .opt-wrap dd { width: calc(100% - 100px); } 
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn { text-align:right; } 
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a { display:inline-block; width:84px; height:24px; font-size:13px; color:#fff; text-align:center; line-height:24px; border:1px solid #231f20; background:#231f20; -webkit-transition:all 0.3s ease; transition:all 0.3s ease } 
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a:hover { color:#231f20; background:#fff } 
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a:active { position: relative; top: 1px } 
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn a img { display:none } 
#productDetail .thumb-info .info .table-opt .opt-wrap select { width: 100%; } 
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns { position:relative } 
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns input { margin-right:3px; width:42px; height:24px; border: 1px solid #dfdfdf; text-align:center !important; line-height:24px } 
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a { display:inline-block; width:26px; height:26px; text-indent:-9999em; vertical-align:top; background:url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/sp_qty.gif) 0 0 no-repeat } 
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-up { background-position:0 0 } 
#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns a.btn-dw { background-position:0 -26px } 
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count select { float: left; width:350px; } 
#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count .opt-btns { padding-top:5px; clear:both } 
#productDetail .thumb-info .info .table-opt .option-wrap { margin-top: 10px; padding:10px 0; border-top:1px solid #ddd; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box { width:100%; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .tit { padding:10px 0 5px; color:#666; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list:after { clear: both; content: ""; display: block; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list { width:100%; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li { float:left; width:70px; margin-left:25px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li.first,
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li:first-child { margin-left:0; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl { padding-bottom:10px; color:#333; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdchk { text-align:left; padding-bottom:5px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdchk input { width:13px; height:13px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg { position:relative; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg img { width:70px; height:70px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg.noimg { } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; line-height:71px; color:#fff; text-align:center; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .soldout-bg { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:#000; filter:alpha(opacity:40); opacity:0.4; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdimg .sel-img { position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; background:#000; filter:alpha(opacity:40); opacity:0.4; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-top:7px; line-height:14px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdname { padding-bottom:3px; line-height:14px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdprice { padding-bottom:3px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty { } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty input { width:52px; height:24px; line-height:24px; border: 1px solid #dfdfdf; text-align:center; background:none; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down { display:inline-block; width:12px; height:26px; line-height:0; font-size:0; vertical-align:top; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a { display:inline-block; width:12px; height:12px; line-height:0; font-size:0; vertical-align:top; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li dl dd.prdqty .btn-up-down .btn-up { margin-bottom:2px; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li.lst-soldout dl { color:#a7a7a7; } 
#productDetail .thumb-info .info .table-opt .option-wrap .option-box .list li.lst-soldout dl input { color:#929292; } 

/* 버튼 */
#productDetail .prd-btns { display: grid; width: 100%; gap: 4px 0; } 
#productDetail .prd-btns .btn { width: 100%; height: 48px; border-radius: 0; font-weight: 500; line-height: 48px; } 
#productDetail .prd-btns .btn.lightBlue { position: relative; top: 0; left: 0; color: var(--pointBlue01); } 
#productDetail .prd-btns .btn.lightBlue::after { content: ""; display: block; width: 16px; height: 16px; position: absolute; top: 50%; right: 0; transform: translate(-8px, -50%) rotate(90deg); background: url('http://ippngirl2006.phps.kr/snapskin/common/icon_arrowRight_gr.svg') no-repeat center; background-size: contain; } 
#productDetail .prd-btns #soldout_sms { margin-top: 8px; } 
#productDetail .prd-btns #soldout_sms img{margin-top:8px;}
#productDetail .prd-btns .open .btn.lightBlue::after { transform: translate(-8px, -50%) rotate(-90deg); } 
#productDetail .prd-btns .contWrap { display: none; } 
#productDetail .prd-btns .open .contWrap { display: block; } 
#productDetail .prd-btns .allBenefit .contWrap { padding: 8px 16px; border: 1px solid #ebebeb; border-top: none; box-sizing: border-box; font-size: 12px; } 
#productDetail .prd-btns .allBenefit .contWrap ul li a{ display: flex; align-items: center; padding: 8px 0; box-sizing: border-box; line-height: 1; } 
#productDetail .prd-btns .allBenefit .contWrap span.title { min-width: 135px; color: var(--gray); } 
#productDetail .prd-btns .allBenefit .contWrap span { color: #333; } 

/* 상품정보 탭 */
#productDetail .detailTab { width: 100%; padding: 40px 0; background-color: var(--white); } 
#productDetail .detailTab ul { padding-left:1px; *zoom:1 } 
#productDetail .detailTab ul:after { display:block; clear:both; content:'' } 
#productDetail .detailTab ul li { width: 100%; height:56px; } 
#productDetail .detailTab ul li a { display:flex; align-items: center; justify-content: center; height:56px; gap: 0 4px; border-bottom: 1px solid #ebebeb; box-sizing: border-box; position: relative; top: 0; left: 0; font-size:16px; color:#888; line-height:56px; text-align:center; } 
#productDetail .detailTab ul li a:not(.pr-re) span { min-width: 20px; height: 20px; font-weight: 500; line-height: 20px; } 
#productDetail .detailTab ul li.active a { color: var(--pointBlue01); font-weight: 600; } 
#productDetail .detailTab ul li.active a::after { content: ""; display: block; width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; background-color: var(--pointBlue01); } 

/* 타이틀 공통 */
#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 { max-width: 960px; width: 100%; margin: 0 auto; text-align:left; overflow: hidden } 
#productDetail .prd-detail img { max-width: 100%; width: 100%; } 

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

/* 정기배송 혜택 팝업 */
#productDetail .delivery .view-wrap { display:none; position:absolute; top:30px; left:50%; width:290px; margin-left:-208px; background:#fff; border:2px solid #666; z-index:1; } 
#productDetail .delivery .view-wrap.active { display:block; } 
#productDetail .delivery .view-wrap h3.title { padding:8px 14px; background:#f0f0f0; font-weight:700; } 
#productDetail .delivery .view-wrap .list { margin:18px 20px; border:1px solid #e4e4e5; border-top:0; } 
#productDetail .delivery .view-wrap .list dl { overflow:hidden; } 
#productDetail .delivery .view-wrap .list dt,
#productDetail .delivery .view-wrap .list dd { float:left; width:33.33%; padding:5px 8px; font-size:11px; color:#000; box-sizing:border-box; } 
#productDetail .delivery .view-wrap .list dt { border-top:1px solid #e4e4e5; background:#f8f8f8; text-align:center; } 
#productDetail .delivery .view-wrap .list dd { border-top:1px solid #e4e4e5; border-left:1px solid #e4e4e5; text-align:right; } 
#productDetail .delivery .view-wrap .list dd.txt { color:#ff0000; } 
#productDetail .delivery .view-wrap p { margin:-4px 20px 18px; color:#666; font-size:11px; } 
#productDetail .delivery .view-wrap p.subs_pop { margin:-4px 15px 18px; color:#666; font-size:11px; } 
#productDetail .delivery .view-wrap .btn-close { position:absolute; right:10px; top:5px; } 
/* 정기배송 혜택 팝업 */

/* 관련상품 */
.relatedWrap{margin-bottom: 40px;}
.relatedWrap .item-wrap .opt { margin-top: 16px; text-align: right; }
.relatedWrap .item-wrap .prd-opt p { display: flex; align-items: center; margin-bottom: 8px; } 
.relatedWrap .item-wrap .prd-opt p:last-of-type { margin-bottom: 0; } 
.relatedWrap .item-wrap .prd-opt span.title { display: block; width: 100px; font-size: 14px; text-align: left; } 
.relatedWrap .item-wrap .prd-opt select { width: calc(100% - 100px); } 
.relatedWrap .item-wrap .prd-qty { display: inline-block; }
.relatedWrap .item-wrap .prd-qty a.simple { width: 48px; height: 30px; line-height: 30px; border: none; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #333; font-size: 13px; text-align: center !important; } 
.relatedWrap .item-wrap .prd-qty input { width: 100%; height: 28px; border: none; float: none !important; text-align: center !important; }
.relatedWrap .item-wrap .MS_related_checkbox{margin-bottom:10px;}
.relatedWrap .swiper-pagination.swiper-pagination-progressbar {margin-top:30px;}
.relatedWrap .btnWrap{gap: 16px; margin-top: 30px;}
.relatedWrap .btnWrap a{background-color: var(--pointBlue01); color: #fff; width: 100%; height: 48px; border-radius: 0; font-weight: 500; line-height: 48px; text-align: center; max-width: 150px;}


/* 정기배송 */ /* 선물하기 */
#productDetail .thumb-info .info .prd-btns .btn_gift { display: block; width: 448px; height: 48px; font-size: 12px; color: #f1191f; text-align: center; line-height: 50px; border: 1px solid #f1191f; background: #fff; } 
#productDetail .thumb-info .info .prd-btns .btn_gift:hover { color: #fff; background: #f1191f; } 
#productDetail .thumb-info .info .prd-btns .btn_gift:active { position: relative; top: 1px; } 
#productDetail .thumb-info .info .prd-btns .btn_gift .fa-gift { font-size: 13px; vertical-align: text-bottom; } 
#productDetail .thumb-info .info .prd-btns .btn_gift .fa-gift:before { margin-right:5px; } 

/* 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.cnt td .MS_cmt_content { padding: 10px 60px 10px 0; position: relative; } 
#productDetail .table-slide tr.cnt td .MS_cmt_content .btn-report { float: none; position: absolute; right: 10px; bottom: 10px; } 
#productDetail .table-slide tr.cnt td .MS_cmt_hname { display: inline-block; margin-right: 10px; line-height: 13px; } 
#productDetail .table-slide tr.reply .tb-txt { padding-left: 30px; background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0; } 
#productDetail .table-slide .list-btm { position:relative; *zoom:1 } 
#productDetail .table-slide .list-btm:after { display:block; clear:both; content:'' } 
#productDetail .table-slide .btm_write { 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 { } 
.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.limit { position: relative; height: 150px; overflow-y: auto; } 
#MK_innerOptWrap .MK_inner-opt-cm li { *zoom: 1; border-top: 1px solid #ebebeb; box-sizing: border-box; position: relative; color: #333; font-size:13px; padding: 16px 0; *padding-bottom:0; } 
#MK_innerOptWrap .MK_inner-opt-cm li:after { display:block; clear:both; content:'' } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { position: absolute; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { display:block; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name { display: -webkit-box; color: #333; font-size: 13px; font-weight: 400; text-align: left; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name strong { font-weight: 600; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name .extra_option_name{font-weight: 300; font-size: 12px; margin-top: 2px; display: block;}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price { bottom: 16px; right: 32px; color: #333; font-size: 13px; font-weight: 600; line-height: 1; right:0;} 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { width: 16px; height: 16px; position: absolute; top: 16px; right: 0; background: url('http://ippngirl2006.phps.kr/snapskin/common/icon_close_bk.svg') no-repeat center; background-size: contain; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img { display: none; } 
#productDetail .MK_qty-ctrl { width: 112px; height: 32px; border: 1px solid #ebebeb; box-sizing: border-box; position:relative; margin-top: 8px; } 
#productDetail .MK_qty-ctrl .basic_option,
#productDetail .MK_qty-ctrl .MS_amount_basic,
#productDetail .MK_qty-ctrl .addition_option { width: 48px; height:30px; line-height:30px; border: none; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #333; font-size: 13px; text-align:center !important; } 
#productDetail .MK_qty-ctrl a:not(.simple) { display: block; width:32px; height:30px; text-indent:-9999em; margin:0; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url('http://ippngirl2006.phps.kr/snapskin/common/icon_minus.svg') no-repeat center; background-size: 16px; font-size: 0; } 
#productDetail .MK_qty-ctrl a.MK_btn-up { left: auto; right: 0; background-image: url('http://ippngirl2006.phps.kr/snapskin/common/icon_plus.svg'); } 
#productDetail .MK_qty-ctrl a img { display: none; } 

/* 사용자 입력 인풋박스 (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; } 
/* 하이브리드옵션 */
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_price,
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_btn-del { display: inline-block; *float:left; } 
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_price { top:4px; bottom:0; right:23px; } 
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_p-name { width:200px; line-height:26px; } 
#MK_innerOptWrap .MK_inner-opt-hybrid li .MK_qty-ctrl { vertical-align:middle; margin-top:0; } 

/* 기본옵션 */
#MK_innerOptWrap #MK_innerOpt_01 li:first-of-type { margin-top: 16px; } 

/* 하이브리드옵션 */
#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; line-height: 72px; } 
#MK_innerOptTotal { height: 72px; border-top:1px solid #111; color: #111; } 

#MK_innerOptTotal .MK_txt-total { font-size:16px; font-weight: 500; } 
#MK_innerOptTotal .MK_txt-won { font-size: 14px; font-weight: 400; } 
#MK_innerOptTotal .MK_total { font-size: 24px; font-weight: 700; } 
#MK_innerOptTotal .totalRight { gap: 0 4px; font-size: 24px; font-weight: 700; } 

/* 소리뷰 */
#sorivu { position: relative; margin-top: 20px; } 
/* 상품 일반정보(상품정보제공 고시) */
#productWrap { margin:30px auto; width:800px } 
#productWrap h3.tb-tit { margin-bottom: 10px; text-align: left; } 
#productWrap table { width: 100%; font-size: 13px; border-collapse: collapse; border-width: 1px; border-color: #d6d6d6; border-style: solid; table-layout: fixed; margin-bottom:20px; } 
#productWrap table th { border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color: #5c5c5c; text-align: left; font-weight:normal; padding: 10px 0 10px 20px; } 
#productWrap table td { color: #8b8b8b; border-bottom: 1px solid #e8e8e8; word-break: break-all; text-align: left; padding: 10px 0 10px 20px; } 

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

/* 쿠폰정보 */
.couponWrap { text-align:center } 
.couponBox { display:inline-block } 
.couponInfo { text-align:left } 
.couponInfo * { } 

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

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

#nhn_btn { padding-top:10px; } 
#payco_order_btn { padding-top:10px; } 
#payco_order_btn .payco_checkout.ta .payco_checkout_btn { margin-top:0 !important } 
#kakaopay_order_btn { padding-top:10px; } 
.ocb-area { width:323px } 
.ocb-area a { margin-top:0 !important } 
.__checkout_img_comm { visibility: unset !important; } 

/* 통옵 추가 구성 상품 */
#productDetail .addOptWrap .prdWrap{display: none;}
#productDetail .addOptWrap .prdWrap.open{display: block;}
#productDetail .addOptWrap {padding: 16px 0; border-top: 1px solid #ebebeb; box-sizing: border-box; } 
#productDetail .addOptWrap .add-option-tit {position: relative; display: block; margin-bottom: 8px; color: #111; font-size: 14px; font-weight: 600; cursor: pointer;} 
#productDetail .addOptWrap .add-option-tit::after { content: ""; display: block; width: 16px; height: 16px; position: absolute; top: 50%; right: 0; transform: translate(-8px, -50%) rotate(90deg); background: url('http://ippngirl2006.phps.kr/snapskin/common/icon_arrowRight_gr.svg') no-repeat center; background-size: contain; } 
#productDetail .addOptWrap .add-option-tit.open::after { content: ""; display: block; width: 16px; height: 16px; position: absolute; top: 50%; right: 0; transform: translate(-8px, -50%) rotate(-90deg); background: url('http://ippngirl2006.phps.kr/snapskin/common/icon_arrowRight_gr.svg') no-repeat center; background-size: contain; } 
#productDetail .addOptWrap .swiper-slide:not(:last-of-type){margin-bottom: 15px;}
#productDetail .addOptWrap .swiper-slide > .wrap { gap: 0 16px; } 
#productDetail .addOptWrap .add-option-img { width: 80px; } 
#productDetail .addOptWrap .add-option-wrap { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 96px); } 
#productDetail .addOptWrap .add-option-wrap .tit-prd { margin-bottom: 3px; color: #333; font-size: 12px; font-weight: 500; line-height: 15px; } 
#productDetail .addOptWrap .add-option-wrap .price { color: #111; font-size: 12px; font-weight: 600; } 
#productDetail .addOptWrap .add-option-wrap .price strike{color: var(--lightGray02);;}
#productDetail .addOptWrap .add-option-wrap select { width: 100%; height: 28px; font-size: 12px; line-height: 26px; } 
#productDetail .addOptWrap .add_extra_btn { font-size: 12px; text-decoration: underline; } 
#productDetail .addOptWrap .chkOpt {width: 100%; height: 100%; padding: 5px 0; box-sizing: border-box; background-color: var(--white);} 
#productDetail .addOptWrap .chkOpt dl{padding: 3px 0;}

/* 원클릭옵션 */
.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; } 

/* 무료배송 게이지바 */
#freeShipGuide { color: #000; margin: 0; padding: 18px 0 28px; border-top: 1px solid #ebebeb; box-sizing: border-box; } 
#freeShipGuide [class^='text'] { margin-bottom: 8px; text-align: left; font-size: 12px; box-sizing: border-box; font-weight: 400; color: #333; } 
#freeShipGuide [class^='text'] strong { font-size: 12px; font-weight: 600; color: var(--pointBlue01); } 
#freeShipGuide .text2 { display: none; } 
#freeShipGuide .text2 span::before,#freeShipGuide .text2 span::after { content: '('; font-size: 12px; } 
#freeShipGuide .text2 span::after { content: ')'; } 
#freeShipGuide .levelMeter { position: relative; width: 100%; height: 24px; padding: 0; } 
#freeShipGuide .levelMeter [class$=Value] { font-size: 10px; color: #333; } 
#freeShipGuide .levelMeter .minValue { position: absolute; bottom: 0; left: 0; color: #111; } 
#freeShipGuide .levelMeter .maxValue { position: absolute; bottom: 0; right: 0; text-align: right; color: #111; } 
#freeShipGuide .levelMeter .levelLine { position: relative; width: 100%; height: 6px; border-radius: 999px; background-color: #f7f7f7; } 
#freeShipGuide #levelLineActive { display: block; position: absolute; top: 0; left: 0; width: 0; height: 5px; border-radius: 999px; background: var(--pointBlue01); transition: width .5s ease; } 

/* 상품 상세 이벤트 공통 정보 */ 
#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; color:#777; line-height:20px; } 
#productDetail .detail-common-info div { margin-top:15px; } 

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

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

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

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

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

#productDetail .open-popup img { vertical-align: middle; margin-top: -1px; margin-left: 2px; } 
#productDetail .open-coupon-popup { padding: 5px 10px; color: #fff; background: #655345; font-size: 12px; font-weight: 400; margin-top: 10px; border-radius: 2px; } 
#productDetail .coupon-popup-layer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; } 
#productDetail .coupon-popup-content { position: absolute; top: 50%; max-height: 85%; height: 80%; left: 50%; width: 90%; max-width: 500px; background: #EEF1F8; border-radius: 10px; transform: translate(-50%, -50%); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); font-size: 14px; line-height: 1.6; overflow: visible; z-index: 22; } 
#productDetail .coupon-popup-content button { background: url(/design/tommyboy79/image/icon_x_w.png) no-repeat; font-size: 0; width: 24px; height: 24px; top: -5%; right: 0; } 
#productDetail .coupon-popup-close { position: absolute; top: 10px; right: 15px; border: none; background: none; font-size: 24px; cursor: pointer; } 
#productDetail .coupon-popup-text { border-radius: 6px; height: 100%; overflow: auto; text-align: center } 
#productDetail .coupon-popup-text .shopdetailCoupon { padding: 0; margin: 0 24px 20px 24px!important; border-radius: 16px; } 
#productDetail .coupon-popup-text .groupBox {display: none; height: 55px; text-align: center; background: #EEF1F8; line-height: 55px; font-size: 12px; color: #333; font-family: 'Pretendard-Regular'; font-weight: 400; } 
#productDetail .cop-list-tit { background: var(--pointBlue01); border-radius: 16px; color: #fff; font-size: 13px !important; font-weight: 500; margin: 20px 0 !important; height: 36px; text-align: center; line-height: 36px; font-family: 'Pretendard-Regular'; display: inline-block; padding: 0 24px; } 
#productDetail .coupon-popup-text ul { text-align: left; padding:0; } 
#productDetail .coupon-popup-text li { list-style: disc; margin-bottom: 16px; } 
#productDetail .coupon-popup-text .smart-coupon-list li {padding: 15px 20px; box-sizing: border-box; position: relative; overflow: hidden; box-sizing: border-box; background: #fff; border: 1px solid var(--lightGray01); border-radius: 6px;} 
#productDetail .coupon-popup-text .smart-coupon-list li .c-top{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid var(--lightGray01);}
#productDetail .coupon-popup-text .smart-coupon-list li .c-top .left{display: flex; align-items: center; gap: 6px;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-top .left > span:first-of-type{font-size: 24px; color: var(--pointBlue02); font-weight: 700; display: block; line-height: 1.4;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-top .left > span:last-of-type{ display: block; background: var(--bgGray01); color: var(--gray); font-weight: 500; padding: 2px 4px; font-size: 13px;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-top .btn-down a { display: block; font-size: 13px; color: #fff; background-color: var(--pointBlue01); border-radius: 6px; padding: 0 14px; height: 30px; line-height: 30px;} 
#productDetail .coupon-popup-text .smart-coupon-list li .c-info .c-name{font-size: 15px; font-weight: 600; margin-bottom: 3px;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-info .c-txt{font-size: 15px; color: #666; font-weight: 600; margin-bottom: 5px;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-info .c-hurdle{color: #666; font-weight: 500; font-size: 14px;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-info .c-end{margin-top: 10px; font-size: 13px; color: #999; font-weight: 500;}
#productDetail .coupon-popup-text .smart-coupon-list li .c-info .c-end strong{color: var(--pointBlue02); border-radius: 5px; border: 1px solid var(--pointBlue02); padding: 4px 5px; font-weight: 700; font-size: 14px; margin-right: 5px;}
#productDetail .shopdetailCoupon .smart-coupon-list li.sc-style1.sc-reserve p.c-price { color:#3b6ce9; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 { border:1px solid #fff; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 .c-info { background:#171940; border-color:#171940; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 p { color:#fff; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 p.c-txt { color: #ddd; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 .btn-down { background:#ff3a34; border:0; color:#fff; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 .btn-down a { background:url('/images/common/ico_h11_down_white_l.png') no-repeat center right; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2 .btn-down span { color:#fff; } 
#productDetail .coupon-popup-text .smart-coupon-list li.sc-style2.sc-reserve .btn-down { background:#3b6ce9; color:#fff; } 

/* 샵페이 바로구매 */
#productDetail #shoppay_btn { padding-top: 10px; } /* PC (공통) 상세페이지 전용 */
#cartWrap #shoppay_btn { display: inline; } /* PC (공통) 장바구니 전용 */
.shopdetail #shoppay_btn { padding-top:10px; } /* MO (4.0) 상세페이지 전용 */
#basket #shoppay_btn { margin-top:20px; } /* MO (4.0) 장바구니 전용 */
.shopdetail #shoppay_btn { text-align:center; } /* MO (파워팩) 상세페이지 전용 */
.basket #shoppay_btn { text-align:center; } /* MO (파워팩) 장바구니 전용 */

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

/* 오늘출발 상품 */
#productDetail .today-delivery { display:flex; align-items:center; padding:10px; border:1px solid #e4e4e5; background:#f8f8f8; color:#111; } 
#productDetail .today-delivery .icon { padding:12px 10px; border:1px solid #111; border-radius:6px; background:#fff; } 
#productDetail .today-delivery .txt { padding-left:12px; } 
#productDetail .today-delivery .txt p { padding-top:5px; } 

/* 묶음 할인 추가 */
#productDetail .thumb-info .info .table-opt .bundle-wrap { margin-bottom:30px; border:1px solid #e4e4e5; padding:0 20px; } 
#productDetail .thumb-info .info .table-opt .bundle-options { display:flex; gap:20px; border-top:1px solid #e4e4e5; padding:20px 0 8px; } 
#productDetail .thumb-info .info .table-opt .bundle-options.first { border:0; } 
#productDetail .thumb-info .info .table-opt .bundle-option-img { vertical-align:top; } 
#productDetail .thumb-info .info .table-opt .bundle-option-img img { width:100px; height:100px; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .tit-prd .sub-txt { color:#969696; font-size:12px; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .price { padding-top:7px; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap dl { display:flex; align-items:center; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap dd { width: 188px; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap select { width: 100%; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap .MK-oneclick-value { padding:0; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap .MK-oneclick-list li { margin:5px 5px 0 0; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap .MK-oneclick-list li.MK-oneclick-color { width:40px; height:40px; } 
#productDetail .thumb-info .info .table-opt .bundle-option-wrap .opt-wrap .MK-oneclick-list li.MK-oneclick-color span { width:34px; height:34px; } 


.leftPop{display: none;}
.leftPop.active{display: block; position: fixed; border: 1px solid var(--lightGray01); top: 200px; transform: translate(-150%); background: #fff; z-index: 999;}
.leftPop ul{padding: 20px; box-sizing: border-box; flex-direction: column;}
.leftPop ul li:not(:last-of-type){margin-bottom: 15px;}
.leftPop ul li a{color: #666;}
.leftPop ul li.active a{color: #000;}

/*썸네일 페이지네이션*/
.thumb-wrap .swiper .swiper-pagination{color: #D8D8D8; background-color: rgba(0, 0, 0, 0.6); border-radius: 55px; width: 48px; right: 10px; left: auto; line-height: 2; font-size: 14px;}
.thumb-wrap .swiper .swiper-pagination .swiper-pagination-current{color: #fff;}

.d_02{margin-top: 50px;}
[class*="d_banner_0"]{margin-bottom: 20px;}
[class*="d_banner_0"] img{width: 100%;}
/* BASIC css end */

