@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:700);
@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@font-face {
  font-family: "eras";
  src: url("eras-itc-demi.ttf") format("truetype");
}
@font-face {
  font-family: "eras-bold";
  src: url("eras-itc-bold.ttf") format("truetype");
}
.en {
  font-family: "eras-bold" !important;
}

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #EBF6FA;
  z-index: 99;
}
.navbar a.nav-link {
  color: #323232;
  padding: 0 1.5rem !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .navbar a.nav-link {
    padding: 0 1rem !important;
  }
}
@media (max-width: 768px) {
  .navbar a.nav-link {
    padding: 0.5rem 1rem !important;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    padding: 2rem 0;
    background: #EBF6FA;
    -webkit-box-shadow: 0 4px 12px rgba(96, 158, 158, 0.2078431373);
            box-shadow: 0 4px 12px rgba(96, 158, 158, 0.2078431373);
  }
}

.icon_menu {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 26px;
  height: 17px;
  margin-right: auto;
  z-index: 99;
}
@media (max-width: 768px) {
  .icon_menu {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.icon_menu span, .icon_menu:before, .icon_menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  display: inline-block;
  border-radius: 15px;
  background: #0497E7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.icon_menu span {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.icon_menu:before {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.icon_menu:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.icon_menu:not(.collapsed) span {
  width: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.icon_menu:not(.collapsed):before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.icon_menu:not(.collapsed):after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}

.pages {
  background-image: url("../img/bg_sky.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 4rem;
}

.title_block {
  background: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin: 4rem;
  font-weight: 300;
  color: #0497E7;
}
@media (max-width: 768px) {
  .title_block {
    font-size: 1.4rem;
  }
}

.card_inner {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 4rem;
  -webkit-box-shadow: 0 0 12px rgba(136, 224, 224, 0.1490196078);
          box-shadow: 0 0 12px rgba(136, 224, 224, 0.1490196078);
}
@media (max-width: 992px) {
  .card_inner {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .card_inner {
    padding: 1.5rem;
  }
}

.timeline_list {
  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;
  gap: 48px;
}
.timeline_list::before {
  content: "";
  position: absolute;
  left: 98px;
  top: 10%;
  width: 3px;
  height: 80%;
  background: #0497E7;
  z-index: 1;
}
@media (max-width: 992px) {
  .timeline_list::before {
    left: 74px;
  }
}
@media (max-width: 768px) {
  .timeline_list::before {
    left: 47px;
  }
}
@media (max-width: 575px) {
  .timeline_list::before {
    width: 2px;
  }
}

.timeline_list_item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .timeline_list_item {
    gap: 1rem;
  }
}
.timeline_list_item .image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #0497E7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .timeline_list_item .image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .timeline_list_item .image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .timeline_list_item .image {
    border: 2px solid #0497E7;
  }
}
.timeline_list_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.timeline_list_item .info h4 {
  font-size: 1rem;
  color: #0497E7;
}
.timeline_list_item .info h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.timeline_list_item .info a {
  color: #0497E7;
  text-decoration: underline;
}

.row_list {
  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;
  gap: 48px;
}

