@charset "UTF-8";
html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.part {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

:where(.title, .part_title) {
  font-size: 43px;
  font-weight: bold;
}
@media (max-width: 1920px) {
  :where(.title, .part_title) {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  :where(.title, .part_title) {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  :where(.title, .part_title) {
    font-size: 25px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .menu .menu_group {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
  }
}
@media (max-width: 600px) {
  .menu .menu_group {
    top: 50px;
  }
}
.menu .menu_group ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .menu .menu_group ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu .menu_group li {
  margin: 0 35px 0 0;
  font-weight: 500;
  color: #808080;
}
@media (max-width: 980px) {
  .menu .menu_group li {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #808080;
    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;
    background: #fff;
  }
  .menu .menu_group li:nth-child(1) {
    border-top: 1px solid #808080;
  }
}
.menu .menu_group li:last-child {
  margin: 0;
}
.menu .menu_group li a {
  width: 100%;
  height: 60px;
  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;
}
.menu .menu_group li a:hover {
  color: #003880;
}

.menu_icon {
  display: none;
}
@media (max-width: 980px) {
  .menu_icon {
    width: 30px;
    display: block;
  }
}
@media (max-width: 600px) {
  .menu_icon {
    width: 25px;
  }
}
.menu_icon .menu_open {
  display: block;
  cursor: pointer;
}
.menu_icon .menu_close {
  display: none;
  cursor: pointer;
}

/* ==========================================
   電腦版：預設設定
   ========================================== */
.menu_icon {
  display: none;
}

.menu {
  display: block;
}

/* ==========================================
   手機版：RWD 設定 (小於等於 980px)
   ========================================== */
@media (max-width: 980px) {
  .menu_icon {
    display: block;
    width: 30px;
    position: relative;
  }
  .menu_icon .menu_open {
    width: 30px;
    display: block;
    cursor: pointer;
  }
  .menu_icon .menu_close {
    width: 30px;
    display: none;
    cursor: pointer;
  }
  .menu_icon.active .menu_open {
    display: none;
  }
  .menu_icon.active .menu_close {
    display: block;
  }
  .menu_icon.active + .menu {
    display: block;
  }
  .menu {
    display: none;
  }
}
.part_kv {
  height: 600px;
  overflow: hidden;
  margin: 60px auto 0;
  background: url(../img/part_kv/kv_bg.webp) no-repeat center center;
  background-size: cover;
  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;
}
@media (max-width: 768px) {
  .part_kv {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .part_kv {
    margin: 50px auto 0;
  }
}
.part_kv .part_content {
  width: 100%;
  max-width: 700px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 0;
}
.part_kv .kv_title {
  font-size: 63px;
  font-weight: bold;
  color: #e7bdba;
  margin: 0 0 -7px 0;
  letter-spacing: 5px;
}
@media (max-width: 980px) {
  .part_kv .kv_title {
    font-size: 53px;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .part_kv .kv_title {
    font-size: 30px;
  }
}
.part_kv .kv_title .kv_inline {
  display: unset;
}
@media (max-width: 768px) {
  .part_kv .kv_title .kv_inline {
    display: block;
  }
}
.part_kv .kv_txt {
  font-size: 30px;
  font-weight: normal;
  color: #e7bdba;
  letter-spacing: 5px;
}
@media (maxw-width: 980px) {
  .part_kv .kv_txt {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .part_kv .kv_txt {
    font-size: 23px;
  }
}
.part_kv .kv_line {
  width: 100%;
  max-width: 535px;
}

.mov_light {
  position: absolute;
  /* 1. 起點設在左下角 */
  top: 0;
  left: 0;
  /* 移除原本的 top: 0; 避免定位衝突 */
  mix-blend-mode: overlay;
  -webkit-animation: moveLeftBottomToRightTop 5s infinite linear;
          animation: moveLeftBottomToRightTop 5s infinite linear;
  /* 2. 徹底防止圖片被壓縮變小 */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

/* 確保往右上移動的關鍵影格 */
@-webkit-keyframes moveLeftBottomToRightTop {
  0% {
    -webkit-transform: translate(-8%, 4%);
            transform: translate(-8%, 4%);
  }
  100% {
    /* 
       X 軸 (第一個參數)：向右移動整個畫面寬度 (100vw)。
       Y 軸 (第二個參數)：CSS 中往上移動必須是「負數」，所以是負的整個畫面高度 (-100vh)。
       後面的 +100% 補償是為了防止圖片在右邊緣被擠壓。
    */
    -webkit-transform: translate(calc(100vw - 0%), -157vh);
            transform: translate(calc(100vw - 0%), -157vh);
  }
}
@keyframes moveLeftBottomToRightTop {
  0% {
    -webkit-transform: translate(-8%, 4%);
            transform: translate(-8%, 4%);
  }
  100% {
    /* 
       X 軸 (第一個參數)：向右移動整個畫面寬度 (100vw)。
       Y 軸 (第二個參數)：CSS 中往上移動必須是「負數」，所以是負的整個畫面高度 (-100vh)。
       後面的 +100% 補償是為了防止圖片在右邊緣被擠壓。
    */
    -webkit-transform: translate(calc(100vw - 0%), -157vh);
            transform: translate(calc(100vw - 0%), -157vh);
  }
}
.part01 {
  padding: 80px 0;
}
@-webkit-keyframes dotPop {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes dotPop {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lineExtend {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineExtend {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes starShow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes starShow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes dotPopM {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes dotPopM {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lineExtendVertical {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineExtendVertical {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes textFadeLeftToRightPC {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes textFadeLeftToRightPC {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes textFadeLeftToRightM {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes textFadeLeftToRightM {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.part01 .part_title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 100px;
}
.part01 .title_icon {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part01 .title_icon {
    max-width: 280px;
  }
}
.part01 .title {
  font-size: 0;
  font-weight: bold;
}
.part01 .title .inline_box {
  display: inline-block;
  font-size: 40px;
  text-align: center;
  color: #00367b;
}
.part01 .title .inline_box:nth-child(1) {
  margin: 0 20px 0 0;
}
@media (max-width: 980px) {
  .part01 .title .inline_box:nth-child(1) {
    margin: 0;
  }
}
@media (max-width: 980px) {
  .part01 .title .inline_box {
    display: block;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .part01 .title .inline_box {
    font-size: 25px;
  }
}
.part01 .part_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  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;
}
@media (max-width: 1220px) {
  .part01 .part_content {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part01 .part_content {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.part01 .part01_card {
  width: 100%;
  max-width: 300px;
  margin: 0 0 50px;
}
@media (max-width: 980px) {
  .part01 .part01_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    max-width: none;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .part01 .part01_card {
    width: 90%;
  }
}
.part01 .part01_card .card_left {
  width: auto;
}
@media (max-width: 980px) {
  .part01 .part01_card .card_left {
    width: 10px;
    min-height: 160px;
    position: relative;
  }
}
.part01 .part01_card .card_right {
  width: auto;
}
@media (max-width: 980px) {
  .part01 .part01_card .card_right {
    width: calc(100% - 10px);
  }
}
.part01 .part01_card .card_title,
.part01 .part01_card .card_txt_title,
.part01 .part01_card .card_txt {
  opacity: 0;
  will-change: transform, opacity;
}
.part01 .part01_card .card_title {
  color: #e7aca8;
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 0 20px;
  font-family: "Helvetica", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1100px) {
  .part01 .part01_card .card_title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .part01 .part01_card .card_title {
    font-size: 25px;
  }
}
.part01 .part01_card .line_group {
  width: 100%;
  height: 2px;
  position: relative;
  background: transparent;
  margin: 10px 0;
}
@media (max-width: 980px) {
  .part01 .part01_card .line_group {
    display: none !important;
  }
}
.part01 .part01_card .line_group::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: -8px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.part01 .part01_card .line_group::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  z-index: 2;
}
.part01 .part01_card .line_group .star_icon {
  width: 40px;
  position: absolute;
  top: -19px;
  right: -19px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.part01 .part01_card .line_group_m {
  height: 100%;
  min-height: 160px;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 980px) {
  .part01 .part01_card .line_group_m {
    display: block;
  }
}
.part01 .part01_card .line_group_m::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  top: -3.5px;
  left: 1px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
}
.part01 .part01_card .line_group_m::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  z-index: 2;
}
.part01 .part01_card .star_icon_m {
  display: none;
}
@media (max-width: 980px) {
  .part01 .part01_card .star_icon_m {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 3;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .part01 .part01_card .star_icon_m img {
    width: 40px !important;
    max-width: none !important;
    height: 40px !important;
  }
}
.part01 .part01_card .card_txt_title {
  font-size: 23px;
  font-weight: 500;
  margin: 20px 0 0 20px;
}
@media (max-width: 1100px) {
  .part01 .part01_card .card_txt_title {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .part01 .part01_card .card_txt_title {
    margin: 2px 0 0 20px;
  }
}
@media (max-width: 980px) {
  .part01 .part01_card .card_txt_title {
    font-size: 20px;
  }
}
.part01 .part01_card .card_txt_title {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), color-stop(80%, #192759), to(#7d74b4));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 80%, #7d74b4 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.part01 .part01_card .card_txt {
  font-size: 0;
  margin: 50px 0 0 20px;
}
@media (max-width: 980px) {
  .part01 .part01_card .card_txt {
    margin: 20px 0 0 20px;
  }
}
@media (max-width: 768px) {
  .part01 .part01_card .card_txt {
    margin: 7px 0 0 20px;
  }
}
.part01 .part01_card .card_txt .block_box {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #808080;
}
@media (max-width: 1100px) {
  .part01 .part01_card .card_txt .block_box {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .part01 .part01_card.active-m .line_group_m::before {
    -webkit-animation: dotPopM 0.3s ease-out forwards;
            animation: dotPopM 0.3s ease-out forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .part01 .part01_card.active-m .line_group_m::after {
    -webkit-animation: lineExtendVertical 0.8s ease-in-out forwards;
            animation: lineExtendVertical 0.8s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .part01 .part01_card.active-m .card_title,
  .part01 .part01_card.active-m .card_txt_title,
  .part01 .part01_card.active-m .card_txt {
    -webkit-animation: textFadeLeftToRightM 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: textFadeLeftToRightM 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .part01 .part01_card.active-m .card_title {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .part01 .part01_card.active-m .card_txt_title {
    -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
  }
  .part01 .part01_card.active-m .card_txt {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
}
@media (min-width: 981px) {
  .part01.active-pc .card01 .line_group::before {
    -webkit-animation: dotPop 0.3s ease-out forwards;
            animation: dotPop 0.3s ease-out forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .part01.active-pc .card01 .line_group::after {
    -webkit-animation: lineExtend 0.6s ease-in-out forwards;
            animation: lineExtend 0.6s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .part01.active-pc .card01 .card_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .part01.active-pc .card01 .card_txt_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 0.95s;
            animation-delay: 0.95s;
  }
  .part01.active-pc .card01 .card_txt {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .part01.active-pc .card02 .line_group::before {
    -webkit-animation: dotPop 0.3s ease-out forwards;
            animation: dotPop 0.3s ease-out forwards;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .part01.active-pc .card02 .line_group::after {
    -webkit-animation: lineExtend 0.6s ease-in-out forwards;
            animation: lineExtend 0.6s ease-in-out forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .part01.active-pc .card02 .card_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .part01.active-pc .card02 .card_txt_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 1.75s;
            animation-delay: 1.75s;
  }
  .part01.active-pc .card02 .card_txt {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
  .part01.active-pc .card03 .line_group::before {
    -webkit-animation: dotPop 0.3s ease-out forwards;
            animation: dotPop 0.3s ease-out forwards;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .part01.active-pc .card03 .line_group::after {
    -webkit-animation: lineExtend 0.6s ease-in-out forwards;
            animation: lineExtend 0.6s ease-in-out forwards;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .part01.active-pc .card03 .card_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .part01.active-pc .card03 .card_txt_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 2.55s;
            animation-delay: 2.55s;
  }
  .part01.active-pc .card03 .card_txt {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
  }
  .part01.active-pc .card04 .line_group::before {
    -webkit-animation: dotPop 0.3s ease-out forwards;
            animation: dotPop 0.3s ease-out forwards;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .part01.active-pc .card04 .line_group::after {
    -webkit-animation: lineExtend 0.6s ease-in-out forwards;
            animation: lineExtend 0.6s ease-in-out forwards;
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }
  .part01.active-pc .card04 .line_group .star_icon {
    -webkit-animation: starShow 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            animation: starShow 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -webkit-animation-delay: 3.1s;
            animation-delay: 3.1s;
  }
  .part01.active-pc .card04 .card_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
  }
  .part01.active-pc .card04 .card_txt_title {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 3.35s;
            animation-delay: 3.35s;
  }
  .part01.active-pc .card04 .card_txt {
    -webkit-animation: textFadeLeftToRightPC 0.5s ease-out forwards;
            animation: textFadeLeftToRightPC 0.5s ease-out forwards;
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
}
.part01 .card01 .line_group::before {
  background: #b3a5c0;
}
.part01 .card01 .line_group::after {
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), to(#192759));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 100%);
}
.part01 .card01 .line_group_m::before {
  background: #b3a5c0;
}
.part01 .card01 .line_group_m::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3a5c0), to(#192759));
  background: linear-gradient(to bottom, #b3a5c0 0%, #192759 100%);
}
.part01 .card02 .line_group::before {
  background: #192759;
}
.part01 .card02 .line_group::after {
  background: -webkit-gradient(linear, left top, right top, from(#192759), to(#b3a5c0));
  background: linear-gradient(to right, #192759 0%, #b3a5c0 100%);
}
.part01 .card02 .line_group_m::before {
  background: #192759;
}
.part01 .card02 .line_group_m::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#192759), to(#b3a5c0));
  background: linear-gradient(to bottom, #192759 0%, #b3a5c0 100%);
}
.part01 .card03 .line_group::before {
  background: #7d74b4;
}
.part01 .card03 .line_group::after {
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), color-stop(50%, #192759), to(#7d74b4));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 50%, #7d74b4 100%);
}
.part01 .card03 .line_group_m::before {
  background: #7d74b4;
}
.part01 .card03 .line_group_m::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3a5c0), color-stop(50%, #192759), to(#7d74b4));
  background: linear-gradient(to bottom, #b3a5c0 0%, #192759 50%, #7d74b4 100%);
}
.part01 .card03 .card_txt_title {
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), color-stop(50%, #192759), color-stop(87%, #7d74b4));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 50%, #7d74b4 87%);
  -webkit-background-clip: text;
          background-clip: text;
}
.part01 .card04 .line_group::before {
  background: #b3a5c0;
}
.part01 .card04 .line_group::after {
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), to(#192759));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 100%);
}
.part01 .card04 .line_group_m::before {
  background: #b3a5c0;
}
.part01 .card04 .line_group_m::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3a5c0), to(#192759));
  background: linear-gradient(to bottom, #b3a5c0 0%, #192759 100%);
}
.part01 .card04 .card_txt_title {
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), color-stop(50%, #192759), color-stop(87%, #7d74b4));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 50%, #7d74b4 87%);
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 980px) {
  .part01 .card04.active-m .star_icon_m {
    -webkit-animation: starShow 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            animation: starShow 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.part02 {
  padding: 0 0 30px;
}
.part02 .part_title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 100px;
}
.part02 .title_icon {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part02 .title_icon {
    max-width: 280px;
  }
}
.part02 .title {
  font-size: 0;
  font-weight: bold;
  font-size: 40px;
  color: #00367b;
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .part02 .title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .part02 .title {
    font-size: 25px;
  }
}
.part02 .txt {
  font-size: 23px;
  font-weight: 500;
  color: #808080;
}
@media (max-width: 980px) {
  .part02 .txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .part02 .txt {
    font-size: 16px;
  }
}
.part02 .part_content {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.part02 .part_content .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .part02 .part_content .box_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.part02 .part_content .box_group {
  width: 350px;
  padding: 35px 40px 35px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  background: #f8f8f8;
  border: 1px solid #c4c5c8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 980px) {
  .part02 .part_content .box_group {
    margin: 0 10px 20px;
    -webkit-transition: none;
    transition: none;
  }
}
.part02 .part_content .box_group:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 980px) {
  .part02 .part_content .box_group:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.part02 .part_content .box_title_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 20px;
}
.part02 .part_content .box_title {
  font-size: 23px;
  font-weight: 500;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), color-stop(80%, #192759), to(#7d74b4));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 80%, #7d74b4 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1100px) {
  .part02 .part_content .box_title {
    font-size: 20px;
  }
}
.part02 .part_content .box_number {
  font-family: "Helvetica", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 6rem;
  color: #595959;
  opacity: 0.2;
}
.part02 .part_content .box_txt {
  font-size: 18px;
  font-weight: 500;
  color: #595959;
  min-height: 120px;
  text-align: justify;
}
@media (max-width: 1100px) {
  .part02 .part_content .box_txt {
    font-size: 16px;
  }
}
.part02 .part_content .noto {
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
  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;
}
@media (max-width: 980px) {
  .part02 .part_content .noto {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.part02 .part_content .noto_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.part02 .part_content .noto_group:nth-child(1) {
  margin: 0 10px 0 0;
}
.part02 .part_content .line_box {
  width: 100%;
  max-width: 1127px;
  height: 1px;
  background: #979797;
  margin: 0 auto 45px;
}
@media (max-width: 980px) {
  .part02 .part_content .line_box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.part02 .part_content .notice {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-size: 14px;
  color: #808080;
}
@media (max-width: 980px) {
  .part02 .part_content .notice {
    width: 90%;
  }
}
.part02 .part_content .notice ul {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.part02 .part_content .notice li {
  text-align: justify;
}

.part03 {
  padding: 70px 0;
}
.part03 .part_title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 100px;
}
.part03 .title_icon {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part03 .title_icon {
    max-width: 280px;
  }
}
.part03 .title {
  font-size: 40px;
  text-align: center;
  color: #00367b;
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .part03 .title {
    display: block;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .part03 .title {
    font-size: 25px;
  }
}
.part03 .txt {
  font-size: 0;
}
@media (max-width: 1355px) {
  .part03 .txt {
    width: 90%;
    text-align: justify;
  }
}
.part03 .txt .block_box {
  display: block;
  font-size: 23px;
  font-weight: 500;
  color: #808080;
  text-align: center;
}
@media (max-width: 1355px) {
  .part03 .txt .block_box {
    display: unset;
  }
}
@media (max-width: 980px) {
  .part03 .txt .block_box {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .part03 .txt .block_box {
    font-size: 16px;
  }
}
.part03 .part_content {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.part03 .part_content .box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 45px;
}
@media (max-width: 980px) {
  .part03 .part_content .box_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.part03 .part_content .box_group {
  width: 350px;
  height: 310px;
  padding: 35px 40px 35px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  background: #f8f8f8;
  border: 1px solid #c4c5c8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 980px) {
  .part03 .part_content .box_group {
    margin: 0 10px 20px;
    -webkit-transition: none;
    transition: none;
  }
}
.part03 .part_content .box_group:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 980px) {
  .part03 .part_content .box_group:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.part03 .part_content .box_title_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 30px;
}
.part03 .part_content .box_title {
  font-size: 23px;
  font-weight: 500;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#b3a5c0), color-stop(80%, #192759), to(#7d74b4));
  background: linear-gradient(to right, #b3a5c0 0%, #192759 80%, #7d74b4 100%);
  -webkit-background-clip: text;
          background-clip: text;
  min-height: 66px;
}
@media (max-width: 1100px) {
  .part03 .part_content .box_title {
    font-size: 20px;
  }
}
@media (max-width: 739px) {
  .part03 .part_content .box_title {
    min-height: auto;
  }
}
.part03 .part_content .box_number {
  font-family: "Helvetica", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 6rem;
  color: #595959;
  opacity: 0;
  display: none;
}
.part03 .part_content .box_txt {
  font-size: 18px;
  font-weight: 500;
  color: #595959;
  min-height: 120px;
  text-align: justify;
}
@media (max-width: 1100px) {
  .part03 .part_content .box_txt {
    font-size: 16px;
  }
}
.part03 .part_content .notice {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-size: 14px;
  color: #808080;
}
@media (max-width: 980px) {
  .part03 .part_content .notice {
    width: 90%;
  }
}
.part03 .part_content .notice ul {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.part03 .part_content .notice li {
  text-align: justify;
}

.part04 {
  padding: 70px 0;
  position: relative;
}
.part04 .part_title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 100px;
}
@media (max-width: 980px) {
  .part04 .part_title {
    margin: 0 0 60px;
  }
}
.part04 .title_icon {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part04 .title_icon {
    max-width: 280px;
  }
}
.part04 .title {
  font-size: 0;
  text-align: center;
  color: #00367b;
  margin: 0 0 20px;
}
.part04 .title .title_span {
  font-size: 40px;
}
@media (max-width: 1040px) {
  .part04 .title .title_span {
    display: block;
  }
}
@media (max-width: 980px) {
  .part04 .title .title_span {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .part04 .title .title_span {
    font-size: 25px;
  }
}
.part04 .part_content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .part04 .part_content {
    width: 90%;
  }
}
.part04 .part_group {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .part04 .part_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.part04 .part_left {
  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;
}
.part04 .part_right {
  position: relative;
}
.part04 .part_btn {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  font-size: 23px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  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;
  margin: 0 20px;
  color: #9e9ea0;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .part04 .part_btn {
    margin: 0 5px;
  }
}
@media (max-width: 980px) {
  .part04 .part_btn {
    margin: 0 5px 35px;
  }
}
@media (max-width: 768px) {
  .part04 .part_btn {
    width: 110px;
    height: 110px;
    font-size: 20px;
  }
}
.part04 .part_btn_ac {
  background: -webkit-gradient(linear, left top, right top, from(#184687), color-stop(75%, #03235b), to(#a26ea1));
  background: linear-gradient(to right, #184687 0%, #03235b 75%, #a26ea1 100%);
  color: #fff;
}
.part04 .btn_content {
  width: 520px;
  height: 350px;
  background: linear-gradient(135deg, transparent -70%, #fff 82%, transparent 100%);
  padding: 88px 0 27px 56px;
  display: none;
  position: relative;
}
@media (max-width: 980px) {
  .part04 .btn_content {
    width: 100%;
    max-width: 520px;
    height: 100%;
    padding: 88px 30px 27px;
    margin: 0 auto;
  }
}
.part04 .ac {
  display: block;
}
.part04 .airplane_m {
  display: none;
}
@media (max-width: 980px) {
  .part04 .airplane_m {
    display: block;
    width: 130px;
    position: absolute;
    top: -64%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .part04 .airplane_m {
    width: 100px;
    top: -56%;
    left: 18%;
  }
}
@media (max-width: 434px) {
  .part04 .airplane_m {
    top: -52%;
  }
}
@media (max-width: 421px) {
  .part04 .airplane_m {
    top: -49%;
  }
}
@media (max-width: 414px) {
  .part04 .airplane_m {
    top: -47%;
  }
}
@media (max-width: 375px) {
  .part04 .airplane_m {
    left: 13%;
  }
}
.part04 .btn_icon {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 980px) {
  .part04 .btn_icon {
    width: 70px;
  }
}
.part04 .btn_title {
  font-size: 25px;
  color: #153276;
}
.part04 .btn_title .block_box {
  font-size: 16px;
  display: block;
}
@media (max-width: 480px) {
  .part04 .btn_title .block_box {
    font-size: 14px;
  }
}
.part04 .btn_title .big_txt {
  font-size: 25px;
}
@media (max-width: 980px) {
  .part04 .btn_title .big_txt {
    display: block;
  }
}
.part04 .btn_txt {
  margin: 20px 0 0 0;
}
.part04 .btn_txt ul {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.part04 .btn_txt li {
  margin: 0 0 7px 0;
  font-size: 16px;
}
.part04 .btn_noto {
  font-size: 12px;
  color: #808080;
}
.part04 .btn_noto .inline_box {
  display: unset;
}
@media (max-width: 768px) {
  .part04 .btn_noto .inline_box {
    display: block;
  }
}
.part04 .part_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.part04 .part_bg .btn_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.part04 .part_bg .btn_bg.btn_bg_ac {
  opacity: 1;
  z-index: 1;
}
.part04 .part_bg .btn_bg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.part04 .pc_img {
  display: block;
}
@media (max-width: 980px) {
  .part04 .pc_img {
    display: none;
  }
}
.part04 .m_img {
  display: none;
}
@media (max-width: 980px) {
  .part04 .m_img {
    display: block;
  }
}
.part04 .color_txt {
  color: #00367b;
  font-weight: bold;
}

.part05 {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
.part05 .part05_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-wdith: 980px) {
  .part05 .part05_bg {
    bottom: 0;
    top: auto;
  }
}
.part05 .part05_bg img {
  width: 100%; /* 強制寬度填滿 */
  height: 100%; /* 強制高度填滿 */
  -o-object-fit: cover;
     object-fit: cover; /* 關鍵屬性：確保圖片填滿容器並等比例裁切，不變形 */
}
.part05 .part05_bg .pc_img {
  display: block;
}
@media (max-width: 980px) {
  .part05 .part05_bg .pc_img {
    display: none;
  }
}
.part05 .part05_bg .m_img {
  display: none;
}
@media (max-width: 980px) {
  .part05 .part05_bg .m_img {
    display: block;
  }
}
.part05 .part_title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 35px;
}
@media (max-width: 980px) {
  .part05 .part_title {
    margin: 0 0 60px;
  }
}
.part05 .title_icon {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part05 .title_icon {
    max-width: 280px;
  }
}
.part05 .title {
  font-size: 40px;
  text-align: center;
  color: #00367b;
  margin: 0 0 20px;
}
@media (max-width: 980px) {
  .part05 .title {
    display: block;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .part05 .title {
    font-size: 25px;
  }
}
.part05 .part_content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.part05 .card-title {
  width: 100%;
  font-size: 23px;
  font-weight: normal;
  color: #8a8a8a;
}
@media (max-width: 980px) {
  .part05 .card-title {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.part05 .card-title .card-title-icon {
  display: none;
}
@media (max-width: 980px) {
  .part05 .card-title .card-title-icon {
    display: block;
  }
}
.part05 .card-title .card-title-icon img {
  width: 25px;
}
.part05 .card-title .card-title-icon .open_m {
  display: block;
}
.part05 .card-title .card-title-icon .close_m {
  display: none;
}
.part05 .card-body {
  font-size: 18px;
  color: #000;
}
@media (max-width: 980px) {
  .part05 .card-body {
    font-size: 16px;
  }
}
.part05 .card-body p {
  font-size: 18px;
}
.part05 .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: none;
}
.part05 .more-link .g_txt {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  display: block;
  background: none;
}
@media (max-width: 980px) {
  .part05 .more-link .g_txt {
    font-size: 16px;
  }
}
.part05 .more-link .g_img {
  width: 60px;
  margin: 0 0 0 10px;
  display: block;
}
.part05 .notice {
  width: 100%;
  max-width: 1027px;
  margin: 0 auto;
  font-size: 11px;
  text-align: justify;
  color: #545454;
}
@media (max-width: 1100px) {
  .part05 .notice {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part05 .notice {
    margin: 20px auto 0;
    font-size: 12px;
  }
}
.part05 .color_txt {
  color: #00367b;
  font-weight: bold;
}

.fixed_group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 140px;
  right: 0;
  z-index: 99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 980px) {
  .fixed_group {
    width: 100%;
    bottom: 0;
    left: 0;
    right: auto;
    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;
    -webkit-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
  }
  .fixed_group.above-footer {
    bottom: var(--footer-h);
  }
}
.fixed_group .fixed01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .fixed_group .fixed01 {
    width: 100%;
  }
}
.fixed_group .fixed01 a {
  width: 50px;
  padding: 44px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#23305f), color-stop(80%, #243568), color-stop(107%, #8e72a8));
  background: linear-gradient(to bottom, #23305f 0%, #243568 80%, #8e72a8 107%);
  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;
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 7px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
@media (max-width: 980px) {
  .fixed_group .fixed01 a {
    width: 100%;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#23305f), color-stop(73%, #243568), color-stop(110%, #8e72a8));
    background: linear-gradient(to right, #23305f 0%, #243568 73%, #8e72a8 110%);
  }
}
.fixed_group .fixed02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 20px;
}
@media (max-width: 980px) {
  .fixed_group .fixed02 {
    width: 100%;
    margin: 0 auto;
  }
}
.fixed_group .fixed02 a {
  width: 50px;
  padding: 35px 0;
  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;
  color: #808080;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 7px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
}
@media (max-width: 980px) {
  .fixed_group .fixed02 a {
    width: 100%;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 3px;
  }
}

/* 設定 gotop 按鈕的基礎樣式 */
.go {
  width: 70px;
  position: fixed;
  bottom: 70px; /* 距離底部 20px */
  right: 13px; /* 距離右側 20px */
  cursor: pointer;
  z-index: 90;
  display: none; /* 預設隱藏 */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 980px) {
  .go {
    width: 46px;
    bottom: 75px;
    right: 15px;
  }
}

/* 當 JavaScript 加入 is-visible class 時顯示 */
.go.is-visible {
  display: block;
}

#part01_box {
  position: absolute;
  width: 100%;
  height: 1;
  top: 0;
  left: 0;
  z-index: -9999;
}

#part02_box {
  position: absolute;
  width: 100%;
  height: 1;
  top: 0;
  left: 0;
  z-index: -9999;
}

#part03_box {
  position: absolute;
  width: 100%;
  height: 1;
  top: 0;
  left: 0;
  z-index: -9999;
}

#part04_box {
  position: absolute;
  width: 100%;
  height: 1;
  top: 0;
  left: 0;
  z-index: -9999;
}

[id$=_box] {
  height: 100px;
  margin-top: -100px;
}

.footer {
  margin: 0;
}
@media (max-width: 980px) {
  .footer {
    margin-bottom: 63px;
  }
}