.main__page .main__header {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main__page .main__header .main-nav--header {
  border-bottom: none;
  border-top: none;
}
.main__page .main__header.active .main-nav--header {
  border-bottom: none;
  border-top: none;
}

.main__page .main__header svg {
  color: #fff;
}
.main__page .main__header .button__hamburger svg {
  color: #fff;
}

.main__page .footer__banner__section {
  display: none;
}
.main-nav--header .main-nav__menu > li[class*='__menu-item'] > a,
.utility-nav--header .utility-nav__menu > li[class*='__menu-item'] > a,
.main__page .main__header.active .button__hamburger {
  color: #fff;
}
.main__page .main__header.active {
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #edeff2;
  box-shadow: inset 0 -1px 0 0 #edeff2;
}
.main__page .main__header.active svg {
  color: var(--color-primary);
}
.main__page .main__header.active .button__hamburger svg {
  color: var(--color-main-font);
}
.main__page .main__header.active .utility-nav__menu > li[class*='__menu-item'] > a,
.main__page .main__header.active .main-nav__menu-item a {
  color: var(--color-main-font);
}

/* ==========================================
   Main Visual Video
   ========================================== */
.main__page .main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  background-color: #000;
}

.main__page .main-visual .video {
  position: relative;
  width: 100%;
  height: 100%;
}

.main__page .main-visual .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 1;
}

.main__page .main-visual__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Main Visual Content */
.main__page .main-visual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}

.main__page .main-visual__text {
  margin-bottom: 40px;
}

.main__page .main-visual__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.main__page .main-visual__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.main__page .main-visual__qr {
  display: inline-block;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
}

.main__page .main-visual__qr img {
  width: 92px;
  height: 92px;
}

.main__page .market__aside__link,
.main__page .market__aside__link .market__aside__right {
  display: flex;
  align-items: center;
}
.main__page .market__aside__link {
  width: 100%;
  max-width: 524px;
  margin: 120px auto 0;
  border: 1px solid #edeff2;
  border-radius: 40px;
  padding: 18px 20px;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.main__page .market__aside__link .market__aside__right .logo {
  display: inline-flex;
  align-items: center;
  color: #ed1438;
}
.main__page .market__aside__link .market__aside__right .logo::after {
  content: '|';
  margin: 0 10px;
  color: #dfe0e3;
  font-style: normal;
}
.main__page .market__aside__link:hover {
  border-radius: 40px;
  border: 1px solid #dfe0e3;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.main__page .categoryies_section {
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 0 4rem;
  align-items: center;
  margin-bottom: 120px;
}
.main__page .categoryies_section__inner,
.main__page .statistics_section__inner,
.brand_section__inner {
  max-width: 128rem;
  width: 100%;
}

.main__page .categoryies_section__title {
  margin: 60px auto 40px;
  text-align: center;
  color: #2a2f38;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
}
.main__page .categoryies_section .categoryies__list {
  display: flex;
  gap: 8px;
  height: 520px;
}
.main__page .categoryies_section .category__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1 1 0;
  transition: all 0.5s ease;
}
.main__page .categoryies_section .category__item__content {
  /*position: absolute;*/
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 90%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #fff;
  transition: all 0.5s ease;
  white-space: normal;
}
.main__page .categoryies_section .category__item__title {
  display: flex;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 46px;
  transition: all 0.5s ease;
  word-break: break-all;
  justify-content: center;
}
.main__page .categoryies_section .category__item__desc {
  font-size: 24px;
  font-weight: 600;
  display: none;
  opacity: 0;
}
.main__page .categoryies_section .category__item__btn {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
}
.main__page .categoryies_section .category__item__btn .category__item__btn__text {
  font-size: 16px;
  display: none;
}
.main__page .categoryies_section .category__item__btn .category__item__btn__icon__wraper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main__page .categoryies_section .category__item__btn__icon__wraper .category__item__btn__arrow--hover {
  display: none;
}
.main__page .categoryies_section .category__item .category__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main__page .categoryies_section .category__item .category__item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.main__page .categoryies_section .category__item .category__item__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%),
    lightgray 50% / cover no-repeat;
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

