 @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 {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; transition:.2s; z-index:100; background:#fff;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:2;}

.sitelogo {width:177px; height:100%;}
.sitelogo a {display:block; width:100%; height:100%; background:url("../images/common/logo.png") 0 50% no-repeat; overflow:hidden; font-size:0; line-height:0}

#gnb {margin-right:-40px;}
#gnb > ul {display:flex;}
#gnb > ul > li {position:relative; padding:0 40px; text-align:center;}
#gnb > ul > li > a {position:relative; height:99px; display:flex; align-items:center; justify-content:center; color:#242424; font-size:20px; font-weight:500; letter-spacing:-.01em;}
#gnb > ul > li.active a {color:#1aabe0;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding:31px 10px;}
#gnb .submenu ul li a {display:block; padding:7px 0; letter-spacing:-.01em; font-size:16px; color:#454545; line-height:1.35em;}
#gnb .submenu ul li a:hover {color:#1aabe0;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:rgba(255,255,255,0.9);}

.language ul {display:flex;}
.language ul li {display:flex; align-items:center;}
.language ul li:after {content:""; width:1px; height:10px; background:#ddd;}
.language ul li:last-child:after {display:none;}
.language ul li a {padding:0 15px; color:#454545;}
.language ul li a.on span {border-bottom:1px solid #1aabe0; color:#1aabe0;}

#header.header-white {background:none;}
#header.header-white .sitelogo a {background-image:url("../images/common/logo_w.png")}
#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}
#header.header-white .language ul li a {color:#fff;}
#header.header-white .language ul li a.on span {border-color:#fff; color:#fff;}
#header.header-white .language ul li:after {background:rgba(255,255,255,0.3);}

#header.header-fixed {border-bottom:1px solid #ddd;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:280px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:48px;}
.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:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-78%) rotate(45deg); width:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#1aabe0;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#c99d66;}
.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:#454545; 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 #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:100vh;}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img 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;}
.main-visual .slick-slide.active .img {transform:scale(1.06);}
.main-visual .caption {padding:0 80px; position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; z-index:2;}
.main-visual .caption .m-txt1 {max-width:519px; font-size:55px; font-weight:700; letter-spacing:0; line-height:1.273em;}
.main-visual .caption .m-txt2 {margin:17px 0 14px; font-size:25px; font-weight:500; letter-spacing:0; line-height:1.4em;}
.main-visual .caption .m-txt3 {font-size:20px; font-weight:500; letter-spacing:0; line-height:1.3em;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-15px; width:30px; height:30px; border-right:1px solid #fff; border-bottom:1px solid #fff; border-left:0; border-top:0; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em;}
.main-visual .slick-prev {left:50px; transform:rotate(135deg);}
.main-visual .slick-next {right:50px; transform:rotate(-45deg);}
.main-visual .slick-dots {position:absolute; bottom:74px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 10px;}
.main-visual .slick-dots li button {position:relative; display:block; width:34px; height:34px; background:transparent; border:1px solid transparent; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots li button:before {content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -6px; width:12px; height:12px; background:#fff; border-radius:100%;}
.main-visual .slick-dots .slick-active button {border:1px solid #fff;}

.go-btn {display:flex; align-items:center; justify-content:space-between; font-size:18px; font-weight:500; letter-spacing:-.03em; line-height:1.4em; padding:0 30px; width:100%; max-width:200px; border-radius:28px; border:1px solid rgba(255,255,255,0.5); height:54px;}
.go-btn:after {content:""; display:inline-block; width:40px; height:9px; background:url("../images/main/go_ico.png") no-repeat 50% 50% / contain;}
.go-btn:hover {background:#1aabe0; border-color:#1aabe0; color:#fff;}

.gray-bg {background:#f7f7f7;}

#main .section {padding:100px 0 100px;}

.m-head {text-align:center; margin-bottom:50px;}
.m-head h2 {font-size:30px; font-weight:700; letter-spacing:-.01em; line-height:1.5em; color:#242424;}
.m-head p {font-weight:400; letter-spacing:-.01em; line-height:1.4em; color:#454545;}

.main-business {background:url("../images/main/business_bg.jpg") no-repeat 50% 50% / cover;}
.main-business .links ul {display:flex; margin:0 -20px;}
.main-business .links ul li {padding:0 20px;}
.main-business .links ul li a {display:block; position:relative; color:#fff;}
.main-business .links a .inner {display:flex; flex-direction:column; justify-content:center; align-items:center; position:absolute; top:0; left:0; width:100%; height:100%;}
.main-business .links a .inner .tit {margin-bottom:32px; font-size:28px; font-weight:600; letter-spacing:-.01em; line-height:1.4em;}
.main-business .links ul li a:hover .go-btn {background:#1aabe0; border-color:#1aabe0; color:#fff;}

.perform-slider {padding:0 30px;}
.perform-slider .item {padding:0 10px;}
.perform-slider .item .box {max-width:470px; margin:0 auto; transform:scale(0.9); width:100%; display:block; border:1px solid #dfdfdf; padding:37px 55px;}
.perform-slider .item .box .top {display:flex; justify-content:space-between; align-items:flex-end; border-bottom:1px solid #f5f5f5; padding-bottom:5px; margin-bottom:15px;}
.perform-slider .item .box .top .year {font-size:25px; font-weight:500; letter-spacing:-.04em; line-height:1.1em; display:flex; align-items:center;}
.perform-slider .item .box .top .year:before {margin-right:8px; content:""; width:23px; height:21px; background:url("../images/main/calendar.png") no-repeat 50% 50% / contain;}
.perform-slider .item .box .top .comp {letter-spacing:-.02em; line-height:1.4em;}
.perform-slider .item .box .txt {font-size:18px; font-weight:500; letter-spacing:-.02em; line-height:1.389em;}
.perform-slider .slick-current .box {transform:scale(1); background:#1aabe0; border-color:#1aabe0; color:#fff;}
.perform-slider .slick-current .box .top {border-bottom:1px solid rgba(255,255,255,0.3);}
.perform-slider .slick-current .top h3:before {background-image:url("../images/main/calendar_w.png") !important;}
.perform-slider .slick-arrow {box-shadow:0 10px 20px rgba(0,0,0,0.19); font-size:0; position:absolute; top:66px; z-index:3; width:56px; height:56px; border-radius:100%; border:1px solid #ddd; background:#fff no-repeat 50% 50%;}
.perform-slider .slick-prev {left:50%; margin-left:-263px; background-image: url("../images/main/slide_prev.png");}
.perform-slider .slick-prev:hover {background-image: url("../images/main/slide_prev_hov.png");}
.perform-slider .slick-next {right:50%; margin-right:-263px; background-image: url("../images/main/slide_next.png");}
.perform-slider .slick-next:hover {background-image: url("../images/main/slide_next_hov.png");}
.perform-slider .go-btn {background:#1aabe0; border-color:#1aabe0; color:#fff; margin:60px auto 0;}

.main-links .contain {display:flex; justify-content:space-between;}
.main-links a {color:#fff; display:block; padding:30px;}
.main-links a .tit {margin-bottom:7px; font-size:25px; font-weight:700; letter-spacing:-.01em; line-height:1.4em;}
.main-links a .txt {margin-right:100px;line-height:1.471em; letter-spacing:-.01em; font-weight:400; color:#ededed;}
.main-links .pro {position:relative; width:62%; max-width:860px; background:url("../images/main/links_bg.jpg") no-repeat 50% 50% / cover;}
.main-links .pro .go-btn {position:absolute; left:30px; bottom:30px;}
.main-links .pro:hover .go-btn {background:#1aabe0; border-color:#1aabe0; color:#fff;}
.main-links .col {width:37%; max-width:510px;}
.main-links .bnr {background-repeat:no-repeat; background-position:right 30px bottom 38px;}
.main-links .bnr + .bnr {margin-top:20px;}
.main-links .bnr.bnr1 {background-color:#1aabe0; background-image:url("../images/main/bnr1.png");}
.main-links .bnr.bnr2 {background-color:#233f92; background-image:url("../images/main/bnr2.png");}

/* sub */
.sub-visual {margin-top:100px; position:relative; display:flex; align-items:center; height:300px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual h2 {font-size:35px; font-weight:700; letter-spacing:0; line-height:1.4em;}
.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");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {position:relative; margin:-30px auto 0; max-width:1200px; background:#545454;}
.lnb ul li {flex:1; text-align:center; border-left:1px solid rgba(255,255,255,.3);}
.lnb ul li:first-child {border-left:0;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#fff; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.02em;}
.lnb ul li.active {background:#233f92; border-left:0;}
.lnb ul li.active + li {border-left:0;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:75px 0 75px; text-align:center;}
.sub-title h2 {font-size:30px; line-height:1.3em; letter-spacing:-.02em; color:#242424;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {padding:55px 0; color:#878787; font-size:15px; line-height:1.5em; letter-spacing:-.01em; background:#222;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

#footer .comp-name {margin-bottom:5px; font-size:18px; font-weight:500; letter-spacing:-.04em; color:#fff;}
#footer address {margin-bottom:4px;}
#footer address span:after {content:""; width:1px; height:10px; display:inline-block; background:#878787; margin:0 20px;}
#footer address span:last-child:after {display:none;}
.copyright {margin-top:13px; font-size:13px;}

.scroll-top {position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:76px; height:76px; text-align:center; color:#fff; border-radius:100%; font-size:12px; font-weight:700; line-height:1.3em; letter-spacing:0; background:#1aabe0; z-index:90;}
.scroll-top:before {content:""; display:block; margin:0 auto 8px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #fff;}
.scroll-top.active {opacity:1;}