@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:fixed; width:100%; z-index:101; top: 0; height: 80px; transition: .3s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10;  }
#header .contain::after { content: none;}
.hd-right { display: flex; align-items: center;} 

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:80px; color:#fff; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing: -.03em;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; bottom: 10px; width: 5px; height: 5px; border-radius: 5px; background: #ea5413; opacity: 0; transition: .2s;}
#gnb>ul>li.active>a { color: #ea5413; font-weight: 800; }
#gnb>ul>li.active>a::after { opacity: 1; }
#gnb>ul>li:first-child .submenu {left:-100%; transform:none;}
#gnb>ul>li:last-child .submenu {left:auto; right:-100%; transform:none;}

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:30px 30px; color:#454545; font-size:18px; line-height:1.33em; white-space:nowrap; color: #505050; letter-spacing: -.03em; }
#gnb .submenu>ul>li>a:hover {color:#ea5413; font-weight: 800; }

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

#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; }
#header.header-hover .list-icon { background-image:url(../images/common/menu.png); }
#header.header-hover #gnb>ul>li.active>a { color: #ea5413;}

#header.move { background: #fff; }
#header.move .sitelogo { background-image:url("../images/common/logo.png"); }
#header.move #gnb>ul>li>a { color:#242424; }
#header.move .list-icon { background-image:url(../images/common/menu.png); }

.list-icon { width:30px; height:25px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.3s linear; display: inline-block; background: url(../images/common/menu-w.png) center no-repeat; background-size: contain; position: relative; }

.mobile-navigation { position:fixed; top:0; right:0; width:100%; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:url(../images/common/navi-bg.jpg) center no-repeat; background-size: cover; z-index:102; }
.mobile-navigation .contain { position: relative; }
.mobile-navigation .nav-menu>ul { position: relative; z-index: 1; margin-top: 120px; }
.mobile-navigation .nav-menu>ul>li { padding: 55px 0; display: flex; border-bottom: 1px solid #ddd; color: #878787; }
.mobile-navigation .nav-menu>ul>li>a { width: 30%; display: inline-block; font-size: 36px; font-weight: 700;letter-spacing: -.03em; line-height: 1.2em; position: relative; }
.mobile-navigation .nav-menu>ul>li>a:hover { color: #ea5413; }
.mobile-navigation .nav-menu>ul>li>a:hover span::after { opacity: 1; }
.mobile-navigation .nav-menu>ul>li.active { color: #121212; }
.mobile-navigation .nav-menu>ul>li.active>a span::after { opacity: 1; }
.mobile-navigation .nav-menu .submenu { padding-top: 5px; width: 70%; }
.mobile-navigation .nav-menu .submenu ul { display: flex; flex-wrap: wrap; gap: 30px; }
.mobile-navigation .nav-menu .submenu ul li { width: calc(100%/5 - 24px);}
.mobile-navigation .nav-menu .submenu ul li a {display:block; font-size: 18px; font-weight: 300; letter-spacing: -.03em; line-height: 1.6em; }
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#ea5413; text-decoration: underline; text-underline-position: under; font-weight: 700; }
.mobile-navigation .close {position:absolute; top:28px; right:38px; width:24px; height:23px; text-indent:-9999em; overflow:hidden; background: url(../images/common/navi-close.png) center no-repeat; background-size: contain;}

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 #gnb { display: none; }
html.menu-opened .list-icon { display: none; }
html.menu-opened .hd-sns { display: none; }

/* 키비주얼관리 */
.main-visual {position:relative; overflow: hidden; width: 100%; }
.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 .caption { position: absolute; left: 0; width: 100%; text-align: center; color: #fff; top: 50%; transform: translateY(-50%);}
.main-visual .caption .txt { transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;  }
.main-visual .caption h4 { line-height: 1.2em; font-size: 32px; font-weight: 600; margin-bottom: 30px; letter-spacing: 0.15em; text-shadow: 3px 3px 5px rgba(0,0,0,0.3);}
.main-visual .caption h2 { line-height: 1.2em; font-size: 72px; font-weight: 700; text-shadow: 3px 3px 5px rgba(0,0,0,0.3); font-family: 'JalnanGothic';}
.main-visual .caption p { font-size: 26px; font-weight: 300; letter-spacing: -.03em; text-shadow: 3px 3px 5px rgba(0,0,0,0.3); margin-top: 25px; line-height: 1.5em; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}

.main-visual .br { display: none; }

.main-visual .slick-arrow {position:absolute; top:50%; width:17px; height:28px; z-index:50; opacity:1; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; text-indent:-9999em; transition: .3s; cursor: pointer; background-size: contain; }
.main-visual .slick-arrow:hover { opacity: 1;}
.main-visual .slick-prev {background-image:url("../images/main/main-prev.png"); left:60px; }
.main-visual .slick-next {background-image:url("../images/main/main-next.png"); right: 60px;}

.scroll-down { left: 0; right: 0; margin: auto; position: absolute; bottom: 80px; animation: scrollDisappear 2s infinite; }

.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);}
}
@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
}

