/*헤더영역*/
.menuOpen {display:none !important;}

.header .h_top {
    padding: 8px 0;
}
.header .h_top .h_top_menu li a {
    color: #666666;
    font-size: 0.875rem;
}
.header .h_top .h_top_menu li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background-color: #0000001F;
}
.header .h_top .h_top_menu li:last-child::after {
    display: none;
    margin: 0;
}

.header .h_top .h_top_menu .moOnly {display:none;}

.header .h_mid {
    padding: 24px 0;
	position:relative;
}

.header .h_mid .c_center.header__ {height:35px;}

.header .h_mid .logo {
	/*width:250px;*/
	display:flex;
	align-items:center;
	/*margin:0 auto;*/
	position:absolute;
	left:0;
	top:-22px;
}

.header .h_search_box.pc__ {
    position: absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.header .h_search_box.pc__ input {
    border: none;
    background-color: #fff;
    width: 350px;
    height: 45px;
    padding: 9px 20px;
    box-sizing: border-box;
    font-size: 0.875rem;
    color: #666;
	border:2px solid #0068B7;
	border-radius:50px;
}
.header .h_search_box.pc__ input::placeholder {font-size:0.875rem;}

.header .h_search_box.pc__ .h_search_btn {
    position: absolute;
    right: 10px;
    top:2px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border:none;
}

.header .h_search_box.pc__ i {font-size:1.5rem; color:#0068B7;}

.searchBtn {vertical-align:middle; display:none;}
.searchBtn button {height:100%; background-color:transparent; cursor:pointer; outline:none; border:none;}
.searchBtn button i {font-size:22px; color:#0068B7;}
.search_box_mo {position:absolute;top:50px;z-index:99;width:100%;display:none;}
.search_box_mo .search_box_wrap {background:#0068B7;width:100%;padding:15px 10px; box-sizing:border-box; border-radius:4px;}
.search_box_mo .search_box_wrap .search_box_input {width:100%;height:40px;background:#ffffff;position:relative; border-radius:4px; overflow:hidden;}
.search_box_mo .search_box_wrap .search_box_input input {width:100%; height:100%; border:0; outline:0; padding:0 12px; box-sizing:border-box;}
.search_box_mo .search_box_wrap .inr_searchBtn {position:absolute; top:0; right:0; width:40px; height:40px; color:#0068B7; cursor:pointer; display:flex; align-items:center; justify-content:center;}
.search_box_mo .search_box_wrap .inr_searchBtn  i {font-size:18px;}



.header .icons_menu li {text-align:center;}
.header .icons_menu li:nth-child(1) {
    margin-right: 20px;
}

.header .icons_menu li img {width:30px;}
.header .icons_menu li p {
	font-size:0.875rem;
	margin-top:8px;
}

.header .h_bot {
    position: relative;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 55px;
}
.h_bot .pc_hamburger {
    width: 42px;
    height: 42px;
    /*background-color: #0068B7;*/
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	border-radius:50%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}
.h_bot .pc_hamburger .h_bar_wrap {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}
.h_bot .pc_hamburger .h_bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #222;
}
.h_bot .pc_hamburger .h_bar:nth-child(1) {
    top:2px;
}
.h_bot .pc_hamburger .h_bar:nth-child(2) {
    top:50%;
    transform: translateY(-50%);
}
.h_bot .pc_hamburger .h_bar:nth-child(3) {
    bottom:2px;
}
.h_bot .depth1 {
	height:55px;
}
.h_bot .depth1 > li {
    width: 120px;
    height: 100%;
}
.h_bot .depth1 > li > a {
    width: 100%;
    height:100%;
    font-weight: 700;
    font-size:1.125rem;
}
.down_menu {
   display: none;
    border-top: 1px solid #D1D1D1;
    /*border-bottom: 1px solid #D1D1D1;*/
    position: absolute;
    width: 100%;
/*     min-height: 710px; */
	padding-bottom: 100px;
    left:0;
    top: 55px;
    background-color: #fff;
    z-index: 999;
	padding:20px 0 0;
	box-shadow:0px 5px 11px 0px rgba(50,50,50,0.08);
}
.down_menu .down_menu_depth1 {
    border-top: 1px solid #D1D1D1;
    width: 100%;
	justify-content:space-between;
}
.down_menu .down_menu_depth1:first-child {
    border-top: none;
}
.down_menu .down_menu_depth1 > li {
   /* width: 20%; */
   width:calc(20% - 20px);
}

/*@@*/

/*
.down_menu .down_menu_depth1 > li.narrowMenu__ {width:15%;}
.down_menu .down_menu_depth1 > li.wideMenu__ {/*width:30%;width:35%;}
*/
.down_menu .down_menu_depth1:before {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D1D1D1;
}
.down_menu .down_menu_depth1 .toggle_btn {
    position: absolute;
    top: 0px;
    right: 7px;
    width: 50px;
    height: 50px;

}
.down_menu .down_menu_depth1 .toggle_btn a span {
	color: #aaaaaa;
	font-weight: bold;
	font-size: 18px;
}
.down_menu .down_menu_depth1 .toggle_btn.on a span {
	transform: rotate(180deg);
}
.down_menu .down_menu_depth1 > li > a {
    height: 50px;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    color: #0068B7;
    font-weight: 700;
    font-size: 1rem;

	padding-left:10px;
	box-sizing:border-box;
	
}
/* .down_menu .down_menu_depth1:first-child .down_menu_depth2 {
    display: block;
} */
.down_menu .down_menu_depth2 {
   display: none;
   display:block !important;
    margin: 15px 0 25px 0;
	/*overflow:hidden;*/
}
.down_menu .down_menu_depth2 > li {
    margin-bottom: 10px;
}

.down_menu .down_menu_depth2 > li > a {padding-left:12px; box-sizing:border-box;}
/*.down_menu .down_menu_depth2 > li > a:before {content:""; display:block; position:absolute; left:0; top:8px; margin-right:3px; width:5px; height:1px; border-bottom:1px solid #aaa;}*/


.down_menu ul li a {
    font-size: 0.9375rem;
	display:block;
	width:100%;
	font-weight:600;
	color:#333;
}
.down_menu ul li a:hover {
	color:#0068B7;
	font-weight:700;
}
.drop_menu_depth1 {
   display: none;
    position: absolute;
    top: 56px;
    left: 50%;
    width: 180px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 999;
	border:1px solid #ddd;
	border-top:none;
}
.drop_menu_depth1 li {
    padding: 10px 0;
	text-align:center;
}

.drop_menu_depth1 li:not(:last-child) {border-bottom: 1px solid #ddd;}

.drop_menu_depth1 li:hover {
    background-color:#0068B7; 
    border-bottom: 1px solid #0068B7;
    color:#fff;
}
.drop_menu_depth1 li a {
    display: block;
    width: 100%;
    height: 100%;
	font-size:0.9375rem;
}

.user-menu {display:flex; align-items:center;}
.user-menu li i {color:#0068B7; margin-right:4px; font-size:1.5rem; vertical-align:sub;}
.user-menu li:not(last-child) {margin-right:12px;}



/*@@*/
/*
.down_menu_depth2.bothMenu__ {display:flex !important; flex-wrap:wrap; height:300px; flex-direction:column;}
.down_menu_depth2.bothMenu__ > li {width:50%;}
*/

/* 분류 메뉴의 필터*/

.down_menu_depth2 > li > ul.innerMenu__ {width:100%; background:#f5f5f5; border:1px solid #ddd; padding:5px 10px; box-sizing:border-box; margin-top:5px; border-radius:6px; display:none; /*position:absolute; top:0 left:0; z-index:999;*/}
.down_menu_depth2 > li > ul.innerMenu__ li {margin:4px 0; position:relative; padding-left:8px; box-sizing:border-box; }
.down_menu_depth2 > li > ul.innerMenu__ li a{font-size:0.875rem; font-weight:500; color:#222;}
.down_menu_depth2 > li > ul.innerMenu__ li:before {content:"·"; display:block; position:absolute; top:0; left:0; color:#0068B7;}

.down_menu_depth2 > li > ul.innerMenu__ li a:hover {color:#0068B7;}

.down_menu_depth2 > li {position:relative; width:100%; display:inline-block;}
.down_menu_depth2 > li .toggleBtn {position:absolute; top:4px; right:8px; font-size:0.875rem; z-index:99; cursor:pointer; color:#ccc; box-sizing:border-box;}
.down_menu_depth2 > li .toggleBtn:hover {color:#0068B7; transition:.2s;}