@media all and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  /* hover */
  .main__page .categoryies_section .category__item:hover {
    flex: 3 1 0;
  }
  .main__page .categoryies_section .category__item:hover .category__item__content {
    position: absolute;
    left: 29px;
    right: 29px;
    top: 50%;
    width: auto;
    max-width: calc(100% - 58px);
    transform: translate(0, -50%);
    z-index: 4;
    color: #fff;
    white-space: normal;
  }
  .main__page .categoryies_section .category__item:hover .category__item__title {
    justify-content: flex-start;
    font-size: 48px;
    margin-bottom: 24px;
  }
  .main__page .categoryies_section .category__item:hover .category__item__desc {
    font-size: 24px;
    font-weight: 600;
    display: block;
    opacity: 1;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn {
    margin-top: 68px;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn .category__item__btn__text {
    font-size: 16px;
    display: block;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn .category__item__btn__icon__wraper {
    position: relative;
    top: -10px;
    justify-content: left;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn__icon__wraper .category__item__btn__arrow--hover {
    display: block;
  }
  .main__page .categoryies_section .category__item:hover .category__item__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(0deg, rgba(12, 15, 41, 0.5) 0%, rgba(12, 15, 41, 0.5) 100%),
      lightgray 50% / cover no-repeat;
    z-index: 4;
    transition: opacity 0.3s ease;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn__icon__wraper .category__item__btn__arrow--normal {
    display: none;
  }
}
.main__page .categoryies_section .category__item__btn .category__item__btn__arrow--m {
  display: none;
}

/* 통계 */
.main__page .statistics_section {
  background: #000714;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 748px;
  padding: 0 4rem;
}
.main__page .statistics_section .statistics_section__inner {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.main__page .statistics_section .statistics_section__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -0.8px;
  margin-bottom: 52px;
}
.main__page .statistics_section .statistics__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 400px));
  gap: 40px;
  justify-content: start;
  margin-bottom: 60px;
}
.main__page .statistics_section .statistics__list__item {
  display: flex;
  flex-direction: column;
}
.main__page .statistics_section .statistics__list__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  color: #80858b;
}

.main__page .statistics_section .statistics__number_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 84px */
  letter-spacing: -1.4px;
}
.main__page .statistics_section .statistics__number {
  display: flex;
  flex-direction: row;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 84px */
  letter-spacing: -1.4px;
}
.main__page .statistics_section .statistics__data {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  color: #80858b;
}

/*.main__page .statistics_section .statistics_section_bg {
  position: absolute;
  width: 1280px;
  right: 0;
  bottom: 0;
}*/
.main__page .statistics_section .statistics_section_bg {
  width: 100%;
  max-width: 128rem;
  bottom: 0;
  position: absolute;
}
.main__page .statistics_section .statistics_section_bg .g_icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*brand_section*/
.main__page .brand_section {
  padding: 120px 4rem;
}
.main__page .brand_section .brand_section__title {
  color: var(--color-main-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
  margin-bottom: 40px;
}
.main__page .brand_section .brand_section__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px 0;
}
.main__page .brand_section .brand_section__list > li {
  width: 100%;
}
.main__page .brand_section .brand_section__list .brand_section__list__title {
  overflow: hidden;
  color: #696e77;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  position: relative;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}
.main__page .brand_section .brand_section__list .brand_section__list__title::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f0f2f5;
}
.main__page .brand_section .brand_section__list .brand_section__list__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 36px;
}
.main__page .brand_section .brand_section__list__item {
  height: 60px;
}
.main__page .brand_section .brand_section__list__item img {
  height: 100%;
}

/* main_notice_section */
.main__page .main_notice_section {
  padding-top: 0;
}

.main__page .main_notice_section__inner {
  max-width: 128rem;
  margin: 0 auto;
}

.main__page .main_notice_section__header {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  /*margin-bottom: 40px;*/
  gap: 12px;
}

.main__page .main_notice_section__title {
  color: #2a2f38;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: -0.7px;
}

.main__page .main_notice_section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.main__page .main_notice_section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 20px 0 80px;
  margin: 0;
}

.main__page .main_notice_section__item {
  display: flex;
}

.main__page .main_notice_section__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dfe0e3;
  text-decoration: none;
  transition: all 0.3s ease;
}

.main__page .main_notice_section__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.main__page .main_notice_section__card__title {
  color: #2a2f38;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main__page .main_notice_section__card__desc {
  color: #696e77;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex: 1;
}

