@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:100; background: #fff; transition: .5s; height: 100px; }
#header .contain {position:relative; max-width: calc(100% - 130px); 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 22px; text-align:center;}
#gnb > ul > li:last-child { padding-right: 0;}
/* #gnb > ul > li > a {display:block; font-size:20px; font-weight:600; line-height:100px; color: #242424; font-family: 'Montserrat', sans-serif;} */
#gnb > ul > li > a {display:block; font-size:20px; font-weight:600; line-height:100px; color: #242424; font-family: '맑은 고딕';}
#header.header-hover #gnb > ul > li.active > a {text-decoration: underline; text-underline-position: under;}


.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:#51ae32; 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: 100%; margin: 0%; padding-left: 100px; padding-right: 0;}
.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; bottom: 20%;}
.main-visual .caption .txt {display: inline-block; }
.main-visual .caption h2 {font-size: 60px; font-weight: 600; line-height: 1.4em; font-family: 'Montserrat', sans-serif;letter-spacing: -.03em;}
.main-visual .caption p { font-size: 18px; line-height: 1.556em; font-weight: 300; letter-spacing: -.03em; margin-top: 20px;}

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50;  margin-top: 100px; right: 15%;}
.main-visual .slick-dots li {display:inline-block; margin:0 3px;}
.main-visual .slick-dots li:first-child { margin-left: 0;}
.main-visual .slick-dots li button {position:relative; display:block; width:20px; height:20px; 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:-5px 0 0 -5px; width:10px; height:10px; 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 .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: 13px; font-weight: 100; color: #fff; display: flex; justify-content: center; left: 0; right: 0; letter-spacing: 2px; padding-bottom: 30px;}
.scroll-down::after { content: ""; background: url(../images/main/scroll_down.png) center no-repeat; width: 12px; height: 14px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}


/* main */
.sec1 {width: 100%; height: 100vh; background: url(../images/main/sec1_bg.jpg) center no-repeat; background-size: cover; text-align: center; padding-top: 70px;}
.sec1-tlt { font-size: 50px; font-weight: 600; font-family: 'Montserrat', sans-serif;  color: #fff;}
.sec1-ctt { font-size: 18px; font-weight: 300; line-height: 1.556em; color: #fff; margin-top: 40px;}
.sec1 .contain { max-width: 1460px; width: 100%; position: relative; }
.swiper-wrap { margin: 100px auto 0; height: 450px; position: relative; max-width: 1200px; overflow: hidden;}

.sec1-swiper { width: 100%; height: 100%; box-sizing: border-box; justify-content: center; display: flex; }
.sec1 .swiper-slide {display:flex; align-items:center;}
.sec1 .swiper-slide-next {justify-content:flex-end;}
.sec1 .sec1-box-wrap {background: #fff; padding: 130px 40px 40px; border-radius: 10px; text-align: left; position: relative; height: 300px; transition: .5s; width: 300px !important;}
.sec1 .swiper-slide-inner { width: 100%; position: relative;}
.sec1 .swiper-slide-active {z-index:50;}
.sec1 .swiper-slide-active .sec1-box-wrap {position:relative; left:50%; margin-left:-250px; width:500px !important; height:450px; padding:70px 40px 60px; color:#fff; background:#00304e url(../images/main/symbol.png) 0 100% no-repeat;}
.sec1 .swiper-slide-active .swiper-slide-inner .sec1-ttlbox>h4{ color: #fff; font-size: 18px;}
.sec1 .swiper-slide-active .swiper-slide-inner .sec1-ttlbox>h2{ color: #fff; font-size: 28px;}
.sec1 .swiper-slide-active .swiper-slide-inner .sec1-txt{ color: #fff; overflow: visible; text-overflow:unset; word-break:unset; margin-top: 30px; font-size: 18px; -webkit-line-clamp: unset;}
.sec1 .swiper-slide-active .swiper-slide-inner .sec1-ttlbox1::after { background: url(../images/main/sec2_ico1_w.png) center no-repeat; top: 0; background-size: cover;}
.sec1 .swiper-slide-active .swiper-slide-inner  .sec1-ttlbox2::after { background: url(../images/main/sec2_ico2_w.png); top: 0; background-size: cover;}
.sec1 .swiper-slide-active .swiper-slide-inner .sec1-ttlbox3::after { background: url(../images/main/sec2_ico3_w.png); top: 0; background-size: cover;}

.sec1-ttl1 { font-size: 16px; font-family: 'Montserrat', sans-serif; line-height: 1.556em; font-weight: 600; color: #00609c;}
.sec1-ttl2 { font-size: 24px; font-weight: 700; margin-top: 5px; letter-spacing: -.03em;}
.sec1-ttlbox1 { position: relative;}
.sec1-ttlbox1::after { content: ""; background: url(../images/main/sec2_ico1.png) center no-repeat; position: absolute; right: 0; top: -70px; width: 67px; height: 67px; background-size: contain;}
.sec1-ttlbox2 { position: relative;}
.sec1-ttlbox2::after { content: ""; background: url(../images/main/sec2_ico2.png) center no-repeat; position: absolute; right: 0; top: -70px; width: 67px; height: 67px; background-size: contain;}
.sec1-ttlbox3 { position: relative;}
.sec1-ttlbox3::after { content: ""; background: url(../images/main/sec2_ico3.png) center no-repeat; position: absolute; right: 0; top: -70px; width: 67px; height: 67px;  background-size: contain;}
.sec1-txt { margin-top: 20px; font-size: 16px; line-height: 1.5em; color: #454545; font-weight: 300; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

.sec1 .swiper-button-next::after, .sec1 .swiper-button-prev::after {display: none;}
.sec1 .swiper-button-prev {width: 70px; height: 70px; border-radius: 100%; border: 1px solid rgba(255,255,255,0.3); background: url(../images/main/main_leftbt_w.png) center no-repeat; left: 0; transition: .3s;}
.sec1 .swiper-button-next {width: 70px; height: 70px; border-radius: 100%; border: 1px solid rgba(255,255,255,0.3); background: url(../images/main/main_rightbt_w.png) center no-repeat; right: 0; transition: .3s;}
.sec1 .swiper-button-prev:hover { background: #fff url(../images/main/main_leftbt.png) center no-repeat; }
.sec1 .swiper-button-next:hover { background: #fff url(../images/main/main_rightbt.png) center no-repeat; }


.sec2 { width: 100%; height: 100vh; background: url(../images/main/sec2_bg.jpg) center no-repeat; background-size: cover; text-align: center; padding-top: 60px;}
.sec2 .contain { max-width: 1260px;}
.sec2-tlt { font-size: 50px; font-weight: 600; color: #fff;}
.sec2-list{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 70px; padding: 0 100px;}
.sec2-list>li { text-align: center;}
.sec2-list>li span { display: block; color: #fff; font-size: 20px; font-weight: 500; line-height: 1.5em; margin-top: 30px;}
.process-list { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 100px;}
.process-list>li { width: calc(100% / 7); position: relative;}
.process-list>li::after { position: absolute; content: ""; right: -35%; top: 0; bottom: 0; margin: auto; width: 73px; height: 18px; z-index: 1; background-position: center; background-repeat: no-repeat;}
.process-list>li:first-child::after { background: url(../images/main/sec2-line1.png);}
.process-list>li:nth-child(2)::after { background: url(../images/main/sec2-line2.png);}
.process-list>li:nth-child(3)::after { background: url(../images/main/sec2-line3.png);}
.process-list>li:nth-child(4)::after { background: url(../images/main/sec2-line4.png);}
.process-list>li:nth-child(5)::after { background: url(../images/main/sec2-line5.png);}
.process-list>li:nth-child(6)::after { background: url(../images/main/sec2-line6.png);}


.process-list>li>img { width: 100%; object-fit: cover; display: block;}

.sec3 { width: 100%; height: 100vh; background: url(../images/main/sec3_bg.jpg) center no-repeat; background-size: cover; text-align: center; display: flex; align-items: center; justify-content: center;}
.sec3 .contain { max-width: 1460px;}
.sec3-box { padding: 90px 100px; background: rgba(255,255,255,0.9); border-radius: 50px; display: flex;}
.sec3-left { text-align: left; width: 40%;}
.sec3-left>h2 { font-family: 'Montserrat', sans-serif; font-size: 50px; color: #242424; font-weight: 700; letter-spacing: -.03em;}
.sec3-left>p { font-size: 18px; line-height: 1.444em; color: #454545; font-weight: 300; margin: 40px 0 50px; letter-spacing: -.03em;}
.sec3-list { padding-left: 10px;}
.sec3-list>li { display: flex; align-items: center; margin-bottom: 30px;}
.sec3-list>li a{ display: flex; align-items: center;}
.sec3-list-textbox { padding-left: 25px;}
.sec3-list-textbox span { font-size: 16px; font-weight: 500; color: #898989;}
.sec3-list-textbox p { font-size: 20px; font-weight: 600; color: #242424; line-height: 1.3em;}
.sec3-right { width: 60%;}
.sec3-right-ttlbox { display: flex; align-items: center; justify-content: space-between;}
.sec3-right-ttl { font-size: 18px;font-weight: 700; line-height: 1.556em; color: #242424; 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; } 
#fullpage .section.active .ani {
    opacity:1;
    visibility:visible;
    transform: rotate(0deg) translateX(0) translateY(0);
    transition:opacity 1s .4s, visibility 1s .4s, transform 1s .4s;
  }

/* sub */
#contArea {max-width:1780px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding-top: 50px; padding-bottom: 100px;}


/* footer */
#footer { width: 100%; padding: 40px 0; 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; display: flex; justify-content: space-between; align-items: flex-start; }
#footer .contain::after { content: none;}
.ft-logo-w { display: none;}
.footer-list {margin-top: 10px;}
.footer-list span { padding-right: 30px; letter-spacing: -.03em; font-size: 15px; color: rgba(0,0,0,0.6); font-weight: 300; line-height: 2em; display: inline-block; }
.footer-list span:last-child { padding-right: 0;}
.cpr { color: rgba(0,0,0,0.6); font-size: 15px; display: block; }
.cpr>p { font-size: 15px; font-weight: 300; letter-spacing: -.03em; display: inline-block;}
.cpr>a { font-size: 12px; font-weight: 300; letter-spacing: -.03em;}
.ft-right { margin-top: 10px;}
.ft-right a { margin-left: 50px; font-size: 15px; line-height: 2em;color: #242424; font-weight: 300; position: relative; padding-left: 20px;}
.ft-right a::before { content: ""; position: absolute; left: 0; top: 2px; width: 15px; height: 15px; background: url(../images/common/foot_ico.png) center no-repeat;}


 

