/* 상단영역 */
#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;
}

.header_c{}
.header_c .top{border-bottom: 1px solid #E9E9E9; }
.header_c .top_wrap{display: flex; justify-content: space-between; align-items: center; padding: 28px 0; }
.header_c h1{padding:0;}
.header_c h1 img{width: 240px;}
.header_c form{width: 42%; margin: 0 auto;}


.header_c .ri{display: flex; justify-content: flex-end; align-items: center;}
.header_c .ri a{width: 25%; margin-right: 18px;}
.header_c .ri a:last-child{margin-right: 0;}
.header_c .ri a img{width: 100%;}
.header_c .bottom{padding: 23px 0; border-bottom:1px solid #707070; position:relative;}
.header_c ul{display: flex; align-items: center;}
.header_c li{}
.header_c .li1{margin-right: 66px;}
.header_c .li1 a{border: 0; background: transparent;}
.header_c .li1 a img{vertical-align: sub;}
.header_c .li2{margin-right: 60px;}
.header_c .li2 a{display: block; font-size: 16px; font-weight: 500;font-family: "Noto Sans CJK KR", sans-serif;}

.sear_box{
	position: relative;
	border-bottom: 0px solid #ccc;
	margin-bottom: 80px;
	padding:6px 0px;
	background:#f9f9f9;
	border-radius:50px;
}
.sear_box input{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;}
.sear_box 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;}
.sear_box a img{vertical-align: middle;}
.sear_box input::placeholder{
	color: #aaaaaa;
	letter-spacing: 0px;
}

/* 자동검색 레이어 */
.sear_wrap {width:95%;z-index:99; display:none; position: absolute;top: 380px;left: 50%;transform: translate(-50%, -50%);max-height: 500px;
	overflow-y: auto; padding:30px}
.sear_wrap .sear_block{padding-top:5px; padding-bottom:5px; box-sizing:border-box; background:#fff; font-size:0; position:relative; border-bottom:1px solid #F1F1F1;}
.sear_wrap .sear_block div {display:inline-block;}
.sear_wrap .sear_block .sea_pic{width:60px; height:60px; background:#ffffff; margin-right:6px; vertical-align:middle;}
.sear_wrap .sear_block .sea_namewrap{width:80%; font-size:13px; vertical-align:middle;}
.sear_wrap .sear_block .sea_namewrap .sea_kind{margin-bottom:4px;}
.sear_wrap .sear_block .sea_namewrap .sea_name .green{color:#1FB729;}
.sear_wrap .sear_block .sea_price{font-size:13px; position:absolute; top:10px; right:19px;}

#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:660px;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:6px 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}


/* 스크롤 바 전체 스타일 */
#Scroll::-webkit-scrollbar {
	width: 12px; /* 수평 스크롤 바의 너비 */
	height: 12px; /* 수직 스크롤 바의 높이 */
}
/* 스크롤 바의 '트랙' 부분 */
#Scroll::-webkit-scrollbar-track {
	/* background: #f1f1f1; *//* 트랙의 배경 색상 */
	background: #fbfbfb;
	border-radius: 10px;
}
/* 스크롤 바의 'thumb' 부분 (스크롤을 드래그할 수 있는 부분) */
#Scroll::-webkit-scrollbar-thumb {
	background: #f1f1f1; /* 스크롤 thumb의 배경 색상 */
	border-radius: 10px;
}
/* 스크롤 바의 'thumb' 부분에 마우스를 올렸을 때의 스타일 */
#Scroll::-webkit-scrollbar-thumb:hover {
	background: #555; /* thumb의 배경 색상 변경 (hover 시) */
}
/* 스크롤 바의 상하 화살표 스타일 */
#Scroll::-webkit-scrollbar-button {
	background: #dcdcdc; /* 상하 화살표의 배경 색상 */
	height: 20px;
	width: 20px;
	border-radius: 10px;
}
/* 상하 화살표에 마우스를 올렸을 때 스타일 */
#Scroll::-webkit-scrollbar-button:hover {
	background: #bbb; /* hover 시 색상 변경 */
}