/* 상단 부분 CSS */
#top {
	position: relative;
	height:129px;
	background: #fff;
	z-index: 999;
}
#top_nav>ul{
	text-align: right;
	padding: 30px 0px 20px 0px;
}

#top_nav>ul>li{
	display: inline-block;
}

#top_nav>ul>li+li{
	margin-left: 20px;
}

#top_nav .link_logout{
	position: relative;
}
#top_nav .link_logout::after{
	content: 'x';
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	width: 15px;
	background: #bb3a2e;
	color: #fff;
	border-radius: 100%;
	right: -5px;
	top: -5px;
}

#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;
	padding-bottom:10px;
	position:relative;
}
#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: 20px;
}
#gnb_board{
	float:right;
	margin-top: 10px;
}
#gnb_board>ul>li{
	display: inline-block;
}
#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:26px;padding:20px;border:1px solid #eeeeee;box-sizing:border-box;background:#ffffff;overflow:hidden;z-index:10;}
#categoryAll a{display:block;padding:2px 0px;}
#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:70%;margin-right:5%;}
#categoryAll .topCategory dl{padding:5px 0px;border-bottom:1px solid #f8f8f8;text-align:left;overflow:hidden;}
#categoryAll .topCategory dt{float:left;width:24%;margin:0px;padding:5px;box-sizing:border-box;}
#categoryAll .topCategory dd{float:left;margin:0px;padding:5px;font-weight:100;font-size:14px;}
#categoryAll .topHelpdesk{float:left;width:10%;height:100%;margin-right:5%;text-align:left;}
#categoryAll .topHelpdesk dl{text-align:left;overflow:hidden;}
#categoryAll .topHelpdesk dt{margin-bottom:10px;padding:5px 0px 11px 0px;border-bottom:0px solid #222222;}
#categoryAll .topHelpdesk dt a{display:block;color:#222222;}
#categoryAll .topHelpdesk dt a:hover{text-decoration:none}
#categoryAll .topHelpdesk dd{margin:0;padding:0;}
#categoryAll .topHelpdesk dd a{display:block;padding:3px 0px;font-weight:100;font-size:14px;}
#categoryAll .topCommunity{float:left;width:10%;text-align:left;}
#categoryAll .topCommunity dl{text-align:left;overflow:hidden;}
#categoryAll .topCommunity dt{margin-bottom:10px;padding:5px 0px 11px 0px;border-bottom:0px solid #222222;}
#categoryAll .topCommunity dt a{display:block;color:#222222;}
#categoryAll .topCommunity dt a:hover{text-decoration:none}
#categoryAll .topCommunity dd{margin:0;padding:0;}
#categoryAll .topCommunity dd a{display:block;padding:3px 0px;font-weight:100;font-size:14px;}
#categoryAll .topHelpdesk h4{margin-bottom:20px;}
#categoryAll .topHelpdesk h4 a{font-weight:200;color:#222222;}
#categoryAll .topHelpdesk ul li a{font-weight:100;font-size:14px;padding-bottom:10px;}
#categoryAll .topCommunity h4{margin-bottom:20px;}
#categoryAll .topCommunity h4 a{font-weight:200;color:#222222;}
#categoryAll .topCommunity ul li a{font-weight:100;font-size:14px;padding-bottom:10px;}