/* 상단 부분 CSS */
#top {
	position: relative;
	/*height:129px;*/
	background: #fff;
	z-index: 90;
}
#top_nav .logo{
	float:left;
	margin-top:12px;
}
#top_nav .logo a img{display: block !important;}
#top_nav>ul{
	float: right;
	text-align: right;
	padding: 25px 0px 10px 0px;
	margin-bottom: 3px;
}

#top_nav>ul>li{
	display: inline-block;
}

#top_nav>ul>li+li{
	margin-left: 20px;
}

#top_nav .link_logout{
	position: relative;
}
#top_nav .link_cart{
	position: relative;
}
#top_nav .link_cart::after{
	content: attr(value);
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	width: 15px;
	box-sizing: border-box;
	background: #3a3a3a;
	color: #fff;
	border-radius: 100%;
	right: -5px;
	top: -5px;
}

#header {
	/* display: flex; */
	/* overflow: hidden; */
	justify-content: space-between;
	align-items: center;
	/* text-align: center; */
	color: #666;
	position: relative;
	padding: 8px 0px;
	border-top: 1px solid rgba(0,0,0,0.04);
}
#header::after{
	content: '';
	display: block;
	clear: both;
}
#header .logo{
	float:left;
}
#gnb_nav{
	display:inline-block;
}
#gnb_button{
	display: inline-block;
}
#gnb_menu {
	display: inline-block;
	margin-top: 10px;
}
#gnb_menu>ul>li{
	display: inline-block;
	margin-left: 0px;
	height: 23px;
	padding: 0px 10px 5px 10px;
}
#gnb_menu>ul>li a,#gnb_board>ul>li a{
	font-size:17px;
}
#gnb_board{
	float:right;
	margin-top: 10px;
}
#gnb_board>ul>li{
	display: inline-block;
	padding-bottom: 0px;
	color:#303030;
}
#gnb_board>ul>li+li{
	margin-left: 20px;
}




/*    검색창    */
#search {
	padding-top: 30px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 998;
	left: 0;
	top: 130px;
	display: none;
}
#search_bar{
	height: 28px;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
#search_bar input{
	color: #666;
	width: 100%;
	height: 28px;
	font-size: 13px;
	padding: 0;
	border: none;
	outline: none;
}
#search_bar input::placeholder{
	color: #ccc;
}
#search_bar img{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#search_keyword{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#search_keyword>h1{
	font-size: 15px;
	color: #666666;
	display: inline-block;
	margin-right: 15px;
}
#search_keyword>ul{
	display: inline-block;
}
#search_keyword>ul>li{
	display: inline-block;
	color: #999;
}
#search_keyword li+li::before{
	content: ', ';
	margin-left: -3px;
	margin-right: 5px;
}



/* 카테고리 전체보기 */
#categoryAll{position: absolute;width:100%;margin-top: 28px;padding: 0px;border: 0px solid #eeeeee;box-sizing: border-box;z-index: 10;}
#categoryAll a{display:block;}
#categoryAll .prSectionLink{display:none;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #444444;overflow:hidden;}
#categoryAll .prSectionLink a{display:block;float:left;width:24%;margin-right:1%;padding:5px;background:#aaaaaa;color:#ffffff;box-sizing:border-box;text-decoration:none;}
#categoryAll .prSectionLink a:hover{background:#444444;}
/* #categoryAll .topCategory{float:left;width:62%;margin-right:4%;} */
#categoryAll .topCategory dl{padding:5px 0px;border-bottom:1px solid #f8f8f8;text-align:left;overflow:hidden;line-height: 30px;}
#categoryAll .topCategory dt{float:left;width:24%;margin:0px;box-sizing:border-box;}
#categoryAll .topCategory dt a{font-weight: bold;color: #3d3d3d;}
#categoryAll .topCategory dd{float: left;margin: 0px;padding: 0px 15px 0px 0px;font-weight: 100;font-size: 14px;}
#categoryAll .topCompnayinfo{float:left;width:10%;text-align:left;margin-right:2%;}
#categoryAll .topCompnayinfo h4{margin-bottom: 20px;font-weight: 600;color: #3d3d3d;}
#categoryAll .topCompnayinfo ul li a{font-weight: 100;font-size: 14px;padding-bottom: 13px;}
#categoryAll .topHelpdesk{float:left;width:10%;text-align:left;margin-right:2%;}
#categoryAll .topHelpdesk h4{margin-bottom:20px;font-weight:600;color:#3d3d3d;}
#categoryAll .topHelpdesk ul li a{font-weight:100;font-size:14px;padding-bottom:13px;}
#categoryAll .topCommunity{float:left;width:10%;text-align:left;}
#categoryAll .topCommunity h4{margin-bottom:20px;font-weight:600;color:#3d3d3d;}
#categoryAll .topCommunity ul li a{font-weight:100;font-size:14px;padding-bottom:13px;}

/* 상단 카테고리 1~3차 출력용 */
#depth1{margin-left:0px;background:#fff}
#depth1.catebox ul{margin-left:0px !important;}
#depth2, #depth3, #depth4{background:#f9f9f9}
#categoryAll .catebox{float:left;display:inline-block;margin-right:0px;text-align:left;overflow:hidden}
#categoryAll .catebox ul{width:200px;height:300px;margin-left:-1px;border:1px solid #ddd;overflow-y:auto;direction: ltr;scrollbar-color: #d4aa70 #f9f9f9;scrollbar-width: thin;}
#categoryAll .catebox ul::-webkit-scrollbar { width: 5px; }
#categoryAll .catebox ul::-webkit-scrollbar-track { background-color: none; border-radius: 100px; }
#categoryAll .catebox ul::-webkit-scrollbar-thumb { background-color: #d4aa70; border-radius: 100px; }
#categoryAll .catebox ul::-webkit-scrollbar-thumb { background-image: linear-gradient(180deg, #e9e9e9 0%, #e9e9e9 99%); box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5); border-radius: 100px; }

#categoryAll .catebox ul li a{display:block;padding:10px 15px;box-sizing:border-box}
#categoryAll .catebox ul li a:hover{background:#eee;color:#000;font-weight:600}
#categoryAll .catebox ul li a.active{background:#eee url('/images/common/btn_page_next.gif') no-repeat;background-position:100% 50%;color:#000;font-weight:600}