body,
html {
	width: 100%;
	height: 100%;
}

.fixed {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.video_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video_bg.mobile_video {
	position: absolute;
	top: 0px;
	left: 50%;
	min-width: 100%;
	min-height: auto;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

.header {
	max-width: 100%;
}

.sub_scroll_menu {
	display: none;
}

.contents_box {
	position: absolute;
	top: 0;
	left: calc(50% - 660px);
	z-index: 100;
	color: #fff;
	width: 1320px;
	height: 100%;
	box-sizing: border-box;
}

.contents_box * {
	font-family: 'Montserrat', 'NotoSansKR';
}

.scene1 {}

.scene1 .contents_box {
	position: absolute;
	transition: all 1s;
	top: 50%;
	opacity: 0;
	visibility: hidden;
}

.scene1.on .contents_box {
	transition: all 1s;
	margin-top: -170px;
	opacity: 1;
	visibility: visible;
	height: auto;
}

.scene1 .tit {
	font-size: 62px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.1;
	text-align: center;
}

.scene1 .txt {
	font-size: 102px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.1;
	padding-top: 5px;
	text-align: center;
}

.scene1 .btn_canvas_wrap {
	cursor: pointer;
	width: 230px;
	height: 55px;
	margin-top: 65px;
	transition: all .5s ease-out;
	position: absolute;
	left: 50%;
	margin-left: -115px;
}

.scene1 .btn_canvas_wrap .btn_title {
	letter-spacing: 1px;
	background-color: #446ea9;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300
}

.scene1 .btn_canvas_wrap #btnCanvas {
	margin: 0 auto;
	width: 230px;
	height: 55px;
}

#mainSection1 {
	background-image: url('../images/main/main_visual1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.scene1 .sns_slide_box {
	width: 530px;
	height: 190px;
	background-color: transparent;
	position: absolute;
	bottom: 60px;
	right: -500px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

.scene1.on .sns_slide_box {
	opacity: 1;
	visibility: visible;
	transition: all 1s;
	right: 50px;
}

.scene1 .sns_slide_box .sns_slide {
	width: 100%;
	height: 100%;
}

.sns_info {
	position: relative;
	height: 150px;
}

.sns_info::after {
	display: block;
	content: "";
	clear: both;
}

.sns_info>li {
	float: left;
	position: absolute;
}

.sns_banner {
	width: 150px;
	height: 150px;
	right: 0;
}

.sns_banner img {
	width: 100%;
}

.sns_txt {
	width: 360px;
	text-align: right;
	left: 0;
}

.sns_txt .banner_tit {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 100;
	color: #fff;
	text-align: right;
	line-height: 28px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	height: 56px;
}

.sns_txt .date {
	width: 75px;
	height: 20px;
	background-color: #fff;
	color: #171717;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 25px;
}

.sns_txt .date::after {
	display: block;
	content: "";
	clear: both;
}

.sns_txt .view_more {
	font-size: 11px;
	font-weight: 400;
	color: #1e648c;
}

.slick-counter {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	color: #999999;
	height: 40px;
	box-sizing: border-box;
	padding-top: 8px;
}

.slick-counter .current {
	font-size: 18px;
	font-weight: 600;
	color: #3485b1;
}

.scene2 {}

.scene2.on .contents_box {
	transition: all 1s;
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.scene2 .contents_box {
	padding-top: 410px;
	transition: all 1s;
	margin-top: -50px;
	opacity: 0;
	visibility: hidden;
}

.scene2 .tit {
	font-size: 42px;
	font-weight: 500;
	color: #446ea9;
	letter-spacing: -1px;
	line-height: 42px;
	text-align: right;
}

.scene2 .txt {
	font-size: 42px;
	font-weight: 200;
	color: #404040;
	letter-spacing: -1px;
	line-height: 52px;
	padding-top: 15px;
	text-align: right;
}

.scene2 .btn_canvas_wrap {
	cursor: pointer;
	width: 230px;
	height: 55px;
	margin-top: 65px;
	transition: all .5s ease-out;
	position: absolute;
	right: 0;
}

.scene2 .btn_canvas_wrap .btn_title {
	letter-spacing: 1px;
	background-color: #446ea9;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.scene2 .btn_canvas_wrap #btnCanvas {
	margin: 0 auto;
	width: 230px;
	height: 55px;
}

.scene3 {}

.scene3.on .contents_box {
	transition: all 1s;
	margin-top: -140px;
	opacity: 1;
	visibility: visible;
}

.scene3 .contents_box {
	height: auto;
	top: 50%;
	transition: all 1s;
	margin-top: -50px;
	opacity: 0;
	visibility: hidden;
}

.scene3 .tit {
	font-size: 47px;
	font-weight: 500;
	color: #5781c1;
	letter-spacing: 0px;
	line-height: 47px;
	text-align: center;
}

.scene3 .tit span {
	padding: 0 30px;
}

.scene3 .txt {
	font-size: 80px;
	font-weight: 100;
	color: #3c5e85;
	letter-spacing: 0px;
	line-height: 80px;
	padding-top: 15px;
	text-align: center;
}

.scene3 .btn_canvas_wrap {
	cursor: pointer;
	width: 230px;
	height: 55px;
	margin-top: 65px;
	transition: all .5s ease-out;
	position: absolute;
	left: calc(50% - 115px);
}

.scene3 .btn_canvas_wrap .btn_title {
	letter-spacing: 1px;
	background-color: #446ea9;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300
}

.scene3 .btn_canvas_wrap #btnCanvas {
	margin: 0 auto;
	width: 230px;
	height: 55px;
}

.btn_canvas_wrap .btn_title {
	transition: color .3s ease, background .3s ease;
}

.btn_canvas_wrap .btn_title:hover {
	color: #fff;
	background: #222;
	transition: color .3s ease, background .3s ease;
}

.section footer {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: -70px;
	z-index: 10;
	transition: bottom .5s ease;
	transition-delay: 0s;
}

.section.active footer {
	bottom: 0px;
	transition: bottom .5s ease;
	transition-delay: 1.5s;
}

.section footer .left_copy {
	float: left;
	margin-left: 50px;
	font-size: 15px;
	font-weight: 400;
	padding-top: 30px;
	box-sizing: border-box;
	color: #fff;
}

.section footer .terms_box {
	float: right;
	margin: 30px 50px 0 0;
}

.section footer .terms_box::after {
	display: block;
	content: "";
	clear: both;
}

.section footer .terms_box li {
	float: left;
	position: relative;
	margin-right: 30px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.2);
}

.section footer .terms_box li a {
	font-size: 13px;
	font-weight: 400;
	color: #5386bf;
}

.section footer .terms_box li::after {
	display: block;
	content: "";
	width: 1px;
	background-color: #5386bf;
	position: absolute;
	top: 3px;
	right: -15px;
	height: 10px
}

.section footer .terms_box li:last-child::after {
	display: none;
}

.section footer::after {
	clear: both;
	content: "";
	display: block;
}

@media screen and (max-width: 1500px) {
	header .icon {
		right: 10px;
	}
	.contents_box {
		width: 100%;
		left: 0px;
	}
	.scene1 .tit {
		font-size: 32px;
	}
	.scene1 .txt {
		font-size: 62px;
	}
	.scene1.on .contents_box {
		margin-top: -100px;
	}
	.scene2 .contents_box {
		left: -60px;
	}
}

@media screen and (max-width: 1280px) {
	header .icon {
		right: -15px;
	}
	header .logo {
		left: 20px;
	}
	.scene1 .tit {
		font-size: 32px;
	}
	.scene1 .txt {
		font-size: 62px;
	}
	.scene1 .contents_box {}
	.scene2 .contents_box {
		width: 100%;
		left: 0px;
		padding-top: 0px;
		top: 50%;
		margin-top: -70px;
	}
	.scene2.on .contents_box {
		width: 100%;
		left: 0px;
		padding-top: 0px;
		top: 50%;
		margin-top: -100px;
	}
	.scene2 .tit {
		text-align: center;
		font-size: 32px;
	}
	.scene2 .txt {
		text-align: center;
		padding-top: 15px;
		font-weight: 300;
		font-size: 32px;
		line-height: 1.2
	}
	.scene2 .btn_canvas_wrap {
		left: 50%;
		margin-left: -115px;
	}
	.scene3 .tit {
		text-align: center;
	}
	.scene3 .txt {
		text-align: center;
		padding-top: 15px;
	}
}

@media screen and (max-width: 960px) {
	#sc0 {
		left: 18%;
	}
	#sc1 {
		left: 35%;
	}
}

