@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

:root {
    /* color */
    --color-primary: #006835;
    --color-secondary: #222;

	/* font */
	--font-primary: 'GmarketSans', sans-serif;
}

.c1 {color:var(--color-primary) !important;}

#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;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10;}

.sitelogo a {display:block; background:url("../images/common/logo_w.png") no-repeat 0 center / contain; width:130px; height:70px; font-size:0; line-height:0;}

#gnb {margin-right:-59px; 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 59px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:100px; color:#fff; font-size:19px; font-weight:600; letter-spacing:-.02em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; transform:translateX(-50%); width:0; height:2px; background:var(--color-primary); transition:.2s;}
#gnb>ul>li.active>a:after {width:133px;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:16px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#454545; font-size:16px; line-height:1.33em; letter-spacing:-.02em;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#f9f9f9;}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#222;}
#header:hover .btn-m-menu span {background:#222;}
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#222;}

#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:#222;}
#header.header-fixed .btn-m-menu span {background:#222;}
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#222;}

/* 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:48px;}
.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:1260px;}

.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 80px; position:absolute; top:38.06%; left:0; width:100%; z-index:2;}
.main-visual .caption p {font-size:46px; font-weight:500; letter-spacing:-.02em; line-height:1.4em;}
.main-visual .caption h2 {font-size:60px; font-weight:700; letter-spacing:-.02em; line-height:1.4em;}
.mv-controls {position:absolute; left:0; bottom:340px; z-index:10; width:100%;}
.mv-controls .inner {position:relative;max-width:530px; display:flex; align-items:center; justify-content:space-between;}
.mv-controls .inner:after {content:""; position: absolute; right:0; left:-999em; bottom:0;  height:1px;/* background:rgba(255,255,255,0.5);*/}
.mv-controls .arrs {display:flex; align-items:center;}
.mv-controls .arrs .bar {display:inline-block; width:1px; height:20px; margin:0 20px;/* background:rgba(255,255,255,0.5);*/}
.mv-controls .slick-arrow {border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-color:transparent; z-index:50; overflow:hidden; width:18px; height:17px; font-size:0; line-height:0; text-indent:-99999em;}
.mv-controls .slick-prev {background-image:url('../images/main/mv-prev.png');}
.mv-controls .slick-next {background-image:url('../images/main/mv-next.png');}
.mv-controls .slick-dots li {font-weight:500; letter-spacing:-.04em; display:inline-block; font-family:var(--font-primary);}
.mv-controls .slick-dots li button {padding-bottom:17px; position:relative; display:block; color:rgba(255,255,255,0.7); background-color:transparent; text-align:center; width:52px; border:0; font-family:var(--font-priamry);transition:.2s;}
.mv-controls .slick-dots .slick-active button {color:#fff;}
.mv-controls .slick-dots .slick-active button:after {content:''; position: absolute; left:0; bottom:0; width:100%; height:2px; background:#fff;}
.main-visual .scroll {position:absolute; left:0; bottom:0; width:100%;}
.main-visual .scroll .contain {display:flex; justify-content:flex-end;}
.main-visual .scroll .bar {margin-right:20px; position:relative;width:1px; height:130px; background:rgba(255,255,255,0.5);}
.main-visual .scroll .bar:after {opacity:1; content:""; width:2px; height:50px; background:#fff; position:absolute; top:0; left:50%; margin-left:-.5px; animation:1.5s scroll linear infinite;}
.main-visual .scroll .text {margin-right:-20px;}

@keyframes scroll{
	0% {transform:translateY(0);}
	100% {transform:translateY(80px); opacity:0;}
}

.m-txt {margin-bottom:18px; font-size:18px; font-weight:600; letter-spacing:0; line-height:1.4em; color:#888;}
.m-tit {font-size:30px; font-weight:700; letter-spacing:-.02em; line-height:1.4em; color:#222;}

.main-business {padding:100px 0 83px; position:relative;}
.main-business:before {content:''; background:url("../images/main/business-bg.jpg") no-repeat 50% 100% / cover; width:100%; position:absolute; left:0; bottom:0; z-index:-1; height:622px;}
.main-business .contain {display:flex;}
.main-business .m-head {padding-top:30px; width:351px;margin-left:128px;}
.main-business .list {flex:1 1 auto; min-width:0; width:1%;}
.main-business .list ul {margin:-26px -31px; display:flex; flex-wrap:wrap;}
.main-business .list ul li {padding:26px 31px; width:50%;}
.main-business .list ul li:nth-child(n+3) {transform:translateX(220px)}
.main-business .list a {border-radius:10px; display:block; min-height:352px; background:#fff; box-shadow:0px 10px 25px rgba(0,0,0,0.09);} 
.main-business .list a .img img {width:100%;}
.main-business .list a .cnt {padding:31px 30px;}
.main-business .list a .num {margin-bottom:16px; font-weight:600; letter-spacing:-.02em; line-height:1.4em; color:#888;}
.main-business .list a .tit {font-size:23px; font-weight:700; line-height:1.3em; color:#222;}

.main-construct {position:relative; padding:95px 0 120px;}
.main-construct:before {content:''; background:url("../images/main/construct-bg.jpg") no-repeat 50% 100% / cover; width:100%; position:absolute; left:0; top:0; z-index:-1; height:482px;}
.main-construct .contain {position:relative;}
.main-construct .m-head {margin-bottom:73px;}
.main-construct .m-txt {color:#fff;}
.main-construct .m-tit {color:#fff;}
.construct-slider {margin-right:-505px;}
.construct-slider .slick-list {margin:-25px;}
.construct-slider .slick-slide {padding:25px;}
.construct-slider a {display:block; overflow:hidden; position:relative; border-radius:10px;}
.construct-slider a:after {opacity:0; content:''; position: absolute; left:0; top:0; bottom:0;right:0; background:rgba(0,0,0,0.5); transition:.3s;}
.construct-slider .img {overflow:hidden; position:relative; padding-bottom:71.69%; border-radius:10px;}
.construct-slider .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;}
.construct-slider .txt {transition:.3s; opacity:0; z-index:1; position:absolute; right:30px; bottom:25px; font-size:18px; font-weight:600; letter-spacing:-.04em; line-height:1.4em; color:#fff;}

.construct-slider a:hover:after {opacity:1;}
.construct-slider a:hover .txt {opacity:1;}

.main-construct .control {display:flex; align-items:center; position:absolute; right:30px; top:56px;}
.main-construct .control .bar {display:inline-block; width:1px; height:20px; margin:0 20px; background:rgba(255,255,255,0.5);}
.main-construct .slick-arrow {border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-color:transparent; z-index:50; overflow:hidden; width:18px; height:17px; font-size:0; line-height:0; text-indent:-99999em;}
.main-construct .slick-prev {background-image:url('../images/main/mv-prev.png');}
.main-construct .slick-next {background-image:url('../images/main/mv-next.png');}

/* sub */
.sub-visual {position:relative; height:520px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {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;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; margin-top:35px; padding:0 20px; transform:translateY(-50%);}
.sub-visual h2 {font-size:42px; line-height:1.3em; letter-spacing:0;}
.sub-visual .bar {width:260px; height:1px; background:rgba(255,255,255,0.25); margin:9px auto 13px;}
.sub-visual p {font-family:'Nunito Sans', sans-serif; font-size:14px; letter-spacing:.04em; line-height:1.5em;}
.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");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}
.lnb-wrap {position:relative; text-align:center;}
.lnb-wrap:after {content:''; position: absolute; left:0; bottom:0; width:100%; height:1px; background:#ddd;}
.lnb ul {display:flex; justify-content:center;}
.lnb ul li {width:auto; padding:0 16px;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:70px; padding:0 13px; color:#454545; line-height:1.2em; letter-spacing:-.02em;}
.lnb ul li a:after {display:none; content:""; position:absolute; left:0; width:100%; height:2px; bottom:0px; background:var(--color-primary);}
.lnb ul li.active a {color:var(--color-primary); font-weight:700;}
.lnb ul li.active a:after {display:block;}

#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;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:94px 0 50px; text-align:center;}
.sub-title.ty2 {padding:0 0 35px;}
.sub-tit {font-size:34px; line-height:1.3em; letter-spacing:0; color:#222;}

.real-cont {min-height:300px; padding-bottom:120px;}

/* footer */
#footer {padding:25px 0; background:#f9f9f9; color:#505050; font-size:14px; line-height:1.5em; letter-spacing:-.02em;}
#footer .contain {display:flex;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-wrap {display:flex; align-items:center; flex:1 1 auto; min-width:0; width:1%;}
.foot-logo {margin-right:63px;}
.foot-wrap address span {margin-right:28px;}
.copyright {margin:14px 0 18px; color:#878787;}
.designed {color:#ddd;}

.foot-links {color:#878787;}
.foot-links ul {display:flex;}
.foot-links ul li:not(:last-child) {margin-right:30px;}

.foot-family {padding:22px 0 22px 50px;width:263px; border-left:1px solid #ddd;}
.foot-family h2 {margin-bottom:11px; font-size:16px; font-weight:600; letter-spacing:-.02em; line-height:1.3em; color:#505050;}
.foot-family .list {display:flex;}
.foot-family .list a {margin-right:40px;}
.foot-family .list a:last-child {margin-right:0;}