/*==================================================================
| Designer: Longteng Education Co.                                 |
| Author Web: https://www.ltedu.com.tw/                            |
| Designer: Elaine Chu                                             |
==================================================================*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Lusitana);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght100;300;400;500&family=Noto+Serif+TC:wght@500;700&display=swap);
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2");
}

:root {
  --font-Sans: 'Noto Sans TC', sans-serif;
  --font-Serif: 'Noto Serif TC', serif;
  --font-Size: 1.2em;
  --font-Title: 3rem;
  --font-p: 1.5rem;
  --normal-Blue: #38a1db;
  --normal-Yellow: #fac03d;
}

* {
  text-indent: 0;
  color: #000;
  font-family: var(--font-Sans);
  font-weight: 500;
}
html {  
    overflow-x: hidden;
}
body {
  position: relative;
  overflow-x: hidden;
  background: #1a1a1c;
}
body::before {
  content: '';
  display: block;
  background: url(../images/bg-body.jpg?1) no-repeat center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

img {
  max-width: 100%;
}

.affix {
  position: fixed !important;
  top: 0;
  z-index: 2;
}

.center {
  text-align: center;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.table td,
.table th {
  font-size: 1.4rem;
  border-color: #000;
}

.table thead th {
  border-color: #000;
}

header {
  margin-bottom: 4rem;
  padding: 10px 0;
  background: #fff;
}
header.affix {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: .5rem 1rem;
  font-family: var(--font-Sans);
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .btn-join {
  border: #7a7a7a solid 1px;
  border-radius: 50px;
  margin-left: 15px;
}
.navbar-expand-lg .navbar-nav .btn-join:hover {
  color: #fff;
  background: #7a7a7a;
}
.navbar-expand-lg .navbar-nav .btn-apply {
  color: #fff;
  border: #cc3600 solid 1px;
  background: #cc3600;
  border-radius: 50px;
  margin-left: 15px;
}
.navbar-expand-lg .navbar-nav .btn-apply:hover {
  color: #fff;
  background: #711e00;
  border-color: #711e00;
} 
header .nav-link {
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
}

.nav-link:hover,
.nav-link:focus {
  color: #002ee8;
}

.nav-link.active {
  border-bottom: 5px solid #fff;
}

.navbar-brand {
  background: url(../images/logo.svg) no-repeat center;
  background-size: contain;
  width: 170px;
  height: 45px;
  display: block;
  text-indent: -9999px;
}

.navbar-toggler {
  color: #fff;
}

@media (max-width: 1199px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width:991px) {
  .navbar-collapse {
    margin: 0 -18px;
    padding: 15px;
    background: #fff;
    margin-top: 12px;
  }

  header.affix .nav-link {
    color: #000;
    padding: 10px 15px;
    border-radius: 25px;
  }

  header.affix .nav-link.active {
    color: #fff;
    background: #004fb6;
    border: none;
  }
  .navbar-expand-lg .navbar-nav .btn-join,
  .navbar-expand-lg .navbar-nav .btn-apply {
    margin-left: 0;
    margin-top: 15px;
  }
}

section {
  width: 100%;
  text-indent: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4rem 2rem;
}

section:not(:first-of-type) {
  /* min-height: 100vh; */
  border-top: none;
}

section p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}

section h2 {
  color: #fff;
  text-align: center;
  background: url(../images/bg-h2-dark.png) no-repeat center;
  background-size: contain;
  padding: 3rem;
}
section.light h2 {
  color: #000;
  background: url(../images/bg-h2-light.png) no-repeat center;
  background-size: contain;
}

section>.card {
  border-radius: 50px;
  padding: 4rem 2rem;
  border: none;
}

@media (max-width:1130px) {
  section h2.title {
    width: 80px;
    height: 80px;
    line-height: 1.4rem;
    font-size: 1.2rem;
  }
}

@media (max-width:768px) {
  section h2.title {
    margin: 2rem 0;
  }

  section>.card {
    border-radius: 50px;
    padding: 1rem 2rem 3rem;
  }
}

@media (max-width:768px) {
  section {
      padding: 3rem 2rem;
  }
}


#intro {
  background: url(../images/bg-intro.jpg) no-repeat center;
  background-size: cover;
  min-height: 108vh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
#intro [class*="col-"]:last-child img {
  float: right;
}
#intro .row {    
  align-items: center;
  width: 100%;
  margin: 3rem 0 0;
}

#intro h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}
#intro .title {
  display: block;
  max-width: 50vw;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10%;
  background: none;
}
#intro p {
  color: #fff;
  font-weight: 100;
  margin: 25px 0 30px;
}

