@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;}
/* .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 */
#header {position:absolute;top: 0;left: 0; width: 100%;z-index:100; border-bottom: 1px solid #ddd;}
#header .contain {position:relative; z-index:2;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-27px; z-index:2; background-image:url("../images/common/logo.png");}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content: flex-end;}
#gnb > ul > li {position:relative; padding: 0 42px; text-align:center;}
#gnb > ul > li:last-child {padding-right: 0;}
#gnb > ul > li > a {display:block; font-family: 'NanumSquare', sans-serif; font-size:20px; font-weight: 700; line-height:100px; letter-spacing: -.03em; color: #fff;}
#gnb > ul > li:hover > a, #gnb > ul > li.active > a {color: #43a298;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:50;}
#gnb .submenu > ul {position:relative; padding: 22px 0;}
#gnb .submenu > ul > li {margin-bottom: 5px;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; font-size: 16px; font-weight: 400; color: #fff;}
#gnb .submenu > ul > li > a:hover {text-decoration:underline;}

#gnb > ul > li:last-child .submenu {padding-left: 42px;}
#header.header-hover {background:#fff;}
#header.header-hover #gnb > ul > li > a {color: #242424;}
#header.header-hover #gnb > ul > li:hover > a, #header.header-hover #gnb > ul > li > a.active {color: #43a298;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo_on.png");}
/* 
#sub #header {position: relative; background: #fff;}
#sub #gnb > ul > li > a {color: #242424;}
#sub #gnb > ul > li:hover > a, #sub #gnb > ul > li.active > a {color: #43a298;}
#sub .sitelogo {background-image:url("../images/common/logo_on.png");} */

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; background-color:#fff; background: linear-gradient(90deg, #4382a2 50%, #43a25e 100%); opacity: .9;}

/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:26px; height:26px; margin-top:-13px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#033f5c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:2px; background:#033f5c;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.mobile-navigation {position:fixed; top:0; right:0; width:400px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}

.mobile-navigation .home {max-height:90px; padding: 34px 20px;}
.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:#43a298;}

.mobile-navigation .deck3 {display: none;}

.mobile-navigation .close {position:absolute; right:14px; top:32px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:3px; background-color:#333;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}

.mobile-navigation .nav-menu .submenu {display:none; background:#43a298; 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-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;}
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);}

