@charset "UTF-8";

.kv {
  padding-top: 210px;
  margin: 0 auto;
  max-width: 1920px;
}

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

.kv .viewBox {
  display: flex;
  height: 453px;
  flex-direction: column;
  background: var(--cf_, #f5f5f3);
  padding: 86px 86px 0;
  margin-top: 30px;
}

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

.kv .viewBox .top .txtBox {}

.kv .viewBox .top .txtBox .modelBox {
  display: flex;
}

.kv .viewBox .top .txtBox .modelBox .model {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 74.533px;
  /* 124.222% */
}

.kv .viewBox .top .txtBox .modelBox a {
  color: var(--title-, #222);
  margin-left: 10px;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 74.533px;
  /* 465.833% */
  text-decoration-line: underline;
  text-underline-position: from-font;
}

.kv .viewBox .top .txtBox .txt2 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 227.273% */
}

.kv .viewBox .top .txtBox .price {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.kv .viewBox .top .txtBox .price span {}

.kv .viewBox .top .btnBox {
  display: flex;
  display: none;
}

.kv .viewBox .top .btnBox a {
  display: flex;
  width: 130px;
  height: 130px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--c7, #777);
  color: #fff;
}

.kv .viewBox .top .btnBox a.btnCar {
  background: var(--title-, #222);
  margin-left: 10px;
}

.kv .viewBox .imgBox {
  width: 845px;
  margin: -20px auto 0;
  text-align: center;
}

.kv .viewBox .imgBox img {
  width: 100%;
  max-width: 600px;
}

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

.container section.sec1 .stepArea {
  margin: 80px auto 30px;
  border-bottom: 1px solid var(--cd, #dedede);
  display: grid;
  justify-content: space-between;
  padding: 0 13px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.container section.sec1 .stepBox {
  width: 406px;
}

.container section.sec1 .stepBox.step1 {
  /* grid-column: 1 / 2;
  grid-row: 1 / 2; */
}

.container section.sec1 .stepBox.step2 {
  /* grid-column: 1 / 2;
  grid-row: 2 / 3; */
}

.container section.sec1 .stepBox.step3 {
  /* grid-column: 2 / 3;
  grid-row: 1 / 3; */
}

.container section.sec1 .stepBox.step4 {
  /* grid-column: 3 / 4;
  grid-row: 1 / 3; */
}

.container section.sec1 .stepBox .tit {
  display: flex;
  height: 80px;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid var(--title-, #222);
  margin-bottom: 20px;
}

.container section.sec1 .stepBox .tit span {
  color: var(--A1, #e40321);
  margin-right: 5px;
}

.container section.sec1 .lineupBox {
  padding-bottom: 20px;
}

/* 라인업 선택 */
.container section.sec1 .lineupBox button {
  color: var(--Text-Main, #222);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: #DEDEDE;
  box-sizing: border-box;
}

.container section.sec1 .lineupBox button.on {
  color: var(--A1, #E40321);
  border: 1px solid var(--A1, #E40321);
  border-radius: 5px;
}

/* 트림 선택 */

.container section.sec1 .trimBox button {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--cd, #dedede);
  margin-top: 5px;
}

.container section.sec1 .trimBox button.on {
  border: 1px solid var(--A1, #e40321);
}

.container section.sec1 .trimBox button:first-child {
  margin-top: 0;
}

.container section.sec1 .trimBox button .txt1 {
  font-family: Pretendard;
  font-weight: 400;
  font-size: 14px;
  color: var(--c7, #777);
  line-height: normal;
  text-align: left;
}

.container section.sec1 .trimBox button.on .txt1 {
  color: var(--A1, #e40321);
}

.container section.sec1 .trimBox button .price {
  font-family: Pretendard;
  font-weight: 700;
  font-size: 16px;
  line-height: 10px;
  color: var(--c7, #777);
  word-break: keep-all;
}

.container section.sec1 .trimBox button.on .price {
  color: var(--A1, #e40321);
}

/* 컬러 선택 */
.container section.sec1 .colorBox {
  border-bottom: 1px solid var(--cd, #dedede);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.container section.sec1 .colorBox:first-child {
  padding-top: 0;
}

.container section.sec1 .colorBox p.tit1 {
  font-family: Pretendard;
  font-weight: 700;
  color: var(--title-, #222);
  line-height: normal;
  font-size: 18px;
}

.container section.sec1 .colorBox .txtBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0px;
}

.container section.sec1 .colorBox .txtBox p.txt1 {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* 5.4px */
}

.container section.sec1 .colorBox .txtBox p.price {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 55.556% */
}

.container section.sec1 .colorBox .colorchip {
  display: grid;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
}

.container section.sec1 .colorBox .btnColor {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #979185;
  flex-shrink: 0;
}

.container section.sec1 .colorBox .btnColor.on {
  border: 2px solid var(--A1, #e40321);
}

/* 옵션선택 */
.container section.sec1 .optionBox {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid var(--cd, #dedede);
}

.container section.sec1 .optionBox button {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--cd, #dedede);
  color: var(--c7, #777);
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  /* 428.571% */
}

.container section.sec1 .optionBox button.on {
  color: var(--A1, #e40321);
  border: 1px solid var(--A1, #e40321);
}

.container section.sec1 .packageBox {
  margin-bottom: 20px;
}

.container section.sec1 .packageBox p.tit1 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  /* 375% */
}

.container section.sec1 .packageBox .btnBox {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid var(--cd, #dedede);
  margin-bottom: 5px;
}

.container section.sec1 .packageBox .btnBox:first-child {
  margin-bottom: 0;
}

.container section.sec1 .packageBox .btnBox.on {
  border: 1px solid var(--A1, #e40321);
}

.container section.sec1 .packageBox .btnBox .tit1 {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 62.5% */
}

.container section.sec1 .packageBox .btnBox .chkBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.container section.sec1 .packageBox .btnBox .chkBox::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #aaa;
  display: block;
}

.container section.sec1 .packageBox .btnBox.on .chkBox::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: none;
  background: url(../img/quote/ico_chck_1_on.svg) no-repeat;
  background-size: 100% auto;
}

.container section.sec1 .packageBox .btnBox .chkBox .txt1 {
  width: 200px;
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 4.2px */
  margin-left: 5px;
}

.container section.sec1 .packageBox .btnBox.on .chkBox .txt1 {
  color: var(--A1, #e40321);
}

.container section.sec1 .packageBox .btnBox p.price {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 62.5% */
}

.container section.sec1 .packageBox .btnBox.on p.price {
  color: var(--A1, #e40321);
}

/* 상세옵션 */
.container section.sec1 .detailBox {
  margin-bottom: 20px;
}

.container section.sec1 .detailBox p.tit1 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  /* 375% */
}

.container section.sec1 .detailBox .btnBox {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid var(--cd, #dedede);
  margin-bottom: 5px;
  cursor: pointer;
}

.container section.sec1 .detailBox .btnBox:first-child {
  margin-bottom: 0;
}

.container section.sec1 .detailBox .btnBox.on {
  border: 1px solid var(--A1, #e40321);
}

.container section.sec1 .detailBox .btnBox .tit1 {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 62.5% */
}

.container section.sec1 .detailBox .btnBox .chkBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.container section.sec1 .detailBox .btnBox .chkBox::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #aaa;
  display: block;
}

.container section.sec1 .detailBox .btnBox.on .chkBox::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: none;
  background: url(../img/quote/ico_chck_1_on.svg) no-repeat;
  background-size: 100% auto;
}

.container section.sec1 .detailBox .btnBox .chkBox .txt1 {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 4.2px */
  margin-left: 5px;
  width: 200px;
}

.container section.sec1 .detailBox .btnBox .chkBox .btnQue {
  width: 14px;
  height: 14px;
  background: url(../img/quote/ico_que.svg) no-repeat;
  background-size: 100% auto;
  margin-left: 5px;
  position: relative;
}

/* .container section.sec1 .detailBox .btnBox .chkBox .btnQue span {
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: max-content;
  max-width: 300px;
  background: white;
  border: 1px solid;
  padding: 15px;
  box-sizing: border-box;
  display: none;
  text-align: center;
  word-break: keep-all;
}

.container section.sec1 .detailBox .btnBox .chkBox .btnQue span b {
  margin-bottom: 5px;
  display: block;
}

.container section.sec1 .detailBox .btnBox .chkBox .btnQue:hover span {
  display: block;
} */

.container section.sec1 .detailBox .btnBox.on .chkBox .txt1 {
  color: var(--A1, #e40321);
}

.container section.sec1 .detailBox .btnBox p.price {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* 62.5% */
}

.container section.sec1 .detailBox .btnBox.on p.price {
  color: var(--A1, #e40321);
}

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

.container section.sec1 .btnNext {
  display: flex;
  width: 300px;
  height: 80px;
  justify-content: center;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: url(../img/quote/ico_route_arrow_right.svg) no-repeat center right 30px;
  background-color: #f5f5f3;
  background-size: 8px 14px;
}

.container section.sec1 .btnNext::after {
  display: flex;
  width: 300px;
  height: 80px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: #f5f5f3;
}

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

@media (max-width:1320px) and (min-width: 721px) {
  .kv {
    padding-top: 15.91vw;
    margin: 0 auto;
    max-width: 145.45vw;
  }

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

  .kv .viewBox {
    display: flex;
    height: 34.32vw;
    flex-direction: column;
    background: var(--cf_, #f5f5f3);
    padding: 6.52vw 6.52vw 0;
    margin-top: 2.27vw;
  }

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

  .kv .viewBox .top .txtBox {}

  .kv .viewBox .top .txtBox .modelBox {
    display: flex;
  }

  .kv .viewBox .top .txtBox .modelBox .model {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 4.55vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.65vw;
    /* 124.222% */
  }

  .kv .viewBox .top .txtBox .modelBox a {
    color: var(--title-, #222);
    margin-left: 0.76vw;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.65vw;
    /* 465.833% */
    text-decoration-line: underline;
    text-underline-position: from-font;
  }

  .kv .viewBox .top .txtBox .txt2 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.79vw;
    /* 227.273% */
  }

  .kv .viewBox .top .txtBox .price {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 3.03vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }

  .kv .viewBox .top .txtBox .price span {}

  .kv .viewBox .top .btnBox {
    display: flex;
    display: none;
  }

  .kv .viewBox .top .btnBox a {
    display: flex;
    width: 9.85vw;
    height: 9.85vw;
    padding: 0vw 2.27vw;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--c7, #777);
    color: #fff;
  }

  .kv .viewBox .top .btnBox a.btnCar {
    background: var(--title-, #222);
    margin-left: 0.76vw;
  }

  .kv .viewBox .imgBox {
    width: 64.02vw;
    margin: -1.52vw auto 0;
    text-align: center;
  }

  .kv .viewBox .imgBox img {
    width: 100%;
    max-width: 45.45vw;
  }

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

  .container section.sec1 .stepArea {
    margin: 6.06vw auto 2.27vw;
    border-bottom: 0.08vw solid var(--cd, #dedede);
    display: grid;
    justify-content: space-between;
    padding: 0 0.98vw 2.27vw;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.52vw;
  }

  .container section.sec1 .stepBox {
    width: 30.76vw;
  }

  .container section.sec1 .stepBox.step1 {
    /* grid-column: 1 / 2;
  grid-row: 1 / 2; */
  }

  .container section.sec1 .stepBox.step2 {
    /* grid-column: 1 / 2;
  grid-row: 2 / 3; */
  }

  .container section.sec1 .stepBox.step3 {
    /* grid-column: 2 / 3;
  grid-row: 1 / 3; */
  }

  .container section.sec1 .stepBox.step4 {
    /* grid-column: 3 / 4;
  grid-row: 1 / 3; */
  }

  .container section.sec1 .stepBox .tit {
    display: flex;
    height: 6.06vw;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 0.08vw solid var(--title-, #222);
    margin-bottom: 1.52vw;
  }

  .container section.sec1 .stepBox .tit span {
    color: var(--A1, #e40321);
    margin-right: 0.38vw;
  }

  .container section.sec1 .lineupBox {
    padding-bottom: 1.52vw;
  }

  /* 라인업 선택 */
  .container section.sec1 .lineupBox button {
    color: var(--Text-Main, #222);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    height: 3.79vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0.08vw solid transparent;
    border-bottom-color: #DEDEDE;
    box-sizing: border-box;
  }

  .container section.sec1 .lineupBox button.on {
    color: var(--A1, #E40321);
    border: 0.08vw solid var(--A1, #E40321);
    border-radius: 0.38vw;
  }

  /* 트림 선택 */

  .container section.sec1 .trimBox button {
    display: flex;
    width: 100%;
    height: 5.3vw;
    align-items: center;
    justify-content: space-between;
    padding: 1.14vw 2.27vw;
    position: relative;
    border-radius: 0.38vw;
    border: 0.08vw solid var(--cd, #dedede);
    margin-top: 0.38vw;
  }

  .container section.sec1 .trimBox button.on {
    border: 0.08vw solid var(--A1, #e40321);
  }

  .container section.sec1 .trimBox button:first-child {
    margin-top: 0;
  }

  .container section.sec1 .trimBox button .txt1 {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.06vw;
    color: var(--c7, #777);
  }

  .container section.sec1 .trimBox button.on .txt1 {
    color: var(--A1, #e40321);
  }

  .container section.sec1 .trimBox button .price {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 1.21vw;
    line-height: 0.76vw;
    color: var(--c7, #777);
  }

  .container section.sec1 .trimBox button.on .price {
    color: var(--A1, #e40321);
  }

  /* 컬러 선택 */
  .container section.sec1 .colorBox {
    border-bottom: 0.08vw solid var(--cd, #dedede);
    padding-bottom: 1.52vw;
    margin-bottom: 1.52vw;
  }

  .container section.sec1 .colorBox:first-child {
    padding-top: 0;
  }

  .container section.sec1 .colorBox p.tit1 {
    font-family: Pretendard;
    font-weight: 700;
    color: var(--title-, #222);
    line-height: normal;
    font-size: 1.36vw;
  }

  .container section.sec1 .colorBox .txtBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.91vw 0vw;
  }

  .container section.sec1 .colorBox .txtBox p.txt1 {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 400;
    /* 0.41vw */
  }

  .container section.sec1 .colorBox .txtBox p.price {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 0.76vw;
    /* 55.556% */
  }

  .container section.sec1 .colorBox .colorchip {
    display: grid;
    align-items: center;
    gap: 0.76vw;
    position: relative;
    width: 100%;
    border-radius: 0.38vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .container section.sec1 .colorBox .btnColor {
    position: relative;
    width: 2.27vw;
    height: 2.27vw;
    border-radius: 7.58vw;
    background: #979185;
    flex-shrink: 0;
  }

  .container section.sec1 .colorBox .btnColor.on {
    border: 0.15vw solid var(--A1, #e40321);
  }

  /* 옵션선택 */
  .container section.sec1 .optionBox {
    display: flex;
    padding: 1.52vw;
    align-items: center;
    gap: 0.38vw;
    border-radius: 0.38vw;
    border: 0.08vw solid var(--cd, #dedede);
  }

  .container section.sec1 .optionBox button {
    display: flex;
    width: 100%;
    height: 3.79vw;
    border-radius: 7.58vw;
    border: 0.08vw solid var(--cd, #dedede);
    color: var(--c7, #777);
    align-items: center;
    justify-content: center;
    font-family: Pretendard;
    font-size: 1.06vw;
    font-weight: 400;
    line-height: 4.55vw;
    /* 428.571% */
  }

  .container section.sec1 .optionBox button.on {
    color: var(--A1, #e40321);
    border: 0.08vw solid var(--A1, #e40321);
  }

  .container section.sec1 .packageBox {
    margin-bottom: 1.52vw;
  }

  .container section.sec1 .packageBox p.tit1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-weight: 700;
    line-height: 4.55vw;
    /* 375% */
  }

  .container section.sec1 .packageBox .btnBox {
    padding: 1.82vw 2.27vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.38vw;
    border: 0.08vw solid var(--cd, #dedede);
    margin-bottom: 0.38vw;
  }

  .container section.sec1 .packageBox .btnBox:first-child {
    margin-bottom: 0;
  }

  .container section.sec1 .packageBox .btnBox.on {
    border: 0.08vw solid var(--A1, #e40321);
  }

  .container section.sec1 .packageBox .btnBox .tit1 {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: 0.76vw;
    /* 62.5% */
  }

  .container section.sec1 .packageBox .btnBox .chkBox {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .container section.sec1 .packageBox .btnBox .chkBox::before {
    content: "";
    width: 1.21vw;
    height: 1.21vw;
    border-radius: 100%;
    border: 0.08vw solid #aaa;
    display: block;
  }

  .container section.sec1 .packageBox .btnBox.on .chkBox::before {
    content: "";
    width: 1.36vw;
    height: 1.36vw;
    border-radius: 100%;
    border: none;
    background: url(../img/quote/ico_chck_1_on.svg) no-repeat;
    background-size: 100% auto;
  }

  .container section.sec1 .packageBox .btnBox .chkBox .txt1 {
    width: 15.15vw;
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 0.32vw */
    margin-left: 0.38vw;
  }

  .container section.sec1 .packageBox .btnBox.on .chkBox .txt1 {
    color: var(--A1, #e40321);
  }

  .container section.sec1 .packageBox .btnBox p.price {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 62.5% */
  }

  .container section.sec1 .packageBox .btnBox.on p.price {
    color: var(--A1, #e40321);
  }

  /* 상세옵션 */
  .container section.sec1 .detailBox {
    margin-bottom: 1.52vw;
  }

  .container section.sec1 .detailBox p.tit1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-weight: 700;
    line-height: 4.55vw;
    /* 375% */
  }

  .container section.sec1 .detailBox .btnBox {
    padding: 1.82vw 2.27vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.38vw;
    border: 0.08vw solid var(--cd, #dedede);
    margin-bottom: 0.38vw;
    cursor: pointer;
  }

  .container section.sec1 .detailBox .btnBox:first-child {
    margin-bottom: 0;
  }

  .container section.sec1 .detailBox .btnBox.on {
    border: 0.08vw solid var(--A1, #e40321);
  }

  .container section.sec1 .detailBox .btnBox .tit1 {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: 0.76vw;
    /* 62.5% */
  }

  .container section.sec1 .detailBox .btnBox .chkBox {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .container section.sec1 .detailBox .btnBox .chkBox::before {
    content: "";
    width: 1.21vw;
    height: 1.21vw;
    border-radius: 100%;
    border: 0.08vw solid #aaa;
    display: block;
  }

  .container section.sec1 .detailBox .btnBox.on .chkBox::before {
    content: "";
    width: 1.36vw;
    height: 1.36vw;
    border-radius: 100%;
    border: none;
    background: url(../img/quote/ico_chck_1_on.svg) no-repeat;
    background-size: 100% auto;
  }

  .container section.sec1 .detailBox .btnBox .chkBox .txt1 {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 0.32vw */
    margin-left: 0.38vw;
    width: 15.15vw;
  }

  .container section.sec1 .detailBox .btnBox .chkBox .btnQue {
    width: 1.06vw;
    height: 1.06vw;
    background: url(../img/quote/ico_que.svg) no-repeat;
    background-size: 100% auto;
    margin-left: 0.38vw;
    position: relative;
  }

  /* .container section.sec1 .detailBox .btnBox .chkBox .btnQue span {
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: max-content;
  max-width: 22.73vw;
  background: white;
  border: 0.08vw solid;
  padding: 1.14vw;
  box-sizing: border-box;
  display: none;
  text-align: center;
  word-break: keep-all;
}

.container section.sec1 .detailBox .btnBox .chkBox .btnQue span b {
  margin-bottom: 0.38vw;
  display: block;
}

.container section.sec1 .detailBox .btnBox .chkBox .btnQue:hover span {
  display: block;
} */

  .container section.sec1 .detailBox .btnBox.on .chkBox .txt1 {
    color: var(--A1, #e40321);
  }

  .container section.sec1 .detailBox .btnBox p.price {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-weight: 700;
    line-height: normal;
    /* 62.5% */
  }

  .container section.sec1 .detailBox .btnBox.on p.price {
    color: var(--A1, #e40321);
  }

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

  .container section.sec1 .btnNext {
    display: flex;
    width: 22.73vw;
    height: 6.06vw;
    justify-content: center;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-weight: 700;
    line-height: normal;
    border-radius: 7.58vw;
    background: url(../img/quote/ico_route_arrow_right.svg) no-repeat center right 2.27vw;
    background-color: #f5f5f3;
    background-size: 0.61vw 1.06vw;
  }

  .container section.sec1 .btnNext::after {
    display: flex;
    width: 22.73vw;
    height: 6.06vw;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 0.91vw;
    font-weight: 700;
    line-height: normal;
    border-radius: 7.58vw;
    background: #f5f5f3;
  }
}

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

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

  .kv .viewBox {
    margin: 4.17vw 6.94vw 0;
    height: 44.72vw;
    padding: 8.33vw 6.94vw;
    box-sizing: border-box;
  }

  .kv .viewBox .top {
    display: block;
  }

  .kv .viewBox .top .txtBox .modelBox .model {
    font-size: 8.33vw;
    line-height: 10.35vw;
  }

  .kv .viewBox .top .txtBox .modelBox a {
    font-size: 3.06vw;
    line-height: 10.35vw;
    margin-left: 1.39vw;
  }

  .kv .viewBox .top .txtBox .txt2 {
    font-size: 4.17vw;
    line-height: 130%;
    margin-top: 1.39vw;
  }

  .kv .viewBox .top .txtBox .price {
    font-size: 6.94vw;
    line-height: 130%;
  }

  .kv .viewBox .imgBox {
    width: auto;
    margin: 0;
  }

  .kv .viewBox .imgBox img {
    width: 83.84vw;
    max-width: none;
    height: auto;
  }

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

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

  .container section.sec1 .stepArea {
    margin: 36.67vw auto 4.17vw;
    display: block;
    padding: 0;
  }

  .container section.sec1 .stepBox {
    width: 100%;
    padding-bottom: 8.33vw;
  }

  .container section.sec1 .stepBox .tit {
    font-size: 5.56vw;
    height: 16.17vw;
    margin-bottom: 4.03vw;
  }

  .container section.sec1 .stepBox .tit span {
    margin-right: 1.01vw;
  }

  .container section.sec1 .lineupBox {
    padding-bottom: 0;
  }

  .container section.sec1 .lineupBox button {
    font-size: 3.06vw;
    line-height: 1.4;
    height: 11.11vw;
    justify-content: flex-start;
    padding: 0 2.78vw;
    text-align: left;
  }

  .container section.sec1 .trimBox button {
    height: 14.15vw;
    padding: 3.03vw 6.06vw;
    border: 0.2vw solid #DEDEDE;
    border-radius: 1.01vw;
    margin-top: 1.39vw;
    gap: 5.08vw
  }

  .container section.sec1 .trimBox button .txt1 {
    font-size: 3.61vw;
  }

  .container section.sec1 .trimBox button .price {
    font-size: 3.61vw;
    line-height: 2.02vw;
  }

  .container section.sec1 .colorBox {
    margin-bottom: 4.03vw;
    padding-bottom: 4.04vw;
  }

  .container section.sec1 .colorBox:last-child {
    margin-bottom: 0;
  }

  .container section.sec1 .colorBox p.tit1 {
    font-size: 4.17vw;
  }

  .container section.sec1 .colorBox .txtBox {
    margin: 5.54vw 0;
  }

  .container section.sec1 .colorBox .txtBox p.txt1 {
    font-size: 3.61vw;
    line-height: 30%;
  }

  .container section.sec1 .colorBox .txtBox p.price {
    font-size: 3.61vw;
    line-height: 2.02vw;
  }

  .container section.sec1 .colorBox .btnColor {
    width: 6.06vw;
    height: 6.06vw;
  }

  .container section.sec1 .colorBox .colorchip {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2.02vw 1.94vw;
  }

  .container section.sec1 .colorBox .btnColor {
    width: 6.06vw;
    height: 6.06vw;
    border-radius: 100%;
  }

  .container section.sec1 .colorBox .btnColor.on {
    border: 0.4vw solid var(--A1, #E40321);
  }

  .container section.sec1 .detailBox p.tit1 {
    font-size: 3.61vw;
    line-height: 12.13vw;
  }

  .container section.sec1 .detailBox .btnBox {
    margin-bottom: 0;
    margin-top: 1.01vw;
    height: 20.83vw;
    padding: 2.78vw 4.17vw;
    box-sizing: border-box;
    border-radius: 1.01vw;
    border: 0.2vw solid #DEDEDE;
  }

  .container section.sec1 .detailBox .btnBox.on {
    border: 0.2vw solid var(--A1, #e40321);
  }

  .container section.sec1 .detailBox .btnBox .chkBox::before,
  .container section.sec1 .detailBox .btnBox.on .chkBox::before {
    width: 4.17vw;
    height: 4.17vw;
    box-sizing: border-box;
  }

  .container section.sec1 .detailBox .btnBox .chkBox .txt1 {
    margin-left: 1.39vw;
    font-size: 3.61vw;
    width: 41.67vw;
    display: flex;
    align-items: center;
    word-break: break-all;
    gap: 1.44vw;
  }

  .container section.sec1 .detailBox .btnBox .chkBox .btnQue {
    width: 4.17vw;
    height: 4.17vw;
    margin-left: 0;
    flex-shrink: 0;
  }

  .container section.sec1 .detailBox .btnBox p.price {
    font-size: 3.61vw;
    line-height: 2.02vw;
  }

  .container section.sec1 .detailBox {
    margin-bottom: 0;
  }

  .container section.sec1 .stepBox.step4 {
    padding-bottom: 4.17vw;
  }

  .container section.sec1 .btnNext {
    width: 100%;
    height: 19.44vw;
    border-radius: 19.44vw;
    font-size: 5.06vw;
    line-height: 3.11vw;
    background: url(../img/quote/ico_route_arrow_right.svg) no-repeat center right 9.72vw;
    background-size: 2.4vw 3.89vw;
    background-color: #f5f5f3;
  }
}