/* ==========================================
   #zowie
========================================== */
#zowie {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(
    180deg,
    #285ee4 0%,
    #3a0a0a 45%,
    #3a0a0a 90%,
    #111 100%
  );
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

#zowie .zowie-benq-icon {
  width: 390px;
  position: absolute;
  left: 0;
  top: 0;
}

#zowie .zowie-bg-icon {
  position: absolute;
  width: 160px;
  right: 0;
  top: 290.735px;
}

#zowie .tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

#zowie .zowie-badge-wrap {
  position: relative;
  display: inline-flex;
}

#zowie .zowie-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 100px 10px 30px;
  background: #fff;
  border-radius: 100px;
}

#zowie .zowie-badge span {
  color: #111;
  font-size: 40px;
  font-family: 'Pretendard';
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

#zowie .zowie-arrow {
  position: absolute;
  right: 10px;
  top: -32px;
  width: 100px;
}

#zowie .st-tit {
  background: linear-gradient(
    90deg,
    #fff1cb 0%,
    #e4b785 35.58%,
    #fff1cb 66.35%,
    #ddab6d 99.04%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;
}

#zowie .st-sub-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

#zowie .st-sub-tit p {
  color: #fff;
  font-size: 32px;
  font-family: 'Pretendard';
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#zowie .st-sub-tit p span {
  display: flex;
  align-items: center;
  gap: 10px;
}

#zowie .zowie-mark {
  padding: 0 5px;
  background: #f92c2c;
  color: #fff;
  font-weight: 700;
}

#zowie .zowie-marquee {
  overflow: hidden;
  width: 100%;
}

#zowie .zowie-marquee-track {
  display: flex;
  will-change: transform;
}

#zowie .zowie-gallery {
  width: 110vw;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  gap: 10px;
  z-index: 5;
}

#zowie .zowie-gallery-wrap {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

#zowie .zowie-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

#zowie .zowie-img-wrap img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#zowie .zowie-img-wrap:hover img {
  transform: scale(1.2);
}

#zowie .gallery-wrap-1 {
  flex: 693;
}

.gallery-wrap-1 .zowie-img-1 {
  width: calc(47% - 5px);
}

.zowie-gallery-div {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.gallery-wrap-1 .zowie-gallery-div {
  width: calc(53% - 5px);
  flex-direction: column;
}

.gallery-wrap-1 .zowie-img-2 {
  width: 100%;
  height: calc(59% - 5px);
}

.gallery-wrap-1 .zowie-img-3 {
  width: 100%;
  height: calc(41% - 5px);
}

#zowie .gallery-wrap-2 {
  flex: 643;
  flex-direction: column;
}

.gallery-wrap-2 .zowie-gallery-div {
  width: 100%;
  height: calc(29% - 5px);
}

.gallery-wrap-2 .zowie-img-4 {
  width: calc(49% - 6.65px);
  height: 100%;
}

.gallery-wrap-2 .zowie-img-5 {
  width: calc(29% - 6.65px);
  height: 100%;
}

.gallery-wrap-2 .zowie-img-6 {
  width: calc(22% - 6.65px);
  height: 100%;
}

.gallery-wrap-2 .zowie-img-7 {
  width: 100%;
  height: calc(71% - 5px);
}

#zowie .gallery-wrap-3 {
  flex: 320;
  flex-direction: column;
}

.gallery-wrap-3 .zowie-img-8,
.gallery-wrap-3 .zowie-img-9 {
  width: 100%;
  height: calc(50% - 5px);
}

/* ==========================================
   #interior
========================================== */
#interior {
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: url(../img/interior-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  margin-top: -2px;
  z-index: 3;
}

#interior .st-tit {
  color: #fff;
  font-family: 'Pretendard';
  filter: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

#interior .interior-container {
  max-width: 1208px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#interior .interior-tab-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#interior .interior-tab-wrap .interior-tab {
  color: #ccc;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
  cursor: pointer;
  transition: 0.15s;
}

#interior .interior-tab-wrap .interior-tab.active,
#interior .interior-tab-wrap .interior-tab:hover {
  color: #2d69ff;
}

#interior .interior-tab-wrap .tab-line {
  background: #999;
  width: 1px;
  height: 28px;
}

#interior .interior-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#interior .interior-wrap .interior-big-img {
  width: 100%;
  aspect-ratio: 1203 / 722;
  object-fit: cover;
}

#interior .interior-wrap .interior-img-wrap {
  position: relative;
  width: 100%;
}

#interior .nav-wrap {
  width: 110%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
}

#interior .nav-wrap .nav-btn {
  pointer-events: initial;
  display: flex;
  width: 46px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
  cursor: pointer;
}

#interior .nav-wrap .nav-btn:hover {
  background: #2d69ff;
}

#interior .interior-swiper {
  width: 100%;
  overflow: hidden;
}

#interior .swiper-slide img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  display: block;
  opacity: 0.5;
}

#interior .swiper-slide-active img {
  opacity: 1;
}

/* ==========================================
   #advantage
========================================== */
#advantage {
  box-sizing: border-box;
  padding: 40px;
  background: linear-gradient(180deg, #00009e 0%, #111 100%), #fff;
}

#advantage .st-tit {
  color: #2d69ff;
  font-family: 'Pretendard';
  filter: none;
  text-align: left;
}

#advantage .tit-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

#advantage .tit-line > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

#advantage .st-tit .black-point {
  color: #fff;
  box-sizing: border-box;
  padding: 0 5px;
  background: #111;
}

#advantage .advantage-inner {
  position: relative;
  box-sizing: border-box;
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
  border: 10px solid #2d69ff;
  transition: background 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

#advantage .advantage-ox-icon {
  max-width: 570px;
  width: 50%;
  position: absolute;
  left: 10px;
  top: 273.735px;
  transition: opacity 0.5s ease;
}

#advantage .advantage-pc-icon {
  max-width: 520px;
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0.265px;
  transition: opacity 0.5s ease;
}

#advantage .advantage-block {
  max-width: 1200px;
  width: 93%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 5;
}

#advantage .tit-wrap--end {
  align-items: flex-end;
  text-align: right;
}

#advantage .tit-wrap--end .tit-line {
  justify-content: flex-end;
}

#advantage .st-tit {
  color: #2d69ff;
}

#advantage .advantage-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

#advantage .advantage-logo-wrap img {
  width: 105px;
  height: 64px;
  object-fit: contain;
}

#advantage .advantage-dark-highlight {
  display: inline-flex;
  background: #111111;
  color: #fff;
  padding: 0 5px;
}

/* Multistore stats */
#advantage .advantage-multistore {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#advantage .multistore-top {
  width: 720px;
  display: flex;
  align-items: center;
  gap: 16px;
}

#advantage .multistore-label,
#advantage .multistore-percent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0060ff;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#advantage .multistore-label {
  width: 250px;
  height: 200px;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1.4px;
  box-shadow: 0 8px 24px 0 rgba(45, 105, 255, 0.4);
}

#advantage .multistore-percent {
  flex: 1;
  height: 200px;
  font-size: 132px;
  line-height: 1.2;
  letter-spacing: -3.3px;
  box-shadow: 0 8px 24px 0 rgba(45, 105, 255, 0.4);
}

#advantage .multistore-label p svg,
#advantage .multistore-percent p svg {
  width: 22%;
}

/* Before / After toggle */
#advantage .multistore-label p,
#advantage .multistore-percent p {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: opacity 0.5s ease;
}

#advantage .multistore-label p.after,
#advantage .multistore-percent p.after {
  opacity: 0;
}

#advantage .advantage-before-img,
#advantage .advantage-after-img {
  grid-area: 1 / 1; /* 같은 셀에 겹쳐 배치 */
  width: 90%;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.65s ease, transform 0.65s ease;
}

/* before: 기본 표시 */
#advantage .advantage-before-img {
  opacity: 1;
  transform: translateY(0);
}

/* after: 아래에 숨김 */
#advantage .advantage-after-img {
  opacity: 0;
  transform: translateY(50px);
}

/* Journey */
#advantage .advantage-journey {
  width: 720px;
  padding: 50px 0;
  background: #2d69ff;
  border-radius: 12px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  box-shadow: 0 8px 24px 0 rgba(45, 105, 255, 0.4);
  position: relative;
  overflow: hidden;
}

#advantage .journey-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  transition: opacity 0.5s ease;
}

