@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

:root {
    /* color */
    --color-primary: #0176c3;
    --color-secondary: #00a4ff;

	--header-height: 100px;
}

.c1 {color:var(--color-primary) !important;}

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

#header.header-fixed {box-shadow:0 3px 5px rgba(0,0,0,0.08);}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; margin-left:80px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#2c2c2c; font-size:18px; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; z-index:1; bottom:6px; margin-left:-3px; left:50%; width:0; width:7px; height:7px; background:var(--color-secondary); transition:.2s; opacity:0; transform:rotate(-45deg);}
#gnb>ul>li:hover>a:after {opacity:1;}
#gnb .submenu {display:none; position:absolute; left:50%; width:200px; top:90px; transform:translateX(-50%); background:#fff; border:1px solid var(--color-secondary); text-align:center; border-radius:16px; box-shadow:0px 0px 20px rgba(0,0,0,0.08);}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:#505050; font-size:16px; line-height:1.33em; font-weight:500;}
#gnb .submenu>ul>li.active>a,
#gnb .submenu>ul>li:hover>a {color:var(--color-secondary);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; 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:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:38px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 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:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; 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:#242424; 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 {max-width:1920px; margin:0 auto; padding-left:30px; position:relative; overflow:hidden; color:#fff;}
.main-visual .img img {margin-left:auto; border-radius:0 0 0 50px;}
.main-visual .caption {padding:0 140px; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2;}
.main-visual .caption h2 {font-size:64px; font-weight:800; letter-spacing:-.04em; line-height:1.22em;}
.main-visual .caption p {margin:27px 0; font-size:20px; font-weight:400; letter-spacing:-.04em; line-height:1.4em;}
.mv-arrs {position:absolute; top:50%; transform:translateY(-50%); right:100px; z-index:10;}
.mv-arrs .slick-arrow {display:block; border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-color:transparent; z-index:50; overflow:hidden; width:45px; height:45px; font-size:0; line-height:0; text-indent:-99999em; transition:.3s;}
.mv-arrs .slick-prev {margin-bottom:9px; background-image:url('../images/main/mv-prev.png');}
.mv-arrs .slick-prev:hover {background-image:url('../images/main/mv-prev-on.png');}
.mv-arrs .slick-next {background-image:url('../images/main/mv-next.png');} 
.mv-arrs .slick-next:hover {background-image:url('../images/main/mv-next-on.png');} 
.mv-dots .slick-dots li {display:inline-block; margin-right:16px;}
.mv-dots .slick-dots li button {font-size:0; line-height:0; border:0; background-color:rgba(255,255,255,0.5); width:14px; height:14px; border-radius:100%;} 
.mv-dots .slick-dots li.slick-active button {background:#fff;}

.main-sec {margin-bottom:140px;}

.m-head .t1 {margin-bottom:15px; font-size:18px; font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary);}
.m-head .t2 {font-size:18px; font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#505050;}
.m-head h2 {margin-bottom:55px; font-size:40px; font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#2c2c2c;}

.more {display:inline-flex; align-items:center; font-weight:500; letter-spacing:-.03em; color:#505050; line-height:1.4em;}
.more:after {margin-left:12px; content:''; width:28px; height:28px; background:url('../images/main/more.png') no-repeat 50% 50% / contain; transition:.2s;}
.more:hover:after {background-image: url('../images/main/more-on.png');}

.main-philosophy .contain {position:relative;}
.main-philosophy .more {position: absolute; top:170px; right:30px;}
.main-philosophy .m-head {position:relative;}
.main-philosophy .m-head:after {z-index:-1;content:''; position: absolute; right:-260px; top:0; width:802px; height:117px; background:url('../images/main/woosung.png') no-repeat 50% 50% / contain; }

.main-business .contain {display:flex;}
.main-business .m-head {width:500px;}
.main-business .m-head .t1 {color:var(--color-secondary);}
.main-business .m-head h2 {margin-bottom:30px;}
.main-business .links {flex:1 1 auto; min-width:0; width:1%;}
.main-business .links .row {display:flex;}
.main-business .links .col {width:50%;} 
.main-business .links .col:nth-child(2) {margin:60px 0 0 60px;}
.main-business .box {position:relative; min-height:560px; display:block; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; border-radius:30px; overflow:hidden; color:#fff;}
.main-business .box.bg1 {background-image:url('../images/main/biz-bg.jpg');}
.main-business .box.bg2 {background-image:url('../images/main/biz-bg2.jpg');}
.main-business .box h3 {position:absolute; left:50px; bottom:43px; z-index:1;font-size:32px; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-business .hover {opacity:0; padding:110px 50px; background:linear-gradient(150deg, rgba(37,33,113,.9), rgba(70,164,207,.9)); position:absolute; left:0; top:0; width:100%; height:100%; transition:.2s;}
.main-business .list {display:flex; flex-wrap:wrap; max-width:290px; margin:-5px;}
.main-business .list li {padding:5px;}
.main-business .badge {padding:0 17px; border-radius:18px; background:rgba(255,255,255,0.2); display:inline-block; font-size:14px; font-weight:400; letter-spacing:-.03em; line-height:36px;}
.main-business .more {position:absolute; color:#fff; bottom:50px; right:50px;}
.main-business .more:after {background-image: url('../images/main/more2.png');}
.main-business .more:hover:after {background-image: url('../images/main/more-on.png');}
.main-business .box:hover h3 {top:47px;}
.main-business .box:hover .hover {opacity:1;}

.main-contact .contain {position:relative;}
.main-contact .add {margin-bottom:30px; display:flex; font-size:18px; line-height:1.4em; align-items:center;}
.main-contact .add dt {display:flex; align-items:center; margin-right:11px; color:#2c2c2c; font-weight:700;}
.main-contact .add dt img {margin-right:20px;}
.main-contact .map-cnt {border-radius:30px; overflow:hidden;}
.root_daum_roughmap {width:100% !important;}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {display:none;}
.root_daum_roughmap .wrap_controllers {border:0 !important;}
.main-contact .more {position:absolute; top:160px; right:30px;}


/* sub */
.sub-visual {border-radius:0 0 50px 50px; position:relative; height:580px; 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:1; 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%; margin-top:-30px; padding:0 20px; transform:translateY(-50%);}
.sub-visual p {font-size:48px; font-weight:800; letter-spacing:-.04em; 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");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {position:relative; max-width:1200px; margin:-70px auto 0; background:#fff; border-radius:16px 16px 0 0;}
.lnb .swiper {padding-bottom:7px; margin-bottom:-7px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:70px; padding:0 13px; font-weight:500; color:#878787; line-height:1.2em; letter-spacing:-.03em;  padding:0 16px;}
.lnb ul li a:after {content:''; position:absolute; z-index:1; bottom:-3px; margin-left:-3px; left:50%; width:7px; height:7px; background:var(--color-secondary); transition:.2s; display:none; transform:rotate(-45deg);}
.lnb ul li.active a {color:var(--color-secondary); font-weight:600;}
.lnb ul li.active a:after {display:block;}

#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:115px 0 90px;}
.sub-title .tt {margin-bottom:15px; font-size:18px; color:var(--color-primary); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.sub-title h1 {font-size:38px; font-weight:700; letter-spacing:-.03em; line-height:1.37em; color:#2c2c2c;}

.real-cont {min-height:300px; padding-bottom:120px;}
.real-cont.ty2 {padding:120px 0;}

/* footer */
#footer {border-top:1px solid #dfdfdf; padding:48px 0 60px; background:#fafafa; color:#505050; line-height:1.4em; font-weight:300; letter-spacing:-.03em;}
#footer .contain {max-width:1780px; position:relative;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-wrap {display:flex; align-items:center;}

.foot-logo {margin-right:63px;}
.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info .comp-name {margin-bottom:15px; font-size:18px; font-weight:500; letter-spacing:-.04em; line-height:1.4em; color:#2c2c2c;}
.foot-info address span {margin:0 28px 9px 0;}
.foot-info .copyright {margin-top:30px; color:#a8a8a8;}

.foot-links {position:absolute; right:30px; bottom:50px;}
.foot-links ul {display:flex;}
.foot-links ul li {margin-left:40px; display:flex; align-items:center;}
.foot-links ul li:before {margin-right:7px; content:''; width:15px; height:15px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.foot-links ul li:nth-child(1):before {background-image: url('../images/common/icon-doc.png');}
.foot-links ul li:nth-child(2):before {background-image: url('../images/common/icon-doc2.png');}

.scroll-top {position:fixed; bottom:30px; right:30px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:66px; height:66px; text-align:center; color:#fff; font-size:12px; font-weight:700; line-height:1.3em; letter-spacing:-.06em; background:var(--color-primary); z-index:90; border-radius:100%;}
.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;}
