@charset "UTF-8";

/* KV */

.kv .inner {
  width: 1280px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.kv .viewBox {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.kv .viewBox .txtBox {
  margin-top: 106px;
}

.kv .viewBox .txtBox .txt1 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
}

.kv .viewBox .txtBox .txt2 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.kv .viewBox .txtBox .txt2 span {
  color: var(--A1, #e40321);
}

.kv .viewBox .imgBox {
  margin-top: 50px;
  height: 500px;
}

.kv .viewBox .imgBox img {
  width: auto;
  height: 100%;
}

/* sec1 */
.container section.sec1 {
  padding-top: 0;
}

.container section.sec1 .carType {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.container section.sec1 .carType button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 80px;
  border-top: 1px solid var(--cd, #dedede);
  border-right: 1px solid var(--cd, #dedede);
  border-left: 1px solid var(--cd, #dedede);
  border-bottom: 2px solid #000;
}

.container section.sec1 .carType button p {
  color: var(--ca, #aaa);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.container section.sec1 .carType button p.txt1 {
  margin-right: 20px;
  color: var(--cd, #dedede);
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container section.sec1 .carType button.on p.txt1 {
  color: var(--title-, #222);
}

.container section.sec1 .carType button.on {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: none;
}

.container section.sec1 .carType button.on p {
  color: var(--title-, #222);
}

.container section.sec1 .tit1 {
  margin-top: 90px;
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
}

.container section.sec1 .btnBox {
  margin-top: 30px;
}

.container section.sec1 .btnBox .list {
  display: flex;
  justify-content: space-between;
}

.container section.sec1 .btnBox a {
  padding: 30px 21px;
  width: 300px;
  min-height: 400px;
  border-radius: 20px;
  border-right: 1px solid var(--cd, #dedede);
  border-bottom: 1px solid var(--cd, #dedede);
  background: #e9e9e9;
}

.container section.sec1 .btnBox a .top {
  display: flex;
  justify-content: center;
}

.container section.sec1 .btnBox a .bottom {
  margin-top: 9px;
}

.container section.sec1 .btnBox a .bottom p {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container section.sec1 .btnBox a .bottom .txt1 {
  color: var(--A1, #e40321);
}

.container section.sec1 .btnBox a .bottom .txt2 {
  margin-top: 10px;
  font-size: 26px;
}

.container section.sec1 .btnBox a .bottom .txt3 {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 300;
}

/* sec2 */
.container section.sec2 {
  padding: 0 0 90px;
}

.container section.sec2 .inner {
  width: 1280px;
}

.container section.sec2 .tit1 {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-top: 60px;
}

.container section.sec2 .tit2 {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.container section.sec2 .swiperArea {
  background: #e40321;
  padding: 60px 60px 30px;
  width: 1280px;
  margin: 30px auto 0;
}

.container section.sec2 .swiperBox {
  overflow: hidden;
}

.container section.sec2 .swiperBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1160px;
  padding: 40px 0;
  background: var(--cf, #fff);
  border: 1px solid var(--cd, #dedede);
  background: var(--cf, #fff);
}

.container section.sec2 .swiperBox .swiper-slide .left {
  width: 500px;
}

.container section.sec2 .swiperBox .swiper-slide .left img {
  width: 100%;
}

.container section.sec2 .swiperBox .swiper-slide .right {
  width: 361px;
  margin-left: 10px;
}

.container section.sec2 .swiperBox .brandBox {
  display: flex;
  align-items: center;
}

.container section.sec2 .swiperBox .brandBox img {
  margin-left: -10px;
  width: 50px;
}

.container section.sec2 .brandBox .model {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container section.sec2 .trimBox {
  margin-top: 8px;
}

.container section.sec2 .trimBox p.trim {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 42px;
}

.container section.sec2 .infoBox {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--cd, #dedede);
  border-bottom: 1px solid var(--cd, #dedede);
}

.container section.sec2 .infoBox .priceBox {
  margin-top: 15px;
}

.container section.sec2 .infoBox>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.container section.sec2 .infoBox>div .txt1 {
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 1;
}

.container section.sec2 .infoBox>div .txt1 span {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 3.6px;
  margin-right: 10px;
}

.container section.sec2 .infoBox>div:first-child {
  margin-top: 0;
}

.container section.sec2 .infoBox>div>p {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
  width: 100px;
}

.container section.sec2 .infoBox .rent span,
.container section.sec2 .infoBox .promotion span {
  color: var(--c7, #777);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container section.sec2 .infoBox .rent span:first-child,
.container section.sec2 .infoBox .promotion span:first-child {
  margin-right: 5px;
}

.container section.sec2 .infoBox .rent span.priceNm,
.container section.sec2 .infoBox .promotion span.priceNm {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.container section.sec2 .infoBox .rent span.priceNm {
  color: var(--A1, #e40321);
}

.container section.sec2 .btnApp {
  display: flex;
  background: var(--A1, #e40321);
  color: #fff;
  width: 361px;
  height: 55px;
  padding: 8px 42px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.container section.sec2 .swiperBox .swiperPagination {
  position: relative;
  margin-top: 50px;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.container section.sec2 .swiperBox .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid var(--cf, #fff);
  background: var(--A1, #e40321);
  box-sizing: border-box;
  margin: 0 10px;
}

.container section.sec2 .swiperBox .swiper-pagination-bullet-active {
  border: none;
  background: #fff;
}

/* sec3 */
.container section.sec3 {
  padding: 0 0 90px;
}

.container section.sec3 .inner {
  width: 1280px;
}

.container section.sec3 .tit1 {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.container section.sec3 .tit2 {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.container section.sec3 .brandList {
  overflow: hidden;
  margin: 25px auto 0;
  padding-bottom: 20px;
}

.container section.sec3 .brandList button {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px solid transparent;
  justify-content: center;
  flex-shrink: 0;
}

.container section.sec3 .brandList button:hover {
  border-color: #e40321;
}

.container section.sec3 .brandList button.on {
  border-color: #e40321;
}

.container section.sec3 .brandList button .brand {
  display: flex;
  align-items: center;
  height: 60px;
}

.container section.sec3 .brandList button p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 125% */
}

.container section.sec3 .brandList button:last-child {
  justify-content: center;
}

.container section.sec3 .brandList button span {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.container section.sec3 .carList {
  padding-top: 30px;
  overflow: hidden;
  border-top: 1px solid var(--cd, #dedede);
}

.container section.sec3 .carList .car {
  width: 410px;
  border: 1px solid var(--cd, #dedede);
  background: var(--cf, #fff);
  position: relative;
}

.container section.sec3 .swiperBox .swiperScrollbar {
  position: relative;
  margin-top: 60px;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: #fff;
  border-radius: 500px;
}

.container section.sec3 .swiperBox .swiperScrollbar .swiper-scrollbar-drag {
  background: var(--cd, #dedede);
  border-radius: 430.556px;
}

.container section.sec3 .carList .car.promo::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 25px;
  background: url(../img/main/ico_promo.png) no-repeat;
  width: 86px;
  height: 35px;
  background-size: 100%;
  display: block;
}

.container section.sec3 .carList .imgBox {
  padding-top: 20px;
  height: 200px;
  background: #f5f5f5;
}

.container section.sec3 .carList .imgBox img {
  width: 291px;
  margin: 12px auto 0;
  display: block;
}

.container section.sec3 .carList .brandBox {
  display: flex;
  align-items: center;
  margin-top: 38px;
  padding: 0 35px;
}

.container section.sec3 .carList .brandBox .brandIco {
  width: 33px;
}


.container section.sec3 .carList .brandBox .model {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.54px;
}

.container section.sec3 .carList .trimBox {
  margin-top: 5px;
  padding: 0 35px;
}

.container section.sec3 .carList .trimBox .trim {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  height: 33px;
}

.container section.sec3 .carList .infoBox {
  border-top: 1px solid var(--cf5, #f5f5f3);
  margin: 15px 35px 0;
}

.container section.sec3 .carList .infoBox .priceBox {
  padding-top: 10px;
}

.container section.sec3 .carList .infoBox .priceBox .rent,
.container section.sec3 .carList .infoBox .priceBox .promotion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container section.sec3 .carList .infoBox .priceBox .rent p,
.container section.sec3 .carList .infoBox .priceBox .promotion p {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
}

.container section.sec3 .carList .infoBox .priceBox img.icoBest {
  width: 77px;
  margin-left: 5px;
}

.container section.sec3 .carList .infoBox .priceBox .price span {
  color: var(--title-, #222);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

.container section.sec3 .carList .infoBox .priceBox .price span.priceNm {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-left: 5px;
}

.container section.sec3 .carList .infoBox .priceBox .price span.cline {
  color: var(--A1, #e40321);
}

.container section.sec3 .carList .btnBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 35px 30px;
}

.container section.sec3 .carList .btnBox button {
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.39px;
  display: flex;
  width: 165px;
  height: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--title-, #222);
  background: var(--cf, #fff);
  border: 1px solid var(--cd, #dedede);
  box-sizing: border-box;
}

.container section.sec3 .carList .btnBox a {
  color: var(--cf-, #fff);
  background: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.39px;
  display: flex;
  width: 165px;
  height: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

/* banner1 */
section.banner1 {
  padding-top: 0;
  margin-bottom: 120px;
}

section.banner1 .inner {
  width: 1280px;
  margin: 0 auto;
  padding: 6px 0;
  background: #fbfbd8;
}

section.banner1 .inner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}

section.banner1 .inner a img.icoBest {
  margin-top: -16.5px;
}

section.banner1 p {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.36px;
}

section.banner1 p.txt2 {
  font-weight: 700;
}

section.banner1 p.view {
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  /* 153.846% */
  letter-spacing: -0.26px;
}

section.banner1 p.view img {
  margin-left: 10px;
}

/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/

@media (max-width:1320px) and (min-width: 721px) {
  /* KV */

  .kv .inner {
    width: 96.97vw;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .kv .viewBox {
    display: flex;
    justify-content: space-between;
    margin-top: 0.76vw;
  }

  .kv .viewBox .txtBox {
    margin-top: 8.03vw;
  }

  .kv .viewBox .txtBox .txt1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.82vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 2.36vw */
  }

  .kv .viewBox .txtBox .txt2 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 4.24vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .kv .viewBox .txtBox .txt2 span {
    color: var(--A1, #e40321);
  }

  .kv .viewBox .imgBox {
    margin-top: 3.79vw;
    height: 37.88vw;
  }

  /* sec1 */
  .container section.sec1 {
    padding-top: 0;
  }

  .container section.sec1 .carType {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4.55vw;
  }

  .container section.sec1 .carType button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 6.06vw;
    border-top: 0.08vw solid var(--cd, #dedede);
    border-right: 0.08vw solid var(--cd, #dedede);
    border-left: 0.08vw solid var(--cd, #dedede);
    border-bottom: 0.15vw solid #000;
  }

  .container section.sec1 .carType button p {
    color: var(--ca, #aaa);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }

  .container section.sec1 .carType button p.txt1 {
    margin-right: 1.52vw;
    color: var(--cd, #dedede);
    font-family: Pretendard;
    font-size: 3.79vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container section.sec1 .carType button.on p.txt1 {
    color: var(--title-, #222);
  }

  .container section.sec1 .carType button.on {
    border-top: 0.15vw solid #000;
    border-right: 0.15vw solid #000;
    border-left: 0.15vw solid #000;
    border-bottom: none;
  }

  .container section.sec1 .carType button.on p {
    color: var(--title-, #222);
  }

  .container section.sec1 .tit1 {
    margin-top: 6.82vw;
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 3.03vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.55vw;
    /* 150% */
  }

  .container section.sec1 .btnBox {
    margin-top: 2.27vw;
  }

  .container section.sec1 .btnBox .list {
    display: flex;
    justify-content: space-between;
  }

  .container section.sec1 .btnBox a {
    padding: 2.27vw 1.59vw;
    width: 22.73vw;
    min-height: 30.3vw;
    border-radius: 1.52vw;
    border-right: 0.08vw solid var(--cd, #dedede);
    border-bottom: 0.08vw solid var(--cd, #dedede);
    background: #e9e9e9;
  }

  .container section.sec1 .btnBox a .top {
    display: flex;
    justify-content: center;
    height: 15.15vw;
  }

  .container section.sec1 .btnBox a .top img {
    height: 100%;
    width: auto;
  }

  .container section.sec1 .btnBox a .bottom {
    margin-top: 0.68vw;
  }

  .container section.sec1 .btnBox a .bottom p {
    color: #000;
    font-family: Pretendard;
    font-size: 1.52vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container section.sec1 .btnBox a .bottom .txt1 {
    color: var(--A1, #e40321);
  }

  .container section.sec1 .btnBox a .bottom .txt2 {
    margin-top: 0.76vw;
    font-size: 1.97vw;
  }

  .container section.sec1 .btnBox a .bottom .txt3 {
    margin-top: 0.53vw;
    font-size: 0.98vw;
    font-weight: 300;
  }

  /* sec2 */
  .container section.sec2 {
    padding: 0 0 6.82vw;
  }

  .container section.sec2 .inner {
    width: 96.97vw;
  }

  .container section.sec2 .tit1 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 3.03vw;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin-top: 4.55vw;
  }

  .container section.sec2 .tit2 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 1.82vw;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
  }

  .container section.sec2 .swiperArea {
    background: #e40321;
    padding: 4.55vw 4.55vw 2.27vw;
    width: 96.97vw;
    margin: 2.27vw auto 0;
  }

  .container section.sec2 .swiperBox {
    overflow: hidden;
  }

  .container section.sec2 .swiperBox .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87.88vw;
    padding: 3.03vw 0;
    background: var(--cf, #fff);
    border: 0.08vw solid var(--cd, #dedede);
    background: var(--cf, #fff);
  }

  .container section.sec2 .swiperBox .swiper-slide .left {
    width: 37.88vw;
  }

  .container section.sec2 .swiperBox .swiper-slide .left img {
    width: 100%;
  }

  .container section.sec2 .swiperBox .swiper-slide .right {
    width: 27.35vw;
    margin-left: 0.76vw;
  }

  .container section.sec2 .swiperBox .brandBox {
    display: flex;
    align-items: center;
  }

  .container section.sec2 .swiperBox .brandBox img {
    margin-left: -0.76vw;
    width: 3.79vw;
  }

  .container section.sec2 .brandBox .model {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container section.sec2 .trimBox {
    margin-top: 0.61vw;
  }

  .container section.sec2 .trimBox p.trim {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 3.18vw;
  }

  .container section.sec2 .infoBox {
    display: flex;
    flex-direction: column;
    margin-top: 1.52vw;
    padding: 1.52vw 0;
    border-top: 0.08vw solid var(--cd, #dedede);
    border-bottom: 0.08vw solid var(--cd, #dedede);
  }

  .container section.sec2 .infoBox .priceBox {
    margin-top: 1.14vw;
  }

  .container section.sec2 .infoBox>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.38vw;
  }

  .container section.sec2 .infoBox>div .txt1 {
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02vw;
    display: flex;
    align-items: center;
    height: 2.42vw;
    line-height: 1;
  }

  .container section.sec2 .infoBox>div .txt1 span {
    width: 1.36vw;
    height: 1.36vw;
    flex-shrink: 0;
    border-radius: 0.27vw;
    margin-right: 0.76vw;
  }

  .container section.sec2 .infoBox>div:first-child {
    margin-top: 0;
  }

  .container section.sec2 .infoBox>div>p {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-shrink: 0;
    width: 7.58vw;
  }

  .container section.sec2 .infoBox .rent span,
  .container section.sec2 .infoBox .promotion span {
    color: var(--c7, #777);
    text-align: right;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .container section.sec2 .infoBox .rent span:first-child,
  .container section.sec2 .infoBox .promotion span:first-child {
    margin-right: 0.38vw;
  }

  .container section.sec2 .infoBox .rent span.priceNm,
  .container section.sec2 .infoBox .promotion span.priceNm {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.97vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
  }

  .container section.sec2 .infoBox .rent span.priceNm {
    color: var(--A1, #e40321);
  }

  .container section.sec2 .btnApp {
    display: flex;
    background: var(--A1, #e40321);
    color: #fff;
    width: 27.35vw;
    height: 4.17vw;
    padding: 0.61vw 3.18vw;
    justify-content: center;
    align-items: center;
    margin-top: 1.52vw;
  }

  .container section.sec2 .swiperBox .swiperPagination {
    position: relative;
    margin-top: 3.79vw;
    text-align: center;
    z-index: 1;
    width: 100%;
  }

  .container section.sec2 .swiperBox .swiper-pagination-bullet {
    width: 1.14vw;
    height: 1.14vw;
    border-radius: 100%;
    border: 0.15vw solid var(--cf, #fff);
    background: var(--A1, #e40321);
    box-sizing: border-box;
    margin: 0 0.76vw;
  }

  .container section.sec2 .swiperBox .swiper-pagination-bullet-active {
    border: none;
    background: #fff;
  }

  /* sec3 */
  .container section.sec3 {
    padding: 0 0 6.82vw;
  }

  .container section.sec3 .inner {
    width: 96.97vw;
  }

  .container section.sec3 .tit1 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 3.03vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.55vw;
  }

  .container section.sec3 .tit2 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 1.82vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.79vw;
  }

  .container section.sec3 .brandList {
    overflow: hidden;
    margin: 1.89vw auto 0;
    padding-bottom: 1.52vw;
  }

  .container section.sec3 .brandList button {
    width: 8.33vw;
    height: 8.33vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border: 0.15vw solid transparent;
    justify-content: center;
    flex-shrink: 0;
  }

  .container section.sec3 .brandList button:hover {
    border-color: #e40321;
  }

  .container section.sec3 .brandList button.on {
    border-color: #e40321;
  }

  .container section.sec3 .brandList button .brand {
    display: flex;
    align-items: center;
    height: 4.55vw;
  }

  .container section.sec3 .brandList button .brand img {
    height: 100%;
    width: auto;
  }

  .container section.sec3 .brandList button p {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.82vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.27vw;
    /* 125% */
  }

  .container section.sec3 .brandList button:last-child {
    justify-content: center;
  }

  .container section.sec3 .brandList button span {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.27vw;
    /* 187.5% */
  }

  .container section.sec3 .carList {
    padding-top: 2.27vw;
    overflow: hidden;
    border-top: 0.08vw solid var(--cd, #dedede);
  }

  .container section.sec3 .carList .car {
    width: 31.06vw;
    border: 0.08vw solid var(--cd, #dedede);
    background: var(--cf, #fff);
    position: relative;
  }

  .container section.sec3 .swiperBox .swiperScrollbar {
    position: relative;
    margin-top: 4.55vw;
    z-index: 1;
    width: 100%;
    height: 0.76vw;
    background: #fff;
    border-radius: 37.88vw;
  }

  .container section.sec3 .swiperBox .swiperScrollbar .swiper-scrollbar-drag {
    background: var(--cd, #dedede);
    border-radius: 32.62vw;
  }

  .container section.sec3 .carList .car.promo::after {
    content: "";
    position: absolute;
    top: 1.52vw;
    right: 1.89vw;
    background: url(../img/main/ico_promo.png) no-repeat;
    width: 6.52vw;
    height: 2.65vw;
    background-size: 100%;
    display: block;
  }

  .container section.sec3 .carList .imgBox {
    padding-top: 1.52vw;
    height: 15.15vw;
    background: #f5f5f5;
  }

  .container section.sec3 .carList .imgBox img {
    width: 22.05vw;
    margin: 0.91vw auto 0;
    display: block;
  }

  .container section.sec3 .carList .brandBox {
    display: flex;
    align-items: center;
    margin-top: 2.88vw;
    padding: 0 2.65vw;
  }

  .container section.sec3 .carList .brandBox .brandIco {
    width: 2.5vw;
  }


  .container section.sec3 .carList .brandBox .model {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04vw;
  }

  .container section.sec3 .carList .trimBox {
    margin-top: 0.38vw;
    padding: 0 2.65vw;
  }

  .container section.sec3 .carList .trimBox .trim {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
    height: 2.5vw;
  }

  .container section.sec3 .carList .infoBox {
    border-top: 0.08vw solid var(--cf5, #f5f5f3);
    margin: 1.14vw 2.65vw 0;
  }

  .container section.sec3 .carList .infoBox .priceBox {
    padding-top: 0.76vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .rent,
  .container section.sec3 .carList .infoBox .priceBox .promotion {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .container section.sec3 .carList .infoBox .priceBox .rent p,
  .container section.sec3 .carList .infoBox .priceBox .promotion p {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .container section.sec3 .carList .infoBox .priceBox img.icoBest {
    width: 5.83vw;
    margin-left: 0.38vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .price span {
    color: var(--title-, #222);
    text-align: right;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .price span.priceNm {
    font-size: 1.82vw;
    letter-spacing: -0.04vw;
    margin-left: 0.38vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .price span.cline {
    color: var(--A1, #e40321);
  }

  .container section.sec3 .carList .btnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.52vw;
    padding: 0 2.65vw 2.27vw;
  }

  .container section.sec3 .carList .btnBox button {
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03vw;
    display: flex;
    width: 12.5vw;
    height: 4.17vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--title-, #222);
    background: var(--cf, #fff);
    border: 0.08vw solid var(--cd, #dedede);
    box-sizing: border-box;
  }

  .container section.sec3 .carList .btnBox a {
    color: var(--cf-, #fff);
    background: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03vw;
    display: flex;
    width: 12.5vw;
    height: 4.17vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
  }

  /* banner1 */
  section.banner1 {
    padding-top: 0;
    margin-bottom: 9.09vw;
  }

  section.banner1 .inner {
    width: 96.97vw;
    margin: 0 auto;
    padding: 0.45vw 0;
    background: #fbfbd8;
  }

  section.banner1 .inner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66.67vw;
    margin: 0 auto;
  }

  section.banner1 .inner a img.icoBest {
    margin-top: -1.25vw;
    width: 9.32vw;
  }

  section.banner1 p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.82vw;
    /* 133.333% */
    letter-spacing: -0.03vw;
  }

  section.banner1 p.txt2 {
    font-weight: 700;
  }

  section.banner1 p.view {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 0.76vw;
    font-size: 0.98vw;
    line-height: 1.52vw;
    /* 153.846% */
    letter-spacing: -0.02vw;
  }

  section.banner1 p.view img {
    margin-left: 0.76vw;
    width: 0.47vw;
  }
}

/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/

@media (max-width: 720px) {
  .kv .inner {
    width: 100%;
  }

  .kv .viewBox {
    margin: 0;
    padding: 13.89vw 6.94vw 18.06vw;
    display: block;
  }

  .kv .viewBox .txtBox {
    margin: 0;
  }

  .kv .viewBox .txtBox .txt1 {
    font-size: 3.33vw;
    line-height: 130%;
  }

  .kv .viewBox .txtBox .txt2 {
    font-size: 7.78vw;
  }

  .kv .viewBox .imgBox {
    margin-top: 6.67vw;
    height: auto;
    width: 100%;
  }

  .kv .viewBox .imgBox img {
    width: 100%;
    height: auto;
  }

  .container section.sec1 .carType {
    margin: 0;
  }

  .container section.sec1 .carType button {
    height: 13.89vw;
  }

  .container section.sec1 .carType button p.txt1 {
    font-size: 4.17vw;
    margin-right: 1.39vw;
  }

  .container section.sec1 .carType button p {
    font-size: 3.06vw;
  }

  .container section.sec1 .tit1 {
    margin-top: 12.5vw;
    font-size: 6.94vw;
    line-height: 8.33vw;
  }

  .container section.sec1 .btnBox {
    margin-top: 4.17vw;
  }

  .container section.sec1 .btnBox .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.47vw;
    padding: 0 6.6vw;
  }

  .container section.sec1 .btnBox a {
    padding: 0 4.17vw 4.17vw;
    height: 55.56vw;
    width: 41.67vw;
    border-radius: 2.78vw;
    border-right: 0.14vw solid var(--cd, #dedede);
    border-bottom: 0.14vw solid var(--cd, #dedede);
    min-height: auto;
    position: relative;
  }

  .container section.sec1 .btnBox a .bottom {
    margin: 0;
    position: absolute;
    bottom: 4.17vw;
    width: calc(100% - 8.33vw);
  }

  .container section.sec1 .btnBox a .bottom .txt1 {
    font-size: 4.17vw;
  }

  .container section.sec1 .btnBox a .bottom .txt2 {
    margin-top: 1.39vw;
    font-size: 3.61vw;
  }

  .container section.sec1 .btnBox a .bottom .txt3 {
    margin-top: 0.97vw;
    font-size: 3.06vw;
    line-height: 130%;
  }

  .container section.sec1 .btnBox a .top img {
    width: auto;
    height: 27.78vw;
  }

  .container section.sec2 {
    padding: 0;
  }

  .container section.sec2 .inner {
    width: 100%;
  }

  .container section.sec2 .tit1 {
    margin-top: 8.33vw;
    font-size: 6.94vw;
  }

  .container section.sec2 .tit2 {
    font-size: 4.17vw;
  }

  .container section.sec2 .swiperArea {
    width: 100%;
    padding: 8.33vw 6.94vw 6.94vw;
    margin: 4.17vw auto 0;
  }

  .container section.sec2 .swiperBox .swiper-slide {
    display: block;
    border: 0.14vw solid var(--cd, #dedede);
    padding: 6.94vw;
  }

  .container section.sec2 .swiperBox .swiper-slide .left {
    width: 53.37vw;
    margin: 0 auto;
  }

  .container section.sec2 .swiperBox .swiper-slide .right {
    width: auto;
    margin-left: 0;
    margin-top: 2.62vw;
  }

  .container section.sec2 .swiperBox .brandBox {
    gap: 1.39vw;
  }

  .container section.sec2 .swiperBox .brandBox img {
    width: 6.94vw;
    margin: 0;
  }

  .container section.sec2 .brandBox .model {
    font-size: 4.17vw;
  }

  .container section.sec2 .trimBox {
    margin-top: 1.39vw;
  }

  .container section.sec2 .trimBox p.trim {
    font-size: 3.61vw;
    height: auto;
  }

  .container section.sec2 .infoBox {
    margin-top: 2.78vw;
    padding: 2.78vw 0;
    border-top: 0.14vw solid var(--cd, #dedede);
    border-bottom: 0.14vw solid var(--cd, #dedede);
  }

  .container section.sec2 .infoBox>div {
    margin-top: 0.69vw;
  }

  .container section.sec2 .infoBox>div>p {
    font-size: 3.06vw;
    width: 13.89vw;
  }

  .container section.sec2 .infoBox>div .txt1 {
    font-size: 3.06vw;
    line-height: 1;
    letter-spacing: -0.06vw;
    height: 6.11vw;
  }

  .container section.sec2 .infoBox>div .txt1 span {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 0.5vw;
    margin-right: 1.39vw;
  }

  .container section.sec2 .infoBox .rent span:first-child,
  .container section.sec2 .infoBox .promotion span:first-child {
    margin-right: 0.69vw;
  }

  .container section.sec2 .infoBox .rent span,
  .container section.sec2 .infoBox .promotion span {
    font-size: 3.06vw;
  }

  .container section.sec2 .infoBox .rent span.priceNm,
  .container section.sec2 .infoBox .promotion span.priceNm {
    font-size: 4.17vw;
  }

  .container section.sec2 .btnApp {
    height: 13.89vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-top: 2.78vw;
    color: #FFF;
    font-family: Pretendard;
    font-size: 4.17vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.17vw;
    letter-spacing: -0.08vw;
  }

  .container section.sec2 .swiperBox .swiperPagination {
    margin-top: 7.64vw;
    gap: 4.17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .container section.sec2 .swiperBox .swiper-pagination-bullet {
    margin: 0;
    width: 4.17vw;
    height: 4.17vw;
    border: 0.28vw solid var(--cf, #fff);
    opacity: 1;
  }

  .container section.sec3 {
    padding: 0;
  }

  .container section.sec3 .inner {
    width: 100%;
    padding: 12.5vw 6.94vw;
  }

  .container section.sec3 .tit1 {
    font-size: 6.94vw;
    line-height: 8.33vw;
  }

  .container section.sec3 .tit2 {
    display: none;
  }

  .container section.sec3 .brandList {
    margin: 4.17vw auto 0;
    padding-bottom: 4.17vw;
    /* overflow: unset; */
  }

  .container section.sec3 .brandList button {
    width: 21.53vw;
    height: 19.44vw;
    padding: 1.96vw 0 1.39vw;
    justify-content: space-between;
    border: 0.28vw solid transparent;
  }

  .container section.sec3 .brandList button:first-child {
    padding-top: 2.79vw;
  }


  .container section.sec3 .brandList button:last-child {
    padding: 0;
  }

  .container section.sec3 .brandList button p {
    font-size: 4.7vw;
    line-height: 5.87vw;
  }

  .container section.sec3 .brandList button span {
    font-size: 3.13vw;
    line-height: 5.87vw;
  }

  .container section.sec3 .brandList button:last-child p {
    font-size: 3.91vw;
    line-height: 5.87vw;
    /* 150% */
  }

  .container section.sec3 .carList {
    padding-top: 4.17vw;
    /* overflow: unset; */
  }

  .container section.sec3 .carList .imgBox {
    padding-top: 4.86vw;
    height: 25vw;
  }

  .container section.sec3 .carList .imgBox img {
    margin: 0 auto;
    width: 49.4vw;
  }

  .container section.sec3 .carList .brandBox {
    margin-top: 8.33vw;
    padding: 0 6.94vw;
  }

  .container section.sec3 .carList .brandBox .brandIco {
    width: 8.33vw;
  }

  .container section.sec3 .carList .brandBox .model {
    font-size: 4.17vw;
    letter-spacing: -0.13vw;
  }

  .container section.sec3 .carList .trimBox {
    margin-top: 1.39vw;
    padding: 0 6.94vw;
  }

  .container section.sec3 .carList .trimBox .trim {
    font-size: 3.61vw;
    letter-spacing: -0.11vw;
    height: auto;
  }

  .container section.sec3 .carList .infoBox {
    margin: 3.08vw 6.94vw 0;
  }

  .container section.sec3 .carList .infoBox .priceBox {
    padding-top: 1.69vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .rent p,
  .container section.sec3 .carList .infoBox .priceBox .promotion p {
    font-size: 3.06vw;
    letter-spacing: -0.09vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .price span {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  .container section.sec3 .carList .infoBox .priceBox .price span.priceNm {
    font-size: 4.17vw;
    margin-left: 0.83vw;
    letter-spacing: -0.08vw;
  }

  .container section.sec3 .carList .btnBox {
    margin-top: 3.39vw;
    padding: 0 6.94vw 5.08vw;
    gap: 1.39vw;
    justify-content: unset;
  }

  .container section.sec3 .carList .btnBox button,
  .container section.sec3 .carList .btnBox a {
    width: 50%;
    height: 11.11vw;
    font-size: 3.06vw;
    letter-spacing: -0.09vw;
  }

  .container section.sec3 .swiperBox .swiperScrollbar {
    margin-top: 4.17vw;
    height: 3.59vw;
    border-radius: 59.8vw;
    background: #F9F9F9;
  }

  section.banner1 {
    margin-bottom: 15.84vw;
  }

  section.banner1 .inner {
    width: 100%;
    padding: 6.94vw 11.94vw 4.65vw 6.94vw;
  }

  section.banner1 .inner a {
    width: 100%;
    display: block;
    text-align: right;
  }

  section.banner1 .inner a .txtBox {
    text-align: left;
  }

  section.banner1 p {
    font-size: 6.25vw;
    line-height: 150%;
    letter-spacing: -0.13vw;
  }

  section.banner1 p.view {
    font-size: 4.17vw;
    line-height: 2.78vw;
    letter-spacing: -0.08vw;
  }

  section.banner1 p.view img {
    width: 1.72vw;
    margin-left: 1.39vw;
  }

  section.banner1 .inner a img.icoBest {
    margin-top: 5.56vw;
    width: 30.16vw;
  }

  .container section.sec3 .brandList button .brand {
    width: 11.74vw;
    height: 7.83vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}