/* BASIC css start */
#contentWrap { width: 1300px; } 

/* 선물하기 */
#productDetail .thumb-info .info .prd-btns .btn_gift { display: block; width: 100%; 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; } 
:where(section) :is(div:has(img), span:has(img)) { text-align: center; } 
#productDetail .page-body { margin-top: 10px}

/* 상단 섬네일, 상품 옵션 정보 */
#productDetail .thumb-info { display:flex; justify-content: space-between;} 
#productDetail .thumb-info:after { /*content: "";*/ display: block; clear: both; } 

p.prd-icon { margin-bottom: 10px; }
p.prd-icon img { margin-right: 5px; max-width: 30% !important;}

/* 섬네일 */
#productDetail .thumb-info .thumb-wrap { float: left; width:800px;}
#productDetail .thumb-info .thumb-wrap ul.multi_img { width: 800px; height: 800px}
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_on { float: left; overflow: hidden}
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_on img { object-fit: cover; width:100%  } 
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_thumb { float: left; position: relative;  }
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_thumb .swiper { height: inherite; }
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul { margin: 10px auto; flex-wrap: wrap; gap: 10px; }
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul li { width: calc(20% - 8px); border: 1px solid #eee8e5;}
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul li:last-child { margin-bottom: 0 !important; }
#productDetail .thumb-info .thumb-wrap ul.multi_img li.multi_thumb ul li img { width: 100%; height: 100%; object-fit: cover}
#productDetail .thumb-info .thumb-wrap .z_image { width: 100%; } 
#productDetail .thumb-info .thumb-wrap .z_image a { width: 100%; } 
#productDetail .thumb-info .thumb-wrap .z_image img { width: 100%; } 
.multi_thumb :is(.swiper-next, .swiper-prev) { border: 1px solid #ebe5e1; cursor: pointer; background-color: rgba(255, 255, 255, .9); color: #fff; display: flex; align-items: center; justify-content: center; z-index: 10; height: 35px; } 
.multi_thumb:hover :is(.swiper-next, .swiper-prev) { } 
.multi_thumb .swiper-button-disabled { display: none}
.multi_thumb .swiper_btn_wrap { display: none; bottom: 0; position: absolute; width: 100%}
.multi_thumb .swiper_btn_wrap > div { flex-grow: 1; } 
/*.swiper-prev img { transform: rotate(180deg); transform-origin: center center; } */
.swiper_btn_wrap {}

.swiper_btn_wrap .swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 3;
}

.swiper_btn_wrap .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 3;
}
/* 상품옵션 정보 */
#productDetail .thumb-info .info .prd_subname { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #858585; font-weight: 500; margin-bottom: 20px; line-height: 1.6; } 
#productDetail .thumb-info .info .tit-prd { font-size: 23px; color: #000; font-family: 'Montserrat', sans-serif; font-weight: 600; margin-bottom: 20px}
#productDetail .thumb-info .info .prdprice_section .prdprice { font-family: 'Montserrat', sans-serif; font-size: 18px; color: #000; font-weight: 600; } 
#productDetail .thumb-info .info .prdprice_section .prdprice span { font-family: 'Montserrat', sans-serif; font-size: 26px; color: #000; font-weight: 800; } 
#productDetail .thumb-info .info .prdprice_section strike { color: #bbbbbb; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 500; } 
#productDetail .thumb-info .info .prdprice_section strike.p_consumer span { color: #bbbbbb; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 500; } 
#productDetail .thumb-info .info .prdprice_section .prdprice .percent { font-family: 'Montserrat', sans-serif; font-size: 16px; color: #999; font-weight: 900; display: inline-block; margin-left:5px; } 
#productDetail .thumb-info .info .prdprice_section .prdprice .percent span { font-family: 'Montserrat', sans-serif; font-size: 16px; color: #999; font-weight: 900; display: inline-block; } 
#productDetail .thumb-info .info .table-opt { border-top: 1px solid #222; padding-top: 30px; margin-top: 35px}
#productDetail .thumb-info .info .table-opt th,
#productDetail .thumb-info .info .table-opt td { padding: 7px 0; color: #555; font-weight: normal; font-size: 13px}
#productDetail .thumb-info .info .table-opt th { } 
#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 .price { } 
#productDetail .thumb-info .info .table-opt .sell_price { } 
#productDetail .thumb-info .info .table-opt .sell_price > div { font-family: 'Noto Sans KR', sans-serif; font-size: 22px; color: #222222; font-weight: 700; display: flex; align-items: center}
#productDetail .thumb-info .info .table-opt .sell_price strike { color: #666666; font-size: 16px; font-weight: 400; margin: 0 7px}
#productDetail .thumb-info .info .table-opt .sell_price .percent { color: #d9232e; font-size: 26px; font-family: 'Lato', sans-serif; font-weight: 800}
#productDetail .thumb-info .info .table-opt .sell_price .s_won { font-size: 16px; font-weight: 400; } 

