@charset "UTF-8";

.header {
  background: transparent;
}

.kv {
  margin: 0 auto;
  max-width: 1920px;
  height: 950px;
  background-image: url(../img/quote/bg_kv.png);
  /* background-size: 100% 950px; */
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: center;
}

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

.kv .viewBox {
  display: flex;
  align-items: center;
  height: auto;
}

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

.kv .viewBox .txtBox .txt1 {
  color: var(--cf, #fff);
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  /* 150% */
}

.kv .viewBox .txtBox .txt2 {
  color: var(--cf, #fff);
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

/* sec1 */
.container section.sec1 {
  padding-top: 120px;
  background: white;
  padding-bottom: 120px;
}

.container section.sec1 .inner {}

.container section.sec1 .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.sec1 .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.sec1 .inputBox {
  display: flex;
  width: 800px;
  height: 100px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border: 5px solid var(--A1, #e40321);
  margin: 20px auto 0;
  display: none;
}

.container section.sec1 .inputBox input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: center;
}

.container section.sec1 .inputBox input::placeholder {
  color: var(--ca, #aaa);
}

.container section.sec1 .inputBox button {
  width: 30px;
}

.container section.sec1 .inputBox button img {
  width: 100%;
}

.container section.sec1 .brandList {
  margin: 60px auto 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.container section.sec1 .brandList button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 110px;
  height: 100px;
  box-sizing: border-box;
  border: 2px solid transparent;
  padding: 10px 0;
}

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

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

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

.container section.sec1 .brandList button .brand img {
  height: 40px;
}

.container section.sec1 .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.sec1 .brandList button:last-child {
  justify-content: center;
}

.container section.sec1 .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.sec1 .carList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 45px 20px;
  padding-top: 30px;
  border-top: 1px solid var(--cd, #dedede);
}

.container section.sec1 .carList a {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 240px;
  height: 150px;
  background: var(--cf5_, #f5f5f3);
}

.container section.sec1 .carList a.on {
  background: var(--A1, #e40321);
}

.container section.sec1 .carList a:hover {
  background: var(--A1, #e40321);
  transition: all 0.3s ease;
}

.container section.sec1 .carList a.hidden {
  display: none;
}

.container section.sec1 .carList a .txtBox p {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.container section.sec1 .carList a.on .txtBox p {
  color: var(--cf, #fff);
}

.container section.sec1 .carList a:hover .txtBox p {
  color: var(--cf, #fff);
  transition: all 0.3s ease;
}

.container section.sec1 .carList a .txtBox .txt1 {}

.container section.sec1 .carList a .txtBox .txt2 {
  color: var(--title-, #222);
  font-weight: 700;
  word-break: break-all;
}

.container section.sec1 .carList a img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.container section.sec1 button.more-btn {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  height: 70px;
  border-radius: 100px;
  border: 1px solid #AAA;
  width: 266px;
  box-sizing: border-box;
  margin: 75px auto 0;
  display: block;
}

/* sec2 */
.container section.sec2 {
  padding: 0 0 120px;
  background: white;
}

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

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

.container section.sec2 .brandList {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--cd, #dedede);
}

.container section.sec2 .brandList button {
  width: 110px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.container section.sec2 .brandList button.on {
  border: 2px solid var(--A1, #e40321);
}

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

.container section.sec2 .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.sec2 .brandList button:last-child {
  justify-content: center;
}

.container section.sec2 .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.sec2 .carList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 25px;
  margin-top: 30px;
}

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

.container section.sec2 .carList .car.on {
  height: auto;
}

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

.container section.sec2 .swiperBox .swiperScrollbar .swiper-scrollbar-drag {
  background: var(--cd, #dedede);
}

.container section.sec2 .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.sec2 .carList .imgBox {
  padding-top: 20px;
  height: 200px;
  background: #f5f5f5;
}

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

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

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

.container section.sec2 .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.sec2 .carList .trimBox {
  margin-top: 5px;
  padding: 0 35px;
}

.container section.sec2 .colorBox {
  padding: 0 35px;
  margin-top: 11px;
}

.container section.sec2 .colorBox>div {
  display: flex;
  align-items: center;
}

.container section.sec2 .colorBox>div.innerColor {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.container section.sec2 .colorBox>div p {
  width: 50px;
  margin-right: 10px;
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.45px;
}

.container section.sec2 .colorBox .txt1 {
  display: flex;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
}

.container section.sec2 .colorBox .txt1 span {
  display: flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 3.6px;
  background: var(--KB_, #776c61);
  margin-right: 10px;
}

.container section.sec2 .optionBox {
  display: flex;
  align-items: center;
  padding: 0 35px;
  margin-top: 7px;
}

.container section.sec2 .car.on .optionBox {
  align-items: self-start;
}

.container section.sec2 .optionBox>p {
  width: 50px;
  margin-right: 10px;
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.45px;
}

.container section.sec2 .optionBox button {
  width: 100%;
  height: 18px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  overflow: hidden;
  position: relative;
}

.container section.sec2 .car.on .optionBox button {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}

.container section.sec2 .car.on .optionBox button p {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.container section.sec2 .optionBox button::after {
  content: "";
  background: url(../img/common/ico_option_arrow_down.svg) no-repeat;
  width: 8px;
  height: 7px;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

.container section.sec2 .car.on .optionBox button::after {
  content: "";
  background: url(../img/common/ico_option_arrow_up.svg) no-repeat;
  width: 8px;
  height: 7px;
  background-size: 100%;
  display: block;
}

.container section.sec2 .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: 32px;
}

.container section.sec2 .carList .infoBox {
  padding: 0 35px;
  margin-top: 15px;
}

.container section.sec2 .carList .infoBox .priceBox {
  padding-top: 10px;
  border-top: 1px solid var(--cd, #dedede);
}

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

.container section.sec2 .carList .infoBox .priceBox .rent p,
.container section.sec2 .carList .infoBox .priceBox .promotion p {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
}

.container section.sec2 .carList .infoBox .priceBox img.icoBest {
  height: 30px;
  margin-left: 14px;
}

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

.container section.sec2 .carList .infoBox .priceBox .price span.priceNm {
  color: var(--A1, #e40321);
  font-size: 16px;
  letter-spacing: -0.48px;
  margin-left: 5px;
}

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

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

.container section.sec2 .carList .btnBox button {
  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;
}

.container section.sec2 .carList .btnBox button:first-child {
  color: var(--title-, #222);
  background: var(--cf, #fff);
  border: 1px solid var(--cd, #dedede);
}

/*  */

.routeBox {
  background: transparent;
}

.routeBox a {
  color: #AAA;
}

.routeBox a.current {
  color: white;
}

.header .inner .menuBottom .bgLayer {
  background: transparent !important;
}

.container.white .header .inner .menuBottom .bgLayer {
  background: #fff !important;
}

.container {
  background: #101010;
}

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

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

  .header {
    background: transparent;
  }

  .kv {
    margin: 0 auto;
    max-width: 145.45vw;
    height: 71.97vw;
    background-image: url(../img/quote/bg_kv.png);
    background-size: 145% 71.97vw;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

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

  .kv .viewBox {
    display: flex;
    align-items: center;
    height: auto;
  }

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

  .kv .viewBox .txtBox .txt1 {
    color: var(--cf, #fff);
    font-family: Pretendard;
    font-size: 4.55vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.82vw;
    /* 150% */
  }

  .kv .viewBox .txtBox .txt2 {
    color: var(--cf, #fff);
    font-family: Pretendard;
    font-size: 1.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.52vw;
  }

  /* sec1 */
  .container section.sec1 {
    padding-top: 9.09vw;
    background: white;
    padding-bottom: 9.09vw;
  }

  .container section.sec1 .inner {}

  .container section.sec1 .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.sec1 .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.sec1 .inputBox {
    display: flex;
    width: 60.61vw;
    height: 7.58vw;
    padding: 1.52vw;
    justify-content: space-between;
    align-items: center;
    border: 0.38vw solid var(--A1, #e40321);
    margin: 1.52vw auto 0;
    display: none;
  }

  .container section.sec1 .inputBox input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-family: "Noto Sans KR";
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
    text-align: center;
  }

  .container section.sec1 .inputBox input::placeholder {
    color: var(--ca, #aaa);
  }

  .container section.sec1 .inputBox button {
    width: 2.27vw;
  }

  .container section.sec1 .inputBox button img {
    width: 100%;
  }

  .container section.sec1 .brandList {
    margin: 4.55vw auto 0;
    padding-bottom: 2.27vw;
    overflow: hidden;
  }

  .container section.sec1 .brandList button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 8.33vw;
    height: 7.58vw;
    box-sizing: border-box;
    border: 0.15vw solid transparent;
    padding: 0.76vw 0;
  }

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

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

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

  .container section.sec1 .brandList button .brand img {
    height: 3.03vw;
    width: auto;
  }

  .container section.sec1 .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.sec1 .brandList button:last-child {
    justify-content: center;
  }

  .container section.sec1 .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.sec1 .carList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 3.41vw 1.52vw;
    padding-top: 2.27vw;
    border-top: 0.08vw solid var(--cd, #dedede);
  }

  .container section.sec1 .carList a {
    display: flex;
    flex-direction: column;
    padding: 2.27vw;
    width: 18.18vw;
    height: 11.36vw;
    background: var(--cf5_, #f5f5f3);
  }

  .container section.sec1 .carList a.on {
    background: var(--A1, #e40321);
  }

  .container section.sec1 .carList a:hover {
    background: var(--A1, #e40321);
    transition: all 0.3s ease;
  }

  .container section.sec1 .carList a.hidden {
    display: none;
  }

  .container section.sec1 .carList a .txtBox p {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }

  .container section.sec1 .carList a.on .txtBox p {
    color: var(--cf, #fff);
  }

  .container section.sec1 .carList a:hover .txtBox p {
    color: var(--cf, #fff);
    transition: all 0.3s ease;
  }

  .container section.sec1 .carList a .txtBox .txt1 {}

  .container section.sec1 .carList a .txtBox .txt2 {
    color: var(--title-, #222);
    font-weight: 700;
    word-break: break-all;
  }

  .container section.sec1 .carList a img {
    width: 100%;
    height: auto;
    margin-top: 0.38vw;
  }

  .container section.sec1 button.more-btn {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.65vw;
    height: 5.3vw;
    border-radius: 7.58vw;
    border: 0.08vw solid #AAA;
    width: 20.15vw;
    box-sizing: border-box;
    margin: 5.68vw auto 0;
    display: block;
  }

  /* sec2 */
  .container section.sec2 {
    padding: 0 0 9.09vw;
    background: white;
  }

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

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

  .container section.sec2 .brandList {
    display: flex;
    justify-content: center;
    margin-top: 2.65vw;
    padding-bottom: 2.27vw;
    border-bottom: 0.08vw solid var(--cd, #dedede);
  }

  .container section.sec2 .brandList button {
    width: 8.33vw;
    height: 6.82vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .container section.sec2 .brandList button.on {
    border: 0.15vw solid var(--A1, #e40321);
  }

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

  .container section.sec2 .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.sec2 .brandList button:last-child {
    justify-content: center;
  }

  .container section.sec2 .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.sec2 .carList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.27vw 1.89vw;
    margin-top: 2.27vw;
  }

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

  .container section.sec2 .carList .car.on {
    height: auto;
  }

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

  .container section.sec2 .swiperBox .swiperScrollbar .swiper-scrollbar-drag {
    background: var(--cd, #dedede);
  }

  .container section.sec2 .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.sec2 .carList .imgBox {
    padding-top: 1.52vw;
    height: 15.15vw;
    background: #f5f5f5;
  }

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

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

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

  .container section.sec2 .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.sec2 .carList .trimBox {
    margin-top: 0.38vw;
    padding: 0 2.65vw;
  }

  .container section.sec2 .colorBox {
    padding: 0 2.65vw;
    margin-top: 0.83vw;
  }

  .container section.sec2 .colorBox>div {
    display: flex;
    align-items: center;
  }

  .container section.sec2 .colorBox>div.innerColor {
    display: flex;
    align-items: center;
    margin-top: 0.53vw;
  }

  .container section.sec2 .colorBox>div p {
    width: 3.79vw;
    margin-right: 0.76vw;
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .container section.sec2 .colorBox .txt1 {
    display: flex;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .container section.sec2 .colorBox .txt1 span {
    display: flex;
    width: 1.36vw;
    height: 1.36vw;
    flex-shrink: 0;
    border-radius: 0.27vw;
    background: var(--KB_, #776c61);
    margin-right: 0.76vw;
  }

  .container section.sec2 .optionBox {
    display: flex;
    align-items: center;
    padding: 0 2.65vw;
    margin-top: 0.53vw;
  }

  .container section.sec2 .car.on .optionBox {
    align-items: self-start;
  }

  .container section.sec2 .optionBox>p {
    width: 3.79vw;
    margin-right: 0.76vw;
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .container section.sec2 .optionBox button {
    width: 100%;
    height: 1.36vw;
    padding-left: 0.76vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02vw;
    overflow: hidden;
    position: relative;
  }

  .container section.sec2 .car.on .optionBox button {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .container section.sec2 .car.on .optionBox button p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02vw;
  }

  .container section.sec2 .optionBox button::after {
    content: "";
    background: url(../img/common/ico_option_arrow_down.svg) no-repeat;
    width: 0.61vw;
    height: 0.53vw;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0.45vw;
  }

  .container section.sec2 .car.on .optionBox button::after {
    content: "";
    background: url(../img/common/ico_option_arrow_up.svg) no-repeat;
    width: 0.61vw;
    height: 0.53vw;
    background-size: 100%;
    display: block;
  }

  .container section.sec2 .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.42vw;
  }

  .container section.sec2 .carList .infoBox {
    padding: 0 2.65vw;
    margin-top: 1.14vw;
  }

  .container section.sec2 .carList .infoBox .priceBox {
    padding-top: 0.76vw;
    border-top: 0.08vw solid var(--cd, #dedede);
  }

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

  .container section.sec2 .carList .infoBox .priceBox .rent p,
  .container section.sec2 .carList .infoBox .priceBox .promotion p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04vw;
    display: flex;
    align-items: center;
  }

  .container section.sec2 .carList .infoBox .priceBox img.icoBest {
    height: 2.27vw;
    margin-left: 1.06vw;
    width: auto;
  }

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

  .container section.sec2 .carList .infoBox .priceBox .price span.priceNm {
    color: var(--A1, #e40321);
    font-size: 1.21vw;
    letter-spacing: -0.04vw;
    margin-left: 0.38vw;
  }

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

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

  .container section.sec2 .carList .btnBox button {
    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;
  }

  .container section.sec2 .carList .btnBox button:first-child {
    color: var(--title-, #222);
    background: var(--cf, #fff);
    border: 0.08vw solid var(--cd, #dedede);
  }

  /*  */

  .routeBox {
    background: transparent;
  }

  .routeBox a {
    color: #AAA;
  }

  .routeBox a.current {
    color: white;
  }

  .header .inner .menuBottom .bgLayer {
    background: transparent !important;
  }

  .container.white .header .inner .menuBottom .bgLayer {
    background: #fff !important;
  }

  .container {
    background: #101010;
  }
}

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

@media (max-width: 720px) {
  .kv {
    background-image: url(../img/quote/bg_kv_mo.png);
    height: 118.06vw;
    background-size: 100% auto;
  }

  .kv .inner {
    width: 100%;
  }

  .kv .viewBox .txtBox {
    margin-top: 17.36vw;
    padding: 0 6.94vw;
  }

  .kv .viewBox .txtBox .txt1 {
    font-size: 8.33vw;
    line-height: 12.5vw;
  }

  .kv .viewBox .txtBox .txt2 {
    font-size: 4.17vw;
    margin-top: 2.78vw;
  }

  .container section.sec1 {
    padding-top: 16.67vw;
    padding-bottom: 16.67vw;
  }

  .container section.sec1 .inner {
    padding: 0 6.94vw;
  }

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

  .container section.sec1 .tit2 {
    font-size: 4.17vw;
    line-height: 6.94vw;
  }

  .container section.sec1 .brandList {
    margin-top: 4.17vw;
    /* overflow: unset; */
    padding-bottom: 4.17vw;
  }

  .container section.sec1 .brandList button {
    width: 21.53vw;
    height: 17.61vw;
    border: 0.28vw solid transparent;
    padding: 1.96vw 0 0.93vw;
  }

  .container section.sec1 .brandList button:first-child {
    padding-top: 2.88vw;
  }

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

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

  .container section.sec1 .brandList button:last-child p {
    font-size: 3.91vw;
    line-height: 5.87vw;
  }

  .container section.sec1 .brandList button .brand {
    height: auto;
  }

  .container section.sec1 .brandList button .brand img {
    height: 7.83vw;
  }

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

  .container section.sec1 .carList {
    padding-top: 4.17vw;
    gap: 8.33vw 3.44vw;
    grid-template-columns: 1fr 1fr;
  }

  .container section.sec1 .carList a {
    width: auto;
    height: 25.83vw;
    padding: 5.17vw 2.78vw 0;
  }

  .container section.sec1 .carList a .txtBox p {
    font-size: 3.61vw;
    line-height: 4.48vw;
  }

  .container section.sec1 .carList a img {
    width: fit-content;
    height: 14.98vw;
    margin: 1.17vw auto 0;
  }

  .container section.sec1 button.more-btn {
    margin: 12.5vw auto 0;
    border: 0.21vw solid #AAA;
    width: 55.56vw;
    height: 14.62vw;
    border-radius: 20.89vw;
    font-size: 4.17vw;
    line-height: 7.31vw;
  }

  .container section.sec2 {
    padding: 0 0 16.67vw;
  }

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

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

  .container section.sec2 .carList {
    margin-top: 4.17vw;
    grid-template-columns: 1fr;
    gap: 4.17vw;
    padding: 0 6.94vw;
  }

  .container section.sec2 .carList .car {
    width: 100%;
  }

  .container section.sec2 .carList .imgBox {
    height: 29.86vw;
    box-sizing: border-box;
    padding-top: 4.2vw;
  }

  .container section.sec2 .carList .imgBox img {
    margin: 0 auto;
    width: auto;
    height: 29.23vw;
  }

  .container section.sec2 .carList .brandBox {
    margin-top: 10.42vw;
    padding: 0 6.94vw;
    gap: 1.43vw;
  }

  .container section.sec2 .carList .brandBox .brandIco {
    width: 8.61vw;
  }

  .container section.sec2 .carList .brandBox .model {
    font-size: 5.56vw;
    letter-spacing: -0.17vw;
  }

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

  .container section.sec2 .carList .trimBox .trim {
    font-size: 4.17vw;
    letter-spacing: -0.13vw;
    height: auto;
  }

  .container section.sec2 .carList .infoBox {
    margin-top: 3.15vw;
    padding: 0 6.94vw;
  }

  .container section.sec2 .carList .infoBox .priceBox {
    border-top: 0.21vw solid #DEDEDE;
    padding-top: 3.87vw;
  }

  .container section.sec2 .carList .infoBox .priceBox .rent,
  .container section.sec2 .carList .infoBox .priceBox .promotion {
    height: 6.38vw;
  }

  .container section.sec2 .carList .infoBox .priceBox .rent p,
  .container section.sec2 .carList .infoBox .priceBox .promotion p {
    font-size: 4.17vw;
    letter-spacing: -0.13vw;
    word-break: keep-all;
  }

  .container section.sec2 .carList .infoBox .priceBox img.icoBest {
    height: 6.38vw;
    width: auto;
    margin-left: 4.86vw;
  }

  .container section.sec2 .carList .infoBox .priceBox .price span {
    font-size: 4.17vw;
    letter-spacing: -0.08vw;
  }

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

  .container section.sec2 .carList .infoBox .priceBox .promotion {
    margin-top: 1.05vw;
  }

  .container section.sec2 .carList .btnBox {
    margin-top: 4.2vw;
    padding: 0 6.94vw 6.3vw;
    justify-content: unset;
    gap: 1.43vw;
  }

  .container section.sec2 .carList .btnBox button {
    font-size: 3.61vw;
    letter-spacing: -0.11vw;
    width: 50%;
    height: 13.89vw;
  }
}