.btn-cta {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  text-align: center;
  width: 350px;
  background: url(../images/btn-cta.png) no-repeat center;
  padding: 30px 20px 35px;
  text-decoration: none;
  transition: .3s ease-in-out;
}
.btn-cta:hover {
  text-decoration: none;
  color: #fff;
}

.deco {
  position: absolute;
  display: block;
}

#intro .deco.right {
  right: 20px;
  bottom: 200px;
  background: url(../images/deco-right.png) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 350px;
}

#intro .deco.left {
  left: 80px;
  bottom: 40px;
  background: url(../images/deco-left.png) no-repeat center;
  background-size: contain;
  width: 200px;
  height: 300px;
}

#intro .title {
  top: 16%;
}

#intro .btn-cta {
  bottom: 0;    
  width: 250px;
  font-size: 1.4rem;
  text-shadow: 0 2px 4px #102299;
  position: relative;
  z-index: 1;
  transition: .3s ease-in-out;
  transform: translatey(0);
}
#intro .btn-cta:hover {
  transform: translatey(-20px);
}

#intro .deco.right {
  right: 8px;
  bottom: 130px;
  width: 325px;
  height: 278px;
}

#intro .deco.left {
  left: 80px;
  bottom: 40px;
  width: 160px;
  height: 240px;
}

@media (max-width:1336px) {
  #intro {
    min-height: 755px;
    background: url(../images/bg-intro.jpg) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 4rem;
  }
}
@media (max-width:1280px) {
  #intro h1 {    
    font-size: 2rem;
  }
}

@media (max-width:991px) {
  #intro {
    background: url(../images/bg-intro.jpg) no-repeat center bottom;
    background-size: 110%;
  }
  #intro .title {
    display: block;
    max-width: 65vw;
  }
}
@media (max-width: 768px) {
  #intro .title {
      top: 13%;
      max-width: 86vw;
  }
}
@media (max-width: 767px) {
  #intro img {
    margin-top: 4rem;
  }
}
@media (max-width: 600px) {
  #intro {
    background: url(../images/bg-intro.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #intro .title {
    top: 15%;
  }
}

.move {
  -webkit-animation: move ease-out 3s infinite;
  animation: move ease-out 3s infinite;
}

.move2 {
  -webkit-animation: move2 ease-out 2s infinite;
  animation: move2 ease-out 2s infinite;
}

.updown {
  -webkit-animation: updown ease 2s infinite;
  animation: updown ease 2s infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}