/* 주문수량 */
#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 { flex-grow: 1; margin-top: 6px; 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 .btn_wrap { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 0; } 
#productDetail .thumb-info .info .prd-btns a, .scrollBuyBtn { font-weight: 500; margin-top: 6px; font-family: 'Montserrat', sans-serif; } 
#productDetail .thumb-info .info .prd-btns .btn_buy { width: 100%; display: block; height: 55px; font-size: 13px; color: #fff; text-align: center; line-height: 55px; background: #222; -webkit-transition: all 0.3s ease; transition: all 0.3s ease}
#productDetail .thumb-info .info .prd-btns .btn_buy:hover { background: #000; } 
#productDetail .thumb-info .info .prd-btns .btn_buy:active { position: relative; top: 1px}
#productDetail .thumb-info .info .prd-btns .btn_cart { width: 49%; display: block; height: 55px; font-size: 13px; color: #222; text-align: center; line-height: 55px; border: 1px solid #222; -webkit-transition: all 0.3s ease; transition: all 0.3s ease}
#productDetail .thumb-info .info .prd-btns .btn_cart:hover { } 
#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::after { content: " ♡"; display: inline-block; font-size: 16px; font-weight: 700; vertical-align: middle;  }
#productDetail .thumb-info .info .prd-btns #MS_btn_wish.wish-on::after { content: " ♥"; display: inline-block; font-size: 16px; font-weight: 700; vertical-align: middle; color:#b00; }

/* 통합옵션 */
#productDetail .thumb-info .info .table-opt .opt-wrap { width: 100%; /*padding: 30px 0;*/ margin-top:30px; } 
#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: 125px; margin-bottom: 5px; padding-top: 4px; *padding-bottom: 5px; color: #555}
#productDetail .thumb-info .info .table-opt .opt-wrap dd { float: left; width: 415px; max-width:100%; margin-bottom: 5px; padding-bottom: 5px; } 
#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn { text-align: right; margin-top: 25px; } 
#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%; height: 30px; padding: 0 10px; border-color: #000; color: #000; } 
#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 .detailTab { padding-top: 150px; position: relative; } 
#productDetail .detailTab ul { border-bottom: 1px solid #dedede; display: flex; } 
#productDetail .detailTab ul:after { display: block; clear: both; content: ''}
#productDetail .detailTab ul li { margin-right: 20px; height: 49px; width: 20%; } 
#productDetail .detailTab ul li.first { } 
#productDetail .detailTab ul li a { font-weight: 500; display: block; height: 50px; font-size: 14px; padding: 0 20px; color: #919191; line-height: 49px; text-align: center; font-family: 'Montserrat', sans-serif; } 
#productDetail .detailTab ul li a.active { border-bottom: 2px solid #000 !important; color: #000}

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

