@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:1230px; padding-left:15px;padding-right:15px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header .contain {position:relative; height:96px; max-width:1850px;}
#header .sitelogo {position:absolute; top:50%;  margin-top:-32px;left:15px; z-index:10}
#header .sitelogo a {display:inline-block;}

#gnb ul {position:relative;  display:flex; justify-content:center;}
#gnb ul > li {padding:0 50px; transition: all 0.1s ease-in-out;position: relative;}
#gnb ul > li > a {display:inline-block; position:relative; color:#2c2c2c; font-size:20px; line-height:96px; font-weight:700;letter-spacing:-.40px; }
#gnb ul > li > a:after {content:"";position:absolute; bottom:0; left:50%; width:13px; height:13px; border-radius:100%; margin-left:-6.5px;background:#e0c463; opacity:0;transition: all 0.2s ease-in-out; z-index:11}
#gnb ul > li:nth-child(5) > a:after{display:none;}
#gnb ul > li.active a {color:#0f3d98 !important;}
#gnb ul > li.active a:after {bottom:-6px; opacity:1;}
#gnb .submenu {display:none; position:absolute; top:96px; z-index:102;width:1000%;}
#gnb .submenu > ul {display:flex;margin:0 -15px;} 
#gnb .submenu > ul > li {/* padding:0 0 0 30px; */padding:0 15px;}
#gnb .submenu > ul > li > a {display:block; color:#fff !important; font-size:17px; line-height:76px; font-weight:300; letter-spacing:-.40px;}
#gnb .submenu > ul > li > a:after {content:"";position:absolute; bottom:20px; left:50%; margin-left:0;width:0; height:1px; background:#e0c463; transition: all 0.2s ease-in-out;}
#gnb .submenu > ul > li > a:hover {color:#e0c463 !important;}
#gnb .submenu > ul > li > a:hover:after {left:0; width:100%;}
/* #gnb ul li:nth-child(1) .submenu {left:22.5%}
#gnb ul li:nth-child(2) .submenu {left:36%}
#gnb ul li:nth-child(3) .submenu {left:46%}
#gnb ul li:nth-child(4) .submenu {left:50%}
#gnb ul li:nth-child(5) .submenu {right:22.5%} */

#gnb ul li:nth-child(1) .submenu {left:50%; transform:translateX(-50%);}
#gnb ul li:nth-child(2) .submenu {left:50%; transform:translateX(-50%);}
#gnb ul li:nth-child(3) .submenu {left:50%; transform:translateX(-50%);}
#gnb ul li:nth-child(4) .submenu {left:50%; transform:translateX(-50%);}
#gnb ul li:nth-child(5) .submenu {left:50%; transform:translateX(-50%);}

