@import url(/font.css);

* {
  padding: 0;
  margin: 0;
}

html {
  /* font-size: 20px; */
}

ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.banner {
  background-image: url(../../img2023/volkswagen/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 480/201;
}

.section {
  width: 73%;
  padding: 2.5em 13.5%;
  background-color: #ebf7fe;
}

.section h2 {
  color: #081f4c;
  font-size: 1.5em;
  padding: 1em 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.card {
  background-color: #c1dbe8;
  border-radius: 2em;
  text-align: center;
  padding-bottom: 3em;
}

.card-img img {
  width: 100%;
  border-radius: 2em;
}

.card-title,
.ad-title {
  color: #081f4c;

  font-size: 1.6em;
  font-weight: bold;
  width: 100%;
}

.card-des,
.ad-des {
  font-size: 0.9em;
  width: 100%;
  font-weight: bold;
}

.card-title,
.card-des {
  margin: 1em 0;
  line-height: 1.5em;
}

.ad {
  background-image: url(../../img2023/volkswagen/3.jpg);
  background-color: #ebf7fe;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32em;
  background-blend-mode: multiply;
}

.ad-top {
  display: flex;
  align-items: center;
  gap: 1em;
}

.ad-tag {
  display: inline-block;
  background-color: #081f4c;
  color: #fff;
  border-radius: 1em;
  padding: 0 0.5em;
  font-size: 1.5em;
}

.ad-icon {
  padding: 1em;
  border-radius: 1em;
  background-color: #fff;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  margin-right: 1em;
}

.ad-icon img {
  width: 100%;
}

.ad-title,
.ad-des {
  margin: 0.5em 0;
}

.ad-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.variety,
.variety h2,
.process,
.process h2 {
  background-color: #081f4c;
  color: #fff;
}

.variety-title {
  font-size: 1.5em;
}

.variety-table {
  margin: 2em 0;
}

.variety-table table {
  width: 100%;
  border: 1px solid #fff;
  padding: 1em;
  margin: 1em 0;
}

.variety-table td {
  padding: 0.5em;
}

.variety-table td span {
  display: inline-block;
  font-size: 0.8em;
}

.variety-tip {
  font-size: 0.7em;
}

.intro-left,
.intro-left img {
  width: 100%;
}

.intro-left img {
  /* margin: 1.2em 0; */
}

.intro-right {
  margin-left: 3em;
}

.intro-right h2 {
  font-size: 1.5em;
  padding: 0 0 1.2em 0;
}

.intro-right p {
  font-size: 0.8em;
  white-space: pre-line;
}

.brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2em;
  margin: 2em auto 0;
}

.brand > div {
  width: 10%;
  text-align: center;
}

.brand div img {
  height: 4em;
  width: 100%;
  object-fit: contain;
}

.brand > div > div {
  font-size: 0.6em;
  margin: 1em 0;
}

.question {
  line-height: 1.5em;
  background-color: #ebf7fe;
  background-image: url(../../img2023/volkswagen/6.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.question ol li {
  margin: 1em 0;
}

.question h4 {
  margin-bottom: 0.5em;
}

.question ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.question ul,
.question ol p {
  font-size: 0.9em;
}

.process {
  background-image: url(../../img2023/volkswagen/7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.process > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.process > div > div:first-child {
  flex: 1;
}

.process ul {
  list-style-type: none;
}

.process ul li {
  line-height: 1.5em;

  margin: 1em 0;
}

.process-img {
  width: 9em;
}

.process-img img {
  width: 100%;
}

.ad-img-mobile {
  display: none;
}

.store .company {
}

.ppf_con6 {
  padding-top: 85px;
  padding-bottom: 150px;
  background: #ebf7fe;
}

.ppf_con6 .ppf_con6_p {
  color: #081f4c;
  font-size: 3.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.ppf_con6 .ppf_con6_div {
  width: 73%;
  background: #e2e7f0;
  margin: 0 auto;
  padding: 2em 0;
  border-radius: 1em;
  color: #081f4c;
}

.ppf_con6 .ppf_con6_div .ppf_c6d1_div {
  width: 90%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.ppf_con6 .ppf_con6_div .ppf_c6d1_div .swiper-wrapper {
  height: 1em;
  line-height: 1em;
}

.ppf_con6 .ppf_con6_div .ppf_c6d1_div .swiper_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 6px 0;
}

.ppf_con6 .ppf_con6_div .ppf_c6d1_div .swiper_flex p {
  font-size: 1.2em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.8em;
}

.ppf_con6 .ppf_con6_div .ppf_c6d1_div .swiper-scrollbar {
  width: 2px;
}

.ppf_con6 .ppf_con6_div .ppf_c6d1_div .swiper-scrollbar .swiper-scrollbar-drag {
  background: #7890c0;
  width: 9px;
  left: -4px;
  border-radius: 0;
}

@media screen and (max-width: 799px) {
  .ad .grid{
    font-size: 10px;
  }

  .ad-item{
    width: 75%;
  }

  .card {
    padding-bottom: 0;
    font-size: 10px;
  }

  .banner {
    background-image: url(../../img2023/volkswagen/banner_mobile.jpg);
    aspect-ratio: 590/1018;
    background-size: 100% 100%;
  }

  .section {
    width: 100%;
    padding: 0;
  }

  .section h2 {
    padding: 1.5em 0;
  }

  .intro-right h2 {
    font-size: 1.5em;
  }

  .intro-right p {
    font-size: 0.8em;
  }

  .ad-tag {
    border-radius: 5px;
  }

  /* .ad h2 {
    padding: 1em 0;
  } */

  /* .ad-item {
    width: 50%;
    min-width: 20em;
    margin: 1.5em auto;
  } */

  .grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .card,
  .card-img img {
    border-radius: 0;
  }

  .card {
    display: flex;
    flex-direction: column-reverse;
  }

  .card-img img {
    object-fit: cover;
    height: 15em;
  }

  .card > div:nth-child(2) {
    margin: 2em;
  }

  .ad {
    padding: 0;
    padding-top: 2em;
    background-image: unset;
    height: auto;
  }

  .ad-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .ad h2 {
    padding: 1em 0;
  }

  .ad-item {
    width: 60%;
    min-width: 22em;
    margin: 1.5em auto;
  }

  .ad-img-mobile {
    width: 100%;
    display: block;
  }

  .ad-img-mobile img {
    width: 100%;
  }

  .variety {
    display: none;
  }

  .variety-mobile {
    width: 100%;
    background-image: url(../../img2023/volkswagen/5_mobile.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    aspect-ratio: 360 / 557;
  }

  .variety-mobile img {
    width: 100%;
  }

  .intro-left img {
    margin: 0;
  }

  .intro-right {
    margin-left: 0;
    text-align: center;
  }

  .brand {
    padding: 3em 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    width: 70%;
    margin: 2em auto 0;
  }

  .brand > div {
    width: 100%;
  }

  .question > h2,
  .store > h2 {
    text-align: center;
  }

  .question > div {
    padding: 0 3em 5em;
  }

  .process > div {
    flex-direction: column;
  }

  .process > div {
    width: 80%;
    margin: auto;
  }

  .process {
    padding: 3em 0;
  }

  .process > div > div:first-child {
    width: 100%;
  }

  .store .grid {
    grid-template-columns: 1fr 1fr;
  }

  .storelist-m {
    padding: 0 20px 60px 20px;
    font-size: 9px;
  }
}

@media screen and (min-width: 2560px) {
  .section,
  .part6 {
    font-size: 36px;
  }

  .grid {
    grid-gap: 3em;
  }

  .ad-item {
    gap: 1em;
  }
  .intro .grid {
    grid-gap: 0;
  }

  .brand {
    margin-top: 2em;
  }

  .intro-right p {
    font-size: .8em;
    line-height: 1.2em;
  }
  
  .ppf_con6 .ppf_con6_div .ppf_c6d1_div .swiper_flex p {
    font-size: 1em;
  }

  .ppf_con6 .ppf_con6_p {
    font-size: 2em;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .section{
    font-size: 30px;
  }

  .part6{
    font-size: 26px;
  }

  .grid {
    grid-gap: 3em;
  }

  .ad-item {
    gap: 1em;
  }

  .intro .grid {
    grid-gap: 0;
  }

  .intro-right p {
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .question ul,
  .question ol p {
    line-height: 1.8em;
  }
}

@media screen and (min-width: 1708px) and (max-width: 1919px) {
  .section {
    font-size: 28px;
  }
  .part6 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1707px) {
  .section,
  .part6 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .section{
    font-size: 16px;
  }
   .part6 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .section {
    font-size: 14px;
  }
   .part6 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section{
    font-size: 14px;
  }

   .part6 {
    font-size: 12px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .section,
  .part6 {
    font-size: 12px;
  }
   .part6 {
    font-size: 10px;
  }
}

@media screen and (min-width: 800px) and (max-width: 959px) {
  .section,
  .part6 {
    font-size: 10px;
  }
}