/* 관련상품 */
.related_sec { margin-bottom: 60px}
.related_sec .swiper { padding-bottom: 40px; } 
.related_sec .swiper .swiper-wrapper { flex-wrap:wrap; } 
.related_sec .swiper .swiper-pagination-progressbar { bottom: 0; top: unset; height: 3px; background-color: rgba(0, 0, 0, .05); } 
.related_sec .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color: #cfcfcf; } 
.related_sec .item_list .info { text-align: left}
.related_sec .item_list .info .prdprice { border-bottom: none}
.related_sec .item_list.swiper-slide { width:25%; padding:10px; }
#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 #c5ab95; background: #c5ab95; -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}

.DeliveryCont { margin: 20px auto; text-align:center; }
/* 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-bottom: 100px}

/* qna board */
#productDetail .qna-list { margin-bottom: 100px}

/* ****************** 상품 상세 옵션 ******************** */
.MK_not_choice { color: red; } 
.MK_optAddWrap,
.MK_optAddWrap * { margin: 0; padding: 0; } 
.MK_optAddWrap { } 
.MK_optAddWrap li { list-style: none; } 

/* 옵션선택 */
#MK_optAddList { overflow: hidden; *zoom: 1; } 
#MK_optAddList li { float: left; width: 100%; margin-top: 5px; } 
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div,
#MK_optAddList .MK_st { float: left; } 
#MK_optAddList .MK_tit,
#MK_optAddList .MK_div { font-size: 11px; line-height: 16px; } 
#MK_optAddList .MK_tit { width: 65px; margin-right: 5px; } 
#MK_optAddList .MK_div { width: 5px; text-align: center; } 
#MK_optAddList .MK_st { width: 205px; } 
#MK_optAddList .MK_st .MK_btn-add { cursor: pointer; } 
#MK_optAddList .MK_st select { margin-left: 5px; width: 195px; height: 18px; } 

/* 옵션선택PP */
#MK_optAddListPP { overflow: hidden; *zoom: 1; } 
#MK_optAddListPP .MK_tit,
#MK_optAddListPP .MK_st { float: left; width: auto; } 
#MK_optAddListPP .MK_tit { margin-right: 5px; margin-top: 3px; } 