#advantage .journey-store {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50%;
  position: relative;
}

#advantage .journey-store--main {
  width: 140px;
  height: 140px;
  background: #fff;
  outline: 10px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

#advantage .journey-store--main img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

#advantage .journey-store-label {
  color: #2d69ff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

#advantage .journey-store--branch .journey-store-label {
  font-size: 16px;
  color: #2d69ff;
}

#advantage .journey-owner-tag {
  position: absolute;
  top: -31px;
  left: 8px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
  color: #2048b0;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

#advantage .journey-store--rival {
  width: 100px;
  height: 100px;
  background: #3a496e;
  padding-top: 7px;
}

#advantage .journey-store--rival img {
  width: 47px;
  height: 47px;
  object-fit: contain;
}

#advantage .journey-branch-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

#advantage .journey-store--branch {
  width: 100px;
  height: 100px;
  background: #ccdbff;
  padding-top: 7px;
}

#advantage .journey-store--branch img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

#advantage .journey-tags {
  height: 50px;
  display: flex;
  align-items: flex-end;
  gap: 32px;
  justify-content: center;
  transition: opacity 0.5s ease;
}

#advantage .journey-tag {
  width: 160px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#advantage .journey-tag--dark {
  width: 100px;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}

#advantage .journey-tag em {
  color: #fff398;
  font-style: normal;
}

#advantage .journey-tag:last-child {
  width: 320px;
}

/* Comparison card */
#advantage .advantage-compare {
  width: 700px;
  padding: 30px 40px;
  background: #2d69ff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(45, 105, 255, 0.4);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  position: relative;
}

#advantage .compare-panels {
  height: 433px;
  position: relative;
  display: flex;
  align-items: center;
}

#advantage .compare-panel {
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#advantage .compare-panel--rival {
  width: 220px;
  background: #cddbff;
  margin-bottom: 0;
}

#advantage .compare-panel--oxpc {
  width: 320px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#advantage .compare-vs {
  margin: 0 -5%;
  z-index: 3;
  animation: zoom 1.2s linear infinite;
  -webkit-animation: zoom 1.2s linear infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#advantage .compare-panel-tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
  text-align: center;
  letter-spacing: -1.129px;
}

#advantage .compare-panel-sub-tit {
  line-height: 1.3;
  color: #505050;
  letter-spacing: -1.129px;
  font-size: 14px;
  margin-top: 25px;
}
#advantage .compare-panel--oxpc .compare-panel-tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
}

#advantage .compare-panel-tit strong {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.356px;
}

#advantage .compare-panel-tit .compare-point {
  color: #f00;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.1px;
}

#advantage .compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.846px;
}

#advantage .compare-panel--oxpc .compare-list {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

#advantage .compare-list li {
  padding: 2px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#advantage .compare-list li:last-child {
  border-bottom: none;
}

#advantage .compare-panel--oxpc .compare-list li {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

#advantage .compare-panel--oxpc .compare-list li span {
  padding: 4px 0;
  width: 208px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}

.compare-list li img {
  width: 53px;
  filter: drop-shadow(3.6px 3.6px 3.6px #cecece);
}

#advantage .compare-money {
  width: 157px;
  position: absolute;
  left: 39%;
  bottom: 30px;
  transform: translateX(-50%);
}

#advantage .compare-money img {
  width: 100%;
}

/* ==========================================
   #advantage – before / after 기본 상태
========================================== */

/* before: 기본 보임 */
#advantage .journey-flow.before,
#advantage .journey-tags.before,
#advantage .multistore-label p.before,
#advantage .multistore-percent p.before {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}

/* after: 기본 숨김 (opacity는 #advantage .advantage-after-img 기본 규칙에 적용) */

/* ==========================================
   #advantage – switched 상태 (스크롤 전환)
========================================== */

/* 아이콘 숨김 */
#advantage.advantage--switched .advantage-ox-icon,
#advantage.advantage--switched .advantage-pc-icon {
  opacity: 0;
  pointer-events: none;
}

/* 배경 #111 */
#advantage.advantage--switched .advantage-inner {
  background: #111;
}

/* before 요소 페이드아웃 */
#advantage.advantage--switched .journey-flow.before,
#advantage.advantage--switched .journey-tags.before,
#advantage.advantage--switched .multistore-label p.before,
#advantage.advantage--switched .multistore-percent p.before {
  opacity: 0;
  pointer-events: none;
}

/* after 요소 페이드인 */
#advantage.advantage--switched .multistore-label p.after,
#advantage.advantage--switched .multistore-percent p.after {
  opacity: 1;
}

/* before 이미지: 위로 퇴장 */
#advantage.advantage--switched .advantage-before-img.before {
  opacity: 0;
  transform: translateY(-40px);
}

/* after 이미지: 아래에서 슬라이드 인 */
#advantage.advantage--switched .advantage-after-img.after {
  opacity: 1;
  transform: translateY(0);
}

/* advantage-journey 배경은 변경 없이 유지 */
#advantage.advantage--switched .advantage-journey {
  background: #2d69ff;
}

/* ==========================================
   #process
========================================== */
#process {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(180deg, #121315 0%, #1d2e50 48.08%, #121315 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

#process .process-bg-icon {
  max-width: 570px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

#process .st-tit {
  font-family: 'Pretendard';
  color: #fff;
  text-align: center;
}

#process .process-steps {
  max-width: 1300px;
  width: 92%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-content: flex-start;
}

#process .process-connector {
  display: block;
  position: absolute;
  left: 220px;
  width: 860px;
  height: 0;
  border-top: 2px dashed #2d69ff;
  pointer-events: none;
}

#process .process-connector--top {
  top: 110px;
}
#process .process-connector--btm {
  top: 380px;
}

#process .process-item {
  width: 220px;
  height: 220px;
  padding: 10px 0;
  position: relative;
  background: linear-gradient(
    180deg,
    #2d69ff 10%,
    rgba(45, 105, 255, 0.4) 100%
  );
  border-radius: 12px;
  outline: 2px solid #2d69ff;
  outline-offset: -2px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}

#process .process-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  background: #2d69ff;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}

#process .process-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#process .process-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

#process .process-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

/* ==========================================
   #ready
========================================== */
#ready {
  display: flex;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: linear-gradient(180deg, #121315 0%, #00009e 50%, #121315 100%);
}

#ready .st-tit {
  position: relative;
}

#ready .st-tit span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#ready .ready-dot {
  position: absolute;
}

#ready .ready-dot-1 {
  right: 40.7%;
  top: -1%;
}

#ready .ready-dot-2 {
  right: 32.9%;
  top: -1%;
}

#ready .ready-dot-3 {
  right: 52.5%;
  top: 50%;
}

#ready .ready-dot-4 {
  right: 44.5%;
  top: 50%;
}

#ready .ready-wrap {
  max-width: 1350px;
  width: 90%;
  display: flex;
  align-items: stretch;
  gap: 30px;
  perspective: 2000px;
}

.ready-wrap .ready-box {
  width: calc(50% - 15px);
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  align-items: stretch;
  border-radius: 24px;
  border: 2px solid #fff;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.ready-box .ready-box-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  align-items: stretch;
  align-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  backdrop-filter: blur(8px);
}

.ready-box .ready-box-tit {
  width: calc(50% - 10px);
  color: #111;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.2px;
}

.ready-box .ready-box-item {
  width: calc(50% - 10px);
  display: flex;
  box-sizing: border-box;
  padding: 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: auto;
  gap: 20px;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: -0.7px;
  position: relative;
}

.w-full {
  max-width: unset !important;
  width: 100% !important;
}

.ready-box .ready-box-item img {
  max-width: 200px;
  width: 90%;
}

.ready-box-item .ready-logo-div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.ready-box-item .ready-logo-div img {
  width: calc(33.3% - 6.66px);
}

.ready-box-item .ml-auto {
  width: 40px !important;
  margin-left: auto;
  max-width: unset;
}

.ready-box-item .sm-txt {
  color: #505050;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.5px;
}

.ready-box-item .absol-logo {
  width: 44px !important;
  position: absolute;
  right: 30px;
  bottom: 12px;
}

