@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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}


/* header */
#header {position:relative; width: 100%; top: 0; left: 0; z-index:100; background: #fff; transition: .5s; display: flex; flex-wrap: wrap; height: 100px;}
#header .contain {position:relative; max-width: 1790px; z-index:2; padding-left: 30px; padding-right: 30px;}
#header.header-active { background: rgba(0,0,0,.5); position: fixed; }
.sitelogo {position:absolute; top:50%; left: 30px; margin-top:-23px; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; display: block;}
#gnb > ul {display:flex;justify-content:center; margin-left: 140px; }
#gnb > ul > li {position:relative; padding:0 80px; text-align:center;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:500; line-height:100px; color: #333333;}
#gnb > ul > li.active > a {color: #999;}
#gnb > ul > li.active > a:after {transform:scale(1);}

#gnb .submenu {display:none; position:absolute; left:50%; transform:translateX(-50%);}
#gnb .submenu ul {display:flex; padding:15px 0;}
#gnb .submenu ul li {margin-left:80px;}
#gnb .submenu ul li:first-child {margin-left:0;}
#gnb .submenu ul li a {display:block; position:relative; white-space:nowrap; color:#fff; font-size: 16px; font-weight:400; line-height:1.4em; letter-spacing:-.04em; transition:none; padding: 5px 0;}
#gnb .submenu ul li:hover a {text-decoration:underline; text-underline-position:under;}

