/* Initial body */
body
{
	left: 0;
	margin: 0;
	position: relative;
}



/* Basic styling */

.page
{
	z-index:0;
	position: relative;
	top: 00px;
	background-color: #FAFAFA;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/* Initial menu */
.menu {
	z-index:2;
	background: #f0f0f0;
	height: 100px;
	position: relative;
	width: 100%;
	display:table;
}

.sub_header
{
	position: relative;
	display:table;
	height:100px;
	width:80%;
	max-width:1400px;
	background:#FFFFFF;
	margin:0px auto;
}

.sub_header_body
{
	position: relative;
	display:table;
	height: 100%;
	width:100%;
	list-style:none;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:center;
	white-space:nowrap;
}

.sub_header_body li
{
	position:relative;
	display:inline-table;
	max-width:200px;
	width:14.28571%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}

.sub_header_badge
{
	z-index:1;
	width:13%;
	max-width:250px;
    position: relative;
    display: table-cell;
	vertical-align:middle;
	margin:auto;
	background:#00377B;
	font-family: 'Noto Sans KR', sans-serif;
	color:#ffffff;
}

.main_header
{
	position:relative;
	display:block;
	width:auto;
	height:100vh;
	margin:0 auto;
}

.main_header .photoband
{
	position:relative;
	display:block;
	width:100%;
	height:400px;
	background:#005BC1;
	margin-top:-20px;
}

.main_header .photoband .body
{
	position: relative;
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
}

.main_header .photoband .body .image
{
	position: relative;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(img.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center center; 
}

.main_header .page_area
{
	position: relative;
	display:block;
	width:57%;
	max-width:1000px;
	height:100%;
	margin:0 auto;
}



.page_area .title
{
	display:block;
	padding-top:40px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:32px;
	line-height:48px;
}

.page_area .body
{
	display:block;
}

.page_area .body .text
{
	display:table-cell;
	padding-top:00px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:22px;
	line-height:48px;
}

.page_area .body .photo_container
{
	display:table;
	width:100%;
	height:160px;
	padding-top:40px;
	padding-bottom:20px;
}

.page_area .body .photo_container div
{
	display:table-cell;
	height:100%;
	background-size:cover;
}

.page_area .body .photo_container .pic_1
{
	background-image:url(1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.page_area .body .photo_container .pic_2
{
	background-image:url(2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.page_area .body .photo_container .pic_3
{
	background-image:url(3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.page_area .body .photo_container .pic_4
{
	background-image:url(4.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
}

.page_area .body .photo_container .space
{
	width:20px;
	height:100%;
}

.page_area .body .bottom
{
	display:table;
	height:auto;
	width:100%;
	padding-top:40px;
}

.page_area .body .bottom .logo
{
	display:table-cell;
	height:auto;
	width:25%;
	background-image:url(logo.png);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center top; 
}

.page_area .body .bottom .history
{
	display:table-cell;
	height:auto;
	width:75%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:22px;
	line-height:48px;
}

.page_area .body .bottom .history .title
{
	display:block;
	height:auto;
	width:100%;
	padding:0px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:36px;
	line-height:48px;
	font-style:bold;
}

.page_area .body .bottom .history .row
{
	display:table-row;
	height:auto;
	width:100%;
}

.page_area .body .bottom .history .row div
{
	display:table-cell;
	height:auto;
	width:auto;
}

.page_area .body .bottom .history .row .year
{
	width:100px;
}