@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 {padding:0 100px; position:fixed; top:0; left:0; width:100%; transition:.2s; z-index:100; display:flex; justify-content:space-between; align-items:center; height:99px;}

.sitelogo {width:200px; height:100%;}
.sitelogo a {display:block; width:100%; height:100%; background:url("../images/common/logo.png") 0 50% no-repeat; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em;}

#gnb {display:none;}

.h-right {display:flex;}
.h-right .sns {display:block; width:26px; height:26px; background:url("../images/common/ico_instagram.png") no-repeat 50% 50% / contain; font-size:0; line-height:0; text-indent:-9999em;}

#sub #header {background:#fff; border-bottom:1px solid #2c2c2c;}
#sub #wrapper {padding-top:100px;}

/* for mobile */
.btn-m-menu {margin-left:20px; position:relative; display:block; width:26px; height:26px; text-indent:-9999em; line-height:0; font-size:0;}
.btn-m-menu span {position:absolute; left:10px; right:0; top:50%; height:3px; margin-top:-2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:3px; background:#242424;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {position:fixed; top:0; right:0; width:402px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#f4f4f4; z-index:102;}
.mobile-navigation .home {height:100px; padding:0 52px; display:flex; align-items:center;}
.mobile-navigation .home a {display:block;}
.mobile-navigation .home img {height:30px;}
.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:19px 40px; display:block; color:#2c2c2c; font-size:22px; font-weight:500; letter-spacing:-.04em; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:40px; transform:translateY(-75%) rotate(45deg); width:14px; height:14px; border-right:3px solid #051c48; border-bottom:3px solid #051c48;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:32px 37px; background:#2c2c2c; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:8px 0; font-size:18px; font-weight:400; letter-spacing:-.04em;}
.mobile-navigation .close {position:absolute; top:38px; right:40px; width:25px; height:25px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:3px; background:#2c2c2c;}
.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 {background-image:url("../images/common/logo_w.png")}
#main.fp-viewing-1 #header .h-right .sns {background-image:url("../images/common/ico_instagram_w.png");}
#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 {background:#fff;}

#main.fp-viewing-2 #header .sitelogo a {background-image:url("../images/common/logo_w.png")}
#main.fp-viewing-2 #header .h-right .sns {background-image:url("../images/common/ico_instagram_w.png");}
#main.fp-viewing-2 #header .btn-m-menu span,
#main.fp-viewing-2 #header .btn-m-menu span:before,
#main.fp-viewing-2 #header .btn-m-menu span:after {background:#fff;}

#main.fp-viewing-3 #header .sitelogo a {background-image:url("../images/common/logo_w.png")}
#main.fp-viewing-3 #header .h-right .sns {background-image:url("../images/common/ico_instagram_w.png");}
#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 {background:#fff;}

#main.fp-viewing-4 #header .sitelogo a {background-image:url("../images/common/logo_w.png")}
#main.fp-viewing-4 #header .h-right .sns {background-image:url("../images/common/ico_instagram_w.png");}
#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:#fff;}

/* main */
.main-home {position:relative;}
.main-home .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:4.5s; transform:scale(1.06);}
.main-home .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-home .caption {padding:0 80px; position:absolute; top:50%; left:0; width:100%; padding:0 100px; transform:translateY(-50%); z-index:50;}
.main-home .txt1 {opacity:0; transform:translateX(-50px); display:inline-block; position:relative; text-shadow:3px -3px 10px rgba(0,0,0,0.35); font-family:'Lora', serif; color:#fff; font-size:78px; font-weight:400; letter-spacing:-.04em; line-height:1.3em;}
.main-home .txt1:before {content:""; position:absolute; left:0; z-index:-1; bottom:17px; width:110%; height:20px; background:#1d1d1b;}
.main-home .txt2 {opacity:0; transform:translateX(-50px); margin:30px 0; font-size:32px; font-weight:500; letter-spacing:-.04em; line-height:1.438em; color:#2c2c2c;}
.main-home .txt3 {opacity:0; transform:translateX(-50px); font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.4em; color:#505050;}

.main-home.active .txt1 {animation:fadeLeft 1.2s .2s both;}
.main-home.active .txt2 {animation:fadeLeft 1.2s .7s both;}
.main-home.active .txt3 {animation:fadeLeft 1.2s 1.2s both;}

@keyframes fadeLeft{
	0% {opacity:0; transform:translateX(-50px);}
	100% {opacity:1; transform:translateX(0);}
}

@keyframes fadeUp{
	0% {opacity:0; transform:translateY(30px);}
	100% {opacity:1; transform:translateY(0);}
}

.section-inner {padding:0 40px;}

.m-tit {font-size:58px; font-weight:600; letter-spacing:-.04em; line-height:1.3em; color:#fff;}

.m-more {background:#2c2c2c; color:#fff; display:flex; justify-content:center; align-items:center; max-width:160px; height:64px; font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.4em;}

.main-process {background:url("../images/main/process_bg.jpg") no-repeat 50% 50% / cover;}
.main-process .m-tit {text-align:center; position:absolute; top:26.53%; width:100%;}
.main-process .links ul {display:flex;}
.main-process .links ul li {width:25%; text-align:center; color:#fff; border-right:1px solid rgba(255,255,255,0.3);} 
.main-process .links ul li:last-child {border-right:0;}
.main-process .links .box {position:relative; overflow:hidden; height:100vh;}
.main-process .links .box .img {transition:.3s; opacity:0; position:absolute; top:0; left:0; width:100%; height:100%;}
.main-process .links .box .img 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;}
.main-process .links .box .inner {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.main-process .links .box .inner h2 {font-size:38px; font-weight:600; letter-spacing:-.04em; line-height:1.3em;}
.main-process .links .box .inner .bar {margin:20px 0; width:40px; height:3px; background:#fff;}
.main-process .links .box .inner p {font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.778em;}

.main-process .links .box:hover .img {opacity:1;}

.main-process.active .links li:nth-child(1) .box .inner {animation:fadeUp 2s .5s both;}
.main-process.active .links li:nth-child(2) .box .inner {animation:fadeUp 2s 1s both;}
.main-process.active .links li:nth-child(3) .box .inner {animation:fadeUp 2s 1.5s both;}
.main-process.active .links li:nth-child(4) .box .inner {animation:fadeUp 2s 2s both;}

.main-project .item {height:100vh;}
.main-project .item .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-project .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-project .item .caption {padding:0 140px; color:#fff; position:absolute; position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); z-index:30;}
.main-project .item .caption p {margin:34px 0 76px; font-size:24px; font-weight:600; letter-spacing:-.04em; line-height:1.3em;}
.main-project .slick-arrow {position:absolute; top:50%; margin-top:-28px; width:30px; height:56px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; border:0; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em;}
.main-project .slick-prev {left:100px; background-image:url("../images/main/slide_prev.png");}
.main-project .slick-next {right:100px; background-image:url("../images/main/slide_next.png");}

.main-contact {background:url("../images/main/contact_bg.jpg") no-repeat 50% 50% / cover;}
.main-contact .heading {text-align:center;}
.main-contact .heading p {margin-top:15px; color:#fff; font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.4em;}
.main-contact .row {display:flex; justify-content:center; margin-top:93px;}
.main-contact .row .col {text-align:center;}
.main-contact .row .col + .col {margin-left:100px;}
.main-contact .row .col .bar {margin:30px auto 26px; width:30px; height:3px; background:#fff;}
.main-contact .row .col .txt {font-size:24px; font-weight:600; letter-spacing:-.04em; line-height:1.4em; color:#fff;}

.main-contact.active .m-tit {animation:fadeUp 1s .4s both;}
.main-contact.active .heading p {animation:fadeUp 1s .8s both;}
.main-contact.active .row {animation:fadeUp 1s 1.2s both;}

/* sub */
#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.sub-top-wrap {padding:110px 0 68px; display:flex; justify-content:space-between; align-items:flex-end;}
.sub-top-wrap .sub-title {padding:0;}
.sub-top-wrap .sub-title .tit.ko {margin:15px 0; font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.4em; color:#878787;}
.sub-top-wrap .sub-title .info {display:flex; align-items:center; font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.4em; color:#000;}
.sub-top-wrap .bar {margin:0 15px; width:1px; height:14px; background:#505050;}
.sub-top-wrap .controls {display:flex; align-items:center;}
.sub-top-wrap .controls a {display:flex; align-items:center;}
.sub-top-wrap .controls .prev:before,
.sub-top-wrap .controls .next:after {content:""; display:block; width:17px; height:15px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.sub-top-wrap .controls .prev:before {margin-right:11px; background-image:url("../images/sub/prev_arr.png");}
.sub-top-wrap .controls .next:after {margin-left:11px; background-image:url("../images/sub/next_arr.png");}

.sub-title h2 {color:#242424; font-size:48px; font-weight:600; line-height:1.3em; letter-spacing:-.04em;}

.sub-title.type2 {padding:110px 0 100px; text-align:center;}
.sub-title.type2 h2:after {display:block; content:""; width:380px; height:6px; background:#ddd; margin:10px auto 0;}

.sub-tab ul {display:flex; margin:0 -15px;}
.sub-tab ul li {padding:0 15px}
.sub-tab ul li a {position:relative; font-size:18px; font-weight:400; letter-spacing:-.04em; line-height:1.4em;}
.sub-tab ul li.active a:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#505050;}

.real-cont {min-height:400px; padding-bottom:130px;}

/* footer */
#footer {text-align:center; padding:47px 0; color:#ddd; font-size:16px; font-weight:400; line-height:1.5em; letter-spacing:-.04em; background:#222;}
#footer span {display:inline-block;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}

.foot-comp p {color:#fff; margin-bottom:18px; font-size:24px; font-weight:700; letter-spacing:-.04em; line-height:1.4em;}

#footer address span {margin:0 30px 9px 0;}
#footer address span:last-child {margin-right:0;}

.copyright .designed {font-weight:700;}

.scroll-top {position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; border-radius:100px; display:flex; flex-direction:column; justify-content:center; width:60px; height:60px; text-align:center; color:#2c2c2c; letter-spacing:-.04em; font-size:13px; font-weight:600; line-height:1.3em; background:#fff; z-index:90;}
.scroll-top:before {content:""; display:block; margin:0 auto 1px; width:8px; height:8px; border-bottom:2px solid #2c2c2c; border-right:2px solid #2c2c2c; transform:rotate(-135deg)}
.scroll-top.active {opacity:1;}

#main.fp-viewing-0 .scroll-top {opacity:0;}
#main .scroll-top {opacity:1;}