@charset "UTF-8";
/* _mixins.scss
 =============== */
/*
* transition
* @include allTransition();
*/
/* 라운드-보더 */
/* color */
/* 라운드-배경색-그레이  */
/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 두 줄
* @include textEllipsisClamp;
*/
.icon-coin {
  background-image: url("../images/sub/icon-coin.svg");
}

.icon-car-front {
  background-image: url("../images/sub/icon-car-front.svg");
}

.icon-lease-percent {
  width: 4rem;
  height: 4rem;
  background: url("../images/sub/icon-lease-percent.svg") no-repeat 0 0;
}

.icon-lease-dc {
  width: 3.7rem;
  height: 3.7rem;
  background: url("../images/sub/icon-lease-dc.svg") no-repeat 0 0;
}

a,
button {
  font: inherit;
  color: inherit;
}

.mark-area {
  color: #888;
}

body {
  --vh: 1vh;
  --heightHeight: 13rem;
}

.car-intro .car-intro__cost .car-intro__cost-highlight {
  line-height: 34px;
}
.car-intro .car-intro__cost .car-intro__cost-highlight strong {
  font-size: 34px;
  vertical-align: middle;
  letter-spacing: -0.025em;
  margin-right: -0.075em;
}
.car-intro .car-intro__cost > span:before {
  display: none;
  -webkit-animation: none;
          animation: none;
}

.car-intro.type-new {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.car-intro.type-new .car-intro__name {
  font-size: 18px;
}
.is-short .car-intro.type-new .car-intro__name {
  font-size: 20px;
}
.car-intro.type-new .car-linkbox {
  margin-left: -3px;
  margin-right: -3px;
}
.car-intro.type-new .car-linkbox .car-linkbox__item {
  padding-left: 3px;
  padding-right: 3px;
}
.car-intro.type-new .car-linkbox .car-linkbox__item > a {
  padding-top: 18px;
  padding-bottom: 16px;
  border: 1px solid #ddd;
}
.car-intro.type-new .car-linkbox .car-linkbox__item > a:before, .car-intro.type-new .car-linkbox .car-linkbox__item > a:after {
  display: none;
}
.car-intro.type-new .car-linkbox .car-linkbox__desc {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
}
.car-intro.type-new .car-linkbox.car-linkbox--grid5 {
  margin-left: -2px;
  margin-right: -2px;
}
.car-intro.type-new .car-linkbox.car-linkbox--grid5 .car-linkbox__item {
  padding-left: 2px;
  padding-right: 2px;
}
.car-intro.type-new .car-linkbox.car-linkbox--grid5 .car-linkbox__item > a {
  padding-top: 14px;
  padding-bottom: 13px;
}
.car-intro.type-new .car-linkbox.car-linkbox--grid5 .car-linkbox__desc {
  font-size: 14px;
}

.section-detail.section-detail--cover {
  padding-top: 0;
}

.detail-tit .detail-tit__subject {
  font-weight: 400;
  letter-spacing: -0.05em;
}
.detail-tit .detail-tit__subject strong {
  font-weight: 700;
}
.detail-tit.detail-tit.detail-tit--d2 {
  font-weight: 700;
}
.detail-tit.detail-tit.detail-tit--d2:first-child {
  margin-top: 0;
}

.tab-underbar2 {
  display: block;
}
.tab-underbar2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.tab-underbar2 > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  vertical-align: middle;
  width: 50%;
}
.tab-underbar2 > ul > li > button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 42px;
  padding: 10px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.tab-underbar2 > ul > li > button.active {
  border-bottom-color: #222;
  font-weight: 700;
}
.tab-underbar2 > ul > li > button.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  content: "";
}

.buy-new .btn-txt {
  text-decoration: none;
}
.buy-new .btn-txt > [class*=icon] {
  vertical-align: middle;
}
.buy-new .btn-txt > span {
  position: relative;
  vertical-align: middle;
}
.buy-new .btn-txt > span:after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #888;
  content: "";
}
.buy-new .btn-base.type-normal {
  border-color: #aaa;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}

.etc-info-wrap {
  margin-top: 12px;
}
.etc-info-wrap .etc-info-util {
  text-align: right;
  margin-bottom: 8px;
}
.etc-info-wrap .etc-info-util .btn-txt {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.etc-info-wrap .etc-info-util .btn-txt span {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}

.buy .etc-info .etc-info-list dl {
  border: 1px solid #aaa;
  border-radius: 12px;
}
.buy .etc-info .etc-info-list dl dt {
  font-size: 16px;
  color: #222;
}
.buy .etc-info .etc-info-list dl dt:after {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-top: -8px;
  background: none;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.buy .etc-info .etc-info-list dl dt.on:after {
  margin-top: -4px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  border-color: #2589ff;
}
.buy .etc-info .etc-info-list dl dt > span {
  font-size: 16px;
  font-weight: 700;
}

.banner-kbcare {
  margin-top: 40px;
}

.dealer-box {
  margin-top: 16px;
  background: #f8f8f8;
}
.dealer-box .bul-sub {
  margin-top: 14px;
}
.dealer-box.dealer-box--open:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 243, 255, 0)), to(#f8f8f8));
  background: linear-gradient(to top, rgba(233, 243, 255, 0), #f8f8f8 100%);
}
.dealer-box.dealer-box--open:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 243, 255, 0)), to(#f8f8f8));
  background: linear-gradient(to bottom, rgba(233, 243, 255, 0), #f8f8f8 100%);
}

.banner-kbcare {
  margin: 0;
}
.banner-kbcare .banner-kbcare__header {
  background: #f8f8f8;
  color: #222;
  margin: 0;
  border-radius: 12px !important;
}
.banner-kbcare .banner-kbcare__header-tags {
  margin-left: 2px;
}
.banner-kbcare .banner-kbcare__header-tags > span {
  border: 1px solid #222;
}
.banner-kbcare .banner-kbcare__header-cont > strong {
  font-size: 14px;
  font-weight: 500;
}
.banner-kbcare .banner-kbcare__header-icon {
  background-image: url("../images/sub/banner-kbcare-dark.svg");
}
.banner-kbcare .banner-kbcare__body {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner-kbcare .btn-round {
  display: none;
}

.buy-new .tg-srch .s-sellcar-list {
  margin: 0 -16px;
  padding: 0 11px;
  white-space: nowrap;
  font-size: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.buy-new .tg-srch .s-sellcar-list::-webkit-scrollbar {
  display: none;
}
.buy-new .tg-srch .s-sellcar-list .a-link {
  padding: 0 5px;
  float: none;
  display: inline-block;
}
.buy-new .tg-srch .s-sellcar-list .a-link:last-child {
  margin-right: 11px;
}

.banner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  margin-top: 14px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 25px;
  border: 1px solid #eee;
}
.banner-box .banner-box__cont {
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  font-size: 16px;
}
.banner-box .banner-box__desc {
  font-size: 14px;
  color: #222;
  letter-spacing: -0.05em;
}
.banner-box .banner-box__tit {
  font-size: 16px;
  letter-spacing: -0.05em;
}
.banner-box .banner-box__btn-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}
.banner-box .banner-box__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}
.banner-box .banner-box__link {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: xx-small;
  overflow: hidden;
  text-indent: -999px;
}
.banner-box .balloon-area {
  position: absolute;
  right: 20px;
  bottom: 100%;
  margin-bottom: -5px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-animation: aniFadeInBalloone ease-in-out 4s infinite;
          animation: aniFadeInBalloone ease-in-out 4s infinite;
}
@-webkit-keyframes aniFadeInBalloone {
  0%, 80%, 100% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    opacity: 0;
  }
  5%, 75% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
  }
}
@keyframes aniFadeInBalloone {
  0%, 80%, 100% {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    opacity: 0;
  }
  5%, 75% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
  }
}
.banner-box.banner-box--point {
  background-color: #fffae7;
  border-color: transparent;
}

.rolling-banner {
  position: relative;
  display: block;
  margin-top: 30px;
}
.rolling-banner .rollin-banner__wrapper {
  position: relative;
  height: 60px;
  padding: 16px;
  background: #434c53;
  color: #fff;
  border: 1.5px solid #434c53;
  border-radius: 16px;
  overflow: hidden;
}
.rolling-banner .rollin-banner__wrapper:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon16-arrow-right-white.svg") center/contain no-repeat;
  content: "";
}
.rolling-banner .balloon-area {
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 16px;
  background: #fc0;
  color: #222;
}
.rolling-banner .balloon-area:after {
  right: auto;
  left: 15px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-top: 2px;
  background-image: url("../images/sub/img_balloon_tip_yellow.svg");
}
.rolling-banner .rolling-banner__item {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  padding: 16px;
  opacity: 0;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: opacity ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s, transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s, transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}
.rolling-banner .rolling-banner__item.rolling-banner__item--current {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.rolling-banner .rolling-banner__item.rolling-banner__item--before {
  opacity: 0;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}
.rolling-banner .rolling-banner__cont {
  display: table-cell;
  vertical-align: middle;
}

.tab-content .post-list {
  margin-top: 10px;
}

.section-detail--report {
  border-top: 0;
}

.icon20 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-calc {
  background-image: url("../images/sub/icon20_calc.svg");
}

.icon-check-blue {
  background-image: url("../images/common/icon-check-blue.svg");
}

.balloon-wrap {
  margin: 4px 0 0;
  text-align: left;
  opacity: 0;
  -webkit-animation: aniFadeUp2 ease-in-out 0.2s 0.5s both;
          animation: aniFadeUp2 ease-in-out 0.2s 0.5s both;
}
.balloon-wrap .swiper-container {
  height: 20px;
}
.balloon-wrap .swiper-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 5px;
}
.balloon-wrap .swiper-container a .balloon-area2 .icon-arrow-right-black {
  margin-left: 0;
}

