
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * https://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * https://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper { width:100%;
	position: relative;

	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width:100%;

	display: block;
}
.bx-wrapper:hover a{opacity:1;}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {


	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("//mielle.shop/web/upload/fla/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 6px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
     text-indent: 9999px; 
    background: url("//mielle.shop/web/upload/fla/prevnext.png") no-repeat 0 0;  
  text-decoration: none;
  display: block;
  width:70px;
  height: 70px;
  
  position: absolute;
  top: 42%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	left: 50px;
      background-position:-21px 0; 
    
}

.bx-wrapper .bx-next {
     text-indent: 9999px; 
    background: url("//mielle.shop/web/upload/fla/prevnext.png") no-repeat 0 0;  
  text-decoration: none;
  display: block;
  width:70px;
  height: 70px;
  
  position: absolute;
  top: 42%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 right: 50px;

    background-position:-62px 0; 
}

.bx-wrapper:hover .bx-prev {
  opacity: 0.7 !important;
  left: 35px;
}
.bx-wrapper:hover .bx-prev:hover {
  opacity: 1;
}
.bx-wrapper:hover .bx-next {
  opacity: 0.7 !important;
  right: 20px;
}

.bx-wrapper:hover .bx-next:hover {
  opacity: 1;
}




/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}







/* PAGER */


.xans-product-1 .bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #d8d8d8 !important;
    background:#d8d8d8;
	text-indent: -9999px !important;
	display: block !important;
	width: 17px !important;
	height: 5px !important;
	margin: 0 6px !important;
    margin-top:40px !important;
	outline: 0 !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}

.xans-product-1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.xans-product-1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 37px !important;
    border:1px solid #000 !important;
	background: #000 !important;
}

.xans-product-1 .bx-wrapper .bx-pager,
.xans-product-1 .bx-wrapper .bx-controls-auto {
	position:relative !important;

	width: 100%;
}





ul.prdList li.item {position:relative;}
#imgList {position:relative;}
.p-img .wish { z-index:1; cursor:pointer; }
.priceetc { display:none; }
.salenumber { 
	position:absolute;
	overflow:hidden;
	background:rgba(0,0,0,0.2);
	color:#fff;
	text-align:center;
	top:0px; right:0px; width:40px; height:40px; line-height:40px; font-size:11px; 

}

.item:hover .salenumber {background:rgba(0,0,0,0.7);}

.salenumber.on { display:block; }
.salenumber.off { display:none; }

.p-img {position:relative;}

.p-img .zoombox img {margin-left:5px; margin-right:5px; opacity:0.7;}
.p-img .zoombox:hover img {opacity:1;}


.thumb:hover {opacity:1 !important;}


