/* BASIC css start */
.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;}
#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .headerTop {min-width:275px; text-align:center; padding-right:45px; background-color:#2f2f2f;}
#header .headerTop a { display: block;color:#fff;}
/* 상단메뉴 : ezmake 이지메이크 추가 */
#header .headerTop {width:100%;overflow:hidden;margin:0;padding:0;list-style:none;background:#2f2f2f;}
#header .headerTop li{width:21%;float:left;} 
#header .headerTop li.first{margin-left:40px;} 
#header .headerTop li.last{margin-right:0px;} 
#header .headerTop li img{display:block;height:40px;}

#header .headerTop a .fa {vertical-align:top; position: relative; top:12px;}
#header #menu {width:45px;height: 32px;background-color:#2f2f2f; position:absolute; left: 0; top: 5px;}
#header #menu .fa {top:5px;}
#header .headerBottom {padding:0 10px; }
#header .headerBottom h1 {font-size:2.333em;}
#header .headerBottom .headerBottomLeft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 99%;
	}
#header .headerBottom .headerBottomRight {    
    float: left;
    margin-top: 50px;
}
#header .headerBottom .headerBottomRight a {margin-left:17px; color:#7d7d7d;}
#header .headerBottom .headerBottomRight a .fa-bookmark-o {color:#f1494d;}
#header .headerBottom .headerBottomRight .cart {position:relative;}
#header .headerBottom .headerBottomRight .cart sup {width:12px; height:12px; background-color:#f1191f; color:#fff; border-radius:6px; position:absolute; top:-12px; right:-5px; text-align: center; line-height: 12px;}

#header .search {height:42px; position:relative; right:0;top: -10px; padding-right:45px; text-align:center; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:86%; height:30px; border: solid 1px #ccc; margin-top: 6px; padding: 0 5px;}
#header .search .btn_search {width:45px; height:42px; line-height:50px; position:absolute; top:0; right: 15px; color:#999; text-align:center;}

/*이지메이크 : 대분류*/
#header .top-menu {padding:0 4px; border-top:solid 1px #C2C2C2; border-bottom:solid 1px #C2C2C2; }
#header .top-menu ul{margin-bottom: 20px;overflow:hidden;margin:0;padding:0;list-style:none;background:#FFFFFF;}
#header .top-menu ul li{width:24.5%;float:left;display:inline-block;border-right:solid 1px #C2C2C2;
height: 40px;
text-align: center;

}
#header .top-menu ul li a{
padding-top:12px;
    line-height: 42px;
}
#header .top-menu ul li.last{border-right:solid 0px #FFFFFF;}  
#header .top-menu ul li img{display:block;margin:5px auto;height:34px;}

#header .top-menu1 {padding:0 4px; margin-bottom: 0px; border-bottom:solid 1px #C2C2C2; }
#header .top-menu1 ul{margin-bottom: 20px;overflow:hidden;margin:0;padding:0;list-style:none;background:#FFFFFF;}
#header .top-menu1 ul li{width:24.5%;float:left;display:inline-block;border-right:solid 1px #C2C2C2;
height: 40px;
text-align: center;

}

#header .top-menu1 ul li a{
padding-top:12px;
    line-height: 42px;
}

#header .top-menu1 ul li.last{border-right:solid 0px #FFFFFF;}  
#header .top-menu1 ul li img{display:block;margin:5px auto;height:34px;}


#header .top-menu2 {padding:0 4px; margin-bottom: 0px; border-bottom:solid 1px #C2C2C2; }
#header .top-menu2 ul{margin-bottom: 20px;overflow:hidden;margin:0;padding:0;list-style:none;background:#FFFFFF;}
#header .top-menu2 ul li{width:24.5%;float:left;display:inline-block;border-right:solid 1px #C2C2C2;
height: 40px;
text-align: center;

}

#header .top-menu2 ul li a{
padding-top:12px;
    line-height: 42px;
}

#header .top-menu2 ul li.last{border-right:solid 0px #FFFFFF;}  
#header .top-menu2 ul li img{display:block;margin:5px auto;height:34px;}

/* 카테고리 */
aside {position:fixed; width:320px; height:100%; top:36px; right:0; bottom:0; background-color:#fff; overflow-y:auto; -webkit-overflow-scrolling: touch; z-index:1001; display:none;}
aside .asideTop {text-align:center;}
aside .asideTop a {width:33.33%; height:62px; display:inline-block; border-bottom:2px solid #c3c3c3; color:#8f8f8f; font-weight:bold;}
aside .asideTop a .fa {margin-top:10px;}
aside .asideTop a.act {color:#ab3e41; border-bottom:2px solid #ab3e41;}
aside nav li {border-bottom:1px solid #ccc; position:relative;}
aside nav li a {display: block; height: 35px; line-height:35px; padding:0 0 0 20px; margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
aside nav li .fa {position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 35px; line-height:35px;}
aside nav li > ul {background-color:#f4f4f4; display:none; border-top:1px solid #6e6e6e;}
aside nav li > ul > li {border-bottom:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {padding:0 40px 0 30px; margin: 0;}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside .asideBottom {padding:20px 22px;}
aside .asideBottom .tel {color:#ab3e41; font-size:1.333em; font-weight:bold; display: block;}
aside .asideBottom .fa-stack {color:#000; margin-top: -5px;}
aside .asideBottom .copyright {margin-top:10px;}
aside .navCommunity {display:none;}
aside .navMypage {display:none;}
/* //카테고리 */

/* 최근 본 상품 */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#fff; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
/* //최근 본 상품 */

@media screen and (min-width:768px) {
    #header #menu {width:85px;}
    #header .headerTop {padding-right:85px;}
    #header .search {padding-right:85px;}
    #header .search .searchBox input {width:95%;}
    #header .search .btn_search {width:85px;}
}
/* BASIC css end */

