html, body {
  height: 100%;
}

body {
  overflow-y:scroll;
  display: flex;
  flex-direction: column;
}

body {
  opacity: 1;
  transition: opacity 0.6s ease;
}

body.is-leaving {
  opacity: 0;
}


:root { --header-h: 160px; }
.page-main{
  padding-top: var(--header-h);
}

body.page-sub{ position: relative; }

/* 페이지 진입 페이드용 오버레이 */
.page-fade {
  position: fixed;
  inset: 0;
  background: #000;

  z-index: 1999;

  opacity: 1;
  pointer-events: none;

  transition: opacity 600ms ease;
}

/* DOMContentLoaded 이후 */
.page-fade.is-hide {
  opacity: 0;
}


/* Header -------------------------------------------------*/
.header-inner{
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
   justify-content: space-between;
}

.hero-header .sub-logo {display:none !important;}
.sub-header .hero-logo {display:none !important;}

.header-logo{
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.header-logo img{
  height: 48px;
  width: auto;
  display: block;
}

.header-nav{
  display: flex;
  gap: 48px;
  align-items: center;

  margin-left: auto;
  margin-right: 8px;
}

.nav-link{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
  padding: 6px 0;

  transition: opacity 200ms ease, color 200ms ease;
}

.nav-link:hover{ opacity: 0.7; }

.header-right{
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* .download-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 40px;
  padding: 10px 16px;
  margin-left: 96px;

  border-radius: 333px;
  border: 1px solid #000;
  background: transparent;

  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;

  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 120ms ease, border-color 180ms ease;
} */

/* .download-btn .icon-swap{
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  display: inline-block;
}

.download-btn .icon-swap .icon{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 180ms ease;
}

.download-btn .icon-default{ opacity: 1; }
.download-btn .icon-hover{   opacity: 0; }

.download-btn:hover .icon-default{ opacity: 0; }
.download-btn:hover .icon-hover{   opacity: 1; }


.download-btn:active{ transform: scale(0.98); } */
/* 
.nav-item.dropdown{
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-item.dropdown::after{
  content:"";
  position:absolute;
  left:-40px;
  right:-40px;
  top:100%;
  height:40px;
}

.dropdown-menu{
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);

  width: 213px;
  height: 248px;
  padding: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.40);
  background: rgba(255,255,255,0.70);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  box-shadow: 0 10px 24px rgba(0,0,0,0.18);

  opacity: 0;
  pointer-events: none;

  transition: opacity 220ms ease, transform 220ms ease;
  transition-delay: 120ms; 
}

.nav-item.dropdown:hover .dropdown-menu{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0ms;
}

.nav-item.dropdown:hover > .dropdown-toggle{
  opacity: 0.75;
}

.dropdown-link{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;

  color: #000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;

  opacity: 0.85;
  transform: translateY(2px);

  transition: opacity 260ms ease, transform 260ms ease;
}

.dropdown-link:hover{
  opacity: 0.4;
  transform: translateY(0);
} */

.hero-header{
  position: absolute;
  top: 0; left: 0; width: 100%;
  height: 80px;
  z-index: 10;

  background: transparent;
  border-bottom: 1px solid transparent;
}

.hero-header .download-btn{
  border-color: #000;
  color: #000;
}
.hero-header .download-btn:hover{
  background: #000;
  color: #fff;
}

/* .sticky-header{
  position: fixed;
  top: 0; left: 0; width: 100%;
  height: 80px;
  z-index: 200;

  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;

  transition: transform 220ms ease, opacity 220ms ease;
}

body.is-sticky .sticky-header{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-header .nav-link{ color: #fff; }
.sticky-header .download-btn{
  border-color: #fff;
  color: #fff;
}
.sticky-header .download-btn:hover{
  background: #fff;
  color: #000;
} */


/* --- Desktop vs Mobile Visibility --- */
.hamburger { display: none; }
.mobile-menu { display: none; }

@media (min-width: 1024px) {
  .hero-header .nav-link{ color: #000; }
}
@media (max-width: 1024px) {
  .desktop-only { display: none !important; }

  /* 1. 헤더 높이 및 여백 조절 */
  .hero-header, .sticky-header {
    height: 60px; /* 모바일에서는 헤더 높이를 조금 줄이는 것이 예쁩니다 */
  }

  .header-logo { padding-left: 20px; }
  .header-right { padding-right: 20px; }

  /* 2. 모바일 로고 크기 축소 */
  .header-logo img {
    height: 32px; /* 48px -> 32px */
    width: auto;
  }

  /* 3. 햄버거 버튼 스타일 */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 3001;
  }

  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #000; /* 기본 Hero 헤더용 검정색 */
    transition: all 0.3s ease;
  }

  /* 스티키 상태일 때 햄버거 색상 화이트로 변경 */
  body.is-sticky .hamburger span {
    background-color: #fff;
  }

  /* 활성화 시 X 모양 */
  .hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); background-color: #fff !important; }
  .hamburger.is-active span:nth-child(2) { opacity: 0; }
  .hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background-color: #fff !important; }

  /* 4. 모바일 메뉴 오버레이 (중앙 정렬) */
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3000;
  }

  .mobile-menu.is-active {
    right: 0;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    text-align: center;
  }

  .mobile-nav a {
    font-size: 26px !important; 
    line-height: 1.2 !important;
    
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    
    color: #fff !important;
    text-decoration: none;
    font-family: 'Poppins', 'Pretendard', sans-serif;
    font-weight: 500;
    
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  .mobile-download {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 333px;
    font-size: 15px !important;
  }

  .mobile-download .icon-swap {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
}

/*서브헤더*/
.sub-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2000;

  /* 배경은 투명 + 블러 */
  /* background: rgba(0,0,0,0.001);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */

  /* border-bottom: 1px solid rgba(255,255,255,0.12); */
}

