@charset "UTF-8";
/*
--- 01 TYPOGRAPHY SYSTEM

- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

- Font weights
Default: 400
Medium: 500
Semi-bold: 600
Bold: 700

- Line heights
Default: 1
Small: 1.05
Medium: 1.2
Paragraph default: 1.6

- Letter spacing
-0.5px
0.75px

--- 02 COLORS
- Primary: #1A5AD9
- Tints (淺色調):
#D5D4FF


- Shades (深色調): 
#08a679

- Accents (強調色): #0ACF97
- Greys (灰色調)

#888
#767676 (lightest grey allowed on #fff)
#6f6f6f (lightest grey allowed on #fdf2e9)
#555
#333

--- 05 SHADOWS

0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);

--- 06 BORDER-RADIUS

Default: 3.2px
Medium: 15px

--- 07 WHITESPACE

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/
/* carousel */
.owl-nav {
  font-size: 4.8rem;
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* 特色介紹 */
.ap-major-features {
  background-color: #eeecf8;
}

.ap-features {
  column-gap: 8rem;
}
@media (max-width: 768px) {
  .ap-features {
    row-gap: 8rem;
  }
}

/* 四大理由 */
.ap-reasons .card {
  border: solid 1px #ececec;
  border-radius: 1.5rem;
  padding: 2.4rem;
}

/* 功能介紹-右欄左欄共2個 */
.ap-introduce {
  background-color: #fff;
}
@media (max-width: 1079px) {
  .ap-introduce__box {
    flex-direction: column;
  }
}
.ap-introduce .ap-introduce__img-box,
.ap-introduce .ap-introduce__text {
  flex: 1;
}
.ap-introduce .ap-introduce__img-box {
  width: 100%;
}
.ap-introduce .ap-introduce__img-box .ap-introduce__img {
  width: 100%;
  border-radius: 15px;
}
.ap-introduce .ap-title {
  align-items: flex-start;
}
.ap-introduce .ap-title .heading-secondary {
  padding: 1.2rem 5.4rem;
  font-weight: 200;
  color: #f9fafc;
  background-color: #313a46;
  border-radius: 100px;
}
.ap-introduce .ap-introduce__lists {
  font-size: 1.6rem;
}
.ap-introduce .ap-introduce__lists li {
  line-height: 2.4;
}

/* cta */
.ap-cta {
  position: relative;
  height: 80vh;
}
.ap-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/images/cta-bg--lg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1; /* 放到最底層 */
}
@media (max-width: 768px) {
  .ap-cta {
    height: 50vh;
  }
}

.cta-box .title-info-text {
  margin: 0 auto;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
}
.cta-box span {
  display: block;
  -webkit-text-stroke: 0.2px #2b2b2b;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #fff;
}

/* 影片 */
.ap-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ap-video .ap-video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
