/* BASIC css start */
/* 헤더 */
#header .header {z-index:300;}

/* 탑바 */
#header #topbar {width:100%; height:36px; margin:0 auto; background:#222; position:relative;}

/* 장바구니 */
#header #topbar .left_cart {position:absolute; left:10px; top:10px; height:36px; vertical-align:middle;}
#header #topbar .left_cart img {vertical-align:middle; width:16px; height:16px; padding-right:4px;}
#header #topbar .left_cart span {font-size:11px; color:#e3e3e3; font-family: 'Lato'; font-weight:700;}

#header #topbar .logline {width:100%; overflow:hidden; text-align:center;}
#header #topbar .logline ul {display:inline; font-size:0; line-height:0;}
#header #topbar .logline li {display:inline-block; *display:inline; *zoom:1; padding:0; font-family:'Lato', 'arial', 'Dotum'; font-size:9px; color:#e3e3e3; height:36px; line-height:36px; padding-left:5px; text-transform:uppercase;}
#header #topbar .logline li a {display:inline-block; font-weight:normal; font-family:'Lato', 'arial', 'Dotum'; font-size:9px; color:#e3e3e3; line-height:36px; cursor:pointer;}
#header #topbar .logline li a span {padding:0 3px;}

#header #topbar .right_search {position:absolute; top:10px; right:10px; width:16px; height:36px; line-height:36px; vertical-align:middle;}
#header #topbar .right_search button {display:inline-block; overflow:hidden; width:100%; height:100%; padding:0; text-indent:100%; text-align:left; white-space:nowrap; cursor:pointer; border:0; background:url("/design/thebottle/onedesign/mobile/images/icon_sear.png") no-repeat 0 0; background-size:14px 14px;}

/* 로고 */
#header #logo {width:130px; margin:20px auto 20px;}
#header #logo img {width:100%; height:100%; vertical-align:middle;}

/* 카테고리 스와이퍼 */
.cate_box {width:100%; margin:0 auto; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.swiper-container {position:relative; width:92%; margin:0 auto;}
.swiper-slide {float:left; display:inline-block; width:33.33% !important; line-height:40px; text-align:center; 
box-sizing:border-box; 
-webkit-box-sizing:border-box; 
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide a {width:100%; font-family: 'Lato', 'Dotum'; font-weight:400; font-size:12px; color:#222; letter-spacing:-1px; line-height:40px; text-transform:uppercase;}
/* // */

/* 하단 픽스 아이콘 */
.bottom_fix_icon {width:100%; height:55px; background:url("/design/thebottle/onedesign/mobile/images/icon_fix_bg.png") 0 0 repeat-x; position:fixed; bottom:0; left:0; z-index:99999;}
.bottom_fix_icon li {float:left; width:33.33%; height:55px; text-align:center;}
.bottom_fix_icon li a {display:block; font-size:12px; font-family:'Dotum'; color:#222; padding:34px 0 0;}
.bottom_fix_icon li a.icon_home {background:url("/design/thebottle/onedesign/mobile/images/icon_fix_01.png") no-repeat 50% 17px; background-size:18px 14px;}
.bottom_fix_icon li a.icon_cate {background:url("/design/thebottle/onedesign/mobile/images/icon_fix_02.png") no-repeat 50% 17px; background-size:15px 11px;}
.bottom_fix_icon li a.icon_top {background:url("/design/thebottle/onedesign/mobile/images/icon_fix_03.png") no-repeat 50% 19px; background-size:15px 9px;}




/* BASIC css end */

