@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#Wapper {
  padding-top: 0;
  padding-bottom: 0;
}

header {
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
  top: -105px;
}
header.in-show, header.menu-expanded {
  top: 0;
}

.title-bx h4 {
  line-height: 1;
  color: #02ACE6;
}
@media all and (max-width: 575px) {
  .title-bx h4 {
    font-size: 3em;
  }
}
@media all and (min-width: 576px) {
  .title-bx h4 {
    font-size: 4em;
  }
}
.title-bx h4 + .fserif {
  color: #333333;
}
@media all and (max-width: 575px) {
  .title-bx h4 + .fserif {
    font-size: 0.9375em;
  }
}
@media all and (min-width: 576px) {
  .title-bx h4 + .fserif {
    font-size: 1.25em;
  }
}
.title-bx.text-center {
  text-align: center;
}

.col-btn {
  width: 100%;
  text-align: center;
}

.stext {
  color: #5D5D5D;
  line-height: 1.5;
  font-family: "Noto Sans TC", sans-serif;
}
@media all and (max-width: 575px) {
  .stext {
    font-size: 0.875em;
  }
}
@media all and (min-width: 576px) {
  .stext {
    font-size: 1.125em;
  }
}

.mtitle {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  .mtitle {
    font-size: 1.125em;
  }
}
@media all and (min-width: 576px) {
  .mtitle {
    font-size: 1.375em;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner video.fullscreen {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner video.fullscreen::-webkit-media-controls {
  display: none !important;
}
.banner .img-shape, .banner .shape-circe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .img-shape {
  width: 43.3%;
}
.banner .img-shape path, .banner .img-shape line, .banner .img-shape polyline {
  stroke: #fff;
  stroke-width: 1px;
}
.banner .img-shape path {
  fill: transparent;
}
.banner .img-circle {
  width: 100%;
}
.banner .img-triangle {
  width: 86.8%;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.banner .img-woman {
  width: 59%;
  position: absolute;
  top: -4.5%;
  left: 41%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: -1;
  -webkit-animation: move1 1s alternate infinite;
          animation: move1 1s alternate infinite;
  opacity: 0;
}
.banner .shape-circe {
  width: 58.3%;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.banner .slogn {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-family: "Noto Serif TC", serif;
}
.banner h1 {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 8vw;
  letter-spacing: 0.2em;
  opacity: 0;
}
.banner h5 {
  font-size: 3.8vw;
  letter-spacing: 0.4em;
  opacity: 0;
}
.banner.animated .img-woman {
  opacity: 1;
  -webkit-transition: 1.5s linear 1s;
  transition: 1.5s linear 1s;
}
.banner.animated h1 {
  opacity: 1;
  -webkit-transition: 1s linear 0.6s;
  transition: 1s linear 0.6s;
}
.banner.animated h5 {
  opacity: 1;
  -webkit-transition: 1s linear 0.6s;
  transition: 1s linear 0.6s;
}

.p1 .col-left img {
  border-top-right-radius: 24%;
  overflow: hidden;
}
.p1 li {
  padding-bottom: 24px;
  position: relative;
}
.p1 li:not(:last-child) {
  border-bottom: 1px solid #FFFA50;
  margin-bottom: 24px;
}
.p1 li > span {
  color: #02ACE6;
}
@media all and (max-width: 575px) {
  .p1 li > span {
    font-size: 1.125em;
  }
}
@media all and (min-width: 576px) {
  .p1 li > span {
    font-size: 1.375em;
  }
}
.p1 .imgbx {
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.p1 .imgbx img {
  -o-object-fit: fill;
     object-fit: fill;
}
.p1 .mtitle {
  color: #02ACE6;
  margin-bottom: 0.5em;
}

.p2 {
  background-color: #C6F8FF;
  text-align: center;
}
.p2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
}
.p2 .mtitle {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  color: #5D5D5D;
}
.p2 .imgbx {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 99em;
  overflow: hidden;
  position: relative;
}
.p2 .imgbx:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.p2 .imgbx img {
  width: 53%;
  height: 53%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p3 .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p3 .title-bx .stext {
  margin-top: 56px;
}
.p3 .card-wrap {
  width: 100%;
}
.p3 .card-wrap .slick-slide {
  padding: 16px;
  width: 416px;
}
.p3 .card-item {
  background-color: white;
  border-radius: 20px;
  padding: 60px 44px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(2, 172, 230, 0.05)) drop-shadow(0px 0px 5px rgba(2, 172, 230, 0.05));
          filter: drop-shadow(0px 0px 5px rgba(2, 172, 230, 0.05)) drop-shadow(0px 0px 5px rgba(2, 172, 230, 0.05));
}
.p3 .card-item i {
  color: #FFFA50;
  font-family: "Cinzel", serif;
  position: absolute;
  top: 0.15em;
  right: 0.25em;
  line-height: 1;
}
@media all and (max-width: 575px) {
  .p3 .card-item i {
    font-size: 3.125em;
  }
}
@media all and (min-width: 576px) {
  .p3 .card-item i {
    font-size: 6.5625em;
  }
}
.p3 .card-item .imgbx {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.p3 .card-item .imgbx img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p3 .card-item h6 {
  margin: 0.8em 0;
  color: #02ACE6;
}
.p3 .card-item .stext {
  color: #707070;
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
.p3 .card-item h6, .p3 .card-item .stext {
  padding-left: 24px;
}

.p5 .col-left {
  background-color: #FFFA50;
  font-family: "Noto Serif TC", serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p5 .col-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #C6F8FF;
}
.p5 h6 {
  position: relative;
  color: black;
  margin-bottom: 1.2em;
}
.p5 h6:before, .p5 h6:after {
  font-family: "Cinzel", serif;
  color: #02ACE6;
  font-size: 1.35em;
  line-height: 1;
  position: absolute;
}
.p5 h6::before {
  content: " ❝ ";
  top: -0.6em;
  left: -0.4em;
}
.p5 h6:after {
  content: " ❝ ";
  color: #02ACE6;
  bottom: -0.6em;
  right: -0.2em;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p5 h6 + div {
  color: #5D5D5D;
}
.p5 .txtbx {
  margin-top: 2em;
}
.p5 .col-right img {
  width: 100%;
}

@media all and (max-width: 768px) {
  .title-bx {
    text-align: center;
    margin-bottom: 2em;
  }
  .col-btn {
    margin-top: 2em;
  }
  .pc_use {
    display: none;
  }
  .banner {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .banner .img-shape {
    width: 120%;
  }
  .banner .img-woman {
    width: 68%;
    top: -10.5%;
    left: 51%;
  }
  .p1 {
    text-align: center;
    margin-bottom: 80px;
  }
  .p1 .col-left img {
    border-top-right-radius: 32%;
  }
  .p1 .col-right {
    margin-top: 5em;
  }
  .p1 li > span {
    display: block;
  }
  .p1 .imgbx {
    width: 160px;
    margin: 1em auto;
  }
  .p2 {
    margin-bottom: 80px;
    padding: 60px 0;
  }
  .p2 .slogn {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: -60px;
    margin-bottom: 8%;
  }
  .p2 .title-bx {
    margin-bottom: 1em;
  }
  .p2 ul {
    margin-bottom: 3em;
  }
  .p2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 14px) / 2);
            flex: 0 0 calc((100% - 14px) / 2);
    margin-top: 36px;
  }
  .p2 .imgbx img {
    width: 70%;
    height: 70%;
  }
  .p3 {
    margin-bottom: 80px;
  }
  .p3 .title-bx {
    padding: 0 20px;
  }
  .p3 .card-item {
    padding: 24px;
    text-align: center;
  }
  .p3 .card-item .imgbx {
    width: 80%;
  }
  .p3 .card-item .stext {
    height: 4.5em;
  }
  .p3 .card-wrap .slick-slide {
    padding: 8px;
    width: 75vw;
    max-width: 400px;
  }
  .p3 .col-card {
    position: relative;
  }
  .p3 .ltbn {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p3 .rtbn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p4 .bgcover {
    padding-bottom: 167%;
  }
  .p4 .arrow {
    position: absolute;
    top: calc(50% - 25px);
  }
  .p5 .col-left {
    height: 90vw;
    max-height: 400px;
  }
  .p5 .col-left::before {
    width: calc(100% - 8vw);
    height: calc(100% - 8vw);
  }
  .p5 h6 {
    font-size: 6vw;
    letter-spacing: 0.2em;
    margin-bottom: 0.8em;
  }
  .p5 h6 + div {
    font-size: 3.6vw;
    letter-spacing: 0.2em;
  }
  .p5 h6:before, .p5 h6:after {
    font-size: 1em;
  }
}
@media all and (min-width: 769px) {
  .row {
    width: 92%;
    max-width: 1744px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner {
    margin-bottom: 196px;
  }
  .col-btn {
    margin-top: 80px;
  }
  .mo_use {
    display: none;
  }
  .banner .slogn h1 {
    font-size: 4.6vw;
    letter-spacing: 0.48em;
    padding-left: 0.5em;
  }
  .banner .slogn h5 {
    font-size: 1.7vw;
    letter-spacing: 0.4em;
  }
  .p1 {
    margin-bottom: 80px;
  }
  .p1 .title-bx {
    margin-bottom: 80px;
  }
  .p1 .col-left {
    margin-bottom: 60px;
  }
  .p1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p1 li > span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p1 .imgbx {
    width: 100px;
    margin-left: 60px;
    margin-right: 40px;
  }
  .p1 .txtbx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p2 {
    margin-bottom: 200px;
    margin-top: 264px;
    padding: 120px 0;
  }
  .p2 .slogn {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: -120px;
  }
  .p2 .title-bx {
    margin-bottom: 40px;
  }
  .p2 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    margin-top: -2em;
  }
  .p2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 100px) / 3);
            flex: 0 0 calc((100% - 100px) / 3);
    margin-top: 5em;
    position: relative;
    -webkit-perspective: 150rem;
            perspective: 150rem;
  }
  .p2 .imgbx, .p2 .card-back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .p2 .mtitle {
    position: absolute;
    bottom: -3em;
    left: 0;
    width: 100%;
  }
  .p2 .stext {
    color: #02ACE6;
    padding: 16px 20px;
  }
  .p2 .card-back {
    position: absolute;
    top: 0%;
    left: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 99em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
  }
  .p2 .col-btn {
    margin-top: 140px;
  }
  .p2 li:hover .imgbx {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .p2 li:hover .card-back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .p3 {
    margin-bottom: 200px;
  }
  .p3 .row-content {
    width: 92%;
    max-width: 1744px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .p3 .title-bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.4%;
            flex: 0 0 33.4%;
    padding-left: 6%;
    padding-right: 3%;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .p3 .col-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p3 .ltbn {
    position: absolute;
    bottom: 40px;
    left: 6%;
  }
  .p3 .rtbn {
    position: absolute;
    bottom: 40px;
    left: calc(6% + 130px);
  }
  .p4 .bgcover {
    padding-bottom: 33.4%;
  }
  .p4 .arrow {
    position: absolute;
    top: calc(50% - 50px);
  }
  .p5 .col-left {
    min-height: 400px;
    min-width: 600px;
  }
  .p5 .col-left::before {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .p5 .col-left, .p5 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .p5 h6 {
    font-size: 4vw;
    letter-spacing: 0.4em;
  }
  .p5 h6 + div {
    font-size: 2vw;
    letter-spacing: 0.4em;
  }
}
@media all and (min-width: 991px) {
  .navContus {
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
    top: -105px;
  }
  .navContus.in-show, .navContus.menu-expanded {
    top: 0;
  }
  .p5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p5 h6 {
    font-size: 2em;
  }
  .p5 h6 + div {
    font-size: 1.125em;
  }
  .p5 .pc_use img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 400px;
  }
}
@media all and (min-width: 1200px) {
  .p1 .col-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 960px;
    padding-right: 48px;
    margin-bottom: 0;
  }
  .p1 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6%;
            flex: 0 0 41.6%;
    max-width: 560px;
  }
  .p2 ul {
    max-width: 100%;
  }
  .p2 li {
    max-width: calc((100% - 80px) / 6);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 6);
            flex: 0 0 calc((100% - 80px) / 6);
  }
}
@-webkit-keyframes move1 {
  from {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  to {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}
@keyframes move1 {
  from {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  to {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}