@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

body {
  /* font-family: Arial, Helvetica, MingLiU; */
}

#main {
  font-family: 'Noto Sans TC', sans-serif;
}

sup {
  display: inline;
}

.w960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hide767 {
  display: block !important;
}

.show787 {
  display: none !important;
}

.hide767-flex {
  display: flex !important;
}

.show787-flex {
  display: none !important;
}

.txt-shadow {
  color: #0066b0;
  position: relative;
  font-size: 22px !important;
  font-weight: bold;
  width: fit-content;
}

@media (min-width: 768px) {
  .txt-shadow {
    font-size: 35px !important;
  }
}

.txt-shadow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -65%;
  background-color: #e6f1f7;
  width: 230%;
  height: 60%;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  z-index: -1;
}

@media (min-width: 768px) {
  .hide767 {
    display: none !important;
  }

  .show787 {
    display: block !important;
  }

  .hide767-flex {
    display: none !important;
  }
  
  .show787-flex {
    display: flex !important;
  }  
}

h1 {
  font-size: 18px !important;
  line-height: 1.5;
}

h2 {
  font-size: 14px !important;
  line-height: 1.5;
}

h3 {
  font-size: 12px !important;
  line-height: 1.5 ;
}

p {
  font-size: 12px;
  line-height: 1.5 ;
  padding: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 20px;
  }
}

#footer {
  transition: margin 0.3s ease;
}

.header-container {
  transition: all 0.2s ease;
}

.header-container.hide-up {
  transform: translateY(-100%);
}

.top-main-bg {
  width: 100%;
  background-color: #fff;
  background-image: url('../images/promopage/img_bg_element_left.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.top-main-content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.section-title {
  color: #0066B3;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  margin-bottom: 8px;
}

.section {
  /* margin-bottom: 64px; */
  padding-bottom: 34px;
}

.section-para {
  margin-top: 64px;
}

.section-para p a { 
  color: #0066B3;
  font-weight: 700;
}

@media (max-width: 1024px) {

  .section {
    margin-bottom: 0;
  }
  .section-para {
    margin-top: 20px;
  }
}

.banner-image {
  background-image: url(../images/promopage/banner/banner_image.jpg);
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 60%);
  padding: 40px 22px;
  z-index: 2;
}

.banner-caption p {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 768px) {
  .banner-image {
    background-image: url(../images/promopage/banner/banner_image.jpg);
    min-height: 200px; 
    background-position: center top;
  }

  .banner-caption {
    padding: 20px 16px; 
  }

  .banner-caption p {
    font-size: 16px;
    line-height: 1.4;
  }
}


.title-with-deco {
  position: relative;
  padding-left: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 24px;
}

.title-with-deco::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 40px;
  background-color: #ccc;
}

.section-title-with-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 40px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-title-with-deco .title-text {
  font-size: 30px;
  font-weight: 700;
  color: #0066B3;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: normal;
  z-index: 1;
}

.section-title-with-deco .deco-line {
  flex: 1;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  min-width: 200px;
}

.section-title-with-deco .deco-left {
  background-image: url(../images/promopage/img_title_deco_left.svg);
}

.section-title-with-deco .deco-right {
  background-image: url(../images/promopage/img_title_deco_right.svg);
}

@media (max-width: 767px) {
  .section-title-with-deco {
    gap: 8px;
    margin: 24px 0;
    min-width: 0;
    overflow: hidden; 
    width: 100%;
  }

  .section-title-with-deco .title-text {
    font-size: 28px;
    line-height: 120%;
  }

  .section-title-with-deco .deco-line {
    height: 16px;
    flex: none;
    min-width: 300px;
    background-size: cover; 
  }
}


.three-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  flex-wrap: wrap; 
  margin-top: 40px;
}

