@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block !important;}
.only-mobile {display:none !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;outline-color:#f37736;}

.contain {width:100%; max-width:1460px; margin:0 auto; padding-left:var(--contain-padding); padding-right:var(--contain-padding);}
.contain:after {content:""; display:block; clear:both;}

/* header */
#header {position:fixed; top:0; width:100%; z-index:110;}
#header:after {opacity:0; position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd;}
#header .contain {display:flex; align-items:center;}

.sitelogo {height:clamp(30px, calc(46 / var(--inner) * 100vw), 46px); aspect-ratio:225/46;}
.sitelogo a {display:block; height:100%; width:100%; background:url('../images/common/logo-w.png') 0 50% / contain no-repeat;}

#gnb {position:relative; text-align:center; flex:1;}
#gnb > ul {display:flex; justify-content:flex-end;}
#gnb > ul > li {position:relative; z-index:1;}
#gnb > ul > li > a {height:var(--header-height); padding:0 var(--gnb-gutter); font-size:var(--font-size-18); font-weight:700; letter-spacing:-.03em; color:#fff; display:flex; align-items:center; justify-content:center; position:relative; text-align:center; z-index:5;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden;}
#gnb .submenu>ul {padding:var(--space-25) 0; display:grid; gap:10px;}
#gnb .submenu>ul>li>a {display:block; line-height:1.8em; font-weight:500;}
#gnb .submenu>ul>li:hover a {color:var(--color-primary);}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff;}

#header:hover {background-color:#fff;}
#header:hover:after {opacity:1;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:var(--color-bk);}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background-color:#242424;}

#header.header-on .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-on #gnb>ul>li>a {color:var(--color-bk);}
#header.header-on .btn-m-menu span,
#header.header-on .btn-m-menu span:before,
#header.header-on .btn-m-menu span:after {background-color:var(--color-bk);}
#header.header-on:hover #gnb>ul>li>a {color:var(--color-bk);}

html.header-hover #header .sitelogo a {background-image:url('../images/common/logo.png');}
html.header-hover #header #gnb>ul>li>a {color:var(--color-bk);}
html.header-hover #header .btn-m-menu span,
html.header-hover #header .btn-m-menu span:before,
html.header-hover #header .btn-m-menu span:after {background-color:var(--color-bk);}
html.header-hover #header:hover #gnb>ul>li>a {color:var(--color-bk);}

#header.fixed {background-color:#fff;}
#header.fixed:after {opacity:1;}
#header.fixed .sitelogo a {background-image:url('../images/common/logo.png');}
#header.fixed #gnb>ul>li>a {color:var(--color-bk);}
#header.fixed .btn-m-menu span,
#header.fixed .btn-m-menu span:before,
#header.fixed .btn-m-menu span:after {background-color:#242424;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-bottom:1px solid #ddd;}

/* for mobile */
.btn-m-menu {position:relative;width:30px;height:30px;text-align:center;text-indent:-9999em;z-index:50; display:block;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:20px; height:3px; background:#fff; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-9px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-9px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:var(--header-height); right:0; width:280px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:5px 18px; color:#454545; font-size:14px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .menu-close {position:absolute; top:15px; right:15px; width:30px; height:30px;overflow:hidden; text-indent:-999em;}
.mobile-navigation .menu-close:before, 
.mobile-navigation .menu-close:after {content:""; position:absolute; left:14px; height:30px; width:2px; background-color:#ddd;}
.mobile-navigation .menu-close:before {transform:rotate(45deg);}
.mobile-navigation .menu-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 #header {background-color:#fff;}
html.menu-opened #header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd;}
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 !important;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background-color:#242424 !important;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}
html.menu-opened .sitelogo a {background-image:url(../images/common/logo.png) !important;}

/* main */
#fp-nav {display:none !important;}
#fullpage .section.m-sec .contain {max-width:1460px;}
.main-visual, .main-visual .item {height:100dvh; position:relative; overflow:hidden; background:#000;}
.main-visual .item img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:5s linear; transform:scale(1.15);}
.main-visual .item video {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .active .item img {transform:scale(1);}
.main-visual .caption {display:flex; align-items:flex-end; position:absolute; top:65%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); padding:0 var(--contain-padding); width:100%; max-width:1460px; z-index:30;}
.main-visual .caption .txt {flex:1;}
.main-visual .caption p {transition:.8s; opacity:0; transform:translateX(20px); color:#fff;}
.main-visual .caption .t1 {margin-bottom:30px; font-size:var(--font-size-64); font-weight:800; line-height:1.16em; letter-spacing:-.03em;}
.main-visual .caption .t2 {font-size:var(--font-size-20); line-height:1.5em; letter-spacing:-.03em;}
.main-visual .caption .t3 a {display:inline-flex; align-items:center; justify-content:center; height:60px; padding:0 40px; font-weight:600; letter-spacing:-.05em; background:var(--color-secondary); border-radius:60px;}
.main-visual .active .caption p {opacity:1; transform:translateX(0);}
.main-visual .active .caption .t1 {transition-delay:0.4s;}
.main-visual .active .caption .t2 {transition-delay:0.6s;}
.main-visual .active .caption .t3 {transition-delay:0.8s;}

.controls-wrap {position:absolute; bottom:8%; gap:10px; display:flex; left:50%; max-width:1460px; padding:0 30px; width:100%; transform:translateX(-50%);}
.controls-wrap button {background-color:unset; border:0}

@media (min-aspect-ratio:16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio:16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.m-sec {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}

.main-sec2 {background-image:url('/images/main/sec2bg.jpg');}
.about-intro {display:flex; flex-direction:column; align-items:center; gap:var(--space-80); width:100%;}
.about-intro-head {display:flex; flex-direction:column; align-items:center; gap:var(--space-20); width:100%; text-align:center;}
.about-intro-label {margin:0; width:100%; font-weight:700; line-height:24px; letter-spacing:6.4px; color:#D8A716;}
.about-intro-title {margin:0; width:100%; font-size:0; line-height:0; text-align:center;}
.about-intro-title-accent {font-family:'Paperlogy',sans-serif; font-weight:700; font-size:var(--font-size-48); line-height:56px; letter-spacing:-0.03em; color:#182346;}
.about-intro-title-text {font-family:'Paperlogy',sans-serif; font-weight:600; font-size:var(--font-size-48); line-height:56px; letter-spacing:-0.03em; color:#242424;}

.about-feature-list {grid-template-columns:repeat(3, 1fr); display:grid; width:100%;}
.about-feature-item {box-sizing:border-box; display:flex; flex-direction:column; align-items:center; gap:var(--space-40); flex-shrink:0; padding-top:var(--space-40); border-right:1px dashed #ddd; text-align:center;}
.about-feature-item:last-child {border-right:0;}
.about-feature-icon {display:flex; align-items:center; justify-content:center; width:108px; padding:10px; box-sizing:border-box;}
.about-feature-icon img {display:block; width:88px; height:auto;}
.about-feature-body {display:flex; flex-direction:column; align-items:center; gap:20px; width:100%; padding:0 var(--space-40) var(--space-40); box-sizing:border-box;}
.about-feature-step {margin:0;}
.about-feature-step-inner {display:inline-flex; align-items:center; justify-content:center; padding:0 16px; min-height:24px; border-radius:80px; background-color:#182346; font-family:'Paperlogy',sans-serif; font-weight:700; font-size:14px; line-height:24px; letter-spacing:-0.28px; color:#fff;}
.about-feature-name {margin:0; font-family:'Paperlogy',sans-serif; font-weight:600; font-size:var(--font-size-24); line-height:24px; letter-spacing:-.03em; color:#242424;}
.about-feature-desc {margin:0; font-weight:400; line-height:26px; letter-spacing:-0.32px; color:#686868;}

.main-sec3 {background-image:url('/images/main/sec3bg.jpg');}
.main-sec3 .fp-tableCell {overflow:visible !important;}
.business-areas {display:flex; flex-direction:column; align-items:stretch; width:100%; box-sizing:border-box;}
.business-areas-toolbar {z-index: 1100; position:absolute; left:50%; transform:translateX(-50%); display:flex; align-items:flex-end; justify-content:space-between; width:100%; max-width:1400px; margin:-60px auto 0; box-sizing:border-box;}
.business-areas-head {display:flex; flex-direction:column; gap:17px; max-width:100%;}
.business-areas-label {margin:0; font-weight:700; line-height:24px; letter-spacing:6.4px; color:rgba(255,255,255,0.4);}
.business-areas-title {margin:0; font-size:0; line-height:0;}
.business-areas-title-lead {font-family:'Paperlogy',sans-serif; font-weight:600; font-size:var(--font-size-48); line-height:56px; letter-spacing:-0.03em; color:#fff;}
.business-areas-title-accent {font-family:'Paperlogy',sans-serif; font-weight:700; font-size:var(--font-size-48); line-height:56px; letter-spacing:-0.03em; color:var(--color-secondary);}
.business-areas-nav {display:flex; flex-shrink:0; align-items:center; gap:11px;}
.business-areas-btn {box-sizing:border-box; display:flex; align-items:center; justify-content:center; width:clamp(46px, calc( 54 / var(--inner) * 100vw ), 54px); aspect-ratio:1 / 1; border:1px solid rgba(255,255,255,0.3); border-radius:27px; background:transparent; cursor:pointer;}
.business-areas-btn:hover {opacity:0.9;}
.business-areas-btn-icon {display:flex; align-items:center; justify-content:center; width:14px; height:8px;}
.business-areas-btn-icon img {display:block; width:7px; height:auto;}
.business-areas-btn-next .business-areas-btn-icon {transform:rotate(180deg);}

.sec3-items {max-width:1920px; margin:0 auto;}
.sec3-items:not(.slick-initialized) .business-card-panel {display:none;}
.sec3-items .slick-slide:not(.slick-current) .business-card-panel {display:none;}
.sec3-items .slick-slide.slick-current .business-card-caption {display:none;}
.sec3-items .slick-slide.slick-current .business-card-shade {background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);}

.sec3-items .slick-slide {padding-top:80px;}
.sec3-items .slick-slide.slick-current {padding-top:0;}

.business-card-visual {position:relative; width:427px; height:540px; overflow:hidden; border-radius:32px;}
.business-card-photo {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%;}
.business-card-shade {position:absolute; inset:0; border-radius:inherit; pointer-events:none; background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);}
.business-card-caption {position:absolute; left:0; right:0; bottom:0; display:flex; flex-direction:column; align-items:flex-start; gap:21px; padding:30px 30px 60px; box-sizing:border-box;}
.business-card-name {margin:0; font-family:'Paperlogy',sans-serif; font-weight:700; font-size:var(--font-size-28); line-height:40px; letter-spacing:-0.03em; color:#fff;}
.business-card-desc {margin:0; font-weight:400; line-height:24px; letter-spacing:-0.02em; color:#fff;}
.business-card-panel {display:flex; flex-direction:column; gap:21px; width:427px; padding:30px 30px 0; box-sizing:border-box; border-radius:0 0 32px 32px;}
.business-card-panel-head {display:flex; align-items:center; justify-content:space-between; gap:16px; width:100%;}
.business-card-name-lg {font-size:var(--font-size-32); line-height:40px;}
.business-card-desc-panel {color:#fff;}
.business-card-more {display:flex; flex-shrink:0; align-items:center; justify-content:center; width:40px; height:40px; border-radius:48px; background-color:var(--color-secondary); text-decoration:none;}
.business-card-more:hover {opacity:0.92;}
.business-card-more-icon {display:block; font-weight:600; font-size:var(--font-size-20); line-height:1.5; color:#fff; transform:rotate(-45deg);}

.customer-support {display:flex; flex-direction:column; align-items:center; gap:var(--space-80); width:100%; box-sizing:border-box;}
.customer-support-head {display:flex; flex-direction:column; gap:17px; width:100%;}
.customer-support-label {margin:0; font-weight:700; line-height:24px; letter-spacing:6.4px; color:#D8A716;}
.customer-support-title {margin:0; font-size:0; line-height:0;}
.customer-support-title-text {font-family:'Paperlogy',sans-serif; font-weight:600; font-size:var(--font-size-48); line-height:56px; letter-spacing:-0.03em; color:#242424;}
.customer-support-title-brand {font-family:'Paperlogy',sans-serif; font-weight:700; font-size:var(--font-size-48); line-height:56px; letter-spacing:-0.03em; color:#182346;}
.customer-support-cards {grid-template-columns:repeat(2, 1fr); display:grid; gap:var(--space-30); width:100%; box-sizing:border-box;}

.support-card {box-sizing:border-box; display:flex; flex-direction:column; align-items:flex-start; gap:var(--space-40); padding:var(--space-40); border:1px solid #ddd; border-radius:24px; background-color:#fff;}
.support-card-icon {box-sizing:border-box; display:flex; flex-shrink:0; align-items:center; justify-content:center; width:72px; height:72px; padding:10px; overflow:hidden; border-radius:16px; background-color:rgba(24,35,70,0.05);}
.support-card-icon img {display:block; width:40px; height:40px;}
.support-card-body {display:flex; flex-direction:column; gap:20px; width:100%; min-width:0;}
.support-card-heading {margin:0; font-family:'Paperlogy',sans-serif; font-weight:600; font-size:var(--font-size-24); line-height:24px; letter-spacing:-.03em; color:#242424;}
.support-card-text {margin:0; font-weight:400; line-height:26px; letter-spacing:-0.32px; color:#686868;}
.support-card-details {display:flex; flex-direction:column; gap:4px; margin:0; padding:0 0 10px;}
.support-detail-row {display:flex; flex-wrap:wrap; align-items:center; gap:20px; margin:0; line-height:26px; letter-spacing:-0.32px;}
.support-detail-label {font-weight:600; color:#454545;}
.support-detail-value {font-weight:400; color:#686868;}
.support-detail-value a {color:inherit; text-decoration:none;}
.support-detail-value a:hover {text-decoration:underline;}
.support-card-action {align-self:flex-start; display:inline-flex; align-items:center; justify-content:center; padding:10px 24px; border-radius:8px; background-color:#182346; font-weight:600; line-height:24px; letter-spacing:-0.02em; color:#fff; text-decoration:none;}
.support-card-action:hover {opacity:0.92;}


/* sub */
.sub-visual {text-align:center; position:relative; height:clamp(250px, calc( 500 / var(--inner) * 100vw ), 500px); color:#fff; background:#333; overflow:hidden;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {margin-top:-30px; position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual .txt1 {font-family:'Paperlogy', sans-serif; font-size:clamp(25px, calc( 64 / var(--inner) * 100vw ), 64px); line-height:1em; display:block; letter-spacing:-.03em; font-weight:700;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}

.sub-visual [data-aos=fade-up] {transform:translate3d(0,30px,0);}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {margin-top:calc(-1 * var(--lnb-height)); text-align:center; background-color:rgba(0, 0, 0, 0.50);; position:relative; z-index:10;}
.lnb ul li {position:relative; z-index:1; flex:1;}
.lnb ul li a {border-radius:24px 24px 0 0; height:var(--lnb-height); color:#fff; font-size:var(--font-size-18); align-items:center; justify-content:center; display:flex; letter-spacing:-.03em; font-weight:600;}
.lnb ul li.active a {background-color:var(--color-secondary);}

.sub-title {padding:var(--space-100) 0 var(--space-80); text-align:center;}
.sub-title .tit {font-size:var(--font-size-40); letter-spacing:-.03em; line-height:1.3em; color:var(--color-bk); font-weight:600;}

#contArea {max-width:1460px; padding-left:var(--contain-padding); padding-right:var(--contain-padding); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:var(--space-150);}

#footer {padding:var(--space-50) 0; position:relative; background:#060c20; letter-spacing:-0.03em;}
#footer .contain {display:flex; flex-direction:column;}
.footer-top {display:flex; align-items:center; justify-content:space-between; width:100%; padding:0 0 var(--space-30);}
.footer-legal {display:flex; gap:var(--space-25) var(--space-40); max-width:100%}
.footer-legal a {font-weight:400; line-height:normal; letter-spacing:-.03em; color:rgba(255,255,255,0.6); text-decoration:none; white-space:nowrap;}
.footer-legal a:hover {text-decoration:underline;}
.footer-company {display:flex; flex-direction:column; gap:16px; width:100%; font-style:normal;}
.footer-row {display:flex; flex-wrap:wrap; align-items:center; column-gap:40px; row-gap:8px; width:100%; line-height:normal; letter-spacing:-.03em;}
.footer-field {display:flex; flex-wrap:nowrap; align-items:center; gap:10px; margin:0;}
.footer-label {flex-shrink:0; font-weight:600; color:#fff; white-space:nowrap;}
.footer-value {font-weight:400; white-space:nowrap;}
.footer-value-light {color:rgba(255,255,255,0.7);}
.footer-value-muted {color:rgba(255,255,255,0.6);}
.footer-value a {color:inherit; text-decoration:none;}
.footer-value a:hover {text-decoration:underline;}
.footer-copy {margin:0; font-weight:300; line-height:normal; letter-spacing:-.03em; color:rgba(255,255,255,0.4); white-space:normal;}
.footer-copy span {font-weight:300;}
.footer-design {display:inline; font-size:10px; font-weight:300; line-height:normal; letter-spacing:-.03em; color:rgba(255,255,255,0.4); text-decoration:none; vertical-align:baseline;}
.footer-design:hover {text-decoration:underline;}

.quick {display:grid; gap:10px; bottom:var(--contain-padding); position:fixed; right:var(--contain-padding);}
.quick img {height:clamp(40px, calc( 60 / var(--inner) * 100vw ), 60px);}

.f-desktop {display:block;}
.f-tablet {display:none;}
.f-mobile {display:none;}