@charset "utf-8";

#upside_bar{
	height:37px;
	background-color:#ebebeb;
}
#upside_bar .upside_bar_depth01{
	width:1200px;
	margin:0 auto;
}
#upside_bar .upside_bar_depth01 a{
	float:left;
	display: block;
	margin-left:20px;
}
#upside_bar .upside_bar_depth01 a img{
	width:27px;
	margin-top:3px;
}

#upside_bar .upside_bar_depth01 .btn_group{
	float:right;
}
#upside_bar .upside_bar_depth01 .btn_group li{
	float:left;
	display: block;
	margin-left:20px;
	font-size:14px;
	line-height:37px;
	color:#333;
}

/* header */
#header .main_logo_wrap{
	height:105px;
}
#header .main_logo_wrap h1{
	text-align: center;
	width:1200px;
	margin:0 auto;
}
#header .main_logo_wrap h1 img{
	width:370px;
	margin-top:22px;
}


	/* 메인메뉴 */
#header .menu_depth01{
	width:100%;
	min-width: 1200px;
	height:55px;
	background: rgba(6, 91, 136, 1);
}
#header .menu_depth01 ul{
	width:1200px;
	margin:0 auto;
}
#header .menu_depth01 ul li{
	float:left;
	display: block;
	text-align: center;
	width:20%;
	line-height: 55px;
	height:55px;
}

#header .menu_depth02 .btn_menu{
	color:#fff;
	display: block;
	width:100%;
	height:100%;
	font-size:17px;

}
#header .menu_depth02 .btn_menu:hover{
	background: #7fb4d3;
}
/*#header .menu_depth02 .btn_menu_on{
	font-weight: bold;
}*/


#footer{
	border-top:1px solid #dedede;
	padding-top:15px;
}
#footer .footer_wrap{
	width:650px;
	height:100px;
	margin:0 auto;

}
/**
2021.03.05. dongjun : 로고 이미지 수정 및 문구 수정 내용 반영
*/
#footer .footer_wrap .footer_logo{
	float:left;
	/* padding-top:22px; */
	margin-right:30px;
}
#footer .footer_wrap .footer_logo img#ebd_logo_green_footer_img{
	width : 75px;
	height : 70px;
}
#footer .footer_wrap .footer_text{
	float:left;
	font-size:13px;
	line-height:22px;
}



#under_border{
	position:absolute;
	border-top:1px solid #f22;
	height:1px ;
}