.saleday {font-size:11px; color:#8f8f8f; }
#newli li.newlist {float:left; width:48%;}







.slicktitle {  z-index:99; color:#555; margin-bottom:50px; padding-bottom:20px; border-bottom:1px solid #d8d5d5; }
.slicktitle span {margin-left:10px;}

 
.slick_slider .slicklist {position:relative; }
.slick_slider .box {position:relative; text-align:left; cursor:w-resize;} 


.slick_slider. priceetc { display:none; }
.slick_slider .salenumber { 
	position:absolute;
	overflow:hidden;
	background:rgba(0,0,0,0.2);
	color:#fff;
	text-align:center;
	top:0px; right:0px; width:40px; height:40px; line-height:40px; font-size:11px; 

}

.slick_slider .bestimg:hover .salenumber {background:rgba(0,0,0,0.7);}

.slick_slider .salenumber.on { display:block; }
.slick_slider .salenumber.off { display:none; }

.slick_slider .p-img {position:relative; width:100%; height:100%;}
.slick_slider .p-img img {width:100%; height:100%; cursor:w-resize !important; }
.slick_slider .p-img .zoombox { position:absolute;  display:none;  bottom:0; z-index:99;  margin:0 auto; width:100%; height:auto; text-align:center;  background-color:rgba( 0, 0, 0, 0.7); height:60px; line-height:60px;}
.slick_slider .p-img:hover .zoombox {display:block;}
.slick_slider .option { display:inline; position:relative; *zoom:1; }


.slick-slide img
{
    border:0;
    max-width:100%;
    
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;


}


.slick-prev:before,
.slick-next:before
{
    background: #000;
    transition: all 0.3s;    
    font-size: 27px;
    color: #000;
}

.slick-prev
{
    background: url("//mielle.shop/web/upload/fla/slickprev.png") no-repeat;
   background-size:33px 11px;
    filter:alpha(opacity=80);opacity:1;-moz-opacity:0.8;  
    transition: all 0.3s;
    margin:-85px 0 0 0;
    width:52px;
    height:50px;
    z-index:99999;
    right: 55px;
    color:#000; 
     content: '←prev';
    
    
}

.slick-next 
{  
    background: url("//mielle.shop/web/upload/fla/slicknext.png") no-repeat;
   background-size:33px 11px;
    filter:alpha(opacity=8);opacity:1;-moz-opacity:0.8;  
    transition: all 0.3s;
    margin:-85px 0 0 0;
    width:52px;
    height:50px;
    z-index:99999;
    right: 0px; 
    color:#000;
   
     content: 'next→';
}

.slick-next:hover, .slick-prev:hover { transition: all 0.3s;  filter:alpha(opacity=100);opacity:0.6;-moz-opacity:1;  }
.slick-initialized .slick-slide { }

/* Dots */
.slick-slider
{

}

.slick-dots
{ display:none;
    z-index:99999;
    position: absolute;
    bottom: -27px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    
    position: relative;
    display: inline-block;
    width: 20%;
    height: 5px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    background:#e8e8e8;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 5px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
}
.slick-dots li button:before
{
    font-size: 15px;
    line-height: 5px;
    position: absolute;
    font-weight:bold;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    
    content: '　';
    text-align: center;
    color: #d8d5d5;
    background:#e8e8e8;

}
.slick-dots li.slick-active button:before
{
  background:#2e2e2e;
    
 
}

/* Slider */

.slick-slider
{
    z-index:1;
    position: relative;
    width:100% ;
    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0 0 0 1px;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
    
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}


.xans-layout-statelogoff {}
.xans-layout-statelogoff > a { padding:0 0px 0 0px;  color:#fff; font-size:12px;  }
.xans-layout-statelogoff > a:hover{color:#ababab;}
.xans-layout-statelogoff .log { background:none; }

.xans-layout-statelogoff > a .count span { color:#fff; font-size:12px;  }
.xans-layout-statelogoff > a:hover .count span { color:#ababab; font-size:12px; }
.xans-layout-statelogon {  }
.xans-layout-statelogon > a { padding:0 0px 0 0px; color:#fff; font-size:12px; }
.xans-layout-statelogon > a:hover {color:#ababab;}
.xans-layout-statelogon > a .count span { color:#fff; font-size:12px; }

.xans-layout-statelogon > a:hover .count span { color:#ababab; font-size:12px; }




.xans-layout-searchheader {}
.xans-layout-searchheader fieldset { border:0;  border-radius:0px; }
.xans-layout-searchheader #keyword  { width:80px; height:30px; padding:0 0 0px 5px; border:0; border-bottom:1px solid #fff;line-height:30px; font-size:12px; color:#fff; background:none; }

.xans-layout-searchheader fieldset .autoDrop { display:none;position:absolute; width: 80px; text-align:left; background:none; z-index:20; overflow:hidden; overflow-y:auto; }
.xans-layout-searchheader fieldset .autoDrop li a { display:block; padding:6px 10px; font-size:11px; color:#fff; }
.xans-layout-searchheader fieldset .autoDrop li a:hover,
.xans-layout-searchheader fieldset .autoDrop li.selected a { text-decoration:none; color:#000; background:#fff; }
.xans-layout-footer { position:relative; float:right; width:100%; height:610px; }
.xans-layout-footer .utilMenu { overflow:hidden; height:44px; line-height:44px; *zoom:1; }
.xans-layout-footer .utilMenu li { float:left; padding:0 10px 0 10px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_bar2.gif") no-repeat 0 15px; }
.xans-layout-footer .utilMenu li.home { padding-left:0; background:none; }
.xans-layout-footer .utilMenu li a { color:#2e2e2e; }
.xans-layout-footer .address { padding:24px 0; color:#757575; line-height:24px; }
.xans-layout-footer .address span { padding:0 25px 0 0; }
.xans-layout-footer .address span a { color:#757575; }

.xans-layout-footer .pageTop { position:absolute; right:0; top:10px; }
.xans-layout-footer .hosting { position:absolute; right:0; top:77px; }

.f-company {font-size:12px; margin-bottom:30px;}
.f-company a {margin-right:20px; }
.f-company a:hover{color:#ababab;}

.f-cs {margin-bottom:25px;}
.f-bank {margin-bottom:30px;}

.f_sns { position:absolute; right:0; top:65px;}
.f_sns img:hover {opacity:0.5;}

#f-info .f-sinfo {font-size:13px;}

#f-info {margin-top:70px;}
#f-info .f-title {font-size:14px; font-weight:bold; color:#999; margin-bottom:15px;}
#f-info ul li {float:left; font-size:13px; line-height:25px; }
#f-info ul li:last-child {border-right:0;}
#f-info ul li:first-child {padding-left:0;}
#f-info ul li a:hover {color:#999;}
#f-info .csnumber {font-size:23px; color:#2e2e2e; font-weight:bold; margin-bottom:15px;}
#f-info .companyinfo span {margin-right:10px; font-size:12px; }
#f-info .companyinfo .copyright { font-size:12px; font-weight:bold;}
#f-info .cskakao {font-weight:bold; margin-bottom:5px;}

.companyinfo {line-height:25px;}

.f-es {position:relative; z-index:99; width:100%; height:50px; background:#EDEDED; color:#2e2e2e; font-size:14px; text-align:center; line-height:50px; }

.f-es a:hover {color:#999;}
.f-es a {color:#2e2e2e; padding-left:20px;font-weight:bold;}




#ontop { position:fixed; bottom:80px; right:25px; line-height:0; font-size:0; z-index:999999999; }
#ontop .up { height:40px; padding:0; margin:0; display:none; }#ontop .down { padding:0; margin:0; }
#ontop img { opacity: 0.7; filter: Alpha(opacity=60); padding:0; margin:0; }#ontop img:hover { opacity: 1; filter: Alpha(opacity=100); }



#rightsns {position:fixed; right:30px; bottom:185px; z-index:99999;}
#rightsns p img {height:40px;}
#rightsns p {margin-top:10px;}
#rightsns p img:hover {opacity: 0.8; }
#rightcart p.r_cart img {position:fixed; right:32px; top:37%; z-index:99999; margin-left:5px; height:43px; margin-bottom:20px;}
#rightcart p.r_cart img:hover {opacity: 0.5; }
@charset "utf-8";
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumGothicBold';
  font-style: bold;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');
}

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

/* tag reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; height:100%; }
body,code { font:11px 'Arimo','Nanum Gothic',Nanum Gothic,sans-serif; color:#2e2e2e; background:#fff; }
body { min-width:1230px; }
body#popup { min-width:0; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; }
hr.layout { display:none; }
a { text-decoration:none; color:#2e2e2e; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
#content_CONTAINER table, #bi_inquire_content_CONTAINER table { border:0; margin:0 0 -1px; }
#content_CONTAINER table:before, #bi_inquire_content_CONTAINER table:before { display:none; }
#content_CONTAINER td, #bi_inquire_content_CONTAINER td { width:auto !important; padding:0; }
table.nneditor-table { width:auto !important; }

/* 결제진행바 */
#progressPaybarBackground { position:absolute; z-index:99; left:0; top:0; width:100%; height:100%; }
#progressPaybarView { position:absolute; z-index:100; top:160px; left:20px; width:471px; font-size:12px; }
#progressPaybarView .box { height:180px; background:url(//img.cafe24.com/images/ec_hosting/popup/layer_guide/bg_layer_box1.gif) 0 0 no-repeat; }
#progressPaybarView .box .graph { padding:15px 0 0 0; text-align:center;}
#progressPaybarView .box .graph span { display:block; text-align:center; margin:20px 0; }
#progressPaybarView .box .txt { text-align:center; padding:15px 0 0; color:#555555; }
div.layerProgress { filter:alpha(opacity=40); opacity:0.4; -moz-opacity:0.4; background-color:#999; }

/* contents */
#skipNavigation {position:absolute; top:0; left:0; z-index:100; width:100%; height:0;}
#skipNavigation p, #skipNavigation ul, #skipNavigation ul li {height:0;}
#skipNavigation p a {position:absolute; left:0; top:0; display:block; overflow:hidden; width:1px; height:1px; margin-left:-1px; margin-bottom:-1px; text-align:center; color:#2e2e2e; white-space:nowrap;}
#skipNavigation p a:focus, #skipNavigation p a:hover, #skipNavigation p a:active {width:100%; height:auto; padding:10px 0; background:#c4122f; color:#fff; z-index:100;}

.displaynone { display:none; }


.dimmed { position:fixed; top:0; left:0; z-index:99; width:100%; height:100%; background:#fff; opacity:0.8; filter:alpha(opacity=80); }

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



/* **************************** 100 **************************** */


@media screen and (min-width: 109em) and (max-width: 120.063em) {


}


/* **************************** 125 134 **************************** */


@media screen and (min-width: 90.01em) and (max-width: 108.9em) {

}


/* **************************** 134 151 **************************** */

@media screen and (min-width: 79.01em) and (max-width: 90em) {
  
}

/* **************************** 152 200 **************************** */

@media screen and (min-width: 0em) and (max-width: 79em) {  
   
 
    
}

@charset "utf-8";
.mid-0.xans-layout-multishoplist.list { float:right; position:relative; z-index:10; margin:0 0 0 6px; padding:14px 0 0 0; }
.mid-0.xans-layout-multishoplist.list .toggle { display:block; padding:0 0 0 10px; background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/layout/ico_util1.gif") no-repeat 0 50%; }
.mid-0.xans-layout-multishoplist.list .toggle span { padding:0 25px 0 0; background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/layout/ico_multishop1.png") no-repeat 100% 50%; }
.mid-0.xans-layout-multishoplist.list .toggle span > img { vertical-align:middle }

.mid-0.xans-layout-multishoplist.list > ul { display:none; position:absolute; right:0; margin:15px 0 0 0; overflow:auto; width:248px; height:155px; border:1px solid #d5d5d5; background:#fff; }
.mid-0.xans-layout-multishoplist.list > ul li { position:relative; height:39px; margin:-1px 0 0; border-top:1px solid #d5d5d5; line-height:39px; }
.mid-0.xans-layout-multishoplist.list > ul li a { display:block; overflow:hidden; padding:0 62px 0 48px; white-space:nowrap; text-overflow:ellipsis; background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/layout/ico_multishop2.png") no-repeat 100% -24px; }
.mid-0.xans-layout-multishoplist.list > ul li.selected a { background:#f3f3f3 url("http://img.echosting.cafe24.com/skin/base_ko_KR/layout/ico_multishop2.png") no-repeat 100% 16px; }
.mid-0.xans-layout-multishoplist.list > ul li a img { position:absolute; left:10px; top:9px; }
.mid-0.xans-layout-multishoplist.list > ul li a .unit { position:absolute; right:38px; top:0; }
.mid-0.xans-layout-multishoplist.list.show > ul { display:block; }

.mid-0.xans-layout-multishoplist.thumb {position:relative; z-index:999999999; margin:0px 0 0 0 ; left:2.5%; margin-top:-20px; }
[class*="divider"] + .inner .mid-0.xans-layout-multishoplist.thumb { }
.mid-0.xans-layout-multishoplist.thumb > ul { overflow:hidden; }
.mid-0.xans-layout-multishoplist.thumb > ul li { float:left; width:20px; margin:0 4px 0 0; text-decoration:none; }
.mid-0.xans-layout-multishoplist.thumb > ul li a { display:block; text-decoration:none; }
.mid-0.xans-layout-multishoplist.thumb > ul li img {height:15px;}

/* 레이아웃 중앙형 */
body.center .mid-0.xans-layout-multishoplist.list { float:right; position:relative; z-index:10; margin:0 0 0 6px; padding:14px 0 0 0; }
body.center .mid-0.xans-layout-multishoplist.list button { display:block; padding:0 0 0 10px; background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/layout/ico_util1.gif") no-repeat 0 50%; }
body.center .mid-0.xans-layout-multishoplist.list button span { padding:0 25px 0 0; background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/layout/ico_multishop1.png") no-repeat 100% 50%; }
body.center .mid-0.xans-layout-multishoplist.list > ul { margin:10px 0 0 0; }





.m_banner { margin-left:8%; margin-right:5.5%;}
.m_banner li {overflow: hidden; float:left; width:30%; margin-left:10px; margin-right:10px; margin-bottom:110px; margin-top:50px;}
.m_banner li a{opacity: 1;
 filter: alpha(opacity=100);}
.m_banner li img {overflow: hidden;}


.m_banner ul {overflow: hidden;}

/* image effect */
.m_banner img{
 -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
 
.m_banner img:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 transform: scale(1.15,1.17); /* Change these numbers to suit your needs */
 -webkit-transform: scale(1.15,1.17);
 -moz-transform: scale(1.15,1.17);
 -ms-transform: scale(1.15,1.17);
 -o-transform: scale(1.15,1.17);
   
}



#allcate2 {  width:100%; z-index:9999999999; }
#allcate2 > .cate2_inner {  width:100%;  margin:0 auto; height:65px;   }
.cate2_on {position:fixed; min-width:1230px; top:0px; height:65px; background:rgba(255,255,255,0.7);  -webkit-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s; z-index:1999999999;  }
.cate2_off {top:0px;background:none;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;z-index:9999500; }


#top_cate { clear:both; margin:0px auto; text-align:center; }
#top_right {position:absolute; right:30px; top:0;}
#top_right {height:50px; line-height:50px;}

.leftinfo {clear:both;position:absolute; left:30px; top:0;  float:left; height:50px; line-height:50px;}
.leftinfo a {margin-right:15px; font-size:12px; color:#fff;}
.leftinfo a:hover {color:#ababab;}
.leftinfo img:hover {opacity:0.5;}


#instagram {text-align:Center; margin-top:170px; margin-left:5%; margin-right:5%;}
#instagram .insta-t {font-size:23px; color:#2e2e2e; font-weight:bold; line-height:35px;}
#instagram .insta-t .t-info {font-size:17px; font-weight:normal; color:#999; margin-bottom:20px;}

#l_cs {clear:both; padding-top:30px;}
#l_cs p {margin-bottom:5px;}

#leftsns {float:right; margin-top:15px; margin-left:20px;}
#leftsns img {height:20px;}
#leftsns a {margin-right:2px; }
#leftsns img:hover {opacity:0.5;}

#mainimg img {width:100%;}

#mboard { float:right;}
#mboard li {float:left; font-size:12px; font-weight:normal; margin-bottom:7px; margin-left:15px;}
#mboard a {color:#fff;}
#mboard a:hover {color:#ababab;}

#point {position:absolute;top:40px; margin-left:-35px;  background:url("//mielle.shop/web/upload/fla/jointop.png") no-repeat 35% 0;  display:inline;}
#joinicon { font-size:11px;color:#fff;font-weight:normal;border:0px solid #eee; height:11px;line-height:11px; 
margin-top:3px;padding:3px 5px;border-radius:5px;background:#000;box-shadow: 0px 0px 0px #eee; }



#b_info { width:100%; height:50px; position:fixed; bottom:0; background:#2e2e2e;z-index:99999999999;  }
##b_info .inner { position:relative; width:100%; margin:0 auto; *zoom:1; }
##b_info .inner:after { content:""; display:block; clear:both; }


#nav { display:block; margin:0 auto; height:60px;  position:relative; z-index:500; text-align:left;}
#nav li.top {display:block; margin:0 7px;}



#nav li a.top_link {display:block; height:60px; line-height:60px; color:#000; text-align:left;}

#nav li a.top_link:hover {color:#ababab;}
#nav li:hover > a.top_link {color:#ababab;}


/* Default list styling */
#nav li:hover {position:relative; z-index:200; }
#nav li a:hover{color:#ababab;}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

#nav li:hover ul.sub
{left:0px; top:0px; white-space:nowrap; width:65px; height:auto; z-index:999999; color:#000; background:rgba(237,237,237,0.8); padding:10px 10px; margin-top:50px; margin-left:-8px; }
#nav li:hover ul.sub li
{display:block;  position:relative; float:left; width:100%; font-size:11px; line-height:20px; font-weight:normal; text-align:left;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:100%; line-height:20px; color:#000; text-decoration:none; }
#nav li:hover ul.sub li a:hover 
{color:#ababab;}

#tophead {position:fixed; z-index:999999;   font-size:12px;  text-transform:uppercase; margin:-20px auto; right:10px;  }
#tophead:after { content:""; display:block; clear:both; }
#tophead a {text-decoration:none;}
#tophead .header_inner {position:relative; vertical-align:top;}
#tophead .header_inner .top_nav {display:inline-block; *display:inline; *zoom:1; vertical-align:top; }
#tophead .header_inner .top_nav a {display:block; text-align:left; }






#cate4 {position:absolute; right:0px; z-index:999999999;}
/*주메뉴 영역 제어*/


#cate4 .topnav{ 
	text-align:center;
	width:35px; padding-left:9px;
	height:23px; padding-top:21px;
    padding-bottom:15px;
	cursor:pointer;
	font-weight:normal;
    font-size:11px;

}



#cate4 .subnav{ z-index:999999999999;
	position: absolute;
	left: -150px; top:59.9px;
	background:#fff;
     background:rgba(219,219,219,0.8);
    display: none; 
padding-bottom:15px;
  
}


#cate4 .subnav li{ 
    height:45px; line-height:45px;
	padding:5px;
	width:170px;
	text-align:center;
    border:0px solid #d8d5d5;
    border-bottom:0;
	cursor:pointer;
    font-size:11px; color:#000;
    text-decoration:none;
   padding-right:23px;

}






/* Layout */
#header { width:100%; height:70px; position:relative; border-bottom:0px solid #d8d8d8;  min-width:1230px; z-index:99999;   }
#header:before { position:absolute; top:35px; left:0; content:""; width:100%; height:0; }
#header:after { position:absolute; bottom:45px; left:0; content:""; width:100%; height:0; }
#header .inner { position:relative; width:100%; margin:0 auto; *zoom:1; }
#header .inner:after { content:""; display:block; clear:both; }

#wrap {  position:relative; width:100%; margin:50px auto 0; }
#container { width:100%; margin:0 auto; *zoom:1; }
#container:after { content:""; display:block; clear:both; }
#sidebar {padding-left:2.5%; z-index:9;  height:100%; padding-top:1.5%; }
#sidebar .banner { padding:0 0 20px; border-bottom:1px solid #e8e8e8; }
#sidebar .banner p a { display:block; position:relative; height:20px; margin:0 0 0 10px; padding:10px 0 10px 25px; font-size:13px; font-weight:bold; line-height:20px; }
#sidebar .banner [class*="Banner"]:before {  position:absolute; top:11px; left:0;  content:""; display:block; width:20px; height:20px; background:url("//img.echosting.cafe24.com/skin/base/layout/sfix_sidebar_banner.png") no-repeat; }
  #sidebar .banner p a.giftBanner:before { background-position:0 0; }
  #sidebar .banner p a.opdiaryBanner:before { background-position:-50px 0; }
  #sidebar .banner p a.sosBanner:before { background-position:-100px 0; }
  #sidebar .banner p a.attendBanner:before { background-position:0 -50px; }
  #sidebar .banner p a.couponzoneBanner:before { background-position:-50px -50px; }
  #sidebar .banner p a.calendarBanner:before { background-position:-100px -50px; }
#sidebar .banner [class*="Banner"]:hover { text-decoration:none; }
#contents { margin-left:10%; margin-right:10%; min-height:300px;}
#contents .visual img { max-width:100%; }
#banner { position:absolute; top:0; left:0; width:90px; }
#quick { position:absolute; top:0; right:0; width:90px; }
#quick .banner a { display:block; margin:15px 0 0; }

#footer { position:relative; margin:170px 0 0 0; border-top:1px solid #e8e8e8; margin-left:10%; margin-right:10%; }
#footer .inner {padding-right:2%; padding-left:2.5%; overflow:hidden; position:relative;*zoom:1; }
#footer .inner:after {  content:""; display:block; clear:both; }

/* Main */
#boardArea { overflow:hidden; margin:50px 0 0; border-top:1px solid #d8d8d8; }
#bannerArea { margin:22px 0 0; }
#bannerArea h2 { margin:0 0 16px; font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }

/* 탐색경로바 */
.path { overflow:hidden; height:30px; line-height:30px; *zoom:1; }
.path span { overflow:hidden; position:absolute; width:0; height:0; white-space:nowrap; text-indent:100%; }
.path ol { float:right; }
.path li { float:left; padding:0 0 0 12px; margin:0 0 0 8px; color:#757575; background:url("//img.echosting.cafe24.com/skin/base/layout/ico_path.gif") no-repeat 0 10px; }
.path li:first-child { background:none; }
.path li a { color:#757575; }
.path li strong,
.path li strong a { color:#2e2e2e; }

/* 타이틀 */
.titleArea { min-height:30px; margin:0px 0 40px 0;  text-align:center; }
.titleArea h2 { display:inline-block; font-weight:bold; font-size:20px; color:#2e2e2e; *display:inline; }
.titleArea p { display:inline-block; position:relative; margin:0 0 0 6px; padding:0 0 0 10px; color:#939393; *display:inline; }
.titleArea p:before { display:inline-block; position:absolute; top:0; left:0; content:""; width:1px; height:13px; border-left:1px solid #d9d9d9; }
.titleArea ul { padding:5px 0; color:#939393; line-height:18px; }
.titleArea ul li { position:relative; padding:0 0 0 9px; }
.titleArea ul li:before { display:block; position: absolute; top:50%; left:0; content:""; width:2px; height:2px; margin:-2px 0 0 0; background:#939393; }

/* 게시판 메인 */
.boardMain { overflow:hidden; *zoom:1; }
.boardMain td img { vertical-align:middle; margin:1px; }
.boardMain .board { position:relative; margin:0 0 65px; }
.boardMain .leftArea { float:left; width:50%; }
.boardMain .leftArea .board { margin:0 23px 65px 0; }
.boardMain .rightArea { float:right; width:50%; }
.boardMain .rightArea .board { margin:0 0 65px 23px; }
.boardMain .board h3 { margin:0 0 13px; height:28px; font-size:16px; color:#2e2e2e; border-bottom:2px solid #626672; }
.boardMain .board .btnLink { position:absolute; top:3px; right:0; }
.boardMain .board .ec-base-table.typeList td { color:#a4a4a4; }
.boardMain .board .ec-base-table.typeList td.title a,
.boardMain .board .ec-base-table.typeList td.title a:hover { color:#4f4f4f; }
.boardMain .board .galleryList { overflow:hidden; }
.boardMain .board .galleryList ul { overflow:hidden; margin:0 -10px; }
.boardMain .board .galleryList li { float:left; position:relative; width:20%; padding:0 0 12px 0; word-break:break-all; }
.boardMain .board .galleryList li span { display:block; margin:0 10px; font-size:11px; color:#a4a4a4; }
.boardMain .board .galleryList li .imgLink,
.boardMain .board .galleryList li .imgLink:hover { display:block; margin:0 10px 5px; font-size:12px; }
.boardMain .board .galleryList li .imgLink img { width:100%; max-height:110px; border:1px solid #ededed; }

/* 퀵뷰 모달 */
#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%; }
/* Font */
.txtInfo { color:#707070; }
.txtWarn { color:#f76560; }
.txtEm { color:#2e2e2e; }
.txtDel, .strike, .discount { text-decoration:line-through; font-weight:normal; }
.strike strong, .discount strong { font-weight:normal; }
.txtNormal { font-weight:normal; font-style:normal; }
.txtNum { display:inline-block; font-size:11px; color:#939393; word-break:normal; }
.txt11 { font-size:11px; }
.txt12 { font-size:12px; }
.txt14 { font-size:14px; }
.txt16 { font-size:16px; }
.txt18 { font-size:18px; letter-spacing:-1px; }
.txtIcon { font-size:12px; font-style:normal; }
.txtBreak { word-break:break-all; word-wrap:break-word; }
  /* JP, TW, CN */
  html:lang(ja) .txt11,
  html:lang(zh) .txt11,
  html:lang(zh-tw) .txt11 { font-size:12px; }

/* grid */
.gBlank5 { display:block; margin-top:5px; }
.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; }
.gMerge { position:relative; z-index:1; margin-top:-1px; }

/* ec-base-qty */
.ec-base-qty { position:relative; display:inline-block; width:50px; margin:0 1px 0 0; text-align:left; }
.ec-base-qty input[type="text"] { width:22px; height:23px; padding:0 0 0 5px; line-height:25px; border:1px solid #d4d8d9; border-radius:3px 0 0 3px; }
.ec-base-qty .up { position:absolute; left:27px; top:0; }
.ec-base-qty .down { position:absolute; left:27px; bottom:0; }
.ec-base-qty .qtyUp {position:absolute; left:27px; top:0;}
.ec-base-qty .qtyDown { position:absolute; left:27px; bottom:0;}
.ec-base-qty .qtyUp .up { position:static; left:auto; top:auto; }
.ec-base-qty .qtyDown .down { position:static; left:auto; top:auto; }

/* ec-base-chk */
.ec-base-chk { display:inline-block; position:relative; margin:0 8px 0 0; width:22px; height:22px; vertical-align:top; cursor:pointer; }
.ec-base-chk input { z-index:1; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.ec-base-chk .checkbox { position:absolute; top:0; left:0; width:100%; height:100%; background:url("//img.echosting.cafe24.com/skin/base/common/bg_join_check.png") no-repeat 0 0; }
.ec-base-chk input:checked + .checkbox { background-position:-34px 0; }

/* Form */
input,select,textarea { font-size:100%; color:#353535; vertical-align:middle; }
input[type=radio],
input[type=checkbox] { width:13px; height:13px; border:0; }
input[type=text],
input[type=password] { height:18px; line-height:20px; padding:2px 4px; border:1px solid #d5d5d5; color:#353535; font-size:12px; }
input[type=radio] + label, input[type=checkbox] + label { margin:0 4px 0 2px; }
select { height:24px; border:1px solid #d5d5d5; }
textarea { padding:5px 6px; border:1px solid #d5d5d5; line-height:1.5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#c1c1c1; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#c1c1c1; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#c1c1c1; opacity:1; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }

table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }

.gLabel { display:inline-block; }
.gLabel label { margin-right:20px; line-height:22px; }
.fWidthFull input[type=text] { width:100%; height:24px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.fWidthFull textarea { width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.fWidthFull select { width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.fList.typeHor .gLabel { margin-right:20px; }
.fList.typeVer .gLabel { display:block; }

/* ec-base-radio */
.ec-base-radio.typeDelivery .ec-base-label{display:block;}

.ec-base-tooltip { display:none; z-index:2; position:absolute; top:24px; padding:15px; border:1px solid #565960; background:#fff;
    -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 h3 { margin:0 0 8px; padding:0 10px; font-size:12px; border-bottom:0; background:url("//img.echosting.cafe24.com/skin/base/common/ico_layer_title.gif") no-repeat 0 50%; }
.ec-base-tooltip h3 + p { margin:0 5px 10px; }
.ec-base-tooltip h4 { margin:15px 10px 8px 5px; font-size:12px; }
.ec-base-tooltip h4:before { display:inline-block; content:""; margin:0 5px 0 0; width:3px; height:3px; background:#666; vertical-align:middle; }
.ec-base-tooltip .btnClose { position:absolute; right:14px; top:14px; }
.ec-base-tooltip .edge { z-index:20; position:absolute; left:50%; top:-6px; display:block; margin:0 0 0 -5px; width:10px; height:6px; }
.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after { display:inline-block; content:""; position:absolute; top:0; width:0; height:0; border:solid transparent; }
.ec-base-tooltip .edge:before { margin:1px 0 0; border-bottom-color:#565960; border-width:0 5px 5px 5px; }
.ec-base-tooltip .edge:after { left:1px; margin:2px 0 0; border-bottom-color:#fff; border-width:0 4px 4px 4px; }
.ec-base-tooltip table th,
.ec-base-tooltip table td { padding:8px 10px 7px 10px; border:1px solid #e8e8e8; line-height:1.5em; }
.ec-base-tooltip table th { padding-right:0; background:#fbf9fa; }
.ec-base-tooltip table thead th { text-align:center; }
.ec-base-tooltip table tbody th { text-align:left; }
.ec-base-tooltip table .left { text-align:left; }
.ec-base-tooltip table .center { text-align:center; }
.ec-base-tooltip table .right { text-align:right; }
.ec-base-tooltip table .info { padding:0; color:#757575; }
.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before { display:inline-block; content:""; margin:0 3px 0 0; width:4px; height:1px; background:#757575; vertical-align:middle; }
.ec-base-tooltip .info { padding:10px 10px 0; margin:5px 0 0; }
.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet { margin:8px 10px; }
.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before { display:inline-block; content:""; margin:-3px 3px 0 0; width:0; height:0; border:solid transparent; border-left-color:#333; border-width:2px 0 2px 2px; vertical-align:middle; }
.ec-base-tooltip ul.bullet li { line-height:1.5em; }
.ec-base-tooltip .txtEm { color:#2e2e2e; }
.ec-base-tooltip .txtWarn { color:#f65b54; }

/* typeUpper */
.ec-base-tooltip.typeUpper { top:auto; bottom:34px; }
.ec-base-tooltip.typeUpper .edge { top:auto; bottom:-6px; }
.ec-base-tooltip.typeUpper .edge:before { margin:0 0 -5px; border-top-color:#565960; border-width:5px 5px 0 5px; }
.ec-base-tooltip.typeUpper .edge:after { left:1px; margin:0 0 -4px; border-top-color:#fff; border-width:4px 4px 0 4px; }
span.ec-base-help,
p.ec-base-help,
ul.ec-base-help li { margin:2px 9px; padding:1px 0 1px 20px; line-height:1.4; background:url('//img.echosting.cafe24.com/skin/base/common/ico_info.gif') no-repeat 0 2px; }

div.ec-base-help { margin:20px 0; border:1px solid #d6d4d4; line-height:18px; }
div.ec-base-help > h2,
div.ec-base-help > h3 { padding:9px 0 6px 10px; border-bottom:1px solid #e8e7e7; color:#101010; font-size:12px; background:#fbfbfb; }
div.ec-base-help .inner { padding:0 9px 12px; }
div.ec-base-help h4 { margin:22px 0 -4px; color:#404040; font-size:12px; font-weight:normal; }
div.ec-base-help h4:first-child { margin-top:13px; }
div.ec-base-help p { margin:15px 0 0 10px; color:#707070; }
div.ec-base-help ul,
div.ec-base-help ol { margin:15px 0 0 11px; }
div.ec-base-help li { color:#707070; }

/* number */
div.ec-base-help ol li { padding:0 0 0 25px; background:url('//img.echosting.cafe24.com/skin/base/common/ico_number.png') no-repeat; }
div.ec-base-help ol .item1 { background-position:-484px 0; }
div.ec-base-help ol .item2 { background-position:-434px -100px; }
div.ec-base-help ol .item3 { background-position:-384px -200px; }
div.ec-base-help ol .item4 { background-position:-334px -300px; }
div.ec-base-help ol .item5 { background-position:-284px -400px; }
div.ec-base-help ol .item6 { background-position:-234px -500px; }
div.ec-base-help ol .item7 { background-position:-184px -600px; }
div.ec-base-help ol .item8 { background-position:-134px -700px; }
div.ec-base-help ol .item9 { background-position:-84px -800px; }
div.ec-base-help ol .item10 { background-position:-34px -900px; }

/* typeDash */
div.ec-base-help ul li { padding:0 0 0 11px; background:url('//img.echosting.cafe24.com/skin/base/common/ico_dash.gif') no-repeat 0 7px; }
.ec-base-help.typeDash li { padding:0 0 0 11px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_dash.gif") no-repeat 0 7px; }
.ec-base-tooltip .ec-base-help.typeDash li { margin:2px 0; }
.ec-base-product .button {display:none !important;}


.ec-base-product li.item .thumbnail .button {display:none;   position:absolute; z-index:99; width:100%; height:auto; bottom:0; margin:0 auto; text-align:center; padding-top:10px; padding-bottom:10px;background-color:rgba( 0, 0, 0, 0.6);}
.ec-base-product li.item .thumbnail:hover .button {display:block;}

.ec-base-product li.item .thumbnail::after {	content:""; display:none;
	position:absolute;
	width:100%;
	height:100%;
 top:0; left:0;
	background:#000;
	opacity:0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;}

.ec-base-product li.item .thumbnail .button:hover::after {opacity:0.7; display:none;}






.ec-base-product .color {padding-top:10px;}
.ec-base-product .color .chips {display:inline-block; width:8px; height:8px;margin-right:2px; margin-bottom:2px; font-size:0; line-height:0; border:1px solid #ededed; border-radius:99999px; }
.ec-base-product .pricebox {text-align:left; padding-top:7px;  line-height:18px;}

.ec-base-product .pinfo {color:#2e2e2e; font-size:14px; font-weight:bold; clear:both;  padding-left:0px; padding-right:5px;}
.ec-base-product .pinfo2 {color:#ff0000; font-size:14px; font-weight:bold; }
.ec-base-product .summary {clear:both; color:#999999; font-size:12px; padding-top:5px;}


.ec-base-product .prdList .description .name { display:block; text-align:left; font-weight:normal; margin-bottom:5px; border-bottom:1px solid #ededed; padding-bottom:13px;}
.ec-base-product .prdList .description .name a { color:#000; line-height:18px;}


.ec-base-product { margin:22px 0 0; }
.ec-base-product .title { margin:0 0 17px; padding-bottom:20px; }
.ec-base-product .title h2 { font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }
.ec-base-product .title h3 { font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }

.ec-base-product .title .h2info {font-size:13px; color:#999999; text-align:Center; line-height:18px; padding-top:5px;}

.ec-base-product img { vertical-align:middle; }
.ec-base-product a[href^='/product/detail.html'] > img { border:0px solid #ececec; }

.ec-base-product .prdList { width:100%;  margin:-20px 0 0; font-size:0; line-height:0; }
.ec-base-product .prdList > li { position:relative; display:inline-block; margin:30px 0 50px 0; color:#757575; vertical-align:top; margin-left:10px; margin-right:10px; }

.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 0px; text-align:center; margin-bottom:20px;  }
.ec-base-product .prdList .thumbnail .prdImg { position:relative; }
.ec-base-product .prdList .thumbnail a img { width:100%; box-sizing:border-box; }



.ec-base-product .prdList .thumbnail .prdIcon { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; }
.ec-base-product .prdList .icon { clear:both; margin-top:10px;}
.ec-base-product .prdList .icon .promotion {text-align:left; }
.ec-base-product .prdList .icon .promotion img { padding-right:3px; }
.ec-base-product .prdList .button {width:100%; height:25px; line-height:25px; position:absolute; margin:0 auto; bottom:0; text-align:center; background-color:rgba( 0, 0, 0, 0.6);}

.ec-base-product .prdList .button .cart img {height:21px;}
.ec-base-product .prdList .button .wish img {height:21px;}


.ec-base-product .prdList .button img { margin:0 15px 0 5px; cursor:pointer; }
.ec-base-product .prdList .button .option {position:relative;  }
.ec-base-product .prdList .button .option img {max-width:25px; max-height:25px;}
.ec-base-product .prdList .button .likeButton {margin:0px 20px;  }
.ec-base-product .prdList .button .likeButton button { font-family:verdana; color:#fff; letter-spacing:-1px; background:none;}
.ec-base-product .prdList .button .likeButton button img { margin:0; width:19px;  }
.ec-base-product .prdList .button .likeButton button strong { padding-left:3px; }
.ec-base-product .prdList .button .likeButton.selected button { color:#fff; }
.ec-base-product .prdList .button .wish { position:relative;}


.ec-base-product .prdList .description { margin:0 auto; padding:0px; font-size:12px; line-height:18px; text-align:center; }

.ec-base-product .prdList .description .mileage { display:block; }
.ec-base-product .prdList .description span.grid { display:block; }

/* grid */
.ec-base-product ul.grid2 > li { width:48%; }
.ec-base-product ul.grid3 > li { width:31%; }
.ec-base-product ul.grid4 > li { width:22.8%; }
.ec-base-product ul.grid5 > li { width:18%; }


  /* right display */
  .ec-base-product ul.grid2 li:after { content:""; display:block; clear:both; }

  .ec-base-product ul.grid2 li .description .chk { position:static; text-align:left; }

/* module="product_ListItem" */
.ec-base-product .spec { margin:0; }
.ec-base-product .spec li { text-align:left; }
.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:25px; height:4px; 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:11px; line-height:16px; color:#757575; letter-spacing:-1px; }
.ec-base-product .layerDiscountPeriod .content p strong { font-weight:normal; font-size:12px; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod .content p strong span { font-size:11px; }

.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:14px; 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; }








/* 공통 */
.xans-product-1 .title { margin:0 0 17px; padding-bottom:20px;}
.xans-product-1 .title h2 { font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }
.xans-product-1 .title h3 { font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }
.xans-product-1 .title .h2info {font-size:13px; color:#999999; text-align:Center; line-height:18px; padding-top:5px;}

.xans-product-1 .color {width:92%; height:5px; padding-top:10px; }
.xans-product-1 .color .chips {display:inline-block; width:8px; height:8px;margin-right:2px; margin-bottom:2px; font-size:0; line-height:0; border:1px solid #ededed;  border-radius:99999px;}
.xans-product-1 .pricebox {text-align:left; }


.xans-product-1 .color .chips:first-child {margin-right:-1px !important;}


.xans-product-1 .pinfo {color:#2e2e2e; font-size:14px; font-weight:bold; clear:both;  padding-right:5px;}
.xans-product-1 .pinfo2 {color:#ff0000; font-size:14px; font-weight:bold; }
.xans-product-1 .summary {color:#999999; font-size:12px; padding-top:5px; line-height:18px; }


.xans-product-1 .prdList .name { display:block; text-align:left; font-weight:normal; margin-bottom:10px; }
.xans-product-1 .prdList .name a { color:#2e2e2e; line-height:18px;}




.xans-product-1 ul.prdList li.item .imglink {width:100%; height:100%; position:absolute; top:0; left:0; background:none; z-index:9999; display:none;}
.xans-product-1 ul.prdList li.item .box .pricebox {display:none;   position:absolute; z-index:9999; width:100%; height:auto; bottom:0; margin:0px auto; text-align:left; padding-top:15px; padding-bottom:15px;background-color:rgba( 0, 0, 0, 0.3);}
.xans-product-1 ul.prdList li.item .box:hover .pricebox {display:block;}

.xans-product-1 ul.prdList li.item .box::after {	content:""; display:none;
	position:absolute;
	width:100%;
	height:100%;
 top:0; left:0;
	background:#000;
	opacity:0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;}

.xans-product-1 ul.prdList li.item .box:hover::after {opacity:0.7; display:none;}

.xans-product-1 { margin:0 auto;  border:0px solid #000;  margin-right:30px; margin-bottom:110px; }

.xans-product-1 .color {margin-bottom:0!important; padding-bottom:0!important;}
.xans-product-1 img { vertical-align:middle; }
.xans-product-1 ul.prdList { clear:both; zoom:1; margin:0 auto; width:100%;  }
.xans-product-1 ul.prdList:after {display:block; content:""; clear:both; }
.xans-product-1 ul.prdList li.item { display:inline-block; margin:0; color:#838383; vertical-align:top; *display:inline; *zoom:1; position:relative;}
.xans-product-1 ul.prdList li.item .box { margin:0 auto; font-size:12px;  line-height:18px;  text-align:left; }


.xans-product-1 ul.prdList .chk { display:block; margin:0 0 10px; text-align:center; }
.xans-product-1 ul.prdList .thumb { margin:0; border:0px solid #ececec; }

.xans-product-1 ul.prdList .name .title { font-weight:normal; }


.xans-product-1 .prdIcon { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; }




.xans-product-1 .icon {  text-align:left !important;}

.xans-product-1 .icon img {display:inline-block; margin-left:0px;margin-right:3px; width:auto !important; height:auto !important; }


.xans-product-1 .button .cart img {width:auto !important; height:21px!important;}
.xans-product-1 .button .wish img {width:auto !important; height:21px!important;}


.xans-product-1 .button img {display:inline-block; margin:0 15px 0 5px; cursor:pointer;  }
.xans-product-1 .button .option {position:relative;  }
.xans-product-1 .button .option img {max-width:25px!important; max-height:25px!important;}
.xans-product-1 .button .likeButton {margin:0px 20px;  }
.xans-product-1 .button .likeButton button { font-family:verdana; color:#fff; letter-spacing:-1px; background:none;}
.xans-product-1 .button .likeButton button img { margin:0; width:19px!important;  }
.xans-product-1 .button .likeButton button strong { padding-left:3px; }
.xans-product-1 .button .likeButton.selected button { color:#fff; }
.xans-product-1 .button .wish { position:relative;}




.xans-product-listrecommend .best-icon {position:absolute; color:#fff; z-index:99; width:100%; height:25px; line-height:25px;  text-align:center; top:0;  background-color:rgba( 0, 0, 0, 0.5); }
.xans-product-listrecommend .best-icon span {color:#fff; position:relative; font-size:14px;}

.ec-base-paginate { margin:30px 0; text-align:center; font-size:0; line-height:0; }
.ec-base-paginate ol { 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; margin:0 0 0 -1px; border:1px solid #d7d5d5; font-size:12px; color:#757575; 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 li a { display:block; width:33px; padding:9px 0; font-weight:bold; color:#757575; line-height:14px; background:#fff; }
.ec-base-paginate li a:hover { text-decoration:none; background:none; }
.ec-base-paginate li a.this { padding-bottom:6px; border-bottom:3px solid #6d6d6d; color:#757575; }
.ec-base-paginate a.nolink { cursor:default; }

/* 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:#757575; background:none; }
.ec-base-paginate.typeSub li a.this { color:#2e2e2e; text-decoration:underline; border:0; }
.ec-base-paginate.typeSub .first { margin-right:3px; }
.ec-base-paginate.typeSub .last { margin-left:3px; }

.ec-base-tab { position:relative; }
.ec-base-tab .menu {
    margin:0 0 20px; border:1px solid #cbcdce; border-bottom-color:#202020; border-left:0; background:#f2f2f2;
    box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
}
.ec-base-tab .menu:after { content:""; display:block; clear:both; }
.ec-base-tab .menu li { float:left; border-left:1px solid #cbcdce; background:#f2f2f2; }
.ec-base-tab .menu li a { display:block; min-width:187px; margin:0 0 0 -1px; padding:12px 5px 11px; border-right:1px solid #cbcdce; color:#707070; text-decoration:none; outline:0; text-align:center; background:#f2f2f2; }
.ec-base-tab .menu li:first-child a { margin-left:0; }
.ec-base-tab .menu li.selected a { position:relative; top:-1px; left:-2px; margin:0 0 -1px; border:1px solid #202020; border-bottom:0; color:#fff; font-weight:bold; background:#333; }
.ec-base-tab .menu li.selected:first-child a { left:-1px; }
.ec-base-tab > .right { position:absolute; top:8px; right:10px; line-height:24px; color:#909090; }
  /* typeLight */
  .ec-base-tab.typeLight .menu li.selected a { margin:0 0 -2px; border-bottom:1px solid #fff; color:#404040; background:#fff; }
  /* grid (2~7) */
  .ec-base-tab[class*="grid"] .menu { display:table; table-layout:fixed; width:100%; }
  .ec-base-tab[class*="grid"] .menu li { float:none; display:table-cell; vertical-align:middle; }
  .ec-base-tab[class*="grid"] .menu li a { display:inline-block; width:100%; min-width:0; margin:0; padding:11px 0; border:0; }
  .ec-base-tab[class*="grid"] .menu li.selected { position:relative; top:0; right:-1px; border:1px solid #292929; border-bottom:0; background:#333; }
  .ec-base-tab[class*="grid"] .menu li:first-child.selected { right:0; }
  .ec-base-tab[class*="grid"] .menu li.selected a { position:static; background:none; }
    .ec-base-tab.grid2 .menu li { width:50.5%; }
    .ec-base-tab.grid3 .menu li { width:34%; }
    .ec-base-tab.grid4 .menu li { width:25.5%; }
    .ec-base-tab.grid5 .menu li { width:20.5%; }
    .ec-base-tab.grid6 .menu li { width:17%; }
    .ec-base-tab.grid7 .menu li { width:14.8%; width:15% \0/; }
    .ec-base-tab.grid7 .menu li:first-child { width:13% \0/; }
  /* gFlex */
  .ec-base-tab.gFlex .menu { display:flex; border-right:0; }
  .ec-base-tab.gFlex .menu:after { display:none; }
  .ec-base-tab.gFlex .menu li { display:flex; align-items: center; float:none; flex:1; position:relative; }  
  .ec-base-tab.gFlex .menu li:last-child { border-right:1px solid #cbcdce; }  
  .ec-base-tab.gFlex .menu li a { width:100%; min-width:0; border-right:0; background:none; word-break:break-all; }
  .ec-base-tab.gFlex .menu li a:after { content:''; width:100%; height:100%; position:absolute; top:0; left:0; }
  .ec-base-tab.gFlex .menu li.selected { border:1px solid #292929; border-bottom:0; background:#333; }
  .ec-base-tab.gFlex .menu li.selected a { left:0; margin:0 0 -1px -1px; background:#4a5164; border:0; position: initial;}
/* button */
  [class^='btnNormal'], a[class^='btnNormal'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid #d1d1d1; border-radius:2px;  font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#222; background-color:#fff; }
  [class^='btnSubmit'], a[class^='btnSubmit'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid transparent; border-radius:2px; font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#fff; background-color:#333; }
  [class^='btnEm'], a[class^='btnEm'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid transparent; border-radius:2px;  font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#fff; background-color:#84868b; }
  [class^='btnBasic'], a[class^='btnBasic'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid #d1d1d1; border-radius:2px; font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#222; background-color:#f0f0f0; }
    [class^='btnNormal']:not(.disabled):hover { background-color:#f3f3f3; }
    [class^='btnSubmit']:not(.disabled):hover { background-color:#757575; }
    [class^='btnEm']:not(.disabled):hover { background-color:#77797d; }
    [class^='btnBasic']:not(.disabled):hover { background-color:#e5e5e5; }
    [class^='btnNormal'].disabled { border-color:#e3e3e3; color:#999; }
    [class^='btnSubmit'].disabled { background-color:#9297a2; color:#f0f0f0; }
    [class^='btnEm'].disabled { background-color:#b5b6b9; color:#f0f0f0; }
    [class^='btnBasic'].disabled { color:#999; }
  /* size */
    [class^='btn'].sizeS { padding:6px 8px; }
    [class^='btn'].sizeM { padding:10px 16px; }
    [class^='btn'].sizeL { padding:14px 16px; min-width:80px; font-weight:normal; }
  /* width Fix */
    [class^='btn'][class*='Fix'] { width:72px; word-break:keep-all; word-wrap:break-word; }
    [class^='btn'][class*='Fix'].sizeS { width:96px; }
    [class^='btn'][class*='Fix'].sizeM { width:120px; padding-left:8px; padding-right:8px; }
    [class^='btn'][class*='Fix'].sizeL { width:160px; padding-left:8px; padding-right:8px; }
 
/* icon button */
  a.btnLink { color:#222; }
  a.btnLink:hover { text-decoration:none; -webkit-box-shadow:0 1px 0 0 #222; -moz-box-shadow:0 1px 0 0 #222; box-shadow:0 1px 0 0 #222; }
  a.btnLink:after { content:""; display:inline-block; margin:-2px -2px 0 3px; vertical-align:middle; border:0 0 0 10px; border-style:solid;  border-color:transparent transparent transparent #77797d; }
  [class^='btn'] i { display:none \0/IE8; }
  [class^='btn'] .icoArrow { display:inline-block; width:3px; height:3px; margin:-2px 1px 0 1px; border:2px solid #77797d; border-width:0 2px 2px 0; vertical-align:middle;
    transform:rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg);
  }
    [class^='btnSubmit'] .icoArrow,
    [class^='btnEm'] .icoArrow { border-color:#f0f0f0; }
  [class^='btn'] .icoDelete { position:relative; overflow:hidden; display:inline-block; width:10px; height:10px; margin:-2px 2px 0 0; vertical-align:middle; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
  [class^='btn'] .icoDelete:before { content:""; position:absolute; top:0; right:4px; width:2px; height:10px; background:#77797d; }
  [class^='btn'] .icoDelete:after { content:""; position:absolute; top:4px; right:0; width:10px; height:2px; background:#77797d; }
    [class^='btnSubmit'] .icoDelete:before, [class^='btnSubmit'] .icoDelete:after,
    [class^='btnEm'] .icoDelete:before, [class^='btnEm'] .icoDelete:after { background:#f0f0f0; }
  [class^='btn'] .icoAdd, [class^='btn'] .icoRemove { position:relative; overflow:hidden; display:inline-block; width:8px; height:8px; margin:-2px 2px 0 0; vertical-align:middle; }
  [class^='btn'] .icoAdd:before, [class^='btn'] .icoAdd:after, [class^='btn'] .icoRemove:before { content:""; position:absolute; top:50%; left:50%; width:8px; height:8px; border-radius:2px; background:#77797d; }
  [class^='btn'] .icoAdd:before, [class^='btn'] .icoRemove:before { height:2px; margin:-1px 0 0 -4px; }
  [class^='btn'] .icoAdd:after { width:2px; margin:-4px 0 0 -1px; }
  [class^='btn'] img { margin:-2px 1px 0; vertical-align:middle; }
 
  /* unique */
    .btnLogin, a.btnLogin { display:inline-block; box-sizing:border-box; width:100px; height:70px; line-height:70px; border-radius:2px; text-align:center;  font-size:14px; font-weight:normal; text-decoration:none; color:#fff; background-color:#333; }
    .btnLogin:hover { background-color:#555; }
    .btnAgree, a.btnAgree { display:inline-block; box-sizing:border-box; width:80px; height:70px; line-height:70px; border:1px solid #d1d1d1; border-radius:2px; text-align:center;  font-size:12px; font-weight:bold; color:#222; text-decoration:none; background-color:#fff; }
    .btnAgree:hover { background-color:#f3f3f3; }
    .btnToggle { display:inline-block; font-size:0; line-height:0; }
    .btnToggle button { display:inline-block; box-sizing:border-box; border:1px solid #d1d1d1; margin:0 -1px 0 0; padding:0 7px; height:24px; line-height:24px; text-align:center;  font-size:12px; outline:0; text-decoration:none; color:#222; background:#fff; }
    .btnToggle button:first-child { border-radius:2px 0 0 2px; }
    .btnToggle button:last-child { border-radius:0 2px 2px 0; }
    .btnToggle button.selected { position:relative; border:1px solid #84868b; color:#fff; background:#84868b; }
 
/* ec-base-button */
.ec-base-button { padding:10px 0; text-align:center; }
.ec-base-button.justify { position:relative; }
.ec-base-button:after { display:block; content:""; clear:both; }
.ec-base-button .gLeft { float:left; text-align:left; }
.ec-base-button .gRight { float:right; text-align:right; }
.ec-base-button.justify .gLeft { position:absolute; left:0; }
.ec-base-button.justify .gRight { position:absolute; right:0; }
.ec-base-button .text { margin:0 6px 0 10px; color:#353535; line-height:24px; }
  /* type */
    .ec-base-button.typeBorder { margin-top:-1px; padding:10px 20px; border:1px solid #d7d5d5; }
    .ec-base-button.typeBG { padding:10px 20px; border:1px solid #d7d5d5; background:#fbfafa; }
  /* gColumn */
    .ec-base-button[class*="gColumn"] { margin:0 auto; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
    .ec-base-button[class*="gColumn"]:after { display:none; }
    .ec-base-button[class*="gColumn"] [class^='btn'] { margin:0 2px; padding-left:8px; padding-right:8px; word-break:keep-all; word-wrap:break-word; white-space:normal; -webkit-flex:1; -moz-flex:1; -ms-flex:1; flex:1; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
    .ec-base-button[class*="gColumn"] [class^='btn'][class*='Fix'] { -webkit-flex:none; -moz-flex:none; -ms-flex:none; flex:none; }
    /* gFlex */
      .ec-base-button[class*="gColumn"] .gFlex2 { -webkit-flex:2; -moz-flex:2; -ms-flex:2; flex:2; }
      .ec-base-button[class*="gColumn"] .gFlex3 { -webkit-flex:3; -moz-flex:3; -ms-flex:3; flex:3; }
      .ec-base-button[class*="gColumn"] .gFlex4 { -webkit-flex:4; -moz-flex:4; -ms-flex:4; flex:4; }
/* base */
.ec-base-box { padding:20px; margin-left:auto; margin-right:auto; border:1px solid #e8e8e8; color:#404040; }
.ec-base-box.gHalf { position:relative; padding:20px 0; }
.ec-base-box.gHalf:before { position:absolute; top:0; left:50%; display:block; content:""; width:1px; height:100%; background-color:#e6e6e6; }
.ec-base-box.typeBg { background-color:#fbfafa; }
.ec-base-box.typeThin { border-width:1px; border-color:#fff; }
.ec-base-box.typeThin h3.boxTitle { margin:0 0 20px; font-size:20px; text-align:center; }
.ec-base-box.typeThinBg { border-width:1px; border-color:#d7d5d5; background-color:#fbfafa; }
.ec-base-box.center { text-align:center; }
    /* 약관 */
    .ec-base-box.typeThinBg > .agree { padding:20px; border:1px solid #e6e6e6; background:#fff; }
    .ec-base-box.typeThinBg > .agree p { padding:0 0 17px; }

/* typeMember */
.ec-base-box.typeMember { padding:0; }
.ec-base-box.typeMember .information { display:table; table-layout:fixed; padding:10px 0; width:100%; box-sizing:border-box; }
.ec-base-box.typeMember .information > .title, .ec-base-box.typeMember .information > .thumbnail { display:table-cell; padding:0 15px; width:70px; text-align:center; vertical-align:middle; }
.ec-base-box.typeMember .information > .title { vertical-align:middle; }
.ec-base-box.typeMember .information > .thumbnail img { max-width:70px; }
.ec-base-box.typeMember .information .description { display:table-cell; padding:0 10px; width:auto; line-height:1.5em; border-left:1px solid #e8e8e8; vertical-align:middle; }
    .ec-base-box.typeMember.gMessage { border-width:1px; border-color:#d7d5d5; }
.ec-base-box .message { display:block; padding:10px 0 10px 35px; border-bottom:1px solid #e8e7e7; background:#fbfbfb url("//img.echosting.cafe24.com/skin/base/common/ico_info.gif") no-repeat 10px center; }

/* typeProduct */
.ec-base-box.typeProduct { display:table; table-layout:fixed; padding:15px 0; width:100%; box-sizing:border-box; }
.ec-base-box.typeProduct .thumbnail, .ec-base-box.typeProduct .information { display:table-cell; padding:0 20px; vertical-align:middle; }
.ec-base-box.typeProduct .thumbnail { width:100px; }
.ec-base-box.typeProduct .thumbnail img { max-width:90px; border:1px solid #d7d5d5; }
.ec-base-box.typeProduct .information { padding-left:0; }
.ec-base-table table { position:relative; margin:10px 0 0; border:1px solid #d7d5d5; border-top:0; color:#fff; line-height:1.5; }
  .ec-base-table.gLayoutFixed table { table-layout:fixed; }
  .ec-base-table.gLayoutFixed .gLayoutAuto table { table-layout:auto; }
.ec-base-table table:before { position:absolute; top:0; left:0; display:block; content:""; width:100%; height:1px; background:#d7d5d5; }
.ec-base-table thead th { padding:11px 0 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#353535; vertical-align:middle; font-weight:normal; background:#fbfafa; }
.ec-base-table tbody th { padding:11px 0 10px 18px; border:1px solid #dfdfdf; border-bottom-width:0; color:#353535; text-align:left; font-weight:normal; background-color:#fbfafa; }
.ec-base-table th { word-break:break-all; word-wrap:break-word; }
.ec-base-table th:first-child { border-left:0; }
.ec-base-table td { padding:11px 10px 10px; border-top:1px solid #dfdfdf; color:#353535; vertical-align:middle; word-break:break-all; word-wrap:break-word; }
.ec-base-table td.clear { padding:0 !important; border:0 !important; }

/* horizontal */
  /* typeWrite */
    .ec-base-table.typeWrite td { padding:8px 10px 7px; }
    .ec-base-table.typeWrite img { max-width:100% !important; height:auto !important; }

/* vertical */
  /* typeList */
    .ec-base-table.typeList table { border-top:1px solid #d7d5d5; }
    .ec-base-table.typeList table:before { display:none; }
    .ec-base-table.typeList td { padding:8px 10px 7px; }
    .ec-base-table.typeList tfoot td { padding:15px 10px 17px; background:#fbfafa; }
    .ec-base-table .message { border:1px solid #d7d5d5; padding:50px 0; text-align:center; color:#757575; font-weight:bold; }
    .ec-base-table table + .message { margin:-1px 0 0; }
    .ec-base-table table td.message { padding:50px 0; }
    .ec-base-table .scroll .message { border:0; }
  /* scroll */
    .ec-base-table.typeList .head td { padding:11px 0 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#353535; vertical-align:middle; text-align:center; background:#fbfafa; }
    .ec-base-table.typeList .head td:first-child { border-left:0; }
    .ec-base-table.typeList .scroll { position:relative; overflow-x:hidden; overflow-y:scroll; max-height:185px; min-height:100px; border:1px solid #d7d5d5; border-top-width:0; margin-top:-1px; }
    .ec-base-table.typeList .scroll table { border:0; margin:0; }
    .ec-base-table.typeList .scroll table:before { display:none; }
    .ec-base-table.typeList .scroll .message { border: 0; }
  /* thead - blind */
    .ec-base-table thead.blind,
    .ec-base-table thead.blind th { display:none; }
    .ec-base-table thead.blind + tbody tr:first-child th,
    .ec-base-table thead.blind + tbody tr:first-child td { border-top-width:0; }
  /* Line */
    .ec-base-table.typeList.gLine table { border-width:0; border-bottom-width:1px; }

/* common */
  /* border, background style none */
    .ec-base-table.typeClear table:before { display:none; }
    .ec-base-table.typeClear table,
    .ec-base-table.typeClear th,
    .ec-base-table.typeClear td { border:0 none; background:none; }
    .ec-base-table.typeClear th { font-weight:bold; }
  /* border */
    .ec-base-table.gBorder td { border-left:1px solid #dfdfdf; }
    .ec-base-table.gBorder td:first-child { border-left:0; }
    .ec-base-table.gBorder td.gClearLine { border-left:0; }
    .ec-base-table.typeList.gBorder tbody td { border-color:#eee; }
  /* 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.typeList .center td,
    .ec-base-table.typeList td.center { padding-left:0; padding-right:0; }
    .ec-base-table.typeList .center td.left { padding-left:10px; }
    .ec-base-table.typeList .center td.right { padding-right:10px; }
    .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:-9px -10px -7px; }
    .ec-base-table .ec-address > li { padding:8px 10px 7px; border-top:1px solid #dfdfdf; }
    .ec-base-table .ec-address > li input[type="text"] { width:373px; }
    .ec-base-table .ec-address > li select { width:383px; }
    .ec-base-table .ec-address .ec-base-help { margin-left:0; }
    .ec-base-table .ec-address .ec-address-area select { display:block; }
    .ec-base-table .ec-address .ec-address-area select:not(:first-child) { margin-top:6px; }
    .ec-base-table .ec-address .ec-address-zipcode input[type="text"] { width:80px; margin-right:3px; }
    .ec-base-table .ec-address .ec-address-zipcode .btnBasic { margin-right:4px; }

@media print {
  .ec-base-table table:before { display:none; }
}
.ec-base-desc { overflow:hidden; text-align:left; }
.ec-base-desc:after { content:""; display:block; clear:both; }
.ec-base-desc dt, .ec-base-desc .term { float:left; width:100px; margin:0 0 2px; padding:0 4px 0 0; line-height:22px;-webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; font-weight:normal; }
.ec-base-desc dd, .ec-base-desc .desc { display:block; margin:0 0 2px; padding:0 5px 0 100px; min-height:22px; line-height:22px; word-wrap:break-word; word-break:break-all; }
.ec-base-desc dd:after, .ec-base-desc .desc:after { content:""; display:block; clear:left; }

/* size */
.ec-base-desc.gSmall dt, .ec-base-desc.gSmall .term { width:30%; }
.ec-base-desc.gSmall dd, .ec-base-desc.gSmall .desc { padding-left:30%; }
.ec-base-desc.gMedium dt, .ec-base-desc.gMedium .term { width:40%; }
.ec-base-desc.gMedium dd, .ec-base-desc.gMedium .desc { padding-left:40%; }
.ec-base-desc.gLarge dt, .ec-base-desc.gLarge .term { width:50%; }
.ec-base-desc.gLarge dd, .ec-base-desc.gLarge .desc { padding:0 0 0 50%; }

/* align */
.ec-base-desc.centerDT dt, .ec-base-desc.centerDD dd, .ec-base-desc.centerDT .term, .ec-base-desc.centerDD .desc,
.ec-base-desc.center, .ec-base-desc .center { text-align:center; }
.ec-base-desc.rightDT dt, .ec-base-desc.rightDD dd, .ec-base-desc.rightDT .term, .ec-base-desc.rightDD .desc,
.ec-base-desc.right, .ec-base-desc .right { text-align:right; }
.ec-base-desc.rightDD dd, .ec-base-desc.rightDD .desc { padding-right:0; }

/* typeBullet */
.ec-base-desc.typeBullet dt,
.ec-base-desc.typeBullet .term { padding:0 4px 0 10px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_arrow.png") no-repeat 0 7px; }

/* typeDot */
.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term { position:relative; padding:0 4px 0 10px; }
.ec-base-desc.typeDot dt:before,
.ec-base-desc.typeDot .term:before { position:absolute; top:50%; left:0; content:""; display:block; width:2px; height:2px; margin:-2px 0 0 0; background:#383838; }

/* reset */
li { list-style:none; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
h1, h3 { margin:0; }

/* common */
.ec-base-layer { position:absolute; z-index:100; border:1px solid #757575; background:#fff; }
.ec-base-layer .header { padding:7px 35px 7px 19px; color:#fff; background:#333; }
.ec-base-layer .header > h1,
.ec-base-layer .header > h3 { font-size:14px; line-height:1.5; }
.ec-base-layer .content { padding:20px; font-size:12px; }
.ec-base-layer div.ec-base-help { margin-top:0; }
.ec-base-layer .ec-base-button { padding:9px; border-top:1px solid #d7d5d5; text-align:center; background:#fbfafa; }
.ec-base-layer .close { position:absolute; right:0; top:0; padding:11px 20px; cursor:pointer; }

/* popup */
#popup .ec-base-layer { position:relative; border:0; }
#popup .ec-base-layer .header { padding:12px 35px 12px 19px; }
#popup .ec-base-layer .close { top:5px; }

/* ec-base-table */
.ec-base-layer .content > .ec-base-table table:first-child { margin-top:0; }
.ec-base-layer .ec-base-table table { line-height:1.4; }
.ec-base-layer .ec-base-table thead th { padding:9px 0 8px; }
.ec-base-layer .ec-base-table tbody th { padding:9px 0 8px 10px; }
.ec-base-layer .ec-base-table td { padding:9px 10px 8px; }
  /* horizontal - typeWrite */
    .ec-base-layer .ec-base-table.typeWrite td { padding:5px 10px 4px; }
  /* vertical - typeList */
    .ec-base-layer .ec-base-table.typeList tfoot td { padding:10px 10px 12px; }
  /* typeBorder */
    .ec-base-layer .ec-base-table.typeBorder tfoot td { padding:10px 10px 12px; }
  /* address */
    .ec-base-layer .ec-base-table .ec-address { margin:-6px -10px -4px; }
    .ec-base-layer .ec-base-table .ec-address > li { padding:5px 10px 4px; }
    
    
    
    
.xans-layout-multishopshipping { display:none; }
.xans-layout-multishopshipping .worldshipLayer { top:303px; left:50%; width:448px; margin:0 0 0 -225px; }
.xans-layout-multishopshipping .worldshipLayer .content { padding:153px 20px 30px;  line-height:1.8; background:url("//img.echosting.cafe24.com/skin/base/link/bg_worldship.gif") center 21px no-repeat; }
.xans-layout-multishopshipping .worldshipLayer .content .desc { display:block; margin:4px 0 14px; }
.xans-layout-multishopshipping .worldshipLayer .select { margin:10px 0 0; }
.xans-layout-multishopshipping .worldshipLayer .select select { width:100%; }
.xans-layout-conversionpc { background:#fff; padding:45px; text-align:center; }
.xans-layout-conversionpc a {
    margin:20px; padding:20px 40px 20px 110px;
    font-size:68px; color:#63666e; text-decoration:none; text-align:center;
    border:4px solid #9d9db0; border-radius:10px; background:url("//img.echosting.cafe24.com/skin/base/layout/ico_mobile.png") no-repeat 40px 50%;
}
.xans-layout-multishoplist.list { float:right; position:relative; z-index:10; height:45px; margin:0 0 0 6px; }
.xans-layout-multishoplist.list .toggle { display:block; height:45px; padding:0 0 0 10px; color:#757575; line-height:45px; font-size:12px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_bar.gif") no-repeat 0 17px; }
.xans-layout-multishoplist.list .toggle span { padding:0 25px 0 0; background:url("//img.echosting.cafe24.com/skin/base/layout/ico_multishop1.png") no-repeat 100% 4px; }
.xans-layout-multishoplist.list .toggle span > img { vertical-align:middle }

.xans-layout-multishoplist.list > ul { display:none; position:absolute; right:0; top:44px; overflow:auto; width:248px; height:155px; border:1px solid #d5d5d5; background:#fff; }
.xans-layout-multishoplist.list > ul li { position:relative; height:39px; margin:-1px 0 0; border-top:1px solid #d5d5d5; line-height:39px; }
.xans-layout-multishoplist.list > ul li a { display:block; overflow:hidden; padding:0 62px 0 48px; color:#353535; white-space:nowrap; text-decoration:none; text-overflow:ellipsis; background:url("//img.echosting.cafe24.com/skin/base/layout/ico_multishop2.png") no-repeat 100% -24px; }
.xans-layout-multishoplist.list > ul li.selected a { background:#f3f3f3 url("//img.echosting.cafe24.com/skin/base/layout/ico_multishop2.png") no-repeat 100% 16px; }
.xans-layout-multishoplist.list > ul li a img { position:absolute; left:10px; top:9px; }
.xans-layout-multishoplist.list > ul li a .name strong { font-weight:normal; }
.xans-layout-multishoplist.list > ul li a .unit { position:absolute; right:38px; top:0; font-size:11px; color:#757575; }
.xans-layout-multishoplist.list.show > ul { display:block; }

.xans-layout-multishoplist.thumb { position:absolute; left:0; top:45px; }
.xans-layout-multishoplist.thumb > ul { overflow:hidden; }
.xans-layout-multishoplist.thumb > ul li { float:left; width:32px; margin:0 4px 0 0; }
.xans-layout-multishoplist.thumb > ul li a { text-decoration:none; }
.xans-layout-multishoplist .multiOption a { display:inline-block; height:24px; line-height:24px; color:#666; }
.xans-layout-multishoplist .multiOption a:hover { text-decoration:none; }
.xans-layout-multishoplist .multiOption .ship,
.xans-layout-multishoplist .multiOption .language { margin:0 15px 0 0; }
.xans-layout-multishoplist .multiOption .language img { margin:0 6px 0 1px; }


.xans-layout-category  {width:100%; }
.xans-layout-category .position > ul { display:inline-block; text-align:center; margin:0 auto;}
.xans-layout-category .position > ul > li {float:left;  position:relative; z-index:10; margin-left:20px; margin-right:20px; height:60px; line-height:60px;}
.xans-layout-category .position > ul > li > a { display:block; padding:0; color:#000; font-size:16px; font-weight:normal; word-spacing:-1px; text-decoration:none; }
.xans-layout-category .position > ul > li > a:hover,
.xans-layout-category .position > ul > li.selected > a,
.xans-layout-category .position > ul > li.on > a { color:#ababab; }

.xans-layout-category .sub-category { position:absolute; margin-top:-1px; margin-left:0px;  }
.xans-layout-category .sub-category ul { position:relative; width:85px;  background-color:rgba(237,237,237,1); padding:10px 10px; text-align:left; }
.xans-layout-category .sub-category ul:before { content:""; position:absolute; top:10px; left:-8px; display:inline-block; width:0; height:0; }
.xans-layout-category .sub-category ul:after { content:""; position:absolute; top:11px; left:-7px; display:inline-block; width:0; height:0; }
.xans-layout-category .sub-category li {line-height:20px; height:20px; }
.xans-layout-category .sub-category li:first-child a { border-top-color:#fff; }
.xans-layout-category .sub-category li:first-child a:hover:before { content: ""; display:inline-block; position:absolute; top:11px; left:-7px; width:0; height:0; z-index:1; }
.xans-layout-category .sub-category a { display:block; padding:0; font-size:11px; color:#000; text-decoration:none; }
.xans-layout-category .sub-category a:hover,
.xans-layout-category .sub-category li.selected a { color:#ababab; }