.balloon-area2 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 6px 10px 4px;
  background: #fc0;
  text-decoration: none;
  line-height: 1.4;
  color: #222;
  white-space: nowrap;
  -webkit-animation: aniShakeBalloon linear 1.6s 1s infinite;
          animation: aniShakeBalloon linear 1.6s 1s infinite;
}

@-webkit-keyframes aniFadeUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes aniFadeUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes aniShakeBalloon {
  0%, 10%, 30%, 50%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  20%, 40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes aniShakeBalloon {
  0%, 10%, 30%, 50%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  20%, 40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.balloon-area2 .emoji {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-animation: aniToggleEyes linear 3.2s 1s infinite;
          animation: aniToggleEyes linear 3.2s 1s infinite;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
}

@-webkit-keyframes aniToggleEyes {
  0% {
    height: 1px;
  }
  10%, 100% {
    height: 18px;
  }
}

@keyframes aniToggleEyes {
  0% {
    height: 1px;
  }
  10%, 100% {
    height: 18px;
  }
}
.balloon-area2:after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 100%;
  left: 13px;
  width: 12px;
  height: 9px;
  display: block;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background: url("../images/sub/intro-balloon-tip-yellow2.svg") center/contain no-repeat;
}

.balloon-area2 .icon-arrow-right-black {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  margin: -2px -2px 0 -4px;
}

.balloon-area2 .balloon-tip svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.header.type-new.buy-header-p .btn-top .number {
  margin: 7px 0 0 8px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url("../images/sub/icon-number.svg") center/2rem auto no-repeat;
}

.buy .s-carmd-info-d .s-newcar-info .newcar-swiper .swiper-container .swiper-slide .inner-link {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}
.lease-banner {
  position: relative;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: #fff7d9;
}
.lease-banner .text-wrap .text {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.02rem;
}
.lease-banner .text-wrap .text-price {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.04rem;
}
.lease-banner .btn-group {
  margin-top: 0.8rem;
}
.lease-banner .btn-lease-more {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.02rem;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: #fff;
}
.lease-banner .lease-criteria {
  margin-left: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.02rem;
  color: #888;
}
.lease-banner .btn-lease-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  background: url("../images/sub/icon-lease-close.svg") no-repeat 50% 50%;
}
.lease-banner .icon {
  position: absolute;
  right: 2rem;
  bottom: 2.2rem;
}

.btn-buy-guide {
  margin-top: 1.2rem;
}
.btn-buy-guide .btn-base {
  background-color: #fff7d9;
  color: #666;
}

.buy-detail-view {
  padding-top: 24px;
  background-color: #fff;
  color: #222;
  overflow: hidden;
}
.buy-detail-view .section {
  padding: 0 16px;
}
.buy-detail-view .section ~ .section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 8px solid #f8f8f8;
}
.buy-detail-view .section:last-child {
  padding-bottom: 50px;
}
.buy-detail-view .icon.icon-chk {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url("../images/sub/icon_inspection_check.svg") no-repeat 0 0;
}
.buy-detail-view .hgroup.is-center {
  text-align: center;
}
.buy-detail-view .hgroup .title {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -1.11px;
}
.buy-detail-view .hgroup .title .bold {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
}
.buy-detail-view .hgroup .title .btn-help {
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 0;
  margin-left: 2px;
  background-size: 22px;
}
.buy-detail-view .hgroup .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -1.11px;
  color: #777;
}
.buy-detail-view .tab-round-border {
  margin-top: 32px;
  text-align: center;
}
.buy-detail-view .tab-round-border ul li button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.27px;
  border: 1px solid #aaa;
  color: #aaa;
}
.buy-detail-view .tab-round-border ul li button.active {
  border-color: #222;
  color: #fff;
}
.buy-detail-view .tab-contents-wrap .tab-content {
  display: none;
}
.buy-detail-view .tab-contents-wrap .tab-content.active {
  display: block;
}
.buy-detail-view .car-visual {
  position: relative;
  margin: 40px -16px 32px -16px;
  padding-top: 58.666%;
}
.buy-detail-view .car-visual.has-video {
  margin: 40px 0 32px 0;
}
.buy-detail-view .car-visual .car-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: solid 1px #979797;
  background-color: #000;
}
.buy-detail-view .car-visual .car-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.buy-detail-view .car-visual .car-video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/sub/icon_detail_video_play.svg") center/32px auto no-repeat rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.buy-detail-view .accident {
  font-size: 0;
}
.buy-detail-view .accident .accident-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buy-detail-view .accident .accident-item {
  position: relative;
  margin: 0 8px;
  min-width: 80px;
  min-height: 50px;
}
.buy-detail-view .accident .accident-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  display: block;
  width: 1px;
  height: 32px;
  background-color: #efefef;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.buy-detail-view .accident .accident-item:first-child::before {
  display: none;
}
.buy-detail-view .accident .accident-item .txt {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.78px;
  text-align: center;
  color: #222;
  line-height: 20px;
}
.buy-detail-view .accident .accident-item .result {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #222;
  line-height: 28px;
}
.buy-detail-view .accident .accident-item .result .system {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  color: #222;
}
.buy-detail-view .accident-text {
  margin-top: 12px;
}
.buy-detail-view .accident-text span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.2px;
  text-decoration: underline;
  color: #888;
}
.buy-detail-view .accident-text .btn-help {
  margin-top: -1px;
}
.buy-detail-view .inspection-list {
  margin-top: 32px;
  margin-bottom: 2px;
  padding: 16px 20px;
  border-radius: 8px;
  background-color: #fafafa;
}
.buy-detail-view .inspection-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-animation: aniFadeUp ease-in-out 0.5s both;
          animation: aniFadeUp ease-in-out 0.5s both;
}
.buy-detail-view .inspection-list li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.buy-detail-view .inspection-list li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.buy-detail-view .inspection-list li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.buy-detail-view .inspection-list li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.buy-detail-view .inspection-list li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.buy-detail-view .inspection-list li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.buy-detail-view .inspection-list li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@-webkit-keyframes aniFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes aniFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.buy-detail-view .inspection-list li ~ li {
  margin-top: 12px;
}
.buy-detail-view .inspection-list li .txt {
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.23px;
  color: #222;
}
.buy-detail-view .inspection-list li .result {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.23px;
  line-height: 1;
  color: #2589ff;
}
.buy-detail-view .inspection-list li .result .icon.icon-chk {
  margin: 0;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  vertical-align: top;
}
.buy-detail-view .security li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 88px;
  margin-top: 16px;
  padding: 16px 10px 16px 84px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.buy-detail-view .security li ~ li {
  margin-top: 12px;
}
.buy-detail-view .security .anchor {
  color: #222;
  text-decoration: none;
}
.buy-detail-view .security .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  width: 52px;
  height: 52px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.buy-detail-view .security .icon.is-free {
  background: url("../images/sub/icon_security_free.png?20230919") no-repeat 0 0/100%;
}
.buy-detail-view .security .icon.is-guarantee {
  background: url("../images/sub/icon_security_guarantee.png") no-repeat 0 0/100%;
}
.buy-detail-view .security .subject {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.48px;
}
.buy-detail-view .security .desc {
  display: block;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.buy-detail-view .security .text {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #666;
}
.buy-detail-view .key-option {
  position: relative;
  margin-top: 27px;
}
.buy-detail-view .key-option .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.buy-detail-view .key-option .options {
  padding: 16px;
}
.buy-detail-view .key-option .options .subject {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.31px;
}
.buy-detail-view .key-option .options .text {
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #666;
}
.buy-detail-view .key-option .swiper-container {
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.buy-detail-view .key-option .swiper-pagination {
  top: auto;
  right: 0;
  left: 0;
  bottom: -25px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.buy-detail-view .key-option .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #d8d8d8;
}
.buy-detail-view .key-option .swiper-pagination-bullet ~ .swiper-pagination-bullet {
  margin-left: 2px;
}
.buy-detail-view .key-option .swiper-pagination-bullet-active {
  width: 16px;
  background: #222;
}
.buy-detail-view .key-option .swiper-counter {
  z-index: 1;
  display: inline-block;
  left: auto;
  right: 18px;
  top: 8px;
  width: auto;
  min-width: 16px;
  text-align: center;
  position: absolute;
  height: 15px;
  border-radius: 8px;
  padding: 0 2px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.27px;
  color: #888;
}
.buy-detail-view .key-option .swiper-counter strong {
  color: #fff;
}
.buy-detail-view .key-option .swiper-counter span {
  font: inherit;
}
.buy-detail-view .confirmed {
  margin-top: 64px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: -1px;
  color: #222;
}
.buy-detail-view .transparent-history {
  margin-top: 32px;
}
.buy-detail-view .transparent-history > ul > li {
  position: relative;
  padding: 0 0 32px 24px;
  font-size: 16px;
  font-weight: 400;
}
.buy-detail-view .transparent-history > ul > li:last-child {
  padding-bottom: 0;
}
.buy-detail-view .transparent-history > ul > li:last-child::before {
  bottom: 7px;
}
.buy-detail-view .transparent-history > ul > li:before {
  position: absolute;
  top: 5px;
  left: 7px;
  bottom: -5px;
  display: block;
  content: "";
  width: 1px;
  background: #d8d8d8;
}
.buy-detail-view .transparent-history > ul > li:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.buy-detail-view .transparent-history > ul > li .head .text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: -0.45px;
}
.buy-detail-view .transparent-history > ul > li .head .stext {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: -0.35px;
}
.buy-detail-view .transparent-history > ul > li .cont {
  padding-top: 12px;
  font-size: 0;
}
.buy-detail-view .transparent-history > ul > li .mileage {
  overflow: hidden;
  display: inline-block;
  padding: 14px 25px 14px 16px;
  border-radius: 12px;
  font-size: 0;
  background-color: #ebf5ff;
}
.buy-detail-view .transparent-history > ul > li .mileage .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.buy-detail-view .transparent-history > ul > li .mileage .icon.is-mileage {
  background: url("../images/sub/icon_inspection_mileage.png") no-repeat 0 0/100%;
}
.buy-detail-view .transparent-history > ul > li .mileage .txt-wrap {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.buy-detail-view .transparent-history > ul > li .mileage .txt-wrap span {
  display: block;
}
.buy-detail-view .transparent-history > ul > li .mileage .txt-wrap .text {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.2px;
}
.buy-detail-view .transparent-history > ul > li .mileage .txt-wrap .text em {
  font-style: normal;
  font-weight: 600;
  color: #2589ff;
}
.buy-detail-view .transparent-history > ul > li .mileage .txt-wrap .stext {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.3px;
}
.buy-detail-view .transparent-history > ul > li .inspect-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-detail-view .transparent-history > ul > li .inspect-list li ~ li {
  margin-top: 2px;
}
.buy-detail-view .transparent-history > ul > li .inspect-list li .text {
  font-size: 0;
  margin-left: 2px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.35px;
}
.buy-detail-view .transparent-history > ul > li .inspect-list li .text .owner {
  display: inline-block;
  vertical-align: middle;
}
.buy-detail-view .transparent-history > ul > li .inspect-list li .text .mileage-txt {
  position: relative;
  display: inline-block;
}
.buy-detail-view .transparent-history > ul > li .inspect-list li .text .mileage-txt::before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 2px;
  width: 1px;
  height: 12px;
  content: "";
  background: #ccc;
}
.buy-detail-view .transparent-history > ul > li .btn-more {
  margin-top: 11px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: center;
  border: none;
  border-radius: 14px;
  color: #222;
  background-color: #eee;
}
.buy-detail-view .selling-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  padding: 26px 10px 23px 10px;
  border-radius: 16px;
  text-align: center;
  background-color: #f8f8f8;
}
.buy-detail-view .selling-point .subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.6px;
}
.buy-detail-view .selling-point .selling-name {
  margin-top: 6px;
}
.buy-detail-view .selling-point .selling-name .icon.icon-certi {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background: url("../images/sub/icon44-certi.svg") center/contain no-repeat;
}
.buy-detail-view .selling-point .selling-name p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.31px;
  color: #666;
  text-align: left;
}
.buy-detail-view .selling-point .selling-name p em {
  font-weight: bold;
  font-style: normal;
}
.buy-detail-view.type-buy-detail {
  margin-top: 24px;
  padding: 0;
}
.buy-detail-view.type-buy-detail .inspection-list {
  margin-top: 24px;
  margin-bottom: 0;
}

