@charset "utf-8";/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

:root { 
    --color-1:#002f67;
    --color-2:#0066b3;
    --color-3:#1967b2;
    --main-inputheight: 64px;
    --nav-height: 70px;
    --font-subtitle: 36px;
    --font-visual: 50px;
} 
.fancybox-close {background-color:#242424 !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 } 

.only-desktop-tablet { display:block; } 
.only-desktop { display:block; } 
.only-tablet { display:none; } 
.only-mobile { display:none; } 



/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:90;} 
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; height:var(--header-height); max-width:1780px !important;} 
#header .sitelogo a {display:block; width:162px; height:var(--header-height); text-indent:-999em; background-image:url(../images/common/logo-w.png); background-size:contain; background-repeat:no-repeat; background-position: 0 50%;} 

#header:hover {background:#fff; box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; transition:all .2s;}
#header:hover .sitelogo a {background-image:url(../images/common/logo-c.png); }
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-all-menu span,
#header:hover .btn-m-menu span {background:#242424;}
#header:hover .btn-all-menu span:before, 
#header:hover .btn-all-menu span:after,
#header:hover .btn-m-menu span:before, 
#header:hover .btn-m-menu span:after {background:#242424;}

.header-fixed #header {background:#fff; box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.header-fixed #header .sitelogo a {background-image:url(../images/common/logo-c.png); }
.header-fixed #header #gnb>ul>li>a {color:#242424;}
.header-fixed #header .btn-all-menu span,
.header-fixed #header .btn-m-menu span {background:#242424;}
.header-fixed #header .btn-all-menu span:before, 
.header-fixed #header .btn-all-menu span:after,
.header-fixed #header .btn-m-menu span:before, 
.header-fixed #header .btn-m-menu span:after {background:#242424;}

#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; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-5px; left:50%; width:13px; height:13px; background:var(--color-1); transition:.2s; border-radius:3px; transform: rotate(135deg); opacity:0; z-index:3;}
#gnb>ul>li:hover>a:after {opacity:1;}
#gnb .submenu {display:none; position:absolute; left:50%; width:215px; transform:translateX(-50%); background:#fff; box-shadow:#ddd 0px 0px 0px 1px; border-top:0; text-align:center; border-bottom-right-radius:10px; border-bottom-left-radius:10px;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:#454545; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color:var(--color-1);}

html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .all-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-all-opened .all-navigation .only-all-menu {display:block;}
html.menu-all-opened .mobile-overlay {display:block;}



