.button-wrapper {
  width: 100%;
  height: 65px;
  border: 1px solid transparent;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button-wrapper {
    height: 56px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.button-wrapper.small {
  height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .button-wrapper.small {
    height: 36px;
  }
}
.button-wrapper.large {
  height: 80px;
  font-size: 2.4rem;
  font-weight: 500;
}
.button-wrapper.white {
  background: #ffffff;
  color: #1a1a1a;
}
.button-wrapper.white:disabled {
  background-color: #a2a2a2;
  color: #737373;
}
.button-wrapper.black {
  border: 1px solid #ffffff;
  color: #ffffff;
}.page-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.page-title-wrapper.no-border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-title-wrapper .page-title-wrapper__title {
  font-size: 6.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}
.page-title-wrapper .page-title-wrapper__sub-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .page-title-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .page-title-wrapper .page-title-wrapper__title {
    font-size: 3.6rem;
    font-weight: 400;
  }
  .page-title-wrapper .page-title-wrapper__sub-title {
    font-size: 1.8rem;
    font-weight: 400;
  }
}.auth-layout {
  background-color: #1a1a1a;
  padding: 100px 240px;
}
@media (max-width: 1024px) {
  .auth-layout {
    padding: 50px 120px;
  }
}
@media (max-width: 768px) {
  .auth-layout {
    padding: 16px 40px;
  }
}
.auth-layout .auth-layout__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .auth-layout .auth-layout__content {
    width: 100%;
    max-width: 100%;
  }
}
.auth-layout .auth-layout__content .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.auth-layout .auth-layout__content .input-wrapper label:not(.file-input__upload-button) {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .auth-layout .auth-layout__content .input-wrapper label:not(.file-input__upload-button) {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.auth-layout .auth-layout__content .input-wrapper .with-button-row {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 16px;
}
.auth-layout .auth-layout__content .input-wrapper .file-input {
  color: #ffffff;
}
.auth-layout .auth-layout__content .auth-layout__content-navigation {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 48px;
}
.auth-layout .auth-layout__content .auth-layout__content-navigation .button-wrapper {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .auth-layout .auth-layout__content .auth-layout__content-navigation {
    gap: 12px;
    margin-bottom: 40px;
  }
  .auth-layout .auth-layout__content .auth-layout__content-navigation .button-wrapper {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.auth-layout .auth-layout__content .bottom-btns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}.footer {
  background: #1a1a1a;
  color: #f5f5f5;
  width: 100%;
}
.footer .footer__inner {
  margin: 0 auto;
  max-width: 1920px;
  padding: 40px 100px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 32px 0px;
  align-items: start;
}
@media (max-width: 1024px) {
  .footer .footer__inner {
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer__inner {
    padding: 20px 16px;
  }
}
.footer .footer__brand {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer__brand__logo {
  height: 60px;
  background: transparent;
}
@media (max-width: 1024px) {
  .footer .footer__brand__logo {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .footer .footer__brand__logo {
    height: 20px;
  }
}
.footer .footer__brand__logo img {
  height: 100%;
}
.footer .footer__brand__info p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .footer .footer__brand__info p {
    color: #858585;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.footer .footer__links {
  grid-column: 1/3;
  grid-row: 2/2;
}
.footer .footer__links .footer__divider {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer .footer__links .footer__divider {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.footer .footer__links .footer__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .footer .footer__links .footer__link {
    color: #858585;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.footer .footer__link {
  color: #f5f5f5;
  text-decoration: none;
}
.footer .footer__link:hover {
  text-decoration: underline;
}
.footer .footer__divider {
  display: inline-block;
  margin: 0 8px;
}
.footer .footer__nav {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 1024px) {
  .footer .footer__nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .footer__nav {
    display: none;
  }
}
.footer .footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer .footer__nav ul li {
  margin: 0;
}
.footer .footer__nav ul a {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #f5f5f5;
  text-decoration: none;
}
.footer .footer__social {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(4, 36px);
  gap: 12px;
}
@media (max-width: 1024px) {
  .footer .footer__social {
    margin-top: 20px;
  }
}
.footer .footer__social .footer__social__item {
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .footer .footer__social .footer__social__item {
    width: 32px;
    height: 32px;
  }
}
.footer .footer__social .footer__social__item img {
  width: 100%;
  height: 100%;
}.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 80px;
  transition: background-color 160ms ease, color 160ms ease;
}
@media (max-width: 768px) {
  .header {
    height: 56px;
  }
}
.header.fixed {
  position: fixed;
  width: 100%;
}
.header.header--no-scroll {
  background: transparent;
  color: #ffffff;
}
.header.header--scrolled {
  background: #1a1a1a;
  color: #ffffff;
}
.header .mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .mobile {
    display: flex;
  }
}
.header .header-user-menu {
  cursor: pointer;
}
.header .header-user-menu img {
  width: 28px;
  height: 28px;
}
.header .header-burger-menu {
  position: relative;
  cursor: pointer;
}
.header .header-burger-menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 200ms ease, opacity 160ms ease, background-color 160ms ease;
  transform-origin: 50% 50%;
}
@media (max-width: 768px) {
  .header .header-burger-menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
}
.header .header-burger-menu.open {
  z-index: 200;
}
.header .header-burger-menu.open span {
  background-color: #ffffff;
}
.header .header-burger-menu.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .header-burger-menu.open span:nth-child(2) {
  opacity: 0;
}
.header .header-burger-menu.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .header__inner {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 100px;
  display: grid;
  grid-template-columns: 200px 1fr 120px;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    padding: 0 16px;
  }
}
.header .header__brand img {
  display: block;
  margin-top: -12px;
}
@media (max-width: 768px) {
  .header .header__brand img {
    height: 20px;
    margin-top: -7px;
  }
}
.header .header__nav {
  height: 100%;
}
@media (max-width: 768px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 60px;
  justify-content: center;
  height: 100%;
}
.header .header__nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.header .header__nav ul li.active {
  color: #5e76ff;
}
.header .header__nav ul li.active::after {
  width: 100%;
}
.header .header__nav ul li:hover {
  color: #5e76ff;
}
.header .header__nav ul li:hover::after {
  width: 100%;
}
.header .header__nav ul li::after {
  user-select: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  pointer-events: none;
}
.header .header__nav .submenu__link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header .header__nav .has-submenu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header__nav .has-submenu.is-open .submenu__link {
  color: #5e76ff;
}
.header .header__nav .has-submenu.is-open .submenu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header .header__nav .has-submenu .submenu {
  z-index: 100;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -6px);
  background: #262626;
  padding: 31px 43px;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}
.header .header__nav .has-submenu .submenu .submenu__link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #cccccc;
  text-decoration: none;
  transition: color 160ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header .header__nav .has-submenu .submenu .submenu__link:not(:last-child) {
  margin-bottom: 36px;
}
.header .header__nav .has-submenu .submenu .submenu__link:hover, .header .header__nav .has-submenu .submenu .submenu__link.active {
  color: #5e76ff;
}
.header .header__actions {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header .header__actions {
    display: none;
  }
}
.header .header_after-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.header .header__login {
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 12px;
  white-space: nowrap;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}
.header .header__login img {
  width: 24px;
  height: 24px;
}
.header .header__login.admin-page {
  margin-left: 12px;
}

/* Mobile drawer and overlay */
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
  z-index: -10;
}
.mobile-overlay.open {
  z-index: 110;
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(80vw, 320px);
  height: 100vh;
  background: #1a1a1a;
  transform: translateX(100%);
  transition: transform 200ms ease;
  z-index: 120;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
}
.mobile-drawer.open {
  transform: translateX(0);
}
.mobile-drawer .drawer__nav {
  padding-top: 30px;
}
.mobile-drawer .drawer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-drawer .drawer__nav ul li {
  text-align: center;
}
.mobile-drawer .drawer__link {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.mobile-drawer {
  /* 그룹 상단(서브 포함 메뉴) */
}
.mobile-drawer .drawer__item.open .drawer__submenu {
  max-height: 300px;
  opacity: 1;
  padding-top: 20px;
}
.mobile-drawer .drawer__item.open .drawer__top-link {
  color: #5e76ff;
}
.mobile-drawer .drawer__item.open .drawer__top-link span::after {
  width: 100%;
}
.mobile-drawer .drawer__top-link {
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #ffffff;
  transition: color 160ms ease;
}
.mobile-drawer .drawer__top-link span {
  padding: 12px 0;
  position: relative;
}
.mobile-drawer .drawer__top-link span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 200ms ease;
}
.mobile-drawer .drawer__top-link.active span {
  border-color: #5e76ff;
  color: #ffffff;
}
.mobile-drawer .drawer__submenu {
  display: grid;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 200ms ease, opacity 200ms ease, padding-top 200ms ease;
  gap: 12px;
  padding-top: 0px;
}
.mobile-drawer .drawer__sublink {
  font-size: 1.6rem;
  font-weight: 500;
  color: #b7b7b7;
  text-decoration: none;
  text-align: center;
  transition: color 160ms ease;
}
.mobile-drawer .drawer__sublink.active, .mobile-drawer .drawer__sublink:hover {
  color: #5e76ff;
}.layout-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.layout-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.layout-content > * {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}.me-layout {
  background-color: #1a1a1a;
  padding: 100px 240px;
}
@media (max-width: 1024px) {
  .me-layout {
    padding: 50px 120px;
  }
}
@media (max-width: 768px) {
  .me-layout {
    padding: 40px 16px;
  }
}
.me-layout .me-layout__content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
}
@media (max-width: 768px) {
  .me-layout .me-layout__content {
    width: 100%;
    max-width: 100%;
  }
}
.me-layout .me-layout__content .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.me-layout .me-layout__content .input-wrapper label:not(.file-input__upload-button) {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .me-layout .me-layout__content .input-wrapper label:not(.file-input__upload-button) {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.me-layout .me-layout__content .input-wrapper .with-button-row {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 16px;
}
.me-layout .me-layout__content .input-wrapper .file-input {
  color: #ffffff;
}
.me-layout .me-layout__content .me-layout__content-navigation {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 48px;
}
.me-layout .me-layout__content .me-layout__content-navigation .button-wrapper {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .me-layout .me-layout__content .me-layout__content-navigation {
    gap: 12px;
    margin-bottom: 40px;
  }
  .me-layout .me-layout__content .me-layout__content-navigation .button-wrapper {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.me-layout .me-layout__content .bottom-btns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}.modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-wrapper .modal-wrapper__box {
  --padding: 16px;
  padding: var(--padding);
  width: 100%;
  position: relative;
  border-radius: 12px;
}
.modal-wrapper .modal-wrapper__box.is-mobile {
  height: 100%;
}
.modal-wrapper .modal-body {
  display: flex;
  flex-direction: column;
  height: fit-content;
  max-height: calc(100dvh - var(--padding) * 2);
  overflow: hidden;
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 24px;
  gap: 20px;
}
.modal-wrapper .modal-body .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  text-align: center;
}
.modal-wrapper .modal-body .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  transition: transform 0.4s;
}
.modal-wrapper .modal-body .modal-close:hover {
  transform: rotate(180deg);
}
.modal-wrapper .modal-body .modal-content {
  white-space: pre-line;
  word-break: keep-all;
  overflow: auto;
}
.modal-wrapper .modal-body .modal-content.center {
  text-align: center;
}
.modal-wrapper .modal-body .btn-wrapper {
  display: flex;
  gap: 12px;
}
.modal-wrapper .modal-body .btn-wrapper.align-left {
  justify-content: flex-start;
}
.modal-wrapper .modal-body .btn-wrapper.align-center {
  justify-content: center;
}
.modal-wrapper .modal-body .btn-wrapper.align-right {
  justify-content: flex-end;
}.popup-modal {
  position: fixed;
  z-index: 1000;
  /* top, left/right는 인라인 스타일로 주입 */
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.popup-modal .popup-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 0;
  transition: transform 0.4s;
  z-index: 4;
}
.popup-modal .popup-modal__close:hover {
  transform: rotate(180deg);
}
.popup-modal .popup-modal__close svg {
  width: 100%;
  height: 100%;
}
.popup-modal .popup-modal__image {
  display: block;
  width: 100%;
  height: auto;
}
.popup-modal .popup-modal__footer {
  display: flex;
  justify-content: flex-end;
  background: #000000;
}
.popup-modal .popup-modal__footer .hide-today {
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
}

.popup-mobile {
  width: clamp(280px, 70vw, 360px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-mobile__ratio {
  width: 100%;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
}

.popup-mobile__swiper {
  width: 100%;
  height: 100%;
}
.popup-mobile__swiper .popup-mobile__slide {
  width: 100%;
  height: 100%;
}
.popup-mobile__swiper .popup-mobile__slide a,
.popup-mobile__swiper .popup-mobile__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullets {
  bottom: 8px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
}/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
.search-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
}
.search-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0;
  padding-left: 16px;
  background: transparent;
  border-bottom: 1px solid #9a9a9a;
  color: #ffffff;
}
.search-box input::placeholder {
  color: #606060;
}
.search-box .search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .search-box {
    height: 48px;
    background-color: rgba(255, 255, 255, 0.0509803922);
  }
  .search-box input {
    font-size: 1.6rem;
    font-weight: 400;
  }
}.search-partner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.search-partner-container .search-box-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .search-partner-container .search-box-wrapper.desktop {
    display: none;
  }
  .search-partner-container .search-box-wrapper.mobile {
    display: flex;
  }
}
.search-partner-container .search-partner-panel {
  display: flex;
  flex-direction: column;
  width: 28.37%;
  background: #2a2a2a;
  padding: 36px 36px 0px 36px;
  overflow: hidden;
}
.search-partner-container .search-partner-panel .search-box-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.search-partner-container .search-partner-panel .search-box-wrapper .search-box-count {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.search-partner-container .search-partner-panel .search-box-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .search-partner-container .search-partner-panel .search-box-wrapper.desktop {
    display: none;
  }
  .search-partner-container .search-partner-panel .search-box-wrapper.mobile {
    display: flex;
  }
}
.search-partner-container .search-partner-panel .search-result {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.search-partner-container .search-partner-panel .search-result .search-result__item {
  padding: 20px 0;
  border-bottom: 1px solid #4b4b4b;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search-partner-container .search-partner-panel .search-result .search-result__item {
    padding: 16px 0;
  }
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__title-wrapper .right-arrow-icon {
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__title-wrapper .right-arrow-icon {
    width: 24px;
    height: 24px;
  }
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__title-wrapper strong {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__title-wrapper strong {
    font-size: 2rem;
    font-weight: 500;
  }
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__info-wrapper .info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__info-wrapper .info-item svg {
  width: 20px;
  height: 20px;
}
.search-partner-container .search-partner-panel .search-result .search-result__item .search-result__item__info-wrapper .info-item span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 768px) {
  .search-partner-container .search-partner-panel {
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .search-partner-container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.search-partner-container .search-partner-map-content {
  flex: 1;
  height: auto;
  aspect-ratio: 1/1;
}
.search-partner-container .search-partner-map-content #map {
  width: 100%;
  height: 100%;
}.contact-section {
  background-color: #1a1a1a;
  padding: 100px;
  height: 100% !important;
  display: flex;
}
@media (max-width: 1024px) {
  .contact-section {
    padding: 120px 50px;
  }
}
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 16px;
  }
}
.contact-section .contact-section__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex: 1;
}
@media (max-width: 768px) {
  .contact-section .contact-section__inner {
    gap: 40px;
  }
}
.contact-section .contact-section__inner .page-title-wrapper .page-title-wrapper__title {
  font-size: 6.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact-section .contact-section__inner .page-title-wrapper .page-title-wrapper__title {
    font-size: 3.6rem;
    font-weight: 400;
  }
}
.contact-section .contact-section__inner .page-title-wrapper__sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .contact-section .contact-section__inner .page-title-wrapper__sub-title {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.contact-section .contact-section__inner .search-partner-container {
  height: calc(100% - 122px);
}
@media (max-width: 768px) {
  .contact-section .contact-section__inner .search-partner-container {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-section__inner .search-partner-container .search-partner-panel {
    flex: 1;
  }
}.intro-section {
  width: 100%;
  position: relative;
}
@media (min-width: 1920px) {
  .intro-section {
    height: auto !important;
  }
  .intro-section .intro-section__image {
    height: auto;
  }
}
.intro-section .intro-section__image {
  width: 100%;
  height: 100%;
  display: flex;
}
.intro-section .intro-section__logo {
  position: absolute;
  width: 41.198vw;
  height: auto;
  top: 10.416vw;
  left: 5.208vw;
  max-width: 791px;
}
@media (max-width: 768px) {
  .intro-section .intro-section__logo {
    top: 156px;
    left: 16px;
    width: calc(100% - 32px);
  }
}.tech-intro-section_1 .car-model-container {
  width: 100vw;
  aspect-ratio: 2/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 15%;
}
.tech-intro-section_1 .car-model-container .car-model {
  position: absolute;
  width: 192%;
  right: -77%;
  bottom: -72%;
}
@media (min-aspect-ratio: 16/9) {
  .tech-intro-section_1 .car-model-container .car-model {
    width: 192%;
    right: -66%;
    bottom: -27%;
  }
}
@media (max-aspect-ratio: 16/9) and (min-width: 1024px) {
  .tech-intro-section_1 .car-model-container .car-model {
    width: 173%;
    right: -43%;
    bottom: -23%;
  }
}
@media (max-width: 1024px) {
  .tech-intro-section_1 .car-model-container .car-model {
    bottom: -33%;
    right: -55%;
  }
}
@media (max-width: 768px) {
  .tech-intro-section_1 .car-model-container .car-model {
    bottom: -106%;
    right: -85%;
    width: 239%;
  }
}
.tech-intro-section_1 .car-model-container .car-model .car-model__car {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tech-intro-section_1 .car-model-container .car-model .car-model__wheel {
  position: absolute;
  width: 14%;
  bottom: 18%;
  transform-origin: 50% 50%;
  will-change: transform;
}
.tech-intro-section_1 .car-model-container .car-model .car-model__wheel.left {
  left: 18%;
}
.tech-intro-section_1 .car-model-container .car-model .car-model__wheel.right {
  right: 17%;
}
.tech-intro-section_1 .car-model-container .car-model .car-model__front-window {
  position: absolute;
  top: 26.8%;
  left: 38.4%;
  width: 19%;
  z-index: -1;
  opacity: 0.1;
}
.tech-intro-section_1 .car-model-container .car-model .car-model__back-window {
  position: absolute;
  top: 28.7%;
  right: 31.5%;
  width: 11.7%;
  z-index: -1;
  opacity: 0.1;
}

@keyframes wheel-animation {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes window-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 창문이 좌 -> 우로 그려지듯이 나타나는 효과 */
@keyframes window-reveal-ltr {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}.tech-intro-section_1 {
  width: 100%;
  height: 100%;
  background-color: #0b0f18;
  background: linear-gradient(89.983deg, #10192c 0%, #5e8eff 72%, #3d26ba 100%);
  /* 레이아웃 관련(선택) */
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.tech-intro-section_1 .tech-intro-section_1__content {
  position: relative;
  height: 100%;
}
.tech-intro-section_1 .tech-intro-section_1__content .tech-intro-section_1__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 5.208vw;
  left: 5.208vw;
  color: #ffffff;
}
@media (max-width: 768px) {
  .tech-intro-section_1 .tech-intro-section_1__content .tech-intro-section_1__title-wrapper {
    top: 80px;
    left: 16px;
  }
}.mobile-line-break {
  display: none;
}
@media (max-width: 768px) {
  .mobile-line-break {
    display: block;
  }
}

.desktop-line-break {
  display: block;
}
@media (max-width: 768px) {
  .desktop-line-break {
    display: none;
  }
}.tech-intro-section_2 .car-model-container {
  position: relative;
  height: 100%;
}
.tech-intro-section_2 .car-model-container .car-model {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 50% 50%;
  will-change: transform;
  scale: 0.3;
  top: -15%;
}
@media (max-width: 1400px) {
  .tech-intro-section_2 .car-model-container .car-model {
    top: 13%;
  }
}
@media (max-width: 1024px) {
  .tech-intro-section_2 .car-model-container .car-model {
    top: 18%;
  }
}
@media (max-width: 580px) {
  .tech-intro-section_2 .car-model-container .car-model {
    top: 6%;
  }
}
@media (max-width: 768px) {
  .tech-intro-section_2 .car-model-container .car-model {
    top: 18%;
  }
}
.tech-intro-section_2 .car-model-container .car-model .car-model__car {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tech-intro-section_2 .car-model-container .car-model .section-car-model__front-window {
  position: absolute;
  top: 26%;
  left: 33%;
  width: 34%;
  z-index: -1;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .tech-intro-section_2 .car-model-container .car-model .section-car-model__front-window {
    top: 25%;
  }
}.tech-intro-section_2 {
  width: 100%;
  background-image: url("/images/main/load-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 100%;
  height: 100dvh !important;
}
.tech-intro-section_2 .tech-intro-section_2__content {
  height: 100%;
}
.tech-intro-section_2 .tech-intro-section_2__content .tech-intro-section_2__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 1;
  top: 5.208vw;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  width: max-content;
}
@media (max-width: 768px) {
  .tech-intro-section_2 .tech-intro-section_2__content .tech-intro-section_2__title-wrapper {
    top: 80px;
    right: 0;
    left: 50%;
    padding: 0 42px;
    transform: translateX(-50%);
  }
}
.tech-intro-section_2 .tech-intro-section_2__content .tech-intro-section_2__title-wrapper p {
  white-space: nowrap;
}.arrow-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 0;
}
.arrow-button.left {
  flex-direction: row;
}
.arrow-button.right {
  flex-direction: row-reverse;
}
.arrow-button.right svg {
  transform: rotate(180deg);
}
.arrow-button span {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  position: relative;
}
.arrow-button span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform-origin: left;
  transform: scale(0);
}
.arrow-button span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform-origin: right;
}
.arrow-button span:hover::after {
  transform: scale(1);
  background: #ececec;
  transition: background 0.3s ease-in, 0.4s transform ease 0.3s;
}
.arrow-button span:hover::before {
  transform: scale(0);
  transition: background 0.3s ease-in, 0.4s transform ease;
  background: #ececec;
}
.arrow-button svg {
  width: 38px;
  height: 38px;
}
@media (max-width: 768px) {
  .arrow-button span {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .arrow-button svg {
    width: 28px;
    height: 28px;
  }
}.tech-intro-section_3 {
  width: 100%;
  height: 100%;
}
.tech-intro-section_3 .tech-intro-section_3__content {
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media (max-width: 768px) {
  .tech-intro-section_3 .tech-intro-section_3__content {
    flex-direction: column;
  }
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel {
  width: 50%;
}
@media (max-width: 768px) {
  .tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel {
    width: 100%;
    height: 50%;
  }
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel .tech-intro-section_3__panel__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel .tech-intro-section_3__panel__content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  /* 초기에는 숨김, 스크롤 시 페이드인 */
  will-change: opacity;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel .tech-intro-section_3__panel__content .tech-intro-section_3__panel__content__text {
  position: absolute;
  top: 5.208vw;
  left: 5.208vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel .tech-intro-section_3__panel__content .tech-intro-section_3__panel__content__text {
    top: 80px;
    left: 16px;
    gap: 40px;
  }
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel .tech-intro-section_3__panel__content .tech-intro-section_3__panel__content__text h2 {
  white-space: nowrap;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel .tech-intro-section_3__panel__content .tech-intro-section_3__panel__content__text p {
  white-space: nowrap;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel.left {
  background-image: url("/images/main/tech-section-03-left.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel.right {
  position: relative;
  overflow: hidden;
  /* 기본 배경은 제거하고 내부 레이어로 관리 */
  background: none;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel.right .right__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel.right .right__img--gray {
  z-index: 1;
  background-image: url("/images/main/tech-section-03-right-grayscale.webp");
}
.tech-intro-section_3 .tech-intro-section_3__content .tech-intro-section_3__panel.right .right__img--color {
  z-index: 2;
  background-image: url("/images/main/tech-section-03-right.webp");
  opacity: 0;
  /* 초기에는 감춤, 스크롤 진입 시 페이드인 */
  will-change: opacity;
}.main-container {
  width: 100%;
  height: 100%;
}
.main-container .title {
  font-size: 6.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .main-container .title {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
.main-container .sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .main-container .sub-title {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

/* 1920 -> 960 (0.5) 비율 기반 공통 섹션 높이
   - 상한: 960px (데스크탑 기준 고정 높이)
   - 중간: 50vw (1920 기준 960px로 수렴)
   - 하한: 420px (모바일에서 최소 높이 가드) */
.main-container > section {
  height: clamp(420px, 50vw, 1260px);
  min-height: 420px;
}
@media (max-width: 768px) {
  .main-container > section {
    height: 216.533333vw;
  }
}/* HTML: <div class="loader"></div> */
.page-loader-wrapper {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
}
.page-loader-wrapper .page-loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#ffffff 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}.spin-loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}.me-inquiry-detail-page {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.me-inquiry-detail-page .me-inquiry-detail-page__title h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info.answered {
  border-top: #b2b2b2 1px solid;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info {
  padding: 20px 0px;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-title h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-title .tag-wrapper__item {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 4px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-title .tag-wrapper__item {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 12px;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
}
.me-inquiry-detail-page .me-inquiry-detail-page__content .me-inquiry-detail-page__content-info .me-inquiry-detail-page__content-info-content .me-inquiry-detail-page__content-info-content-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #b2b2b2;
  line-height: 1.5;
}
.me-inquiry-detail-page .me-inquiry-detail-page__button {
  width: 184px;
  margin: 0 auto;
}html,
body,
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
  margin: 0;
}

html {
  font-size: 10px;
}

main,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
textarea,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

a {
  color: black;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "SUIT Variable", sans-serif;
  line-height: 1.4;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

button {
  font: inherit;
  vertical-align: baseline;
  border: 0;
  background: none;
  outline: none;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  font-size: 100%;
  text-decoration: none;
}

a::before {
  content: "";
  position: absolute;
  font-size: 0;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}