@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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#container {padding-left:300px;}
#header  {width:300px; height:100%; position:fixed; left:0; top:0; background: rgb(7,77,161); background: linear-gradient(180deg, rgba(7,77,161,1) 0%, rgba(95,187,70,1) 100%); padding-top:70px; border-right:1px solid #ddd; z-index:20;}
#header .contain {display:flex; flex-direction: column;  justify-content: space-between; width:300px; padding-left:0; padding-right:0; height:100%;}
.sitelogo {text-align:center; margin-bottom:50px;}
.gnb-wrap {flex:1;}

#gnb > ul {border-top:1px solid rgba(255,255,255,.3);}
#gnb > ul > li {position:relative; width:100%;}
#gnb > ul > li:hover > a , #gnb > ul > li.active > a{background-color: #fff; color:#074da1;}
#gnb > ul > li > a {border-bottom:1px solid rgba(255,255,255,.3); font-family: 'S-CoreDream', sans-serif; display:block; width:100%; text-align:center; font-size:17px; font-weight:500; padding:16px 0; letter-spacing:-0.03em; color:#fff; transition:all 0.2s ease-in-out;}

.submenu-bg {display:none; position:absolute; height:100vh; left:100%; top:0; background:#fff; z-index:100;}
.submenu {display:none; position:absolute; width:200px; top:0; left:100%;  z-index:101;}
.submenu ul {padding:9px 0;}
.submenu ul li {width:100%;}
.submenu ul li a {display:block; font-size:16px; font-weight:500; letter-spacing:-0.03em; color:rgba(36,36,36,1); padding:6px 30px;}
.submenu ul li a:hover {font-weight:500; color: #5fbb47;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-11px; right:15px; width:27px; height:22px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1.5px; width:27px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:2px; background:#242424; 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:10px 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:10px; padding-left:15px; border-bottom:1px solid #ddd;}
.mobile-navigation .home img {height:40px; 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:#074da1;}
.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 #074da1; border-bottom:2px solid #074da1;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #074da1;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#074da1; 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: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 */
.mobile {display:block} 
.contain {max-width:1480px; padding-left:30px; padding-right:30px; margin:0 auto;}
.main-visual .item {height: 980px; background-position: 50% 50%; background-size: cover !important;}
.main-visual .item .text {position: relative; height: 980px; display:flex; flex-direction: column; justify-content: center; left:80px; }
.main-visual .item .text:before {top:50%; transform:translateY(-50%); content:" "; position:absolute; width: 440px; height: 440px; background: url(../images/main/square.png)50% 50% no-repeat;}
.main-visual .item .text .txt {position: absolute;left:180px;}
.main-visual .item .text h1 {margin-bottom: 12px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:52px; color: #fff; letter-spacing:-0.03em; line-height: 1.4em;}
.main-visual .item .text p {font-weight: 400; font-size:18px; color: #fff; letter-spacing:-0.03em; line-height: 1.667em;}
.main-visual .mobile {display:none;}
.main-visual .slick-dots {position:absolute; bottom:80px; left:0; width:100%; display:flex; align-items:center; justify-content:center; z-index:50;}
.main-visual .slick-dots li {display:flex; align-items:center; padding: 0 5px;}
.main-visual .slick-dots li button {position:relative; display:block; width:50px; height:3px; background:#aaaaaa; border:0; overflow:hidden; text-indent:-999em;}
.main-visual .slick-dots li.slick-active button {width:80px; height:3px; margin:0 -2px; background:#fff;}
.main-visual .slick-dots li.slick-active button:after {content:""; position:absolute; top:50%; left:50%; width:11px; height:11px; transform:translate(-50%,-50%); background:#fff; border-radius:100%;}

.main-work {margin: 100px 0;}
.main-work .tit {margin-bottom: 47px; display:flex; justify-content: space-between; align-items: flex-end;}
.main-work .tit h2 {font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:40px; color: #242424; letter-spacing:-0.03em;}
.main-work .tit .line {width: 60%; height: 1px; background-color: #ddd;}
.main-work .tit p {font-weight: 400; font-size:16px; color: #686868; letter-spacing:-0.03em;}
.main-work .gallery {display:flex; flex-wrap:wrap; margin: -20px -10px;}
.main-work .gallery .item {width: 25%; padding: 20px 10px;}
.main-work .gallery .item a {display:block; position: relative;}
.main-work .gallery .item .img {position:relative; padding-bottom:73.529%; overflow:hidden;}
.main-work .gallery .item .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-work .gallery .item .text {display:none;}
.main-work .gallery .item:hover .text {display:block;}
.main-work .gallery .item .text .tt {display:flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; width: 100%; height: 100%; top:0; left:0; background-color: rgba(0,0,0,.6); }
.main-work .gallery .item .text .gallery-tit {padding: 0 10px; margin-bottom: 10px; font-family: 'S-CoreDream', sans-serif; font-weight: 500; font-size:18px; color: #fff; letter-spacing:-0.03em; line-height: 1.4em;}
.main-work .gallery .item .text .gallery-txt {font-weight: 500; font-size:16px; color: #b2b2b2; letter-spacing:-0.03em; line-height: 1.4em;}

.button {text-align:center; margin-top: 60px;}
.button .btn  {display:inline-flex; padding:15px 30px; background-color: transparent; border-radius:30px;  border:1px solid #ddd; align-items: center;}
.button .btn  p {color:#242424; font-weight: 500; font-size:16px; letter-spacing:-0.03em; line-height: 1.4em; padding-right: 70px;}
.button .btn .img {width: 28px; height: 8px; background: url(../images/main/arrow_black.png) 50% 50% no-repeat;}
.button .btn:hover {background-color: #074da1;  border:1px solid transparent;}
.button .btn:hover .img {background: url(../images/main/arrow.png)}
.button .btn:hover p {color:#fff;}
.main-customer {text-align:center; height: 320px; background: url(../images/main/customer-bg.jpg)50% 50% no-repeat; background-size: cover; display: flex;align-items: center;
 justify-content: center; flex-direction: column;}
.main-customer h2 {margin-bottom: 15px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:40px; color: #fff; letter-spacing:-0.03em;}
.main-customer p {font-weight: 400; font-size:16px; color: #eeeeee; letter-spacing:-0.03em;}
.main-customer .button {margin-top: 26px;}
.main-customer .button .btn  p {color:#fff;}

.main-news {margin: 100px 0;}
.main-news .tit {display:flex; justify-content: space-between; align-items: flex-end; margin-bottom: 34px;}
.main-news .tit .line {width: 42.25%; height: 1px; background-color: #ddd;}
.main-news .tit h2 {font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:40px; color: #242424; letter-spacing:-0.03em;}
.main-news .tit h2 a {margin-left: 8px;}
.main-news .tit p {font-weight: 400; font-size:16px; color: #686868; letter-spacing:-0.03em;}
.main-news .txt ol {border-top:2px solid #2c2c2c;}
.main-news .txt ol li {position: relative; border-bottom:1px solid #ddd;}
.main-news .txt ol li a {width: 80%; display:inline-flex; padding: 26px 0 26px 40px;}
.main-news .txt ol li .num {margin-right: 57px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:30px; color: #ccc; letter-spacing:-0.03em;}
.main-news .txt ol li p {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight: 500; font-size:16px; color: #242424; letter-spacing:-0.03em;}
.main-news .txt ol li p span {position: absolute; right: 40px;font-weight: 400; font-size:16px; color: #686868; letter-spacing:-0.03em;}

/* sub */
.sub-visual {height:300px; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden;}
.sub-visual .contain {height: 300px; padding-bottom: 72px; display:flex; justify-content: space-between; align-items: flex-end; max-width:1480px; padding-left:30px; padding-right:30px; margin:0 auto;}
.sub-visual h2 {position: relative; padding-left: 109px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:40px; color: #fff; letter-spacing:-0.03em; line-height: 1em;}
.sub-visual h2:before {content:""; position: absolute; top:50%; transform:translateY(-50%); left:0; width: 80px; height: 1px; background-color: rgba(255,255,255,.5);}
.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");}
.sub-visual .path {color: #fff; font-size:16px; font-weight:500; line-height:1.4em; letter-spacing:-.03em; display: flex; align-items: center;}
.sub-visual .path .arrow {display:inline-block; width: 7px; height: 10px; background: url(../images/sub/Process-list-next.png) 50% 50% no-repeat; background-size: cover; text-indent:-9999em; overflow:hidden; margin: 0 10px;}

#contArea {max-width:1480px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {border-bottom:1px solid #ddd; padding-top: 80px; margin-bottom: 30px; display:flex; justify-content: space-between; align-items: flex-end;}
.sub-title h2 {padding-bottom: 15px; font-family: 'S-CoreDream', sans-serif; font-weight: 600; font-size:36px; color: #242424; letter-spacing:-0.03em; line-height: 1.4em;}

.real-cont {min-height:630px; padding-bottom:100px;}
 
.lnb-wrap {margin-bottom: 30px;}
.lnb ul {display:flex; flex-wrap: wrap;  margin: 0 -5px;}
.lnb ul li {width: 12.5%; padding: 0 5px;}
.lnb2 ul li {width: 33.33333%;}
.lnb ul li a {width: 100%; border:1px solid #ddd; display:inline-flex; align-items: center; justify-content: center; height:54px; font-family: 'S-CoreDream', sans-serif; font-weight: 500; font-size:18px; color: #454545; letter-spacing:-0.03em; line-height: 1.4em;}
.lnb ul li a:hover, .lnb ul li.active a  {color:#fff; background-color: #074da1;}

/* footer */
#footer {position: relative; z-index: 100; padding: 40px 0; color: #fff; font-size:15px; font-weight:400; line-height:1.4em; letter-spacing:-.03em; background:#2c2c2c;}
#footer .contain {position: relative;}
.foot-logo {margin-bottom: 12px; font-weight: 400; font-size:15px; color: #fff; letter-spacing:-0.03em; line-height: 1.4em;}

.foot-links {font-weight:400; position: absolute; right: 30px; top:0;}
.foot-links ul {display:flex;}
.foot-links ul li {color:#fff; margin-left: 38px; letter-spacing:-.03em;}
.foot-links ul li:nth-of-type(3){margin-left: 0;}

.foot-info .address {}
.foot-info .address p {font-weight: 300; font-size:14px; color: #fff; line-height: 1.857em; position: relative; display:inline-block; margin:0 35px 0 0;}
.foot-info .address p span {color: #909090; margin-right: 10px;}

.copyright {color: #fff; font-size:14px; font-weight:300; line-height:1.857em; letter-spacing:-.03em;}

.pop_wrap h2 {background: #074da1 !important;}
