@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;}

#wrapper {position:relative;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:relative; top:0; left:0; width:100%; transition:.2s; z-index:100;}
#header .contain {position:relative; height:100px; z-index:2;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-27px; z-index:10;}

#gnb {margin-left:300px; margin-right:80px; text-align:center;}
#gnb > ul {display:flex; justify-content:flex-end;}
#gnb > ul > li {position:relative; margin-left:100px;}
#gnb > ul > li:first-child {margin-left:0;}
#gnb > ul > li > a {display:block; color:#333; font-size:20px; font-weight:700; line-height:100px; letter-spacing:-.01em;}
#gnb > ul > li.active > a {color:#313a9a;}
#gnb .submenu {display:none; position:absolute; left:50%; margin-left:-80px; width:160px; background:rgba(255,255,255,.5);}
#gnb .submenu ul {padding:24px 10px;}
#gnb .submenu ul li a {display:block; padding:5px 0; color:#000; font-size:16px; font-weight:500; line-height:1.4em; letter-spacing:-.01em;}
#gnb .submenu ul li a:hover {color:#313a9a;}

.top-call {position:absolute; top:50%; right:30px; margin-top:-28px; padding-left:66px; font-size:13px; font-weight:500; line-height:1.3em; letter-spacing:-.04em;}
.top-call:before {content:""; position:absolute; top:50%; left:0; margin-top:-26px; width:52px; height:52px; background:url("../images/common/call.png") 50% 0 no-repeat;}
.top-call .tel {margin-top:5px; font-size:34px; font-weight:600; line-height:1em; letter-spacing:-.04em;}

/* .language {position:absolute; top:50%; right:50px; margin-top:-16px; display:flex; align-items:center; z-index:3;}
.language a {display:flex; align-items:center; justify-content:center; width:32px; height:32px; color:#bdbdbd; font-family:'Montserrat', sans-serif; font-size:11px; font-weight:700; line-height:1.3em; border-radius:100%;}
.language a.active {color:#fff; background:#343b9d;}
.language .bar {width:1px; height:20px; background:#dfdfdf; margin:0 12px;} */

