@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;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);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background: #fff;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 59px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#242424; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {opacity: 0; content:""; position:absolute; bottom:-11px; left:50%; transform:translateX(-50%); width:12px; height:12px; border-radius:100%; background:var(--color-primary); transition:.2s;}
#gnb>ul>li.active>a:after {bottom:-7px; opacity: 1;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#454545; font-weight: 500; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid var(--color-primary)}

.btn-all-menu {display:block; position:relative; width:30px; height:24px;}
.btn-all-menu span {position:absolute; left:8px; right:0; top:50%; height:2px; margin-top:-1px; background:#111316;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:2px; background:#111316;}
.btn-all-menu span:before {top:-11px;}
.btn-all-menu span:after {bottom:-11px;}

#header:hover {background:#fff;}
#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 {box-shadow:0px 3px 5px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:30px; height:24px;}
.btn-m-menu span {position:absolute; left:8px; right:0; top:50%; height:2px; margin-top:-1px; background:#111316;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:2px; background:#111316;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.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:26px;}
.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:1460px;}

.main-visual {display: flex; background: #f6f6f6;}

.arrow-btn {display:inline-flex; align-items: center; font-size: var(--fz15); font-weight: 500; letter-spacing:-.02em; color: #454545;}
.arrow-btn:after {transition:.3s;  margin-left: 8px; content:''; width: 33px; height: 33px; background: url("/images/main/arrow.png");}
.arrow-btn:hover:after {background-image: url('/images/main/arrow-on.png');}

.mv-for {width: 55.2%; align-items: center;}
.mv-for .item {position: relative; height: 600px;}
.mv-for .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.mv-for .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);} */

.mv-nav {display: flex; align-items: center; padding: 0 30px 0 60px; flex:1 1 auto; min-width:0; width: 1%;}
.mv-nav .items {width: 100%;}
.mv-nav .tt {font-weight: 400; letter-spacing:-.03em; line-height: 1.4em; color:var(--color-primary);}
.mv-nav .tit {margin: 15px 0 27px; font-size: var(--fz38); font-weight: 500; letter-spacing:-.03em; line-height: 1.26em;}
.mv-nav .txt {margin-bottom: 65px; font-size: var(--fz17); font-weight: 400; letter-spacing:-.03em; line-height: 1.59em; color: #454545;}
.mv-nav .slick-dots {margin-top: 50px;}
.mv-nav .slick-dots li {margin-right: 14px; display: inline-block; line-height: 0;}
.mv-nav .slick-dots li button {width: 12px; height: 12px; background: #ddd; border:0; font-size: 0; border-radius:100%;} 
.mv-nav .slick-dots .slick-active button {background: var(--color-primary);}

.more-btn {border-radius:23px; border:1px solid #c5c5c5; height: 46px; display: inline-flex; align-items: center;  justify-content: center; padding: 0 30px; font-size: var(--fz15); font-weight: 500; line-height: 1.33em; letter-spacing:-.03em; color: #2f2f2f;}
.more-btn:after {content:'↑'; font-weight: 700; transform:rotate(45deg); margin-left: 30px;}
.more-btn:hover {background: var(--color-primary); border-color: var(--color-primary); color: #fff;}

.main-links {padding: 70px 0;}
.main-links .links .row {display: flex; margin: -17px;}
.main-links .links .col {width: 33.333%; padding: 17px;}
.main-links .links .item {background-repeat: no-repeat; background-position: right 10px bottom -14px; padding: 37px 40px; display: block; color: #fff; border-radius:24px;}
.main-links .links .item .tit {margin-bottom: 20px; font-size: var(--fz26); font-weight: 700; line-height: 1.4em; letter-spacing:-.03em;}
.main-links .links .item .more {position: relative; display: inline-flex; font-size: var(--fz14); font-weight: 400; line-height: 1.4em; letter-spacing:-.03em;}
.main-links .links .item .more:after {width: 0; transition: .3s; content:''; position: absolute; left: 0; bottom:0; height:2px; background: rgba(255,255,255,.7);}
.main-links .links .item .more span {margin-left: 8px;}
.main-links .links .item1 {background-color:#009a43; background-image: url('/images/main/link-ico1.png');}
.main-links .links .item2 {background-color:#008c61; background-image: url('/images/main/link-ico2.png');}
.main-links .links .item3 {background-color:#007d73; background-image: url('/images/main/link-ico3.png');}
.main-links .links .item:hover .more:after {width: 100%;}

.main-notice {background: #fafafa; padding: 95px 0;}
.main-notice .contain {position: relative;}
.main-notice h2 {margin-bottom: 70px; font-size: var(--fz40); font-weight: 700; letter-spacing: -.03em; line-height: 1.4em;}
.main-notice .list ul {display:flex; margin:0 -50px;}
.main-notice .list ul li {width:25%; padding:0 50px;}
.main-notice .list .box:before {transition:.3s; margin-bottom:55px; display:block; content:''; width:40px; height:3px; background:#242424;}
.main-notice .list .box {display:block;}
.main-notice .list .tit {margin-bottom:15px; font-size:var(--fz20); font-weight:700; line-height:1.55em; max-height:3.1em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-notice .list .txt {font-weight:400; line-height:1.75em; max-height:5.25em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; color: #454545;}
.main-notice .list .date {margin-top:45px; font-weight:600; line-height:1.4em; color:#ababab;}
.main-notice .list .box:hover:before {background:var(--color-primary); width:53%;}
.main-notice .list .box:hover .tit {color:var(--color-primary);}
.main-notice .arrow-btn {position: absolute; right: 30px; top:0;}

/* sub */
.sub-visual {position:relative; height:300px; 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:32%; left:0; width:100%; padding:0 20px;}
.sub-visual .inner h2 {font-size: var(--fz45); font-weight: 700; letter-spacing:-.03em; line-height: 1.4em;}
.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");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {max-width:1200px; margin: -60px auto 0;}
.lnb ul li {position: relative; width:auto; flex:1;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; height:60px; padding:0 13px; font-size: var(--fz17); color:#242424; line-height:1.2em; letter-spacing:-.03em; background: rgba(255,255,255,.9);}
.lnb ul li:before {content:''; position: absolute; left: 0; top: 50%; margin-top: -16px; width: 1px; height: 32px; background: #ddd; z-index: 1;}
.lnb ul li:first-child:before {display: none;}
.lnb ul li.active a {color: #fff; background:var(--color-primary);}
.lnb ul li.active:before {display: none;}
.lnb ul li.active + li:before {display: none;}

.sub-title {padding: 72px 0 55px; text-align: center;}
.sub-title h1 {font-size: var(--fz35); font-weight: 700; line-height: 1.3em; letter-spacing:-.03em;}

#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;}

.real-cont {min-height:300px; padding-bottom:140px;}

.quick {width: 100px; position: fixed; right:30px; bottom:60px; z-index: 99;}
.quick ul li:not(:last-child) {margin-bottom: 10px;}
.quick ul li a {border-radius:10px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100px;}
.quick ul li a i {width: 34px; height: 33px; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%;}
.quick ul li a i.ico1 {background-image: url('/images/common/quick-ico1.png');}
.quick ul li a i.ico2 {background-image: url('/images/common/quick-ico2.png');}
.quick ul li a i.ico3 {background-image: url('/images/common/quick-ico3.png');}
.quick ul li a .tit {margin-top: 7px; font-weight: 600; line-height: 1.4em; color: #fff; letter-spacing:-.03em;}
.quick ul li a.st1 {background: #008c61;}
.quick ul li a.st2 {background: #008c61;}
.quick ul li a.st3 {background: #007d73;}

/* footer */
#footer {position: relative; background:#282828; color:#b8b8b8; font-size:var(--fz15); font-weight: 400; line-height:1.5em; letter-spacing:-.02em;}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-top {border-bottom:1px solid #484848; padding: 40px 0; display: flex; justify-content: space-between;}
.foot-top .f-menu ul {display: flex; gap:37px;}
.foot-top .f-menu ul li {font-size: var(--fz16);}
.foot-top .f-menu .submenu {display: none;}
.foot-top .f-links ul {display: flex; gap:37px;}
.foot-top .f-links ul li {font-size: var(--fz16);}

.foot-wrap {padding: 40px 0; position: relative;}
.foot-wrap .comp-name {margin-bottom: 9px; font-size: var(--fz18); font-weight: 600; letter-spacing:-.02em; line-height: 1.4em; color: #d4d4d4;}
.foot-wrap address {margin-bottom: 18px;}
.foot-wrap address span {margin: 0 30px 2px 0;}
.foot-wrap .f-sns {position: absolute; right: 0; bottom:40px;}

.designed {color: #686868;}

.scroll-top {position:absolute; right:60px; top:50%; margin-top: -30px; transition:.2s; display:flex; flex-direction:column; justify-content:center; width:60px; height:60px; text-align:center; font-size:var(--fz12); font-weight:700; color: #242424; line-height:1.3em; letter-spacing:-.06em; background:#fff; border-radius:16px; z-index:90;}
.scroll-top:before {content:""; display:block; margin:0 auto 7px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #242424;}