.main__page .main_notice_section__card__date {
  color: #80858b;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

/*  slider_more_section */
.main__page .slider_more_section {
  padding: 60px 0 0 0;
  background: #f6f7f9;
}

.main__page .slider_more_section__inner {
  width: 100%;
  margin: 0;
}

.main__page .slider_more_section__header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 4rem;
}
.main__page .slider_more_section__header .slider_more_section__header__inner {
  display: flex;
  max-width: 128rem;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.main__page .slider_more_section__slider {
  margin-right: 0;
  padding-right: 0;
}

.main__page .slider_more_section__title {
  color: #2a2f38;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.7px;
}

.main__page .slider_more_section__more {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #2a2f38;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 9px 20px;
  border-radius: 40px;
}

.main__page .slider_more_section__more:hover {
  /*color: #ed1438;*/
}

/* Swiper 커스텀 스타일 */
.main__page .recent-car-swiper {
  padding: 0 0 0 0;
}

.main__page .recent-car-swiper .swiper-slide {
  height: auto;
}

/* 차량 카드 스타일 */
.main__page .car-card {
  display: block;
  /*background: #fff;*/
  /*border-radius: 12px;*/
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  /*border: 1px solid #edeff2;*/
  height: 100%;
}

.main__page .car-card:hover {
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  /*transform: translateY(-4px);*/
}

.main__page .car-card__badge {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 3px 4px;
  background: #ed1438;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main__page .car-card__badge svg {
  flex-shrink: 0;
}

.main__page .car-card__image {
  position: relative;
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  background: #f0f0f0;
  overflow: hidden;
}

.main__page .car-card__image img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*overflow: hidden;*/
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__page .car-card__location {
  position: absolute;
  width: max-content;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  z-index: 2;
}

.main__page .car-card__content {
  padding: 20px 0;
}

.main__page .car-card__title {
  color: #2a2f38;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline;
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  min-height: 48px;
}

.main__page .car-card__info {
  color: #80858b;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main__page .car-card__info li {
  display: flex;
  align-items: center;
}
.main__page .car-card__info li:last-child::after {
  display: none;
  content: '';
}
.main__page .car-card__info li::after {
  content: '';
  display: inline-block;
  align-items: center;
  width: 2px;
  height: 2px;
  margin: 0 2px;
  background: #d5d7db;
  border-radius: 50%;
}

.main__page .car-card__price {
  color: #2a2f38;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  align-items: center;
}

.main__page .car-card__price .car-card__price-type {
  display: inline-flex;
  padding: 2.5px 4px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 2px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
  margin-left: 6px;
}
.main__page .car-card__price.type-limit {
  color: #aaadb2;
}
.main__page .car-card__price .type-reservation {
  background: #e3f5ff;
  color: #305af8;
}
.main__page .car-card__price .type-sold_out {
  background: #e9e9e9;
  color: #696e77;
}

/* 네비게이션 버튼 */
.main__page .slider_more_section__slider {
  position: relative;
}
.recent-car-button.page__container {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
}
.recent-car-button .recent-car-button__inner {
  position: relative;
  display: flex;
  gap: 12px;
  max-width: 128rem;
  width: 100%;
  justify-content: flex-end;
  margin: 20px 0 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main__page .recent-car-prev,
.main__page .recent-car-next {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #dfe0e3;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: auto;
  top: auto;
  z-index: 10;
  margin-top: 0;
  color: #aaadb2;
  transition: all 0.2s ease;
}

.main__page .recent-car-prev {
  /*right: auto;*/
  left: auto;
}

.main__page .recent-car-next {
  right: auto;
  left: auto;
}

.main__page .recent-car-prev:after,
.main__page .recent-car-next:after {
  font-size: 20px;
  font-weight: 700;
  color: #2a2f38;
}

.main__page .recent-car-prev:hover,
.main__page .recent-car-next:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #ed1438;
}

/* Responsive */
@media all and (max-width: 1024px) {
  .main__page .main_notice_section {
    padding: 0 4rem;
  }

  .main__page .main_notice_section__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .main__page .main__header .main-nav--header {
    border-bottom: none;
    border-top: none;
  }
  .main__page .main__header.active .main-nav--header {
    border-bottom: none;
    border-top: none;
  }
  .main-nav--header {
    margin-left: 4rem;
  }
  .main__page .slider_more_section {
    padding: 80px 0 80px 0;
  }

  .main__page .slider_more_section__header {
    margin-bottom: 32px;
  }
  .main__page .categoryies_section .categoryies__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
  }
  .main__page .categoryies_section .category__item {
    position: relative;
    cursor: pointer;
    flex: none;
    transition: all 0.5s ease;
    padding-top: 68px;
    height: 346px;
  }
  .main__page .categoryies_section .category__item__content {
    position: relative;
    top: 0;
    left: 40px;
    width: auto;
    max-width: 90%;
    transform: none;
    z-index: 4;
    color: #fff;
    transition: all 0.5s ease;
    white-space: normal;
  }
  .main__page .categoryies_section .category__item__title {
    display: flex;
    font-size: 40px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    justify-content: flex-start;
  }
  .main__page .categoryies_section .category__item__desc {
    font-size: 20px;
    font-weight: 600;
    display: block;
    opacity: 1;
  }
  .main__page .categoryies_section .category__item__btn {
    display: flex;
    flex-direction: column;
    margin-top: 52px;
  }
  .main__page .categoryies_section .category__item__btn .category__item__btn__text {
    font-size: 14px;
    display: block;
  }
  .main__page .categoryies_section .category__item__btn .category__item__btn__icon__wraper {
    position: relative;
    justify-content: flex-start;
    width: 100%;
  }
  .main__page .categoryies_section .category__item__btn__icon__wraper .category__item__btn__arrow--normal {
    display: none;
  }
  .main__page .categoryies_section .category__item__btn__icon__wraper .category__item__btn__arrow--hover {
    display: block;
    position: absolute;
    top: -10px;
  }
}

