@charset "UTF-8";

.header {
  background: transparent;
}

section .inner {
  padding: 0;
}

.kv {
  margin: 0 auto;
  max-width: 1920px;
  height: 950px;
  background-image: url(../img/imported/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;
}

.estimate-sec {
  padding-top: 100px;
  /* padding-bottom: 90px; */
}

.estimate-sec .estimate_top {
  text-align: center;
}

.estimate-sec .estimate_top p.txt1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 69.5px;
  letter-spacing: -0.02em;
  color: #222222;
}

.estimate-sec .estimate_top p.txt2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  color: #222222;
}

.estimate-sec .estimate-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

.estimate-sec .estimate-sort .filter-top {
  display: flex;
  align-items: center;
}

.estimate-sec .estimate-sort .filter-top .detail_find_btn {
  display: flex;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

.estimate-sec .estimate-sort .filter-top .detail_find_btn img {
  margin-right: 5px;
}

.estimate-sec .estimate-sort .filter-top .num {
  display: flex;
  align-items: center;
  margin-left: 55px;
}

.estimate-sec .estimate-sort .filter-top .num p {
  display: flex;
  align-items: center;
  color: var(--c7, #777);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.26px;
}

.estimate-sec .estimate-sort .filter-top .num p span {
  color: var(--A1, #e40321);
  font-weight: 700;
  margin-left: 5px;
}

.estimate-sec .estimate-sort .filter-top .num img {
  margin-left: 5px;
  cursor: pointer;
}

.estimate-sec .estimate-sort .list-top {
  display: flex;
  align-items: center;
  z-index: 2;
}

.estimate-sec .estimate-sort .list-top a.filter-show-btn {
  display: none;
}

.estimate-sec .estimate-sort .list-top .soldout_box {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn {
  display: flex;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn span {
  display: flex;
  align-items: center;
  width: 22px;
  height: 14px;
  border: 1px solid #dedede;
  border-radius: 100px;
  margin-right: 14px;
  position: relative;
}

.estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  background: #f5f5f3;
  border-radius: 100%;
  position: absolute;
  top: -3px;
  left: -8px;
  transition: all 1.5s;
}

.estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn.on span {
  border: 1px solid #e40321;
  background: #e40321;
  position: relative;
}

.estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn.on span::before {
  content: "";
  border: 1px solid #e40321;
  background: #fff;
  top: -3px;
  left: 11px;
  transition: all 1.5s;
}

.estimate-sec .estimate-sort .list-top .selectBox {
  position: relative;
  width: 104px;
}

.estimate-sec .estimate-sort .list-top .selectBox button.selectbtn {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #fff;
  /* 428.571% */
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: -0.32px;
  background: url(../img/common/ico_select_down.svg) no-repeat center right 20px;
  background-color: #fff;
  background-size: 12px 8px;
  margin-left: 0;
}

.estimate-sec .estimate-sort .list-top .selectBox.on button.selectbtn {
  background: url(../img/common/ico_select_up.svg) no-repeat center right 20px;
  background-color: #fff;
  background-size: 12px 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid var(--cd, #dedede);
  border-bottom: none;
}

.estimate-sec .estimate-sort .list-top .selectBox .selectList {
  display: none;
  flex-direction: column;
}

.estimate-sec .estimate-sort .list-top .selectBox.on .selectList {
  display: flex;
  width: 100%;
  position: absolute;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.estimate-sec .estimate-sort .list-top .selectBox .selectList button {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin-left: 0;
  background: #fff;
}

.estimate-sec .estimate-sort .list-top .selectBox .selectList button.on {
  font-weight: bold;
}

.estimate-sec .estimate-sort .list-top .selectBox.on .selectList button {
  border-radius: 0;
  border-left: 1px solid var(--cd, #dedede);
  border-right: 1px solid var(--cd, #dedede);
}

.estimate-sec .estimate-sort .list-top .selectBox.on .selectList button:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid var(--cd, #dedede);
}

.estimate-sec .estimate-sort .list-top .selectBox .selectList button:hover {
  color: var(--title-, #222);
  font-weight: 700;
}

.estimate-sec .estimate-sort .list-top .selectBox .selectList p.bar {
  display: none;
}

.estimate-sec .estimate-cont {
  display: flex;
  gap: 40px;
  margin-top: 16px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}

.estimate-sec .estimate-cont .estimate-filter {
  /* border: 1px solid #dedede; */
  box-sizing: border-box;
  padding: 0 30px 40px;
  flex-shrink: 0;
  background: white;
  width: 280px;
  height: fit-content;
  border-radius: 20px;
}

/* .estimate-sec .estimate-cont .estimate-filter.on {
  position: sticky;
  cursor: pointer;
  max-height: 66px;
  overflow: hidden;
  top: 170px;
  padding-top: 20px;
  padding-bottom: 20px;
} */

.estimate-sec .estimate-cont .estimate-filter .filter-inner {}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #222222;
  padding-bottom: 12px;
  display: none;
}

.estimate-sec .estimate-cont .estimate-filter.on .filter-inner .filter-top {
  border-bottom: none;
  padding-bottom: 20px;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top p.title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  letter-spacing: -0.02em;
  color: #222222;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num {
  display: flex;
  gap: 10px;
  align-items: center;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: -0.02em;
  color: #777777;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num p span {
  color: #e40321;
  font-weight: 700;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num img {
  height: 15px;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont {}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  color: #222222;
  position: relative;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title:after {
  content: "";
  position: absolute;
  left: auto;
  top: 50%;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  right: 0;
  background: #222;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title.on:before {
  content: "";
  position: absolute;
  left: auto;
  top: 50%;
  width: 2px;
  height: 14px;
  right: 6px;
  background: #222;
  transform: translateY(-50%);
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list {
  margin-top: 10px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item .check_area {
  background-image: url(../img/imported/filter_off.svg);
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item.on .check_area {
  background-image: url(../img/imported/filter_on.svg);
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item p {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item p span {
  /* font-family: Montserrat; */
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.02em;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.period_list {
  grid-template-columns: 1fr 1fr 1fr;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list {
  grid-template-columns: 1fr;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item {
  margin-bottom: 0;
  display: block;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left .check_area {}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left p {}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner p.brand_num {
  /* font-family: Montserrat; */
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: -0.02em;
  color: #777777;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item.on .item_inner p.brand_num {
  display: block;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner p.brand_num span {
  /* font-family: Montserrat; */
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: -0.02em;
  color: #e40321;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list {
  display: none;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item.on .model-list {
  display: block;
  margin-top: 5px;
  background: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  cursor: default;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item {
  margin-bottom: 5px;
  cursor: pointer;
  display: block;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item:last-child {
  margin-bottom: 0;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name {
  display: flex;
  align-items: center;
  gap: 5px;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name .check_area {
  background-image: url(../img/imported/check_off.svg);
  width: 18px;
  height: 19px;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item.on .model_inner .name .check_area {
  background-image: url(../img/imported/check_on.svg);
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name p {}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner p.num {
  /* font-family: Montserrat; */
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: -0.02em;
  color: #777777;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner p.num span {
  color: #e40321;
  /* font-family: Montserrat; */
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: -0.02em;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list {
  padding-left: 10px;
  padding-top: 10px;
  display: none;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item.on .lineup-list {
  display: block;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item:last-child {
  margin-bottom: 0;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item .name {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 142px;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item .name .check_area {
  flex-shrink: 0;
  background-image: url(../img/imported/check_off.svg);
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item.on .name .check_area {
  background-image: url(../img/imported/check_on.svg);
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num {}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num span {
  color: #e40321;
  /* font-family: Montserrat; */
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: -0.02em;
}

.estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num span.zero {
  color: #dedede;
}

.estimate-sec .estimate-cont .estimate-filter .btn-list {
  display: none;
}


/*  */

.estimate-sec .estimate-cont .estimate-list {
  flex-grow: 1;
  overflow-x: hidden;
}

.estimate-sec .estimate-cont .estimate-list .list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.estimate-sec .estimate-cont .estimate-list .list-top p.num {
  /* font-family: Montserrat; */
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  letter-spacing: -0.02em;
  color: #777777;
}

.estimate-sec .estimate-cont .estimate-list .list-top p.num span {
  font-weight: 700;
  color: #222222;
}

.estimate-sec .estimate-cont .estimate-list .list-top .sort_list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.estimate-sec .estimate-cont .estimate-list .list-top .sort_list .sort_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-list .list-top .sort_list .sort_item.on {
  font-weight: 700;
  color: #222222;
}

.estimate-sec .estimate-cont .estimate-list .list-top .sort_list p.bar {
  font-family: Noto Sans KR;
  font-size: 16px;
  font-weight: 250;
  line-height: 23.17px;
  letter-spacing: -0.02em;
  color: #aaaaaa;
}

.estimate-sec .estimate-cont .estimate-list .filter-select {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.estimate-sec .estimate-cont .estimate-list .filter-select p.select_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: -0.02em;
  color: #777777;
  flex-shrink: 0;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item {
  background: #f5f5f3;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 5px 10px;
  flex-shrink: 0;
  display: none;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item.on {
  display: flex;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: -0.02em;
  color: #777777;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item img {
  width: 10px;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-reset {
  border: 0.5px solid #aaaaaa;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 30px;
  gap: 10px;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-reset p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: -0.02em;
  color: #222222;
}

.estimate-sec .estimate-cont .estimate-list .filter-select .select-reset img {
  width: 15px;
}

.estimate-sec .estimate-cont .estimate-list .list-area {
  padding-bottom: 120px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list {
  margin-top: 30px;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 60px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner {
  text-align: center;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner img {
  width: 60px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner p.txt1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #777777;
  margin-top: 20px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .reset_filter {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  background: #777777;
  margin: 20px auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .reset_filter p,
.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .submit_inquiry p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20.72px;
  color: white;
}

.estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .submit_inquiry {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  background: #e40321;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: 0.5s;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item:hover {
  transform: translate(0, -5px);
  box-shadow: 2px 4px 16px #00000029;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner {
  position: relative;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .tag-list {
  display: flex;
  gap: 5px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .exciseTax {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  background: white;
  border: 1px solid #f44336;
  box-sizing: border-box;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .exciseTax p {
  color: #f44336;
  font-size: 12px;
  font-weight: 700;
  line-height: 17.38px;
  letter-spacing: -0.03em;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm01 {
  background: #f44336;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm02 {
  background: #4caf50;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm05 {
  background: #8bc34a;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm06 {
  background: #2196f3;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm p {
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 17.38px;
  letter-spacing: -0.03em;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner img.car_img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model_box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model_box p.info_quantity {
  color: var(--A1, #E40321);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.39px;
  word-break: keep-all;
  flex-shrink: 0;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model {
  display: flex;
  align-items: center;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model img {
  width: 33px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model p {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.54px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner p.lineup {
  margin-top: 5px;
  padding-bottom: 10px;
  color: var(--C7, #777);
  border-bottom: 1px dotted #dedede;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  box-sizing: border-box;
  /* height: 44px; */
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price {
  margin-top: 13px;
  padding-bottom: 15px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row:last-child {
  margin-bottom: 0;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_title {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  word-break: keep-all;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num {
  color: var(--title-, #222);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  word-break: keep-all;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num strong {
  color: var(--title-, #222);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num.rent_num {}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn {
  border: 1px solid #dedede;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  border: 1px solid var(--CA, #aaa);
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn:hover {
  border-color: black;
  background: black;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn p {
  font-size: 14px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: #222222;
  transition: 0.5s;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn:hover p {
  color: white;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  border-radius: 150px;
  background: var(--title-, #222);
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
}

.estimate-sec .item_inner .compare_box {
  margin-top: 20px;
  padding: 17px 0;
  border-top: 1px dotted #dedede;
}

.estimate-sec .item_inner .compare_box .compare-btn {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

.estimate-sec .item_inner .compare_box .compare-btn span.img1 {
  width: 15px;
  height: 15px;
  background-image: url(../img/imported/ico_add.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.estimate-sec .item_inner .compare_box .compare-btn span.txt1 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn:hover {}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn p {
  color: #fff;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.39px;
  transition: 0.5s;
}

.estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn:hover p {
  color: white;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn2 {
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn2 img {
  width: 25px;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn p {
  color: #aaaaaa;
  /* font-family: Montserrat; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21875;
  letter-spacing: -0.02em;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn.on {
  background: #e40321;
  border-radius: 100%;
}

.estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn.on p {
  font-weight: 700;
  color: white;
}

/* 차량 비교하기 */

.compare-sec {
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 1s;
  transform: translateY(244px);
  position: fixed;
  bottom: 0;
  z-index: 11;
}

.compare-sec.on {
  transform: translateY(0);
}

.compare-sec button.onoff-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 46px;
  padding-top: 14px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
  margin: 0 auto;
  position: relative;
  color: var(--Text-Main, #222);
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  box-shadow: 0px -15px 25px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../img/common/ico_select_up.svg);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #fff;
  background-size: 12px 8px;
}

.compare-sec button.onoff-btn.on {
  display: flex;
}

.compare-sec.on button.onoff-btn {
  padding-top: 0;
  font-size: 0;
  height: 23px;
  background-image: url(../img/common/ico_select_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 12px 8px;
}

.container .compare-sec .list_box {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: -5px -10px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1;
  position: relative;
}

.container .compare-sec.on .list_box {
  height: 100%;
}

.container .compare-sec .list_box>.inner {
  width: 1390px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.compare-sec .btn-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.compare-sec .btn-box .empty-btn {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 20px;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.compare-sec .btn-box .empty-btn span {}

.compare-sec .btn-box .empty-btn img {
  margin-right: 7px;
}

.compare-sec .btn-box .compare-go-btn {
  height: 40px;
  padding: 7px 40px;
  border-radius: 100px;
  background: var(--title-, #222);
  color: #fff;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.26px;
}

.compare-sec .btn-box .compare-go-btn img {}

.compare-sec .compare-list {
  position: relative;
  margin-top: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.compare-sec .compare-list .list {
  position: relative;
  width: 340px;
  height: 144px;
}

.compare-sec .compare-list .list .add {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  border-radius: 30px 0px 0px 0px;
  border: 1px solid var(--cd, #dedede);
}

.compare-sec .compare-list .list .empty {
  height: 100%;
  border-radius: 30px 0px 0px 0px;
  border: 1px dashed var(--cd, #dedede);
}

.compare-sec .compare-list .img-box {}

.compare-sec .compare-list .img-box img {
  width: 106px;
}

.compare-sec .compare-list .txt-box {
  width: 190px;
  padding-right: 20px;
}

.compare-sec .compare-list .txt-box .brand-box {
  display: flex;
  align-items: center;
}

.compare-sec .compare-list .txt-box .brand-box .brand-ico {
  width: 40px;
}

.compare-sec .compare-list .txt-box .brand-box .model {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 24px */
  letter-spacing: -0.3px;
  word-break: keep-all;
}

.compare-sec .compare-list .txt-box .trim-box {}

.compare-sec .compare-list .txt-box .trim-box .trim {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.26px;
  word-break: break-all;
}

.compare-sec .compare-list .txt-box .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.compare-sec .compare-list .txt-box .price-box .tit {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.26px;
}

.compare-sec .compare-list .txt-box .price-box .price {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.26px;
}

.compare-sec .compare-list .txt-box .price-box .price span.price-nm {
  font-weight: 700;
  margin-right: 3px;
}

.compare-sec .compare-list button.add-btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.compare-sec .compare-list button.add-btn img {
  width: 20px;
  height: 20px;
}

.compare-sec .compare-list button.add-btn p {
  color: var(--c7, #777);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.26px;
  margin-top: 20px;
}

.compare-sec .compare-list button.delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--cd, #dedede);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 빠른상담 팝업 */
.consult_popup {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: white;
  border-radius: 10px;
  border: 1px solid #dedede;
  box-shadow: 5px 10px 30px 0px #00000033;
  padding: 30px 20px;
  box-sizing: border-box;
  width: 260px;
  z-index: 1;
  display: none;
}

.consult_popup p.title_txt {
  font-family: Noto Sans KR;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: -0.02em;
  text-align: center;
  color: #222222;
  margin-bottom: 19px;
}

.consult_popup p.title_txt span {
  color: #e40321;
  font-weight: 700;
}

.consult_popup .input_box {
  margin-bottom: 11px;
}

.consult_popup .input_box p {
  font-family: Noto Sans KR;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.448333333333333;
  letter-spacing: -0.05em;
  color: #222222;
  margin-bottom: 4px;
}

.consult_popup .input_box p span.yellow {
  color: #e40321;
}

.consult_popup .input_box p span.grey {
  color: #777777;
  font-weight: 400;
}

.consult_popup .input_box input {
  border: 0.76px solid #dedede;
  padding: 8px 15px;
  border-radius: 4px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.219166666666667;
  letter-spacing: -0.02em;
  color: #777777;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.consult_popup .input_box .title-box {
  position: relative;
}

.consult_popup .input_box .title-box h2 {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.219166666666667;
  letter-spacing: -0.02em;
  color: #222222;
  border: 0.76px solid #dedede;
  padding: 8px 15px;
  border-radius: 3.82px;
  box-sizing: border-box;
  background-image: url(../img/imported/down_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  cursor: pointer;
}

.consult_popup .input_box .title-box .select-list {
  border: 0.76px solid #dedede;
  border-top: none;
  background: white;
  border-radius: 0 0 3.82px 3.82px;
  position: absolute;
  width: 100%;
  top: calc(100% - 2px);
  box-sizing: border-box;
  display: none;
}

.consult_popup .input_box .title-box.on .select-list {
  display: block;
}

.consult_popup .input_box .title-box .select-list .list-item {
  padding: 8px 15px;
  cursor: pointer;
}

.consult_popup .input_box .title-box .select-list .list-item p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.219166666666667;
  letter-spacing: -0.02em;
  color: #222222;
  margin-bottom: 0;
}

.consult_popup .input_box .title-box .select-list .list-item.on p {
  color: #e40321;
}

.consult_popup .input_box textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0.76px solid #dedede;
  border-radius: 3.82px;
  padding: 8px 15px;
  height: 75px;
  resize: none;
  outline: none;
  font-family: Noto Sans KR;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.448333333333333;
  letter-spacing: -0.02em;
  color: #aaaaaa;
}

.consult_popup .input_box .agree-box {}

.consult_popup .agree-box {
  display: flex;
  gap: 3px;
  cursor: pointer;
  align-items: center;
}

.consult_popup .agree-box .check_area {
  background-image: url(../img/imported/agree_off.svg);
  width: 13.76px;
  height: 13.76px;
  background-repeat: no-repeat;
  background-size: cover;
}

.consult_popup .agree-box.on .check_area {
  background-image: url(../img/imported/agree_on.svg);
}

.consult_popup .agree-box p {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.361666666666667;
  letter-spacing: -0.05em;
  color: #222222;
}

.consult_popup .agree-box a {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.361666666666667;
  letter-spacing: -0.05em;
  color: #3d67fd;
  text-decoration: underline;
}

.consult_popup .submit_btn {
  height: 60px;
  background: #e40321;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}

.consult_popup .submit_btn p {
  font-family: Noto Sans KR;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.447857142857143;
  letter-spacing: -0.05em;
  color: #f6f6ff;
}

/*  */

.routeBox {
  background: transparent;
}

.routeBox a {
  color: #AAA;
}

.routeBox a.current {
  color: white;
}

.container section.imported {
  padding: 0;
  background: white;
}

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

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

.container {
  background: #0D0D0D;
}

.container section.comparePop {
  position: fixed;
  width: 1280px;
  padding: 0;
  background: #fff;
}

.container section.comparePop .inner {
  width: auto;
  height: 90vh;
  padding: 70px 30px;
  position: relative;
  /* overflow-y: auto; */
}

.container section.comparePop .inner .btnClose {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.container section.comparePop .inner .btnClose img {
  width: 100%;
}

.container section.comparePop .compareBox {
  border: 1px solid var(--cd, #dedede);
  padding: 40px 60px;
}

.container section.comparePop .compareBox>p.tit {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 138.889% */
}

.container section.comparePop .compareBox .moveBox {
  margin-top: 35.5px;
  display: flex;
}

.container section.comparePop .compareBox .moveBox button {
  margin-left: 5px;
  border-radius: 100px;
  display: flex;
  height: 43px;
  padding: 5px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--cd, #dedede);
  color: #777;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.container section.comparePop .compareBox .moveBox button:first-child {
  margin-left: 0;
}

.container section.comparePop .compareBox .moveBox button:hover {
  border-radius: 100px;
  border: 1px solid var(--A1, #e40321);
  color: #e40321;
  transition: all 0.5s;
}

.compareList-box {}

.compareList {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  height: calc(90vh - 289px);
  overflow-y: auto;
}

.compareList .list {
  width: 24.1%;
}

.compareList .add {}

.compareList .add .addBox {
  position: relative;
  background: #f9f9f9;
  height: 408px;
  padding: 24px 10px 20px;
}

.compareList .add .addBox .txtBox {
  display: block;
  border-radius: unset;
  border: none;
  padding: unset;
  margin-top: unset;
}

.compareList .add .addBox .imgBox {
  display: flex;
  justify-content: center;
  margin: 17px 0;
}

.compareList .addBox .imgBox img {
  width: 200px;
}

.compareList .addBox {}

.compareList .addBox .txtBox .brandBox {
  display: flex;
  align-items: center;
}

.compareList .addBox .brandBox .brand-ico {
  width: 34px;
}

.compareList .addBox .brandBox .model {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-left: 3px;
}

.compareList .addBox .trimBox {
  position: relative;
  width: 100%;
  margin-top: 4.2px;
  z-index: 1;
}

.compareList .addBox .trimBox.on {
  z-index: 2;
}

.compareList .addBox .trimBox:first-child {
  margin-top: 0;
}

.compareList .addBox .trimBox .selectBox {
  z-index: 2;
}

.compareList .addBox .trimBox .selectBox .selectbtn {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0px 8.55px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--cd, #dedede);
  /* 187.5% */
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.33px;
  background: url(../img/common/ico_option_arrow_down.svg) no-repeat center right 12px;
  background-color: #fff;
  background-size: 8px 8px;
  margin-left: 0;
  padding-right: 25px;
  text-align: left;
}

.compareList .addBox .trimBox.on .selectBox .selectbtn {
  background: url(../img/common/ico_option_arrow_up.svg) no-repeat center right 12px;
  background-color: #fff;
  background-size: 8px 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid var(--cd, #dedede);
  border-bottom: none;
}

.compareList .addBox .trimBox .selectBox .selectList {
  display: none;
  flex-direction: column;
}

.compareList .addBox .trimBox.on .selectBox .selectList {
  display: flex;
  width: 100%;
  position: absolute;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.compareList .addBox .trimBox .selectBox .selectList button {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0px 8.55px;
  justify-content: flex-start;
  align-items: center;
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 0;
  background: #fff;
  text-align: left;
}

.compareList .addBox .trimBox.on .selectBox .selectList button {
  border-radius: 0;
  border-left: 1px solid var(--cd, #dedede);
  border-right: 1px solid var(--cd, #dedede);
}

.compareList .addBox .trimBox.on .selectBox .selectList button:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid var(--cd, #dedede);
}

.compareList .addBox .trimBox.on .selectBox .selectList button:hover {
  color: var(--title-, #222);
  font-weight: 700;
}

.compareList .addBox .price-box {
  height: 62px;
}

.compareList .addBox .price-box>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.compareList .addBox .price-box .tit {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.compareList .addBox .price-box .price {
  color: var(--title-, #222);
  text-align: right;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}

.compareList .addBox .price-box .price .price-nm {}

.compareList .addBox .estimateBtn {
  display: flex;
  width: 100%;
  height: 47px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 128px;
  background: var(--title-, #222);
  color: #fff;
  margin-top: 17px;
}

.compareList .addBox .estimateBtn p {
  color: #FFF;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}

.compareList .addBox .deleteBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
}

.compareList .addBox .deleteBtn img {
  width: 100%;
}

.compareList .infoBox {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--cd, #dedede);
}

.compareList .infoBox .info {}

.compareList .infoBox .info .tit {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--title-, #222);
}

.compareList .infoBox .info dl {
  padding-bottom: 60px;
}

.compareList .infoBox .info:last-child dl {
  padding-bottom: 0;
}

.compareList .infoBox .info dl dt {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-top: 20px;
}

.compareList .infoBox .info dl dt.dot::before {
  content: '•';
  color: #000;
  width: 2px;
  margin-left: 9px;
  margin-right: 9px;
}

.compareList .infoBox .info dl dd {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.compareList .infoBox .info dl dd button {
  width: 13px;
  height: 13px;
  background-image: url(../img/imported/ico_que.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  margin-left: 5px;
}

.compareList .infoBox .info dl dd p {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.compareList .infoBox .info.optInfo dl dd p {
  /* align-items: baseline; */
}

.compareList .infoBox .info.optInfo dl dd p.red {
  color: #E40321;
}

.compareList .infoBox .info dl dd p.none {
  color: var(--A1, #E40321);
}

.compareList .infoBox .info dl dd p.on {
  color: var(--A1, #e40321);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}

.compareList .infoBox .info dl dd p.off {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.compareList .infoBox .info dl dd p.up::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 6px 11px 6px;
  border-color: transparent transparent #e20714 transparent;
  margin-right: 5px;
}

.compareList .infoBox .info dl dd p.down::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0px 6px;
  border-color: #3e67ff transparent transparent transparent;
  margin-right: 5px;
}


.compareList .empty {
  border: 2px dashed var(--cd, #dedede);
  height: 408px;
}

.compareList .empty .add-btn {
  width: 100%;
  height: 100%;
}

.compareList .empty .add-btn img {}

.compareList .empty .add-btn p {
  color: var(--c7, #777);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  letter-spacing: -0.26px;
  margin-top: 20px;
}

/* 비교차량 팝업 */
.layerPop.compareCar {
  padding: 30px;
  padding-top: 70px;
  width: 1280px;
  background: #fff;
  position: fixed;
}

.layerPop.compareCar .inner {
  border: 1px solid #dedede;
  padding: 40px 60px;
  position: relative;
}

.layerPop.compareCar button.btnClose {
  width: 22px;
  height: 22px;
  top: -35px;
}

.layerPop.compareCar button.btnClose img {
  width: 100%;
}

.layerPop.compareCar .titBox {
  flex-direction: row;
  padding-top: 0;
}

.layerPop.compareCar .titBox .tit1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.layerPop.compareCar .carType {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}

.layerPop.compareCar .carType button {
  width: 100%;
  height: 60px;
  color: #777;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  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;
  padding-right: 1px;
  padding-left: 1px;
  padding-top: 1px;
}

.layerPop.compareCar .carType button.on {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid transparent;
  padding: 0;
  color: var(--title-, #222);
  font-weight: 700;
}

.layerPop.compareCar .brandList {
  /* display: flex;
  justify-content: center; */
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cd, #dedede);
  overflow: hidden;
}

.layerPop.compareCar .brandList .swiperBox {
  margin-bottom: 10px;
}

.layerPop.compareCar .brandList .swiper-slide {
  width: 110px;
  height: 100px;
}

.layerPop.compareCar .brandList button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
  box-sizing: border-box;
}

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

.layerPop.compareCar .brandList button .brand {
  display: flex;
  align-items: center;
  height: 40px;
}

.layerPop.compareCar .brandList button .brand img {
  height: 100%;
}

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

.layerPop.compareCar .brandList button:last-child {
  justify-content: center;
}

.layerPop.compareCar .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% */
}

.layerPop.compareCar .carList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.layerPop.compareCar .carList .swiperBox {
  overflow: hidden;
}

.layerPop.compareCar .carList .swiper-slide {
  width: 211px;
  height: 210px;
}

.layerPop.compareCar .carList button {
  display: flex;
  flex-direction: column;
  padding: 34px 3px 0 36px;
  width: 211px;
  height: 150px;
  background: var(--cf5_, #f5f5f3);
  margin-left: 10px;
  margin-top: 30px;
}

.layerPop.compareCar .carList button:first-child,
.layerPop.compareCar .carList button:nth-child(6n) {
  margin-left: 0;
}

.layerPop.compareCar .carList button.on {
  background: var(--A1, #e40321);
}

.layerPop.compareCar .carList button:hover {
  background: var(--A1, #e40321);
  transition: all 0.3s ease;
}

.layerPop.compareCar .carList button .modelBox p {
  color: var(--c7, #777);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 144.444% */
  text-align: left;
}

.layerPop.compareCar .carList button.on .modelBox p {
  color: var(--cf, #fff);
}

.layerPop.compareCar .carList button:hover .modelBox p {
  color: var(--cf, #fff);
  transition: all 0.3s ease;
}

.layerPop.compareCar .carList button .modelBox .txt1 {}

.layerPop.compareCar .carList button .modelBox .txt2 {
  color: var(--title-, #222);
  font-weight: 700;
  word-break: break-all;
}

.layerPop.compareCar .carList button img {
  width: 100%;
  height: auto;
  margin-top: 7px;
}

.layerPop.compareCar button.btnAdd {
  display: flex;
  width: 291px;
  height: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 150px;
  background: var(--title-, #222);
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
}

.layerPop.compareCar .carListScrollbar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: #fff;
  border-radius: 500px;
  margin-bottom: -10px;
}

.layerPop.compareCar .carListScrollbar .swiper-scrollbar-drag {
  background: var(--cd, #dedede);
}

.layerPop.compareCar .brandListScrollbar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: #fff;
  border-radius: 500px;
  margin-bottom: -10px;
}

.layerPop.compareCar .brandListScrollbar .swiper-scrollbar-drag {
  background: var(--cd, #dedede);
}

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

@media (max-width:1320px) and (min-width: 721px) {
  .header {
    background: transparent;
  }

  section .inner {
    padding: 0;
  }

  .kv {
    margin: 0 auto;
    max-width: 145.45vw;
    height: 71.97vw;
    background-image: url(../img/imported/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;
  }

  .estimate-sec {
    padding-top: 7.58vw;
    /* padding-bottom: 6.82vw; */
  }

  .estimate-sec .estimate_top {
    text-align: center;
  }

  .estimate-sec .estimate_top p.txt1 {
    font-size: 3.64vw;
    font-weight: 700;
    line-height: 5.27vw;
    letter-spacing: -0.02em;
    color: #222222;
  }

  .estimate-sec .estimate_top p.txt2 {
    font-size: 1.36vw;
    font-weight: 400;
    line-height: 2.18vw;
    letter-spacing: -0.02em;
    color: #222222;
  }

  .estimate-sec .estimate-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.41vw;
  }

  .estimate-sec .estimate-sort .filter-top {
    display: flex;
    align-items: center;
  }

  .estimate-sec .estimate-sort .filter-top .detail_find_btn {
    display: flex;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .estimate-sec .estimate-sort .filter-top .detail_find_btn img {
    margin-right: 0.38vw;
    width: 1.36vw;
  }

  .estimate-sec .estimate-sort .filter-top .num {
    display: flex;
    align-items: center;
    margin-left: 4.17vw;
  }

  .estimate-sec .estimate-sort .filter-top .num p {
    display: flex;
    align-items: center;
    color: var(--c7, #777);
    text-align: right;
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .estimate-sec .estimate-sort .filter-top .num p span {
    color: var(--A1, #e40321);
    font-weight: 700;
    margin-left: 0.38vw;
  }

  .estimate-sec .estimate-sort .filter-top .num img {
    margin-left: 0.38vw;
    cursor: pointer;
    width: 1.33vw;
  }

  .estimate-sec .estimate-sort .list-top {
    display: flex;
    align-items: center;
  }

  .estimate-sec .estimate-sort .list-top a.filter-show-btn {
    display: none;
  }

  .estimate-sec .estimate-sort .list-top .soldout_box {
    display: flex;
    align-items: center;
    margin-right: 0.76vw;
  }

  .estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn {
    display: flex;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn span {
    display: flex;
    align-items: center;
    width: 1.67vw;
    height: 1.06vw;
    border: 0.08vw solid #dedede;
    border-radius: 7.58vw;
    margin-right: 1.06vw;
    position: relative;
  }

  .estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn span::before {
    content: "";
    width: 1.36vw;
    height: 1.36vw;
    border: 0.08vw solid #dedede;
    background: #f5f5f3;
    border-radius: 100%;
    position: absolute;
    top: -0.23vw;
    left: -0.61vw;
    transition: all 1.5s;
  }

  .estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn.on span {
    border: 0.08vw solid #e40321;
    background: #e40321;
    position: relative;
  }

  .estimate-sec .estimate-sort .list-top .soldout_box .soldout_btn.on span::before {
    content: "";
    border: 0.08vw solid #e40321;
    background: #fff;
    top: -0.23vw;
    left: 0.83vw;
    transition: all 1.5s;
  }

  .estimate-sec .estimate-sort .list-top .selectBox {
    position: relative;
    width: 7.88vw;
  }

  .estimate-sec .estimate-sort .list-top .selectBox button.selectbtn {
    display: flex;
    width: 100%;
    height: 3.03vw;
    padding: 0vw 1.52vw;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.38vw;
    border: 0.08vw solid #fff;
    /* 428.571% */
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.27vw;
    /* 187.5% */
    letter-spacing: -0.02vw;
    background: url(../img/common/ico_select_down.svg) no-repeat center right 1.52vw;
    background-color: #fff;
    background-size: 0.91vw 0.61vw;
    margin-left: 0;
  }

  .estimate-sec .estimate-sort .list-top .selectBox.on button.selectbtn {
    background: url(../img/common/ico_select_up.svg) no-repeat center right 1.52vw;
    background-color: #fff;
    background-size: 0.91vw 0.61vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0.08vw solid var(--cd, #dedede);
    border-bottom: none;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList {
    display: none;
    flex-direction: column;
  }

  .estimate-sec .estimate-sort .list-top .selectBox.on .selectList {
    display: flex;
    width: 100%;
    position: absolute;
    border-top: 0;
    border-bottom-left-radius: 0.38vw;
    border-bottom-right-radius: 0.38vw;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList button {
    display: flex;
    width: 100%;
    height: 3.03vw;
    padding: 0vw 1.52vw;
    justify-content: space-between;
    align-items: center;
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.55vw;
    margin-left: 0;
    background: #fff;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList button.on {
    font-weight: bold;
  }

  .estimate-sec .estimate-sort .list-top .selectBox.on .selectList button {
    border-radius: 0;
    border-left: 0.08vw solid var(--cd, #dedede);
    border-right: 0.08vw solid var(--cd, #dedede);
  }

  .estimate-sec .estimate-sort .list-top .selectBox.on .selectList button:last-child {
    border-bottom-left-radius: 0.38vw;
    border-bottom-right-radius: 0.38vw;
    border-bottom: 0.08vw solid var(--cd, #dedede);
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList button:hover {
    color: var(--title-, #222);
    font-weight: 700;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList p.bar {
    display: none;
  }

  .estimate-sec .estimate-cont {
    display: flex;
    gap: 3.03vw;
    margin-top: 1.21vw;
    padding-top: 2.27vw;
    border-top: 0.08vw solid #dddddd;
  }

  .estimate-sec .estimate-cont .estimate-filter {
    /* border: 0.08vw solid #dedede; */
    box-sizing: border-box;
    padding: 0 2.27vw 3.03vw;
    flex-shrink: 0;
    background: white;
    width: 21.21vw;
    height: fit-content;
    border-radius: 1.52vw;
  }

  /* .estimate-sec .estimate-cont .estimate-filter.on {
  position: sticky;
  cursor: pointer;
  max-height: 5vw;
  overflow: hidden;
  top: 12.88vw;
  padding-top: 1.52vw;
  padding-bottom: 1.52vw;
} */

  .estimate-sec .estimate-cont .estimate-filter .filter-inner {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.08vw solid #222222;
    padding-bottom: 0.91vw;
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-filter.on .filter-inner .filter-top {
    border-bottom: none;
    padding-bottom: 1.52vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top p.title {
    font-size: 1.36vw;
    font-weight: 700;
    line-height: 1.97vw;
    letter-spacing: -0.02em;
    color: #222222;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num {
    display: flex;
    gap: 0.76vw;
    align-items: center;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num p {
    font-size: 1.21vw;
    font-weight: 500;
    line-height: 1.48vw;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num p span {
    color: #e40321;
    font-weight: 700;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num img {
    height: 1.14vw;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type {
    padding: 1.52vw 0;
    border-bottom: 0.08vw solid #dedede;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title {
    font-size: 1.06vw;
    font-weight: 700;
    line-height: 1.7vw;
    letter-spacing: -0.02em;
    color: #222222;
    position: relative;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title:after {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    width: 1.06vw;
    height: 0.15vw;
    transform: translateY(-50%);
    right: 0;
    background: #222;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title.on:before {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    width: 0.15vw;
    height: 1.06vw;
    right: 0.45vw;
    background: #222;
    transform: translateY(-50%);
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list {
    margin-top: 0.76vw;
    display: grid;
    gap: 0.38vw;
    grid-template-columns: 1fr 1fr;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item {
    display: flex;
    align-items: center;
    gap: 0.45vw;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item .check_area {
    background-image: url(../img/imported/filter_off.svg);
    width: 1.36vw;
    height: 1.44vw;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item.on .check_area {
    background-image: url(../img/imported/filter_on.svg);
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item p {
    color: #222222;

    font-size: 1.06vw;
    font-weight: 400;
    line-height: 1.7vw;
    letter-spacing: -0.02em;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item p span {
    /* font-family: Montserrat; */
    font-size: 1.06vw;
    font-weight: 400;
    line-height: 1.7vw;
    letter-spacing: -0.02em;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.period_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list {
    grid-template-columns: 1fr;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item {
    margin-bottom: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left {
    display: flex;
    align-items: center;
    gap: 0.45vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left .check_area {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left p {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner p.brand_num {
    /* font-family: Montserrat; */
    font-size: 1.06vw;
    font-weight: 500;
    line-height: 1.29vw;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item.on .item_inner p.brand_num {
    display: block;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner p.brand_num span {
    /* font-family: Montserrat; */
    font-size: 1.06vw;
    font-weight: 500;
    line-height: 1.29vw;
    letter-spacing: -0.02em;
    color: #e40321;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list {
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item.on .model-list {
    display: block;
    margin-top: 0.38vw;
    background: #fafafa;
    padding: 1.52vw;
    box-sizing: border-box;
    cursor: default;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item {
    margin-bottom: 0.38vw;
    cursor: pointer;
    display: block;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item:last-child {
    margin-bottom: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name {
    display: flex;
    align-items: center;
    gap: 0.38vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name .check_area {
    background-image: url(../img/imported/check_off.svg);
    width: 1.36vw;
    height: 1.44vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item.on .model_inner .name .check_area {
    background-image: url(../img/imported/check_on.svg);
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name p {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner p.num {
    /* font-family: Montserrat; */
    font-size: 1.06vw;
    font-weight: 500;
    line-height: 1.29vw;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner p.num span {
    color: #e40321;
    /* font-family: Montserrat; */
    font-size: 1.06vw;
    font-weight: 500;
    line-height: 1.29vw;
    letter-spacing: -0.02em;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list {
    padding-left: 0.76vw;
    padding-top: 0.76vw;
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item.on .lineup-list {
    display: block;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.38vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item:last-child {
    margin-bottom: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item .name {
    display: flex;
    gap: 0.38vw;
    align-items: center;
    width: 10.76vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item .name .check_area {
    flex-shrink: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item.on .name .check_area {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num span {
    color: #e40321;
    /* font-family: Montserrat; */
    font-size: 1.06vw;
    font-weight: 500;
    line-height: 1.29vw;
    letter-spacing: -0.02em;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num span.zero {
    color: #dedede;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list {
    display: none;
  }


  /*  */

  .estimate-sec .estimate-cont .estimate-list {
    flex-grow: 1;
    overflow-x: hidden;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top p.num {
    /* font-family: Montserrat; */
    font-size: 1.36vw;
    font-weight: 500;
    line-height: 1.66vw;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top p.num span {
    font-weight: 700;
    color: #222222;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top .sort_list {
    display: flex;
    align-items: center;
    gap: 0.38vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top .sort_list .sort_item {
    font-size: 1.21vw;
    font-weight: 400;
    line-height: 1.76vw;
    letter-spacing: -0.02em;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top .sort_list .sort_item.on {
    font-weight: 700;
    color: #222222;
  }

  .estimate-sec .estimate-cont .estimate-list .list-top .sort_list p.bar {
    font-family: Noto Sans KR;
    font-size: 1.21vw;
    font-weight: 250;
    line-height: 1.76vw;
    letter-spacing: -0.02em;
    color: #aaaaaa;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 0.76vw;
    flex-wrap: wrap;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select p.select_title {
    font-size: 1.21vw;
    font-weight: 400;
    line-height: 1.76vw;
    letter-spacing: -0.02em;
    color: #777777;
    flex-shrink: 0;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-list {
    display: flex;
    align-items: center;
    gap: 0.76vw;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item {
    background: #f5f5f3;
    align-items: center;
    justify-content: center;
    gap: 0.76vw;
    cursor: pointer;
    padding: 0.38vw 0.76vw;
    flex-shrink: 0;
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item.on {
    display: flex;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item p {
    font-size: 1.06vw;
    font-weight: 400;
    line-height: 1.54vw;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-list .select-item img {
    width: 0.76vw;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-reset {
    border: 0.04vw solid #aaaaaa;
    box-sizing: border-box;
    border-radius: 0.38vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.27vw;
    height: 2.27vw;
    gap: 0.76vw;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-reset p {
    font-size: 1.06vw;
    font-weight: 400;
    line-height: 1.54vw;
    letter-spacing: -0.02em;
    color: #222222;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select .select-reset img {
    width: 1.14vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area {
    padding-bottom: 9.09vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list {
    margin-top: 2.27vw;
    border: 0.08vw solid #dedede;
    border-radius: 1.52vw;
    padding: 4.55vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner {
    text-align: center;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner img {
    width: 4.55vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner p.txt1 {
    font-size: 1.67vw;
    font-weight: 400;
    line-height: 2.05vw;
    letter-spacing: -0.02em;
    text-align: center;
    color: #777777;
    margin-top: 1.52vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .reset_filter {
    width: 22.73vw;
    height: 3.79vw;
    border-radius: 0.76vw;
    background: #777777;
    margin: 1.52vw auto 0.38vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .reset_filter p,
  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .submit_inquiry p {
    font-size: 1.06vw;
    font-weight: 700;
    line-height: 1.57vw;
    color: white;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .no_list .no_list_inner .submit_inquiry {
    width: 22.73vw;
    height: 3.79vw;
    border-radius: 0.76vw;
    background: #e40321;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list {
    margin-top: 2.27vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.27vw 2.27vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item {
    background: #f9f9f9;
    padding: 2.27vw;
    border-radius: 1.52vw;
    box-sizing: border-box;
    transition: 0.5s;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item:hover {
    transform: translate(0, -0.38vw);
    box-shadow: 0.15vw 0.3vw 1.21vw #00000029;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner {
    position: relative;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm {
    width: fit-content;
    padding: 0.38vw 0.76vw;
    border-radius: 0.38vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm01 {
    background: #f44336;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm02 {
    background: #4caf50;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm0 {
    background: #2196f3;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm.fuelNm05 {
    background: #8bc34a;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm p {
    color: white;
    font-size: 0.91vw;
    font-weight: 700;
    line-height: 1.32vw;
    letter-spacing: -0.03em;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner img.car_img {
    width: 15.15vw;
    margin: 0 auto;
    display: block;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model_box {
    margin-top: 2.27vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model {
    display: flex;
    align-items: center;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model img {
    width: 2.5vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner p.lineup {
    margin-top: 0.38vw;
    padding-bottom: 0.76vw;
    color: var(--C7, #777);
    border-bottom: 0.08vw dotted #dedede;
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
    box-sizing: border-box;
    /* height: 3.33vw; */
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price {
    margin-top: 0.98vw;
    padding-bottom: 1.14vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.76vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row:last-child {
    margin-bottom: 0;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_title {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num {
    color: var(--title-, #222);
    text-align: right;
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num strong {
    color: var(--title-, #222);
    text-align: right;
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num.rent_num {}

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn {
    border: 0.08vw solid #dedede;
    height: 4.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11.36vw;
    border: 0.08vw solid var(--CA, #aaa);
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn:hover {
    border-color: black;
    background: black;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn p {
    font-size: 1.06vw;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.02em;
    color: #222222;
    transition: 0.5s;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn:hover p {
    color: white;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn {
    height: 4.17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.38vw;
    border-radius: 11.36vw;
    background: var(--title-, #222);
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s;
  }

  .estimate-sec .item_inner .compare_box {
    margin-top: 1.52vw;
    padding: 1.29vw 0;
    border-top: 0.08vw dotted #dedede;
  }

  .estimate-sec .item_inner .compare_box .compare-btn {
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    gap: 0.38vw;
  }

  .estimate-sec .item_inner .compare_box .compare-btn span.img1 {
    width: 1.14vw;
    height: 1.14vw;
    background-image: url(../img/imported/ico_add.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .estimate-sec .item_inner .compare_box .compare-btn span.txt1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn:hover {}

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03vw;
    transition: 0.5s;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn:hover p {
    color: white;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list {
    margin-top: 6.06vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.52vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn2 {
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn2 img {
    width: 1.89vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn {
    width: 2.27vw;
    height: 2.27vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn p {
    color: #aaaaaa;
    /* font-family: Montserrat; */
    font-size: 1.21vw;
    font-weight: 400;
    line-height: 1.21875;
    letter-spacing: -0.02em;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn.on {
    background: #e40321;
    border-radius: 100%;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn.on p {
    font-weight: 700;
    color: white;
  }

  /* 차량 비교하기 */

  .compare-sec {
    width: 100%;
    border-top-left-radius: 3.79vw;
    border-top-right-radius: 3.79vw;
    transition: all 1s;
    transform: translateY(18.48vw);
    position: fixed;
    bottom: 0;
    z-index: 9;
  }

  .compare-sec.on {
    transform: translateY(0);
  }

  .compare-sec button.onoff-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 6.06vw;
    height: 3.48vw;
    padding-top: 1.06vw;
    border-top-left-radius: 1.52vw;
    border-top-right-radius: 1.52vw;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    color: var(--Text-Main, #222);
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.58vw */
    box-shadow: 0vw -1.14vw 1.89vw 0vw rgba(0, 0, 0, 0.2);
    background-image: url(../img/common/ico_select_up.svg);
    background-repeat: no-repeat;
    background-position: center 0.76vw;
    background-color: #fff;
    background-size: 0.91vw 0.61vw;
  }

  .compare-sec button.onoff-btn.on {
    display: flex;
  }

  .compare-sec.on button.onoff-btn {
    padding-top: 0;
    font-size: 0;
    height: 1.74vw;
    background-image: url(../img/common/ico_select_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 0.91vw 0.61vw;
  }

  .container .compare-sec .list_box {
    border-top-left-radius: 3.79vw;
    border-top-right-radius: 3.79vw;
    box-shadow: -0.38vw -0.76vw 2.27vw 0vw rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 1;
    position: relative;
  }

  .container .compare-sec.on .list_box {
    height: 100%;
  }

  .container .compare-sec .list_box>.inner {
    /* width: 105.3vw; */
    margin: 0 auto;
    padding-bottom: 2.27vw;
    width: 96.97vw;
  }

  .compare-sec .btn-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.52vw;
  }

  .compare-sec .btn-box .empty-btn {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 1.52vw;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.58vw */
    letter-spacing: -0.02vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .compare-sec .btn-box .empty-btn span {}

  .compare-sec .btn-box .empty-btn img {
    margin-right: 0.53vw;
    width: 1.06vw;
  }

  .compare-sec .btn-box .compare-go-btn {
    height: 3.03vw;
    padding: 0.53vw 3.03vw;
    border-radius: 7.58vw;
    background: var(--title-, #222);
    color: #fff;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 1.58vw */
    letter-spacing: -0.02vw;
  }

  .compare-sec .btn-box .compare-go-btn img {}

  .compare-sec .compare-list {
    position: relative;
    margin-top: 0.76vw;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.76vw;
  }

  .compare-sec .compare-list .list {
    position: relative;
    /* width: 25.76vw; */
    height: 10.91vw;
    width: calc(25% - 0.57vw);
    flex-shrink: 0;
  }

  .compare-sec .compare-list .list .add {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0.76vw;
    border-radius: 2.27vw 0vw 0vw 0vw;
    border: 0.08vw solid var(--cd, #dedede);
    gap: 1.52vw;
  }

  .compare-sec .compare-list .list .empty {
    height: 100%;
    border-radius: 2.27vw 0vw 0vw 0vw;
    border: 0.08vw dashed var(--cd, #dedede);
  }

  .compare-sec .compare-list .img-box {}

  .compare-sec .compare-list .img-box img {
    width: 8.03vw;
  }

  .compare-sec .compare-list .txt-box {
    width: 14.39vw;
    padding-right: 1.52vw;
  }

  .compare-sec .compare-list .txt-box .brand-box {
    display: flex;
    align-items: center;
  }

  .compare-sec .compare-list .txt-box .brand-box .brand-ico {
    width: 3.03vw;
  }

  .compare-sec .compare-list .txt-box .brand-box .model {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 1.82vw */
    letter-spacing: -0.02vw;
  }

  .compare-sec .compare-list .txt-box .trim-box {}

  .compare-sec .compare-list .txt-box .trim-box .trim {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.58vw */
    letter-spacing: -0.02vw;
    word-break: break-all;
  }

  .compare-sec .compare-list .txt-box .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.76vw;
  }

  .compare-sec .compare-list .txt-box .price-box .tit {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.58vw */
    letter-spacing: -0.02vw;
  }

  .compare-sec .compare-list .txt-box .price-box .price {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  .compare-sec .compare-list .txt-box .price-box .price span.price-nm {
    font-weight: 700;
    margin-right: 0.23vw;
  }

  .compare-sec .compare-list button.add-btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .compare-sec .compare-list button.add-btn img {
    width: 1.52vw;
    height: 1.52vw;
  }

  .compare-sec .compare-list button.add-btn p {
    color: var(--c7, #777);
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.58vw */
    letter-spacing: -0.02vw;
    margin-top: 1.52vw;
  }

  .compare-sec .compare-list button.delete-btn {
    position: absolute;
    top: 0.76vw;
    right: 0.76vw;
    width: 1.21vw;
    height: 1.21vw;
    border: 0.08vw solid var(--cd, #dedede);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 빠른상담 팝업 */
  .consult_popup {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2.27vw;
    background: white;
    border-radius: 0.76vw;
    border: 0.08vw solid #dedede;
    box-shadow: 0.38vw 0.76vw 2.27vw 0vw #00000033;
    padding: 2.27vw 1.52vw;
    box-sizing: border-box;
    width: 19.7vw;
    z-index: 1;
    display: none;
  }

  .consult_popup p.title_txt {
    font-family: Noto Sans KR;
    font-size: 1.21vw;
    font-weight: 400;
    line-height: 1.4375;
    letter-spacing: -0.02em;
    text-align: center;
    color: #222222;
    margin-bottom: 1.44vw;
  }

  .consult_popup p.title_txt span {
    color: #e40321;
    font-weight: 700;
  }

  .consult_popup .input_box {
    margin-bottom: 0.83vw;
  }

  .consult_popup .input_box p {
    font-family: Noto Sans KR;
    font-size: 0.91vw;
    font-weight: 700;
    line-height: 1.448333333333333;
    letter-spacing: -0.05em;
    color: #222222;
    margin-bottom: 0.3vw;
  }

  .consult_popup .input_box p span.yellow {
    color: #e40321;
  }

  .consult_popup .input_box p span.grey {
    color: #777777;
    font-weight: 400;
  }

  .consult_popup .input_box input {
    border: 0.06vw solid #dedede;
    padding: 0.61vw 1.14vw;
    border-radius: 0.3vw;
    font-family: Montserrat;
    font-size: 0.91vw;
    font-weight: 400;
    line-height: 1.219166666666667;
    letter-spacing: -0.02em;
    color: #777777;
    outline: none;
    width: 100%;
    box-sizing: border-box;
  }

  .consult_popup .input_box .title-box {
    position: relative;
  }

  .consult_popup .input_box .title-box h2 {
    font-family: Montserrat;
    font-size: 0.91vw;
    font-weight: 700;
    line-height: 1.219166666666667;
    letter-spacing: -0.02em;
    color: #222222;
    border: 0.06vw solid #dedede;
    padding: 0.61vw 1.14vw;
    border-radius: 0.29vw;
    box-sizing: border-box;
    background-image: url(../img/imported/down_arrow_black.svg);
    background-repeat: no-repeat;
    background-position: right 0.91vw center;
    background-size: 0.76vw;
    cursor: pointer;
  }

  .consult_popup .input_box .title-box .select-list {
    border: 0.06vw solid #dedede;
    border-top: none;
    background: white;
    border-radius: 0 0 0.29vw 0.29vw;
    position: absolute;
    width: 100%;
    top: calc(100% - 0.15vw);
    box-sizing: border-box;
    display: none;
  }

  .consult_popup .input_box .title-box.on .select-list {
    display: block;
  }

  .consult_popup .input_box .title-box .select-list .list-item {
    padding: 0.61vw 1.14vw;
    cursor: pointer;
  }

  .consult_popup .input_box .title-box .select-list .list-item p {
    font-family: Montserrat;
    font-size: 0.91vw;
    font-weight: 700;
    line-height: 1.219166666666667;
    letter-spacing: -0.02em;
    color: #222222;
    margin-bottom: 0;
  }

  .consult_popup .input_box .title-box .select-list .list-item.on p {
    color: #e40321;
  }

  .consult_popup .input_box textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0.06vw solid #dedede;
    border-radius: 0.29vw;
    padding: 0.61vw 1.14vw;
    height: 5.68vw;
    resize: none;
    outline: none;
    font-family: Noto Sans KR;
    font-size: 0.91vw;
    font-weight: 400;
    line-height: 1.448333333333333;
    letter-spacing: -0.02em;
    color: #aaaaaa;
  }

  .consult_popup .input_box .agree-box {}

  .consult_popup .agree-box {
    display: flex;
    gap: 0.23vw;
    cursor: pointer;
    align-items: center;
  }

  .consult_popup .agree-box .check_area {
    background-image: url(../img/imported/agree_off.svg);
    width: 1.04vw;
    height: 1.04vw;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .consult_popup .agree-box.on .check_area {
    background-image: url(../img/imported/agree_on.svg);
  }

  .consult_popup .agree-box p {
    font-family: Noto Sans;
    font-size: 0.91vw;
    font-weight: 400;
    line-height: 1.361666666666667;
    letter-spacing: -0.05em;
    color: #222222;
  }

  .consult_popup .agree-box a {
    font-family: Noto Sans;
    font-size: 0.91vw;
    font-weight: 400;
    line-height: 1.361666666666667;
    letter-spacing: -0.05em;
    color: #3d67fd;
    text-decoration: underline;
  }

  .consult_popup .submit_btn {
    height: 4.55vw;
    background: #e40321;
    border-radius: 0.38vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.52vw;
    cursor: pointer;
  }

  .consult_popup .submit_btn p {
    font-family: Noto Sans KR;
    font-size: 1.06vw;
    font-weight: 700;
    line-height: 1.447857142857143;
    letter-spacing: -0.05em;
    color: #f6f6ff;
  }

  /*  */

  .routeBox {
    background: transparent;
  }

  .routeBox a {
    color: #AAA;
  }

  .routeBox a.current {
    color: white;
  }

  .container section.imported {
    padding: 0;
    background: white;
  }

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

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

  .container {
    background: #0D0D0D;
  }

  .container section.comparePop {
    position: fixed;
    width: 96.97vw;
    padding: 0;
    background: #fff;
  }

  .container section.comparePop .inner {
    width: auto;
    height: 90vh;
    padding: 5.3vw 2.27vw;
    position: relative;
    /* overflow-y: auto; */
  }

  .container section.comparePop .inner .btnClose {
    width: 1.67vw;
    height: 1.67vw;
    position: absolute;
    right: 2.27vw;
    top: 2.27vw;
  }

  .container section.comparePop .inner .btnClose img {
    width: 100%;
  }

  .container section.comparePop .compareBox {
    border: 0.08vw solid var(--cd, #dedede);
    padding: 3.03vw 4.55vw;
  }

  .container section.comparePop .compareBox>p.tit {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.89vw;
    /* 138.889% */
  }

  .container section.comparePop .compareBox .moveBox {
    margin-top: 2.69vw;
    display: flex;
  }

  .container section.comparePop .compareBox .moveBox button {
    margin-left: 0.38vw;
    border-radius: 7.58vw;
    display: flex;
    height: 3.26vw;
    padding: 0.38vw 2.27vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.76vw;
    border: 0.08vw solid var(--cd, #dedede);
    color: #777;
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.89vw;
  }

  .container section.comparePop .compareBox .moveBox button:first-child {
    margin-left: 0;
  }

  .container section.comparePop .compareBox .moveBox button:hover {
    border-radius: 7.58vw;
    border: 0.08vw solid var(--A1, #e40321);
    color: #e40321;
    transition: all 0.5s;
  }

  .compareList-box {}

  .compareList {
    margin-top: 2.27vw;
    display: flex;
    justify-content: space-between;
    height: calc(90vh - 21.89vw);
    overflow-y: auto;
  }

  .compareList .list {
    width: 24.1%;
  }

  .compareList .add {}

  .compareList .add .addBox {
    position: relative;
    background: #f9f9f9;
    height: 30.91vw;
    padding: 1.82vw 0.76vw 1.52vw;
  }

  .compareList .add .addBox .txtBox {
    display: block;
    border-radius: unset;
    border: none;
    padding: unset;
    margin-top: unset;
  }

  .compareList .add .addBox .imgBox {
    display: flex;
    justify-content: center;
    margin: 1.29vw 0;
  }

  .compareList .addBox .imgBox img {
    width: 15.15vw;
  }

  .compareList .addBox {}

  .compareList .addBox .txtBox .brandBox {
    display: flex;
    align-items: center;
  }

  .compareList .addBox .brandBox .brand-ico {
    width: 2.58vw;
  }

  .compareList .addBox .brandBox .model {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04vw;
    margin-left: 0.23vw;
  }

  .compareList .addBox .trimBox {
    position: relative;
    width: 100%;
    margin-top: 0.32vw;
    z-index: 1;
  }

  .compareList .addBox .trimBox.on {
    z-index: 2;
  }

  .compareList .addBox .trimBox:first-child {
    margin-top: 0;
  }

  .compareList .addBox .trimBox .selectBox {
    z-index: 2;
  }

  .compareList .addBox .trimBox .selectBox .selectbtn {
    display: flex;
    width: 100%;
    height: 2.27vw;
    padding: 0vw 0.65vw;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.38vw;
    border: 0.08vw solid var(--cd, #dedede);
    /* 187.5% */
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
    background: url(../img/common/ico_option_arrow_down.svg) no-repeat center right 0.91vw;
    background-color: #fff;
    background-size: 0.61vw 0.61vw;
    margin-left: 0;
    padding-right: 1.89vw;
    text-align: left;
  }

  .compareList .addBox .trimBox.on .selectBox .selectbtn {
    background: url(../img/common/ico_option_arrow_up.svg) no-repeat center right 0.91vw;
    background-color: #fff;
    background-size: 0.61vw 0.61vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0.08vw solid var(--cd, #dedede);
    border-bottom: none;
  }

  .compareList .addBox .trimBox .selectBox .selectList {
    display: none;
    flex-direction: column;
  }

  .compareList .addBox .trimBox.on .selectBox .selectList {
    display: flex;
    width: 100%;
    position: absolute;
    border-top: 0;
    border-bottom-left-radius: 0.38vw;
    border-bottom-right-radius: 0.38vw;
  }

  .compareList .addBox .trimBox .selectBox .selectList button {
    display: flex;
    width: 100%;
    height: 2.27vw;
    padding: 0vw 0.65vw;
    justify-content: flex-start;
    align-items: center;
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 0;
    background: #fff;
    text-align: left;
  }

  .compareList .addBox .trimBox.on .selectBox .selectList button {
    border-radius: 0;
    border-left: 0.08vw solid var(--cd, #dedede);
    border-right: 0.08vw solid var(--cd, #dedede);
  }

  .compareList .addBox .trimBox.on .selectBox .selectList button:last-child {
    border-bottom-left-radius: 0.38vw;
    border-bottom-right-radius: 0.38vw;
    border-bottom: 0.08vw solid var(--cd, #dedede);
  }

  .compareList .addBox .trimBox.on .selectBox .selectList button:hover {
    color: var(--title-, #222);
    font-weight: 700;
  }

  .compareList .addBox .price-box {
    height: 4.7vw;
  }

  .compareList .addBox .price-box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.76vw;
  }

  .compareList .addBox .price-box .tit {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 0.91vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .compareList .addBox .price-box .price {
    color: var(--title-, #222);
    text-align: right;
    font-family: Pretendard;
    font-size: 0.91vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .compareList .addBox .price-box .price .price-nm {}

  .compareList .addBox .estimateBtn {
    display: flex;
    width: 100%;
    height: 3.56vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 9.7vw;
    background: var(--title-, #222);
    color: #fff;
    margin-top: 1.29vw;
  }

  .compareList .addBox .estimateBtn p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.91vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.03vw;
  }

  .compareList .addBox .deleteBtn {
    position: absolute;
    top: 0.76vw;
    right: 0.76vw;
    width: 1.06vw;
    height: 1.06vw;
  }

  .compareList .addBox .deleteBtn img {
    width: 100%;
  }

  .compareList .infoBox {
    margin-top: 2.27vw;
    padding: 2.27vw;
    border: 0.08vw solid var(--cd, #dedede);
  }

  .compareList .infoBox .info {}

  .compareList .infoBox .info .tit {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04vw;
    padding-bottom: 0.76vw;
    border-bottom: 0.08vw solid var(--title-, #222);
  }

  .compareList .infoBox .info dl {
    padding-bottom: 4.55vw;
  }

  .compareList .infoBox .info:last-child dl {
    padding-bottom: 0;
  }

  .compareList .infoBox .info dl dt {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02vw;
    margin-top: 1.52vw;
  }

  .compareList .infoBox .info dl dt.dot::before {
    content: '•';
    color: #000;
    width: 0.15vw;
    margin-left: 0.68vw;
    margin-right: 0.68vw;
  }

  .compareList .infoBox .info dl dd {
    display: flex;
    justify-content: space-between;
    margin-top: 1.21vw;
  }

  .compareList .infoBox .info dl dd button {
    width: 0.98vw;
    height: 0.98vw;
    background-image: url(../img/imported/ico_que.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin-left: 0.38vw;
  }

  .compareList .infoBox .info dl dd p {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .compareList .infoBox .info.optInfo dl dd p {
    /* align-items: baseline; */
  }

  .compareList .infoBox .info.optInfo dl dd p.red {
    color: #E40321;
  }

  .compareList .infoBox .info dl dd p.none {
    color: var(--A1, #E40321);
  }

  .compareList .infoBox .info dl dd p.on {
    color: var(--A1, #e40321);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04vw;
  }

  .compareList .infoBox .info dl dd p.off {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02vw;
  }

  .compareList .infoBox .info dl dd p.up::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0vw 0.45vw 0.83vw 0.45vw;
    border-color: transparent transparent #e20714 transparent;
    margin-right: 0.38vw;
  }

  .compareList .infoBox .info dl dd p.down::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.83vw 0.45vw 0vw 0.45vw;
    border-color: #3e67ff transparent transparent transparent;
    margin-right: 0.38vw;
  }


  .compareList .empty {
    border: 0.15vw dashed var(--cd, #dedede);
    height: 30.91vw;
  }

  .compareList .empty .add-btn {
    width: 100%;
    height: 100%;
  }

  .compareList .empty .add-btn img {
    width: 3.03vw;
  }

  .compareList .empty .add-btn p {
    color: var(--c7, #777);
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.58vw */
    letter-spacing: -0.02vw;
    margin-top: 1.52vw;
  }

  /* 비교차량 팝업 */
  .layerPop.compareCar {
    padding: 2.27vw;
    padding-top: 5.3vw;
    width: 96.97vw;
    background: #fff;
    position: fixed;
  }

  .layerPop.compareCar .inner {
    border: 0.08vw solid #dedede;
    padding: 3.03vw 4.55vw;
    position: relative;
  }

  .layerPop.compareCar button.btnClose {
    width: 1.67vw;
    height: 1.67vw;
    top: -2.65vw;
  }

  .layerPop.compareCar button.btnClose img {
    width: 100%;
  }

  .layerPop.compareCar .titBox {
    flex-direction: row;
    padding-top: 0;
  }

  .layerPop.compareCar .titBox .tit1 {
    font-size: 2.27vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }

  .layerPop.compareCar .carType {
    display: flex;
    margin: 0 auto;
    margin-top: 2.27vw;
  }

  .layerPop.compareCar .carType button {
    width: 100%;
    height: 4.55vw;
    color: #777;
    text-align: center;
    font-family: Pretendard;
    font-size: 0.91vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.55vw;
    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;
    padding-right: 0.08vw;
    padding-left: 0.08vw;
    padding-top: 0.08vw;
  }

  .layerPop.compareCar .carType button.on {
    border-top: 0.15vw solid #000;
    border-right: 0.15vw solid #000;
    border-left: 0.15vw solid #000;
    border-bottom: 0.15vw solid transparent;
    padding: 0;
    color: var(--title-, #222);
    font-weight: 700;
  }

  .layerPop.compareCar .brandList {
    /* display: flex;
  justify-content: center; */
    margin-top: 2.27vw;
    padding-bottom: 1.52vw;
    border-bottom: 0.08vw solid var(--cd, #dedede);
    overflow: hidden;
  }

  .layerPop.compareCar .brandList .swiperBox {
    margin-bottom: 0.76vw;
  }

  .layerPop.compareCar .brandList .swiper-slide {
    width: 8.33vw;
    height: 7.58vw;
  }

  .layerPop.compareCar .brandList button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.76vw 0;
    box-sizing: border-box;
  }

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

  .layerPop.compareCar .brandList button .brand {
    display: flex;
    align-items: center;
    height: 3.03vw;
  }

  .layerPop.compareCar .brandList button .brand img {
    height: 100%;
  }

  .layerPop.compareCar .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% */
  }

  .layerPop.compareCar .brandList button:last-child {
    justify-content: center;
  }

  .layerPop.compareCar .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% */
  }

  .layerPop.compareCar .carList {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .layerPop.compareCar .carList .swiperBox {
    overflow: hidden;
  }

  .layerPop.compareCar .carList .swiper-slide {
    width: 15.98vw;
    height: 15.91vw;
  }

  .layerPop.compareCar .carList button {
    display: flex;
    flex-direction: column;
    padding: 2.58vw 0.23vw 0 2.73vw;
    width: 15.98vw;
    height: 11.36vw;
    background: var(--cf5_, #f5f5f3);
    margin-left: 0.76vw;
    margin-top: 2.27vw;
  }

  .layerPop.compareCar .carList button:first-child,
  .layerPop.compareCar .carList button:nth-child(6n) {
    margin-left: 0;
  }

  .layerPop.compareCar .carList button.on {
    background: var(--A1, #e40321);
  }

  .layerPop.compareCar .carList button:hover {
    background: var(--A1, #e40321);
    transition: all 0.3s ease;
  }

  .layerPop.compareCar .carList button .modelBox p {
    color: var(--c7, #777);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    /* 144.444% */
    text-align: left;
  }

  .layerPop.compareCar .carList button.on .modelBox p {
    color: var(--cf, #fff);
  }

  .layerPop.compareCar .carList button:hover .modelBox p {
    color: var(--cf, #fff);
    transition: all 0.3s ease;
  }

  .layerPop.compareCar .carList button .modelBox .txt1 {}

  .layerPop.compareCar .carList button .modelBox .txt2 {
    color: var(--title-, #222);
    font-weight: 700;
    word-break: break-all;
  }

  .layerPop.compareCar .carList button img {
    width: 100%;
    height: auto;
    margin-top: 0.53vw;
  }

  .layerPop.compareCar button.btnAdd {
    display: flex;
    width: 22.05vw;
    height: 4.17vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 11.36vw;
    background: var(--title-, #222);
    color: #fff;
    margin: 0 auto;
    margin-top: 3.03vw;
  }

  .layerPop.compareCar .carListScrollbar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0.76vw;
    background: #fff;
    border-radius: 37.88vw;
    margin-bottom: -0.76vw;
  }

  .layerPop.compareCar .carListScrollbar .swiper-scrollbar-drag {
    background: var(--cd, #dedede);
  }

  .layerPop.compareCar .brandListScrollbar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0.76vw;
    background: #fff;
    border-radius: 37.88vw;
    margin-bottom: -0.76vw;
  }

  .layerPop.compareCar .brandListScrollbar .swiper-scrollbar-drag {
    background: var(--cd, #dedede);
  }
}

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

@media (max-width: 720px) {

  .kv {
    margin: 0 auto;
    height: 118.06vw;
    background-image: url(../img/imported/bg_kv_mo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

  .kv .inner {
    width: 100%;
  }

  .kv .viewBox {
    padding: 0 6.94vw;
  }

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

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

  .kv .viewBox .txtBox .txt2 {
    font-size: 3.61vw;
    line-height: 5.56vw;
    margin-top: 2.78vw;
  }

  .container section.imported {
    padding: 0 6.94vw;
  }

  .estimate-sec {
    padding-top: 16.67vw;
  }

  .estimate-sec .estimate_top p.txt1 {
    font-size: 8.33vw;
    line-height: 8.33vw;
  }

  .estimate-sec .estimate_top p.txt2 {
    font-size: 4.17vw;
    line-height: 200%;
  }

  .estimate-sec .estimate-sort {
    margin-top: 4.17vw;
  }

  .estimate-sec .estimate-sort .filter-top .detail_find_btn {
    font-size: 3.61vw;
    letter-spacing: -0.07vw;
  }

  .estimate-sec .estimate-sort .filter-top .detail_find_btn img {
    width: 3.95vw;
    margin-right: 1.39vw;
  }

  .estimate-sec .estimate-sort .filter-top .num {
    margin-left: 1.39vw;
  }

  .estimate-sec .estimate-sort .filter-top .num p {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  .estimate-sec .estimate-sort .filter-top .num img {
    margin-left: 0.88vw;
    width: 3.84vw;
  }

  .estimate-sec .estimate-sort .list-top {
    width: 100%;
    justify-content: space-between;
    height: 19.44vw;
    padding: 0vw 5.56vw;
    background: #FFF;
    border-radius: 2.78vw;
    box-shadow: 1.39vw 1.39vw 4.17vw 0vw rgba(0, 0, 0, 0.10);
  }

  .estimate-sec .estimate-sort .list-top a.filter-show-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.11vw;
    gap: 1.39vw;
    border-radius: 2.78vw;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 3.33vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.07vw;
    background: var(--N-MERI-POINT, #EE3A23);
    padding: 0 4.17vw;
  }

  .estimate-sec .estimate-sort .list-top a.filter-show-btn img {
    width: 3.92vw;
    height: 3.33vw;
  }

  .estimate-sec .estimate-sort .list-top .selectBox {
    width: auto;
  }

  .estimate-sec .estimate-sort .list-top .selectBox button.selectbtn {
    display: none;
  }

  .estimate-sec .estimate-sort .list-top .selectBox.on button.selectbtn {}

  .estimate-sec .estimate-sort .list-top .selectBox .selectList {
    display: flex;
    flex-direction: row;
    gap: 0.69vw;
    align-items: center;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList button {
    padding: 0;
    width: auto;
    height: auto;
    color: var(--Text-Sub2, #AAA);
    font-family: Pretendard;
    font-size: 3.89vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08vw;
    display: block;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList button.on {
    color: var(--Text-Main, #222);
    border: none;
  }

  .estimate-sec .estimate-sort .filter-top {
    display: none;
  }

  .estimate-sec .estimate-sort .list-top .selectBox .selectList p.bar {
    display: block;
    color: var(--Text-Sub2, #AAA);
    font-family: Pretendard;
    font-size: 3.89vw;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-sort .list-top .selectBox.on .selectList {
    width: auto;
    position: relative;
    border-radius: 0;
  }

  .estimate-sec .estimate-cont {
    margin-top: 0;
    padding-top: 4.17vw;
    gap: 0;
    border: none;
  }

  .estimate-sec .estimate-cont .estimate-list .filter-select {
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area {
    padding-bottom: 15.69vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 8.33vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item {
    padding: 7.36vw;
    border-radius: 4.91vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm p {
    font-size: 3.33vw;
    letter-spacing: -0.1vw;
    line-height: normal;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .fuelNm {
    height: 9.72vw;
    padding: 0 3.33vw;
    border-radius: 27.78vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner img.car_img {
    width: 71.55vw;
    margin: 4.91vw auto;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model {
    margin: 0;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model img {
    width: auto;
    height: 8.33vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .model p {
    font-size: 4.17vw;
    letter-spacing: -0.13vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner p.lineup {
    margin-top: 1.23vw;
    padding-bottom: 2.45vw;
    font-size: 3.61vw;
    letter-spacing: -0.11vw;
    height: auto;
    word-break: break-all;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price {
    margin-top: 2.45vw;
    padding-bottom: 4.91vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row {
    margin-bottom: 2.45vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_title {
    font-size: 3.61vw;
    letter-spacing: -0.11vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num,
  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .price .row p.price_num strong {
    font-size: 4.17vw;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn {
    height: 13.89vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn {
    height: 13.89vw;
    margin-top: 2.78vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .submit_btn p,
  .estimate-sec .estimate-cont .estimate-list .list-area .filtered-list .filtered_item .item_inner .estimate_btn p {
    font-size: 3.61vw;
    letter-spacing: -0.11vw;
    line-height: normal;
  }

  .estimate-sec .item_inner .compare_box {
    margin-top: 4.91vw;
    padding: 3.36vw 0;
  }

  .estimate-sec .item_inner .compare_box .compare-btn {
    gap: 1.23vw;
  }

  .estimate-sec .item_inner .compare_box .compare-btn span.img1 {
    width: 5.56vw;
    height: 5.56vw;
  }

  .estimate-sec .item_inner .compare_box .compare-btn span.txt1 {
    font-size: 4.17vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list {
    margin: 6.94vw auto 0;
    gap: 0;
    justify-content: space-between;
    width: auto;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn p {
    font-size: 3.61vw;
    line-height: 3.33vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn {
    width: 5.56vw;
    height: 5.56vw;
  }

  .estimate-sec .estimate-cont .estimate-list .list-area .page_list .page_btn2 img {
    width: 5.56vw;
    display: block;
  }

  .compare-sec {
    left: 0;
    border-top-left-radius: 6.94vw;
    border-top-right-radius: 6.94vw;
    transform: translateY(134.72vw);
    bottom: 0;
  }

  .compare-sec.on {}

  .compare-sec button.onoff-btn {
    width: 15.89vw;
    height: 10.33vw;
    border-top-left-radius: 2.5vw;
    border-top-right-radius: 2.5vw;
    background-size: 2.08vw 1.39vw;
    font-size: 3.06vw;
    font-weight: 700;
    padding-top: 2.08vw;
    box-shadow: -0.69vw -1.39vw 4.17vw 0vw rgba(0, 0, 0, 0.20);
  }

  .compare-sec button.onoff-btn.on {}

  .compare-sec.on button.onoff-btn {
    height: 5.19vw;
    background-size: 2.08vw 1.39vw;
  }

  .container .compare-sec .list_box {
    box-shadow: none;
    border-radius: 6.94vw 6.94vw 0vw 0vw;
  }

  .container .compare-sec.on .list_box {
    box-shadow: -0.69vw -1.39vw 4.17vw 0vw rgba(0, 0, 0, 0.20);
  }

  .container .compare-sec .list_box>.inner {
    width: auto;
    padding: 0;
  }

  .compare-sec .btn-box {
    justify-content: space-between;
    padding: 4.17vw 6.94vw 2.78vw;
  }

  .compare-sec .btn-box .empty-btn {
    margin: 0;
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
    word-break: keep-all;
    gap: 1.39vw;
  }

  .compare-sec .btn-box .empty-btn span {}

  .compare-sec .btn-box .empty-btn img {
    width: 2.78vw;
    margin: 0;
  }

  .compare-sec .btn-box .compare-go-btn {
    height: 8.33vw;
    width: 28.06vw;
    padding: 0;
    border-radius: 13.89vw;
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
    box-sizing: border-box;
  }

  .compare-sec .btn-box .compare-go-btn img {}

  .compare-sec .compare-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.78vw;
    margin-top: 1.39vw;
    height: auto;
    padding: 0 6.94vw 4.17vw;
  }

  .compare-sec .compare-list .list {
    width: 41.67vw;
    height: 55.56vw;
    box-sizing: border-box;
  }

  .compare-sec .compare-list .list .add {
    padding: 4.17vw 4.17vw 4.17vw 2.78vw;
    flex-direction: column;
    border-radius: 4.17vw 0vw 0vw 0vw;
    width: 100%;
  }

  .compare-sec .compare-list .list .empty {
    border-radius: 4.17vw 0vw 0vw 0vw;
    width: 100%;
  }

  .compare-sec .compare-list .img-box {}

  .compare-sec .compare-list .img-box img {
    width: 36.09vw;
  }

  .compare-sec .compare-list .txt-box {
    width: 100%;
    padding: 0;
  }

  .compare-sec .compare-list .txt-box .brand-box {
    gap: 0.98vw;
  }

  .compare-sec .compare-list .txt-box .brand-box .brand-ico {
    width: 9.8vw;
  }

  .compare-sec .compare-list .txt-box .brand-box .model {
    font-size: 4.17vw;
    letter-spacing: -0.08vw;
  }

  .compare-sec .compare-list .txt-box .trim-box {}

  .compare-sec .compare-list .txt-box .trim-box .trim {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  .compare-sec .compare-list .txt-box .price-box {
    margin-top: 1.63vw;
  }

  .compare-sec .compare-list .txt-box .price-box .tit {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  .compare-sec .compare-list .txt-box .price-box .price {
    font-size: 3.33vw;
    letter-spacing: -0.07vw;
  }

  .compare-sec .compare-list .txt-box .price-box .price span.price-nm {
    margin: 0;
  }

  .compare-sec .compare-list button.add-btn {}

  .compare-sec .compare-list button.add-btn img {
    width: 5.56vw;
    height: 5.56vw;
  }

  .compare-sec .compare-list button.add-btn p {
    margin-top: 2.78vw;
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  .compare-sec .compare-list button.delete-btn {
    width: 4.17vw;
    height: 4.17vw;
    top: 1.39vw;
    right: 1.39vw;
  }

  .container section.comparePop {
    width: 86.11vw;
  }

  .container section.comparePop .inner {
    padding: 9.72vw 0 0 4.17vw;
  }

  .container section.comparePop .inner .btnClose {
    width: 4.17vw;
    height: 4.17vw;
    top: 4.86vw;
    right: 4.86vw;
  }

  .container section.comparePop .inner .btnClose img {}

  .container section.comparePop .compareBox {
    padding: 0;
    border: none;
  }

  .container section.comparePop .compareBox>p.tit {
    font-size: 4.17vw;
    line-height: 3.47vw;
  }

  .container section.comparePop .compareBox .moveBox {
    margin-top: 6.6vw;
    gap: 0.69vw;
    overflow-x: scroll;
    padding: 0 4.17vw 1.39vw 0;
  }

  .container section.comparePop .compareBox .moveBox button {
    margin: 0;
    word-break: keep-all;
    height: 8.33vw;
    padding: 0 4.17vw;
    gap: 0;
    border-radius: 13.89vw;
    font-size: 3.06vw;
    line-height: 3.47vw;
  }

  .container section.comparePop .compareBox .moveBox button:first-child {}

  .container section.comparePop .compareBox .moveBox button:hover {}

  .compareList-box {}

  .compareList {
    margin-top: 2.78vw;
    justify-content: unset;
    gap: 1.39vw;
    overflow-x: scroll;
    height: calc(90vh - 42.08vw);
    padding-right: 4.17vw;
  }

  .compareList .list {
    width: 38.19vw;
    flex-shrink: 0;
  }

  .compareList .add {}

  .compareList .add .addBox {
    padding: 5.56vw 1.39vw 2.78vw;
    height: 90.83vw;
  }

  .compareList .add .addBox .txtBox {
    margin-top: 2.08vw;
  }

  .compareList .add .addBox .imgBox {}

  .compareList .addBox .imgBox img {
    width: 27.78vw;
  }

  .compareList .addBox {}

  .compareList .addBox .txtBox .brandBox {}

  .compareList .addBox .brandBox .brand-ico {
    width: 4.75vw;
  }

  .compareList .addBox .brandBox .model {
    font-size: 3.06vw;
    letter-spacing: -0.09vw;
  }

  .compareList .addBox .trimArea {
    margin-top: 1.39vw;
    height: 25.09vw;
  }

  .compareList .addBox .trimBox {
    margin-top: 1.39vw;
  }

  .compareList .addBox .trimBox.on {}

  .compareList .addBox .trimBox:first-child {}

  .compareList .addBox .trimBox .selectBox {}

  .compareList .addBox .trimBox .selectBox .selectbtn {
    padding: 2.08vw 2.78vw;
    height: auto;
    border-radius: 0.12vw;
    font-size: 2.5vw;
    line-height: 150%;
    letter-spacing: -0.07vw;
    background: url(../img/common/ico_option_arrow_down.svg) no-repeat center right 1.39vw;
    background-size: 1.39vw 1.85vw;
    background-color: #fff;
    word-break: break-all;
  }

  .compareList .addBox .trimBox.on .selectBox .selectbtn {
    background: url(../img/common/ico_option_arrow_up.svg) no-repeat center right 1.39vw;
    background-color: #fff;
    background-size: 1.39vw 1.85vw;
  }

  .compareList .addBox .trimBox .selectBox .selectList {
    max-height: 41.67vw;
    overflow-y: scroll;
  }

  .compareList .addBox .trimBox.on .selectBox .selectList {
    border-bottom-left-radius: 0.12vw;
    border-bottom-right-radius: 0.12vw;
  }

  .compareList .addBox .trimBox .selectBox .selectList button {
    padding: 2.08vw 2.78vw;
    height: auto;
    word-break: break-all;
    font-size: 2.5vw;
    line-height: 150%;
  }

  .compareList .addBox .trimBox.on .selectBox .selectList button {}

  .compareList .addBox .trimBox.on .selectBox .selectList button:last-child {}

  .compareList .addBox .trimBox.on .selectBox .selectList button:hover {}

  .compareList .addBox .price-box {
    margin-top: 2.57vw;
    height: 16.39vw;
    display: flex;
    flex-direction: column;
    gap: 2.78vw;
  }

  .compareList .addBox .price-box>div {
    margin: 0;
  }

  .compareList .addBox .price-box .tit {
    font-size: 3.06vw;
    letter-spacing: -0.09vw;
  }

  .compareList .addBox .price-box .price {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  .compareList .addBox .price-box .price .price-nm {}

  .compareList .addBox .estimateBtn {
    margin-top: 3.76vw;
    height: 11.11vw;
    width: 100%;
    border-radius: 17.81vw;
  }

  .compareList .addBox .estimateBtn p {
    font-size: 3.06vw;
    letter-spacing: -0.09vw;
  }

  .compareList .addBox .deleteBtn {
    width: 2.78vw;
    height: 2.78vw;
    top: 2.78vw;
    right: 2.43vw;
  }

  .compareList .addBox .deleteBtn img {}

  .compareList .infoBox {
    margin-top: 2.78vw;
    padding: 4.17vw;
  }

  .compareList .infoBox .info {}

  .compareList .infoBox .info .tit {
    font-size: 3.06vw;
    letter-spacing: -0.09vw;
    padding-bottom: 1.39vw;
  }

  .compareList .infoBox .info dl {
    padding-bottom: 8.33vw;
  }

  .compareList .infoBox .info:last-child dl {}

  .compareList .infoBox .info dl dt {
    margin-top: 2.78vw;
    font-size: 2.5vw;
    letter-spacing: -0.05vw;
  }

  .compareList .infoBox .info dl dt.dot::before {}

  .compareList .infoBox .info dl dd {
    margin-top: 2.78vw;
  }

  .compareList .infoBox .info dl dd button {
    width: 2.08vw;
    height: 2.08vw;
    margin-left: 0.56vw;
  }

  .compareList .infoBox .info dl dd p {
    font-size: 2.5vw;
    letter-spacing: -0.05vw;
    word-break: keep-all;
  }

  .compareList .infoBox .info.optInfo dl dd p {}

  .compareList .infoBox .info.optInfo dl dd p.red {}

  .compareList .infoBox .info dl dd p.none {}

  .compareList .infoBox .info dl dd p.on {}

  .compareList .infoBox .info dl dd p.off {}

  .compareList .infoBox .info dl dd p.up::before {
    border-width: 0vw 0.83vw 1.53vw 0.83vw;
    margin-right: 0.56vw;
  }

  .compareList .infoBox .info dl dd p.down::before {
    border-width: 1.53vw 0.83vw 0vw 0.83vw;
    margin-right: 0.56vw;
  }


  .compareList .empty {
    width: 100%;
    height: 56.67vw;
    border: 0.28vw dashed var(--cd, #dedede);
  }

  .compareList .empty .add-btn {}

  .compareList .empty .add-btn img {
    width: 5.56vw;
  }

  .compareList .empty .add-btn p {
    font-size: 2.5vw;
    margin-top: 2.78vw;
    letter-spacing: -0.05vw;
  }

  /* 비교차량 팝업 */
  .layerPop.compareCar {}

  .layerPop.compareCar .inner {}

  .layerPop.compareCar button.btnClose {}

  .layerPop.compareCar button.btnClose img {}

  .layerPop.compareCar .titBox {}

  .layerPop.compareCar .titBox .tit1 {}

  .layerPop.compareCar .carType {}

  .layerPop.compareCar .carType button {}

  .layerPop.compareCar .carType button.on {}

  .layerPop.compareCar .brandList {}

  .layerPop.compareCar .brandList .swiperBox {}

  .layerPop.compareCar .brandList .swiper-slide {}

  .layerPop.compareCar .brandList button {}

  .layerPop.compareCar .brandList button.on {}

  .layerPop.compareCar .brandList button .brand {}

  .layerPop.compareCar .brandList button .brand img {}

  .layerPop.compareCar .brandList button p {}

  .layerPop.compareCar .brandList button:last-child {}

  .layerPop.compareCar .brandList button span {}

  .layerPop.compareCar .carList {}

  .layerPop.compareCar .carList .swiperBox {}

  .layerPop.compareCar .carList .swiper-slide {}

  .layerPop.compareCar .carList button {}

  .layerPop.compareCar .carList button:first-child,
  .layerPop.compareCar .carList button:nth-child(6n) {}

  .layerPop.compareCar .carList button.on {}

  .layerPop.compareCar .carList button:hover {}

  .layerPop.compareCar .carList button .modelBox p {}

  .layerPop.compareCar .carList button.on .modelBox p {}

  .layerPop.compareCar .carList button:hover .modelBox p {}

  .layerPop.compareCar .carList button .modelBox .txt1 {}

  .layerPop.compareCar .carList button .modelBox .txt2 {}

  .layerPop.compareCar .carList button img {}

  .layerPop.compareCar button.btnAdd {}

  .layerPop.compareCar .carListScrollbar {}

  .layerPop.compareCar .carListScrollbar .swiper-scrollbar-drag {}

  .layerPop.compareCar .brandListScrollbar {}

  .layerPop.compareCar .brandListScrollbar .swiper-scrollbar-drag {}

  .container.white .footer .footFix {
    display: none;
  }

  .footer .footBottom .inner {
    padding-bottom: 6.94vw;
  }

  /* 모바일 필터 */

  .estimate-sec .estimate-cont .estimate-filter {
    box-sizing: border-box;
    background: white;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    height: 90vh;
    transition: 0.3s;
    transform: translate(100%, -50%);
    display: block;
    width: 83.33vw;
    padding: 5.56vw 0 0;
    border-radius: 2.78vw;
    border: 0.28vw solid #DEDEDE;
    box-shadow: 1.48vw 2.96vw 8.89vw 0vw rgba(0, 0, 0, 0.20);
  }

  .estimate-sec .estimate-cont .estimate-filter.on {
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont {
    overflow-y: scroll;
    height: calc(90vh - 36.48vw);
    width: 71.11vw;
    padding: 0;
    box-sizing: border-box;
    margin-left: 8.33vw;
    padding-right: 2.5vw;
    padding-bottom: 5.56vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont::-webkit-scrollbar {
    width: 1.94vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont::-webkit-scrollbar-thumb {
    background-color: #EE3A23;
    border-radius: 2.78vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont::-webkit-scrollbar-track {
    background-color: #dedede;
    border-radius: 2.78vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.14vw solid #222222;
    position: relative;
    width: 66.67vw;
    margin: 0 auto;
  }

  .estimate-sec .estimate-cont .estimate-filter.on .filter-inner .filter-top {
    padding: 0;
    height: 13.89vw;
    border-bottom: 0.28vw solid var(--Text-Main, #222);
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top p.title {
    color: var(--Text-Main, #222);
    font-family: Pretendard;
    font-size: 5.33vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.11vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top button.btn-popup-close {
    position: fixed;
    background: #fff;
    width: 5.56vw;
    height: 5.56vw;
    top: 5.29vw;
    right: 4.46vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top button.btn-popup-close img {
    width: 100%;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num {
    display: flex;
    gap: 1.39vw;
    align-items: center;
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num p {
    font-size: 2.22vw;
    font-weight: 500;
    line-height: 2.71vw;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num p span {
    color: #EE3A23;
    font-weight: 700;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-top .num img {
    height: 2.08vw;
    cursor: pointer;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type {
    padding: 5.56vw 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type:last-child {
    border-bottom: none;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title {
    font-family: Pretendard;
    font-size: 3.89vw;
    font-style: normal;
    line-height: 160%;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type p.type-title:after {
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list {
    margin-top: 2.78vw;
    gap: 1.39vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item {
    gap: 1.67vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item .check_area {
    width: 5vw;
    height: 5.28vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item.on .check_area {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item p {
    font-family: Montserrat;
    font-size: 3.89vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list .type-item p span {
    font-size: 4.15vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.period_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list {
    grid-template-columns: 1fr;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item {
    display: block;
    margin-bottom: 0.69vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left {
    display: flex;
    align-items: center;
    gap: 0.83vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left .check_area {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner .inner-left p {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner p.brand_num {
    display: none;
    font-size: 4.15vw;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #777777;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item.on .item_inner p.brand_num {
    display: block;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .item_inner p.brand_num span {
    font-size: 4.15vw;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #EE3A23;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list {
    display: none;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item.on .model-list {
    margin-top: 1.39vw;
    padding: 5.56vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item {
    margin-bottom: 1.39vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item:last-child {
    margin-bottom: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name {
    gap: 1.39vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name .check_area {
    width: 5vw;
    height: 5.28vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item.on .model_inner .name .check_area {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner .name p {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner p.num {
    font-size: 3.89vw;
    line-height: normal;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .model_inner p.num span {
    font-size: 3.89vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list {
    padding-left: 2.78vw;
    padding-top: 2.78vw;
    display: none;
    padding-bottom: 2.78vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item.on .lineup-list {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.67vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item:last-child {
    margin-bottom: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item .name {
    gap: 1.39vw;
    width: 40.83vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item .name .check_area {
    flex-shrink: 0;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item.on .name .check_area {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num {}

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num span {
    font-size: 3.89vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .filter-inner .filter-cont .filter-type .type-list.brand_list .type-item .model-list .model-item .lineup-list .lineup-item p.num span.zero {
    color: #dedede;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list {
    display: flex;
    height: 16.67vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 1.39vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list .filter-btn.reset-btn {
    background: #777777;
    border-radius: 0 0 0 2.78vw;
    width: 27.78vw;
    border-radius: 0vw 0vw 0vw 2.78vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list .filter-btn.set-btn {
    background: #EE3A23;
    width: 61.11vw;
    border-radius: 0vw 0vw 2.78vw 0vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list .filter-btn img {
    width: auto;
    height: 3.33vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list .filter-btn p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 3.33vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.07vw;
  }

  .estimate-sec .estimate-cont .estimate-filter .btn-list .filter-btn p span {
    color: black;
  }
}