@font-face { font-family: 'NanumBarunGothic';
src: url('/fonts/NanumBarunGothic.eot');
src: url('/fonts/NanumBarunGothic.eot') format('embedded-opentype'), url('/fonts/NanumBarunGothic.woff') format('woff');}

body {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#086bb2;
	margin-bottom:0;
	padding:0 auto;
	margin:0;
	font-family: 'NanumBarunGothic', 'serif';
	font-size:20px;
	}

header {
	position:relative;
	width:100%;
	background:#FFF;
	padding:30px 30px 30px 30px;
	z-index:3;
	}

section {
	margin-top:50px;
	z-index:2;
	position:relative;
	}

img {
	border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
	image-rendering: -webkit-optimize-contrast; 
	transform: translateZ(0);
	backface-visibility: hidden;
	}

*{
	box-sizing: border-box;
	}

.container {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	}

.container_select {
	width: 100%;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
	}


.notice {
	padding: 30px 50px;
    text-align: center;
    color: #FFF;
    background: #086bb2;
    border: 1px solid #086bb2;
    word-break: keep-all;
    margin-left: 10px;
    margin-right: 10px;
	}

.logo {
	max-width:178px;
	}



.responsive {
	padding: 0 6px;
	float: left;
	 width: 49.99999%;
	text-align:center;
	display:none;
	position:relative;
	}

#splash01:hover {
	margin-top:-5px;
	}

#splash02:hover {
	margin-top:-5px;
	}

.left_box{
	position: absolute;
    top: 92%;
    left: 50px;
    padding: 10px 15px 10px 15px;
    background: #fff;
    color: #086bb2;
    z-index: 3;
	}

.right_box{
	position: absolute;
    top: 92%;
    left: 50px;
    padding: 10px 15px 10px 15px;
    background: #fff;
    color: #086bb2;
    z-index: 3;
	}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

}

@media only screen and (max-width: 600px) {
header {
	position:relative;
	width:100%;
	background:#FFF;
	padding:15px 15px 15px 0px;
	z-index:3;
	}
	.logo {
	max-width:33%;
	margin-left:-20px;
	}
	.responsive {
		width: 70%;
		margin: 0 15% 10px 15%;
	}
	.container {
		max-width:80%;
		}
	.left_box{
		position: absolute;
		top: 82%;
		left: 7%;
		font-size: 0.5rem;
		padding: 10px 15px 10px 15px;
		background: #fff;
		color: #086bb2;
    z-index: 3;
		}

	.right_box{
		position: absolute;
		top: 82%;
		left: 7%;
		font-size: 0.5rem;
		padding: 10px 15px 10px 15px;
		background: #fff;
		color: #086bb2;
		z-index: 3;
		}
}

.bgvideo {
	position: fixed;
    right: 50%;
    bottom: 50%;
    min-width: 100%;
    min-height: 150%;
    transform: translate(50%,50%);
	z-index:-1;
	}

.bgvideo_filter{
	z-index: 1;
    position: fixed;
    background: #000;
    opacity: 0.8;
	right: 50%;
    bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(50%,50%);
	}
