@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900');
* {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}

.header {
	top: 0px;
	width: 100%;
	z-index: 9;
	transition-duration: 0.3s;
	background-color: #fff;
	padding: 0 0 0!important;
	border-bottom: 1px solid #e1e1e1e1;
	border-top: 3px solid #ac2b31;
	height: 68px;
	}



		.menu_a{
			text-decoration: none;
			color: #898985;
			font-size: 14px;
			position: relative;
			padding: 8px;
			width: 6.5%;
			display: inline-block;
		}
		.menu_a:last-child{
			text-decoration: none;
			color: #898985;
			font-size: 14px;
			position: relative;
			padding: 8px;
			width: 10%;
			display: inline-block;
		}
		.menu_line {
			margin: 0;
			border: 0;
			border-bottom: 1px solid #e1e1e1;
		}
		.logo {
			padding: 12px 0;
			text-align: center;
		}
		.logo > img {
			width: 210px;
			cursor: pointer;
			margin-top: 4px;
		}
		.menu > ul {
			list-style: none;
			padding: 0px;
			height: 69px;
			cursor: pointer;
			font-size: 0;
			float: right;
			width: 100%;
		}
		.menu > ul > li {
			width: 16%;
			display: inline-block;
			text-align: center;
			font-weight: 600;
			color: #333;
			height: 100%;
			padding: 21px 0;
			box-sizing: border-box;
		}
		.menu > ul > li > a {
			font-size: 16px;
			color: #333;
			text-decoration: none;
		}
		.menu > ul > li.hover {
			border-bottom: 4px solid #ac2b31;
		}
		.header_sub_menu {
			position: absolute;
			top: 70px;
			width: 100%;
			height: 0;
			z-index: 9;
			overflow: hidden;
			background-color: rgba(137, 137, 133, 0.5);
			transition-duration: 0.3s;
		}
		.header_sub_menu.view {
			height: 300px;
		}
		.menu{
			float: right;
	    width: 80%;
		}

		.sub_menu_area {
			width: 80%;
			float: right;

		}
		.menu_box {
			width: 16%;
			height: 300px;
			float: left;
			box-sizing: border-box;
			padding-top: 20px;
		}

		.menu_box.hover {
			background-color: rgba(172,43,49, 0.5);
			position: relative;
			top: -4px;
			height: 304px;
		}
		.menu_one {
			display: block;
			text-align: center;
			width: 100%;
			font-size: 14px;
			text-decoration: none;
			color: #FFF;
			font-weight: 600;
			line-height: 35px;
		}

		.wrap {
			min-width: 1065px;
			max-width: 1200px;
			margin: 0 auto;
		}
		.logo{
			float:left;
		}

		.menu > ul > li > a {
			font-size: 18px;
font-weight: 700;
		}

		.header_bot_img{
			width: 18px;
			position: relative;
			right:5px;
			top:2px;
		}