/* ==========================================
   #expertise
========================================== */
#expertise {
  background: linear-gradient(180deg, #111 0%, #000 100%);
  backdrop-filter: blur(6px);
  display: flex;
  box-sizing: border-box;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.confetti {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mo-confetti {
  display: none;
}

.confetti img {
  width: 100%;
}

#expertise .tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

#expertise .st-tit {
  text-align: center;
  font-family: 'Pretendard';
  font-size: 80px;
  font-weight: 700;
  line-height: 120%; /* 96px */
  letter-spacing: -2px;
  background: linear-gradient(
    90deg,
    #fff1cb 0%,
    #e4b785 35.58%,
    #fff1cb 66.35%,
    #ddab6d 99.04%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#expertise .st-sub-tit {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 40px;
  font-weight: 400;
  line-height: 120%; /* 48px */
  letter-spacing: -1px;
}

#expertise .st-sub-tit span {
  box-sizing: border-box;
  padding: 0 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  background: #f92c2c;
}

.expertise-container {
  max-width: 1300px;
  width: 95%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.expertise-wrap {
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  padding: 50px 40px 0;
}

.expertise-container .expertise-img-div {
  max-width: 378px;
  width: 28%;
  position: relative;
  margin: auto 0;
}

.expertise-img-div .expertise-img {
  width: 100%;
}

.expertise-img-div .expertise-light {
  width: 50%;
  position: absolute;
  right: -16%;
  bottom: 11%;
  mix-blend-mode: screen;
}

#expertise .expertise-item {
  display: inline-flex;
  box-sizing: border-box;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(38, 38, 38, 0.8);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
  white-space: nowrap;
}

.block-900 {
  display: none !important;
}

.expertise-wrap .expertise-item--1 img {
  width: 48px;
}

.expertise-item .expertise-icon-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expertise-item .expertise-icon-div img {
  height: 20px;
}

.expertise-wrap .expertise-item:nth-child(2n) {
  margin-right: auto;
}

.expertise-wrap .expertise-item--3 {
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  margin-right: 7%;
}

.expertise-wrap--right {
  gap: 44px;
}

.expertise-wrap .expertise-item--7 {
  margin-left: 13%;
}

/* ==========================================
   #history
========================================== */
#history {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #000 0%, #12358a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}

#history .history-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* Award cards */
#history .award-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#history .award-item {
  width: calc(50% - 20px);
  height: 370px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}

#history .award-item--left {
  background: linear-gradient(
    89deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border-radius: 0 24px 24px 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#history .award-item--right {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  border-radius: 24px 0 0 24px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  justify-content: flex-start;
}

#history .award-img-grid {
  max-width: 475px;
  width: calc(100% - 310px);
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

#history .award-img-row {
  width: 100%;
  display: flex;
}

#history .award-img-row img {
  width: 33.3%;
  object-fit: cover;
}

#history .award-img-wide {
  width: 100%;
  object-fit: cover;
}

#history .award-text {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4px;
  white-space: nowrap;
}

#history .award-item--right .award-text {
  width: 332px;
}

#history .award-text--left {
  align-items: flex-start;
}

#history .award-text > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
#history .award-item--right .award-text > img {
  max-width: 180px;
  width: 56%;

  margin: 0 0 30px;
}

#history .award-patent-media {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

#history .award-patent-media img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: auto;
  object-fit: contain;
}

#history .award-badge {
  display: inline-block;
  padding: 0 5px;
  background: #d01522;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
  white-space: nowrap;
}

#history .award-title {
  color: #111;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.4px;
}

#history .award-cert-img {
  max-width: 445px;
  width: calc(100% - 342px);
  height: auto;
  object-fit: cover;
}

/* Timeline — 수직 2열 레이아웃 (PC/모바일 공통) */
#history .timeline-wrap {
  width: 95%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

#history .timeline-origin {
  width: 273px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: #2d69ff;
  border-radius: 100%;
  box-shadow: 0 0 32px rgba(45, 105, 255, 0.51);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px; /* 108.333% */
}

#history .timeline-origin svg {
  max-width: 98px;
  width: 40%;
  height: auto;
}

/* 2열 그리드 — display:contents로 자식이 직접 배치 */
#history .timeline-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0;
  position: relative;
  width: 100%;
  padding-top: 40px;
}

/* 중앙 수직선 */
#history .timeline-area::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #2d69ff 85%, rgba(45, 105, 255, 0) 100%);
  box-shadow: 0 0 32px rgba(45, 105, 255, 0.51);
}

/* 행 자체를 사라지게 해서 자식이 그리드에 직접 참여 */
#history .timeline-row-top,
#history .timeline-row-btm {
  display: contents;
}

/* 중간 점선 행 숨김 */
#history .timeline-row-mid {
  display: none;
}

/* 빈 셀 숨김 */
#history .t-cell--empty {
  display: none;
}

/* 상단 행 셀 → 오른쪽 열 */
#history .timeline-row-top > .t-cell {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 0 25px;
  position: relative;
}

/* 하단 행 셀 → 왼쪽 열 */
#history .timeline-row-btm > .t-cell {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding: 5px 25px 0 0;
  position: relative;
}

/*
  grid-row 순서 배치 (오래된 연도가 위, 최신이 아래)
  top 행: child1=2016, child2=2018, child4=2020, child6=2022, child8=2024, child10=2026
  btm 행(empty 제거 후): child1=2017, child2=2019, child3=2021, child4=2023, child5=2025
*/
#history .timeline-row-top > .t-cell:nth-child(1)  { grid-row: 1; }   /* 2016 */
#history .timeline-row-top > .t-cell:nth-child(2)  { grid-row: 3; }   /* 2018 */
#history .timeline-row-top > .t-cell:nth-child(4)  { grid-row: 5; }   /* 2020 */
#history .timeline-row-top > .t-cell:nth-child(6)  { grid-row: 7; }   /* 2022 */
#history .timeline-row-top > .t-cell:nth-child(8)  { grid-row: 9; }   /* 2024 */
#history .timeline-row-top > .t-cell:nth-child(10) { grid-row: 11; }  /* 2026 */

#history .timeline-row-btm > .t-cell:nth-child(1)  { grid-row: 2; }   /* 2017 */
#history .timeline-row-btm > .t-cell:nth-child(2)  { grid-row: 4; }   /* 2019 */
#history .timeline-row-btm > .t-cell:nth-child(3)  { grid-row: 6; }   /* 2021 */
#history .timeline-row-btm > .t-cell:nth-child(4)  { grid-row: 8; }   /* 2023 */
#history .timeline-row-btm > .t-cell:nth-child(5)  { grid-row: 10; }  /* 2025 */

/* 중앙선 도트 (::before 사용) */
#history .timeline-row-top .t-cell::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  outline: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#history .timeline-row-btm .t-cell::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  outline: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translateX(50%);
  z-index: 1;
}

/* 수평 연결선 */
#history .t-connector {
  display: block;
  width: 40px;
  height: 2px;
  flex-shrink: 0;
  position: static;
}

#history .timeline-row-top .t-connector {
  order: -1;
  align-self: flex-start;
  margin-left: -20px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

#history .timeline-row-btm .t-connector {
  align-self: flex-end;
  margin-right: -20px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

/* 연도 */
#history .t-year {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -3px;
  margin: 0 0 6px;
}

#history .timeline-row-top .t-year {
  order: 1;
}

#history .timeline-row-btm .t-year {
  margin: 0 0 6px;
}

/* 이벤트 목록 */
#history .t-events {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.9px;
  word-break: keep-all;
  white-space: normal;
}

#history .t-events li::before {
  content: '· ';
}

#history .timeline-row-top .t-events {
  order: 2;
}

#history .timeline-row-btm .t-events {
  text-align: right;
}

/* ==========================================
   #contact
========================================== */
#contact {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  position: relative;
  background: #000;
  overflow: hidden;
}

#contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/contact-bg.png) center center / cover no-repeat;
  background-attachment: fixed;
}

#contact .st-tit {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Pretendard';
}

#contact .contact-title-accent {
  width: 98px;
  height: 60px;
  background: #2d69ff;
  display: inline-block;
  flex-shrink: 0;
}

#contact .contact-frame {
  max-width: 1300px;
  width: 90%;
  padding: 12px;
  background: rgba(32, 72, 176, 0.8);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#contact .contact-form {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  outline: 1px solid #000;
}

#contact .flex-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#contact .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#contact .item label {
  box-sizing: border-box;
  color: #111111;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

#contact .item label .required {
  color: #d01522;
}

#contact .item label .required, #contact .label-optional {
  font-size: 14px;
  letter-spacing: -0.35px;
}

