/* BASIC css start */
/* 스마트 쿠폰 목록 */
.shopdetail .shopdetailCoupon .smart-coupon-list li {position:relative; margin:14px; border:1px solid #cecece; border-radius:10px; letter-spacing:-1px; overflow:hidden;}
.shopdetail .shopdetailCoupon .smart-coupon-list li .c-info { width:82%; padding:20px; border-right: 1px dashed #cecece; box-sizing: border-box;}
.shopdetail .shopdetailCoupon .smart-coupon-list li .c-image img { width:100%; height:128px;}
.shopdetail .shopdetailCoupon .smart-coupon-list li p { padding-bottom:10px; line-height:18px; font-size:13px; color:#999; word-break:break-all; font-family:"Malgun Gothic"; }
.shopdetail .shopdetailCoupon .smart-coupon-list li p:last-child {padding-bottom:0;}
.shopdetail .shopdetailCoupon .smart-coupon-list li p.c-name { font-size:14px; color:#000; font-weight:bold; word-break: break-all; }
.shopdetail .shopdetailCoupon .smart-coupon-list li p.c-price {font-size:22px; color:#ff3a34; font-weight:bold;}
.shopdetail .shopdetailCoupon .smart-coupon-list li .btn-down {position:absolute; top:0; right:0; width:18%; height:100%; background:#f8f8f8; text-align:center; box-sizing: border-box;} 
.shopdetail .shopdetailCoupon .smart-coupon-list li .btn-down span {position:absolute; right:0; top:50%; width:100%; margin-top:-22px; height:44px; font-size:12px; display:flex; word-break:break-all; flex-wrap:wrap; align-items:center; justify-content:center;  }
.shopdetail .shopdetailCoupon .smart-coupon-list li .btn-down span {color:#999;}
.shopdetail .shopdetailCoupon .smart-coupon-list li .btn-down span a { 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; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style1.sc-reserve p.c-price {color:#3b6ce9;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 {border:1px solid #fff;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 .c-info { background:#171940; border-color:#171940; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 p { color:#fff; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 p.c-txt { color:#999; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 .btn-down { background:#ff3a34; border:0; color:#fff; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 .btn-down a { background:url('/images/common/ico_h11_down_white_l.png') no-repeat center right; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2 .btn-down span { color:#fff; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style2.sc-reserve .btn-down { background:#3b6ce9; color:#fff; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3 { border:0; border-radius:0;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3 .c-info { border:1px solid #000; border-right:2px dotted #272a4d; border-radius:10px; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3 p.c-price { color:#eb3697;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3 .btn-down { background:#fff2f9 ; border:1px solid #272a4d; border-left:0; border-radius:10px;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3 .btn-down a { background:url('/images/common/ico_h11_down_pink_l.png') no-repeat center right; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3.sc-reserve p.c-price {color:#18b776;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3.sc-reserve .btn-down { background:#eefff7; }
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3.sc-reserve .btn-down span a {color:#000;}
.shopdetail .shopdetailCoupon .smart-coupon-list li.sc-style3.sc-reserve .btn-down a { background:url('/images/common/ico_h11_down_green_l.png') no-repeat center right; }

.shopdetailInfoValue {position: relative; border-bottom:1px solid #c7c7c7; padding:18px 15px;}
.shopdetailInfoValue em {color:#f1191f; font-size:1.333em;}
.shopdetailInfoValue p {margin-bottom:8px;}
.shopdetailInfoValue p:last-child {margin-bottom:0px;}
.shopdetailInfoValue .shopdetailInfoName {width:30%; display:inline-block;}
.shopdetailInfoValue .shopdetailInfoCont {width:70%; display:inline-block; margin-left: -4px;}
.shopdetailInfoValue .region {margin-left: 10px;}
.shopdetailInfoValue .btn_relation {position:absolute; top:50%; right:10px; text-align:center; margin-top: -25px;}
.shopdetailInfoValue .btn_relation a {width:50px; height:50px; color:#fff; background-color:#636363; display: inline-block; font-size:0.917em; border-radius: 4px; border:1px solid #424242;}
.shopdetailInfoValue .btn_relation a:first-child {}
.shopdetailInfoValue .btn_relation a .fa {display:block; margin:6px 0 3px 0;}

/* 상품옵션 */
.option_area {}
.option_area.fixed {width: 100%; position: fixed; z-index: 101; bottom: 0; left: 0; right: 0;}
.option_area.fixed {-webkit-animation: qbuy 150ms linear 1 normal; animation: qbuy 150ms linear 1 normal;}
@-webkit-keyframes qbuy {
 from {bottom:-65px;}
 to {bottom:0;}
}
@keyframes qbuy {
 from {bottom:-65px;}
 to {bottom:0;}
}
.option_area.fixed .option_tk {height:150px; overflow-y:auto; background-color: #fff;}
.fixed-btn {width:100%; box-sizing: border-box; position:relative; bottom:0; left:0; right:0; background-color:#f6f6f6; border-top:1px solid #dfdfdf; z-index: 101; text-align: center; padding:6px; margin:0 auto; display:none;}
.fixed-btn.fixed {display: block; position: fixed;}
.option_area.fixed .fixed-btn.fixed {display: block; position: relative;}
.fixed-btn .btn_option {position: absolute; top: -16px; left: 50%; margin-left:-33px;}
.shopdetailInfoMultiSelect {background-color: #fff; }
.buy_on {background-color: #f6f6f6; text-align: center; padding: 10px 15px; display:none;}
.buy_on a {width:48%; color: #3b3b3b; background-color:#fff; border:1px solid #f1191f; display: inline-block; padding:6px 0; margin:2px 0; }
.buy_on a.buy {background-color:#f1191f; color:#fff;}
.buy_on a.cart {  background-color:#FFF; border:1px solid #f1191f; color:#f1191f; }
.buy_on a.subs { width:97%; color:#fff; background-color:#393939; border:1px solid #393939; }
.shopdetailInfoSelect {}
.shopdetailInfoSelect .opt-com {text-align: right;}
.shopdetailInfoSelect p:last-child {margin-bottom:0px;}
.shopdetailInfoSelect .shopdetailInfoName {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    padding: 10px 0 12px 13px;
    text-align: left;
    color: #333;
    vertical-align: middle;
    box-sizing: border-box;
 }
.shopdetailInfoSelect .shopdetailInfoCont {width:70%; display:inline-block; margin-left: -4px;}
.shopdetailInfoSelect .shopdetailInfoCont select {width:100%;}
.shopdetailInfoSelect .shopdetailInfoCount .txt-qnty {text-align:right; padding:0 6px; width: 50px !important;}
.shopdetailInfoSelect .shopdetailInfoCount .fa-plus {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff; margin: 0 5px;}
.shopdetailInfoSelect .shopdetailInfoCount .fa-minus {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff;}
.shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {background-color: #f6f6f6; }
.shopdetailInfoSelect .add-option-sel {font-weight: bold; font-size: 1.1em; padding-top: 10px;}
.shopdetailInfoSelect .add-option select {margin-bottom: 10px;}
.shopdetailInfoSelect .add-option .shopdetailInfoName {vertical-align: top; padding-top: 11px;}
.shopdetailInfoValue .shopdetailInfoCont.listCoupon { position:relative; }
.shopdetailInfoValue .shopdetailInfoCont .btn-coupon { display:inline-block; height:16px; padding:0; margin-left:5px; border:1px solid #000; font-size:10px; }
.shopdetailInfoValue .shopdetailInfoCont .btn-coupon span { display:inline-block; height:16px; padding:0 5px; color:#fff; background:#000; vertical-align:top; font-size:11px; }
.shopdetailInfoValue .shopdetailInfoCont .btn-coupon em { display:inline-block; height:16px; padding:0 3px 0 0; font-size:10px; vertical-align:top; color:#000; }

.MK_optAddWrap .MK_inner-opt-cm li {position:relative; border-bottom:1px solid #c7c7c7; padding: 12px 0;}
.MK_optAddWrap .MK_inner-opt-cm li:last-child {border-bottom:0px none;}
.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {padding-right: 30px; display: block; padding:0 15px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {margin-top:8px; padding:0 15px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {padding:0 6px; width: 79px; }
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {position:absolute; top:12px; right:0;}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {width: 20px; margin-right:5px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_price {position:absolute; bottom:21px; right:0; font-size: 1.3em; margin-right:5px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff; display: inline-block;}
.MK_optAddWrap .total {text-align:right; padding:10px 15px; font-size: 17px;}
.MK_optAddWrap .MK_total {font-size:18px; color:#f1191f; margin-left:5px;}
.MK_optAddWrap .MK_txt-won {font-size:17px;}
.MK_optAddWrap_div { height:10px;padding:0;background:#f6f6f6;border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; }
.MK_optAddWrap_line { height:1px;padding:0;background:#f6f6f6; border-bottom:1px solid #c7c7c7; }
#MK_innerOptTotal { padding:12px 10px; text-align:right; }
/* //착불 아이콘 */
.gray-delivery {padding: 2px;background-color: #fff;color: #656565;font-size: 0.875em;border-radius: 3px;border: 1px solid #656565;}
/* //상품옵션 */
.shopdetailTotal {background-color:#fff; text-align:right; padding:15px; font-size:1.2em;}
.shopdetailTotal em {color:#f1191f; font-size:1.333em; margin-left:16px;}
.shopdetailButton {text-align:center; padding:15px; border-top:1px solid #4a4a4a;}
.shopdetailButton .shopdetailButtonTop a {padding:15px 14px; display: inline-block; margin:2px; font-weight:bold;}
.shopdetailButton .shopdetailButtonTop a.wish {background-color:#FFF; border:1px solid #393939;}
.shopdetailButton .shopdetailButtonTop a.cart {color:#fff; background-color:#393939; border:1px solid #393939;}
.shopdetailButton .shopdetailButtonTop a.buy {color:#fff; background-color:#f1191f; border:1px solid #f1191f; padding:15px 32px;}
.shopdetailButton .shopdetailButtonTop a.subs { padding:15px 0; width:70%; background-color:#FFF; border:1px solid #f1191f; color:#f1191f; }
.shopdetailButton .shopdetailButtonBottom {margin:20px 0;}
.shopdetailButton .shopdetailButtonBottom img {margin:0 2px; width:45px; height:auto;}

.shopdetailCoupon {margin-top:15px;}
.shopdetailCoupon .shopdetailCouponGet {padding:0 15px;}
.shopdetailCoupon .shopdetailCouponGet .image_src {max-width: 100%; padding-bottom: 5px;}
.shopdetailCoupon .shopdetailCouponGet li dl {height:34px; background:url("/images/d3/m_04/bg_coupon@2x.gif") no-repeat left center; padding:10px 0 10px 92px; border-bottom:1px dashed #cbcbcb; position:relative; background-size: 81px auto;}
.shopdetailCoupon .shopdetailCouponGet li:last-child {border-bottom:0px none;}
.shopdetailCoupon .shopdetailCouponGet .MS_coupon dt {width:82px; position:absolute; top:10px; left:0 ; color:#fff; text-align:center;}
.shopdetailCoupon .shopdetailCouponGet .MS_coupon dt strong {font-weight: normal;}
.shopdetailCoupon .shopdetailCouponGet .MS_coupon h4 {font-weight:bold;}
.shopdetailItem .shopdetailItemPopup {text-align:center; padding:0 15px; margin:22px 0;}
.shopdetailItem .shopdetailItemPopup a {font-weight:bold; color:#fff; background-color:#636363; display:block; padding:10px 0;}
.shopdetailItem .shopdetailItemPopup .shopdetailItemZoom {height:60px; padding:0 0 0 75px; margin-top:10px; background:url("/images/d3/m_04/bg_hand@2x.gif") no-repeat 20px center; line-height: 60px; background-size: 50px auto;}
.shopdetailItem .shopdetailImage img {max-width:100% !important; height: auto !important;}
.shopdetailItem .shopdetailImage table {width:100% !important;}
.shopdetailItem .shopdetailImage object {width:100% !important;}
.shopdetailItem .shopdetailImage iframe {width:100% !important;}
.shopdetailItem .shopdetailImage table {table-layout: auto !important;}
.shopdetailItem .shopdetailImage div {width:100% !important;}
.shopdetailItem .shopdetailNotify {margin-top:24px;}
.shopdetailItem .shopdetailNotify .shopdetailNotifyInfo {padding:0 15px;}
.shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dt {font-weight:bold; margin-bottom:2px;}
.shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dd {margin:0 0 25px 6px;}


/* IOS 디바이스 옵션 선택 시 자동 확대 방지 */
input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select {font-size:16px;}
/* //IOS 디바이스 옵션 선택 시 자동 확대 방지 */

/* OKDGG 버튼 */
.okdgg-checkout {margin-top: 15px;}
.okdgg-checkout img {max-width: 90%; height: auto;}
/* //OKDGG 버튼 */

/* 퀵바이 버튼 노출 시 커뮤니티 탭 위치 변경 */
.cs-button {bottom: 53px !important;}
/* //퀵바이 버튼 노출 시 커뮤니티 탭 위치 변경 */


/* 임시품절 재입고 SMS 받기 */
.soldout_anchor { display:block !important; }
.MK_btn-sms {
    display: inline-block; width: 100%; height: 35px; line-height: 35px; text-align: center; border: 1px solid #808080;
    color: #fff; font-weight: bold;
    background-color: #636363;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#5e5e5e));
    background-image: -webkit-linear-gradient(top, #636363, #5e5e5e);
    background-image:    -moz-linear-gradient(top, #636363, #5e5e5e);
    background-image:      -o-linear-gradient(top, #636363, #5e5e5e);
    background-image:   linear-gradient(to bottom, #636363, #5e5e5e);
    -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.MK_btn-sms span { padding-left: 24px; background: url(/images/d3/m_01/bull/alarm_fff@2x.png) no-repeat 0 50%; background-size: 18px 14px; }
/* 임시품절 재입고 SMS 받기 끝 */

#nhn_btn {padding-top:10px;}
#payco_order_btn {padding-top:10px;}
#kakaopay_order_btn {padding-top:10px;}

/* 하이브리드 */
.option_area .option-wrap { padding:5px 15px 10px; background:#f6f6f6; border-bottom:1px solid #c7c7c7; }
.option_area .option-wrap .option-box:not(:last-child)  { width:100%; border-bottom:1px solid #cecece; }
.option_area .option-wrap .option-box.last { border-bottom:none; }
.option_area .option-wrap .option-box .tit { width:100%; padding:10px 0; color:#3b3b3b; }
.option_area .option-wrap .option-box .list:after { clear: both; content: ""; display: block; }
.option_area .option-wrap .option-box .list { width:100%; font-size:0.875em; }
.option_area .option-wrap .option-box .list li { float:left; width:20%; list-style:none; }
.option_area .option-wrap .option-box .list li.last { }
.option_area .option-wrap .option-box .list li dl { width:54px; padding-bottom:10px; text-align:center; color:#333; }
.option_area .option-wrap .option-box .list li dl dd.prdchk { text-align:left; padding-bottom:5px; }
.option_area .option-wrap .option-box .list li dl dd.prdchk input { width:12px; height:12px; }
.option_area .option-wrap .option-box .list li dl dd.prdimg { position:relative; }
.option_area .option-wrap .option-box .list li dl dd.prdimg img { width:54px; height:54px; }
.option_area .option-wrap .option-box .list li dl dd.prdimg.noimg { width:52px; height:52px; border:1px solid #d8d8d8; background:#fff url(/makeshop/newmanager/neoimages/h52_noimg.gif) no-repeat center center; }
.option_area .option-wrap .option-box .list li dl dd.prdimg .soldout { position:absolute; top:0; left:0; display:inline-block; width:54px; height:54px; line-height:56px; color:#fff; text-align:center; }
.option_area .option-wrap .option-box .list li dl dd.prdimg .soldout-bg { position:absolute; top:50%; left:0; display:inline-block; width:54px; height:20px; margin-top:-10px; background:#000; filter:alpha(opacity:40); opacity:0.4; }
.option_area .option-wrap .option-box .list li dl dd.prdimg .sel-img { position:absolute; top:0; left:0; display:inline-block; width:54px; height:54px; background:#000; filter:alpha(opacity:40); opacity:0.4; }
.option_area .option-wrap .option-box .list li dl dd.prdname { padding-top:5px; line-height:14px; word-wrap:break-word;}
.option_area .option-wrap .option-box .list li dl dd.prdnote { padding-bottom:3px; line-height:14px; word-wrap:break-word;}
.option_area .option-wrap .option-box .list li dl dd.prdprice { padding-bottom:3px; }
.option_area .option-wrap .option-box .list li dl dd.prdqty { }
.option_area .option-wrap .option-box .list li dl dd.prdqty input { display:inline-block; width:20px; height:15px; line-height:17px; padding:0 5px; border:1px solid #707070; font-size:11px; text-align:right; }
.option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down { display:inline-block; width:11px; height:14px; line-height:0; font-size:0; vertical-align:top; }
.option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a { display:inline-block; width:11px; height:9px; line-height:0; font-size:0; vertical-align:top; }
.option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down .btn-up { margin-bottom:1px; }
.option_area .option-wrap .add-option-sel { font-weight: bold; font-size: 1.1em; padding: 10px 0; border-top:1px solid #cecece; }
.option_area .option-wrap .shopdetailInfoName { width: 28%; padding-right: 5px; display:inline-block; }
.option_area .option-wrap .shopdetailInfoCont {width:70%; display:inline-block; margin-left: -4px;}
.option_area .option-wrap .shopdetailInfoCont select {width:100%;}
.option_area .option-wrap .shopdetailInfoCount .txt-qnty {text-align:right; padding:0 6px; width: 50px !important;}
.option_area .option-wrap .shopdetailInfoCount .fa-plus {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff; margin: 0 5px;}
.option_area .option-wrap .shopdetailInfoCount .fa-minus {background-color: #bbb; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff;}
.option_area .MK_optAddWrap #MK_innerOptPrice,
.option_area .MK_optAddWrap #MK_innerOptAdd { padding-bottom:5px; margin-right: 10px; }
.option_area .MK_optAddWrap #MK_optAddWrapList {background-color:#f6f6f6; }

/* 추가 구성 상품 */
.shopdetailInfoTit { height:40px; line-height:42px; padding:0 12px; border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; font-size:14px; color:#000; }
.shopdetailInfoWrap:after { clear: both; content: ""; display: block; }
.shopdetailInfoWrap { width:100%; border-bottom:1px solid #c7c7c7; }
.shopdetailInfoWrap .shopdetailInfoTop { float:left; width:45%; }
.shopdetailInfoWrap .shopdetailInfoTop figure { padding:15px 12px; border:0; }
.shopdetailInfoWrap .shopdetailInfoValue { float:right; width:52%; padding:15px 0; margin-right:3%; border:0; }
.shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName { font-size:1.333em; font-weight:bold; }
.shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoCont { width:auto; margin:0; }
.shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoName { width:auto; }
.shopdetailInfoWrap .shopdetailInfoSelect p { padding:0; background:none; }
.shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoCont .basic_option { width:100%; }
.shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoName { display:none; width:100%; padding:0 0 5px 0; }

/* 원클릭옵션 */
.shopdetailInfoOneclick {clear:both; background-color:#f6f6f6; padding: 5px 15px;  overflow:hidden; zoom:1; }
.shopdetailInfoOneclick > span {float:left; }
.shopdetailInfoOneclick .shopdetailInfoList {float:left; width: 70%; }
.MK-oneclick-list { overflow:hidden; zoom:1; }
.MK-oneclick-list:after { content: ""; display: block; clear: both; }
.MK-oneclick-list li { float:left; margin: 0 5px 5px 0; }                                                                                
.MK-oneclick-list li a { border:1px solid #231f20; display: inline-block; border-radius: 1px; box-sizing:border-box; } 
.MK-oneclick-list li.MK-oneclick-sel a { border:2px solid #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; }                                                                        
.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span { min-width: 30px; line-height: 27px; }
.MK-oneclick-value { padding-bottom: 3px; display:block; }
.MK-oneclick-only-text li.MK-oneclick-text { height: auto; }
.MK-oneclick-only-text li.MK-oneclick-text span { height: auto; line-height: 19px; }















 .xans-product-detail {
     font-size: 13px
 }

 .xans-product-detail .strike {
     text-decoration: line-through;
 }

 .xans-product-detail .byte {
     font-size: 11px;
     vertical-align: middle;
 }

 .xans-product-detail .byte strong {
     color: #1b87d4;
 }

 .xans-product-detail h1.name {
     display: inline-block;
     margin: 15px 14px;
     font-size: 18px;
     font-weight: 400;
 }

 .xans-product-detail p.prdIcon {
     display: inline-block;
     vertical-align: middle;
     margin: 0 14px 7px;
 }

 .xans-product-detail p.prdIcon img {
     margin: 7px 4px 0 0;
 }

 .xans-product-detail p.prdIcon .icon_img {
     margin: 7px 0 0 0;
 }

 .xans-product-detail .overview {
     padding: 14px;
     font-size: 12px;
 }

 .xans-product-detail .overview .prdImgView {
     position: relative;
     min-height: 100px;
     text-align: center;
 }

 .xans-product-detail .overview .prdImg {
     font-size: 0;
     line-height: 0;
 }

 .xans-product-detail .overview .prdImg img {
     width: 100%;
     border: 1px solid #ececec;
 }

 .xans-product-detail .overview .prdIcon {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-size: 25% auto;
 }

 .xans-product-detail .overview .color {
     overflow: hidden;
     margin: 7px 1px 0;
 }

 .xans-product-detail .overview .chips {
     float: left;
     width: 20px;
     height: 16px;
     margin: 0 3px 3px 0;
     font-size: 0;
     line-height: 0;
     border: 1px solid #e3e3e3;
 }

 .xans-product-detail .overview .topLogo {
     overflow: hidden;
     padding: 0 0 14px;
 }

 .xans-product-detail .overview .topLogo span {
     float: left;
     padding: 0 14px 0 0;
     font-weight: bold;
     font-size: 20px;
     line-height: 26px;
 }

 .xans-product-detail .overview .topLogo span img {
     max-height: 20px;
 }

 .xans-product-detail .overview .topLogo a {
     float: left;
 }

 .xans-product-detail .overview .topLogo a img {
     max-height: 26px;
 }

 .xans-product-detail .prdDesc .ec-base-table {
     padding: 0;
     border: 0;
 }

 .xans-product-detail .prdDesc .ec-base-table:first-of-type table {
     margin: 0;
 }

 .xans-product-detail .ec-base-table th {
     font-size: 14px;
     color: #333;
     vertical-align: middle;
 }

 .xans-product-detail .ec-base-table td span {
     /*font-size: 14px !important;*/
     color: #333 !important;
 }

 .xans-product-detail .ec-base-table tbody.priceArea tr {
     padding: 10px 0;
 }

 .xans-product-detail .ec-base-table tbody.priceArea tr.price td {
     text-decoration: line-through;
 }

 .xans-product-detail .ec-base-table tbody.priceArea td span#pricevalue {
     font-size: 22px !important;
     font-weight: 700;
 }
 
 .xans-product-detail .ec-base-table tbody.priceArea td span#pricevalue::after {
     content:'원';
 }

 .xans-product-detail .ec-base-table tbody.priceArea td span.custom_product {
     margin-left: 10px;
     font-size: 16px !important;
     font-weight: 400;
     color: #737373 !important;
     text-decoration: line-through;
 }

 .xans-product-detail .ec-base-table td select {
     width: 100%;
 }

 .xans-product-detail .ec-base-table td select#delivery_cost_prepaid {
     height: 40px;
     line-height: 40px;
     margin: 0 0 7px;
 }

 .xans-product-detail .ec-base-table td span.delv_price_B {
     font-size: 13px !important;
     color: #737373 !important;
 }

 .xans-product-detail .ec-base-table td span.delv_price_B strong {
     font-weight: 400;
 }

 .xans-product-detail .ec-base-table .mileage td p {
     display: inline-block;
 }

 .xans-product-detail .ec-base-table.typeWrite td select {
     width: 100%;
 }

 .xans-product-detail .ec-base-table.typeWrite td.selectButton {
     text-align: right;
 }

 .xans-product-detail .ec-base-table.typeWrite td.fileInfo input {
     width: 95%;
 }

 .xans-product-detail .ec-base-table.typeWrite #ul_file_option li {
     margin: 4px 0 0;
     color: #757575;
     font-size: 11px;
 }

 .xans-product-detail .ec-base-table.typeWrite #ul_file_option .btnDelete {
     overflow: hidden;
     display: inline-block;
     text-indent: -999px;
     width: 21px;
     height: 20px;
     border: 0;
     cursor: pointer;
     background: url("/design/namhae1234/mo_img/btn_delete.png") no-repeat 0 0;
     background-size: 100% 100%;
 }

 .xans-product-detail .ec-base-table.typeWrite img {
     vertical-align: middle;
     cursor: pointer;
 }

 .xans-product-detail .btnRestockMail {
     display: inline-block;
     padding: 3px 7px;
     border: 1px solid #d5d5d5;
     border-radius: 2px;
     color: #1b1b1b;
     font-size: 11px;
     background: #fff;
 }

 .xans-product-detail .btnRestockSms {
     display: inline-block;
     padding: 3px 7px;
     border: 1px solid #d5d5d5;
     border-radius: 2px;
     color: #1b1b1b;
     font-size: 11px;
     background: #fff;
 }

 .xans-product-detail .sizeGuide {
     margin: 0 7px;
     padding: 7px 0 14px 27px;
     background: url("/design/namhae1234/mo_img/ico_sizeGuide.png") no-repeat 7px 9px;
     background-size: auto 10px;
 }

 .xans-product-detail .sizeGuide a {
     display: inline-block;
     padding: 0 14px 0 0;
     font-weight: bold;
     color: #1b1b1b;
     font-size: 13px;
     background: url("/design/namhae1234/mo_img/btn_sizeguide.png") no-repeat 100% 50%;
     background-size: auto 12px;
 }

 .xans-product-detail .likeButton {
     display: table;
     margin: 14px auto 0;
     text-align: center;
 }

 .xans-product-detail .likeButton button {
     padding: 0 9px;
     background: #fff;
     border: 1px solid #d5d5d5;
     border-bottom-color: #b5b5b5;
     border-radius: 3px;
 }

 .xans-product-detail .likeButton span {
     display: inline-block;
     font-size: 13px;
     line-height: 25px;
     color: #757575;
 }

 .xans-product-detail .likeButton .title:after {
     display: inline-block;
     content: "";
     margin: 0 9px;
     width: 1px;
     height: 9px;
     background: #dedede;
 }

 .xans-product-detail .likeButton .count {
     margin: 0 0 0 3px;
     background: none;
 }

 .xans-product-detail .likeButton.selected .title {
     color: #ef524d;
 }

 .xans-product-detail .likeButton.selected .count span {
     color: #2e2e2e;
 }


.xans-coupon-productdetail.ec-base-fold {
     margin: 0 7px 7px;
 }

 .xans-coupon-productdetail .contents {
     background: #fff;
 }

 .xans-coupon-productdetail .contents li {
     padding: 14px;
     border-top: 1px solid #ececec;
 }

 .xans-coupon-productdetail .contents li:first-child {
     border-top: 0;
 }

 .xans-coupon-productdetail .coupon {
     width: 216px;
     height: 105px;
     margin: 10px auto;
     font-size: 12px;
     line-height: 1.5;
     text-align: center;
     font-family: Dotum, sans-serif;
     background-repeat: no-repeat;
 }

 .xans-coupon-productdetail .coupon .title {
     display: block;
     padding: 8px 0 0;
     font-size: 10px;
     line-height: 15px;
     text-align: center;
     font-weight: normal;
     font-family: Arial, sans-serif;
 }

 .xans-coupon-productdetail .coupon .discount {
     font-size: 18px;
     line-height: 28px;
     font-weight: bold;
     text-align: center;
     letter-spacing: -1px;
     font-family: Dotum, sans-serif;
     text-decoration: none;
 }

 .xans-coupon-productdetail .coupon .discount span {
     font-size: 22px;
     font-family: Verdana, sans-serif;
 }

 .xans-coupon-productdetail .coupon .period {
     font-size: 11px;
     line-height: 13px;
     font-weight: bold;
     text-align: center;
     font-family: Dotum, sans-serif;
     letter-spacing: -1px;
 }

 .xans-coupon-productdetail .coupon .button {
     margin: 5px 0 0;
     text-align: center;
 }


 #dCouponDetail {
     position: absolute;
     z-index: 100;
     min-width: 303px;
     margin: 0 7px;
     border: 1px solid #353535;
     border-radius: 4px;
     background: #f1f1f1;
 }

 #dCouponDetail.active {
     display: block;
 }

 #dCouponDetail h4 {
     font-size: 14px;
     box-sizing: border-box;
     padding: 10px 14px;
     background: #353535;
     color: #fff;
 }

 #dCouponDetail .couponInfo {
     margin: 14px 7px 7px;
     background: #fff;
     border: 1px solid #d5d5d5;
 }

 #dCouponDetail .couponInfo li {
     padding: 12px;
     border-top: 1px solid #ededed;
 }

 #dCouponDetail .couponInfo li:first-child {
     border-top: 0;
 }

 #dCouponDetail .mButton {
     text-align: center;
     padding: 0 0 7px;
 }

 #dCouponDetail .mButton a {
     display: inline-block;
     height: 28px;
     line-height: 28px;
     margin: 0;
     padding: 0 9px;
     font-size: 13px;
     cursor: pointer;
     vertical-align: middle;
     font-family: Verdana, "맑은 고딕", Malgun Gothic, "돋움", Dotum, sans-serif;
     font-weight: 400;
     border: 0;
     border-radius: 2px;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 #dCouponDetail .mButton .tSubmit1 {
     color: #fff;
     background: #4a5164;
     margin: 0 7px 0 0;
 }

 #dCouponDetail .mButton .tSubmit2 {
     color: #1b1b1b;
     border: 1px solid #bcbcbc;
     background: #fff;
 }

 .xans-product-action.fixed {
     position: fixed;
     z-index: 120;
     left: 0;
     bottom: 0;
     width: 100%;
     box-sizing: border-box;
     margin: 0;
     padding: 7px 13px;
     background-color: #dbdbdb;
     -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.3);
 }

 #NaverChk_Button {
     margin: 0 0 10px;
 }

 .xans-product-detail .productSet {
     margin: 0 7px 7px;
 }

 .xans-product-detail .productSet .product>li {
     padding: 14px;
     background: #fff;
     border-top: 1px solid #ededed;
 }

 .xans-product-detail .productSet .product>li:first-child {
     border-top: 0;
 }

 .xans-product-detail .productSet .product .information {
     min-height: 73px;
     padding: 0;
 }

 .xans-product-detail .productSet .product .information:after {
     display: block;
     content: "";
     clear: both;
 }

 .xans-product-detail .productSet .product .thumbnail {
     float: left;
     width: 71px;
     padding: 0 14px 14px 0;
 }

 .xans-product-detail .productSet .product .thumbnail img {
     max-width: 100%;
     border: 1px solid #d5d5d5;
 }

 .xans-product-detail .productSet .product .name {
     margin: 0 0 7px;
     font-size: 14px;
     color: #757575;
     line-height: 1.25em;
 }

 .xans-product-detail .productSet .product .name a {
     color: #757575;
     word-wrap: break-word;
 }

 .xans-product-detail .productSet .product .price {
     margin: 0 0 14px;
     font-size: 14px;
     font-family: Tahoma, sans-serif;
     color: #000;
     line-height: 1.25em;
     word-wrap: break-word;
 }

 .xans-product-detail .productSet .product .qty {
     font-size: 11px;
     color: #8f8f91;
 }

 .xans-product-detail .productSet .product .salePrice {
     font-size: 13px;
     font-family: Tahoma, sans-serif;
     font-weight: bold;
     color: #66676a;
 }

 .xans-product-detail .productSet .product .option {
     margin: 5px 0 0;
     padding: 0 6px 6px;
     border: 1px solid #d5d5d5;
     background: #f1f1f1;
 }

 .xans-product-detail .productSet .product .option table {
     width: 100%;
 }

 .xans-product-detail .productSet .product .option th,
 .xans-product-detail .productSet .product .option td {
     padding: 7px 0 0;
     line-height: 29px;
     font-size: 12px;
 }

 .xans-product-detail .productSet .product .option th {
     color: #757575;
     font-weight: normal;
     text-align: left;
 }

 .xans-product-detail .productSet .product .option td .fText {
     width: 45%;
     padding: 3px;
 }

 .xans-product-detail .productSet .product .sizeGuide {
     margin: 0;
     padding: 7px 14px 0 27px;
     background-position: 7px 17px;
 }

 .xans-product-detail .productSet .product .sizeGuide a {
     padding: 7px 14px 7px 0;
 }

 .xans-product-detail .productSet.hide .title span {
     display: block;
     padding: 0;
     font-size: 12px;
 }

 .xans-product-detail .productSet.hide .product {
     display: none;
 }

 .xans-product-detail .productSet select {
     width: 100%;
     white-space: nowrap;
 }

 .xans-product-detail .productSet input[type="text"],
 .xans-product-detail .productSet input[type="password"] {
     margin-bottom: 2px;
 }

 .xans-product-detail .productSet #quantity {
     width: 49px;
 }

 .xans-product-detail .productSet .quantity img {
     width: auto;
 }

 .xans-product-detail .productSet .quantity.set {
     padding: 14px 14px;
     border-top: 1px solid #ccc;
     background: #fff;
 }

 .xans-product-detail .productSet .quantity.set dt,
 .xans-product-detail .productSet .quantity.set dd {
     display: inline-block;
     vertical-align: middle;
 }

 .xans-product-detail .productSet .quantity.set dt {
     width: 104px;
     padding: 0 0 0 6px;
     font-size: 13px;
     color: #757575;
 }

 .xans-product-detail .productSet td img {
     width: 26px;
     vertical-align: middle;
     cursor: pointer;
 }

 .xans-product-detail .productSet .selectButton {
     margin: 14px 0 0;
     width: 100%;
     text-align: right;
 }

 .xans-product-detail .productSet.xans-product-setproduct .product .thumbnail {
     padding: 0 7px 14px 0;
 }

 .xans-product-detail .xans-product-option .value {
     color: #767479;
     word-break: break-all;
 }

 .xans-product-detail .xans-product-option .value .ec-product-value {
     color: #363437;
 }

 .xans-product-detail .xans-product-option .ec-product-button li {
     position: relative;
     overflow: hidden;
     display: inline-block;
     margin: 0 3px 3px 0;
     vertical-align: top;
     border: 1px solid #c8c8c8;
     border-radius: 2px;
     background: #fff;
 }

 .xans-product-detail .xans-product-option .ec-product-button li:last-child {
     margin-right: 0;
 }

 .xans-product-detail .xans-product-option .ec-product-button li a {
     display: block;
     min-width: 30px;
     line-height: 18px;
     text-align: center;
     text-decoration: none;
     word-break: break-all;
 }

 .xans-product-detail .xans-product-option .ec-product-button li a span {
     display: inline-block;
     padding: 6px 5px;
     box-sizing: border-box;
     word-break: break-all;
 }

 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li {
     padding: 3px;
 }

 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a {
     min-width: 24px;
     width: 24px;
     height: 24px;
 }

 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a img {
     max-width: 100%;
     max-height: 100%;
     vertical-align: top;
 }

 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a span {
     overflow: hidden;
     line-height: 0;
     font-size: 0;
     padding: 0;
     text-indent: 120%;
     white-space: nowrap;
 }

 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span,
 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-disabled span {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
 }

 .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span {
     background: url("/design/namhae1234/mo_img/soldout_bg.png") repeat;
     background-size: 28px auto;
 }

 .xans-product-detail .xans-product-option .ec-product-button .ec-product-soldout {
     border-style: dashed;
 }

 .xans-product-detail .xans-product-option .ec-product-button .ec-product-soldout a span {
     display: inline-block;
     width: 100%;
     height: 100%;
     cursor: not-allowed;
     color: #c8c8c8;
 }

 .xans-product-detail .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected {
     border-style: dashed;
 }

 .xans-product-detail .xans-product-option .ec-product-button .ec-product-disabled a span {
     display: inline-block;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.3);
 }

 .xans-product-detail .xans-product-option .ec-product-button .ec-product-selected {
     border: 2px solid #495164;
     border-radius: 2px;
 }

 .xans-product-detail .xans-product-option .ec-product-button .ec-product-selected a {
     margin: -1px;
 }

 .xans-product-detail .xans-product-option .ec-product-radio>li {
     display: inline-block;
     margin: 0 10px 0 0;
 }

 .xans-product-detail .xans-product-option .ec-product-radio .ec-product-disabled,
 .xans-product-detail .xans-product-option .ec-product-radio .ec-product-soldout {
     color: #d7d7d7;
 }



 .xans-product-detaildesign td>span>ul.discountMember {
     margin: 5px 0 0;
 }

 .xans-product-detaildesign td>span>ul.discountMember>li {
     display: inline-block;
     margin: 0 5px 5px 0;
 }

 .xans-product-detaildesign td>span>ul.discountMember>li .ec-front-product-show-benefit-icon {
     display: inline-block;
     width: auto;
     height: 26px;
 }

 .xans-product-detaildesign .discount_layer {
     margin: 3px auto 0;
     padding: 0 14px 14px;
 }

 .xans-product-detaildesign .discount_layer h3 {
     display: block;
     font-size: 15px;
     color: #000;
     line-height: 43px;
 }

 .xans-product-detaildesign .discount_layer p,
 .xans-product-detaildesign .discount_layer ul {
     margin: 7px 0;
 }

 .xans-product-detaildesign .discount_layer p.bullet,
 .xans-product-detaildesign .discount_layer ul.bullet li {
     padding: 0 0 0 14px;
     font-size: 12px;
     background: url("/design/namhae1234/mo_img/ico_dot.png") no-repeat 3px 6px;
     background-size: 4px auto;
 }

 .xans-product-detaildesign .discount_layer .info {
     color: #757575;
     font-size: 12px;
 }

 .xans-product-detaildesign .discount_layer table {
     border: 1px solid #ececec !important;
     background: #fff;
 }

 .xans-product-detaildesign .discount_layer thead {
     display: table-column;
 }

 .xans-product-detaildesign .discount_layer thead th {
     padding: 0;
     height: 0;
     font-size: 0;
     line-height: 0;
     border: 0;
 }

 .xans-product-detaildesign .discount_layer tbody th {
     padding: 7px 3px 7px 7px;
 }

 .xans-product-detaildesign .discount_layer tbody th,
 .xans-product-detaildesign .discount_layer tbody td {
     font-size: 12px;
     border-top: 1px solid #ececec !important;
 }

 .xans-product-detaildesign .discount_layer tbody td {
     padding: 7px 7px 7px 0;
     text-align: right;
 }

 .xans-product-detaildesign .discount_layer tbody td .addMobile {
     display: block;
 }

 .xans-product-detaildesign .discount_layer .gCenter {
     text-align: center;
 }

 .xans-product-detail .productSet .description {
     margin: 0 -14px;
 }

 .xans-product-detail .productSet .description h3 {
     height: 0;
     line-height: 0;
     font-size: 0;
 }

 .xans-product-detail .productSet .description.eToggle .inner {
     display: none;
 }

 .xans-product-detail .productSet .description.eToggle.selected .inner {
     display: block;
     margin: 9px 0 0;
 }

 .xans-product-detail .productSet .description .content {
     display: none;
     padding: 0;
 }

 .xans-product-detail .productSet .description.selected .content {
     display: block;
 }

 .xans-product-detail .productSet .description td img {
     width: auto;
 }

 .xans-product-detail .productSet .description .color td {
     font-size: 0;
     line-height: 0;
 }

 .xans-product-detail .productSet .description .chips {
     display: inline-block;
     width: 20px;
     height: 16px;
     margin: 0 2px 3px 0;
     border: 1px solid #e3e3e3;
 }

 .xans-product-detail .productSet .description .discountMember img {
     width: auto;
     height: 26px;
 }

 .xans-product-detail .productSet .description .ec-base-button {
     margin-bottom: 0;
 }

 .xans-product-detail .productSet .description .btnBasic {
     width: 100%;
     max-width: 320px;
     color: #757575;
     font-weight: bold;
 }

 .xans-product-detail .productSet .description .btnBasic.icoToggle span {
     display: inline-block;
     padding: 0 20px 0 0;
     background: url("/design/namhae1234/mo_img/ico_toggle_arow_down2.png") no-repeat right 10px;
     background-size: 13px auto;
 }

 .xans-product-detail .productSet .description.selected .btnBasic.icoToggle span {
     background-image: url("/design/namhae1234/mo_img/ico_toggle_arow_up2.png");
 }

 .xans-product-detail .productSet .description .xans-product-stocklayer .layer .content {
     padding: 20px 10px;
 }


 .xans-product-mobileimage {
     margin: 0;
 }

 .xans-product-mobileimage li {
     vertical-align: middle;
 }

 .xans-product-mobileimage .thumbnail {
     display: inline-block;
     position: relative;
 }

 .xans-product-mobileimage img {
     max-width: 100%;
     max-height: 100%;
 }

 .xans-product-mobileimage .ec-base-paginate {
     margin: 15px 0 0;
 }

 .xans-product-additional,
 .faq {
     margin: 0;
     padding: 0 0 7px;
     background-color: #f0f0f0;
 }

 .xans-product-additional .faq .toggle {
     margin: 0 7px 7px;
     border: 1px solid #d5d5d5;
     background-color: #fff;
 }

 .xans-product-additional .faq .toggle>.title {
     position: relative;
     padding: 14px;
     color: #508bed;
     -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
     cursor: pointer;
     background-color: #f0f0f0;
 }

 .xans-product-additional .faq .toggle>.title:after {
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     content: "";
     width: 40px;
     height: 100%;
     background-repeat: no-repeat;
     background-size: 13px 8px;
     background-position: center;
     background-image: url("/design/namhae1234/mo_img/ico_toggle_arow_down.png");
 }

 .xans-product-additional .faq .toggle.selected>.title:after {
     background-image: url("/design/namhae1234/mo_img/ico_toggle_arow_up.png");
 }

 .xans-product-additional .faq .toggle.disable>.title:after {
     background-image: none !important;
 }

 .xans-product-additional .faq .toggle .contents {
     display: none;
     border-top: 1px solid #ddd;
     padding: 14px;
     color: #777;
 }

 .xans-product-additional .faq .toggle.selected>.contents,
 .xans-product-additional .faq .toggle.disable>.contents {
     display: block;
 }

 .xans-product-additional {
     margin: 0;
     padding: 0;
     background: #fff;
 }

 .xans-product-additional #prdDetail .button {
     text-align: center;
     padding: 12px 0;
 }

 .xans-product-additional #prdDetail .ico {
     position: relative;
     top: 2px;
     display: inline-block;
     width: 13px;
     height: 13px;
     background-image: url("/design/namhae1234/mo_img/ico_expand.png");
     background-size: 13px 13px;
 }

 .xans-product-additional #prdDetail img {
     width: 100%;
     margin: 0;
 }

 .xans-product-additional .btnMore {
     position: relative;
     margin: 0 auto;
     width: 100%;
 }

 .xans-product-additional .btnMore a {
     display: block;
     padding: 12px 0;
     border-top: 1px solid #f1f1f1;
     border-bottom: 1px solid #d5d5d5;
     color: #757575;
     text-align: center;
     font-weight: bold;
     background: #f5f5f5;
 }

 .xans-product-additional .btnMore span.icoMore {
     display: inline-block;
     margin: 0 0 0 8px;
     width: 12px;
     height: 7px;
     font-size: 0;
     line-height: 0;
     vertical-align: middle;
     background: url("/design/namhae1234/mo_img/btn_more.gif") no-repeat 50% 50%;
     background-size: 12px 7px;
 }



 .xans-product-detaildesign {
     padding: 14px 7px 7px;
     background: #f1f1f1;
 }

 .xans-product-detaildesign>.ec-base-table input#quantity,
 .xans-product-detaildesign>.ec-base-table img.QuantityUp,
 .xans-product-detaildesign>.ec-base-table img.QuantityDown {
     display: none;
 }

 .xans-product-detaildesign>.ec-base-table img#qrcode {
     width: 70px;
     margin-right: -20px;
     margin-top: 15px;
 }

 .xans-product-detaildesign>.ec-base-table .discount {
     display: block;
     font-size: 11px;
     color: #1c1c1c;
 }

 .xans-product-detaildesign>.ec-base-table .period {
     display: block;
 }

 .xans-product-detaildesign>.ec-base-table #delivery_cost_prepaid {
     display: block;
 }

 .xans-product-detaildesign>.ec-base-table #btn_email_restock img {
     width: auto;
     height: 26px;
 }


 #prdQnA {
     display: none;
 }

 #prdQnA h3 {
     display: none;
 }

 #prdQnA .board>.ec-base-button {
     padding: 14px 17px;
     margin: 0 0 0 -4px;
 }

 #prdQnA .nodata {
     padding: 14px 0;
     text-align: center;
 }

 .xans-product-qna .writeNotiArea {
     padding: 0 14px;
     background: #fff;
 }

 .xans-product-qna .writeNotiArea:after {
     content: "";
     display: block;
     clear: both;
 }

 .xans-product-qna .writeNotiArea p {
     float: left;
     margin: 7px 0;
 }

 .xans-product-qna .writeNotiArea div.gRight {
     float: right;
     margin: 7px 0 0;
 }

 .xans-product-qna .noAccess {
     margin: 14px 0;
     text-align: center;
 }

 .xans-product-qna .minor {
     padding: 108px 0 28px;
     text-align: center;
     background: url("/design/namhae1234/mo_img/bg_adult.png") center 14px no-repeat;
     background-size: 80px 80px;
     border-top: 1px solid #d5d5d5;
     border-bottom: 1px solid #d5d5d5;
 }

 .xans-product-qna .minor p {
     font-size: 13px;
     margin: 0 0 14px;
 }

 .xans-product-qna .boardSort {
     padding: 7px 14px;
     font-size: 13px;
     background: #f1f1f1;
 }

 .xans-product-qna .boardSort:after {
     content: "";
     display: block;
     clear: both;
 }

 .xans-product-qna .boardSort span {
     float: left;
     margin: 0 14px 0 0;
 }

 .xans-product-qna {
     margin: -1px 0 0;
     font-size: 11px;
     background: #fff;
 }

 .xans-product-qna>ul>li {
     overflow: hidden;
     position: relative;
     padding: 14px 0;
     min-height: 43px;
     color: #757575;
     border-bottom: 1px solid #d5d5d5;
 }

 .xans-product-qna>ul>li:first-child {
     border-top: 1px solid #d5d5d5;
 }

 .xans-product-qna .descriptions {
     position: relative;
     margin: 0 0 0 7px;
     padding: 0 7px;
 }

 .xans-product-qna .descriptions a {
     display: block;
     color: #757575;
     font-size: 0;
 }

 .xans-product-qna .descriptions a .summary {
     display: block;
     padding: 0 15px 10px 0;
     color: #1b1b1b;
     font-size: 15px;
     line-height: 1.3em;
     font-weight: normal;
 }

 .xans-product-qna .descriptions a .id {
     padding: 0 7px 0 0;
 }

 .xans-product-qna .descriptions a span {
     position: relative;
     display: inline-block;
     padding: 0 7px 0 8px;
     font-size: 11px;
 }

 .xans-product-qna .descriptions a span:before {
     display: block;
     content: "";
     position: absolute;
     top: 1px;
     left: 0;
     width: 1px;
     height: 11px;
     background: #d6d6d6;
 }

 .xans-product-qna .descriptions a strong+span:before {
     display: none;
 }

 .xans-product-qna .descriptions a strong.summary span {
     display: none;
     padding: 0 2px 0 0;
 }

 .xans-product-qna .contentView {
     margin: 0;
     padding: 0;
     min-height: 0;
     background: #f9f9f9;
     color: #757575;
     font-size: 15px;
     text-align: left;
     word-wrap: break-word;
 }

 .xans-product-qna .contentView .view {
     margin: 0;
     padding: 14px;
 }

 .xans-product-qna .contentView .view.secret {
     padding: 14px 28px;
 }

 .xans-product-qna .contentView .view.secret .alert {
     display: block;
     margin: 0 0 14px;
     padding: 0 0 0 31px;
     color: #353535;
     font-size: 13px;
     line-height: 1.2em;
     background: url("/design/namhae1234/mo_img/ico_secret.png") 4px 4px no-repeat;
     background-size: 17px 20px;
 }

 .xans-product-qna .contentView .view.secret p {
     position: relative;
     padding: 0 51px 0 0;
 }

 .xans-product-qna .contentView .view.secret p input[type="password"] {
     width: 100%;
 }

 .xans-product-qna .contentView .view.secret p input[type="button"] {
     position: absolute;
     top: 0;
     right: 0;
 }

 .xans-product-qna .contentView .attach {
     max-width: 100%;
     text-align: center;
 }

 .xans-product-qna .contentView .attach img {
     max-width: 100%;
     margin: 0 0 14px;
     border: 1px solid #dedede;
 }

 .xans-product-qna .contentView p {
     color: #1b1b1b;
 }

 .xans-product-qna .contentView .ec-base-button {
     margin: 0;
     padding: 0 14px 14px;
 }

 .xans-product-qna .contentView .ec-base-button a em {
     color: #508bed;
 }

 .xans-product-qna .contentView .ec-base-button .ico.write {
     position: relative;
     top: 2px;
     display: inline-block;
     width: 13px;
     height: 13px;
     background-image: url("/design/namhae1234/mo_img/ico_comment.png");
     background-size: 13px 13px;
 }

 .xans-product-qna .contentView .boardComment li {
     padding: 0 0 0 14px;
     border-top: 1px solid #d5d5d5;
     background: #f1f1f1;
 }

 .xans-product-qna .contentView .boardComment li .ec-base-button .gLeft {
     margin-left: -4px;
 }

 .xans-product-qna .contentView .boardComment li .ec-base-button .gLeft a,
 .xans-product-qna .contentView .boardComment li .ec-base-button .gLeft button {
     margin-left: 4px;
 }

 .xans-product-qna .contentView .boardComment li .commentInfo {
     padding: 14px 14px 0;
     font-size: 12px;
     color: #757575;
     background: url("/design/namhae1234/mo_img/ico_bullet.png") 0 16px no-repeat;
     background-size: 8px 8px;
 }

 .xans-product-qna .contentView .boardComment li .commentInfo .name {
     padding: 0 8px 0 0;
     font-weight: normal;
 }

 .xans-product-qna .contentView .boardComment li .commentInfo span {
     position: relative;
     padding: 0 8px;
 }

 .xans-product-qna .contentView .boardComment li .commentInfo span:before {
     position: absolute;
     top: 1px;
     left: 0;
     display: inline-block;
     content: "";
     width: 1px;
     height: 11px;
     background: #ccc;
 }

 .xans-product-qna .contentView .boardComment li span img {
     width: 50px;
     height: 10px;
     vertical-align: baseline;
 }

 .xans-product-qna .contentView .boardComment p.comment {
     padding: 14px;
     color: #1b1b1b;
 }

 .xans-product-qna .contentView .boardComment .replyArea {
     padding: 0 0 0 28px;
     border-top: 0;
     background: #f1f1f1;
     background-size: 8px 8px;
 }

 .xans-product-qna .contentView .boardComment .replyArea .commentInfo {
     border-top: 1px solid #d5d5d5;
 }

 .xans-product-qna .contentView .memoCont {
     padding: 7px 0 0;
     border-top: 1px solid #d5d5d5;
 }

 .xans-product-qna .contentView .memoCont .label {
     padding: 0 7px 0 0;
     color: #757575;
     font-weight: normal;
     vertical-align: middle;
     letter-spacing: -1px;
 }

 .xans-product-qna .contentView .memoCont .label.hide {
     display: none;
 }

 .xans-product-qna .contentView .memoCont .info {
     padding: 0 14px;
 }

 .xans-product-qna .contentView .memoCont .info:after {
     content: "";
     display: block;
     clear: both;
 }

 .xans-product-qna .contentView .memoCont .info p {
     position: relative;
     box-sizing: border-box;
     width: 50%;
 }

 .xans-product-qna .contentView .memoCont .info p .label {
     position: absolute;
     left: 0;
     padding: 0;
     text-align: center;
     font-size: 12px;
     line-height: 29px;
     letter-spacing: 0;
 }

 .xans-product-qna .contentView .memoCont .info p.name {
     float: left;
     padding: 0 0 0 45px
 }

 .xans-product-qna .contentView .memoCont .info p.name .label {
     width: 45px;
 }

 .xans-product-qna .contentView .memoCont .info p.password {
     float: right;
     padding: 0 0 0 65px
 }

 .xans-product-qna .contentView .memoCont .info p.password .label {
     width: 65px;
 }

 .xans-product-qna .contentView .memoCont .info p.name input[type="text"],
 .xans-product-qna .contentView .memoCont .info p.password input[type="password"] {
     width: 100%;
     margin: 0;
 }

 .xans-product-qna .contentView .memoCont .info p.password .label {
     margin: 0;
 }

 .xans-product-qna .contentView .memoCont .ec-base-help {
     margin: 8px 0 0 24px;
 }

 .xans-product-qna .contentView .memoCont .admin a {
     display: block;
     text-align: center;
 }

 .xans-product-qna .contentView .memoCont .comment {
     margin: 14px 14px 0;
 }

 .xans-product-qna .contentView .memoCont .comment textarea#comment {
     width: 100%;
     height: 50px;
     margin: 0 0 7px 0;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
 }

 .xans-product-qna .contentView .memoCont .byteRating {
     margin: 5px 0 0;
     border-bottom: 1px solid #ededed;
 }

 .xans-product-qna .contentView .memoCont .byteRating:after {
     content: "";
     display: block;
     clear: both;
 }

 .xans-product-qna .contentView .memoCont .rating {
     float: left;
     padding: 7px 14px;
     box-sizing: border-box;
 }

 .xans-product-qna .contentView .memoCont .rating .label {
     display: inline-block;
     width: 45px;
     padding: 0;
     line-height: 29px;
     text-align: center;
     font-size: 12px;
     letter-spacing: 0;
 }

 .xans-product-qna .contentView .memoCont .byte {
     float: right;
     text-align: right;
 }

 .xans-product-qna .contentView .memoCont .submit {
     text-align: right;
     padding: 0 14px 7px;
 }

 .xans-product-qna .contentView .memoCont .captcha {
     overflow: hidden;
     margin: 0 14px;
     padding: 10px 0 10px 114px;
     border-top: 1px solid #ededed;
 }

 .xans-product-qna .contentView .memoCont .captcha .form {
     float: left;
     position: relative;
 }

 .xans-product-qna .contentView .memoCont .captcha img {
     position: absolute;
     left: -30px;
     margin-right: -30px;
 }

 .xans-product-qna .contentView .memoCont .captcha img:first-child {
     left: -114px;
     margin-right: -114px;
 }

 .xans-product-qna .contentView .memoCont .captcha .form {
     width: 100%;
 }

 .xans-product-qna .contentView .memoCont .captcha .form p {
     margin: 14px 0 0;
     padding: 0 0 0 20px;
     font-size: 11px;
     background: url("/design/namhae1234/mo_img/ico_important.png") no-repeat 0 50%;
     background-size: 13px 13px;
 }

 .xans-product-qna .contentView .memoCont .mButton {
     margin: 10px 0 0;
 }

 .xans-product-qna .contentView .memoCont #captcha {
     margin: 2px 0 0 0;
     width: 100%;
 }

 .xans-product-qna .contentView .memoCont .boardCommentAuthority {
     padding: 14px;
     text-align: center;
     background: #fff;
 }

 .xans-product-relation {
     margin: 0;
     background: #FFF;
 }

 .xans-product-relation:first-child h2 {
     border-top: 0;
 }

 .xans-product-relation h2 {
     margin: 0;
     padding: 14px 14px 0;
     height: 43px;
     font-size: 13px;
     line-height: 43px;
 }

 .xans-product-relation img {
     max-width: 100%;
 }

 .xans-product-relation li {
     vertical-align: top;
     margin: 0 0 14px;
 }

 .xans-product-relation>ul>li>ul {
     display: table;
     table-layout: fixed;
     width: 100%;
     font-size: 0;
     line-height: 0;
     box-sizing: border-box;
     padding: 0 7px;
 }

 .xans-product-relation>ul>li>ul>li {
     position: relative;
     display: inline-block;
     padding: 0;
     text-align: center;
     vertical-align: top;
 }

 .xans-product-relation .strike {
     font-weight: normal;
     text-decoration: line-through;
 }

 .xans-product-relation>ul[class*="grid"] {
     display: table;
     table-layout: fixed;
     width: 100%;
     font-size: 0;
     line-height: 0;
     box-sizing: border-box;
     padding: 0 7px 0;
 }

 .xans-product-relation>ul[class*="grid"]>li {
     position: relative;
     display: inline-block;
     padding: 0;
     vertical-align: top;
 }

 .xans-product-relation .thumbnail {
     padding: 0 7px;
     margin: 0 0 10px;
 }

 .xans-product-relation .thumbnail img {
     width: 100%;
     border: 1px solid #ECECEC;
 }

 .xans-product-relation .information {
     position: relative;
     min-height: 10px;
     margin: 7px 7px 0;
 }

 .xans-product-relation .name {
     margin: 0 0 10px;
     font-size: 14px;
     line-height: 1.25;
     word-wrap: break-word;
 }

 .xans-product-relation .name a {
     color: #757575;
 }

 .xans-product-relation .price {
     margin: 0 0 10px;
     color: #000;
     font-family: Tahoma;
     font-size: 13px;
     line-height: 1.25em;
 }

 .xans-product-relation .strike {
     text-decoration: line-through;
 }

 .xans-product-relation .grid2 li {
     width: 50%;
 }

 .xans-product-relation .grid3 li {
     width: 33.333%;
 }

 .xans-product-relation .grid4 li {
     width: 25%;
 }

 .xans-product-relation .grid5 li {
     width: 20%;
 }
/*
#prdInfo {
    display: none;
}

  #prdReview {
     display: none;
 }

 #prdReview h3 {
     display: none;
 }
*/

 #prdReview .board>.ec-base-button {
     padding: 14px 17px;
     margin: 0 0 0 -4px;
 }

 #prdReview .nodata {
     padding: 14px 0;
     text-align: center;
 }
 
 
 
 
 .shopdetailInfoSelect p .txt {
    display: inline-block;
    width: 77%;
    vertical-align: middle;
}

.shopdetailInfoSelect p .txt select {
    width: 100%;
}

.shopdetailInfoSelect p {
    display: flex;
    align-items: center;
}

div.ec-base-tab ul {
    overflow: hidden;
}

div.ec-base-tab ul li {
    float: left;
    width: 25%;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
    border-left: none;
    box-sizing: border-box;
}

div.ec-base-tab ul li.selected {
    border-top: 2px solid #000;
    border-bottom: none;
    background-color: #fff;
}

div.ec-base-tab ul::after {
    display: block;
    content: '';
    clear: both;
}

#MK_innerOptTotal span.MK_txt-total {
    font-size: 17px;
    font-weight: 400;
}

#MK_innerOptTotal.total {
    padding: 14px;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    background: transparent;
    text-align: unset;
}

#MK_innerOptTotal .MK_total {
    display: block;
    margin-top: 25px;
    text-align: right;
    font-size: 25px;
    font-weight: 700;
    color: #1b1b1b;
    margin-left: 0;
}

#MK_innerOptTotal .MK_total::after {content: '원';}


div.detail_btn_wrap {
    overflow: hidden;
    margin-bottom: 70px;
}

div.detail_btn_wrap a, div.detail_btn_wrap button {
    width: calc(50% - 32.5px);
    height: 45px;
    margin-right: 5px;
    float: left;
    line-height: 45px;
    font-size: 17px;
    box-sizing: border-box;
}

div.detail_btn_wrap a.buy {
    margin-right: 10px;
    background-color: #e63740;
    color: #fff;
    border: none;
}

div.detail_btn_wrap a.wish_list {
    width: 43px;
    margin-right: 0;
    background: url(/design/namhae1234/mo_img/btn_favo.png) no-repeat 50% 50% / 22px 22px;
}

div.floating_buy_wrap {
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index:9100;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 -3px 15px rgb(0 0 0 / 50%);
}

div.floating_buy_wrap div.detail_btn_wrap {
    margin-bottom: 0;
}

div.prdDesc {
    width: calc(100% - 20px);
    margin: 0 auto;
}

div#prdDetail {
    padding: 25px 10px;
}

div#prdDetail img {
    width: 100% !important;
    height: auto !important;
}

/* 상세페이지 내 텍스트 */

.mytxt {font-family: 'Noto Sans Korean' !important; font-weight:500 !important; font-size:1.25rem !important; text-align:center; margin:2rem 0 4rem 0; padding:1rem} 
.mytxt>h3 {font-weight:700; font-size:1.825rem  !important; line-height:1.6;}
.mytxt>h4 {font-weight:500; color:#666; font-size:1.325rem !important; line-height:1.0; padding:2rem 0 0 0}
.mytxt>h3:before{
    content:"";
    width:2px;
    height:50px;
    background-color:#ccc;
    display:block;
    margin:2rem auto 1rem auto
}

.mytxt>h4:after{
    content:"";
    width:2em;
    height:2em;
    background-image:url("/design/namhae1234/img/downarrow.svg");
    background-repeat:no-repeat;
    background-size:cover;
    display:block;
    margin:0 auto 0 auto
}
.mytxt a {color:#3366cc !important; text-decoration:underline; font-size:1rem}
.mytxt.big {font-size:2rem !important;}
.listBox {margin:2rem 0}
.listBox>p {margin-bottom:0.666rem !important}
.mtxt {font-size:1.25rem !important;}
.mytxt .pOrange {color:#ff6a38}
.mytxt ul  {margin:0 1rem}
.mytxt ul li {color:#666; font-weight:400; line-height:1.5}
.mytxt ul li span {display:inline-block;}
.mtxt {font-size:1.25rem !important;}
.stxt {font-size:1rem !important;}
.mytxt dl {margin-bottom:2rem}
.mytxt dl dt {font-size:1rem color:#666 !important; font-weight:300; margin-bottom:1rem;}
.mytxt dl dd {font-weight:700; font-size:1.25rem; color:#333; line-height:1.3em; letter-spacing:-0.1em}
.mytxt p {margin-bottom:0.333rem; line-height:1.3em; letter-spacing:-0.06em}
.mytxt p span {display:inline-block;font-weight:700}
.mytxt p span.ltxt {font-size:1.5rem}
.mytxt p span.2xltxt {font-size:2rem}
.pgreen {color:#1a9f58}
.pblue {color:#007e9d}
.pred {color:#cc3333}
.pOrange {color:#ff6a38}
.mB1em {margin-bottom:1rem !important}
.mB2em {margin-bottom:2rem !important}
.mB3em {margin-bottom:3rem !important}

/*따옴표 장식*/
.quoteMsg {position:relative; font-family: "Nanum Myeongjo", serif; text-align:center; font-style: normal;font-weight: 400;color:#666; font-size:2rem; line-height:1.6; margin-bottom:4rem; letter-spacing:-0.08em}
.quoteMsg:before,.quoteMsg:after {content:""; display:block; width:50px; height:50px; margin:0 auto; text-align:center; background-image:url(/design/namhae1234/left-quote.svg); background-repeat:no-repeat; opacity:0.2}
.quoteMsg:after {-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */transform: rotate(180deg);}
.pcolor1 {color:#ffa94f}

.mymsg {display:flex; flex-direction:column; justify-content:center; align-items:center; margin:2rem 0}
.mymsg > span {font-weight:300 !important}

/* 게시글 */
#tabs {margin: 5px;border: 1px solid #bbb; padding-bottom: 10px; font-size: 12px;}
#tabs .shopdetailBoard {overflow: hidden;text-align:center;border-top:1px solid #bbb;border-bottom:1px solid #bbb;background-color: #f8f8f8; padding: 10px 0; margin-bottom: 0;}
#tabs .shopdetailBoard .tab_on {font-weight: bold; padding: 10px 0;}
#tabs .util {border-bottom: 1px solid #464646; padding:10px;}
#tabs .util a {border: 1px solid #424242;display: inline-block;height: 30px;line-height: 30px;border-radius: 3px;width: 100%;text-align: center;}
#tabs .list_board .reply-detail {margin:0 5px;border: 1px solid #73adff;font-size: 0.875em;color: #5da0ff;display: inline-block;height: 18px;line-height: 18px;padding: 0 3px;}
#tabs .review .list_board > ul > li.now > .cont_wrap {display: block;}
#tabs .list_board > ul > li > .wrap .re-wrap {padding:10px; border-top:1px solid #bebebe;}
#tabs .empty-board {text-align: center; padding: 15px 0 5px;}
.list_board ul li {color: #424242; border-bottom: 1px solid #bebebe; word-break: break-all;}
.list_board .re-wrap ul li {font-size: 1em; border-bottom: 0; border-top: 1px dotted #bebebe; margin-top: 5px; padding-top: 5px; list-style: none;}
.list_board ul li dl {padding: 7px;}
.list_board ul li dl h4 {margin: 0}
.list_board ul li .cont_wrap {display: none; padding-top: 5px; border-top: 1px dotted rgb(190, 190, 190); background-color: #f9f9f9; padding: 7px;}
.list_board ul li .cont_wrap img {max-width: 100%; padding-bottom: 5px;}

/* 댓글 */
.MS_cmt_list_box {color: #656565;}
.MS_cmt_list_box .comment_list:last-child {border-bottom: 1px solid #cecece;}
.MS_cmt_list_box .comment_list {padding: 5px;border: 1px solid #cecece;border-bottom: 0;background-color: #fff;}
.MS_cmt_list_box .MS_cmt_hname {padding-left: 5px;}
.MS_cmt_list_box .MS_cmt_content {padding-left: 15px;}
.MS_cmt_list_box .comment_depth2 {padding-left: 10px;}
.MS_cmt_list_box .comment_depth3 {padding-left: 15px;}
#comment_password {width: 250px; left: 7px; box-shadow: 0 0 5px 0 #808080;}
#comment_password input[type="password"] {width: 75%;}
#comment_password form {height: auto !important;}
#comment_password form span {display: block;}

/* 답글 */
.list_board ul li .reply_depth1 .rating,
.list_board ul li .reply_depth1 .info,
.list_board ul li .reply_depth2 .rating,
.list_board ul li .reply_depth2 .info,
.list_board ul li .reply_depth3 .rating,
.list_board ul li .reply_depth3 .info {padding-left: 12px;}
.list_board ul li .reply_status {font-size: 0.875em; color: #777777; font-weight: normal;}

/* 비번입력 */
.list_board input[type="password"] {border-radius: 3px 0 0 3px; width: 80%; border-right: 0; box-sizing: border-box; height: 35px;}
.list_board input[type="button"] {width: 20%; float: right; height: 35px; border-radius: 0 3px 3px 0; background-color: #444; color: #fff; border: 1px solid #444; box-sizing: border-box;}

/* new, hit 아이콘 */
.list_board ul li dl h4 .new {display: inline-block;width: 15px;height: 15px;line-height: 15px;color:#fff;font-size:0.875em;background-color:#5cb7fa;-webkit-border-radius:3px !important;border-radius:3px !important;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box; text-align: center;}
.list_board ul li dl h4 .hit {display: inline-block;width: 15px;height: 15px;line-height: 15px;color:#fff;font-size:0.875em;background-color:#ff912c;-webkit-border-radius:3px !important;border-radius:3px !important;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box; text-align: center;}

/* 수정,삭제버튼 */
.list_board ul li .cont_wrap .comment_modify {text-align: right; margin-top: 5px;}
.list_board ul li .cont_wrap .comment_modify a {width: 45px; border: 1px solid #444; border-radius: 3px; font-size: 0.875em; display: inline-block; text-align: center; line-height: 20px; height: 20px;  background-color: #fff;}
.list_board ul li dl .info .review_del {width: 45px; border: 1px solid #444; border-radius: 3px; font-size: 0.875em; display: inline-block; text-align: center; line-height: 20px; height: 20px;  background-color: #fff;}

/* 페이지네이션 */
.paging {position: relative; text-align: center; margin-top: 15px;}
.paging a.next,
.paging a.prev {width: 30px; height: 25px; line-height: 23px; border: 1px solid #8C8C8C; background-color: #F1F1F1; color: #000;}
.paging strong {font-weight: bold; color: #000; text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 23px; border: 1px solid #111; font-size: .75em; background-color: #fff; margin: 0 2px;}
.paging a {text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 23px; color: #727a8b; border: 1px solid #CECECE; font-size: .75em; font-weight: 700; background-color: #fff; margin: 0 2px;}
.paging .now { font-weight: bold; color: #000; text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 23px; border: 1px solid #111; font-size: .75em; background-color: #fff; margin: 0 2px; }


/* 신고기능 */
.info .btn-member-declare  {display:inline-block; width:14px; height:17px; margin:-4px 0 0 2px; text-indent:-9999px; background:url(/images/d3/modern_simple/btn_declare_icon_2x.png) 0 0 no-repeat; background-size:14px 17px;}
.cnt-btn-block { overflow: hidden;}
.cnt-btn-block .btn-report { float: right; display:inline-block; color:#9d9d9d; font-size:11px; z-index:1; }


/* BASIC css end */

