@charset "UTF-8";
/*******************/

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



@media (max-width: 768px) {
.noshow-in-mobile {
display: none;
}

}
@media (min-width: 768px) {
.display-in-mobile {
display: none;
}

}



.section-title {
  padding-bottom: 20px;
}
.section-title h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #383838;

}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #010483;
 
}
.section-title h4 {
  font-weight: 700;
  margin: 15px 0;
  font-size: 34px;
  color: #344055;
  border-left: 8px solid #e8171a;
  padding-left: 8px;
}

.miaoshu {
  background-color: #f0f0f8;
  padding: 20px;
  text-align: justify;
  font-weight: 600;
  margin-bottom: 20px;
  color: #444444;
}

#selection {
 
}
#selection h2 {
    display: inline-block;

}
#selection h2 a {
   margin-right: 10px;
    margin-top: 20px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #F89900;
  background: #fff;
  color: #F89900;
}

#selection h2 a:hover {
  background: #F89900;
  color: #fff;
}

@media only screen and (max-width: 768px) {
    .section-title p {
  margin: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #010483;

}
    .section-title h4 {
    font-weight: 700;
    margin: 20px 0px;
    font-size: 30px;
    color: #344055;
    display: inline;
}
    #selection h2 a {
   margin-right: 10px;
    margin-top: 20px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  
  padding: 5px 10px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #F89900;
  background: #fff;
  color: #F89900;
}
}

#selection h2 .smalltell {

  font-size: 14px;
  font-weight: 500;  
  color: #999999;
}
#selection h2 .tell {

  font-size: 22px;
  font-weight: 600;  
  padding: 26px;
  color: #444444;
}
#selection .list {
 margin: 12px;
 font-size: 18px;
  font-weight: 600;
}
.social-links {
margin: 20px 0 0 0;
}
.social-links img {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #434175;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links img:hover {

  background: #c7c6e0;

}

#copy {
  font-size: 14px;
font-weight: 600;
  display: inline-block;
  background: #deddec;
  color: #434175;
  padding: 6px;

  border-radius: 20px;
  text-align: center;
  border: 0;
  transition: 0.3s;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;

}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #2E3D47;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #F14949;
}



