@charset "UTF-8";
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   Design Tokens
   시안 기준: 1920 x 1080
   ========================================================================== */
/* Breakpoints ------------------------------------------------------------ */
/* Color ------------------------------------------------------------------ */
/* 표면 · 테두리 베이스 ----------------------------------------------------
   중성 흰색 대신 살짝 푸른 톤을 깔아 로고 네이비 및 배경 이미지와 맞춘다.
   같은 밝기로 보이게 하려면 흰색 대비 알파를 약 1.4배로 쓴다.
   (검정 위 합성값 = 색상 × 알파 이므로 흰색보다 알파가 커야 같은 밝기)
   ------------------------------------------------------------------------ */
/* 텍스트 컬러 3단계 -------------------------------------------------------
   어두운 배경에 얹히므로 중성 회색보다 살짝 푸른 기가 도는 톤을 쓴다.
   (검정 배경 대비 : sub 11.2:1 / mute 5.8:1 — 둘 다 WCAG AA 충족)
   ------------------------------------------------------------------------ */
/* Typography ------------------------------------------------------------- */
/* 폰트 사이즈 스케일 ------------------------------------------------------
   50 / 40 / 20 / 16 . 개별 px 값을 직접 쓰지 않는다.
   실제 값은 base/_typography.scss 의 커스텀 프로퍼티에서 정의하며,
   영문(html[lang="en"])일 때 본문 계열에 광학 보정이 적용된다.
   ------------------------------------------------------------------------ */
/* Layout ----------------------------------------------------------------- */
/* 세로 여백 -------------------------------------------------------------
   풀페이지 유지를 위해 뷰포트 높이(vh)에 따라 줄어드는 유동 여백.
   브라우저 높이가 1080보다 작아도 섹션이 화면을 넘지 않는다.
   ------------------------------------------------------------------------ */
/* Motion ----------------------------------------------------------------- */
/* 살짝 튀어나왔다 안착 : 타임라인 dot 등 작은 요소의 팝업에 쓴다 */
/* z-index ---------------------------------------------------------------- */
/* Media Query ------------------------------------------------------------
   desktop-first: @include max("mobile") { ... }
   ------------------------------------------------------------------------ */
/* 세로가 짧은 화면(가로모드 등) 대응 */
/* Typography ------------------------------------------------------------- */
/* 영문/숫자 전용(자간 0) */
/* Utility ---------------------------------------------------------------- */
/* 이미지 미배치 시에도 레이아웃 확인용 그라디언트 플레이스홀더 */
/* 커스텀 스크롤바(내부 스크롤 영역) */
/* base */
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* Reset ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section,
time,
button,
input,
select,
textarea,
fieldset,
legend,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
svg,
video {
  max-width: 100%;
  vertical-align: top;
}

/* inline 요소로 두면 baseline 여백(수 px)이 생겨 풀페이지 높이가 깨진다 */
iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

img {
  height: auto;
  border-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::placeholder {
  color: #7f8898;
  opacity: 1;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 2px solid #4d95ff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    /* 지연까지 없애야 순차 등장(타임라인·뉴스 목록)이 즉시 끝난다.
       지연이 남으면 화면이 비어 보이는 시간이 그대로 유지된다. */
    animation-delay: 0s !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }
}
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   Root scale
   1rem = 10px (1920 기준) / 해상도에 따라 root font-size 를 배율 조정하여
   rem 로 작성된 모든 수치가 함께 스케일된다.
   ========================================================================== */
/* ==========================================================================
   타이포 토큰
   - 크기는 KOR / ENG 동일 (50 / 40 / 20 / 16)
   - 자간만 언어별로 분기 : 한글 -5% / 영문 0
   ========================================================================== */
:root {
  --ls-ko: -0.05em;
  /* 헤더 높이 : 1920 기준 90px.
     QHD 는 rem 배율(1.25)을 그대로 태우면 112.5px 로 과해서 따로 낮춘다. */
  --header-h: 9rem;
  --fs-head: 5rem;
  --fs-lead: 4rem;
  --fs-sub: 2rem;
  --fs-body: 1.6rem;
  --fs-head-tablet: 3.6rem;
  --fs-head-mo: 3rem;
  --fs-lead-tablet: 3.2rem;
  --fs-lead-mo: 2.6rem;
}

html[lang=en] {
  --ls-ko: 0;
}

