@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

html,
body {
	font-family: 'Noto Sans', sans-serif;
}
button, input[type="button"], input[type="submit"]{
	cursor: pointer;
}
.noto_kr {
	font-family: 'Noto Sans KR', sans-serif;
}

.over_hi {
	overflow: hidden;
}

.noto_en {
	font-family: 'Noto Sans', sans-serif;
}

.posi_ab {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.center {
	text-align: center;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}


section {
	min-height: 100%;
	position: relative;
}

.content-inseide {
	padding-bottom: 120px;
}
@media (min-width: 1065px) {
.wrap {
	width: 1200px;
	margin: 0 auto;
}
}
@media (max-width: 1064px) and (min-width: 768px) {

	.wrap {
		width: 95%;
		margin: 0 auto;
	}

}
	@media (max-width: 767px) {

		.wrap {
			width: 95%;
			margin: 0 auto;
		}

	}
/* footer {
	position: absolute;
	background-color: #fff;
	bottom: 0px;
	width: 100%;
	/*border-top: 1px solid #182f84;*/
	padding: 2% 0;
} */



@-webkit-keyframes scene {
	0% {
		transform: scale(.5,.5);
		opacity: 0;
	}

	30% {
		opacity: .5;
	}

	60% {
		opacity: .5;
	}

	100% {
		transform: scale(1,1.8);
		opacity: 0;
	}
}

@-moz-keyframes scene {
	0% {
		transform: scale(.5,.5);
		opacity: 0;
	}

	30% {
		opacity: .5;
	}

	60% {
		opacity: .5;
	}

	100% {
		transform: scale(1.8,1.8);
		opacity: 0;
	}
}

@keyframes scene {
	0% {
		transform: scale(.5,.5);
		opacity: 0;
	}

	30% {
		opacity: .5;
	}

	60% {
		opacity: .5;
	}

	100% {
		transform: scale(1.8,1.8);
		opacity: 0;
	}
}