@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.light {
  position: relative;
  background: #F3F6F9;
  min-height: 80vh;
}
.light::before {
  content: '';
  display: block;
  background: url(../images/bg-focus-before.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -170px;
  left: 0;
  height: 300px;
  z-index: 0;
}
.light::after {
  content: '';
  display: block;
  background: url(../images/bg-focus-after.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -170px;
  left: 0;
  height: 415px;
  z-index: 0;
}
@media (max-width: 991px) {  
  .light::before {
    background-size: contain;
  }
  .light::after {
    background-size: contain;
    bottom: -200px;
  }  
}
#focus .container {
  position: relative;
  z-index: 1;
}
#focus [class*="col-"] {
  padding: 0;
}
#focus .card {
  color: #fff;
  border: none;
  background: linear-gradient(to right,  rgba(21, 72, 134, 0.9) 0%,#00004a 100%);
  margin-left: -2rem;
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  border-radius: 20px;
}
#focus .card-body {
  padding: 2rem;
}
#focus .card .title {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  position: relative;
}
#focus .card .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background: #B6FFFF;
  bottom: -20px;
  left: 0;
}
#focus .card p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-align: justify;
}
#focus .btn-cta {
  width: 350px;
  background: url(../images/btn-cta.png) no-repeat center;
  background-size: contain;
  padding: 18px 0 25px;
  position: absolute;
  transition: .3s ease-in-out;
  transform: translatey(0);
}
#focus .btn-cta:hover {
  transform: translatey(-10px);
}
.focus-wrap {
  position: relative;
}
#focus .focus-wrap .swiper-container  {
  box-shadow: #123B5C -5px 10px 11px;
}
.focus-wrap .swiper-container {
  border-radius: 10px;
  overflow: hidden;
}
.focus-wrap .swiper-pagination {
  right: 0;
  left: 0;
  bottom: 0;
}
#focus .focus-wrap .swiper-pagination {
  bottom: -35px;
}
.focus-wrap .swiper-pagination-bullet {
  margin-left: 8px;
}
@media (max-width: 1140px) {
  #focus .btn-cta {
    width: 300px;
  }  
}
@media (max-width:991px) {
  #focus {
    padding-bottom: 10rem;
  }
  #focus .card {
    width: 90%;
    margin: -2rem auto;
  }
    #focus .btn-cta {
      margin: auto;
      left: 0;
      right: 0;
  }
  .focus-wrap .swiper-pagination {
    bottom: 35px;
  }
}
.modal .modal-content {
    border-radius: 0px 40px;
    padding: 40px;
}
.modal-title {
  font-size: 2rem;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-body img {
  margin-bottom: 2rem;
}
.modal-body p {
  font-size: 1.1rem;
  font-weight: 300;
}
.modal-body h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (max-width:500px) {  
  .modal-title {
    font-size: 1.4rem;
  }
  .modal .modal-content {
    padding: 20px;
  }
}


#case {
  padding: 9rem 3rem 15rem;
}
#case>* {
    z-index: 1;
    position: relative;
}
#news >* {
  z-index: 1;
  position: relative;
}
.case-wrap {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.case-wrap .card {
  background: #0040A8;
  border: none;
}
.case-wrap .card .title {
  color: #7AA5EB;
  font-size: 1.2rem;
}
.case-wrap .card p {
  color: #CBDBF6;
  font-size: 1.3rem;
}
.case-wrap .card .img-box {
  position: relative;
}
.case-wrap .card .img-box::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.case-wrap .card .img-box::after {
  color: #fff;
  content: "\f144";
  font: normal normal normal 3.4rem / 1 FontAwesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: fit-content;
  display: block;
  height: fit-content;
  margin: auto;
}
.case-wrap .card-body {
  padding: 1.25rem 1rem;
} 
.btn-cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.case-wrap>.btn {
    background: #fff;
    border: #0052D9 solid 1px;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    padding: 8px 17px;
    align-items: center;
}
.case-wrap>.btn .fa {
  color: #0052D9;
}
.case-wrap>.btn-prev {
  margin-right:15px
}
.case-wrap>.btn-next {
  margin-left:15px
}
@media (min-width: 500px) {
  .case-wrap .card p {
    font-size: 1rem;
  }
}
#news::after {
  bottom: 0;
  background: url(../images/bg-news.png) no-repeat bottom center;
}

.news-list {
  padding: 4rem 0;
}
.news-list .card img {
  margin-top: -3rem;
  border-radius: 40px 0px;
}
.news-item {
  margin-bottom: 4rem;
}

.news-item .card {
  border: none;
}
.news-item .title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.news-item .date {
  color: #9c9c9c;
}
.news-item .description {
  color: #5c5c5c;
  font-size: 1.1rem;
}
.news-item .card-foot {
  border-top: #c2daff solid 1px;
  padding: 15px 20px;
  text-align: right;
} 
.news-item .card-foot a {
  color: #fff;
  background: #0052d9;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  border-radius: 20px;
}
.news-item .card-foot a:hover {
  background: #003bb3;
}
@media (max-width: 991px) {
  #case {
    padding: 3rem 0;
  }  
  #news::after {
    background-size: contain;
  }
  .news-list {
    padding: 2rem 0;
  }
  .news-list .card img {
    margin-bottom: 1rem;
  }
}
/*==================================================================*/

footer {
  text-align: center;
  padding: 2rem;
}
footer>* {
  position: relative;
  z-index: 1;
}
footer img {
  width: 270px;
  margin-bottom: 1rem;
}
footer p {
  color: #a3a3a3;
}

/* btn-top */
.btn-top,
.btn-top:focus,
.btn-top:hover {
  background: #020021;
  border: #fff solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s linear;
  text-decoration: none;
  bottom: 35px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-top {
  bottom: 35px;
  right: 35px;
  filter: drop-shadow(0px 0 20px rgba(0, 136, 136, 0.8));
}
.btn-top i {
  color: #fff;
  font-size: 1.2rem;
}

.btn-top:hover {
  background: #fff;
}
.btn-top:hover i {
  color: #020021;
}



.btn-top.show {
  opacity: 1;
  cursor: pointer;
}

.btn-top:hover {
  text-decoration: none;
}

.btn-top span {
  line-height: 2.3rem;
} 
@media(max-width:767px) {
  .btn-top, .btn-top:focus, .btn-top:hover {
    bottom: 20px;
    right: 20px;
  }
}

@media(max-width:645px) {
  .btn-top, .btn-top:focus, .btn-top:hover {
    bottom: 10px;
    right: 10px;
  }
}