#contact .label-optional {
  color: #999999;
}

#contact .contact-form input[type='text'],
#contact .contact-form input[type='tel'],
#contact .contact-form input[type='email'],
#contact .contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 10px;
  color: #111111;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px;
  border-radius: 0;
  border: none;
  outline: 1px solid rgba(17, 17, 17, 0.5);
  background: #fff;
}

#contact .contact-form input[type='text']:focus,
#contact .contact-form input[type='tel']:focus,
#contact .contact-form input[type='email']:focus,
#contact .contact-form textarea:focus {
  outline: 1px solid #2048b0;
  box-shadow: none !important;
}

#contact .contact-form input[type='text']::placeholder,
#contact .contact-form input[type='tel']::placeholder,
#contact .contact-form input[type='email']::placeholder,
#contact .contact-form textarea::placeholder {
  color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#contact .contact-form textarea {
  height: auto;
  min-height: 80px;
  resize: none;
}

/* select */
#contact .select-wrap {
  position: relative;
  width: 100%;
}

#contact .select-wrap::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.9376 5.16211L1.1001 5.99961L10.0001 14.8996L18.9001 5.99961L18.0626 5.16211L10.0001 13.2246L1.9376 5.16211Z' fill='black'/%3E%3C/svg%3E")
    center / contain no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#contact .select-wrap select {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 10px 36px 10px 10px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  line-height: 24px;
  border-radius: 0;
  border: none;
  outline: 1px solid rgba(17, 17, 17, 0.5);
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

#contact .select-wrap select:focus {
  outline: 1px solid #2048b0;
}

#contact .select-wrap select option:not([disabled]) {
  color: #111;
  font-weight: 400;
}

#contact .s-btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#contact .form-tab {
  flex: 1;
  height: 44px;
  box-sizing: border-box;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  transition: 0.1s;
}

#contact .form-tab.have {
  outline: 1px solid #2048b0;
  color: #2048b0;
  font-weight: 600;
}

#contact .form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

#contact .agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

#contact .contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  background: #fff;
  outline: 1.2px solid rgba(168, 168, 168, 0.3);
  border: none;
  transition: 0.1s;
}

#contact .contact-form .round-checkbox:checked {
  background-image: url('../img/check.png');
  background-size: 17px;
  background-position: center center;
  background-color: #2048b0;
  background-repeat: no-repeat;
  outline: none;
}

#contact .contact-form .agree {
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  cursor: pointer;
  word-break: keep-all;
}

#contact .contact-form .agree-open {
  font-weight: 600 !important;
  color: #2048b0;
}

/* 유효성 검사 에러 상태 */
#contact .contact-form input.field-error,
#contact .contact-form textarea.field-error {
  outline: 1.5px solid #e53935;
}
#contact .select-wrap.field-error select {
  outline: 1.5px solid #e53935;
}
#contact .s-btn-wrap.field-error .form-tab {
  outline: 1.5px solid #e53935;
}
#contact .contact-form .round-checkbox.field-error {
  outline: 1.5px solid #e53935;
}

#contact .c-btn {
  width: 150px;
  height: 42px;
  background: #2048b0;
  box-sizing: border-box;
  padding: 10px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  line-height: 100%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

#contact .c-btn:hover {
  background: #1a3d9e;
}

/* ==========================================
   #faq
========================================== */
#faq {
  position: relative;
  background: #000;
  padding: 50px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

#faq .faq-inner {
  max-width: 1300px;
  width: 90%;
  display: flex;
  gap: 60px;
  align-items: stretch;
}

#faq .faq-card {
  flex: 1;
  background: #1a316b;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

#faq .faq-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#faq .faq-q {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Robot icon */
#faq .faq-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

/* Question bubble */
#faq .faq-q-bubble {
  background: #f1f1f1;
  border-radius: 16px 16px 16px 2px;
  padding: 9px 11px 9px 14px;
  color: #444;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}

/* Answer bubble */
#faq .faq-a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#faq .faq-a-bubble {
  background: #2048b0;
  border-radius: 16px 16px 2px 16px;
  padding: 11px 14px 11px 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
}

.br-1024 {
  display: none;
}

/* ==========================================
   #auto
========================================== */
#auto {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(180deg, #00009E 0%, #111 100%), #FFF;
}

#auto .st-tit {
  position: relative;
}

#auto .st-tit span {
  position: relative;
  z-index: 3;
}

#auto .st-tit img {
  width: 46%;
  position: absolute;
  right: -5%;
}

#auto .auto-inner {
  width: 100%;
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  border: 10px solid #2D69FF;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background: url(../img/auto-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

#auto .tit-div {
  gap: 32px;
}

#auto .auto-tit-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#auto .auto-tit-div .auto-sub-tit {
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%; /* 52.8px */
  letter-spacing: -1.1px;
  display: flex;
  box-sizing: border-box;
  padding: 30px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: none;
  background: #020049;
  position: relative;
  flex-wrap: wrap;
}

#auto .auto-tit-div .auto-sub-tit::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(to bottom, #5a75b9, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

#auto .auto-tit-div .r {
  color: #F92C2C;
}

#auto .auto-tit-div .auto-sub-tit .w {
  display: flex;
  box-sizing: border-box;
  padding: 0 5px;
  justify-content: center;
  align-items: center;
  background: #F92C2C;
}

#auto .auto-tit-div .auto-sub-tit img {
  width: 135px;
}

#auto .auto-tit-div .auto-sub-txt {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.8px;
}

#auto .auto-wrap {
  display: flex;
  max-width: 1300px;
  width: 90%;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

#auto .auto-item {
  width: calc(33.3% - 33.3px);
  border-radius: 20px;
  background: #2D69FF;
  overflow: hidden;
  position: relative;
}

#auto .auto-item>img {
  width: 100%;
}

#auto .auto-item .auto-item-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 20px 20px 20px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
}

#auto .auto-item .auto-item-icon {
  width: 140px;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 4px solid #2D69FF;
  background: #FFF;
}


/* Responsive */
@media (min-width: 1600px) {
  #history .award-item {
    height: 400px;
  }
  #history .timeline-wrap {
    width: 90%;
  }
}

@media (max-width: 1500px) {
  #process .process-steps {
    gap: 50px 20px;
  }
  #process .process-item {
    width: calc(20% - 18px);
    height: auto;
    aspect-ratio: 1 / 1;
  }
  #history .award-item {
    height: 330px;
  }
  #history .award-tex {
    width: 250px;
  }
  #history .award-img-grid {
    width: calc(100% - 260px);
  }
  #history .award-item--right .award-text {
    width: 300px;
  }
  #history .award-cert-img {
    width: calc(100% - 310px);
  }
  #history .award-badge {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #history .award-title {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
}

@media (max-width: 1400px) {
  .ready-box .ready-box-item {
    padding: 20px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .ready-box-item .sm-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #history .award-item {
    max-width: 850px;
    width: 97%;
  }
  #history .award-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
  }
  #history .award-item--right {
    margin-left: auto;
  }
  #history .award-img-grid,
  #history .award-cert-img {
    max-width: 400px;
  }
}

