@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#wrapper {position:relative; overflow:hidden;}

#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 {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header  {position:absolute; z-index:90; left:0; top:0; width:100%; transition:0.2s all ease; border-bottom:1px solid #ddd;}
#header .contain{position:relative; max-width:1720px; padding-left:30px; padding-right:30px;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-23px; z-index:10;}
.sitelogo a {display:block; width:110px; height:46px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain; text-indent:-999em; overflow:hidden; background-image:url("../images/common/logo.png")}

#gnb  {padding-right:160px;}
#gnb > ul {position:relative; display:flex; justify-content: flex-end; height: 100px;}
#gnb > ul > li {position:relative; text-align:center; padding:0 40px;}
#gnb > ul > li > a {display:block; position:relative; font-size:18px; padding:0 20px; font-weight:500; line-height:100px; letter-spacing:-0.03em; color:#242424;}
#gnb > ul > li.active > a:before {content:""; position:absolute; width:100%; height:2px; background:#002060; left:0; bottom:0;}

#gnb .submenu {height:0; position:absolute; left:0; width:100%; z-index:102; overflow:hidden;}
#gnb .submenu ul {padding:16px 0;}
#gnb .submenu ul li {padding:12px 0; line-height:1.4em; display:flex; align-items:center; justify-content:center;}
#gnb .submenu ul li a {display:inline-block; vertical-align:middle; position:relative; color:#454545; font-size:17px; font-weight:300; line-height:1.4em; letter-spacing:-.03em; transition: all 0.2s ease-in;}
#gnb .submenu ul li a:hover {color:#002060; font-weight:500;}

#header .submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; border-top:1px solid #ddd;}

.fp-viewing-intro #header {background:0; border-bottom:1px solid #fff;}
.fp-viewing-intro #header .sitelogo a {background-image:url("../images/common/logo2.png");}
.fp-viewing-intro #header #gnb > ul > li > a {color:#fff;}

#sub #header {background:0; border-bottom:1px solid rgba(255,255,255,0.3);}
#sub #header .sitelogo a {background-image:url("../images/common/logo2.png");}
#sub #header #gnb > ul > li > a {color:#fff;}
#sub #header.header-hover {background:#fff; border-bottom:1px solid #ddd;}
#sub #header.header-hover .sitelogo a {background-image:url("../images/common/logo.png");}
#sub #header.header-hover #gnb > ul > li > a {color:#242424; }

#header.header-hover {background:#fff; border-bottom:1px solid #ddd;}
#header.header-hover .sitelogo a {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a {color:#242424; }


