<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #666;
	text-align: center;
}


/* 메인 비주얼 */
.mv_wrap { position: relative; }
.mv .item {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
   width: 100%;
   background-color: #000;
}
.mv .item .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mv .item .bg&gt;img {
  height: 100%;
  margin: 0 auto;
}
.mv .item .bg img.hide-default{
  display: none !important;
}

.mv .item .text {
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -720px;
	color: #fff;
}
.mv .item .text .eg {
	font-size: 56px;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	line-height: 1.2;
  text-transform: uppercase;
}

.mv .item .text .eg2 {
	font-size: 37px;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.mv .item .text .ko {
	font-size: 24px;
	font-weight: 300;
	margin: 10px 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 &gt; em {
	font-size: 14px;
	margin-left: 10px;
}
.mv_nav .page &gt; span {
	font-size: 18px;
}

/* section2 */
.main_prod {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 90px 130px 0;
	box-sizing: border-box;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
  background-image: url(/image/main/section2_bg01.jpg);
}
.main_prod ul {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.main_prod ul li {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	padding: 0px 70px 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.main_prod ul li .first_title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}
.main_prod ul li .first_title:after {
	content: '';
	display: block;
	background: rgba(255,255,255,0.2);
	width: 1px;
	height: 70px;
	margin: 15px 0;
}
.main_prod ul li .first_sub {
	font-size: 18px;
	color: #a0a0a0;
}
.main_prod ul li .btn {
  margin-top: 45px;
  min-height: 118px;
      display: flex;
      flex-wrap: wrap;
}
.main_prod ul li .btn a {
  text-align: center;
    background: none;
	  width: 49%;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 2%;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_prod ul li .btn a.hide-default { display: none;}
.main_prod ul li .btn a:nth-child(2n) {
    margin-left: 1%;
}
.main_prod ul li .btn a:hover {
  border: 1px solid #1d71d9;
  transition: all 0.3s linear;
  color: #1d71d9;
}
.main_prod ul li .num {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	letter-spacing: -0.5px;
	color: rgba(160,160,160,0.5);
	line-height: 1;
	position: relative;
    left: 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.main_prod ul li .title {
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	margin-top: 20px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.main_prod ul li .text_wrap {
	opacity: 0;
	border-top: 1px solid #fff;
	margin-top: 25px;
	padding-top: 30px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.main_prod ul li .text_wrap .sub {
	font-size: 16px;
	margin: 0px 0 50px;
}
.main_prod ul li:hover {
	background: rgba(0,0,0,0.3);
}
.main_prod ul li:first-child:hover {
	backgrounD: none;
}
.main_prod ul li:hover .num {
	font-size: 60px;
	left: -70px;
}
.main_prod ul li:hover .title {
	color: #559fff; 
	margin-top: -20px;
}
.main_prod ul li:hover .text_wrap {
	opacity: 1;
}

 
/* section3 */
.main_rnd{
	height: 100vh;
	background-image: url('/image/main/main_section3_bg_02.jpg');
  background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 130px 0;
	box-sizing: border-box;
	/* margin-top: 360px; */
}
.main_rnd .flex {
	margin-top: 170px;
  display: flex;
  font-weight: 600;
}
.main_rnd .rnd_L{
	width: 40%;
}
.main_rnd .rnd_L .main_tit{
	text-align: left;
  font-size: 50px;
}
.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: 40%;
	padding: 10px 0 ;
	border-bottom: 2px solid #d2d2d2;
	background: url('/image/main/main_section3_icon_black.png') no-repeat 98% center ;
}
.main_rnd .rnd_L ul li.active {
	width: 60%;
	border-bottom: 2px solid #0b4da2;
	background: url(/image/main/main_section3_icon_blue.png) no-repeat 98% center ;
	transition: all 0.3s linear;
}

.main_rnd .rnd_L ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #262626;
	font-size: 18px;
  font-weight: 400;  
}
.main_rnd .rnd_L ul li a:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #0b4da2;
	font-weight: bold;
	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;
  line-height: 1.4em;
}

.main_rnd .rnd_img img { max-width: 100%; width: 100%;}



/* section4 */
.career {
	font-size: 0;
}
.career &gt; 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-top: 235px;
	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_left_arw {display: none;}
.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 &gt; a {
	display: block;
	padding: 25px 0;
}
.career .right .news_wrap ul li &gt; a &gt; 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;
    position: absolute;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
	text-align: center;
	    padding: 245px 0;
}
.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;
}

.career .right .racing_list {
  display: flex;
  margin-top: 35px;
  justify-content: center;
}

.career .right .racing_list &gt; li{
  width: 235px;
  padding: 30px 0 12px;
  border-right: 1px solid #fff;
}

.career .right .racing_list &gt; li:last-child{
  border-right: 0;
}

.career .right .racing_list &gt; li p{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}</pre></body></html>