@charset "UTF-8";

.site_map{font-family:'Noto Sans KR',sans-serif;font-weight:200;font-size:17px;letter-spacing:-0.5px;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

.site_map > ul > li.last {display:none;}
.site_map:before {content: "";position: relative;display: inline-block;top: 110px;left: 50px;border-bottom: 2px solid #fff;width: 1370px;}
.site_map a:hover {color:#15a6ea !important;}

.site_map .btnClose{position:absolute;  top: 17px; right: 17px;padding:0; background:none; border:none; box-shadow:none;}
.site_map > ul > li.first {padding-left:50px;}
.site_map > ul > li:nth-of-type(8) {padding-right:50px;}

.site_map a {width:100%  !important;height:auto !important;}

div.site_map {
	display:none;
	font-size:12px;
	width:100%;
	/*border-top:1px solid #000;*/
	white-space:nowrap;
	position:absolute !important;
	max-width:1500px !important;
	padding:0 !important;
	z-index:9999;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.9);
	height:90vh;
	overflow-y:scroll;
	background-color:#4a4f5a;
	box-shadow: rgb(0 0 0 / 50%) 1px 4px 20px;
}
.site_map ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-direction: row;
	background-color:#4a4f5a;
}
.site_map li.depth_1 {
	float:left;
	/*border-bottom:1px solid #989DA3;*/
	display:flex;
	flex-direction: column;
	/*background-color:#fdfdfd;*/
    width:100%;
	padding-top:50px;padding-bottom:100px;
}
.site_map li.depth_1 a.depth_1 {
	clear:both;
	float:left;
	font-size:22px;
	font-weight:bold;
	padding:12px 0 15px 15px;
    /*width:150px;*/
	width:20%;
}
.site_map ul.depth_2 {
	float:left;
	/*width:738px;*/
    width:80%;
	/*border-left:1px solid #e5e5e5;*/
	/*background-color:white;*/
	display:flex;
	flex-direction: column;
}
.site_map ul.depth_2 li {
	/*border-top:1px solid #cccccc;*/
	font-size:14px;
	/*width:739px;*/
    width:100%;
	line-height:22px;
	float:left;
}
/*.site_map ul li.depth_2 > a {
	background-color:#f5f5f5;
}*/
.site_map ul.depth_2 > li > a {
	display:block;
	/*width:150px;*/
    width:20%;
	/*border-right:1px solid #e5e5e5;*/
	height:40px;
	vertical-align:middle;
	/*padding:11px 0 0 15px;*/
    padding:20px 0 0 10px;
	letter-spacing:-1px;
	font-size:16px;
	font-weight:500;
}
#menu_342 a:not(.depth_3){
    white-space:normal;
}
.site_map ul.depth_2 li.depth_2.first {
	border-top:none;
}
.site_map ul.depth_2 li.depth_2.hasClid a {
	float:left;
}
.site_map ul.depth_3 {
	float:left;
	/*width:570px;*/
    width:80%;
	display:flex;
	flex-direction: column;
}
/*.site_map ul.depth_3 li.depth_3{float:left;border:none;clear:none;font-size:12px;color:#21498F;float:left;font-size:12px;margin-left:0;padding:0;width:150px;line-height: 20px;}*/
.site_map ul.depth_3 li.depth_3 {
	float:left;
	margin-top:10px;
	/*width:138px;*/
    width:25%;
	height:19px;
	font-size:14px;
	border:none;
	padding-left:10px;
	background:url(/_res/cgbest/img/common/list_bullet.gif) no-repeat left center;
}
.site_map ul.depth_3 li a {
	border-right:none;
	padding: 0;
}
@media screen and (max-width:768px) {  


}