.sub-header .header-inner{
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-header .header-logo{
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.sub-header .header-logo img{
  height: 48px;
  width: auto;
  display: block;
}

/* nav */
.sub-header .header-nav{
  display: flex;
  align-items: center;
  gap: 48px;

  margin-left: auto;
  margin-right: 8px;
}

.sub-header .nav-link{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;

  color: #fff;
  padding: 6px 0;
  transition: opacity 200ms ease;
}
.sub-header .nav-link:hover{ opacity: 0.7; }

.sub-header .header-right{
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sub-header .download-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 40px;
  padding: 10px 16px;
  margin-left: 96px; /*가운데정렬을 위해 임의추가*/

  border-radius: 333px;
  border: 1px solid #fff;
  background: transparent;

  font-family: Pretendard, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;

  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 120ms ease, border-color 180ms ease;
}

.sub-header .download-btn .icon-swap{
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  display: inline-block;
}

.sub-header .download-btn .icon{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 180ms ease;
}

.sub-header .download-btn .icon-default{ opacity: 1; }
.sub-header .download-btn .icon-hover{ opacity: 0; }

.sub-header .download-btn:hover{
  background: #fff;
  color: #000;
}
.sub-header .download-btn:hover .icon-default{ opacity: 0; }
.sub-header .download-btn:hover .icon-hover{ opacity: 1; }

.sub-header .download-btn:active{
  transform: scale(0.98);
}

/* --- Desktop vs Mobile Visibility --- */
.hamburger { display: none; }
.mobile-menu { display: none; }

@media (max-width: 1024px) {
  .desktop-only { display: none !important; }

  /* 햄버거 버튼 설정 */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px; /* 높이 살짝 조절 */
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 3001; /* 메뉴보다 위에 위치 */
    position: relative;
  }

  .hamburger span {
    width: 100%;
    height: 2px;

    transition: all 0.3s ease;
  }
  .hero-header .hamburger span {background-color: #000;}
  .sub-header .hamburger span {background-color: #fff;}

  /* 햄버거 애니메이션 (X 버튼) */
  .hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.is-active span:nth-child(2) { opacity: 0; }
  .hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* 모바일 메뉴 오버레이 - 화면 정중앙 정렬 */
  .mobile-menu {
    display: flex; /* Flex 사용 */
    align-items: center; /* 세로 중앙 */
    justify-content: center; /* 가로 중앙 */
    
    position: fixed;
    top: 0;
    right: -100%; /* 처음에 화면 밖에 위치 */
    width: 100%;
    height: 100vh;
    background: #000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3000;
  }

  .mobile-menu.is-active {
    right: 0;
  }

  /* 모바일 네비게이션 정렬 */
  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* 메뉴 간 간격 */
    width: 100%;
  }

  .mobile-nav a {
    color: #fff;
    font-size: 28px; /* 글자 크기 살짝 키움 */
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: opacity 200ms ease;
  }
  
  .mobile-nav a:active { opacity: 0.6; }

  /* 모바일 다운로드 버튼 및 아이콘 크기 조절 */
  .mobile-download {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 333px;
    font-size: 15px !important;
  }

  /* 아이콘 크기 축소 */
  .mobile-download .icon-swap {
    width: 20px; /* 기존 17px에서 축소 */
    height: 20px;
    margin-left: 6px;
    position: relative;
    display: inline-block;
  }

  .mobile-download .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* 모바일 로고 크기 조절 */
  .sub-header .header-logo img {
    height: 36px; /* 기존 48px에서 32px로 축소 (원하시는 크기로 조절하세요) */
    width: auto;
  }

  /* 로고와 햄버거 버튼 사이의 여백이 너무 좁다면 패딩도 조절 가능합니다 */
  .sub-header .header-logo {
    padding-left: 20px; /* 기존 30px에서 20px로 조절 */
  }
  
  .sub-header .header-right {
    padding-right: 20px; /* 우측 여백도 함께 맞추는 것이 좋습니다 */
  }
}


/*Footer-----------------------------------------------*/
.site-footer{
  margin-top: auto;  
  width: 100%;
  background: #000;
}

.footer-inner{
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footer-left{
  max-width: 980px;
}

.footer-title{
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 141.176% */
margin-bottom: 10px;
}

.footer-text{
color: #888;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.footer-link{
  color: #888;
  text-decoration: none;
}

.footer-link:hover{
  color: #fff;
}

.footer-sep{
  margin: 0 10px;
  color: #888;
}

.footer-policy{
  display: inline-block;
color: #888;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.footer-policy:hover{
  color: #fff;
}

.footer-right{
  min-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-nav-link{
color: #ddd;
font-family: Pretendard;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 160% */
text-transform: uppercase;
}

.footer-nav-link img {
width: 24px;
height: 24px;
}

.footer-nav-link:hover{
  color: #FFF;
}


.footer-copy{
  margin-top: 58px;
color: #888;
text-align: right;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 171.429% */
}

@media (max-width: 1440px) {
  .footer-inner {
    padding: 32px 40px;
    gap: 40px;
  }

  .footer-right {
    min-width: 280px;
  }
}

@media (max-width: 1024px) {
  .footer-inner {
    padding: 32px;
    gap: 32px;
  }

  .footer-left {
    max-width: none;
  }

  .footer-text {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-copy {
    margin-top: 40px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    gap: 32px;
  }

  /* LEFT */
  .footer-title {
    font-size: 15px;
  }

  .footer-text,
  .footer-policy {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-sep {
    margin: 0 6px;
  }

  /* RIGHT */
  .footer-right {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
  }

  .footer-nav-link {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .footer-nav-link img {
    width: 20px;
    height: 20px;
  }

  .footer-copy {
    margin-top: 24px;
    text-align: left;
    font-size: 12px;
  }
}

/* 메인화면 카드 */
.works-grid{
  width: 100%;
  max-width: 1880px;   
  margin: 0 auto;
  display: grid;

  grid-template-columns: repeat(3, 1fr); 
  gap: 8px;             
  justify-content: center;
  margin-bottom: 120px;
  padding: 0 20px; 
  box-sizing: border-box;
}

.work-card{
position: relative;
  width: 100%; 
  aspect-ratio: 1 / 1; 
  height: auto; 
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  display: block;
  text-decoration: none;
}

.work-img{
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: translate3d(0, var(--py, 0px), 0) scale(var(--s, 1.12));
  opacity: 0; /* 로딩 전 상태 */

  transition: transform 200ms ease, opacity 400ms ease;
  will-change: transform, opacity;
}

.work-img.is-loaded{
  opacity: 1;
}

.work-overlay{
  position: absolute;
  inset: 0;
  pointer-events: none; 

  padding: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.work-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.0);
  transition: background 260ms ease;
}

.work-meta{
  position: relative; /* 딤 위로 */
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.work-kicker{
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 100;
  line-height: 120%;
  color: #eee;
  text-shadow: 0 1px 20px rgba(0,0,0,0.55);
}

.work-title{
  margin: 0;
  font-family: 'Pretendard', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; 
  color: #fff;
  text-shadow: 0 1px 20px rgba(0,0,0,0.55);
}

.work-open-icon{
  position: relative;
  z-index: 1;

  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.work-card:hover .work-img,
.work-card:focus-visible .work-img{
  --s: 1.07;
}

.work-card:hover .work-overlay::before,
.work-card:focus-visible .work-overlay::before{
  background: rgba(0,0,0,0.25); /* 딤 */
}

.work-card:hover .work-meta,
.work-card:focus-visible .work-meta{
  opacity: 1;
  transform: translateY(0);
}

.work-card:hover .work-open-icon,
.work-card:focus-visible .work-open-icon{
  opacity: 1;
  transform: translateY(0);
}

html.js .work-card{
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 720ms ease-out, transform 720ms ease-out;
}

html.js .work-card.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.work-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--py, 0px), 0) scale(var(--s, 1.12));
  opacity: 0;
  transition: transform 200ms ease, opacity 400ms ease;
  will-change: transform, opacity;
}

@media (max-width: 640px) {
  .works-grid {
    grid-template-columns: 1fr; /* 한 열 */
    gap: 12px; 
  }

  .work-overlay {
    padding: 20px; 
  }

  .work-title {
    font-size: 16px; 
  }

  .work-kicker {
    font-size: 13px;
    font-weight: 200;
  }

  .work-open-icon {
    width: 20px;
    height: 20px;
  }

  .work-card .work-overlay::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
  }

  .work-card .work-meta,
  .work-card .work-open-icon {
    opacity: 1;
    transform: translateY(0);
  }

  .work-card:hover .work-img,
  .work-card:focus-visible .work-img {
    --s: 1;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr); /* 2열 */
  }

  .work-card .work-overlay::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
  }

  .work-card .work-meta,
  .work-card .work-open-icon {
    opacity: 1;
    transform: translateY(0);
  }

  .work-card:hover .work-img,
  .work-card:focus-visible .work-img {
    --s: 1;
  }
}

@media (min-width: 1025px) {
  .works-grid {
    grid-template-columns: repeat(3, 1fr); /* 3열 */
  }
}

/*컨텍트 페이지 ---------------------------------------------*/
.contact-bg-video{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.contact-wrap{
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  padding: 240px 240px;

  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 140px;

    opacity: 0;
  transform: translateY(80px);
  transition: 
    opacity 900ms cubic-bezier(.22,.61,.36,1),
    transform 900ms cubic-bezier(.22,.61,.36,1);
}

.contact-wrap.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* LEFT */
.contact-label{
  color: #2EA7E0;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 2px;
}

.contact-title{
color: #FFF;
font-family: Pretendard;
font-size: 68px;
font-style: normal;
font-weight: 700;
line-height: 110%;
letter-spacing: -2.88px;
text-transform: uppercase;
margin-top: 40px;
}

.contact-lead{
color: #FFF;
opacity: 0.8;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 166.667% */
letter-spacing: -0.36px;
margin-top: 40px;
margin-left: 2px;
}


.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  height: 40px;
  padding: 8px 16px;
  margin-top: 48px;

  border-radius: 999px;       
  /* border: 1px solid rgba(255, 255, 255, 0.16); */
  background: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  font-weight: 500; 
  color: #000;

  cursor: pointer;
}

/* .download-btn:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05); 
} */

.download-btn .icon-swap {
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: 10px; 
  display: inline-block;
}

.download-btn .icon-swap .icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  /* transition: opacity 240ms ease; */
}


.contact-info{

display: inline-flex;

align-items: center;

justify-content: center;



padding: 8px 16px;

gap: 10px;

margin-top: 48px;



border-radius: 999px;

border: 1px solid rgba(255,255,255,0.16);

backdrop-filter: blur(4px);

-webkit-backdrop-filter: blur(4px);



transition:

background 240ms ease,

border-color 240ms ease,

transform 200ms ease,

box-shadow 240ms ease;

}



.contact-info__text{

color: #FFF;

text-align: center;



font-family: Pretendard;

font-size: 15px;

font-style: normal;

font-weight: 400;

line-height: 24px;



white-space: nowrap;

}



.contact-info{

text-decoration: none;

}

.contact-info:hover{

border-color: rgba(255,255,255,0.4);

}



.contact-info img {

width: 20px;

height: 20px;

}








.contact-right{ width: 600px; }

.c-ct-form{
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.c-ct-row--2col{
  display: flex;
  gap: 60px;
}

.c-ct-field{
  position: relative;
    flex: 1;
  min-width: 0;
}

.c-ct-field:hover .c-ct-label{
  transform: translateY(-6px);
  color: #fff;
  font-size: 16px;
}

.c-ct-field:focus-within .c-ct-label{
  transform: translateY(-6px);
  color: #fff;
  font-size: 16px;
}

.c-ct-input:not(:placeholder-shown) + .c-ct-label,
.c-ct-field:has(.c-ct-input:not(:placeholder-shown)) .c-ct-label{
  transform: translateY(-6px);
  color: #fff;
  font-size: 16px;
}

.c-ct-input::placeholder{
  opacity: 0;
  color: rgba(255,255,255,0.8);
  transition: opacity 160ms ease;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 32px; /* 160% */
}

.c-ct-input:focus {
    caret-color: #2EA7E0;
    
}

.c-ct-input:focus::placeholder{
  opacity: 1;
}

.c-ct-label{
  position: absolute;
  left: 0;
  top: 0;

  transform: translateY(0);
  transition: transform 220ms ease, color 220ms ease, font-size 220ms ease;

  pointer-events: none; /* 클릭 방해 제거 */

  color: #fff;
  font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 155.556% */
}

.c-ct-control{
  border-bottom: 1px solid rgba(255,255,255,0.6);
  padding-bottom: 12px;
  padding-top: 24px;
}

.c-ct-control--textarea{ padding-bottom: 16px; }

.c-ct-control--file{
  display: flex;
  justify-content: space-between;
}

.c-ct-input{
  width: 100%;
  border: 0;
  background: transparent;color: #FFF;

font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 32px; /* 160% */

  outline: none;
  box-shadow: none;
}

.c-ct-input::-moz-focus-inner{
  border: 0;
}

.c-ct-input::placeholder{ color: rgba(255,255,255,0.6); }

.c-ct-input--textarea{
  min-height: 180px;
  resize: none;
}


.c-ct-field--file{
  position: relative;
}

.c-ct-filebar{
  border-bottom: 1px solid rgba(255,255,255,0.6);
  display: flex;
  justify-content: flex-end;
  align-items: center;

  height: 64px;     
  padding-top: 0;       
  padding-bottom: 12px;  
}

.c-ct-filebtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

.c-ct-filebtn img{
  width: 28px;
  height: 28px;
  display: block;
}

.c-ct-filehelp{
  display: block;
  margin-top: 8px;

  color: #FFF;
  opacity: 0.7;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.c-ct-captcha{
  display: flex;
  gap: 16px;
  align-items: flex-end; /* 아래 라인 기준 정렬 */
}

.c-ct-captcha-box{
  margin-top: 32px;
}

.c-ct-captcha-box img{
  width: 160px;
  height: 40px;
  display: block;
}

.c-ct-captcha-line{
  flex: 1;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  padding-top: 32px;      /* ← 클릭영역/높이 확보 */
  padding-bottom: 10px;   /* ← 라인과 텍스트 간격 */
}

.c-ct-captcha-line .c-ct-input{
  width: 100%;
  display: block;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
}

.c-ct-row--agree{ margin-top: 8px; }

.c-ct-agree{
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.c-ct-agree-check{
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.c-ct-agree-input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.c-ct-agree-icon{
  width: 28px;
  height: 28px;
  display: block;
  background: url("/images/layout/check_off.png") no-repeat center / contain;
  transition: background-image .15s ease;
}

.c-ct-agree-check:hover .c-ct-agree-input:not(:checked) + .c-ct-agree-icon{
  background-image: url("/images/layout/check_off_hover.png");
}

.c-ct-agree-input:checked + .c-ct-agree-icon{
  background-image: url("/images/layout/check_on.png");
}

.c-ct-agree-check:hover .c-ct-agree-input:checked + .c-ct-agree-icon{
  background-image: url("/images/layout/check_on_hover.png");
}

.c-ct-agree-body{
  flex: 1;
  min-width: 0;
}

.c-ct-agree-toggle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;

  color: #fff;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
  text-align: left;
}

.c-ct-agree-arrow{
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(255,255,255,0.9);
  border-bottom: 1.5px solid rgba(255,255,255,0.9);
  transform: rotate(45deg);
  transition: transform .25s ease;
  flex: 0 0 auto;
  margin-right: 4px;
}

.c-ct-agree-toggle .c-ct-agree-arrow.rotate {
  transform: rotate(-135deg);
}

.c-ct-agree-panel{
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height .35s ease,
    opacity .25s ease,
    transform .25s ease;

  margin-top: 0;        
}

.c-ct-agree.is-open .c-ct-agree-panel{
  max-height: 300px;        
  opacity: 1;
  transform: translateY(0);
  margin-top: 16px;
}


.c-ct-agree-list{
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,0.85);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 16px; 
  text-align: left;
}

.c-ct-agree-list li + li{ margin-top: 6px; }

.c-ct-submit{
  width: 100%;
  height: 60px;
  margin-top: 40px;

  background: #fff;
  color: #000;
  border: 0;
  cursor: pointer;

  font-family: Pretendard;
  font-size: 17px;
  font-weight: 500;

  transition: background .25s ease, box-shadow .25s ease, transform .15s ease;
}

.c-ct-submit:hover:not(:disabled){
  background:#fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transform: translateY(-3px);
  color:#2EA7E0;
}

.c-ct-submit:active:not(:disabled){
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  background: #f0f0f0;
  
}

.c-ct-submit:disabled{
  background:#fff;
  color: #000;
  cursor: not-allowed;
  box-shadow: none;
}

.c-ct-field.is-filled .c-ct-label{
  transform: translateY(-18px);
  font-size: 14px;
  /* color: rgba(255,255,255,0.9); */
}


@media (max-width: 1440px) {

  .contact-wrap {
    padding: 180px 120px;
    gap: 80px;
  }

  .contact-title {
    font-size: 56px;
  }

  .contact-right {
    width: 520px;
  }

  .c-ct-row--2col {
    gap: 40px;
  }
}

@media (max-width: 1024px) {

  .contact-wrap {
    grid-template-columns: 1fr 1fr;
    padding: 160px 80px;
    gap: 60px;
  }

  .contact-title {
    font-size: 48px;
    line-height: 115%;
  }

  .contact-lead {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-right {
    width: 100%;
  }

  .c-ct-input {
    font-size: 18px;
  }

  .c-ct-row--2col {
    gap: 32px;
  }
}

@media (max-width: 768px) {

  .contact-wrap {
    grid-template-columns: 1fr;
    padding: 140px 24px 120px;
    gap: 80px;
  }

  /* LEFT */
  .contact-label {
    font-size: 13px;

  }

  .contact-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .contact-lead {
    font-size: 14px;
    line-height: 24px;
  }

  .download-btn {
    font-size: 13px;
  }

  .contact-info {
    margin-top: 24px;
  }

  .contact-info__text{
    font-size: 13px;
  }

  .contact-info img {
    width: 18px;
    height: 18px;
  }

  /* RIGHT */
  .c-ct-row--2col {
    flex-direction: column;
    gap: 40px;
  }

  .c-ct-input {
    font-size: 16px;
    line-height: 26px;
  }

  .c-ct-label {
    font-size: 14px;
  }

  .c-ct-submit {
    height: 56px;
    font-size: 16px;
  }
}

/*어바웃페이지 ---------------------------------------------------*/
.about-hero{
  width: 100%;
  /* min-height: 800px; */
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1800;
}

.about-hero__viewport{
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: hidden; 
}

.about-hero__track{
  display: flex;
  width: 100%;
  min-height: inherit;
  transform: translateX(0);
  transition: transform 600ms ease;
}

.about-hero__slide{
  flex: 0 0 100%;      
  min-height: inherit;  
  position: relative;
  overflow: hidden;

  background-color: #fff; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero__slide{
  min-height: 900px;
}

.about-hero__inner{
  max-width: 1920px;
  margin: 0 auto;
  min-height: inherit;

  padding: 0 240px;

  display: grid;
  grid-template-columns: 1fr;
  column-gap: 48px;
  align-items: center;

  position: relative;
  z-index: 2;
}

.about-hero__inner.is-fullbg-inner{
  display: block;
}

.about-hero__left{
  color: #fff;
  margin-bottom: 40px;
}

.about-hero__left {
  opacity: 0;
  transform: translateY(80px);
}

.about-hero__slide.is-active .about-hero__left {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 800ms cubic-bezier(.22,.61,.36,1),
    transform 800ms cubic-bezier(.22,.61,.36,1);
}

.about-hero__eyebrow{
  color: #2EA7E0;
  font-family: Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-hero__title{
  width: 634px;
  margin: 0 0 48px;

  font-family: Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -2.88px;
}

.about-hero__desc{
  width: 634px;
  margin: 0;

  color: rgba(255,255,255,0.88);
  font-family: Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  /* letter-spacing: -0.36px; */
}

.about-hero__desc strong{
  font-weight: 500;
  color: #fff;
}

.about-hero__controls{
  position: absolute;
  left: 240px;
  right: 240px;
  bottom: 56px;
  z-index: 3;

  display: grid;
  grid-template-columns: 340px 1fr;
  column-gap: 40px;
  align-items: center;
}

.ctrl-left{
  display: flex;
  align-items: center;
  gap: 20px;
}

.ctrl-btn{
  width: 40px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  opacity: 0.9;
}
.ctrl-btn:hover{ opacity: 1; }

.ctrl-btn svg{ display: block; }

.ctrl-count{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;

color: #FFF;

font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 180% */
letter-spacing: -0.4px;
margin-left: 24px;
}

.ctrl-slash img{
width: 16px;
}

.ctrl-progress{
  display: flex;
  align-items: center;
}

.ctrl-line{
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.ctrl-fill{
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: rgba(255,255,255,0.9);
  border-radius: 999px;
}

/* --- 어바웃 메인슬라이드 반응형 --- */
@media (max-width: 640px) {
  .about-hero__inner {
    display: grid;
    grid-template-columns: 1fr;

    align-items: start; 
    
    padding-top: 120px; 
    padding-left: 20px;
    padding-right: 20px;
    
    min-height: 640px; 
    box-sizing: border-box; 
  }

  .about-hero__slide.slide-01 {
    background-image: url('/images/layout/m-about-hero-bg-1.png') !important;
  }
  .about-hero__slide.slide-02 {
    background-image: url('/images/layout/m-about-slide-2.png') !important;
  }
  .about-hero__slide.slide-03 {
    background-image: url('/images/layout/m-about-slide-3.png') !important;
  }

  .about-hero__slide {
    background-size: cover;
    background-position: center center; /* 상단 기준이 어색하면 중앙으로 변경 */
    background-repeat: no-repeat;
  }

  .about-hero__left {
    text-align: center; 
    width: 100%;
  }
  .about-hero__title {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero__desc {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;

    word-break: keep-all;
  }

  .about-hero__eyebrow {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .about-hero__controls {
    display: none !important;
  }

}

.about-intro{
  position: relative;
  background: #fff;
  padding: 160px 0 180px;
}

.about-intro__inner{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5%; 
  text-align: center;
  box-sizing: border-box;
}

.about-intro__kicker{
color: #2EA7E0;
text-align: center;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
text-transform: uppercase;
  margin-bottom: 40px;
}

.about-intro__headline{
  position: relative;
  display: inline-block;
  margin: 0 0 40px;
  line-height: 1;
}

.headline-layer{
  display: block;
  text-align: center;
  font-family: Pretendard;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: 700;
}

.headline-layer--black{
  background: linear-gradient(to right, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline;
}

.headline-layer--black{
  /*z-index: 2;*/
}

.about-intro__desc{
  max-width: 950px;
  margin: 0 auto;
  color: #818181;
  font-family: Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.about-scale-wrap {
  height: 1800px; 
  position: relative;
  margin-top: 400px;
}

.about-intro__card {
  position: sticky;         
  top: 50%;

  width: 90%;
  max-width: 840px;

  aspect-ratio: 840 / 356;
  height: auto; 
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  transform: translateY(-50%) scale(1);
  will-change: transform;
}

.card-media {
  width: 100%;
  height: 100%;
}

.card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-intro__kicker,
.about-intro__headline,
.about-intro__desc {
  opacity: 0;
  transform: translateY(120px);
  transition: 
    opacity 0.8s cubic-bezier(.22,.61,.36,1),
    transform 0.8s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.is-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* --- 어바웃 인트로 반응형 --- */

@media (max-width: 640px) {
  .about-intro {
    padding: 80px 0 100px;
  }
  
  .about-intro__kicker {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .about-intro__desc {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    word-break: keep-all; 
  }

  .about-scale-wrap {
    height: auto !important;
    margin-top: 60px !important;
  }

.about-intro__card {
    position: relative !important;
    top: 0 !important;
    transform: none !important;

    /* 패딩 대신 마진으로 양옆 20px 여백 확보 */
    width: calc(100% - 40px) !important;
    margin: 0 auto;
    
    max-width: none;
    border-radius: 16px;
    will-change: auto;
  }

  .headline-layer br {
    display: none;
  }
}

.business {
  background: #000;
  padding: 200px 0;
  color: #fff;

  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.business.is-dark {
  opacity: 1;
}

.business__inner {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.business__left {
  width: 420px;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.business__kicker {
color: #2EA7E0;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
margin-bottom: 40px;
}

.business__title {
color: #FFF;
font-family: Pretendard;
font-size: 58px;
font-style: normal;
font-weight: 700;
line-height: 68px; 
letter-spacing: -1.32px;
margin-bottom: 48px;
}

.business__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 14px 26px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;

  color: #fff;
  background-color: transparent;

  font-size: 14px;

  transition: 
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.business__btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}


.business__right {
  width: 820px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 28px;
  row-gap: 80px; 
}

.business-card {
  position: relative; 
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s cubic-bezier(.22,.61,.36,1);
  border-radius: 24px;
  overflow: hidden; 
}

.business-card:nth-child(even) {
  position: relative;
  top: 160px;
}

.business-card img {
  width: 100%;
  display: block;
  border-radius: 24px;
  transition: transform 0.6s cubic-bezier(.22,.61,.36,1);
}

.business-card:hover img {
  transform: scale(1.07);
}

.business-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.card-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.card-title {
color: #000;
font-family: Pretendard;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 48px;
letter-spacing: -0.56px;
margin-bottom: 12px;
}

.card-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.card-tags span {
  padding: 6px 12px;
border-radius: 888px;
border: 1px solid rgba(255, 255, 255, 0.30);
background: rgba(255, 255, 255, 0.40);

color: #5c5c5c;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

/* --- 어바웃 비즈니스 반응형 --- */
@media (max-width: 1440px) {
  .business__inner {
    width: 100%;
    padding: 0 40px; 
    box-sizing: border-box;
  }
  
  .business__left {
    width: 35%; 
  }

  .business__right {
    width: 60%;
    column-gap: 20px;
  }
}

@media (max-width: 1024px) {
  .business {
    padding: 120px 0;
  }

  .business__inner {
    flex-direction: column; 
  }

  .business__left {
    width: 100%;
    position: static;
    margin-bottom: 60px;
    text-align: center;
  }

  .business__title {
    font-size: 42px;
    line-height: 52px;
  }

  .business__right {
    width: 100%;
    row-gap: 40px;
  }

  .business-card:nth-child(even) {
    top: 0; 
  }
}

@media (max-width: 640px) {
  .business {
    padding: 80px 0;
  }

  .business__inner {
    padding: 0 20px;
  }

  .business__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .business__right {
    grid-template-columns: 1fr; 
    row-gap: 30px;
  }

  .card-content {
    bottom: 24px;
    left: 24px;
  }

  .card-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .card-tags span {
    font-size: 12px;
    padding: 4px 10px;
  }
}

.partners {
  background: #F1F5F8;
  padding: 200px 0 160px;
  overflow: hidden;

  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(.22,.61,.36,1),
              transform 1s cubic-bezier(.22,.61,.36,1);
}

.partners.is-show {
  opacity: 1;
  transform: translateY(0);
}

.partners__inner {
  width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.partners__kicker {
color: #2EA7E0;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
text-transform: uppercase;
margin-bottom: 24px;
}

.partners__title {
color: #000;
font-family: Pretendard;
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 125.926% */
letter-spacing: -1.2px;
  margin-bottom: 80px;
}

.partners__rolling {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partners__track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: partnerRoll 30s linear infinite;
}

.partners__track img {
  width: 315px;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 16px;
}

@keyframes partnerRoll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* --- 어바웃 파트너스 반응형 --- */
@media (max-width: 1920px) {
  .partners__inner {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .partners {
    padding: 120px 0 100px;
  }

  .partners__title {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 60px;
    word-break: keep-all; 
  }

  .partners__track img {
    width: 240px; 
    height: 90px;
  }
  
  .partners__track {
    animation-duration: 25s; 
  }
}

@media (max-width: 768px) {
  .partners {
    padding: 80px 0 60px;
  }

  .partners__kicker {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .partners__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
    letter-spacing: -0.8px;
  }

  .partners__title br {
    display: none;
  }

  .partners__track img {
    width: 180px; 
    height: 70px;
    border-radius: 12px;
  }

  .partners__track {
    gap: 12px; 
    animation-duration: 20s; 
  }
}

.cta {
  background: #ffffff;
  padding: 240px 0;

  opacity: 0;
  transform: translateY(80px);
  transition: 
    opacity 1.4s cubic-bezier(.22,.61,.36,1),
    transform 1.4s cubic-bezier(.22,.61,.36,1);
}

.cta.is-show {
  opacity: 1;
  transform: translateY(0);
}

.cta_inner {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cta__kicker {
  color: #2EA7E0;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta__title {
  font-family: Pretendard;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: -1.75px;
  margin-bottom: 80px;
  font-weight: 700;
}

.cta__title-light {
  font-family: Pretendard;
  color: #C8C8C8;
  font-weight: 700;
}

.cta__content {
  display: flex;
  gap: 80px;
  align-items: stretch;

  width: 1440px;
  margin: 0 auto; 
}

.cta__map {
  position: relative; 
  flex: 0 0 720px;
  border-radius: 24px;
  overflow: hidden;
}

.cta__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta__map .map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%); /* 중앙 맞춤 */
  pointer-events: none; /* 클릭 이벤트가 맵에 전달되도록 */
}

.cta__info {
  flex: 0 0 640px;      
}

.cta__box {
  width: 100%;    
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 40px;
  border-radius: 16px;

  margin-bottom: 56px;
}

.cta__address {
  width: 100%;    
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.cta__address span {
  display: block;
}

.cta__address-text {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.cta__address-tel {
  color: #333;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.cta__map-btn {
  display: flex;
  gap: 4px;      
  align-items: center;
  margin-bottom: 40px;
}

.cta__map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.cta__map-link img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.cta__meta {
  display: flex;
  gap: 32px;
  color: #333;
font-family: Pretendard;
font-size: 15px;
font-style: normal;
line-height: 20px; /* 133.333% */
}

.cta__company {
  border-top: 1px solid #000;
  border-bottom: 1px solid #d6d6d6;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;

  color: #333;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
line-height: 20px; /* 133.333% */
}

.cta__company-row {
  display: flex;
  gap: 40px;
}

.cta__company-row strong {
  width: 80px;
}

/* --- 어바웃 CTA 반응형 --- */

@media (max-width: 1440px) {
  .cta_inner, .cta__content {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    gap: 40px; /* 간격 축소 */
  }

  .cta__map {
    flex: 1; /* 고정값 720px 해제 */
  }

  .cta__info {
    flex: 1; /* 고정값 640px 해제 */
  }
}

@media (max-width: 1024px) {
  .cta {
    padding: 120px 0;
  }

  .cta__title {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 60px;
  }

  .cta__content {
    flex-direction: column; /* 세로 배치 */
    gap: 32px;
  }

  .cta__map {
    width: 100%;
    height: 350px; /* 세로 배치 시 지도 높이 고정 */
  }

  .cta__info {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }

  .cta_inner, .cta__content {
    padding: 0 8px;
  }

  .cta__kicker {
    font-size: 14px;
    margin-bottom: 12px;
    margin-left: 8px;
  }

  .cta__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
    letter-spacing: -1px;
    word-break: keep-all;
    margin-left: 8px;
  }

  .cta__title br {
    display: none; /* 모바일에서 강제 줄바꿈 해제 */
  }

  .cta__box {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .cta__address-text, .cta__address-tel {
    font-size: 16px;
    line-height: 24px;
  }

  .cta__meta {
    flex-direction: column; /* 팩스/이메일 세로 배치 */
    gap: 8px;
    font-size: 13px;
    line-height: 18px;
  }

  .cta__company {
    padding: 24px 20px;
  }

  .cta__company-row {
    gap: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .cta__company-row strong {
    width: 60px;
  }

  .cta__map {
  border-radius: 12px;
}

.cta__map .map-pin {
  width: 32px;
  height: 32px;
}

.cta__map-link {
  width: 20px;
  height: 20px;
}

}


/* WORk 페이지 공통 ------------------------------------------*/

.works-hero {
position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.works-hero__image-bg {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; 
}

.works-hero__image-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.works-title, .works-desc {
    position: relative;
}

.works-hero__inner {
position: relative;
    z-index: 1; 
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  
    
    /* padding-top: 80px;  */
    align-items: center;
    text-align: center;
}

.works-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin: 200px 0 80px;
}

.filter-chip {
  position: relative;
  color: rgba(255,255,255,0.3);
  font-family: Poppins;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.64px;

  text-decoration: none;
  transition: color 200ms ease;
}

.filter-chip:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);

  width: 16px;
  height: 16px;
  background: url("/images/layout/filter_slash.png") no-repeat center / contain;
  pointer-events: none;
}


.filter-chip:hover {
  color: rgba(255,255,255,1);
}

.filter-chip.is-active {
  color: #fff;
}

.filter-chip.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-0.5px);
  height: 2px;
  background: #fff;
}

.works-title {
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* 반응형 고려 */
  font-size: clamp(96px, 16vw, 232px);

  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;

  /* margin-bottom: 40px; */
  /* margin-top: -80px; */
  padding-bottom: 0.1em;

  overflow: hidden;
}

.works-title span.char {
  display: inline-block;
transform: translateY(1.5em) rotate(15deg) scale(0.8);
  opacity: 0;
  filter: blur(5px);

transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s linear,
    filter 0.8s linear;
  will-change: transform, opacity;
}

.works-title.is-animate span.char {
transform: translateY(0) rotate(0) scale(1);
  opacity: 1;
  filter: blur(0);
}

/* .works-desc {
  font-family: 'Pretendard', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #eee;

  opacity: 0;
  transform: translateY(40px); 
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  
  transition-delay: 0.5s; 
  will-change: transform, opacity;
}

.is-animate .works-desc {
  opacity: 1;
  transform: translateY(0);
} */


.scroll-indicator {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.scroll-indicator span {
  width: 24px;
  height: 24px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0.9;

  animation: scrollBounce 1.6s infinite ease;
}

@keyframes scrollBounce {
  0% { transform: translateY(0) rotate(-45deg); opacity: 0.2; }
  50% { transform: translateY(12px) rotate(-45deg); opacity: 1; }
  100% { transform: translateY(0) rotate(-45deg); opacity: 0.2; }
}


.w-work-list {
  width: 100%;
  padding-top: 0;
}

.w-work-grid {
  width: 100%;
  max-width: 1880px;   
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 8px;             
  justify-content: center;
  margin-bottom: 120px;
  padding: 0 20px; 
  box-sizing: border-box;
}

.w-work-card {
  position: relative;
  width: 100%; 
  aspect-ratio: 1 / 1; 
  height: auto; 
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  display: block;
  text-decoration: none;
}

.w-work-card .work-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--py, 0px), 0) scale(var(--s, 1.12));
  opacity: 1;
  transition: transform 200ms ease, opacity 400ms ease;
  will-change: transform, opacity;
}

.w-work-card .work-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none; 
  padding: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.w-work-card .work-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.0);
  transition: background 260ms ease;
}

.w-work-card .work-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.w-work-card .work-kicker {
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 100;
  line-height: 120%;
  color: #eee;
  text-shadow: 0 1px 20px rgba(0,0,0,0.55);
}

.w-work-card .work-title {
  margin: 0;
  font-family: 'Pretendard', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; 
  color: #fff;
  text-shadow: 0 1px 20px rgba(0,0,0,0.55);
}

.w-work-card .work-open-icon {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.w-work-card:hover .work-img {
  --s: 1.07;
}

.w-work-card:hover .work-overlay::before {
  background: rgba(0,0,0,0.25);
}

.w-work-card:hover .work-meta,
.w-work-card:hover .work-open-icon {
  opacity: 1;
  transform: translateY(0);
}

.mo-only {
  display: none;
}

@media (max-width: 640px) {
    .works-hero {
    height: auto; 
    min-height: 500px;
    padding-bottom: 60px;
  }

.works-filter {
    display: flex;
    flex-direction: column;
    align-items: center;    
    gap: 8px;              
    margin: 120px 0 40px 0;
    padding: 0;
  }

.filter-chip {
display: inline-block;
    width: auto;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    
    padding-top: 12px;
    padding-bottom: 2px; 
    
    position: relative; 
    text-align: center;
  }

.filter-chip::after {
    display: none !important; 
  }
  
.filter-chip.is-active::before {
content: "";
    position: absolute;
    left: 0;   
    right: 0%;     
    bottom: 0;   
    height: 2px;
    background: #fff;
    transform: none;
  }

  .scroll-indicator span {
    width: 16px;
    height: 16px;  
}

  .works-hero {
    height: auto; 
    padding-bottom: 40px;
  }

.mo-only {
    display: block;
  }

  .works-title {
    display: block; 
    line-height: 1;
    font-size: clamp(80px, 20vw, 120px);
    overflow: visible !important;
    word-break: keep-all; 
    padding-top: 24px;
    padding-bottom: 0;
  }

  .works-title span.char {
    display: inline-block;
    vertical-align: top;
  }
  
  .scroll-indicator {
    margin-top: 60px; 
  }

  .w-work-grid {
    grid-template-columns: 1fr;
    gap: 12px; 
  }

  .w-work-card .work-overlay {
    padding: 20px; 
  }

  .w-work-card .work-title {
    font-size: 16px; 
  }

  .w-work-card .work-overlay::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
  }

  .w-work-card .work-meta,
  .w-work-card .work-open-icon {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .w-work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .w-work-card .work-overlay::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
  }

  .w-work-card .work-meta,
  .w-work-card .work-open-icon {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 프로젝트별 상세페이지------------------------------------------ */
.wd-container {
  width: 100%;
  background-color: #fff;
}

.wd-hero {
  width: 100%;
  background-color: #000;
  position: relative;
  margin-bottom: 120px;
}

.wd-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.wd-content {
  /* padding: 120px 0; */
  color: #000;
}

.wd-content-inner {
  max-width: 1360px;
  margin: 0 auto;
}

.wd-header-group {
  margin-bottom: 100px;
}

.wd-main-title {
color: #000;
font-family: Pretendard;
font-size: 72px;
font-style: normal;
font-weight: 800;
line-height: 80px;
letter-spacing: -1.2px;

margin-bottom: 48px;
}

.wd-meta-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  gap: 12px;

color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
}

.wd-meta-item strong {
color: #000;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px;

  margin-right: 8px;
}

.wd-meta-divider {
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
}

.wd-body-text {
    margin-bottom: 120px;
}

.wd-body-text p {
color: #555;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
letter-spacing: -0.36px;
}

.wd-navigation {
  width: 1360px;
  margin: 0 auto 120px;
  border: 1px solid #000; 
  background-color: #fff;
}

.wd-nav-container {
  display: flex;
  max-width: 100%; 
  height: 88px; 
}

.wd-nav-btn {
  flex: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  gap: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: 'Poppins', sans-serif; 
}

.wd-prev {
  border-right: 1px solid #000; 
}

.wd-nav-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.wd-nav-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.wd-nav-btn:hover {
  background-color: #000;
  color: #fff;
}

.wd-prev:hover .wd-nav-arrow {
  transform: translateX(-8px); 
}

.wd-next:hover .wd-nav-arrow {
  transform: translateX(8px); 
}

.wd-dec {
  width: 100%;
  background-color: #fff; 
  padding-bottom: 120px; 
}

.wd-dec-inner {
  max-width: 100%;   
  width: 1860px;        
  padding: 0 30px;      
  margin: 0 auto;            
  justify-content: center;
}

.wd-dec-img {
  width: 100%;          
  height: auto;          
  display: block;       
}

@media (max-width: 1024px) {

  .wd-hero {
    margin-bottom: 80px;
  }

  .wd-content-inner {
    padding: 0 40px;
  }

  .wd-main-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }

  .wd-header-group {
    margin-bottom: 60px;
  }

  .wd-body-text {
    margin-bottom: 80px;
  }

}

@media (max-width: 768px) {

  .wd-hero {
    margin-bottom: 60px;
  }

  .wd-content-inner {
    padding: 0 24px;
  }

  .wd-main-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }

  .wd-meta-info {
    font-size: 14px;
    line-height: 22px;
    gap: 8px;
  }

  .wd-meta-item strong {
    font-size: 14px;
  }

  .wd-body-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .wd-header-group {
    margin-bottom: 40px;
  }

  .wd-body-text {
    margin-bottom: 60px;
  }

  .wd-dec {
    margin-bottom: 60px;
  }

    .wd-dec-inner {
    padding: 0;
  }

}

@media (max-width: 480px) {

  .wd-main-title {
    font-size: 26px;
    line-height: 34px;
  }

  .wd-meta-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

    .wd-meta-divider {
    display: none;
  }


}

/* 웹 금평공업 */
.wd-video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 8px;
  border-radius: 16px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .wd-video {
    border-radius: 12px;
    margin-top: 6px;
  }
}

@media (max-width: 480px) {
  .wd-video {
    border-radius: 8px;
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .wd-video {
    border-radius: 10px;
    margin-top: 6px;
  }
}

/* 웹 그래비티 */
.wd-grebt-pf {
  background: #fff;
  padding: 8px 0; /* 위아래 여백 자연스럽게 */
}


.wd-grebt-main {
  width: 100%;
  margin-bottom: 8px; 
}

.wd-grebt-main-inner {
  position: relative;
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  aspect-ratio: 1860 / 2413;

  background-image: url('/images/layout/wd-grebt-bg-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 16px; 
  overflow: hidden; 
}

.wd-grebt-main-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.wd-grebt-video {
  width: 963px;
  max-width: 100%;
  height: auto;
  display: block;
}

.wd-grebt-video-1 {
  margin-top: 240px;
  position: relative;
  z-index: 1;
}

.wd-grebt-top {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 1071px;
  max-width: 100%;
  pointer-events: none;
}

.wd-grebt-sub {
  width: 100%;
}

.wd-grebt-sub-inner {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding: 200px 40px;

  background-image: url('/images/layout/wd-grebt-bg-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 16px;  
  overflow: hidden;   
}

.wd-grebt-sub-video-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.wd-grebt-sub-video {
  width: 520px;
  max-width: 33.333%;
  height: auto;
  display: block;
}

.wd-grebt-video-lg {
  width: 100%;
  margin-top: 8px;
}

.wd-grebt-video-lg-inner {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  aspect-ratio: 1860 / 950;  

  border-radius: 16px;
  overflow: hidden;
}

.wd-grebt-video-lg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wd-grebt-sub-pf {
  width: 100%;
  margin-top: 8px; 
}

.wd-grebt-sub-pf-inner {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;

  border-radius: 16px;
  overflow: hidden; 
}

.wd-grebt-sub-pf-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.wd-grebt-sub-vision {
  width: 100%;
  margin-top: 8px;  
  margin-bottom: 120px; 
}

.wd-grebt-sub-vision-inner {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding: 200px 0;

  background-image: url('/images/layout/wd-grebt-bg-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 16px;
  overflow: hidden;
}

.wd-grebt-sub-vision-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vision-item {
  width: 963px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media (max-width: 1024px) {

  .wd-grebt-main-inner {
    padding-top: 80px;
    border-radius: 12px;
  }

  .wd-grebt-top {
    top: 140px;
    width: 70%;
  }

  .wd-grebt-video-1 {
    margin-top: 180px;
  }

  .wd-grebt-sub-inner {
    padding: 120px 30px;
    border-radius: 12px;
  }

  .wd-grebt-sub-video-wrap {
    gap: 20px;
  }

  .wd-grebt-sub-video {
    max-width: 32%;
  }

  .wd-grebt-sub-vision-inner {
    padding: 120px 0;
    border-radius: 12px;
  }


}

@media (max-width: 768px) {

  .wd-grebt-pf {
    padding: 4px 0;
  }

  .wd-grebt-main-inner {
    aspect-ratio: auto;
    padding-bottom: 60px;
  }

  .wd-grebt-top {
    position: relative;
    top: 0;
    transform: none;
    margin: 40px auto 20px;
    display: block;
    width: 80%;
  }

  .wd-grebt-main-video-wrap {
    position: relative;
    padding: 0 20px;
  }

  .wd-grebt-video-1 {
    margin-top: 0;
  }

  /* 🔥 서브 3개 영상 세로 정렬 */
  .wd-grebt-sub-video-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .wd-grebt-sub-video {
    max-width: 100%;
  }

  .wd-grebt-sub-inner {
    padding: 80px 20px;
  }

  .wd-grebt-sub-vision-inner {
    padding: 80px 20px;
  }

}

@media (max-width: 480px) {

  .wd-grebt-main-inner,
  .wd-grebt-sub-inner,
  .wd-grebt-video-lg-inner,
  .wd-grebt-sub-pf-inner,
  .wd-grebt-sub-vision-inner {
    border-radius: 8px;
  }

  .wd-grebt-top {
    width: 90%;
  }

    .wd-grebt-top {
    display: none;
  }

}

/*웹 토마스케이블*/
.wd-thomascable-pf {
  width: 100%;
}

.wd-thomascable-main {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wd-thomascable-main-inner {
  width: 100%;
  max-width: 1860px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;

  background: url('/images/layout/wd-thomascable-main-bg.jpg') no-repeat center center;
  background-size: cover;
}

.wd-thomascable-main-video-wrap {
  margin-top: 663px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 0;
}

.wd-thomascable-top {
  position: absolute;
  top: 604px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  z-index: 2;
  pointer-events: none;
}

.wd-thomascable-main-video-wrap {
  position: relative;
  margin-top: 663px;  
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 0;
}

.wd-thomascable-main-1,
.wd-thomascable-video {
  width: 1330px;
  display: block;
  margin: 0;
  padding: 0;
}

.wd-thomascable-video {
  height: auto;
  object-fit: cover;
}

.wd-thomascable-search {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.wd-thomascable-search-inner {
  width: 1860px;
  height: 1140px;
  background: #0A152C;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.wd-thomascable-search-img,
.wd-thomascable-search-video {
  position: absolute;
  left: 50%;
  top: 50%;
}

.wd-thomascable-search-img {
  width: 1277px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.wd-thomascable-search-video {
  width: 1176px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.wd-thomascable-video-lg {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
  margin-top: 8px;
}

.wd-thomascable-video-lg-inner {
  width: 1860px;
  height: 1240px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.wd-thomascable-video-lg-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}