/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px; right:30px; width:27px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; left:0; top:13px; height:3px; width:27px;background:#001c4b;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; background:#001c4b; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px;}
.mobile-navigation .home img {height:34px; width:auto;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#002060;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #002060; border-bottom:2px solid #002060;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #002060;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#002060; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#242424;}
.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:.76; z-index:98;} 

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-visual {position:relative;}
.main-visual .mv {height:100vh; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; transform: scale3d(1, 1, 1); opacity: 1 !important; transition: all 2s 0.8s ease;}
.main-visual .item {position:relative;}
.main-visual .cnt {position:absolute; width:100%; max-width:1460px; padding:0 30px; transform:translateX(-50%); color:#fff; left:50%;}
.main-visual .cnt.type1 {top:32vh;}
.main-visual .cnt.type2 {text-align:center; top:22vh;}
.main-visual .cnt .tit {font-size:54px; font-weight:700; line-height:1.6em; letter-spacing:0; color:#242424; margin-bottom:10px; position:relative; opacity:0; transform:translateY(50px); transition:1s 1s all ease-in-out;}
.main-visual .cnt .txt {font-size:20px; font-weight:400; line-height:1.4em; letter-spacing:0; opacity:0;  transform:translateY(50px); transition:1s 1.3s all ease-in-out; color:#454545;}
.main-visual .slick-arrow {position:absolute; z-index:1; top:50%; width:42px; height:82px; margin-top:-41px; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; transition:0.2s all ease;}
.main-visual .slick-prev {background-image:url("../images/main/slick_prev.png"); left:100px;}
.main-visual .slick-next {background-image:url("../images/main/slick_next.png"); right:100px;}

.main-visual .reset-animation .tit  {opacity:0;   transform:translateY(50px); transition:1s 1s all ease-in-out;}
.main-visual .reset-animation .txt {opacity:0;  transform:translateY(50px); transition:1s 1.3s all ease-in-out;}
.main-visual .reset-animation .mv {transform: scale3d(1, 1, 1); transition: all 2s 0.8s ease;}

.scroll {position:absolute; width:28px; bottom:55px; left:50%; margin-left:-14px; text-align:center; z-index:50; animation:move_up_down 2s linear infinite; cursor:pointer;}
@keyframes move_up_down {
  0%,100%{
    transform:translateY(15px);
  }
  50% {
    transform:translateY(0);
  }
}

.main-visual .slick-active .mv {transform: scale3d(1.09, 1.09, 1.09);}

.main-visual .slick-active .tit {opacity:1 !important; transform:translateY(0);}
.main-visual.active2 .slick-active .tit {opacity:1 !important; transform:translateY(0);}

.main-visual .slick-active .txt {opacity:1 !important; transform:translateY(0);}
.main-visual.active2 .slick-active .txt {opacity:1 !important; transform:translateY(0);}

.main-sec {background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}

.sec1 {background-image:url("../images/main/sec1_bg.jpg"); overflow:hidden;}
.sec1 .fp-tableCell {vertical-align:top;}
.sec1 .main-tit {text-align:center; margin-bottom:55px; padding-top:20vh;}
.sec1 .logo {margin-bottom:60px; text-align:center; opacity:0; transform:translateY(-50px); transition:0.6s 0.8s all ease-in-out;}
.sec1.active .logo {opacity:1 !important; transform:translateY(0);}
.sec1 .main-tit span {font-size:22px; font-weight:800; line-height:1em; letter-spacing:-0.03em; color:#510909; display:block; margin-bottom:20px; }
.sec1.active .main-tit h2 {opacity:1 !important; transform:translateY(0);}
.sec1.active .main-tit p {opacity:1 !important; transform:translateY(0);}
.sec1 .main-tit h2 {font-size:44px; font-weight:500; line-height:1.5em; letter-spacing:-0.03em; color:#ab9c8b; margin-bottom:18px;  opacity:0; transform:translateY(-50px); transition:0.6s 0.3s all ease-in-out;}
.sec1 .main-tit p {font-size:16px; font-weight:300; line-height:1.6em; letter-spacing:-0.03em; color:#454545; opacity:0; transform:translateY(-50px); transition:0.6s 0.5s all ease-in-out;}
.sec1 .projectSlide {max-width:560px; width:100%; margin:0 auto; position:relative; opacity:0; transition:0.6s 1.3s all ease-in-out;}
.sec1.active .projectSlide {opacity:1 !important;}
.sec1 .projectSlide .slick-arrow {position:absolute; top:50%; margin-top:-27px; z-index:1; width:54px; height:54px; border-radius:100%; background-color:#3e3e3e; background-repeat:no-repeat; background-position:50% 50%; border:0; text-indent:-999em; overflow:hidden;}
.sec1 .projectSlide .slick-arrow:hover {background-color:#002060;}
.sec1 .projectSlide .slick-prev {background-image:url("../images/main/project_prev.png"); left:-54px;}
.sec1 .projectSlide .slick-next {background-image:url("../images/main/project_next.png"); right:-54px;}

.sec1 .projectSlide .slick-list {overflow:visible;}
.sec1 .projectSlide .slick-slide {margin:0 30px;}
.sec1 .projectSlide .tit {font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#454545; padding:13px 10px; background:#fff; box-shadow:3px 3px 29px rgba(0,0,0,0.1); text-align:center;}

.sec1 .projectSlide .thumb {position:relative; padding-bottom:62%; overflow:hidden;}
.sec1 .projectSlide .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;}
.sec1 .projectSlide .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.sec1 .projectSlide .slick-slide .thumb:after {background:rgba(0,0,0,0.4);}
.sec1 .projectSlide .slick-active .thumb:after {background:0;}

.sec2 {background-image:url("../images/main/sec2_bg.jpg");}
.sec2 .contain {max-width:1460px;}
.sec2 .main-tit {margin-bottom:20px;}
.sec2 .main-tit h2 {font-size:44px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:23px; opacity:0; transform:translateX(-50px); transition:0.6s 0.3s all ease-in-out;}
.sec2 .main-tit p {font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#454545; 	opacity:0; transform:translateX(-50px); transition:0.6s 0.5s all ease-in-out;}
.sec2.active .main-tit h2 {opacity:1 !important; transform:translateX(0);}
.sec2.active .main-tit p {opacity:1 !important; transform:translateX(0);}
.sec2.active .notice-ctrl {opacity:1 !important;}

.sec2 .notice-ctrl {position:relative; display:flex; justify-content: flex-end; margin-bottom:40px; opacity:0; transition:0.6s 0.8s all ease-in-out;}
.sec2 .notice-ctrl:before {content:""; position:absolute; width:calc(100% - 180px); top:50%; height:2px; left:0; top:50%; margin-top:-1px; background:#737272;}
.sec2 .notice-ctrl > div {width:54px; height:54px; border-radius:100%; text-indent:-999em; overflow:hidden; background-color:#fff; background-repeat:no-repeat; background-position:50% 50%; margin-left:20px; cursor:pointer;}
.sec2 .notice-ctrl > div:first-child {margin-left:0;}
.sec2 .notice-ctrl > div:hover {background-color:#002060;}
.sec2 .notice-ctrl .notice-prev {background-image:url("../images/main/notice_prev.png");}
.sec2 .notice-ctrl .notice-next {background-image:url("../images/main/notice_next.png");}
.sec2 .notice-ctrl .notice-prev:hover {background-image:url("../images/main/notice_prev2.png");}
.sec2 .notice-ctrl .notice-next:hover {background-image:url("../images/main/notice_next2.png");}
.sec2 .box a {display:block; padding:40px 30px; background:#fff; position:relative;}
.sec2 .box a:hover {background:#002060;}
.sec2 .more {position:absolute; top:20px; right:30px; opacity:0; transform:translateX(50px); transition:0.6s 1.6s all ease-in-out;}
.sec2 .more a {display:inline-block; text-align:center; padding:20px 60px; border:1px solid #ddd; font-size:16px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#454545;}
.sec2.active .more {opacity:1 !important; transform:translateX(0);}

.sec2 .noticeSlide {opacity:0; transform:translateY(50px); transition:0.6s 1.3s all ease-in-out;}
.sec2.active .noticeSlide {opacity:1 !important; transform:translateY(0);}

.sec2 .box .tit {font-size:18px; font-weight:600; line-height:1.3em; letter-spacing:-0.03em; color:#454545; margin-bottom:15px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.sec2 .box .txt {font-size:16px; font-weight:300; line-height:1.5em; letter-spacing:-0.03em; color:#454545; height:70px; margin-bottom:50px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}  
.sec2 .box .date {text-align:right; font-size:14px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#b2b2b2; background-repeat:no-repeat;background-position:left center; background-image:url("../images/main/more_icon.png")}

.sec2 .box a:hover .tit,
.sec2 .box a:hover .txt {color:#fff;}
.sec2 .box a:hover .date {background-image:url("../images/main/more_icon2.png");}

/* sub page */
.sub-visual {position:relative; width:100%; height:420px; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; padding-top:245px;}
.sub-visual .content {position:relative; z-index:1; max-width:1460px; padding:0 30px; width:100%; margin:0 auto; color:#fff;}
.sub-visual .content h2 {font-size:46px; font-weight:600; line-height:1em; letter-spacing:-0.03em;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	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;
	z-index:0;
}
.sub-visual.load .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 */
}

.sub-title {margin:80px 0 60px; text-align:center;}
.sub-title h2 {position:relative; color:#242424; font-size:36px; line-height:1.2em; font-weight:600; letter-spacing:-0.01em;}

.path-wrap {position:relative; z-index:10; margin-top:-70px;}
.path-wrap .inner:before {content:""; position:absolute; width:200%; height:100%; background:rgba(0,0,0,0.8); left:0; z-index:-1;}
.path-wrap .inner {max-width:1400px; margin:0 auto; position:relative;}
.path-wrap .inner:after {content:""; display:block; clear:both;}
.path-wrap .home {float:left; border-right:1px solid rgba(255,255,255,0.3);}
.path-wrap .home a {display:block; width:70px; height:70px; background: url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .part {float:left; position:relative; min-width:280px; border-right:1px solid rgba(255,255,255,0.3); z-index:50;}
.path-wrap .part > a {display:block; position:relative; height:70px; color:#fff; font-weight:500; letter-spacing:-0.05em; font-size:16px; line-height:70px; padding:0 40px 0 27px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; width:9px; height:1px; background:#fff; margin-top:-0.5px;}
.path-wrap .part > a:before {content:""; position:absolute; top:50%; width:1px; height:9px; right:24px;margin-top:-4.5px; background:#fff; transition:0.3s all ease;}
.path-wrap .part.active > a:before {transform: rotate(90deg);}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; border-top:0; z-index:50; padding:10px 0;}
.path-wrap .part ul:before {content:""; position:absolute; left:0;}
.path-wrap .part ul li {color:#999999; font-size:16px; font-weight:500;  line-height:1.35em;}
.path-wrap .part ul li:first-child {border-top:0;}
.path-wrap .part ul li a {display:block; padding:10px 10px 10px 20px;}
.path-wrap .part ul li a:hover {color:#002060;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}



/* footer */

#footer {position:relative; color:#d1d1d1; font-size:14px; line-height:1.6em; background:#1a1a1a; padding:40px 0 50px 0;}
#footer .contain {display:flex;align-items: center}

#footer .f-menu  {text-align:right;}
#footer .f-menu ul {display:flex; justify-content: flex-end; margin-bottom:20px;}
#footer .f-menu ul li {position:relative; font-size:15px; font-weight:300; line-height:1.4em; letter-spacing:-0.03em; color:#ffffff;}

#footer .f-cnt {flex: 1 1 auto; min-width: 0; width: 1%; padding-right:30px;}
#footer .f-cnt .tit {font-size:15px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#fff; margin-bottom:20px;}
#footer address {font-style:normal; font-weight:300; line-height:2em;}
#footer address span {display:inline-block; margin-right:26px;}

#footer .copyright {display:block; letter-spacing:-0.03em; font-size:14px; font-weight:300; line-height:2em;}
#footer .copyright a {display:block; font-size:13px; font-weight:300; color:#d1d1d1;}