@media all and (max-width: 1024px) and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  /* hover */
  .main__page .categoryies_section .category__item:hover {
    flex: none;
  }
  .main__page .categoryies_section .category__item:hover .category__item__content {
    position: absolute;
    left: 40px;
    right: auto;
    top: auto;
    width: auto;
    max-width: none;
    transform: none;
    z-index: 4;
    color: #fff;
    white-space: normal;
  }
  .main__page .categoryies_section .category__item:hover .category__item__title {
    justify-content: flex-start;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .main__page .categoryies_section .category__item:hover .category__item__desc {
    font-size: 20px;
    font-weight: 600;
    display: block;
    opacity: 1;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn {
    margin-top: 52px;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn .category__item__btn__icon__wraper {
    top: 0;
  }
  .main__page .categoryies_section .category__item:hover .category__item__btn .category__item__btn__text {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .main__page .statistics_section .statistics_section_bg .g_icons {
    /*width: 79%;*/
    /*bottom: 70px;*/
  }
  .main__page .main__header .main-nav--header {
    border-bottom: 1px solid #80858b;
    border-top: 1px solid #80858b;
  }
  .main__page .main__header.active .main-nav--header {
    /*border-bottom: 1px solid #dfe0e3; */
    /*border-top: 1px solid #dfe0e3;*/
    border-bottom: 1px solid #edeff2;
    border-top: 1px solid #edeff2;
  }
  .main-nav--header {
    margin-left: 0;
  }
  .main__page .main-visual {
    max-height: 570px;
  }
  .main__page .market__aside__link {
    width: 288px;
    padding: 14px 16px;
    margin-top: 60px;
  }
  .main__page .market__aside__link .market__aside__right .logo {
    display: none;
  }
  .main__page .categoryies_section__title {
    font-size: 24px;
  }
  .main__page .main-visual__content {
    bottom: 0;
    top: auto;
    margin: 0;
    width: 100%;
  }
  .main__page .main-visual__text {
    width: 100%;
    margin-bottom: 30px;
  }
  .main__page .main-visual__title {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    margin-bottom: 0;
  }
  .main__page .main-visual__qr {
    display: none;
  }

  .main__page .slider_more_section {
    padding: 60px 0 60px 1.5rem;
  }
  .main__page .slider_more_section__inner {
    max-width: 100%;
  }
  .main__page .slider_more_section__header {
    padding-right: 1.5rem;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .main__page .slider_more_section__slider {
    margin-right: 0;
    padding-right: 0;
  }
  .main__page .slider_more_section__title {
    font-size: 24px;
  }
  .main__page .slider_more_section__more {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    justify-content: center;
    padding: 0;
  }
  .main__page .slider_more_section__more .text {
    display: none;
  }
  .main__page .slider_more_section__more svg {
    stroke: #fff;
  }

  /* 모바일에서 네비게이션 버튼 숨김 */
  .main__page .recent-car-prev,
  .main__page .recent-car-next {
    /*display: none;*/
  }
  .main__page .recent-car-swiper {
    padding-bottom: 40px;
  }
  .main__page .categoryies_section {
    padding: 0 16px;
  }
  .main__page .categoryies_section .categoryies__list {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(1, 1fr);
    height: 100%;
  }
  .main__page .categoryies_section .category__item {
    position: relative;
    cursor: pointer;
    flex: none;
    transition: all 0.5s ease;
    padding-top: 68px;
    height: 178px;
  }

  .main__page .categoryies_section .category__item__content {
    position: relative;
    top: 16px;
    left: 0;
    max-width: 100%;
    padding: 0 24px;
    transform: none;
    z-index: 4;
    color: #fff;
    transition: all 0.5s ease;
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .main__page .categoryies_section .category__item__title {
    display: flex;
    font-size: 20px;
    margin-bottom: 6px;
    transition: all 0.5s ease;
    font-weight: 600;
    justify-content: flex-start;
  }
  .main__page .categoryies_section .category__item__desc {
    font-size: 14px;
    font-weight: 600;
    display: block;
    opacity: 1;
  }
  .main__page .categoryies_section .category__item__btn {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    align-items: center;
  }
  .main__page .categoryies_section .category__item__btn .category__item__btn__text {
    font-size: 14px;
    display: block;
  }
  .main__page .categoryies_section .category__item__btn .category__item__btn__icon__wraper {
    position: relative;
    justify-content: flex-start;
    width: auto;
  }
  .main__page .categoryies_section .category__item__btn__icon__wraper .category__item__btn__arrow {
    display: none;
  }
  .main__page .categoryies_section .category__item__btn__icon__wraper .category__item__btn__arrow--m {
    display: block;
  }
  .main__page .categoryies_section .category__item__btn__icon__wraper .category__item__btn__arrow--hover {
    display: block;
    position: absolute;
    top: -10px;
  }

  .main__page .main_notice_section {
    padding: 0 0 0 1.5rem;
  }

  .main__page .main_notice_section__inner {
    max-width: 100%;
  }

  .main__page .main_notice_section__header {
    padding-right: 1.5rem;
  }

  .main__page .main_notice_section__list {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 1.5rem;
  }

  .main__page .main_notice_section__list::-webkit-scrollbar {
    display: none;
  }

  .main__page .main_notice_section__item {
    flex: 0 0 calc(70% - 6px);
    min-width: calc(70% - 6px);
    scroll-snap-align: start;
  }

  .main__page .main_notice_section__card {
    height: 100%;
  }

  .main__page .statistics_section {
    height: 594px;
  }
  .main__page .statistics_section .statistics_section__inner {
    padding-top: 60px;
    position: relative;
    z-index: 2;
  }
  .main__page .statistics_section .statistics_section__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: -0.8px;
    margin-bottom: 40px;
  }
  .main__page .statistics_section .statistics__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 400px));
    gap: 28px;
    justify-content: start;
    margin-bottom: 80px;
  }
  .main__page .statistics_section .statistics__list__title {
    font-size: 16px;
  }

  .main__page .statistics_section .statistics__number_wrap {
    font-size: 32px;
  }
  .main__page .statistics_section .statistics__number {
    font-size: 32px;
  }

  .main__page .slider_more_section__title {
    font-size: 20px;
  }
  .main__page .car-card__title {
    font-size: 14px;
  }
  .main__page .car-card__info {
    font-size: 12px;
  }
  .main__page .car-card__price {
    font-size: 17px;
    font-weight: 600;
  }
  .recent-car-button .recent-car-button__inner {
    margin: 0;
    padding-right: 1.5rem;
  }
  .main__page .recent-car-prev,
  .main__page .recent-car-next {
    width: 40px;
    height: 40px;
  }
  .main__page .brand_section {
    padding: 60px 16px;
  }
  .main__page .brand_section .brand_section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .main__page .brand_section .brand_section__list li {
    /*justify-content: space-between;*/
  }
  .main__page .brand_section .brand_section__list__item {
    /*width: 110px;*/
  }
  .main__page .main_notice_section__title {
    font-size: 20px;
  }
  .main__page .main_notice_section__more {
    width: 20px;
    height: 20px;
  }
  .main__page .main_notice_section__list {
    padding-top: 16px;
  }
}

/*@media (max-width: 480px) {
  .main__page .main-visual {
    max-height: 400px;
  }
  .main__page .car-card__content {
    padding: 12px 0;
  }
  .main__page .car-card__title {
    margin-bottom: 4px;
  }
  .main__page .car-card__info {
    margin-bottom: 4px;
  }
}*/
