@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}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */

#header {position:fixed; top:0; left:0; width:100%; transition:.2s; z-index:100;}
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; max-width:1780px; height:100px; z-index:2;}

.sitelogo {width:263px; height:100%;}
.sitelogo a {display:block; width:100%; height:100%; background:url("../images/common/logo_w.png") 0 50% no-repeat; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em;}

#gnb > ul {display:flex; text-align:center;}
#gnb > ul > li {position:relative; padding:0 50px;}
#gnb > ul > li > a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing:-.03em;}
#gnb > ul > li > a:after {content:""; position:absolute; opacity:0; bottom:-10px; left:50%; transform:translateX(-50%); border-radius:100%; width:12px; height:12px; background:#009b8e; transition:.2s;}
#gnb > ul > li.active a:after {opacity:1; bottom:-6px}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden;}
#gnb .submenu ul {padding:35px 0;}
#gnb .submenu ul li {padding:10px 0;}
#gnb .submenu ul li a {display:block; font-weight:400; color:#242424; font-size:17px; line-height:1.4em; letter-spacing:-.03em;}
#gnb .submenu ul li a:hover {color:#009b8e;}
#gnb .submenu ul li a:hover span {border-bottom:1px solid #009b8e;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#f2f2f2; border-top:1px solid #dddddd;}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url("../images/common/logo.png")}
#header:hover #gnb > ul > li > a {color:#242424;}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#242424;}

