@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@keyframes index_marquee {
  0% {
    transform: translate(-50px);
  }
  100% {
    transform: translate(-1901px);
  }
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}
:root {
  --primary-color-orange: #EA6143;
  --primary-color-yellow: #F5D44F;
  --secondary-color-purple: #AB1C87;
  --secondary-color-green: #92C767;
  --secondary-color-blue: #48BEE5;
  --alert-color-dark: #A94B4B;
  --alert-color-light: #FF8E8A;
  --grey-scale-black: #000000;
  --grey-scale-grey-95: #26272B;
  --grey-scale-grey-90: #212121;
  --grey-scale-grey-80: #424242;
  --grey-scale-grey-70: #616161;
  --grey-scale-grey-60: #757575;
  --grey-scale-grey-50: #9E9E9E;
  --grey-scale-grey-40: #BDBDBD;
  --grey-scale-grey-30: #E0E0E0;
  --grey-scale-grey-20: #FAFAFA;
  --grey-scale-grey-10: #F5F5F5;
  --grey-scale-white: #FFFFFF;
  --text-color-black: rgba(0, 0, 0, 1);
  --text-color-87: rgba(0, 0, 0, .87);
  --text-color-60: rgba(0, 0, 0, .6);
  --text-color-38: rgba(0, 0, 0, .38);
  --text-color-white: rgba(255, 255, 255, 1);
  --shadow-01: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
  --shadow-02: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  --shadow-03: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  --padding-normal: 120px;
  --padding-max-1199: 2.75%;
  --padding-max-767: 4.11%;
  --padding-max-575: 4%;
  --border-color-grey: #D9D9D9;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
details,
figcaption,
figure,
hgroup {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  /* *display: inline; */
  /* *zoom: 1; */
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

*,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Roboto", "微軟正黑體修正", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  background: #ddd;
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar:hover {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #999;
  min-width: 36px;
  min-height: 36px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

body *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body *::-webkit-scrollbar:hover {
  background: #d8d8d8;
}

body *::-webkit-scrollbar-thumb {
  background: #f9c270;
  border-radius: 6px;
}

body *::-webkit-scrollbar-thumb:hover {
  background: #ff9800;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 4px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

#version2025 .page_banner .page_banner_photo {
  display: block;
}
@media screen and (max-width: 768px) {
  #version2025 .page_banner .page_banner_photo {
    display: none;
  }
}
#version2025 .page_banner .ipad_page_banner_photo {
  display: none;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #version2025 .page_banner .ipad_page_banner_photo {
    display: block;
  }
}
#version2025 .page_banner .mobile_page_banner_photo {
  display: none;
}
@media screen and (max-width: 576px) {
  #version2025 .page_banner .mobile_page_banner_photo {
    display: block;
  }
}
#version2025 .heading_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 3.27px;
}
#version2025 .heading_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 2.785px;
}
#version2025 .heading_03 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6666;
  letter-spacing: 2.6px;
}
#version2025 .heading_04 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: o;
}
#version2025 .subtitle_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 1px;
}
#version2025 .subtitle_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: 0.2px;
}
#version2025 .display_02 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1.4px;
}
#version2025 .body_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.75px;
}
#version2025 .body_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
#version2025 .footer_font_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428;
  letter-spacing: 1px;
}
#version2025 .footer_font_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.416;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #version2025 .heading_01,
  #version2025 .m_heading_01 {
    font-size: 17px;
    line-height: 28px;
  }
  #version2025 .heading_02,
  #version2025 .m_heading_01 {
    font-size: 18px;
    line-height: 24px;
  }
  #version2025 .m_subtitle_01 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
