@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (min-width: 330px) {
  html {
    font-size: 64.45%;
  }
}
@media (min-width: 340px) {
  html {
    font-size: 66.41%;
  }
}
@media (min-width: 350px) {
  html {
    font-size: 68.36%;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 70.31%;
  }
}
@media (min-width: 370px) {
  html {
    font-size: 72.27%;
  }
}
@media (min-width: 380px) {
  html {
    font-size: 74.22%;
  }
}
@media (min-width: 390px) {
  html {
    font-size: 76.17%;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 78.13%;
  }
}
@media (min-width: 410px) {
  html {
    font-size: 80.08%;
  }
}
@media (min-width: 420px) {
  html {
    font-size: 82.03%;
  }
}
@media (min-width: 430px) {
  html {
    font-size: 83.98%;
  }
}
@media (min-width: 435px) {
  html {
    font-size: 85%;
  }
}

/*맞춤견적*/
.section-segment-step {
  padding-bottom: 6.04rem;
}
.section-segment-step .article-step-3 .checkbox--wrap {
  margin-top: 2.84rem;
  align-items: start;
}
.section-segment-step .article-step-3 .checkbox--wrap:first-child {
  margin-top: 0;
}
.section-segment-step .article-step-3 .input--checkbox {
  width: 2.13rem;
  height: 2.13rem;
}
.section-segment-step .article-step-3 .input--checkbox:checked + .text .text-description {
  display: block;
  transform: translateY(0);
  animation: slideUp 0.7s ease forwards;
}
.section-segment-step .article-step-3 .input--label {
  padding-left: 1.07rem;
  font-weight: 700;
}
.section-segment-step .article-step-3 .text-description {
  display: none;
  margin-top: 0.36rem;
  padding-left: 1.07rem;
  font-size: 1.24rem;
  color: #E60012;
  transform: translateY(-0.89rem);
  opacity: 0;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(-0.89rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-segment-step {
  position: relative;
  height: 4.98rem;
}
.top-segment-step .top-inner {
  display: flex;
  height: 100%;
  padding: 0rem 1.78rem;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
  justify-content: center;
}
.top-segment-step .svg--x {
  position: absolute;
  right: 1.78rem;
  top: 1.6rem;
}
.top-segment-step .svg--arrow--left {
  position: absolute;
  left: 1.78rem;
  top: 1.42rem;
}
.top-segment-step .step-bar {
  position: relative;
  padding: 1.33rem 1.78rem;
  text-align: center;
}
.top-segment-step .step-bar > li > * {
  vertical-align: middle;
}
.top-segment-step .step-bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #F4F4F4;
  border-radius: 10px;
}
.top-segment-step .step-bar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #E60012;
  border-radius: 10px;
  transition: width 0.3s linear;
  z-index: 1;
}
.top-segment-step .step-bar.step-1:after {
  width: 33.333%;
}
.top-segment-step .step-bar.step-2:after {
  width: 66.666%;
}
.top-segment-step .step-bar.step-3:after {
  width: 100%;
}
.top-segment-step .step-bar [class^=title--step--] {
  margin-top: 0;
}

.list-segment-car {
  display: flex;
  border-top: 1px solid #D9D9D9;
}
.list-segment-car button {
  width: 100%;
  height: 4.27rem;
  padding-left: 1.78rem;
  font-size: 1.42rem;
  text-align: left;
  font-weight: 600;
}
.list-segment-car .depth1 {
  width: 11.02rem;
  background-color: #F9F9F9;
  height: calc(100dvh - 18.93rem);
  overflow-y: auto;
}
.list-segment-car .depth1 button {
  font-size: 1.24rem;
}
.list-segment-car .depth1 button.is--selected {
  color: #E60012;
  background-color: #FDE6E7;
}
.list-segment-car .depth2 {
  flex: 1;
  max-height: calc(100dvh - 18.93rem);
  overflow-y: auto;
}
.list-segment-car .depth2 button {
  padding: 0rem 1.78rem;
  align-items: center;
}
.list-segment-car .depth2 button.is--selected {
  color: #E60012;
}
.list-segment-car .depth2 .fold--content {
  margin-top: 0;
  background-color: #F4F4F4;
}
.list-segment-car .depth2 .fold--content button {
  border-top: 1px solid #D9D9D9;
}
.list-segment-car .depth2 .fold--content button.is--selected .svg--check {
  background-color: #E60012;
}
.list-segment-car .depth3 .svg--check {
  background-color: #C7C7C7;
}
.list-segment-car [class^=svg--] {
  width: 1.42rem;
  height: 1.42rem;
}

