@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;
}

/* .section.active .main_tit{
  opacity: 1;
  transform: translateY(0);
} */
.main_tit {
	font-size: 60px;
	font-family: Metropolis;
	letter-spacing: -0.5px;
	line-height: 1;
	text-align: center;
  /* opacity: 0;
  transform: translateY(100px);
  transition: all ease 1s; */
}
.main_sub {
	margin: 20px 0 50px;
	font-size: 20px;
	color: #666;
	text-align: center;
}


/* 메인 비주얼 */
.mv_wrap { position: relative; }
.mv .item {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.mv .item:nth-child(1){
  background-image: url(/image/main/main_banner01.png)
}
.mv .item:nth-child(2){
  background-image: url(/image/main/main_banner02.png)
}
.mv .item:nth-child(3){
  background-image: url(/image/main/main_banner03.png)
}
.mv .item:nth-child(4){
  background-image: url(/image/main/main_banner04.png)
}

.mv .item .text {
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -720px;
	color: #fff;

}
.mv .item .text .ko {
	font-size: 30px;
	margin-bottom: 25px;
	line-height: 1.2;
}
.mv .item .text .eg {
	font-size: 65px;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	margin-bottom:30px;
	line-height: 1;
}
.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;
	top: 570px;
	left: 50%;
	margin-left: -720px;
}
.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;
	width: 0;
	height: 100%;
	-webkit-transition: 5s ease-in-out;
  -ms-transition: 5s ease-in-out;
	transition: 5s ease-in-out;
	background-color: #fff;
}
.mv_bar.active::before {
	/*width: 100%;
	
	-webkit-animation:BTNREV 5s ease-in-out forwards;
  -ms-animation:    BTNREV 5s ease-in-out forwards;
	-moz-animation:   BTNREV 5s ease-in-out forwards;
	-o-animation:     BTNREV 5s ease-in-out forwards;
	animation:        BTNREV 5s ease-in-out forwards;
	*/
	-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% {/* -webkit-transform:translateX(-100%);transform:translateX(-100%) */ width: 0;}
 
  100% {/* -webkit-transform:translateX(0%);transform:translateX(0%) */ width: 100%;}
}
/*
@-ms-keyframes BTNREV {
  0% {-webkit-transform:translateX(-100%);transform:translateX(-100%)}
  
  100% {-webkit-transform:translateX(0%);transform:translateX(0%)}
}
@-moz-keyframes BTNREV {
  0% {-webkit-transform:translateX(-100%);transform:translateX(-100%)}
  
  100% {-webkit-transform:translateX(0%);transform:translateX(0%)}
}
@-o-keyframes BTNREV {
  0% {-webkit-transform:translateX(-100%);transform:translateX(-100%)}
  100% {-webkit-transform:translateX(0%);transform:translateX(0%)}
}
*/
@keyframes BTNREV {
   0% {/* -webkit-transform:translateX(-100%);transform:translateX(-100%) */ width: 0;}
  100% {/* -webkit-transform:translateX(0%);transform:translateX(0%) */ 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_dots {
	margin-top: 120px;
}
.mv_dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	cursor: pointer;
}
.mv_dots li p {
	position: relative;
}
.mv_dots li p:after {
	content:'';
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}
.mv_dots li p img {
	vertical-align: top;
} 
.mv_dots li.slick-active p:after {
	display: none;
}

/* section2 */
#section2 {
	background: url('/image/main/section2_bg.jpg') no-repeat center / cover;
	color: #fff;
}
#section2 .main_inner {
	height: 100%;
}
.section.active .main_info{
  opacity: 1;
  transform: translateY(0);
}
.main_info.on{
  opacity: 1;
  transform: translateY(0);
}
.main_info {
	padding-top: 230px;
   opacity: 0;
  transform: translateY(100px);
  transition: all ease 1s;

}
.main_info .left_text {
	float: left;
}
.main_info .left_text .eg {
	font-size: 50px;
	line-height: 1.1;
}
.main_info .left_text .ko {
	margin: 30px 0 45px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 100;
	letter-spacing: -0.5px;
}
.main_info .left_text .btn_link a {
	display: inline-block;
	padding: 0 20px;
	line-height: 45px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.main_info .left_text .btn_link a img {
	margin-left: 20px;
}
.main_info .right_text {
	float: right;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
.main_info .right_text li {
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	width: 33.333%;
	margin-bottom: 60px;
}
.main_info .right_text li .name {
	font-size: 19px;
    margin-bottom: 10px;
    height: 2.6em;
    line-height: 1.3em;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}
.main_info .right_text li .num {
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 1.2;
}
.main_info .right_text li .num small {
	font-family: 'noto sans CJK', sans-serif;
	font-size: 21px;
	font-weight: 400;
	margin-left: 3px;
}
.global_map {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	text-align: Center;
	    width: 1165px;
    margin: 0 auto;
}
.global_map > img {
	vertical-align: top;
}
.global_map li {
	position: absolute;
	cursor: pointer;
}
	.global_map li.li01 {bottom: 41%;left: 18%;}
	.global_map li.li02 {bottom: 40%;left: 21.5%;}
	.global_map li.li03 {bottom: 58%;left: 23%;}
	.global_map li.li04 {bottom: 74%;left: 47%;}
	.global_map li.li05 {bottom: 48%;right: 23%;}
	.global_map li.li06 {bottom: 44%;right: 21%;}
	.global_map li.li07 {bottom: 50%;right: 20.5%;}
	.global_map li.li08 {bottom: 44%;right: 17%;}
	.global_map li.li09 {bottom: 49%;right: 74%;}

.global_map li .dots em {
	background: url('/image/main/global_dots.png') no-repeat center;
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
}
.global_map li .dots:before,
.global_map li .dots:after { 
	content: "";
    display: block;
	position: absolute;
    border-radius: 100%;
	opacity: 0;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.global_map li .dots:before,
.global_map li .dots:after {
	-webkit-animation-name: circleScale;
	animation-name: circleScale;
}
.global_map li .dots:before {
	top: -17px;
	left: -17px;
    z-index: 2;
    width: 50px;
    height: 50px;
	background-color: rgba(255,255,255,0.5);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
    /* -webkit-animation: circleScale linear 3s infinite;
    animation: circleScale linear 3s infinite;  */
}
.global_map li .dots:after {
   top: -41px;
    left: -41px;
	z-index: 1;
    width: 100px;
    height: 100px;
	background-color: rgba(255,255,255,0.1);
    -webkit-animation-duration: 4s;
	animation-duration: 4s;
}
@-webkit-keyframes circleScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes circleScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.global_map li .box {
	background: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 190px;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.global_map li .box:after {
	content: '';
	background: #0b4da2;
	width: 1px;
	position: absolute;
}
	.global_map li.li01 .box { right: 50px; top: -30px; }
	.global_map li.li01 .box:after { transform: rotate(-50deg);right: -19px; top: -7px; height: 50px;}

	.global_map li.li02 .box {left: 50px;top: 28px;}
	.global_map li.li02 .box:after {transform: rotate(-63deg);left: -19px;top: -33px;height: 50px;}

	.global_map li.li03 .box {right: 50px;top: -55px;}
	.global_map li.li03 .box:after {transform: rotate(-35deg);right: -21px;top: -5px;height: 75px;}

	.global_map li.li04 .box { right: 50px; top: -30px; }
	.global_map li.li04 .box:after { transform: rotate(-50deg);right: -19px; top: -7px; height: 50px;}

	.global_map li.li05 .box { right: 50px; top: -30px; }
	.global_map li.li05 .box:after { transform: rotate(-50deg);right: -19px; top: -7px; height: 50px;}

	.global_map li.li06 .box {right: 50px;top: 30px;}
	.global_map li.li06 .box:after {transform: rotate(59deg);right: -19px;top: -35px;height: 50px;}

	.global_map li.li07 .box {left: 50px;top: -100px;}
	.global_map li.li07 .box:after {transform: rotate(22deg);left: -21px;top: -3px;height: 110px;}

	.global_map li.li08 .box {left: 70px;top: -70px;}
	.global_map li.li08 .box:after {transform: rotate(39deg);left: -30px;top: -10px;height: 95px;}


.global_map li .box .tit {
	font-size: 16px;
	color: #fff;
	backgrounD: #0b4da2;
	line-height: 40px;
}
.global_map li .box .sub {
	padding: 10px 15px;
	font-size: 14px;
	color: #000;
}

.global_map li:hover .dots em {
	background: url('/image/main/global_dots_hover.png') no-repeat center;
}
.global_map li:hover .box {
	opacity: 1;
	visibility: visible;
} 


/* section3 */
.orga_pad {
	padding-top: 130px;
	height: 100%;
	box-sizing: border-box;
}
.orga_wrap {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	height: 65vh;
}
.orga_tab {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	left: 0; right: 0;
	top: -25px;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
	z-index: 99;
	font-size: 0;
}
.orga_tab li {
	displaY: inline-block;
	vertical-align: top;
	width: 50%;
  -webkit-box-shadow: -6px 1px 8px 2px rgba(0,0,0,0.3); 
  box-shadow: -6px 1px 8px 2px rgba(0,0,0,0.3);
}
.orga_tab li a {
	display: block;
	font-size: 22px;
	text-align: center;
	color: #666;
	background: #fff;
	line-height: 65px;
}
.orga_tab li.on a {
	color: #fff;
	font-weight: 500;
	background: #00a8ff;
}
.orga_content {
    padding-top: 120px;
    box-sizing: border-box;
    height: 100%;
}
.orga_content#orga1 {
	background: url('/image/main/section3_bg.jpg') no-repeat center / cover;
}
.orga_content#orga2 {
	padding-top: 60px;
	background: url('/image/main/section3_bg2.jpg') no-repeat center / cover;
}

.orga_box .item {
	/* width: 25%; */
	displaY: inline-block;
	margin: 0 30px;
}
.orga_box .item .in {
	position: relative;
	displaY: block;
}
.orga_box .item .img {
	position: relative;
}
.orga_box .item .img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url('/image/main/blue_filter.png') no-repeat center / cover;
	opacity: 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.orga_box .item .in:hover .img:after {
	opacity: 1;
}
.orga_box .item .img img {
	width: 100%;
	vertical-align: top;
}
.orga_box .item .txt {
	position: absolute;
	top: 50px;
	left: 25px;
	right: 25px;
	z-index: 99;
	color: #fff;
	word-break: keep-all;
}
.orga_box .item .txt .ko {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
.orga_box .item .txt .eg {
	font-size: 30px;
	line-height: 1;
	margin-top: 15px;
}
.orga_box .item .txt .sub {
	font-size: 14px;
	margin-top: 25px;
	font-weight: 300;
	line-height: 1.5;
}
.orga_box .item .link {
	opacity: 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	position: absolute;
	bottom: 0; left:0; right: 0;
	padding: 20px 30px;
}
.orga_box .item .in:hover .link {
	opacity: 1;
}
.orga_box .item .link.col04 > a {
	width: 50%;
	height: 50%;
	position: absolute;
}
    .orga_box .item .link.col04 > a.link1 { top: 0; left: 0; }
    .orga_box .item .link.col04 > a.link2 { top: 0; right: 0; }
    .orga_box .item .link.col04 > a.link3 { bottom: 0; left: 0; }
    .orga_box .item .link.col04 > a.link4 { bottom: 0; right: 0; }
    
.orga_box .item .link.col02 > a {
	width: 50%;
	height: 100%;
	position: absolute;
}
    .orga_box .item .link.col02 > a.link1 { top: 0; left: 0; }
    .orga_box .item .link.col02 > a.link2 { top: 0; right: 0; }

.orga_cp {
	text-align: center;
	    padding: 0 150px;
}
.orga_cp .title {
	font-size: 22px;
	font-weight: 500;
	width: 300px;
	line-height: 50px;
	background: #0b4da2;
	color: #fff;
	border-radius: 30px;
	margin: 30px auto 20px;
}
.orga_cp ul li {
	margin: 5px;
}

.orga_cp ul li > a {
	background: #fff;
    width: 200px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #ddd;
}
.orga_cp ul li.no_link > a{
  /* height: 65px; */
  
  
}
.orga_cp ul li > a img {
	vertical-align: top;
	max-width: 95%;
}


/* section4 */
.rnd_pad {
	padding-top: 160px;
}
.rnd_slide_wrap {
	margin: 0 130px;
}
.rnd_slide .item {
	font-sizE: 0;
}
.rnd_slide .item > div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	font-sizE: 15px;;
}
.rnd_slide .item .img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
}
.rnd_slide .item .text {
	padding-lefT: 120px;
	padding-top: 15px;
	position: relative;
}
.rnd_slide .item .text .ko {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
}
.rnd_slide .item .text .eg {
	font-size: 50px;
	margin: 15px 0 25px;
	line-height: 1;
}
.rnd_slide .item .text .sub {
	font-size: 18px;
	color: #666;
}
.rnd_slide .item .text .small {
	margin-top: 60px;
	font-size: 18px;
}
.rnd_slide .item .text .small .gray8 {
	font-size: 16px;
	margin-top: 5px;
}
.rnd_slide .item .text .more {
	margin-top: 55px;
}
.rnd_slide .item .text .more a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #000;
}
.rnd_slide .slick-dots {
	position: absolute;
    bottom: 10px;
    left: 25%;
    transform: translateX(-50%);
}
.rnd_slide .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.rnd_slide .slick-dots li button {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	text-indent: -999em;
}
.rnd_slide .slick-dots li.slick-active button {
	background: #00a8ff;
}

