@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}

.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; width:100%; z-index:102; top:0; left:0; right:0;}
#header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd; opacity:0;}
#header .contain {max-width:100%; padding:0 var(--contain-paddingx3); position:relative; display:flex; align-items:center;}

.sitelogo {height:clamp(40px, calc(49 / var(--inner) * 100vw), 49px); aspect-ratio:149/49;}
.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; transition:all 0.35s ease;}
#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:600; letter-spacing:0; color:#fff; display:flex; align-items:center; justify-content:center; position:relative; text-align:center; z-index:5;}
#gnb > ul:hover {justify-content:center; transition:all 0.35s ease;}
#gnb > ul:hover > li > a {padding:0 var(--gnb-gutter2);}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:var(--space-40) 0 var(--space-80);}
#gnb .submenu>ul>li {margin-bottom:var(--space-20);}
#gnb .submenu>ul>li:last-child {margin-bottom:0;}
#gnb .submenu>ul>li>a {display:inline-block; line-height:1.6em; font-weight:500;}
#gnb .submenu>ul>li:hover a {color:var(--color-primary) !important; text-decoration:underline;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff;}

.language {min-width:72px; z-index:10; position:relative; display:inline-block;}
.language .toggle-button {width:100%; justify-content:center; display:flex; align-items:center; border:0; gap:10px; background:none; color:#fff; text-align:left;}
.language .toggle-button .ico {width:15px; display:flex; align-items:center;}
.language .toggle-button .chevron {width:9px; margin-top:-.1em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#fff;}
.language .toggle-layer {font-size:var(--font-size-14); margin-top:7px; display:none; position:absolute; left:0; width:100%; padding:10px; background:var(--color-primary); border-radius:8px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:4px;}
.language .toggle-layer a {display:block; font-weight:500; line-height:1.15em; color:#fff; opacity:0.4;}
.language .toggle-layer a:hover {opacity:1;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

html.header-hover #header {color:#242424; background-color:#fff;}
html.header-hover #header:after {opacity:1;}
html.header-hover #gnb>ul>li>a {color:#242424;}
html.header-hover .sitelogo a {background-image:url('../images/common/logo.png');}
html.header-hover .btn-m-menu span,
html.header-hover .btn-m-menu span:before,
html.header-hover .btn-m-menu span:after {background:#242424;}
html.header-hover .language .toggle-button {color:var(--color-bk);}
html.header-hover .language .toggle-button path {fill:var(--color-bk);}

html.header-fixed #header {color:#242424; background-color:#fff;}
html.header-fixed #header:after {opacity:1;}
html.header-fixed #gnb>ul>li>a {color:#242424;}
html.header-fixed .sitelogo a {background-image:url('../images/common/logo.png');}
html.header-fixed .btn-m-menu span,
html.header-fixed .btn-m-menu span:before,
html.header-fixed .btn-m-menu span:after {background:#242424;}
html.header-fixed .language .toggle-button {color:var(--color-bk);}
html.header-fixed .language .toggle-button path {fill:var(--color-bk);}

#header.header-white {color:#242424; background-color:#fff;}
#header.header-white #gnb>ul>li>a {color:#242424;}
#header.header-white .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#242424;}
#header.header-white .language .toggle-button {color:var(--color-bk);}
#header.header-white .language .toggle-button path {fill:var(--color-bk);}

html.menu-opened #header:after {opacity:1;}
html.menu-opened .language .toggle-button {color:var(--color-bk);}
html.menu-opened .language .toggle-button path {fill:var(--color-bk);}
/* #header:hover .language .toggle-button {color:var(--color-bk);}
#header:hover .language .toggle-button path {fill:var(--color-bk);} */

/* for mobile */
.btn-m-menu {position:relative;width:30px;height:30px;text-align:center;text-indent:-9999em;z-index:50; display:none;}
.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 .sitelogo a {background-image:url('../images/common/logo.png');}
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;}
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);}





/* main */
.main-visual, .main-visual .item {height:100dvh; color:#fff; background:#000; position:relative; overflow:hidden; text-align:center;}
.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 .caption {position:absolute; top:50%; 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 p {transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .caption .t1 {font-family:"Raleway", sans-serif; font-size:clamp(25px, calc(72 / var(--inner) * 100vw), 72px); line-height:1.1em; letter-spacing:-.03em; font-weight:700;}
.main-visual .caption .t2 {margin-top:var(--space-30); font-size:clamp(16px, calc(24 / var(--inner) * 100vw), 24px); font-weight:700; line-height:1.5em; letter-spacing:-.03em;}
.main-visual .active .item img {transform:scale(1);}
.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 .items .slick-arrow {width:clamp(30px, calc(72 / var(--inner) * 100vw), 72px); height:clamp(30px, calc(72 / var(--inner) * 100vw), 72px); position:absolute; top:50%; transform:translateY(-50%); z-index:20; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.main-visual .items .slick-prev {left:var(--space-100); background-image:url("../images/main/slide-prev.png");}
.main-visual .items .slick-next {right:var(--space-100); background-image:url("../images/main/slide-next.png");}

.main-visual .controls {position:absolute; bottom:var(--space-40); left:50%; display:flex; align-items:center; justify-content:center; -webkit-transform:translateX(-50%); transform:translateX(-50%); z-index:30;}
.main-visual .slick-dots {display:flex; gap:12px;}
.main-visual .slick-dots li button {display:block; width:40px; height:4px; background:transparent; border:0; background-color:#fff; border-radius:100px; transition:.2s; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em; opacity:0.2;}
.main-visual .slick-dots li.slick-active button {width:64px; opacity:1;}
.main-visual .ctr-btn {width:16px; height:16px; display: none; background:transparent; border:0; border-radius:50%; background-repeat:no-repeat; background-position:50% 50%;}
.main-visual .ctr-btn.play-button {margin-right:7px; background-image:url('/images/main/play.svg');}
.main-visual .ctr-btn.pause-button {background-image:url('/images/main/pause.svg');}

.main-sec2 .biz-panels {width:100%;}
.main-sec2 .biz-panels-list {grid-template-columns:repeat(4, 1fr); display:grid;}
.main-sec2 .biz-panel {flex:1 1 0; min-width:0; height:100vh;}
.main-sec2 .biz-panel-link {position:relative; display:block; height:100%; color:#fff; text-decoration:none; overflow:hidden;}
.main-sec2 .biz-panel-bg {position:absolute; inset:0; pointer-events:none;}
.main-sec2 .biz-panel-bg img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%; transform:scale(1); transition:transform 0.55s ease;}
.main-sec2 .biz-panel-overlay {position:absolute; inset:0; transition:background 0.4s ease;}
.main-sec2 .biz-panel-inner {position:relative; z-index:1; display:flex; flex-direction:column; gap:8px; align-items:flex-start; justify-content:flex-start; height:100%; padding:var(--space-50) var(--space-60);}
.main-sec2 .biz-panel-inner .view-more {gap:10px; margin-top:var(--space-50); opacity:0; display:flex; transition:opacity 0.35s ease;}

.main-sec2 .biz-panel-index {font-size:var(--font-size-18); font-weight:600; line-height:1.9em; color:#fff; transition:color 0.35s ease;}
.main-sec2 .biz-panel-heading {font-size:var(--font-size-30); font-weight:700; line-height:1.4em; transition:transform 0.35s ease;}
.main-sec2 .biz-panel-line {display:block;}
.main-sec2 .biz-panel:hover .view-more {opacity:1; transition:opacity 0.35s ease;}
.main-sec2 .biz-panel:hover .biz-panel-bg img,
.main-sec2 .biz-panel-link:focus-visible .biz-panel-bg img {transform:scale(1.07);}
.main-sec2 .biz-panel:hover .biz-panel-overlay,
.main-sec2 .biz-panel-link:focus-visible .biz-panel-overlay {background:linear-gradient(0deg, rgba(46, 49, 146, 0.88) 0%, rgba(46, 49, 146, 0.88) 100%), rgba(0, 0, 0, 0.30);}
.main-sec2 .biz-panel-link:focus-visible {outline:2px solid #fff; outline-offset:-4px;}

.main-sec3 {background:url('/images/main/sec3bg.png') 50% 50% / cover no-repeat;}
.main-sec3 .hiring-banner {position:relative; height:100vh; overflow:hidden; display:flex; align-items:center; justify-content:center; box-sizing:border-box;}
.main-sec3 .hiring-banner-inner {position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; gap:var(--space-40); width:100%; max-width:1640px; text-align:center;}
.main-sec3 .hiring-banner-copy {display:flex; flex-direction:column; align-items:center; gap:var(--space-25); color:#fff;}
.main-sec3 .hiring-banner-title {font-family:"raleway", sans-serif; font-size:clamp(40px, calc( 136 / var(--inner) * 100vw ), 136px); font-weight:500; line-height:1.1em; letter-spacing:0;}
.main-sec3 .hiring-banner-desc {font-size:var(--font-size-18); font-weight:400; line-height:1.6em;}
.main-sec3 .hiring-banner-link {display:inline-flex; align-items:center; justify-content:center; box-sizing:border-box; min-height:56px; padding:0 var(--space-40); border:1px solid #ddd; border-radius:60px; background:#fff; font-weight:500; line-height:1.9em; letter-spacing:-.03em; color:#242424;}
.main-sec3 .hiring-banner-link:hover,
.main-sec3 .hiring-banner-link:focus-visible {opacity:0.92;}
.main-sec3 .hiring-banner-link:focus-visible {outline:2px solid #fff; outline-offset:4px;}
.main-sec3 .hiring-banner-link-arrow {margin-left:12px;}

.main-sec4 {padding:var(--space-150) 0;}
.main-sec4 .contain {max-width:1700px; display:flex; align-items:center; justify-content:space-between;}
.main-sec4 .spotlight-header {display:flex; flex-direction:column; align-items:flex-start; gap:var(--space-25); flex:1;}
.main-sec4 .spotlight-title {font-family:"raleway", sans-serif; font-size:var(--font-size-44); font-weight:700; line-height:1.3em; color:var(--color-bk);}
.main-sec4 .spotlight-intro {font-size:var(--font-size-18); font-weight:400; line-height:1.6em; color:#454545;}
.main-sec4 .spotlight-cards {max-width:66.708%; width:100%; grid-template-columns:repeat(3, 1fr); display:grid; gap:16px; flex-shrink:0;}
.main-sec4 .spotlight-card {position:relative; display:block; box-sizing:border-box; height:560px; padding:var(--space-40); overflow:hidden; color:#fff; text-decoration:none;}
.main-sec4 .spotlight-card-bg {position:absolute; inset:0; pointer-events:none;}
.main-sec4 .spotlight-card-bg img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 50%; transform:scale(1); transition:transform 0.55s ease;}
.main-sec4 .spotlight-card-body {position:relative; z-index:1; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; box-sizing:border-box; height:100%; min-height:0;}
.main-sec4 .spotlight-card-heading {font-size:var(--font-size-18); font-weight:700; line-height:1.6em; color:#fff;}
.main-sec4 .spotlight-card-text {font-size:var(--font-size-16); font-weight:400; line-height:1.6em; color:#fff;}
.main-sec4 .spotlight-card:hover .spotlight-card-bg img, .main-sec4 .spotlight-card:focus-visible .spotlight-card-bg img {transform:scale(1.05);}
.main-sec4 .spotlight-card:hover .spotlight-card-overlay, .main-sec4 .spotlight-card:focus-visible .spotlight-card-overlay {background:rgba(0,0,0,0.58);}
.main-sec4 .spotlight-card-deep:hover .spotlight-card-overlay, .main-sec4 .spotlight-card-deep:focus-visible .spotlight-card-overlay {background:rgba(0,0,0,0.72);}
.main-sec4 .spotlight-card:focus-visible {outline:2px solid var(--color-secondary); outline-offset:4px;}

/* sub page */
#sub #wrapper {padding-top:var(--space-200);}
.sub-visual {text-align:right; position:relative; height:clamp(250px, calc( 360 / var(--inner) * 100vw ), 360px); 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 {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual .txt1 {font-size:clamp(24px, calc( 40 / var(--inner) * 100vw ), 40px); line-height:1.25em; display:block; letter-spacing:-.03em; font-weight:700;}
.sub-visual .txt2 {margin-top:15px; font-size:clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); line-height:1.5em; display:block; letter-spacing:-.03em; font-weight:500;}
.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 .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}

.sub-visual [data-aos=fade-up] {transform:translate3d(0,30px,0);}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {margin-bottom:var(--space-50); display:flex;}
.sv-title {color:var(--color-bk); flex:1; font-size:var(--font-size-56); font-weight:700; line-height:1.17em;}

.lnb ul li {margin-left:4px; position:relative; z-index:1; flex:1;}
.lnb ul li:first-child {margin-left:0;}
.lnb ul li a {padding:0 17px; white-space:nowrap; border:1px solid #ddd; height:clamp(40px, calc(64 / var(--inner) * 100vw), 64px); color:var(--color-bk); align-items:center; justify-content:center; display:flex; letter-spacing:-.03em; font-weight:600;}
.lnb ul li.active a {font-weight:500; color:#fff !important; background-color:var(--color-bk); border-color:var(--color-bk);}

.sub-title {padding:var(--space-100) 0;}
.sub-title .tit {font-size:var(--font-size-44); letter-spacing:-.03em; line-height:1em; color:var(--color-bk);}

#contArea {width:100%; max-width:1460px; margin:0 auto; padding:0 var(--contain-padding);}
#contArea.wide {max-width:none; padding:0;}

.real-cont {padding-bottom:var(--space-150);}

/* footer */
#footer {padding:var(--space-80) 0; background-color:#111;color:#fff;font-size:var(--font-size-15);letter-spacing:-0.03em;line-height:0;}
#footer .contain {max-width:1700px;}
#footer .go-top {position:fixed;right:var(--space-40);bottom:var(--space-40);z-index:90;line-height:0; border-radius:100%; box-shadow:1px 5px 10px rgba(0,0,0,.15);}
#footer .go-top img {height:clamp(36px, calc( 70 / var(--inner) * 100vw ), 70px);}

.foot-inner {display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-50);width:100%;line-height:1;}
.foot-block {display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-50);flex:1;min-width:0;}

.foot-meta {display:flex; align-items:flex-start;gap:var(--space-60);}
.foot-meta-column {display:flex;flex-direction:column;gap:8px;}
.foot-row {display:flex;align-items:flex-start;gap:0;}
.foot-label {flex:0 0 140px;color:#9c9c9c;font-weight:400;font-size:var(--font-size-15);line-height:1.6em;}
.foot-meta-column-contact .foot-label {flex-basis:100px;}
.foot-value {color:#fff;font-weight:400;font-size:var(--font-size-15);line-height:1.6em;}
.foot-aside {flex:0 0 329px;max-width:329px;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-15);color:#a4a4a4;text-align:right;}
.foot-policy {display:flex;flex-wrap:wrap;gap:var(--space-20);justify-content:flex-end;font-size:var(--font-size-15);font-weight:600;line-height:1.6em;}
.foot-legal {margin:0;font-size:var(--font-size-14);font-weight:400;line-height:1.5em;color:#a4a4a4;text-align:right;}
.foot-legal-line {display:block;}