/* main */
.main-visual {position:relative;}
.main-visual .contain {height: 100%;}
.main-visual .item {/* height:980px; */ background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .bg2 {background-image:url("../images/main/mv2.jpg");}
.main-visual .bg3 {background-image:url("../images/main/mv3.jpg");}
.main-visual .caption {position: relative; top:50%; transform:translateY(-50%); color:#fff; text-align: center; z-index:50; padding: 0 30px;}
.main-visual .caption h2{font-family: 'OTWelcomeBA'; font-weight: normal; font-size: 30px; ;letter-spacing: -.03em; line-height: 1.3em;}
.main-visual .caption h2:after {content:""; display: block; width: 130px; height: 3px; background: #fff; margin: 18px auto 25px;}
.main-visual .caption strong {font-family: 'Apple SD Gothic', sans-serif;;display: block; margin-bottom: 30px; font-weight: 700; font-size: 50px; line-height: 1.3em; letter-spacing: -.03em; text-shadow:rgba(0,0,0,.5) 5px 5px 5px;}
.main-visual .caption p {font-size: 26px; line-height: 1.385em; font-weight: 500; letter-spacing: -.03em; text-shadow:rgba(0,0,0,.5) 5px 5px 5px;}

.main-visual .slick-arrow {position:absolute; top:50%; margin-top: -32px; width:65px; height:65px; z-index:51; background-position:50% 50%; background-repeat:no-repeat; border:0; border-radius:100%; background-color:rgba(0,0,0,.4); overflow:hidden; text-indent:-9999em;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:50px; }
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:50px; }

.main-visual .scrollDown {position: absolute; bottom: 30px; left:50%; margin-left: -26px; width:52px; height: 55px; font-size:0;background:url('/images/main/scroll_down.png') 50% 50% no-repeat;background-size: contain;
-webkit-animation: bounce2 .9s linear infinite alternate;-moz-animation: bounce2 .9s linear infinite alternate;-o-animation: bounce2 .9s linear infinite alternate;-ms-animation: bounce2 .9s linear infinite alternate;animation: bounce2 .9s linear infinite alternate;cursor: pointer;}
@-moz-keyframes bounce2{from{bottom:30px;}to{bottom:40px;}}
@-webkit-keyframes bounce2{from{bottom:30px;}to{bottom:40px;}}
@-o-keyframes bounce2{from{bottom:30px;}to{bottom:40px;}}
@keyframes bounce2{from{bottom:30px;}to{bottom:40px;}}

.flex-center {display: flex; justify-content: center; align-items: center;}
.m-section {padding: 130px 0;}

.head {font-size: 32px;font-weight: 500;letter-spacing: -.03em;line-height: 1.5em;margin-bottom: 25px;}
.head h2 {font-family: 'OTWelcomeBA'; font-weight: normal; font-size: 36px; line-height: 1.3em; letter-spacing: -.03em; margin-bottom: 20px;}
.head h2:after {content:""; display: block; width: 50px; height: 3px; margin-top: 15px; margin-left: auto; margin-right: auto;}
.head h2.left:after {margin-left: 0;}
.head h2.none:after {content:none;}
.head p {color: #454545; font-size: 20px; font-weight: 500; line-height: 1.700em; letter-spacing: -.03em;}

#main .sec1 {padding-bottom: 190px;}
#main .sec1 .contain {position: relative;}
#main .sec1 .contain:after {content:""; display:block; clear:both;}
#main .sec1 .contain:before {content:""; position: absolute; left: 30px; bottom: -190px; width: 650px; height: 73px; background-image:url("/images/main/minplanning.png"); background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
#main .sec1 .img-wrap.img1 {float: left; width: 46.57%;}
#main .sec1 .cnt-wrap {float: right; width: 51.28%; margin-bottom: 48px;}
#main .sec1 .imgs {float: right; width: 51.28%; display: flex;justify-content: space-between;}
#main .sec1 .imgs .img-wrap {width: calc(50% - 15px);}

#main .sec1 .img-wrap .img {position:relative; padding-bottom:78.49%; overflow:hidden;}
#main .sec1 .img-wrap.img1 .img {padding-bottom:81.29%;}
#main .sec1 .img-wrap .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 .sec1 .img-wrap {position: relative;}
#main .sec1 .img-wrap p {position: absolute; left: 0;width: calc(100%);top: 50%;transform:translateY(-50%); padding: 15px 5px 0 5px; text-align: center; font-family: 'OTWelcomeBA'; font-weight: normal; color: #fff; font-size: 26px; line-height: 1.5em; letter-spacing: -.03em;}
#main .sec1 .img-wrap.img1 p {font-size: 36px;}
#main .sec1 .cnt-wrap .head h2:after {background: #43a298;}
#main .sec1 .head p {color: #333;}

#main .sec2 {background:no-repeat url("/images/main/bg_sec2.jpg") 50% 50%; background-size:cover; text-align: center;}
#main .sec2 .list {max-width: 1000px;margin: 0 auto;}
#main .sec2 ul {display: flex;flex-wrap:wrap; margin: 0 -15px;}
#main .sec2 ul li {width: 25%; padding: 0 15px;}
#main .sec2 ul li a {display: block; height: 100%; border: 1px solid #454545; border-radius:20px; padding: 40px 5px 35px;}
#main .sec2 ul li .icon {}
#main .sec2 ul li .tit {font-family: 'NanumSquare', sans-serif; color: #454545; font-size: 20px; font-weight: 800; line-height: 1.5em; letter-spacing: -.03em; margin-top: 10px;}

#main .sec3 {background:no-repeat url("/images/main/bg_sec3.jpg") 50% 50%; background-size:cover; text-align: center;}
#main .sec3 .head {margin-bottom: 35px;}
#main .sec3 .head h2{color: #fff;}
#main .sec3 .head h2:after {background: #fff;}
#main .sec3 .head p {color: #fff;}
#main .sec3 .btn-more {margin-top: 80px;}
#main .sec3 .btn-more a {display: inline-block; border: 1px solid #fff; text-align: left; font-size: 18px; color: #fff; line-height: 48px; letter-spacing: -.03em; min-width: 180px; padding: 0 15px; background: url("/images/main/btn_more.png") right 15px center no-repeat;}

.portfolio-list ul {display:flex; flex-wrap:wrap; margin:0 -15px;}
.portfolio-list ul li {width:25%; padding:0 15px; margin-bottom:30px; text-align:center;}
.portfolio-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.portfolio-list ul li a {position: relative;display:block;height: 100%;background: #fff;box-shadow:rgba(0,0,0,.1) 5px 5px 5px;}
.portfolio-list ul li a:after {content:""; position:absolute; top:0; left:0; right:0; bottom: 0; border:1px solid #ddd;}
.portfolio-list ul li .thumb {position:relative; padding-bottom:43%; overflow:hidden;}
.portfolio-list ul li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.portfolio-list ul li .box {background: #fff; padding: 40px 7px;}
.portfolio-list ul li .logo {position:relative; padding-bottom:25.5%; overflow:hidden; margin-bottom: 40px;}
.portfolio-list ul li .logo img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.portfolio-list ul li .cate {font-size: 20px; font-weight: 500; line-height: 1.3em; letter-spacing: -.03em;}
.portfolio-list ul li .tit {color:#686868; font-size:18px; font-weight: 500; line-height:1.4em; letter-spacing: -.03em;}
.portfolio-list ul li a:hover:after {border-width:2px; border-color:#43a298}


#main .sec4 {text-align: center;}
#main .sec4 .head {margin-bottom: 50px;}
#main .sec4 .head h2 strong{display: block; font-size: 26px;}
#main .sec4 .head h2:after {background: #43a298;}
#main .sec4 ul {display: flex;flex-wrap:wrap; margin: 0 -15px;}
#main .sec4 ul li {width: 25%; padding: 0 15px;}
#main .sec4 ul li .in {height: 100%; background: #f5f5f5; border: 1px solid #ddd; padding: 45px 5px 30px; color: #454545;}
#main .sec4 ul li .tit {font-family: 'NanumSquare', sans-serif; font-size: 24px; font-weight: 700; line-height: 1.5em; letter-spacing: -.03em; margin-bottom: 40px;}
#main .sec4 ul li .num {font-family: 'OTWelcomeBA'; font-weight: normal; font-size: 60px; line-height: 1.2em; letter-spacing: -.03em;}
	  
#main .sec5 {background:no-repeat url("/images/main/bg_sec5.jpg") 50% 50%; background-size:cover;}
#main .sec5 .contain {position: relative;}
#main .sec5 .txt-wrap {position: absolute; top: -10px; left: 7%;}
#main .sec5 .txt-wrap p {font-family: 'OTWelcomeBA'; font-weight: normal; font-size: 36px; line-height: 1.5em; letter-spacing: -.03em; color: #fff;}
#main .sec5 .img {text-align: center;}

.root_daum_roughmap {width:100% !important;}
#main .sec6 {}
#main .sec6 .contain {display: flex;flex-wrap:wrap;justify-content: space-between;}
#main .sec6 .contain > div {width: calc(50% - 25px);}
#main .sec6 .map {order: 2;}
#main .sec6 .location-info {}
#main .sec6 .location-info .head {margin-bottom: 35px;}
#main .sec6 .location-info .head h2 {}
#main .sec6 .location-info ul {}
#main .sec6 .location-info ul li {padding: 12px 15px; display: flex;align-items: center; border-bottom: 1px solid #ddd;}
#main .sec6 .location-info ul li:first-child {border-top: 1px solid #ddd;}
#main .sec6 .location-info ul li .icon {flex:0 0 50px;width: 50px;height: 50px;border-radius:100%;background: #16a89f;margin-right: 15px;}
#main .sec6 .location-info ul li p {color: #454545; font-size: 18px; font-weight: 500; line-height: 1.5em; letter-spacing: -.03em;}

/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:420px; overflow:hidden; text-align:center; color:#fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; padding:20px; padding-top: 120px;}
.sub-visual h2 {font-family: 'OTWelcomeBA'; font-weight: normal; font-size:30px; line-height:1.5em; letter-spacing:-.03em; margin-bottom: 15px;}
.sub-visual p {font-size: 18px; font-weight: 500; line-height: 1.5em; 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")}

.lnb {position: relative;text-align:center;border-bottom: 1px solid #ddd;}
.lnb .contain {max-width:1400px; padding: 0;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative;border-left: 1px solid #ddd;color: #454545;}
.lnb ul li:last-child {border-right: 1px solid #ddd;}
.lnb ul li.active, .lnb ul li:hover{background:#43a298;color: #fff;}
.lnb ul li a {display:block; position:relative; font-family: 'NanumSquare', sans-serif; font-size:20px; font-weight: 700; line-height:60px; letter-spacing:-.03em; white-space:nowrap; transition:none;padding: 0 10px;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:50px 0; text-align:center;}
.sub-title h2 {font-family: 'NanumSquare', sans-serif; font-size:30px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.sub-title h2:after {content:""; display: block; width: 50px; height: 3px; background: #43a298; margin: 15px auto 0;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {background:#1f262e; font-weight: 300; letter-spacing: -.03em; padding: 32px 0;}
#footer .contain {position: relative; display: flex;align-items: center;}
#footer .contain:after {display: none;}
#footer address {font-style:normal;}

.foot-logo {margin-right: 50px;}

.foot-links {margin-bottom: 5px;}
.foot-links a {display:inline-block; margin-right: 30px; color:#ddd; font-size: 15px; line-height: 1.75em;}

.foot-info {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-info address {color: #aaa; font-size: 14px; line-height: 1.571em;}
.foot-info address span {display:inline-block;}

/* qmenu */
#main #qmenu {top: 1100px;}
#qmenu {position: absolute; top: 520px; right: 0; width: 140px; text-align: center; color: #fff; z-index: 99;}
#qmenu ul {}
#qmenu ul li {}
#qmenu ul li a {height: 100%; padding: 10px 5px; min-height: 120px;}
#qmenu ul li p {line-height: 1.375em; margin-top: 8px;}

#qmenu ul li.bg1 {background: #4382a2;}
#qmenu ul li.bg2 {background: #3bbba5;}
#qmenu ul li.bg3 {background: #00c939;}


/* .scroll-top {position:absolute; right:30px; top:27px; z-index:101; color:#707070; font-size:15px; font-weight:500; line-height:1em;}
.scroll-top:before {content:""; display:inline-block; width:0; height:0; margin-right: 5px; border-left:9px solid transparent; border-right:9px solid transparent; border-bottom:9px solid #707070;} */