.header-fixed #header {background:#fff; border-bottom:1px solid #ddd;}
.header-fixed #header .sitelogo a {background-image:url("../images/common/logo.png")}
.header-fixed #gnb > ul > li > a {color:#242424;}
.header-fixed #header .btn-m-menu span,
.header-fixed #header .btn-m-menu span:before,
.header-fixed #header .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {position:relative; width:30px; height:30px; text-indent:-9999em; line-height:0; font-size:0;}
.btn-m-menu span {position:absolute; left:10px; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-10px; left:-10px;}
.btn-m-menu span:after {bottom:-10px; left:-10px;}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {height:80px; padding:0 20px; display:flex; align-items:center;}
.mobile-navigation .home a {display:block;}
.mobile-navigation .home img {height:24px;}
.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 40px 13px 20px; display:block; color:#333; font-size:17px; font-weight:600; line-height:1.5em;}
.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 #242424; border-bottom:2px solid #242424;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#009b8e;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#009b8e; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:6px 0;}
.mobile-navigation .close {position:absolute; top:16px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

#main.fp-viewing-1 #header .sitelogo a,
#main.fp-viewing-3 #header .sitelogo a,
#main.fp-viewing-4 #header .sitelogo a {background-image:url("../images/common/logo.png");}

#main.fp-viewing-1 #header #gnb > ul > li > a,
#main.fp-viewing-3 #header #gnb > ul > li > a,
#main.fp-viewing-4 #header #gnb > ul > li > a {color:#242424;}

#main.fp-viewing-1 #header .btn-m-menu span,
#main.fp-viewing-1 #header .btn-m-menu span:before,
#main.fp-viewing-1 #header .btn-m-menu span:after,
#main.fp-viewing-3 #header .btn-m-menu span,
#main.fp-viewing-3 #header .btn-m-menu span:before,
#main.fp-viewing-3 #header .btn-m-menu span:after,
#main.fp-viewing-4 #header .btn-m-menu span,
#main.fp-viewing-4 #header .btn-m-menu span:before,
#main.fp-viewing-4 #header .btn-m-menu span:after {background:#242424;}

/* main */
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; width:100%; height:100vh; overflow:hidden;}
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {padding:0 80px; position:absolute; width:100%; top:50%; transform:translateY(-50%);} 
.main-visual .caption .m-txt1 {margin-bottom:22px; max-width:765px; font-family:'Archivo Black', sans-serif; font-size:80px; font-weight:400; letter-spacing:0; line-height:1em; color:#fff;}
.main-visual .caption .m-txt2 {margin-bottom:80px; font-size:20px; font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#fff;}
.main-visual .progress {position:relative; width:210px; height:2px; background:rgba(255,255,255,0.5);}
.main-visual .progress:after {content:""; position:absolute; top:0; left:0; width:0; height:100%; background:#fff; transition: 0.2s width linear;}
.main-visual .progress.animate:after {transition:width linear; width:100%; transition-delay:unset; transition-duration:4s;}
.main-visual .scroll {position:absolute; bottom:80px; left:50%; width:50px; margin-left:-25px; animation:1.5s scrollUpDown linear infinite; z-index:50;}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(0);}
	50% {transform:translateY(30px);}
}

.active.main-visual .caption .m-txt1 {animation:fadeUp 1s .3s forwards;}
.active.main-visual .caption .m-txt2 {animation:fadeUp 1s .5s forwards;}

@keyframes fadeUp{
	0% {opacity:0; transform:translateY(30px);}
	100% {opacity:1; transform:translateY(0);}
}


.section-inner {padding:120px 80px 20px;}

.m-head {display:flex; align-items:flex-end; margin-bottom:40px;}
.m-head h2 {font-size:50px; font-weight:500; letter-spacing:-.03em; line-height:0.8em;}
.m-head h2 strong {font-weight:800;}
.m-head p {vertical-align:text-bottom; margin-left:20px; font-size:18px; font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#454545;}

.ani-fade {opacity:0; transform:translateY(50px); transition-delay:.4s; transition-duration:.4s;}

.active .ani-fade {opacity:1; transform:translateY(0);}
.active .delay {transition-delay:.6s;}

.main-business {background:url("../images/main/business_bg.jpg") 50% 50% no-repeat; background-size:cover; overflow:hidden;}
.main-business .contain {position:relative;}
.main-business .slick-list {margin:0 -20px;}
.main-business .slick-slide {padding:0 20px;}
.main-business .slick-slide img {width:100%;}
.main-business .item a {display:block; color:#fff; text-align:center;}
.main-business .item a .img {margin-bottom:27px;}
.main-business .item a .tit {font-size:24px; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-business .item a .txt {min-height:50px; margin:13px 0 33px; font-size:17px; font-weight:300; letter-spacing:-.03em; line-height:1.471em;}
.more-btn {transition:.2s; padding:0 20px; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.4em; display:inline-flex; align-items:center; justify-content:space-between; min-width:180px; height:48px; border:1px solid rgba(255,255,255,0.3); border-radius:30px;}
.more-btn:after {content:""; width:12px; height:12px; border-bottom:2px solid #fff; border-right:2px solid #fff; transform:rotate(-45deg);}
.main-business .item a:hover .more-btn {background:#fff; color:#454545;}
.main-business .item a:hover .more-btn:after {border-color:#454545;}
.main-business .controls {position:absolute; right:30px; top:0;}
.main-business .slick-arrow {width:50px; height:50px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:1px solid #ddd; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em;}
.main-business .slick-arrow:hover {background:#009b8e; border-color:#009b8e; background-position:50% 50%; background-repeat:no-repeat;}
.main-business .slick-prev {background-image:url("../images/main/slide_prev.png");}
.main-business .slick-prev:hover {background-image:url("../images/main/slide_prev_hov.png");}
.main-business .slick-next {margin-left:10px; background-image:url("../images/main/slide_next.png");}
.main-business .slick-next:hover {background-image:url("../images/main/slide_next_hov.png");}

.main-invest {color:#fff; background:url("../images/main/invest_bg.jpg") 50% 50% no-repeat; background-size:cover; overflow:hidden;}
.main-invest .m-head p {color:#fff;}
.main-invest .links ul {display:flex; border:1px solid rgba(255,255,255,0.3);}
.main-invest .links ul li {width:50%;}
.main-invest .links ul li + li {border-left:1px solid rgba(255,255,255,0.3);}
.main-invest .links ul li a {padding:20px; text-align:center; display:flex; flex-direction:column; justify-content:center; align-items:center; min-height:49vh;}
.main-invest .links ul li a:hover {background:#009b8e; border-color:#009b8e;}
.main-invest .links ul li a h3 {margin:25px 0 9px; font-size:23px;}
.main-invest .links ul li a p {max-width:342px;}

.main-news {background-image:linear-gradient(to right, #f8f8f8 50%, #fff 50%)}
.news-slider {position:relative;}
.news-slider .swiper-container {overflow:visible;}
.news-slider a {display:block; box-shadow:0 15px 50px 0 rgba(0,0,0,0.2);}
.news-slider a .thumb {position:relative; padding-bottom:63.83%; overflow:hidden;}	
.news-slider a .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}	
.news-slider a .cnt {padding:30px; background:#fff;}
.news-slider a .cnt .cate {font-weight:500; letter-spacing:-.03em; color:#009b8e; line-height:1.3em; color:#009b8e;}
.news-slider a .cnt .tit {overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;margin:12px 0 30px; font-size:24px; font-weight:700; letter-spacing:-.03em; line-height:1.3em; color:#242424;}
.news-slider a .cnt .txt {font-size:17px; font-weight:400; letter-spacing:-.03em; line-height:1.3em; color:#454545;}
.news-slider .controls {position:absolute; right:0; top:-100px; display:flex;}
.news-slider .swiper-button-next, .swiper-button-prev {margin-top:0; position:static; width:50px; height:50px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:1px solid #ddd; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em;}
.news-slider .swiper-button-next:after, .swiper-button-prev:after {content:"";}
.news-slider .swiper-button-next:hover, .swiper-button-prev:hover {background:#009b8e; border-color:#009b8e; background-position:50% 50%; background-repeat:no-repeat;}
.news-slider .swiper-button-prev {background-image:url("../images/main/slide_prev.png");}
.news-slider .swiper-button-next {margin-left:10px; background-image:url("../images/main/slide_next.png");}
.news-slider .swiper-button-prev:hover {background-image:url("../images/main/slide_prev_hov.png");}
.news-slider .swiper-button-next:hover {background-image:url("../images/main/slide_next_hov.png");}

/* sub */
.sub-visual {position:relative; text-align:center; height:400px; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; opacity:0; transition:1s; transform:translateY(-30%);}
.sub-visual h2 {font-size:40px; line-height:1.3em; font-weight:600; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}
.loaded .sub-visual .inner {transform:translateY(-50%); opacity:1;}

.lnb {position:relative; margin:-50px auto 0; max-width:1400px; box-shadow:0px 0px 15px rgba(0,0,0,0.2); background:#fff;}
.lnb ul li {flex:1; text-align:center;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:100px; padding:0 15px; color:#242424; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li a:before {content:""; position:absolute; top:50%; left:0; transform:translateY(-50%); width:1px; height:30px; background:#ddd;}
.lnb ul li:first-child a:before {display:none;}
.lnb ul li.active {background:#009b8e;}
.lnb ul li.active a {color:#fff;}
.lnb ul li.active a:before {display:none;}
.lnb ul li.active + li a:before {display:none;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.sub-title {text-align:center; padding:93px 0 60px;}
.sub-title h2 {color:#242424; font-size:35px; font-weight:700; line-height:1.3em; letter-spacing:-.03em; color:#242424;}

.real-cont {min-height:400px; padding-bottom:190px;}

/* footer */
#footer {padding:53px 0; color:#b8b8b8; font-size:15px; font-weight:300; line-height:1.5em; letter-spacing:-.01em; background:#242424;}
#footer address {font-style:normal;}
#footer address span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-links {margin-bottom:57px;}
.foot-links .tt {margin-bottom:22px; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.4em; color: #fff;}
.foot-links .wrap {display:flex; justify-content:space-between;}
.foot-links .link-1 ul {display:flex; flex-wrap:wrap;}
.foot-links .link-1 ul li {margin-right:45px; font-size:16px; font-weight:400; letter-spacing:-.03em; color:#fff;}
.foot-links .link-2 a {margin-left:50px; display:inline-block;}
.foot-links .link-2 a:before {content:""; display:inline-block; margin-right:5px; width:15px; height:15px; vertical-align:text-top; background:url("../images/common/icon_doc.png") no-repeat 50% 50% / contain;}

.foot-logo {margin-bottom:10px;}

#footer address span {margin-right:34px;}

#footer .copyright {margin-top:5px;}
#footer .designed {color:#686868;}

.scroll-top {position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:70px; height:70px; border-radius:100%; text-align:center; color:#fff; font-size:14px; font-weight:500; line-height:1.3em; background:#009b8e; z-index:90;}
.scroll-top:before {content:""; display:block; margin:0 auto 7px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #fff;}
.scroll-top.active {opacity:1;}

#main.fp-viewing-0 .scroll-top {opacity:0;}
#main .scroll-top {opacity:1;}