.submenu-bg { display: none; position:absolute; left:0; width:100%; background:linear-gradient(to right, #294264, #21709f); z-index:1; top: 100px;}

#header.header-hover {background: #fff;}
#header.header-hover #gnb > ul > li > a {color: #333;}
#header.header-hover #gnb > ul > li.active > a {color: #999;}
#header.header-hover .list-icon span {background-color: #333;}
#header.header-hover .list-icon span:before {background-color: #333;}
#header.header-hover .lang .custom-select .select-input {color: #333; font-weight: 500; background-image: url("../images/common/select_down_on.png")}

/* for mobile */
.btn-menu {display: none; position:absolute; top:50%; right:20px; width:25px; height:28px; margin-top:-15px; text-align:center; text-indent:-9999em; z-index:9999; transition:all 0.5s linear;}
.btn-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#333;}
.btn-menu span:before,
.btn-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; background:#333; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-menu span:before {top:-11px; transition-property:top, transform;}
.btn-menu span:after {bottom:-11px; transition-property:bottom, transform;}
.btn-menu span .active { background: #333;}

.btn-m-menu {display: block; position:absolute; top:50%; right:30px; width:25px; height:28px; margin-top:-15px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#333;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; background:#333; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; width:100%; height:100%; overflow:auto; transition:.3s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .inner {display: flex; height: 100%;}
.mobile-navigation .inner .cell {display: table-cell; vertical-align:middle;}
.mobile-navigation .home-wrap {display: table; width: 560px; height: 100%; background:linear-gradient(to bottom, #294264, #21709f); color: #fff; padding: 50px 5%;}
.mobile-navigation .home a {display: block;}
.mobile-navigation .home-wrap .txt>p { font-size: 22px; color: #fff; font-weight: 400; line-height: 1.8em; margin: 50px 0; letter-spacing: -1px;}
.site-leftbox  { margin-top: -100px;}
.site-left-num { font-size: 32px; font-weight: 700; color: #fff; position: relative; padding-left: 40px;}
.site-left-num::before { content: ""; position: absolute; background: url(../images/main/call.png) center no-repeat; top: 0; left: 0; bottom: 0; margin: auto; width: 22px; height: 22px;}
.mobile-navigation .nav-menu-wrap {position: relative; display: table; flex: 1 1 auto; min-width: 0; width: 1%; background-color: #fff;}
.mobile-navigation .nav-menu>ul {display: flex; text-align: center; width: 97%; height: 100%;}
.mobile-navigation .nav-menu>ul>li {flex:1; width: auto; border-right: 1px solid #dfdfdf; width: calc(100%/5);position: relative; height: 100vh; padding: 25% 0; }
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block;  padding: 0 3.5%; color: #2c2c2c; font-size: 28px; font-weight: 700; letter-spacing: -0.5px; }
.mobile-navigation .nav-menu>ul>li>a:after { content: ""; width: 8px; height: 8px; border-radius: 100%; background: #ccc; display: block; margin: 25px auto 20px;}
.mobile-navigation .nav-menu .submenu ul li a {position: relative; display:block; color: #505050; font-size: 20px; font-weight: 300; padding: 10px 0;}
.mobile-navigation .nav-menu ul li:hover>a:after { background: #294264;}
.mobile-navigation .nav-menu ul li:hover>a { color: #294264;}

.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:5%; top:35px; width:32px; height:32px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:32px; width:3px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius: 4px;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


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);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}


/* main-visual */
.main-visual {position:relative; }
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .contain {position: relative; height: 100%; max-width: 1790px; width: 100%; margin: auto; padding-left: 30px; padding-right: 30px;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1.25);}
.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 .caption {position: absolute; top: 30%; width: 100%; left: 0;color: #fff;}
.main-visual .caption .txt {display: inline-block; padding: 0 50px 25px 0; }
.main-visual .caption p { font-size: 22px; font-weight: 500;}
.main-visual .caption h2 {font-size: 50px; font-weight: 500; line-height: 1.4em; margin-top: 30px;}
.main-visual .caption h2 span { font-weight: 700;}

.main-visual .slick-dots {position:absolute; left:30px; text-align:center; line-height:0; z-index:50;  margin-top: 100px;}
.main-visual .slick-dots li {display:inline-block; margin:0 9px;}
.main-visual .slick-dots li:first-child { margin-left: 0;}
.main-visual .slick-dots li button {position:relative; display:block; width:44px; height:44px; 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:11px; height:11px; background:rgba(255,255,255,0.6); border-radius:100%; }
.main-visual .slick-dots .slick-active button {border:1px solid #fff; }
.main-visual .slick-dots .slick-active button:before {background:#fff; }
.main-visual .slick-dots .slick-active button:after { opacity: 0.6;}

.main-visual-right { width: 55%; position: absolute; right: 0; top: 0; height: 100vh; background: rgba(0,0,0,0.45); display: flex;}
.main-visual-right>li { width: calc(100%/3); border-right: 1px solid rgba(221,221,221,0.35); box-sizing: border-box; text-align: center; color: #fff; cursor: pointer; height:100%; display: flex; flex-wrap:wrap; padding: 0; align-items: center;}
.main-visual-right>li:last-child { border-right: none;}
.main-visual-right>li:hover { color: #2b7df2;}
.main-visual-right>li:hover> .main-rightbox>p { display: none; }

.main-rightbox { text-align: center;width: 100%; position: relative; height: auto; display: block;padding: 0 45px;}
.main-rightbox>h2 { font-size: 34px; font-weight: 700; margin-top: 40px;}
.main-rightbox>p { font-size: 80px; font-weight: 100; margin-top: 50px; }

.main-right-sub { text-align: left; width: 100%; padding-top: 25px; border-top: 1px solid rgba(221,221,221,0.35); margin-top: 40px; color: #fff; display: none; overflow: hidden; height: auto;}
.main-right-sub li { margin-top: 20px;}
.main-right-sub li a{  font-size: 18px; font-weight: 200;}
.main-right-sub li a:hover { border-bottom: 1px solid #fff;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}

@keyframes scale {
	0% {transform: scale(1.2);}
	100% {transform: scale(1);}
}



/* main */
.main-sec2 { width: 100%; display: flex; min-height: 780px; height: 100%;}
.main-sec2-left { width: 67%; display: flex; flex-wrap: wrap;}
.main-sec2-left>li { width: calc(100%/4); color: #fff; cursor: pointer; }
.main-sec2-left>li>a { display: block; height: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.sec2-left-ttl>h3 { font-size: 34px; font-weight: 500; letter-spacing: -1px; text-align: center;}
.sec2-btbox { height: 60px; width: 60px; text-align: center; font-size: 30px; font-weight: 200; background: rgba(0,0,0,0.4); margin: auto; display: flex; align-items: center; justify-content: center; border: none; color: #fff; margin-top: 150px; transition: .3s;}
.btactive { background: rgba(43,69,106,0.9);}

.main-sec2-left>li { background-size: cover; }
.main-sec2-left>li:first-child { background: #fff url(../images/main/main_sec3_1.jpg) center no-repeat; background-size: cover;}
.main-sec2-left>li:nth-child(2) { background: #fff url(../images/main/main_sec3_2.jpg) center no-repeat; background-size: cover;}
.main-sec2-left>li:nth-child(3) { background: #fff url(../images/main/main_sec3_3.jpg) center no-repeat; background-size: cover;}
.main-sec2-left>li:last-child { background: #fff url(../images/main/main_sec3_4.jpg) center no-repeat; background-size: cover;}


.main-sec2-right { background:linear-gradient(to bottom, #294264, #21709f); width: 33%; padding: 90px 60px 90px 100px; position: relative;}
.main-sec2-right>h2 { font-size: 70px; color: #fff; font-weight: 600; line-height: 1.2em; font-family: 'Poppins', sans-serif; margin-left: -5px;}
.main-sec2-right>h2>span {font-weight: 300;}
.main-sec2-linebox { margin: 50px 0;}
.main-sec2-line { width: 30px; height: 1px; background-color: #fff;}
.main-sec2-line:nth-child(2) { margin: 5px 0;}
.main-sec2-textbox { font-size: 18px; font-weight: 200; color: #fff; line-height: 1.6em;}
.sec2-infobt {display: flex; align-items: center; padding: 20px 15px; color: #fff; justify-content: space-between; border: 1px solid rgba(255,255,255,0.4); position: absolute; bottom: 90px; max-width: 205px; width: 100%; transition: .5s;}
.sec2-infobt:hover { background: rgba(0,0,0,.3);}
.sec2-infobt>p { font-size: 16px; font-weight: 200; letter-spacing: -0.5px;}
.sec2-infobt>span { font-size: 26px; font-weight: 200; }

.main-sec3 { max-width: 1460px; margin: auto; width: 100%; padding: 100px 30px; display: flex; justify-content: space-between; flex-wrap: wrap; position: relative;}
.sec3-left>h4{ font-size: 20px; font-weight: 600; color: #2b456a;}
.sec3-left>h4>span { color: #21709f;}
.sec3-left>h3 { font-family: 'Poppins', sans-serif; font-size: 60px; font-weight: 600; color: #333; margin: 10px 0 30px; margin-left: -3px; line-height: 1.2em;}
.sec3-left>p { font-size: 18px; font-weight: 300; color: #454545;}
.sec3-right { width: 60%; display: flex; justify-content: space-between;}
.sec3-right>li { width: 47.5%;}
.sec3-right>li>a { position: relative;}
.sec3-right>li>a>img { width: 100%; display: block; object-fit: cover;}
.sec3-right-text { border: 1px solid #ddd; box-sizing: border-box; padding: 25px 38px; min-height: 200px; position: relative; width: 100%;}
.sec3-txt { color: #454545; font-size: 18px; font-weight: 500; line-height: 2em;}
.sec3-txt a { display: block; }
.sec3-txt a:hover { text-decoration: underline;}
.sec3-ttl { text-align: right; font-size: 26px; font-weight: 600; color: #333; position: absolute; right: 38px; bottom: 25px;}
.main-sec3-big { font-size: 200px; font-weight: 700; color: rgba(51,51,51,0.03); position: absolute; left: 20px; bottom: 24%; letter-spacing: -5px; z-index: -1;}



/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:400px; overflow:hidden; 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; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:44px; line-height:1.5em; letter-spacing: -.03em; font-weight: 600;}

.sub-visual.bg1 {background-image:url("../images/common/sub_visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sub_visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sub_visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sub_visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/common/sub_visual5.jpg");}

.sub-visual .background {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-position:20% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
}
.sub-visual.loaded .background{
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.lnb {position:relative; border-bottom: 1px solid #ddd;}
.lnb ul {display:flex;text-align:center; margin:0 auto; background-color: #fff; border-right: 1px solid #ddd;}
.lnb ul li {flex:1;width: auto;color: #454545; font-weight: 400}
.lnb ul li:nth-child(1) { border-left: 1px solid #ddd; } 
.lnb ul li:nth-child(2) { border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.lnb ul li:nth-child(3) { border-right: 1px solid #ddd;}
.lnb ul li:last-child { border-right: 1px solid #ddd; } 
.lnb ul li a {display: block; padding:0 10px; font-size:18px; line-height:60px; transition:none; ;}
.lnb ul li.active {background: #2b456a; color: #fff;  border-color: #2b456a; font-weight: 400;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px;  margin:0 auto;}
.contArea { max-width: 100%;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
.contain { max-width: 1200px; width: 100%; margin: auto;}

.sub-title {text-align:center; padding: 70px 0 80px;}
.sub-title h2 {font-size:34px; font-weight:600; line-height: 1.5em; letter-spacing: -.03em; color: #333;}
.sub-title h2:after{ content: ""; display: block; width: 30px; height: 4px; border-radius: 2px; background: #2b456a; margin: 10px auto 0;}

.real-cont {min-height:300px; padding-bottom:100px;}
.real-cont2 {min-height:300px; padding-bottom: 0;}


/* footer */
#footer { width: 100%; position: relative; z-index: 1;}
.ft1 { width: 100%; background: #333; padding: 60px 0 100px;}
.ft1 .contain { position:relative; max-width: 1790px; padding-left: 30px; padding-right: 30px; margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.footer-info {flex: 1 1 auto; min-width: 0; width: 1%; }
.footer-list { margin-top: 40px;}
.footer-list li { display: flex; color: #fff; font-size: 15px; font-weight: 300; letter-spacing: -0.5px; margin-top: 10px;}
.footer-ttl { min-width: 8%;}
.footer-txt { padding-left: 20px;}
.footer-menu { display: flex;}
.footer-menu>li { color: #fff; font-weight: 600; font-size: 15px;  padding-left: 70px;}
.footer-menu>li:first-child { padding-left: 0;}
.footer-sub { margin-top: 15px;}
.footer-sub>li { margin-top: 2px;}
.footer-sub>li>a { font-weight: 300;}
.footer-sub>li>a:hover { text-decoration: underline;}

.ft2 { width: 100%; background: #fff; padding: 16px 0;}
.ft2 .contain {  max-width: 1790px; padding-left: 30px; padding-right: 180px; margin: auto; display: flex; justify-content: space-between;}
.footer-policy { display: flex;}
.footer-policy>a { font-size: 15px; font-weight: 300; letter-spacing: -0.5px; color: #979797;}
.footer-policy>a:first-child { margin-right: 30px;}
.cpr { display: flex;}
.cpr>p { margin-right: 30px; font-size: 15px; font-weight: 300; color: #979797;}
.cpr>a { color: #777; font-size: 15px; font-weight: 300;}
.scroll-top { width: 74px; height: 74px; color: #fff; font-size: 15px; font-weight: 300; background: #21709f; text-align: center; padding: 25px 0; position: fixed; bottom: 60px; right: 100px; cursor: pointer;}


 

