@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#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}

.contain {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header {position:relative; width:100%; left:0; top:0; background:#fff; z-index:99; border-bottom:1px solid #ddd;}
#header .contain {position:relative;}
#header .sitelogo {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:10}
#header .sitelogo a {display:inline-block;}
#header .util-wrap {border-bottom:1px solid #ddd;}
#header .util-wrap .contain {height:120px;}
#header .top-tel {position:absolute; left:30px; top:50%; transform:translateY(-50%); display:flex; align-items: center}
#header .top-tel .icon {margin-right:18px;}
#header .top-tel p {font-size:30px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c; flex: 1 1 auto; min-width: 0; width: 1%;}
#header .top-tel p span {display:block; font-size:14px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#878787;}
#header .sns-links {position:absolute; right:30px; top:50%; transform:translateY(-50%);}
#header .sns-links ul {display:flex;}
#header .sns-links ul li {text-align:center; width:60px; font-size:13px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#878787;}
#header .sns-links ul li a {display:block; margin-bottom:8px;}
#gnb {position:relative;}
#gnb > ul {display:flex;}
#gnb > ul > li {position:relative; text-align:center; flex:1;}
#gnb > ul > li:before {content:""; position:absolute; right:0; width:1px; height:16px; background:#ddd; top:50%; margin-top:-8px;}
#gnb > ul > li:nth-child(5):after {content:""; position:absolute; left:0; top:-1px; right:0; bottom:-1px; background:#61b210; z-index:-1;}
#gnb > ul > li:nth-child(6):after {content:""; position:absolute; left:0; top:-1px; right:0; bottom:-1px; background:#005aab; z-index:-1;}
#gnb > ul > li:last-child:before,
#gnb > ul > li:nth-child(4):before,
#gnb > ul > li:nth-child(5):before,
#gnb > ul > li:nth-child(6):before {display:none;}
#gnb > ul > li > a {display:flex; align-items: center; justify-content: center; height:60px; text-align:center; position:relative; color:#2c2c2c; font-size:19px; font-weight:500; line-height:1.4em; letter-spacing:-.03em; padding:0 10px;}
#gnb > ul > li:nth-child(5) a,
#gnb > ul > li:nth-child(6) a {color:#fff;}

#gnb .submenu {height:0; position:absolute; left:0; width:100%; z-index:102; overflow:hidden;}
#gnb .submenu ul {padding:20px 0;}
#gnb .submenu ul li {padding:8px 0; line-height:1.4em; display:flex; align-items:center; justify-content:center;}
#gnb .submenu ul li a {display:inline-block; vertical-align:middle; position:relative; color:#878787; font-size:15px; font-weight:400; line-height:1.4em; letter-spacing:-.03em; transition: all 0.2s ease-in;}
#gnb .submenu ul li a:before {content:""; position:absolute; width:0; height:1px; background:#005aab; transition:0.2s all ease; left:0; bottom:-5px;}
#gnb .submenu ul li a:hover {color:#005aab; font-weight:700;}
#gnb .submenu ul li a:hover:before {width:100%;}
#header .submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; border-top:1px solid #ddd;}


.m-sns-links {display:none;}
.m-tel {display:none;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px ; right:30px; width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:13px; height:2px; width:22px;background:#61b210;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#005aab; 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;}

.home img {height:40px; width:auto;}

.nav-util{margin-top:20px; text-align:center;}
.nav-util a {position:relative; color:#2c2c2c; border:1px solid #2c2c2c; padding:14px 65px 14px 30px; border-radius:30px; font-family:'Montserrat'; font-weight:600; font-size:15px; letter-spacing:-0.04em; line-height:1em; }
.nav-util a:after {content:""; position:absolute; width:18px; height:17px; background:url("../images/common/language_icon_b.png") no-repeat 50% 50%; right:30px; top:50%; margin-top:-8.5px;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:320px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .home {margin-bottom:20px; padding-left:15px; font-size:20px; color:#2c2c2c; line-height:1.4em; font-weight:700;}
.mobile-navigation .home img {height:50px; width:auto;}
.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:#242424; font-size:16px; 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 #005aab; border-bottom:2px solid #005aab;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#005aab;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#005aab;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px; background:#005aab;}
.mobile-navigation .nav-menu .submenu>ul {padding-top:10px;}
.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:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:12px; 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:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; 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:#005aab; 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:20;}
.m-util {border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.m-util ul {display:flex;}
.m-util ul li {flex:1; border-right:1px solid #ddd; text-align:center;}
.m-util ul li:last-child {border-right:0;}
.m-util ul li a {display:flex;align-items: center; justify-content: center; min-height:40px; font-size:14px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#454545;}

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;}
.mv-btn {position:absolute; right:10px; top:10px;}
.mv-btn a {display:inline-block; padding:10px 20px 10px 40px;  border-radius:8px; background:#e93103 url("../images/common/mail_icon.png") 10px center no-repeat; background-size:25px auto; text-align:center;  font-size:18px; font-weight:600; line-height:1em; letter-spacing:-0.04em; color:#fff; position:relative; animation:txtcolor3 1s infinite; transition:all 1s linear;}

@keyframes txtcolor3 {
	0% {color:#fff;}
	33% {color:#005aab;}
	66% {color:#61b210;}
}

.main-visual .item .img img {width:100%;}

.main-visual .slick-dots {position:absolute; bottom:58px; width:100%; display:flex;justify-content: center; align-items: center;}
.main-visual .slick-dots li {padding:0 12px; position:relative;}
.main-visual .slick-dots li.slick-active button {width:20px; height:20px; background:#fff;}
.main-visual .slick-dots li button {display:block; width:10px; height:10px; background:transparent; border-radius:100%; border:3px solid rgba(255,255,255,0.5); text-indent:-999em; overflow:hidden;}

.main-banner {background:#d1ebb6;}
.main-banner .contain {padding:60px 30px;}
.main-banner .img {position:absolute; right:40px; bottom:0;}
.main-banner p {font-size:38px; font-weight:700; line-height:1.3em; color:#2c2c2c;}
.txt-green {color:#61b210 !important;}
.txt-blue {color:#005aab !important;}

.banner-inquiry {background:#005aab;}
.banner-inquiry .contain {display:flex;justify-content: space-between;}
.banner-inquiry .more {margin-right:50px;}
.baninSlider {flex: 1 1 auto; min-width: 0; width: 1%; position:relative; padding:0 46px; display:flex;flex-direction: column; justify-content: center; flex-wrap: nowrap;}
.baninSlider .slick-slide {margin:0 35px; position:relative;}
.baninSlider .slick-slide:before {content:""; position:absolute; width:1px; background:rgba(255,255,255,0.2); height:60px; top:50%; margin-top:-30px; right:-35px;}
.baninSlider .slick-arrow {position:absolute; z-index:1; top:50%; width:45px; height:45px; background-repeat:no-repeat; background-position:50% 50%; background-color:transparent; margin-top:-22.5px; border:0; text-indent:-999em; overflow:hidden; background-size:contain;}
.baninSlider .slick-prev {left:-45px; background-image:url("../images/main/banin_prev.png");}
.baninSlider .slick-next {right:-45px; background-image:url("../images/main/banin_next.png");}
.baninSlider a {display:flex; flex-direction:column; justify-content:center; color:#fff}
.baninSlider a .tit {font-size:20px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.baninSlider a .date {font-size:14px; font-weight:300; line-height:1.2em; letter-spacing:-0.04em;}
.banner-inquiry .more a {display:inline-block; padding:30px 40px; background:#61b210; color:#fff; font-size:26px; font-weight:700; line-height:1.4em; letter-spacing:-0.04em; color:#fff;}
.banner-inquiry .more a span {display:block; font-size:14px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#fff;}

.main-businfo {}
.main-businfo .contain {display:flex;}
.main-businfo .box {width:50%;}
.main-businfo .box p {font-size:32px; font-weight:700; line-height:1.5em; color:#2c2c2c; margin-bottom:50px;}
.main-businfo .box:last-child {padding-left:80px;}

.main-review {background:#f4f4f4;}
.main-sec {padding:100px 0;}
.main-tit {margin-bottom:40px; font-size:38px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c;}
.main-tit span {display:block; font-size:22px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#878787; margin-bottom:16px; color:#fff;}
.main-tit .txtbox {display:inline-block; font-size:28px; background:#61b210; padding:5px 20px; border-radius:60px; }
.main-review .main-tit {text-align:center; margin-bottom:40px; font-size:38px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c;}
.main-review .more {text-align:center; margin-bottom:60px;}
.main-review .more a {display:inline-block; padding:10px 60px 10px 30px; background:#005aab; color:#fff; border-radius:60px; text-align:left; position:relative;}
.main-review .more a:before {content:""; position:absolute; right:30px; top:50%; width:16px; height:15px; background:url("../images/main/more_icon.png") no-repeat 50% 50%; margin-top:-7.5px;}
.reviewSlider .slick-list {overflow:visible;}
.reviewSlider .item {padding:0 15px;}
.reviewSlider .item a {display:block; background:#fff; height:330px; padding:50px 40px;}
.reviewSlider .item .tit {font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#005aab; margin-bottom:25px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.reviewSlider .item .txt {font-size:16px; font-weight:400; line-height:2em; letter-spacing:-0.04em; color:#505050; min-height:130px; margin-bottom:25px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.reviewSlider .item .name {font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c;}
.review-ctrl {display:flex;justify-content: center; margin-top:50px;}
.review-ctrl .slick-arrow {display:block; width:20px; height:36px; background-color:transparent; border:0; text-indent:-999em; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:contain;}
.review-ctrl .slick-prev {background-image:url("../images/main/review_prev.png"); margin-right:40px;}
.review-ctrl .slick-next {background-image:url("../images/main/review_next.png")}

.main-promiss ul {display:flex; margin-left:-30px;}
.main-promiss ul li {width:calc(33.333% - 30px); margin-left:30px; position:relative;}
.main-promiss ul li p {position:absolute; left:40px; bottom:40px; font-size:24px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#fff;}
.main-promiss ul li span {display:inline-block; font-size:20px; font-weight:700; line-height:1.3em; letter-spacing:-0.04em; color:#fff; padding:8px 14px; margin-bottom:15px; background:#005aab;}
.main-promiss .more {position:absolute; right:30px; top:50px;}
.main-promiss .more a {display:block; padding-right:35px; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#005aab; position:relative;}
.main-promiss .more a:before {content:""; position:absolute; right:0; top:50%; margin-top:-1px; width:16px; height:2px; background:#005aab;}
.main-promiss .more a:after {content:""; position:absolute; right:7px; top:50%; margin-top:-8px; width:2px; height:16px; background:#005aab;}

.main-curriculum {background:#005aab; text-align:center;}
.main-curriculum .icon {margin-bottom:20px;}
.main-curriculum p {font-size:32px; font-weight:400; line-height:1.6em; letter-spacing:-0.04em; color:#fff;}
.main-curriculum .more a {display:inline-block; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#005aab; padding:20px 60px; background:#fff; border-radius:60px; margin-top:30px;}

.main-program .headline {font-family:'NEXON Lv1 Gothic';font-size:65px; font-weight:700; line-height:1.3em; letter-spacing:-0.025em; color:#2c2c2c; margin-bottom:65px; text-align:center;}
.main-program .headline .t2 {position:relative; display: inline-block; animation:txtcolor 1.5s infinite; -webkit-animation:txtcolor 1s infinite;  -ms-animation:txtcolor 1s infinite;   -moz-animation: txtcolor 1s infinite; }
.main-program .headline .t3 {position:relative; display: inline-block; animation:txtcolor2 1.5s infinite; -webkit-animation:txtcolor2 1s infinite;  -ms-animation:txtcolor2 1s infinite;   -moz-animation: txtcolor2 1s infinite; }
@-webkit-keyframes txtcolor {
    0%{color:#61b210;}
    50% {color:#005aab;}
	100% {color:#61b210;}
}
@keyframes txtcolor {
    0%{color:#61b210;}
    50% {color:#005aab;}
	100% {color:#61b210;}
}

@-webkit-keyframes txtcolor2 {
    0%{color:#005aab;}
    50% {color:#61b210;}
	100% {color:#005aab;}
}
@keyframes txtcolor2 {
    0%{color:#005aab;}
    50% {color:#61b210;}
	100% {color:#005aab;}
}
.main-program .main-tit {position:relative;}
.main-program .main-tit:before {content:""; position:absolute; width:86px; height:90px; background:url("../images/main/program_icon.png") no-repeat 50% 50%; right:0; top:50%; margin-top:-45px;}
.main-program ul li {margin-bottom:10px;}
.main-program ul li:last-child {margin-bottom:0;}
.main-program ul li a {display:flex; height:100px; align-items: center; padding:10px 45px; border:2px solid #ddd; transition:0.2s all ease;}

.main-program ul li a:hover {border-color:#61b210; background:#61b210;}
.main-program ul li a:hover .tit,
.main-program ul li a:hover .pack,
.main-program ul li a:hover .more {color:#fff;}
.main-program ul li a:hover .more:before,
.main-program ul li a:hover .more:after {background:#fff;}
.main-program ul li .tit {flex: 1 1 auto; min-width: 0; width: 1%; padding-left:78px; font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#2c2c2c;}
.main-program ul li .pack {font-size:22px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#005aab;}
.main-program ul li .more {position:relative; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#505050; padding-right:20px;}
.main-program ul li .more:before {content:""; position:absolute; width:8px; top:50%; margin-top:-1px; height:2px; right:0; background:#505050;}
.main-program ul li .more:after {content:""; position:absolute; width:2px; top:50%; margin-top:-4px; height:8px; right:3px; background:#505050;}

.main-cource {background:#f0f5f9;}
.main-cource .videoSlider {position:relative;}
.main-cource .big-pic .item {display:flex !important;}
.main-cource .big-pic .item .box {width:50%; max-width:580px;}
.main-cource .big-pic .item .cont {padding:25px 0 0 70px;flex: 1 1 auto; min-width: 0; width: 1%;}
.main-cource .big-pic .item .cont p {font-size:32px; font-weight:700; line-height:1.3em; letter-spacing:-0.04em; color:#2c2c2c;  border-bottom:1px solid #a8a8a8; padding-bottom:45px;}
.main-cource .big-pic .item .cont span {display:block; font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#878787; margin-bottom:25px;}
.main-cource .thumb-pic .img {position:relative; padding-bottom:65.44%; overflow:hidden; margin-bottom:12px;}
.main-cource .thumb-pic {position:absolute; right:0; bottom:0; max-width:550px; width:calc(50% - 70px);}
.main-cource .thumb-pic .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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-cource .thumb-pic .tit {font-size:16px; font-weight:500; line-height:1em; letter-spacing:-0.04em; color:#505050;}
.main-cource .thumb-pic .slick-list {margin:0 0 0 auto; max-width:550px; width:100%; }
.main-cource .thumb-pic .slick-slide {margin:0 15px; text-align:center; cursor:pointer;}

.main-notice .main-tit {text-align:center;}
.main-gallery {margin-bottom:100px;}
.main-gallery ul {display:flex; margin:0 -15px;}
.main-gallery ul li {width:33.333%; padding:0 15px;}
.main-gallery ul li a {display:block;}
.main-gallery ul li .thumb {position:relative; padding-bottom:75%; margin-bottom:25px; overflow:hidden;}
.main-gallery ul li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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-gallery ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.main-gallery .tit {font-size:22px; font-weight:500; line-height:1.4em; letter-spacing:-0.04em; color:#2c2c2c; margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.main-gallery .txt {font-size:15px; font-weight:400; line-height:1.5em; letter-spacing:-0.04em; color:#878787; margin-bottom:15px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.main-gallery ul li .thumb:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: linear-gradient(-45deg, #61b210, #005aab); opacity:0;z-index:1; transition:0.2s all ease;}
.main-gallery ul li .thumb .more {position:absolute; width:100%; height:100%; top:0; left:0; z-index:10; display:flex; flex-direction:column; align-items:center; justify-content: center; color:#fff; opacity:0; transition:0.2s all ease;}
.main-gallery ul li .thumb .more img {position:static; transform:translate(0); min-height:auto !important; width:auto !important; display:block; margin-bottom:25px;}
.main-gallery ul li a:hover .thumb:before {opacity:0.8;}
.main-gallery ul li a:hover .thumb .more {opacity:1;}


.news-wrap {display:flex;align-items: center;}
.news-wrap .main-busilne {width:50%; max-width:580px; position:relative;}
.news-wrap .main-busilne .tit {position:absolute; left:40px; bottom:40px; font-size:32px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#fff;} 
.news-wrap .main-news {flex: 1 1 auto; min-width: 0; width: 1%; padding-left:70px; position:relative;}
.news-wrap .main-news .more {position:absolute; right:0; top:10px;}
.news-wrap .main-news .more a {font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#878787; padding-right:18px; position:relative;}
.news-wrap .main-news .more a:before {content:""; position:absolute; right:0; width:8px; height:2px; top:50%; margin-top:-1px; background:#878787;}
.news-wrap .main-news .more a:after {content:""; position:absolute; width:2px; height:8px; background:#878787; right:3px; top:50%; margin-top:-4px;}
.news-wrap .main-news h3 {font-size:32px; font-weight:700; line-height:1.4em; letter-spacing:-0.04em; color:#2c2c2c; margin-bottom:24px;}
.news-wrap .main-news ul {border-top:2px solid #505050;}
.news-wrap .main-news ul li {border-bottom:1px solid #ddd;}
.news-wrap .main-news ul li a {display:flex; height:55px; align-items: center; justify-content: space-between;}
.news-wrap .main-news ul li a .tit {font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#505050; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-wrap .main-news ul li a .date {flex:0 0 auto;}
.news-wrap .main-news ul li a:hover .tit,
.news-wrap .main-news ul li a:hover .date {text-decoration:underline;}










/* sub page */
.sub-visual {position:relative; width:100%; height:460px; display:flex; align-items:center;justify-content: center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .content {max-width:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .content h2 {font-size:52px; font-weight:700; line-height:1em; letter-spacing:-0.03em;}
.sub-visual .content p {font-size:15px; font-weight:400; line-height:1em; letter-spacing:0.4em; margin-top:25px;}

.sub-visual.sv1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.sv2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.sv3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.sv4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.sv5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.sv6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual.sv7 {background-image:url("../images/common/sv7.jpg");}

.sub-title {margin:70px 0 80px 0; text-align:center; padding-left:15px; padding-right:15px;}
.sub-title h2 {position:relative; color:#2c2c2c; font-size:38px; line-height:1.2em; font-weight:700; letter-spacing:-0.03em; position:relative;}

#lnb {background:#61b210;}
.lnb {max-width:1200px; margin:0 auto; text-align:center;}
.lnb ul {display:flex; justify-content: center;}
.lnb ul li {width:auto; position:relative; text-align:center;}
.lnb ul li a {position:relative; display:flex; align-items: center; justify-content: center; font-weight:500; color:rgba(255,255,255,0.7); font-size:17px; line-height:1.4em; letter-spacing:-.04em; height:70px; padding:0 14px;}
.lnb ul li.active a {color:#fff; background:#005aab;}


#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}

/* footer */
#footer {position:relative; width:100%; background:#005aab; color:#fff; font-size:14px; line-height:1.4em; font-weight:400; padding:35px 0;}
#footer address {font-style:normal; font-weight:400; line-height:1.67em; letter-spacing:-0.04em; color:#b2cfe9; flex: 1 1 auto; min-width: 0; width: 1%;}
#footer address strong {display:block; font-size:20px; font-weight:500; line-height:1.5em; letter-spacing:0;  margin-bottom:12px; color:#fff;}
#footer address > span {display:inline-block; padding-right:25px;}
#footer address .copyright {display:block; padding:0; margin-top:25px;}
#footer address .copyright .design {position:relative; margin-left:8px; padding-left:8px;}
/* #footer address .copyright .design:before {content:""; position:absolute; left:0; width:1px; height:11px; background:#b2cfe9; top:50%; margin-top:-5.5px;} */
.foot-info {display:flex;align-items: center;}
.f-menu ul {display:flex;}
.f-menu ul li {padding:0 15px;}
.f-menu ul {margin:0 -15px;}
.f-menu ul li a {display:block; padding-left:15px; position:relative; font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em;}
.f-menu ul li a:before {content:""; position:absolute; width:5px; height:5px; background:#b4f277; border-radius:100%; left:0; top:7px;}

.scroll-top {position:fixed; right:44px; bottom:70px; width:64px; height:64px; display:block; text-align:center; border:2px solid #fff; background:#005aab; font-size:14px; font-weight:400; line-height:1.2em; letter-spacing:-0.04em; color:#fff; padding-top:30px; opacity:0; transition:0.2s all ease;}
.scroll-top:before {content:""; position:absolute; top:19px; left:50%; transform:translateX(-50%) rotate(-90deg); border-left: 4px solid #a5e57b; border-top: 5px solid transparent; border-bottom: 5px solid transparent;}
.scroll-top.active {opacity:1;}