#version2025 .main_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: var(--padding-normal);
  padding-right: 120px;
  position: relative;
  z-index: 1;
  background-color: var(--grey-scale-white);
  transition: all 0.15s linear;
}
#version2025 .main_container > header,
#version2025 .main_container > article,
#version2025 .main_container > div,
#version2025 .main_container > section,
#version2025 .main_container > p {
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-1199);
    padding-right: var(--padding-max-1199);
  }
}
@media screen and (max-width: 750px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-767);
    padding-right: var(--padding-max-767);
  }
}
@media screen and (max-width: 575px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-575);
    padding-right: var(--padding-max-575);
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-767);
    padding-right: var(--padding-max-767);
  }
}
#version2025 .common_btn {
  display: flex;
  gap: 1px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#version2025 .common_btn span {
  color: var(--text-color-white);
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-orange);
  border-radius: 4px 0 0 4px;
  transition: all 0.4s ease;
}
#version2025 .common_btn::before {
  content: "";
  display: block;
  height: calc(100% - 1px);
  width: calc(100% - 8px);
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: -1;
  background-color: var(--grey-scale-white);
  transition: all 0.4s ease;
}
#version2025 .common_btn::after {
  content: "";
  display: block;
  width: 47px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/7.5px;
  transition: all 0.4s ease;
}
#version2025 .common_btn:hover::before {
  background-color: var(--grey-scale-grey-80);
}
#version2025 .common_btn:disabled {
  cursor: not-allowed;
}
#version2025 .common_btn:disabled span, #version2025 .common_btn:disabled::after {
  background-color: var(--grey-scale-grey-60);
}
#version2025 .index_block_link {
  color: var(--primary-color-orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
#version2025 .index_block_link::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/30%;
  border-radius: 50%;
  box-shadow: var(--shadow-01);
}
#version2025 .index_block_link:hover {
  color: var(--primary-color-yellow);
}
#version2025 .index_block_link:hover::after {
  background-color: var(--primary-color-yellow);
}
@media screen and (max-width: 991px) {
  #version2025 .index_block_link {
    font-size: 14px;
    letter-spacing: 0px;
    gap: 5px;
  }
  #version2025 .index_block_link::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #version2025 .index_block_link {
    gap: 8px;
  }
  #version2025 .index_block_link::after {
    width: 24px;
    height: 24px;
  }
}
#version2025 .swiper-btn-prev {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/20%;
  border-radius: 50%;
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
#version2025 .swiper-btn-prev:hover {
  background-image: url("/images/icon/icon_sub_menu_arrow_orange.svg");
  background-color: var(--primary-color-yellow);
}
@media screen and (max-width: 991px) {
  #version2025 .swiper-btn-prev {
    width: 32px;
    height: 32px;
  }
}
#version2025 .swiper-btn-next {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/20%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
#version2025 .swiper-btn-next:hover {
  background-image: url("/images/icon/icon_sub_menu_arrow_orange.svg");
  background-color: var(--primary-color-yellow);
}
@media screen and (max-width: 991px) {
  #version2025 .swiper-btn-next {
    width: 32px;
    height: 32px;
  }
}
#version2025 .swiper_container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#version2025 .swiper_container .swiper-wrapper .swiper-slide {
  opacity: 1;
  transform: none;
  transition: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #version2025 .swiper_container .swiper-wrapper .swiper-slide {
    min-width: auto;
    margin-left: 0;
  }
}
#version2025 .desktop_ver {
  display: none;
}
#version2025 .mobile_ver {
  display: block;
}

.img_enlarge_modal,
.video_enlarge_modal {
  cursor: default;
}
.img_enlarge_modal + .fancybox-close-small,
.video_enlarge_modal + .fancybox-close-small {
  background: var(--primary-color-orange);
}
.img_enlarge_modal + .fancybox-close-small svg,
.video_enlarge_modal + .fancybox-close-small svg {
  color: var(--text-color-white);
}
.img_enlarge_modal + .fancybox-close-small:hover,
.video_enlarge_modal + .fancybox-close-small:hover {
  background: var(--primary-color-yellow);
}
.img_enlarge_modal + .fancybox-close-small:hover svg,
.video_enlarge_modal + .fancybox-close-small:hover svg {
  color: var(--primary-color-orange);
}
.img_enlarge_modal .img_container img,
.video_enlarge_modal .img_container img {
  border-radius: 8px;
}
.img_enlarge_modal .video_container,
.video_enlarge_modal .video_container {
  border-radius: 8px;
  position: relative;
  padding-bottom: 56.25%;
}
.img_enlarge_modal .video_container iframe,
.video_enlarge_modal .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-navigation .fancybox-button {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  opacity: 1 !important;
  visibility: visible !important;
  background: url(/images/icon/icon_sub_menu_arrow_white.svg) var(--primary-color-orange) no-repeat left 55% center/30%;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  transform: rotate(180deg);
  left: 5vw;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 5vw;
}
.fancybox-navigation .fancybox-button:hover {
  background-image: url(/images/icon/icon_sub_menu_arrow_orange.svg);
  background-color: var(--primary-color-yellow);
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}
.fancybox-navigation .fancybox-button[disabled] {
  display: none;
}
@media screen and (max-width: 991px) {
  .fancybox-navigation .fancybox-button {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 1vw;
  }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 1vw;
  }
}

