#detail_wrap {margin:0 auto; max-width:1400px;}
.xans-product-detail { position:relative; margin:0 auto 150px; padding:0px 0 0 0; max-width:100%;}

/* headingArea */
.xans-product-detail .headingArea { position:relative; top:-40px;padding:0 0 50px; margin:0px auto 70px; border-bottom:1px solid #e8e8e8; width:100%;text-align:center; opacity:0;}
.xans-product-detail .headingArea.move_Bottom_In_box{
    -webkit-transition:  0.5s ease-in;
    -ms-transition:  0.5s ease-in;
    -o-transition:  0.5s ease-in;
    transition:  0.5s ease-in;

    -webkit-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 1;
} 
.xans-product-detail .headingArea h2 { font-size:2.4rem;line-height:1.4em;color:#000; letter-spacing:-0.2px;font-weight:500;margin-bottom:20px; }
.xans-product-detail .headingArea p.summary {font-size:1.45rem;color:#777;letter-spacing:-0.2px;font-weight:300;margin:0 auto 20px;max-width:600px;word-break:keep-all;}
.xans-product-detail .headingArea .icon {display:none;}
.xans-product-detail .headingArea .icon img { margin:0 4px 0 0; vertical-align:middle; }
.xans-product-detail .headingArea .icon .icon_img { margin:0; }
.xans-product-detail .headingArea .supply { overflow:hidden; float:right; }
.xans-product-detail .headingArea .supply span { padding:0 3px 0 0; font-size:1.6rem; font-weight:bold; color:#555; }

/* 상단에 나오는 좋아요버튼 */
.xans-product-detail .headingArea .likeButton {position:absolute;left:0;bottom:-16px;width:100%;margin:0px auto 0px;text-align:center;z-index:9999;}
.xans-product-detail .headingArea .likeButton button { display:inline-block; padding:0px 14px; border:1px solid #000; border-radius:18px; color:#000;  background-color:#fff; *zoom:1; }
.xans-product-detail .headingArea .likeButton button span { display:inline-block; height:30px; line-height:30px; vertical-align:middle;  *zoom:1; }
.xans-product-detail .headingArea .likeButton button img { vertical-align:middle; }
.xans-product-detail .headingArea .likeButton .title { padding:0 0px 0 0; margin:0 4px 0 0; min-width:0; text-align:left;letter-spacing:0.5px; 
    background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/product/bg_barxx.gif") no-repeat 100% 3px; font-size:1.2rem;}
.xans-product-detail .headingArea .likeButton .count { font-family: 'Lato', sans-serif;font-weight:900;font-size:1.4rem;}
.xans-product-detail .headingArea .likeButton.selected .title { color:#fff; }
.xans-product-detail .headingArea .likeButton.selected .count { color:#fff;font-weight:900; }
.xans-product-detail .headingArea .likeButton.selected button {background:#000;color:#fff;border:1px solid #000;  }
.xans-product-detail .headingArea .likeButton .likePrdIcon {display:none;}
.xans-product-detail .headingArea .likeButton .fa {font-size:1.2rem;display:none;}


/* 상단에 상세정보 나오는경우 */
.xans-product-detail .headingArea .info_box { margin-bottom:20px;}
.xans-product-detail .headingArea .info_box ul li {display:none;line-height:1.4em;padding:0;font-family: 'Lato', sans-serif;margin:0 10px;}
.xans-product-detail .headingArea .info_box ul li span {letter-spacing:0.5px;font-weight:900 !important; }
.xans-product-detail .headingArea .info_box ul li.product_custom_css span {font-size:1.8rem !important;color:#ccc !important;} 
.xans-product-detail .headingArea .info_box ul li.product_price_css span strong {font-size:2.4rem !important;color:#333 !important;font-weight:900 !important; } 
.xans-product-detail .headingArea .info_box ul li.prd_price_sale_css span {font-size:2.4rem !important;} 
.xans-product-detail .headingArea .info_box ul li.prd_price_sale_css #span_product_price_sale span {font-size:1.2rem !important;font-weight:300 !important;}
.xans-product-detail .headingArea .info_box ul li.product_price_sale_login_css #span_product_price_sale {font-size:2.4rem !important;color:#333 !important;}

.xans-product-detail .headingArea .info_box ul li.product_custom_css,
.xans-product-detail .headingArea .info_box ul li.product_price_css,
.xans-product-detail .headingArea .info_box ul li.prd_price_sale_css,
.xans-product-detail .headingArea .info_box ul li.product_price_sale_login_css {display:inline-block;}


/* detailArea */
.xans-product-detail .detailArea {position:relative; padding:0 0 0 0px; }
.xans-product-detail .detailArea:after { content:""; display:block; clear:both; }

/* imgArea */
.xans-product-detail .imgArea { position:relative;float:left; width:48%; margin:0 2%  0px 0%;top:30px;opacity:0; }
.xans-product-detail .imgArea.move_Top_In_box{
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay:.2s;
    -ms-transition-delay:.2s;
    -o-transition-delay:.2s;
    transition-delay:.2s;
    -webkit-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    transform: translate(0,-30px);
    opacity: 1;
}
.xans-product-detail .imgArea .control { overflow:hidden; width:346px; margin:30px auto 0; border:1px solid #d7d5d5; text-align:center; background:#fbfafa;display:none; }
.xans-product-detail .imgArea .control .btnZoom { display:block; padding:11px 0; color:#787878; font-size:1.2rem; letter-spacing:-0.5px; text-decoration:none; }
.xans-product-detail .imgArea .control .prev { float:left; border-right:1px solid #d7d5d5; }
.xans-product-detail .imgArea .control .next { float:right; border-left:1px solid #d7d5d5; }
.xans-product-detail .imgArea .color { position:absolute;right:10px;top:10px;z-index:999;}
.xans-product-detail .imgArea .chips { display:inline-block;width:20px; height:20px; margin:0 0 0px 5px; border:2px solid #eee; border-radius:50%;font-size:0; line-height:0; }
.xans-product-detail .imgArea .xans-product-action { width:350px; margin:20px auto 0; padding-bottom:23px; display:none;}

/* infoArea */
.xans-product-detail .infoArea {position:relative;line-height:1.6em;width:45%;margin-right:3%;float:right;top:30px;opacity:0;}
.xans-product-detail .infoArea.move_Top_In_box{
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay:.4s;
    -ms-transition-delay:.4s;
    -o-transition-delay:.4s;
    transition-delay:.4s;
    -webkit-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    transform: translate(0,-30px);
    opacity: 1;
}
 

.xans-product-detail .infoArea p.delivery { padding:10px 0 20px; }
.xans-product-detail .infoArea .guideArea { overflow:hidden; margin:0px 0 0; padding:0px 0px 0; }
.xans-product-detail .infoArea .guideArea .info { float:left; color:#757575;display:none; }
.xans-product-detail .infoArea .guideArea .sizeGuide { float:right; background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_sizeGuide.gif") no-repeat 0 3px; }
.xans-product-detail .infoArea .sizeGuide a { display:inline-block; padding:2px 15px 2px 24px; color:#353535; vertical-align:top; background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/ico_sizeGuide_go.gif") no-repeat 100% 6px; }
.xans-product-detail .infoArea .sizeGuide a:hover { text-decoration:none; }

/* 우측 상세정보 나오는경우 */
.xans-product-detail .infoArea .info_box { }
.xans-product-detail .infoArea .info_box table {border:0px !important;}
.xans-product-detail .infoArea .info_box table th {display:none;}
.xans-product-detail .infoArea .info_box table td {padding:0;text-align:left;}
.xans-product-detail .infoArea .info_box table td span {letter-spacing:0.5px;font-weight:900 !important; }
.xans-product-detail .infoArea .info_box table tr.product_name_css td {padding-bottom:15px;}
.xans-product-detail .infoArea .info_box table tr.product_name_css span {font-size:2.4rem !important;line-height:1.3em;letter-spacing:-0.2px;font-weight:500 !important;color:#000 !important;}
.xans-product-detail .infoArea .info_box table tr.product_custom_css span {font-size:1.5rem !important;color:#ccc !important;font-weight:700 !important;font-family: 'Lato', sans-serif;} 
.xans-product-detail .infoArea .info_box table tr.product_price_css span strong {font-size:1.8rem !important;color:#333 !important;font-weight:900 !important; font-family: 'Lato', sans-serif;} 
.xans-product-detail .infoArea .info_box table tr.prd_price_sale_css span {font-size:1.8rem !important;font-family: 'Lato', sans-serif;} 
.xans-product-detail .infoArea .info_box table tr.prd_price_sale_css #span_product_price_sale span {font-size:1.5rem !important;font-weight:300 !important;}
.xans-product-detail .infoArea .info_box table tr.summary_desc_css {display:inline-block;word-break:keep-all;}
.xans-product-detail .infoArea .info_box table tr.summary_desc_css td {padding-top:15px;}
.xans-product-detail .infoArea .info_box table tr.summary_desc_css span {font-size:1.45rem !important;letter-spacing:-0.2px;font-weight:300 !important;color:#777 !important;}

/* 숨김처리 */
.xans-product-detail .infoArea .info_box table tr {display:none;}
.xans-product-detail .infoArea .info_box table tr.product_name_css,
.xans-product-detail .infoArea .info_box table tr.summary_desc_css,
.xans-product-detail .infoArea .info_box table tr.product_custom_css,
.xans-product-detail .infoArea .info_box table tr.product_price_css,
.xans-product-detail .infoArea .info_box table tr.prd_price_sale_css {display:block;}

/* 가로화면 1280픽셀이상일떄 */
@media screen and (min-width: 1280px) {
    .product_name_css , .simple_desc_css, .summary_desc_css {display:none;}
    .xans-product-detail .infoArea .info_box {display:none; }
}

/* 가로화면 1280픽셀이하일떄 */
@media screen and (max-width: 1280px) {
    .xans-product-detail {  margin:0px auto 0px; padding:0px 0 0 0;}
    .xans-product-detail .headingArea {display:none;}
    .xans-product-detail .imgArea {width:100% !important; margin:0 0 50px;float:none; border-bottom:0px solid #eee !important;;padding-bottom:0px !important;}
    .xans-product-detail .infoArea {width:100% !important;margin:0 0;float:none;}
    
    .xans-product-detail .infoArea .info_box table tr.product_name_css span {font-size:1.8rem !important;}
    .xans-product-detail .infoArea .info_box table tr.summary_desc_css span {font-size:1.2rem !important;}
}

/* 가로화면 480픽셀이하일떄 */
@media screen and (max-width: 480px) {
    .xans-product-detail .infoArea .xans-product-option tr td .value {display:none;}
}

/* 상세정보 옆 좋아요버튼 */
.xans-product-detail .infoArea .likeButton {margin:0px auto 30px;display:none;}
.xans-product-detail .infoArea .likeButton button { text-align:left;display:block; padding:0px 14px; border:1px solid #000; border-radius:18px; color:#000;  background-color:#fff; *zoom:1; }
.xans-product-detail .infoArea .likeButton button span { display:inline-block; height:30px; line-height:30px; vertical-align:middle;  *zoom:1; }
.xans-product-detail .infoArea .likeButton button img { vertical-align:middle; }
.xans-product-detail .infoArea .likeButton .title { padding:0 0px 0 0; margin:0 4px 0 0; min-width:0; text-align:left;letter-spacing:0.5px; 
    background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/product/bg_barxx.gif") no-repeat 100% 3px; font-size:1.2rem;}
.xans-product-detail .infoArea .likeButton.selected .title { color:#fff; }
.xans-product-detail .infoArea .likeButton.selected .count { color:#fff;font-weight:bold; }
.xans-product-detail .infoArea .likeButton.selected button {background:#000;color:#fff;border:1px solid #000;  }
.xans-product-detail .infoArea .likeButton .likePrdIcon {display:none;}
.xans-product-detail .infoArea .likeButton .fa {font-size:1.2rem;}

.xans-product-detail .infoArea table { border-top:0px solid #eee;margin:0px 0 30px;}
.xans-product-detail .infoArea th { color:#353535; width:115px; padding:10px 0; text-align:left; vertical-align:middle; }
.xans-product-detail .infoArea th span {font-weight:300; !important; font-size:1.3rem !important;}
.xans-product-detail .infoArea td { padding:10px 0; vertical-align:middle; }
.xans-product-detail .infoArea td span {}
.xans-product-detail .infoArea img { vertical-align:middle; }
.xans-product-detail .infoArea td input[type=text] { width:80%; }
.xans-product-detail .infoArea select { width:100%;  }
.xans-product-detail .infoArea td #delivery_cost_prepaid { margin:0 0 5px; }
.xans-product-detail .infoArea td.social { padding:4px 0 0; }
.xans-product-detail .infoArea td.social img { cursor:pointer; }
.xans-product-detail .infoArea td .sale { text-decoration:line-through; }
.xans-product-detail .infoArea td .period { display:block; margin:7px 0 0; font-size:1.1rem; color:#353535; }
.xans-product-detail .infoArea td .mileage li { line-height:1.7em; }
.xans-product-detail .infoArea td .delivery label { margin:0 30px 0 0; }
.xans-product-detail .infoArea td img.qrcode { border:1px solid #e1e1e1; }
.xans-product-detail .infoArea td #span_product_price_text { font-weight:normal; }
.xans-product-detail .infoArea td #span_product_coupon_dc_price { color:#070705; }
.xans-product-detail .infoArea td.fileInfo { color:#757575; }
.xans-product-detail .infoArea td.fileInfo input { width:288px; border:1px solid #c5c5c5; border-right:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; }
.xans-product-detail .infoArea td.fileInfo .infoDesc { margin:0 0 10px 0; }
.xans-product-detail .infoArea td.fileInfo li { margin:4px 0 0; color:#757575; font-size:1.1rem; }
.xans-product-detail .infoArea td.fileInfo li img { vertical-align:bottom; }
.xans-product-detail .delv_price_B strong { font-weight:normal; }
.xans-product-detail .btnTooltip { display:inline-block; position:relative; z-index:10; vertical-align:middle; }

.xans-product-detail .infoArea .xans-product-option {margin:0px 0 0px;border:0px solid #e8e8e8;}
.xans-product-detail .infoArea .xans-product-option tr th { vertical-align:middle;text-transform:uppercase; border-top:0px solid #e8e8e8;}
.xans-product-detail .infoArea .xans-product-option tr th span {letter-spacing:1px;}
.xans-product-detail .infoArea .xans-product-option tr td { border-top:0px solid #e8e8e8; }
.xans-product-detail .infoArea .xans-product-option tr:first-child th,
.xans-product-detail .infoArea .xans-product-option .xans-product-fileoption th {  border-top:0px solid #e8e8e8; }
.xans-product-detail .infoArea .xans-product-option tr:first-child td,
.xans-product-detail .infoArea .xans-product-option .xans-product-fileoption td {   border-top:0px solid #e8e8e8; }
.xans-product-detail .infoArea .xans-product-option td.selectButton { text-align:right; }
.xans-product-detail .infoArea .xans-product-addoption .txtByte { font-size:1.2rem; vertical-align:middle;   }
.xans-product-detail .infoArea .xans-product-addoption .txtByte strong { color:#008bcc; }




/* 상품 옵션 */
.xans-product-detail .infoArea .xans-product-option {position: relative;}
.xans-product-detail .infoArea .xans-product-option td {position: relative;}
.xans-product-detail .infoArea .xans-product-option .value {color: #999;position: absolute;right: 0;top: 12px;text-transform: uppercase;word-break: break-all;font-size:1.2rem;line-height:24px;padding: 0px 0 0px;font-weight:300;}
.xans-product-detail .infoArea .xans-product-option .value span {color: #999;font-size:1.2rem !important;margin: 0 0 0 3px;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button li { position:relative; overflow:hidden; display:inline-block; margin:0 4px 0px 0; vertical-align:middle;  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *display:inline; *zoom:1; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button li:last-child {margin-right: 0;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button li a {display: block; text-align: center;text-decoration: none;border: 2px solid #fff;word-break: break-all;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button li a span {display: inline-block;padding: 0px 5px;font-size:1.1rem !important;border: 1px solid #eee;text-transform:uppercase;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button li a:hover span {border:1px solid #000;color:#fff;background: #333;}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview { }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li {border: 3px solid #fff}
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a { width: 22px;height: 22px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border: 2px solid #eee !important;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a img {max-width: 100%;max-height: 100%;}
.xans-product-detail .infoArea .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; border: 0px solid #eee; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-selected a {border: 2px solid #333 !important;}

.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span,
.xans-product-detail .infoArea .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 .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span {background: url("//img.echosting.cafe24.com/skin/base/product/soldout_bg.png") repeat;}

.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-disabled a {cursor: default;border: 2px solid #fff;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-disabled a span {border: 1px solid #eee;display: inline-block;width: 100%;height: 100%;color: #000;background: #fff;font-size:1.1rem;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected {}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected a {background: #333;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected a span {border: 1px solid #333;color: #fff ;}

.xans-product-detail .infoArea .xans-product-option .ec-product-radio > li {display: inline-block;margin: 0 0 3px;}
.xans-product-detail .infoArea .xans-product-option .ec-product-radio label {margin: 0 7px 0 0;}
.xans-product-detail .infoArea .xans-product-option .ec-product-radio label input {margin: 0 2px 0 0;}
.xans-product-detail .infoArea .xans-product-option .ec-product-radio .ec-product-disabled,
.xans-product-detail .infoArea .xans-product-option .ec-product-radio .ec-product-soldout {color: #ff3434;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout {  }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout a span { display:inline-block; width:100%; height:100%; cursor:not-allowed; color:#ff3434; border:1px solid #ff3434 !important;text-decoration:line-through;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout a:hover span {background:#ff3434;color:#fff;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected {   }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected a {background: #fff;}
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected a span {background:#ff3434;color:#fff;}


/* xans-product-action */
.xans-product-detail .infoArea .xans-product-action { padding:30px 0 10px; border-top:0px solid #e8e8e8; }
.xans-product-detail .infoArea .xans-product-action .sizeL {line-height:3.8em !important;font-size:1.5rem;font-weight:700 !important;}
.xans-product-detail .infoArea .xans-product-action .btnSubmit {font-weight:700 !important;}

/* eventArea */
.xans-product-detail .eventArea { color:#353535; }
.xans-product-detail .eventArea h3 { padding:0 0 0 9px; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; font-size:1.2rem; color:#008bcc; line-height:39px; }
.xans-product-detail .eventArea .event { padding:27px 10px 46px 9px; color:#353535; line-height:18px; }

/* xans-myshop-benefit */
.xans-myshop-asyncbenefit { margin:30px 0; }
.xans-myshop-asyncbenefit .member { margin:2px 0 19px; }
.xans-myshop-asyncbenefit .member em { font-style:normal; }
 
/* 상품 미리보기 이미지 */
#image_zoom_small { display:block; position:absolute; z-index:999; background:#fff; outline:2px solid #aaa; filter:alpha(opacity=50); opacity:0.5; }
#zoom_wrap { position:absolute; top:0; left:103%; z-index:100; display:block;}
.image_zoom_large { position:absolute; z-index:99; width:500px; height:500px; overflow:hidden; background:#fff; outline:1px solid #ececec; }
.image_zoom_large .image_zoom_large_relative { position:relative; display:block; }
.image_zoom_large .image_zoom_large_relative img#zoom_image { position:absolute; z-index:99; max-width:none; }

#NaverChk_Button { clear:both; margin:10px 0 0;width:100% !important; }
/*#NaverChk_Button .npay_storebtn_bx { border:0px solid #000 !important;width:100% !important;}*/


#divNvPointInfo { display:none; position:absolute; z-index:99; width:245px; padding:10px; color:#777; background:#fff; border:1px solid #5B9761; }
#divNvPointInfo a { display:block; padding:5px 0 0; color:#1ec228; }
#divNvPointInfo a img { vertical-align:middle; }
#imgNaverMileageHelp { cursor:pointer; }

/* 세트상품 및 추가구성상품 */
.xans-product-detail .productSet { margin:10px 0 0; border:1px solid #d7d5d5; border-bottom:0; }
.xans-product-detail .productSet > .title { position:relative; height:40px; line-height:40px; box-sizing:border-box; border-bottom:1px solid #e9e9e9; background-color:#fbfafa; }
.xans-product-detail .productSet > .title h3 { margin:0 0 0 9px; font-size:1.2rem; color:#353535; }
.xans-product-detail .productSet .product > li { position:relative; border-bottom:1px solid #d7d5d5; }
.xans-product-detail .productSet .thumbnail { position:absolute; top:19px; left:19px; z-index:1; width:80px; }
.xans-product-detail .productSet .thumbnail img { max-width:100%; border:0px solid #ededed; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.xans-product-detail .productSet .information { position:relative; padding:19px 19px 0 115px; }
.xans-product-detail .productSet .information > p { margin:0 0 10px; }
.xans-product-detail .productSet .information .name { padding-right:60px; font-size:1.3rem;margin:0;}
.xans-product-detail .productSet .information .name strong {font-weight:300;}
.xans-product-detail .productSet .information .price {font-size:1.3rem;}
.xans-product-detail .productSet .information .price .del { font-weight:normal; }
.xans-product-detail .productSet .information .salePrice { color:#ff8a56; font-weight:bold;font-size:1.3rem; }
.xans-product-detail .productSet .information .btnInfo { position:absolute; top:19px; right:19px; z-index:1; display:block; width:57px; height:20px; vertical-align:middle; background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_info.gif") no-repeat 0 0; }
.xans-product-detail .productSet .information .btnInfo.selected { background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_info_on.gif") no-repeat 0 0; }
.xans-product-detail .productSet .information .btnInfo span { overflow:hidden; font-size:0; width:0; height:0; line-height:0; text-indent:120%; }
.xans-product-detail .productSet .option { padding:10px 19px 9px 115px; }
.xans-product-detail .productSet .option > li { margin:0 0 10px; }
.xans-product-detail .productSet .option .name { display:inline-block; margin:0 0 5px; font-weight:300;font-size:1.3rem; width:20%}
.xans-product-detail .productSet .option select {width:78%}
.xans-product-detail .productSet .option input[type=text] { width:80%; }
.xans-product-detail .productSet .option .ec-base-qty { margin:7px 0 0; }
.xans-product-detail .productSet .option .selectButton { margin:0 0 6px; text-align:right; }
.xans-product-detail .productSet .guide { overflow:hidden; position:relative; margin:0 19px; }
.xans-product-detail .productSet .guide:after { content:""; display:block; clear:both; }
.xans-product-detail .productSet .guide .qty { float:left; display:inline-block; padding:12px 0; color:#757575; }
.xans-product-detail .productSet .guide .qty:before { content:""; position:absolute; top:0; left:0; display:inline-block; width:100%; border-top:1px solid #e8e8e8; }
.xans-product-detail .productSet .guide .sizeGuide { float:right; height:15px; margin:12px 0; background:url("//img.echosting.cafe24.com/skin/base/product/ico_sizeGuide.gif") no-repeat 0 1px; }
.xans-product-detail .productSet .guide .sizeGuide:before { content:""; position:absolute; top:0; left:0; display:inline-block; width:100%; border-top:1px solid #e8e8e8; }
.xans-product-detail .productSet .guide .sizeGuide a { display:inline-block; padding:0 15px 0 24px; background:url("//img.echosting.cafe24.com/skin/base/product/ico_sizeGuide_go.gif") no-repeat 100% center; }
.xans-product-detail .productSet.additional .title span { color:#757575; font-weight:normal; }
.xans-product-detail .productSet.additional .title .toggle { position:absolute; top:8px; right:8px; }
.xans-product-detail .productSet.hide .product { display:none; }
.xans-product-detail .productSet .ec-base-desc { padding:0 0 10px; border-top:0; border-bottom:1px solid #ddd; }
.xans-product-detail .productSet .ec-base-desc dt { width:135px; padding:0 0 0 20px; }

/* 수량 */
.ec-base-desc.quantity { margin:10px 0 0; padding:10px 0 0; border-top:1px solid #ddd; }
.ec-base-desc.quantity dt { width:125px; padding:0 0 0 8px; }

/* 총 상품 */
#totalProducts { margin:40px auto 40px; }
#totalProducts .txtWarn {display:none;}
#totalProducts table { margin:0;}
#totalProducts table .left { text-align:left; }
#totalProducts table .center { text-align:center; }
#totalProducts table .right {  font-weight:bold; color:#333; text-align:right;padding-right:25px; }
#totalProducts table .right span {  font-weight:bold; color:#333;   font-size:1.3rem !important;}
#totalProducts thead th { height:0; padding:0; font-size:0; line-height:0; }
#totalProducts tbody tr {border:1px solid #eee;}
#totalProducts tbody th { vertical-align:middle; }
#totalProducts tbody td { padding:20px 0px;  border-top:1px solid #eee; color:#353535; font-size:1.3rem;line-height:18px; vertical-align:middle; word-wrap:break-word; word-break:break-all; }
#totalProducts tbody tr td:first-child { padding-left:25px; }
#totalProducts tbody tr:first-child td { border-top:0px solid #9a9ba0; }
#totalProducts tbody td p { padding:0 10px 0 0; font-weight:bold; line-height:21px; }
#totalProducts tbody td p.product span { font-weight:normal; color:#333; line-height:18px; }
#totalProducts tbody td p.product span.soldOut { color:#ff0000; }
#totalProducts tbody td img { vertical-align:middle; }
#totalProducts tbody td .quantity { display:inline-block; position:relative; width:50px; vertical-align:top; margin-left:10px; }
#totalProducts tbody td .quantity input { width:22px; height:23px; padding:0 2px 0 3px; line-height:23px; border:1px solid #d4d8d9; border-radius:3px 0 0 3px; }
#totalProducts tbody td .quantity .up { position:absolute; left:28px; top:0; }
#totalProducts tbody td .quantity .down { position:absolute; left:28px; top:12px; }
#totalProducts tbody.option_products tr td .quantity input,
#totalProducts tbody.add_products tr td .quantity input { width:22px;height:19px; line-height:19px; }
#totalProducts tbody.option_products tr td .quantity .down, 
#totalProducts tbody.add_products tr td .quantity .down { bottom:0; top:auto; }
#totalProducts tbody td .mileage { display:block; white-space:nowrap;  }
#totalProducts tbody td .mileage_price { }

@media screen and (max-width: 480px) {
    /* 총 상품 */
    #totalProducts table .right { padding-right:25px; }
    #totalProducts table .right span {  font-weight:bold; color:#333;   font-size:1.2rem !important;}
    #totalProducts tbody td { padding:20px 0px;  border-top:1px solid #eee;color:#353535; font-size:1.1rem;line-height:1.2em; vertical-align:middle; word-wrap:break-word; word-break:break-all; }
    
    .option_product  td  {position:relative; padding:20px 0 ;display: table-cell}
    .option_product  td:first-child {width:180px !important;padding-left:20px;}
    .option_product  td:nth-child(2) {width:120px !important;}
    .option_product  td.center {    text-align: right;  }
    .option_product  td  .quantity_opt {width:30px !important;}
}


/* 총 상품 금액 */
.totalPrice { margin:0px 0 0; padding:0px;  color:#353535; vertical-align:middle; background:#fff;text-align:right; }
.totalPrice .total strong { color:#333; }
.totalPrice .total em {color:#333;text-decoration:normal;font-style:normal;font-size:2.4rem;font-family: 'Lato', sans-serif;}

/* 배송비 차등부과 레이어 */
.differentialShipping { display:none; overflow:hidden; position:absolute; left:50%; top:17px; z-index:100; width:350px; margin:0 0 0 -176px; }
.differentialShipping h3.title { height:35px; padding:0 35px 0 19px; border:0; color:#fff; font-size:1.4rem; line-height:35px; background:#495164; }
.differentialShipping .content { padding:12px 18px 14px 18px; border:1px solid #757575; border-top:0; text-align:center; background:#fff; }
.differentialShipping .close { position:absolute; right:14px; top:12px; }
.differentialShipping .close img { cursor:pointer; }

.differentialShipping .content ul { color:#757575; line-height:25px; }
.differentialShipping .content li { overflow:hidden; }
.differentialShipping .content li strong { float:left; font-weight:normal; }
.differentialShipping .content li span { float:right; color:#2e2e2e; }
.differentialShipping .content .info { margin:7px 0 0; padding:7px 0 0; border-top:1px dotted #b0b1b3; color:#80aeef; text-align:right; }

/* 배송비레이어 */
.xans-product-detail .shippingFee { position:relative; display:inline-block; }
.xans-product-detail .shippingFee .ec-base-tooltip { margin:0 0 0 -180px; width:360px; }
.xans-product-detail .shippingFee .ec-base-tooltip table th { width:40px; }
.xans-product-detail .shippingFee .ec-base-tooltip table th,
.xans-product-detail .shippingFee .ec-base-tooltip table td { padding:7px 10px 8px 10px; }

/* SNS 상품 홍보 */
.xans-product-customsns,
.xans-product-customsns ul,
.xans-product-customsns li { display:inline-block; vertical-align:middle; }
.xans-product-customsns img { margin-bottom:2px; }

/* 회원등급별 할인가 적용 */
.xans-product-detail .infoArea  td > span > ul.discountMember > li { position:relative; float:left; }
.xans-product-detail .infoArea  td ul.discountMember li a { display:block; margin:0 4px 4px 0; }
.xans-product-detail .infoArea  td ul li .discount_layer h3 { margin:0 0 8px; padding:0 10px; font-size:1.2rem; border-bottom:0; }
.xans-product-detail .infoArea  td ul li .discount_layer { display:block; left:-140px; min-width:300px;}
.xans-product-detail .infoArea  td ul li .discount_layer .content { overflow-x:hidden; overflow-y:auto; max-height:400px; }
.xans-product-detail .infoArea  td ul li .discount_layer thead th { padding:0; width:0; height:0; font-size:0; line-height:0; border-width:0 1px 0 1px; }
.xans-product-detail .infoArea  td ul li .discount_layer tbody th { width:auto; }

/* 세트상품 추가정보 레이어 */
.xans-product-detail .productSet .product { position:relative; }
.xans-product-detail .productSet .description { z-index:10; position:absolute; top:38px; right:0; padding:7px 0 0; }
.xans-product-detail .productSet .description .xans-product-detail { position:relative; padding:15px; border:1px solid #565960; background:#fff; }
.xans-product-detail .productSet .description > h3 { margin:0 0 8px; padding:0 10px; font-size:1.2rem; border-bottom:0; background:url("//img.echosting.cafe24.com/skin/base/common/ico_layer_title.gif") no-repeat 0 50%; }
.xans-product-detail .productSet .description p strong { color:#0088d4; }
.xans-product-detail .productSet .description thead th { padding:0; height:0; font-size:0; line-height:0; }
.xans-product-detail .productSet .description tbody { border:1px solid #d7d5d6; }
.xans-product-detail .productSet .description th,
.xans-product-detail .productSet .description tr:first-child th,
.xans-product-detail .productSet .description tr:first-child td { background:#fbf9fa; border-right:1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color:#363636; }
.xans-product-detail .productSet .description th,
.xans-product-detail .productSet .description td { height:15px; border-bottom:1px solid #e8e8e8; }
.xans-product-detail .productSet .description td,
.xans-product-detail .productSet .description tr:first-child td { padding:5px 8px; text-align:left; background:#fff; }
.xans-product-detail .productSet .description tr:last-of-type th,
.xans-product-detail .productSet .description tr:last-of-type td { border-bottom:0; }
.xans-product-detail .productSet .description .color td { font-size:0; line-height:0; }
.xans-product-detail .productSet .description .chips { display:inline-block; width:28px; height:18px; margin:0 2px 3px 0; border:1px solid #e3e3e3; }
.xans-product-detail .productSet .description .btnClose { background:transparent; }
.xans-product-detail .productSet .description > .ec-base-tooltip { display:block; top:0; }
.xans-product-detail .productSet .description > .ec-base-tooltip > .edge { z-index:20; position:absolute; left:auto; right:40px; display:block; margin:0 0 0 -5px; width:9px; height:6px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_option_arrow.gif") no-repeat 0 0; }


 /* 정기배송 */
 .regularDelivery { margin:20px 0 0; padding:15px 11px 5px; border-top:1px solid #e8e8e8; }
 .regularDelivery .head .title { display:inline-block; width:112px; font-weight:normal; }
 .regularDelivery .head .gLabel { margin:0 35px 0 0; }
 .regularDelivery .shippingCycle { margin:15px 0 0 114px; padding:15px; border:1px solid #d7d5d5; background:#fbfafa; }
 .regularDelivery .shippingCycle .title { margin:0 0 0 5px; padding:5px 0; font-weight:bold; }
 .regularDelivery .shippingCycle .button { position:relative; overflow:hidden; }
 .regularDelivery .shippingCycle .button:after { content:''; display:block; clear:both; }
 .regularDelivery .shippingCycle .button .gLabel { position:relative; overflow:hidden; float:left; padding:4px; }
 .regularDelivery .shippingCycle .button .gLabel .txt { display:inline-block; width:65px; height:32px; line-height:32px; text-align:center; border:1px solid #d7d5d5; background:#fff; cursor:pointer; }
 .regularDelivery .shippingCycle .button .gLabel input { position:absolute; top:0; left:-9999em; }
 .regularDelivery .shippingCycle .button .gLabel input:checked + .txt { width:63px; height:30px; line-height:30px; border:2px solid #008bcc; }
#prdDetail .cont {text-align:center;padding-top:100px;}
#prdDetail h3 {display:none;}
#prdDetail img { max-width:100% !important; height:auto !important; }


.xans-product-additional .ec-detail-tab { position:relative;padding-top:60px; }
.xans-product-additional .ec-detail-tab .menu {margin:0 auto;font-size:0;line-height:0;text-align:center;border-bottom:1px solid #aaa;height:37px;min-width:300px;}
.xans-product-additional .ec-detail-tab .menu li:nth-child(2) {display:none;}
.xans-product-additional .ec-detail-tab .menu li {display:inline-block;font-size:1.45rem;letter-spacing:0px;line-height:36px;border:1px solid #ddd;background:#f9f9f9;border-left:0;border-bottom:1px solid #aaa;  cursor:pointer;
    width:22%;box-sizing:border-box;max-width:200px;
    transition-property: background-color;
    transition-duration:0.5s;
    transition-timing-function: ease;
}
.xans-product-additional .ec-detail-tab .menu li a {display:block;padding:0 0px;color:#777;}
.xans-product-additional .ec-detail-tab .menu li span {display:inline-block;width:18px;line-height:18px;font-size:1.0rem;text-align:center;border-radius:9px;background:#555;color:#fff;}
.xans-product-additional .ec-detail-tab .menu li:first-child {border-left:1px solid #ddd;}
.xans-product-additional .ec-detail-tab .menu li.selected {background: #fff;border:1px solid #333;font-weight:400;border-bottom:1px solid #fff;font-size:1.45rem; }
.xans-product-additional .ec-detail-tab .menu li.selected a {color:#333;}
.xans-product-additional .ec-detail-tab .menu li.selected:hover {background: #fff;}





.xans-product-additional .relation {margin-top:50px;}
.xans-product-additional .relation h3 {display:none;}

.xans-product-additional .cont { padding:27px 0px 46px 0px; color:#353535; line-height:1.6em; word-break:keep-all;}
.xans-product-additional .cont h3 { margin:0 0 20px;  }

#prdInfo {display:none;}
#prdInfo .cont {font-size:1.45rem;line-height:1.6em;font-weight:300;}
#prdInfo .cont h3 {margin-bottom:20px;font-size:1.45rem;line-height:1.6em;font-weight:700;}

/* 상품 게시판 */
.xans-product-additional div.board { padding:60px 0 80px; color:#353535; line-height:1.4em; }
.xans-product-additional div.board h3 { padding:0 0px 0px 0px; font-size:2.6rem;font-weight:700;margin:0 auto 60px;text-align:center; }
.xans-product-additional div.board p.desc { padding:0 0px 0 0px;font-size:1.3rem;font-weight:300;margin-bottom:20px;}
.xans-product-additional div.board p.nodata { margin:0px 0 0; border:1px solid #eee; font-weight:bold; color:#000; line-height:50px; text-align:center; font-size:1.4rem;}
.xans-product-additional div.board .gColumn {border:0px solid #000;width:100%;max-width:240px;padding:0;margin:20px auto 20px;}
.xans-product-additional div.board .gColumn a {margin:0;line-height:3em;font-size:1.3rem;}

.xans-product-additional div.board td .view { position:relative;padding:30px 0px 50px 0px; line-height:1.4em;font-size:1.3rem; text-align:left; }
.xans-product-additional div.board td .view img {max-width:100% !important;height:auto !important;}
.xans-product-additional div.board .typeBorder {border:0;padding:0;margin:10px 0;}
.xans-product-additional div.board .typeList th { font-size:1.3rem;padding:5px 0; display:none;}
.xans-product-additional div.board .typeList td { font-size:0.95em;font-weight:300; padding:15px 0;}
.xans-product-additional div.board .typeList td.txtInfo {font-size:1.2rem;color:#999;}
.xans-product-additional div.board .typeList td .txtWarn {font-size:1.2rem;font-weight:500;margin-left:2px;}
.xans-product-additional div.board .typeList td img {margin-right:2px;}
.xans-product-additional div.board .typeList td:first-child {font-size:1.2rem;}
.xans-product-additional div.board .typeBorder .btnNormal {padding:8px 20px;font-size:1.4rem;letter-spacing:1px;}
.xans-product-additional div.board .typeBorder .btnNormal:first-child {background:#000;border:1px solid #000;color:#fff;font-weight:500;}
.xans-product-additional div.board .typeBorder .btnNormal:hover:first-child {background:#fff;border:1px solid #000;color:#000;}
.xans-product-additional div.board .typeList td .btnNormal {position:absolute;right:20px;bottom:20px;}

@media screen and (max-width: 1024px) {
    .ec-base-table2 colgroup {display:none;}
    #prdReview .typeList td:nth-child(3) {width:60px;}
    #prdReview .typeList td:nth-child(4),
    #prdReview .typeList td:nth-child(5),
    #prdReview .typeList td:nth-child(6) {display:none;}
    
    #prdQnA .typeList td:nth-child(4) {width:60px;}
    #prdQnA .typeList td:nth-child(2),
    #prdQnA .typeList td:nth-child(5),
    #prdQnA .typeList td:nth-child(6) {display:none;}
    
    .xans-product-additional div.board td .view { position:relative;padding:20px 0px 40px 0px; line-height:1.4em;font-size:1.3rem; text-align:left; }
    .xans-product-additional div.board td .view img {max-width:100% !important;height:auto !important;}
}

@media screen and (max-width: 480px) {
    .xans-product-additional .ec-detail-tab .menu li {font-size:1.2rem;width:25%;}
    .xans-product-additional .ec-detail-tab .menu li.selected {font-size:1.2rem;}
    #prdInfo .cont {font-size:1.2rem;}
}


#commentWriteForm_4,
#commentWriteForm_6 { padding:0 0px; }
#SecretForm_4,
#SecretForm_6 { background:#fbf9fa; }
#SecretForm_4 .view,
#SecretForm_6 .view { padding:8px 0 7px; }
#SecretForm_4 input,
#SecretForm_6 input { width:41px; height:24px; margin:0 0 0 6px; border:0; font-size:0; line-height:0; cursor:pointer; background:url("//img.echosting.cafe24.com/skin/base_ko_KR/board/btn_ico_submit.gif") no-repeat 0 0; }
#SecretForm_4 input#secure_password,
#SecretForm_6 input#secure_password { width:130px; height:18px; margin-left:11px; padding:2px 2px 2px 4px; border:1px solid #d9d9d9; font-size:1.2rem; line-height:14px; cursor:text; background:#fff; }
#product-review-read td,
#product-qna-read td { padding:0; }
#product-review-read td #SecretForm_4 .view { padding-left:79px; }
#product-qna-read td #SecretForm_6 .view { padding-left:213px; }

.xans-product-additional .boardComment { padding:0 0px; }
.xans-product-additional .boardComment li { position:relative; overflow:hidden; margin:10px 0 0 0; padding:12px 0 0; border-top:1px solid #e9e9e9; color:#353535; text-align:left; line-height:1.6em; }
.xans-product-additional .boardComment li:first-child { margin-top:0; }
.xans-product-additional .boardComment li .comment { margin:9px 0 0; padding:16px 0 15px 0px; border-top:1px solid #e9e9e9; font-size:1.3rem;line-height:1.4em; word-break:break-all; }
.xans-product-additional .boardComment li .name { margin:0 21px 0 0; }
.xans-product-additional .boardComment li .name input { width:13px; height:13px; margin:0 2px 0 0; vertical-align:-2px; *vertical-align:2px; }
.xans-product-additional .boardComment li .date { margin:0 10px 0 0; font-size:1.2rem; }
.xans-product-additional .boardComment li .grade { margin:0 10px 0 0; }
.xans-product-additional .boardComment li .button { position:absolute; right:0; top:6px; }

.xans-product-additional .memoCont { margin:20px 0px; padding:10px 20px 15px 20px; border:1px solid #e9e9e9; color:#353535; text-align:left; background:#fbfafa; }
.xans-product-additional .memoCont .user { overflow:hidden; padding:0 90px 0 0; }
.xans-product-additional .memoCont .user input[type=text],
.xans-product-additional .memoCont .user input[type=password] { width:135px; margin:0 10px 0 9px; }
.xans-product-additional .memoCont .user .secret { margin:0 20px 0 10px; }
.xans-product-additional .memoCont .user .secret label { margin:0; }
.xans-product-additional .memoCont .user textarea { float:left; width:100%; padding:2px 0; height:44px; text-indent:4px; *margin-right:10px; }
.xans-product-additional .memoCont .user a { float:right; margin:0 -90px 0 0; }
.xans-product-additional .memoCont .nameArea { display:block; margin:0 0 10px; }
.xans-product-additional .memoCont .nameArea .ec-base-help { margin-top:10px; }
.xans-product-additional .memoCont .rating { margin:12px 0 0; }
.xans-product-additional .memoCont .rating label { padding:0 10px 0 0; }
.xans-product-additional .memoCont .rating em { font-style:normal; }
.xans-product-additional .memoCont .text { margin:5px 0 0; font-size:1.1rem; }
.xans-product-additional .memoCont .text span { color:#008bcc; }
.xans-product-additional .memoCont .captcha { margin:8px 0 0; padding:10px 0 0; border-top:1px solid #e9e9e9; color:#757575; }
.xans-product-additional .memoCont .captcha img { vertical-align:middle; }
.xans-product-additional .memoCont .captcha input { margin:0 10px 0 20px; font-size:1.2rem; }

.xans-product-additional table.board td .view + form .memoCont { margin-top:0; }

/* 댓글의 댓글 */
.xans-product-additional .boardComment li.replyArea { margin:-1px 0 0; padding:10px 0 7px 33px; border:1px solid #e9e9e9; background:url("//img.echosting.cafe24.com/skin/admin_ko_KR/board/ico_comment.gif") no-repeat 20px 15px; }
.xans-product-additional .boardComment li.replyArea .commentSecret { margin-right:30px; }
.xans-product-additional .boardComment li.replyArea .comment { margin:7px 0 0; padding:0; border-top:0; }

/* 권한없을시 */
.xans-product-additional .noAccess { margin:15px 0 10px; border:1px solid #d7d5d5; font-weight:bold; color:#008bcc; line-height:39px; text-align:center; }

/* 미성년자 */
.xans-product-additional .minor { margin:15px 0 0; padding:35px 0 24px; border:1px solid #d7d5d5; font-weight:bold; color:#353535; line-height:14px; text-align:center; }
.xans-product-additional .minor p:first-child img { margin:-11px 8px 0 0; vertical-align:top; }
.xans-product-additional .minor strong { color:#008bcc; }
.xans-product-additional .minor .button { margin:-7px 0 0; }

/* 비밀글 관련 */
.xans-product-additional .commentSecret { margin:10px 10px 5px 0; padding:10px 15px; border:1px solid #e9e9e9; background-color:#fbfafa; color:#353535; }




#prdReview {  }
#prdReview h3 {  }
#prdReview .board > .ec-base-button {  }
#prdReview .nodata { padding:14px 0; text-align:center; }

/* 상품 후기 리스트 */
.xans-product-review .writeNotiArea { padding:0 14px; background:#fff; }
.xans-product-review .writeNotiArea:after { content:""; display:block; clear:both; }
.xans-product-review .writeNotiArea p { float:left; margin:7px 0; }
.xans-product-review .writeNotiArea div.gRight { float:right; margin:7px 0 0; }
.xans-product-review .noAccess { margin:14px 0; font-size:1.4rem; text-align:center; }
.xans-product-review .minor { padding:108px 0 28px; text-align:center; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/intro/bg_adult.png") center 14px no-repeat; background-size:80px 80px; border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; }
.xans-product-review .minor p { font-size:1.3rem; margin:0 0 14px; }

/* 정렬 */
.xans-product-review .boardSort { padding:7px 14px; font-size:1.3rem; background:#f1f1f1; }
.xans-product-review .boardSort:after { content:""; display:block; clear:both; }
.xans-product-review .boardSort span { float:left; margin:0 14px 0 0; }

/* 게시글 */
.xans-product-review { margin:-1px 0 0; font-size:1.1rem; background:#fff; }
.xans-product-review > ul > li { overflow:hidden; position:relative;  color:#757575; border-bottom:1px solid #d5d5d5; }
.xans-product-review > ul > li:first-child { border-top:1px solid #d5d5d5; }
.xans-product-review .descriptions { position:relative; margin:0 0 0 0px; padding:0 7px; }
.xans-product-review .descriptions a {  position:relative;display:block;color:#757575; font-size:0; width:100%; padding:18px 0;}
.xans-product-review .descriptions a .summary {   padding:0 0px 10px 0; color:#1b1b1b; font-size:1.5rem; line-height:1.3em; font-weight:normal; }
.xans-product-review .descriptions a .id { padding:0 7px 0  0;width:100px; }
.xans-product-review .descriptions a .date {width:100px;}
.xans-product-review .descriptions a .hit {width:100px;}
.xans-product-review .descriptions a .vote {width:100px;}
.xans-product-review .descriptions a .point {width:50px;}
.xans-product-review .descriptions a .id:before {display:none;}
.xans-product-review .descriptions a span { float:right;position:relative;   padding:0 17px 0 18px; font-size:1.4rem;text-align:center;font-weight:300;}
.xans-product-review .descriptions a span img {margin-top:7px;}
.xans-product-review .descriptions a span:before { display:block; content:""; position:absolute; top:6px; left:0; width:1px; height:11px; background:#eee; }
.xans-product-review .descriptions a span.point:before { display:block; content:""; position:absolute; top:0px; left:0; width:1px; height:11px; background:#eee; }
.xans-product-review .descriptions a .num {float:left;padding-left:0px;}
.xans-product-review .descriptions a .num:before {display:none;}
.xans-product-review .descriptions a strong {}
.xans-product-review .descriptions a strong + span:before { display:none; }
.xans-product-review .descriptions a strong.summary span { display:none; padding:0 2px 0 0; }

/* 브라우져 가로 1024픽셀 이하일경우 반응*/
@media screen and (max-width: 1280px) {
    .xans-product-review .descriptions a {  height:46px; }
    .xans-product-review .descriptions a .id { width:70px; left:0;}
    .xans-product-review .descriptions a .date {width:75px;left:160px;text-align:center;}
    .xans-product-review .descriptions a .hit {width:65px;left:80px;text-align:center;}
    .xans-product-review .descriptions a .vote {width:50px;}
    .xans-product-review .descriptions a .point {width:50px;left:250px;bottom:26px}
    .xans-product-review .descriptions a .summary {  font-size:1.2rem; }
    .xans-product-review .descriptions a span { position:absolute; padding:0 7px 0 8px; font-size:1.2rem;text-align:left;bottom:19px;color:#aaa;}
    .xans-product-review .descriptions a span img {margin-top:0px;}
    .xans-product-review .descriptions a .num {display:none;}
}

/* 상품후기 아코디언형 본문 */
.xans-product-review .contentView { margin:0; padding:20px; min-height:0; background:#f9f9f9; color:#757575; font-size:1.5rem !important;line-height:1.8em !important; text-align:left !important; word-wrap:break-word; }
.xans-product-review .contentView .view { margin:0; padding:14px 0 50px; }
.xans-product-review .contentView .view p {   font-size:1.5rem !important;line-height:1.8em !important; text-align:left !important; }
.xans-product-review .contentView .view.secret { padding:14px 28px; }
.xans-product-review .contentView .view.secret .alert { display:block; margin:0 0 14px; padding:0 0 0 31px; color:#353535; font-size:1.3rem; line-height:1.2em; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_secret.png") 4px 4px no-repeat; background-size:17px 20px; }
.xans-product-review .contentView .view.secret p { position:relative; padding:0 46px 0 0; }
.xans-product-review .contentView .view.secret p input[type="password"] { width:100%; }
.xans-product-review .contentView .view.secret p input[type="button"] { position:absolute; top:0; right:0; }
.xans-product-review .contentView .attach {   font-size:1.5rem !important;line-height:1.8em !important; text-align:left !important; }
.xans-product-review .contentView .attach img { max-width:100% !important; height:auto !importan;margin:0 0 14px; border:0px solid #dedede; }
.xans-product-review .contentView p { color:#1b1b1b; }
.xans-product-review .contentView .ec-base-button { margin:0; padding:0 0px 14px; }
.xans-product-review .contentView .ec-base-button a em { color:#000; }
.xans-product-review .contentView .ec-base-button .ico.write { position:relative; top:2px; display:inline-block; width:13px; height:13px; background-image:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_comment.png"); background-size:13px 13px; }

/* 상품후기 아코디언형 코멘트 목록 */
.xans-product-review .contentView .boardComment li { padding:0 0 0 14px; border-top:1px solid #d5d5d5; background:#f1f1f1; }
.xans-product-review .contentView .boardComment li .ec-base-button .gLeft { margin-left:-4px; }
.xans-product-review .contentView .boardComment li .ec-base-button .gLeft a,
.xans-product-review .contentView .boardComment li .ec-base-button .gLeft button { margin-left:4px; }
.xans-product-review .contentView .boardComment li .commentInfo { padding:14px 14px 0; font-size:1.2rem; color:#757575; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_bullet.png") 0 16px no-repeat; background-size:8px 8px; }
.xans-product-review .contentView .boardComment li .commentInfo .name { padding:0 8px 0 0; font-weight:normal; }
.xans-product-review .contentView .boardComment li .commentInfo span { position:relative; padding:0 8px; }
.xans-product-review .contentView .boardComment li .commentInfo span:before { position:absolute; top:1px; left:0; display:inline-block; content:""; width:1px; height:11px; background:#ccc; }
.xans-product-review .contentView .boardComment li .commentInfo .grade img { width:50px; height:8px; }
.xans-product-review .contentView .boardComment p.comment { padding:14px; color:#1b1b1b; }

.xans-product-review .contentView .boardComment .replyArea { padding:0 0 0 28px; border-top:0; background:#f1f1f1; background-size:8px 8px; }
.xans-product-review .contentView .boardComment .replyArea .commentInfo { border-top:1px solid #d5d5d5; }

/* 상품후기 아코디언형 코멘트 작성 */
.xans-product-review .contentView .memoCont { padding:7px 0 0; border-top:1px solid #d5d5d5; }
.xans-product-review .contentView .memoCont .label { padding:0 7px 0 0; color:#757575; font-weight:normal; vertical-align:middle; letter-spacing:-1px; }
.xans-product-review .contentView .memoCont .label.hide { display:none; }
.xans-product-review .contentView .memoCont .info { padding:0 14px; }
.xans-product-review .contentView .memoCont .info:after { content:""; display:block; clear:both; }
.xans-product-review .contentView .memoCont .info p { position:relative; box-sizing:border-box; width:50%; }
.xans-product-review .contentView .memoCont .info p .label { position:absolute; left:0; padding:0; text-align:center; font-size:1.2rem; line-height:29px; letter-spacing:0; }
.xans-product-review .contentView .memoCont .info p.name { float:left; padding:0 0 0 45px }
.xans-product-review .contentView .memoCont .info p.name .label { width:45px; }
.xans-product-review .contentView .memoCont .info p.password { float:right; padding:0 0 0 65px }
.xans-product-review .contentView .memoCont .info p.password .label { width:65px; }
.xans-product-review .contentView .memoCont .info p.name input[type="text"],
.xans-product-review .contentView .memoCont .info p.password input[type="password"] { width:100%; margin:0; }
.xans-product-review .contentView .memoCont .info p.password .label { margin:0; }
.xans-product-review .contentView .memoCont .ec-base-help { margin:8px 0 0 24px; }
.xans-product-review .contentView .memoCont .admin { margin:10px 0 0; }
.xans-product-review .contentView .memoCont .admin a { display:block; text-align:center; }
.xans-product-review .contentView .memoCont .comment { margin:14px 14px 0; }
.xans-product-review .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-review .contentView .memoCont .byteRating { margin:5px 0 0; }
.xans-product-review .contentView .memoCont .byteRating:after { content:""; display:block; clear:both; }
.xans-product-review .contentView .memoCont .rating { float:left; padding:7px 14px; box-sizing:border-box; }
.xans-product-review .contentView .memoCont .rating .label { display:inline-block; width:45px; padding:0; line-height:29px; text-align:center; font-size:1.2rem; letter-spacing:0; }
.xans-product-review .contentView .memoCont .byte { float:right; text-align:right; }
.xans-product-review .contentView .memoCont .submit { text-align:right; padding:0 14px 7px; }
.xans-product-review .contentView .memoCont .captcha { overflow:hidden; margin:0 14px;  padding:10px 0 10px 114px; border-top:1px solid #ededed; }
.xans-product-review .contentView .memoCont .captcha .form { float:left; position:relative; }
.xans-product-review .contentView .memoCont .captcha img { position:absolute; left:-30px; margin-right:-30px; }
.xans-product-review .contentView .memoCont .captcha img:first-child { left:-114px; margin-right:-114px; }
.xans-product-review .contentView .memoCont .captcha .form { width:100%; }
.xans-product-review .contentView .memoCont .captcha .form p { margin:14px 0 0; padding:0 0 0 20px; font-size:1.1rem; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_important.png") no-repeat 0 50%; background-size:13px 13px; }
.xans-product-review .contentView .memoCont .mButton { margin:10px 0 0; }
.xans-product-review .contentView .memoCont #captcha  { margin:2px 0 0 0; width:100%; }

/* 권한 없음 */
.xans-product-review .contentView .memoCont .boardCommentAuthority { padding:14px; text-align:center; background:#fff; }

#prdQnA {   }
#prdQnA h3 {   }
#prdQnA .board > .ec-base-button {  }
#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("//img.echosting.cafe24.com/skin/mobile_ko_KR/intro/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:1.3rem; margin:0 0 14px; }


/* 정렬 */
.xans-product-qna .boardSort { padding:7px 14px; font-size:1.3rem; 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:1.1rem; background:#fff; }
.xans-product-qna > ul > li { overflow:hidden; position:relative;  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 0px; padding:0 7px; }
.xans-product-qna .descriptions a {  position:relative;display:block;color:#757575; font-size:0; width:100%; padding:18px 0;}
.xans-product-qna .descriptions a .summary {   padding:0 0px 10px 0; color:#1b1b1b; font-size:1.5rem; line-height:1.3em; font-weight:normal; }
.xans-product-qna .descriptions a .id { padding:0 7px 0  0;width:100px; }
.xans-product-qna .descriptions a .date {width:100px;}
.xans-product-qna .descriptions a .hit {width:100px;}
.xans-product-qna .descriptions a .vote {width:100px;}
.xans-product-qna .descriptions a .point {width:50px;}
.xans-product-qna .descriptions a .id:before {display:none;}
.xans-product-qna .descriptions a span { float:right;position:relative;   padding:0 17px 0 18px; font-size:1.4rem;text-align:center;font-weight:300;}
.xans-product-qna .descriptions a span img {margin-top:7px;}
.xans-product-qna .descriptions a span:before { display:block; content:""; position:absolute; top:6px; left:0; width:1px; height:11px; background:#eee; }
.xans-product-qna .descriptions a span.point:before { display:block; content:""; position:absolute; top:0px; left:0; width:1px; height:11px; background:#eee; }
.xans-product-qna .descriptions a .num {float:left;padding-left:0px;}
.xans-product-qna .descriptions a .num:before {display:none;}
.xans-product-qna .descriptions a strong {}
.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; }

/* 브라우져 가로 1024픽셀 이하일경우 반응*/
@media screen and (max-width: 1280px) {
    .xans-product-qna .descriptions a {  height:46px; }
    .xans-product-qna .descriptions a .id { width:70px; left:0;}
    .xans-product-qna .descriptions a .date {width:75px;left:160px;text-align:center;}
    .xans-product-qna .descriptions a .hit {width:65px;left:80px;text-align:center;}
    .xans-product-qna .descriptions a .vote {width:50px;}
    .xans-product-qna .descriptions a .point {width:50px;left:250px;bottom:26px}
    .xans-product-qna .descriptions a .summary {  font-size:1.2rem;}
    .xans-product-qna .descriptions a span { position:absolute; padding:0 7px 0 8px; font-size:1.2rem;text-align:left;bottom:19px;color:#aaa;}
    .xans-product-qna .descriptions a span img {margin-top:0px;}
    .xans-product-qna .descriptions a .num {display:none;}
}

/* 상품문의 아코디언형 본문 */
.xans-product-qna .contentView { margin:0; padding:20px; min-height:0; background:#f9f9f9; color:#757575; font-size:1.5rem !important;line-height:1.8em !important; text-align:left !important; word-wrap:break-word; }
.xans-product-qna .contentView .view { margin:0; padding:14px 0 50px; }
.xans-product-qna .contentView .view p {   font-size:1.5rem !important;line-height:1.8em !important; text-align:left !important; }
.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:1.3rem; line-height:1.2em; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_secret.png") 4px 4px no-repeat; background-size:17px 20px; }
.xans-product-qna .contentView .view.secret p { position:relative; padding:0 46px 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 {   font-size:1.5rem !important;line-height:1.8em !important; text-align:left !important; }
.xans-product-qna .contentView .attach img { max-width:100% !important; height:auto !importan;margin:0 0 14px; border:0px solid #dedede; }
.xans-product-qna .contentView p { color:#1b1b1b; }
.xans-product-qna .contentView .ec-base-button { margin:0; padding:0 0px 14px; }
.xans-product-qna .contentView .ec-base-button a em { color:#000; }
.xans-product-qna .contentView .ec-base-button .ico.write { position:relative; top:2px; display:inline-block; width:13px; height:13px; background-image:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/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:1.2rem; color:#757575; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/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:1.2rem; 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:1.2rem; 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:1.1rem; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/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; }



.bxslider_slide04_wrapper {	position: relative;	margin: 0 auto 0px;	padding: 0;	*zoom: 1;border:0px solid #e9e9e9;width:100%;padding:0px 0; background:#fff;max-width:550px;}
.bxslider_slide04_wrapper .bx-wrapper  {width:100%;margin:0px auto;}
.bxslider_slide04_wrapper .bx-wrapper .bxslider_slide04 li {vertical-align:middle;border:0px solid #000;float:none !important;display:inline-block !important;}
.bxslider_slide04_wrapper .bx-wrapper .bxslider_slide04 li img  {width:100%;margin:0 0 0px;}

/* PAGER */
.bxslider_slide04_wrapper .bx-wrapper .bx-pager {	text-align: center;	font-size: .85em;	 font-weight: bold;	color: #666;	padding-top: 30px;}
.bxslider_slide04_wrapper .bx-wrapper .bx-pager .bx-pager-item,
.bxslider_slide04_wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item {	display: inline-block;	*zoom: 1;	*display: inline;}
.bxslider_slide04_wrapper .bx-wrapper .bx-pager.bx-default-pager a {	background: #e9e9e9;	text-indent: -9999px;	display: block;	width: 6px;	height: 6px;	margin: 0 5px;	outline: 0;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.bxslider_slide04_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bxslider_slide04_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {	background: #555;width:18px;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bxslider_slide04_wrapper .bx-wrapper .bx-prev {	opacity:0;left: -30px;	background: url('//ecimg.cafe24img.com/pg241b74992068070/ininananna/web/upload/mosen/bx_arrow_left_black.png') no-repeat center center;background-size:24px;}
.bxslider_slide04_wrapper .bx-wrapper .bx-next {	opacity:0;right: -30px;	background: url('//ecimg.cafe24img.com/pg241b74992068070/ininananna/web/upload/mosen/bx_arrow_right_black.png') no-repeat center center;background-size:24px;}
.bxslider_slide04_wrapper .bx-wrapper .bx-prev:hover {	background: url('//ecimg.cafe24img.com/pg241b74992068070/ininananna/web/upload/mosen/bx_arrow_left_gray.png') no-repeat center center;background-size:24px;}
.bxslider_slide04_wrapper .bx-wrapper .bx-next:hover {	background: url('//ecimg.cafe24img.com/pg241b74992068070/ininananna/web/upload/mosen/bx_arrow_right_gray.png') no-repeat center center;background-size:24px;}
.bxslider_slide04_wrapper:hover .bx-wrapper .bx-prev {display:block;opacity:0.7;left:0px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.bxslider_slide04_wrapper:hover .bx-wrapper .bx-next {display:block;opacity:0.7;right:0px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.bxslider_slide04_wrapper .bx-wrapper .bx-controls-direction a {	position: absolute;	top:50%;	margin-top:-40px;	outline: 0;	width: 80px;	height: 80px; text-indent: -9999px;	z-index: 99;}
.bxslider_slide04_wrapper .bx-wrapper .bx-controls-direction a.disabled {	display: none;}



@media screen and (max-width: 1280px) {
    .xans-product-detail .imgArea { width:90%; margin:0 auto 50px;float:none; border-bottom:1px solid #eee;padding-bottom:50px;}
    .xans-product-detail .infoArea {width:90%;margin:0 auto;float:none;}

}


@charset "utf-8";

/* **************************** //필수 CSS 수정 및 삭제 불가 **************************** */

/* tag reset */

/* reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td { margin:0; padding:0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html { width:100%; height:100%;font-size:11px;}
@media screen and (max-width: 4220px) {
    html {font-size:14px;}
}
@media screen and (max-width: 2480px) {
    html {font-size:12px;}
}
@media screen and (max-width: 2220px) {
    html {font-size:11px;}
}
@media screen and (max-width: 1930px) {
    html {font-size:10px;}
}
@media screen and (max-width: 1680px) {
    html {font-size:10px;}
}
@media screen and (max-width: 1440px) {
    html {font-size:9px}
}
@media screen and (max-width: 1280px) {
    html {font-size:55%}
}
@media screen and (max-width: 1024px) {
    html {font-size:10px}
}

body,code { font-size:1.5rem;font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', 'AppleGothic', 'Apple SD Gothic Neo',sans-serif; color:#353535; background:#fff; }
/*body, code { min-width:320px; font-size:13px; line-height:1.2em; color:#1b1b1b; background:#fff; -webkit-text-size-adjust:none; }*/
body { min-width:320px;  }
body#popup {min-width:0;  }
code { background:none; display:block; }
li { list-style:none; }
ul li { list-style:none; }
ol { list-style-position:inside; }
img, fieldset{ border:none; }
img { vertical-align:middle; }
hr.layout { display:none; }
em, address { font-style:normal; }
ins { text-decoration:none; }
a { text-decoration:none; color:#000; outline: 0 !important;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
a:hover { text-decoration:none; color:#aaa;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
a:active { text-decoration:none; }
table { width:100%;   border:0 none; border-spacing:0; border-collapse:collapse; }
table caption { display:none; }
th, td { border:0;   }
legend { height:0; width:0; display:block; text-indent:-9999em; }
label { cursor:pointer; }
button::-moz-focus-inner { padding:0; border:0; }

 


/* html5 */
object, del, sub, var { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
 
@charset "utf-8";

/* 사파리 스크롤 바운스 제거*/
#wrap { -webkit-overflow-scrolling:auto; }
#layout_wrap {position:relative; overflow:hidden;}

/*반응형 상단메뉴*/
#header  { z-index:9997;position:fixed; left:0px;top:0;width:100%;background:rgba(255,255,255,0);height:140px; display:block;     -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;}
#header:hover {background:rgba(255,255,255,0.9);}

#header .header {position:relative;margin:0 50px;font-size:0;line-height:0;}

/*반응형 상단메뉴 중 로고*/
#header #logo {position:absolute;left:50%;top:0;  margin:0 auto;text-align:center;padding:0px 0 0 0px; transform:translate(-50%, 0);z-index:9999;border:0px solid #000;}
#header #logo img { height:50px;margin:45px 0px;}

#header .header li {display:inline-block;vertical-align:middle;}
#header .header li a {font-size:1.5rem;line-height:140px;vertical-align:middle;}
#header .header li a i {font-size:1.5rem;line-height:140px;vertical-align:middle;}
#header .header li .category {display:none;}

/*반응형 상단메뉴 중 카테고리메인메뉴*/
#header .main_menu {position:absolute;top:0;padding:0px 0;text-align:left;border:0px solid #000;}
#header .main_menu li {position:relative;}
#header .main_menu li a {font-size:1.7rem;font-weight:400;letter-spacing:0.5px; display:block;padding:0 20px 0 ;}
#header .main_menu li img {height:20px;margin:60px 0;}

#header .left {left:30px;top:0;padding:0px 0;text-align:left;margin-left:0px;z-index:999; }
#header .right {right:30px;top:0;padding:0px 0;text-align:right;margin-left:0px;z-index:999; }



/*좌측 2뎁스 팝업메뉴*/
#header .main_menu li .category {position:absolute;left:-5px;top:100px;width:140px;background:rgba(109,109,109,0.8);padding:20px 25px;z-index:99999;}
#header .main_menu li .category li {display:block;text-align:left;margin:0;}
#header .main_menu li .category li a {font-size:1.4rem;line-height:1.6em;color:#fff;padding:0;}
#header .main_menu li .category li a:hover {color:#eee;}

/*좌측 3뎁스 팝업 카테고리메뉴*/
#header .main_menu li .sub-category { position:absolute; top:-15px; z-index:99999999999999990;right:-170px;width:140px; background:#000; overflow:hidden;padding:15px; display:none; }
#header .main_menu li .sub-category ul { }
#header .main_menu li .sub-category li { padding:0px;width:100%;}
#header .main_menu li .sub-category li a {width:100%;line-height:1.6em;font-size:1.4rem;padding:0px 0px;display:block;color:#fff;font-weight:normal;letter-spacing:0.5px;}
#header .main_menu li .sub-category li a:hover { color:#777;}
 
/*반응형 상단메뉴 중 로그인메뉴*/
#header .login_menu {position:absolute;right:0px;top:0;padding:0px 0;text-align:right;}
#header .login_menu li.language {padding-right:30px;}
#header .login_menu li {position:relative;margin:0 0px; border:0px solid #000;}
#header .login_menu > li > a {font-size:1.3rem;font-weight:300;padding:0 15px 0 ;display:block;}
#header .login_menu li img {height:20px;margin:60px 0;}
#header .login_menu li.member img {height:21px;}
#header .login_menu li.all_menu img {height:16px;}
#header .login_menu li.basket span {position:absolute;right:3px;top:47px;width:18px;line-height:18px;font-size:1rem;background:#000;color:#fff;border-radius:9px;text-align:center;}

/*좌측 2뎁스 팝업메뉴*/
#header .login_menu li .category {position:absolute;left:-10px;top:100px;width:100px;padding:20px 25px;z-index:99999;background:rgba(255,255,255,1);margin:0;}
#header .login_menu li .category li {display:block;text-align:left;margin:0;}
#header .login_menu li .category li a {font-size:1.4rem;line-height:1.6em;color:#000;text-transform:uppercase;}
#header .login_menu li .global_btn li a {font-size:1.2rem;}
#header .login_menu li .category li a:hover {color:#555;}
#header .login_menu li .category li img {margin:0 5px 0 0;height:16px;}




/*반응형 스크롤시 상단메뉴*/
#header.scroll  { background:rgba(255,255,255,0.9);height:60px;}
#header.scroll #logo img {  max-height:30px;margin:15px 0px;}
#header.scroll .header li a {line-height:60px;}
#header.scroll .header li a i {line-height:60px;}
#header.scroll .main_menu { padding:0px 0;margin-left:60px; }
#header.scroll .main_menu li a {font-size:1.5rem; }
#header.scroll .main_menu li .category {top:60px;}
#header.scroll .main_menu li .category li a {font-size:1.3rem}
#header.scroll .login_menu { padding:0px 0; }
#header.scroll .login_menu li a {font-size:1.3rem;}
#header.scroll .login_menu li img {height:20px;margin:21px 0;}
#header.scroll .login_menu li.basket span { top:10px;}
#header.scroll .login_menu li .category {top:60px;}
#header.scroll .login_menu li .category li a {font-size:1.3rem;}
#header.scroll .login_menu li .global_btn li a {font-size:1.2rem;}
#header.scroll .login_menu li.all_menu img {height:16px;}
 
/* 모바일 좌측메뉴*/
#left_menu { margin:0px auto 0px;}
#left_menu ul { font-size:0; line-height:0;}
#left_menu li { position:relative; z-index:10;  }
#left_menu > li {font-weight:700;letter-spacing:1px;font-size:1.9rem;line-height:1.5em;white-space:nowrap;}
#left_menu li a { display:block; color:#000;}
#left_menu li.cate_menu a:hover {transition: 0.9s cubic-bezier(.14,.46,0,1.34);transform: translate(2px,0px);will-change:transform;}

/*로그인메뉴*/
#left_menu .login_menu {font-size:1.3rem;line-height:1.7em;color:#000;letter-spacing:1px;text-transform:uppercase;font-weight:400;white-space:nowrap;}
#left_menu .login_menu a {display:inline-block;}
#left_menu .login_menu:nth-child(3) {margin-bottom:20px;}

/*스토키스트, 컨텍트어스메뉴*/
#left_menu .small_menu  {font-size:1.3rem;line-height:1.7em;color:#111;font-weight:400;letter-spacing:1px;}

/* 글로벌 메뉴*/
#left_menu .global_btn {margin:10px 0 0;}
#left_menu .global_btn li img {height:15px;margin:0px 10px 0 0;}
#left_menu .global_btn li {display:block;line-height:20px;font-size:1.1rem;width:100%;width:24px;margin:0 9px 0 0;}
#left_menu .global_btn li:last-child {margin-right:0;}
#left_menu .global_btn span {color:#fff;font-weight:300;font-size:1.1rem;}

/*좌측 2뎁스 하위 카테고리메뉴*/
#left_menu .category { margin:0px auto;padding: 10px 0 20px 10px;}
#left_menu .category ul { z-index:1; font-size:0; line-height:0;}
#left_menu .category li { position:relative; z-index:10;  line-height:1.6em;font-size:1.6rem;font-weight:400;}
#left_menu .category li a { color:#000;padding:0px;letter-spacing:0.8px;}
#left_menu .category li.on > a {  }

/*좌측 3뎁스 팝업 카테고리메뉴*/
#left_menu li .sub-category { position:absolute; top:-15px; z-index:99999999999999990;right:-200px;width:140px; background:#000; overflow:hidden;padding:15px;  display:none;}
#left_menu li .sub-category ul { }
#left_menu li .sub-category li { padding:0px;width:100%;}
#left_menu li .sub-category li a {width:100%;line-height:1.6em;font-size:1.6rem;padding:0px 0px;display:block;color:#fff;font-weight:normal;letter-spacing:0.5px;}
#left_menu li .sub-category li a:hover { color:#777;}

/*좌측 sns링크메뉴*/
#snslink {position:fixed;right:63px;bottom:60px;z-index:9999; }
#snslink a {display:block;margin:20px 0px 0px 0;position:relative;width:40px;}
#snslink a:last-child {margin-right:0;}
#snslink a img {width:100%;}
#snslink a .toggle_img {opacity:0;position:absolute;left:0px;top:0px;z-index:99;width:100%;height:100%;}
#snslink a:hover .toggle_img {opacity:1;z-index:999;}
 
/*우측메뉴*/
#right {position:fixed;right:55px;top:55px;z-index:999;width:40px;padding-bottom:0px;text-align:center;}
#right #r_search a {width:40px;padding:11px 0;line-height:18px;font-size:1.8rem;text-align:center;background:rgba(255,255,255,0);margin:0px 0 10px;vertical-align:middle;color:#000;display:block;}
#right #r_search a:hover {background:rgba(255,255,255,0.7);}
#right #side_on a {width:40px;padding:11px 0;line-height:18px;font-size:1.8rem;text-align:center;background:rgba(255,255,255,0);margin:0px 0;vertical-align:middle;color:#000;display:block;}
#right #side_on a:hover {background:rgba(255,255,255,0.7);}

/*메인레이아웃센터*/
#container {  margin:0px auto 0px; *zoom:1; overflow:hidden;z-index:10;}
#container:after { content:""; display:block; clear:both; }
#contents {overflow:hidden;margin:0 auto; }

/*공통레이아웃센터*/
#sub_container {  margin:0px auto 0;padding:160px 160px 60px 160px;  *zoom:1;  z-index:10;background:#fff; }
#sub_container:after { content:""; display:block; clear:both; }
#sub_contents { min-height:600px; margin:0px auto 0px; }

/*와이드레이아웃센터*/
#wide_container {  margin:0px auto 0px; *zoom:1; overflow:hidden;z-index:10;}
#wide_container:after { content:""; display:block; clear:both; }
#wide_contents {overflow:hidden;margin:0 auto;}

 
/*하단회사정보레이아웃*/
#bottom {position:relative;opacity:0.1; bottom:-30px;padding:50px 60px 60px 60px ;background:#f9f9f9;z-index:9999;color:#000;text-align:center; word-break:keep-all; }
#bottom.move_Top_In2{
    transition: 1s cubic-bezier(.14,.46,0,1.34);
    transition-delay:0s;
    transform: translate(0,-30px);
    opacity: 1;
}
#bottom.move_Top_Out2{
    transition: 1s ease;
    transition-delay:0s !important;
    transform: translate(0,30px);
    opacity: 0;
}
#bottom a {color:#000;}
#bottom a:hover {color:#aaa;} 
#bottom:hover { }
#bottom hr {display:inline-block;width:100%;margin:30px auto; border:none;border-top:1px solid #eee;}

#bottom .bottom_menu {text-align:center;position:relative;z-index:999;}
#bottom .bottom_menu a {display:inline-block;padding:0 10px;border-left:1px solid #eee;font-size:1.5rem;line-height:1.6em;}
#bottom .bottom_menu a:first-child {border-left:0;padding-left:0;}
#bottom .bottom_menu .top_btn {position:absolute;right:0px;top:5px;font-size:1.6rem;line-height:1.6em;border-left:0;}
#bottom .bottom_menu .bottom_plus {position:absolute;left:0px;top:5px;font-size:1.6rem;line-height:1.6em;border-left:0;}
#bottom .bottom_menu .bottom_language {position:absolute;right:0;bottom:-80px;display:none;}
#bottom .bottom_menu .bottom_language ul {font-size:0;line-height:0;text-align:right;}
#bottom .bottom_menu .bottom_language ul li {display:inline-block;margin-left:10px;font-size:1.3rem;line-height:18px;width:34px;}
#bottom .bottom_menu .bottom_language ul li img {width:100%;border:0;}
#bottom .bottom_menu .bottom_language ul li a {padding:0;}
#bottom .bottom_menu .bottom_language ul li span {display:none;}

#bottom .bottom_info {margin:0 auto 0px;overflow:hidden;position:relative;font-weight:300; }
#bottom .bottom_info ul {text-align:left;font-size:0;line-height:0;width:100%;margin:0 auto;min-width:1280px;}
#bottom .bottom_info ul li {display:inline-block;vertical-align:top;color:#000;box-sizing:border-box;width:auto;}
#bottom .bottom_info ul li h2 {font-size:1.4rem;margin-bottom:15px;line-height:1.6em;font-weight:900;}
#bottom .bottom_info ul li a {color:#000;}
#bottom .bottom_info ul li:nth-child(2) {border-left:1px solid #eee;padding-left:60px;margin-left:60px;}
#bottom .bottom_info table {text-align:left; }
#bottom .bottom_info table th {width:160px;font-size:1.4rem;line-height:2em;text-align:left;font-weight:300;}
#bottom .bottom_info table td {width:auto;font-size:1.4rem;line-height:2em;white-space:normal;}
#bottom .bottom_info table td .time {color:#777;margin-left:10px;}
#bottom .bottom_info .bottom_mypage table th {width:50px !important; }

/* 하단에스크로링크 */
#bottom .bottom_linkmenu {position:relative;margin:0 0px;overflow:hidden;text-align:left;}
#bottom .bottom_linkmenu p {font-size:1.3rem;line-height:18px;color:#777;margin:0px auto 10px;font-weight:300;}
#bottom .bottom_linkmenu a {color:#000;}
#bottom .bottom_linkmenu .copy {}
#bottom .bottom_linkmenu .escro {position:absolute;right:0;top:0;text-align:right;font-size:1.3rem;}
#bottom .bottom_linkmenu .escro span {font-weight:700;font-size:1.3rem;}
#bottom .bottom_linkmenu .escro a {padding:0px 10px;border-radius:10px;line-height:20px;color:#fff;background:#555;display:inline-block;font-size:1.1rem;margin-left:10px;}
#bottom .bottom_linkmenu .escro a:hover {background:#eee;color:#000;}
 
.pc_mode {display:inline-block;}
.mobile_mode {display:none !important;}

.app-smart-popup {position:fixed !important;left:270px !important;top:30px !important;margin-top:0 !important;margin-left:0% !important; }
.app-smart-popup img {width:100% !important; }

/* 브라우져 가로 1440픽셀 이하일경우 반응*/
@media screen and (min-width: 1280px) {
    
}

/* 브라우져 가로 1440픽셀 이하일경우 반응*/
@media screen and (max-width: 1440px) {
    #bottom .bottom_linkmenu .escro {position:relative;right:auto;top:auto;text-align:left;font-size:1.3rem;}
}

/* 브라우져 가로 1024픽셀 이하일경우 반응*/
@media screen and (max-width: 1024px) {
    
    .app-smart-popup {position:fixed !important;width:90% !important;left:50% !important;top:10% !important;margin-top:0 !important;margin-left:-45% !important; }
    .app-smart-popup img {width:100% !important; }
    
    /*반응형 스크롤시 상단메뉴*/
    #header  { background:rgba(255,255,255,0);height:60px;}
    #header .header { margin:0 0%;}
    #header #logo {text-align:center;}
    #header #logo img {  max-height:30px;margin:15px 0px;}
    #header .header li a {line-height:40px;}
    #header .header li a i {line-height:40px;}
    #header .main_menu { padding:10px 0; }
    #header .main_menu li {display:none;}
    #header .main_menu li img {height:16px;margin:12px 0;}
    #header .left {left:2%;}
    #header .right {right:2%; }
    
    #header .login_menu { padding:10px 0px; position:relative;width:100%;right:0;}
    #header .login_menu li a {font-size:1.3rem;}
    #header .login_menu li img {height:20px;margin:10px 0;}
    #header .login_menu li.all_menu {position:absolute;left:0;}
    #header .login_menu li.basket img {height:26px;margin:7px 0;}
    #header .login_menu li.basket span { top:0px;right:6px;}
    #header .login_menu li.language,
    #header .login_menu li.search,
    #header .login_menu li.member {display:none; }
    #header .login_menu li.all_menu img {height:16px;}
    
    /*반응형 스크롤시 상단메뉴*/
    #header.scroll .header li a {line-height:40px;}
    #header.scroll .header li a i {line-height:40px;}
    #header.scroll .main_menu { padding:10px 0; margin-left:0px;}
    #header.scroll .login_menu { padding:10px 0px; position:relative;width:100%;right:0;}
    #header.scroll .login_menu li a {font-size:1.3rem;}
    #header.scroll .login_menu li img {height:20px;margin:10px 0;}
    #header.scroll .login_menu li.all_menu {position:absolute;left:0;}
    #header.scroll .login_menu li.basket img {height:26px;margin:7px 0;}
    #header.scroll .login_menu li.basket span { top:0px;right:6px;}
    #header.scroll .login_menu li.language,
    #header.scroll .login_menu li.search,
    #header.scroll .login_menu li.member {display:none; }
    #header.scroll .login_menu li.all_menu img {height:16px;}
    
    #left_menu > li {font-size:1.9rem;line-height:1.5em;}
    
    /*로그인메뉴*/
    #left_menu .login_menu {font-size:1.3rem;line-height:1.7em;}
    
    /*좌측 2뎁스 하위 카테고리메뉴*/
    #left_menu .category li { font-size:1.6rem;}
    
    /*좌측 3뎁스 하위 카테고리메뉴*/
    #left_menu li .sub-category { right:-200px;width:140px; }
    #left_menu li .sub-category li a {font-size:1.6rem;}
    
    /*스토키스트, 컨텍트어스메뉴*/
    #left_menu .small_menu  {font-size:1.3rem;line-height:1.7em;}
    
    /* 글로벌 메뉴*/
    #left_menu .global_btn li {width:24px;margin:0 9px 0 0;}
    #left_menu .global_btn span {color:#fff;font-weight:300;font-size:1.1rem;}
    
    /*좌측 sns링크메뉴*/
    #snslink {right:5%;bottom:30px; }
    #snslink a {margin:20px 0px 0px 0; width:22px;}
    
    /*공통레이아웃센터*/
    #sub_container {  padding:54px 5% 60px 5%;margin:0 -7px 0;  }
    
    /*하단회사정보레이아웃*/
    #bottom {bottom:-30px;padding:20px 5% 20px 5% ;}
    #bottom hr {margin:20px auto;}

    #bottom .bottom_menu {text-align:left;}
    #bottom .bottom_menu a {padding:0 5px;font-size:12px;line-height:1.6em;}
    #bottom .bottom_menu a:first-child {border-left:0;padding-left:0;display:none;}
    #bottom .bottom_menu a:nth-child(2) {border-left:0;padding-left:0;}
    #bottom .bottom_menu .top_btn {position:absolute;right:-2px;top:5px;font-size:14px;line-height:1.6em;border-left:0;}
    #bottom .bottom_menu .bottom_plus {position:absolute;left:-2px;top:-2px;font-size:14px;line-height:1.6em;border-left:0;display:none;}

    #bottom .bottom_menu .bottom_language ul li {display:inline-block;margin-left:10px;font-size:12px;line-height:18px;width:34px;}

    #bottom .bottom_info ul {min-width:100%;}
    #bottom .bottom_info ul li {font-size:14px;line-height:2em;width:100%;}
    #bottom .bottom_info ul li h2 {font-size:1.2rem;margin-bottom:10px;line-height:1.4em;display:block;}
    #bottom .bottom_info ul li:first-child {margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:20px;}
    #bottom .bottom_info ul li:nth-child(2) {border-left:0px solid #eee;padding-left:0px;margin-left:0px;}
    #bottom .bottom_info table th {width:100px;font-size:1.1rem;line-height:1.4em;vertical-align:top;padding-right:10px;}
    #bottom .bottom_info table td {font-size:1.1rem;line-height:1.4em;}
    #bottom .bottom_info .bottom_mypage table th {width:100px !important;}

    /* 하단에스크로링크 */
    #bottom .bottom_linkmenu p {font-size:1.1rem;line-height:1.4em;color:#000;}
    #bottom .bottom_linkmenu .escro {display:none;}
    
    .mbi-simpletalk-kakao {right:3% !important; }
    
    .mobile_mode {display:inline-block !important;}
    .pc_mode {display:none;}
}

/*해상도높이가 768px이하일경우*/
@media screen and (max-height:768px) {

}


.btnTop { display:none; position:fixed; top:0; left:50%; z-index:100; margin:0 0 0 -36px; border:1px solid #d6d6d7; border-top:0; border-radius:0 0 3px 3px; opacity:0.9; background:#616161 url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_btntop.png") no-repeat 90% 7px; background-size:12px 12px; }
.btnTop a { display:inline-block; height:29px; padding:0 26px 0 10px; line-height:29px; color:#fff; }

#mobileQuickLink { z-index:301 !important; }
#mobileBtnQuickLink { z-index:100 !important; }

.dimmed { display:none; position:fixed; left:0px; top:0; right:0px; bottom:0px; z-index:150; background:rgba(0,0,0,0.7); }
#dimmedSlider { display:none; position:fixed; left:0px; top:0; right:0px; bottom:0px; z-index:500; background:rgba(0,0,0,0.7); }

/* 메인 검색 
#main .searchWrap { position:relative; height:38px; padding:5px 41px 0 47px; }
#main .searchWrap .searchForm { position:relative; padding:0 28px 0 33px; border:1px solid #ccc; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_search.png") no-repeat 5px 5px; background-size:20px 20px; }
#main .searchWrap .btnDelete { position:absolute; right:3px; top:5px; width:20px; height:20px; border:0; cursor:pointer; overflow:hidden; text-indent:100%; font-size:0; white-space:nowrap; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/btn_delete.png") no-repeat 0 0; background-size:20px 20px; }
#main .searchWrap #keyword { width:100%; padding:0; border:0; }
*/

/* 메인 카테고리*/
#main #header #topArea .xans-layout-mobilemaincategory { position:relative; height:43px; border-bottom:1px solid #e3e3e3; background-color:#fff; }
#main #header #topArea .xans-layout-mobilemaincategory ul { display:inline-block; width:100%; padding:0; text-align:left; font-size:0; line-height:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
#main #header #topArea .xans-layout-mobilemaincategory ul li { display:inline-block; width:33.3%; font-size:1.3rem; text-align:center; }

/* 메인 스와이프 */
#main #header #topArea .xans-layout-mobilemaincategory .afterNone { display:none; }
#main #header #topArea .xans-layout-mobilemaincategory > ul { display:table; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li { width:100%; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul { padding:0 40px; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li { border-bottom:3px solid #fff; width:33%; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li.selected { border-bottom-color:#217bdb; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li a { display:inline-block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:22px 0 18px; font-weight:bold; color:#9a9a9a; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li.selected a { color:#217bdb; }
#main #header #topArea .xans-layout-mobilemaincategory > ul > li > ul li a img { max-height:40px; }
#main #header #topArea .xans-layout-mobilemaincategory p { position:absolute; top:0; background-color:#fff; }
#main #header #topArea .xans-layout-mobilemaincategory p.btnPrev { left:0; display:none; }
#main #header #topArea .xans-layout-mobilemaincategory p.btnNext { right:0; display:none; }
#main #header #topArea .xans-layout-mobilemaincategory p a { display:inline-block; padding:13px 14px; }

/* 메인 배너 */
#main .mainBanner { position:relative; }
#main .mainBanner a img { max-height:290px; }
#main .mainBanner .ec-base-paginate { position:absolute; bottom:8px; z-index:10; width:100%; }
#main .mainBanner .afterNone { display:none; }

/* 타이틀 */
#titleArea { margin:60px auto 10px;text-align:center; width:100%;}
#titleArea h2 {position:relative;color:#000; font-size:2.2rem; line-height:1.6em;font-weight:300;letter-spacing:1px;top:-60px;opacity:0;}
#titleArea h2.title_move {    
    transition: 2s cubic-bezier(.14,.46,0,1.34);
    transform: translate(0,40px);
    opacity: 1;}
#titleArea span { position:absolute; top:6px; left:14px; display:none;}
#titleArea .funcArea {display:none;}
 /* 마이쇼핑 메인 */
.myshopMain { padding:14px 7px; font-size:1.3rem; }

/* 퀵뷰 모달 */
#modalBackpanel { display:none; position:absolute; top:0; left:0; z-index:10000; width:100%; height:100%; background:#000; }
#modalContainer { display:none; position:absolute; top:100px; left:100px; z-index:10001; width:975px; height:720px; border:1px solid #333; background:#fff; }
#modalContainer #modalContent { width:100%; height:100%; }


/*투명도 Class*/
.opac0 {opacity:0;}
.opac1 {opacity:0.1;}
.opac2 {opacity:0.2;}
.opac3 {opacity:0.3;}
.opac4 {opacity:0.4;}
.opac5 {opacity:0.5;}
.opac6 {opacity:0.6;}
.opac7 {opacity:0.7;}
.opac8 {opacity:0.8;}
.opac9 {opacity:0.9;}
.opac10 {opacity:1;}
.text { opacity:0;} 


/** Animations **/

/*섹션배경 10% 커지게*/
.scale_Bg_In{
	-webkit-transition:all 3.0s ease;
    transition:all 3.0s ease;
	-webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    will-change: transform, -webkit-transform, opacity;
}

/*섹션배경 원래대로 돌아가게*/
.scale_Bg_Out{
	-webkit-transition:all 3.0s ease;
    transition:all 3.0s ease;
    -webkit-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
    will-change: transform, -webkit-transform, opacity;
}
 

.move_Top_In{
    -webkit-transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    -webkit-transform: translate(0,-30px);
    transform: translate(0,-30px);
    opacity: 1;
    will-change: transform, -webkit-transform, top ,opacity;
}
.move_Top_Out{
    -webkit-transition: 1.0s ease;
    transition: 1.0s ease;
    -webkit-transition-delay:0s !important;
    transition-delay:0s !important;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 0;will-change: transform, -webkit-transform, bottom ,opacity;
}
.move_Bottom_In{
    -webkit-transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    -webkit-transform: translate(0,30px);
    transform: translate(0,30px);
    opacity: 1;
    will-change: transform, -webkit-transform, bottom ,opacity;
}
.move_Bottom_Out{
    -webkit-transition: 1.0s ease;
    transition: 1.0s ease;
    -webkit-transition-delay:0s !important;
    transition-delay:0s !important;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 0;
    will-change: transform, -webkit-transform, top ,opacity;
}
.move_Left_In{
    -webkit-transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    -ms-transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    transition: 0.6s cubic-bezier(.14,.46,0,1.34);
    -webkit-transform: translate(-5%,0px);
    -ms-transform: translate(-5%,0px);
    transform: translate(-5%,0px);
    opacity: 1;will-change: transform, -webkit-transform, left ,opacity;
}
.move_Left_Out{
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-delay:0s !important;
    transition-delay:0s !important;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 0;
    will-change: transform, -webkit-transform, right ,opacity;
}
.move_Right_In{
    -webkit-transition: 1.0s ease;
    transition: 1.0s ease;
    -webkit-transform: translate(5%,0px);
    transform: translate(5%,0px);
    opacity: 1;
    will-change: transform, -webkit-transform, right ,opacity;
}
.move_Right_Out{
    -webkit-transition: 1.0s ease;
    transition: 1.0s ease;
    -webkit-transition-delay:0s !important;
    transition-delay:0s !important;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 0;
    will-change: transform, -webkit-transform, left ,opacity;
}
.move_Top_In_gallery{
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in;
    -webkit-transform: translate(0,30px);
    transform: translate(0,30px);
    opacity: 1;
    will-change: transform, -webkit-transform, bottom ,opacity;
}




/* font */
.txtWarn { color:#f45b55; }
.txtEm { color:#000; }

/* grid */
.gBlank5 { display:block; margin-top:5px; }
.gBlank7 { display:block; margin-top:7px; }
.gBlank10 { display:block; margin-top:10px; }
.gBlank20 { display:block; margin-top:20px; }
.gBlank30 { display:block; margin-top:30px; }
.gIndent10 { margin-left:10px; }
.gIndent20 { margin-left:20px; }
.gSpace10 { margin-right:10px; }
.gSpace20 { margin-right:20px; }
.gBreak5 { display:block; margin-bottom:5px; }
.gBreak7 { display:block; margin-bottom:7px; }
.gMerge { position:relative; z-index:1; margin-top:-1px; }

/* ec-base-qty */
.ec-base-qty [type="text"] { width:49px; }
.ec-base-qty [type="tel"] { width:49px; text-align:right; }
.ec-base-qty button { margin:0; padding:0; border:0; vertical-align:top; background:transparent; }
.ec-base-qty .qtyUp,
.ec-base-qty .qtyDown { display:inline-block; }

/* ec-base-field */
.ec-base-field { display:-webkit-flex; display:-ms-flex; display:flex; }
.ec-base-field input[type="text"] { -webkit-flex:1; -ms-flex:1; flex:1; }
.ec-base-field input ~ [class*='btn'] { margin-left:5px; }

/* form */
input, textarea, select { max-width:100%; font-size:1.3rem;color:#000; vertical-align:middle; outline:0; border-radius:0; }
input[type=text], input[type=password], input[type=number], input[type=tel], textarea {
    padding:10px; font-size:1.3rem; line-height:13px; font-weight:inherit; color:#000; border:1px solid #ececec; border-radius:2px; outline-style:none;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
input[type=text], input[type=password], input[type=number], input[type=tel] { height:29px; }
input[type="file"] { overflow:hidden; max-width:100%; }
input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="image"], textarea { -webkit-appearance:none; }
select { max-width:100%; height:29px; margin:0; padding:0 20px 0 8px; line-height:29px; font-size:1.3rem; color:#000; word-break:break-all; font-weight:inherit; border:1px solid #ececec; border-radius:0; background:#fff url("//img.echosting.cafe24.com/skin/mobile/common/ico_select.gif") no-repeat 100% 49%; background-size:auto 40px; -webkit-appearance:none; }
select.disabled, select:disabled,
textarea.disabled, textarea:disabled { color:#bcbcbc; }
textarea { resize:none; line-height:1.2em; }
textarea.disabled { background-color:#ffffff; color:#bfbfbf; }
input[type="checkbox"] { width:18px; height:18px; border:0; background:url("//img.echosting.cafe24.com/skin/mobile/common/bg_checkbox.png") no-repeat 0 0; background-size:18px 18px; -webkit-appearance:none; }
input[type="radio"] { width:18px; height:18px; border:0; border-radius:50%; background:url("//img.echosting.cafe24.com/skin/mobile/common/bg_radio.png") no-repeat 0 0; background-size:18px 18px; -webkit-appearance:none; }
input[type="checkbox"]:checked { background-image:url("//img.echosting.cafe24.com/skin/mobile/common/bg_checkbox_checked.png"); -webkit-appearance:none; }
input[type="radio"]:checked { background-image:url("//img.echosting.cafe24.com/skin/mobile/common/bg_radio_checked.png"); -webkit-appearance:none; }
label { display:inline-block; margin:0 7px 0 0; min-height:20px; line-height:20px; font-size:1.3rem; vertical-align:middle; cursor:pointer; }
input[type=radio] + label,
input[type=checkbox] + label { margin:0 7px 0 4px; }
label input[type=radio],
label input[type=checkbox] { margin:0 4px 0 0; }
label:last-child,
input[type=radio] + label:last-child,
input[type=checkbox] + label:last-child { margin-right:0; }

.ec-base-label { display:inline-block; margin:0 7px 0 0; }
.ec-base-label input[type=radio] + label,
.ec-base-label input[type=checkbox] + label { margin-right:0; }

.fList.typeHor .gLabel { margin-right:20px; }
.fList.typeVer .gLabel { display:block; }

/* ec-base-radio */
.ec-base-radio.typeCS{display: -webkit-flex;display: -ms-flex;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction: column;}
.ec-base-radio.typeCS .ec-base-label {margin: 0 0 10px 0;border: 1px solid #b5b5b5;box-sizing: border-box;border-radius: 2px;position:relative;}
.ec-base-radio.typeCS .ec-base-label label {position: relative;height: 100%;line-height: 20px;padding: 10px 10px 9px;box-sizing: border-box;font-size: 14px;color: #666;word-break: break-all;word-wrap: break-word;display: block;text-align: center;margin: 0;}
.ec-base-radio.typeCS .ec-base-label input {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;margin: 0;}
.ec-base-radio.typeCS .ec-base-label input:checked + label {border-color: #508bed;font-weight: bold;color: #fff;background: #508bed;}
@charset "utf-8";


  .ec-base-paginate { text-align:center; }
  /* typeList */
    .ec-base-paginate.typeList { padding:14px 0; font-size:0; line-height:0; }
    .ec-base-paginate.typeList ol { margin:0 14px; }
    .ec-base-paginate.typeList ol,
    .ec-base-paginate.typeList ol li { display:inline-block; vertical-align:middle; }
    .ec-base-paginate.typeList ol li:not(:first-child) { margin:0 0 0 7px; }
    .ec-base-paginate.typeList ol li a { display:inline-block; width:31px; height:27px; border:1px solid #d9d9d9; border-radius:2px; font-size:15px; line-height:27px; color:#000; vertical-align:middle; background:#fff; }
    .ec-base-paginate.typeList ol li .this { border-color:#000; color:#000; }
    .ec-base-paginate.typeList [class*='btn'] { display:inline-block; overflow:hidden; width:31px; height:27px; border:1px solid #d9d9d9; border-radius:2px; font-size:1px; line-height:0; text-indent:-9999em; vertical-align:middle; background:#fff; background-repeat:no-repeat; background-position:50% 50%; background-size:7px auto; }
    .ec-base-paginate.typeList .btnPrev { background-image:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png"); }
    .ec-base-paginate.typeList .btnNext { background-image:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png"); }

  /* typeMoreview */
    .ec-base-paginate.typeMoreview { margin:0 auto;max-width:240px; }
    .ec-base-paginate.typeMoreview .btnMore { display:block; padding:12px 0; border:1px solid #ddd; color:#000000; font-weight:bold; background:#fff;border-radius:24px; }
    .ec-base-paginate.typeMoreview .btnMore:hover {border:1px solid #000; color:#fff;background:#000; }
    .ec-base-paginate.typeMoreview .icoMore { display:inline-block; margin:0 0 0 8px; width:13px; height:8px; font-size:0; line-height:0; vertical-align:baseline; background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_more.png") no-repeat 0 50%; background-size:13px auto; }

  /* typeSwipe */
    .ec-base-paginate.typeSwipe { font-size:0; line-height:0; }
    .ec-base-paginate.typeSwipe button.circle { overflow:hidden; margin:0 3px 0 4px; width:13px; height:13px; border:0; border-radius:13px; cursor:pointer; background-color:#bbb; }
    .ec-base-paginate.typeSwipe button.circle.selected { background-color:#ececec; }
    .ec-base-paginate.typeSwipe span { overflow:hidden; font-size:1px; line-height:0; color:transparent; text-indent:-150%; }
    .ec-base-paginate.typeSwipe button.prev,
    .ec-base-paginate.typeSwipe button.next { width:31px; font-size:15px; line-height:1.2em; border:0; cursor:pointer; background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png") no-repeat 50% 50%; background-size:7px auto; }
    .ec-base-paginate.typeSwipe button.next { background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png") no-repeat 50% 50%; background-size:7px auto; }
    .ec-base-paginate.typeSwipe .prev,
    .ec-base-paginate.typeSwipe .next { display:none; }

  /* typeZoom */
    .ec-base-paginate.typeZoom .btnPrev,
    .ec-base-paginate.typeZoom .btnNext { overflow:hidden; width:31px; height:27px; border:1px solid #d9d9d9; border-radius:2px; font-size:1px; line-height:0; color:transparent; text-indent:-150%; background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png") no-repeat 50% 50%; background-size:7px auto; }
    .ec-base-paginate.typeZoom .btnNext { background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png") no-repeat 50% 50%; background-size:7px auto;  }

  /* typeTotal */
    .paginate.typeTotal { color:#696969; }
    .paginate.typeTotal > span { margin:0 8px;font-weight:bold; }
    .paginate.typeTotal p { display:inline-block;vertical-align:middle; }
    .paginate.typeTotal .icoPrev,
    .paginate.typeTotal .icoNext { width:7px; height:13px; font-size:15px; line-height:1.2em; background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_prev.png") no-repeat 50% 50%; background-size:7px auto; }
    .paginate.typeTotal .icoNext { background:url("//img.echosting.cafe24.com/skin/mobile/layout/btn_next.png") no-repeat 50% 50%; background-size:7px auto; }
    .paginate.typeTotal p span { overflow:hidden; display:block; width:29px; text-indent:-999px; }
    .paginate.typeTotal strong { color:#000; }

.ec-base-paginate { padding:30px 0 30px; text-align:center; font-size:0; line-height:0; vertical-align:top; *display:inline; *zoom:1; *margin:0; }
.ec-base-paginate a { display:inline-block; vertical-align:top; *display:inline; *zoom:1;}
.ec-base-paginate ol { display:inline-block;display:inline-block; font-size:0; line-height:0; vertical-align:top; *display:inline; *zoom:1; *margin:0;}
.ec-base-paginate li { display:inline-block;   vertical-align:top; *display:inline; *zoom:1; }
.ec-base-paginate li:first-child { margin-left:0; }
.ec-base-paginate img { vertical-align:top; }
.ec-base-paginate a { width:20px;margin:0 5px;text-align:center; font-weight:bold; color:#aaa; line-height:20px;font-size:10px; height:20px;background:#fff;border-radius:50%; border:1px solid #eee;}
.ec-base-paginate a:hover { text-decoration:none; background:#000;color:#fff; border:1px solid #000;}
.ec-base-paginate a.this { background:#000;color:#fff; border:1px solid #000;}
.ec-base-paginate a.nolink { cursor:default; }
.ec-base-paginate .fas {line-height:20px;}


/* typeSub */
.ec-base-paginate.typeSub ol { margin:0 15px; vertical-align:middle; }
.ec-base-paginate.typeSub li { font-size:12px; border:0; }
.ec-base-paginate.typeSub img { vertical-align:middle; }
.ec-base-paginate.typeSub li a { width:auto; margin:0 5px 0; padding:2px; color:#353535; background:none; }
.ec-base-paginate.typeSub li a.this { color:#008bcc; text-decoration:underline; border:0; }
.ec-base-paginate.typeSub .first { margin-right:3px; }
.ec-base-paginate.typeSub .last { margin-left:3px; }
.ec-base-help { margin:8px 4px; font-size:1.2rem; color:#999; }
.ec-base-help a {color:#333;}
p.ec-base-help,
div.ec-base-help,
ul.ec-base-help li,
ol.ec-base-help li { padding:0 0 2px 18px; line-height:1.5; text-align:left; background:url("//img.echosting.cafe24.com/skin/mobile/common/ico_help.png") no-repeat 0 2px; background-size:14px auto; }
  /* Ordered List */
    ol { list-style:none; }
    ol.ec-base-help { counter-reset:rank 0; }
    ol.ec-base-help li { position:relative; padding:0 0 0 13px; background:none; }
    ol.ec-base-help li:before { counter-increment:rank 1; content:counter(rank)'.'; position:absolute; top:0; left:0; }
  /* typeDash */
    p.ec-base-help.typeDash,
    ul.ec-base-help.typeDash li { position:relative; padding:0 0 0 10px; background:none; }
    p.ec-base-help.typeDash:before,
    ul.ec-base-help.typeDash li:before { content:""; position:absolute; top:9px; left:0; width:5px; height:1px; background:#757575; }
/* admin icon */
.ec-admin-icon.cart { height:26px; cursor:pointer; }

/* admin icon */
.ec-admin-icon.cart { height:26px; cursor:pointer; }

.ec-base-product { margin:50px auto 0;position:relative;  }
 
.ec-base-product .title { margin:0 0 17px; }
.ec-base-product .title h2 { font-weight:normal; font-size:2rem; color:#2e2e2e; text-align:center; }
.ec-base-product .title h3 { font-weight:normal; font-size:2rem; color:#2e2e2e; text-align:center; }
.ec-base-product img { vertical-align:middle; }
.ec-base-product a[href^='/product/detail.html'] > img { border:1px solid #ececec; }

.ec-base-product .prdList { width:100%; margin:0px auto 0; font-size:0; line-height:0;top:30px;opacity:0;}
.ec-base-product .prdList.move_Bottom_In_product{
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;

    -webkit-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    transform: translate(0,-30px);
    opacity: 1;
}

.ec-base-product .prdList > li { position:relative; display:inline-block; margin:0px 1% 60px; color:#757575; vertical-align:top; }

.ec-base-product .prdList .chk { position:absolute; top:-10px; left:0; right:0; display:block; margin:0 0 10px; }
.ec-base-product .prdList .thumbnail { position:relative; margin:0px 0 20px; text-align:center;}

.ec-base-product .prdList .thumbnail .prdImg { position:relative; }
.ec-base-product .prdList .thumbnail .prdImg img {width:100%;}
.ec-base-product .prdList .thumbnail .prdImg .toggle_img {position:absolute;left:0;top:0;z-index:9;}
.ec-base-product .prdList .thumbnail a img { max-width:100%; box-sizing:border-box; }
.ec-base-product .prdList .thumbnail .wish { position:absolute; right:3px; bottom:4px; z-index:1; cursor:pointer; }
.ec-base-product .prdList .thumbnail .prdIcon { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; }
.ec-base-product .prdList .thumbnail .icon { margin:10px 0 0; border-bottom:1px solid #e8e8e8; vertical-align:middle; }
.ec-base-product .prdList .thumbnail .icon:after { content:""; display:block; clear:both; }

.ec-base-product ul.prdList .strike,
.ec-base-product ul.prdList .mPriceStrike { text-decoration:line-through; }

.ec-base-product .prdList .description { margin:0 auto; padding:0 0px; font-size:1.4rem; line-height:1.6em; text-align:center; word-break:keep-all;}
.ec-base-product .prdList .description .name { display:block;   margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px;}
.ec-base-product .prdList .description .name span {font-weight:normal; font-size:1.8rem !important;color:#000 !important;}
.ec-base-product .prdList .description .custom {font-size:1.3rem;font-weight:400;color:#aaa;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList .description .price {font-size:1.5rem;font-weight:900;color:#333;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList .description .sale {font-weight:900;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList .description .sale span {font-size:1.5rem !important;color:#333 !important;}
.ec-base-product .prdList .description .summary {font-size:1.3rem;font-weight:300;color:#aaa;margin:10px auto 0;max-width:90%;}
.ec-base-product .prdList .description .simple {font-size:1.3rem;font-weight:300;color:#aaa;margin:10px auto 0;max-width:90%;display:none;}
.ec-base-product .prdList .description .promotion { margin:10px 0 0px; text-align:center; }
.ec-base-product .prdList .description .promotion img { margin:0 2px 0 ; }

.ec-base-product .prdList .description_gallery { display:none;position:absolute;left:0;bottom:0;width:90%;margin:0 auto; background:rgba(255,255,255,0.9);padding:5% 5%; 
    font-size:1.4rem; line-height:1.6em; text-align:center; word-break:keep-all;z-index:99999;}
.ec-base-product .prdList .description_gallery .name { display:block;   margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px;}
.ec-base-product .prdList .description_gallery .name span {font-weight:normal; font-size:1.8rem !important;color:#000 !important;}
.ec-base-product .prdList .description_gallery .custom {font-size:1.3rem;font-weight:400;color:#aaa;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList .description_gallery .price {font-size:1.5rem;font-weight:900;color:#333;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList .description_gallery .sale {font-weight:900;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList .description_gallery .sale span {font-size:1.5rem !important;color:#333 !important;}
.ec-base-product .prdList .description_gallery .summary {font-size:1.3rem;font-weight:300;color:#aaa;margin:10px auto 0;max-width:90%;display:none;}
.ec-base-product .prdList .description_gallery .simple {font-size:1.3rem;font-weight:300;color:#aaa;margin:10px auto 0;max-width:90%;display:none;}
.ec-base-product .prdList .description_gallery .promotion { margin:10px 0 0px; text-align:center; }
.ec-base-product .prdList .description_gallery .promotion img { margin:0 2px 0 ; }
 
.ec-base-product .prdList .description .mileage { display:block; }
.ec-base-product .prdList .description span.grid { display:block; }

.ec-base-product .prdList li .likeButton { }
.ec-base-product .prdList li .likeButton button { position:absolute;left:10px;top:10px;z-index:999;text-align:left;display:inline-block; padding:6px 12px; border:1px solid #000; 
    border-radius:18px; color:#000;  background-color:#fff; *zoom:1;opacity:0;}
.ec-base-product .prdList li:hover .likeButton button {  z-index:9990;    transition: 0.6s cubic-bezier(.14,.46,0,1.34);opacity: 1;}
.ec-base-product .prdList li .likeButton button span { display:inline-block; height:14px; line-height:14px; vertical-align:middle;  *zoom:1; }
.ec-base-product .prdList li .likeButton button img { vertical-align:middle; }
.ec-base-product .prdList li .likeButton .title { padding:0 0px 0 0; margin:0 2px 0 0; min-width:0; text-align:left;letter-spacing:0.5px; 
    background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/bg_barxx.gif") no-repeat 100% 3px; font-size:1.2rem;}
.ec-base-product .prdList li .likeButton .count { font-weight:900; font-size:1.4rem;font-family: 'Lato', sans-serif;}
.ec-base-product .prdList li .likeButton.selected .title { color:#fff; }
.ec-base-product .prdList li .likeButton.selected .count { color:#fff;}
.ec-base-product .prdList li .likeButton.selected button {background:#000;color:#fff;border:1px solid #000;  opacity:1;}
.ec-base-product .prdList li .likeButton .likePrdIcon {display:none;}
.ec-base-product .prdList li .likeButton .fa {font-size:1.2rem;display:none;}

@media screen and (min-width: 1281px) {
    .ec-base-product .prdList .thumbnail .prdImg .toggle_img {opacity:0;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;}
.ec-base-product .prdList .thumbnail:hover .prdImg .toggle_img {opacity:1;}
}
@media screen and (max-width: 1280px) {
    .ec-base-product .prdList .description {  line-height:1.4em;  }
    .ec-base-product .prdList .description .name span { font-size:1.3rem !important;color:#333 !important;}
    .ec-base-product .prdList .description .custom {font-size:1.1rem;font-weight:400;color:#aaa;}
    .ec-base-product .prdList .description .price {font-size:1.3rem;font-weight:900;color:#333;}
    .ec-base-product .prdList .description .sale span {font-size:1.3rem !important;font-weight:900;color:#333 !important;}
    .ec-base-product .prdList .description .summary {font-size:1.1rem;}
    .ec-base-product .prdList .description .simple {font-size:1.1rem;}

    .ec-base-product .prdList li .likeButton button { padding:6px 8px;}
    .ec-base-product .prdList li .likeButton button span {  height:12px; line-height:12px;}
    .ec-base-product .prdList li .likeButton .title { font-size:10px;}
    .ec-base-product .prdList li .likeButton .count { font-size:1.1rem;}
}


/* module="product_ListItem" */
.ec-base-product .spec { margin:0; }
.ec-base-product .spec li { text-align:center; }
.ec-base-product .spec li .title { font-weight:normal; vertical-align:top; }
.ec-base-product .spec li .title span { vertical-align:top; }
.ec-base-product .spec li .color { overflow:hidden; display:inline-block; margin:3px 0 0 0; }
.ec-base-product .spec li .chips { float:left; width:10px; height:10px; margin:0 2px 2px 0; border:1px solid #e3e3e3; font-size:0; line-height:0; }

.ec-base-product .discountPeriod { display:inline-block; z-index:10; position:relative; width:55px; height:19px; vertical-align:middle; }
.ec-base-product .layerDiscountPeriod { left:50%; top:26px; width:247px; margin:0 0 0 -124px; }
.ec-base-product .layerDiscountPeriod strong.title { display:block; margin:0 0 12px; padding:0 35px 0 0; font-weight:bold; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod .content p { margin:2px 0 0; font-size:1.1rem; line-height:16px; color:#757575; letter-spacing:-1px; }
.ec-base-product .layerDiscountPeriod .content p strong { font-weight:normal; font-size:1.2rem; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod .content p strong span { font-size:1.1rem; }

.ec-base-product .prdList .shippingFee { position:relative; display:inline-block; }
.ec-base-product .prdList .shippingFee .button { display:inline-block; float:none; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip { z-index:11; display:block; margin:0 0 0 -170px; width:360px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th { width:40px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td { padding:7px 10px 8px 10px; }

.ec-base-product .btnTooltip { position:relative; display:inline-block; }
.differentialShipping { display:none; overflow:hidden; position:absolute; left:50%; top:17px; z-index:100; width:350px; margin:0 0 0 -176px; }
.differentialShipping h3.title { margin:0; height:35px; padding:0 35px 0 19px; border:0; color:#fff; font-size:1.4rem; line-height:35px; background:#495164; }
.differentialShipping .content { padding:12px 18px 14px 18px; border:1px solid #757575; border-top:0; text-align:center; background:#fff; }
.differentialShipping .close { position:absolute; right:14px; top:12px; }
.differentialShipping .close img { cursor:pointer; }
.differentialShipping .content ul { color:#757575; line-height:25px; }
.differentialShipping .content li { overflow:hidden; }
.differentialShipping .content li strong { float:left; font-weight:normal; }
.differentialShipping .content li span { float:right; color:#2e2e2e; }
.differentialShipping .content .info { margin:7px 0 0; padding:7px 0 0; border-top:1px dotted #b0b1b3; color:#80aeef; text-align:right; }

/* Thumbnail icon position */
.ec-product-bgLT { background-position:left top; }
.ec-product-bgLC { background-position:left center; }
.ec-product-bgLB { background-position:left bottom; }
.ec-product-bgRT { background-position:right top; }
.ec-product-bgRC { background-position:right center; }
.ec-product-bgRB { background-position:right bottom; }
.ec-product-bgCT { background-position:center top; }
.ec-product-bgCC { background-position:center center; }
.ec-product-bgCB { background-position:center bottom; }




/* button */
  .btnNormal, .btnStrong, .btnBasic, .btnSubmit, .btnEm { display:inline-block; letter-spacing:0; text-align:center;  border-radius:0px; -moz-box-sizing:border-box; box-sizing:border-box; }
  .btnNormal, .btnStrong, .btnBasic {  line-height:2.2em; padding:0 10px; vertical-align:middle; font-size:1.3rem; }
  .btnNormal { color:#000; border:1px solid #ececec;   background:#fff; }
  .btnStrong { color:#fff; border:1px solid #000;   background:#000; }
  .btnSubmit { line-height:2.4em; padding:0px 15px; font-size:1.3rem; color:#fff; border:1px solid #000; background:#000; }
  .btnEm {  line-height:2.4em; padding:0px 15px; font-size:1.3rem; border:1px solid #ececec; background:#fff; }
  .btnBasic { color:#000; border:1px solid #f0f0f0; background:#f0f0f0; }
  /* mini */
    [class*="btn"].mini {  line-height:2.4em; font-size:1.3rem; }

/* btn */
.ec-base-button .soldout { cursor:default; }
.btnIcon { max-width:12px; max-height:12px; background-size:100% 100%; }

/* ec-base-button */
  .ec-base-button { margin:10px auto; text-align:right; }
  .ec-base-button:after { content:""; display:block; clear:both; }
  /*  typeMulti */
    .ec-base-button.typeMulti { margin:0 auto; padding:7px; }
    .ec-base-button.typeMulti .gTop:after,
    .ec-base-button.typeMulti .gBottom:after { content:""; display:block; clear:both; }
    .ec-base-button.typeMulti .gBottom { margin:7px 0 0; padding:7px 0 0; border-top:1px solid #ececec; clear:both; }
  /* align */
    .ec-base-button.gLeft { text-align:left; }
    .ec-base-button.gCenter { text-align:center; }
    .ec-base-button.gRight { text-align:right; }
    .ec-base-button .gLeft { float:left; text-align:left; }
    .ec-base-button .gRight { float:right; }
  /* gColumn */
    .ec-base-button[class*="gColumn"] { display:flex; margin:10px 0 10px -4px; }
    .ec-base-button[class*="gColumn"]:after { content:none; }
    .ec-base-button[class*="gColumn"] a,
    .ec-base-button[class*="gColumn"] button { flex:1; margin:0 0 0 4px; padding:0 3px; white-space:nowrap; }
    /* gFlex */
      .ec-base-button[class*="gColumn"] .gFlex2 { flex:2; }
      .ec-base-button[class*="gColumn"] .gFlex3 { flex:3; }
      .ec-base-button[class*="gColumn"] .gFlex4 { flex:4; }
  /* gFull */
    .ec-base-button.gFull { margin-bottom:3px; }
    .ec-base-button.gFull [class*="btn"], [class*="btn"].gFull { width:100%; }
    .ec-base-button.gFull [class*="btn"] { margin:0 0 7px; }
  /* gFixed */
    .ec-base-button.gFixed { position:fixed; z-index:120; left:0; bottom:0; max-width:100%; width:100%; margin:0; padding:0 7px; box-sizing:border-box; background-color:#dbdbdb;
      -webkit-box-shadow: 0px -4px 4px 0px rgba(120, 120, 120, 0.5);
      -moz-box-shadow: 0px -4px 4px 0px rgba(120, 120, 120, 0.5);
      box-shadow: 0px -4px 4px 0px rgba(120, 120, 120, 0.5);
    }
    .ec-base-button.gFixed .state + .ec-base-button { margin-top:3px; }
    .ec-base-button.gFixed .state { overflow:hidden; margin:0 auto; font-size:1.2rem; }
    .ec-base-button.gFixed .state .count { float:left; padding:7px 0; }
    .ec-base-button.gFixed .state .price { float:right; padding:7px 0; }
    .ec-base-button.gFixed .price strong { font-weight:normal; }
    .ec-base-button.gFixed .count strong,
    .ec-base-button.gFixed .price em { color:#000; font-weight:bold; }

@media all and (min-width:768px) {
  /*.btnSubmit { height:46px; line-height:44px; font-size:16rem; }
  .btnEm { height:46px; line-height:44px; font-size:16rem; }*/
}
/* base */
.ec-base-box { padding:14px; margin:14px; border:1px solid #ececec; line-height:1.6; color:#000000; background:#fff; }
.ec-base-box.center { text-align:center; }
/* 기본 상품 분류 그리드 grid */
.ec-base-product ul.grid1 > li { width:98%; }
.ec-base-product ul.grid2 > li { width:48%; }
.ec-base-product ul.grid3 > li { width:31.33%; }
.ec-base-product ul.grid4 > li { width:23%; }
.ec-base-product ul.grid5 > li { width:18%; }
.ec-base-product ul.grid3 > li .color { max-width:230px; }
.ec-base-product ul.grid4 > li .color { max-width:190px; }
.ec-base-product ul.grid5 > li .color { max-width:130px; }

/* 룩북 목록 그리드 grid */
.ec-base-lookbook ul.grid1 { margin:0 auto !important;max-width:1000px;}
.ec-base-lookbook ul.grid1 > li { width:98%;  }
.ec-base-lookbook ul.grid2 > li { width:48%; }
.ec-base-lookbook ul.grid3 > li { width:31.33%; }
.ec-base-lookbook ul.grid4 > li { width:23%; }
.ec-base-lookbook ul.grid5 > li { width:18%; }
.ec-base-lookbook ul.grid3 > li .color { max-width:230px; }
.ec-base-lookbook ul.grid4 > li .color { max-width:190px; }
.ec-base-lookbook ul.grid5 > li .color { max-width:130px; }

/* 포트폴리오 목록 그리드 grid */
.ec-base-portfolio ul.grid1 { margin:0 auto !important;max-width:1000px;}
.ec-base-portfolio ul.grid1 > li { width:98%;  }
.ec-base-portfolio ul.grid2 > li { width:48%; }
.ec-base-portfolio ul.grid3 > li { width:31.33%; }
.ec-base-portfolio ul.grid4 > li { width:23%; }
.ec-base-portfolio ul.grid5 > li { width:18%; }
.ec-base-portfolio ul.grid3 > li .color { max-width:230px; }
.ec-base-portfolio ul.grid4 > li .color { max-width:190px; }
.ec-base-portfolio ul.grid5 > li .color { max-width:130px; }


/* 브라우져 가로 1680픽셀 이하일경우 반응*/
@media screen and (max-width: 1680px) {
    .ec-base-product ul.grid1 > li { width:98%; }
    .ec-base-product ul.grid2 > li { width:48%; }
    .ec-base-product ul.grid3 > li { width:31.333%; }
    .ec-base-product ul.grid4 > li { width:23%; }
    .ec-base-product ul.grid5 > li { width:23%; }
    
    .ec-base-lookbook ul.grid1 > li { width:98%; }
    .ec-base-lookbook ul.grid2 > li { width:48%; }
    .ec-base-lookbook ul.grid3 > li { width:31.333%; }
    .ec-base-lookbook ul.grid4 > li { width:23%; }
    .ec-base-lookbook ul.grid5 > li { width:23%; }
    
    .ec-base-portfolio ul.grid1 > li { width:98%; }
    .ec-base-portfolio ul.grid2 > li { width:48%; }
    .ec-base-portfolio ul.grid3 > li { width:31.333%; }
    .ec-base-portfolio ul.grid4 > li { width:23%; }
    .ec-base-portfolio ul.grid5 > li { width:23%; }
}

/* 브라우져 가로 1440픽셀 이하일경우 반응
@media screen and (max-width: 1440px) {
    .ec-base-product ul.grid1 > li { width:98%; }
    .ec-base-product ul.grid2 > li { width:48%; }
    .ec-base-product ul.grid3 > li { width:31.333%; }
    .ec-base-product ul.grid4 > li { width:31.333%; }
    .ec-base-product ul.grid5 > li { width:31.333%; }
    
    .ec-base-lookbook ul.grid1 > li { width:98%; }
    .ec-base-lookbook ul.grid2 > li { width:48%; }
    .ec-base-lookbook ul.grid3 > li { width:31.333%; }
    .ec-base-lookbook ul.grid4 > li { width:31.333%; }
    .ec-base-lookbook ul.grid5 > li { width:31.333%; }
    
    .ec-base-portfolio ul.grid1 > li { width:98%; }
    .ec-base-portfolio ul.grid2 > li { width:48%; }
    .ec-base-portfolio ul.grid3 > li { width:31.333%; }
    .ec-base-portfolio ul.grid4 > li { width:31.333%; }
    .ec-base-portfolio ul.grid5 > li { width:31.333%; }
}
*/
/* 브라우져 가로 1280픽셀 이하일경우 반응*/
@media screen and (max-width: 1280px) {
    .ec-base-product ul.grid1 > li { width:98%; }
    .ec-base-product ul.grid2 > li { width:48%; }
    .ec-base-product ul.grid3 > li { width:48%; }
    .ec-base-product ul.grid4 > li { width:48%; }
    .ec-base-product ul.grid5 > li { width:48%; }
    
    .ec-base-lookbook ul.grid1 > li { width:98%; }
    .ec-base-lookbook ul.grid2 > li { width:48%; }
    .ec-base-lookbook ul.grid3 > li { width:48%; }
    .ec-base-lookbook ul.grid4 > li { width:48%; }
    .ec-base-lookbook ul.grid5 > li { width:48%; }
    
    .ec-base-portfolio ul.grid1 > li { width:98%; }
    .ec-base-portfolio ul.grid2 > li { width:48%; }
    .ec-base-portfolio ul.grid3 > li { width:48%; }
    .ec-base-portfolio ul.grid4 > li { width:48%; }
    .ec-base-portfolio ul.grid5 > li { width:48%; }
}
/* 브라우져 가로 1024픽셀 이하일경우 반응*/
@media screen and (max-width: 1024px) {
    .ec-base-product ul.grid1 > li { width:98%; }
    .ec-base-product ul.grid2 > li { width:48%; }
    .ec-base-product ul.grid3 > li { width:48%; }
    .ec-base-product ul.grid4 > li { width:31.333%; }
    .ec-base-product ul.grid5 > li { width:31.333%; }
    
    .ec-base-lookbook ul.grid1 > li { width:98%; }
    .ec-base-lookbook ul.grid2 > li { width:48%; }
    .ec-base-lookbook ul.grid3 > li { width:48%; }
    .ec-base-lookbook ul.grid4 > li { width:31.333%; }
    .ec-base-lookbook ul.grid5 > li { width:31.333%; }
    
    .ec-base-portfolio ul.grid1 > li { width:98%; }
    .ec-base-portfolio ul.grid2 > li { width:48%; }
    .ec-base-portfolio ul.grid3 > li { width:48%; }
    .ec-base-portfolio ul.grid4 > li { width:31.333%; }
    .ec-base-portfolio ul.grid5 > li { width:31.333%; }
}
/* 브라우져 가로 720픽셀 이하일경우 반응*/
@media screen and (max-width: 720px) {
    .ec-base-product ul.grid1 > li { width:98%; }
    .ec-base-product ul.grid2 > li { width:48%; }
    .ec-base-product ul.grid3 > li { width:48%; }
    .ec-base-product ul.grid4 > li { width:48%; }
    .ec-base-product ul.grid5 > li { width:48%; }
    
    .ec-base-lookbook ul.grid1 > li { width:98%; }
    .ec-base-lookbook ul.grid2 > li { width:48%; }
    .ec-base-lookbook ul.grid3 > li { width:48%; }
    .ec-base-lookbook ul.grid4 > li { width:48%; }
    .ec-base-lookbook ul.grid5 > li { width:48%; }
    
    .ec-base-portfolio ul.grid1 > li { width:98%; }
    .ec-base-portfolio ul.grid2 > li { width:48%; }
    .ec-base-portfolio ul.grid3 > li { width:48%; }
    .ec-base-portfolio ul.grid4 > li { width:48%; }
    .ec-base-portfolio ul.grid5 > li { width:48%; }
}
/* 브라우져 가로 480픽셀 이하일경우 반응*/
@media screen and (max-width: 480px) {
    .ec-base-product ul.grid1 > li { width:98%; }
    .ec-base-product ul.grid2 > li { width:48%; }
    .ec-base-product ul.grid3 > li { width:48%; }
    .ec-base-product ul.grid4 > li { width:48%; }
    .ec-base-product ul.grid5 > li { width:48%; }
    
    .ec-base-lookbook ul.grid1 > li { width:98%; }
    .ec-base-lookbook ul.grid2 > li { width:48%; }
    .ec-base-lookbook ul.grid3 > li { width:48%; }
    .ec-base-lookbook ul.grid4 > li { width:48%; }
    .ec-base-lookbook ul.grid5 > li { width:48%; }
    
    .ec-base-portfolio ul.grid1 > li { width:98%; }
    .ec-base-portfolio ul.grid2 > li { width:48%; }
    .ec-base-portfolio ul.grid3 > li { width:48%; }
    .ec-base-portfolio ul.grid4 > li { width:48%; }
    .ec-base-portfolio ul.grid5 > li { width:48%; }
}



#popup { height:100%; background:transparent; }
.popup .ec-base-layer { position:relative; }
/* ec-base-layer */
.ec-base-layer { position:fixed; z-index:3000; top:0; bottom:0; left:0; right:0; min-width:320px; width:100%; height:100%; display:-webkit-flex; display:-ms-flex; display:flex; background:#f1f1f1;
    -webkit-flex-direction:column; -moz-flex-direction:column; -ms-flex-direction:column; flex-direction:column;
}
.ec-base-layer h1 { width:100%; height:36px; text-align:center; font-size:15px; line-height:36px; color:#fff; box-sizing:border-box; background:#000; }
.ec-base-layer .wrap { -webkit-flex:1; -moz-flex:1; -ms-flex:1; flex:1; height:100%; padding:14px; font-size:1.2rem; overflow-x:auto; overflow-y:auto; box-sizing:border-box; -webkit-overflow-scrolling:touch; }
.ec-base-layer .btnClose { overflow:hidden; position:absolute; right:0; top:0; z-index:510; width:36px; height:36px; border:0; padding:0; font-size:0; text-indent:-150%; background:url("//img.echosting.cafe24.com/skin/mobile/common/btn_close_white.png") center center no-repeat; background-size:14px 14px; }
  /* theme */
    .ec-base-layer[class*="theme1"] .wrap { background:#fff; }
  /* gClearFlex */
    .ec-base-layer.gClearFlex { display:block; padding:0 0 94px; box-sizing:border-box; }
    .ec-base-layer.gClearFlex .wrap { -webkit-flex:none; -moz-flex:none; -ms-flex:none; flex:none; height:auto; }
  /* typeModal */
    .ec-base-layer.typeModal { overflow:hidden; z-index:500; top:54px; bottom:auto; left:0; right:0; min-width:280px; max-width:600px; width:94%; height:auto; margin:auto;border:1px solid #ccc;padding-bottom:10px;
        /*border-radius:5px;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow:    0px 0px 10px 2px rgba(0, 0, 0, 0.75);
        box-shadow:         0px 0px 10px 2px rgba(0, 0, 0, 0.75);
        */
    }
    .ec-base-layer.typeModal h1 { padding:0 14px; line-height:35px; font-size:1.3rem; text-align:left; border-bottom:1px solid #ccc; color:#000; background:#f1f1f1; border-radius:5px 5px 0 0; }
    .ec-base-layer.typeModal .wrap { max-height:300px; min-height:100px; padding:14px; background:#fff; }
    .ec-base-layer.typeModal .btnClose { background:url("//img.echosting.cafe24.com/skin/mobile/common/btn_close_black.png") center center no-repeat; background-size:14px 14px; }
    .xans-order-layerbasket .grid4 li { width:33.333% !important; margin-bottom:30px;}
    .xans-order-layerbasket p {  line-height:1.5em !important; font-size:1.3rem !important; }
    .xans-order-layerbasket .price strong {   font-size:1.2rem !important; }

  /* typeWide */
    .ec-base-layer.typeWide { background:#e3e4e7; }
    .ec-base-layer.typeWide h1 { height:56px; padding:0 42px; line-height:56px; font-size:20px; font-weight:normal; box-sizing:border-box; }
    .ec-base-layer.typeWide .wrap { padding:0; font-size:16px; line-height:1.4em; letter-spacing:-0.4px; }
    .ec-base-layer.typeWide .btnClose { top:10px; right:10px; background-image:url("//img.echosting.cafe24.com/skin/mobile/order/btn_close.png"); background-size:21px 21px; }
    .ec-base-layer.typeWide > .ec-base-button.gFull { padding:15px 14px 8px; }   
 
/* ec-base-button */
  .ec-base-layer .wrap + div > .ec-base-button,
  .ec-base-layer .wrap + .ec-base-button,
  .ec-base-layer > .ec-base-button { margin:0; padding:7px 14px 7px 10px; border-radius:0 0 5px 5px; box-sizing:border-box; }
  .ec-base-layer .ec-base-button.gFull { padding:7px 14px 0; }
  .ec-base-layer .ec-base-button.gFixed .ec-base-button { padding:0; border-top:0; }
  .ec-base-layer .wrap + .ec-base-button > .ec-base-button { padding:0; }
/* ec-base-tab */
.ec-base-tab:after { content:""; display:block; clear:both; }
.ec-base-tab {height:46px;border-bottom:1px solid #000;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.ec-base-tab ul { display:flex;  font-size:1.3rem; line-height:1.2em; word-break:break-all;max-width:400px; }
.ec-base-tab li { display:flex; flex:1; min-height:46px;  text-align:center; background:#fff; }
.ec-base-tab .gFlex2 { flex:2; }
.ec-base-tab a { display:flex; flex-basis:100%; justify-content:center; flex-wrap:nowrap; align-items:center; padding:5px 10px;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
    border:1px solid #ececec; border-right:0;border-bottom:1px solid #000; }
.ec-base-tab a .number  { display:inline-block; padding-left:5px; }
.ec-base-tab li:last-child a { border-right:1px solid #ececec; }
.ec-base-tab li.selected a { border:1px solid #000;border-bottom:3px solid #fff; font-weight:bold; color:#000; background:#fff; }

/* ec-base-tab typeSub  */
.ec-base-tab.typeSub ul { border-top:1px solid #c8cdd2; border-bottom:1px solid #c8cdd2; }
.ec-base-tab.typeSub ul > li { background:#f1f1f1; border-left:1px solid #c8cdd2; }
.ec-base-tab.typeSub .selected a { margin:0 0 -1px; color:#000; background:#fff; }
/*  tooltip */
  .ec-base-tooltip-area { display:inline-block; vertical-align:top; }
  .ec-base-tooltip-area.show { z-index:301; }
  .ec-base-tooltip-area .btnTip { overflow:hidden; padding:0 0 0 5px; margin:0; border:0; white-space:nowrap; width:14px; height:14px; font-size:1px; line-height:0; vertical-align:middle; color:transparent; text-indent:-150%; cursor:pointer; background:url("//img.echosting.cafe24.com/skin/mobile/common/ico_help.png") right center no-repeat; background-size:14px 14px; }
  /* ec-base-tooltip */
    .ec-base-tooltip { display:none; z-index:2; position:absolute; top:inherit !important; left:0 !important; right:0 !important; width:88%; margin:3px auto 0; padding:0 14px 14px; text-align:left; border:1px solid #ccc; border-radius:2px; letter-spacing:normal; background-color:#fff; }
    .ec-base-tooltip .title { display:block; padding:0 20px 0 0; font-size:15px; color:#000; line-height:43px; background:#fff; }
    .ec-base-tooltip ul { color:#000000; }
    .ec-base-tooltip ul li { font-size:1.3rem; }
    .ec-base-tooltip .content table + .title { margin-top:14px; }
    .ec-base-tooltip p { float:none; font-size:1.2rem; text-align:left; }
    .ec-base-tooltip p strong { font-weight:normal; font-size:1.3rem; }
    .ec-base-tooltip .btnClose { overflow:hidden; position:absolute; right:10px; top:10px; width:25px; height:25px; margin:0 !important; font-size:1px; line-height:0; text-indent:150%; white-space:nowrap; border:0; background:url("//img.echosting.cafe24.com/skin/mobile/common/btn_close.png") no-repeat 50% 50%; background-size:13px 13px; }
    /* typeUpper */
      .ec-base-tooltip.typeUpper { position:absolute; left:-90px !important; bottom:33px !important; width:200px; margin:0; padding:14px 28px 14px 14px; border:1px solid #ccc; border-radius:2px;
        -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
        box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
      }
      .ec-base-tooltip.typeUpper:before { content:""; position:absolute; left:40%; bottom:-5px; display:inline-block; width:0; height:0; margin:-3px 0 0; border-left:5px solid transparent; border-top:5px solid #ccc; border-right:5px solid transparent; }
      .ec-base-tooltip.typeUpper:after { content:""; position:absolute; left:40%; bottom:-4px; display:inline-block; width:0; height:0; margin:-3px 0 0; border-left:5px solid transparent; border-top:5px solid #fff; border-right:5px solid transparent; }

/* 배송비 레이어 */
  .shippingFee { display:inline-block; position:static; vertical-align:middle; }
  .shippingFee > a.btnNormal { margin:-3px 0 0 5px; }

  .shippingFee .wrap { display:none; z-index:999; width:96%; padding:0; border-radius:5px; box-sizing:border-box;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
  }
  .shippingFee .wrap h3 { padding:0 14px; font-size:1.3rem; line-height:36px; background-color:#f0f0f0; border-bottom:1px solid #ececec; border-radius:5px 5px 0 0; }
  .shippingFee .wrap .content { padding:14px; }
  .shippingFee .wrap h4 { position:relative; margin:0 7px 7px; }
  .shippingFee .wrap h4:before { display:inline-block; content:""; margin:0 5px 0 0; width:3px; height:3px; background:#666; vertical-align:middle; }
  .shippingFee .wrap table + h4 { margin-top:14px; }
  .shippingFee .wrap p strong { font-weight:normal; font-size:1.3rem; }
  .shippingFee .wrap table { background:#fff; }
  .shippingFee .wrap th,
  .shippingFee .wrap td { padding:7px; border:1px solid #ececec; }
  .shippingFee .wrap th { width:80px; border-right-width:0; color:#000; }
  .shippingFee .wrap td { border-left-width:0; white-space:normal; }
  .shippingFee .wrap .txtEm { color:#008bcc; }
  .shippingFee .wrap .info { margin:0; color:#000000; font-size:1.2rem; }
  .shippingFee .wrap .btnClose { overflow:hidden; position:absolute; right:0; top:0; width:36px; height:36px; font-size:0; border:none; background:transparent url("//img.echosting.cafe24.com/skin/mobile/common/btn_close.png") center center no-repeat; background-size:14px 14px; }
/* ec-base-table */
.ec-base-table { border:1px solid #ececec; word-break:break-all; word-wrap:break-word; color:#000; background:#fff;border-left:0;border-right:0; }
.ec-base-table table { position:relative; }
.ec-base-table table:after { position:absolute; top:0; left:0; display:block; content:""; width:100%; height:1px; background:#fff; }
.ec-base-table th,
.ec-base-table td { border-top:1px solid #ececec; font-size:1.3rem; vertical-align:top;line-height:1.6em; }
.ec-base-table th { font-weight:normal; color:#000000; }
.ec-base-table td { padding:12px 13px; }
.ec-base-table tbody th { padding:12px 0 12px 13px; text-align:left; }
.ec-base-table td.clear { padding:0 !important; }
 
/* horizontal */
  /* typeWrite */
    .ec-base-table.typeWrite td { padding:7px 13px 6px; vertical-align:middle; line-height:27px; }
    .ec-base-table.typeWrite tr td:first-child { padding:12px 13px; }
    .ec-base-table.typeWrite img { max-width:100% !important; height:auto !important; }
  /* gCellNarrow */
    .ec-base-table.gCellNarrow tbody th { padding:7px 0 7px 13px; }
    .ec-base-table.gCellNarrow td { padding:7px 13px; }
  /* gClearBorderTop */
    .ec-base-table.gClearBorderTop { border-top-width:0; }
  /* gClearBorder */
    .ec-base-table.gClearBorder { border-width:0; }
  /* gClearCell */
    .ec-base-table.gClearCell { padding:4px 0; }
    .ec-base-table.gClearCell table:after { display:none; }
    .ec-base-table.gClearCell th,
    .ec-base-table.gClearCell td,
    .ec-base-table.typeWrite.gClearCell th { border-width:0; padding-top:6px; padding-bottom:6px; }
    .ec-base-table.typeWrite.gClearCell td { padding-top:3px; padding-bottom:4px; }
  /* gLineTop */
    .ec-base-table .gLineTop { border-top:1px solid #ececec !important; }
    .ec-base-table.gClearCell tbody.gLineTop tr:first-child th,
    .ec-base-table.gClearCell tbody.gLineTop tr:first-child td { padding-top:10px; }
 
/* vertical */
  /* typeList */
    .ec-base-table.typeList { border-width:0; }
    .ec-base-table.typeList table:after { display:none; }
    .ec-base-table.typeList thead th { text-align:center; background:#fafafa; }
    .ec-base-table.typeList th,
    .ec-base-table.typeList td { padding:9px 10px; vertical-align:middle; border:1px solid #d7d5d5; }
    .ec-base-table.typeList.gClearBorderTop thead th { border-top-width:0; }
 
/* common */
  /* align */
    .ec-base-table .left { text-align:left; }
    .ec-base-table .center { text-align:center; }
    .ec-base-table .right { text-align:right; }
    .ec-base-table .top th, .ec-base-table th.top,
    .ec-base-table .top td, .ec-base-table td.top { vertical-align:top; }
    .ec-base-table .middle th, .ec-base-table th.middle,
    .ec-base-table .middle td, .ec-base-table td.middle { vertical-align:middle; }
  /* form */
    .ec-base-table img { vertical-align:middle; }
  /* address */
    .ec-base-table .ec-address { margin:-4px -13px -3px; }
    .ec-base-table .ec-address > li { padding:4px 13px 3px; }
    .ec-base-table .ec-address > li input[type="text"],
    .ec-base-table .ec-address > li select { width:100%; }
    .ec-base-table .ec-address .ec-base-help { margin-bottom:4px; }
    .ec-base-table .ec-address .ec-address-area select:not(:first-child) { margin-top:4px; }
    .ec-base-table .ec-address .ec-address-zipcode input[type="text"] { width:80px; margin-right:4px; }
    .ec-base-table .ec-address .ec-address-zipcode .btnBasic { margin-right:4px; }
    .ec-base-table .ec-address .ec-address-zipcode .ec-base-label { margin:0; }
 
/* reset */
  .ec-base-table td.clear .ec-base-help { margin-left:13px; margin-right:13px; }

/*ios reset*/
@supports (-webkit-overflow-scrolling: touch) {
    .ec-base-table.typeWrite td { line-height:28px; }
}
/* ec-base-table2 */
.ec-base-table2 { border:1px solid #ececec; word-break:break-all; word-wrap:break-word; color:#000; background:#fff;border-left:0;border-right:0; }
.ec-base-table2 table { position:relative; }
.ec-base-table2 table:after { position:absolute; top:0; left:0; display:block; content:""; width:100%; height:1px; background:#fff; }
.ec-base-table2 th,
.ec-base-table2 td { border-top:1px solid #ececec; font-size:1.3rem; vertical-align:top;line-height:1.6em; }
.ec-base-table2 th { font-weight:normal; color:#000000; }
.ec-base-table2 td { padding:12px 13px; }
.ec-base-table2 tbody th { padding:12px 0 12px 13px; text-align:left; }
.ec-base-table2 td.clear { padding:0 !important; }
 
/* horizontal */
  /* typeWrite */
    .ec-base-table2.typeWrite td { padding:7px 13px 6px; vertical-align:middle; line-height:27px; }
    .ec-base-table2.typeWrite tr td:first-child { padding:12px 13px; }
    .ec-base-table2.typeWrite img { max-width:100% !important; height:auto !important; }
  /* gCellNarrow */
    .ec-base-table2.gCellNarrow tbody th { padding:7px 0 7px 13px; }
    .ec-base-table2.gCellNarrow td { padding:7px 13px; }
  /* gClearBorderTop */
    .ec-base-table2.gClearBorderTop { border-top-width:0; }
  /* gClearBorder */
    .ec-base-table2.gClearBorder { border-width:0; }
  /* gClearCell */
    .ec-base-table2.gClearCell { padding:4px 0; }
    .ec-base-table2.gClearCell table:after { display:none; }
    .ec-base-table2.gClearCell th,
    .ec-base-table2.gClearCell td,
    .ec-base-table2.typeWrite.gClearCell th { border-width:0; padding-top:6px; padding-bottom:6px; }
    .ec-base-table2.typeWrite.gClearCell td { padding-top:3px; padding-bottom:4px; }
  /* gLineTop */
    .ec-base-table2 .gLineTop { border-top:1px solid #ececec !important; }
    .ec-base-table2.gClearCell tbody.gLineTop tr:first-child th,
    .ec-base-table2.gClearCell tbody.gLineTop tr:first-child td { padding-top:10px; }
 
/* vertical */
  /* typeList */
    .ec-base-table2.typeList { border-width:0; }
    .ec-base-table2.typeList table:after { display:none; }
    .ec-base-table2.typeList thead th { text-align:center; background:#fafafa; }
    .ec-base-table2.typeList th,
    .ec-base-table2.typeList td { padding:9px 10px; vertical-align:middle; border:1px solid #d7d5d5; }
    .ec-base-table2.typeList.gClearBorderTop thead th { border-top-width:0; }
 
/* common */
  /* align */
    .ec-base-table2 .left { text-align:left; }
    .ec-base-table2 .center { text-align:center; }
    .ec-base-table2 .right { text-align:right; }
    .ec-base-table2 .top th, .ec-base-table2 th.top,
    .ec-base-table2 .top td, .ec-base-table2 td.top { vertical-align:top; }
    .ec-base-table2 .middle th, .ec-base-table2 th.middle,
    .ec-base-table2 .middle td, .ec-base-table2 td.middle { vertical-align:middle; }
  /* form */
    .ec-base-table2 img { vertical-align:middle; }
  /* address */
    .ec-base-table2 .ec-address { margin:-4px -13px -3px; }
    .ec-base-table2 .ec-address > li { padding:4px 13px 3px; }
    .ec-base-table2 .ec-address > li input[type="text"],
    .ec-base-table2 .ec-address > li select { width:100%; }
    .ec-base-table2 .ec-address .ec-base-help { margin-bottom:4px; }
    .ec-base-table2 .ec-address .ec-address-area select:not(:first-child) { margin-top:4px; }
    .ec-base-table2 .ec-address .ec-address-zipcode input[type="text"] { width:80px; margin-right:4px; }
    .ec-base-table2 .ec-address .ec-address-zipcode .btnBasic { margin-right:4px; }
    .ec-base-table2 .ec-address .ec-address-zipcode .ec-base-label { margin:0; }
 
/* reset */
  .ec-base-table2 td.clear .ec-base-help { margin-left:13px; margin-right:13px; }

/*ios reset*/
@supports (-webkit-overflow-scrolling: touch) {
    .ec-base-table2.typeWrite td { line-height:28px; }
}
.ec-base-fold { position:relative; border:1px solid #ececec;border-left:0;border-right:0; }
.ec-base-fold > .title { position:relative; z-index:1; overflow:hidden; padding:14px 43px 14px 14px; cursor:pointer; font-size:1.6rem; line-height:1.3em;-webkit-tap-highlight-color:rgba(255,255,255,0);
display:-webkit-flex; display:-ms-flex; display:-moz-flex; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; -moz-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:space-between; -ms-justify-content:space-between; -moz-justify-content:space-between; justify-content:space-between; }
.ec-base-fold > .title h2,
.ec-base-fold > .title h3 { display:inline-block; font-size:1.5rem; line-height:1.3em; font-weight:300; }
.ec-base-fold > .title h3, .ec-base-fold > .title p { color:#000000; }
.ec-base-fold > .title:after { content:""; position:absolute; top:0; right:0; width:40px; height:100%; background:url("//img.echosting.cafe24.com/skin/mobile/layout/ico_arrow_gray.png") no-repeat 50% 50%; background-size:20px auto; -webkit-transition:.3s ease-out; transition:.3s ease-out; }
.ec-base-fold .contents { display:none; background:#fff; }
.ec-base-fold .ec-base-fold { border-width:1px 0 0; }
.ec-base-fold + .ec-base-fold { margin-top:7px; }
.ec-base-fold .ec-base-fold + .ec-base-fold { margin-top:0; }
   .ec-base-fold.selected > .title:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform:rotate(180deg); }
   .ec-base-fold.selected > .contents { display:block; }

/* theme1 */
.ec-base-fold.theme1 > .title { margin:0; color:#000; background:#f0f0f0; }

/* theme2 */
.ec-base-fold.theme2 > .title { padding-right:34px; color:#000; background:#f0f0f0; }
.ec-base-fold.theme2 > .title:after,
.ec-base-fold.theme3 > .title:after {background-image: url("//img.echosting.cafe24.com/skin/mobile/layout/ico_arrow_gray.png"); }

/* theme3 */
.ec-base-fold.theme3 > .title { color:#000; background:#f9f9f9; font-size:1.6rem; line-height:1.3em;}
.ec-base-fold.theme3 > .title h3 { font-weight:300; color:#000; }
.ec-base-fold.theme3 .contents { padding:0 14px 14px; background:#f9f9f9;line-height:1.6em; }

/* theme4 */
.ec-base-fold.theme4 { margin:14px 7px 29px; font-size:1.5rem; }
.ec-base-fold.theme4 dt { position:relative; padding:13px 30px 13px 14px; line-height:1.4em; font-size:1.5rem; cursor:pointer; background-color:#fff; }
.ec-base-fold.theme4 dt:after { content:""; position:absolute; right:10px; top:0; width:20px; height:100%; background:url("//img.echosting.cafe24.com/skin/mobile/layout/ico_arrow_gray.png") no-repeat 0 50%; background-size:20px auto; -webkit-transition:.3s ease-out; transition:.3s ease-out; }
.ec-base-fold.theme4 dd + dt { border-top:1px solid #ececec; }
.ec-base-fold.theme4 dd { display:none; padding:20px 20px; font-size:1.5rem; line-height:1.4em; border-top:1px solid #ececec; background-color:#f5f5f6; }
.ec-base-fold.theme4 dd.selected { display:block; }
.ec-base-fold.theme4 dt.selected:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform:rotate(180deg); }

/* ec-base-prdInfo */
.ec-base-fold .ec-base-prdInfo { margin:0; border:0; }
.ec-base-fold .ec-base-prdInfo .option { margin:0; }
.ec-base-fold .ec-base-prdInfo .prdFoot { margin:0 -14px -6px; }
.ec-base-fold .ec-base-prdInfo .prdTotal { margin:0 -14px -6px; }

/* ec-base-table */
.ec-base-fold > .contents .ec-base-table,
.ec-base-fold .ec-base-fold > .contents .ec-base-table { border:0; }
.ec-base-prdInfo { position:relative; margin:0 0 7px; padding:14px 14px 6px; border:1px solid #ececec; box-sizing:border-box; background:#fff; }
.ec-base-prdInfo .prdCheck { display:inline-block; margin-bottom:7px; }
.ec-base-prdInfo .prdBox { display:-webkit-flex; display:-ms-flex; display:flex; min-height:90px; margin-top:7px; }
.ec-base-prdInfo .thumbnail { overflow:hidden; width:73px; height:73px; margin-right:15px; border:1px solid #ececec; box-sizing:border-box; }
.ec-base-prdInfo .thumbnail img { width:100%; }
.ec-base-prdInfo .description { overflow:hidden; -webkit-flex:1; -ms-flex:1; flex:1;  }
.ec-base-prdInfo .description .prdName { display:block; margin:0 0 10px; font-size:1.5rem; line-height:1.3em;}
.ec-base-prdInfo .description .prdName a { color:#000; }
.ec-base-prdInfo .description .prdName .ec-set-product-name { display:block; margin:0 0 3px; }
.ec-base-prdInfo .description .info { margin:0 0 14px; }
.ec-base-prdInfo .description .info li { margin:0 0 7px; font-size:1.3rem; color:#000000; }
.ec-base-prdInfo .description .info li .mileage { display:inline-block; }
.ec-base-prdInfo .description .info .price {margin-bottom:10px;}
.ec-base-prdInfo .description .info .price,
.ec-base-prdInfo .description .info .price li { font-size:1.3rem; color:#000 !important; }
.ec-base-prdInfo .description .info .price .refer { font-weight:normal; font-size:1.3rem; }
.ec-base-prdInfo .description .info .price .discount { font-weight:normal; text-decoration:line-through; }
.ec-base-prdInfo .description .info .price .strike { font-weight:normal; text-decoration:line-through; }
.ec-base-prdInfo .description .info .price .strike strong { font-weight:normal; }
.ec-base-prdInfo .description .price .quantity { position:relative; display:inline-block; margin:0 0 0 10px; padding:0 0 0 14px; font-size:1.3rem; }
.ec-base-prdInfo .description .price .quantity:before { display:block; content:""; position:absolute; top:1px; left:0; width:1px; height:13px; background:#989899; }
.ec-base-prdInfo .description input[type="number"] { max-width:51px; }
.ec-base-prdInfo .description .info .amount button { margin:0; padding:0; border:0; } /* gift > quantity */
.ec-base-prdInfo .description .info .amount { width:50px; }
.ec-base-prdInfo .description .info input.amount { text-align:right; }
.ec-base-prdInfo .description  input[type="tel"] { text-align:right; }
.ec-base-prdInfo .description .quantity input[type="tel"] { width:51px; }

.ec-base-prdInfo .prdFoot { padding:6px 12px; font-weight:bold; line-height:26px; color:#000; text-align:center; background:#f1f1f1; }
.ec-base-prdInfo .prdFoot:after { content:''; display:block; clear:both; }
.ec-base-prdInfo .prdFoot .gLeft { float:left; text-align:left; }
.ec-base-prdInfo .prdFoot .gRight { float:right; text-align:right; }
.ec-base-prdInfo .prdFoot .store { color:#000; font-weight:normal; }
.ec-base-prdInfo .prdFoot .btnBasic { font-weight:normal; background-color:#fff; }
.ec-base-prdInfo .prdFoot span > span > span { font-size:1.2rem; }
.ec-base-prdInfo  prdFoot span span.discount { text-decoration:line-through; }
.ec-base-prdInfo .prdFoot span span.discount strong {font-weight:normal; }


.ec-base-prdInfo p.option { margin:0 14px; padding:14px 0; border-top:1px solid #ececec; font-size:1.3rem; }
.ec-base-prdInfo .option { padding:0; color:#000; }
.ec-base-prdInfo .option > li { border-top:1px solid #ececec; }
.ec-base-prdInfo .option > li .name { display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; min-height:29px; margin:7px 0; -webkit-justify-content:space-between; -moz-justify-content:space-between; -ms-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; }
.ec-base-prdInfo .option > li .name > select { max-width:80%; }
.ec-base-prdInfo .option > li .optionDesc { word-break:break-all; }
.ec-base-prdInfo .option > li .change { margin:0 0 0 5px; white-space:nowrap; }
.ec-base-prdInfo .option .file a { margin:0 0 0 4px; padding:0 0 0 11px; color:#80aeef; text-decoration:underline; background:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/order/ico_attach.png") no-repeat 0 0; background-size:8px 13px; }
.ec-base-prdInfo .layerOptionModify { display:none; width:auto; margin:7px 0 14px; padding:14px; border:1px solid #ececec; background-color:#f1f1f1; }
.ec-base-prdInfo .layerOptionModify .titleArea { margin-top:3px; display:none; }
.ec-base-prdInfo .layerOptionModify ul { padding:0; font-size:1.2rem; }
.ec-base-prdInfo .layerOptionModify li { position:relative; margin:0 0 7px; padding:0 0 0 73px; }
.ec-base-prdInfo .layerOptionModify li .optionItem { display:block; position:absolute; top:0; left:0; width:73px; height:29px; font-size:1.3rem; color:#000000; line-height:29px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ec-base-prdInfo .layerOptionModify select,
.ec-base-prdInfo .layerOptionModify input[type="text"] { width:100%; }
.ec-base-prdInfo .layerOptionModify .ec-base-button.gCenter { margin:0; }

/* orderList > ec-base-prdInfo  */
.orderList .ec-base-prdInfo { margin:-1px 0 0; border-width:1px 0 0 0; }
.orderList .ec-base-prdInfo .option { margin:0; }
.orderList .ec-base-prdInfo .prdFoot { margin:0 -14px -6px; }
/* order_result.html > orderArea > ec-base-prdInfo */
.orderArea .ec-base-fold .ec-base-prdInfo { border-bottom:1px solid #ececec; }
.orderConfirmLayer .orderArea .ec-base-prdInfo { border-bottom:0; }
.orderArea .ec-base-prdInfo + .ec-base-prdInfo { border-top:1px solid #ececec; }

.search_header { position:fixed;right:50px;top:50px;width:230px;height:40px;z-index:9999999;margin:5px;display:none;}
.search_header fieldset {}
.search_header #keyword  {box-sizing:content-box;width:150px; height:20px; padding:10px 20px; border:0; line-height:20px !important; font-size:1.6rem; color:#fff;background:rgba(0,0,0,1);border-radius:20px 0px 0 20px ;}
.search_header fieldset a {width:40px;padding:11px 0;line-height:18px;font-size:1.8rem;text-align:center;background:rgba(0,0,0,1);margin:0px;vertical-align:middle;color:#fff;float:right;border-radius:0px 20px 20px 0px ;}
.search_header .close_btn {position:absolute;left:0px;top:-20px;font-size:1.4rem;}
/* 전체메뉴 배경*/
.tuxedo_bg {display:none;position:fixed;background:rgba(0,0,0,0.95);width:100%;height:100%;z-index:999998;}

/*전체메뉴박스*/
.tuxedo-menu {display:none;position: fixed;top: 0%;left:0;width:100%;height:100%;padding:0px;z-index: 999999;}
.tuxedo-menu-trigger:hover, .tuxedo-menu-trigger:focus {cursor: pointer;}
.tuxedo-menu a {color:#fff;}
.tuxedo-menu a:hover {color:#555;}

/*전체메뉴 닫기 버튼*/
.tuxedo-menu .close_btn2 {position:absolute;right:55px;top:105px;width:40px;height:40px;z-index:999999999;background:rgba(0,0,0,0);vertical-align:middle;}
.tuxedo-menu .close_btn2 img {width:40%;margin:30%;}

/*모바일메뉴박스*/
.mobile_menu {position:relative;left:0px;margin-top:0px;z-index:99999999;width:250px;padding:0px;color:#fff !important;z-index: 9999999; display:none;height:100%;overflow-y:visible;}
.mobile_menu .inner {position:relative; width:130px;padding:30px;color:#fff !important;z-index: 9999999;text-align:left;margin-bottom:100px; }
.mobile_menu a,.mobile_menu li {color:#fff !important;}
.mobile_menu a:hover {color:#aaa !important;}

/*전체메뉴소스*/
.side_menu {margin-top:-150px;top:50%;left:50%;margin-left:-45%;position:absolute;;text-align:center;vertical-align:top;width:90%;font-size:0;line-height:0;display:block;z-index: 9999999; }
.side_menu ul {width:150px;display:inline-block;margin:0 10px 20px;vertical-align:top;font-size:1.6rem;line-height:1.6em;}
.side_menu h2 {color:#fff;font-size:1.9rem;margin-bottom:10px;padding-bottom:10px;border-bottom:0px solid #333;transition:0.5s;}
.side_menu ul li {font-size:1.4rem;line-height:1.8em;text-transform:uppercase;}
.side_menu ul li span {padding:1px;border-radius:50%;background:#fff;color:#000;font-size:9px;line-height:11px;min-width:11px;display:inline-block;}
.side_menu ul li .sub-category {display:none;}
 
/*브라우져 가로 1024픽셀 이하일떄 반응*/
@media screen and (max-width:1024px) {
    .tuxedo_bg {background:rgba(0,0,0,0.4);}
    .tuxedo-menu {display:none;position:fixed;left:0;top:0;text-align:center;vertical-align:top;width:250px;font-size:0;line-height:0; height:100%;z-index: 999999;background:rgba(109,109,109,0.8);}
    .tuxedo-menu .close_btn2 {position:absolute;right:-54px;top:0px;z-index:999999999;width:54px;height:54px;background:rgba(109,109,109,0.8);}
    .mobile_menu { display:block;}
    .mobile_menu .logo {display:none;}
    .side_menu {display:none; }
}

/*브라우져 세로가 460이하일떄 반응*/
@media screen and (max-height:460px) {
    .mobile_menu {overflow-y:auto;}
}
.tab_warp {width:100%;margin:0px auto 0;}
ul.mosen_tabs {margin:0 auto;font-size:0;line-height:0;text-align:left;border-bottom:1px solid #333;height:41px;min-width:300px;}
ul.mosen_tabs li {display:inline-block;padding:0 20px;font-size:1.45rem;letter-spacing:0px;line-height:40px;border:1px solid #eee;background:#fff;border-left:0;border-bottom:0px solid #333; color:#333;cursor:pointer;box-sizing:border-box;
    transition-property: background-color;
    transition-duration:0.5s;
    transition-timing-function: ease;
}
ul.mosen_tabs li:first-child {border-left:1px solid #eee;}
ul.mosen_tabs li.active {color:#333;background: #fff;border:1px solid #333;font-weight:700;border-bottom:1px solid #fff; }

.mosen_tab_container {background: #FFFFFF;}
.mosen_tab_content {display: none;padding:15px 0 30px;word-break:keep-all;}
.mosen_tab_content .tab_info_box table { border-top:0px solid #eee;margin:0px 0 0px;}
.mosen_tab_content .tab_info_box th { width:115px; padding:0px 0px; text-align:left; vertical-align:top; }
.mosen_tab_content .tab_info_box th span {color:#333 !important;font-weight:300; !important; font-size:1.45rem !important;text-transform:uppercase;}
.mosen_tab_content .tab_info_box td { padding:0px 0; vertical-align:middle; }
.mosen_tab_content .tab_info_box td span {color:#333 !important;font-weight:300; !important; font-size:1.45rem !important;}
.mosen_tab_content p {font-size:1.45rem;line-height:1.6em;color:#333;font-weight:300 !important;}
.mosen_tab_content .tab_info_box .quantity_css,
.mosen_tab_content .tab_info_box .simple_desc_css,
.mosen_tab_content .tab_info_box .summary_desc_css,
.mosen_tab_content .tab_info_box .prd_price_sale_css,
.mosen_tab_content .tab_info_box .product_custom_css,
.mosen_tab_content .tab_info_box .product_price_css {display:none;}

@media screen and (min-width: 1280px) {
    
}

@media screen and (max-width: 1024px) {
    ul.mosen_tabs {}
    ul.mosen_tabs li {padding:0 18px;font-size:1.2rem;}
    .mosen_tab_content .tab_info_box th span {font-size:1.2rem !important;}
    .mosen_tab_content .tab_info_box td span {font-size:1.2rem !important;}
    .mosen_tab_content p {font-size:1.2rem;}
    
    .mosen_tab_content .tab_info_box .summary_desc_css,
    .mosen_tab_content .tab_info_box .prd_price_sale_css,
    .mosen_tab_content .tab_info_box .product_custom_css,
    .mosen_tab_content .tab_info_box .product_price_css {display:none;}
}
