/*  상단영역    */
#top {
	transition: all 0.05s ease;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	-webkit-transform: translateZ(900);
	-webkit-backface-visibility:hidden;
	/*
	padding-top: 10px;
	padding-bottom: 5px;
	*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*height: 100px;*/
}
#top.hidden{top:-60px;}

#header{
	padding:10px 0px;
	height:60px;
	position:relative;
	box-sizing:border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#top .logo{
	width: 120px;
	height:32px;
}
#top .logo img{
	height:32px;
}
#top .cart{
	position: relative;
	display: inline-block;
	width:24px;
	height:21px;
	background:url('/m/skin/basic/img/cart.png') no-repeat;
	background-position:center;
	background-size:24px auto;
}
#top .cart::after{
    content: attr(value);
    position: absolute;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    width: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #bb3a2e;
    color: #fff;
    border-radius: 100%;
    right: -7px;
    top: -7px;
}
#top .prsearch{
	position:absolute;
	top:20px;
	right:30px;
	width:24px;
	height:21px;
	background:url('/m/skin/basic/img/search.png') no-repeat;
	background-size:20px auto;
}
#top_menu{
	display:none;
	text-align: center;
	font-size: 15px;
}
#top_menu>li{
	color: #666666;
	display: inline-block;
	margin: 10px 10px;
}

#left_menu{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
#left_menu.on{
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.left_nav{
	width: 240px;
	padding: 30px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	background: #fff;;
	overflow: scroll;
	color: #626262;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#left_menu.on .left_nav{
	left: 0;
}
.left_nav .logo{
	margin-bottom: 15px;
}
.left_login{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.left_login>div{
	width: 50%;
	border: 1px solid #4f4f4f;
	background: #4f4f4f;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	line-height: 2.5em;
	border-radius:2px 0px 0px 2px;
}
.left_login>div+div{
	background: #fff;
	color: #333333;
	border-radius:0px 2px 2px 0px;
}
.left_etc{
	color: #848484;
	font-size: 14px;
	padding: 30px 0 15px 0;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}
.left_etc>div{
	display: inline-block;
	margin: 0 5px;
}

.left_search {
	position: relative;
	margin-top: 30px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ebebeb;
}
.left_search input{
	font-size: inherit;
	color: inherit;
	width: 100%;
	line-height: 2em;
	border: none;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.left_search #btn_search_submit{
	position: absolute;
	right:0px;
	top:3px;
	width:20px;
	background:url('/m/skin/basic/img/search.png') no-repeat;
	background-size:20px auto;
}
.left_category>ul{
	padding: 20px 0;
}
.left_category>ul+ul{
	border-top: 1px solid #ebebeb;
}
.left_category>ul:last-child{
	margin-bottom: 120px;
}
.left_category li{
	line-height: 2em;
}
.left_category>ul>li>ul{
	padding-bottom: 30px;
	font-size:13px;
}
.left_category>ul>li>ul>li{
	padding-left: 15px;
}
.left_close {
	color: #fff;
	position: absolute;
	font-size: 34px;
	left: 260px;
	top: 30px;
}
.left_bg{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
}
.left_category .quick_category_list_se {display:none;color:#626262;}
.left_category .quick_category_list_se a{display:block;color:#626262;}


#top .mini_home{
	width:22px;
	height:22px;
	background:url('/m/skin/basic/img/home.png') no-repeat;
	background-position:center;
	background-size:auto 22px;
}
#top .mini_logo{
	width:auto;
	height:37.66px;
	line-height:37.66px;
	font-size:1.5em;
	text-align:center;
	font-weight:normal;
	letter-spacing:0px;
}
#top .mini_menu{
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
#header #gnb_button,
#top .mini_menu #gnb_button{
	width:17px;
	height:14px;
	background:url('/m/skin/basic/img/nav.png') no-repeat;
	background-position:0% 50%;
	background-size: 17px auto;
}
#top .mini_menu #gnb_button{
	float:left;
	width:10%;
	height:30px;
	padding:5px 0px;
}
#top .mini_menu #btn_search_submit{
	top:10px;
}
#top .mini_menu li{
	margin:0px;
}
#top .mini_menu .left_search {
	border:none;
}
#top .mini_menu .left_search img{
	top:5px;
	right:0px;
}
#top .mini_menu .left_search input{
	color:#8a8a8a;
}