.fancybox-stage .img_container {
  position: relative;
  padding-bottom: 56.25%;
}
.fancybox-stage .img_container h3 {
  width: auto;
  color: var(--text-color-white);
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 32px;
  left: 32px;
}
.fancybox-stage .img_container img,
.fancybox-stage .img_container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fancybox-stage .img_container h3 {
    font-size: 22px;
    top: 28px;
    left: 28px;
  }
}

.wrapper::after {
  display: none;
}

.absolute {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/*------ 網站使用色系 ------*/
/* 
    fontStyle 文字樣式設定 
    font_fontWeight 字重
    font_fontSize 大小,
    lineheight 行高
    font_letterSpacing 字距
    magin 邊距
*/
#version2025 {
  margin: 0;
  overflow: hidden;
}
#version2025 .mobile_modal_close_btn {
  display: none;
}
#version2025 .header_block {
  width: 100%;
  position: relative;
  z-index: 999;
}
#version2025 .header_block .main_header .desketop_ver {
  display: flex;
}
#version2025 .header_block .main_header .mobile_ver {
  display: none;
  gap: 16px;
}
#version2025 .header_block .main_header .mobile_ver .appedu_form_btn {
  color: var(--text-color-white);
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.5px;
  padding: 2.5px 14px 0;
  background: var(--primary-color-orange);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #version2025 .header_block .main_header .mobile_ver .appedu_form_btn {
    display: none;
  }
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.5px;
  cursor: pointer;
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar span {
  display: block;
  width: 21px;
  height: 3px;
  background: var(--primary-color-orange);
  border-radius: 1.5px;
  transition: transform 0.4s ease;
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar span:nth-child(1) {
  transform-origin: top left;
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar span:nth-child(3) {
  transform-origin: bottom left;
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar.menu_show span {
  width: 22.5px;
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar.menu_show span:nth-child(1) {
  transform: rotate(45deg);
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar.menu_show span:nth-child(2) {
  opacity: 0;
}
#version2025 .header_block .main_header .mobile_ver .hamburger_bar.menu_show span:nth-child(3) {
  transform: rotate(-45deg);
}
#version2025 .header_block .main_header .main_menu {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--grey-scale-grey-80);
  padding: 0 40px;
}
#version2025 .header_block .main_header .main_menu.grey-90 {
  background: var(--grey-scale-grey-90);
}
#version2025 .header_block .main_header .main_menu .appedu_logo {
  display: block;
  position: relative;
  flex: 0 0 164px;
  transition: all 0.2s ease;
}
#version2025 .header_block .main_header .main_menu .appedu_logo h1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  font-size: 20px;
}
#version2025 .header_block .main_header .main_menu .menu_content {
  flex: 0 1 63.75%;
  height: 100%;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
}
#version2025 .header_block .main_header .main_menu .menu_content li {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
#version2025 .header_block .main_header .main_menu .menu_content li a {
  color: var(--text-color-white);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  padding: 0 8px 8%;
  cursor: pointer;
}
#version2025 .header_block .main_header .main_menu .menu_content li a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center/75%;
}
#version2025 .header_block .main_header .main_menu .menu_content li a span.icon_fire {
  background-image: url("/images/icon/icon_nav_fire_orange.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li a span.icon_free {
  background-image: url("/images/icon/icon_nav_free_orange.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li a span.icon_star {
  background-image: url("/images/icon/icon_nav_star_orange.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li:hover {
  background: var(--primary-color-orange);
  box-shadow: 0px -3px 0px 0px var(--grey-scale-white) inset;
}
#version2025 .header_block .main_header .main_menu .menu_content li:hover > a > span.icon_fire {
  background-image: url("/images/icon/icon_nav_fire_yellow.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li:hover > a > span.icon_free {
  background-image: url("/images/icon/icon_nav_free_yellow.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li:hover > a > span.icon_star {
  background-image: url("/images/icon/icon_nav_star_yellow.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li.active {
  background: var(--primary-color-orange);
  box-shadow: 0px -3px 0px 0px var(--grey-scale-white) inset;
}
#version2025 .header_block .main_header .main_menu .menu_content li.active a span.icon_fire {
  background-image: url("/images/icon/icon_nav_fire_yellow.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li.active a span.icon_free {
  background-image: url("/images/icon/icon_nav_free_yellow.svg");
}
#version2025 .header_block .main_header .main_menu .menu_content li.active a span.icon_star {
  background-image: url("/images/icon/icon_nav_star_yellow.svg");
}
#version2025 .header_block .main_header .main_menu .appedu_student_btn {
  flex: 0 0 153px;
  height: 44px;
}
#version2025 .header_block .main_header .main_menu .appedu_student_btn span {
  padding: 0 14px 2% 24px;
}
#version2025 .header_block .main_header .main_menu .appedu_student_btn::before {
  display: none;
}
#version2025 .header_block .main_header .main_menu .appedu_student_btn:hover span {
  color: var(--text-color-87);
  background: var(--primary-color-yellow);
}
#version2025 .header_block .main_header .main_menu .appedu_student_btn:hover::after {
  background-image: url("/images/icon/icon_sub_menu_arrow_orange.svg");
  background-color: var(--primary-color-yellow);
}
#version2025 .header_block .main_header #phone_sub_menu {
  display: none;
  width: 100%;
  padding-left: var(--padding-max-575);
  padding-right: var(--padding-max-575);
  background: var(--grey-scale-white);
  box-shadow: 0px -1px 0px 0px var(--grey-scale-grey-30) inset;
}
#version2025 .header_block .main_header #phone_sub_menu .menu_content {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  line-height: 1;
}
#version2025 .header_block .main_header #phone_sub_menu .menu_content li a {
  display: block;
  padding: 14px 8px;
  color: var(--text-color-87);
  cursor: pointer;
}
#version2025 .header_block .main_header #phone_sub_menu .menu_content li:hover {
  box-shadow: 0px -2px 0px 0px var(--primary-color-orange) inset;
}
#version2025 .header_block .main_header #phone_sub_menu .menu_content li:hover a {
  color: var(--primary-color-orange);
}
#version2025 .header_block .main_header #mobile_menu_block {
  width: 100%;
  height: 0;
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 20;
  opacity: 0;
  overflow: hidden;
  transition: all 0.8s ease-out;
}
#version2025 .header_block .main_header #mobile_menu_block .mobile_menu {
  max-height: calc(100dvh - 64px);
  padding: 48px 64px;
  position: relative;
  z-index: 3;
  background: var(--grey-scale-grey-90);
}
#version2025 .header_block .main_header #mobile_menu_block .mobile_menu .menu_content {
  max-width: none;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