@media (max-width: 1280px) {
  #zowie {
    padding: 100px 0;
  }
  #zowie .tit-wrap {
    gap: 24px;
  }
  #zowie .zowie-badge {
    padding: 10px 80px 10px 20px;
  }
  #zowie .zowie-badge span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #zowie .zowie-arrow {
    right: 5px;
    top: -20px;
    width: 80px;
  }
  #zowie .st-sub-tit p {
    gap: 5px;
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #zowie .st-sub-tit p span {
    gap: 5px;
  }
  #zowie .zowie-img-wrap {
    border-radius: 8px;
  }
  #zowie .zowie-gallery,
  #zowie .zowie-gallery-wrap,
  .zowie-gallery-div {
    gap: 6px;
  }
  .gallery-wrap-1 .zowie-img-1 {
    width: calc(47% - 3px);
  }
  .gallery-wrap-1 .zowie-gallery-div {
    width: calc(53% - 3px);
  }
  .gallery-wrap-1 .zowie-img-2 {
    height: calc(59% - 3px);
  }
  .gallery-wrap-1 .zowie-img-3 {
    height: calc(41% - 3px);
  }
  .gallery-wrap-2 .zowie-gallery-div {
    height: calc(29% - 3px);
  }
  .gallery-wrap-2 .zowie-img-4 {
    width: calc(49% - 4px);
  }
  .gallery-wrap-2 .zowie-img-5 {
    width: calc(29% - 4px);
  }
  .gallery-wrap-2 .zowie-img-6 {
    width: calc(22% - 4px);
  }
  .gallery-wrap-2 .zowie-img-7 {
    height: calc(71% - 3px);
  }
  .gallery-wrap-3 .zowie-img-8,
  .gallery-wrap-3 .zowie-img-9 {
    height: calc(50% - 3px);
  }
  #interior {
    padding: 100px 0;
  }
  .tit-ox {
    width: 82px;
  }
  #interior .interior-tab-wrap .interior-tab {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #interior .nav-wrap {
    width: 100%;
  }
  #advantage {
    padding: 40px 20px;
  }
  #advantage .advantage-inner {
    border-width: 7px;
    padding: 100px 0;
  }
  #advantage .multistore-top {
    width: 600px;
  }
  #advantage .multistore-label {
    width: 200px;
    height: 175px;
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #advantage .multistore-percent {
    height: 175px;
    font-size: 100px;
    letter-spacing: -2.5px;
  }
  #advantage .advantage-journey {
    width: 600px;
    padding: 40px 0;
    gap: 10px;
  }
  #advantage .journey-flow,
  #advantage .journey-tags {
    width: 92%;
    display: grid;
    grid-template-columns: 23fr 8fr 17fr 8fr 52fr;
    gap: 0;
    align-items: center;
    justify-items: center;
  }
  #advantage .journey-flow > svg {
    width: 32px;
    flex-shrink: 0;
  }
  #advantage .journey-store--main {
    grid-column: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    outline-width: 5px;
  }
  #advantage .journey-store--rival {
    grid-column: 3;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  #advantage .journey-branch-group {
    grid-column: 5;
    width: 100%;
    gap: 4%;
  }
  #advantage .journey-store--branch {
    width: 33.3%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  #advantage .journey-store--main img,
  #advantage .journey-store--rival img,
  #advantage .journey-store--branch img {
    width: 55%;
    height: auto;
  }
  #advantage .journey-store-label,
  #advantage .journey-owner-tag {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  /* tags — 같은 grid 컬럼 공유 */
  #advantage .journey-tags {
    align-items: flex-end;
  }
  #advantage .journey-tag:nth-child(1) {
    grid-column: 1;
    width: 100%;
    box-sizing: border-box;
  }
  #advantage .journey-tag--dark {
    grid-column: 3;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }
  #advantage .journey-tag:last-child {
    grid-column: 5;
    width: 100%;
    box-sizing: border-box;
  }
  #advantage .compare-panel--rival {
    padding: 15px;
  }
  #advantage .compare-panel-tit {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  #advantage .compare-panel-tit strong {
    font-size: 24px;
    letter-spacing: -1px;
  }
  #advantage .compare-list {
    font-size: 14px;
    letter-spacing: -0.75px;
  }
  #advantage .advantage-compare {
    width: auto;
    padding: 20px 30px;
  }
  #advantage .compare-panels {
    height: auto;
    width: 100%;
  }
  #advantage .compare-panel--rival {
    flex: 220;
    width: auto;
  }
  #advantage .compare-panel--oxpc {
    padding: 20px;
    flex: 320;
    width: auto;
  }
  #advantage .compare-panel--oxpc .compare-panel-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #advantage .compare-panel-tit .compare-point {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #advantage .compare-panel--oxpc .compare-list li span {
    width: 180px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #advantage .compare-money {
    width: 145px;
  }
  #process {
    padding: 100px 0;
  }
  #process .process-badge {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.45px;
  }
  #process .process-name {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #process .process-desc {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #process .process-connector {
    display: none;
  }
  #process .process-item img {
    width: 58px;
  }
  #ready {
    padding: 100px 0;
  }
  #ready .ready-wrap {
    gap: 15px;
  }
  .ready-wrap .ready-box {
    width: calc(50% - 7.5px);
    padding: 7.5px;
  }
  .ready-box .ready-box-inner {
    padding: 20px;
    gap: 20px 10px;
  }
  .ready-box .ready-box-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .ready-box .ready-box-item {
    padding: 15px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .ready-box-item .sm-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #expertise {
    padding: 100px 0;
  }
  #expertise .st-tit {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  #expertise .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #expertise .expertise-item {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .expertise-wrap {
    padding: 30px 10px 0;
  }
  .expertise-wrap .expertise-item--1 img {
    width: 40px;
  }
  .expertise-item .expertise-icon-div img {
    height: 17px;
  }
  #history {
    padding: 100px 0;
  }
  #history .award-item {
    padding: 30px;
  }
  #faq {
    padding: 50px 0 100px;
  }
  #faq .faq-inner {
    gap: 40px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #faq .faq-card {
    padding: 20px;
  }
  /* timeline */
  #history .timeline-origin {
    width: 220px;
    font-size: 64px;
    letter-spacing: -1.6px;
    line-height: 115%;
    gap: 12px;
  }
  #history .timeline-row-mid::before {
    width: 100%;
  }
  #auto {
    padding: 20px;
  }
  #auto .auto-inner {
    padding: 100px 0;
    border-width: 7px;
  }
  #auto .auto-tit-div .auto-sub-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #auto .auto-tit-div .auto-sub-tit img {
    width: 115px;
  }
  #auto .auto-tit-div .auto-sub-txt {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #auto .auto-wrap  {
    gap: 20px;
  }
  #auto .auto-item  {
    width: calc(33.3% - 13.3px);
  }
  #auto .auto-item .auto-item-content {
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 60px 10px 20px;
  }
  #auto .auto-item .auto-item-icon {
    width: 105px;
    bottom: 105px;
  }
  #auto .auto-item .auto-item-icon img {
    width: 70%;
  }
}

@media (max-width: 1100px) {
  #advantage .advantage-inner {
    gap: 60px;
  }
  #advantage .advantage-block {
    max-width: 800px;
    flex-direction: column;
    gap: 20px;
  }
  #advantage .advantage-block:last-child {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-end;
  }
  #advantage .advantage-multistore,
  #advantage .advantage-journey,
  #advantage .multistore-top,
  #advantage .advantage-compare {
    width: 100%;
  }
  #advantage .compare-vs {
    margin: 0 -3%;
  }
  #process .process-steps {
    gap: 40px 20px;
    justify-content: center;
  }
  #process .process-item {
    width: calc(25% - 15px);
  }
  .ready-box .ready-box-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .ready-box .ready-box-item {
    font-size: 18px;
    letter-spacing: -0.45px;
    gap: 15px;
  }
  .ready-box-item .sm-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .ready-box-item .ml-auto {
    width: 20% !important;
  }
  /* timeline — 기본 스타일로 통합됨, 추가 조정 없음 */
}

@media (max-width: 1024px) {
  .br-1024 {
    display: block;
  }
  #contact .contact-form {
    padding: 40px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #faq .faq-icon {
    width: 50px;
    height: auto;
  }
}