.row_list_item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .row_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.row_list_item img {
  border-radius: 1rem;
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .row_list_item img {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .row_list_item img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .row_list_item img {
    width: 100%;
  }
}
.row_list_item .info h3 {
  color: #0497E7;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.row_list_item .info a {
  color: #0497E7;
  text-decoration: underline;
}

.link_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid #DFDFDF;
  padding: 1.5rem 0;
}
.link_list_item .info h3 {
  color: #0497E7;
  font-size: 1.2rem;
}
.link_list_item .info p {
  margin: 0;
}
.link_list_item a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link_list_item a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.title_underline {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  display: inline-block;
  border-bottom: 2px solid #0497E7;
  padding-bottom: 0.25rem;
  color: #0497E7;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Meiryo, Verdana, Arial, sans-serif;
  letter-spacing: 0.07em;
  width: 100%;
  background: #EBF6FA;
  font-weight: 300;
}
html {
  color: #323232;
  scroll-padding-top: 76px;
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

p {
  color: #444;
  letter-spacing: 0.07em;
  text-align: justify;
  line-height: 1.8;
  font-weight: 400;
}

img {
  max-width: 100%;
}

section {
  padding: 70px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.bg_gray {
  background-color: #F8F8F8;
}

.btn_default {
  position: relative;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 0.75rem 3.5rem;
  font-size: 1rem;
  border-radius: 8px;
  letter-spacing: 0.08em;
  background: linear-gradient(45deg, #0497E7, #88E0E0);
  border-radius: 50px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_default:hover {
  color: #fff;
  background: #000;
}
.btn_default.btn_lg {
  font-size: 1.4rem;
  padding: 0.7rem 3rem;
}
.btn_default:hover {
  background: linear-gradient(45deg, #0497E7, #88E0E0);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.hero {
  position: relative;
  height: 100vh;
  background-image: url("../img/main.jpg");
  background-size: cover;
  background-position: center top;
}
.hero .title_hero {
  margin-top: 3%;
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .hero .title_hero {
    font-size: 2.5rem;
  }
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBF6FA), to(rgba(235, 246, 250, 0)));
  background: linear-gradient(to bottom, #EBF6FA, rgba(235, 246, 250, 0));
  z-index: 2;
}
.hero::before {
  top: 0;
}
.hero::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.title_hero {
  position: relative;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.07em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1764705882);
}
.title_hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: linear-gradient(45deg, #0497E7, #88E0E0);
}
.title_hero span {
  position: relative;
  z-index: 2;
}

.title_round {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.title_round em {
  position: relative;
  font-style: normal;
  z-index: 2;
}
.title_round span {
  position: relative;
  text-align: center;
  display: block;
}
.title_round span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #64C8E7;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.title_default {
  font-size: 1.3rem;
  color: #0497E7;
}

.title_main {
  position: relative;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.title_main h3 {
  color: #0497E7;
  font-size: 1rem;
}
.title_main h4 {
  font-weight: 300;
}

.bg_en {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4rem;
  color: #64C8E7;
  opacity: 0.15;
  font-weight: bold;
}

.card_plan {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(136, 224, 224, 0.1490196078);
          box-shadow: 0 0 12px rgba(136, 224, 224, 0.1490196078);
}
@media (max-width: 992px) {
  .card_plan {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .card_plan {
    border-radius: 1rem;
  }
}

.plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .plan_list {
    gap: 1.5rem;
  }
}

.plan_item {
  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;
  width: 15%;
}
.plan_item h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #64C8E7;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  height: 40px;
  width: 90%;
}
.plan_item h4::before, .plan_item h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid #64C8E7;
  opacity: 0.7;
}
.plan_item h4::before {
  -webkit-animation: title_fly ease-in-out infinite 4s;
          animation: title_fly ease-in-out infinite 4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.plan_item h4::after {
  -webkit-animation: title_fly2 ease-in-out infinite 4s;
          animation: title_fly2 ease-in-out infinite 4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media (max-width: 1200px) {
  .plan_item {
    width: calc(33.33% - 1.5rem);
  }
  .plan_item h4 {
    width: 140px;
  }
}
@media (max-width: 992px) {
  .plan_item {
    width: calc(50% - 1.5rem);
  }
}

@-webkit-keyframes title_fly {
  from {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes title_fly {
  from {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes title_fly2 {
  from {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes title_fly2 {
  from {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.icon_list_item {
  width: calc(16.66% - 1.5rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .icon_list_item {
    width: calc(33.33% - 1.5rem);
  }
}
@media (max-width: 768px) {
  .icon_list_item {
    width: calc(50% - 1.5rem);
  }
}
.icon_list_item .image {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 32px;
  margin: 0 auto 1rem auto;
}
.icon_list_item .image img {
  width: 50px;
  margin: auto;
}
.icon_list_item h3 {
  font-size: 1rem;
  text-align: center;
  color: #0497E7;
}
.icon_list_item p {
  text-align: center;
}

.section_join {
  background: #C7E7FF;
}
.section_join .bg_en {
  color: #fff;
}

.card_info img {
  border-radius: 1rem;
}
.card_info h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 1.25rem 0 0.75rem 0;
}

.step_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, #0497E7, #88E0E0);
  z-index: -1;
}

.step_list_item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0497E7, #88E0E0);
  color: #fff;
  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;
}
.step_list_item span {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
.step_list_item h3 {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .step_list_item {
    width: 120px;
    height: 120px;
  }
  .step_list_item span {
    font-size: 1.2rem;
  }
  .step_list_item h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .step_list_item {
    width: 90px;
    height: 90px;
  }
  .step_list_item span {
    font-size: 1.1rem;
  }
  .step_list_item h3 {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .step_list_item {
    width: 70px;
    height: 70px;
  }
  .step_list_item span,
  .step_list_item h3 {
    font-size: 0.9rem;
  }
}

.section_counseling {
  background: #fff;
}

.cta_item {
  position: relative;
  border-radius: 1rem;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.cta_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0497E7, #88E0E0);
  opacity: 0.8;
  z-index: 1;
}
.cta_item h3,
.cta_item a {
  position: relative;
  z-index: 2;
}
.cta_item h3 {
  font-size: 1.1rem;
}
.cta_item a {
  margin-left: auto;
  margin-top: auto;
  -webkit-transform: 0.3s ease;
          transform: 0.3s ease;
}
.cta_item a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

footer {
  padding: 1rem;
  text-align: center;
  background: #fff;
  border-top: 1px solid rgba(50, 50, 50, 0.1215686275);
}
@media (max-width: 575px) {
  footer {
    font-size: 0.9rem;
  }
}

.modal-content {
  border: 0;
}
.modal-content .modal-title {
  font-size: 1.3rem;
  color: #0497E7;
}

.user_card {
  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;
}
.user_card h5 {
  font-size: 1rem;
  color: #0497E7;
  margin: 0.75rem;
}
.user_card h3 {
  font-size: 1.1rem;
  font-weight: 400;
}
.user_card h4 {
  font-size: 0.9rem;
  color: #959595;
  font-weight: 400;
}
.user_card p {
  text-align: center;
}
.user_card .image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 3px solid #0497E7;
  overflow: hidden;
}
.user_card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}