/*-------------------------------------------------
| header
-------------------------------------------------*/
#thanks_done header {
  padding: 20px 0 20px 0;
}

#thanks_done header img {
  width: 171px;
  height: 82px;
  margin-left: 7vw;
  margin-right: 7vw;
}

@media (max-width: 1024px) {
  #thanks_done header {
    padding: 28px 0 0 0;
  }

  #thanks_done header img {
    width: 125px;
    height: 60px;
    margin-left: 0vw;
    margin-right: 0vw;
  }
}

/*-------------------------------------------------
| secion 1
-------------------------------------------------*/
#thanks_done #section1 {
  position: relative;
  padding-top: 84px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#thanks_done #section1 > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  object-fit: cover;
  border-radius: 0px 40px 40px 0px;
}

#thanks_done #section1 div {
  margin-left: 7vw;
  margin-right: 7vw;
}

#banner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#thanks_done #banner h1 {
  color: #000;
  font-family: "PingFang TC";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
}

#thanks_done #banner p {
  color: #000;
  font-family: "PingFang TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 2.4px;

  display: flex;
  flex-direction: column;
}

#thanks_done #companies {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

#thanks_done #companies p {
  color: #000;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: 2px;
}

#thanks_done #companies div {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
}

#thanks_done #companies img {
  max-height: 60px;
  width: 200px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  #thanks_done #section1 {
    position: relative;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #thanks_done #section1 > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    object-fit: cover;
    border-radius: 0px;
  }

  #thanks_done #section1 div {
    margin-left: 17px;
    margin-right: 17px;
  }

  #thanks_done #banner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #thanks_done #banner h1 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
  }

  #thanks_done #banner p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;

    display: flex;
    flex-direction: column;
  }

  /* 動畫 */
  #thanks_done #banner .animation {
    margin-top: 2rem;
    height: 90px;
    border: 1px dashed gray;
    color: gray;
  }

  #thanks_done #companies {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  #thanks_done #companies p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.4px;
  }

  #companies div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    width: 307px;

    gap: 16px;
  }

  #thanks_done #companies img {
    width: 142px;
    max-height: 40px;
    object-fit: contain;
  }
}

/*-------------------------------------------------
| secion 2
-------------------------------------------------*/
#thanks_done #section2 {
  background-color: #f9f9f9;
  margin-top: 124px;
  padding-top: 64px;
  padding-bottom: 64px;
}

#thanks_done #section2 > div {
  margin-left: 7vw;
  margin-right: 7vw;
  display: flex;
  flex-direction: column;
  gap: 84px;
}

#thanks_done h2 {
  color: #099660;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: 2px;

  display: flex;
  flex-direction: column;
}
#thanks_done h2 span {
  color: #000;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 2.4px;
}

#thanks_done #services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
#thanks_done #services .services-first-row,
.services-second-row {
  display: flex;
  justify-content: center;
  gap: 28px;
}

#thanks_done #services .service-card {
  width: 240px;
  height: 320px;
  border-radius: 20px;
  border-top: 10px solid #099660;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  padding-top: 52px;
}

#thanks_done #services .service-card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

#thanks_done #services h4 {
  color: #353c4e;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 200% */
  letter-spacing: 2px;

  width: max-content;
  display: flex;
  flex-direction: column;
}

#thanks_done #services h4 span {
  color: #004974;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;

  max-width: 152px;
}

#thanks_done #services img {
  width: 48px;
  height: 48px;
}

#thanks_done #services a {
  display: flex;
  width: 180px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #099660;

  color: #099660;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
}

@media (max-width: 1024px) {
  #thanks_done #section2 {
    background-color: #f9f9f9;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #thanks_done #section2 > div {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  #thanks_done h2 {
    color: #099660;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.4px;

    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  #thanks_done h2 span {
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 1.8px;
  }

  #services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    margin: 0 7vw 0 7vw;
  }

  #thanks_done #services .services-first-row,
  .services-second-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    row-gap: 24px;
  }

  #thanks_done #services .service-card {
    width: 136px;
    height: 181px;
    border-radius: 20px;
    border-top: 10px solid #099660;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }

  #thanks_done #services .service-card > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  #thanks_done #services h4 {
    color: #353c4e;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.4px;

    width: max-content;
    display: flex;
    flex-direction: column;
  }

  #thanks_done #services h4 span {
    color: #004974;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;

    max-width: 120px;
  }

  #thanks_done #services img {
    width: 36px;
    height: 36px;
  }

  #thanks_done #services a {
    display: flex;
    width: 140px;
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #099660;

    color: #099660;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
  }

  #thanks_done #services .services-second-row .service-card:last-child {
    width: 168px;
    height: 224px;
    border-radius: 20px;
    border-top: 10px solid #099660;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    padding-top: 24px;
  }
}

/*-------------------------------------------------
| secion 3
-------------------------------------------------*/
 #thanks_done #section3 {
  padding-top: 98px;
  padding-bottom: 118px;
  display: flex;
  justify-content: center;
}