#version2025 .header_block .main_header #mobile_menu_block .mobile_menu .menu_content li {
  height: 56px;
}
#version2025 .header_block .main_header #mobile_menu_block .mobile_menu .menu_content li a {
  padding: 0 4px;
}
#version2025 .header_block .main_header #mobile_menu_block .mobile_menu .common_btn {
  width: 100%;
  max-width: 262px;
  height: 40px;
}
#version2025 .header_block .main_header #mobile_menu_block::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 2;
  background-color: var(--text-color-60);
}
#version2025 .header_block .main_header #mobile_menu_block.menu_show {
  display: block;
  height: 100vh;
  opacity: 1;
}
#version2025 .header_block .main_header #mobile_menu_block.menu_show::after {
  position: fixed;
  width: 100%;
}
#version2025 .header_block .audit_fixed {
  width: 0;
  height: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  z-index: 10;
  transform: none;
  transition: none;
}
#version2025 .header_block .audit_fixed > form {
  opacity: 0;
  pointer-events: none;
}
#version2025 .header_block .audit_fixed.selected {
  width: 100dvw;
  height: 100dvh;
  transform: none;
  opacity: 1;
}
#version2025 .header_block .audit_fixed.selected > form {
  opacity: 1;
  pointer-events: auto;
}
#version2025 .header_block .audit_fixed.selected .form_bg {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.6);
}
#version2025 .header_block .audit_fixed .form_bg {
  width: 100dvw;
  height: 100dvh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  transition: opacity 0.4s ease-out;
  pointer-events: none;
}
#version2025 .header_block .audit_fixed .audit_btn {
  line-height: 4.6em;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 10px;
  padding-top: 12px;
  color: var(--grey-scale-grey-10);
  background-color: var(--grey-scale-grey-90);
  width: 48px;
  height: 160px;
  position: absolute;
  left: auto;
  right: -100dvw;
  top: calc(50dvh - 80px);
  border-radius: 16px 0 0 16px;
  box-shadow: rgba(0, 0, 0, 0.1) -5px 4px 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#version2025 .header_block .audit_fixed .audit_btn::before {
  display: none;
}
#version2025 .header_block .audit_fixed .auditForm {
  display: block;
  width: 523px;
  padding: 24px 32px;
  position: relative;
  background: var(--grey-scale-white);
  border-radius: 12px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