.section-segment-view {
  padding-bottom: 7.11rem;
}
.section-segment-view .car-box {
  position: relative;
}
.section-segment-view .car--name .bar {
  position: relative;
  margin-left: 1.42rem;
}
.section-segment-view .car--name .bar:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.71rem;
  top: 50%;
  width: 1px;
  height: 1.24rem;
  transform: translateY(-50%);
  background-color: #666666;
}
.section-segment-view .car-thumbnail {
  position: absolute;
  top: -4.44rem;
  right: -1.78rem;
  width: 13.87rem;
}
.section-segment-view .user-condition {
  margin-top: 2.13rem;
}
.section-segment-view .user-condition .condition-detail {
  padding-top: 1.07rem;
  margin-top: 1.07rem;
  border-top: 1px solid #D9D9D9;
}
.section-segment-view .user-condition .condition-detail > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.07rem;
}
.section-segment-view .user-condition .condition-detail .tit {
  width: 5.33rem;
  font-size: 1.24rem;
  color: #5B5B5B;
}
.section-segment-view .user-condition .condition-detail .cont {
  text-align: right;
  font-size: 1.24rem;
  color: #5B5B5B;
}
.section-segment-view .user-condition .condition-detail .cont .item {
  position: relative;
  display: inline-block;
  color: #8B8B8B;
  vertical-align: top;
}
.section-segment-view .user-condition .condition-detail .cont .tooltip--wrapper {
  position: relative;
  display: block;
  top: auto;
  bottom: 0;
  width: 13.33rem;
  padding: 0.71rem 1.07rem;
  background-color: #FFF4F5;
  border: none;
  font-weight: 400;
  z-index: 1;
}
.section-segment-view .user-condition .condition-detail .cont .tooltip--wrapper:before {
  display: none;
}
.section-segment-view .user-condition .condition-detail .cont .tooltip--wrapper.layer-repair-type1 {
  width: 13.33rem;
}
.section-segment-view .user-condition .condition-detail .cont .tooltip--wrapper.layer-repair-type2 {
  width: 17.78rem;
}
.section-segment-view .user-condition .condition-detail .cont .tooltip--wrapper.layer-repair-type3 {
  width: 13.33rem;
}
.section-segment-view .user-condition .condition-detail .cont .tooltip--wrapper.layer-repair-type4 {
  width: 13.33rem;
}
.section-segment-view .user-condition .condition-detail .cont .item + .item {
  position: relative;
  margin-left: 0.89rem;
}
.section-segment-view .user-condition .condition-detail .cont .item + .item:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.53rem;
  top: 50%;
  width: 1px;
  height: 1.24rem;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
.section-segment-view .user-condition .condition-detail .cont .active {
  color: #E60012;
  font-weight: 700;
}
.section-segment-view .user-condition .condition-detail .type-repair .active:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 0.444rem);
  left: 50%;
  width: 0.89rem;
  height: 0.89rem;
  transform: translateX(-50%) rotate(50deg) skew(10deg);
  background-color: #FFF4F5;
  border: none;
}
.section-segment-view .user-condition .box-benefit {
  border-radius: 1.07rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.section-segment-view .user-condition .box-benefit .tit {
  padding: 0.71rem 0rem;
  font-size: 1.24rem;
  font-weight: 700;
  background-color: #F4F4F4;
  text-align: center;
}
.section-segment-view .user-condition .box-benefit .cont {
  padding: 0.89rem 1.07rem;
}
.section-segment-view .user-condition .box-benefit .cont .highlight {
  position: relative;
  display: inline-block;
}
.section-segment-view .user-condition .box-benefit .cont .highlight:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.36rem;
  background-color: #E60012;
  opacity: 0.25;
}
.section-segment-view .info-detail-car > li {
  display: flex;
}
.section-segment-view .info-detail-car > li + li {
  margin-top: 0.36rem;
}
.section-segment-view .info-detail-car > li .tit {
  width: 5.33rem;
  font-size: 1.24rem;
  color: #5B5B5B;
}
.section-segment-view .info-detail-car > li .cont {
  flex: 1;
  font-size: 1.24rem;
}
.section-segment-view .info-benefit-member {
  display: flex;
  gap: 0.53rem;
  align-items: center;
  margin-top: 1.07rem;
}
.section-segment-view .info-benefit-member > li {
  flex: 1;
  padding: 1.78rem 0rem;
  border-radius: 1.07rem;
  background-color: #F3F6F8;
  text-align: center;
}
.section-segment-view .top-line {
  position: relative;
  margin-top: 3.56rem;
}
.section-segment-view .top-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1.78rem;
  width: 7.29rem;
  height: 1px;
  background-color: #B3B3B3;
}
.section-segment-view .pr-more {
  padding-right: 4.27rem;
}
.section-segment-view .pl-more {
  padding-left: 4.27rem;
}
.section-segment-view .table--basic td {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.section-segment-view .loading-wrap {
  position: relative;
  padding-block: 4.27rem;
}
.section-segment-view .loading-wrap .loading-white {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.section-segment-view .loading-wrap .loading-black {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.section-segment-view .loading-wrap .loading-circle {
  width: 2.6rem;
  height: 2.6rem;
  border: 0.4rem solid #D8D8D8;
  border-top: 0.4rem solid #E60012;
  border-radius: 100%;
  animation-name: spinCircle;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section-segment-view .has-scroll {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.71rem);
  transform: translateX(-50%);
  background-color: rgba(59, 59, 59, 0.7);
  border-radius: 100%;
  width: 2.84rem;
  height: 2.84rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-segment-view .check--list {
  display: grid;
  gap: 0.36rem;
}
.section-segment-view .check--list li {
  position: relative;
}
.section-segment-view .check--list li:has([class^=svg--]) {
  padding-left: 2.13rem;
}
.section-segment-view .check--list li:has([class^=svg--]) [class^=svg--] {
  position: absolute;
  left: 0;
  top: 0;
}
.section-segment-view .check--list li p {
  color: #5B5B5B;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  text-indent: -0.7em;
  margin-top: 0.36rem;
}

@keyframes spinCircle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
