@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;}

#wrapper {position:relative;}
#sub #wrapper {padding-top:var(--header-height);}

.contain {max-width:1480px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}

/* header */
#header {position:fixed; display:flex; align-items:center; justify-content:space-between; gap:40px; top:0; left:0; width:100%; height:var(--header-height); padding-right:var(--space-container); padding-left:var(--space-container); transition:.4s; z-index:100;}
#header.header-fixed {box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08); background:rgba(255, 255, 255, 0.8); backdrop-filter:blur(10px);}

.sitelogo img {height:40px;}

.gnb {flex:1 1 auto; min-width:0; width:1%;}
.gnb > ul {display:flex; justify-content:center; gap:clamp(30px, calc(120 / var(--inner) * 100vw), 120px);}
.gnb > ul > li {position:relative;}
.gnb > ul > li > a {display:flex; align-items:center; justify-content:center;  width:100%; height:var(--header-height); color:#242424; font-size:var(--font-size-20); font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.gnb .submenu {display:none; position:absolute; top:calc(100% - 18px); left:0; width:200px; background:var(--color-primary); border-radius:0 48px 48px 48px; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);}
.gnb .submenu>ul {padding:28px 20px;} 
.gnb .submenu>ul>li>a {display:block; padding:8px 20px; color:#fff; font-size:var(--font-size-18); font-weight:600; line-height:1.4em;}
.gnb .submenu>ul>li>a:hover {text-decoration:underline;}

.pull-right {display:flex; align-items:center;}

.language {position:relative; margin-right:clamp(15px, calc(80 / var(--inner) * 100vw), 80px);}
.language .toggle-button {display:flex; align-items:center; gap:10px; padding:10px; background:none; border:0; text-align:left;}
.language .toggle-button .ico {width:24px; line-height:0;}
.language .toggle-button .txt { font-weight:800; line-height:1em;}
.language .toggle-button .chevron {width:9px;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#2c2c2c;}
.language .toggle-layer {display:none; position:absolute; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); width:70px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:4px;}
.language .toggle-layer a {display:flex; align-items:center; justify-content:center; width:100%; height:24px; background:#505050; border-radius:30px; color:#fff; font-weight:700; line-height:1em; font-size:14px;}
.language .toggle-layer a:hover {background:var(--color-primary);}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

.all-menu {position:fixed; top:0; left:0; width:100%; height:100%; background:#fff url('/images/common/logo-gray.png') calc(100% - 40px) calc(100% - 85px) no-repeat; z-index:90; -webkit-transform:translateY(-100%); transform:translateY(-100%); transition:.8s cubic-bezier(0.075, 0.82, 0.165, 1); overflow:hidden;}
.all-menu .wrap {display:flex; justify-content:space-between; align-items:center; max-width:1680px; height:100%; padding:140px var(--space-container) 85px; margin:0 auto;}
.all-menu .img {width:36%;}
.all-menu .img img {border-radius:var(--radius-48);}
.all-menu .list {width:53%; padding-bottom:5%;}
.all-menu .list > ul {display:grid; grid-template-columns:repeat(3, 1fr); gap:var(--space-70) var(--space-30);}
.all-menu .list > ul > li > a {display:block; font-size:var(--font-size-32); font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.all-menu .list > ul > li:hover > a {color:var(--color-primary);}
.all-menu .list .submenu {padding-top:20px;}
.all-menu .list .submenu ul li a {display:block; padding:7px 0; font-size:var(--font-size-18); line-height:1.5em; letter-spacing:-.03em; color:#505050;}
.all-menu .list .submenu ul li a:hover {color:#121212; text-decoration: underline; font-weight: 600;}

/* for mobile */
.btn-m-menu {display:block; width:30px; height:30px;}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; gap:7px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:4px; background:#121212; border-radius:2px; transition:.4s cubic-bezier(0.075, 0.82, 0.165, 1);}
.btn-m-menu span:first-child {background:var(--color-primary);}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:280px; 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:var(--header-height); padding:0 20px;}
.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:13px 20px; display:block; color:#121212; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:var(--color-primary);}
.mobile-navigation .nav-menu .submenu {display:none; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:8px 20px; color:#fff; font-size:16px; font-weight:500; line-height:1.3em;}
.mobile-navigation .close {position:absolute; top:15px; 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 .btn-m-menu span:nth-child(1) {background:#121212; transform:translateY(11px) rotate(45deg);}
html.menu-opened .btn-m-menu span:nth-child(2) {opacity:0;}
html.menu-opened .btn-m-menu span:nth-child(3) {background:#121212; transform:translateY(-11px) rotate(-45deg);}
html.menu-opened .all-menu {-webkit-transform:translateY(0); transform:translateY(0);}

/* main */
.main-visual {position:relative; height:100dvh; padding:var(--header-height) var(--space-container) 85px; overflow:hidden;}
.main-visual .inner {position:relative; height:100%;}
.main-visual .items {height:100%; border-radius:var(--radius-64); overflow:hidden;}
.main-visual .item {position:relative; height:100%; overflow:hidden;}
.main-visual .item img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item .caption {position:absolute; bottom:0; left:0; z-index:2; width:100%; padding:160px 120px; font-size:var(--font-size-48); font-weight:700; line-height:1.2em; color:#fff;}
.main-visual .item .caption .t1 {font-family:"Hahmlet", serif; font-size:var(--font-size-64); font-weight: 400; line-height:1.3em; letter-spacing:-.03em;}
.main-visual .item .caption .t2 {margin-top:var(--space-24); font-size:var(--font-size-32); font-weight:300; line-height:1.3em; letter-spacing:-.03em;}

.scroll-down {position:absolute; bottom:0; left:50%; z-index:5; transform:translateX(-50%); width:100%; text-align:center; white-space:nowrap; font-size:14px; font-weight:700; line-height:1em; letter-spacing:-.01em; color:#fff;}
.scroll-down .text {margin-bottom:10px;}
.scroll-down .track {display:block; position:relative; width:2px; height:80px; background:rgba(255, 255, 255, 0.3); margin:0 auto; overflow:hidden;}
.scroll-down .track .thumb {position:absolute; top:0; left:0; width:100%; height:30px; background:#fff; animation:scroll-down 2s linear infinite;}

@keyframes scroll-down {
    0% {transform:translateY(-100%);}
    100% {transform:translateY(80px);}
}



.main-cards {padding:var(--space-250) var(--space-container);}
.main-cards .wrap {display:grid; grid-template-columns:repeat(4, 1fr); gap:var(--space-20);}
.main-cards .text {display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; grid-column: 2 / span 2; padding:20px; background:url('/images/main/card-bg.png') 50% 50%/contain no-repeat;}
.main-cards .text h2 {font-size:var(--font-size-64); line-height:1.2em; letter-spacing:-.03em;}
.main-cards .text p {margin-top:var(--space-20); font-size:var(--font-size-32); line-height:1.44em; letter-spacing:-.02em; color:#505050;}
.main-cards .card {overflow:hidden; aspect-ratio: 1/1; border-radius:var(--radius-24);}
.main-cards .card:nth-child(2) {order:-1;}
.main-cards .card img {width:100%; height:100%; object-fit:cover;}

.m-head {display:flex; flex-wrap:wrap; justify-content:space-between; gap:var(--space-20) var(--space-40); margin-bottom:var(--space-100);}
.m-head h2 {font-size:clamp(30px, calc(100 / var(--inner) * 100vw), 100px); font-weight:800; line-height:1.3em; letter-spacing:-.03em;}
.m-head p {font-size:var(--font-size-20); line-height:1.7em; letter-spacing:-.03em; text-align:right;}

.main-business {overflow:hidden; margin-bottom:var(--space-250);}
.main-business .contain {max-width:1680px;}
.main-business .accordion {display:flex; gap:10px; height:60dvh; max-height:600px; overflow:hidden;}
.main-business .item {position:relative; overflow:hidden; height:100%; flex:1; transition: 1200ms cubic-bezier(0.23, 1, 0.32, 1); will-change:flex; border-radius:var(--radius-24); background:#f4f4f4;}
.main-business .item .link-item {display:flex; flex-direction:column; align-items:flex-end; justify-content:flex-end; width:100%; height:100%;}
.main-business .item .link-item .img {position:relative; width:100%; height:100%; padding:0 var(--space-40); transition: all 0.5s; display:flex; align-items:center; justify-content:center;}
.main-business .item .link-item .img img {transform:scale(1); transition:all 0.5s ease-in-out;}
.main-business .item .link-item .desc {position:absolute; top:0; left:0; z-index:3; width:100%; padding:var(--space-30) var(--space-60); overflow:hidden; transition:all 0.3s ease-in-out; opacity:0;}
.main-business .item .link-item .desc .tit {display:flex; align-items:center; gap:var(--space-30);}
.main-business .item .link-item .desc .tit h3 {font-size:clamp(26px, calc(64 / var(--inner) * 100vw), 64px); line-height:1em; letter-spacing:-.03em;}
.main-business .item .link-item .desc .tit:after {content:'→'; display:flex; align-items:center; justify-content:center; font-family:'Pretendard',sans-serif; color:#fff; font-size:24px; line-height:1em; font-weight:600; width:clamp(32px, calc(64 / var(--inner) * 100vw), 64px); aspect-ratio:1/1; background:var(--color-primary); border-radius:50%;}
.main-business .item .link-item .desc .txt {margin-top:var(--space-40); font-size:var(--font-size-18); line-height:1.67em; color:#505050;}
.main-business .item.on {flex:0 1 49%; background:none;}
.main-business .item.on .link-item .img {height:58%;}
.main-business .item.on .link-item .desc {opacity:1;}
.main-business .item.off .link-item .img img {transform:scale(.85); filter:grayscale(100%);}

.main-clients {overflow:hidden; margin-bottom:var(--space-250);}
.main-clients .contain {max-width:1680px;}
.main-clients .marquee {overflow:hidden; margin-bottom:var(--space-60);}
.main-clients .marquee:last-child {margin-bottom:0;}
.main-clients .js-marquee-wrapper {display:flex;}
.main-clients .js-marquee-wrapper .js-marquee {display:flex;}
.main-clients .js-marquee-wrapper .js-marquee .item {width:360px; padding:0 10px; text-align:center;}
.main-clients .js-marquee-wrapper .js-marquee .item img {display:block; width:100%; aspect-ratio:34/15; object-fit:contain;}

.main-location {overflow:hidden; position:relative; height:100dvh; color:#fff; padding:var(--space-60) 0;}
.main-location .imgs {position:absolute; inset:0; width:100%; height:100%; background:#000;}
.main-location .imgs .img {position:absolute; inset:0; width:100%; height:100%; transition:.4s; opacity:0;}
.main-location .imgs .img img {width:100%; height:100%; object-fit:cover;}
.main-location .imgs .img.active {opacity:1;}
.main-location .contain {position:relative; z-index:2; max-width:1680px; height:100%; display:flex; flex-direction:column; justify-content:center;}
.main-location .items {display:flex; flex-direction:column; gap:var(--space-20);}
.main-location .items .item {width:620px; margin:0 60px 0 0; padding:var(--space-40); background:rgba(0, 0, 0, 0.2); backdrop-filter:blur(10px); border-radius:var(--radius-24); border:1px solid rgba(255, 255, 255, 0.25); }
.main-location .items .item div {opacity:.5; transition:.2s;}
.main-location .items .item .tit {margin-bottom:20px; font-size:var(--font-size-24); font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.main-location .items .item .txt {position:relative; padding-left:20px; margin-top:10px; line-height:1.5em;}
.main-location .items .item .txt:before {content:''; position:absolute; top:.3em; left:0; width:16px; height:16px; background:url('/images/main/icon-map.png') 50% 50%/contain no-repeat;}
.main-location .items .item .txt.tel:before {background-image:url('/images/main/icon-tel.png');}
.main-location .items .item:nth-child(2) {margin:0 0 0 60px;}
.main-location .items .item.active {border-color:var(--color-primary); background:var(--color-primary); backdrop-filter:blur(0px);}
.main-location .items .item.active div {opacity:1;}

@media (max-width: 1920px) {
    .main-location .m-head {margin-bottom:var(--space-50);}    
}

/* sub */
.sub-heading {padding:var(--space-110) 0 var(--space-80);}
.sub-heading .contain {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end; gap:var(--space-40);}
.sub-heading .heading-area {display:flex; flex-direction:column; gap:15px;}
.sub-heading .heading-area .title {font-size:var(--font-size-24); font-weight: 700; line-height:1.3em; letter-spacing:-.03em; color:var(--color-primary);}
.sub-heading .heading-area .subtitle {font-size:var(--font-size-56); font-weight:800; line-height:1.3em; letter-spacing:-.03em;}

.path-wrap {position:relative; display:flex; z-index:50; height:var(--lnb-height); padding:0 var(--space-50); background:#f4f4f4; border-radius:50px; color:#505050; font-weight: 600; line-height:1.2em;}
.path-wrap .home {display:flex; align-items:center; line-height:0;}
.path-wrap .home img {width:16px; margin-top:-.1em;}
.path-wrap .part {position:relative; display:flex; align-items:center; height:100%; z-index:50;}
.path-wrap .part:before {content:''; display:block; width:37px; height:20px; background:url('../images/common/path-arrow.png') 50% 50% no-repeat; background-size:8px auto;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:100%; padding:0 22px 0 0;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:0; margin-top:-3px; width:10px; height:6px; background:url("../images/common/path-down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; top:calc(100% + 10px); left:23px; z-index:50; min-width:120px; padding:14px 0; background:#fff; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); border-radius: 8px;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:6px 16px; color:#505050; font-size:14px; line-height:1.3em;}
.path-wrap .part ul li a:hover {text-decoration:underline;}
.path-wrap .part ul li.active a {color:var(--color-primary); text-decoration:underline;}
.path-wrap .part.active > a:after {-webkit-transform:scaleY(-1); transform:scaleY(-1);}

.sub-visual { padding-right: var(--space-container); padding-left: var(--space-container);}
.sub-visual .inner {position:relative; width:100%; height:clamp(320px, calc(500 / var(--inner) * 100vw), 500px); border-radius:var(--radius-32); background:#eee; overflow:hidden;}
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; background-position:50% 50%; background-size:cover;}
.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 .text-wrap {position:absolute; bottom:var(--space-50); left:0; width:100%; color:#fff;}
.sub-visual .text-wrap h3 {font-size:var(--font-size-32); line-height:1.3em; letter-spacing:-.03em;}
.sub-visual .text-wrap p {margin-top:var(--space-30); font-size:var(--font-size-18); line-height:1.5em; letter-spacing:-.03em; opacity:0.7;}
  
#contArea {max-width:1480px; padding:clamp(80px, calc(240 / var(--inner) * 100vw), 240px) var(--space-container) clamp(80px, calc(200 / var(--inner) * 100vw), 200px); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:200px;}

/* quick */
.quick {position:fixed; display:flex; flex-direction:column; align-items:flex-end; gap:5px; bottom:0; right:var(--space-30); padding-bottom:var(--space-50); z-index:80;}
  
/* footer */
#footer {padding:var(--space-50) var(--space-container); color:rgba(255, 255, 255, 0.5); line-height:1.5em; letter-spacing:-.02em; background:#121212;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}

.footer {display:flex; flex-wrap:wrap; justify-content:space-between; gap:var(--space-40);}

.foot-info address {display:flex; flex-direction:column; gap:13px; font-size:var(--font-size-18); line-height:1.5em;}
.foot-info .flex {display:flex; flex-wrap:wrap; gap:var(--space-10) var(--space-40);}
.foot-info .comp {color:var(--color-primary); font-size:var(--font-size-20); margin-right:20px;}
.foot-info .item strong {color:#fff;}

.foot-links {display:flex; flex-wrap:wrap; gap:var(--space-10) var(--space-40); font-weight: 700;}
.foot-links .bold {color:#fff;}

.copyright {text-align:right; margin-top:10px;}