.type-new-buy-detail-view .hgroup .text {
  margin-top: 4px;
  font-size: 14px;
  color: #222;
}
.type-new-buy-detail-view .accident .accident-item {
  margin: 0 8px;
}
.type-new-buy-detail-view .accident .accident-item::before {
  top: 10px;
  left: -12px;
  height: 32px;
}
.type-new-buy-detail-view .accident .accident-item .txt {
  line-height: 20px;
}
.type-new-buy-detail-view .accident .accident-item .result {
  margin-top: 2px;
  font-size: 20px;
  line-height: 28px;
}
.type-new-buy-detail-view .accident-text span {
  font-size: 14px;
  font-weight: 300;
  color: #222;
  -webkit-text-decoration-color: #222;
          text-decoration-color: #222;
}
.type-new-buy-detail-view .accident-text .btn-help {
  margin-top: -2px;
  background: url(../images/sub/icon_tooltip.svg) center/16px no-repeat;
}
.type-new-buy-detail-view .inspection-list li .txt {
  font-size: 16px;
}
.type-new-buy-detail-view .inspection-list li .result {
  font-size: 16px;
  color: #287eff;
}
.type-new-buy-detail-view .btn-grid .btn-base {
  line-height: normal;
}
.type-new-buy-detail-view .transparent-history > ul > li .head .stext {
  font-size: 16px;
  line-height: 23px;
}
.type-new-buy-detail-view .transparent-history > ul > li .mileage .txt-wrap .text {
  font-size: 16px;
  line-height: 23px;
}
.type-new-buy-detail-view .transparent-history > ul > li .mileage .txt-wrap .stext {
  font-size: 14px;
  line-height: 20px;
}
.type-new-buy-detail-view .transparent-history > ul > li .inspect-list li ~ li {
  margin-top: 8px;
}
.type-new-buy-detail-view .transparent-history > ul > li .inspect-list li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type-new-buy-detail-view .transparent-history > ul > li .inspect-list li .text .owner {
  font-size: 16px;
  line-height: 23px;
}
.type-new-buy-detail-view .transparent-history > ul > li .inspect-list li .text .mileage-txt {
  font-size: 16px;
  line-height: 23px;
}
.type-new-buy-detail-view .transparent-history > ul > li .inspect-list li .text .mileage-txt::before {
  vertical-align: unset;
  margin: 0 8px 0 8px;
  background: #ddd;
}
.type-new-buy-detail-view .transparent-history > ul > li .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 8px 12px;
  line-height: normal;
  border-radius: 100px;
}
.type-new-buy-detail-view .selling-point .subject {
  font-weight: 700;
}
.type-new-buy-detail-view .selling-point .selling-name p {
  margin-left: 0;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.type-new-buy-detail-view .selling-point .selling-name p em {
  font-size: 16px;
}
.type-new-buy-detail-view .hgroup .title {
  position: relative;
}
.type-new-buy-detail-view .type-new-tooltip {
  position: static;
  margin: -4px 0 0;
}
.type-new-buy-detail-view .type-new-tooltip .tip-con {
  z-index: 2;
  width: auto;
}
.type-new-buy-detail-view .type-new-tooltip .tip-con .tip-close::after {
  top: 10px;
  left: -10px;
  width: 20px;
  height: 20px;
}
.type-new-buy-detail-view .type-new-tooltip .tip-con .sub {
  padding: 20px 56px 20px 20px;
  line-height: 20px;
  font-weight: 300;
  border-radius: 4px;
  color: #222;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.type-new-buy-detail-view .type-new-tooltip .tip-con .sub strong {
  font-weight: 500;
}
.type-new-buy-detail-view .type-new-tooltip .sub {
  padding: 20px 56px 20px 20px;
  line-height: 20px;
  font-weight: 300;
  border-radius: 4px;
  color: #222;
}
.type-new-buy-detail-view .type-new-tooltip .sub strong {
  font-weight: 500;
}

.layer-detail-cover {
  letter-spacing: -0.2px;
}
.layer-detail-cover.layer-pop-btm .tit-pop {
  position: relative;
  margin: 16px 0 0;
  padding: 0;
}
.layer-detail-cover.layer-pop-btm .tit-pop h1 {
  font-size: 20px;
  line-height: 56px;
  color: #222;
}
.layer-detail-cover.layer-pop-btm .tit-pop .btn-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.layer-detail-cover .accident-history .tit-wrap {
  margin: 0 0 42px;
}
.layer-detail-cover .accident-history .tit-wrap > .tit {
  font-size: 16px;
  font-weight: 400;
}
.layer-detail-cover .accident-history .accident-section {
  margin-top: 32px;
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section .accident-content:not(:last-child) {
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section .flx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 9px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box {
  width: auto;
  margin-bottom: 0;
  padding: 26px 16px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  border: 0;
  background-color: #f6f8f9;
  border-radius: 12px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon {
  width: 32px;
  height: 32px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list01 {
  background: url("../images/sub/car_accident/ico_accident_list01.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list02 {
  background: url("../images/sub/car_accident/ico_accident_list02.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list03 {
  background: url("../images/sub/car_accident/ico_accident_list03.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list04 {
  background: url("../images/sub/car_accident/ico_accident_list04.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list05 {
  background: url("../images/sub/car_accident/ico_accident_list05.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list06 {
  background: url("../images/sub/car_accident/ico_accident_list06.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list07 {
  background: url("../images/sub/car_accident/ico_accident_list07.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list08 {
  background: url("../images/sub/car_accident/ico_accident_list08.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box span {
  color: #666;
  margin-top: 14px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box p {
  font-size: 18px;
  color: #222;
  margin-top: 4px;
}
.layer-detail-cover .accident-history .accident-section > .tit {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section > .tit span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-top: 16px;
}
.layer-detail-cover .accident-history .accident-section > .tit:has(.prepend-tit) {
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section > .tit .prepend-tit {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section .special-info {
  border-top: none;
}
.layer-detail-cover .accident-history .accident-section .special-info li {
  padding: 0;
  height: 48px;
  border-bottom: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-detail-cover .accident-history .accident-section .special-info li .ico:before {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-color: #f8f8f8;
  border-radius: 50%;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type01:before {
  background: url("../images/sub/car_accident/ico_accident_special_list01.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type02:before {
  background: url("../images/sub/car_accident/ico_accident_special_list02.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type03:before {
  background: url("../images/sub/car_accident/ico_accident_special_list03.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type04:before {
  background: url("../images/sub/car_accident/ico_accident_special_list04.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type05:before {
  background: url("../images/sub/car_accident/ico_accident_special_list05.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type06:before {
  background: url("../images/sub/car_accident/ico_accident_special_list06.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li .tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layer-detail-cover .accident-history .accident-section .special-info li .fr {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.layer-detail-cover .accident-history .accident-section .period-wrap {
  border: 0;
  background-color: #f6f8f9;
  border-radius: 12px;
  padding: 16px;
}
.layer-detail-cover .accident-history .accident-section .period-wrap span,
.layer-detail-cover .accident-history .accident-section .period-wrap strong {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
.layer-detail-cover .accident-history .accident-section .receipt-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box .recipt-label {
  display: table;
  font-size: 12px;
  color: #222;
  line-height: 22px;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 0 8px;
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box .recipt-label:not(:first-child) {
  margin-top: 32px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box dl {
  margin-bottom: 8px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #2589ff;
}
.layer-detail-cover .accident-history .accident-section .receipt-box dl dd {
  font-size: 24px;
  color: #222;
}
.layer-detail-cover .accident-history .accident-section .receipt-box .recipt-desc {
  font-size: 14px;
  color: #888;
}
.layer-detail-cover .accident-history .accident-section .distance-info {
  border: none;
  background-color: #f6f8f9;
  border-radius: 12px;
  text-align: left;
  padding: 16px;
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section .distance-info:before {
  content: none;
}
.layer-detail-cover .accident-history .accident-section .distance-info p {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin-bottom: 16px;
}
.layer-detail-cover .popup-tit--d2 {
  font-size: 16px;
  color: #222;
  margin: 0 0 8px;
}
.layer-detail-cover .popup-tit--d2:not(:first-child) {
  margin-top: 24px;
}
.layer-detail-cover .popup-desc--d1 {
  font-size: 14px;
  color: #666;
  margin: 8px 0 0;
}
.layer-detail-cover .cover-title {
  font-size: 24px;
  line-height: 34px;
  color: #222;
  font-weight: 700;
  padding: 0;
  margin-bottom: 16px;
}
.layer-detail-cover .option-num {
  height: auto;
  line-height: inherit;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  margin-top: 32px;
}
.layer-detail-cover .option-num b {
  color: #2589ff;
}
.layer-detail-cover .option-num p {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}
.layer-detail-cover .car-icon {
  margin-top: 24px;
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 18px;
}
.layer-detail-cover .car-icon li {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background-color: transparent;
}
.layer-detail-cover .car-icon li .icon-name {
  color: #ddd;
  padding-top: 6px;
  letter-spacing: -0.4px;
}
.layer-detail-cover .car-icon li .icon-img {
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer-detail-cover .car-icon li .icon-img:before {
  content: "";
  width: 40px;
  height: 40px;
  opacity: 0.2;
}
.layer-detail-cover .car-icon li a.on .icon-name {
  color: #222;
}
.layer-detail-cover .car-icon li a.on .icon-img {
  background: #f6f8f9;
  border: 0;
}
.layer-detail-cover .car-icon li a.on .icon-img:before {
  opacity: 1;
}
.layer-detail-cover .car-icon li.car-icon01 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option01.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon02 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option02.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon03 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option03.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon04 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option04.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon05 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option05.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon06 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option06.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon07 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option07.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon08 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option08.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon09 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option09.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon10 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option10.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon11 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option11.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon12 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option12.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon13 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option13.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon14 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option14.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon15 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option15.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon16 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option16.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon17 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option17.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon18 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option18.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon19 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option19.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon20 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option20.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-option-list {
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 16px 0 0;
}
.layer-detail-cover .car-option-list li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.layer-detail-cover .car-option-list li.on {
  color: #222;
}
.layer-detail-cover .info-type {
  padding-top: 0;
}
.layer-detail-cover .info-type .big-txt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #222;
}
.layer-detail-cover .info-type .big-txt span {
  font-size: 14px;
  color: #666;
  margin-top: 16px;
  line-height: inherit;
}
.layer-detail-cover .info-type h2.tit {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}
.layer-detail-cover .h-area {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 26px 0;
}
.layer-detail-cover .h-area.no-border {
  border: 0;
}
.layer-detail-cover .h-area.no-padding {
  padding: 0;
}
.layer-detail-cover .h-area .h-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.layer-detail-cover .h-area .h-type:not(:last-child) {
  margin-bottom: 16px;
}
.layer-detail-cover .h-area .h-type .tit {
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0;
}
.layer-detail-cover .h-area .h-type .txt {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  padding: 0;
  text-align: right;
  margin-left: auto;
}
.layer-detail-cover .radio-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
  gap: 16px 8px;
}
.layer-detail-cover .radio-list li {
  float: none;
  width: auto;
  margin: 0;
}
.layer-detail-cover .radio-list li.fluid {
  grid-column: 1/span 2;
}
.layer-detail-cover .mileage-wrap {
  margin-top: 0;
}
.layer-detail-cover .mileage-wrap .mileage-period {
  display: block;
  font-size: 14px;
  color: #222;
}
.layer-detail-cover .mileage-wrap .mileage-drive {
  display: block;
  font-size: 24px;
  color: #222;
  margin-top: 8px;
  line-height: 24px;
}
.layer-detail-cover .mileage-wrap .mileage-ave {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.layer-detail-cover .mileage-wrap .mileage-ave span {
  border-bottom: 0;
}
.layer-detail-cover .animate-graph {
  width: 240px;
  height: 120px;
  background: url("../images/sub/bg_drive_graph.png") center center/contain no-repeat;
}
.layer-detail-cover .animate-graph:after {
  display: none;
}
.layer-detail-cover .animate-graph .pin-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  height: auto;
  width: auto;
  bottom: -7px;
}
.layer-detail-cover .animate-graph .pin-wrap .pin {
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  width: 14px;
  height: 60px;
  background: url("../images/sub/bg_drive_pin.png") center center/contain no-repeat;
  margin-left: 0;
  position: static;
  -webkit-transform: rotate(-93deg);
      -ms-transform: rotate(-93deg);
          transform: rotate(-93deg);
  -webkit-transform-origin: 50% 83%;
      -ms-transform-origin: 50% 83%;
          transform-origin: 50% 83%;
}
.layer-detail-cover .animate-graph .pin-wrap .pin:before, .layer-detail-cover .animate-graph .pin-wrap .pin:after {
  display: none;
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num1 {
  -webkit-transform: rotate(-77deg);
      -ms-transform: rotate(-77deg);
          transform: rotate(-77deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num2 {
  -webkit-transform: rotate(-37deg);
      -ms-transform: rotate(-37deg);
          transform: rotate(-37deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num3 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num4 {
  -webkit-transform: rotate(37deg);
      -ms-transform: rotate(37deg);
          transform: rotate(37deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num5 {
  -webkit-transform: rotate(77deg);
      -ms-transform: rotate(77deg);
          transform: rotate(77deg);
}
.layer-detail-cover .animate-graph .pin-wrap .bar {
  display: none;
}
.layer-detail-cover .mileage-compare {
  font-size: 16px;
  color: #222;
}
.layer-detail-cover .mileage-compare strong {
  color: inherit;
}
.layer-detail-cover .mileage-source {
  margin: 16px 0 0;
}
.layer-detail-cover .mileage-source p {
  font-size: 14px;
  color: #666;
}
.layer-detail-cover .titleArea {
  margin: 0 0 16px;
}
.layer-detail-cover .titleArea .title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.layer-detail-cover .safety-sum p {
  display: block;
  font-size: 14px;
  color: #666;
}
.layer-detail-cover .safety-sum strong {
  margin-top: 4px;
}
.layer-detail-cover .al-safety-area {
  padding: 0;
}
.layer-detail-cover .titleArea .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-detail-cover .titleArea .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.layer-detail-cover .safety-sum {
  margin-bottom: 24px;
}
.layer-detail-cover .al-safety-area .price-range-bar .number-value li {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__ruler {
  margin: 0;
  height: 8px;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__ruler:after {
  height: 8px;
  background-color: #eee;
  border-radius: 4.5px;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__ruler .price-range-bar__safe {
  height: 8px;
  border-radius: 4.5px;
  background-color: #2589ff;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-mark {
  border: 2px solid #fff;
  margin-top: -4px;
  background-color: #2589ff;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-mark:before {
  display: none;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  height: 26px;
  border-radius: 13px;
  background-color: rgba(37, 137, 255, 0.1);
  padding: 0 8px 0 10px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  top: -35px;
  z-index: 2;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-number:before {
  content: "";
  width: 22px;
  height: 18px;
  background: url("../images/sub/ico_price_status.png") center center/contain no-repeat;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-number:after {
  background: none;
  border-left: 2px dashed #2589ff;
  height: 13px;
  z-index: 1;
  bottom: -17px;
}
.layer-detail-cover .tooltip .tip-con .sub {
  width: auto;
  padding: 8px 10px;
  background: #434c53;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border: 0;
}
.layer-detail-cover .tooltip.tp03 .tip-con {
  width: calc(100vw - 32px);
}
.layer-detail-cover .residualRate {
  display: table;
  margin: 0 auto;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 700;
  color: #2589ff;
}
.layer-detail-cover .chartArea {
  margin: 0 0 16px;
}
.layer-detail-cover .reward-txt {
  font-size: 18px;
  color: #222;
  padding-top: 125px;
}
.layer-detail-cover .reward-txt:after {
  width: 113px;
  height: 118px;
  margin-left: -4px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/sub/bg_reward_money.png") center center/contain no-repeat;
  top: 0;
}
.layer-detail-cover .reward-txt strong {
  font-size: 24px;
  padding: 11px 0 16px;
  color: #222;
}
.layer-detail-cover .reward-txt strong span {
  color: inherit;
  font-size: inherit;
}
.layer-detail-cover .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.layer-detail-cover .share-list li a {
  display: block;
  padding: 0;
}
.layer-detail-cover .share-list li a .link-share__icon {
  margin: 0;
}
.layer-detail-cover .share-list li a .link-share__icon i {
  display: block;
  width: 50px;
  height: 50px;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-kakao {
  background: url("../images/sub/share-kakao.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-kakaostory {
  background: url("../images/sub/share-kakaostory.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-facebook {
  background: url("../images/sub/share-facebook.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-copylink {
  background: url("../images/sub/share-copylink.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__tit {
  font-size: 0;
}

.form-tit-area {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
  color: #222;
}
.form-tit-area.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-tit-area label,
.form-tit-area span,
.form-tit-area strong,
.form-tit-area h3,
.form-tit-area h4 {
  font: inherit;
}
.form-tit-area .contents-title-300 {
  line-height: 26px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04rem;
}
.form-tit-area.header-title-100 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.form-tit-area.size-m {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

.form-tit > strong,
.form-tit > span {
  vertical-align: middle;
}

.btn-toggle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.4rem;
}
.btn-toggle-area .btn-toggle-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  padding: 0.4rem;
}
.btn-toggle-area .btn-toggle-item.type-added {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 1.2rem;
  width: 100%;
}
.btn-toggle-area .btn-toggle-item button,
.btn-toggle-area .btn-toggle-item a {
  width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 100%;
}
.btn-toggle-area.col2 .btn-toggle-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.btn-toggle {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  display: inline-block;
  min-height: 4rem;
  color: #222;
  border: 0.1rem solid #ddd;
  padding: 1rem;
  text-align: center;
  word-break: break-all;
  border-radius: 0.8rem;
  vertical-align: middle;
  background-color: #fff;
}
.btn-toggle > * {
  vertical-align: middle;
  font: inherit;
}
.btn-toggle > small {
  font-size: 1.3rem;
}
.btn-toggle.active {
  border-color: #fc0;
  -webkit-box-shadow: 0 0 0 0.1rem #fc0;
          box-shadow: 0 0 0 0.1rem #fc0;
  font-weight: 700;
}

.btn-toggle-more {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  display: inline-block;
  color: #222;
  border: 0.1rem solid #ddd;
  background: #f8f8f8;
  border-radius: 0.8rem;
  text-align: center;
  min-height: 4.4rem;
  padding: 1.1rem 1rem;
  vertical-align: middle;
}
.btn-toggle-more > * {
  vertical-align: middle;
  font: inherit;
}
.btn-toggle-more > .icon16 {
  margin-right: 0.4rem;
}
.btn-toggle-more > .icon16.icon-plus-gray {
  background: url("../images/sub/icon16-plus-gray.svg") center center/contain no-repeat;
}
.btn-toggle-more.active {
  border-color: #fc0;
  -webkit-box-shadow: 0 0 0 0.1rem #fc0;
          box-shadow: 0 0 0 0.1rem #fc0;
  font-weight: 700;
  background: #fff;
}

/* [20231218] 차량 상세 팝업 테스트 */
.layer-car-detail {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.layer-car-detail .layer-car-detail__container {
  max-height: -webkit-fill-available;
  height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
  margin-top: env(safe-area-inset-top);
}
.layer-car-detail .layer-car-detail__item {
  height: 100% !important;
}
.layer-car-detail .layer-car-detail__item.open-cover .swiper-slide .inner-cont,
.layer-car-detail .layer-car-detail__item.open-cover .layer-car-detail__util,
.layer-car-detail .layer-car-detail__item.open-cover .layer-car-detail__added,
.layer-car-detail .layer-car-detail__item.open-cover .detail-name,
.layer-car-detail .layer-car-detail__item.open-cover .swiper-slide:after {
  display: none !important;
}
.layer-car-detail .layer-car-detail__item.swiper-slide-prev .layer-cover-end {
  display: none !important;
}
.layer-car-detail .layer-car-detail__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.layer-car-detail .layer-car-detail__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  font-size: 14px;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 56px 16px 48px;
  letter-spacing: -0.025em;
}
.layer-car-detail .layer-car-detail__info .inner-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 9px;
}
.layer-car-detail .layer-car-detail__info .inner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layer-car-detail .layer-car-detail__info .inner-thumb img.noimage {
  -o-object-fit: contain;
     object-fit: contain;
}
.layer-car-detail .layer-car-detail__info .inner-cont {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.layer-car-detail .layer-car-detail__info .inner-desc {
  margin-top: 2px;
}
.layer-car-detail .layer-car-detail__info .inner-desc .desc {
  font-size: 12px;
  color: #666;
}
.layer-car-detail .layer-car-detail__info .inner-desc .desc:after {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  background: #ccc;
  margin: -2px 2px 0 6px;
  content: "";
}
.layer-car-detail .layer-car-detail__info .inner-desc .desc:last-child:after {
  display: none;
}
.layer-car-detail .layer-car-detail__info .inner-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: xx-small;
  overflow: hidden;
}
.layer-car-detail .layer-car-detail__info .inner-link:after {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 16px;
  right: 14px;
  background: url("../images/common/icon24-arrow-right-black-bold.svg") center/contain no-repeat;
  content: "";
}
.layer-car-detail .layer-car-detail__info .inner-price {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}
.layer-car-detail .layer-car-detail__info .inner-name {
  font-size: 14px;
  font-weight: 400;
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layer-car-detail .layer-car-detail__info .inner-tag {
  margin-bottom: 4px;
}
.layer-car-detail .layer-car-detail__util {
  z-index: 20;
  position: absolute;
  bottom: 230px;
  right: 0;
  padding-right: 24px;
}
.layer-car-detail .layer-car-detail__util-more {
  display: none;
  position: absolute;
  opacity: 0;
  top: 83px;
  right: 0;
  padding: 0 8px;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  background: #292929;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  white-space: nowrap;
  height: 40px;
  border-radius: 4px 0 0 4px;
}
.layer-car-detail .layer-car-detail__util-more .util-cover {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; /* iOS 및 Android Safari */
}
.layer-car-detail .layer-car-detail__util-more .btn-vod-speed {
  position: relative;
  height: 100%;
  padding: 0 7px;
  background: none;
  color: #fff;
  font-size: 14px;
  border: 0;
}
.layer-car-detail .layer-car-detail__util-more .btn-vod-speed:before {
  display: none;
  width: 10px;
  height: 10px;
  background: url("../images/common/icon10-vod-spped-on.svg") center/contain no-repeat;
  vertical-align: middle;
  margin: -2px -1px 0 0;
  content: "";
}
.layer-car-detail .layer-car-detail__util-more .btn-vod-speed.is-active {
  color: #ffc23c;
}
.layer-car-detail .layer-car-detail__util-more .btn-vod-speed.is-active:before {
  margin-left: -4px;
  display: inline-block;
}
.layer-car-detail .layer-car-detail__util-more .btn-vod-speed small {
  font-size: 10px;
  margin: -1px 0 0 -3px;
}
.layer-car-detail .layer-car-detail__util-more.layer-car-detail__util-more--open {
  z-index: 10;
  display: block;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.layer-car-detail .layer-car-detail__util-more.layer-car-detail__util-more--open .btn-vod-speed {
  z-index: 12;
}
.layer-car-detail .layer-car-detail__added {
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.layer-car-detail .layer-car-detail__added .car-animate-pagination {
  position: absolute;
  bottom: 14px;
  top: auto;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  gap: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
}
.layer-car-detail .layer-car-detail__added .car-animate-pagination .swiper-pagination-bullet {
  height: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  background: transparent;
  overflow: visible;
  border-radius: 0 2px 2px 0;
}
.layer-car-detail .layer-car-detail__added .car-animate-pagination .swiper-pagination-bullet .bar {
  display: block;
  width: 0;
  height: 100%;
}
.layer-car-detail .layer-car-detail__added .car-animate-pagination .swiper-pagination-bullet.swiper-pagination-bullet-passed {
  width: 100%;
  border-radius: 0;
  background: #fff;
}
.layer-car-detail .layer-car-detail__added .car-animate-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bar {
  border-radius: 0 2px 2px 0;
  background-color: #fff;
}
.layer-car-detail .layer-car-detail__body {
  position: relative;
  height: 100%;
  border-radius: 1rem;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper {
  height: 100%;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-container {
  height: 100%;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-wrapper {
  height: 100%;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-slide:after, .layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-slide:before {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 1100px;
  max-height: 60vh;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(rgba(216, 216, 216, 0)));
  background: linear-gradient(0deg, #000 10%, rgba(216, 216, 216, 0) 100%);
  pointer-events: none;
  content: "";
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-slide:before {
  bottom: auto;
  top: 0;
  left: 0px;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.5)), to(rgba(216, 216, 216, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(216, 216, 216, 0) 100%);
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-slide.is-multiple .swiper-image {
  background-size: cover !important;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .detail-name {
  z-index: 2;
  position: absolute;
  top: calc(env(safe-area-inset-top) + 14px);
  left: 16px;
  font-size: 14px;
  color: #222;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0 6px;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .inner-cont {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: auto;
  padding: 16px 28px 198px 28px;
  color: #fff;
  pointer-events: none;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .inner-cont .desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  height: 2.8em;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .inner-cont .desc strong {
  font-weight: 700;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .inner-cont .detail {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .swiper-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  min-height: 0;
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .btn-vod-control {
  top: 0;
  margin: 0;
  width: 30%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .btn-vod-control.swiper-button-prev {
  left: 0;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .btn-vod-control.swiper-button-next {
  right: 0;
}
.layer-car-detail .layer-car-detail__body .car-animate-swiper .btn-vod-control.swiper-button-play {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  left: 30%;
  width: 40%;
}
@-webkit-keyframes carAnimateIncrease {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes carAnimateIncrease {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.layer-detail-cover {
  letter-spacing: -0.2px;
}
.layer-detail-cover.layer-pop-btm .tit-pop {
  position: relative;
  margin: 16px 0 0;
  padding: 0;
}
.layer-detail-cover.layer-pop-btm .tit-pop h1 {
  font-size: 20px;
  line-height: 56px;
  color: #222;
}
.layer-detail-cover.layer-pop-btm .tit-pop .btn-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.layer-detail-cover .accident-history .tit-wrap {
  margin: 0 0 42px;
}
.layer-detail-cover .accident-history .tit-wrap > .tit {
  font-size: 16px;
  font-weight: 400;
}
.layer-detail-cover .accident-history .accident-section {
  margin-top: 32px;
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section .accident-content:not(:last-child) {
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section .flx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 9px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box {
  width: auto;
  margin-bottom: 0;
  padding: 26px 16px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  border: 0;
  background-color: #f6f8f9;
  border-radius: 12px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon {
  width: 32px;
  height: 32px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list01 {
  background: url("../images/sub/car_accident/ico_accident_list01.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list02 {
  background: url("../images/sub/car_accident/ico_accident_list02.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list03 {
  background: url("../images/sub/car_accident/ico_accident_list03.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list04 {
  background: url("../images/sub/car_accident/ico_accident_list04.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list05 {
  background: url("../images/sub/car_accident/ico_accident_list05.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list06 {
  background: url("../images/sub/car_accident/ico_accident_list06.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list07 {
  background: url("../images/sub/car_accident/ico_accident_list07.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box .icon.list08 {
  background: url("../images/sub/car_accident/ico_accident_list08.png") center center/contain no-repeat;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box span {
  color: #666;
  margin-top: 14px;
}
.layer-detail-cover .accident-history .accident-section .flx > li.f-box p {
  font-size: 18px;
  color: #222;
  margin-top: 4px;
}
.layer-detail-cover .accident-history .accident-section > .tit {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section > .tit span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-top: 16px;
}
.layer-detail-cover .accident-history .accident-section > .tit:has(.prepend-tit) {
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section > .tit .prepend-tit {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section .special-info {
  border-top: none;
}
.layer-detail-cover .accident-history .accident-section .special-info li {
  padding: 0;
  height: 48px;
  border-bottom: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-detail-cover .accident-history .accident-section .special-info li .ico:before {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background-color: #f8f8f8;
  border-radius: 50%;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type01:before {
  background: url("../images/sub/car_accident/ico_accident_special_list01.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type02:before {
  background: url("../images/sub/car_accident/ico_accident_special_list02.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type03:before {
  background: url("../images/sub/car_accident/ico_accident_special_list03.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type04:before {
  background: url("../images/sub/car_accident/ico_accident_special_list04.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type05:before {
  background: url("../images/sub/car_accident/ico_accident_special_list05.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li.type06:before {
  background: url("../images/sub/car_accident/ico_accident_special_list06.png") center center/32px 32px no-repeat;
}
.layer-detail-cover .accident-history .accident-section .special-info li .tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layer-detail-cover .accident-history .accident-section .special-info li .fr {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.layer-detail-cover .accident-history .accident-section .period-wrap {
  border: 0;
  background-color: #f6f8f9;
  border-radius: 12px;
  padding: 16px;
}
.layer-detail-cover .accident-history .accident-section .period-wrap span,
.layer-detail-cover .accident-history .accident-section .period-wrap strong {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
.layer-detail-cover .accident-history .accident-section .receipt-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box .recipt-label {
  display: table;
  font-size: 12px;
  color: #222;
  line-height: 22px;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 0 8px;
  margin-bottom: 16px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box .recipt-label:not(:first-child) {
  margin-top: 32px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box dl {
  margin-bottom: 8px;
}
.layer-detail-cover .accident-history .accident-section .receipt-box dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #2589ff;
}
.layer-detail-cover .accident-history .accident-section .receipt-box dl dd {
  font-size: 24px;
  color: #222;
}
.layer-detail-cover .accident-history .accident-section .receipt-box .recipt-desc {
  font-size: 14px;
  color: #888;
}
.layer-detail-cover .accident-history .accident-section .distance-info {
  border: none;
  background-color: #f6f8f9;
  border-radius: 12px;
  text-align: left;
  padding: 16px;
  margin-bottom: 24px;
}
.layer-detail-cover .accident-history .accident-section .distance-info:before {
  content: none;
}
.layer-detail-cover .accident-history .accident-section .distance-info p {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin-bottom: 16px;
}
.layer-detail-cover .popup-tit--d2 {
  font-size: 16px;
  color: #222;
  margin: 0 0 8px;
}
.layer-detail-cover .popup-tit--d2:not(:first-child) {
  margin-top: 24px;
}
.layer-detail-cover .popup-desc--d1 {
  font-size: 14px;
  color: #666;
  margin: 8px 0 0;
}
.layer-detail-cover .cover-title {
  font-size: 24px;
  line-height: 34px;
  color: #222;
  font-weight: 700;
  padding: 0;
  margin-bottom: 16px;
}
.layer-detail-cover .option-num {
  height: auto;
  line-height: inherit;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  margin-top: 32px;
}
.layer-detail-cover .option-num b {
  color: #2589ff;
}
.layer-detail-cover .option-num p {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}
.layer-detail-cover .car-icon {
  margin-top: 24px;
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 18px;
}
.layer-detail-cover .car-icon li {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background-color: transparent;
}
.layer-detail-cover .car-icon li .icon-name {
  color: #ddd;
  padding-top: 6px;
  letter-spacing: -0.4px;
}
.layer-detail-cover .car-icon li .icon-img {
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer-detail-cover .car-icon li .icon-img:before {
  content: "";
  width: 40px;
  height: 40px;
  opacity: 0.2;
}
.layer-detail-cover .car-icon li a.on .icon-name {
  color: #222;
}
.layer-detail-cover .car-icon li a.on .icon-img {
  background: #f6f8f9;
  border: 0;
}
.layer-detail-cover .car-icon li a.on .icon-img:before {
  opacity: 1;
}
.layer-detail-cover .car-icon li.car-icon01 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option01.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon02 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option02.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon03 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option03.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon04 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option04.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon05 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option05.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon06 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option06.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon07 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option07.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon08 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option08.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon09 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option09.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon10 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option10.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon11 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option11.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon12 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option12.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon13 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option13.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon14 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option14.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon15 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option15.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon16 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option16.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon17 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option17.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon18 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option18.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon19 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option19.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-icon li.car-icon20 .icon-img:before {
  background: url("../images/sub/car_option/ico_car_option20.svg") center center/contain no-repeat;
}
.layer-detail-cover .car-option-list {
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 16px 0 0;
}
.layer-detail-cover .car-option-list li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.layer-detail-cover .car-option-list li.on {
  color: #222;
}
.layer-detail-cover .info-type {
  padding-top: 0;
}
.layer-detail-cover .info-type .big-txt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #222;
}
.layer-detail-cover .info-type .big-txt span {
  font-size: 14px;
  color: #666;
  margin-top: 16px;
  line-height: inherit;
}
.layer-detail-cover .info-type h2.tit {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}
.layer-detail-cover .h-area {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 26px 0;
}
.layer-detail-cover .h-area.no-border {
  border: 0;
}
.layer-detail-cover .h-area.no-padding {
  padding: 0;
}
.layer-detail-cover .h-area .h-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.layer-detail-cover .h-area .h-type:not(:last-child) {
  margin-bottom: 16px;
}
.layer-detail-cover .h-area .h-type .tit {
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0;
}
.layer-detail-cover .h-area .h-type .txt {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  padding: 0;
  text-align: right;
  margin-left: auto;
}
.layer-detail-cover .radio-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
  gap: 16px 8px;
}
.layer-detail-cover .radio-list li {
  float: none;
  width: auto;
  margin: 0;
}
.layer-detail-cover .radio-list li.fluid {
  grid-column: 1/span 2;
}
.layer-detail-cover .mileage-wrap {
  margin-top: 0;
}
.layer-detail-cover .mileage-wrap .mileage-period {
  display: block;
  font-size: 14px;
  color: #222;
}
.layer-detail-cover .mileage-wrap .mileage-drive {
  display: block;
  font-size: 24px;
  color: #222;
  margin-top: 8px;
  line-height: 24px;
}
.layer-detail-cover .mileage-wrap .mileage-ave {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.layer-detail-cover .mileage-wrap .mileage-ave span {
  border-bottom: 0;
}
.layer-detail-cover .animate-graph {
  width: 240px;
  height: 120px;
  background: url("../images/sub/bg_drive_graph.png") center center/contain no-repeat;
}
.layer-detail-cover .animate-graph:after {
  display: none;
}
.layer-detail-cover .animate-graph .pin-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  height: auto;
  width: auto;
  bottom: -7px;
}
.layer-detail-cover .animate-graph .pin-wrap .pin {
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  width: 14px;
  height: 60px;
  background: url("../images/sub/bg_drive_pin.png") center center/contain no-repeat;
  margin-left: 0;
  position: static;
  -webkit-transform: rotate(-93deg);
      -ms-transform: rotate(-93deg);
          transform: rotate(-93deg);
  -webkit-transform-origin: 50% 83%;
      -ms-transform-origin: 50% 83%;
          transform-origin: 50% 83%;
}
.layer-detail-cover .animate-graph .pin-wrap .pin:before, .layer-detail-cover .animate-graph .pin-wrap .pin:after {
  display: none;
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num1 {
  -webkit-transform: rotate(-77deg);
      -ms-transform: rotate(-77deg);
          transform: rotate(-77deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num2 {
  -webkit-transform: rotate(-37deg);
      -ms-transform: rotate(-37deg);
          transform: rotate(-37deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num3 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num4 {
  -webkit-transform: rotate(37deg);
      -ms-transform: rotate(37deg);
          transform: rotate(37deg);
}
.layer-detail-cover .animate-graph .pin-wrap .pin.num5 {
  -webkit-transform: rotate(77deg);
      -ms-transform: rotate(77deg);
          transform: rotate(77deg);
}
.layer-detail-cover .animate-graph .pin-wrap .bar {
  display: none;
}
.layer-detail-cover .mileage-compare {
  font-size: 16px;
  color: #222;
}
.layer-detail-cover .mileage-compare strong {
  color: inherit;
}
.layer-detail-cover .mileage-source {
  margin: 16px 0 0;
}
.layer-detail-cover .mileage-source p {
  font-size: 14px;
  color: #666;
}
.layer-detail-cover .titleArea {
  margin: 0 0 16px;
}
.layer-detail-cover .titleArea .title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.layer-detail-cover .safety-sum p {
  display: block;
  font-size: 14px;
  color: #666;
}
.layer-detail-cover .safety-sum strong {
  margin-top: 4px;
}
.layer-detail-cover .al-safety-area {
  padding: 0;
}
.layer-detail-cover .titleArea .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-detail-cover .titleArea .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.layer-detail-cover .safety-sum {
  margin-bottom: 24px;
}
.layer-detail-cover .al-safety-area .price-range-bar .number-value li {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__ruler {
  margin: 0;
  height: 8px;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__ruler:after {
  height: 8px;
  background-color: #eee;
  border-radius: 4.5px;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__ruler .price-range-bar__safe {
  height: 8px;
  border-radius: 4.5px;
  background-color: #2589ff;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-mark {
  border: 2px solid #fff;
  margin-top: -4px;
  background-color: #2589ff;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-mark:before {
  display: none;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  height: 26px;
  border-radius: 13px;
  background-color: rgba(37, 137, 255, 0.1);
  padding: 0 8px 0 10px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  top: -35px;
  z-index: 2;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-number:before {
  content: "";
  width: 22px;
  height: 18px;
  background: url("../images/sub/ico_price_status.png") center center/contain no-repeat;
}
.layer-detail-cover .al-safety-area .price-range-bar .price-range-bar__current-number:after {
  background: none;
  border-left: 2px dashed #2589ff;
  height: 13px;
  z-index: 1;
  bottom: -17px;
}
.layer-detail-cover .tooltip .tip-con .sub {
  width: auto;
  padding: 8px 10px;
  background: #434c53;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border: 0;
}
.layer-detail-cover .tooltip.tp03 .tip-con {
  width: calc(100vw - 32px);
}
.layer-detail-cover .residualRate {
  display: table;
  margin: 0 auto;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 700;
  color: #2589ff;
}
.layer-detail-cover .chartArea {
  margin: 0 0 16px;
}
.layer-detail-cover .reward-txt {
  font-size: 18px;
  color: #222;
  padding-top: 125px;
}
.layer-detail-cover .reward-txt:after {
  width: 113px;
  height: 118px;
  margin-left: -4px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/sub/bg_reward_money.png") center center/contain no-repeat;
  top: 0;
}
.layer-detail-cover .reward-txt strong {
  font-size: 24px;
  padding: 11px 0 16px;
  color: #222;
}
.layer-detail-cover .reward-txt strong span {
  color: inherit;
  font-size: inherit;
}
.layer-detail-cover .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.layer-detail-cover .share-list li a {
  display: block;
  padding: 0;
}
.layer-detail-cover .share-list li a .link-share__icon {
  margin: 0;
}
.layer-detail-cover .share-list li a .link-share__icon i {
  display: block;
  width: 50px;
  height: 50px;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-kakao {
  background: url("../images/sub/share-kakao.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-kakaostory {
  background: url("../images/sub/share-kakaostory.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-facebook {
  background: url("../images/sub/share-facebook.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__icon i.share-copylink {
  background: url("../images/sub/share-copylink.png") center center/contain no-repeat;
}
.layer-detail-cover .share-list li a .link-share__tit {
  font-size: 0;
}

.form-tit-area {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
  color: #222;
}
.form-tit-area.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-tit-area label,
.form-tit-area span,
.form-tit-area strong,
.form-tit-area h3,
.form-tit-area h4 {
  font: inherit;
}
.form-tit-area .contents-title-300 {
  line-height: 26px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04rem;
}
.form-tit-area.header-title-100 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.form-tit-area.size-m {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

.form-tit > strong,
.form-tit > span {
  vertical-align: middle;
}

.btn-toggle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.4rem;
}
.btn-toggle-area .btn-toggle-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  padding: 0.4rem;
}
.btn-toggle-area .btn-toggle-item.type-added {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 1.2rem;
  width: 100%;
}
.btn-toggle-area .btn-toggle-item button,
.btn-toggle-area .btn-toggle-item a {
  width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 100%;
}
.btn-toggle-area.col2 .btn-toggle-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.btn-toggle {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  display: inline-block;
  min-height: 4rem;
  color: #222;
  border: 0.1rem solid #ddd;
  padding: 1rem;
  text-align: center;
  word-break: break-all;
  border-radius: 0.8rem;
  vertical-align: middle;
  background-color: #fff;
}
.btn-toggle > * {
  vertical-align: middle;
  font: inherit;
}
.btn-toggle > small {
  font-size: 1.3rem;
}
.btn-toggle.active {
  border-color: #fc0;
  -webkit-box-shadow: 0 0 0 0.1rem #fc0;
          box-shadow: 0 0 0 0.1rem #fc0;
  font-weight: 700;
}

.btn-toggle-more {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  display: inline-block;
  color: #222;
  border: 0.1rem solid #ddd;
  background: #f8f8f8;
  border-radius: 0.8rem;
  text-align: center;
  min-height: 4.4rem;
  padding: 1.1rem 1rem;
  vertical-align: middle;
}
.btn-toggle-more > * {
  vertical-align: middle;
  font: inherit;
}
.btn-toggle-more > .icon16 {
  margin-right: 0.4rem;
}
.btn-toggle-more > .icon16.icon-plus-gray {
  background: url("../images/sub/icon16-plus-gray.svg") center center/contain no-repeat;
}
.btn-toggle-more.active {
  border-color: #fc0;
  -webkit-box-shadow: 0 0 0 0.1rem #fc0;
          box-shadow: 0 0 0 0.1rem #fc0;
  font-weight: 700;
  background: #fff;
}

.layer-cover-end {
  z-index: 99;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.btn-close-vod {
  position: fixed;
  right: 8px;
  top: calc(env(safe-area-inset-top) + 8px);
  width: 36px;
  height: 36px;
  background: url("../images/garage/icon24-close-white.svg") center/16px auto no-repeat;
  z-index: 99999;
  border: none;
}

.replay-list {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 32px;
  text-align: center;
}
.replay-list .replay-list__item {
  display: inline-block;
  margin: 7px;
}
.replay-list .replay-list__item.replay-list__item--added {
  display: block;
}
.replay-list .replay-list__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: left;
  height: 44px;
  width: auto;
  padding: 0 16px;
  border-radius: 22px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-align: center;
  border: none;
  text-decoration: none;
}
.replay-list .replay-list__btn span {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  font: inherit;
}
.replay-list .replay-list__btn.replay-list__btn--small {
  color: #c6c6c6;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-vod-util {
  position: relative;
  display: block;
  text-align: center;
  height: auto;
  width: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: none;
  white-space: nowrap;
  text-align: center;
  margin: 25px 0;
}
.btn-vod-util span {
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1;
}
.btn-vod-util small {
  vertical-align: middle;
  font-size: 10px;
  margin-left: 3px;
  line-height: 1;
}
.btn-vod-util .icon {
  vertical-align: middle;
}
.btn-vod-util:before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  display: block;
  content: "";
}
.btn-vod-util.is-active:before {
  background: #fc0;
  border-color: #fc0;
}

.btn-vod-audio {
  color: transparent;
  font-size: xx-small;
}
.btn-vod-audio:before {
  background: url("../images/common/icon26-volume-off.svg") center/26px auto no-repeat;
}
.btn-vod-audio[data-vod-audio=play]:before {
  background-image: url("../images/common/icon26-volume-on.svg");
}

.btn-vod-like span {
  display: block;
  width: 100%;
  margin-top: 3px;
  text-align: center;
  position: absolute;
  font-size: 14px;
}
.btn-vod-like:before {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0 auto;
  background: url("../images/common/icon26-like-off.svg") center/26px auto no-repeat;
}
.btn-vod-like[data-vod-like=on]:before {
  background-image: url("../images/common/icon26-like-on.svg");
}

.vod-tag {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  font-size: 11px;
  margin-right: 3px;
}
.vod-tag.type-secondary {
  background: #2589ff;
  color: #fff;
}

.content-pop .car-intro {
  margin: 0;
  padding: 0;
}
.content-pop .vehicle-item__badge {
  margin-bottom: 8px;
}

.section-all-photo {
  margin: 0 -16px;
}
.section-all-photo .car-detail-img-wrap {
  margin-bottom: 32px;
  position: relative;
  margin: 0 0 2px;
}
.section-all-photo .car-detail-img-wrap:first-child {
  margin-top: 20px;
}
.section-all-photo .car-detail-img-wrap img {
  width: 100%;
}
.section-all-photo .car-detail-img-wrap .txt {
  position: absolute;
  bottom: 8px;
  left: 16px;
  padding: 0 6px;
  border-radius: 4px;
  line-height: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
  color: #000;
  font-size: 12px;
}

.cm-item.vod-item1, .cm-item.vod-item2, .cm-item.vod-item3 {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cm-item.vod-item1 .text, .cm-item.vod-item2 .text, .cm-item.vod-item3 .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
}
.cm-item.vod-item1 .text strong, .cm-item.vod-item2 .text strong, .cm-item.vod-item3 .text strong {
  color: #ffc23c;
  font-weight: 700;
}
.cm-item.vod-item1 {
  top: 10%;
}
.cm-item.vod-item2 {
  top: calc(10% + 150px);
  margin-top: 5%;
}
.cm-item.vod-item3 {
  top: calc(10% + 300px);
  margin-top: 10%;
}
.cm-item.vod-item4 {
  bottom: 217px;
  position: absolute;
  right: 25px;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.cm-item.vod-item4 .cm-vod-arrow {
  position: absolute;
  top: -26px;
  right: 0px;
}
.cm-item.vod-item4 .btn-vod-util {
  margin: 0;
}

.cm-vod-arrow {
  position: relative;
  width: 84px;
  height: 96px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}
.cm-vod-arrow:before {
  position: absolute;
  bottom: -15px;
  right: -14px;
  width: 100%;
  height: 100%;
  background: url("../images/common/coach-arrow.png") bottom right/contain no-repeat;
  content: "";
}
.cm-vod-arrow span {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0;
  text-align: left;
  white-space: nowrap;
}
.cm-vod-arrow.is-left {
  text-align: left;
  background-position: left bottom;
}
.cm-vod-arrow.is-left:before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  left: -14px;
  right: auto;
}
.cm-vod-arrow.is-left span {
  left: 40px;
}

.cm-wrap.type-vod {
  height: 100%;
}
.cm-wrap.type-vod-new .cm-item.vod-item1, .cm-wrap.type-vod-new .cm-item.vod-item2, .cm-wrap.type-vod-new .cm-item.vod-item3, .cm-wrap.type-vod-new .cm-item.vod-item5, .cm-wrap.type-vod-new .cm-item.vod-item6, .cm-wrap.type-vod-new .cm-item.tip-txt {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cm-wrap.type-vod-new .cm-item.vod-item1 .text, .cm-wrap.type-vod-new .cm-item.vod-item2 .text, .cm-wrap.type-vod-new .cm-item.vod-item3 .text, .cm-wrap.type-vod-new .cm-item.vod-item5 .text, .cm-wrap.type-vod-new .cm-item.vod-item6 .text, .cm-wrap.type-vod-new .cm-item.tip-txt .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.cm-wrap.type-vod-new .cm-item.vod-item1 .text strong, .cm-wrap.type-vod-new .cm-item.vod-item2 .text strong, .cm-wrap.type-vod-new .cm-item.vod-item3 .text strong, .cm-wrap.type-vod-new .cm-item.vod-item5 .text strong, .cm-wrap.type-vod-new .cm-item.vod-item6 .text strong, .cm-wrap.type-vod-new .cm-item.tip-txt .text strong {
  color: #ffc23c;
  font-weight: 700;
}
.cm-wrap.type-vod-new .cm-item.vod-item1 {
  top: 35%;
}
.cm-wrap.type-vod-new .cm-item.vod-item1 .img {
  width: 16px;
  height: 15px;
}
.cm-wrap.type-vod-new .cm-item.vod-item1 .img img {
  width: 100%;
}
.cm-wrap.type-vod-new .cm-item.vod-item1 .text {
  line-height: normal;
  margin-top: 8px;
}
.cm-wrap.type-vod-new .cm-item.vod-item2 {
  top: calc(50% - 64px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cm-wrap.type-vod-new .cm-item.vod-item2 .text {
  margin-top: 8px;
}
.cm-wrap.type-vod-new .cm-item.vod-item3 {
  top: calc(35% + 180px);
  margin-top: 10%;
}
.cm-wrap.type-vod-new .cm-item.vod-item3 .img {
  width: 16px;
  height: 15px;
}
.cm-wrap.type-vod-new .cm-item.vod-item3 .img img {
  width: 100%;
}
.cm-wrap.type-vod-new .cm-item.vod-item3 .text {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 8px;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 {
  bottom: 255px;
  position: absolute;
  right: 25px;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 span {
  font-family: inherit;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 .cm-vod-arrow {
  right: 3px;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 .cm-vod-arrow:before {
  background: url("../images/common/coach-arrow.svg") bottom right/contain no-repeat;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 .btn-vod-like {
  z-index: 1;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 .btn-vod-like span {
  margin-top: 0;
}
.cm-wrap.type-vod-new .cm-item.vod-item4 .btn-vod-like:before {
  background: url("../images/common/icon26-like-off-fill.svg") center/26px auto no-repeat;
}
.cm-wrap.type-vod-new .cm-item.vod-item5 {
  top: calc(50% - 64px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5%;
}
.cm-wrap.type-vod-new .cm-item.vod-item5 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 15px;
}
.cm-wrap.type-vod-new .cm-item.vod-item5 .img img {
  width: 100%;
}
.cm-wrap.type-vod-new .cm-item.vod-item5 .text {
  display: inline-block;
  margin-top: 0;
  margin-left: 8px;
  line-height: normal;
}
.cm-wrap.type-vod-new .cm-item.vod-item6 {
  top: calc(50% - 64px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin-top: 5%;
}
.cm-wrap.type-vod-new .cm-item.vod-item6 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 15px;
}
.cm-wrap.type-vod-new .cm-item.vod-item6 .img img {
  width: 100%;
}
.cm-wrap.type-vod-new .cm-item.vod-item6 .text {
  display: inline-block;
  margin-top: 0;
  margin-right: 8px;
  line-height: normal;
}
.cm-wrap.type-vod-new .cm-item.tip-txt {
  top: calc(50% - 64px);
  height: 18px;
  -webkit-transform: translateY(-77px);
      -ms-transform: translateY(-77px);
          transform: translateY(-77px);
}
.cm-wrap.type-vod-new .cm-item.tip-txt .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  margin-top: 0;
  line-height: normal;
  color: #ffc23c;
}
.cm-wrap.type-vod-new .cm-item.tip-txt .text:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url("../images/sub/img_detail_coachmark_info.svg") center/contain no-repeat;
}
.cm-wrap.type-vod-new .cm-item.tip-txt .text.gradient {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffc23c), to(#ff8e3c));
  background-image: linear-gradient(to right, #ffc23c, #ff8e3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.link-line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
  margin-top: 20px;
}
.link-line-box > .inner-cont {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  color: #222;
}
.link-line-box > .inner-util {
  line-height: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}

.carinfo-summary {
  margin-top: 8px;
}
.carinfo-summary .inner-name {
  line-height: 24px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.carinfo-summary .inner-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.carinfo-summary .inner-detail .inner-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.carinfo-summary .inner-detail .inner-price strong {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
.carinfo-summary .inner-detail .inner-price .inner-unit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 2px;
}
.carinfo-summary .inner-detail .inner-price.disabled {
  color: #ddd;
}
.carinfo-summary .inner-detail .inner-price.disabled strong {
  font-size: 30px;
}
.carinfo-summary .inner-added {
  line-height: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  padding-bottom: 4px;
}
.carinfo-summary .inner-added .tip-con {
  left: auto !important;
  right: 0;
}
.carinfo-summary .inner-added .tooltip {
  margin-top: -4px;
}

.nodata-car {
  margin: 42px 0;
}
.nodata-car .inner-icon {
  display: block;
  margin: 0 auto 16px;
  width: 100px;
  height: 100px;
  background: url("../images/sub/icon100-nodata-car.svg") center/contain no-repeat;
}
.nodata-car .inner-desc {
  line-height: 24px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04rem;
  color: #888;
  text-align: center;
}
.nodata-car.type-full {
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link-list {
  margin-top: 8px;
}
.link-list .inner-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.link-list .inner-item:after {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url("../images/common/icon16-arrow-right-black.svg") center/contain no-repeat;
  content: "";
}
.link-list .inner-cont {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #222;
}
.link-list .inner-util {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
  color: #222;
  font-weight: 400;
}
.link-list .inner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: transparent;
  font-size: xx-small;
}

.data-list3 {
  margin-top: 24px;
}
.data-list3 > div {
  margin-top: 12px;
}
.data-list3 > div:after {
  display: block;
  clear: both;
  content: "";
}
.data-list3 .inner-tit {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  float: left;
  width: calc(100% - 90px);
  color: #222;
}
.data-list3 .inner-data {
  line-height: 20px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  float: right;
  width: 90px;
  text-align: right;
}
.data-list3 .inner-added {
  line-height: 20px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 6px;
}

.simple-list-item {
  position: relative;
  border-top: 1px solid #eee;
  padding: 16px 0;
}
.simple-list-item .inner-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: xx-small;
}
.simple-list-item .inner-title {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: #222;
}
.simple-list-item .inner-cont {
  line-height: 20px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.simple-list-item .inner-cont .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.simple-list-item .inner-cont .added {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.accordion2-list {
  border-bottom: 1px solid #aaa;
}

.accordion2-item {
  border-top: 1px solid #aaa;
}
.accordion2-item .accordion2-header {
  position: relative;
  padding: 16px 0;
}
.accordion2-item .accordion2-header .inner-txt {
  line-height: 24px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04rem;
}
.accordion2-item .accordion2-header .accordion2-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: xx-small;
  border: 0;
  background: none;
}
.accordion2-item .accordion2-header .accordion2-btn:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/common/icon16-arrow-bottom-black-bold.svg") center/contain no-repeat;
  content: "";
}
.accordion2-item .accordion2-body {
  display: none;
  border-top: 1px solid #ddd;
}
.accordion2-item.is-active .accordion2-body {
  display: block;
}
.accordion2-item.is-active .accordion2-btn:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=buy_detail.css.map */