@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600;700&family=Poppins:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}

#header_block {
  z-index: 999999;
}

.liability {
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  color: #4f4f4f;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.orange {
  color: #ffcc00;
  font-weight: 700;
}

.green {
  color: #005bac;
  font-weight: 700;
}

.white {
  color: white;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.textBig {
  font-size: 1.5rem;
}

h1,
h2 {
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #005bac;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #FFFEF2 60%);
}

.tipTitle {
  color: white;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: #005bac;
  border: #4f4f4f 3px solid;
  border-radius: 0 0 1.5rem 1.5rem;
  position: relative;
  top: -1.2rem;
}

.pc-hidden {
  display: none;
}

.loading-page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #e9feee;
  background-size: 150px;
  background-position: center;
  z-index: 999999;
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F7FCFF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F7FCFF), color-stop(0.75, #F7FCFF), color-stop(0.75, transparent), to(transparent));
  background-size: 18px 18px;
  background-attachment: fixed;
}
.loading-page img {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kvBg {
  background-image: url("../../../images/article/vehicle/third/bg/kv-bg-cloud.svg"), url("../../../images/article/vehicle/third/bg/kv-bg-people.svg"), url("../../../images/article/vehicle/third/bg/kv-bg.svg");
  background-color: #005bac;
  background-position: top center, top center, top center;
  background-repeat: no-repeat, no-repeat, repeat-x;
  animation: kvBackground 30s linear infinite;
}

.kv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.kv .kvTitle {
  padding-top: 4.5rem;
  width: 45%;
}
.kv .kvCar {
  width: 70%;
  margin-top: -0.5rem;
}
.kv .kvCarm {
  display: none;
}

.bread {
  color: #4f4f4f;
  padding: 1.5rem 0.5rem 2rem 0.5rem;
}
.bread a {
  color: #4f4f4f;
  transition: 0.5s;
  text-decoration: none;
  border-bottom: 1px #4f4f4f solid;
  padding-bottom: 0.5px;
}
.bread a:hover {
  color: #005bac;
  border-bottom: 1px #005bac solid;
}

.main {
  text-align: center;
  background-color: white;
  border: #4f4f4f 3px solid;
  border-radius: 2rem;
  padding: 0 2rem 2rem 2rem;
}
.main .mainContainer {
  width: 100%;
  text-align: center;
}
.main .noteImg {
  width: 50%;
  margin: -1rem auto 0 auto;
}
.main .boomImg {
  width: 50%;
  margin: -7.5rem auto 0 auto;
}

.why {
  background-color: #A1D6E2;
  padding-bottom: 4rem;
  margin-top: -10px;
}

.imporant {
  padding: 4rem 0 2rem 0;
  background: #F7FCFF url("../../../images/article/vehicle/third/bg/bg-cloud.svg") no-repeat bottom center;
  text-align: center;
}
.imporant .main {
  position: relative;
  background-color: white;
  border: #4f4f4f 3px solid;
  border-radius: 2rem;
  padding: 0 2rem 3rem 1rem;
  margin: 2rem 0 1rem 0.7rem;
  z-index: 999;
}
.imporant .main .mainContainer {
  width: 100%;
  text-align: left;
  text-align: justify;
}
.imporant .main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -0.8rem;
  left: -0.8rem;
  right: 0;
  bottom: 0;
  border: #4f4f4f 3px solid;
  background: white;
  border-radius: inherit;
  z-index: -99;
}

.card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.card .cardQA {
  text-align: left;
  width: 46%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 0;
}
.card .cardQA .cardTxt {
  width: 70%;
  background-color: white;
  border: #4f4f4f 3px solid;
  border-radius: 2rem;
  padding: 1.5rem;
  text-align: justify;
}
.card .cardQA .boy {
  width: 30%;
  margin-left: -1.5rem;
  z-index: 2;
}
.card .cardQA .girl {
  width: 30%;
  margin-right: -1.5rem;
  margin-top: 2rem;
  z-index: 2;
}

