#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media (max-width: 1280px) {
  #index-main {
    padding-top: 60px;
  }
}

.index-hero {
  width: 100%;
  height: auto;
  margin-bottom: 140px;
}
@media (max-width: 1280px) {
  .index-hero {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .index-hero {
    margin-bottom: 70px;
  }
}
.index-hero .hero-swiper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.index-hero .hero-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.index-hero .hero-swiper .pages {
  position: absolute;
  right: 10%;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
@media (max-width: 1280px) {
  .index-hero .hero-swiper .pages {
    right: 5%;
    bottom: 28px;
  }
}
.index-hero .hero-swiper .pages span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-hero .hero-swiper .pages span {
    font-size: 16px;
  }
}
.index-hero .hero-swiper .pages .current {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
@media (max-width: 1280px) {
  .index-hero .hero-swiper .pages .current {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.index-hero .hero-swiper .pages .current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: white;
}
@media (max-width: 1280px) {
  .index-hero .hero-swiper .pages .current::after {
    width: 16px;
  }
}
.index-hero .hero-swiper .pages .total {
  opacity: 0.6;
}
.index-hero .hero-swiper .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, -24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation-name: scrollDown;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 4;
}
@media (max-width: 768px) {
  .index-hero .hero-swiper .scroll-down {
    display: none;
  }
}
.index-hero .hero-swiper .scroll-down span {
  font-size: 12px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.sec-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1280px) {
  .sec-title-wrap {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap {
    gap: 8px;
  }
}
.sec-title-wrap > h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .sec-title-wrap > h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap > h1 {
    font-size: 32px;
  }
}
.sec-title-wrap > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 768px) {
  .sec-title-wrap > span {
    font-size: 16px;
  }
}
.sec-title-wrap.ta-center {
  align-items: center;
}
.sec-title-wrap.ta-center h1, .sec-title-wrap.ta-center span {
  text-align: center;
}

.choose-yours {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .choose-yours {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .choose-yours {
    margin-bottom: 70px;
  }
}
.choose-yours .container {
  width: 95%;
  height: auto;
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .choose-yours .container {
    gap: 40px;
  }
}
.choose-yours .container .sec-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-head {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .choose-yours .container .sec-head {
    gap: 16px;
  }
}
.choose-yours .container .sec-head > a {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.choose-yours .container .sec-head > a p {
  height: 56px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #00294E;
  border-radius: 8px;
  background: #E7F2FC;
}
.choose-yours .container .sec-head > a > span {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border: 2px solid #00294E;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-head > a > span {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .choose-yours .container .sec-head > a > span {
    width: 40px;
    height: 40px;
  }
}
.choose-yours .container .sec-head > a > span i {
  font-size: 28px;
  line-height: 1;
  color: #00294E;
}
@media (max-width: 768px) {
  .choose-yours .container .sec-head > a > span i {
    font-size: 24px;
  }
}
.choose-yours .container .sec-body {
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  border: 2px solid #053866;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body {
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .choose-yours .container .sec-body {
    padding: 16px;
    gap: 16px;
  }
}
.choose-yours .container .sec-body .choose-grid {
  width: 100%;
  height: 480px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.choose-yours .container .sec-body .choose-grid .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.choose-yours .container .sec-body .choose-grid .cell .hovered {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.choose-yours .container .sec-body .choose-grid .cell .hovered .brand {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose-yours .container .sec-body .choose-grid .cell .hovered .brand .logo {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 300px;
  overflow: hidden;
}
.choose-yours .container .sec-body .choose-grid .cell .hovered .brand .logo > img {
  width: 100%;
}
.choose-yours .container .sec-body .choose-grid .cell .hovered .brand span {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid white;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  text-align: center;
  word-break: keep-all;
  opacity: 0.7;
}
.choose-yours .container .sec-body .choose-grid .cell .hovered .view {
  width: 180px;
  height: 52px;
  padding: 0 16px;
  border: 1px solid white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.choose-yours .container .sec-body .choose-grid .cell:hover .hovered {
  opacity: 1;
  visibility: visible;
}
.choose-yours .container .sec-body .choose-contents {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .choose-contents {
    width: 100%;
    height: auto;
    flex: unset;
  }
}
.choose-yours .container .sec-body .choose-contents b {
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .choose-contents b {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.choose-yours .container .sec-body .choose-contents p {
  margin-bottom: 52px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .choose-contents p {
    margin-bottom: 36px;
    font-size: 16px;
  }
}
.choose-yours .container .sec-body .choose-contents p > em {
  font-weight: 900;
  color: #053866;
}
.choose-yours .container .sec-body .choose-contents img {
  width: 100%;
  height: auto;
  transform: translateZ(0);
  opacity: 0.4;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .choose-contents img {
    width: 240px;
  }
}
.choose-yours .container .sec-body .style-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid {
    flex: unset;
    width: 100%;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .choose-yours .container .sec-body .style-grid {
    grid-template-columns: 1fr;
  }
}
.choose-yours .container .sec-body .style-grid .cell {
  width: 100%;
  height: 400px;
}
.choose-yours .container .sec-body .style-grid .cell a {
  width: 100%;
  height: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.choose-yours .container .sec-body .style-grid .cell a .cover {
  width: 100%;
  height: 100%;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: rgba(0, 0, 0, 0.48);
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid .cell a .cover {
    gap: 24px;
  }
}
.choose-yours .container .sec-body .style-grid .cell a .cover .lease-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid .cell a .cover .lease-title {
    font-size: 32px;
  }
}
.choose-yours .container .sec-body .style-grid .cell a .cover .lease-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: white;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid .cell a .cover .lease-title::after {
    width: 60px;
  }
}
.choose-yours .container .sec-body .style-grid .cell a .cover .lease-desc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid .cell a .cover .lease-desc {
    gap: 12px;
  }
}
.choose-yours .container .sec-body .style-grid .cell a .cover .lease-desc em {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid .cell a .cover .lease-desc em {
    font-size: 18px;
  }
}
.choose-yours .container .sec-body .style-grid .cell a .cover .lease-desc span {
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  color: white;
  text-align: center;
}
@media (max-width: 1280px) {
  .choose-yours .container .sec-body .style-grid .cell a .cover .lease-desc span {
    font-size: 16px;
  }
}

.prod-cell {
  width: 100%;
  height: auto;
}
.prod-cell a {
  position: relative;
  width: 100%;
  height: auto;
  padding: 56px 36px 36px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .prod-cell a {
    padding: 36px 16px 24px;
  }
}
.prod-cell a .type-tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: white;
  text-align: center;
}
@media (max-width: 1280px) {
  .prod-cell a .type-tag {
    font-size: 12px;
  }
}
.prod-cell a .type-tag.used {
  background: #053866;
}
.prod-cell a .type-tag.les {
  background: #AA0600;
}
.prod-cell a .type-tag.new {
  background: #05BE05;
}
.prod-cell a .brand-logo {
  position: absolute;
  left: 16px;
  top: 16px;
  width: auto;
  height: 24px;
  display: flex;
}
@media (max-width: 1280px) {
  .prod-cell a .brand-logo {
    left: 10px;
    top: 10px;
    height: 20px;
  }
}
.prod-cell a .brand-logo > img {
  width: auto;
  height: 100%;
}
.prod-cell a .prod-thumb {
  position: relative;
  width: 100%;
  height: 148px;
  margin-bottom: 36px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .prod-cell a .prod-thumb {
    height: 120px;
    margin-bottom: 24px;
  }
}
.prod-cell a .prod-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod-cell a .prod-infos {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .prod-cell a .prod-infos {
    margin-bottom: 20px;
    gap: 12px;
  }
}
.prod-cell a .prod-infos .prod-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .prod-cell a .prod-infos .prod-name {
    font-size: 16px;
  }
}
.prod-cell a .prod-infos dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.prod-cell a .prod-infos dl .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.prod-cell a .prod-infos dl .row dt {
  flex: 0 0 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .prod-cell a .prod-infos dl .row dt {
    flex: 0 0 60px;
  }
}
.prod-cell a .prod-infos dl .row dt span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #464646;
}
@media (max-width: 1280px) {
  .prod-cell a .prod-infos dl .row dt span {
    font-size: 13px;
  }
}
.prod-cell a .prod-infos dl .row dd {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #053866;
}
@media (max-width: 1280px) {
  .prod-cell a .prod-infos dl .row dd {
    font-size: 13px;
  }
}
.prod-cell a .options {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.prod-cell a .options .opt {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.prod-cell a .options .opt .opt-tag {
  flex: 0 0 auto;
  width: 44px;
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border-radius: 10000rem;
}
.prod-cell a .options .opt .opt-tag.lease {
  background: #707070;
}
.prod-cell a .options .opt .opt-tag.buy {
  background: #C90E0E;
}
.prod-cell a .options .opt span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .prod-cell a .options .opt span {
    font-size: 14px;
  }
}

.lease-recommend {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .lease-recommend {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .lease-recommend {
    margin-bottom: 70px;
  }
}
.lease-recommend .container {
  width: 95%;
  height: auto;
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .lease-recommend .container {
    gap: 40px;
  }
}
.lease-recommend .container .sec-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.lease-recommend .container .sec-body {
  width: 100%;
  height: auto;
}
.lease-recommend .container .sec-body .prod-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .lease-recommend .container .sec-body .prod-grid {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .lease-recommend .container .sec-body .prod-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .lease-recommend .container .sec-body .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .lease-recommend .container .sec-body .prod-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes scrollDown {
  0% {
    transform: translate(-50%, -24px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.used-recommend {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #053866;
}
@media (max-width: 1280px) {
  .used-recommend {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .used-recommend {
    padding: 60px 0;
  }
}
.used-recommend .container {
  width: 95%;
  height: auto;
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .used-recommend .container {
    gap: 40px;
  }
}
.used-recommend .container .sec-head {
  width: 100%;
}
.used-recommend .container .sec-head .sec-title-wrap > h1, .used-recommend .container .sec-head .sec-title-wrap > span {
  color: white;
}
.used-recommend .container .sec-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body {
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .used-recommend .container .sec-body {
    gap: 24px;
  }
}
.used-recommend .container .sec-body .brand-tabs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .brand-tabs {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .used-recommend .container .sec-body .brand-tabs {
    gap: 8px;
  }
}
.used-recommend .container .sec-body .brand-tabs > li {
  position: relative;
  flex: 0 0 18%;
  height: 68px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: 1px solid white;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .brand-tabs > li {
    flex: 1 1 20%;
    height: 56px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .used-recommend .container .sec-body .brand-tabs > li {
    flex: 1 0 40%;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .used-recommend .container .sec-body .brand-tabs > li {
    font-size: 14px;
  }
}
.used-recommend .container .sec-body .brand-tabs > li.now, .used-recommend .container .sec-body .brand-tabs > li:hover {
  background: white;
  color: #053866;
}
.used-recommend .container .sec-body .brand-tabs > li.now::before, .used-recommend .container .sec-body .brand-tabs > li:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #053866;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .brand-tabs > li.now::before, .used-recommend .container .sec-body .brand-tabs > li:hover::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
@media (max-width: 768px) {
  .used-recommend .container .sec-body .brand-tabs > li.now::before, .used-recommend .container .sec-body .brand-tabs > li:hover::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.used-recommend .container .sec-body .used-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 48px;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .used-wrap {
    padding: 0 40px;
  }
}
.used-recommend .container .sec-body .used-wrap .used-swiper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .used-wrap .used-swiper {
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .used-recommend .container .sec-body .used-wrap .used-swiper {
    gap: 24px;
  }
}
.used-recommend .container .sec-body .used-wrap .used-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.used-recommend .container .sec-body .used-wrap .used-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.used-recommend .container .sec-body .used-wrap .used-swiper .swiper-pagination {
  position: relative;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.used-recommend .container .sec-body .used-wrap .used-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 10px;
  border: 2px solid white;
  border-radius: 0;
  background: white;
  opacity: 1;
}
.used-recommend .container .sec-body .used-wrap .used-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #053866;
}
.used-recommend .container .sec-body .used-wrap .used-swiper .swiper-notification {
  display: none;
}
.used-recommend .container .sec-body .used-wrap .outer-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.used-recommend .container .sec-body .used-wrap .outer-navigation div {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .used-wrap .outer-navigation div {
    width: 32px;
    height: 32px;
  }
}
.used-recommend .container .sec-body .used-wrap .outer-navigation div i {
  font-size: 32px;
  line-height: 1;
  color: #707070;
}
@media (max-width: 1280px) {
  .used-recommend .container .sec-body .used-wrap .outer-navigation div i {
    font-size: 24px;
  }
}

.index-location {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: white;
}
@media (max-width: 768px) {
  .index-location {
    padding: 70px 0;
  }
}
.index-location .container {
  width: 95%;
  height: auto;
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 1280px) {
  .index-location .container {
    flex-direction: column;
    gap: 40px;
  }
}
.index-location .container .left {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1280px) {
  .index-location .container .left {
    flex: unset;
    width: 100%;
    gap: 40px;
  }
}
.index-location .container .left .go-to-inquiry {
  width: 220px;
  height: 64px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
  background: white;
  border: 1px solid #053866;
}
@media (max-width: 1280px) {
  .index-location .container .left .go-to-inquiry {
    width: 180px;
    height: 52px;
    gap: 12px;
  }
}
.index-location .container .left .go-to-inquiry span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #053866;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-location .container .left .go-to-inquiry span {
    font-size: 14px;
  }
}
.index-location .container .left .go-to-inquiry img {
  flex: 0 0 auto;
  width: 48px;
  height: auto;
}
@media (max-width: 1280px) {
  .index-location .container .left .go-to-inquiry img {
    width: 36px;
  }
}
.index-location .container .right {
  flex: 1 1 auto;
  border: 2px solid #00294E;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1280px) {
  .index-location .container .right {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 16px;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .index-location .container .right {
    flex-direction: column;
    gap: 24px;
  }
}
.index-location .container .right .map-wrapper {
  flex: 1 1 40%;
  height: auto;
  aspect-ratio: 1/0.8;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-location .container .right .map-wrapper {
    flex: unset;
    width: 100%;
    aspect-ratio: 1/0.6;
  }
}
.index-location .container .right .map-wrapper .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.index-location .container .right .map-wrapper .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.index-location .container .right .map-contents {
  flex: 1 1 40%;
  height: auto;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents {
    flex: unset;
    width: 100%;
    padding-top: 0;
  }
}
.index-location .container .right .map-contents h2 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.index-location .container .right .map-contents .addr {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .addr {
    padding-bottom: 16px;
    margin-bottom: 20px;
    gap: 12px;
  }
}
.index-location .container .right .map-contents .addr i {
  flex: 0 0 auto;
  font-size: 36px;
  color: #00294E;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .addr i {
    font-size: 28px;
  }
}
.index-location .container .right .map-contents .addr p {
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
  padding-top: 4px;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .addr p {
    font-size: 16px;
  }
}
.index-location .container .right .map-contents .phone {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .phone {
    gap: 12px;
  }
}
.index-location .container .right .map-contents .phone i {
  flex: 0 0 auto;
  font-size: 36px;
  color: #00294E;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .phone i {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents .phone i {
    font-size: 24px;
  }
}
.index-location .container .right .map-contents .phone .phone-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.index-location .container .right .map-contents .phone .phone-box b {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .phone .phone-box b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents .phone .phone-box b {
    font-size: 20px;
  }
}
.index-location .container .right .map-contents .phone .phone-box span {
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: #464646;
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents .phone .phone-box span {
    font-size: 14px;
  }
}
.index-location .container .right .map-contents .mail {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .mail {
    padding-bottom: 16px;
    margin-bottom: 20px;
    gap: 12px;
  }
}
.index-location .container .right .map-contents .mail i {
  flex: 0 0 auto;
  font-size: 36px;
  color: #00294E;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .mail i {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents .mail i {
    font-size: 24px;
  }
}
.index-location .container .right .map-contents .mail p {
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
  padding-top: 4px;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .mail p {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents .mail p {
    font-size: 16px;
  }
}
.index-location .container .right .map-contents .view-map {
  width: 100%;
  height: 68px;
  background: #053866;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-location .container .right .map-contents .view-map {
    height: 56px;
    padding: 0 12px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-location .container .right .map-contents .view-map {
    height: 48px;
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */