@charset "UTF-8";
/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 두 줄
* @include textEllipsisClamp;
*/
/*
 * clearfix
 * @include clearfix;
*/
/* 공통 작업 */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.a11y {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  font-size: xx-small;
  color: transparent;
  overflow: hidden;
  text-indent: -99px;
}

.icon48 {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-car-compare {
  background-image: url("../images/icon/icon-car-compare.svg");
}
.icon-car-compare.icon-car-compare--ty2 {
  background-image: url("../images/icon/icon-car-compare-2.svg");
  background-size: 48px auto;
}

.icon-sell-direct {
  background-image: url("../images/icon/icon-sell-direct.svg");
}
.icon-sell-direct.icon-sell-direct {
  background-image: url("../images/icon/icon-sell-direct-2.svg");
  background-size: 48px auto;
}

.logo-kbc {
  display: inline-block;
  width: 105px;
  height: 46px;
  margin: 0 2px;
  vertical-align: baseline;
  background: url("../images/common/logo-kbc-black.svg") center/contain no-repeat;
}
.logo-kbc.size-s {
  width: 80px;
  height: 34px;
}

.btn-util {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
  height: 24px;
  line-height: 24px;
  text-align: center;
  min-width: 24px;
  background-color: #fff;
}
.btn-util:hover, .btn-util:focus {
  background: #f8f8f8;
}
.btn-util.type-prev {
  position: relative;
}
.btn-util.type-prev:after {
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a4a4a4;
  border-right: 2px solid #a4a4a4;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  content: "";
}
.btn-util.type-next {
  position: relative;
}
.btn-util.type-next:after {
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a4a4a4;
  border-right: 2px solid #a4a4a4;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.btn-util.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.btn-util.swiper-button-disabled:hover, .btn-util.swiper-button-disabled:focus {
  background-color: #fff;
}
.btn-util.type-more {
  position: relative;
}
.btn-util.type-more:after, .btn-util.type-more:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 10px;
  background-color: #a4a4a4;
  margin-top: -6px;
  margin-left: -1px;
  content: "";
}
.btn-util.type-more:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btns-nextprev {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.btns-nextprev .btn-util {
  margin-left: -1px;
}

.btn-app {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border: 0;
  background: none;
}
.btn-app img {
  height: 100%;
}

.accordion-list-wrap {
  border-top: 2px solid #222;
}
.accordion-list-wrap > ul {
  list-style-type: none;
  margin: -1px 0 0;
  padding: 0;
}
.accordion-list-wrap > ul > li {
  padding: 0;
}
.accordion-list-wrap > ul > li:first-child > .accordion-wrap {
  border-top: 1px solid #ddd;
}

.accordion-wrap {
  border-bottom: 1px solid #ddd;
  padding: 0 14px;
}
.accordion-wrap .accordion-container {
  display: none;
  padding: 0 0 30px;
  margin-top: -10px;
  font-size: 15px;
  color: #666;
}
.accordion-wrap .accordion-container p {
  margin: 0;
}
.accordion-wrap.toggle-active .accordion-container {
  display: block;
}
.accordion-wrap.toggle-active .accordion-header:after {
  -webkit-transform: rotate(-45deg) scale(0.5);
      -ms-transform: rotate(-45deg) scale(0.5);
          transform: rotate(-45deg) scale(0.5);
}
.accordion-wrap .accordion-header {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
}
.accordion-wrap .accordion-header:after {
  position: absolute;
  right: 0;
  top: 25px;
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  -webkit-transform: rotate(135deg) scale(0.5);
      -ms-transform: rotate(135deg) scale(0.5);
          transform: rotate(135deg) scale(0.5);
  content: "";
}
.accordion-wrap.type-qna {
  text-align: left;
}
.accordion-wrap.type-qna .accordion-header .acco-left {
  position: relative;
  padding-left: 24px;
}
.accordion-wrap.type-qna .accordion-header .acco-left:before {
  position: absolute;
  font-size: 20px;
  color: #fc0;
  font-weight: 700;
  display: block;
  top: -3px;
  left: 0;
  content: "Q";
}
.accordion-wrap.type-qna .accordion-container {
  position: relative;
  padding-left: 24px;
}
.accordion-wrap.type-qna .accordion-container:before {
  position: absolute;
  font-size: 20px;
  color: #2589ff;
  font-weight: 700;
  display: block;
  top: -4px;
  left: 0;
  content: "A";
}

.tab-round-border {
  width: 100%;
}
.tab-round-border.type-scroll-x ul {
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-round-border.type-scroll-x ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.tab-round-border.type-scroll-x ul li + li {
  margin-left: 0.4rem;
}
.tab-round-border.type-scroll-x ul li:first-child {
  margin-left: 1.6rem;
}
.tab-round-border.type-scroll-x ul li:last-child {
  margin-right: 1.6rem;
}
.tab-round-border.type-scroll-x ul li button {
  padding: 0 16px;
  word-break: keep-all;
}
.tab-round-border.type-wrap ul {
  display: block;
  font-size: 0;
  margin: -0.4rem;
}
.tab-round-border.type-wrap ul li {
  display: inline-block;
  width: auto;
  margin: 0.4rem;
}
.tab-round-border.type-wrap ul li button {
  padding: 0 1.4rem;
}
.tab-round-border ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-round-border ul li {
  width: 100%;
  height: 46px;
}
.tab-round-border ul li button {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 46px;
  background: transparent;
  border-radius: 23px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #888;
  font-size: 18px;
  text-align: center;
}
.tab-round-border ul li button:hover, .tab-round-border ul li button:focus {
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
  background: #f8f8f8;
}
.tab-round-border ul li button.active {
  -webkit-transition: none;
  transition: none;
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  font-weight: 700;
}
.tab-round-border.type-center ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-round-border.type-center ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 5px;
}
.tab-round-border.type-center ul li button {
  padding: 0 40px;
}

.tab-contents-wrap .tab-content {
  display: none;
}
.tab-contents-wrap .tab-content.active {
  display: block;
}

.subcont-area {
  width: 100%;
  min-width: 1260px;
}
.subcont-area .subcont-area__grid {
  width: 1260px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.subcont-area.bg-yellow {
  background: #fff5cc;
}

.subcont-tit {
  position: relative;
  margin-bottom: 40px;
}
.subcont-tit .subcont-tit__util {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.subcont-tit .subcont-tit__util > * {
  margin-left: 2px;
}
.subcont-tit .subcont-desc {
  display: block;
  font-size: 16px;
  margin: 8px 0 0;
}
.subcont-tit .tab-round-border {
  margin: 20px 0 -20px;
}
.subcont-tit .sell-intro-char {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.subcont-tit .sell-intro-char.sell-intro-char--faq {
  position: absolute;
  left: 100%;
  margin-left: 70px;
  bottom: -72px;
  height: 0;
  background-size: 130px auto;
  background-position: top center;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.subcont-tit .sell-intro-char.sell-intro-char--review {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  bottom: -10px;
}
.subcont-tit.screenon .sell-intro-char {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.subcont-tit.screenon .sell-intro-char.sell-intro-char--faq {
  height: 144px;
  bottom: -97px;
}

.heading-d2 {
  font-weight: bold;
  margin: 0;
  font-size: 30px;
}

.heading-d3 {
  font-weight: 500;
  margin: 0;
  font-size: 26px;
}

.swiper-pagination.type-dot-point2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
  background: #d8d8d8;
  opacity: 1;
}
.swiper-pagination.type-dot-point2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc0;
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  margin-left: -17px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.swiper-button-prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* 팔아줘 차차차 */
.sell-intro-char {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 300px;
}
.sell-intro-char.sell-intro-char--sell {
  background: url("../images/sell/sell-intro-char1.svg") center/contain no-repeat;
}
.sell-intro-char.sell-intro-char--direct {
  background: url("../images/sell/sell-intro-char2.svg") center/contain no-repeat;
}
.sell-intro-char.sell-intro-char--service {
  width: 130px;
  height: 155px;
  background: url("../images/sell/sell-intro-char3.svg") center/contain no-repeat;
}
.sell-intro-char.sell-intro-char--review {
  width: 74px;
  height: 86px;
  background: url("../images/sell/sell-intro-char4.svg") center/contain no-repeat;
}
.sell-intro-char.sell-intro-char--faq {
  width: 130px;
  height: 144px;
  background: url("../images/sell/sell-intro-char5.svg") center/contain no-repeat;
}

.heading-inner {
  position: relative;
}

.sell-intro {
  min-width: 1260px;
}
.sell-intro .icon42 {
  margin-bottom: 14px;
}
.sell-intro .sell-intro__grid {
  position: relative;
  width: 1260px;
  margin: 0 auto;
  padding: 95px 130px;
  min-height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sell-intro .sell-intro__visual {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 90px;
  margin-top: -150px;
}
.sell-intro .sell-intro__visual:before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -115px;
  width: 230px;
  height: 230px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s 0.2s;
  transition: all ease-in-out 0.4s 0.2s;
  background: #fc0;
  border-radius: 50%;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  content: "";
}
.sell-intro .sell-intro__desc {
  display: block;
}
.sell-intro .sell-intro__desc p {
  margin: 0 0 6px;
  font-size: 24px;
}
.sell-intro .sell-intro__tit {
  display: block;
  font-size: 40px;
  font-weight: 700;
}
.sell-intro .sell-intro__info > div {
  display: inline-block;
  vertical-align: middle;
}
.sell-intro .sell-intro__info > div:after {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #979797;
  margin: -2px 30px 0;
  content: "";
}
.sell-intro .sell-intro__info > div:last-child:after {
  display: none;
}
.sell-intro .sell-intro__info dt,
.sell-intro .sell-intro__info dd {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.sell-intro .sell-intro__info dt {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
}
.sell-intro .sell-intro__info dd {
  font-size: 26px;
  font-weight: bolder;
  letter-spacing: -0.05em;
}
.sell-intro .sell-intro__info dd strong {
  vertical-align: middle;
  font-size: 30px;
  font-weight: inherit;
}
.sell-intro.sell-intro--sell .sell-intro__visual {
  left: auto;
  right: 90px;
}
.sell-intro.sell-intro--direct {
  text-align: right;
  background: #f6f8f9;
}
.sell-intro.sell-intro--direct .sell-intro__visual:before {
  background: #dee5e8;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.sell-intro.screenon .sell-intro__visual:before {
  opacity: 0.21;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.sell-intro.screenon.sell-intro--direct .sell-intro__visual:before {
  opacity: 1;
}

.sell-service-guide {
  position: relative;
  margin-top: 40px;
}
.sell-service-guide .tab-round-border {
  z-index: 2;
  position: absolute;
  top: 164px;
  left: 0;
  padding: 0 766px 0 132px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.screenon .phone-mockup-area .sell-intro-char--service {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.phone-mockup-area {
  position: relative;
  width: 399px;
  height: 490px;
}
.phone-mockup-area .sell-intro-char--service {
  z-index: 3;
  position: absolute;
  left: -30px;
  bottom: -30px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.phone-mockup-area .phone-mockup-cover {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../images/sell/phone-mockup.png") center bottom/contain no-repeat;
  pointer-events: none;
}
.phone-mockup-area .phone-mockup-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 254px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.phone-mockup-area .phone-mockup-item {
  height: 100%;
}
.phone-mockup-area .phone-mockup-item img {
  width: 100%;
  margin-top: 16px;
}

.service-guide-area {
  position: relative;
  height: 490px;
}
.service-guide-area .service-guide-slider {
  height: 100%;
}
.service-guide-area .service-guide-slider .swiper-pagination {
  position: absolute;
  top: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 766px 0 132px;
  pointer-events: none;
}
.service-guide-area .service-guide-slider .service-guide-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding: 190px 766px 0 132px;
}
.service-guide-area .service-guide-slider .service-guide-item.swiper-slide-active .num > strong:before {
  -webkit-animation: aniHighlighting ease-in-out 0.4s both 0.3s;
          animation: aniHighlighting ease-in-out 0.4s both 0.3s;
}
.service-guide-area .service-guide-slider .service-guide-item .num {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
.service-guide-area .service-guide-slider .service-guide-item .num > strong {
  z-index: 0;
  position: relative;
}
.service-guide-area .service-guide-slider .service-guide-item .num > strong:before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #fc0;
  height: 16px;
  content: "";
}
.service-guide-area .service-guide-slider .service-guide-item .tit {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.service-guide-area .service-guide-slider .service-guide-item .desc {
  display: block;
  margin: 8px -10px 0;
  font-size: 16px;
  color: #666;
}
.service-guide-area .service-guide-slider .swiper-pagination {
  margin-top: 1rem;
}
.service-guide-area .service-guide-slider .swiper-button-next {
  margin-top: 10px;
  right: 720px;
}
.service-guide-area .service-guide-slider .swiper-button-prev {
  margin-top: 10px;
  left: 90px;
  color: #222;
}
.service-guide-area .phone-mockup-area {
  z-index: 2;
  position: absolute;
  right: 200px;
  bottom: 0;
  pointer-events: none;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.review-box-area.swiper-container {
  position: relative;
  margin: -4px 0 -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
}
.review-box-area.swiper-container:after, .review-box-area.swiper-container:before {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) -6%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity ease-in 0.2s;
  transition: opacity ease-in 0.2s;
  content: "";
}
.review-box-area.swiper-container:before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 0;
  right: auto;
}
.review-box-area.swiper-container.is-first:before {
  opacity: 0;
}
.review-box-area.swiper-container.is-last:after {
  opacity: 0;
}
.review-box-area.swiper-container .review-box-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.review-box-area.swiper-container .review-box-slider .review-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 380px;
  height: auto;
  margin: 4px 10px 20px 0;
}
.review-box-area.swiper-container .review-box-slider .review-item > a {
  display: block;
  padding: 30px;
  height: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow ease-in 0.2s;
  transition: -webkit-box-shadow ease-in 0.2s;
  transition: box-shadow ease-in 0.2s;
  transition: box-shadow ease-in 0.2s, -webkit-box-shadow ease-in 0.2s;
}
.review-box-area.swiper-container .review-box-slider .review-item > a:hover, .review-box-area.swiper-container .review-box-slider .review-item > a:focus {
  -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);
}
.review-box-area.swiper-container .review-box-slider .review-item .review-header {
  margin-bottom: 14px;
}
.review-box-area.swiper-container .review-box-slider .review-item .star-rate-area {
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}
.review-box-area.swiper-container .review-box-slider .review-item .car-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  font-size: 20px;
  font-weight: 700;
  word-break: break-all;
  white-space: normal;
}
.review-box-area.swiper-container .review-box-slider .review-item .car-thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #f6f8f9;
  overflow: hidden;
}
.review-box-area.swiper-container .review-box-slider .review-item .car-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-box-area.swiper-container .review-box-slider .review-item .review-comment {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.4;
  white-space: normal;
}
.review-box-area.swiper-container .review-box-slider .review-item .car-price {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 700;
  color: #2589ff;
}
.review-box-area.swiper-container .review-box-slider .review-item .car-price .benefit {
  color: #ff0e0e;
}
.review-box-area.swiper-container .review-box-slider .review-item .review-added {
  position: absolute;
  top: 20px;
  right: 20px;
}
.review-box-area.swiper-container .review-box-slider .review-item .review-added .date {
  color: #999;
  font-size: 14px;
}

.star-rate-area {
  position: relative;
  display: block;
  width: 84px;
  height: 16px;
  background: url("../images/sell/icon-star-off.svg") 0 0/84px auto no-repeat;
}
.star-rate-area .star-score {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  background: url("../images/sell/icon-star-on.svg") 0 0/84px auto no-repeat #fff;
}

.app-intro {
  text-align: center;
}
.app-intro .subcont-desc {
  opacity: 0.6;
}
.app-intro .subcont-tit {
  margin-bottom: 30px;
}

.qr-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 35px 35px;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #595045;
  margin: 160px 0 12px;
  font-size: 16px;
}
.qr-box strong {
  display: block;
  margin: 0 0 10px;
}
.qr-box img {
  width: 100px;
}

.sell-upper-banner {
  background: #595045;
  text-align: center;
}
.sell-upper-banner .sell-upper-banner__grid {
  position: relative;
  max-width: 500px;
  padding: 40px 0;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.sell-upper-banner .sell-upper-banner__tit {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
.sell-upper-banner .sell-upper-banner__tit strong {
  color: #fc0;
}
.sell-upper-banner .sell-upper-banner__desc {
  margin: 9px 0 0;
  font-size: 15px;
}
.sell-upper-banner .sell-upper-banner__qr {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
}
.sell-upper-banner .sell-upper-banner__qr img {
  width: 100%;
}

.intro-section-wrap {
  width: 100%;
  overflow: hidden;
  /* kbcare */
}
.intro-section-wrap .icon-arrow-right-black {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/icon/icon16-arrow-right-black.svg") center/contain no-repeat;
}
.intro-section-wrap .icon-kbcarefree-step1 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-kbcarefree-step1.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-kbcarefree-step1.icon-kbcarefree-step1--ty2 {
  background: url("../images/icon/icon-kbcarefree-step1-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .icon-kbcarefree-step2 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-kbcarefree-step2.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-kbcarefree-step2.icon-kbcarefree-step2--ty2 {
  background: url("../images/icon/icon-kbcarefree-step2-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .icon-kbcarefree-step3 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-kbcarefree-step3.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-kbcarefree-step3.icon-kbcarefree-step3--ty2 {
  background: url("../images/icon/icon-kbcarefree-step3-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step1 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-refund-step1.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step1.icon-refund-step1--ty2 {
  background: url("../images/icon/icon-refund-step1-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step2 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-kbcarefree-step2.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step2.icon-refund-step2--ty2 {
  background: url("../images/icon/icon-refund-step2-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step3 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-refund-step3.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step3.icon-refund-step3--ty2 {
  background: url("../images/icon/icon-refund-step3-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step4 {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: url("../images/icon/icon-refund-step4.svg") center/65px auto no-repeat #fff;
}
.intro-section-wrap .icon-refund-step4.icon-refund-step4--ty2 {
  background: url("../images/icon/icon-refund-step4-2.svg") center/56px auto no-repeat #fff;
}
.intro-section-wrap .service-icon-list {
  text-align: center;
  list-style: none;
  margin: 50px 0;
}
.intro-section-wrap .service-icon-list:after {
  display: block;
  clear: both;
  content: "";
}
.intro-section-wrap .service-icon-list.screenon li.ui-fadeitem {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.intro-section-wrap .service-icon-list.screenon li.ui-fadeitem:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.intro-section-wrap .service-icon-list.screenon li.ui-fadeitem:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-section-wrap .service-icon-list.screenon li.ui-fadeitem:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.intro-section-wrap .service-icon-list.screenon li.ui-fadeitem:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.intro-section-wrap .service-icon-list ~ .btn-area.ui-fadeitem {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-section-wrap .service-icon-list > li {
  position: relative;
  float: left;
  width: 33.3333333333%;
}
.intro-section-wrap .service-icon-list > li .icon-arrow-right-black {
  position: absolute;
  top: 70px;
  right: 0;
  margin: -16px -16px 0 0;
}
.intro-section-wrap .service-icon-list .inner-icon {
  display: block;
}
.intro-section-wrap .service-icon-list .inner-txt {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
}
.intro-section-wrap .service-icon-list.type-hor {
  text-align: left;
}
.intro-section-wrap .service-icon-list.type-hor > li {
  float: none;
  width: 100%;
  padding: 2.6rem 1.6rem;
  border-bottom: 0.1rem solid #ddd;
}
.intro-section-wrap .service-icon-list.type-hor > li:first-child {
  padding-top: 0;
}
.intro-section-wrap .service-icon-list.type-hor > li:after {
  display: block;
  clear: both;
  content: "";
}
.intro-section-wrap .service-icon-list.type-hor .inner-icon {
  float: left;
  display: block;
  text-align: center;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto;
  line-height: 6.4rem;
  border-radius: 50%;
  background-color: rgba(255, 204, 0, 0.3);
}
.intro-section-wrap .service-icon-list.type-hor .tit {
  display: block;
  font-size: 16px;
}
.intro-section-wrap .service-icon-list.type-hor .inner-txt {
  float: left;
  margin: 0;
  padding-left: 2rem;
  color: #666;
}
.intro-section-wrap .service-icon-list.col4 > li {
  width: 25%;
}
.intro-section-wrap .ui-fadeitem {
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
  opacity: 0;
}
.intro-section-wrap .ui-fadeitem.is-fade-up {
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.intro-section-wrap .ui-fadeitem.screenon {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.intro-section-wrap .intro-section-inner {
  max-width: 1260px;
  margin: 0 auto;
}
.intro-section-wrap .intro-section-tit2 {
  font-weight: 500;
  margin: 0 0 16px;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.intro-section-wrap .intro-section-tit2 h3 {
  margin: 0;
  font: inherit;
}
.intro-section-wrap .intro-section-tit2 h3 strong {
  font-weight: bold;
}
.intro-section-wrap .intro-section-tit2 .tit-sub2 {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}
.intro-section-wrap .intro-section-tit2 .tit-sub2 strong {
  font: inherit;
}
.intro-section-wrap .intro-desc2 {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
  margin: 16px 0 12px;
}
.intro-section-wrap .intro-desc2.size-s {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  margin: 8px 0 0;
}
.intro-section-wrap .intro-desc2 .fc-positive {
  color: #2589ff;
}
.intro-section-wrap .intro-btns .btn-round {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 0.2rem;
}
.intro-section-wrap .simple-review-slider {
  margin-top: 3rem;
  padding: 1.2rem 0;
  text-align: center;
}
.intro-section-wrap .simple-review-slider .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro-section-wrap .simple-review-item {
  width: 338px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 33px;
  height: auto !important;
  margin: 0 7px;
}
.intro-section-wrap .simple-review-item .review-header {
  position: relative;
  font-size: 0;
}
.intro-section-wrap .simple-review-item .inner-thumb {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f8f8;
  vertical-align: middle;
}
.intro-section-wrap .simple-review-item .inner-thumb.type-man {
  background-image: url("../images/icon/profile-man.png");
}
.intro-section-wrap .simple-review-item .inner-thumb.type-woman {
  background-image: url("../images/icon/profile-woman.png");
}
.intro-section-wrap .simple-review-item .inner-thumb.type-manage {
  background-image: url("../images/icon/profile-manager.png");
}
.intro-section-wrap .simple-review-item .inner-tit {
  display: inline-block;
  width: calc(100% - 58px);
  vertical-align: middle;
  padding-left: 0.8rem;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro-section-wrap .simple-review-item .inner-tit .desc {
  display: block;
  font-size: 14px;
}
.intro-section-wrap .simple-review-item .review-body {
  margin-top: 1.3rem;
  word-break: keep-all;
}
.intro-section-wrap .intro-section {
  position: relative;
  overflow: hidden;
}
.intro-section-wrap .intro-section .btn-round.size-xl {
  display: inline-block;
  background: #fff;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  padding: 0 25px;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  font-size: 18px;
}
.intro-section-wrap .intro-section .btn-round.size-l {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 20px;
  border: 1px solid #222;
  background: none;
  font-weight: 400;
  font-size: 14px;
}
.intro-section-wrap .intro-section.bg-white {
  background: #fff !important;
  padding-bottom: 80px;
}
.intro-section-wrap .intro-section[class*=type-kbcare] {
  padding: 60px 0;
  text-align: center;
}
.intro-section-wrap .intro-section[class*=type-kbcare-free] {
  background: #ececff;
}
.intro-section-wrap .intro-section[class*=type-kbcare-free] .btn-round.size-xl {
  border-color: #8b8bff;
  color: #1e1eff;
}
.intro-section-wrap .intro-section[class*=type-kbcare-refund] {
  background: #e0f0ff;
}
.intro-section-wrap .intro-section[class*=type-kbcare-refund] .btn-round.size-xl {
  border-color: #0075ff;
  color: #0075ff;
}
.intro-section-wrap .intro-section.type-kbcare-free-who .img-free.gear {
  position: absolute;
  width: 50px;
  height: 30px;
  background: url("../images/buy/intro-ewfree-intro-gear.png") center/contain no-repeat;
  top: 20px;
  left: 500px;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
}
.intro-section-wrap .intro-visual {
  position: relative;
  display: block;
  width: 400px;
  padding-top: 400px;
  margin: 0 auto;
}
.intro-section-wrap .intro-visual .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro {
  margin-top: 40px;
  width: 500px;
  margin-bottom: -100px;
  padding-top: 400px;
  opacity: 0;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
  -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;
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro.screenon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro .img {
  margin-left: -100px;
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro .img.center-black {
  background-image: url("../images/buy/intro-ewfree-intro-center-black.png");
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro .img.center1 {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  background-image: url("../images/buy/intro-ewfree-intro-center1.png");
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro .img.car {
  background-image: url("../images/buy/intro-ewfree-intro-car.png");
  -webkit-transform: translate(-10%, -8%);
      -ms-transform: translate(-10%, -8%);
          transform: translate(-10%, -8%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.8s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.8s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.8s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro .img.center2 {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  background-image: url("../images/buy/intro-ewfree-intro-center2.png");
}
.intro-section-wrap .intro-visual.type-kbcare-free-intro .img.tire {
  width: 120px;
  height: 90px;
  background-image: url("../images/buy/intro-ewfree-intro-tire.png");
  top: auto;
  left: auto;
  bottom: 100px;
  right: -200px;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}
.intro-section-wrap .intro-visual.screenon.type-kbcare-free-intro .img.car {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.intro-section-wrap .intro-visual.screenon.type-kbcare-free-intro .img.center1, .intro-section-wrap .intro-visual.screenon.type-kbcare-free-intro .img.center2 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-free-who .img.document1 {
  background-image: url("../images/buy/intro-ewfree-who-document1.png");
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-free-who .img.document2 {
  background-image: url("../images/buy/intro-ewfree-who-document2.png");
  -webkit-transform: translateX(10%) translateY(-4%);
      -ms-transform: translateX(10%) translateY(-4%);
          transform: translateX(10%) translateY(-4%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-free-who .img.coin {
  background-image: url("../images/buy/intro-ewfree-who-coin.png");
  -webkit-transform: translateY(-6%);
      -ms-transform: translateY(-6%);
          transform: translateY(-6%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.4s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-free-who .img.gear {
  background-image: url("../images/buy/intro-ewfree-who-gear.png");
  -webkit-transition: -webkit-transform linear 0.1s;
  transition: -webkit-transform linear 0.1s;
  transition: transform linear 0.1s;
  transition: transform linear 0.1s, -webkit-transform linear 0.1s;
}
.intro-section-wrap .intro-visual.type-kbcare-free-who .img.car {
  background-image: url("../images/buy/intro-ewfree-who-car.png");
  -webkit-transition: -webkit-transform linear 0.1s;
  transition: -webkit-transform linear 0.1s;
  transition: transform linear 0.1s;
  transition: transform linear 0.1s, -webkit-transform linear 0.1s;
}
.intro-section-wrap .intro-visual.screenon.type-kbcare-free-who .img.document1, .intro-section-wrap .intro-visual.screenon.type-kbcare-free-who .img.document2, .intro-section-wrap .intro-visual.screenon.type-kbcare-free-who .img.coin {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.intro-section-wrap .intro-visual.screenon.type-kbcare-free-who .img.document2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.intro-section-wrap .intro-visual.screenon.type-kbcare-free-who .img.coin {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro {
  padding-top: 330px;
  margin-top: 30px;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro .img.hand1 {
  opacity: 0;
  -webkit-transform: translateX(10%) translateY(2%);
      -ms-transform: translateX(10%) translateY(2%);
          transform: translateX(10%) translateY(2%);
  background-image: url("../images/buy/intro-refund-intro-hand1.png");
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro .img.hand2 {
  opacity: 0;
  -webkit-transform: translateX(-10%) translateY(-5%);
      -ms-transform: translateX(-10%) translateY(-5%);
          transform: translateX(-10%) translateY(-5%);
  background-image: url("../images/buy/intro-refund-intro-hand2.png");
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.6s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro.screenon .img.hand1 {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro.screenon .img.hand2 {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
@-webkit-keyframes aniHand1Show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes aniHand1Show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes aniHand2Show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%) translateY(-5%);
            transform: translateX(-20%) translateY(-5%);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes aniHand2Show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%) translateY(-5%);
            transform: translateX(-20%) translateY(-5%);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 {
  width: 460px;
  margin-top: 30px;
  padding: 0;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img-area {
  position: relative;
  padding-top: 72%;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity ease-in-out 0.2s, -webkit-transform cubic-bezier(0.81, 0.29, 0.42, 1.04) 0.2s;
  transition: opacity ease-in-out 0.2s, -webkit-transform cubic-bezier(0.81, 0.29, 0.42, 1.04) 0.2s;
  transition: opacity ease-in-out 0.2s, transform cubic-bezier(0.81, 0.29, 0.42, 1.04) 0.2s;
  transition: opacity ease-in-out 0.2s, transform cubic-bezier(0.81, 0.29, 0.42, 1.04) 0.2s, -webkit-transform cubic-bezier(0.81, 0.29, 0.42, 1.04) 0.2s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.arrow {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.31, 1.3);
          transition-timing-function: cubic-bezier(0.42, 0, 0.31, 1.3);
  -webkit-transform: translateX(-50%) translateY(-28%) rotate(15deg);
      -ms-transform: translateX(-50%) translateY(-28%) rotate(15deg);
          transform: translateX(-50%) translateY(-28%) rotate(15deg);
  opacity: 0;
  background-image: url("../images/buy/intro-refund-arrow.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin1.n1 {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-image: url("../images/buy/intro-refund-coin1-1.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin1.n2 {
  background-image: url("../images/buy/intro-refund-coin1-2.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin1.n3 {
  background-image: url("../images/buy/intro-refund-coin1-3.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin1.n4 {
  background-image: url("../images/buy/intro-refund-coin1-4.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin1.n5 {
  background-image: url("../images/buy/intro-refund-coin1-5.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin2.n1 {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-image: url("../images/buy/intro-refund-coin2-1.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin2.n2 {
  background-image: url("../images/buy/intro-refund-coin2-2.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin2.n3 {
  background-image: url("../images/buy/intro-refund-coin2-3.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin2.n4 {
  background-image: url("../images/buy/intro-refund-coin2-4.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .img.coin3 {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-image: url("../images/buy/intro-refund-coin3-1.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img {
  opacity: 1;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin1.n1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin1.n2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin1.n3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin1.n4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin1.n5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin2.n1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin2.n2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin2.n3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin2.n4 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.coin3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .img.arrow {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2.screenon .desc-area .desc {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  padding: 0 12%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #222;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  width: 33%;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
  transition: opacity ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
  transition: opacity ease-in-out 0.2s 0.2s, transform ease-in-out 0.2s 0.2s;
  transition: opacity ease-in-out 0.2s 0.2s, transform ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
  white-space: nowrap;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc > strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc.n2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc.n3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc.type-point {
  font-size: 18px;
  font-weight: 700;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc.type-point > strong {
  font-weight: 700;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .desc-area .desc.type-point > span {
  color: #2589ff;
  font-weight: 700;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-intro2 .added-desc {
  font-size: 14px;
  margin-top: 20px;
  color: #888;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon {
  z-index: 0;
  width: 450px;
  width: 450px;
  margin-top: 0;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon .img {
  opacity: 0;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -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;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon .img.coin1 {
  background-image: url("../images/buy/intro-refund-coupon-coin1.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon .img.coin2 {
  background-image: url("../images/buy/intro-refund-coupon-coin2.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon .img.coin3 {
  z-index: 2;
  background-image: url("../images/buy/intro-refund-coupon-coin3.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon .img.coupon1 {
  background-image: url("../images/buy/intro-refund-coupon-coupon1.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon .img.coupon2 {
  background-image: url("../images/buy/intro-refund-coupon-coupon2.png");
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon.screenon .img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon.screenon .img:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon.screenon .img:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon.screenon .img:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon.screenon .img:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.intro-section-wrap .intro-visual.type-kbcare-refund-coupon.screenon .img:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.intro-section-wrap .gap-xl {
  margin-top: 20px !important;
}
.intro-section-wrap .intro-section-ul {
  list-style: none;
  padding-left: 0;
}
.intro-section-wrap .intro-section-ul .indent {
  padding-left: 15px;
}
.intro-section-wrap .intro-section-table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.intro-section-wrap .intro-section-table table {
  width: 557px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-spacing: 0;
}
.intro-section-wrap .intro-section-table table caption {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  font-size: xx-small;
  color: transparent;
  overflow: hidden;
  text-indent: -99px;
}
.intro-section-wrap .intro-section-table table thead tr th {
  padding: 3px 12px;
  font-weight: 300;
}
.intro-section-wrap .intro-section-table table tbody tr td {
  border-top: 1px solid #ddd;
  padding: 4px 12px;
  font-weight: 300;
}
.intro-section-wrap .accordion-list-wrap {
  min-width: 1260px;
}

.layer-wrap {
  background: #fff;
  width: 426px;
  margin: 0 auto;
  border-radius: 24px;
  color: #222;
  text-align: left;
}
.layer-wrap .layer-wrap__header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 44px 30px 30px;
}
.layer-wrap .layer-wrap__header .mfp-close {
  color: #222;
  top: 0;
  font-size: 40px;
}
.layer-wrap .layer-wrap__tit {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.layer-wrap .layer-wrap__body {
  padding: 0 30px 60px 30px;
  max-height: 70vh;
}
.layer-wrap .layer-wrap__body .mCustomScrollBox {
  margin: 0 -30px 0 0;
  max-width: none;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-wrap .layer-wrap__body .mCSB_inside > .mCSB_container {
  margin: 0;
}
.layer-wrap .layer-wrap__body .mCSB_scrollTools {
  right: 0;
}

.kbcare-part-img {
  margin: 0 0 20px;
}
.kbcare-part-img img {
  width: 100%;
}

.kbcare-part-deatil {
  color: #444;
}
.kbcare-part-deatil .item {
  margin-bottom: 60px;
}
.kbcare-part-deatil .item > dd {
  margin: 0 0 26px;
}
.kbcare-part-deatil .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.kbcare-part-deatil .tit .icon40 {
  margin-bottom: 18px;
}
.kbcare-part-deatil .tit > strong {
  display: block;
}
.kbcare-part-deatil .btn-wrap {
  margin: 20px 0 0;
}
.kbcare-part-deatil .btn-wrap .btn-border-gray {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #aaa;
  border-radius: 8px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.kbcare-part-deatil .btn-wrap .btn-border-gray b {
  font: inherit;
}
.kbcare-part-deatil .sub-tit {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
.kbcare-part-deatil .btn-wrap {
  margin-top: 12px;
}

.new-table {
  border-top: 1px solid #aaa;
  margin: 12px 0;
}
.new-table caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.new-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.new-table table thead th {
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 14px 16px;
  text-align: left;
  color: #666;
  font-weight: 700;
}
.new-table table thead th .inline-select {
  font-weight: 700;
  max-width: 100%;
}
.new-table table thead td {
  font-size: 14px;
  color: #666;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.new-table table thead td .bullet-list.sm li {
  margin-top: 0.4rem;
}
.new-table table thead td .bullet-list.sm li:first-child {
  margin-top: 0;
}
.new-table table tbody th {
  background: #f8f8f8;
  font-size: 14px;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.new-table table tbody td {
  font-size: 14px;
  color: #666;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.new-table table tbody td .bullet-list.sm li {
  margin-top: 0.4rem;
}
.new-table table tbody td .bullet-list.sm li:first-child {
  margin-top: 0;
}
.new-table table tr:last-child th,
.new-table table tr:last-child td {
  border-bottom-color: #aaa;
}
.new-table.td-s tbody th,
.new-table.td-s tbody td,
.new-table.td-s thead th,
.new-table.td-s thead td {
  padding-left: 4px;
  padding-right: 4px;
}
.new-table .bdr {
  border-right: 1px solid #eee;
}

.bullet-list2 {
  list-style: none;
  padding: 0;
}
.bullet-list2 li {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 12px;
  font-size: 16px;
}
.bullet-list2 li:first-child {
  margin-top: 0;
}
.bullet-list2 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #888;
}
.bullet-list2 li .bullet-list.sm {
  margin-top: 8px;
}
.bullet-list2 li strong {
  font-size: inherit;
}
.bullet-list2.sm li {
  font-size: 14px;
  color: #444;
  margin-top: 4px;
  padding-left: 8px;
}
.bullet-list2.sm li:first-child {
  margin-top: 0;
}
.bullet-list2.sm li:before {
  top: 7px;
  width: 2px;
  height: 2px;
}
.bullet-list2.sm li strong {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 0;
}

.tit-area2 {
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 700;
}
.tit-area2 h2,
.tit-area2 h3,
.tit-area2 h4 {
  margin: 0;
  font: inherit;
}
/*# sourceMappingURL=style-new.css.map */