.who {
  background-color: #F7FCFF;
  text-align: center;
  background-image: url("../../../images/article/vehicle/third/bg/bg-who-tree.svg"), url("../../../images/article/vehicle/third/bg/bg-who.svg");
  background-position: bottom center, bottom center;
  background-repeat: no-repeat, repeat-x;
  margin-bottom: -1px;
}
.who .text {
  width: 50%;
  margin: 0 auto;
  z-index: 100;
}
.who .img img {
  width: 70%;
  z-index: 100;
}
.who .img .whoItem {
  position: relative;
  display: flex;
  justify-content: center;
}
.who .img .whoItem img {
  position: absolute;
}

.who-green {
  background-color: #A1D6E2;
  text-align: center;
  padding: 2.5rem 0 0.5rem 0;
}

.what {
  padding: 3rem 0;
  text-align: center;
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F7FCFF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F7FCFF), color-stop(0.75, #F7FCFF), color-stop(0.75, transparent), to(transparent));
  background-size: 18px 18px;
  background-attachment: fixed;
}
.what .text {
  padding-bottom: 2rem;
}
.what .whatMain {
  display: flex;
}
.what .whatMain .whatLeft,
.what .whatMain .whatRight {
  padding: 2rem 1.5rem 0rem 1.5rem;
  margin-bottom: 2rem;
  width: 50%;
}
.what .whatMain .whatLeft .icon,
.what .whatMain .whatRight .icon {
  max-width: 205px;
}
.what .whatMain .whatLeft {
  border-right: 2px dotted #707070;
}
.what .whatMain p {
  text-align: justify;
  min-height: 165px;
  padding: 0 1.5rem;
}
.what .whatMain .title {
  padding: 1rem;
  color: #005bac;
  font-size: 1.5rem;
  font-weight: 700;
}
.what .receipt {
  background: url("../../../images/article/vehicle/third/bg/bg-receipt02.png") repeat top center;
  background-size: 100%;
  margin-top: 2rem;
}
.what .receipt img {
  width: 100%;
}
.what .receipt .receipt-bottom {
  padding-top: 4rem;
}
.what .receipt .receiptMain {
  width: 70%;
  position: relative;
  left: 18%;
  margin-bottom: -8px;
}
.what .receipt .receiptMain ul {
  min-height: 200px;
}
.what .receipt .receiptMain .title {
  color: #005bac;
  font-weight: 700;
  border-bottom: 1pt solid #005bac;
  padding: 0 0 0.5rem 0;
  margin-top: -1rem;
}
.what .receipt .receiptMain ul {
  text-align: left;
  padding-top: 1rem;
  line-height: 2rem;
}
.what .receipt .receiptMain ul li {
  list-style-type: none;
}
.what .receipt .receiptMain ul li:before {
  content: "";
  vertical-align: middle;
  margin-right: 0.5rem;
  background-image: url("../../../images/article/vehicle/third/icon-money.svg");
  background-size: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.what .important {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.what .important .important01,
.what .important .important02,
.what .important .important03 {
  width: 33%;
}
.what .important .important02 {
  padding-top: 3rem;
}
.what .important img {
  width: 150px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.situation {
  padding: 3rem 0;
  text-align: center;
  background: #FFFEF2 url("../../../images/article/vehicle/third/bg/situation-bg.svg") repeat top center;
  background-attachment: fixed;
  animation: situation 30s linear infinite;
}
.situation .example {
  padding-top: 1rem;
}
.situation .example .title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.9rem;
  z-index: 999;
  position: relative;
  background: #ffcc00 url("../../../images/article/vehicle/third/bg/titlebg.svg") no-repeat center center;
  background-size: 112%;
  border: #4f4f4f 3px solid;
}
.situation .example .title span {
  background-color: #4f4f4f;
  border-radius: 100px;
  color: white;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
}
.situation .example .triangle {
  z-index: 10;
  width: 100%;
  position: relative;
}
.situation .example .triangle img {
  width: auto;
}
.situation .example .triangle .triangle01 {
  transform: rotate(180deg);
  position: absolute;
  top: -19px;
  left: 0;
  width: 23px;
}
.situation .example .triangle .triangle02 {
  position: absolute;
  top: -18px;
  right: 0;
  width: 23px;
}
.situation .example .situationMain {
  margin: 0 20px;
  background-color: white;
  border: #4f4f4f 3px solid;
  border-top: none;
  border-radius: 0 0 2rem 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.situation .example .situationMain .situation01 img,
.situation .example .situationMain .situation02 img {
  margin: 0 auto;
  width: 70%;
}
.situation .example .situationMain p {
  padding: 1rem 0;
  text-align: justify;
}
.situation .example .situationMain .pay {
  text-align: justify;
  padding: 2rem;
  background-color: #FFFEF2;
  border-radius: 1.5rem;
}
.situation .example .situationMain .pay .payTitle {
  color: #005bac;
  font-size: 1.5rem;
  font-weight: 700;
}
.situation .example .situationMain .pay .payMain {
  display: flex;
  align-items: flex-start;
  padding-top: 1rem;
}
.situation .example .situationMain .pay .payMain .happy,
.situation .example .situationMain .pay .payMain .cry {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.situation .example .situationMain .pay .payMain .payImg {
  width: 20%;
}
.situation .example .situationMain .pay .payMain .payImg img {
  width: 90%;
  margin: 0;
}
.situation .example .situationMain .pay .payMain .payWord01 {
  padding-right: 1rem;
  width: 80%;
}
.situation .example .situationMain .pay .payMain .payWord02 {
  width: 80%;
}

.buy {
  padding: 3rem 0;
  text-align: center;
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F7FCFF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F7FCFF), color-stop(0.75, #F7FCFF), color-stop(0.75, transparent), to(transparent));
  background-size: 18px 18px;
  background-attachment: fixed;
}
.buy .text {
  background-color: white;
  border: 3px solid #4f4f4f;
  text-align: justify;
  padding: 2rem;
  margin-top: 1rem;
  border-radius: 2rem;
}
.buy .text .textWhy {
  font-weight: 700;
  border-radius: 30px;
  color: white;
  border: 3px solid #4f4f4f;
  background-color: #005bac;
  padding: 0.5rem 2rem;
  width: 200px;
  text-align: center;
  margin: 1rem 0;
}
.buy .text ul.buyList {
  text-align: justify;
  padding: 0.5rem 0 0 1.4rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.buy .text ul.buyList li:first-child {
  list-style-type: "❶ ";
  padding-bottom: 0.5rem;
}
.buy .text ul.buyList li:last-child {
  list-style-type: "❷ ";
  padding-bottom: 0.5rem;
}
.buy .main {
  position: relative;
  background-color: white;
  border: #4f4f4f 3px solid;
  border-radius: 2rem;
  padding: 0 2rem 3rem 1rem;
  margin: 3rem 0 0 0.7rem;
  z-index: 999;
}
.buy .main .mainContainer {
  width: 100%;
  text-align: left;
  text-align: justify;
}
.buy .main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -0.8rem;
  left: -0.8rem;
  right: 0;
  bottom: 0;
  border: #4f4f4f 3px solid;
  background: white;
  border-radius: inherit;
  z-index: -99;
}
.buy .eLink {
  text-align: center;
}

.buyTable {
  width: 80%;
  margin: 2rem auto;
  background-color: white;
}
.buyTable .rowFlex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.buyTable .rowFlex .item,
.buyTable .rowFlex .doubleItem {
  text-align: center;
  line-height: 1.5rem;
  padding: 0.5rem;
}
.buyTable .item {
  flex: 1 0 10%;
  border-bottom: 2px solid #4f4f4f;
  border-left: 2px solid #4f4f4f;
}
.buyTable .tableTitle {
  background-color: #005bac;
  color: white;
  border-bottom: 2px solid #4f4f4f;
}
.buyTable .doubleItem {
  border: 2px solid #4f4f4f;
}
.buyTable .lineR {
  border-right: 2px solid #4f4f4f;
}
.buyTable .bottomR {
  border-radius: 0 0 0 2rem;
}
.buyTable .bottomL {
  border-radius: 0 0 2rem 0;
}
.buyTable .doubleItem {
  flex: 2 0 20%;
  border-radius: 2rem 2rem 0 0;
}
.buyTable .hiddenItem {
  flex: 1 0 10%;
}
.buyTable .bold {
  font-weight: 600;
}

.questionBg {
  background-color: #F7FCFF;
  padding: 1rem 0 4rem 0;
  margin-top: -1px;
}
.questionBg .qaMain {
  text-align: center;
  padding: 1.5rem 0;
}

.questionList .question {
  color: white;
  background-color: #005bac;
  border: #4f4f4f 3px solid;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  margin: 10px 0;
}
.questionList .question.active answer {
  display: block;
}
.questionList .question.active .qa::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: 1rem;
  background: url("../../../images/article/vehicle/third/arrow.svg") no-repeat top center;
  background-size: 15px;
  transform: rotate(180deg);
  transition: 0.5s;
}
.questionList .question .qa {
  position: relative;
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.questionList .question .qa .q-icon {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffcc00;
  line-height: 45px;
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.questionList .question .qa .q-title {
  width: 75%;
}
.questionList .question .qa::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: 1rem;
  background: url("../../../images/article/vehicle/third/arrow.svg") no-repeat top center;
  background-size: 15px;
  transition: 0.5s;
}
.questionList .answer {
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  margin: 1rem 0 1rem 0;
  color: #4f4f4f;
  display: none;
  background-color: white;
  text-align: justify;
}

.extendBg {
  background: #F7FCFF url("../../../images/article/vehicle/third/bg/bg-cloud.svg") no-repeat bottom center;
  padding-bottom: 2rem;
}

.extend {
  position: relative;
  padding: 2rem 2rem 2rem 5rem;
  margin: 0 0 0 1.5rem;
  background-color: white;
  border: #4f4f4f 3px solid;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  z-index: 999;
}
.extend::after {
  z-index: 999;
  position: absolute;
  content: "";
  width: 50px;
  top: 50%;
  left: -1.8rem;
  right: 0;
  bottom: 0;
  transform: translate(0, -50%);
  background: url("../../../images/article/vehicle/third/note02.svg") no-repeat top left;
}
.extend::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -0.8rem;
  left: -0.8rem;
  right: 0;
  bottom: 0;
  border: #4f4f4f 3px solid;
  background: white;
  border-radius: inherit;
  z-index: -99;
}
.extend .extendleft {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.extend .extendimg {
  width: 50%;
}
.extend .extendimg img {
  width: 85%;
}
.extend .extendTitle {
  width: 50%;
  color: #005bac;
  font-weight: 700;
  font-size: 1.5rem;
  border-right: 2px solid #005bac;
  line-height: 10rem;
}
.extend .extendLink {
  width: 60%;
  padding-left: 5rem;
  text-align: justify;
}
.extend .extendLink li {
  line-height: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  list-style-type: disc;
}
.extend .extendLink a {
  color: #4f4f4f;
}
.extend .extendLink a:hover {
  color: #005bac;
}

.ctaBg {
  background-color: #F7FCFF;
}

.cta .ctaFixed {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  right: -50%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 3px #4f4f4f solid;
  padding-bottom: 0.5rem;
}
.cta .ctaBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta .btn {
  text-align: center;
  width: 30%;
  background-color: #ffcc00;
  border: #4f4f4f 3px solid;
  border-radius: 100px;
  line-height: 3rem;
  margin: 0.5rem;
  box-shadow: 3px 6px 0px 2px #815A00;
  text-decoration: none;
  color: #4f4f4f;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s all;
}
.cta .btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.cta .btn .btnTitle:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../../../images/article/vehicle/third/arrow.svg") no-repeat top center;
  background-size: 10px;
  background-position: top left;
  margin-left: 10px;
  margin-bottom: 3px;
  transform: rotate(270deg);
}
.cta .ctaW {
  text-align: center;
  padding-bottom: 1rem;
}

.footerBg {
  background: #F7FCFF url("../../../images/article/vehicle/third/bg/bg-footer-city.svg") no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: -1px;
}
.footerBg img {
  display: inline-block;
}
.footerBg .footerImg {
  position: relative;
}
.footerBg .footer-car {
  padding-top: 5rem;
  width: 20%;
  animation: slidein2 20s infinite both;
  position: relative;
}
.footerBg .footer-motor {
  padding-top: 5rem;
  width: 10%;
  animation: slidein 15s infinite both;
  position: relative;
}

@keyframes slidein {
  from {
    right: 30%;
  }
  to {
    right: -90%;
  }
}
@keyframes slidein2 {
  from {
    right: -100%;
  }
  to {
    right: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .situation .example .title {
    background-size: 158%;
  }
  .what .receipt .receiptMain .title {
    font-size: 1.3rem;
  }
  .what .receipt .receiptMain p {
    min-height: 180px;
  }
  .who {
    background-image: none, url("../../../images/article/vehicle/third/bg/bg-who.svg");
    background-position: none, bottom center;
    background-repeat: none, repeat-x;
  }
  .who .text {
    width: 80%;
  }
  .who .img img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .mob-hidden {
    display: none;
  }
  .pc-hidden {
    display: inline-block;
  }
  h1,
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .textBig {
    font-size: 1.2rem;
  }
  .tipTitle {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .main {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .main .noteImg {
    width: 85%;
    margin: -0.5rem auto 0 auto;
  }
  .main .boomImg {
    width: 100%;
    margin: -5rem auto 0 auto;
  }
  .imporant {
    padding: 3rem 0rem 1rem 0rem;
    background-size: 135%;
  }
  .imporant .title {
    margin-bottom: 1rem;
  }
  .card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card .cardQA {
    width: 100%;
    padding: 0.5rem 0;
  }
  .card .cardQA .cardTxt {
    width: 80%;
    padding: 1rem;
  }
  .card .cardQA .boy {
    width: 20%;
    margin-left: -1rem;
  }
  .card .cardQA .girl {
    width: 20%;
    margin-right: -1rem;
    margin-top: 0;
  }
  .mainContainer p {
    text-align: justify;
  }
  .who {
    background-image: none, url("../../../images/article/vehicle/third/bg/bg-who.svg");
    background-size: 140%;
  }
  .who .text {
    width: 94%;
    padding-bottom: 2rem;
  }
  .who .img img {
    width: 100%;
  }
  .what .whatMain {
    padding-bottom: 2rem;
    flex-wrap: wrap;
  }
  .what .whatMain .whatLeft,
  .what .whatMain .whatRight {
    padding: 1rem 0.5rem 0rem 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .what .whatMain .whatLeft .icon,
  .what .whatMain .whatRight .icon {
    max-width: 205px;
  }
  .what .whatMain .whatLeft {
    border-right: none;
    border-bottom: 2px dotted #707070;
    padding-bottom: 2rem;
  }
  .what .whatMain p {
    text-align: justify;
    min-height: 0;
    padding: 0;
  }
  .what .important {
    width: 95%;
  }
  .what .receipt {
    padding-bottom: 1rem;
  }
  .what .receipt .receiptMain {
    left: 1rem;
    margin: 0 auto;
  }
  .what .receipt .receiptMain .title {
    font-size: 1.3rem;
  }
  .what .receipt .receiptMain ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 0;
  }
  .what .receipt .receiptMain ul li {
    width: 50%;
  }
  .situation {
    padding-bottom: 1rem;
    background-size: 200%;
    animation: situation 30s linear infinite;
  }
  .situation .title {
    background-size: 168%;
  }
  .situation .example .triangle {
    display: none;
  }
  .situation .example .situationMain {
    padding: 1.5rem;
    margin: 0 0 2rem 0;
  }
  .situation .example .situationMain .situation01 img,
  .situation .example .situationMain .situation02 img {
    width: 100%;
  }
  .situation .example .situationMain .pay {
    padding: 1.5rem;
  }
  .situation .example .situationMain .pay .payMain {
    flex-wrap: wrap;
  }
  .situation .example .situationMain .pay .payMain .happy,
  .situation .example .situationMain .pay .payMain .cry {
    align-items: self-start;
    width: 100%;
  }
  .situation .example .situationMain .pay .payMain .happy .payImg,
  .situation .example .situationMain .pay .payMain .cry .payImg {
    width: 10%;
    padding-bottom: 1rem;
  }
  .situation .example .situationMain .pay .payMain .happy {
    padding-bottom: 1rem;
  }
  .situation .example .situationMain .pay .payMain .payWord01 {
    padding-right: 1rem;
    width: 90%;
  }
  .situation .example .situationMain .pay .payMain .payWord02 {
    width: 90%;
  }
  .situation .example .title {
    background-image: none;
    font-size: 1.2rem;
  }
  .situation .example .title span {
    margin: 0 auto 0.5rem auto;
    display: block;
    width: 60%;
    padding: 0.3rem 0.5rem;
  }
  .buy .text {
    padding: 1.5rem;
  }
  .buyTable {
    width: 100%;
    margin: 1rem auto;
  }
  .buyTable .rowFlex .item {
    flex: none;
  }
  .buyTable .rowFlex .item:first-child {
    width: 48%;
  }
  .buyTable .rowFlex .item:nth-child(even) {
    width: 26%;
  }
  .buyTable .rowFlex .item:last-child {
    width: 26%;
  }
  .buyTable .doubleItem {
    flex: 2 0 20%;
    border-radius: 1rem 1rem 0 0;
  }
  .buyTable .bottomL {
    border-radius: 0 0 1rem 0;
  }
  .buyTable .bottomR {
    border-radius: 0 0 0 1rem;
  }
  .extendBg {
    background-size: 135%;
  }
  .extend {
    padding: 2rem;
  }
  .extend .extendleft {
    border-bottom: 2px solid #005bac;
    width: 100%;
  }
  .extend .extendleft .extendimg {
    width: 15%;
  }
  .extend .extendleft .extendimg img {
    width: 100%;
  }
  .extend .extendleft .extendTitle {
    width: 85%;
    border-right: none;
    line-height: 5rem;
    padding-left: 1rem;
  }
  .extend .extendLink {
    padding-top: 2rem;
    width: 100%;
    padding-left: 1rem;
  }
  .extend::after {
    z-index: 999;
    position: absolute;
    content: "";
    width: 50px;
    max-height: 180px;
    top: 50%;
    left: -1.8rem;
    right: 0;
    bottom: 0;
    transform: translate(0, -50%);
    background: url("../../../images/article/vehicle/third/note02.svg") repeat top left;
  }
  .questionList .question {
    padding: 0.8rem 1rem;
  }
  .questionList .question .q-icon {
    font-size: 1.5rem;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .questionList .answer {
    padding: 1rem;
  }
  .questionBg {
    padding: 1rem 0 2rem 0;
  }
  .footerBg img {
    width: 25%;
    display: inline-block;
  }
  .footerBg .footer-car {
    padding-top: 3rem;
    width: 45%;
  }
  .footerBg .footer-motor {
    padding-top: 3rem;
    width: 25%;
  }
  .loading-page img {
    position: absolute;
    width: 70%;
  }
  .cta .btn {
    width: 45%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 540px) {
  .kvBg {
    background-image: url("../../../images/article/vehicle/third/bg/kv-bg-cloud.svg"), url("../../../images/article/vehicle/third/bg/kv-bg-peoplem.svg"), url("../../../images/article/vehicle/third/bg/kv-bg-s.svg");
    background-size: 180%, 100%, 100%;
  }
  .kv .kvTitle {
    padding-top: 7rem;
    width: 80%;
  }
  .kv .kvCar {
    display: none;
  }
  .kv .kvCarm {
    display: block;
    width: 90%;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 543px) {
  .kvBg {
    background-image: url("../../../images/article/vehicle/third/bg/kv-bg-cloud.svg"), url("../../../images/article/vehicle/third/bg/kv-bg-peoplem.svg"), url("../../../images/article/vehicle/third/bg/kv-bg-s.svg");
    background-size: 200%, 125%, 128%;
  }
  .kv .kvTitle {
    padding-top: 4.5rem;
    width: 95%;
  }
  .kv .kvCar {
    display: none;
  }
  .kv .kvCarm {
    display: block;
    width: 110%;
    margin-top: 4rem;
  }
  .what .receipt .receiptMain ul li {
    width: 100%;
  }
  .what .important {
    width: 100%;
    align-items: flex-start;
  }
  .what .important .important01,
  .what .important .important02,
  .what .important .important03 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .what .important .important01 p,
  .what .important .important02 p,
  .what .important .important03 p {
    text-align: center;
    min-width: 190px;
  }
  .what .important .important01 p {
    letter-spacing: -0.2px;
  }
  .what .important .important02 {
    padding-top: 0;
  }
  .card .cardQA {
    width: 100%;
    padding: 0.8rem 0;
  }
  .card .cardQA .cardTxt {
    width: 65%;
    padding: 1rem;
    border: #2D2D2D 2px solid;
  }
  .card .cardQA .boy {
    width: 35%;
    margin-left: -1rem;
    margin-top: 1rem;
  }
  .card .cardQA .girl {
    width: 35%;
    margin-right: -1rem;
    margin-top: 1rem;
  }
  .situation {
    animation: situation 30s linear infinite;
  }
  .situation .example .situationMain {
    padding: 1rem;
  }
  .situation .example .situationMain .pay {
    padding: 1rem 0.5rem;
  }
  .situation .example .situationMain .pay .payTitle {
    text-align: center;
  }
  .situation .example .situationMain .pay .payMain {
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .situation .example .situationMain .pay .payMain .happy,
  .situation .example .situationMain .pay .payMain .cry {
    align-items: self-start;
    width: 100%;
    text-align: center;
  }
  .situation .example .situationMain .pay .payMain .happy .payImg,
  .situation .example .situationMain .pay .payMain .cry .payImg {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .situation .example .situationMain .pay .payMain .happy .payImg img,
  .situation .example .situationMain .pay .payMain .cry .payImg img {
    width: 25%;
    margin: 0 auto;
  }
  .situation .example .situationMain .pay .payMain .happy {
    padding-bottom: 0rem;
  }
  .situation .example .situationMain .pay .payMain .payWord01 {
    padding-right: 0;
    padding-bottom: 1rem;
    width: 100%;
  }
  .situation .example .situationMain .pay .payMain .payWord02 {
    width: 100%;
  }
  .buy .text .textWhy {
    margin: 0.5rem auto 1rem auto;
    width: 100%;
  }
  .footerBg .footerImg {
    position: relative;
  }
  .footerBg .footer-car {
    animation: slidein2 10s infinite both;
  }
  .footerBg .footer-motor {
    animation: slidein 5s infinite both;
  }
  @keyframes slidein {
    from {
      right: 30%;
    }
    to {
      right: -90%;
    }
  }
  @keyframes slidein2 {
    from {
      right: -100%;
    }
    to {
      right: 30%;
    }
  }
}/*# sourceMappingURL=style-third.css.map */