@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;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#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%; z-index:101; top: 0; height: 160px; transition: .2s;}
#header .contain {position:relative; display:flex; align-items:center; height:100%; z-index:10; max-width: 1780px; justify-content: center;}
#header .contain::after { content: none;}
.hd-top { height: 100px; background: #fff; }
.hd-btm { background: #0068b7; height: 60px; }

.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; position: relative; }
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 72px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:60px; color:#fff; font-size:22px; font-weight:500; line-height:1.3em; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; border-left: 1px solid #ddd;}
#gnb .submenu.bd { border-right: 1px solid #ddd;}
#gnb .submenu>ul {padding:24px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#454545; font-size:18px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover { color: #0068b7;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; }
#gnb>ul>li.active .submenu { background: #f8f8f8; }

.list-icon { width:28px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: absolute; left: 30px; bottom: 19px;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-10px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#fff; }

.mobile-navigation { position:fixed; top:0; left: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 .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:16px; 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:#0068b7;}
.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:14px; 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:#0068b7;}
.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-visual {position:relative; background: #000;}
.main-visual .contain {position: relative; height: 100%;}
.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); transition: 4s;}
.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 .slick-arrow { width:40px; height:40px; z-index:50; opacity:1; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; text-indent:-9999em; transition: .3s; cursor: pointer; background-size: 8px; border-radius: 100%; border: 1px solid #ddd; position: absolute; top: 55%; margin-top: -20px;}
.main-visual .slick-arrow:hover { background-color: #0068b7; border-color: #0068b7;}
.main-visual .slick-prev {background-image:url("../images/main/main-leftbt.png"); left:100px; }
.main-visual .slick-next {background-image:url("../images/main/main-rightbt.png"); right: 100px;}

.main-visual .caption { position: absolute; left: 0; width: 100%; text-align: left; color: #fff; top: 55%; transform: translateY(-50%);}
.main-visual .caption h3 { font-size: 20px; font-weight: 700; line-height: 1.3em; margin-bottom: 10px; color: #ed9c19; }
.main-visual .caption h2 { font-size: 60px; font-weight: 300; line-height: 1.12em; }
.main-visual .caption h2 strong { font-weight: 700; }

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-tit { font-size: 60px; line-height: 1.12em; font-weight: 700; margin-bottom: 30px; color: #0068b7; }
.main-view { width: 140px; height: 40px; border-radius: 20px; border: 1px solid #ddd; display: flex; align-items: center; margin: auto; padding-left: 20px; font-size: 14px; line-height: 1em; color: #242424; letter-spacing: -.02em; font-weight:400; position: relative; }
.main-view::after { content: ""; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 4px; height: 9px; background: url(../images/main/main-view-c.png) center no-repeat; background-size: contain; transition: .2s;}
.main-view:hover { background: #242424; border-color: #242424; color: #fff; }
.main-view:hover::after {background-image: url(../images/main/main-view.png);}

/* main */
.sec1 .contain {position: relative; text-align: center; }
.sec1 .logo-circle { animation: spin 20s linear infinite; z-index: 0;}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sec1-txt { position: absolute; left: 0; right: 0; margin: auto; top: 50%; transform: translateY(-50%);}
.sec1-txt h2 { font-size: 48px; line-height: 1.2em; font-weight: 700; color: #242424; margin-bottom: 27px; }
.sec1-txt p { font-size: 20px; font-weight: 300; line-height: 1.5em; color: #454545; margin-bottom: 65px; }

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}
.sec2 .main-tit { text-align: center; }
.sec2 p { margin-bottom: 50px; text-align: center;}
.sec2-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 39px; }
.sec2-list li {width: calc(100%/3 - 26px); overflow: hidden; border-radius: 24px; }
.sec2-list li a { display: block; position: relative; }
.sec2-list li img { width: 100%; transition: .5s;}
.sec2-list li:hover img { transform: scale(1.1);}
.sec2-list li .abbox { position: absolute; display: flex; width: 100%; bottom: 0; left: 0; padding: 40px; align-items: center; justify-content: space-between;}   
.sec2-list li .abbox .tit { font-size: 28px; font-weight: 700; line-height: 1.3em; color: #fff; }
.sec2-list li .abbox .view { width: 60px; height: 60px; border-radius: 60px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.2); }
.sec2-list li .abbox .view .in { width: 40px; height: 40px; border-radius: 40px; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 16px; background-image: url(../images/main/sec2-plus.png); transition: .2s;}
.sec2-list li a:hover .view .in { background-color: #0068b7; background-image: url(../images/main/sec2-plus-w.png);}

.sec3 { height: 100vh; background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; color: #fff; }
.sec3 .main-tit { color: #ed9c19; text-transform: uppercase; }
.sec3 h3 { font-size: 24px; font-weight: 700; line-height: 1.3em; }
.sec3 p { margin: 12px 0 65px;}
.sec3 .main-view { margin: 0; border: 1px solid #fff; color: #fff; }
.sec3 .main-view::after { background-image: url(../images/main/main-view.png);}
.sec3 .main-view:hover { background: #fff; color: #242424; }
.sec3 .main-view:hover::after { background-image: url(../images/main/main-view-c.png);}

.sec4 .inq-wrap {display:flex; margin-top: 90px; }
.sec4 .inq-head {width:50%; }
.sec4 .inq-head .group { margin-bottom: 35px; position: relative; padding-left: 18px; }
.sec4 .inq-head .group::before { content: ""; position: absolute; left: 0; width: 8px; height: 8px; border-radius: 100%; background: #ed9c19; top: 3px; }
.sec4 .inq-head .group:last-child { margin-bottom: 0; }
.sec4 .inq-head .group h4 { font-weight: 700; font-size: 16px; color: #454545; line-height: 1em; margin-bottom: 5px; text-transform: uppercase;}
.sec4 .inq-form {width: 50%;}
.sec4 .inq-form .ico-required {display:inline-block; vertical-align:middle; margin:-.2em 5px 0 0; width:11px; height:9px; background:url("../images/main/inquiry_required.png") 0 50% no-repeat; background-size:contain;}
.sec4 .inq-form .group {margin-bottom:55px;}
.sec4 .inq-form .group:last-child {margin-bottom: 0;}
.sec4 .inq-form .title {display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:30px;}
.sec4 .inq-form .title h4 {color:#242424; font-size:1.125em; line-height:1.33em; letter-spacing:-.03em;}
.sec4 .inq-form .title .required {color:#454545; font-size:14px; line-height:1.33em;}
.sec4 .inq-form .form {font-size:15px; line-height:1.5em; letter-spacing:-.03em;}
.sec4 .inq-form .form .row {display:flex; flex-wrap:wrap; margin:-10px -15px;}
.sec4 .inq-form .form .col {width:50%; padding:10px 15px;}
.sec4 .inq-form .form .col.col-x2 {width:100%;}
.sec4 .inq-form .form dt {margin-bottom:5px; font-weight:500; font-size: 16px; }
.sec4 .inq-form .form .input {display:block; width:100%; height:40px; padding:5px 8px; font-size:14px; line-height:1.5em;}
.sec4 .inq-form .form select.input {padding-right:30px; background-size:10px auto; background-position:right 10px center;}
.sec4 .inq-form .form textarea.input {height:100px;}
.sec4 .inq-form .submit-area {display:flex; justify-content:space-between; align-items:flex-end; margin-top:40px;}
.sec4 .inq-form .form-agree {margin:0;}
.sec4 .inq-form .form-agree .check {text-align:left;}
.sec4 .inq-form .btn-pack.dark {background:#000; border-color:#000; border-radius: 30px; }

.sec5 { background: url(../images/main/sec5-bg.jpg) center no-repeat; background-size: cover; }
.sec5 .contain {display: flex; gap: 25px; flex-wrap: wrap; }
.sec5 .contain::after { content: none; }
.sec5 .contain>div { width: calc(100%/5 - 20px); }
.sec5 .contain>div h3 { color: #fff; line-height: 1.2em; font-size: 20px; font-weight: 700; margin-bottom: 28px; }
.sec5 .box { background: #fff; border-radius: 6px; margin-bottom: 10px; padding: 22px 16px; }
.sec5 .box .name { font-size: 16px; font-weight: 700; color: #000; line-height: 1.2em; }
.sec5 .box .name span { display: inline-block; position: relative; padding-left: 20px; font-weight: 400; color: #666; }
.sec5 .box .name span::before { content: ""; position: absolute; left: 8px; width: 1px; height: 15px; background: #e7e7e7; top: 2px;}
.sec5 .box .num { font-weight: 800; font-size: 18px; color: #000; line-height: 1.3em; margin: 10px 0 8px; }
.sec5 .box a { font-size: 13px; font-weight: 300; color: #1574bd; line-height: 1.3em; display: block; word-break: break-all;}

.sec5 .box:last-child { margin-bottom: 0; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:400px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center;}
.sub-visual .cell {display:table-cell; vertical-align:middle; }
.sub-visual p { font-size: 20px; font-weight: 700; color: #ed9c19; line-height: 1em; margin-bottom: 15px; }
.sub-visual h2 {font-size:60px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.03em; margin-bottom: 35px; }
.sub-visual .line { width: 40px; height: 2px; margin: auto; background: #fff; }

.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");} 

.path-wrap {position:relative; z-index:50; background: rgba(0,0,0,0.7); margin-top: -60px; }
.path-wrap .wrap {max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/sub/home.png") 50% 50% no-repeat; background-size:22px; text-indent:-999em; overflow:hidden; border-left:1px solid rgba(255,255,255,0.3); border-right:1px solid rgba(255,255,255,0.3);}
.path-wrap .part {position:relative; min-width:255px; border-right:1px solid rgba(255,255,255,0.3); z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#fff; font-size:20px; font-weight:500; line-height:1.3em; padding:0 60px 0 20px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; margin-top:-4px; width:12px; height:7px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#2c2c2c; line-height:1.3em; border-bottom:1px solid #ddd; font-weight: 500; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 20px; font-size: 18px; }
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}
.path-wrap .part.active > a::after { transform: rotate(180deg);}


#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 { padding: 100px 0 60px; text-align: center;}
.sub-title h1 { font-size: 40px; font-weight: 700; line-height: 1em; color: #242424; }

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #1a1a1a; color: #555; padding: 50px 0;}
#footer .contain { display: flex; align-items: flex-end; justify-content: space-between; max-width: 1780px;}
#footer .contain::after { content: none; }
.ft-left { flex: 1 1 auto; min-width: 0; width: 1%; display: flex; align-items: flex-start; padding-right: 20px; }
.ft-textbox { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 80px; }
.ft-text { line-height: 1.666em; }
.ft-text span { font-size: 18px; font-weight: 300; line-height: 1.666em; color: #999; display: inline-block; padding-right: 30px; }
.ft-text span:last-child { padding-right: 0; }
.cpr { font-size: 14px; margin-top: 28px; }
.cpr span { display: inline-block; }
.cpr a { display: inline-block; margin-left: 30px; }
.policy { text-align: right; }
.policy a { font-size: 14px; display: inline-block; line-height: 1.3em; }
.policy a:last-child { margin-left: 30px; }