

@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}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#wrapper {padding-top: 90px;}
#header {position:fixed; top:0; left:0; width:100%;z-index:100; background:#fff;box-shadow: 0 0 3px rgb(0 0 0 / 15%);}
#header .contain {position:relative; max-width:1780px; z-index:2;}

.sitelogo {position:absolute; top:50%; left:70px; margin-top:-19px; z-index:2;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content: center;}
#gnb > ul > li {position:relative; padding: 0 30px; text-align:center;}
#gnb > ul > li > a {display:block; font-size:18px; line-height:90px;}
#gnb > ul > li:hover > a {color: #1b589e;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {position:relative; padding: 20px 0; }
#gnb .submenu > ul > li {margin-bottom: 7px;}
#gnb .submenu > ul > li > a {display:block; font-weight: 400; line-height:1.667em; color:#fff;}
#gnb .submenu > ul > li:hover > a {text-decoration:underline;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#000; z-index:1; opacity: 0.8;}

#header .btn {position:absolute; top:50%; margin-top: -14px; right:90px;}
#header .btn a {display: inline-block; font-size: 14px; font-weight: 500; color: #686868; line-height: 28px; padding: 0 13px; border: 1px solid #dfdfdf; border-radius:50px; margin-left: 10px;}

/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:40px; height:25px; margin-top:-13px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:3px; background:#033f5c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:3px; background:#033f5c;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.mobile-navigation {position:fixed; top:0; right:0; width:400px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}

.mobile-navigation .home {max-height:90px; padding: 34px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}

.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:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#042554;}