#thanks_done #section3 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 84px;
  width: 100%;
}

#thanks_done #section3 .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

#thanks_done #section3 .post-card {
  width: 344px;
  height: 439px;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

#thanks_done #section3 img {
  object-fit: cover;
  height: 258px;
  width: 100%;
}

#thanks_done #section3 .post-card > div {
  height: 196px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  padding-top: 29px;
  background-color: white;
  border-radius: 20px 20px 0 0;
  position: relative;
  top: -20px;
}

#thanks_done #section3 h3 {
  color: #000;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 200% */
  letter-spacing: 2px;

  display: flex;
  flex-direction: column;
  text-align: center;
}

#thanks_done #section3 h3 span {
  color: #939393;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
}

#thanks_done #section3 a {
  width: 122px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #099660;
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #thanks_done #section3 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
  }

  #thanks_done #section3 > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 36px;
    width: 100%;
  }

  #thanks_done #section3 h2 {
    width: 100%;
  }

  #thanks_done #section3 .posts {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 12px;
    overflow: scroll;
    width: 100%;
    padding: 0 16px 0 16px;
    padding-bottom: 10px;
  }

  #thanks_done #section3 .post-card {
    width: 220px;
    min-width: 220px;
    height: 293.333px;
    border: 0.8px solid #000;
    background: #fff;
    padding: 8px;
  }

  #thanks_done #section3 img {
    object-fit: cover;
    height: 153px;
    width: 204px;
  }

  #thanks_done #section3 .post-card > div {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding-top: 6px;
    background-color: white;
    border-radius: 0;
    position: relative;
    top: 0;
  }

  #thanks_done #section3 h3 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;

    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #thanks_done #section3 h3 span {
    color: #939393;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
  }

  #thanks_done #section3 a {
    width: 122px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #099660;
    color: white;
    text-decoration: none;
  }
}

/*-------------------------------------------------
| secion 4
-------------------------------------------------*/
#thanks_done #section4 > div {
  position: relative;
  display: flex;
  justify-content: center;
  height: 431px;
}

#thanks_done #section4 > div > img {
  height: 431px;
  position: absolute;
  top: 0;
}

#thanks_done #section4 > div > div {
  display: flex;
  gap: 52px;
  padding: 96px 16px 96px 16px;
}

#thanks_done #section4 .title-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 47px;
}

#thanks_done #section4 .title-img img {
  width: 318px;
  height: 112px;
}

#thanks_done #section4 .title-img p {
  color: #000;
  font-family: "PingFang TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 2.4px;

  display: flex;
  flex-direction: column;
}

#thanks_done #section4 .divider {
  width: 1px;
  min-height: 238px;
  background-color: black;
}

#thanks_done #section4 .reviews {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

#thanks_done #section4 .review-card {
  max-width: 462px;
  min-height: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: white;

  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

#thanks_done #section4 .review-card img {
  width: 126px;
  align-self: flex-end;
}

#thanks_done #section4 h4 {
  color: #020202;
  font-family: "PingFang TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
}

#thanks_done #section4 p {
  color: #939393;
  font-family: "PingFang TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.56px;
}

@media (max-width: 1024px) {
  #thanks_done #section4 > div {
    position: relative;
    display: flex;
    justify-content: center;
    height: auto;
  }

  #thanks_done #section4 > div > img {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
  }

  #thanks_done #section4 > div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 53px;
    padding: 32px 16px 40px 16px;
  }

  #thanks_done #section4 .title-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  #thanks_done #section4 .title-img img {
    width: 173px;
    height: 61px;
  }

  #thanks_done #section4 .title-img p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 1.8px;

    display: flex;
    flex-direction: column;
  }

  #thanks_done #section4 .divider {
    width: 1px;
    min-height: 0;
    min-height: 56px;
    max-height: 56px;
    background-color: black;
  }

  #thanks_done #section4 .reviews {
    margin-top: -33px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
  }

  #thanks_done #section4 .review-card {
    max-width: 462px;
    min-height: 160px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background-color: white;

    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
  }

  #thanks_done #section4 .review-card img {
    width: 126px;
    align-self: flex-end;
  }

  #thanks_done #section4 h4 {
    color: #020202;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
  }

  #thanks_done #section4 p {
    color: #939393;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
  }
}

/*-------------------------------------------------
| secion 5
-------------------------------------------------*/
#section5 {
  margin-top: 98px;
}

#thanks_done #section5 h2 {
  color: #000;
  text-align: center;
  font-family: "PingFang TC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
}

@media (max-width: 1024px) {
  #thanks_done #section5 {
    margin-top: 8px;
  }

  #thanks_done #section5 h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}

/* 動畫 */
#thanks_done .animation {
  margin-top: 2rem;
  height: 259px;
  border: 1px dashed gray;
  color: gray;
}
