@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 */
#header {position:fixed; top:0; left:0; width:100%; transition:.2s; z-index:100; background:none;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1260px; z-index:2;}
#header .sitelogo {padding: 15px 0; z-index:1;}
#header .sitelogo .img {background: url('../images/common/logo.png') no-repeat left center; background-size: contain; width: 246px; height: 54px; display: inline-block;}

#header.active {background: #fff;}
#header.active #gnb > ul > li > a {color: #333;}

#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin: 0 -50px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:99px; padding:0 50px; color:#fff; font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding-top: 24px; padding-bottom: 24px;}
#gnb .submenu ul li {padding:14px 5px;}
#gnb .submenu ul li a {position: relative;display:block; color:#454545; font-size:17px; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu ul li a:hover, #gnb > ul > li.active > a {color: #29a44a !important;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:0; left:0; width:0; height:2px; background:#29a44a; transition:.2s;}
#gnb > ul > li.active > a:after {width:100%;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:rgba(255,255,255,.9); border-top:1px solid #ddd; border-bottom:1px solid #ddd;}

#header.header-white .sitelogo .img {background: url('../images/common/logo.png') no-repeat left center; background-size: contain;}
#header.header-fixed .sitelogo .img, #header.active .sitelogo .img {background: url('../images/common/active_logo.png') no-repeat left center; background-size: contain;}

#header.header-white {background:none; border-bottom:1px solid rgba(255,255,255,.5);}
#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}

#header.header-white:hover {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white:hover #gnb > ul > li > a {color:#333;}
#header.header-white:hover .btn-m-menu span,
#header.header-white:hover .btn-m-menu span:before,
#header.header-white:hover .btn-m-menu span:after {background:#333;}

