@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#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}

/* header */
#header {position:absolute; top:0; left:0; width:100%; background:transparent; height:100px; z-index:90;}
#header .contain {max-width:1750px !important; z-index:20}
#header .sitelogo a {display:block; position:absolute; top:50%; margin-top:-35px; left:15px; z-index:10;}

#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 70px;}
#gnb>ul>li:last-child {margin-right:-70px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:20px; line-height:100px; font-weight:700; letter-spacing:0; text-shadow:5px 5px 5px rgba(0,0,0,0.5);}
#gnb>ul>li>a:hover {color:#e60013;}

#gnb .submenu {position:absolute; top:100px; height:auto; min-width:170px; left:50%; transform:translateX(-50%); display:none; background:rgba(255,255,255,0.8); border-top:2px solid #e60013;}
#gnb .submenu ul {display:block; padding:15px 0;} 
#gnb .submenu ul li {text-align:center; position:relative;}
#gnb .submenu ul li a {display:inline-block; color:#333; font-size:16px; line-height:2em; font-weight:500; position:relative; padding:2px 0;}
#gnb .submenu ul li a:hover {color:#e60013;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
#main .contain {max-width:1430px;}
#sub .contain {max-width:1230px;}
/* main */ 
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; height:100vh;}
.main-visual .secting-img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main-visual .txt {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.main-visual .txt h2 {font-size:45px; font-weight:600; color:#fff; line-height:1.3em; white-space:nowrap; transition:all 0.8s; text-shadow:5px 5px 5px rgba(0,0,0,0.5);}
.main-visual .txt h2.left {position:relative; overflow:hidden; width:0;}
.main-visual .txt h2.right {position:absolute; right:0; top:0; overflow:hidden; width:0; direction:rtl;}
.main-visual .txt.active h2.left {width:50%;}
.main-visual .txt.active h2.right {width:50%;}

.visual-arrow {position:absolute; top:50%; transform:translateY(-50%); padding-bottom:10px; width:150px; line-height:1.5em; border-bottom:2px solid #d7dacd; font-size:16px; cursor:pointer; display:block; z-index:11; color:#fff; font-weight:500;}
.visual-prev {left:0; text-align:right;} 
.visual-next {right:0; text-align:left;} 
.main-visual .slick-dots {position:absolute; left:50%; transform:translateX(-50%); bottom:60px; display:flex; margin:0 -4px; align-items:flex-end;}
.main-visual .slick-dots li {padding:0 4px;}
.main-visual .slick-dots li button {display:block; font-size:0; border:0; width:23px; height:2px; background:#9e9e9e;}
.main-visual .slick-dots li.slick-active button {height:4px; background:#fff;}

.section1 {padding:100px 0;}
.section1 .cnt {display:flex;}
.section1 .img-box {max-width:630px; width:100%;}
.section1 .txt {width:1%; flex:1 1 auto; padding-left:80px; padding-top:30px; position:relative;}
.section1 .txt h3 {font-size:26px; color:#52a874; line-height:1.2em; margin-bottom:40px;}
.section1 .txt p {font-size:16px; font-weight:500; color:#555555; line-height:1.8em;}
.section1 .txt a {display:inline-block; position:absolute; left:80px; bottom:25px; font-size:16px; color:#555; line-height:1.8em; padding-right:55px;}
.section1 .txt a:after {content:''; width:33px; height:9px; background:url('../images/main/section-arrow.png') 0 0 no-repeat; position:absolute; right:0; bottom:6px; background-size:cover;}

.section2 {padding:100px 0; background:#f8f8f8;}
.section2 .cnt {margin-bottom:120px;}
.section2 h3 {font-size:30px; line-height:1.2em; color:#333; text-align:center; margin-bottom:80px;}
.section2 ul {display:flex; margin:0 -11px;}
.section2 ul li {padding:0 11px; width:33.33333%;}
.section2 ul li a {display:block;}
.section2 .img-box {margin-bottom:20px;}
.section2 .img-box .pic {position:relative; height:0; padding-bottom:65.5%; overflow:hidden;}
.section2 a:hover .pic:after {content:''; width:100%; height:100%; background:rgba(0,0,0,0.5); top:0; left:0; position:absolute;}
.section2 .img-box .pic img {-ms-transform:scale(1.0) translateY(-50%); -webkit-transform:scale(1.0) translateY(-50%); transform:scale(1.0) translateY(-50%); position:absolute; top:50%; left:0; width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.section2 a:hover .pic img {-ms-transform:scale(1.08) translateY(-50%); -webkit-transform:scale(1.08) translateY(-50%); transform:scale(1.08) translateY(-50%); -webkit-transition:all 0.4s; -ms-transition:all 0.4s; transition:all 0.4s; -webkit-transition-timing-function:ease; transition-timing-function:ease;}
.section2 .txt p {font-size:16px; color:#777777; line-height:1.6em;}
.section2 .txt h4 {font-size:20px; font-weight:600; color:#333; line-height:1.5em;}
.section2 .more {text-align:center;}
.section2 .more a {color:#fff; line-height:60px; border-radius:30px; padding:0 50px; font-size:16px; font-weight:600; display:inline-block; background:#555555;}
/* footer */
#footer {padding:50px 0; background:#555555;}
#footer address {font-style:normal;}
.foot-info {text-align:center; margin-bottom:26px;}
.foot-info .logo {margin-bottom:36px;}
.foot-info p {font-size:15px; color:#e6e6e6; line-height:2em;}
.foot-info p span {margin:0 17px;}
.foot-pop ul {display:flex; justify-content:center; margin:0 -10px;}
.foot-pop ul li {padding:0 10px;}
.foot-pop ul li a {display:block; padding-left:29px; position:relative; font-size:15px; line-height:1.8em; color:#f8f8f8; }
.foot-pop ul li a:before {content:''; width:15px; height:15px; background:url('../images/common/foot-icon.png') 0 0 no-repeat; position:absolute; left:0; top:50%; margin-top:-8px; background-size:cover;}
/* quiock */
.quick {display:inline-block; width:134px; height:134px; border-radius:50%; background:#0aaf72; position:fixed; right:50px; bottom:160px; color:#fff; font-size:16px; font-weight:600; line-height:1.8em; padding-top:75px; box-shadow:5px 5px 5px rgba(0,0,0,0.18); text-align:center;}
.quick:before {content:''; width:30px; height:29px; background:url('../images/common/quick-icon.png') 0 0 no-repeat; position:absolute; left:50%; margin-left:-15px; top:30px; background-size:cover;}
/* sub page */
.sub-visual {position:relative; height:400px; z-index:7;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .tit {position:absolute; z-index:11; top:50%; transform:translateY(-50%); width:100%; text-align:center; padding-top:20px; font-size:34px; font-weight:600; color:#fff;}
.sub-visual .tit:before {content:''; width:60px; height:3px; position:absolute; top:0; left:50%; margin-left:-30px; background:#fff;}

.real-cont {margin-bottom:100px; letter-spacing:-.03em;}

.lnb {position:relative; z-index:10;}

.lnb:before {content:''; width:74%; min-width:1200px; height:100%; background:#52a874; position:absolute; left:0; top:0; z-index:10;}
.lnb:after {content:''; width:76.5%; min-width:1200px; height:100%; background:#f1f1f1; position:absolute; right:0; bottom:-39px; z-index:9;}
.lnb ul {display:flex; margin:-40px -5px 0; justify-content:center; align-items:center; height:70px; position:relative; z-index:11;}
.lnb ul li {padding:0 5px; width:auto !important; height:auto !important;}
.lnb ul li a {display:block; padding:0 33px; color:#fff; line-height:45px; border-radius:35px;}
.lnb ul li a:hover {background-color:rgba(255,255,255,0.6); color:#52a874;}
.lnb ul li.active a {background:#fff; color:#52a874;}

.sub-title {text-align:center; margin:175px 0 130px;}
.sub-title h2 {font-size:40px; color:#333333; position:relative; display:inline-block;}
.sub-title h2:after {content:''; width:100%; height:50%; background:rgba(82,168,116,0.4); position:absolute; bottom:0; left:0; z-index:-1;}


/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; 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:80px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.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 #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#0aaf72}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#0aaf72;}

.mobile-navigation .nav-menu>ul>li:nth-child(3)>a:after,
.mobile-navigation .nav-menu>ul>li:nth-child(4)>a:after {display:none;}

.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#0aaf72}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#0aaf72}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

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 {top:20px; right:15px;}
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:#414141;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}