@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanslao.css);

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}


img {
	display: block;
	padding: 0;
	margin: 0;
}

ul,
li,
div {
	padding: 0;
	margin: 0
}

li {
	list-style: none;
}

.content-center {
	width: 1170px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
}

#content {
	position: relative;
	text-align: center;
	margin: 0 auto;
	height: 1263px;
}


#content img {
	position: absolute;
	top: 0;
}

#content .active {
	z-index: 1;
	opacity: 1;
}


.btn {
	width: 586px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 250px 0;
}

.btn :hover {
	opacity: 0.9
}
.btn-gray {
	width: 586px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 180px 0;
	opacity: 0.9;
}
.btn-gray-text{
	text-align: center;
	margin: 0 auto;
	width: 570px;
}
.btn-gray-text-box{
	width: 100%;
	text-align: center;
	margin: 0 auto;		
}
.sub_bg {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.video {
	margin: 0 auto;
	text-align: center;
	width: 1024px;
	height: 580px;
}

.video2 {
	margin: 0 auto;
	text-align: center;
}

.mov_title {
	padding-top: 20px
}

.search {
	width: 1170px;
	margin: 0 auto;
	float: left;
}

.search a {
	text-decoration: none;
	cursor: pointer;
}

.search-btn:hover {
	background: #333;
	box-shadow: 0 0;
}

.search-btn {
	background: #092f87;
	color: #fff;
	height: 80px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	text-decoration: none;
	line-height: 75px;
	border-radius: 8px;
	letter-spacing: -1px;
	box-shadow: 0 5px #dbdbdb;
}

.search-padding {
	padding: 120px 0;
	width: 100%;
	margin: 0 auto;
}

.hr {
	border-bottom: 1px solid #dadada;
	padding: 0;
	margin: 0 0 130px 0;
}
		.scroll-fade-up {
		  opacity: 0;
		  transform: translateY(300px);
		  transition: all 0.6s ease-out;
		  z-index: 1;
		  position: relative;
		}

		/* 활성화되었을 때 효과 적용 */
		.scroll-fade-up.active {
		  opacity: 1;
		  transform: translateY(0);
		}

@media all and (max-width: 710px) {
	img{ 
		width:100%;
	}
	.content-center {
		width:100%;		
		padding-top: 0px;
	}
	#content {
		display:inherit;
		height: 48%;
		overflow: hidden;
	}

	.btn {
		max-width: 65%;
		padding: 0px 0 80px 0;
	}
}