.language {position:absolute; top:50%; right:50px; margin-top:-17px; display:flex; align-items:center; z-index:3;}
.language a {padding:5px 10px; margin-left:6px; color:#bdbdbd; font-family:'Montserrat', sans-serif; font-size:16px; font-weight:500; line-height:1.3em; border:2px solid #d9d9d9;}
.language a:first-child {margin-left:0;}
.language a.active {color:#fff; background:#343b9d; border-color:#343b9d;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:30px; width:24px; height:24px; margin-top:-14px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:12px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:70px; padding:10px 20px;}
.mobile-navigation .home img {height:32px;}
.mobile-navigation .language {display:flex; position:static; justify-content:center; padding:25px 0; margin:0;}
.mobile-navigation .language a {font-size:13px; margin:0 5px;}
.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 48px 12px 20px; display:block; color:#2c2c2c; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:13px; height:13px; border-right:1px solid #2c2c2c; border-bottom:1px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#313a9a}
.mobile-navigation .nav-menu .submenu {display:none; padding:12px 20px; background:#313a9a; color:#fff; font-size:15px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:101;}

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; overflow:hidden;}
.main-visual .item {position:relative;}
.main-visual .item a {display:block;}
.main-visual .item img {width:100%;}
.main-visual .mobile {display:none;}
.main-visual .slick-dots {position:absolute; bottom:54px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 6px;}
.main-visual .slick-dots li button {display:block; width:15px; height:15px; background:#737373; border:0; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-dots .slick-active button {background:#fff;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-35px; width:70px; height:70px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:1px solid #fff; border-radius:100%; overflow:hidden; text-indent:-9999em; z-index:50;}
.main-visual .slick-prev {left:50px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:50px; background-image:url("../images/main/slide_next.png");}

.m-head {display:flex; align-items:flex-end;}
.m-head h2 {color:#454545; font-size:42px; line-height:1.3em; letter-spacing:-.01em;}
.m-head .left {min-width:273px; margin-right:50px; color:#454545; font-size:22px; line-height:1.4em; letter-spacing:-.01em;}
.m-head .left p {margin-top:7px;}
.m-head .right {color:#7a7a7a; font-size:18px; line-height:1.556em; letter-spacing:-.01em;}
.m-head .btn {display:inline-flex; align-items:center; justify-content:center; margin-bottom:7px; min-width:183px; height:58px; font-size:20px; line-height:1.3em; text-align:center; border:1px solid #ddd;}

.main-business {padding:80px 0 95px; background:#eff0f5 url("../images/main/biz_bg.png") 100% 100% no-repeat; overflow:hidden;}
.main-business .m-head {margin-bottom:85px;}
.main-business .content ul {display:flex; margin:-11px;}
.main-business .content ul li {flex:1; padding:11px; text-align:center; color:#454545; font-size:20px; font-weight:500; line-height:1.15em; letter-spacing:-.01em;}
.main-business .content .circle {position:relative; background:#fff; padding-bottom:100%; border-radius:100%; border:1px solid #cacacb;}
.main-business .content .circle .inner {position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:10px;}
.main-business .content .circle .txt {margin-top:16px; min-height:2.3em; display:flex; align-items:center; justify-content:center;}

.main-partner {padding:100px 0 130px; background:#313a9a url("../images/main/partner_bg.png") 0 100% no-repeat; overflow:hidden;}
.main-partner .m-head {margin-bottom:65px;}
.main-partner .m-head h2 {color:#fff;}
.main-partner .content ul {display:flex; flex-wrap:wrap; margin:-27px;}
.main-partner .content ul li {width:25%; padding:27px;}

.main-posts {padding:90px 0 96px; overflow:hidden;}
.main-posts .row {display:flex; margin:0 -26px;}
.main-posts .col {width:50%; padding:0 26px;}
.main-posts .post {position:relative;}
.main-posts .post .m-head {margin-bottom:42px;}
.main-posts .post ul {display:flex; margin:0 -16px;}
.main-posts .post ul li {width:50%; padding:0 16px;}
.main-posts .post ul li a {display:block;}
.main-posts .post ul li .thumb {position:relative; padding-bottom:62.5%; overflow:hidden;}
.main-posts .post ul li .thumb:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid #ddd;}
.main-posts .post ul li .thumb img {position:absolute; top:0; left:0; width:100%;}
.main-posts .post .more {position:absolute; top:13px; right:0;}

.main-performance {padding:110px 0 145px; color:#fff; background:url("../images/main/performance_bg.jpg") 50% 50% no-repeat; background-size:cover; overflow:hidden;}
.main-performance .m-head {margin-bottom:65px;}
.main-performance .m-head * {color:#fff;}
.main-performance .content table {color:#fff; width:100%; border-collapse:collapse; border-spacing:0px;}
.main-performance .content th {height:65px; padding:5px; background:#fff; color:#151515; font-size:22px; line-height:1.4em; letter-spacing:-.01em;}
.main-performance .content td {height:65px; padding:5px; font-size:17px; line-height:1.4em; letter-spacing:-.01em; text-align:center; border-bottom:1px solid rgba(255,255,255,.5);}

/* sub */
.sub-visual {display:flex; align-items:center; width:100%; height:340px; text-align:center; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual.bg0 {background-image:url("../images/common/sv0.jpg")}
.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 .inner {width:100%;}
.sub-visual h2 {color:#fff; font-size:42px; font-weight:700; line-height:1.3em; letter-spacing:-.01em;}
.sub-visual h2:before {content:""; display:block; width:50px; height:4px; margin:-21px auto 17px; background:#fff;}

.lnb-wrap {position:relative; border-bottom:1px solid #e9e9e9;}
.lnb {max-width:1400px; margin:0 auto; text-align:center;}
.lnb .swiper-container {margin-bottom:-1px;}
.lnb .swiper-wrapper {padding-left:1px; padding-right:1px; box-sizing:border-box;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; border-left:1px solid #e9e9e9;}
.lnb ul li:last-child {border-right:1px solid #e9e9e9;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 15px; height:59px; color:#000; font-size:20px; font-weight:500; line-height:1.3em; letter-spacing:-.01em;}
.lnb ul li a:hover {color:#313a9a;}
.lnb ul li.active {background:#313a9a; border-color:#313a9a;}
.lnb ul li.active a {color:#fff !important; font-weight:700;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {text-align:center; padding:70px 0 90px;}
.sub-title h2 {color:#000; font-size:32px; line-height:1.3em; letter-spacing:-.01em;}
.sub-title h2:after {content:""; display:block; width:50px; height:3px; margin:19px auto 0; background:#313a9a;}
.sub-title.type2 {padding-bottom:30px;}

.real-cont {min-height:400px; padding-bottom:110px;}

/* footer */
#sub #footer {border-top:1px solid #ebebeb;}
#footer {padding:47px 0; background:#fff; color:#7e7e7e; font-size:15px; line-height:1.733em;}
#footer .contain {display:flex; align-items:center;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}

.foot-logo {margin:0 53px 0 34px;}

.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info .f-links {color:#444; font-weight:500;  margin-bottom:19px;}
.foot-info address span {display:inline-block; margin:0 30px 0 0;}
.foot-info .designed {display:inline-block; margin-left:30px; color:#818181; font-size:14px;}