@media (max-width: 900px) {
  #zowie,
  #interior {
    gap: 50px;
  }
  #zowie .tit-wrap {
    gap: 16px;
  }
  #zowie .zowie-badge {
    padding: 8px 80px 8px 20px;
  }
  #zowie .zowie-badge span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #zowie .zowie-arrow {
    width: 70px;
  }
  #zowie .st-sub-tit p:first-child {
    flex-direction: column;
    gap: 3px;
  }
  #zowie .st-sub-tit p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  /* 마퀴 비활성 — 일반 레이아웃으로 복귀 */
  #zowie .zowie-marquee {
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #zowie .zowie-marquee-track {
    width: 92%;
    will-change: auto;
    overflow: hidden;
  }
  #zowie .zowie-gallery {
    width: 100%;
    flex-direction: column;
  }
  #zowie .gallery-wrap-1,
  #zowie .gallery-wrap-2,
  #zowie .gallery-wrap-3 {
    width: 100%;
    flex: auto;
  }
  #zowie .gallery-wrap-3 {
    flex-direction: row;
  }
  .gallery-wrap-3 .zowie-img-8,
  .gallery-wrap-3 .zowie-img-9 {
    width: calc(50% - 3px);
    height: auto;
  }
  .gallery-wrap-2 .zowie-gallery-div {
    height: auto;
    aspect-ratio: 643 / 114;
    overflow: hidden;
  }
  .gallery-wrap-2 .zowie-img-4,
  .gallery-wrap-2 .zowie-img-5,
  .gallery-wrap-2 .zowie-img-6 {
    height: 100%;
  }
  .gallery-wrap-2 .zowie-img-7 {
    height: auto;
  }
  .tit-ox {
    width: 70px;
  }
  #interior .interior-tab-wrap {
    gap: 16px;
  }
  #interior .interior-tab-wrap .interior-tab {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #interior .interior-tab-wrap .tab-line {
    height: 21px;
  }
  #advantage .advantage-ox-icon {
    width: 61%;
    left: unset;
    right: 11px;
    top: -1.265px;
  }
  #advantage .advantage-pc-icon {
    width: 60%;
    right: unset;
    left: 12px;
    bottom: 29%;
  }
  #advantage .advantage-inner {
    padding: 80px 0;
    gap: 50px;
  }
  #advantage .multistore-label {
    height: 150px;
    font-size: 40px;
    letter-spacing: -1px;
  }
  #advantage .multistore-percent {
    height: 150px;
    font-size: 88px;
    letter-spacing: -2.2px;
  }
  #advantage .advantage-multistore,
  #advantage .multistore-top {
    gap: 12px;
  }
  #process {
    gap: 50px;
  }
  #process .process-steps {
    gap: 30px 20px;
  }
  #process .process-badge {
    font-size: 16px;
    letter-spacing: -0.4px;
    top: -13.5px;
  }
  #process .process-name {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #process .process-desc {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #process .process-item img {
    width: 52px;
  }
  #process .process-item {
    gap: 15px;
  }
  #process .process-info {
    gap: 6px;
  }
  #ready {
    gap: 50px;
  }
  #ready .ready-wrap {
    flex-direction: column;
    align-items: center;
  }
  .ready-wrap .ready-box {
    max-width: 650px;
    width: 100%;
  }
  #ready .ready-dot-1 {
    right: 39.7%;
    top: 0;
  }
  #ready .ready-dot-2 {
    top: 0;
    right: 31.9%;
  }
  #ready .ready-dot-3,
  #ready .ready-dot-4 {
    top: 51%;
  }
  .ready-box .ready-box-item {
    gap: 10px;
  }
  #expertise {
    padding: 100px 0 180px;
    gap: 50px;
  }
  .pc-confetti {
    display: none;
  }
  .mo-confetti {
    display: block;
  }
  #expertise .st-tit {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  #expertise .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #expertise .expertise-container {
    aspect-ratio: 1 / 0.45;
    align-items: center;
  }
  #expertise .expertise-item {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 7px 12px;
  }
  .expertise-wrap {
    padding: 30px 20px 0;
    gap: 30px;
  }
  #expertise .tit-wrap {
    gap: 24px;
  }
  .expertise-wrap .expertise-item--1 img {
    width: 40px;
  }
  .none-900 {
    display: none !important;
  }
  .block-900 {
    display: flex !important;
  }
  #expertise .expertise-item--2 {
    top: 0;
    position: absolute;
  }
  #expertise .expertise-item--3 {
    position: absolute;
    flex-direction: column;
    bottom: -20%;
  }
  .expertise-wrap .expertise-item--7 {
    margin-left: 2%;
  }
  .expertise-container .expertise-img-div {
    width: 23%;
  }
  .expertise-item .expertise-icon-div img {
    height: 14px;
  }
  #history {
    gap: 50px;
  }
  #history .award-list {
    gap: 60px;
  }
  #history .award-item {
    height: 300px;
    padding: 20px;
  }
  #history .award-badge {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #history .award-title {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #history .award-text {
    width: 240px;
  }
  #history .award-item--right .award-text {
    width: 250px;
  }
  #history .timeline-origin {
    width: 190px;
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  #history .t-year {
    font-size: 32px;
    letter-spacing: -2.7px;
  }
  #history .t-events {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  #contact {
    gap: 50px;
  }
  #contact .contact-form {
    padding: 30px;
  }
  #faq .faq-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #faq .faq-card {
    width: 100%;
    max-width: 700px;
    gap: 25px;
  }
  #faq .faq-item {
    gap: 6px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #auto .auto-inner {
    padding: 80px 0;
    gap: 40px;
  }
  #auto .auto-tit-div .auto-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
    padding: 15px 20px;
  }
  #auto .auto-tit-div .auto-sub-tit img {
    width: 100px;
  }
  #auto .auto-tit-div .auto-sub-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #auto .auto-wrap  {
    gap: 16px;
  }
  #auto .auto-item  {
    width: calc(33.3% - 10.6px);
  }
  #auto .auto-item .auto-item-content {
    font-size: 24px;
    letter-spacing: -0.6px;
    padding: 50px 10px 20px;
  }
  #auto .auto-item .auto-item-icon {
    width: 80px;
    bottom: 95px;
  }
}

@media (max-width: 768px) {
  #zowie,
  #interior {
    padding: 80px 0;
    gap: 40px;
  }
  #advantage {
    padding: 40px 16px;
  }
  #advantage .advantage-inner {
    padding: 60px 0;
    gap: 40px;
    border-width: 5px;
  }
  #advantage .advantage-journey {
    padding: 18px 0;
    gap: 5px;
  }
  #advantage .advantage-compare {
    padding: 12px 16px;
  }
  #advantage .journey-owner-tag {
    top: -10px;
    left: -10px;
  }
  #advantage .compare-panel--rival {
    padding: 10px;
  }
  #advantage .compare-panel--oxpc {
    padding: 12px;
  }
  #advantage .compare-vs {
    width: 120px;
  }
  #process {
    padding: 80px 0;
    gap: 40px;
  }
  #process .process-item {
    width: calc(33.3% - 13.3px);
  }
  #ready {
    padding: 80px 0;
    gap: 40px;
  }
  #expertise {
    padding: 80px 0 150px;
    gap: 40px;
  }
  #expertise .tit-wrap {
    gap: 16px;
  }
  #history {
    padding: 80px 0;
    gap: 40px;
  }
  #contact {
    padding: 80px 0 40px;
    gap: 40px;
  }
  #contact::before {
    height: 30%;
    background-attachment: unset;
  }
  #contact .contact-form {
    padding: 20px;
  }
  #contact .form-tab {
    padding: 12px 0;
  }
  #faq {
    padding: 50px 0 80px;
  }

  #history .award-item--right .award-text > img {
    margin: 0 0 20px;
  }

  #advantage .compare-panel-sub-tit {
    font-size: 12px;
    margin-top: 15px;
  }
  #auto {
    padding: 16px;
  }
  #auto .auto-inner {
    border-width: 5px;
  }
}

@media(max-width: 700px) {
  #auto .auto-tit-div .auto-sub-tit {
    width: 500px;
  }
}

