
body{
	background: #000;
}

#story{
	background: #000;
	
}

.s_centered{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.sec01{
	padding: 0px;
}

.s1_head{
	padding: 131px 0 0;
	margin-bottom: 105px;
}
.s1_head h2{
	font-family: "Poppins";
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 3.56px;
	text-align: center;
	color:#fefffe;
}
.s1_head p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.5px;
	color:rgba(254, 255, 254, 0.8);
}

.s1_content{
	padding: 0 0 70px;
}
.s1_content h3{
	font-family: 'NotoSansKR';
	font-size: 32px;
	font-weight: bold;
	line-height: 0.75;
	text-align: center;
	color: #fff;
	padding: 0 0 25px;
}
.s1_content h4{
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 0 0 28px;
}
.s1_content p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: 0.56px;
	text-align: center;
	color: #757575;
	padding: 0 0 16px;
	word-break: keep-all;
}

.s1_tail_img_wrap{
	/*position: relative;*/
	/*height: 1178px;*/
}
.s1_tail_img{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('/img/main/img-main03.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: calc(2160 / 3840 * 100%);
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
}

.s1_tail{
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	width: 100%;
	margin-bottom: 30px;
}


.s1_tail h5{
	font-size: 56px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: center;
	color: #fefffe;
}

.s1_tail_content {
	margin: 30px auto 0px auto;
	text-align: center;
}

.s1_tail_content p {
	word-break: keep-all;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #757575;
}



.sec02{
	width: 100%;
	padding-bottom: calc(1904 / 3840 * 100%);
	position: relative;
}

.s2_img{
	width: 100%;
	padding-bottom: calc(1904 / 3840 * 100%);
	position: relative;
	background-image: url('/img/main/img-story02.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.s2_content{
	position: absolute;
	top: 137px;
	left: 50%;
}

.s2_content h2{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #fefffe;
	padding: 0 0 40px;
}

.s2_content h3{
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #fff;
	padding: 0 0 16px;
}

.s2_content p{
	word-break: keep-all;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #757575;
}


.sec03{
	position: relative;
	width: 100%;
}


.sec03_img{
	width: calc(2012 / 3840 * 100%);;
	padding-bottom: calc(1790 / 3840 * 100%);
	background-image: url('/img/main/img-story03.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}



.sec04{
	width: 100%;
	max-width: 1188px;
	margin: 0 auto;
	/*padding-bottom: calc(1828 / 3840 * 100%);*/
	padding-bottom: calc(1028 / 3840 * 100%);
	position: relative;
}


.s4_title{
	padding: 0 0 77px;
}
.s4_title h2{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #fefffe;
	position: relative;
	z-index: 1;
}

.s4_nav_wrap{
	padding: 0;
	position: relative;
	z-index: 1;
}
.s4_nav{
	width: 240px;
	height: 38px;
	border-radius: 21px;
	background-color: #1d1d1f;
}
.s4_nav ul{
	display: inline-block;
	width: 100%;
	height: 38px;
	position: relative;
}

.s4_nav ul::after{
	content: "";
	display: inline-block;
	width: 120px;
	height: 38px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 21px;
	transition: 0.5s;
}

.s4_nav ul.active::after{
	position: absolute;
	left: 120px;
	transition: 0.5s;
}

.s4_nav ul li{
	float: left;
	width: 50%;
	position: relative;
	z-index: 1;
}

.s4_nav ul li a{
	display: block;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 38px;
	letter-spacing: normal;
	text-align: center;
	color: #a0a0a5;
	z-index: 1;
}

.s4_nav ul li.bone a{
	color:#2C2C2C;
}
.s4_nav ul.active li.bone a{
	color:#a0a0a5;
}
.s4_nav ul.active li.air a{
	color:#2C2C2C;
}

.s4_img_wrap{position: relative;}

.s4_content{
	display: none;
	z-index: 999;
	
}

.s4_content.is-active{
	display: block;
}

.s4_content h3{
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.86;
	letter-spacing: normal;
	color: #fff;
	padding: 47px 0 17px;
	position: relative;
	z-index: 1;
}
.s4_content p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #757575;
	position: relative;
	z-index: 1;
}

.s4_img_bone{
	width: 1297px;
	height: 726px;
	background-image: url('/img/story/pc-bone-story.webp');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1152px 648px;
	margin-top: -9px;
	position: absolute;
	top: 0;
	right: -238px;
}

.s4_img_air{
	width: 1297px;
	height: 726px;
	background-image: url('/img/story/air02-story.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1152px 648px;
	margin-top: -9px;
	position: absolute;
	top: 0;
	right: -238px;
}





.sec05{
	width: 100%;
	padding-bottom: calc(1828 / 3840 * 100%);
	position: relative;
}

.s5_img{
	width: calc(2712 / 3840 * 100%);
	padding-bottom: calc(1534 / 3840 * 100%);
	background-image: url('/img/story/img-story05.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 128px;
	top: 0;
}

.s5_img_wrap{position: relative;}

.s5_content{
	position: absolute;
	top: 29px;
	left: -90px;
	
}
.s5_content h2{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #fefffe;
	padding: 0 0 77px;
	
}

.s5_content p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #757575;
}



.s6_video{
	width: 100%;
	padding-bottom: calc(1080 / 1920 * 100%);
	position: relative;
}
.s6_video_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}



.sec07{background-color: #161617;}
.s7_content{
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
	padding: 111px 0 118px;
}

.s7_content h2{
	font-family: "Poppins";
	font-size: 24px;
	font-weight: bold;
	line-height: 1.17;
	text-align: center;
	color: #fefffe;
	padding: 0 0 26px;
}

.s7_form{
	width: 100%;
	height: 53px;
	border: solid 1px rgba(234, 234, 234, 0.4);
	position: relative;
}

.s7_form input{
	padding: 0 98px 0 20px;
	width: 100%;
	height: 52px;
	border: none;
	background: transparent;
}
.s7_form button{
	width: 78px;
	height: 52px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #fafafa;
	font-size: 12px;
	font-weight: bold;
	line-height: 53px;
	text-align: center;
	color: #000;
	position: absolute;
	right: 0;
	top: -1px;
	border: none;
}

.s7_agree{
	padding: 23px 0 0;
}

.s7_agree > a{
	font-size: 12px;
	font-weight: bold;
	color: #757575;
	text-decoration: underline;
	padding-left: 4px;
}

.s7_agree label{
	font-size: 12px;
	font-weight: normal;
	color: #757575;
}

.s7_agree button{
	font-size: 12px;
	font-weight: bold;
	color: #757575;
	padding-left: 4px;
	background: transparent;
	border: none;
	text-decoration: underline;
}




.sec08{
	padding: 142px 0;
	position: relative;
}
.s8_img{
	width: calc(1778 / 3840 * 100%);
	height: 375px;
	background-image: url('/img/story/img-story05.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 261px;
	top: 0;
}
.s8_content{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

.s8_content h2{
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.88;
	letter-spacing: normal;
	color:#fefffe;
	padding: 0 0 15px;
}
.s8_content p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #9a9a9a;
}