@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:relative; width:100%; background:#fff; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10; max-width: 1460px;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end; margin: 0 -41px;} 
#gnb>ul>li {position:relative; padding:0 41px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #dd5e17;}

/* 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.active>a {color:#fff; background:#25a9df;}
.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:#25a9df;}
.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 .mv-bg 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; top:40%; left:0; width:100%; line-height:1.3em; letter-spacing:-.03em; transition:1.4s; transform:translateY(-50%); font-size: 60px; font-weight: 600; color: #fff;}
/* .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 7px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:15px; height:15px; 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 {background: #dd5e17;}
.main-visual .active .item .mv-bg img {transform:scale(1);}
.main-visual .btn-more {position: absolute; left: 50%; transform: translateX(-50%); top: 180px; width: 200px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; color: #fff; background: rgba(0,0,0,.5); gap: 10px; margin: 0 auto;}
.main-visual .mb-links {position: absolute; right: 50px; bottom: 100px;}
.main-visual .mb-links .circle {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 100%; color: #fff; font-weight: 600; font-size: 16px; text-align: center; background: #dd5e17;}
.main-visual .mb-links .circle:last-child {background: #004e97; margin-top: 16px;}
.main-visual .mb-links .circle .ico {max-height: 22px; margin-bottom: 3px;}
.main-visual-m {display: none;}

.main-intro .main-cnt {display: flex; background: #fafafa;}
.main-intro .img {width: 48.7%; padding-bottom: 25%; position: relative;}
.main-intro .img img {position: absolute; width: 100%; height: 100%; object-fit: cover;}
.main-intro .txt {flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 130px 0 100px 60px; max-width: 725px; gap: 60px;}
.main-intro .txt h3 {position: relative; font-weight: 700; font-size: 30px; color: #333; margin-bottom: 40px; line-height: 1.333em;}
.main-intro .txt h3:before {position: absolute; content: 'WELCOME'; font-size: 100px; font-weight: 700; color: rgba(51,51,51,.07); letter-spacing: .06em; top: 0; transform: translateY(-50%); right: 0;}
.main-intro .txt p {margin-top: 12px;}
.main-intro .btn-more {display: flex; align-items: center; justify-content: center; gap: 20px; width: 160px; height: 54px; font-weight: 600; color: #333; letter-spacing: 0; border: 1px solid #ddd;}
.main-intro .btn-more .ico img {vertical-align: middle;}

.main-notice {padding: 150px 0;}
.main-notice .contain {max-width: 1460px;}
.main-notice .main-tit h2 {font-weight: 600; font-size: 50px; color: #242424; text-align: center; margin-bottom: 20px;}
.main-notice .main-tit p {font-weight: 500; text-align: center; }
.main-notice .main-cnt {margin-top: 60px;}
.main-notice .items {border-top: 1px solid #242424; margin-bottom: 60px;}
.main-notice .item {display: flex; align-items: center; border-bottom: 1px solid #ddd; padding: 20px;}
.main-notice .item .date {text-align: center; width: 60px;}
.main-notice .item .date .day {font-weight: 600; font-size: 40px; color: #b9b9b9; letter-spacing: .01em;}
.main-notice .item .date .month {font-size: 16px; color: #b9b9b9; line-height: 1em; margin-top: 10px;}
.main-notice .item .txt {flex: 1;padding-left: 8.1%; padding-right: 5.55%;}
.main-notice .item .txt .tit {font-weight: 500; color: #333; margin-bottom: 3px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.main-notice .item .txt p {font-size: 16px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.main-notice .item .btn-more {width: 121px; text-align: center; font-weight: 600; font-size: 16px; letter-spacing: 0; gap: 19px; display: flex; align-items: center; justify-content: center; color: #ccc;}
.main-notice .item .btn-more .ico img {vertical-align: middle; margin-top: -.03em; display: block; filter: grayscale(100%) opacity(30%);}
.main-notice .item:hover .btn-more {color: #333;}
.main-notice .item:hover .btn-more .ico img {filter: none;}
.main-notice .main-cnt > .btn-more {margin: 0 auto;width: 65px; height: 65px; border-radius: 100%; background: #dd5e17; display: flex; align-items: center; justify-content: center;}
.main-notice .main-cnt > .btn-more .ico img {vertical-align: middle;}

/* sub */
.sub-visual {position:relative; height:340px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.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 .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 .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.sub-title {padding-top: 75px; padding-bottom: 60px; max-width: 1260px; margin: 0 auto;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title > * {flex: 1;}
.sub-title h2 {position: relative; font-size: 34px; line-height: 1em; color: #333; padding-bottom: 20px; width: fit-content; margin: 0 auto; font-weight: 600;}
.sub-title h2:before {position: absolute; content: ''; bottom: 0; width: 35px; height: 4px; border-radius: 2px; background: #dd5e17; left: 50%; transform: translateX(-50%);}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:105px;}

.point {color: #dd5e17;}

/* footer */
#footer {font-size: 15px; color: #555; padding: 45px 0; text-align: center; border-top: 1px solid #ddd;}
#footer .contain {max-width: 1460px;}
#footer .f-info {display: flex; align-items: center; justify-content: center; gap: 35px; margin-top: 40px; margin-bottom: 25px;}
#footer h5 {font-weight: 600; color: #555; font-size: 15px;}
#footer p {line-height: 1.467em;}
#footer .partners {margin-top: 35px; display: flex; justify-content: space-between; gap: 20px; margin-bottom: 55px;}
#footer .copyright {color: #ccc; display: flex; justify-content: center; gap: 23px;}