/* main 공통 */
.main-tit { font-size: 48px; letter-spacing: -.03em; color: #121212; line-height: 1.2em; font-family: 'JalnanGothic';position: relative;}
.main-tit span { color: #16549f; display: inline-block; }
.main-tit.tc { text-align: center;}
.main-tit.white { color: #fff; }
.main-tit.af::after { content: ""; display: block; width: 40px; height: 3px; background: #16549f; margin: 20px auto;}
.main-tit.af.white::after {background: #fff; margin: 20px 0;}
.main-txt { font-size: 18px; line-height: 1.6em; letter-spacing: -.03em; color: #505050; }
.main-txt.tc { text-align: center; }
.main-txt.white{ color: #fff; }

/* main */
.sec1 { padding: 120px 0; }
.sec1-list { display: flex; flex-wrap: wrap; gap: 81px; margin-top: 60px; } 
.sec1-list li { width: calc(100% / 3 - 54px); }
.sec1-list li a { display: flex; padding: 35px 40px 25px; justify-content: space-between; border: 1px solid #ddd; border-radius: 32px; align-items: center;}
.sec1-list li .txtbox .tit { line-height: 1em; font-size: 24px; font-weight: 700; color: #121212; letter-spacing: -.03em; transition: .2s;}
.sec1-list li .txtbox .txt { color: #878787; margin: 10px 0 15px; }
.sec1-list li a:hover { border-color: #16549f; background: #fafcfd; }
.sec1-list li a:hover .tit { color: #16549f; }

.sec2 { padding: 80px 0; background: #f9f9f9; }
.sec2-list { display: flex; flex-wrap: wrap; margin-top: 35px; gap: 20px; }
.sec2-list li { width: calc(100%/5 - 16px); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
.sec2-list li img { width: 100%; }

.sec3 { padding: 80px 0; background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; }
.sec3 .contain { display: flex; align-items: center;}
.sec3 .contain::after { content: none;}
.sec3 .left { width: 43%; padding-right: 20px; }
.sec3 .right { width: 100%; margin-right: -43%; }
.sec3-btbox { display: flex; gap: 10px; margin-top: 75px; }
.sec3-prev::after, .sec3-next::after { display: none;}
.sec3-prev, .sec3-next { width: 50px; height: 50px; position: relative; top: auto; margin-top: 0; border: 1px solid rgba(255,255,255,0.6); border-radius: 100%; background-repeat: no-repeat; background-position: center; background-size: 17px; }
.sec3-prev { left: auto; background-image: url(../images/main/sec3-prev.png);}
.sec3-next { left: auto; background-image: url(../images/main/sec3-next.png); right: auto;}
.sec3-swiper { width: 100%; position: relative; overflow: hidden;}
.sec3-swiper-slide { border-radius: 8px; overflow: hidden; width: 360px; }
.sec3-swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sec4 { padding: 100px 0;}
.sec4 .contain { display: flex; align-items: center;}
.sec4 .contain::after { content: none;}
.sec4 .left { width: 50%; border: 1px solid #ddd; border-radius: 24px; overflow: hidden;}
.sec4 .right { width: 50%; padding-left: 100px; }
.sec4 .right ul li { border-bottom: 1px solid #ddd; padding: 20px 0; display: flex; align-items: flex-start;}
.sec4 .right ul li:last-child { border-bottom: 0;}
.sec4 .right ul li .icon { width: 45px; }
.sec4 .right ul li .info { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec4 .right ul li .info .tit { font-size: 20px; font-weight: 700; line-height: 1.2em; color: #121212; letter-spacing: -.03em; margin-bottom: 10px; }
.sec4 .right ul li .info .txt { font-size: 18px; }
.sec4 .right .main-tit.af::after { margin: 15px 0;}

.sec5 { padding: 130px 0; background: url(../images/main/sec5-bg.jpg) center no-repeat; background-size: cover; }
.sec5 .contain { position: relative; }
.sec5 h2 { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.4em; color: #fff; }
.sec5-btn { width: 180px; height: 46px; border-radius: 23px; background: #fff; align-items: center; display: flex; padding-left: 20px; position: absolute; right: 30px; bottom: -90px; font-weight: 600; color: #121212; letter-spacing: -.03em;padding-top: 2px;}
.sec5-btn::after { content: ""; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 8px; height: 13px; background: url(../images/main/sec5-view.png) center no-repeat; background-size: contain;}
.sec5-btn:hover { background: #f4f4f4; }

/* sub */ 
.sub-visual {position:relative; 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: left; display: flex; align-items: center;}
.sub-visual .contain { position: relative; }
.sub-visual h2 {font-size:56px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.03em; position: relative; font-family: 'JalnanGothic'; }
.menu-ctr { display: flex; gap: 15px; align-items: center; margin-bottom: 30px; flex-wrap: wrap;}
.menu-ctr span { display: inline-block; font-size: 14px; font-weight: 300; letter-spacing: -.03em;}

.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-1 {background-image:url("../images/sub/sub-visual3-1.jpg");}
.sub-visual.bg3-2 {background-image:url("../images/sub/sub-visual3-2.jpg");}
.sub-visual.bg3-3 {background-image:url("../images/sub/sub-visual3-3.jpg");}
.sub-visual.bg3-4 {background-image:url("../images/sub/sub-visual3-4.jpg");}
.sub-visual.bg3-5 {background-image:url("../images/sub/sub-visual3-5.jpg");}
.sub-visual.bg3-6 {background-image:url("../images/sub/sub-visual3-6.jpg");}
.sub-visual.bg4-1 {background-image:url("../images/sub/sub-visual4-1.jpg");}
.sub-visual.bg4-2 {background-image:url("../images/sub/sub-visual4-2.jpg");}
.sub-visual.bg4-3 {background-image:url("../images/sub/sub-visual4-3.jpg");}
.sub-visual.bg4-4 {background-image:url("../images/sub/sub-visual4-4.jpg");}

.lnb-wrap {position:relative; }
.lnb-wrap::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 2px; background: #ddd; }
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; position: relative; }
.lnb ul li::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 16px; background: #ddd; }
.lnb ul li:last-child::after { display: none;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 10px; color:#878787; font-size:17px; font-weight:600; line-height:1.2em; letter-spacing:-.03em; position: relative; }
.lnb ul li a::after { content: ""; position: absolute; left: 0; bottom: 0px; width: 100%; height: 2px; background: #ea5413; display: none; }
.lnb ul li.active a {color:#ea5413;}
.lnb ul li.active a::after { display: block; }

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 80px 0 70px; text-align: center;}
.sub-title h1 { line-height: 1em; font-size: 48px; font-family: 'JalnanGothic'; letter-spacing: -.03em; color: #121212; font-weight: 700; }
.sub-title.pt { padding-bottom: 0; }

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #121212; color: #fff; }
#footer .contain { display: flex; justify-content: space-between; align-items: flex-start;}
#footer .contain::after { content: none;}
.ft-top { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.2);}
.ft-top .contain { align-items: center !important;}
.ft-link { display: flex; gap: 8px 60px; flex-wrap: wrap; }
.ft-link a { display: inline-block; font-size: 16px; font-weight: 300; letter-spacing: -.03em; line-height: 1.3em; }
.ft-link a:hover { text-decoration: underline; text-underline-position: under;}
.policy a { display: inline-block; position: relative; padding-left: 22px; letter-spacing: -.02em; line-height: 1.5em; font-size: 15px; font-weight: 300; }
.policy a::before { content: ""; position: absolute; left: 0; width: 16px; height: 16px; background: url(../images/common/policy.png) center no-repeat; background-size: contain;top: 3px; }
.policy a:last-child { margin-left: 50px; }
.policy a:last-child::after { content: ""; position: absolute; left: -28px; width: 1px; height: 16px; top: 2px; background: #fff; }
.ft-btm { padding: 40px 0;}
.ft-left { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.ft-logo { padding-top: 9px;}
.ft-fx { display: flex; margin-bottom: 40px; }
.ft-text { line-height: 1.8em; margin-left: 55px; }
.ft-text span { display: inline-block; letter-spacing: -.03em; line-height: 1.8em; padding-right: 25px; font-size: 16px; font-weight: 600; position: relative; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span.af::before { content: ""; position: absolute; left: -15px; top: 7px; width: 1px; height: 13px; background: #fff; }
.cpr span { display: inline-block; font-weight: 300; font-size: 14px; letter-spacing: -.03em; padding-right: 20px; }
.cpr a { display: inline-block; font-weight: 300; color: rgba(255,255,255,0.2); font-size: 14px; letter-spacing: -.03em;}
.ft-right { display: flex; align-items: center;}
.ft-icon img { display: inline-block; margin-right: 30px; }
.ft-icon img:last-child { margin-right: 0; }
.familysite {position:relative; display:inline-block; width:180px; margin-left: 60px; }
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; padding:13px 20px; background:rgba(255,255,255,0.2); color:#fff; font-weight:500; line-height:1.5em; text-align:left; border-radius: 25px; font-size: 16px; font-weight: 600; letter-spacing: -.03em; border: none;}
.familysite .toggle-button .txt { flex: 1 1 auto; min-width: 0; width: 1%; }
.familysite .toggle-button .chevron {width:13px; transform:scaleY(-1);}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#fff;}
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#fff; border:1px solid #ddd; border-top:0; border-radius: 8px; bottom: 60px; }
.familysite .toggle-layer a {display:block; padding:8px 12px; color:#878787; font-weight:400; line-height:1.5em; font-size: 14px; letter-spacing: -.03em;}
.familysite .toggle-layer a:hover { color: #073d88; text-decoration: underline; text-underline-position: under;}
.familysite.active .toggle-button { background: #fff; color:#121212; }
.familysite.active .toggle-button .chevron {transform:scaleY(1);}
.familysite.active .toggle-button path {fill:#121212;}
.scroll-top { position: fixed; right: 30px; bottom: 30px; z-index: 999; width: 80px; height: 80px; border-radius: 100%; background: #fff; text-align: center; display: inline-block; line-height: 1em; font-size: 13px; font-weight: 500; letter-spacing: -.03em; color: #878787; padding-top: 44px; box-shadow: 3px 3px 5px rgba(0,0,0,0.15); }
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; top: 28px; width: 12px; height: 8px; background: url(../images/common/top.png) center no-repeat; background-size: contain; margin: auto; }