@media (max-width: 650px) {
  #zowie .zowie-badge {
    padding: 5px 50px 5px 15px;
    border-radius: 50px;
  }
  #zowie .zowie-badge span {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #zowie .zowie-arrow {
    width: 58px;
    right: -2px;
  }
  #zowie .st-sub-tit p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .tit-ox {
    width: 62px;
  }
  #interior .interior-tab-wrap {
    gap: 12px;
  }
  #interior .interior-tab-wrap .interior-tab {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #interior .interior-tab-wrap .tab-line {
    height: 18px;
  }
  #advantage .advantage-multistore,
  #advantage .multistore-top {
    gap: 7px;
  }
  #advantage .multistore-label {
    width: 170px;
    height: 125px;
    font-size: 32px;
    letter-spacing: -0.8px;
    border-radius: 5px;
  }
  #advantage .multistore-percent {
    height: 125px;
    font-size: 72px;
    letter-spacing: -1.8px;
    border-radius: 5px;
  }
  #advantage .advantage-journey,
  #advantage .advantage-compare,
  #advantage .compare-panel--rival,
  #advantage .compare-panel--oxpc {
    border-radius: 5px;
  }
  #advantage .journey-store-label,
  #advantage .journey-owner-tag {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #advantage .journey-store--branch,
  #advantage .journey-store--rival {
    padding-top: 3px;
  }
  #advantage .journey-store--branch .journey-store-label {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #advantage .journey-owner-tag {
    padding: 2.083px 4.167px;
    border-radius: 3.333px;
    box-shadow: 1.667px 1.667px 1.667px 0 rgba(0, 0, 0, 0.16);
  }
  #advantage .journey-store {
    gap: 2.5px;
  }
  #advantage .journey-tags {
    height: 42px;
  }
  #advantage .journey-tag {
    font-size: 18px;
    border-radius: 3px;
  }
  #advantage .compare-panel-tit {
    font-size: 16px;
    letter-spacing: -0.72px;
  }
  #advantage .compare-panel-tit strong {
    font-size: 18px;
    letter-spacing: -0.88px;
  }
  #advantage .compare-list {
    font-size: 12px;
    letter-spacing: -0.62px;
  }
  #advantage .compare-panel--rival {
    flex: 210;
  }
  #advantage .compare-panel--oxpc .compare-panel-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #advantage .compare-panel-tit .compare-point {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #advantage .compare-panel--oxpc .compare-list li span {
    width: 140px;
    font-size: 14px;
    letter-spacing: -0.35px;
    border-width: 1.5px;
  }
  .compare-list li img {
    width: 42px;
  }
  #advantage .compare-vs {
    width: 95px;
  }
  #advantage .compare-money {
    width: 20%;
    bottom: 3%;
    left: 38.5%;
  }
  #advantage .journey-store--main {
    padding-top: 5px;
  }
  #process .process-item {
    max-width: 250px;
    width: calc(50% - 10px);
    border-radius: 8.64px;
    border-width: 1.44px;
    backdrop-filter: blur(4.320000171661377px);
  }
  #process .process-bg-icon {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .ready-wrap .ready-box {
    padding: 5px;
    border-radius: 12px;
  }
  .ready-box .ready-box-inner {
    padding: 15px;
    border-radius: 10px;
  }
  .ready-box .ready-box-item {
    padding: 12.5px;
    border-radius: 6px;
  }
  .ready-box-item .absol-logo {
    width: 35px !important;
    right: 20px;
    bottom: 10px;
  }
  #expertise .confetti {
    top: 0;
    transform: translateX(-50%);
  }
  #expertise .st-tit {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  #expertise .st-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #expertise .expertise-container {
    aspect-ratio: 1 / 0.5;
    align-items: center;
  }
  .expertise-wrap {
    padding: 10px 15px 0;
    gap: 20px;
  }
  #expertise .expertise-item {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 5px 8px;
    border-radius: 6px;
  }
  #expertise .expertise-item--1 {
    margin-right: 10%;
  }
  .expertise-wrap .expertise-item--1 img {
    width: 32px;
  }
  .expertise-item .expertise-icon-div img {
    height: 11px;
  }
  #history .award-list {
    gap: 50px;
  }
  #history .award-item {
    height: 250px;
  }
  #history .award-item--left {
    border-radius: 0 12px 12px 0;
  }
  #history .award-item--right {
    border-radius: 12px 0 0 12px;
  }
  #history .award-img-grid,
  #history .award-cert-img {
    max-width: 320px;
  }
  #history .award-img-grid {
    left: 0;
    width: calc(100% - 210px);
  }
  #history .award-cert-img {
    right: 0;
    width: calc(100% - 220px);
  }
  #history .award-badge {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #history .award-title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  #history .award-text {
    width: 200px;
    gap: 2px;
  }
  #history .award-item--right .award-text {
    width: 210px;
  }
  #contact::before {
    height: 20%;
  }
  #history .timeline-origin {
    width: 160px;
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #history .t-year {
    font-size: 28px;
    letter-spacing: -2.4px;
  }
  #history .t-events {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  #contact .flex-input {
    flex-direction: column;
    gap: 20px;
  }
  #contact .s-btn-wrap.wrap .form-tab {
    width: calc(33.3% - 5.3px);
    flex: auto;
  }
  #contact .form-wrap {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  #contact .c-btn {
    width: 100%;
    border-radius: 50px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #faq .faq-card {
    gap: 17px;
    padding: 15px;
    border-radius: 8px;
  }
  #faq .faq-item {
    gap: 4px;
  }
  #faq .faq-q-bubble {
    padding: 4.506px 5.632px 4.506px 7.04px;
    border-radius: 8px 8px 8px 1px;
  }
  #faq .faq-a-bubble {
    padding: 5.632px 7.04px 5.632px 5.632px;
    border-radius: 8px 8px 1px 8px;
  }
  #faq .faq-q {
    gap: 4px;
  }
  #auto .auto-tit-div .auto-sub-tit {
    width: 400px;
    font-size: 28px;
    letter-spacing: -0.7px;
    padding: 15px 10px;
    gap: 5px 0;
    border-radius: 8px;
  }
  #auto .auto-tit-div .auto-sub-tit::before {
    padding: 1.5px;
    border-radius: 8px;
  }
  #auto .auto-tit-div .auto-sub-tit img {
    width: 85px;
  }
  #auto .auto-tit-div .auto-sub-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #auto .auto-wrap {
    flex-wrap: wrap;
  }
  #auto .auto-item  {
    width: 100%;
    border-radius: 10px;
  }
}

@media (max-width: 550px) {
  #interior .interior-tab-wrap {
    gap: 8px;
  }
  #interior .interior-tab-wrap .interior-tab {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #advantage .compare-panel-tit {
    font-size: 14px;
    letter-spacing: -0.68px;
  }
  #advantage .compare-panel-tit strong {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  #advantage .compare-list {
    font-size: 10px;
    letter-spacing: -0.58px;
  }
  #advantage .compare-panel--rival {
    flex: 220;
  }
  #advantage .compare-panel--oxpc .compare-panel-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #advantage .compare-panel-tit .compare-point {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #advantage .compare-panel--oxpc .compare-list li span {
    width: 120px;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .compare-list li img {
    width: 38px;
  }
  #advantage .compare-vs {
    width: 88px;
  }
  #advantage .compare-money {
    width: 24%;
    left: 40%;
  }
  #advantage .journey-store-label,
  #advantage .journey-owner-tag {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #advantage .journey-store--branch .journey-store-label {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  #advantage .journey-tag {
    font-size: 16px;
  }
  #advantage .journey-tags {
    height: 38px;
  }
  #advantage .journey-flow > svg {
    width: 20px;
  }
  #expertise .expertise-container {
    aspect-ratio: 1 / 0.6;
  }
}

@media (max-width: 480px) {
  #zowie .zowie-benq-icon {
    width: 330px;
  }
  #zowie .zowie-bg-icon {
    width: 107px;
  }
  #zowie .zowie-badge span {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #zowie .zowie-arrow {
    width: 50px;
    right: 0px;
    top: -15px;
  }
  #zowie .st-sub-tit p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .tit-ox {
    width: 52px;
  }
  #interior .interior-tab-wrap {
    gap: 6px;
  }
  #interior .interior-tab-wrap .interior-tab {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #advantage .multistore-percent {
    height: 85px;
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  #advantage .multistore-label {
    width: 120px;
    height: 85px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #advantage .compare-panel-tit {
    font-size: 12px;
    letter-spacing: -0.64px;
  }
  #advantage .compare-panel-tit strong {
    font-size: 14px;
    letter-spacing: -0.76px;
  }
  #advantage .compare-list {
    font-size: 8px;
    letter-spacing: -0.54px;
  }
  #advantage .compare-panel--rival {
    flex: 220;
  }
  #advantage .compare-panel--oxpc .compare-panel-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #advantage .compare-panel-tit .compare-point {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #advantage .compare-panel--oxpc .compare-list li span {
    width: 100px;
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .compare-list li img {
    width: 32px;
  }
  #advantage .compare-panels {
    gap: 30px;
  }
  #advantage .compare-vs {
    width: 65px;
    position: absolute;
    left: 35%;
    top: 35%;
  }
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  #advantage .journey-store-label,
  #advantage .journey-owner-tag {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  #advantage .journey-store--branch .journey-store-label {
    font-size: 9px;
    letter-spacing: -0.225px;
  }
  #advantage .journey-tag {
    font-size: 12px;
    padding: 2px 4px;
  }
  #advantage .journey-tags {
    height: 24px;
  }
  #advantage .compare-panel-sub-tit {
    font-size: 9px;
    margin-top: 10px;
  }

  #process .process-item img {
    width: 46px;
  }
  .ready-box .ready-box-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .ready-box .ready-box-item {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .ready-box-item .sm-txt {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .ready-box-item .ml-auto {
    width: 30px !important;
  }
  .ready-box-item .absol-logo {
    width: 30px !important;
    right: 15px;
    bottom: 6px;
  }
  #ready .ready-dot {
    width: 3px;
  }
  #ready .ready-dot-1 {
    right: 39.3%;
    top: 6%;
  }
  #ready .ready-dot-2 {
    top: 6%;
    right: 32%;
  }
  #ready .ready-dot-3,
  #ready .ready-dot-4 {
    top: 58%;
  }
  #expertise .st-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #expertise .st-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #expertise .expertise-container {
    aspect-ratio: 1 / 0.6;
  }
  #expertise .expertise-item {
    font-size: 16px;
    letter-spacing: -0.4px;
    gap: 5px;
  }
  #history .award-list {
    gap: 50px;
  }
  #history .award-item {
    height: 200px;
  }
  #history .award-img-grid,
  #history .award-cert-img {
    max-width: 320px;
  }
  #history .award-img-grid {
    left: 0;
    width: calc(100% - 175px);
  }
  #history .award-cert-img {
    right: 0;
    width: calc(100% - 185px);
  }
  #history .award-badge {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #history .award-title {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  #history .award-text {
    width: 165px;
  }
  #history .award-item--right .award-text {
    width: 175px;
  }
  #history .timeline-origin {
    width: 140px;
    font-size: 40px;
    letter-spacing: -1px;
    gap: 8px;
  }
  #history .timeline-row-top .t-year {
    font-size: 24px;
    letter-spacing: -2.625px;
  }
  #history .t-events {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  #history .award-item--right .award-text > img {
    margin: 0 0 15px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #faq .faq-icon {
    width: 40px;
  }
  #auto .auto-tit-div .auto-sub-tit {
    width: 310px;
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  #auto .auto-tit-div .auto-sub-tit img {
    width: 68px;
  }
  #auto .auto-item .auto-item-content {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 40px 10px 10px;
  }
  #auto .auto-item .auto-item-icon {
    width: 60px;
    bottom: 75px;
    border-width: 2px;
  }
}

