@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

/* html {overflow-x:hidden;} */

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#sub #wrapper {padding-top: 100px;}

#header {position: fixed; top:0; left:0; width:100%; z-index:90; background:#fff;}
#header .contain {position:relative; max-width: 1460px;}

.sitelogo {position:absolute; top:50%; left: 30px; margin-top:-22px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align:center;margin-left: 80px;}
#gnb > ul {display:flex;justify-content: center; width: 100%; margin: 0 auto;}
#gnb > ul > li {position: relative; padding: 0 34px; text-align:center;}
#gnb > ul > li > a {position:relative; display:block; font-size:18px; font-weight: 600; line-height:100px;}
#gnb > ul > li.active > a {color: #194ca0;}


/* #gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:50;}
#gnb .submenu > ul {position:relative; padding: 25px 0;}
#gnb .submenu > ul > li {margin-bottom: 5px;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; color: #909090; padding: 5px;}
#gnb .submenu > ul > li > a:hover {color: #002856; text-decoration: underline;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background-color:#fff; z-index:1; border-top: 1px solid #ddd;} */

.top-inquiry {position: absolute; right: 30px; top: 50%; transform:translateY(-50%); padding: 0 30px; background-color: #194ca0; color: #fff; font-size: 1.125em; line-height: 45px; z-index: 50;}
.top-inquiry i {display: inline-block; vertical-align:middle; margin: -.2em 10px 0 0; width: 19px; height: 19px; background: no-repeat url("../images/common/top_inquiry.png") center center / contain;}

#header.header-fixed {box-shadow:rgba(0,0,0,.1) 0 0 15px;}

/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:24px; height:26px; margin-top:-14px; text-align:center; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:-1px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home img {height: 28px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
/* .mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#194ca0;} */
.mobile-navigation .nav-menu .submenu {display:none; background:#194ca0; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* main */
#fullpage .section {background-color: #000;}

.main-visual {position:relative; overflow:hidden;}
.main-visual .contain {position: relative; max-width: 1460px; height: 100%;}
.main-visual .item {position:relative; height:100vh; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; overflow:hidden;}
.main-visual .item.bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .item.bg2 {background-image:url("../images/main/mv2.jpg");}
.main-visual .item.bg3 {background-image:url("../images/main/mv3.jpg");}
.main-visual .item.bg4 {background-image:url("../images/main/mv4.jpg");}
.main-visual .item.bg5 {background-image:url("../images/main/mv5.jpg");}
.main-visual .item.bg6 {background-image:url("../images/main/mv6.jpg");}
.main-visual .item.bg7 {background-image:url("../images/main/mv7.jpg");}
.main-visual .item.bg8 {background-image:url("../images/main/mv8.jpg");}
.main-visual .item.bg9 {background-image:url("../images/main/mv9.jpg");}
.main-visual .item.bg10 {background-image:url("../images/main/mv10.jpg");}
.main-visual .item.bg11 {background-image:url("../images/main/mv11.jpg");}
.main-visual .item.bg12 {background-image:url("../images/main/mv12.jpg");}
.main-visual .item a {display: block; height: 100%;}
.main-visual .caption {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; color:#fff; z-index: 2;}
.main-visual .caption.right {text-align: right;}
.main-visual .caption h2 {font-weight: 600; font-size: 70px; letter-spacing: -.03em; line-height: 1.3em; margin-bottom: 15px;}
.main-visual .caption .txt {font-size: 20px; line-height: 1.5; letter-spacing: -.03em;}

.main-visual .caption h2 {opacity: 0;}
.active .main-visual .caption h2 {animation-name: fadeInUp; animation-duration:1s; animation-fill-mode: forwards;}

.main-visual .caption .txt {opacity: 0;}
.active .main-visual .caption .txt {animation-name: fadeInUp; animation-duration:1s; animation-delay:.2s; animation-fill-mode: forwards;}
 
@keyframes fadeInUp {
	0% {opacity: 0;transform: translateY(70px);}
	100% {opacity: 1;transform: translateY(0);}
}

.main-visual .slick-dots {position:absolute; bottom:40px; left:0; width: 100%; text-align: center;}
.main-visual .slick-dots li {display:inline-block; margin: 0 9px;}
.main-visual .slick-dots button{width:15px; height:15px; border-radius:100%;  background:#fff; border:0; text-indent:-999em; font-size:0; line-height:0;}
.main-visual .slick-dots li.slick-active button {background:#194ca0;}


.mouse-scroll {position: absolute; bottom: 40px; left: 50px; z-index: 10;}

.m-scroll-txt {color: #fff; font-size: 1.125em; font-weight: 500; line-height: 1; writing-mode: vertical-lr; transform: rotate(180deg); margin-bottom: 1em;}

.m-scroll-arrows
{
  display: block;
  width: 7px;
  height: 7px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 6px 6px;
}

.unu, .doi
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;

  margin-top: 1px;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}



/* sub */
.sub-visual {position: relative; display:table; table-layout:fixed; width: 100%; height:400px; margin: 0 auto; overflow:hidden; color:#fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {position: relative; z-index: 1; width: 100%; display:table-cell; vertical-align:bottom; padding: 80px 0;}
.sub-visual h2 {font-size:64px; line-height:1.3em; letter-spacing: -.03em;}

.sub-visual .background.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .background.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .background.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual .background.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual .background.bg5 {background-image:url("../images/common/sv5.jpg")}

.sub-visual .background {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
}
.sub-visual.loaded .background{
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; padding-top: 100px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding: 110px 0 70px;}
.sub-title.line {border-bottom: 2px solid #242424; margin-bottom: 35px;}
.sub-title h2 {font-size:56px; line-height:1.3em; letter-spacing: -.03em;}

.real-cont {min-height:300px; padding-bottom:120px;}


/* footer */
#footer {background: #242424; color: #fff; font-size: 15px; line-height: 1.75; text-align: center; padding: 45px 0;}
#footer address {font-style:normal;}

.foot-logo {margin: 45px 0 65px;}
.foot-logo p {font-size: 34px; font-weight: 500; line-height: 1.3; letter-spacing: -.03em; margin-top: 45px;}

.foot-links {}
.foot-links ul {display:inline-flex; margin: 0 -12px;}
.foot-links ul li {margin: 0 12px;}
.foot-links ul li a {display:block; color: #aaa; font-weight: 500;}
.foot-links ul li a:hover {text-decoration: underline;}

.foot-info {}
.foot-info address dl {margin-bottom: 25px;}
.foot-info address dl:last-child {margin-bottom: 0;}
.foot-info address dl dt {font-size: 1.2em; font-weight: 500; margin-bottom: 10px;}
.foot-info address dl dd {}

.copyright {margin-top: 55px; color: #666;}
.copyright a {display: inline-block; margin-left: 24px;}

.scroll-top {position: absolute; right: 40px; bottom: 50px; width: 70px; height: 70px; border-radius:100%; background: no-repeat url("../images/common/scroll_top.png") center center / contain; box-shadow:rgba(0,0,0,.04) 0 0 20px; opacity: 1; transition:.6s;}
.scroll-top.none {bottom: -100%; opacity: 0;}


