@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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.intro {display: flex; flex-direction:column; align-items:center; justify-content:flex-end; position: relative; height: 100vh;}
.intro .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; background-image: url('../images/common/intro.jpg');background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.intro .more {margin-bottom: 95px;font-size: var(--font-size-22); padding-left: 0; height:auto;}
.intro .more:before {display: none;}

.intro-logo {position: absolute; text-align: center; z-index: 102; top: 50%; right: 50%; z-index: 119; transform: translate(50%, -50%);}
.intro-logo .wrap {display: block;position: relative;}

.logo-default {display: flex;flex-direction: column; align-items: center;}
.logo-default .lower {margin-top: 90px;}
.logo-change {opacity: 0;position: absolute;left: 0; top: 0; width: 100%; height: 100%;display: flex;flex-direction: column; align-items: center;}
.logo-change .lower {margin-top: 13px;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block; background:url("../images/common/logo-w.png") no-repeat 0 center / contain; width:221px; height:40px; font-size:0; line-height:0;}

#gnb {margin-right:-70px; text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 70px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); font-size: var(--font-size-18); font-weight: 500; letter-spacing: .02em; line-height: 1.33em; color: #fff;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:13px 0; line-height:1.33em; letter-spacing:-.02em;}
#gnb .submenu>ul>li>a span {display: block; color: #454545; margin-top: 3px; color: #9c9c9c;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary); text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #e7e7e7;}

#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 {background:#242424;}
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#242424;}

#sub #header {background:#fff;}
#sub #header .sitelogo a {background-image:url('../images/common/logo.png');}
#sub #header #gnb>ul>li>a {color:#242424;}
#sub #header .btn-m-menu span {background:#242424;}
#sub #header .btn-m-menu span:before,
#sub #header .btn-m-menu span:after {background:#242424;}

#header.header-fixed {background:#fff; box-shadow:0px 3px 10px rgba(0,0,0,0.1)}
#header.header-fixed  .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-fixed  #gnb>ul>li>a {color:#242424;}
#header.header-fixed  .btn-m-menu span {background:#242424;}
#header.header-fixed  .btn-m-menu span:before,
#header.header-fixed  .btn-m-menu span:after {background:#242424;}


