@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Nanum+Gothic+Coding');

body,
html {
	font-family: 'Noto Sans KR', sans-serif;

}

footer {
	font-family: 'Noto Sans KR', sans-serif;
}

.bar {
	background-color: #06528a;
}

.bar .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.icon {
	width: 80px;
	padding: 0.5%;
	cursor: pointer;
}

.bar .wrap i,
.bar .wrap p {
	float: left;
	color: #fff;
	font-weight: 300;
}

.bar .wrap p {
	font-size: 12px;
	position: relative;
	top: 1px;
	left: 5px;
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	z-index: 9;
	background-color: rgba(255, 255, 255, 1);
	transition-duration: 0.3s;
}

.header {
	height: 107px;
	width: 100%;
}

.header .over_hi {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	cursor: pointer;
	float: left;
	width: 12%;
}

.logo img {
	width: 92%;
}

.menu {
	width: 88%;
	height: 100%;
	float: right;

}

.menu > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 80px;
	cursor: pointer;
}

.menu > ul > li {
	width: 16.5%;
	float: left;
	text-align: center;
	font-weight: 400;
	color: #333333;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
	font-size: 18px;
}

.menu > ul > li.hover {
	border-bottom: 4px solid #06528a;
}

.header_sub_menu {
	position: fixed;
	top: 107px;
	width: 100%;
	height: 0px;
	z-index: 9;
	overflow: hidden;

	background-color: rgba(0, 0, 0, 0.5);
	transition-duration: 0.3s;
}

.header_sub_menu.view {
	height: 350px;
}

.header_sub_menu .wrap {
	height: 100%;
	position: relative;
}

.sub_menu_area {
	position: absolute;
	right: 0;
	width: 88%;
	height: 100%;
}

.menu_box {
	width: 16.5%;
	height: 300px;
	float: left;
	box-sizing: border-box;
	padding-top: 20px;

}

.menu_box.hover {
	background-color: rgba(72, 72, 72, 0.8);
	position: relative;
	top: -4px;
	height: 354px;
}

.menu_one {
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	line-height: 35px;
	font-size: 12px;
}

.quick{
	position: fixed;
	right:0;
	top:107px;
	z-index: 3;
	width: 160px;
}
.quickTop{
	background: linear-gradient( #c4423e, #ad2d29 );
	font-size:16px;
	color:#fff;
	padding: 5% 0;
	text-align: center;
	width: 100%;
}
.quickArea{
	background-color:#ebebeb;
	text-align: center;
}
.quickArea .Num{
	font-size:20px;
	font-weight: 700;
	padding: 4% 0 2%;
}
.quickArea .Time{
	font-size:14px;
	padding: 2% 0 10%;
}
.quickArea input[type="button"]{
	background-color:#fff;
	border: 2px solid #636363;
	margin: 2% 0 4%;
	width: 80%;
}
.quickMenu{
	font-size:16px;
	color:#a8a8a8;
	background-color:#707070;
	border-bottom: 1px solid #7d7d7d;
	text-align: left;
	font-size:14px;
	padding: 5%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.quickMenu img{
	margin-right: 10px;
}
.quick > .quickImg{
	text-align: center;
	background-color:#fff;
	padding: 5%;
}
