* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.official-home-navigator-container {
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  padding: 14px 0;
}

.official-home-navigator-container .official-home-navigator-logo {
  height: 100%;
}

.official-home-banner {
  width: 100%;
  position: relative;
}

.official-home-banner.pc {
  display: block;
}

.official-home-banner.mobile {
  display: none;
}

.official-home-banner-container {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  left: 50%;
  align-items: center;
  transform: translateX(-50%);
  justify-content: space-between;
}

.official-home-wrap {
  margin: 0 auto;
  padding: 0 20px;
}

.official-home-wrap .official-home-other-subscribe-here {
  margin-bottom: 12px;
  font-size: 18px;
  color: #333333;
}


.official-home-banner-container .official-home-banner-container-desc {
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}


.official-home-banner-container .official-home-banner-container-title {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
}

.official-home-banner-container .official-home-banner-chapter {
  width: 150px;
  height: 150px;
  padding: 21px 0;
  text-align: center;
  background: #F05A23;
}

.official-home-banner-container .official-home-banner-chapter-text {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.official-home-banner-container .official-home-banner-chapter-no {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.official-details-wrap {
  margin: 0 auto;
  padding: 0 20px;
}

.official-home-other {
  margin: 24px 0 48px;
  display: flex;
  justify-content: space-between;
}

.official-home-other .official-home-other-audio {
  background: #F9F9F9;
}

.official-home-other .official-home-other-desc {
  color: #333333;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}

.official-home-wrap .details-time-title {
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  color: #F05A23;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 24px;
}

.official-home-wrap .details-time-item {
  margin-bottom: 24px;
}

.official-home-wrap .details-time-desc {
  font-size: 21px;
  color: #333333;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}

.official-home-wrap .details-time-range {
  vertical-align: middle;
}

.official-home-wrap .details-time-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}


.official-home-wrap .details-time {
  font-size: 21px;
  color: #F05A23;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
}

.official-home-wrap .official-home-contact {
  display: flex;
  margin-top: 36px;
}

.official-home-contact .official-home-contact-img {
  border-radius: 50%;
  background: #F9F9F9;
  width: 36px;
  height: 36px;
  margin-right: 36px;
}

.official-home-faq-wrap {
  background: #F9F9F9;
  padding: 32px 36px;
}

.official-home-faq-wrap .official-home-faq-item {
  background: #FFFFFF;
  padding: 24px 200px 24px 32px;
  position: relative;
}

.official-home-faq-title {
  font-size: 18px;
  margin-bottom: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}

.official-home-faq-wrap .official-home-faq-item:not(:last-child) {
  margin-bottom: 24px;
}

.official-home-faq-wrap .official-home-faq-button {
  border: 1px solid rgba(240, 90, 35, 1);
  font-size: 14px;
  color: #F05A23;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  width: 120px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin-top: 32px;
  cursor: pointer;
  text-decoration: none;
}

.official-home-faq-wrap .official-home-faq-a {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  margin: 16px 0 28px;
}

.official-home-faq-wrap .official-home-faq-f {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
}

.official-home-faq-wrap .official-home-faq-tag {
  background: #F05A23;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.official-home-wrap .official-home-other-link {
  flex: 0 0 380px;
  padding: 0 20px;
}

.official-home-wrap .download-big {
  display: auto;
}

.official-home-wrap .download-small {
  display: none;
}

.official-home-wrap .official-home-other-download {
  font-weight: bold;
  margin-left: 16px;
  font-size: 14px;
  border: 1px solid #F05A23;
  text-decoration: none;
  color: #F05A23;
  padding: 8px 16px;
  border-radius: 28px;
  white-space: nowrap;
}


@media (min-width: 1300px) {
  .official-home-banner-container {
    width: 1300px;
  }

  .official-home-wrap {
    max-width: 1300px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .official-home-banner.pc {
    display: none;
  }

  .official-home-banner.mobile {
    display: block;
  }

  .official-home-faq-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .official-home-faq-wrap .official-home-faq-button {
    width: 100%;
  }

  .official-home-banner {
    border-radius: 16px;
  }

  .official-home-wrap .official-home-other {
    display: block;
  }

  .official-home-faq-wrap .official-home-faq-f {
    padding-right: 70px;
  }

  .official-home-wrap .official-home-other-download {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
  }

  .official-home-wrap .download-small {
    display: inline-block;
    background-color: #f8f8f8;
    border-radius: 50%;
    padding: 4px;
    width: 26px;
    height: 26px;
  }

  .official-home-wrap .official-home-other-link {
    padding: 0;
    margin-top: 16px;
  }

  .official-home-wrap .download-big {
    display: none;
  }

  .official-home-faq-wrap .official-home-faq-item {
    padding: 24px 16px;
  }

  .official-home-wrap .official-home-faq-tag {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    font-weight: 500;
  }

  .official-home-wrap .details-time-title {
    height: 50px;
    line-height: 50px;
    border: none;
    margin-bottom: 20px;
  }

}