.submenu-bg {display:none; position:absolute; top:96px; left:0; width:100%;background: linear-gradient(#1b386e, #154499); z-index:10}

.util {position:absolute; top:50%; right:110px; margin-top:-16px; z-index:10}
.util ul {display:flex; margin:0 -5px;}
.util ul li {padding:0 5px; text-align:center; font-size:13px; line-height:32px; font-weight:500;}
.util ul li a {display:block; width:32px; height:32px; color:#878787; border-radius:100%;}
.util ul li.active a {background:#a7b2c8; color:#fff;}

.utils {overflow:hidden; margin-bottom:10px;}
.utils ul {display:flex; justify-content:center; margin:0 -5px;}
.utils ul li {padding:0 5px; text-align:center; font-size:13px; line-height:32px; font-weight:500;}
.utils ul li a {display:block; width:32px; height:32px; color:#878787; border-radius:100%;}
.utils ul li.active a {background:#a7b2c8; color:#fff;}

/* 전체메뉴 */
.btn-all-menu {position:absolute; top:0; right:0; width:96px; right:0; height:96px; border-left:1px solid #dfdfdf; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-all-menu span {position:absolute; right:30px; top:50%; height:2px; width:20px;background:#2c2c2c;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#2c2c2c; 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:0; left:0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateY(100%); transform:translateY(100%); background:#153169; z-index:202;}
.all-navigation .all-nav-menu {max-width:1400px; margin:0 auto;}
.all-navigation .all-nav-menu>ul {display:flex;}
.all-navigation .all-nav-menu>ul>li {width:25%; position:relative; padding:250px 10px 0;}
.all-navigation .all-nav-menu>ul>li:first-child:before,
.all-navigation .all-nav-menu>ul>li:after {content:""; position:absolute; top:0; width:1px; height:100%; background:#fff; opacity:0.1;}
.all-navigation .all-nav-menu>ul>li:first-child:before {left:0;}
.all-navigation .all-nav-menu>ul>li:after {right:0;}
.all-navigation .all-nav-menu>ul>li>a {position:relative; padding:12px 35px; display:block; color:#fff; font-size:26px; font-weight:500; line-height:1.3em;}
.all-navigation .all-nav-menu .submenu {padding-top:30px;}
.all-navigation .all-nav-menu .submenu>ul {display:block;}
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; position:relative; padding:0 35px; color:#fff; font-size:16px; font-weight:400; line-height:48px; transition:none}
.all-navigation .all-nav-menu .submenu>ul>li>a:hover{color:#0f3d98;font-weight:500; background:#e0c463 url('../images/common/menu_on.png') 91% 50% no-repeat}
.all-navigation .close {position:absolute; top:20px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.all-navigation .close:before,
.all-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#fff; border-radius:3px;}
.all-navigation .close:before {transform:rotate(45deg);}
.all-navigation .close:after {transform:rotate(-45deg);}}

html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .all-navigation {-ms-transform:translateY(0); transform:translateY(0); }

/* for mobile */
.btn-m-menu {display:none;position:absolute; top:0; right:0; width:96px; right:0; height:96px; border-left:1px solid #dfdfdf; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:30px; top:50%; height:2px; width:20px;background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#2c2c2c; 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:#fff; z-index:202;}
.mobile-navigation .home {margin-bottom:20px; padding-left:15px; font-size:20px; color:#2c2c2c; line-height:1.4em; font-weight:500;}
.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:12px 15px; display:block; color:#2c2c2c; 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.active>a {color:#0f3d98}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#0f3d98;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px; background:#0f3d98;}
.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:#2c2c2c; 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;}

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 .item {position:relative; height:880px; z-index:1; overflow:hidden;}
.main-visual .item .visual-img {position:absolute;  top:0; left:0; width:100%; height:100%; object-fit:cover; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;  opacity: 1 !important; animation-duration: 3s; transition: all 1s ease;}
.main-visual .content {position:absolute; top:50%;  transform:translateY(-50%); left:0; width:100%; color:#fff; z-index:50; transition:all 1s; -webkit-transition-timing-function:ease; transition-timing-function:ease; font-family: 'MapoGoldenPier';}
.main-visual .content .contain {max-width:1330px; text-align:center;}
.main-visual .content .t1 {font-size:42px; line-height:1.4em; margin-bottom:10px;}
.main-visual .content .t2 {position:relative; display:inline-block; font-size:110px; line-height:1.2em; margin-bottom:10px;}
.main-visual .content .t2:after {content:"";position:absolute; bottom:26px; left:0; width:100%; height:1px; background:#fff; opacity:.50;}
.main-visual .content .t3 {font-size:20px; line-height:1.4em;}
.main-visual .slick-arrow {position:absolute; top:50%; font-size:0; width:31px; height:62px; background-position:50% 50%; background-color:transparent; background-repeat:no-repeat; background-size:contain; margin-top:-31px; opacity:.50; border:0; z-index:70;}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .slick-prev {left:100px; background-image:url('../images/main/bt_prev.png');}
.main-visual .slick-next {right:100px; background-image:url('../images/main/bt_next.png');}
.main-visual .slick-dots {position:absolute; bottom:80px; left:0; width:100%; display:flex; justify-content:center; z-index:50}
.main-visual .slick-dots li {margin:0 15px;}
.main-visual .slick-dots li button {position:relative; font-size:0; line-height:0; width:12px; height:12px; background:#fff; border:0; border-radius:100%; opacity:.52;}
.main-visual .slick-dots li button:after {content:""; position:absolute; top:50%; left:50%; border:1px solid #fff; width:32px; height:32px; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); border-radius:100%; opacity:0;}
.main-visual .slick-dots li.slick-active button {opacity:1;}
.main-visual .slick-dots li.slick-active button:after {opacity:1;}

.animated {transition: all .5s ease;}

.main-visual [data-animation-in] {opacity: 0;animation-duration: 1.5s;transition: opacity 0.5s ease 0.3s;transition:1s;}
@keyframes zoomInImage {
  from {transform: scale3d(1.1, 1.1, 1.1);transition:1s; }
  to {transform: scale3d(1, 1, 1);transition:1s;}
}
.zoomInImage {animation-name: zoomInImage;}

@keyframes zoomOutImage {
  from {transform: scale3d(1, 1, 1);transition:1s;}
  to {transform: scale3d(1.1, 1.1, 1.1);transition:1s;}
}
.zoomOutImage {animation-name: zoomOutImage;transition:1s;}


.main-business {padding:100px 0;}
.main-business .contain {max-width:1590px;}
.main-business .title {text-align:center; margin-bottom:40px;}
.main-business .title h2 {font-size:36px; line-height:1.4em; color:#2c2c2c;font-weight:700; margin-bottom:10px;}
.main-business .title p {font-size:16px;line-height:1.4em; color:#878787;}
.main-business .slick-list {margin:0 -27px;}
.main-business .slick-slide {padding:0 27px;}
.main-business .thumb {position:relative; height:0; padding-bottom:100%; overflow:hidden;}
.main-business .thumb 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; transition:0.3s;}
.main-business .box {background:#f4f4f4; padding:36px 25px;}
.main-business .tt {font-size:14px;line-height:1.4em; color:#0f3d98; font-weight:500; margin-bottom:20px;}
.main-business .tit {font-size:20px;line-height:1.4em; color:#2c2c2c; font-weight:500; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.main-business .slick-arrow {position:absolute; top:50%; font-size:0; width:72px; height:72px; border-radius:100%; background-position:50% 50%; background-color:#fff; background-repeat:no-repeat;  margin-top:-36px; border:1px solid #dfdfdf; z-index:70;}
.main-business .slick-arrow:hover {background-color:#0f3d98; border-color:#0f3d98;}
.main-business .slick-prev {left:-130px; background-image:url('../images/main/slide_prev.png');}
.main-business .slick-next {right:-130px; background-image:url('../images/main/slide_next.png');}
.main-business .slick-prev:hover {background-image:url('../images/main/slide_prev_on.png');}
.main-business .slick-next:hover {background-image:url('../images/main/slide_next_on.png');}
.main-business .slick-dots {padding-top:30px;display:flex; align-items:center; justify-content:center;}
.main-business .slick-dots li {margin:0 5px; line-height:0;}
.main-business .slick-dots li button {text-indent:-9999em; font-size:0; line-height:0; width:12px; height:12px; background:#fff; border:4px solid #dfdfdf; border-radius:100%;}
.main-business .slick-dots li.slick-active button {width:20px; height:20px; background:#0f3d98;border-color:#0f3d98}
.main-business .btns {text-align:center; padding-top:50px;}
.main-business .btns a {display:inline-block; min-width:220px; font-size:18px; line-height:58px; height:60px; border:1px solid #505050; color:#2c2c2c; font-weight:500;}
.main-business .btns a:after {content:"";display:inline-block; vertical-align:top; width:18px; height:58px; background:url('../images/main/more.png') 50% 50% no-repeat; margin-left:10px; background-size:contain}

.main-sec {padding:100px 0;}
.main-sec .title {text-align:center; margin-bottom:40px;}
.main-sec .title h2 {font-size:36px; line-height:1.4em; color:#2c2c2c;font-weight:700; margin-bottom:10px;}

#main .history .title {text-align:center; margin-bottom:40px;}
#main .history .title h2 {font-size:36px; line-height:1.4em; color:#2c2c2c;font-weight:700; margin-bottom:10px;}
#main .history .info {margin-bottom:0;}

.main-maps {display:flex;}
.main-maps .maps {width:50%; padding:95px 140px; text-align:center;border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:url('../images/main/pattern.png') 0 0 repeat;}
.main-maps .map-wrap {position:relative; max-width:449px; margin:0 auto;}
.main-maps .map-wrap ul li {position:absolute;}
.main-maps .map-wrap ul li .point {position:relative; height:10px; width:10px; border-radius:100%; text-indent:-99999em; background:#878787}
.main-maps .map-wrap ul li .point:after {content:"";position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:30px; height:30px; background:#878787; border-radius:100%; opacity:.15;}
.main-maps .map-wrap ul li.active .point {background:#0f3d98}
.main-maps .map-wrap ul li.active .point:after {background:#0f3d98; width:38px; height:38px; transform:translate(-50%,-50%); animation-duration: 1.2s; animation-name:an; animation-iteration-count : infinite;}
.main-maps .map-wrap ul li.map-1 {top:20.6%; left:31.9%} /* 본사 */
.main-maps .map-wrap ul li.map-2 {top:24%; left:42.2%} /* 경기지사 */
.main-maps .map-wrap ul li.map-3 {top:28.6%; left:35%} /* 경기남부지사 */
.main-maps .map-wrap ul li.map-4 {top:15.3%; left:31%} /* 경기북부지사 */ 
.main-maps .map-wrap ul li.map-5 {top:24.4%; right:39%} /* 강원지사 */
.main-maps .map-wrap ul li.map-6 {top:42.3%; left:28.9%} /* 충남지사 */
.main-maps .map-wrap ul li.map-7 {top:61.5%; left:65%} /* 대구경북지사 */
.main-maps .map-wrap ul li.map-8 {top:62%; right:15%} /* 울산경남지사 */
.main-maps .map-wrap ul li.map-9 {top:75.6%; right:20.4%}  /* 부산경남지사 */
.main-maps .map-wrap ul li.map-10 {top:80%; right:37.5%} /* 경남중부지사 */
.main-maps .map-wrap ul li.map-11 {top:47.9%; left:39%} /* 대전세종지사 */
.main-maps .map-wrap ul li.map-12 {top:21.6%; left:23%} /* 경인지사 */
.main-maps .map-wrap ul li.map-13 {top:42.2%; left:44.4%} /* 충북지사 */
.main-maps .map-wrap ul li.map-14 {top:72.6%; left:22%} /* 광주전남지사 */
.main-maps .map-wrap ul li.map-15 {top:60.6%; left:33.9%} /* 전북지사 */
.main-maps .map-wrap ul li.map-16 {bottom:5.2%; right:11.4%} /* 제주지사 */
.main-maps .info {width:50%; background:#153067; padding:90px 100px;}
.main-maps .title-wrap {display:flex; align-items:center; justify-content:space-between; margin-bottom:60px;}
.main-maps .title-wrap .title {color:#fff;}
.main-maps .title-wrap h2 {font-size:36px; line-height:1.4em;font-weight:700; margin-bottom:15px;}
.main-maps .title-wrap p {font-size:16px ;line-height:1.4em;}
.main-maps .title-wrap .nav ul {display:flex;}
.main-maps .title-wrap .nav ul li {text-align:center; width:150px; font-size:19px; line-height:1.4em;font-weight:500;}
.main-maps .title-wrap .nav ul li:first-child a {border-left:1px solid #fff;}
.main-maps .title-wrap .nav ul li a {display:flex; align-items:center;justify-content:center; color:#fff; height:66px; background:#153067; border:1px solid #fff ;border-left:0;}
.main-maps .title-wrap .nav ul li.active a {background:#fff; color:#153067}
.main-maps .link ul {display:flex;flex-wrap:wrap;padding-left:1px; padding-top:1px;}
.main-maps .link ul li {width:25%; border:1px solid #153067; margin-left:-1px; margin-top:-1px;}
.main-maps .link ul li a {position:relative; display:flex; align-items:center;justify-content:center; background:#0f3d98; font-size:18px; line-height:1.4em; color:#fff;height:110px; }
.main-maps .link ul li .hover {background:#fff; color:#0f3d98; position:absolute; top:0; left:0;width:100%; height:100%; display:flex; align-items:center;justify-content:center; opacity:0; transition:0.3s;}
.main-maps .link ul li .hover dl dt {font-weight:500;font-size:16px;line-height:1.4em; margin-bottom:5px;}
.main-maps .link ul li .hover dl dd {font-weight:700;font-size:20px;line-height:1.4em;}
.main-maps .link ul li a:hover .hover,
.main-maps .link ul li.active .hover {opacity:1;}

.pop-family {width:90vw; max-width:640px; background:#fff; position:relative; padding:70px;}
.pop-family .title {text-align:center; margin-bottom:45px;}
.pop-family .title h2 {font-size:30px ;line-height:1.4em; color:#153067; font-weight:700; margin-bottom:10px;}
.pop-family .title p {font-size:15px; line-height:1.4em;}
.pop-family ul {display:flex; flex-wrap:wrap; margin:0 -5px;}
.pop-family ul li {width:50%; padding:0 5px; text-align:center; letter-spacing:-.04em;}
.pop-family ul li .img {margin-bottom:20px;}
.pop-family ul li .img img {width:100%;}
.pop-family ul li .tit {font-size:16px; line-height:1.4em; color:#0f3d98;font-weight:500; margin-bottom:15px;}
.pop-family ul li .tt {font-size:21px; line-height:1.4em; color:#2c2c2c;}
.pop-family ul li p {font-size:13px ;line-height:1.4em; color:#878787}
.pop-family .close {position:absolute; top:25px; right:25px; width:20px; height:20px; text-indent:-9999em;}
.pop-family .close:before, 
.pop-family .close:after {position:absolute; left:9px; top:0;content: ' ';height:100%; width:3px;background-color:#153067; border-radius:2px;}
.pop-family .close:before {transform: rotate(45deg);}
.pop-family .close:after {transform: rotate(-45deg);}

@-webkit-keyframes an {
	0% {transform:translate(-50%,-50%) scale(1.0)}
	100% {transform:translate(-50%,-50%) scale(1.6)}
}

.main-about {background:url('../images/main/bg.jpg') 50% 50% no-repeat; background-size:cover; padding:100px 0;}
.main-about .contain {max-width:1430px; display:flex; align-items:center;}
.main-about .box {width:400px; padding:50px 0;background:#fff; box-shadow:0 0 5px rgba(0,0,0,.20)}
.main-about .box .group {padding:0 50px 40px; border-bottom:1px dashed #dfdfdf; margin-bottom:40px;}
.main-about .box .tt {font-size:14px;padding:0 4px;line-height:20px; color:#fff; display:inline-block; margin-bottom:15px; background:#e0c463;}
.main-about .box h2 {font-size:36px;  color:#2c2c2c;line-height:1.4em;font-weight:700; margin-bottom:15px;}
.main-about .box p {font-size:15px; line-height:1.7em; color:#878787; margin-bottom:40px;}
.main-about .box .col {position:relative; margin-bottom:12px;}
.main-about .box .col:last-child {margin-bottom:0;}
.main-about .box .in-txt {position:absolute; top:50%; right:20px; font-size:15px; line-height:20px; margin-top:-10px;}
.main-about .box .input {width:100%; height:54px; padding:0 60px 0 20px; font-size:15px; line-height:1.4em;}
.main-about .box .submit {width:100%; height:54px;  cursor:pointer;color:#fff;font-size:18px; line-height:54px; font-weight:700; border:0; background:#0f3d98;}
.main-about .box .icon-group {display:flex; align-items:center; justify-content:center; padding:0 40px;}
.main-about .box .icon-group .icon {width:56px;}
.main-about .box .icon-group .info {padding-left:15px;}
.main-about .box .icon-group .info .txt {font-size:15px; line-height:1.4em; color:#878787; font-weight:500; margin-bottom:15px;}
.main-about .box .icon-group .info .price {font-size:14px;line-height:1.3em; font-weight:700;}
.main-about .box .icon-group .info .price strong {color:#0f3d98; font-size:30px;}
.main-about .about-info {text-align:center;flex:1 1 auto; width:1%; color:#fff; min-width:0;}
.main-about .about-info .tt {font-size:14px; line-height:1.4em; font-weight:700; letter-spacing:.5em; margin-bottom:20px;}
.main-about .about-info .cnt {font-size:28px; line-height:1.6em;font-weight:500; margin-bottom:30px; letter-spacing:-.04em;}
.main-about .about-info ul {display:flex; justify-content:center; margin:0 -10px;}
.main-about .about-info ul li {padding:0 10px; text-align:center;}
.main-about .about-info ul li a {display:flex; align-items:center; background:#fff; justify-content:center; width:160px; height:160px; box-shadow:0 0 5px rgba(0,0,0,.20);}
.main-about .about-info ul li .tit {font-size:18px; line-height:1.5em; color:#2c2c2c; font-weight:500; margin-bottom:12px; transition:0.3s;}
.main-about .about-info ul li .more {width:18px; height:18px;margin:0 auto; position:relative;}
.main-about .about-info ul li .more:before,
.main-about .about-info ul li .more:after {content:"";position:absolute;  background:#0f3d98; transition:0.3s;}
.main-about .about-info ul li .more:before {width:100%; height:2px; margin-top:-1px; top:50%; left:0;}
.main-about .about-info ul li .more:after {width:2px; height:100%; margin-left:-1px; top:0; left:50%;}
.main-about .about-info ul li a:hover {background:#0f3d98}
.main-about .about-info ul li a:hover .tit {color:#fff;}
.main-about .about-info ul li a:hover .more:before,
.main-about .about-info ul li a:hover .more:after {background:#fff;}

/* sub page */
.sub-visual {position:relative; width:100%; height:401px; overflow:hidden;}
.sub-visual .content {position:absolute; top:50%; left:0; transform:translateY(-50%); color:#fff; text-align:center; width:100%; z-index:10;}
.sub-visual .content h2 {font-size:46px;line-height:1.5em; font-weight:700; letter-spacing:-.40px;}
.sub-visual .content p {font-size:13px; line-height:1.4em; letter-spacing:1em;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}


.sub-title {margin:70px 0; text-align:center;}
.sub-title h2 {color:#2c2c2c; font-size:38px; line-height:1.6em; font-weight:700;letter-spacing:-.40px;}

#lnb {background:rgba(34,34,34,.85); position:relative; margin-top:-72px;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative; width:auto; text-align:center; letter-spacing:-.04em;}
.lnb ul li:after {content:""; position:absolute; top:50%; left:0; width:1px; height:18px; background:#fff; margin-top:-9px; opacity:.22;}
.lnb ul li:first-child:after {display:none}
.lnb ul li a {display:flex; align-items:center; justify-content:center; height:72px; color:#fff; font-size:17px; line-height:1.4em; padding:0 15px; }
.lnb ul li a:hover {text-decoration:underline; color:#fff;}
.lnb ul li.active a {color:#fff;background:#0f3d98;font-weight:500; text-decoration:none}

.path-menu {display:none; position:relative; margin-top:-50px;background:rgba(34,34,34,.85); z-index:50} /* 모바일메뉴 */
.path-menu .submenu {position:relative; z-index:50}
.path-menu .submenu:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-70%) rotate(45deg); width:10px; height:10px; border-right:2px solid #fff; border-bottom:2px solid #fff;}
.path-menu .submenu > .tit {display:block; color:#fff; font-size:15px; line-height:50px; font-weight:700;transition:none; padding-left:15px;}
.path-menu .submenu.active:after {transform:translateY(-50%) rotate(-135deg);}
.path-menu .submenu ul {display:none; position:absolute; top:50px; left:0; width:100%; z-index:51;}
.path-menu .submenu ul li {}
.path-menu .submenu ul li a {display:block; padding:12px 0 12px 15px; color:#fff; font-size:15px; line-height:20px; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.20); background:rgba(15,61,152,.9);}
.path-menu .submenu ul li a:hover {color:#fff; background:#0f3d98;}


.lnb-menu {max-width:1200px; margin:0 auto 65px;}
.lnb-menu ul {display:flex;}
.lnb-menu ul li {flex:1; text-align:center;}
.lnb-menu ul li a {display:flex; align-items:center; justify-content:center; font-size:18px; line-height:1.4em; color:#2c2c2c; padding:0 10px;height:62px; border:1px solid #dfdfdf; border-left:0; border-bottom:2px solid #005381;}
.lnb-menu ul li:first-child a {border-left:1px solid #dfdfdf;}
.lnb-menu ul li.active a {border:2px solid #005381; border-bottom:0; color:#005381;font-weight:600;}
.lnb-menu.type2 ul li {flex:none; width:50% !important;;}

.real-cont {padding-bottom:110px;}
.real-cont.none {padding-bottom:0;}



/* footer */
#footer {position:relative; background:#fafafa; padding:36px 0; color:#878787; font-size:13px; line-height:1.7em;}
#footer address {font-style:normal;}
#footer .bar {padding:0 10px;}
#footer .br {padding:0 10px;}
#footer .contain {position:relative; max-width:1850px;}

.foot-row {display:flex; align-items:center; justify-content: space-between;}
.foot-row .tit {font-size:16px; line-height:1.4em; color:#2c2c2c;font-weight:500; margin-bottom:10px;}
.foot-info {flex:1 1 auto; width:1%; min-width:0; padding-right:50px;}
.foot-info .copy {font-size:12px; color:#aaa; padding-top:20px;}
.foot-menu ul {display:flex; margin:0 -10px;}
.foot-menu ul li {padding:0 10px;}
.foot-menu a {display:inline-block; position:relative; padding-left:22px; font-size:14px;  color:#505050;}
.foot-menu a:before {content:"";position:absolute; top:4px; left:0; width:15px; height:15px; background:url('../images/common/foot_link.png') 50% 50% no-repeat;}
