/*Banner*/
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc( 720 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

@media(max-width:767px){
  .swiper-wrapper, .swiper-slide {
    padding-bottom: calc( 800 / 700 * 100%);
  }
}



body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


a {
    color: #193D7D;
}
body {
    background-color: #FFF;
    color: #193D7D;
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}
/*陰影*/
.plan {
  background: #fff;
  width: 100%;
  margin: 0%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

h1, .h1 {
  color: #193D7D;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

.h1title {
  padding-top: 30px;
  padding-bottom: 0px;
}


/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width: 340px;
  height: 70px;
}



.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
   background-color: #FFF;
   top:0px;
   padding: 0;
   position: relative;
   z-index:100;
 width:100%;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*nav_faa*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}



/*nav*/
#nav{margin-top:-80px;}

#nav ul {float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #193D7D;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 18px;
    font-size: 100%;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #000;
    font-weight: 500;
}


#nav ul li.current a  {
    color: #80AADA; 
    font-weight: 500;
}


/*about_3、6*/
#bodyinpage.about-us .fcol.fcol-6{
  display:none;
}

/*Index_3*/
#bodyinhome .fcol.fcol-3 .container{
  padding:40px 20px;
}

/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}




/*about_4（背景色）*/
#bodyinpage.about-us .fcol.fcol-3{
  background-color: #b3e5fc;
}

#bodyinpage.about-us .fcol.fcol-5 {
  
  background-image: url('https://static.iyp.tw/4204/files/73859b90-f1b1-40a4-93a2-90ab05190cba.png');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}


/*聯絡表單BUG*/
.mark{background:none;},

