@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 {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; z-index:90; left:0; top:0; width:100%; background:#fff; transition:0.2s all ease; border-bottom:1px solid #ddd;}
#header .contain {position:relative; max-width:1560px; padding-left:30px; padding-right:130px;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-18px;}
.sitelogo a {display:block;}

#gnb > ul {display:flex; justify-content: flex-end; height: 100px;}
#gnb > ul > li {position:relative; text-align:center; margin-left:60px;}
#gnb > ul > li:before {content:""; position:absolute; width:0; background:#ffc523; height:3px; left:0; bottom:0; transition:0.2s all ease;}
#gnb > ul > li > a {display:block; font-family:'NanumSquare',sans-serif;  font-size:20px; font-weight:700; line-height:100px; letter-spacing:-0.03em; color:#242424; padding:0 25px;}
#gnb > ul > li.active > a {color:#ffc523;}
#gnb > ul > li.active:before {content:""; width:100%;}
#gnb > ul > li.active .submenu {}
#gnb > ul > li:first-child {margin-left:0;}

#gnb .submenu {position:absolute; display:none; left:50%; width:100%; transform:translateX(-50%); text-align:center; z-index:21; background:#fff;}
#gnb .submenu.active {}
#gnb .submenu ul {padding:0;}
#gnb .submenu ul li {line-height:1.4em; transition:0.2s all ease; border:1px solid #ddd; border-top:0;}
#gnb .submenu ul li a {position:relative; display:block; font-size:16px; font-weight:400; padding:15px 0;  color:#454545; line-height:1.2em; transition:0.2s all ease;}
#gnb .submenu ul li:hover {background:#fef6d4}
#gnb .submenu ul li:hover a {color:#242424; font-weight:500;} 

/* 전체메뉴 */
.all-navigation .bg-wrap {display:flex; align-items: center; justify-content: center;}
.only-all-menu {display:none;}
.btn-all-menu {position:absolute; top:50%; transform:translateY(-50%); right:0; width:100px; height:100px; background:#fcc800; text-align:center; z-index:100; transition: all 0.5s ease-in-out; text-indent:-9999em; }

.btn-all-menu span {position:absolute; display:block; left:58%; margin-left:-8.5px; top:50%; height:2px; width:17px;background:#fff;}
.btn-all-menu span:before,
.btn-all-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-all-menu span:before {top:-11px; transition-property:top, transform;}
.btn-all-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.all-navigation {position:fixed; top:-400px; left:50%; transform:translateX(-50%); width:100%; height:auto; overflow:auto; transition:.3s ease-in-out;background:#fff; z-index:89;}
.all-navigation .all-nav-menu {width:100%; max-width:1560px; padding-left:30px; padding-right:130px; margin:0 auto;}
.all-navigation .all-nav-menu>ul {display:flex;  justify-content: flex-end; width:100%; margin:0 0 0 auto;}
.all-navigation .all-nav-menu>ul>li {position:relative; text-align:center; transition:0.2s all ease; width:100%;}
.all-navigation .all-nav-menu>ul>li:nth-child(1) {width:171px;}
.all-navigation .all-nav-menu>ul>li:nth-child(2) {width:120px; margin-left:60px;}
.all-navigation .all-nav-menu>ul>li:nth-child(3) {width:138px; margin-left:60px;}
.all-navigation .all-nav-menu>ul>li:nth-child(4) {width:245px; margin-left:60px;}

.all-navigation .all-nav-menu>ul>li>a {position:relative; display:none ;color:#fff; font-size:16px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; transition: all 0.2s ease-in; margin-bottom:30px;}
.all-navigation .all-nav-menu .submenu {display:block !important; position:relative; bottom:auto; transform:translateX(0); left:auto; top:auto;}
.all-navigation .all-nav-menu .submenu {}
.all-navigation .all-nav-menu .submenu>ul {display:block; margin:14px 0;}
.all-navigation .all-nav-menu .submenu>ul>li {line-height:1.2em; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; font-size:16px; font-weight:500; padding:7px 0;  color:#454545; line-height:1.2em; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul>li>a:hover  {color:#ffc523 !important; font-weight:500; text-decoration:underline;} 

html.menu-all-opened #gnb .submenu  {display:none !important;}
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .btn-all-menu span {background:none !important;}
html.menu-all-opened .btn-all-menu span:before,
html.menu-all-opened .btn-all-menu span:after {transition-delay:0s, 0.3s;}
html.menu-all-opened .btn-all-menu span:before {top:0; transform:rotate(45deg);}
html.menu-all-opened .btn-all-menu span:after  {bottom:0; transform:rotate(-45deg);}
html.menu-all-opened .all-navigation {top:101px;}
html.menu-all-opened .all-navigation .only-all-menu {display:block;}

/* for mobile */


.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:27px; height:22px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1.5px; width:27px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:2px; background:#242424; 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:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px; border-bottom:1px solid #ddd;}
.mobile-navigation .home img {height:30px; width:auto;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#555;}
.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 #555; border-bottom:2px solid #555;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #555;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#ffc523; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; 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:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; opacity:0.6; transition:.2s 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; opacity:1;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#242424;}
.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:.76; z-index:98;} 

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;}
.main-visual .slick-arrow {position:absolute; top:50%; z-index:1; width:70px; height:70px; background-color:rgba(0,0,0,0.4); background-position:50% 50%; background-repeat:no-repeat; margin-top:-35px; border-radius:100%; border:0; text-indent:-9999em; overflow:hidden;}
.main-visual .slick-prev {background-image:url("../images/main/mv_prev.png"); left:100px;}
.main-visual .slick-next {background-image:url("../images/main/mv_next.png"); right:100px;}
.main-visual .item img {width:100%;}
.scroll {position:absolute; width:66px; bottom:50px; left:50%; margin-left:-33px; text-align:center; z-index:50; animation:move_up_down 2s linear infinite;}
@keyframes move_up_down {
  0%,100%{
    transform:translateY(15px);
  }
  50% {
    transform:translateY(0);
  }
}
.main-sec {padding:100px 0;}
.main-banner {background:url("../images/main/banner_bg.jpg") no-repeat 50% 50%; background-size:cover;}
.main-banner .contain {max-width:1460px;}
.main-banner ul {display:flex; flex-wrap:wrap;justify-content: center; margin-bottom:-30px;}
.main-banner ul li {width:20%; text-align:center; margin-bottom:30px; padding:0 10px;}
.main-banner ul li .icon {display:flex;justify-content: center; align-items: center; width:165px; height:165px; border-radius:100%; background:#fff; box-shadow:10px 10px 15px rgba(0,0,0,0.2); margin:0 auto 15px auto;}
.main-banner ul li .tit {font-family:'NanumSquare',sans-serif; font-size:20px; font-weight:700; line-height:1em; letter-spacing:-0.03em; color:#242424;}

.main-about {background:#ffc523;}
.main-about .group > div {box-shadow:10px 10px 10px rgba(0,0,0,0.1);}
.main-about .contain {max-width:1460px; position:relative;}
.main-about .aboutSlide {background:#fff; width:100%; max-width:710px; position:absolute; top:-60px; }
.main-about .aboutSlide .item {position:relative; height:370px; padding:60px 70px 115px 70px;}
.main-about .aboutSlide .item .more {position:absolute; left:70px; bottom:60px;}
.main-about .aboutSlide .item .more a {font-family:'NanumSquareRound',sans-serif; position:relative; display:inline-block; width:150px; height:45px; line-height:48px; background:#ffc523; color:#fff; padding-left:30px; border-radius:60px; font-size:18px; font-weight:700; letter-spacing:-0.03em;}
.main-about .aboutSlide .item .more a:before {content:""; position:absolute; width:11px; height:11px; border-right:1px solid #fff; border-bottom:1px solid #fff; right:30px; top:50%; margin-top:-5.5px; transform:rotate(-45deg);}
.main-about .aboutSlide .tit {font-size:28px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; font-family:'NanumSquareRound',sans-serif; margin-bottom:20px;}
.main-about .aboutSlide p {font-family:'NanumSquareRound',sans-serif; font-size:18px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545;}
.main-about .about-img {text-align:right; width:100%; max-width:775px; margin:60px 0 0 auto;}
.main-about .about-ctrl {position:absolute; right:70px; bottom:60px;}
.main-about .about-ctrl2 {position:absolute; right:70px; top:60px;}
.main-about .slick-dots {display:flex; margin:0 -5px;}
.main-about .slick-dots li {padding:0 5px;}
.main-about .slick-dots li button {display:block; width:13px; height:13px; background:#fef6d4; border-radius:100%; transition:0.2s all ease; text-indent:-999em; overflow:hidden; border:0;}
.main-about .slick-dots li.slick-active button {width:40px; border-radius:50px; background:#ffc523;}
.main-about .slick-arrow {width:45px; height:45px; border-radius:100%; background-color:#fff; border:1px solid #ffc523; border-radius:100%; background-repeat:no-repeat; background-position:50% 50%; text-indent:-999em; overflow:hidden;}
.main-about .slick-prev {background-image:url("../images/main/about_prev.png"); margin-right:10px;}
.main-about .slick-next {background-image:url("../images/main/about_next.png");}
.main-about .group {margin-bottom:60px;}
.main-about .group:last-child {margin-bottom:0;}
.main-about .group2 {display:flex; margin-left:-40px;}
.main-about .group2 .box {width:calc(50% - 40px); margin-left:40px; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; }
.main-about .group2 .box a {display:block; padding:45px 50px;}
.main-about .group2 .box h2 {font-family:'NanumSquareRound',sans-serif; font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:15px;}
.main-about .group2 .box p {font-family:'NanumSquareRound',sans-serif; font-size:18px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545;}
.main-about .group2 .box ul li {position:relative; font-size:16px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545; padding-left:10px;}
.main-about .group2 .box ul li:before {content:""; position:absolute; left:0; width:4px; height:1px; background:#454545; top:13px;}
.main-about .group2 .box:nth-child(1) {background-image:url("../images/main/about_bg1.jpg");}
.main-about .group2 .box:nth-child(2) {background-image:url("../images/main/about_bg2.jpg");}


.main-notice {background:#f8f8f8; padding-bottom:70px;}
.main-notice .main-tit {text-align:center;}
.main-notice .main-tit h2 {font-family:'NanumSquareRound',sans-serif; font-size:40px; font-weight:800; line-height:1.4em; letter-spacing:-0.03em; color:#242424; margin-bottom:5px;}
.main-notice .main-tit p {font-size:16px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#686868;}
.main-notice .notice-cate {max-width:615px; width:100%; margin:50px auto 60px auto;}
.main-notice .notice-cate ul {justify-content: center;}
.main-notice .notice-cate ul li {width:auto; flex:0 1 auto; padding:0 18px;}
.main-notice .notice-cate ul li a {display:block; font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:-0.03em; color:#686868; padding-bottom:10px; position:relative;}
.main-notice .notice-cate ul li.active a {color:#242424;}
.main-notice .notice-cate ul li.active a:before {content:""; position:absolute; width:100%; height:3px; background:#fcc800; bottom:0; left:0;}
.main-notice .notice-slide {position:relative;}
.main-notice .notice-slide .slick-arrow {position:absolute; top:50%; margin-top:-30px; width:60px; height:60px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; border:1px solid #ddd; border:1px solid #ddd; border-radius:100%; text-indent:-999em; overflow:hidden; z-index:1;}
.main-notice .notice-slide .slick-prev {background-image:url("../images/main/notice_prev.png"); left:-130px;}
.main-notice .notice-slide .slick-next {background-image:url("../images/main/notice_next.png"); right:-130px;}

.main-notice .notice-slide .item {padding:30px 0;}
.main-notice .notice-slide .item a {display:block; padding:40px 30px; background:#fff; border:1px solid #ddd; border-radius:8px; position:relative; transition:0.2s all ease;}
.main-notice .notice-slide .item a:hover {transform:translateY(-25px); box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.main-notice .notice-slide .item .num {margin-bottom:20px; font-family:'Roboto'; width:35px; height:35px; line-height:35px; text-align:center; font-size:22px; font-weight:500; letter-spacing:-0.03em; color:#fff; background:#ffc523;}
.main-notice .notice-slide .item .tit {font-family:'NanumSquareRound',sans-serif; height:55px; font-size:20px; font-weight:800; line-height:1.4em; letter-spacing:-0.03em; color:#242424; margin-bottom:10px; 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 .notice-slide .item .txt {margin-bottom:55px; font-size:16px; font-weight:400; line-height:1.5em; color:#454545; letter-spacing:-0.03em; height:70px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-notice .notice-slide .item .date {font-size:16px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#878787;}
.main-notice .notice-slide .slick-list {margin:0 -17px;}
.main-notice .notice-slide .slick-slide {margin:0 17px;}
.main-notice .contain {position:relative; max-width:1460px;}

/* sub */
.sub-visual {position:relative; width:100%; height:300px; display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .cont {color:#fff; text-align:center; width:100%;}
.sub-visual .cont h2 {font-family:'NanumSquareRound',sans-serif; font-size:40px;line-height:1em; font-weight:800; letter-spacing:0; color:#fff; text-shadow:7px 7px 7px rgba(0,0,0,0.4);}

.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-title {margin:60px 0; text-align:center;}
.sub-title h2 {position:relative; color:#2c2c2c; font-size:35px; line-height:1.2em; font-weight:500;letter-spacing:-.20px; padding-bottom:30px;}
.sub-title h2:before {content:""; position:absolute; width:60px; height:3px; bottom:0; left:50%; margin-left:-30px; background:#ffc523;}


.path-wrap {position:relative; z-index:10; border-bottom:1px solid #dddddd;}
.path-wrap .inner {max-width:1200px; margin:0 auto;}
.path-wrap .inner:after {content:""; display:block; clear:both;}
.path-wrap .home {float:left;}
.path-wrap .home a {display:block; border-left:1px solid #dddddd; border-right:1px solid #dddddd; width:60px; height:60px; background:#fff url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .part {float:left; position:relative; min-width:280px; border-right:1px solid #dddddd; z-index:50; background:#fff;}
.path-wrap .part > a {display:block; position:relative; height:60px; color:#242424; font-weight:500; letter-spacing:-0.02em; font-size:16px; line-height:60px; padding:0 40px 0 20px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.path-wrap .part.active > a:after {transform:translateY(-35%) rotate(-135deg);}
.path-wrap .part.active > a:before {content:""; position:absolute; width:100%; height:1px; background:#ddd; left:0; bottom:0;}
.path-wrap .part.active > a {background:#fff; color:#2c2c2c;} 
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #e0e0e0; border-top:0; z-index:50;}
.path-wrap .part ul li {color:#242424; font-size:16px; line-height:1.35em; font-weight:500;}
.path-wrap .part ul li:first-child {border-top:0;}
.path-wrap .part ul li a {display:block; padding:12px 20px 12px 20px;}
.path-wrap .part ul li a:hover {color:#ffc523; text-decoration:underline;}

#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 {min-height:220px; padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}



/* footer */
#footer {position:relative; font-size:15px; color:#c8c8c8; background:#333; font-weight:400;}
#footer .contain {max-width:1460px;}
#footer address {padding-left:55px; font-style:normal; line-height:1.6em; font-size:15px; letter-spacing:-0.04em; flex: 1 1 auto; min-width: 0; width: 1%;}
#footer address span {display:inline-block; margin-right:28px;}
#footer address .weblink {position:relative; font-size:13px; font-weight:400; color:#797979;}

.foot-info {display:flex; padding:40px 0;}
.f-right .contain {display:flex; justify-content: space-between; align-items: center;}
.f-right .site-link ul {display:flex; align-items: center;}
.f-right .site-link ul li {padding-left:40px;}
.f-right .site-link ul li a {display:block;}
.f-right .sns-link {margin-left:40px;}
.f-right .sns-link ul li {margin-right:10px;}
.f-right .sns-link ul li:last-child {margin-right:0;}
.f-right .sns-link ul {display:flex;}
#footer .f-logo {text-align:right;}
#footer .f-right {padding:15px 0; border-bottom:1px solid #717171;}
#footer .foot-menu {flex: 1 1 auto; min-width: 0; width: 1%;display:flex; align-items: center;}
#footer .foot-menu ul {display:flex;}
#footer .foot-menu > ul > li {font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.04em; color:#f3f3f3; padding-left:30px;}
#footer .foot-menu > ul > li:first-child {padding-left:0;}

.scroll-top {position:fixed; font-size:14px; font-weight:400; line-height:1em; letter-spacing:-0.04em; width:50px; height:50px; border-radius:100%; right:25px; bottom:40px; color:#fff; background:#ffc523; display:flex; justify-content: center; align-items: center; opacity:0; z-index:20; padding-top:12px;}
.scroll-top:before {content:""; position:absolute; width:8px; height:8px; border-right:2px solid #ffe59c; border-top:2px solid #ffe59c; top:15px; left:50%; margin-left:-4px; transform:rotate(-45deg);}
.scroll-top.active {opacity:1;}