/* QHD : 7.6rem × 12.5px = 95px (배율 그대로면 112.5px) */
@media screen and (min-width: 2560px) {
  :root {
    --header-h: 7.6rem;
  }
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 1919.98px) {
  html {
    font-size: 0.5208vw;
  }
}
@media screen and (max-width: 1599.98px) {
  html {
    font-size: 8.6px;
  }
}
@media screen and (max-width: 1439.98px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1279.98px) {
  html {
    font-size: 7.6px;
  }
}
@media screen and (max-width: 1023.98px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
  background-color: #000000;
  word-break: keep-all;
  overflow-wrap: break-word;
}
html[lang=en] body {
  word-break: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 숫자/영문 전용 표기 */
.en,
.num,
time,
.date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

/* base 는 sections/components 보다 먼저 컴파일되므로, 같은 요소에 컴포넌트
   클래스와 .en 을 함께 쓰면(예: class="info-row__text en") 컴포넌트의 한글
   자간이 이겨버린다. 클래스를 중복해 명시도를 올려 자간 0 을 보장한다. */
.en.en,
.num.num,
.date.date,
.en-run.en-run {
  letter-spacing: 0;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

/* 공통 섹션 타이틀 --------------------------------------------------------- */
/* 볼드는 메인(hero) / 사업분야 카드 헤드에만 사용하고 나머지는 기본 굵기 */
.sec-title {
  font-size: var(--fs-head);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .sec-title {
    font-size: var(--fs-head-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-title {
    font-size: var(--fs-head-mo);
  }
}

/* 서브 타이틀(20px) */
.sub-title {
  font-size: var(--fs-sub);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}

.sec-desc {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.blind,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 한글 문장 안의 영문/숫자 구간 : 자간만 0 으로 되돌린다.
   common.js 의 normalizeLatin() 이 자동으로 감싼다.
   font-weight / font-family 는 건드리지 않아 볼드 문맥이 유지된다. */
.en-run {
  letter-spacing: 0;
}

.skip-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.skip-nav a {
  display: block;
  padding: 1rem 0;
  background: #1a6dff;
  color: #ffffff;
  font-size: var(--fs-body);
}
.skip-nav a:focus {
  height: auto;
}
.skip-nav:focus-within {
  height: auto;
}

/* 이미지 로드 실패 시 플레이스홀더 유지 */
.is-img-error {
  opacity: 0;
}

.no-scroll {
  overflow: hidden;
}

/* layout */
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   Fullpage
   - JS(fullpage.js)가 --app-height 를 실제 뷰포트 높이로 갱신한다.
   - 섹션 내용이 화면보다 길면 .is-scrollable 이 부여되어 내부 스크롤로 전환.
   ========================================================================== */
:root {
  --app-height: 100vh;
  --fp-duration: 900ms;
}

/* 풀페이지(메인)에서만 문서 스크롤을 잠근다.
   서브 페이지는 <html> 에 is-fullpage 가 없어 일반 스크롤로 동작한다. */
html.is-fullpage,
html.is-fullpage body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.fullpage {
  position: relative;
  width: 100%;
  height: var(--app-height);
  overflow: hidden;
  z-index: 1;
}

.fullpage__container {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform var(--fp-duration) cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

/* 첫 로드/리사이즈 중에는 트랜지션 제거 */
.fullpage--no-anim .fullpage__container {
  transition: none;
}

.section {
  position: relative;
  width: 100%;
  height: var(--app-height);
  overflow: hidden;
  background-color: #000000;
  /* 내부 스크롤 전환 */
}
.section.is-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}
.section.is-scrollable::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.section.is-scrollable::-webkit-scrollbar-track {
  background: transparent;
}
.section.is-scrollable::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

.section__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: var(--header-h) 6rem 0;
}
@media screen and (max-width: 1023.98px) {
  .section__inner {
    padding: 6rem 4rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section__inner {
    padding: 6rem 2rem 0;
  }
}

/* 섹션 배경 ---------------------------------------------------------------- */
.section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #050a12;
  background-image: linear-gradient(135deg, #0d1b2e 0%, #050a12 100%);
}
.section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 배경 영상 --------------------------------------------------------------
   로드 실패 / 자동재생 차단 시 .section__bg 의 background-image(poster)가 노출된다.
   ------------------------------------------------------------------------ */
.section__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.section__video.is-ready {
  opacity: 1;
}
.section__video {
  /* 모션 최소화 설정 시 영상 대신 poster 이미지 사용 */
}
@media (prefers-reduced-motion: reduce) {
  .section__video {
    display: none;
  }
}

.section__dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* 진입 애니메이션 ---------------------------------------------------------- */
[data-fade] {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
}

.section.is-active [data-fade] {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-h);
  color: #ffffff;
  border-bottom: 1px solid rgba(160, 182, 212, 0.17);
  transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.4s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1023.98px) {
  .header {
    height: 6rem;
  }
}
.header {
  /* 밝은 배경(메인 비주얼) 위 : 어두운 텍스트 */
}
.header.is-light {
  color: #111111;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.header {
  /* 콘텐츠가 헤더 뒤로 지나가는 섹션(지도/뉴스룸) : 불투명 배경 */
}
.header.is-solid {
  background-color: #000000;
  border-bottom-color: rgba(160, 182, 212, 0.17);
}

.header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 6rem;
}
@media screen and (max-width: 1023.98px) {
  .header__inner {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header__inner {
    padding: 0 2rem;
  }
}

/* Logo -------------------------------------------------------------------- */
.logo {
  display: block;
  flex-shrink: 0;
  /* 워드마크는 currentColor 라 헤더 테마에 따라 흰색/검정으로 바뀐다 */
}
.logo__svg {
  display: block;
  width: 13.9rem;
  height: 3.1rem;
}
@media screen and (max-width: 1023.98px) {
  .logo__svg {
    width: 12rem;
    height: 2.68rem;
  }
}
@media screen and (max-width: 767.98px) {
  .logo__svg {
    width: 10.4rem;
    height: 2.32rem;
  }
}

/* GNB --------------------------------------------------------------------- */
.gnb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1023.98px) {
  .gnb {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(var(--app-height) - 6rem);
    /* 메뉴 목록 아래에 연락하기 버튼이 들어가므로 세로 배치로 바꾼다 */
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3rem 2rem;
    background-color: rgba(0, 0, 0, 0.96);
    color: #ffffff;
    transform: translateX(100%);
    /* 닫힌 상태에서 화면 밖에 남아 가로 스크롤을 만드는 것을 막는다.
       (모바일 브라우저는 화면 밖 fixed 요소로 스크롤 영역이 늘어나는 경우가 있다) */
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
  }
}
.gnb__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
}
@media screen and (max-width: 1439.98px) {
  .gnb__list {
    gap: 3.4rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .gnb__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .gnb__item {
    width: 100%;
    border-bottom: 1px solid rgba(160, 182, 212, 0.14);
  }
}
.gnb__link {
  position: relative;
  display: block;
  padding: 0.6rem 0;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: var(--ls-ko);
  color: currentColor;
  opacity: 0.7;
  text-align: center;
  transition: opacity 0.3s;
  /* 볼드 전환 시 메뉴 폭이 흔들리지 않도록 볼드 상태의 폭을 미리 확보 */
}
.gnb__link::after {
  content: attr(data-text);
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 700;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .gnb__link:hover {
    opacity: 1;
  }
}
.gnb__link {
  /* 현재 섹션 : 밑줄 없이 굵기만 볼드 */
}
.gnb__link.is-active {
  opacity: 1;
  font-weight: 700;
}
@media screen and (max-width: 1023.98px) {
  .gnb__link {
    padding: 2rem 0;
    font-size: var(--fs-sub);
    text-align: left;
  }
}

@media screen and (max-width: 1023.98px) {
  .header.is-menu-open .gnb {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
}

/* 우측 유틸 ---------------------------------------------------------------- */
.header__util {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 3.4rem;
  flex-shrink: 0;
  margin-left: 5.6rem;
}
@media screen and (max-width: 1439.98px) {
  .header__util {
    gap: 2.4rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .header__util {
    margin-left: 0;
    gap: 1.6rem;
  }
}

/* 모바일 메뉴 버튼 --------------------------------------------------------- */
.menu-toggle {
  display: none;
  position: relative;
  width: 2.6rem;
  height: 2rem;
  z-index: 2;
}
@media screen and (max-width: 1023.98px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
}

.header.is-menu-open {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.96);
}
.header.is-menu-open .menu-toggle span:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
.header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.header.is-menu-open .menu-toggle span:nth-child(3) {
  bottom: auto;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   서브 페이지 공통 레이아웃 (일반 스크롤)
   ========================================================================== */
/* 가로 스크롤 차단.
   body 에만 걸면 일부 모바일 브라우저에서 화면 밖 fixed 요소(닫힌 전체메뉴)로
   스크롤 영역이 늘어나므로 html 에도 함께 지정한다. */
html.is-sub,
html.is-sub .sub-page {
  overflow-x: hidden;
}

.sub-page {
  overflow-x: hidden;
  background-color: #000000;
}

/* 콘텐츠 폭 : 좌우 여백만 잡고 시안(1920)의 넓은 레이아웃을 유지 */
.inner {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 1023.98px) {
  .inner {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .inner {
    padding: 0 2rem;
  }
}

/* 서브 섹션 공통 여백 --------------------------------------------------- */
.sub-section {
  position: relative;
  padding: 12rem 0 0;
}
.sub-section:last-of-type {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1023.98px) {
  .sub-section {
    padding-top: 7rem;
  }
  .sub-section:last-of-type {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-section {
    padding-top: 5.4rem;
  }
  .sub-section:last-of-type {
    padding-bottom: 5.4rem;
  }
}

/* 서브 섹션 타이틀 (주요 특성 / 연락하기) */
.sub-title {
  margin-bottom: 2.6rem;
  font-size: var(--fs-head);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .sub-title {
    margin-bottom: 1.8rem;
    font-size: var(--fs-head-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .sub-title {
    margin-bottom: 1.4rem;
    font-size: var(--fs-head-mo);
  }
}

/* 서브 페이지 헤더 : 스크롤하면 불투명 배경 ------------------------------ */
.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(6px);
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  padding: 6rem 0 5rem;
  border-top: 1px solid rgba(160, 182, 212, 0.2);
  background-color: #0b0b0b;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 4rem 0 3.4rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 1023.98px) {
  .footer__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer {
  /* 좌측 : 로고 + 사업자 정보 ------------------------------------------- */
}
.footer__info {
  flex: 0 0 auto;
}
.footer__logo {
  display: block;
  width: 12rem;
  height: 2.68rem;
  margin-bottom: 2.6rem;
  color: #ffffff;
}
.footer__company {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--ls-ko);
  color: #7f8898;
}
@media screen and (max-width: 767.98px) {
  .footer__company {
    gap: 1.2rem 1.8rem;
  }
}
.footer__copyright {
  margin-top: 1.6rem;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #7f8898;
}
.footer__mark {
  margin-top: 2.6rem;
}
.footer__mark img {
  display: block;
  /* SVG 원본(104×30) 크기 그대로 노출 */
  width: 10.4rem;
  height: auto;
}
.footer {
  /* 우측 : 사이트맵 ----------------------------------------------------- */
  /* 열마다 콘텐츠 폭이 달라 gap 만으로는 메뉴 간격이 들쭉날쭉해진다.
     열 폭을 고정해 네 메뉴의 시작점 간격을 동일하게 맞춘다. */
}
.footer__sitemap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1 1 auto;
}
@media screen and (max-width: 1023.98px) {
  .footer__sitemap {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__sitemap {
    gap: 2.4rem 3rem;
  }
}
.footer__col {
  flex: 0 0 auto;
  width: 16rem;
  /* 마지막 열은 콘텐츠 폭만 차지해야 우측 끝에 맞는다 */
}
.footer__col:last-child {
  width: auto;
}
@media screen and (max-width: 1439.98px) {
  .footer__col {
    width: 13rem;
  }
}
.footer__col {
  /* 태블릿 이하는 줄바꿈 배치라 gap 으로 간격을 준다 */
}
@media screen and (max-width: 1023.98px) {
  .footer__col {
    width: auto;
    min-width: 0;
  }
}
.footer__col-title {
  display: block;
  margin-bottom: 1.8rem;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
  white-space: nowrap;
  transition: color 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__col-title:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
  }
}
.footer__links {
  display: grid;
  gap: 1rem;
}
.footer__link {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
  white-space: nowrap;
  transition: color 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    color: #ffffff;
  }
}

/* components */
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* 헤더 CTA : 연락하기 ------------------------------------------------------ */
.btn-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  height: 5.2rem;
  padding: 0 3rem;
  /* 배경 없이 테두리만 두른 아웃라인 버튼 */
  background-color: transparent;
  border: 1px solid rgba(160, 182, 212, 0.4);
  color: #ffffff;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--ls-ko);
  white-space: nowrap;
  transition: border-color 0.3s, color 0.3s;
}
.btn-contact .ico {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.btn-contact {
  /* 호버 : 배경 없이 테두리만 또렷해진다 */
}
@media (hover: hover) and (pointer: fine) {
  .btn-contact:hover {
    border-color: #ffffff;
    color: #ffffff;
  }
}
@media screen and (max-width: 1439.98px) {
  .btn-contact {
    height: 4.6rem;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .btn-contact {
    height: 4rem;
    padding: 0 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn-contact {
    padding: 0 1.4rem;
  }
  .btn-contact .btn-contact__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* 태블릿 이하에서는 헤더 우측 버튼을 감추고 전체메뉴 안으로 옮긴다 --------- */
@media screen and (max-width: 1023.98px) {
  .header__util > .btn-contact {
    display: none;
  }
}

.btn-contact--menu {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .btn-contact--menu {
    display: flex;
    width: 100%;
    height: 5.6rem;
    margin-top: 3.4rem;
    padding: 0;
    font-size: var(--fs-sub);
  }
}

/* 지도에서 열기 ------------------------------------------------------------ */
.btn-map-open {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  height: 3.8rem;
  padding: 0 1.4rem;
  background-color: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--ls-ko);
  transition: background-color 0.3s;
}
.btn-map-open .ico {
  width: 1.4rem;
  height: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn-map-open:hover {
    background-color: #ffffff;
  }
}

/* 더 읽기 ------------------------------------------------------------------ */
.btn-more {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 2.8rem;
  flex-shrink: 0;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--ls-ko);
  color: #7f8898;
  transition: color 0.3s;
}
.btn-more .ico {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .btn-more:hover {
    color: #ffffff;
  }
  .btn-more:hover .ico {
    transform: translate(0.3rem, -0.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .btn-more {
    gap: 0.8rem;
  }
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.lang {
  position: relative;
  flex-shrink: 0;
}
.lang__toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  height: 3.6rem;
  color: currentColor;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  line-height: 1;
}
.lang__flag {
  width: 2.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  object-fit: contain;
}
.lang__arrow {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s;
}
.lang.is-open .lang__arrow {
  transform: rotate(180deg);
}
.lang__list {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  min-width: 100%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(160, 182, 212, 0.22);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.lang.is-open .lang__list {
  opacity: 1;
  visibility: visible;
}
.lang__link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 1.6rem;
  color: #7f8898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  white-space: nowrap;
  transition: color 0.2s, background-color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .lang__link:hover {
    color: #ffffff;
    background-color: rgba(160, 182, 212, 0.11);
  }
}
.lang__link.is-active {
  color: #ffffff;
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.scroll-indicator {
  position: fixed;
  left: 50%;
  bottom: 3.4rem;
  z-index: 40;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: #ffffff;
  opacity: 0.85;
  transition: opacity 0.4s, color 0.4s;
}
.scroll-indicator.is-light {
  color: #111111;
}
.scroll-indicator.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.scroll-indicator__arc {
  display: block;
  width: 3rem;
  height: 1.5rem;
  border: 1px solid currentColor;
}
.scroll-indicator__arc--top {
  border-bottom: 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
.scroll-indicator__arc--bottom {
  position: relative;
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
.scroll-indicator__chevron {
  position: absolute;
  left: 50%;
  top: 0.1rem;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  animation: scroll-bounce 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.scroll-indicator__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.3rem 0;
}
@media screen and (max-width: 767.98px) {
  .scroll-indicator {
    bottom: 2rem;
    transform: translateX(-50%) scale(0.85);
  }
}
@media screen and (max-height: 640px) {
  .scroll-indicator {
    display: none;
  }
}

@keyframes scroll-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(0.4rem);
    opacity: 1;
  }
}
/* 우측 페이지 인디케이터(dots) -------------------------------------------- */
.fp-dots {
  position: fixed;
  top: 50%;
  right: 2.6rem;
  z-index: 50;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1023.98px) {
  .fp-dots {
    right: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fp-dots {
    display: none;
  }
}
.fp-dots {
  /* 텍스트 라벨 없이 dot 만 노출 (섹션명은 aria-label 로 제공) */
}
.fp-dots__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}
.fp-dots.is-light .fp-dots__btn {
  color: #111111;
}
.fp-dots__dot {
  position: relative;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.35;
  transition: opacity 0.3s, transform 0.3s;
}
.fp-dots__btn:hover .fp-dots__dot {
  opacity: 0.7;
}
.fp-dots__btn.is-active .fp-dots__dot {
  opacity: 1;
  transform: scale(1.35);
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .pagination {
    justify-content: center;
    gap: 0.2rem;
  }
}
.pagination__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .pagination__list {
    gap: 0.2rem;
  }
}
.pagination__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pagination__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 0.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  color: #7f8898;
  border-radius: 50%;
  transition: color 0.25s, background-color 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .pagination__link:hover {
    color: #ffffff;
  }
}
.pagination__link.is-active {
  color: #ffffff;
  background-color: rgba(160, 182, 212, 0.2);
}
.pagination__link.is-dots {
  pointer-events: none;
  letter-spacing: 0.1em;
}
.pagination__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid rgba(160, 182, 212, 0.35);
  border-radius: 50%;
  color: #7f8898;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}
.pagination__arrow .ico {
  width: 1.4rem;
  height: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .pagination__arrow:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
}
.pagination__arrow[disabled], .pagination__arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   스크롤 등장 애니메이션
   [data-reveal] 요소가 화면에 들어오면 JS 가 .is-revealed 를 부여한다.
   지연은 style="--delay:200ms" 또는 SCSS 에서 --delay 로 지정한다.
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
  /* 등장이 끝나면 합성 레이어를 해제한다.
     레이어가 유지되면 1px 테두리가 흐리게 래스터되는 경우가 있다. */
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}

/* 좌우에서 등장 */
[data-reveal=left] {
  transform: translate3d(-5rem, 0, 0);
}
[data-reveal=left].is-revealed {
  transform: translate3d(0, 0, 0);
}

[data-reveal=right] {
  transform: translate3d(5rem, 0, 0);
}
[data-reveal=right].is-revealed {
  transform: translate3d(0, 0, 0);
}

/* 스케일 업 (히어로 화면 이미지 등) */
[data-reveal=zoom] {
  transform: translateY(4rem) scale(0.96);
}
[data-reveal=zoom].is-revealed {
  transform: translateY(0) scale(1);
}

/* JS 미동작 / IntersectionObserver 미지원 시 즉시 노출 */
.no-reveal [data-reveal] {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   타이틀 마스크 리빌
   제목 텍스트를 .tm 으로 감싸고, 바깥 요소를 overflow:hidden 마스크로 써서
   글자가 아래에서 밀려 올라오게 한다. (clip-path 트랜지션은 브라우저에 따라
   보간되지 않는 경우가 있어 transform 방식으로 처리한다)
   ========================================================================== */
.hero__title,
.sec-title,
.sub-title,
.sub-hero__title {
  overflow: hidden;
  /* 받침·디센더가 잘리지 않도록 마스크 아래를 넓힌다.
     음수 margin 으로 상쇄하면 각 타이틀이 지정한 margin-bottom 을
     덮어써 버리므로(캐스케이드상 이 파일이 뒤에 온다) 상쇄하지 않는다. */
  padding-bottom: 0.16em;
}

.tm {
  display: block;
  /* 마스크가 padding 만큼 커졌으므로 숨김 위치도 그만큼 더 내린다 */
  transform: translateY(120%);
  transition: transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
}

.section.is-active .tm,
.is-revealed .tm,
.no-reveal .tm {
  transform: translateY(0);
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   맨 위로 버튼 (서브 페이지 전용)
   - 일정 높이 이상 스크롤하면 나타난다.
   - 메인은 풀페이지라 문서 스크롤이 없어 사용하지 않는다.
   ========================================================================== */
.scroll-top {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid rgba(160, 182, 212, 0.22);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  color: #7f8898;
  /* 기본은 숨김. JS 가 .is-visible 을 붙인다 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.2rem);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s, border-color 0.25s, background-color 0.25s;
}
.scroll-top .ico {
  width: 2rem;
  height: 2rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) and (pointer: fine) {
  .scroll-top:hover {
    color: #ffffff;
    border-color: rgba(160, 182, 212, 0.7);
    background-color: rgba(0, 0, 0, 0.85);
  }
  .scroll-top:hover .ico {
    transform: translateY(-0.3rem);
  }
}
@media screen and (max-width: 1023.98px) {
  .scroll-top {
    right: 2.4rem;
    bottom: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  .scroll-top .ico {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .scroll-top {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}

/* sections - 메인 */
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   01 메인 비주얼
   배경 영상이 어두워 다크 테마(흰 글씨)를 사용한다.
   밝은 영상/이미지로 교체할 경우
   - index.html : .hero 섹션의 data-theme="dark" -> "light"
   - 아래 .section__dim / 텍스트 컬러를 밝은 배경용으로 되돌리면 된다.
   ========================================================================== */
.hero {
  background-color: #000000;
}
.hero .section__bg {
  background-color: #05080f;
  background-image: linear-gradient(135deg, #0d1b2e 0%, #05080f 100%);
}
.hero {
  /* 상단(헤더) + 좌측(타이틀) 영역만 눌러 흰 글씨 가독성을 확보 */
}
.hero .section__dim {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 22%), linear-gradient(100deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 46%, rgba(0, 0, 0, 0.08) 76%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  .hero .section__dim {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.hero .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .hero .section__inner {
    padding-bottom: 10rem;
  }
}
.hero {
  /* 메인 헤드 : 볼드 사용 구간 */
}
.hero__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: var(--fs-head);
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1023.98px) {
  .hero__title {
    font-size: var(--fs-head-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .hero__title {
    font-size: var(--fs-head-mo);
  }
}
.hero__desc {
  margin-top: 3.4rem;
  max-width: 102rem;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
  text-shadow: 0 0.1rem 1.6rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1279.98px) {
  .hero__desc br {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero__desc {
    margin-top: 2.4rem;
  }
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.business {
  background-color: #000000;
}
.business .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: calc(var(--header-h) + 5rem);
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023.98px) {
  .business .section__inner {
    padding-top: calc(6rem + 4rem);
    padding-bottom: 8rem;
  }
}
.business__head {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1023.98px) {
  .business__head {
    margin-bottom: 2.4rem;
  }
}
.business__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  flex: 1 1 auto;
  min-height: 0;
}
@media screen and (max-width: 1023.98px) {
  .business__list {
    flex-direction: column;
    gap: 1.6rem;
    flex: 0 0 auto;
  }
}
.business__item {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 1023.98px) {
  .business__item {
    flex: 0 0 auto;
    height: 34rem;
  }
}
@media screen and (max-width: 767.98px) {
  .business__item {
    height: 26rem;
  }
}

/* 카드 --------------------------------------------------------------------- */
.biz-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0a0a0a;
  color: #ffffff;
}
.biz-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #030711;
  background-image: linear-gradient(135deg, #0e2a4d 0%, #030711 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.biz-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biz-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 78%, rgba(0, 0, 0, 0.85) 100%);
  transition: opacity 0.5s;
}
.biz-card__num {
  position: absolute;
  top: 4.4rem;
  left: 4.8rem;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-head);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 1439.98px) {
  .biz-card__num {
    top: 3.4rem;
    left: 3.4rem;
    font-size: var(--fs-head-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .biz-card__num {
    top: 2.4rem;
    left: 2.4rem;
    font-size: var(--fs-head-mo);
  }
}
.biz-card__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 4.8rem 4.4rem;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 1439.98px) {
  .biz-card__info {
    padding: 0 3.4rem 3.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .biz-card__info {
    padding: 0 2.4rem 2.4rem;
  }
}
.biz-card {
  /* 사업분야 카드 헤드 : 볼드 사용 구간 (최대 40px) */
}
.biz-card__title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: var(--fs-lead);
  line-height: 1.25;
  color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .biz-card__title {
    font-size: var(--fs-lead-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .biz-card__title {
    font-size: var(--fs-lead-mo);
  }
}
.biz-card__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 1.4rem;
}
.biz-card__sub {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
  transition: color 0.35s;
}
.biz-card__arrow {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767.98px) {
  .biz-card__arrow {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .biz-card:hover .biz-card__bg {
    transform: scale(1.06);
  }
  .biz-card:hover {
    /* 텍스트 블록이 살짝 떠오르고 서브 문구가 또렷해진다 */
  }
  .biz-card:hover .biz-card__info {
    transform: translateY(-0.6rem);
  }
  .biz-card:hover .biz-card__sub {
    color: #ffffff;
  }
  .biz-card:hover .biz-card__arrow {
    transform: translate(0.5rem, -0.5rem);
  }
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.history {
  background-color: #01040c;
  /* 화면 비율이 바뀌어도 지구(좌하단)가 잘리지 않도록 좌·하단 기준으로 고정.
     cover 라 어떤 비율에서도 여백 없이 화면을 채운다. */
}
.history .section__bg {
  background-color: #01040c;
  background-image: linear-gradient(135deg, #062146 0%, #01040c 100%);
  background-position: left bottom;
}
.history {
  /* 배경 이미지가 이미 어두워 우측 텍스트 영역만 살짝 눌러준다 */
}
.history .section__dim {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.55) 100%);
}
.history .section__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  padding-top: calc(var(--header-h) + clamp(3rem, 5.5vh, 6rem));
  padding-bottom: clamp(3rem, 5.5vh, 6rem);
}
@media screen and (max-width: 1023.98px) {
  .history .section__inner {
    flex-direction: column;
    gap: 4rem;
    padding-top: calc(6rem + 5rem);
    padding-bottom: 10rem;
  }
}
.history__head {
  flex: 0 0 auto;
  width: 36%;
  padding-top: clamp(3rem, 5.5vh, 6rem);
}
@media screen and (max-width: 1023.98px) {
  .history__head {
    width: 100%;
    padding-top: 0;
  }
}
.history__desc {
  margin-top: clamp(1.6rem, 2.6vh, 3rem);
}
.history__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

/* 타임라인 ----------------------------------------------------------------- */
.timeline {
  position: relative;
  width: 100%;
  max-width: 96rem;
}
.timeline__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: clamp(9rem, 13vh, 12rem);
  padding: clamp(0.8rem, 1.3vh, 1.4rem) 0;
  /* 세로 연결선 : 첫 dot ~ 마지막 dot 구간만 그린다.
     섹션 진입 시 위에서 아래로 그려진다. */
}
.timeline__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22rem;
  width: 1px;
  background-color: rgba(160, 182, 212, 0.31);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1439.98px) {
  .timeline__item::before {
    left: 17rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .timeline__item::before {
    left: 0.55rem;
  }
}
.timeline__item:first-child::before {
  top: 50%;
}
@media screen and (max-width: 1023.98px) {
  .timeline__item:first-child::before {
    top: 1.4rem;
  }
}
.timeline__item:last-child::before {
  bottom: 50%;
}
@media screen and (max-width: 1023.98px) {
  .timeline__item:last-child::before {
    top: 0;
    bottom: auto;
    height: 1.4rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .timeline__item {
    display: block;
    min-height: 0;
    padding: 0 0 3rem 3.4rem;
  }
  .timeline__item:last-child {
    padding-bottom: 0;
  }
}
.timeline__year {
  display: block;
  flex: 0 0 auto;
  width: 22rem;
  padding-right: 4rem;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-head);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 1439.98px) {
  .timeline__year {
    width: 17rem;
    font-size: var(--fs-head-tablet);
  }
}
@media screen and (max-width: 1023.98px) {
  .timeline__year {
    width: auto;
    padding-right: 0;
    margin-bottom: 1.4rem;
    text-align: left;
    font-size: var(--fs-head-mo);
    color: #ffffff;
  }
}
.timeline {
  /* 링 + 흰 점 + 가로 연결선
     margin 은 항상 -(크기/2) 로 두어 세로선 중앙에 정렬된다 */
}
.timeline__dot {
  position: absolute;
  top: 50%;
  left: 22rem;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
  border: 1px solid rgba(160, 182, 212, 0.77);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* 가운데 흰 점 */
}
.timeline__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.timeline__dot {
  /* 링 우측에서 박스까지 가로 연결선 */
}
.timeline__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2.4rem;
  height: 1px;
  background-color: rgba(160, 182, 212, 0.31);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1439.98px) {
  .timeline__dot {
    left: 17rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .timeline__dot {
    top: 1.4rem;
    left: 0.55rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: -0.9rem 0 0 -0.9rem;
  }
  .timeline__dot::before {
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
  }
  .timeline__dot::after {
    width: 1.6rem;
  }
}
.timeline__box {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 3.6rem;
  padding: clamp(1.6rem, 2.4vh, 2.6rem) 3.4rem;
  border: 1px solid rgba(160, 182, 212, 0.25);
  background-color: rgba(160, 182, 212, 0.045);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 1023.98px) {
  .timeline__box {
    margin-left: 0;
    padding: 2rem 2.2rem;
  }
}
.timeline__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.timeline__row + .timeline__row {
  margin-top: clamp(0.8rem, 1.3vh, 1.4rem);
}
.timeline__month {
  flex: 0 0 auto;
  width: 9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  line-height: 1.6;
  color: #7f8898;
}
@media screen and (max-width: 1023.98px) {
  .timeline__month {
    width: 6rem;
  }
}
.timeline__text {
  flex: 1 1 auto;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}

/* 타임라인 드로잉 ----------------------------------------------------------
   섹션이 활성화되면 세로선이 위에서 아래로 그려지고, 각 dot 이 팝업된 뒤
   가로 연결선이 박스 쪽으로 뻗는다. 항목별로 순차 지연을 준다.
   (박스 자체의 fade-up 은 [data-fade] 가 담당하므로 그 뒤에 이어지도록
    시작 지연을 0.3s 부터 잡는다)
   -------------------------------------------------------------------------- */
.section.is-active .timeline__item::before {
  transform: scaleY(1);
}
.section.is-active .timeline__dot {
  transform: scale(1);
}
.section.is-active .timeline__dot::after {
  transform: scaleX(1);
}

.timeline__item:nth-child(1)::before {
  transition-delay: 0.3s;
}
.timeline__item:nth-child(1) .timeline__dot {
  transition-delay: 0.46s;
}
.timeline__item:nth-child(1) .timeline__dot::after {
  transition-delay: 0.6s;
}

.timeline__item:nth-child(2)::before {
  transition-delay: 0.48s;
}
.timeline__item:nth-child(2) .timeline__dot {
  transition-delay: 0.64s;
}
.timeline__item:nth-child(2) .timeline__dot::after {
  transition-delay: 0.78s;
}

.timeline__item:nth-child(3)::before {
  transition-delay: 0.66s;
}
.timeline__item:nth-child(3) .timeline__dot {
  transition-delay: 0.82s;
}
.timeline__item:nth-child(3) .timeline__dot::after {
  transition-delay: 0.96s;
}

.timeline__item:nth-child(4)::before {
  transition-delay: 0.84s;
}
.timeline__item:nth-child(4) .timeline__dot {
  transition-delay: 1s;
}
.timeline__item:nth-child(4) .timeline__dot::after {
  transition-delay: 1.14s;
}

.timeline__item:nth-child(5)::before {
  transition-delay: 1.02s;
}
.timeline__item:nth-child(5) .timeline__dot {
  transition-delay: 1.18s;
}
.timeline__item:nth-child(5) .timeline__dot::after {
  transition-delay: 1.32s;
}

.timeline__item:nth-child(6)::before {
  transition-delay: 1.2s;
}
.timeline__item:nth-child(6) .timeline__dot {
  transition-delay: 1.36s;
}
.timeline__item:nth-child(6) .timeline__dot::after {
  transition-delay: 1.5s;
}

.timeline__item:nth-child(7)::before {
  transition-delay: 1.38s;
}
.timeline__item:nth-child(7) .timeline__dot {
  transition-delay: 1.54s;
}
.timeline__item:nth-child(7) .timeline__dot::after {
  transition-delay: 1.68s;
}

.timeline__item:nth-child(8)::before {
  transition-delay: 1.56s;
}
.timeline__item:nth-child(8) .timeline__dot {
  transition-delay: 1.72s;
}
.timeline__item:nth-child(8) .timeline__dot::after {
  transition-delay: 1.86s;
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.location {
  background-color: #e9ecee;
  /* 태블릿 이하 : 지도(상단) + 정보 패널(하단) 흐름 배치 */
}
@media screen and (max-width: 1023.98px) {
  .location {
    display: flex;
    flex-direction: column;
  }
}
.location {
  /* 지도 : 섹션 전체 배경 ------------------------------------------------- */
  /* 지도 (Google Maps embed) --------------------------------------------- */
}
.location__map {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #e5e3df;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.location__map iframe,
.location__map img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  filter: saturate(0.95);
}
.location__map {
  /* embed 방식은 마커가 iframe 중앙에 고정된다.
     iframe 을 좌측 기준으로 넓혀 마커가 우측(정보 패널 바깥)으로 오게 한다.
     마커를 더/덜 밀려면 아래 값만 조정. */
}
.location__map iframe {
  width: calc(100% + 56rem);
  /* 크로스오리진 iframe 은 휠·터치 이벤트를 자기 문서에서 소비한다.
     그대로 두면 이 섹션에서 풀페이지 스크롤이 멈추므로 기본은 이벤트 대상에서 뺀다. */
  pointer-events: none;
}
.location__map {
  /* 지도를 클릭했을 때만 조작(확대·드래그)을 허용한다 */
}
.location__map.is-map-active iframe {
  pointer-events: auto;
}
.location__map {
  /* 터치 기기는 스크롤이 우선 : 지도 조작은 '지도에서 열기'로 넘긴다 */
}
@media (hover: none) and (pointer: coarse) {
  .location__map.is-map-active iframe {
    pointer-events: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .location__map {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    height: 42vh;
    min-height: 28rem;
    /* 패널이 지도 아래로 내려가므로 마커를 중앙에 그대로 둔다 */
  }
  .location__map iframe {
    width: 100%;
  }
}
.location__map {
  /* 모바일은 아래 정보 패널이 길어 지도 비중을 줄인다 */
}
@media screen and (max-width: 767.98px) {
  .location__map {
    height: 34vh;
    min-height: 22rem;
  }
}
.location__map-open {
  position: absolute;
  top: calc(var(--header-h) + 1.6rem);
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1023.98px) {
  .location__map-open {
    top: calc(6rem + 1.2rem);
    left: 1.2rem;
  }
}
.location .section__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
  /* stretch + min-height:0 이면 패널이 컨테이너 높이로 눌려서
     내용이 패널 밖으로 흘러나온다(배경이 안 덮임).
     내용 높이를 그대로 쓰도록 flex-start / 축소 금지로 둔다. */
}
@media screen and (max-width: 1023.98px) {
  .location .section__inner {
    flex: 1 0 auto;
    align-items: flex-start;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .location .section__inner {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.location {
  /* 정보 패널 -------------------------------------------------------------- */
}
.location__panel {
  pointer-events: auto;
  width: 40%;
  max-width: 76rem;
  margin-left: 6rem;
  padding: clamp(3rem, 5.5vh, 5.6rem) 4.4rem;
  background-color: rgba(0, 0, 0, 0.92);
}
@media screen and (max-width: 1439.98px) {
  .location__panel {
    width: 46%;
    padding: clamp(2.6rem, 5vh, 4.4rem) 3.6rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .location__panel {
    width: calc(100% - 8rem);
    max-width: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .location__panel {
    width: calc(100% - 4rem);
    padding: 3.2rem 2.4rem;
  }
}
.location__desc {
  margin-top: clamp(1.6rem, 2.6vh, 3rem);
  padding-bottom: clamp(2.4rem, 4vh, 4.4rem);
  border-bottom: 1px solid rgba(160, 182, 212, 0.31);
}
.location__list {
  margin: 0;
}

/* 정보 행 ------------------------------------------------------------------ */
.info-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3.4rem;
  padding: clamp(1.8rem, 3vh, 3.2rem) 0;
  border-bottom: 1px solid rgba(160, 182, 212, 0.31);
}
@media screen and (max-width: 767.98px) {
  .info-row {
    gap: 1.8rem;
  }
}
.info-row__icon {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
}
.info-row__icon img,
.info-row__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .info-row__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.info-row__body {
  flex: 1 1 auto;
  min-width: 0;
}
.info-row__label {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  line-height: 1;
  color: #7f8898;
}
.info-row__text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}
.info-row__sub {
  display: block;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--ls-ko);
  color: #7f8898;
}
.info-row a.info-row__text {
  display: inline-block;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .info-row a.info-row__text:hover {
    text-decoration: underline;
  }
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
.newsroom {
  background-color: #000000;
}
.newsroom .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}
.newsroom {
  /* 상단 비주얼 ------------------------------------------------------------ */
}
.newsroom__top {
  position: relative;
  flex: 0 0 auto;
  padding: calc(var(--header-h) + clamp(3rem, 5.5vh, 6rem)) 6rem clamp(2.4rem, 4vh, 4.4rem);
  overflow: hidden;
}
@media screen and (max-width: 1023.98px) {
  .newsroom__top {
    padding: calc(6rem + 4rem) 4rem 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .newsroom__top {
    padding: calc(6rem + 3rem) 2rem 3rem;
  }
}
.newsroom__visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 62%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000308;
  background-image: linear-gradient(135deg, #0a1830 0%, #000308 100%);
}
.newsroom__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsroom__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.65) 28%, rgba(0, 0, 0, 0) 70%);
}
@media screen and (max-width: 1023.98px) {
  .newsroom__visual {
    width: 100%;
    opacity: 0.55;
  }
  .newsroom__visual::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.newsroom__head {
  position: relative;
  z-index: 1;
  max-width: 60rem;
}
.newsroom__desc {
  margin-top: clamp(1.6rem, 2.6vh, 3rem);
}
.newsroom {
  /* 검색 ------------------------------------------------------------------- */
}
.newsroom__search {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  max-width: 60rem;
  height: 5.2rem;
  margin-top: clamp(1.6rem, 2.6vh, 3rem);
  padding: 0 1.8rem;
  border: 1px solid rgba(160, 182, 212, 0.49);
  background-color: rgba(0, 0, 0, 0.35);
  transition: border-color 0.3s;
}
.newsroom__search:focus-within {
  border-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .newsroom__search {
    height: 4.6rem;
  }
}
.newsroom__search-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  color: #7f8898;
}
.newsroom__search-btn svg {
  width: 100%;
  height: 100%;
}
.newsroom__search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  color: #ffffff;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--ls-ko);
}
.newsroom {
  /* 리스트 영역 ------------------------------------------------------------ */
}
.newsroom__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 6rem clamp(2.4rem, 4vh, 4.4rem);
}
@media screen and (max-width: 1023.98px) {
  .newsroom__body {
    padding: 0 4rem 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .newsroom__body {
    padding: 0 2rem 8rem;
  }
}
.newsroom__pagination {
  flex: 0 0 auto;
  margin-top: clamp(1.6rem, 2.6vh, 3rem);
}

/* 뉴스 리스트 --------------------------------------------------------------- */
@keyframes news-item-in {
  from {
    opacity: 0;
    transform: translateY(1.6rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.news-list {
  /* PC : 남은 높이를 4개 아이템이 균등하게 나눠 가져 풀페이지를 유지한다 */
}
@media screen and (min-width: 1024px) {
  .news-list {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.news-list__item {
  border-bottom: 1px solid rgba(160, 182, 212, 0.22);
  /* 페이지네이션으로 목록을 다시 그릴 때마다 요소가 새로 만들어지므로
     순차 등장이 자동으로 재생된다. 별도 JS 처리가 필요 없다. */
  animation: news-item-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.news-list__item:nth-child(1) {
  animation-delay: 0s;
}
.news-list__item:nth-child(2) {
  animation-delay: 0.07s;
}
.news-list__item:nth-child(3) {
  animation-delay: 0.14s;
}
.news-list__item:nth-child(4) {
  animation-delay: 0.21s;
}
.news-list__item:first-child {
  border-top: 1px solid rgba(160, 182, 212, 0.22);
}
.news-list__item {
  /* 마지막 페이지처럼 항목이 적어도 한 줄이 과하게 늘어나지 않도록 상한을 둔다 */
}
@media screen and (min-width: 1024px) {
  .news-list__item {
    flex: 1 1 0;
    min-height: 8rem;
    max-height: 13rem;
  }
}
.news-list__item {
  /* 검색 결과 없음 : 구분선 없이 남은 높이를 통째로 쓴다 */
}
.news-list__item--empty, .news-list__item--empty:first-child {
  border: 0;
}
@media screen and (min-width: 1024px) {
  .news-list__item--empty, .news-list__item--empty:first-child {
    flex: 1 1 auto;
    max-height: none;
  }
}

.news-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  padding: clamp(1.2rem, 2.2vh, 2.4rem) 0;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1024px) {
  .news-item {
    height: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-item:hover {
    background-color: rgba(160, 182, 212, 0.055);
  }
}
@media screen and (max-width: 767.98px) {
  .news-item {
    gap: 1.6rem;
    padding: 1.8rem 0;
    align-items: flex-start;
  }
}
.news-item__thumb {
  flex: 0 0 auto;
  width: 20rem;
  height: 8.4rem;
  overflow: hidden;
  /* 행 높이가 줄어들면 썸네일도 같이 줄어든다 */
}
@media screen and (min-width: 1024px) {
  .news-item__thumb {
    height: 100%;
    max-height: 8.4rem;
  }
}
.news-item__thumb {
  background-color: #1a1a1a;
  background-color: #05080f;
  background-image: linear-gradient(135deg, #12233d 0%, #05080f 100%);
}
.news-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 1023.98px) {
  .news-item__thumb {
    width: 16rem;
    height: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .news-item__thumb {
    width: 10rem;
    height: 6.4rem;
  }
}
.news-item:hover .news-item__thumb img {
  transform: scale(1.06);
}
.news-item__body {
  flex: 1 1 auto;
  min-width: 0;
}
.news-item__date {
  display: block;
  margin-bottom: clamp(0.8rem, 1.3vh, 1.4rem);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  line-height: 1;
  color: #7f8898;
}
.news-item__title {
  display: block;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023.98px) {
  .news-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media screen and (max-width: 1023.98px) {
  .news-item__more {
    display: none;
  }
}
.news-item:hover .news-item__more {
  color: #ffffff;
}
.news-item:hover .news-item__more .ico {
  transform: translate(0.3rem, -0.3rem);
}

/* 검색 결과 없음 --------------------------------------------------------- */
.news-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  min-height: 20rem;
  height: 100%;
  padding: 4rem 0;
  text-align: center;
}
.news-empty__text {
  font-size: var(--fs-sub);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
}
.news-empty__reset {
  padding: 0 2.4rem;
  height: 4.2rem;
  border: 1px solid rgba(160, 182, 212, 0.35);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
  transition: border-color 0.3s, background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .news-empty__reset:hover {
    border-color: #ffffff;
    background-color: rgba(160, 182, 212, 0.11);
  }
}

/* sections - 서브 */
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   서브 페이지 히어로 + 소개
   시안(1920) 실측 기준
   - 배경 밴드 높이 800
   - GS 배지 : left 60 / top 140 (헤더 90 + 50)
   - 타이틀+설명 블록 : 밴드 내 세로 중앙
   - 모니터 이미지 : 640 폭, top 555 (밴드 위로 345 겹침), right 130
   - 소개 문단 : top 900, 모니터와 같은 행에 좌측 배치
   ========================================================================== */
.sub-hero {
  position: relative;
  min-height: 80rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: var(--header-h);
  overflow: visible;
}
@media screen and (max-width: 1023.98px) {
  .sub-hero {
    min-height: 56rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-hero {
    min-height: 42rem;
  }
}
.sub-hero__bg, .sub-hero__dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80rem;
}
@media screen and (max-width: 1023.98px) {
  .sub-hero__bg, .sub-hero__dim {
    height: 56rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-hero__bg, .sub-hero__dim {
    height: 42rem;
  }
}
.sub-hero__bg {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #030711;
  background-image: linear-gradient(135deg, #0e2a4d 0%, #030711 100%);
}
.sub-hero__dim {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 18%), linear-gradient(95deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 46%, rgba(0, 0, 0, 0) 78%), linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.8) 100%);
}
.sub-hero {
  /* GS 인증 배지 : 밴드 좌상단 고정 */
}
.sub-hero__badge {
  position: absolute;
  top: calc(var(--header-h) + 5rem);
  left: 6rem;
  z-index: 2;
  /* gs.svg 원본이 100×50 이라 폭 10rem 이면 높이가 시안과 같은 5rem 이 된다 */
}
.sub-hero__badge img {
  display: block;
  width: 10rem;
  height: auto;
}
.sub-hero__badge.has-img-error {
  width: 10rem;
  height: 5rem;
}
@media screen and (max-width: 1023.98px) {
  .sub-hero__badge {
    top: calc(6rem + 3rem);
    left: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-hero__badge {
    left: 2rem;
  }
  .sub-hero__badge img {
    width: 8rem;
  }
}
.sub-hero__head {
  position: relative;
  z-index: 2;
}
.sub-hero__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: var(--fs-head);
  line-height: 1.15;
  color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .sub-hero__title {
    font-size: var(--fs-head-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .sub-hero__title {
    font-size: var(--fs-head-mo);
  }
}
.sub-hero__desc {
  margin-top: 2.8rem;
  max-width: 88rem;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
}
@media screen and (max-width: 767.98px) {
  .sub-hero__desc {
    margin-top: 1.8rem;
  }
}

/* 소개 문단 + 모니터 화면 ------------------------------------------------- */
.sub-intro {
  position: relative;
  z-index: 3;
  padding-top: 10.5rem;
}
@media screen and (max-width: 1023.98px) {
  .sub-intro {
    padding-top: 6rem;
  }
}
.sub-intro__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 1023.98px) {
  .sub-intro__inner {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.sub-intro__body {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 92rem;
}
.sub-intro__text {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
  /* 시안은 문단 사이 추가 여백 없이 이어진다 */
}
.sub-intro__text + .sub-intro__text {
  margin-top: 0;
}
.sub-intro {
  /* 모니터 이미지 : 히어로 배경 밴드 위로 걸쳐 올라간다 */
}
.sub-intro__visual {
  flex: 0 0 auto;
  width: 64rem;
  margin: -34.5rem 13rem 0 0;
  /* 원본이 1280x961 이라 높이가 480.5px 처럼 소수로 떨어진다.
     그러면 아래 요소들이 반픽셀씩 밀려 1px 테두리가 두 줄로 번진다.
     4:3 으로 고정해 높이를 정수 픽셀로 맞춘다. (오차 0.1% - 육안 식별 불가) */
}
.sub-intro__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.sub-intro__visual {
  /* 이미지 미배치 시 자리 확인용 */
}
.sub-intro__visual.has-img-error {
  height: 48rem;
  background-color: #05080f;
  background-image: linear-gradient(135deg, #101a28 0%, #05080f 100%);
}
@media screen and (max-width: 1023.98px) {
  .sub-intro__visual {
    width: 100%;
    margin: -22rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sub-intro__visual {
    margin: -14rem 0 0;
  }
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   주요 특성
   시안(1920) 실측 기준
   - 카드 padding : 50 top / 50 right / 45 bottom / 100 left
   - 넘버 배지 : 40 x 36, 배경 #2D4059
   - 배지 -> 타이틀 간격 28 / 헤드 -> 불릿 간격 41
   - 우측 이미지 : 폭 600 (비율 유지, 크롭 없음), 텍스트와의 간격 135
   - 카드 사이 간격 40

   --wide : 1단 + 우측 이미지 (Crayon CUDP)
   --grid : 2단 텍스트 (Crayon / Crayon ISP)
   ========================================================================== */
.feature-list {
  display: grid;
}
.feature-list--wide {
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .feature-list--wide {
    gap: 2rem;
  }
}
.feature-list--grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
@media screen and (max-width: 1023.98px) {
  .feature-list--grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 13.5rem;
  padding: 5rem 5rem 4.5rem 10rem;
  border: 1px solid rgba(160, 182, 212, 0.22);
  background-color: rgba(160, 182, 212, 0.045);
}
@media screen and (max-width: 1439.98px) {
  .feature-card {
    gap: 8rem;
    padding: 4rem 4rem 3.6rem 6rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .feature-card {
    flex-direction: column;
    gap: 3rem;
    padding: 3.2rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-card {
    padding: 2.4rem 2rem;
  }
}
.feature-card {
  /* 2단 그리드는 좌측 여백을 줄인다 */
}
.feature-list--grid .feature-card {
  padding-left: 6rem;
}
@media screen and (max-width: 1023.98px) {
  .feature-list--grid .feature-card {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-list--grid .feature-card {
    padding-left: 2rem;
  }
}
.feature-card__body {
  flex: 1 1 auto;
  min-width: 0;
}
.feature-card__head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023.98px) {
  .feature-card__head {
    gap: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-card__head {
    gap: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
.feature-card__num {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: 3.6rem;
  padding: 0 0.8rem;
  background-color: #2d4059;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--fs-body);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .feature-card__num {
    min-width: 3.4rem;
    height: 3.2rem;
  }
}
.feature-card__title {
  font-size: var(--fs-sub);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}
.feature-card {
  /* 불릿 리스트 : 배지보다 살짝 안쪽에서 시작 */
}
.feature-card__list {
  display: grid;
  gap: 1rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .feature-card__list {
    padding-left: 0;
  }
}
.feature-card__item {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
}
.feature-card__item::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: currentColor;
}
.feature-card {
  /* 우측 이미지 : 비율 유지(크롭 없음) */
}
.feature-card__figure {
  flex: 0 0 auto;
  /* 카드는 텍스트 기준 flex-start 지만 이미지만 텍스트 높이 대비 수직 중앙에 둔다 */
  align-self: center;
  width: 36.5%;
  max-width: 60rem;
}
.feature-card__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-card__figure {
  /* 이미지 미배치 시 자리 확인용 */
}
.feature-card__figure.has-img-error {
  min-height: 20rem;
  background-color: #05080f;
  background-image: linear-gradient(135deg, #101a28 0%, #05080f 100%);
}
.feature-card__figure {
  /* 세로 배치로 바뀌므로 교차축(가로) 정렬은 원래대로 되돌린다 */
}
@media screen and (max-width: 1023.98px) {
  .feature-card__figure {
    align-self: stretch;
    width: 100%;
    max-width: none;
  }
  .feature-card__figure.has-img-error {
    min-height: 16rem;
  }
}

/* 2단 그리드에서 우측 열은 살짝 늦게 등장 */
.feature-list--grid > .feature-card:nth-child(even) {
  --delay: 140ms;
}

/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   서브 페이지 연락하기
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1023.98px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-box {
  padding: 2.8rem 3.4rem;
  /* 카드보다 한 단계 뜬 표면 */
  background-color: rgba(160, 182, 212, 0.145);
  border: 1px solid rgba(160, 182, 212, 0.14);
}
@media screen and (max-width: 767.98px) {
  .contact-box {
    padding: 2.2rem 2rem;
  }
}
.contact-box {
  /* 내부는 오시는길과 동일한 .info-row 구조를 재사용 */
}
.contact-box .info-row {
  padding: 0;
  border-bottom: 0;
}
.contact-box {
  /* 두 번째 열(우측) 등장 지연 */
}
.contact-box:nth-child(even) {
  --delay: 140ms;
}

/* pages */
/* ==========================================================================
   CodeLab360 - main style
   author : publishing
   ========================================================================== */
/* abstracts (변수/믹스인) — 컴파일 결과물 없음 */
/* ==========================================================================
   404 페이지
   스크롤이 없는 한 화면 구성이라 헤더를 뺀 높이를 그대로 채운다.
   ========================================================================== */
.error {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: calc(var(--app-height, 100vh) - var(--header-h));
  padding: 12rem 0;
  background-color: #000000;
}
@media screen and (max-width: 1023.98px) {
  .error {
    min-height: calc(var(--app-height, 100vh) - 6rem);
    padding: 8rem 0;
  }
}
.error__inner {
  text-align: center;
}
.error {
  /* 숫자는 로마자 트랙이라 letter-spacing 0 */
}
.error__code {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(9rem, 14vw, 16rem);
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, rgba(160, 182, 212, 0.22) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.error__title {
  margin-top: clamp(1.6rem, 2.6vh, 3rem);
  font-size: var(--fs-lead);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .error__title {
    font-size: var(--fs-lead-tablet);
  }
}
@media screen and (max-width: 767.98px) {
  .error__title {
    font-size: var(--fs-lead-mo);
  }
}
.error__desc {
  max-width: 52rem;
  margin: clamp(0.8rem, 1.3vh, 1.4rem) auto 0;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: var(--ls-ko);
  color: #b8bec9;
}
.error__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: clamp(2.4rem, 4vh, 4.4rem);
}
@media screen and (max-width: 767.98px) {
  .error__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* 테두리형 버튼 : 연락하기 버튼과 높이를 맞춘다 */
.btn-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 3rem;
  border: 1px solid rgba(160, 182, 212, 0.35);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--ls-ko);
  color: #ffffff;
  transition: border-color 0.3s, background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn-line:hover {
    border-color: #ffffff;
    background-color: rgba(160, 182, 212, 0.11);
  }
}
@media screen and (max-width: 767.98px) {
  .btn-line {
    height: 4.6rem;
  }
}
