@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:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; padding:0 100px; transition:.2s; z-index:100;}
.header {position:relative; display:flex; align-items:center; height:100px; z-index:2;}

.sitelogo a {display:block; width:280px; height:100px; background:url("../images/common/logo_w.png") 0 50% no-repeat;}

#gnb {flex:1 1 auto; min-width:0; width:1%; text-align:center;}
#gnb > ul {display:flex; justify-content:center;}
#gnb > ul > li {position:relative; padding:0 41px;}
#gnb > ul > li > a {position:relative; height:100px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing:-.01em;}
#gnb > ul > li.active > a {color:#aa1717 !important;}
#gnb .submenu {position:absolute; left:-5px; right:-5px; height:0; overflow:hidden;}
#gnb .submenu ul {padding:27px 0;}
#gnb .submenu ul li {padding:4px 0;}
#gnb .submenu ul li a {display:block; color:#fff; font-size:17px; font-weight:400; line-height:1.4em;}
#gnb .submenu ul li a:hover {text-decoration:underline;}

.pull-right {display:flex; align-items:center;}

.language {color:#aaa; line-height:1.4em; display:flex; align-items:center; border-bottom:1px solid transparent; margin-right:63px;}
.language .on {color:#fff; font-weight:500; border-bottom:1px solid #fff;}
.language .bar {width:1px; height:14px; background:#fff; opacity:.4; margin:0 14px;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background-image: linear-gradient(to right, #022039, #790707); opacity:.8;}

#sub #wrapper {padding-top:100px;}
#sub .sitelogo a {background-image:url("../images/common/logo.png");}
#sub #header {background:#fff;}
#sub #header #gnb > ul > li > a {color:#242424;}
#sub .language .on {color:#454545; border-bottom-color:#ddd;}
#sub .language .bar {background:#000;}
#sub .btn-m-menu span,
#sub .btn-m-menu span:before,
#sub .btn-m-menu span:after {background:#242424;}

.header-hover .sitelogo a {background-image:url("../images/common/logo.png");}
.header-hover #header {background:#fff;}
.header-hover #header #gnb > ul > li > a {color:#242424;}
.header-hover .language .on {color:#454545; border-bottom-color:#ddd;}
.header-hover .language .bar {background:#000;}
.header-hover .btn-m-menu span,
.header-hover .btn-m-menu span:before,
.header-hover .btn-m-menu span:after {background:#242424;}

.header-fixed .sitelogo a {background-image:url("../images/common/logo.png");}
.header-fixed #header {background:#fff; border-bottom:1px solid #ddd;}
.header-fixed #header #gnb > ul > li > a {color:#242424;}
.header-fixed .language .on {color:#454545; border-bottom-color:#ddd;}
.header-fixed .language .bar {background:#000;}
.header-fixed .btn-m-menu span,
.header-fixed .btn-m-menu span:before,
.header-fixed .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {position:relative; width:30px; height:30px; text-indent:-9999em; overflow:hidden;}
.btn-m-menu span {position:absolute; left:10px; right:0; top:50%; height:2px; margin-top:-1px; background:#fff; transition:.4s;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; background:#fff; transition:.4s;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}
.btn-m-menu:hover span {left:0;}
.btn-m-menu:hover span:before,
.btn-m-menu:hover span:after {left:10px;}

.mobile-navigation {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:100px; padding:10px 20px;}
.mobile-navigation .home img {height:60px;}
.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:#242424; font-size:19px; 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:#aa1717}
.mobile-navigation .nav-menu .submenu {display:none; padding:12px 20px; background:#aa1717; color:#fff; font-size:16px; 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; color:#fff; overflow:hidden;}
.main-visual .image {position:relative; height:100vh; overflow:hidden;}
.main-visual .image 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-dots {position:absolute; bottom:25%; 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:32px; height:32px; 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 rgba(255,255,255,.6);}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-23px; width:56px; height:56px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em; z-index:50;}
.main-visual .slick-prev {left:25px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:25px; background-image:url("../images/main/slide_next.png");}
.main-visual .scroll {position:absolute; bottom:50px; left:50%; width:60px; margin-left:-30px; text-align:center; z-index:30; animation:2s scrollUpDown linear infinite;}
.main-visual .caption {position:absolute;}
.main-visual .caption.pos1 {top:38%; left:51.3%;}
.main-visual .caption.pos2 {top:50.5%; left:50%;}
.main-visual .caption.pos2 .txt3 {margin:12px 30px 0 0;}
.main-visual .caption.pos3 {top:34.5%; left:55%;}
.main-visual .caption.pos3 .txt3 {margin:12px 25px 0 0;}
.main-visual .ani {transform:translateY(-80px); opacity:0;}
.main-visual .txt-hidden {overflow:hidden;}
.main-visual .txt-wrap {display:flex;}
.main-visual .slick-current .ani.delay1 {animation:txt_ani 1.4s .1s ease forwards;}
.main-visual .slick-current .ani.delay2 {animation:txt_ani 1.4s .8s ease forwards;}
.main-visual .txt1 {font-size:40px; line-height:1.4em; letter-spacing:-.03em;}
.main-visual .txt2 {font-size:26px; line-height:1.4em; letter-spacing:-.03em;}
.main-visual .txt3 {font-size:26px; line-height:1.4em; letter-spacing:-.03em;}
.main-visual .txt4 {font-size:53px; line-height:1.2em; letter-spacing:-.03em;}

@keyframes txt_ani{
	0% {transform:translateY(-80px); opacity:0;}
	100% {transform:translateY(0); opacity:1;}
}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(0);}
	50% {transform:translateY(20px);}
}

.main-business {display:flex; text-align:center; color:#fff; background:#333;}
.main-business .link {display:block; position:relative; width:33.33333333%; height:100vh; overflow:hidden;}
.main-business .link .bg {position:absolute; top:0; left:0; right:0; bottom:0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; transition:.8s ease;}
.main-business .link .bg1 {background-image:url("../images/main/biz1.jpg");}
.main-business .link .bg2 {background-image:url("../images/main/biz2.jpg");}
.main-business .link .bg3 {background-image:url("../images/main/biz3.jpg");}
.main-business .link .inner {position:absolute; top:0; left:0; width:100%; height:100%; padding:30px; display:flex; flex-direction:column; justify-content:center;}
.main-business .link .tit {font-size:30px; font-weight:700; line-height:1.3em; letter-spacing:-.01em; margin-bottom:30px;}
.main-business .link .txt {min-height:140px; font-size:17px; line-height:1.529em; letter-spacing:-.01em;}
.main-business .link .more {display:flex; align-items:center; justify-content:center;}
.main-business .link .more:after {content:""; width:83px; height:50px; background:url("../images/main/more.png") 100% 50% no-repeat;}
.main-business .link:hover .bg {transform:scale(1.1)}

.main-works {padding:100px 0; overflow:hidden;}
.main-works .contain {display:flex; max-width:1460px;}
.main-works .title {width:330px;}
.main-works .title h2 {color:#242424; font-size:40px; line-height:1.3em; letter-spacing:-.01em; margin-bottom:7px;}
.main-works .title p {color:#686868; font-size:17px; line-height:1.412em;}
.main-works .content {flex:1 1 auto; min-width:0; width:1%;}
.main-works .row {display:flex; margin:0 -20px;}
.main-works .col {width:33.33333333%; padding:0 20px;}
.main-works .col:nth-child(2) {margin-top:100px;}
.main-works .link {display:block; position:relative; width:100%; height:500px; overflow:hidden; color:#fff;}
.main-works .link .bg {position:absolute; top:0; left:0; right:0; bottom:0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; transition:.8s ease;}
.main-works .link .bg1 {background-image:url("../images/main/work1.jpg");}
.main-works .link .bg2 {background-image:url("../images/main/work2.jpg");}
.main-works .link .bg3 {background-image:url("../images/main/work3.jpg");}
.main-works .link .hover {position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(#aa1717 , #000); opacity:0; transition:.4s;}
.main-works .link .inner {position:absolute; bottom:0; left:0; width:100%; padding:36px 40px;}
.main-works .link .tit {font-size:30px; font-weight:600; line-height:1.3em; letter-spacing:-.01em; margin-bottom:4px;}
.main-works .link .txt {font-size:17px; line-height:1.529em; letter-spacing:-.01em; opacity:.5;}
.main-works .link:hover .bg {transform:scale(1.1)}
.main-works .link:hover .hover {opacity:.8;}

.main-company {padding:0 100px 100px;}
.main-company .contain {max-width:1460px;}
.main-company .image {height:800px; padding-top:137px; color:#fff; background:url("../images/main/comp_bg.jpg") 50% 50% no-repeat; background-size:cover;}
.main-company .image .ko {font-size:24px; font-weight:700; line-height:1.3em; letter-spacing:-.01em; margin-bottom:17px;}
.main-company .image .en {font-size:80px; font-weight:700; line-height:1.125em; letter-spacing:-.01em;}
.main-company .wrap {margin-top:-140px;}
.main-company .wrap .contain {display:flex;}
.main-company .wrap .more {display:flex; align-items:flex-end; font-size:14px; line-height:1.1em; color:#7b7b7b;}
.main-company .wrap .more:before {content:""; width:16px; height:1px; background:#ddd; margin:0 6px 4px 0;}
.main-company .wrap .comp {width:45%; max-width:540px; background:#aa1717; color:#fff; padding:40px;}
.main-company .wrap .comp .inner {position:relative;}
.main-company .wrap .comp h2 {font-size:30px; font-weight:600; line-height:1.3em; margin:-4px 0 50px;}
.main-company .wrap .comp ul {display:flex; text-align:center; margin:0 -40px;}
.main-company .wrap .comp ul li {width:33.33333333%; border-left:1px solid rgba(255,255,255,.3);}
.main-company .wrap .comp ul li:first-child {border-left:0;}
.main-company .wrap .comp ul li a {display:block; padding:0 10px; font-size:18px; font-weight:600; line-height:1.3em;}
.main-company .wrap .comp ul li a img {display:block; margin:0 auto 14px;}
.main-company .wrap .comp .more {color:#fff; position:absolute; top:13px; right:0;}
.main-company .wrap .comp .more:before {background:#fff; opacity:.5;}
.main-company .wrap .mana {width:260px; padding:40px; background:#fff url("../images/main/mana_icon.png") right 30px bottom 40px no-repeat; border-bottom:1px solid #ddd;}
.main-company .wrap .mana .tit {color:#454545; font-size:22px; font-weight:700; line-height:1.3em; margin:-4px 0 17px;}
.main-company .wrap .mana .txt {color:#686868; line-height:1.5em; margin-bottom:52px;}
.main-company .wrap .post {background:#f2f2f2; flex:1 1 auto; min-width:0; width:1%; padding:40px;}
.main-company .wrap .post .inner {position:relative;}
.main-company .wrap .post h2 {color:#454545; font-size:22px; font-weight:700; line-height:1.3em; margin:-4px 0 17px;}
.main-company .wrap .post ul li {position:relative; padding:0 10px 0 15px; margin-bottom:15px; color:#454545; font-size:16px; line-height:25px;}
.main-company .wrap .post ul li:before {content:""; position:absolute; top:9px; left:0; width:5px; height:5px; background:#6e6e6e; border-radius:100%;}
.main-company .wrap .post ul li:last-child {margin-bottom:0;}
.main-company .wrap .post ul li a {display:inline-block; vertical-align:top; max-width:calc(100% - 40px); overflow:hidden; white-space:nowrap; word-break:break-all; text-overflow:ellipsis;}
.main-company .wrap .post ul li img {vertical-align:middle;}
.main-company .wrap .post ul li span {position:absolute; top:0; right:0; color:#686868; font-size:0.941em;}
.main-company .wrap .post .more {position:absolute; top:13px; right:0;}

.main-banners {display:flex; text-align:center; color:#fff;}
.main-banners a {display:flex; flex-direction:column; justify-content:center; width:50%; height:270px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-banners .st1 {background-image:url("../images/main/bnr1.jpg")}
.main-banners .st2 {background-image:url("../images/main/bnr2.jpg")}
.main-banners .tit {font-size:24px; font-weight:600; line-height:1.3em; margin-bottom:8px;}
.main-banners .tit:before {content:""; display:inline-block; vertical-align:top; width:20px; height:20px; background:#139483; opacity:.8;}
.main-banners .tit span {position:relative; display:inline-block; margin-left:-8px; margin-top:4px;}
.main-banners .txt {line-height:1.625em;}

/* sub */
.sub-visual {display:flex; align-items:center; width:100%; height:300px; text-align:center; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.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 .inner {width:100%;}
.sub-visual h2 {color:#fff; font-size:30px; font-weight:700; line-height:1.3em; letter-spacing:-.01em;}

.lnb-wrap {position:relative; margin-top:-30px; padding:0 30px;}
.lnb {max-width:1200px; margin:0 auto; text-align:center; box-shadow:2px 8px 10px rgba(0,0,0,.2); border-radius:20px 0 20px 0;}
.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 #ddd; background:#fff;}
.lnb ul li:first-child {border-radius:20px 0 0 0; border-left:0;}
.lnb ul li:last-child {border-radius:0 0 20px 0;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 15px; height:60px; color:#454545; font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.01em;}
.lnb ul li a:hover {color:#aa1717;}
.lnb ul li.active {background:#aa1717; border-color:#aa1717;}
.lnb ul li.active + li {border-left-color:#aa1717;}
.lnb ul li.active a {color:#fff !important;}

#contArea {max-width:1260px; 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:56px 0 69px;}
.sub-title h2 {color:#454545; font-size:28px; line-height:1.3em; letter-spacing:-.01em;}
.sub-title h2:after {content:""; display:block; width:40px; height:3px; background:#aa1818; margin:16px auto 0;}

.real-cont {min-height:400px; padding-bottom:150px;}

/* footer */
#footer {background:#101e32; color:#fff; font-size:15px; line-height:1.6em;}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}

.foot-links {padding:25px 0; border-bottom:1px solid rgba(255,255,255,.2);}
.foot-links ul {display:flex; flex-wrap:wrap; margin:0 -28px;}
.foot-links ul li {padding:0 28px;}

.foot-info {padding:36px 0;}
.foot-info .comp-name {font-size:20px; font-weight:600; line-height:1.3em; margin-bottom:10px;}
.foot-info address {opacity:.5; font-weight:300;}
.foot-info address span {display:inline-block; margin-right:40px;}
.foot-info .copyright {opacity:.5; font-size:14px; font-weight:300; margin-top:25px;}

.scroll-top {position:fixed; bottom:50px; right:-100px; width:50px; height:50px; background:#4991c3 url("../images/common/top.png") 50% 48% no-repeat; border-radius:100%; transition:.4s; z-index:90;}
.scroll-top.active {right:50px;}

