/* 상단영역 */
#top{
	position: relative;
	/*height:129px;*/
	/*background: #fff;*/
	z-index: 90;
}

#top_nav .logo{float:left;margin-top:12px;}
#top_nav .logo a{display:block;font-size:0px;line-height:0%}
#top_nav .logo img{max-width:600px;max-height:60px}
#top_nav>ul{
	float:right;
	text-align: right;
	padding: 25px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right:5px;
}

#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 .basketcount{
	position: absolute;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	width: 15px;
	box-sizing: border-box;
	background: #3a3a3a;
	color: #fff;
	font-weight:600;
	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;
	padding:8px 0px;
	border-top:1px solid rgba(0,0,0,0.04);
}
#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{margin-bottom:0px;}
#gnb_menu>ul>li{
	display: inline-block;
	margin-left:0px;
}
#gnb_board{
	float:right;
	margin-top: 10px;
}
#gnb_board>ul{margin-bottom:0px;}
#gnb_board>ul>li{
	display: inline-block;
	padding-bottom:20px;
}
#gnb_board>ul>li+li{
	margin-left: 20px;
}
#gnb_board #comm_helpdesk{
	position:absolute;
	top:40px;
	right:-30px;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	box-sizing:border-box;
	text-align:left;
}

.comm_helpdesk{
	position:absolute;
	top:40px;
	right:-30px;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	box-sizing:border-box;
	text-align:left;
}

.comm_helpdesk:after,
.comm_helpdesk:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comm_helpdesk:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.comm_helpdesk:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 9px;
	margin-left: -9px;
}

.comm_helpdesk li{
	padding:7px 0px;
}
.comm_helpdesk li a{
	font-size:13px;
}

#gnb_board #comm_helpdesk:after,
#gnb_board #comm_helpdesk:before{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#gnb_board #comm_helpdesk:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
#gnb_board #comm_helpdesk:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 9px;
	margin-left: -9px;
}

#gnb_board #comm_helpdesk li{
	padding:3px 0px;
}
#gnb_board #comm_helpdesk a{
	font-size:0.9em;
}



/* 검색창 */
#search {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	background: #fff;
	z-index: 100;
}
#search_bar{
	position: relative;
	border-bottom: 0px solid #ccc;
	margin-bottom: 80px;
	padding:6px 0px;
	background:#f9f9f9;
	border-radius:50px;
}
#search_bar input{
	/*color: #666;*/
	display:block;
	width: calc(39% - 60px);
	height: 50px;
	line-height:50px;
	margin:0 auto;
	font-size: 24px;
	font-weight:100;
	padding: 0;
	box-sizing:border-box;
	background:none;
	border: none;
	outline: none;
}
#search_bar input::placeholder{
	color: #aaaaaa;
	letter-spacing: 0px;
}
#search_bar a{
	display:block;
	position: absolute;
	left: 50%;
	top: 6px;
	width:50px;
	height:50px;
	line-height:50px;
	margin-left:176px;
	border-radius:50px;
	background:#f5f5f5;
	font-size:0px;
	text-align:center;
	cursor: pointer;
}
#search_bar a img {
	vertical-align: middle;
}
#search .close_search{padding:40px;box-sizing:border-box;text-align:right}
#search .close_search a{display:inline-block;width:50px;height:50px;line-height:50px;font-size:50px;text-align:center}

#search .search_history{display:table;width:100%;overflow:hidden}
#search .search_history .h4{margin-bottom:20px;font-size:20px}
#search .search_history a{display:block;padding:8px 0px;font-size:15px}
#search .search_history a:hover{color:#000}
#search .search_myhistory{float:left;display:table-cell;width:33%;padding:0px 30px;box-sizing:border-box}
#search .search_recom{float:left;display:table-cell;width:33%;padding:0px 30px;border-left:1px solid #eee;border-right:1px solid #eee;box-sizing:border-box;text-align:left}
#search .search_hit{float:left;display:table-cell;width:33%;padding:0px 30px;box-sizing:border-box}
#search .search_hit li{overflow:hidden}
#search .search_hit li .rankCnt{float:right}
#search .search_hit li .rankNo{display:inline-block;width:20px;height:20px;line-height:20px;margin-right:10px;border-radius:3px;background:#eee;font-size:12px;text-align:center}
#search .search_hit li .rankTop5 .rankNo{background:#444;color:#fff}



/* 카테고리 전체보기 */
#categoryAll{position: absolute;width:100%;margin-top: 4px;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{background:#fff}
#depth1.catebox ul{margin-left:0px !important;}
#depth2, #depth3, #depth4{background:#f9f9f9}
#categoryAll .catebox{float:left;display:inline-block;margin-right:0px;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{width:200px;height:300px;margin-left:-1px;border:1px solid #ddd;overflow-y:auto;direction: ltr;scrollbar-color:#f9f9f9;}
#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::-webkit-scrollbar-thumb { background-image: linear-gradient(180deg, #ddd 0%, #ddd 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}