#header.header-fixed {background:#fff; border-bottom:1px solid #ddd;}
#header.header-fixed #gnb > ul > li > a {color:#333;}
#header.header-white.header-fixed .btn-m-menu span,
#header.header-white.header-fixed .btn-m-menu span:before,
#header.header-white.header-fixed .btn-m-menu span:after {background:#333;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:60;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#333;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#333;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:30px;}
.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:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:20px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-78%) rotate(45deg); width:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#29a44a;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:18px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#29a44a;}
.mobile-navigation .close {position:absolute; top:25px; right:18px; 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:#454545; 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-visual {position:relative; overflow:hidden; text-align:center; color:#fff;}
.main-visual .item {position:relative; overflow:hidden; height: 100vh;}
.main-visual .item .mv-bg img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.section .mv-cnt {position: absolute; bottom: 50%; left:0; width:100%; opacity:0; transition:1.4s; -webkit-transform:translateY(30px); transform:translateY(30px);}
.section .mv-cnt .contain {display: flex; justify-content: space-between; align-items: center;}
.section .mv-cnt .mv-first-text {font-family:'Nanum Gothic'; font-size: 30px; line-height: 1.5em; text-align: left; padding-bottom: 30%;}
.section .mv-logo {margin-bottom: 33px;}
.section .mv-tit {font-size: 40px; font-weight: 700; color: #29a44a; position: relative; padding-top: 20px; text-align: left; margin-bottom: 25px; letter-spacing: -.01em;}
.section .mv-tit:before {position: absolute; content: ''; width: 50px; height: 3px; background-color: #29a44a; top: 0; left: 0;}
.section .mv-text {font-size: 20px; color: #242424; text-align: left; line-height: 1.3em; letter-spacing: -.01em;}
.section .mv-desc.st {width: 100%; max-width: none;}
.section .mv-desc {width: 26%; max-width: 286px;}
.section .mv-link {width: 73%; max-width: 861px;}
.section .caption {position: relative; font-size: 25px; font-weight: 700; text-align: left; color: #242424; height: 83px; background-color: #fff; border-radius: 0 0 20px 20px;}
.section .caption:before {position: absolute; content: ''; background: url('../images/main/ico_shortcut.png') no-repeat center center; width: 26px; height: 11px; right: 33px; top: 44%; background-size: contain;}
.section .caption span {position: absolute; top: 50%; left: 30px; transform: translateY(-50%);}
.section.st3 .caption:before {right: 20px;}

.section .in {border-radius: 20px; box-shadow: 0px 1px 4px rgba(0,0,0,.5);}
.main-company, .main-business {position: relative;}
.main-company:before {content: ''; position: absolute; width: 100%; height: 100%; background: url('../images/main/bg_main_company.jpg') no-repeat center bottom; background-size: cover; z-index: -1;}
.main-business:before {content: ''; position: absolute; width: 100%; height: 100%; background: url('../images/main/bg_main_business.jpg') no-repeat center top; background-size: cover; z-index: -1;}

.main-company .contain, .main-business .contain {display: flex; justify-content: space-between;}

.main-company .swiper-slide {width: 50%; padding: 10px;}
.main-company .swiper-wrapper {margin: 0 -5px;}
.main-business .swiper-slide {width: 33.3333%; padding: 10px 9px;}}
.main-business .swiper-wrapper {margin: 0 -9px;}



.main-visual .slick-arrow {width:30px; height:57px; position:absolute; display:flex; align-items:center; top:50%; margin-top:-40px; color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;}
.main-visual .slick-prev {left:60px;  background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next {right:60px; background:url("../images/main/slide_next.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-dots {position:absolute; bottom:60px; left:0; width:100%; text-align:center; line-height:0; margin-bottom:8px;}
.main-visual .slick-dots li {display:inline-block; margin:0 25px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:14px; height:14px; opacity: 52%; color:#fff; font-size:14px; font-weight:700; background:transparent; transition:.2s; border: none; border-radius:100%; text-indent: -9999em; background-color: #fff;}
.main-visual .slick-dots li.slick-active button {position: relative; opacity: 100%;}
.main-visual .slick-dots li.slick-active button:before {position: absolute; content: ''; width: 32px; height: 32px; border-radius: 100%; border: 1px solid #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 51;}
.main-visual .scroll {position:absolute; bottom: 7%; left:50%; transform: translateX(-50%); margin-top:25px; z-index:50; display: flex; flex-direction: column;}
.main-visual .scroll span {font-size: 15px; margin-bottom: 5px; font-weight: 200; letter-spacing: .1em;}
.main-visual .scroll .img {animation:1.5s scrollUpDown linear infinite;}
.main-visual .active .item .mv-bg img {transform:scale(1);}
.main-visual .active .mv-cnt {opacity:1; -webkit-transform:translateY(50%); transform:translateY(50%);}

.main-service {position: absolute; right: 50px; top: 15%; background-color: #29a44a; border-radius: 10px; padding: 5px;}
.main-service .pop-text {font-size: 18px; color: #fff; font-weight: 500; display: flex; align-items: center; justify-content: center; padding: 7px 0; letter-spacing: -.02em;}
.main-service .pop-text .ico {padding-right: 10px;}
.main-service .pop-num {font-size: 22px; color: #0c5f22; font-weight: 700; background-color: #fff; border-radius: 8px; padding: 11px 5px; letter-spacing: -.04em;}



@keyframes scrollUpDown{
	0%,100% {transform:translateY(-5px);}
	50% {transform:translateY(10px);}
}

.m-head h2 {font-size:44px; line-height:1.3em; letter-spacing:-.03em;}
.m-head .en {color:#29a44a; font-weight:700; line-height:1.3em; letter-spacing:.1em; margin-bottom:5px;}
.m-head .txt {color:#686868; font-size:17px; line-height:1.765em; letter-spacing:-.03em; margin-top:15px;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd; text-align:center; z-index: 1; background-color: #fff;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb .swiper-container {margin-bottom:-1px;}
.lnb .swiper-wrapper {transform: translate3d(0px, 0px, 0px);}
.lnb ul {justify-content:center;}
.lnb ul li {flex: 1; text-align:center; border-right: 1px solid #ddd;}
.lnb ul li:first-child {border-left: 1px solid #ddd;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#333; font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a { color: #29a44a; }
.lnb ul li.active a:before {position: absolute; content: ''; width: 100%; height: 3px; bottom: 0; background-color: #29a44a;}

/* sub */
.sub-visual {position:relative; height:400px; color:#fff; text-align:center; overflow:hidden; background:#333; z-index: 1;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; 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%; transform:translateY(-50%);}
.sub-visual h2 {font-size:44px; font-weight:600; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual p {font-size:18px; 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 .bg2-2 {background-image:url("../images/common/sv2_2.jpg");}
.sub-visual .bg2-3 {background-image:url("../images/common/sv2_3.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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.sub-tab-warp {position:relative; text-align:center; margin-bottom: 70px; background-color: #f1f1f1; border-radius: 35px;}
.sub-tab {margin:0 auto; max-width:1400px;}
.sub-tab .swiper-container {margin-bottom:-1px;}
.sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px) !important;}
.sub-tab ul {justify-content:center;}
.sub-tab ul li {flex: 1; text-align:center;}
.sub-tab ul li a {display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#333; font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.sub-tab ul li.active a {color: #fff; background-color: #29a44a; border-radius: 35px;}

.sub-title {padding: 80px 0;}
.sub-title h2 {position: relative; font-size: 35px; line-height: 1.3em; text-align: center; letter-spacing: -.03em; color: #242424; font-weight: 500;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {min-height:400px; padding-bottom:100px;}

/* footer */
#footer {background-color: #222; padding: 30px 0;}
#footer h5 {color: #fff; font-size: 18px; margin-bottom: 9px;}
#footer address  {margin-bottom: 10px; display: inline-block;}
#footer address span {color: #878787; font-size: 15px; font-style: normal; margin-right: 25px;}
#footer .copyright {font-size: 13px; color: #666;}
#footer a:hover {text-decoration: underline;}

.scroll-top {position:fixed; bottom:50px; right:50px; width:74px; height:74px; color:#fff; font-size:15px; line-height:1em; text-align:center; display:flex; justify-content:center; align-items:center; z-index:80; background-color: #29a44a; border-radius: 100%;}
.scroll-top span:before {content:""; display:block; margin:0 auto 10px; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #fff;}