/* section5 */
.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: 42px;
	line-height: 1.4;
	font-weight: 100;
}
.career .left .sub {
	font-size: 16px;
	margin-top: 10px;
}
.career .left .icon_link {
	margin: 80px -5px;
}
.career .left .icon_link li a {
	display: block;
	margin: 0 5px;
	height: 205px;
	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 {
    padding-top: 0;
}
.career .right > div {
	box-sizing: border-box;
	height: 50vh;
}
.career .right .top {
	padding: 145px 130px 50px 70px;
	position: relative;
}
.career .right .top .news_link {
	position: absolute; right: 0; top: 0;
}
.career .right .news_tab li {
	margin-right: 20px;
}
.career .right .news_tab li a {
	display: block;
	font-size: 20px;
	font-family: Metropolis;
	color: #c9c9c9;
}
.career .right .news_tab li.on a {
	color: #0c4da2;
	border-bottom: 3px solid #0c4da2;
}
.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/racing_bg_1.jpg') no-repeat center / cover;
    padding: 50px 130px 0 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.career .right .racing .tit {
	font-size: 18px;
}
.career .right .racing .name {
	font-size: 34px;
	font-weight: bold;
	margin: 10px 0 20px;
	line-height: 1;
}
.career .right .racing .sub {
	position: absolute;
	lefT: 340px;
	top: 50px;
	font-size: 14px;
}