@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#wrapper {position:relative; overflow:hidden;}

#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}

/* header */
#header {position:absolute; top:0; left:0; width:100%; border-bottom:1px solid rgba(255,255,255,0.1); height:auto; z-index:90; letter-spacing:-.04em;}
#header .contain {max-width:1230px; z-index:20}

.header-top {display:flex; padding:30px 0 0; align-items:center;}
/* .header-top .sitelogo a {width:228px; margin-right:70px;} */
.header-top .sitelogo a img{width:228px; margin-right:50px;}
.header-top .search {width:1%; flex:1 1 auto; position:relative;}
.header-top .search input {width:100%; border:2px solid #fff; background:transparent; border-radius:24px; line-height:44px; padding:0 20px; color:#fff;}
.header-top .search input::placeholder {color:#fff;}
.header-top .search button {border:0; font-size:0; background-color:transparent; position:absolute; top:50%; margin-top:-10px; right:20px; width:19px; height:19px; background-image:url('../images/bbs/search-icon.png'); background-repeat:no-repeat;}
.header-top .mems {margin-left:40px;}
.header-top .mems ul {display:flex; margin:0 -15px;}
.header-top .mems ul li {padding:0 15px; position:relative;}
.header-top .mems ul li:after {content:''; width:1px; height:16px; background:rgba(224,224,224,0.42); position:absolute; right:0; top:50%; margin-top:-8px;}
.header-top .mems ul li:last-child:after {display:none;}
.header-top .mems ul li a {font-size:14px; line-height:1.5em; color:#fff;}


.header-bot {display:flex; justify-content:space-between; align-items:center;}
#gnb>ul {display:flex; margin:0 -50px;}
#gnb>ul>li {position:relative; text-align:center; padding:0 38px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:18px; line-height:80px; font-weight:700; font-family:'NanumSquare';}
#gnb>ul>li:hover>a:after {content:""; width:100%; height:6px; background-color:#2a7ec2; position:absolute; left:0; bottom:-6px;}
#gnb .submenu {position:absolute; top:80px; left:0; width:100%; height:0; overflow:hidden; z-index:20;}
#gnb .submenu ul {display:block; padding:30px 0 40px;}
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {display:inline-block; color:#2c2c2c; font-size:16px; line-height:2em; font-weight:500; position:relative; padding:5px 0;}
#gnb .submenu ul li a:hover {color:#2a7ec2;}
#gnb .submenu ul li a:hover:after {content:''; width:100%; height:1px; background:#2a7ec2; position:absolute; bottom:0; left:0;}
.submenu-bg {background-color:rgba(255,255,255,0.95);}

.header-bot .myp ul {display:flex; margin:0 -15px;}
.header-bot .myp ul li {padding:0 15px;}
.header-bot .myp ul li a {color:#fff; font-size:18px; line-height:1.4em; padding-left:44px; position:relative;}
.header-bot .myp ul li a:before {content:''; width:36px; height:36px; position:absolute; top:50%; margin-top:-18px; left:0; background-size:cover; background-repeat:no-repeat;}
.header-bot .myp ul li:nth-child(1) a:before {background-image:url('../images/common/register-icon.png');}
.header-bot .myp ul li:nth-child(2) a:before {background-image:url('../images/common/mypage-icon.png');}

.contain {position:relative; max-width:1230px; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
/* main */ 
.main-visual {position:relative; overflow:hidden; letter-spacing:-.04em;}
.main-visual .origin .item {position:relative; height:976px;}
.main-visual .secting-img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.main-visual .thumb {max-width:1230px; width:100%; padding:165px 15px 0; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.main-visual .thumb .items {background:#fff; display:inline-block; max-width:570px; padding:66px 70px 95px; border-radius:30px;}
.main-visual .thumb .main-btn {position:absolute; bottom:60px; left:85px; padding:0 90px;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-10px; font-size:0; border:0; background-color:transparent; width:50px; height:20px; background-repeat:no-repeat; background-size:cover;}
.main-visual .slick-prev {background-image:url('../images/main/main-prev.png'); left:0;}
.main-visual .slick-next {background-image:url('../images/main/main-next.png'); right:0;}
.main-visual .custom_paging li {font-size:18px; font-weight:700; letter-spacing:0; color:#2c2c2c; line-height:1.6em; display:none;}
.main-visual .custom_paging li.slick-active {display:block; position:relative; z-index:1;}
.main-visual .custom_paging li.slick-active span {font-weight:300;}
.main-visual .thumb .txt .tt {font-size:24px; line-height:1.3em; font-weight:700; color:#2a7ec2; margin-bottom:24px;}
.main-visual .thumb .txt h2 {font-size:52px; line-height:1.1em; color:#2c2c2c; margin-bottom:24px; letter-spacing:-.06em;}
.main-visual .thumb .txt h2 span {color:#eaa000;}
.main-visual .thumb .txt p {font-size:20px; line-height:1.7em; color:#a8a8a8; margin-bottom:42px;}

/* .main-visual .thumb .txt a {display:inline-block; width:64px; height:64px; border-radius:50%; background:#2a7ec2; position:relative; margin-bottom:80px;}
.main-visual .thumb .txt a:before {content:''; width:2px; height:20px; background:#fff; position:absolute; top:50%; left:50%; margin-top:-10px; margin-left:-1px;}
.main-visual .thumb .txt a:after {content:''; width:20px; height:2px; background:#fff; position:absolute; top:50%; left:50%; margin-top:-1px; margin-left:-10px;} */
.main-visual .thumb .txt .btn-more {display:inline-block; width:64px; height:64px; border-radius:50%; background:#2a7ec2; position:relative; margin-bottom:80px;}
.main-visual .thumb .txt .btn-more:before {content:''; width:2px; height:20px; background:#fff; position:absolute; top:50%; left:50%; margin-top:-10px; margin-left:-1px;}
.main-visual .thumb .txt .btn-more:after {content:''; width:20px; height:2px; background:#fff; position:absolute; top:50%; left:50%; margin-top:-1px; margin-left:-10px;}

.section {padding:80px 0;}
.section .tit {padding:0 15px; text-align:center; margin-bottom:;}
.section .tit h3 {font-size:40px; line-height:1.2em; margin-bottom:16px;}
.section .tit p {font-size:18px; font-weight:300;}
.section .more {text-align:center;}
.section .more a {display:inline-block; line-height:60px; border:2px solid; padding:0 30px; font-size:22px; font-weight:500; border-radius:32px;}
.section .more a:after {content:''; width:20px; height:20px; background-repeat:no-repeat; background-size:cover; display:inline-block; vertical-align:middle; margin-top:-2px; margin-left:30px;}

.section1 .tit {margin-bottom:40px;}
.section1 .tit h3 {color:#2c2c2c;}
.section1 .tit p {color:#a8a8a8;}
.section1 .cnt {padding:0 16px;}
.section1 .items {margin:0 -4px;}
.section1 .item {padding:0 4px 10px;}
.section1 .item a {display:block; padding:32px; border:2px solid #fff; border-radius:15px; position:relative;}
.section1 .item a:hover {border-color:#2a7ec2; box-shadow:5px 5px 5px rgba(0,0,0,0.13);}
.section1 .item a .box {display:flex; flex-wrap:wrap; margin:0 -3px 14px;}
.section1 .item a .box span {display:inline-block; padding:2px 10px; line-height:1.5em; color:#fff; font-size:15px; font-weight:500; border-radius:5px; margin:0 3px 6px; white-space:nowrap;}
.section1 .item a .box span.category {background:#2a7ec2;}
.section1 .item a .box span.ing {background:#0ac39e;}
.section1 .item a .box span.end {background:#a8a8a8;}
.section1 .item a h4 {font-size:22px; color:#2cc2c2c; line-height:1.4em; margin-bottom:16px; height:calc(1.4em * 1 * 3); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.section1 .item a.end-class h4 {color:#a8a8a8;}
.section1 .item a dl {display:flex; font-size:15px; color:#505050; line-height:1.8em;}
.section1 .item a.end-class dl {color:#a8a8a8;}
.section1 .item a dt {width:70px;}
.section1 .item a dd {width:1%; flex:1 1 auto;}
.section1 .item a .img-box {margin-top:36px; border-radius:15px; overflow:hidden;}
.section1 .item a .img-box .pic {position:relative; height:0; padding-bottom:75.255%; overflow:hidden;}
.section1 .item a .img-box .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.section1 .item a .btn {width:64px; height:64px; background:url('../images/main/sec1-btn.png') 0 0 no-repeat; background-size:cover; position:absolute; top:83px; right:-32px; z-index:1; display:none; opacity:0;}
.section1 .item a:hover .btn {display:block; opacity:1; transition:all 0.4s;}
.section1 .sec1-arrow {display:flex; margin:50px -30px 40px; justify-content:center;}
.section1 .sec1-arrow>div {width:19px; height:33px; margin:0 30px; cursor:pointer; background-repeat:no-repeat; background-size:cover;}
.section1 .sec1-arrow .sec1-prev {background-image:url('../images/main/sec1-prev.png');}
.section1 .sec1-arrow .sec1-next {background-image:url('../images/main/sec1-next.png');}
.section1 .sec1-arrow .sec1-prev:hover {background-image:url('../images/main/sec1-prev-on.png');}
.section1 .sec1-arrow .sec1-next:hover {background-image:url('../images/main/sec1-next-on.png');}
.section1 .more a {border-color:#333; color:#2c2c2c;}
.section1 .more a:after {background-image:url('../images/main/sec1-more.png');}

.section2 {background:#00aeee;}
.section2 .tit {color:#fff; margin-bottom:66px;}
.section2 .items {margin:0 -30px; height:450px;}
.section2 .item {padding:0 30px 10px;}
.section2 .item:nth-child(odd) {padding-top:50px;}
.section2 .item a {background:#fff; display:block; padding:36px 40px; border-radius:15px;}
.section2 .item a:hover {border-color:#2a7ec2; box-shadow:5px 5px 5px rgba(0,0,0,0.13);}
.section2 .item a .title {display:flex; margin-bottom:20px; justify-content:space-between; align-items:center;}
.section2 .item a .title h4 {font-size:22px; line-height:1.2em; color:#2c2c2c;}
.section2 .item a .title p {font-size:15px; line-height:1.6em; color:#a8a8a8;}
.section2 .item a .txt {color:#a8a8a8;}
.section2 .item a .txt p {font-size:15px; line-height:1.6em; margin-bottom:24px; font-weight:300; height:calc(1.6em * 1 * 5); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
.section2 .item a .txt .date {font-size:12px; line-height:2em; margin-bottom:12px;}
.section2 .item a .txt .tt {font-size:12px; line-height:1.5em; color:#eaa000; font-weight:500; letter-spacing:-.04em; word-break:normal;}
.section2 .item a .btn {text-align:center; margin-top:32px; display:none;}
.section2 .item a:hover .btn {display:block;}
.section2 .item a .btn img {margin:0 auto;}
.section2 .sec2-arrow {display:flex; margin:50px -30px 40px; justify-content:center;}
.section2 .sec2-arrow>div {width:19px; height:33px; margin:0 30px; cursor:pointer; background-repeat:no-repeat; background-size:cover; opacity:0.5;}
.section2 .sec2-arrow>div:hover {opacity:1;}
.section2 .sec2-arrow .sec2-prev {background-image:url('../images/main/sec2-prev.png');}
.section2 .sec2-arrow .sec2-next {background-image:url('../images/main/sec2-next.png');}
.section2 .more a {border-color:#fff; color:#fff;}
.section2 .more a:after {background-image:url('../images/main/sec2-more.png');}

.section3 {padding:100px 0 120px;}
.section3 .col {display:flex; margin:0 -40px;}
.section3 .row {width:50%; padding:0 40px; position:relative;}
.section3 .row h3 {font-size:34px; line-height:1.1em; color:#2c2c2c; margin-bottom:36px;}
.section3 .row a.btn {position:absolute; top:10px; right:40px; width:20px; height:20px; display:block;}
.section3 .row a.btn:before {content:''; width:20px; height:2px; background:#2c2c2c; position:absolute; top:50%; left:50%; margin-top:-1px; margin-left:-10px;}
.section3 .row a.btn:after {content:''; width:2px; height:20px; background:#2c2c2c; position:absolute; top:50%; left:50%; margin-top:-10px; margin-left:-1px;}
.section3 .event .img-box {margin-bottom:20px;}
.section3 .event .img-box .pic {position:relative; height:0; padding-bottom:56.25%; overflow:hidden; border-radius:25px; overflow:hidden;}
.section3 .event .img-box .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.section3 .event .txt {display:flex; margin-bottom:16px;}
.section3 .event .txt p {flex:1 1 auto; width:1%; padding-right:40px; font-size:20px; line-height:1.5em; color:#2c2c2c; letter-spacing:-.04em; height:calc(1.5em * 1 * 2); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.section3 .event .txt span {display:inline-block; font-size:15px; font-weight:500; line-height:26px; border-radius:5px; color:#fff; padding:0 10px; max-width:59px; width:100%; text-align:center; height:100%;}
.section3 .event .txt span.ing {background:#2a7ec2;}
.section3 .event .txt span.end {background:#a8a8a8;}
.section3 .slick-dots {display:flex; margin:0 -10px; justify-content:center;}
.section3 .slick-dots li {padding:0 10px;}
.section3 .slick-dots li button {font-size:0; border:3px solid #a8a8a8; background:#fff; cursor:pointer; border-radius:50%; display:block; height:16px; width:16px;}
.section3 .slick-dots li.slick-active button {border-color:#0ac39e; background:#0ac39e;}
.section3 .board ul {padding:40px 0; border-top:2px solid #333; border-bottom:1px solid #dfdfdf;}
.section3 .board ul li {display:flex; align-items:center; margin-bottom:30px;}
.section3 .board ul li:last-child {margin-bottom:0;}
.section3 .board ul li .date {width:66px; padding:10px 0; height:100%; text-align:center; color:#2a7ec2; background:#e1f0fb; border-radius:5px; letter-spacing:-.04em;}
.section3 .board ul li .date .month {font-size:12px; line-height:1.5em;}
.section3 .board ul li .date .day {font-size:25px; line-height:1.1em; font-weight:700;}
.section3 .board ul li .txt {width:1%; flex:1 1 auto; padding-left:20px;}
.section3 .board ul li .txt .tt1 {font-size:13px; line-height:1.4em; color:#a8a8a8; margin-bottom:8px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.section3 .board ul li .txt .tt2 {font-size:18px; line-height:1.2em; color:#2c2c2c; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/* footer */
#footer {background:#333333; letter-spacing:-.03em;}
#footer address {font-style:normal;}
.foot-link {padding:30px 0; border-bottom:1px solid #555; display:flex; justify-content:space-between; align-items:center;}
.foot-link ul {display:flex;}
.foot-link ul li a {display:block; font-size:17px; line-height:1.2em; color:#dfdfdf;}
.foot-link ul.foot-sub {margin:0 -23px;}
.foot-link ul.foot-sub li {padding:0 23px; position:relative;}
.foot-link ul.foot-sub li:after {content:''; width:5px; height:5px; border-radius:50%; background:#dfdfdf; position:absolute; right:-3px; top:50%; margin-top:-3px;}
.foot-link ul.foot-sub li:last-child:after {display:none;}
.foot-link ul.foot-pop {margin:0 -15px;}
.foot-link ul.foot-pop li {padding:0 15px;}
.foot-link ul.foot-pop li a {padding-left:26px; position:relative;}
.foot-link ul.foot-pop li a:before {content:''; width:20px; height:20px; position:absolute; left:0; top:50%; margin-top:-10px; background-repeat:no-repeat; background-size:cover;}
.foot-link ul.foot-pop li:nth-child(1) a:before {background-image:url('../images/bbs/foot-pop01.png');}
.foot-link ul.foot-pop li:nth-child(2) a:before {background-image:url('../images/bbs/foot-pop02.png');}
.foot-group {display:flex; align-items:center; justify-content:space-between; padding:30px 0;}
.foot-info .tit {font-size:24px; line-height:1.1em; color:#fff; margin-bottom:24px; font-weight:700;}
.foot-info p {font-size:17px; line-height:1.5em; color:#878787; }
.foot-info p br {display:none;}
.foot-info p.copy {margin-top:30px; font-size:12px; line-height:2em; font-weight:300;}
.foot-info p span {margin:0 12px;}
.foot-tel .txt {text-align:center;}
.foot-tel .txt p {font-size:18px; font-weight:500; color:#eaa000; margin-bottom:10px;}
.foot-tel .txt a {font-size:34px; line-height:1.1em; color:#fff; font-weight:700;}
/* scroll-top */
.scroll-top {position:fixed; right:100px; bottom:200px; width:50px; line-height:50px; border-radius:50%; display:block; z-index:111; color:#fff; font-size:13px; font-weight:700; background:#94bee0; text-align:center;}

/* sub page */
.sub-visual {position:relative; height:310px; z-index:10; letter-spacing:-.03em;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .tit {padding-top:165px; text-align:center; position:relative; z-index:1;}
.sub-visual .tit h2 {font-size:42px; line-height:1.25em; color:#fff; letter-spacing:-.04em; margin-top:40px;}

#lnb {position:relative; border-bottom:1px solid #dfdfdf; letter-spacing:-.04em; margin-bottom:40px;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {width:100%;}
.lnb ul li a {display:block; line-height:67px; text-align:center; font-size:19px; color:#2c2c2c;}
.lnb ul li.active a {color:#2a7ec2; font-weight:700; position:relative;}
.lnb ul li.active a:after {content:''; width:100%; height:4px; background:#2a7ec2; position:absolute; left:0; bottom:-1px;} 

.real-cont {letter-spacing:-.04em; margin-bottom:100px;}

#contAear {margin-top:40px;}




/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}
.mobile-navigation {position:fixed; top:0; right:0; padding:80px 0; width:400px; height:100%; overflow:hidden; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li:nth-child(3)>a:after {display:none;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#2a7ec2}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#2a7ec2;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:13px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#2a7ec2}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#2a7ec2}

.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu {top:20px; right:15px;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#414141;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}