@charset "utf-8";

/* 공통 */
@font-face {
	font-family: Metropolis;
	src: url(/css/font/metropolis.bold.otf.eot);
	src: local("Metropolis"), url(/css/font/metropolis.bold.woff) format("woff");
}
.metro_font {
	font-family: Metropolis;
	letter-spacing: -0.5px;
}
.exo_font {
	font-family: 'Exo', sans-serif;
}
.main_tit {
	font-size: 60px;
	font-family: Metropolis;
	letter-spacing: -0.5px;
	line-height: 1;
	text-align: center;
}
.main_sub {
	margin: 20px 0 50px;
	font-size: 20px;
	color: #a0a0a0;
	text-align: center;
}


/* 메인 비주얼 */
.mv_wrap { position: relative; }
.mv .item {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.mv .item .text {
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -720px;
	color: #fff;
}
.mv .item .text .eg {
	font-size: 60px;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	margin-bottom:30px;
	line-height: 1.2;
}
.mv .item .text .ko {
	font-size: 24px;
	font-weight: 300;
	margin: 20px 0 55px;
	line-height: 1.4;
}
.mv .item .text .link a{
	font-size: 18px;
	color: #fff;
}
.mv .item .text .link a img {
	display: inline-block;
	margin-left: 3px;
}
/* controls */
.mv_nav {
	position: absolute;
	bottom: 20%;
	left: 50%;
	margin-left: -720px;
	color: #fff;
	font-weight: 300;
}
.mv_bar {
	background: rgba(255,255,255,0.2);
	overflow: hidden;
	height: 2px;
	width: 300px;
	text-align: center;
	position: relative;
	margin: 0 5px;
	    display: inline-block;
    vertical-align: middle;
}
.mv_bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transition: 5s ease-in-out;
	transition: 5s ease-in-out;
	background-color: #fff;
}
.mv_bar.active::before {
	width: 100%;
	-webkit-animation-name: BTNREV;
	animation-name: BTNREV;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes BTNREV {
  0% { width: 0%; }
 
  100% {width: 100%;}
}
@keyframes BTNREV {
  0% { width: 0%; }
 
  100% {width: 100%;}
}

.goStop {
	width: 10px;
    height: 11px;
    background: url('/image/main/stop.png') no-repeat center;
    margin-left: 10px;
    text-indent: -9999px;
	z-index: 99;
}
.goStop.on {
	background: url('/image/main/play.png') no-repeat center;
}
.mv_nav .page > em {
	font-size: 14px;
	margin-left: 10px;
}
.mv_nav .page > span {
	font-size: 18px;
}

/* section2 */
.main_prod {
	height: 100vh;
	background-image: url(../image/main/main_bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 130px 0;
	box-sizing: border-box;
	
}
.main_prod .main_tit {
	color: #fff;
	margin-top: 145px;
}
.main_prod ul {
	display: flex;
	margin-top: 135px;
}
.main_prod ul li {
	width: 20%;
	margin-right: 20px;
	height: 280px;
	background: linear-gradient(to bottom, #062141, #05070f);
	text-align: center;
	position: relative;
}
.main_prod ul li:last-child{
	margin-right: 0;
}
.main_prod ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.main_prod ul li img{
	position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.main_prod ul li img:nth-child(2){
	opacity: 0;
	display: none;
}
.main_prod ul li .prd_txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(20%);

}

.main_prod ul li .prd_tit {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Exo';
}

.main_prod ul li .prd_desc {
	font-size: 15px;
	color: #8b94a5;
	opacity: 0;
	display: none;
}

.main_prod ul li .btn {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	background: url(../image/main/main_icon01.png) no-repeat center / contain;
	opacity: 0;
	display: none;
}
.main_prod ul li.active img:nth-child(2){
	opacity: 1;
	display: block;
	transition: all 0.5s;
}

.main_prod ul li.active .prd_txt{
	transform: translateY(0);
	transition: all 0.5s;
}
.main_prod ul li.active .prd_desc {
	opacity: 1;
	display: block;

	transition: all 0.5s;
}
.main_prod ul li.active {
	background: #042b5f;
	transition: all 0.5s;
}
.main_prod ul li.active .btn{
	opacity: 1;
	transition: all 0.5s;
	display: block;

}


 
/* section3 */
.main_rnd{
	height: 100vh;
	background-image: url(../image/main/main_bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 350px;
	padding: 90px 130px 0;
	box-sizing: border-box;
	margin-top: 360px;
}
.main_rnd .flex {
	margin-top: 200px;
}
.main_rnd .rnd_L{
	width: 40%;
}
.main_rnd .rnd_L .main_tit{
	text-align: left;
}
.main_rnd .rnd_L .main_tit_ {
	font-family: 'Exo';
	font-size: 23px;
	font-weight: bold;
	color:  #0b4da2;
	margin: 15px 0 25px ;
}
.main_rnd .rnd_L .main_sub {
	color: #3f3f3f;
	text-align: left;
	font-size: 18px;
	margin: 20px 0 70px;
}
.main_rnd .rnd_L ul li{
	width: 300px;
	
	padding: 10px 0 ;
	border-bottom: 2px solid #d2d2d2;
	background: url(../image/main/main_arrow.png) no-repeat 98% center ;
}
.main_rnd .rnd_L ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #262626;
	font-size: 18px;
}
.main_rnd .rnd_L ul li.active a {
	width: 100%;
	height: 100%;
	color: #0b4da2;
	transition: all 0.3s linear;
}

.main_rnd .rnd_L ul li.active{
	border-bottom: 2px solid #0b4da2;
	background: url(../image/main/main_arrow_a.png) no-repeat 98% center ;
	transition: all 0.3s linear;
}
.main_rnd .rnd_R {
	width: 60%;
}
.main_rnd .rnd_R .rnd_title {
	font-family: 'Exo';
	color: #0b4da2;
	font-size: 49px;
	font-weight: bold;
	margin-top: 30px;
}




/* section4 */
.career {
	font-size: 0;
}
.career > div {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	height: 100vh;
	font-size: 15px;
	padding-top: 145px;
	position: relative;
}
.career .left {
	padding-left: 130px;
	padding-right: 70px;
	background: url('/image/main/career_left.jpg') no-repeat center / cover;
	color: #fff;
}
.career .left .eg {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 50px;
}
.career .left .ko {
	font-size: 45px;
	line-height: 1.4;
	font-weight: 100;
}
.career .left .sub {
	font-size: 18px;
	margin-top: 10px;
}
.career .left .icon_link {
	margin: 80px -5px;
}
.career .left .icon_link li a {
	display: block;
	margin: 0 5px;
	height: 175px;
	border: 1px solid rgba(255,255,255,0.4);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 25px 0;
}
.career .left .icon_link li .txt {
	font-size: 20px;
	font-weight: 500;
	margin-top: 12px;
}
.career .right .top {
	padding: 0 130px 50px 70px;
	position: relative;
}
.career .right .top .news_link {
	position: absolute; right: 0; top: 0;
}
.career .right .news_tab {
	display: inline-block;
	font-size: 20px;
	font-family: Metropolis;
	color: #0c4da2;
	border-bottom: 3px solid #0c4da2;
	margin-bottom: 20px;
}
.career .right .news_wrap ul li:first-child {
	border-bottom: 1px solid #ddd;
}
.career .right .news_wrap ul li {
	position: relative;
}
.career .right .news_wrap ul li > a {
	display: block;
	padding: 25px 0;
}
.career .right .news_wrap ul li > a > div {
	display: table-cell;
	vertical-align: middle;
}
.career .right .news_wrap ul li .data {
	width: 65px;
    text-align: center;
	font-family: Metropolis;
}
.career .right .news_wrap ul li .data .day {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 5px;
}
.career .right .news_wrap ul li .text {
	padding-left: 30px;
}
.career .right .news_wrap ul li .text .tit {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
}
.career .right .news_wrap ul li .text .sub {
	font-sizE: 17px;
	color: #888;
	    height: 1.5em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.career .right .racing {
    color: #fff;
    background: url('/image/main/career_right.jpg') no-repeat center / cover;
    height: 42vh;
    padding: 10% 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
	text-align: center;
}
.career .right .racing .tit {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.career .right .racing .sub {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 300;
    margin-bottom: 40px;
}