/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; 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:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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 {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:40px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; 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:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; 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 */
#main #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .contain {max-width:1460px !important;}
.main-visual .item {height:100vh;}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .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 .slick-slide.active .img {transform:scale(1.06);}
.main-visual .caption {padding:0 20px; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2; text-align:center;}
.main-visual .caption h2 {text-shadow:0 0 7px rgba(0,0,0,0.15); font-size: var(--font-size-80);font-family: var(--font-dm); font-weight: 400; letter-spacing:.03em; line-height: 1.4em;}
.main-visual .controls {position: absolute;left:0; bottom:6%; width: 100%; opacity: .75;}
.main-visual .controls .contain {display: flex; align-items:center; justify-content:flex-end;}
.main-visual .ctr {display: flex; align-items:center;}
.main-visual .pager {margin: 0 22px;font-size: var(--font-size-20); font-weight: 700; letter-spacing: 0; line-height: 1.4em; color: :#fff;}
.main-visual .pager .current {display:inline-block; width:.6em;}
.main-visual .pager .bar {margin: 0 15px; font-weight: 400;}
.main-visual .slick-arrow {width: 12px; height: 21px;border:0; background-color:transparent; font-size: 0; line-height:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.main-visual .slick-prev {background-image:url('../images/main/mv-prev.png');}
.main-visual .slick-next {background-image:url('../images/main/mv-next.png');}
.main-visual .slide-btn {margin-left: 30px;width:13px; height:16px;background-color:transparent;background-size:contain;background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden;}
.main-visual .slide-play {display: none;background-image: url('../images/main/play.png');}
.main-visual .slide-stop {background-image: url('../images/main/stop.png');}

.main-links {overflow:hidden;}
.main-links ul {display: flex;}
.main-links ul li {width: 25%;}
.main-links a {padding: 0 30px; z-index: 1;display: flex; align-items:center; justify-content:center;overflow:hidden; position: relative;height: 100vh;}
.main-links a:after {transition:.3s; opacity: 0;content:''; position: absolute; width: 100%; height: 100%; background: rgb(0,96,103,0.8);}
.main-links .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:.4s; background-repeat:no-repeat; background-position:50% 0; background-size:cover; z-index: -1;}
.main-links .bg1 {background-image: url('../images/main/link-img1.jpg');}
.main-links .bg2 {background-image: url('../images/main/link-img2.jpg');}
.main-links .bg3 {background-image: url('../images/main/link-img3.jpg');}
.main-links .bg4 {background-image: url('../images/main/link-img4.jpg');}
.main-links .tit {position: relative;z-index: 1;font-family: var(--font-play); font-size: var(--font-size-50); font-weight: 700; letter-spacing: .03em; line-height: 1.4em; color: #fff;}
.main-links a:hover .bg {transform:scale(1.06);}
.main-links a:hover:after {opacity: 1;}

.m-tit {font-family: var(--font-play); font-size: var(--font-size-70); font-weight: 700; letter-spacing: .03em; line-height: 1.4em; color: #fff;}

.more {font-family: var(--font-mont);height: 50px;position: relative;padding-left: 25px;display: inline-flex; align-items:center; color: #fff; font-size: var(--font-size-18); font-weight: 400; letter-spacing: 0; line-height: 1.4em;}
.more:after {transition:.3s;margin:-3px 0 0 15px;width: 8px; height: 12px; content:''; background: url('../images/main/more.png') no-repeat 50% 50% /contain;}
.more span {z-index: 1;}
.more:before {content:''; position: absolute;left:0; top:0; width: 50px; height: 50px; border-radius:100%; background:var(--color-secondary);}
.more:hover:after {transform:translateX(5px);}

.main-bg {padding-top: 130px;background: url('../images/main/main-bg.jpg') no-repeat 50% 50% / cover;}

.main-eos {margin-bottom: 150px;overflow:hidden;display: flex; justify-content:flex-end;}
.main-eos .inner {width: 86.45%;}
.main-eos .m-tit {margin-bottom: 15px;}
.main-eos .img-wrap {margin-bottom: 90px;display: flex;}
.main-eos .img-wrap .cnt {padding-left: 18px;flex:1 1 auto; min-width:0; width: 1%;display: flex; align-items:center; background: var(--color-primary);}
.main-eos .img-wrap .cnt p {letter-spacing: .03em;writing-mode: vertical-lr; transform:rotate(-180deg); color: #fff;}
.about {display: flex; padding-right: 30px;}
.about .head {position: relative;padding-left: 180px;margin-right: 55px;}
.about .head:before {content:''; position: absolute; right: 48%; top:13px; width: 900px; height: 1px; background: #fff; opacity: .3;}
.about .head h3 {white-space:nowrap; font-size: var(--font-size-20); font-family: var(--font-play); letter-spacing: .03em; line-height: 1.4em; color: #fff;}
.about .cnt .txt1 {margin-bottom: 13px;font-family: var(--font-playfair);font-size: var(--font-size-37); font-weight: 400; letter-spacing: .03em; line-height: 1.1em; color: #fff;}
.about .cnt .txt2 {opacity: .6; color: #fff;margin-bottom: 55px;}

.main-project {overflow:hidden;display: flex; justify-content:flex-end;}
.main-project .inner {padding-top: 35px;position: relative;width: 86.45%;}
.main-project .head {display: flex; align-items:center; height: 410px; padding: 0 40px;position: absolute;left: 0;top: 0; background: var(--color-primary);}
.main-project .head .m-tit {margin-bottom: 80px;}
.main-project .img img {width: 100%;}

.main-contact {display: flex; align-items:stretch;}
.main-contact .img-wrap {width:50%; position: relative; overflow:hidden;}
.main-contact .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;background-image:url("../images/main/contact.jpg");}
.main-contact .cnt {min-height: 540px;padding: 40px 30px 40px 120px;display: flex; flex-direction:column; justify-content:center; background: url('../images/main/contact-bg.jpg') no-repeat 50% 50% / cover;flex:1 1 auto; min-width:0; width: 1%;}
.main-contact .cnt .m-tit {margin-bottom: 20px;}
.main-contact .cnt p {margin-bottom: 90px;color: #fff;}

.main-community {padding: 100px 80px; background: url('../images/main/community-bg.jpg') no-repeat 50% 50% / cover;}
.main-community .box {padding: 0 20px;min-height: 400px; text-align:center; display: flex; flex-direction:column; align-items:center; justify-content:center; border-radius:20px; max-width:1100px; width: 100%; margin: 0 auto;background:rgba(13,111,113,.9);}
.main-community .box p {margin: 20px 0 70px; color: #fff;}

/* sub */
.sub-visual {margin-top: var(--header-height);}
.sub-visual .title {height: 234px;}
.sub-visual .title .contain {height: 100%;display: flex; align-items:center;}
.sub-visual .tit {font-size: var(--font-size-100); font-weight: 700; letter-spacing: .02em; line-height: 1.2em; color: #242424;}
.sub-bg {overflow:hidden; position: relative; height: 500px; background: #333;}
.sub-bg .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-bg .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-bg .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-bg .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-bg .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-bg .bg5 {background-image:url("../images/common/sv5.jpg");}
.loaded .sub-bg .bg {transform:scale(1); opacity:1;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}

.real-cont {min-height:300px; padding:80px 0 150px;}

/* quick */
.quick {border-radius:8px; position: fixed; right: 100px; bottom:70px; background: rgba(0,0,0,0.17); padding: 20px 15px;}
.quick ul li:not(:last-child) {margin-bottom: 40px;}

/* footer */
#footer {padding:38px 0; background:#2b2b2b; color:rgba(255,255,255,0.5); font-size:var(--font-size-15); line-height:1.5em; letter-spacing:-.02em;}
#footer .contain {position: relative;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}
#footer .comp-name {margin-bottom: 20px;font-size: var(--font-size-20); font-weight: 700; color: rgba(255,255,255,0.7);}
#footer address {margin-bottom: 22px;font-style:normal;}
#footer address span {margin: 0 25px 2px 0;}

.copyright {color: #686868;}

.foot-right {display: flex; flex-direction:column; align-items:flex-end;position: absolute; right: 30px; top: 0;}

.foot-links {margin-bottom: 30px;}
.foot-links ul {display: flex;}
.foot-links ul li + li {margin-left: 40px;}
.foot-links ul li a {display: flex; align-items:center;}
.foot-links ul li a:before {margin-right: 11px;content:''; width: 15px; height: 15px; background: url('../images/common/icon-doc.png') no-repeat 50% 50% /contain; opacity: .5;}

.foot-sns ul {display: flex;}
.foot-sns ul li:not(:last-child) {margin-right:10px;}