@media screen and (max-width: 767px) {
	.scene1 .sns_slide_box {
		width: 360px;
	}
	.scene1 .sns_slide_box li {
		width: 100%;
	}
	.scene1 .sns_slide_box .sns_banner {
		display: none;
	}
	.scene2 .tit {
		text-align: center;
		font-size: 28px;
	}
	.scene2 .txt {
		text-align: center;
		padding-top: 15px;
		font-weight: 500;
		font-size: 24px;
		line-height: 1.2;
	}
	.scene3 .tit {
		font-size: 30px;
	}
	.scene3 .tit span {
		padding: 0 20px;
	}
	.scene3 .txt {
		line-height: 1;
		font-size: 50px;
	}
}

@media screen and (max-width: 640px) {
	.scene1 .btn_canvas_wrap {
		width: 200px;
		height: 55px;
		margin-top: 45px;
		margin-left: -100px;
	}
	.btn_canvas_wrap .btn_title {
		line-height: 55px;
		font-size: 14px;
		font-weight: 400;
	}
	.scene1 .tit {
		font-size: 22px;
	}
	.scene1 .txt {
		font-size: 52px;
	}
}

@media screen and (max-width: 480px) {
	.scene1.on .contents_box {
		margin-top: -70px;
	}
	.scene1 .sns_slide_box {
		display: none;
	}
	.scene1 .tit {
		font-size: 22px;
	}
	.scene1 .txt {
		font-size: 24px;
	}
	.scene3 .tit {
		font-size: 20px;
	}
	.scene3 .tit span {
		padding: 0 20px;
	}
	.scene3 .txt {
		font-size: 40px;
	}
	.section footer .left_copy {
		font-size: 12px;
	}
	#mainSection1 {
		background-image: url('../images/main/main_visual1_mobile.png');
	}
}