/* 공통  */
.flxWrap {display:flex; flex-wrap:wrap;}
.sec-pd {padding:clamp(4em,6.3vw,120px) 0;}
.text-center {text-align:center;}
.sec-titbox {text-align:center; line-height:1.1;}
.sec-titbox .section-tit {font-size:48px; font-weight:bold; color:#242424;}
.sec-titbox .section-dec {padding-top:28px; font-size:18px; color:#454545;}
.main-color {color:var(--color-1);}
.sub-color {color:var(--color-3);}
.red-color {color:#ef1c1c;}
.pb-0 {padding-bottom:0 !important;}


/* main */
[data-aos=fade-up] { transform: translate3d(0,100px,0); } 
.main-visual { position:relative; overflow:hidden; color:#fff; } 
.main-visual .item {height:100vh; overflow:hidden; } 
.main-visual .item .mv img {position:absolute; top:0; left:0; height:100%; width:100%; transform:scale(1.09); background-position:50% 50%; background-repeat:no-repeat; background-size:cover;} 
.main-visual .slick-active .mv img {transform:scale(1); transition:all 3s ease-out; }

.main-visual .text-box {padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; left:50%; top:48%; transform:translate(-50%,-50%); width:100%; line-height:1.3; text-align:center; letter-spacing:-.03em;}
.main-visual .text-box span {display:block;}
.main-visual .text-box .home-icn img {display:inline;}
.main-visual .text-box .sm-tit {padding-top:20px; font-size:20px; font-weight:500;}
.main-visual .text-box .big-tit {padding-top:20px; font-size:50px; font-weight:bold;}

.main-visual .slick-arrow {position:absolute; top:48%; width:30px; height:60px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em; z-index:50;}
.main-visual .slick-prev {left:60px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:60px; background-image:url("../images/main/slide_next.png");}

.main-visual .slick-dots {display:flex; justify-content:center; align-items:center; position:absolute; bottom:61px; width:100%;}
.main-visual .slick-dots li {margin:0 5px;}
.main-visual .slick-dots li button {position:relative; text-indent:-999em; overflow:hidden; width:60px; height:4px; border:0; background:rgba(255, 255, 255, 0.3);}
.main-visual .slick-dots li.slick-active button {background:#fff;}

.scroll-wrap {display:flex; flex-direction:column; align-items:center; position:absolute; left:53px; bottom:55px;}
.scroll-wrap .sclicn {animation: scrollUpDown 1.2s infinite alternate  ease-in-out;}
.scroll-wrap .txt {padding-top:14px; writing-mode:vertical-rl; font-weight:600; letter-spacing:normal;}
@keyframes scrollUpDown { 0%,100% { transform:translateY(0); } 
50% { transform:translateY(5px); } 
}

.sec1 {max-width:1920px; width:100%; margin:0 auto;}
.sec1 .flxWrap {align-items:center;}
.sec1 .img-box {flex:1 0 800px; max-width:800px;}
.sec1 .text-box {flex:1 0 auto; width:1%; padding:220px 100px 100px 98px; position:relative; background:url(../images/main/sec1-logo.png) no-repeat; background-position: right 0;}
.sec1 .text-box .sec1-title {display:inline-block; position:relative; font-size:60px; font-weight:bold; color:#242424; line-height:1.2;}
.sec1 .text-box .sec1-title::before {position:absolute; content:''; left:2px; top:-20px; width:10px; height:10px; background:var(--color-1); border-radius:50%;} 
.sec1 .text-box .sec1-dec {padding-top:32px; font-size:18px; color:#454545; line-height:32px;}
.sec1 .text-box .about-item {display:flex; flex-wrap:wrap; margin-top:94px; margin-left:-39px;}
.sec1 .text-box .about-list {border-left:1px solid #ddd;}
.sec1 .text-box .about-list:first-child {border-left:0;}
.sec1 .text-box .about-list .ab-link {display:block; padding:6px 39px; text-align:center;}
.sec1 .text-box .about-list span {display:block;}
.sec1 .text-box .about-list .tit {padding-top:15px; color:#242424; font-weight:500; line-height:1.3;}

.sec2 {margin-top:30px;}
.sec2 .mySwiper {padding:90px 0 85px;}
.sec2 .imgbox {position:relative; padding-bottom:73.68%; overflow:hidden; border-radius:15px;}
.sec2 .imgbox img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%; overflow:hidden; background-size:cover;}
.sec2 .imgbox::after {position:absolute; content:''; left: 0; top: 0; width:100%; height:100%; background:rgba(255, 255, 255, 0.6); opacity:1;}
.sec2 .text {margin-top:21px; font-size:20px; color:#242424; text-align:center; display:-webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp:1;}
.sec2 .swiper-slide-active {margin-top:-30px;}
.sec2 .swiper-slide-active .imgbox {border:3px solid var(--color-1);}
.sec2 .swiper-slide-active .imgbox::after {opacity:0;}
.sec2 .swiper-button-next, 
.sec2 .swiper-button-prev {top:inherit; bottom:0; width:56px; height:56px; border-radius:50%; background:#b2c0d1;}
.sec2 .swiper-button-next:hover, 
.sec2 .swiper-button-prev:hover {background:var(--color-1);}
.sec2 .swiper-button-next:after, 
.sec2 .swiper-button-prev:after {font-size:19px; font-weight:bold; color:#fff;}
.sec2 .swiper-button-next:after:hover, 
.sec2 .swiper-button-prev:after:hover {color:#fff;}
.sec2 .swiper-button-prev {left:50%; margin-left:-62px;}
.sec2 .swiper-button-next {right:50%; margin-right:-62px;}

.sec3 {background:#f2f4f7;}
.sec3 .contain {margin-top:80px;}
.sec3 .main-form {padding:50px 45px 60px; background:#fff; border-radius:15px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}

.sec3 table tr {margin:0 -15px;}
.sec3 table td {padding:10px 15px;}
.sec3 #email.input {margin:0;}


.sec3 .input-box {position:relative;}
.sec3 .input-box input,
.sec3 .input-box textarea {padding:5px 25px; border-radius:5px; width:100%; color:#454545;}
.sec3 .input-box input::placeholder,
.sec3 .input-box textarea::placeholder {font-weight:600; color:#898989;}
.sec3 .input-box textarea {padding-top:25px; height:224px; border:1px solid #ddd; resize: none;}
.sec3 .input-box input {height:var(--main-inputheight);}
.sec3 .input-box .input ~ label {padding:0 10px; position:absolute; left:19px; top:50%; transform: translateY(-50%); color:#898989; font-weight:600; transition: all .2s; z-index:5;}
.sec3 .input-box .input:focus ~ label,
.sec3 .input-box .input:valid ~ label {top:0; background:#fff;}



.sec3 .flxWrap {align-items:center; justify-content:space-between; padding:15px 15px 0;}
.sec3 .form-agree {margin:0;}
.sec3 .form-agree .check {margin-top:0; text-align:left;}
.sec3 .buttons {margin:0;}
.sec3 .buttons .cen .btn-pack {margin:0;}
.sec3 .btn-pack.large { min-width:240px; border-radius:5px; font-size:16px; font-weight:500; text-align:left;}
.sec3 .cen {position:relative;}
.sec3 .cen::after {position:absolute; content:''; right:34px; top:18px; width:8px; height:14px; background:url(../images/bbs/cal_next.png) no-repeat; background-size:cover;}
  



/* sub page */
.contain { max-width:1460px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space); } 
#contArea { max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto; } 
#contArea.wide { max-width:100% !important; padding-left:0; padding-right:0; } 

#sub #contArea,
#sub .contain
 {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space);}


.sub-title {margin:clamp(2.5em, 5vw, 75px) 0;}
.sub-title h1 { font-size:var(--font-subtitle); line-height:var(--line-height-sm); color:#242424; text-align:center;} 
.sub-box { display:flex; align-items:center; justify-content:center; width:300px; height:300px; border-radius:var(--border-radius-30); background-color:var(--color-warning); font-size:var(--font-size-20); color:var(--color-white); text-align:center; } 

.real-cont { padding-bottom:clamp(5em,8vw,150px);} 

.sub-visual { position:relative; height:500px; z-index:10; overflow:hidden; } 
.sub-visual .background {position:absolute;top:0;left:0;width:100%; height:100%;background-position:50% 50%;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;z-index:0; } 
.sub-visual.load .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 */}
.sub-visual .tt-wrap {margin:0 auto; max-width:1260px; width: 100%; padding-right:var(--container-space); padding-left:var(--container-space); position:relative; top:50%; z-index: 1; color: #fff;} 
.sub-visual .tt-wrap .tit {padding-top:13px; font-size: var(--font-visual); line-height: 1.2em; font-weight: 700; }
.sub-visual .tt-wrap .sub-tit {color:rgba(255, 255, 255, 0.5); font-size:18px; font-weight:bold;}


.lnb-contain {position:relative; margin-top:-35px;  z-index:15;}
.lnb-contain::before {position:absolute; content:''; right:0; top:0; width:85%; height:var(--nav-height); background:var(--color-1); border-bottom-left-radius:50px; border-top-left-radius:50px; z-index:-1;}
.lnb-contain .contain {display:flex; justify-content:space-between; max-width:1260px; width:100%;}

.lnb ul {display:flex; width:100%;}
.lnb ul li {width:auto; text-align:center; }
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding-right:70px; height:var(--nav-height); line-height:1.2em; font-size:20px; color:#8097b3; font-weight:bold;}
.lnb ul li.active a {color:#fff;}


.path-wrap .inner {display:flex;}
.path-wrap .home {display:flex; align-items:center; padding:0 10px;}
.path-wrap .home a {display:block; align-items:center; width:12px; height:12px; background:url("../images/common/home.png") 50% 50% no-repeat; background-size:initial; text-indent:-999em; }
.path-wrap .part {display:inline-block; position:relative; z-index:50;}
.path-wrap .part.second {font-weight:bold;}
.path-wrap .part.second {padding-right:0;}
.path-wrap .part {display:flex; align-items:center; position:relative; height:var(--nav-height); color:#fff; font-size:15px; font-weight:400; line-height:1.3em; padding:0 15px; cursor:default;}
.path-wrap .part::after {position:absolute; content: ''; left:0; top:50%; transform: translateY(-50%); width:6px; height:11px; background:url("../images/sub/arrow.png") 50% 50% no-repeat;}



/* footer */
#footer {padding:50px 0; background-color: #454545;} 
#footer .contain {max-width:1460px; width:100%;}
#footer .foot-links .contain {display:flex; justify-content:space-between; align-items:flex-end;}
#footer .foot-links .gnb-tit {display:block; padding-bottom:9px; color:#fff; font-size:18px; font-weight:600;}
#footer .foot-links ul {display:flex;}
#footer .foot-links ul>li>a {font-weight:400; color:#fff; line-height:1.2;}
#footer .foot-links ul>li:first-child {padding-left:0;}
#footer .foot-links .f-gnb li {padding-left:45px;}
#footer .foot-links .f-gnb li a:hover {text-decoration:underline;}
#footer .foot-links .f-menu li {padding-left:45px;}
#footer .foot-links .f-menu li a {font-weight:400; font-size:15px;}
#footer .foot-logo {flex:1 0 130px; max-width:130px;} 
#footer .foot-addr {padding-top:25px; width:auto; color: #b8b8b8; letter-spacing:0; font-size:15px;} 
#footer .foot-info {padding-top:19px;}
#footer address { font-style:normal; display:flex; font-weight:300;} 
#footer address p { position:relative; padding:0 18px; } 
#footer address p::after { content: ''; width: 1px; height: 10px; background-color: #fff; opacity: .3; position: absolute; right: 1px; top: 6px; } 
#footer address p:last-child::after { display:none; } 
#footer .copy .address-txt {padding-right:0; font-size:14px; color:#b8b8b8;} 
#footer .copy a {font-size:14px; line-height:2em; color:#b8b8b8;} 
.address-txt {display:inline-block; padding-right:30px; font-size:var(--font-size-15); line-height: 1.714em; } 
#footer .f-menu li a {display:block; position:relative; padding-left:20px; color:#fff;}
#footer .f-menu li a::before {position:absolute; content:''; left:0; top:50%; transform: translateY(-50%); width:15px; height:15px; background-image:url(../images/common/f-icn.png); background-repeat:no-repeat; background-size:cover;} 


/* all menu */
.btn-all-menu {margin-left:50px; position:relative; top:0; right:0; width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out;}
.btn-all-menu span {position:absolute; right:0; top:0; height:2px; width:30px; background:#fff; text-indent:-999em;} 
.btn-all-menu span:before,
.btn-all-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-all-menu span:before {top:10px; width:22px; transition-property:top, transform; } 
.btn-all-menu span:after { bottom:-20px; width:30px; transition-property:bottom, transform; } 

.all-navigation {position:fixed; top:0; right:0; padding:20px 0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.all-navigation .contain {padding-top:200px; max-width:1460px !important;}
.all-navigation .home {display:none;}
.all-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.all-navigation .sitelogo img { height:23px; } 
.all-navigation .all-nav-menu>ul>li {display:flex; align-items:center; padding:50px 0; border-bottom:1px solid #dfdfdf; } 
.all-navigation .all-nav-menu>ul>li>a {flex:1 0 410px; max-width:410px; position:relative; font-size:36px; font-weight:bold; line-height:1.3em; color:#2c2c2c;}
.all-navigation .all-nav-menu>ul>li>a:hover {color:var(--color-1);}
.all-navigation .all-nav-menu .submenu {flex:1; display:block;} 
.all-navigation .all-nav-menu .submenu>ul {display:flex;}
.all-navigation .all-nav-menu .submenu>ul>li {flex:1 0 25%; max-width:25%; padding-right:15px;}
.all-navigation .all-nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; position:relative; color:#898989; font-size:18px; font-weight:500; line-height:1.3em; } 
.all-navigation .all-nav-menu .submenu>ul>li>a:hover {color:var(--color-2); text-decoration: underline;}
.all-navigation .close { position:absolute; top:20px; right:100px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.all-navigation .close:before,
.all-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.all-navigation .close:before { transform:rotate(45deg); } 
.all-navigation .close:after { transform:rotate(-45deg); } 



/* for mobile */
.only-mobile { display:none;} 
.btn-m-menu {display:none; position:relative; top:0; right:0; width:30px; margin-left:50px; height:24px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-m-menu span {position:absolute; right:0; top:0; height:2px; width:30px; background:#fff; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before {top:10px; width:22px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-20px; width:30px; transition-property:bottom, transform; } 
.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.mobile-navigation .contain {padding:0 !important;}
.mobile-navigation .home {display:block; padding-left:15px; width:120px;}
.mobile-navigation .nav-menu>ul {margin-top:30px;} 
.mobile-navigation .nav-menu>ul>li {display:block; border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li>a {display:block; position:relative; padding:12px 15px; font-size:1.2em; font-weight:bold; line-height:1.3em; color:#2c2c2c;}
.mobile-navigation .nav-menu>ul>li a:after { content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; }
.mobile-navigation .nav-menu>ul>li.active>a:after { transform:translateY(-35%) rotate(-135deg); border-color:var(--color-1); } 
.mobile-navigation .nav-menu .submenu {display:none; padding:0 15px 15px; } 
.mobile-navigation .nav-menu .submenu>ul {display:block;}
.mobile-navigation .nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; color:#898989; padding:5px 15px; font-size:1em; font-weight:500; line-height:1.3em; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:after { display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%;}
.mobile-navigation .close { position:absolute; top:20px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.mobile-navigation .close:before,
.mobile-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.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:201; } 

html.menu-opened { overflow:hidden; } 
html.menu-opened .mobile-navigation { -ms-transform:translateX(0); transform:translateX(0); } 
html.menu-opened .mobile-overlay { display:block; } 