.mobile-navigation .close {position:absolute; right:14px; top:32px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:3px; background-color:#333;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}

.mobile-navigation .nav-menu .submenu {display:none; background:#042554; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .btn {display: flex;justify-content: center; padding-top: 15px;}
.mobile-navigation .btn a {display: inline-block; font-size: 14px; font-weight: 500; color: #686868; line-height: 28px; padding: 0 13px; border: 1px solid #dfdfdf; border-radius:50px; margin-left: 10px;}
.mobile-navigation .btn a:first-child {margin-left: 0;}


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 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:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}

/* main */
.main-visual {position:relative;}
.main-visual .item img {width: 100%;}
/* .main-visual .item {height:659px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .bg2 {background-image:url("../images/main/mv2.jpg");}
.main-visual .bg3 {background-image:url("../images/main/mv3.jpg");} */

.main-visual .slick-arrow {position:absolute; top:50%; margin-top: -33px; width:35px; height:66px; z-index:51; background-position:50% 50%; background-repeat:no-repeat; border:0; background-color:transparent; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:5.5%;}
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:5.5%;}

.main-visual .slick-dots {position:absolute; bottom:130px; left:50%; transform:translateX(-50%);}
.main-visual .slick-dots li {display:inline-block; margin-right:8px;}
.main-visual .slick-dots li:last-child {margin-right:0;}
.main-visual .slick-dots button{width:13px; height:13px; border-radius:100%; border:0; background:#fff; text-indent:-999em; font-size:0; line-height:0;}
.main-visual .slick-dots li.slick-active button {width:16px; height:16px; border:2px solid #fff; background:transparent;}

.main-about {margin-top: -100px;}
.main-about ul {display: flex; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; text-align: center;}
.main-about ul li {position: relative;width:20%; padding:45px 15px; background: #fff; }
.main-about ul li:after {content:""; position: absolute; top: 50%; margin-top: -75px; right: 0;width: 1px; height: 150px; background: #ddd; }
.main-about ul li:last-child:after {content:none;}
.main-about ul li:hover {background: #092c5d;}
.main-about ul li:hover:after {content:none;}
.main-about ul li .img {margin-bottom: 15px;}
.main-about ul li h2 {font-size: 20px; font-weight: 700; color: #333; margin-bottom: 5px;}
.main-about ul li:hover h2 {color: #fff;}
.main-about ul li p {font-size: 15px; color: #555;}
.main-about ul li:hover p {color: #fff;}

.main-links {padding: 50px 0 60px;}
.main-links .contain {display: flex;}

.main-links .main-notice {position: relative; width: 50%; margin-right: 40px;}
.main-links .main-notice h2 {font-family: 'NanumSquare', sans-serif; font-size:22px; font-weight:700; line-height:1.3em; color:#242424; padding-bottom:15px; border-bottom: 1px solid #ddd;}
.main-links .main-notice ul {padding: 15px 0;}
.main-links .main-notice ul li {position:relative; padding:0 74px 0 10px; color:#333; font-size:16px;}
.main-links .main-notice ul li:before {content:""; width:3px; height:3px; border-radius:100%; position:absolute; top:13px; left:0; background:#888; }
.main-links .main-notice ul li a {display:inline-block; vertical-align:top; max-width:calc(100% - 50px); height:32px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-links .main-notice ul li a:hover {color:#092c5d;}
.main-links .main-notice ul li span {position:absolute; top:0; right:0; font-size: 15px; color: #888;}
.main-links .main-notice ul li img {vertical-align:middle;}
.main-links .main-notice .more {position:absolute; top:0; right: 0; color:#555; font-size:13px; line-height:1.3em;}

.main-links .wrap {width: 50%; display: flex;justify-content: center;}

.main-links .wrap > div {position: relative; display: flex;justify-content: center;align-items: center; width: 50%; min-height: 235px; padding: 10px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; text-align: center;}
.main-links .main-biz {margin-right: 20px; background-image:url("/images/main/main-biz.jpg");}
.main-links .main-edu {background-image:url("/images/main/main-edu.jpg");}
.main-links .wrap > div .head {color: #fff; line-height: 1.5em; margin-top: 20px; margin-bottom: 50px; min-height: 3.5em;}
.main-links .wrap > div .head h2 {font-family: 'S-CoreDream-5Medium', sans-serif; font-weight: normal; font-size: 24px; margin-bottom: 10px;}
.main-links .wrap > div .btn {position: relative; display: inline-block;padding: 0 19px; background: #092c5d;}
.main-links .wrap > div .btn:before {content:""; position:absolute; left: -12px; bottom: 0;  width: 0px;height: 0px; border-top: 45px solid transparent; border-right: 12px solid #092c5d;}
.main-links .wrap > div .btn:after {content:""; position:absolute; right: -12px; bottom: 0;  width: 0px;height: 0px; border-bottom: 45px solid transparent; border-left: 12px solid #092c5d;}
.main-links .wrap > div .btn .view{font-size: 14px; color: #fff; line-height: 45px;}

.main-info {background: #f5f5f5; padding: 40px 0 60px;}
.main-info ul {display: flex;flex-wrap: wrap; margin: 0 -16px; padding: 52px 0 33px;}
.main-info ul li {width: 33.3333333%; padding: 0 16px;}
.main-info ul li .in {position: relative;top: -38px; padding: 0 30px;}
.main-info ul li .head {position: relative; background: #fff; padding: 35px 15px 55px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; text-align: center; line-height: 1.5em; min-height: 200px;}
.main-info ul li .head .tit {font-family: 'NanumSquare', sans-serif; font-size: 20px; font-weight: 700; color: #242424; letter-spacing: -.01em; margin-bottom: 10px;}
.main-info ul li .head .view {position: absolute; bottom: -20px; left: 50%; margin-left: -20px; width: 40px; height: 40px; border:2px solid #1b589e; border-radius:100%; overflow:hidden; text-indent:-9999em; background-image:url("/images/main/btn_view_off.png"); background-color: #fff; background-position:50% 50%; background-repeat:no-repeat; background-size:19px;}
.main-info ul li .head .view:hover {background-image:url("/images/main/btn_view_on.png"); background-color: #1b589e;}

.main-gallery {padding: 60px 0 120px;}
.main-gallery ul li .thumb {position:relative; padding-bottom:65%; margin-bottom:12px; 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 .tit {text-align: center; font-size: 18px; margin-top: 10px;}
.main-gallery .slick-arrow {position:absolute; top:50%; margin-top: -25px; width:50px; height:50px; z-index:51; border:1px solid #ddd; border-radius:100%; background-position:50% 50%; background-repeat:no-repeat;background-color:#fff; background-size:15px 26px; overflow:hidden; text-indent:-9999em;}
.main-gallery .slick-prev {background-image:url("../images/main/gallery_slide_prev.png"); left:-100px;}
.main-gallery .slick-next {background-image:url("../images/main/gallery_slide_next.png"); right:-100px;}
.main-gallery .slider .slick-list {margin:0 -10px;}
.main-gallery .slider .slick-list .slick-slide {margin:0 10px;}

.main-product {padding:90px 0 80px;}
.main-product .head {text-align:center; letter-spacing:-.04em;}
.main-product .head h2 {font-size:44px; font-weight:800; color:#2c2c2c;}
.main-product .head h2:after {content:""; display:block; width:44px; height:6px; background-image:linear-gradient(120deg, #0072bc , #58aa47); margin:35px auto 25px;}
.main-product .head p {font-size:18px; color:#505050; margin-bottom:60px;}

.main-partner {border-top: 1px solid #ddd; padding: 65px 0;}
.main-partner ul {margin: 0 -19px;}
.main-partner ul li {padding: 0 19px;}


/* sub */
#sub #container {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto; display: flex;}
.sub-visual {display:table; table-layout:fixed; width:100%; height:338px; overflow:hidden; text-align:center; color:#fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; padding:20px;}
.sub-visual h2 {font-family: 'S-CoreDream-6Bold', sans-serif; font-weight: normal; font-size:35px; line-height:1.5em; letter-spacing:-.01em; margin-bottom:8px;}
.sub-visual p {font-family: 'S-CoreDream-5Medium', sans-serif; font-weight: normal; font-size: 20px; line-height:1.5em;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg")}
.sub-visual.bg6 {background-image:url("../images/common/sv6.jpg")}
.sub-visual.bg7 {background-image:url("../images/common/sv7.jpg")}

.lnb {padding-top: 60px; padding-bottom: 100px; width:240px; margin-right: 70px; }
.lnb .tit {width: auto;background: #042554; font-size: 24px; font-weight: 700; color: #fff; line-height: 100px; margin-bottom: 10px; padding: 0 17px;}
.lnb ul {}
.lnb ul li {width:auto; position:relative; border-bottom: 1px solid #ddd;}
.lnb ul li:last-child{border-bottom: 0;}
.lnb ul li a {display:block; padding: 16px 40px 16px 17px; color:#555; font-size:18px; font-weight: 500; line-height:1.5em; background: #f1f1f1; transition:none;}
.lnb ul li a:before {content:""; position:absolute; top:50%; margin-top: -8px; right: 17px; width:15px; height:15px; background-image:url("../images/common/icon_lnb_off.png"); background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.lnb ul li a:hover {color:#fff; background: #1b589e;}
.lnb ul li.active a {color:#fff; background: #1b589e;}
.lnb ul li a:hover:before,
.lnb ul li.active a:before {background-image:url("../images/common/icon_lnb_on.png");}

.lnb-m {display:none; position:relative; margin-top:-25px; margin-bottom:20px; z-index:50;}
.lnb-m .tit {display:block; position:relative; color:#fff; font-size:16px; font-weight:700; line-height:1.3em; padding:15px 40px 15px 16px; background:#042554;}
.lnb-m .tit:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #fff; border-bottom:2px solid #fff;}
.lnb-m > ul {display:none; position:absolute; left:0; width:100%; border:1px solid #dfdfdf; border-top:0; background:#fafafa;}
.lnb-m > ul > li {border-top:1px solid #dfdfdf;}
.lnb-m > ul > li.only-mobile {display:block !important;}
.lnb-m > ul > li:first-child {border-top:0;}
.lnb-m > ul > li > a {display:block; padding:12px 15px; color:#2c2c2c; font-size:15px; font-weight:700; line-height:1.4em; letter-spacing:-.04em;}
.lnb-m > ul > li.active > a {color:#042554; font-weight:700;}
.lnb-m.active .tit:after {transform:translateY(-35%) rotate(-135deg);}

#contArea {flex: 1 1 auto;min-width: 0;width: 1%;}

.sub-title {padding-top: 90px; margin-bottom: 30px; border-bottom: 2px solid #ddd;}
.sub-title h3 {color:#333; font-size:30px; font-weight:700; line-height:1.3em; letter-spacing:0; margin-bottom: 30px;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {position: relative; background:#042554; font-size:14px; color: #e4e8eb; line-height:1.5em; padding: 40px 0;}
#footer .contain {display: flex;flex-wrap: wrap;align-items: center;}
#footer address {font-style:normal;}

.foot-logo {padding-right: 68px;}

.foot-site {order: 3; border-left:1px solid #465d7d; padding-left: 45px;}
.foot-site:after {content:""; display:block; clear:both;}
.foot-site h3 {color:#ed3f36; font-size: 42px; font-weight: 700; line-height: 1.3em; margin-bottom: 25px;}

.custom-select {display:inline-block; min-width:172px; vertical-align:middle; position:relative; z-index:10; float: right;}
.select-input {position:relative; padding:0 28px 0 10px; height:39px; font-size:14px; line-height:37px; letter-spacing:0; overflow:hidden; white-space:nowrap; cursor:pointer; background:#042554 url("/images/common/select_down.png") right 10px center no-repeat; border:1px solid #465d7d; z-index:2;}
.select-options {display:none; position:absolute; bottom: 38px; left:0; width:100%; max-height:460px; font-size:14px; line-height:1.5em; letter-spacing:-.03em; background:#042554; border:1px solid #465d7d; overflow:auto;}
.select-options li {padding:10px 10px; cursor:pointer; transition:.2s;}
.select-options li:hover {background:#1b589e}
.select-options li.selected {background:#1b589e}





.foot-info {flex:1 1 auto; min-width:0; width:1%; padding-right: 5px; order: 2;}
.foot-info a {display:inline-block;}
.foot-info span {display:inline-block; line-height: 1.75em;}
.foot-info .bar {font-size:10px; font-weight:200; margin:0 20px; opacity:.5;}

.foot-info address span {}

.scroll-top {position: absolute; top: 50%; margin-top: -25px; right: 100px; width:50px; height:50px; z-index:101; color:#fff; font-size:14px; font-weight:500; line-height:50px; text-align:center; background:#454545; border-radius:100%;}