@media (max-width: 440px) {
  #expertise .expertise-container {
    aspect-ratio: 1 / 0.65;
  }
  #history .award-list {
    gap: 70px;
  }
  #history .award-item {
    height: 180px;
  }
}

@media (max-width: 400px) {
  #zowie .st-sub-tit p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #interior .interior-tab-wrap .interior-tab {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #advantage .compare-panel-tit {
    font-size: 10px;
    letter-spacing: -0.6px;
  }
  #advantage .compare-panel-tit strong {
    font-size: 12px;
    letter-spacing: -0.58px;
  }
  #advantage .compare-list {
    font-size: 7px;
    letter-spacing: -0.36px;
  }
  #advantage .compare-panel--oxpc .compare-panel-tit {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  #advantage .compare-panel-tit .compare-point {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #advantage .compare-panel--oxpc .compare-list li span {
    width: 90px;
    font-size: 9px;
    letter-spacing: -0.214px;
  }
  .compare-list li img {
    width: 25px;
  }
  #advantage .compare-panels {
    gap: 30px;
  }
  #advantage .compare-vs {
    width: 60px;
  }
  #advantage .journey-store-label,
  #advantage .journey-owner-tag {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  #advantage .journey-store--branch .journey-store-label {
    font-size: 7px;
    letter-spacing: -0.167px;
  }
  #advantage .journey-tag {
    font-size: 10px;
  }
  #advantage .journey-tags {
    height: 24px;
  }
  #advantage .journey-flow > svg {
    width: 15px;
  }
  .ready-box .ready-box-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .ready-box .ready-box-item {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .ready-box-item .sm-txt {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .ready-box-item .absol-logo {
    width: 24px !important;
    right: 10px;
    bottom: 6px;
  }
  #expertise .st-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  #expertise .expertise-item {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .expertise-wrap .expertise-item--1 img {
    width: 25px;
  }
  .expertise-item .expertise-icon-div img {
    height: 10px;
  }
  #history .award-list {
    gap: 90px;
  }
  #history .award-item {
    height: 165px;
  }
  #history .t-events {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #faq .faq-icon {
    width: 35px;
  }
}

@media (max-width: 370px) {
  #zowie .st-sub-tit p:last-child {
    flex-direction: column;
    gap: 3px;
  }
  #interior .interior-tab-wrap {
    flex-wrap: wrap;
  }
  #advantage .compare-panels {
    gap: 20px;
  }
  #advantage .compare-vs {
    width: 50px;
  }
  #process .process-item img {
    width: 40px;
  }
  #process .process-item {
    gap: 12px;
  }
  #process .process-badge {
    font-size: 14px;
    letter-spacing: -0.35px;
    top: -13.5px;
    padding: 2.88px 7.2px;
  }
  #process .process-name {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #process .process-desc {
    font-size: 11px;
    letter-spacing: -0.275px;
  }
  #ready .ready-dot-1 {
    right: 37.3%;
    top: 6%;
  }
  #ready .ready-dot-2 {
    top: 6%;
    right: 30%;
  }
  #ready .ready-dot-3,
  #ready .ready-dot-4 {
    top: 71%;
  }
  #ready .ready-dot-3 {
    right: 74.5%;
  }
  #ready .ready-dot-4 {
    right: 67%;
  }
  #history .award-list {
    gap: 50px;
  }
  #history .award-item {
    height: 155px;
    padding: 15px;
  }
  #history .award-img-grid {
    left: 0;
    width: calc(100% - 130px);
  }
  #history .award-cert-img {
    right: 0;
    width: calc(100% - 150px);
  }
  #history .award-badge {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #history .award-title {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  #history .award-text {
    width: 120px;
  }
  #history .award-item--right .award-text {
    width: 140px;
  }
  #contact .contact-frame {
    padding: 10px;
  }
  #contact .contact-form {
    padding: 15px;
  }
  #contact .contact-form .round-checkbox {
    width: 25px;
    height: 25px;
  }
  #contact .contact-form .agree {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #auto .auto-tit-div .auto-sub-tit {
    width: 280px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #auto .auto-tit-div .auto-sub-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #auto .auto-tit-div .auto-sub-tit img {
    width: 60px;
  }
  #auto .auto-item .auto-item-content {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 40px 10px 10px;
  }
  #auto .auto-item .auto-item-icon {
    bottom: 70px;
  }
}

@media (max-width: 350px) {
  #interior .st-tit {
    gap: 5px;
  }
  #interior .interior-tab-wrap {
    flex-wrap: wrap;
  }
  #interior .interior-tab-wrap .interior-tab {
    width: calc(45% - 6.5px);
  }
  #interior .interior-tab-wrap .tab-line:nth-child(4) {
    display: none;
  }
  #advantage .multistore-label {
    width: 100px;
    height: 75px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #advantage .multistore-percent {
    height: 75px;
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  #advantage .compare-vs {
    left: 34%;
  }
  #advantage .advantage-compare {
    padding: 10px;
  }
  #advantage .compare-panel--rival {
    padding: 8px 6px;
  }
  #advantage .compare-panel--oxpc {
    padding: 10px 8px;
  }
  #advantage .compare-panel--oxpc .compare-list li span {
    width: 80px;
    font-size: 8px;
    letter-spacing: -0.2px;
  }
  .compare-list li img {
    width: 20px;
  }
  .ready-box .ready-box-inner {
    padding: 10px;
    gap: 10px;
  }
  .ready-box .ready-box-item {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #faq .faq-card {
    padding: 10px;
  }
  #faq .faq-q-bubble,
  #faq .faq-a-bubble {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  #faq .faq-icon {
    width: 30px;
  }
  #auto .auto-tit-div .auto-sub-tit {
    width: 245px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #auto .auto-tit-div .auto-sub-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #auto .auto-tit-div .auto-sub-tit img {
    width: 50px;
  }
}

@media (max-width: 330px) {
  #process .process-desc {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  #process .process-item img {
    width: 36px;
  }
  .ready-box .ready-box-item {
    padding: 8px;
  }
  #expertise .expertise-item {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  #history .award-list {
    gap: 40px;
  }
  #history .award-item {
    height: 140px;
  }
  #history .award-img-grid {
    left: 0;
    width: calc(100% - 110px);
  }
  #history .award-cert-img {
    right: 0;
    width: calc(100% - 130px);
  }
  #history .award-badge {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #history .award-title {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #history .award-text {
    width: 100px;
  }
  #history .award-item--right .award-text {
    width: 120px;
  }
}
