@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

:root {
    /* color */
    --color-primary:#009944;

	/* font */
	--font-size22:22px;
    --font-size-30:30px;
    --font-size-50:50px;

	/* height */
	--header-height:100px;
}
.only-desktop-tablet {display:block;}
.only-mobile {display:none;}

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden;/*  padding-top:var(--header-height); */}

/* #sub #wrapper {padding-top:var(--header-height);} */

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1780px;}

.header-top {}
.header-top .h-info {}
.header-top ul {display:flex;}
.header-top ul li {display:flex; align-items:center; height:40px; font-size:16px; color:#fff;}
.header-top ul li:not(:first-child) {margin-left:60px;}
.header-top .top-tit {margin-left:10px; font-weight:600;}
.header-top .top-txt {font-weight:400;}

.header {background:#fff; position:relative;z-index:90;}
.header .contain {z-index:90;position:relative;display:flex; justify-content:space-between; align-items:center; height:var(--header-height);}
.sitelogo {/* position:absolute;left:30px; */}

#gnb {margin-right:225px;}
#gnb>ul {display:flex; text-align:center; margin: 0 -37.5px;}
#gnb>ul>li {position:relative; padding:0 37.5px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; color:#242424; font-size:var(--font-size22); font-weight:500; letter-spacing:-.03em; line-height:1.4em;height:var(--header-height);}
#gnb>ul>li>a.orange-li {color:#f39800; text-decoration:underline; text-underline-offset:5px; font-weight:600;}
#gnb>ul>li>a:hover {color:var(--color-primary);}
/* #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 .submenu {display:none; position:absolute; text-align:center;}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:20px 15px; color:#fff; line-height:1.33em; letter-spacing:-.02em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; font-weight:600; text-decoration:underline;}
#gnb .submenu>ul>li.active>a {font-weight:600; text-decoration:underline;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(0,153,68,.8);}
/*  height:60px !important; */
.btn-all-menu {display:none; position:relative; width:30px; height:23px;}
.btn-all-menu span {position:absolute; right:0; top:50%; width: 16px; height:2px; margin-top:-1px; background:#242424;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; right:0; height:2px;width:30px; background:#242424;}
.btn-all-menu span:before {top:-9px;}
.btn-all-menu span:after {bottom:-9px;}


/* 전체메뉴 */
#header.header-fixed {background-color:var(--color-primary); box-shadow:0px 3px 10px rgba(0,0,0,0.1);}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#242424;}

#sub #header { box-shadow:0px 3px 10px rgba(0,0,0,0.1);}
#sub #header .btn-m-menu span,
#sub #header .btn-m-menu span:before,
#sub #header .btn-m-menu span:after {background:#242424;}
#sub #header .btn-all-menu span,
#sub #header .btn-all-menu span:before,
#sub #header .btn-all-menu span:after {background:#242424;}
#sub #header #gnb>ul>li.active>a:after {width:60px;}
#sub #header .header-top .etc ul li {color:#686868;}
#sub #header .header-top .etc ul li:after {background:#ddd;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:16px; height:23px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424;}
.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 35px 10px 10px; 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:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .img {transition:5s; transform:scale(1);}
.main-visual .slick-slide.active .img {transform:scale(1.06);}
.main-visual .slick-slide .img img {width:100%;}
.main-visual .inner {padding:0 80px; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2;}
.main-visual .inner .txt {text-align:center; font-size:var(--font-size-56); font-weight:700; letter-spacing:-.03em; line-height:1.21em;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-38px; width:70px; height:70px; z-index:50; overflow:hidden; font-size:0; background-color:transparent; background-repeat:no-repeat; background-size:contain; border:none;}
.main-visual .slick-prev {left:5%; background-image:url('../images/main/m-arrow.png');}
.main-visual .slick-next {right:5%; background-image:url('../images/main/m-arrow2.png');} 
.main-visual .slick-prev:hover {background-image:url('../images/main/m-arrow-on.png');}
.main-visual .slick-next:hover {background-image:url('../images/main/m-arrow2-on.png');}
.main-visual .slick-dots {position:absolute;bottom:60px; left:50%; transform:translateX(-50%); display:flex !important; margin:0 -7.5px;}
.main-visual .slick-dots li {padding:0 7.5px;}
.main-visual .slick-dots li button{font-size:0; width:60px; height:3px; border:none; background:#fff; opacity:0.5;}
.main-visual .slick-dots .slick-active button {opacity:1;}

/* go-tab */
#sub .tab-wrap {border-bottom:1px solid #ddd;}

.go-tab {padding:30px 0; margin:0 auto; max-width:1400px;}
.go-tab ul {margin:0 -0.5px;}
.go-tab li {padding:0 0.5px; width:auto; flex:1;}
.go-tab li a {position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; height:160px;border-radius:20px;}
.go-tab li:not(:first-child) a::after {content:''; position:absolute; left:-1px; top:50%; transform:translateY(-50%); width:1px; height:20px; background-color:#ddd;}
.go-tab li:hover a::after {display: none;}
.go-tab li:hover + li a::after {display:none;}
.go-tab li .red-box:hover {background-color:#e60013;}
.go-tab li .blue-box:hover {background-color:#004ea2;}
.go-tab li .yellow-box:hover {background-color:#f39800;}
.go-tab li a .img {width:63px; height:62px; background-repeat:no-repeat; background-size:contain;}
.go-tab .tab01 a .img {background-image:url('../images/common/icon1.png');}
.go-tab .tab02 a .img {background-image:url('../images/common/icon2.png');}
.go-tab .tab03 a .img {background-image:url('../images/common/icon3.png');}
.go-tab .tab04 a .img {background-image:url('../images/common/icon4.png');}
.go-tab .tab05 a .img {background-image:url('../images/common/icon5.png');}
.go-tab .tab06 a .img {background-image:url('../images/common/icon6.png');}
.go-tab .tab07 a .img {background-image:url('../images/common/icon7.png');}
.go-tab .tab08 a .img {background-image:url('../images/common/icon8.png');}
.go-tab .tab09 a .img {background-image:url('../images/common/icon9.png');}
.go-tab .tab10 a .img {background-image:url('../images/common/icon10.png');}
.go-tab .tab01 a:hover .img {background-image:url('../images/common/icon1-on.png');}
.go-tab .tab02 a:hover .img {background-image:url('../images/common/icon2-on.png');}
.go-tab .tab03 a:hover .img {background-image:url('../images/common/icon3-on.png');}
.go-tab .tab04 a:hover .img {background-image:url('../images/common/icon4-on.png');}
.go-tab .tab05 a:hover .img {background-image:url('../images/common/icon5-on.png');}
.go-tab .tab06 a:hover .img {background-image:url('../images/common/icon6-on.png');}
.go-tab .tab07 a:hover .img {background-image:url('../images/common/icon7-on.png');}
.go-tab .tab08 a:hover .img {background-image:url('../images/common/icon8-on.png');}
.go-tab .tab09 a:hover .img {background-image:url('../images/common/icon9-on.png');}
.go-tab .tab10 a:hover .img {background-image:url('../images/common/icon10-on.png');}
.go-tab li a p {font-size:18px; line-height:1.50em; font-weight:500;}
.go-tab li a:hover p {color:#fff;}

.main-point ul {display:flex; margin:0 -16px;}
.main-point ul li { width:25%;  padding:0 16px; text-align:center;}
.main-point .box {display:flex; flex-direction:column; align-items:center; justify-content:center; height:380px; border-radius:20px;}
.main-point .box1 {border:3px solid #e74291;}
.main-point .box2 {border:3px solid #004ea2;}
.main-point .box3 {border:3px solid #ffd900;}
.main-point .box4 {border:3px solid #009944;}
.main-point .tit {margin:25px 0 10px; font-size:22px; color:#242424; font-weight:600; line-height:1.23em; }

.main-a {display:block; width:150px; height:44px; line-height:44px; text-align:center; background-color:#f39800; border-radius:22px; color:#fff;}

.main-example {margin:70px 0 100px; padding:95px 0; background-color:#f4f4f4;}
.main-example h2 {font-size:36px; color:#242424; line-height:1.2em; text-align:center;}
.main-example .item {text-align:center; padding:0 15px; margin-top:55px;}
.main-example .item img {border-radius:16px; width:100%;}
.main-example .item p {margin-top:15px; font-size:18px; color:#242424; font-weight:500;} 
.main-example .slick-list {margin:0 -15px;}
.main-example .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); width:70px; height:70px; z-index:50; overflow:hidden; font-size:0; background-color:transparent; background-repeat:no-repeat; background-size:contain; border:none;}
.main-example .slick-prev {left:-90px; background-image:url('../images/main/e-arrow.png');}
.main-example .slick-next {right:-90px; background-image:url('../images/main/e-arrow2.png');} 
.main-example .slick-prev:hover {background-image:url('../images/main/e-arrow-on.png');}
.main-example .slick-next:hover {background-image:url('../images/main/e-arrow2-on.png');}
.main-example .main-a {margin:35px auto 0;}

.main-links {padding-bottom:100px;}
.main-links ul {display:flex; margin:0 -15px;}
.main-links ul li {padding:0 15px;}
.main-links ul li img {border-radius:20px;}
.main-links .box {text-align:center;}
.main-links .tit {margin:15px 0 10px; font-size:20px; font-weight:600; color:#242424;}

.main-bottom {display:flex;}
.main-bottom img {width:50%;}
.main-bottom .text-wrap {display:flex; flex-direction:column; justify-content:center; padding-left:75px; width:50%; background-color:#f4f4f4;}
.main-bottom h3 {font-size:36px; color:#242424; line-height:1.2em;}
.main-bottom .text-wrap p:nth-child(2) {margin:25px 0 10px; font-size:20px; font-weight:600; color:#242424;}
.main-bottom .text-wrap p:nth-child(3) {color:#686868;}
.main-bottom .main-a {margin-top:95px;}

/* sub */
#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.real-cont {min-height:300px; padding-bottom:150px;}

.sub-title {padding:75px 0; text-align:center;}
.sub-title h1 {width:auto; font-size:var(--font-size-30); line-height:1.15em; color:#242424; letter-spacing:-.03em;}

.sub-visual .inner {display:flex; justify-content:center; flex-direction:column; height:490px; text-align:center; overflow:hidden; background-repeat:no-repeat; background-size:cover; background-position:50%; align-items:center;}
.sub-visual .box1 {background-image:url('../images/sub/sv1.jpg');}
.sub-visual .box2 {background-image:url('../images/sub/sv2.jpg');}
.sub-visual .box3 {background-image:url('../images/sub/sv3.jpg');}
.sub-visual .box4 {background-image:url('../images/sub/sv4.jpg');}
.sub-visual .box5 {background-image:url('../images/sub/sv5.jpg');}
.sub-visual .inner p {margin-top:140px; font-weight:600; line-height:1.08em; letter-spacing:-.03em; font-size:var(--font-size-50); color:#fff;}

.lnb-wrap {position:relative; z-index:50; margin-top:-60px;background:rgba(0, 0, 0, 0.5);}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {height:60px; width:100%;}
.lnb li {width:auto; flex:1; font-weight:500; line-height:1.33em; letter-spacing:-.03em; color:#fff; border-left:1px solid rgba(221,221,221,.3);}
.lnb li:last-child {border-right:1px solid rgba(221,221,221,.3);}
.lnb li.active {background:#f39800; color:#fff; border:none;}
.lnb li a {padding:0 10px; display:flex; align-items:center; justify-content:center; width:100%; height:100%;text-align:center; font-size:18px; letter-spacing:-.02em; font-weight:500;}
.lnb li.active + li {border-left:none;}

/* footer */
#footer {position:relative; background:#252525; font-size:var(--font-size-15); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:rgba(255,255,255,0.3);}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}

#footer a:hover {text-decoration:underline;}

.foot-top {padding:25px 0; border-bottom:1px solid rgba(221,221,221,0.2);}
.foot-top .f-links {display:flex; color:#686868;}
.foot-top .f-links li {position:relative; padding-left:25px; font-size:15px;}
.foot-top .f-links li::after {content:''; position:absolute; width:15px; height:15px; background-image:url('../images/common/doc-icon.png'); background-repeat:no-repeat; background-size:contain; top:50%; transform:translateY(-50%); left:0;}
.foot-top .f-links li:hover a {color:#fff;}
.foot-top .f-links li:not(:last-child) {padding-right:15px; margin-right:15px;}

.footer {padding:37px 0; color:#ccc; line-height:1.73em; font-weight:400;}
.footer .contain {display:flex; flex-direction:column;}
.logo-t {font-size:18px; font-weight:700; color:#fff;}
.footer address {display:flex; flex-wrap:wrap; width:620px; margin:15px -14px 25px;}
.footer address dl {display:flex; padding:0 14px; font-size:15px; color:#686868;}
.copyright {font-size:14px; color:#636363;}
#footer span {font-size:13px; display:inline-block;}

/* quick */
.quick {position:fixed; bottom:30px; right:100px; z-index:90; padding:16px 20px; border-radius:20px; background:#f4f4f4; text-align:center; border:1px solid #ddd;}
.quick a {}
.quick a p {border-bottom:1px solid #ddd; padding:10px 0 20px; margin-bottom:20px; color:#242424; font-weight:600; line-height:1.2em;}
.quick a:last-child p {padding-bottom:0 ; margin-bottom:0; border:0;}