@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;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

#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:101; background: #fff; height: 100px; }
#header .contain {position:relative; z-index:2; display: flex; justify-content: space-between; align-items: center;}
#header .contain::after { content: none;}

.sitelogo {position:relative; 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; margin-left: 40px;}
#gnb > ul {display:flex;justify-content:center;}
#gnb > ul > li {position:relative; padding:0 60px; text-align:center;}
#gnb > ul > li:last-child { padding-right: 0;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:500; line-height:100px; color: #242424; letter-spacing: -.03em;}

#gnb .submenu {display:none; position:absolute; left:32%; }
#gnb .sub-mg { left: 23%;}
#gnb .submenu ul {display:flex; padding:20px 2px;}
#gnb .submenu ul li {margin-right:50px;}
#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:-.03em; transition:none;}
#gnb .submenu ul li:hover a {font-weight: 700;}

.submenu-bg { display: none; position:absolute; left:0; width:100%; background: linear-gradient(to right, #14a392, #004c94); height: 0; z-index: 1;}

#header.header-hover {background: #fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a {color: #242424; font-weight: 500;}
#header.header-hover #gnb > ul > li.active > a {color: #004e95; }
#header.header-hover .list-icon span {background-color: #333;}
#header.header-hover .list-icon span:before {background-color: #333;}

#header.header-active {position: fixed; background: #fff; border-bottom: 1px solid #ddd;}
#header.header-active .sitelogo {background-image:url("../images/common/logo.png");}
#header.header-active #gnb > ul > li > a {color: #333;}
#header.header-active #gnb > ul > li.active > a {color: #004c94;}
#header.header-active .list-icon span {background-color: #333;}
#header.header-active .list-icon span:before {background-color: #333;}



.btn-m-menu {display: none;}

/* for mobile */

.list-icon {position:absolute; top:50%; right:30px; width:16px; height:32px; margin-top:-8px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#000;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#000; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:transparent;}


.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.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:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#51ae32;}
.mobile-navigation .nav-menu .submenu {display:none; background:#004c94; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.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:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.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 {position:relative; }
.main-visual .contain {position: relative; height: 100%; max-width: 1460px; margin: 0 auto;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.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; width: 100%; left: 0;color: #fff; top: 40%;}
.main-visual .caption .txt {display: inline-block; }
.main-visual .caption h2 {font-size: 60px; font-weight: 700; line-height: 1.4em; letter-spacing: -.03em;}
.main-visual .caption p { font-size: 20px; line-height: 1.556em; font-weight: 300; letter-spacing: -.03em; margin-top: 20px;}

.main-visual .slick-arrow {position:absolute; top:50%; width:34px; height:61px; z-index:50; background-size: contain; background-color:transparent; opacity:.5; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .slick-prev {background-image:url("../images/main/main-leftbt.png"); left:55px;}
.main-visual .slick-next {background-image:url("../images/main/main-rightbt.png"); right: 55px;}
.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);}
}
.scroll-down { position: absolute; margin: auto; bottom: 50px; font-size: 18px; font-weight: 500; color: #fff; display: flex; justify-content: center; left: 0; right: 0; padding-bottom: 20px; letter-spacing: -.03em; }
.scroll-down::after { content: ""; background: url(../images/main/scroll.png) center no-repeat; width: 12px; height: 14px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; background-size: cover;}


/* main */
.sec1 .fp-tableCell {padding: 80px 0 20px;}
.sec2 .fp-tableCell {padding: 50px 0;}
.sec3 .fp-tableCell {vertical-align: bottom; padding-top: 100px;}

.sec1-tlt { font-size: 54px; font-weight: 700; color: #888;}
.sec1-bg { width: 100%; height: 40vh; background: url(../images/main/main_about.jpg) center no-repeat; background-size: cover; margin-top: 25px;}
.sec1-list { display: flex; justify-content: space-between; gap: 35px; margin-top: 30px;}
.sec1-list>li { width: calc(100%/3); border: 1px solid #ddd; }
.sec1-list>li>a { display: block; }
.sec1-list>li:first-child { background: url(../images/main/about-icon1.png) 110% 25px no-repeat; background-size: contain;}
.sec1-list>li:nth-child(2) { background: url(../images/main/about-icon2.png) 110% 25px no-repeat; background-size: contain;}
.sec1-list>li:last-child { background: url(../images/main/about-icon3.png) 117% 25px no-repeat; background-size: contain;}
.sec1-list-ctt { height: 100%; padding: 45px 40px; box-sizing: border-box;}
.sec1-list-ttl { font-size: 26px; font-weight: 600; letter-spacing: -.03em; color: #333; padding-bottom: 50px;}
.sec1-more { font-size: 16px; font-weight: 500; color: #333; position: relative;padding-right: 40px; }
.sec1-more::after { position: absolute; right: 0; content: ""; background: url(../images/main/about-rightbt.png) center no-repeat; top: 3px; width: 20px; height: 13px;}

.sec2 { width: 100%; height: 100vh; background: url(../images/main/main_sec2.jpg) center no-repeat; background-size: cover;}
.sec2-box>p { font-size: 22px; font-weight: 400; color: #fff; line-height: 1.455em; margin-bottom: 30px; letter-spacing: -.03em; }
.sec2-list { display: flex; margin-top: 150px;}
.sec2-list>li { text-align: center; padding: 0 35px;}
.sec2-list>li:first-child { padding-left: 0;}
.sec2-list>li>a { display: block; height: 100%;}
.sec2-list>li>a>p { font-size: 18px; font-weight: 300; letter-spacing: -.03em; line-height: 1.333em; color: #fff; margin-top: 20px;}

.sec3 { width: 100%; height: 100vh; background: #454545 url(../images/main/sec3_sb.png) 0% 100% no-repeat;}
.sec3 .contain { display: flex;}
.sec3-left { text-align: left; width: 42%;padding-top: 100px;}
.sec3-left>h2 { font-size: 48px; color: #fff; font-weight: 700; line-height: 1em;}
.sec3-left>p { font-size: 18px; line-height: 1.444em; color: #454545; font-weight: 300; margin: 40px 0 50px; letter-spacing: -.03em;}
.sec3-list { margin-top: 70px;}
.sec3-list>li { display: flex; align-items: center; margin-bottom: 30px;}
.sec3-list-textbox span { font-size: 18px; font-weight: 500; color: #fff;}
.sec3-list-textbox p { font-size: 18px; font-weight: 300; color: #fff; line-height: 1.556em;}
.sec3-list-textbox { position: relative; padding-left: 15px;}
.sec3-list-textbox::before { position: absolute; left: 0; top: -5px; width: 6px; height: 6px; border-radius: 100%; background: #15a392; content: "";}
.sec3-right { width: 58%;}
.sec3-right-ttl { font-size: 18px;font-weight: 700; line-height: 1.556em; color: #fff; letter-spacing: -.03em;}
.sec3-chk { color: #192344; font-size: 14px; font-weight: 600; position: relative; padding-left: 20px;}
.sec3-chk::before { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 13px; background: url(../images/main/sec4_chk.png) center no-repeat; } 

/* sub */

/* 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:50px; line-height:1.5em; letter-spacing: -.03em; font-weight: 600;}

.sub-visual.bg1 {background-image:url("../images/sub/sub_visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub_visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub_visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub_visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/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 .contain { max-width: 1260px;}
.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: #333; font-weight: 400; border-right: 1px solid #ddd; letter-spacing: -.03em;}
.lnb ul li:nth-child(1) { border-left: 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; font-size:18px; line-height:60px; transition:none; ;}
.lnb ul li.active {background: #004c94; color: #fff;  border-color: #004c94; font-weight: 400;}

.sub-title {text-align:center; padding: 90px 0 60px;}
.sub-title h2 {font-size:36px; font-weight:600; line-height: 1.5em; letter-spacing: -.03em; color: #333;}

.contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; position: relative;}
.contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
.contArea .contain { max-width: 1260px;}

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0;}


/* footer */
#footer { width: 100%; padding: 35px 0 25px; position: relative; z-index: 1; border-top: 1px solid #ddd;}
#footer .contain { position:relative; max-width: 1460px; padding-left: 30px; padding-right: 30px; margin: 0 auto; }
#footer .contain::after { content: none;}
.ft-top { display: flex; padding-bottom: 35px; border-bottom: 1px solid #ddd; align-items: center;}
.footer-list { padding-left: 60px;}
.footer-list span{ font-size: 15px; font-weight: 300; color: #666; letter-spacing: -.03em; padding-right: 30px;}
.ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 13px;}
.ft-policy a { font-size: 15px; font-weight: 400; letter-spacing: -.03em; color: #555; padding-right: 30px;}
.cpr p { display: inline-block; font-size: 15px; font-weight: 300;color: #666; letter-spacing: -.03em;}
.cpr a { padding-left: 30px; font-size: 14px; font-weight: 300; color: #666; letter-spacing: -.03em;}
.scroll-top { width: 60px; height: 60px; border-radius: 100%; background: #f1f1f1; position: absolute; right: 50px;  bottom: 100px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: .3s;}
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: url(../images/main/topbt.png) center no-repeat; width: 13px; height: 20px; transition: .3s;}
.scroll-top:hover { background: #004e95;}
.scroll-top:hover::before { background: url(../images/main/topbt_w.png) center no-repeat;}


 