#version2025 .header_block .audit_fixed .auditForm .form_header {
  text-align: center;
}
#version2025 .header_block .audit_fixed .auditForm .form_header h2 {
  color: var(--primary-color-orange);
  line-height: 28px;
}
#version2025 .header_block .audit_fixed .auditForm .form_header p {
  color: var(--text-color-60);
  line-height: 24px;
}
#version2025 .header_block .audit_fixed .auditForm .form_header .form_course_subtitle {
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
#version2025 .header_block .audit_fixed .auditForm .form_header .form_course_content {
  display: block;
  color: var(--text-color-60);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  display: flex;
  gap: 5%;
}
#version2025 .header_block .audit_fixed .auditForm .form_header .form_course_hour, #version2025 .header_block .audit_fixed .auditForm .form_header .form_course_cate {
  display: inline-block;
  margin-bottom: 25px;
}
#version2025 .header_block .audit_fixed .auditForm .form_content {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
#version2025 .header_block .audit_fixed .auditForm .form_content input, #version2025 .header_block .audit_fixed .auditForm .form_content select {
  color: var(--text-color-87);
  width: calc(50% - 8px);
  height: 40px;
  padding: 0 16px;
  margin: 0;
  background: var(--grey-scale-grey-10);
  border-radius: 4px;
  border: none;
}
#version2025 .header_block .audit_fixed .auditForm .form_content input:hover, #version2025 .header_block .audit_fixed .auditForm .form_content select:hover {
  box-shadow: 0px 0px 0px 1px var(--primary-color-orange) inset;
  color: var(--primary-color-orange);
}
#version2025 .header_block .audit_fixed .auditForm .form_content input:hover::placeholder, #version2025 .header_block .audit_fixed .auditForm .form_content select:hover::placeholder {
  color: var(--primary-color-orange);
}
#version2025 .header_block .audit_fixed .auditForm .form_content input:focus, #version2025 .header_block .audit_fixed .auditForm .form_content select:focus {
  color: var(--text-color-87) !important;
  background-color: var(--grey-scale-grey-10) !important;
  box-shadow: 0px 0px 0px 2px var(--primary-color-orange) inset;
  border: none !important;
}
#version2025 .header_block .audit_fixed .auditForm .form_content input::placeholder {
  color: var(--text-color-60);
}
#version2025 .header_block .audit_fixed .auditForm .form_content input.email {
  flex: 0 0 100%;
}
#version2025 .header_block .audit_fixed .auditForm .form_content select {
  color: var(--text-color-60);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("/images/icon/icon_form_select.svg") var(--grey-scale-grey-10) no-repeat right 16px center/14px !important;
}
#version2025 .header_block .audit_fixed .auditForm .form_content select[data-gtm-form-interact-field-id="0"], #version2025 .header_block .audit_fixed .auditForm .form_content select[data-gtm-form-interact-field-id="1"] {
  color: var(--text-color-87);
}
#version2025 .header_block .audit_fixed .auditForm .form_content select.courses {
  flex: 0 0 100%;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .area_box {
  display: flex;
  gap: 16px;
  width: 100%;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label {
  color: var(--text-color-60);
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  background: var(--primary-color-orange);
  box-shadow: 0px 0px 0px 2px white inset;
  border: 1px solid var(--primary-color-orange);
  border-radius: 50%;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label input {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  visibility: hidden;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label a {
  color: inherit;
  padding: 0;
  text-decoration: underline;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label a::before {
  display: none;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label.no_click::before {
  background: white;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .agreement_label:hover a {
  color: var(--primary-color-orange);
}
#version2025 .header_block .audit_fixed .auditForm .form_content .form_submit_btn {
  width: 153px;
  height: 40px;
  padding: 0;
  margin: 0;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .form_submit_btn::before {
  display: none;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .form_submit_btn.no_disabled {
  background: none;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .form_submit_btn span {
  height: 100%;
}
#version2025 .header_block .audit_fixed .auditForm .form_content .link_to_privacy {
  color: var(--text-color-60);
  font-size: 14px;
  line-height: 1.65;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #version2025 .header_block .audit_fixed {
    display: none;
    opacity: 0;
    width: 100%;
    height: calc(100dvh - 64px);
    padding: 0 var(--padding-max-767);
    top: 64px;
    justify-content: center;
    align-items: center;
  }
  #version2025 .header_block .audit_fixed.selected {
    transform: none;
    display: flex;
    opacity: 1;
  }
  #version2025 .header_block .audit_fixed.selected .form_bg {
    opacity: 1;
  }
  #version2025 .header_block .audit_fixed .form_bg {
    display: block;
  }
  #version2025 .header_block .audit_fixed .audit_btn {
    display: none;
  }
  #version2025 .header_block .audit_fixed .auditForm {
    width: 353px;
    max-width: 100%;
    padding: 24px;
    top: auto;
    transform: translateY(-64px);
    border-radius: 12px;
    left: auto;
  }
}
@media screen and (max-width: 767px) and (max-height: 750px) {
  #version2025 .header_block .audit_fixed .auditForm {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #version2025 .header_block .audit_fixed .auditForm .form_header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  #version2025 .header_block .audit_fixed .auditForm .form_header h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #version2025 .header_block .audit_fixed .auditForm .form_header p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1px;
    white-space: nowrap;
  }
  #version2025 .header_block .audit_fixed .auditForm .form_content input, #version2025 .header_block .audit_fixed .auditForm .form_content select {
    width: 100%;
    font-size: 14px;
  }
  #version2025 .header_block .audit_fixed .auditForm .form_content .area_box {
    flex-direction: column;
  }
  #version2025 .header_block .audit_fixed .auditForm .form_content .form_submit_btn {
    width: 100%;
    font-size: 14px;
  }
  #version2025 .header_block .audit_fixed .auditForm .form_content .link_to_privacy {
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  #version2025 .header_block .audit_fixed {
    padding: 0 var(--padding-max-575);
  }
  #version2025 .header_block .audit_fixed .mobile_modal_close_btn {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  #version2025 .header_block .main_header .main_menu {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1199px) {
  #version2025 .header_block {
    position: fixed;
    top: 0;
  }
  #version2025 .header_block .desketop_ver {
    display: none !important;
  }
  #version2025 .header_block .mobile_ver {
    display: flex !important;
  }
  #version2025 .header_block .main_header .main_menu {
    height: 64px;
    background: var(--grey-scale-grey-90);
    box-shadow: 0px -1px 0px 0px #FB0000 inset;
  }
  #version2025 .header_block .main_header .main_menu .appedu_logo {
    flex: 0 0 126px;
    transform: translateY(8%);
  }
}
@media screen and (max-width: 575px) {
  #version2025 .header_block .main_header #phone_sub_menu {
    display: block;
    z-index: 1;
    position: relative;
  }
}
#version2025 #phone_footer_menu {
  display: none;
  width: 100%;
  padding-left: var(--padding-max-575);
  padding-right: var(--padding-max-575);
  position: fixed;
  bottom: 0;
  background: var(--grey-scale-white);
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}
#version2025 #phone_footer_menu .menu_content {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  line-height: 18px;
}
#version2025 #phone_footer_menu .menu_content li a {
  color: var(--text-color-87);
  padding: 16px 16.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  cursor: pointer;
}
#version2025 #phone_footer_menu .menu_content li a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
#version2025 #phone_footer_menu .menu_content li:nth-child(1) a::before {
  background: url("/images/icon/icon_mobile_footer_top.svg") no-repeat center/27px;
}
#version2025 #phone_footer_menu .menu_content li:nth-child(2) a::before {
  background: url("/images/icon/icon_mobile_footer_sns.svg") no-repeat center/27px;
}
#version2025 #phone_footer_menu .menu_content li:nth-child(3) a::before {
  background: url("/images/icon/icon_mobile_footer_ask.svg") no-repeat center/27px;
}
#version2025 #phone_footer_menu .menu_content li:nth-child(4) a::before {
  background: url("/images/icon/icon_mobile_footer_magic.svg") no-repeat center/24.68px;
}
@media screen and (max-width: 575px) {
  #version2025 #phone_footer_menu {
    display: block;
  }
}
@media screen and (max-width: 575px) and (max-height: 350px) {
  #version2025 #phone_footer_menu {
    opacity: 0;
  }
}
#version2025 .footer_block {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--grey-scale-grey-90);
}
#version2025 .footer_block .footer_content {
  max-width: 1184px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 110px 80px;
  transition: all 0.15s linear;
}
#version2025 .footer_block .footer_content .footer_contact_block {
  min-width: 202px;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_logo {
  display: block;
  width: 164px;
  height: 32px;
  margin-bottom: 29px;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns li {
  display: block;
  width: 28px;
  height: 28px;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns li.fb {
  background: url("/images/icon/social_icon/social_icon_fb.svg") no-repeat center/100%;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns li.yt {
  background: url("/images/icon/social_icon/social_icon_yt.svg") no-repeat center/100%;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns li.ig {
  background: url("/images/icon/social_icon/social_icon_ig.svg") no-repeat center/100%;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_sns li.line {
  background: url("/images/icon/social_icon/social_icon_line.svg") no-repeat center/100%;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_phone {
  color: var(--primary-color-yellow);
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_phone p {
  font-family: "Noto Sans TC", sans-serif;
  white-space: nowrap;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_phone p.number {
  font-size: 24px;
  font-weight: 800;
  line-height: 18.5px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_phone p.number::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4.8px;
  background: url("/images/icon/icon_phone_yellow.svg") no-repeat center/100%;
}
#version2025 .footer_block .footer_content .footer_contact_block .footer_phone p.service {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: 0.2px;
}
#version2025 .footer_block .footer_content .footer_link_block {
  flex: 1 1 100%;
  max-width: 872px;
  display: flex;
  justify-content: space-between;
  gap: 40px 16.5px;
  color: var(--primary-color-yellow);
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap {
  width: 85px;
  display: flex;
  flex-direction: column;
  gap: 0 15px;
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap > li {
  max-height: 154px;
  min-height: 45px;
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap > li > a {
  color: var(--primary-color-yellow);
  display: block;
  padding: 8px 0;
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap .footer_sub_link_wrap {
  max-height: 122px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap .footer_sub_link_wrap > li {
  width: 95px;
  line-height: 17px;
  display: flex;
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap .footer_sub_link_wrap > li::before {
  content: "-";
  margin-right: 1.5px;
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap .footer_sub_link_wrap > li > a {
  color: var(--primary-color-yellow);
}
#version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap.course_link_wrap {
  width: fit-content;
}
@media screen and (max-width: 991px) {
  #version2025 .footer_block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  #version2025 .footer_block .footer_content {
    width: 624px;
  }
  #version2025 .footer_block .footer_content .footer_link_block {
    flex-direction: column;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap {
    width: 100%;
    flex-direction: row;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap > li {
    max-height: none;
    min-height: auto;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap > li > a {
    padding: 4px 0;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap .footer_sub_link_wrap {
    max-height: 148px;
    gap: 8px;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap .footer_sub_link_wrap > li {
    line-height: 18px;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap.course_link_wrap {
    width: 100%;
  }
  #version2025 .footer_block .footer_content .footer_link_block .footer_link_wrap.course_link_wrap > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #version2025 .footer_block .footer_content {
    width: 246px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  #version2025 .footer_block {
    padding-bottom: 146px;
  }
}

@media screen and (max-width: 575px) {
  #bb-iframe {
    margin-bottom: 72px !important;
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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