.three-grid .grid-item {
  width: 277px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.three-grid .grid-item img {
  width: 100px;
  height: auto;
  display: block;
  margin-bottom: 29px;
}

.three-grid .grid-item .caption {
  color: #0B3C5E;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
}

@media (max-width: 1024px) {
  .three-grid {
    gap: 32px;
    margin-top: 32px;
  }

  .three-grid .grid-item {
    width: 320px !important;
  }

  .three-grid .grid-item img {
    width: 100px !important;
    margin-bottom: 20px;
  }

  .three-grid .grid-item .caption {
    font-size: 16px;
    line-height: 20px;
  }

  .three-grid .grid-item:nth-child(1),
  .three-grid .grid-item:nth-child(2) {
    flex: 0 0 220px;
  }

  .three-grid .grid-item:nth-child(3) {
    flex: 0 0 220px;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .three-grid {
    gap: 16px;
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
  }

  .three-grid .grid-item {
    width: 50%;
  }

  .three-grid .grid-item img {
    width: 70px;
    margin-bottom: 15px;
  }

  .three-grid .grid-item .caption {
    font-size: 14px;
    line-height: 18px;
  }

  .three-grid .grid-item:nth-child(1),
  .three-grid .grid-item:nth-child(2),
  .three-grid .grid-item:nth-child(3) {
    flex: 0 0 120px;
    margin-top: 30px;
  }
}


@media (min-width: 768px) {
  .three-grid .grid-item .caption {
    font-size: 20px;
  }
}

.tab-box {
  width: 100%;
  border: 2px solid #1A65B3;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}

.tab-header {
  display: flex;
}

.tab-header .tab {
  flex: 1;
  height: 80px;
  border: none;
  background: #fff;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tab .tab-text {
  padding-top: 20px;
}

.tab .tab-icon {
  width: 50px;
}

@media (max-width: 768px) {
  .tab-header .tab {
    height: 50px;
    font-size: 16px;
    gap: 6px;
  }

  .tab .tab-text {
    padding-top: 20px;
  }

  .tab .tab-icon {
    width: 40px;
  }
}

.tab-header .tab.active {
  background-color: #1A65B3;
  color: #fff;
}

.tab-content {
  padding: 20px;
}

.tab-content .content {
  display: none;
}

.tab-content .content.active {
  display: block;
}

.tab-content .content .inner-content {
  padding: 40px 96px;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tab-content .content .inner-content p{
  color: #0B3C5E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 24px;
}

.responsive-iframe {
  width: 100%;
  max-width: 638px;
  height: 364px;
  border: 0;
}

@media (max-width: 1024px) {
  .responsive-iframe {
    max-width: 500px;
    height: 285px;
  }

  .tab-content .content .inner-content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .responsive-iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.mid-main-bg {
  width: 100%;
  background-color: #fff;
  background-image: url('../images/promopage/img_bg_element_right.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.faq-accordion {
  width: 100%;
  background: none;       
  box-shadow: none;       
  border: none;           
}

.faq-item {
  border-bottom: 1px solid #dcdcdc; 
  transition: background 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #0066B3;
  font-size:18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}

.faq-toggle .arrow {
  display: inline-block;
  font-size: 18px;
  color: #999;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .faq-header {
    font-size: 18px;
  }
  .faq-toggle .arrow {
    width: 18px;
    height: 10px;
    margin-top: 5px;
  }
  .faq-toggle .arrow svg {
    width: 20px;
    height: 12px;
  }
}

.faq-item.active .faq-toggle .arrow {
  color: #007bff;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  color: #333;
  /* font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; */
}

.faq-content-li {
  font-size: 18px;
	line-height:140%;
}

@media(max-width: 767px) {
  .faq-content-li {
    font-size: 16px;
  }
}

.faq-item.active .faq-content {
  max-height: 800px;
  padding: 12px 0 18px 0;
}

.faq-item.active .faq-toggle .arrow svg {
  transform: rotate(180deg);
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  justify-content: center;
  align-items: flex-start;
}

.feature-grid .grid-item {
  flex: 0 0 calc(50% - 20px);
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 40px 20px;
  box-shadow: 0 0 9px rgba(0,0,0,0.2);
  height: 380px;   
  overflow: hidden;
  transition: height 0.35s ease;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .feature-grid {
    gap: 0;
    justify-content: stretch;
  }

  .feature-grid .grid-item {
    flex: 0 0 100% !important;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  .feature-grid .grid-item {
    padding: 30px 20px;
  }
}

.grid-item.expanded {
  height: auto;
}

.grid-logo {
  width: 200px;
  margin: 0 auto 10px;
}

/* .grid-description {
  font-size: 18px;
  line-height: 1.4;
} */

.read-more {
  margin-top: 20px;;
  align-self: flex-start;
  color: #0066B3;
  cursor: pointer;
}

.detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  margin-top: 10px;
}

.detail p {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  padding-bottom: 10px;
}

.grid-item.expanded .detail {
  max-height: 1000px;
  transition: max-height 0.5s ease;
}

.demo-accordion {
  position: relative; 
  margin-bottom: 1.5rem; 
}

.demo-accordion-button {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
  color: #1A65B3;
  border: 2px solid #1A65B3;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  border-radius: 30px;;
  z-index: 1; 
  position: relative;
  height: 70px;
}

.demo-accordion-content {
  position: relative; 
  margin-top: 0.5rem; 
  padding: 1rem;
  background-color: #FFFFFF;
  z-index: 1;
  display: none;
  min-height: fit-content;
}

.demo-accordion-content {
  max-height: 0;
  overflow: hidden;
  
}

.demo-accordion-button.active + .demo-accordion-content {
  display: block;
}

.demo-accordion-header {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.demo-accordion-header h3{
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 33.6px;
}

.demo-accordion-arrow {
  display: inline-block;
  margin-top: 10px;
}

.demo-accordion-button.active .demo-accordion-arrow {
  transform: rotate(180deg);
  color: #FFF;
  margin-bottom: 10px;
}

.demo-accordion-button.active svg path {
  stroke: #ffffff;
}

.demo-accordion-button.active {
  background-color: #1A65B3;
  color: #FFFFFF;
  border-color: #1A65B3;
}

@media (max-width: 767px) {
  .demo-accordion-content {
    padding:0;
  }
  
  .demo-accordion-button {
    height: 55px;
    padding: 8px 1rem;
    border-color: #1A65B3;
  }
  .demo-accordion-arrow {
    display: inline-block;
    margin-top: 0px;
    padding: 0.8rem 0;
  }
  .demo-accordion-arrow svg {
    width: 20px;
    height: 12px;
  }
  .demo-accordion-arrow svg path {
    stroke-width: 1;
  }

  .demo-accordion-header h3{
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 33.6px;
  }
}

.app-swiper-container {
  /* padding: 50px 0; */
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app-swiper-container .app-swiper-wrapper {
  width: 45%;
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
}
.app-swiper-container .app-swiper-wrapper .app-swiper {
  overflow: hidden;
  width: 100%;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-wrapper {
  width: 100%;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-slide {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-slide img {
  /* max-width: 100%; */
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 8px;
}
.app-swiper-container .app-swiper-wrapper .app-swiper .swiper-pagination-bullet-active {
  background: #288777;
}

.app-swiper-container .swiper-button-prev::after,
.app-swiper-container .swiper-button-next::after {
  content: '' !important;
  display: none !important;
}

.app-swiper-container .swiper-button-prev,
.app-swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px; 
  height: 40px;
}

.app-step-container {
  width: 30%;
  padding-left: 50px;
  position: relative;
  height: 100%; 
}
.app-step-container .sub-header {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}
.app-step-container .app-step {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  /* padding-bottom: 30px; */
  position: relative;
  width: 100%;
  opacity: 0.3;
  gap: 10px;
}

.app-step-container .app-step.active {
  opacity: 1;
  /* padding-bottom: 30px; */
}

.app-step-container .app-step.active + .app-step,
.app-step-container .app-step.active + .app-step + .app-step {
  opacity: 1;
}

.app-step-container .app-step.active ~ .app-step:nth-child(n+4) {
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* padding-bottom: 30px; */
}

.app-step-container .app-step .app-step__icon {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-out;
  align-items: center;
  justify-content: center;
  position: relative;
}

.app-step-container .app-step.active .app-step__icon {
  background-color: #FF5B4D;
  color: #fff;
}

.app-step-container .app-step:not(.active) .app-step__icon {
  background-color: #cccccc;
  color: #FFF;
}

.app-step-container .app-step .app-step__icon.wide {
  font-size: 20px;
}

.app-step-container .app-step:not(.active) .app-step__title {
  color: #cccccc !important;
  font-weight: 300;
}
.app-step-container .app-step .app-step__content {
  width: 100%;
  position: relative;
  text-align: center;
}
.app-step-container .app-step .app-step__content .app-step__inner-content {
  display: none;
}
.app-step-container .app-step .app-step__content .app-step__title {
  
}
/*
.app-step-container .app-step .app-step__content .app-step__title span {
  font-size: 32px;
} */
.app-step-container .app-step .app-step__content .app-step__desc {
  max-width: 460px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
}
.app-step-container .app-step.active .app-step__inner-content {
  display: block;
}
.app-step-container .app-step.active .app-step__content:has(.app-step__inner-content) {
  padding-bottom: 20px !important;
}

.app-step-container .app-step:not(:last-child) .app-step__content {
  padding-bottom: 0;
}
.app-step-container .app-step:not(:last-child) .app-step__content:before {
  display: none;
}

@media (max-width: 768px) {
  .app-swiper-container {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
  }
  
  .app-swiper-container .app-swiper-wrapper {
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  
  .app-swiper-container .app-swiper-wrapper .app-swiper {
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-slide {
    height: auto;
    min-height: 500px;
  }
  
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-slide img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
  
  .app-step-container {
    width: 100%;
    height: 40%;
    padding-left: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .app-step-container .app-step {
    display: none;
    opacity: 1; 
    height: auto;
    margin-bottom: 0;
    padding: 10px 0;
  }
  
  .app-step-container .app-step.active {
    display: flex;
    opacity: 1;
  }
  
  .app-step-container .app-step.active + .app-step,
  .app-step-container .app-step.active + .app-step + .app-step,
  .app-step-container .app-step.active ~ .app-step:nth-child(n+4) {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  /* .app-step-container .app-step .app-step__content .app-step__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  } */
  
  .app-step-container .app-step .app-step__content .app-step__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 0;
    max-width: 100%;
  }
  
  .app-swiper-container .swiper-button-prev {
    left: 10px;
  }
  
  .app-swiper-container .swiper-button-next {
    right: 10px;
  }
  
  .app-swiper-container .swiper-button-prev,
  .app-swiper-container .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  
  .app-swiper-container .swiper-button-prev svg,
  .app-swiper-container .swiper-button-next svg {
    width: 35px;
    height: 35px;
  }
}
/* 
@media (max-width: 1024px) {
  .app-swiper-container .app-swiper-wrapper .app-swiper {
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-slide {
    height: auto;
    min-height: 500px;
  }
  
  .app-swiper-container .app-swiper-wrapper .app-swiper .swiper-slide img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
} */

.end-main-bg {
  width: 100%;
  background-color: #fff;
  padding: 48px 0;
}

.end-main-bg a {
  color: #0167B4;
  /* font-family: Helvetica; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.text-blue {
  color: #0167B4;
  /* font-family: Helvetica; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.text-blue-a {
  color: #0167B4;
}

.text-blue p {
  font-weight: 400;
}

.text-blue h3 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 16.8px !important;
}

.text-grey {
  color: #666;
  /* font-family: Helvetica; */
  font-size: 16px;
  font-style: normal;
  line-height: 18.2px;
}

.text-grey p {
  font-weight: 400;
}

.text-grey h3 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .end-main-bg {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
  }

  .text-blue {
    color: #0167B4;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
  }

  .text-blue p {
    font-weight: 400;
  }

  .text-blue h3 {
    font-weight: 700;
  }

  .text-grey {
    color: #666;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    line-height: 15px;
  }

  .text-grey p {
    font-weight: 400;
  }

  .text-grey h3 {
    font-weight: 700;
  }

  .text-grey ol.roman li{
        font-size: 10px;
    }
}

ol.lowRoman {
  margin-top: 10px;
  margin-left: 20px;
}

ol.lowRoman li {
    list-style-type: lower-roman;
    padding-bottom: 10px;
}

.mess_box p {
  font-size: 14px;
}

.disc > li {
  margin-bottom: 10px;
}

.disc > li a {
  font-size: 14px;
}

/* .mess_box_1 {
  font-size: 18px;
}

.mess_box_1 .f18 {
  font-size: 18px;
  line-height: 140%;
}

.mess_box_1 .f24 {
  font-size: 24px;
  line-height: 140%;
  color: #0066B3;
  font-weight: bolder;
} */

.new-blue {
  color: #0066B3;
}

.bolder {
  font-weight: bolder;
}
.line-height-1-8 {
  line-height: 1.8;
}

#服務示範 {
  scroll-margin-top: 100px;
}

#常見問題 {
  scroll-margin-top: 100px;
}

@media (max-width: 767px) {
  #服務示範 {
    scroll-margin-top: 70px;
  }

  #常見問題 {
    scroll-margin-top: 70px;
  }
}

@media (max-width: 1024px) {
  .feature-grid {

  }

  .feature-grid .grid-item {
    
  }
}


.top-main-class {
  margin:40px auto 60px auto;
}
@media (max-width: 768px) {
  .top-main-class {
    margin: 0;
  }
}