@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;}
.only-tablet-mobile {display:none;}

#container {min-height: auto !important; margin-top: 32px;}
.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-color: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1260px; z-index:2;}
#header .sitelogo {padding: 15px 0;}
#header .sitelogo a {padding-right: 50px;}
#header .sitelogo img {max-height: 70px;}

#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin: 0 -40px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:99px; padding:0 50px; color:#242424; font-size:20px; font-weight:600; 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: 22px; padding-bottom: 27px;}
#gnb .submenu ul li {padding:8px 0;}
#gnb .submenu ul li a {position: relative;display:block; line-height:1.5em; letter-spacing:-.03em; font-size: 16px; color: #fff;}
#gnb .submenu ul li a:hover {text-decoration: underline; text-underline-offset: 5px;}
#gnb > ul > li.active > a:after {width:8px; height: 8px; }

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#71964b;}

#header.header-white {background:none; border-bottom:1px solid rgba(255,255,255,.3);}
#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:#242424;}
#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:#242424;}

#header.header-white.header-fixed {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white.header-fixed #gnb > ul > li > a {color:#242424;}
#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:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#242424;}
.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:45px;}
.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:#406337;}
.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:#406337;}
.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; max-height: 880px;}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.main-visual .caption {position:absolute;  bottom:50%; left:0; width:100%; line-height:1.3em; letter-spacing:-.03em; transition:1.4s; transform:translateY(50%); font-size: 32px;}
.main-visual .caption span {font-family: 'Montserrat', sans-serif; font-size: 18px; letter-spacing: 1em; margin-bottom: 15px; display: inline-block;}
.main-visual .caption strong {font-weight: 700;}
.main-visual .caption h2 {font-size: 66px; font-family: 'Montserrat', sans-serif; margin-top: 30px;}
.main-visual .slick-arrow {position:absolute; display:flex; align-items:center; top:50%; color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;  width:31px; height:61px;}
.main-visual .slick-prev {left:27%; background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next {right:27%; 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;}
.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 img {transform:scale(1);}

.main-visual-m {display: none;}

.main-shortcut {padding:110px 0; background: url("../images/main/bg_main_shortcut.jpg") no-repeat center bottom; background-size: cover;}
.main-shortcut .contain {padding-left: 15px; padding-right: 15px;}
.main-shortcut .shortcut-tit {font-size: 25px; color: #242424; line-height: 1.2em; margin-bottom: 15px; margin-top: 35px;}
.main-shortcut .shortcut-txt {color: #242424; line-height: 1.625em; margin-bottom: 35px;}
.btn-shortcut {display: flex; align-items: center; justify-content: center; width: 140px; height: 40px; margin: 0 auto; color: #454545; border: 1px solid #ddd; border-radius: 20px;}
.main-shortcut .swiper-wrapper {padding: 30px; margin-left: -15px;}
.main-shortcut .swiper-slide:first-child .item {border-radius: 80px 0 0 0;}
.main-shortcut .swiper-slide:last-child .item {border-radius: 0 0 80px 0;}
.main-shortcut .swiper-slide {max-width: 380px;}
.main-shortcut .box .item {background-color: #fff; text-align: center; padding: 50px;}
.main-shortcut .box .item:hover {box-shadow: 5px 0 12px rgba(0, 0, 0, .3); transition: .2s;}
.main-shortcut .box .item:hover .btn-shortcut {background-color: #71964b; color: #fff; border-color: #71964b; transition: .2s;}


.main-community {padding: 110px 0; background-color: #f8f8f8;}
.main-community .community-tit {display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px;}
.main-community .community-tit .tit-left, .main-community .community-tit .tit-right a {display: flex; align-items: center; justify-content: center;}
.main-community .community-tit .tit-left {gap: 80px; width: 80%; justify-content: flex-start;}
.main-community .main-tit {font-size: 45px; color: #242424;}
.main-community .btn-view-more p {font-size: 16px; color: #242424; font-weight: 500; margin-right: 7px;}
.main-community .community-list ul {display: flex; align-items: center; justify-content: space-between; margin: 0 -15px;}
.main-community .community-list li {margin: 0 15px; background-color: #fff; border: 1px solid #ccc; padding: 50px 37px; max-width: 33.3333%;}
.main-community .community-list li .date {font-size: 14px; font-weight: 500; color: #878787; margin-bottom: 25px;}
.main-community .community-list li .tit {font-size: 22px; font-weight: 600; color: #2c2c2c; margin-bottom: 25px; white-space:normal; overflow: hidden; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-community .community-list li .txt {font-size: 16px; color: #505050; margin-bottom: 25px; white-space:normal; overflow: hidden; display:-webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-community .community-list li .btn-detail-view span {font-size: 15px; color: #878787; border-bottom: 1px solid #878787;;}

@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:#406337; 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;}


/* sub */
.sub-visual {position:relative; height:400px; color:#fff; text-align:center; overflow:hidden; background:#333; margin-top: 100px;}
.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:45px; font-weight:700; line-height:1.3em; 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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd; text-align:center; background-color: #f4f4f4;}
.lnb {margin:0 auto; max-width:1200px; position: absolute; width: 100%; left: 50%; transform: translate(-50%, -50%);}
.lnb .swiper-container {margin-bottom:-2px;}
.lnb .swiper-wrapper, .sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px);}
.lnb ul {justify-content:flex-start;}
.lnb ul li {text-align:center; width: max-content; min-width: 80px; flex: 1;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:64px; padding:0 15px; color:#878787; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #fff;}
.lnb ul li a:before {position: absolute; content: ''; width: 1px; height: 14px; background-color: #ddd; right: 0;}
.lnb ul li:first-child a {border-left: 1px solid #ddd;} 
.lnb ul li:last-child a {border-right: 1px solid #ddd;}
.lnb ul li.active a {font-weight:500; color: #fff; background-color: #406337; border-color: #406337;}
.lnb ul li.active a:before, .lnb ul li:last-child a:before{content: none;}

.sub-tab-warp {position:relative; text-align:center; margin: 0 15px; width: 100%; height: 45px;}
.sub-tab {max-width:1006px; position: absolute; width: 100%; left: 50%; top: 0; transform: translateX(-50%); border-radius: 15px;}
.sub-tab .swiper-container {margin-bottom:-2px;}
.sub-tab ul {justify-content:flex-start;}
.sub-tab ul li {text-align:center; width: max-content; flex: 1; max-width: 116px;  border-radius: 22.5px; border: 3px solid #f8f8f8; margin-right: 16px;}
.sub-tab ul li a {display:flex; align-items:center; justify-content:center; width:100%; height:39px; padding:0 15px; color:#454545; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.sub-tab ul li.active {border: 3px solid #71964b;}
.sub-tab ul li.active a {color: #71964b;}

.sub-title {padding-top: 80px; padding-bottom: 50px; max-width: 1260px; margin: 0 auto; display: flex;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {font-size: 40px; line-height: 1.3em; color: #2c2c2c; text-align: center;}
.sub-title .doc-tit {margin-bottom: 22px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:123px;}

/* footer */
#footer span, .copyright {font-size: 15px; color: #686868; font-style: normal;}
.f_top {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 30px 0;}
.f_top .contain, .f_bot .contain {display: flex; align-items: center; justify-content: space-between;}
#footer .f_top span {font-size: 16px; font-weight: 500;}
#footer .f_top .gototop span {font-size: 15px; color: #454545; font-weight: 600;}
.f_top .gototop .layout-side {align-items: center; gap: 10px;}
.f_bot {padding: 40px 0;}
.f_bot address {line-height: 1.3em;}
.f_bot address span {margin-right: 33px;}
.f_address h4 {font-size: 17px; font-weight: 500; color: #454545; margin-bottom: 12px;}
#footer .copyright span {color: #9c9c9c; padding-left: 10px;}
.f_account {border-left: 1px solid #ddd; padding-left: 50px;}
.f_account p {font-size: 17px; color: #242424; font-weight: 500; margin-bottom: 5px;}
.f_account h2 {font-size: 32px; color: #242424; margin-bottom: 5px;}
/* ############################################### */

/* ############################################### */

.foot-wrap {display:flex; justify-content:space-between; padding:70px 0;}
.foot-wrap .f-nav {width:58%; max-width:800px;}
.foot-wrap .f-nav > ul {display:flex;}
.foot-wrap .f-nav > ul > li {width:25%;}
.foot-wrap .f-nav > ul > li > a {display:block; font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:19px;}
.foot-wrap .f-nav .submenu ul li {margin-bottom:18px;}
.foot-wrap .f-nav .submenu ul li:last-child {margin-bottom:0;}
.foot-wrap .f-nav .submenu ul li a {color:#909090;}
.foot-wrap .f-nav .submenu ul li a:hover {color:#fff;}
.foot-wrap .f-contact {width:38%; max-width:510px;}
.foot-wrap .f-contact .item {margin-bottom:30px;}
.foot-wrap .f-contact .item:last-child {margin-bottom:0;}
.foot-wrap .f-contact .item.flex {display:flex; align-items:center;}
.foot-wrap .f-contact dt {font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:16px;}
.foot-wrap .f-contact dd {color:#909090;}
.foot-wrap .f-contact .tel {display:inline-flex; align-items:center; padding:0 33px; margin-left:40px; height:69px; font-size:28px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; background:#ab8000; border-radius:70px;}
.foot-wrap .f-contact .tel:before {content:""; margin-right:20px; width:22px; height:22px; background:url("../images/common/tel.png") 50% 50% no-repeat; background-size:contain;}

.footer {display:flex; justify-content:space-between; align-items:center; padding:28px 0; border-top:1px solid rgba(255,255,255,.3);}
.footer .copyright {color:#909090;}
.footer .copyright > span:nth-child(1) {margin-right:48px;}
.footer .links {text-align:right;}
.footer .links a {margin-left:44px; display:inline-block;}
#footer .copyright span a:hover {text-decoration:underline;}