/* 옵션 결과 리스트 */
#MK_innerOptWrap { } 
#MK_innerOptWrap #MK_innerOptScroll.line { padding-top: 5px; margin-top: 5px; } 
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; } 
#MK_innerOptWrap .MK_inner-opt-cm li { *zoom: 1; position: relative; font-size: 13px; padding: 25px; margin: 10px 0; border: 1px dashed #ccc}
#MK_innerOptWrap .MK_inner-opt-cm li:after { display: block; clear: both; content: ''}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { position: absolute; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { display: block; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name { overflow: hidden; width: 206px; vertical-align: middle; text-overflow: ellipsis; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price { font-size: 18px; color: #666666; font-weight: normal; top: 50%; transform: translateY(-50%); right: 40px; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price span { font-weight: 700; font-family: 'Montserrat'; font-size: 18px; color: #666666; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { width: 19px; height: 19px; text-indent: -9999em; background: url(//skin.makeshop.co.kr/skin/atype/PC_img/opt_close.png) center center no-repeat; top: 50%; right: 15px; transform: translateY(-50%); } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl { background-color: #fff; width: 121px; height: 32px; border: 1px solid #fff; position: relative; margin-top: 5px; } 
#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 input { border-radius: 2px; width: 60px; height: 30px; line-height: 30px; border: 1px solid #ccc; text-align: center !important; color: #847871}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option { position: absolute; left: 0px; width: 61px; } 
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a { border-radius: 2px; border: 1px solid #ccc; position: absolute; float: left; display: inline-block; width: 30px; height: 30px; text-indent: -9999em; margin: 0; vertical-align: top; background: center center no-repeat; background-size: .8}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up { background-image: url(//skin.makeshop.co.kr/skin/atype/PC_img/plus.png); left: 60px}
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw { background-image: url(//skin.makeshop.co.kr/skin/atype/PC_img/min.png); right: 0; } 
#MK_innerOptWrap .MK_inner-opt-cm li #MK_p_price_basic_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_01 li { } 

/* 하이브리드옵션 */
#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; *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: #000}
#MK_innerOptTotal .MK_txt-won { font-size: 18px; color: #000; font-family: 'Noto Sans KR', sans-serif; } 
#MK_innerOptTotal .MK_total { font-size: 12px; color: #fd0100; } 
#MK_innerOptTotal .totalRight .MK_total { font-family: 'Montserrat', sans-serif; display: inline-block; margin-top: -4px; font-size: 24px; color: #000; 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; } 
#productWrap table th { border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color: #5c5c5c; text-align: left; font-weight: normal; padding: 10px 0 10px 20px; } 
#productWrap table td { color: #8b8b8b; border-bottom: 1px solid #e8e8e8; word-break: break-all; text-align: left; padding: 10px 0 10px 20px; } 

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

/* 조르기 */
#importune_btn { margin-left: 10px}
#importune_btn a { vertical-align: top}

/* 쿠폰정보 */
.couponWrap { text-align: center}
.couponBox { display: inline-block}
.couponInfo { text-align: left}
.couponInfo * { } 
.size-chart-box { width: 100%; border: 2px solid #3F4045; } 
.size-chart-box h4 { width: 100%; margin: 0; padding: 10px 0px; color: #FFFFFF; background: #3F4045; text-align: center; } 
.size-chart-cont { margin: 10px auto 0; width: 800px; background: #fff}
.size-chart-cont table { width: 100%; margin: 0; padding: 0; border-collapse: collapse; border: 1px solid #D9DBDA; } 
.size-chart-cont table th,
.size-chart-cont table td { padding: 8px 0; font-size: 13px; font-weight: normal; text-align: center}
.size-chart-cont table th { border-bottom: 1px solid #d6d6d6}
.size-chart-cont table tr,
.size-chart-img { height: 1px; } 
.size-chart-cont img.sc-img-chart,
#sc_img_chart { width: 670px; height: 300px; } 
.size-chart-cont img.sc-img-guide,
#sc_img_guide { width: 190px; height: 240px; } 
.size-chart-cont p { margin-top: 10px; text-align: left; font-size: 13px; color: #a7a7a7}
#nhn_btn { padding-top: 10px; } 
#payco_order_btn { padding-top: 10px; } 
#payco_order_btn .payco_checkout.ta .payco_checkout_btn { margin-top: 0 !important}
#kakaopay_order_btn { padding-top: 10px; } 
.ocb-area { width: 323px}
.ocb-area a { margin-top: 0 !important}

/* 통옵 추가 구성 상품 */
#productDetail .thumb-info .info .table-opt td.add-option-tit { padding: 15px 0 0; 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; font-size: 20px; margin-bottom: 10px}
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt { padding-left: 20px; border-top: none; padding-top: 0; margin-top: 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; border-top: none}
#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: 165px; } 
#productDetail .thumb-info .info .table-opt td.add-option-wrap .table-opt td .opt-wrap select { width: 100%; } 
#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 8px 5px 0; } 
.MK-oneclick-list li a { border: 1px solid #d5d3c8; display: inline-block; border-radius: 1px; box-sizing: border-box; } 
.MK-oneclick-list li.MK-oneclick-sel a { border: 2px solid #999; } 
.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: 3px; 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: 30px; height: 30px; } 
.MK-oneclick-list li.MK-oneclick-color a { padding: 4px; border-radius: 50%}
.MK-oneclick-list li.MK-oneclick-color span { width: 22px; height: 22px; border-radius: 50%}
.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; border-radius: 3px}
.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a { padding: 1px; background-color: #eceade}
.MK-oneclick-list li.MK-oneclick-text span { min-width: 39px; 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 { display: none}
.MK-oneclick-only-text li.MK-oneclick-text { height: auto; } 
.MK-oneclick-only-text li.MK-oneclick-text span { height: auto; line-height: 21px; max-width: 320px; overflow: hidden; height: 21px; font-family: 'Montserrat'; color: #847871}

/* 정기배송 */
#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; margin-top:150px; } 
#productDetail .detail-common-info dl { padding-top: 20px; font-size: 12px; font-weight: normal; letter-spacing: -0.5px; } 
#productDetail .detail-common-info dl dt { padding-bottom: 10px; color: #444; font-weight: bold; } 
#productDetail .detail-common-info dl dd { padding-left: 10px; text-indent: -10px; color: #777; line-height: 20px; } 
#productDetail .detail-common-info div { margin-top: 15px; } 

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



/* Button used to open the contact form - fixed at the bottom of the page */
.scrollBuyBtn { display: none; background: rgba(255,255,255,0.5); color: #000; padding: 16px 20px; border: 1px solid #000; cursor: pointer; position: fixed; bottom: 85px; right: calc(((100vw - 1300px) / 2) + 30px); width: 280px; }
.scrollBuyBtn.fixed { display: block; z-index:8;}

/* The popup form - hidden by default */
.buyFormPop { display: block; overflow: auto; max-width: 450px; padding: 30px; height: calc(100vh - 150px); }
.buyFormPop.fixed { display: none; width: 450px; height: fit-content; max-height: 60vh; border: 1px solid #000; background: rgba(255,255,255,0.95); position:fixed; right: calc((100vw - 1300px) / 2); bottom: 50px; z-index: 9; }


#productDetail .thumb-info .info .buyFormPop.fixed .prd-btns .btn_buy { width:50%; }
#productDetail .thumb-info .info .buyFormPop.fixed .prd-btns .btn_cart { width:24%; }

#productDetail .thumb-info .info .buyFormPop.fixed .table-opt,
#productDetail .thumb-info .info .buyFormPop.fixed .table-opt .opt-wrap { padding-top: unset; }

.buyFormPop.fixed .prdprice_section { display:none; }

/* Add styles to the form container */
.buyFormContainer { max-width: 300px; padding: 10px; background-color: white; } 

/* Full-width input fields */
.buyFormContainer input[type=text],
.buyFormContainer input[type=password] { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; } 

/* When the inputs get focus, do something */
.buyFormContainer input[type=text]:focus,
.buyFormContainer input[type=password]:focus { background-color: #ddd; outline: none; } 

/* Set a style for the submit/login button */
.buyFormContainer .btn { background-color: #04AA6D; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom: 10px; opacity: 0.8; } 

/* Add a red background color to the cancel button */
.buyFormContainer .cancel { background-color: red; } 

/* Add some hover effects to buttons */
.buyFormContainer .btn:hover { opacity: 1; } 
.scrollBuyBtn:hover { background-color:#000; color:#fff; opacity: 0.7; } 

button.btn.cancel { display:none; font-size: 40px; padding: 10px; font-weight: normal; line-height: 1; border: 0; border-radius: 0; background: rgba(255, 255, 255, 0); width: 100%; text-align: right; margin-top: 30px; } 
button.btn.cancel.fixed { display:block; }

.related_sec li.item_list.swiper-slide {}

.prd_info .prd_modelspec:before { content:'';}
.prd_info .prd_modelspec:after { content:'착용모습';}

.prd_info .prd_modelspec { font-size: 1em; font-weight: 500; margin-top: 1em; }


@charset "UTF-8";.gap10 { margin-top: 10px; } 
.gap20 { margin-top: 20px; } 
.gap50 { margin-top: 50px; } 
.gap100 { margin-top: 100px; } 
.gap150 { margin-top: 150px; } 
.gap200 { margin-top: 200px; } 
.gap300 { margin-top: 300px; } 
.prd-detail.prdPage { max-width: 1000px; margin: 0 auto; text-align: center; } 
.prd-detail.prdPage { clear: both; } 
.prd-detail.prdPage img { clear: both; } 
.prd-detail p.colorname { font-size: 1.5em; font-weight: 700; text-transform: uppercase; margin-bottom: 2em; } 
.prd-detail p.coodi { font-size: 1em; text-transform: uppercase; text-align: center; margin-bottom: 2em; margin-top: -2em; } 
.prd-detail p.detailInfo { font-weight: 400; font-size: 15px; line-height: 1.7; color: #000; margin: 2em auto 0; padding: 2em 20px; width: 80%; } 
.prd-detail p.colorname:after { content: " 착용모습"; } 
.prd-detail p.detailTitle { font-size: 2em; margin-bottom: 2em; text-align: center; } 
.prd-detail p.detailTitle:after { content: "DETAIL VIEW"; } 
.prd-detail p.dt_color { float: left; width: 100%; margin: 2em 0 4em; font-size: 1.5em; text-transform: uppercase; text-align: center; } 
.prd-detail p.dt_color2 { float: left; width: 50%; margin: 2em 0 4em; font-size: 1.5em; text-transform: uppercase; text-align: center; } 
.prd-detail .pt_fsb { clear: both; overflow: hidden; margin-bottom: 10em; } 
.prd-detail .pt_fsb img { display: block; float: left; width: calc(50% - 10px); padding: 5px; } 
.detail_notic { margin: 50px auto; text-align: center; height: auto; border: 1px solid #000; padding: 0 20px; max-width: 80%; background: #f1e3e3; } 
.detail_notic > .title { font-size: 20pt; font-weight: 700; color: #e00; padding-top: 30px; } 
.detail_notic > .content { font-size: 11pt; font-weight: 400; color: #000; padding-bottom: 30px; padding-top: 30px; } 
.detail_notic.denim_notic { background: #f0f0f0; border: 1px solid #333; } 
.detail_notic.denim_notic > .title { color: #000; font-size: 18pt; } 
div.acc_info { text-align: center; } 
div.acc_info pre { font-size: 10pt; line-height: 2; font-family: "Noto Sans", Nanum Gothic, monospace, Corbel, Dotum, AppleGothic, Helvetica, sans-serif; color: #000; } 
div.acc_info pre.acc_tit { font-size: 14pt; font-weight: 700; margin: 50px auto 0; } 
div.acc_info pre.acc_txt_tit { font-weight: 700; margin: 70px auto 20px; } 
div.acc_info pre.acc_txt_sub { margin: 0 auto 50px; } 
.noticeDrying { border: 1px solid #eee; width: 80%; margin: 0 auto 50px; padding: 20px; clear: both; } 
.noticeDrying p { line-height: 1.5; font-size: 16px; margin: 1em; word-break: keep-all; } 
.prd-detail p.mov_caption { text-align: left; font-size: 1.5em; font-weight: 700; } 
.prd_info { padding: 3em; max-width: 1200px; box-sizing: border-box; margin: 0 auto; } 
.prd_info p { word-break: keep-all; white-space: normal; text-align: left; margin: inherit; } 
p.prd_title { font-size: 2em; font-weight: 700; line-height: 1.5; margin-bottom: 1em; margin-top: 0; } 
p.prd_infotxt { font-size: 1.5em; font-weight: 400; line-height: 1.5; margin: 2em 0 0; } 
p.prd_spec { font-size: 1.5em; font-weight: 700; margin-top: 1em; }
p.colorname { font-size: 1.5em; font-weight: 700; text-transform: uppercase; } 
p.coodi { font-size: 1em; text-transform: uppercase; margin: inherit; text-align: left; } 
p.model_size.center { text-align: center; } 
p.model_size { font-size: 1em; font-weight: 500; margin: 1em 0; }
p.model_size:before { content:'';}
p.model_size:after { content:'착용모습';}

.cont_model { position: relative; }
.cont_model p.model_size { position: absolute; right: 1em; font-size: 1.2em; font-weight:700;}
/* BASIC css end */