.navbar .getstarted,
.navbar .getstarted:focus {
            background-image: linear-gradient(to top,  #d80c18  0%, #ff6a00  100%);
            margin: 10px;
            padding: 8px 30px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 30px;
            display: block;
            text-decoration: none;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

.navbar .getstarted-2,
.navbar .getstarted-2:focus {
            background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
            margin: 10px;
            padding: 8px 30px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius: 30px;
            display: block;
            text-decoration: none;
}

.navbar .getstarted-2:hover,
.navbar .getstarted-2:focus:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2E3D47;
  font-size: 28px;
  cursor: pointer;
  
  line-height: 0;
  transition: 0.5s;
    z-index: 999;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 20px;
  font-size: 22px;
  color: #fff;
   text-align: center;
    border-bottom: solid 1px #486db0;
     display: block;
    text-align: center;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #F89900;
    border-bottom: solid 1px #F89900;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}








.hero-banner {
  padding-bottom: 30px;
    
}

@media only screen and (max-width: 768px) {
  .hero-banner {
  padding-top: 60px;
}
}

.hero-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 65%;
  background-color: #F9F9FB;
  left: 0;
  top: 0;
}
.hero-banner::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-size: cover;
  background-image: url(right-background.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-banner .left-hero-color {
  padding-top: 250px;
  z-index: 1;
}
.hero-banner .left-hero-color::before {
  position: absolute;
  content: "";
  top: 150px;
  left: -150px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(leftside-backlayer-icons.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-banner .left-hero-color img {
  margin-left: -35px;
}
.hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
  font-size: 75px;
  max-width: 70%;
}
.hero-banner .left-hero-color p {
  color: #7A8496;
  font-size: 18px;
  padding: 30px 0;
  font-weight: 500;
}
.hero-banner .left-hero-color a span {
  transform: rotate(90deg);
}
.hero-banner .right-hero-color {
    padding-top: 100px;
    z-index: 1;
}
.hero-banner .right-hero-color::after {
  position: absolute;
  content: "";
  top: 250px;
  right: -150px;
  width: 35%;
  height: 70%;
  background-size: contain;
  background-image: url(rightside-backlayer-icons.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

.service {
    position: absolute;
    padding: 60px 0;
  content: "";

  background-image: url(service-backlayer.svg);
  background-repeat: no-repeat;
  background-position: center;
    background-size: cover;
   
}

.service .shape {
  top: -100px;
  right: -50px;
  height: 130px;
}


.service .step-row {
  padding-top: 20px;
}








/*--------------------------------------------------------------
# good
--------------------------------------------------------------*/
#good {
    margin-bottom: 40px;
}
.good .icon-box {
  padding: 30px 30px 0 30px;
  position: relative;
  overflow: hidden;
  margin: 20px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
  height: 94%;  
}

.good .icon-box:hover {
  transform: translateY(-5px);
}

.good .icon img {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
    border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f6f6f6;
    float: left;
}

.good .title {
  font-weight: 700;
  margin: 10px 60px;
  font-size: 24px;
    text-align: left;
    color: #05579e;
}

.good .title a {
  color: #111;
}


.good .description {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  color: #262626;
  text-decoration: none;
  text-align: left;
}
.good .description:link {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;  
    
}

.good .icon-box-pink .icon i {
  color: #ff689b;
}

.good .icon-box-pink:hover {
  border-color: #ff689b;
}

.good .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.good .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.good .icon-box-green .icon i {
  color: #41cf2e;
}

.good .icon-box-green:hover {
  border-color: #41cf2e;
}

.good .icon-box-blue .icon i {
  color: #2282ff;
}

.good .icon-box-blue:hover {
  border-color: #2282ff;
}

.good .icon-box-orange .icon i {
  color: #fb8500;
}

.good .icon-box-orange:hover {
  border-color: #fb8500;
}

.good .icon-box-purple .icon i {
  color: #8338ec;
}

.good .icon-box-purple:hover {
  border-color: #8338ec;
}

.schedule-item {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
    margin-left: 62px;
    height: 50px;
    text-align: left;

}
.schedule-item:hover {
  background-color: #f6f6f6;
}
.schedule-item img {
  width: 22px;
float: right;

}


/*--------------------------------------------------------------
# article-card
--------------------------------------------------------------*/

.article-card {
  
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 300ms;

}



.article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card .content {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding: 10px 20px;
  height: auto;
  bottom: 0;
  backdrop-filter: blur(15px);
  background: linear-gradient(transparent, rgba(255, 255, 255, 1));
}

.article-card .more,
.article-card .title {
  margin: 0;
  display: inline;
}


.title {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 21px;
  color: #344055;
  text-align: center;
  
}

.title:hover {
    
  color: #000;

}

.more {
    background-color: #2A265F;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;


	letter-spacing: 1px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# 輪播
--------------------------------------------------------------*/

.main {

 padding-left: 22px;
  display:block;
  margin:0 auto;
}
.slider-for {
    margin: 0 auto;
    width: 420px;

}
.slider-for div {

    margin: 0 12px;

}
.slider-for img {
    width: 340px;
    height: auto;

    border: solid 1px #202020;
}


.slider-nav {
   margin: 0 auto;
    width: 380px;
   

}
.slider-nav div {

    margin: 0 5px;

}
.slider-nav img {
    width: 80px;
    height: auto;
    border: solid 1px #202020;
}

h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.slider .slick-arrow.slick-prev {
  left: -20px;
  background: url("arrowleft_icon.png") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
  right: -30px;
  background: url("arrowright_icon.png") 0 0 / 100% no-repeat;
  
}


.slider-section {
  
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 90vh;
}

@media only screen and (max-width: 768px) {
.slider-for img {
    width: 260px;
    height: auto;

    border: solid 1px #202020;
}
 .slider-nav img {
    width: 80px;
    height: auto;
    border: solid 1px #202020;
}

.slider .slick-arrow.slick-prev {
  left: -10px;
  background: url("arrowleft_icon.png") 0
    0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
  right: 80px;
  background: url("arrowright_icon.png") 0 0 / 100% no-repeat;
}
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team .team-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}



.team .team-item .team-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.team .team-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.team .team-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.team .team-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}


.videobox {
  width: 800px;
  max-width: 100%;

  margin: auto;
}

.videobox iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
