@charset "UTF-8";
header .header-flex {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 100px;
  z-index: 9999;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  header .header-flex.flexd {
    background-color: #1D2088; }
    header .header-flex.flexd .logo-box {
      width: 150px; }
    header .header-flex.flexd .phone-bar i {
      color: #ffffff; }

header .logo-box {
  width: 200px;
  height: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  header .logo-box img {
    width: 100%; }
  @media (max-width: 767.98px) {
    header .logo-box {
      width: 150px; } }

header .phone-bar {
  border: 0px;
  margin-right: 0px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  display: none; }
  header .phone-bar i {
    color: #000;
    font-size: 1.2rem; }
  header .phone-bar.show {
    margin-right: 50px; }
  @media (max-width: 991.98px) {
    header .phone-bar {
      display: block; } }

header .navbar-nav .nav-item {
  padding: 0 20px; }
  header .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    border-bottom: 1px solid transparent; }
    header .navbar-nav .nav-item .nav-link:focus, header .navbar-nav .nav-item .nav-link:hover {
      font-weight: bold;
      border-bottom: 1px solid #ffffff;
      color: #ffffff; }
  header .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ffffff; }

@media (max-width: 991.98px) {
  header .navbar-collapse.show {
    position: fixed;
    width: 160px;
    background-color: #1D2088;
    height: 100%;
    top: 0;
    right: -160;
    z-index: 99999;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    header .navbar-collapse.show.acvite {
      right: 0; } }

#footer {
  width: 100%;
  position: relative; }
  #footer #gotop {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #6BC8F2;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    left: 48%;
    top: -28px;
    z-index: 1;
    cursor: pointer; }
    #footer #gotop i {
      color: #fff;
      font-size: 50px;
      -webkit-transform: rotateZ(315deg);
      -ms-transform: rotate(315deg);
      transform: rotateZ(315deg);
      line-height: 45px;
      margin-left: 10px;
      margin-top: 10px; }
  #footer .footer-bg {
    background-image: url(../_img/layout/footer-bg.png);
    background-position: left top;
    padding: 80px 0; }
    #footer .footer-bg .info-box {
      color: #fff; }
      #footer .footer-bg .info-box h4 {
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        padding-bottom: 10px; }
      #footer .footer-bg .info-box .item {
        display: -webkit-box;
        margin-bottom: 10px; }
    #footer .footer-bg img {
      width: 100%;
      margin-top: 50px; }
  #footer .footer-txt {
    font-size: 1.2rem;
    padding: 20px 30px; }
  #footer .copyright {
    line-height: 50px;
    height: 50px; }

.fixed-box {
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 50vh; }
  .fixed-box .icon-box li {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer; }
    .fixed-box .icon-box li i {
      color: #fff; }
    .fixed-box .icon-box li.mail {
      background-color: #0099e5; }
    .fixed-box .icon-box li.phone {
      background-color: #6BC8F2; }
    .fixed-box .icon-box li.top {
      background-color: #6a737b; }

#section1 .container img {
  width: 100%;
  height: auto; }

.float {
  width: 100%;
  position: relative; }
  .float .float-txt {
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
    @media (max-width: 991.98px) {
      .float .float-txt {
        position: relative;
        width: 100%; } }

.pic-list {
  position: relative;
  margin-bottom: 30px; }
  .pic-list .pic {
    width: 800px;
    height: auto; }
    .pic-list .pic img {
      width: 100%; }
  .pic-list .item-idx {
    position: absolute;
    top: 50%;
    right: 0;
    width: 450px;
    z-index: 9; }
    .pic-list .item-idx .title-idx {
      padding: 30px; }
    .pic-list .item-idx .small {
      font-weight: normal;
      font-size: 16px; }
  .pic-list:nth-child(even) .pic {
    margin: 0 0 0 auto; }
  .pic-list:nth-child(even) .item-idx {
    left: 0; }
    .pic-list:nth-child(even) .item-idx .title-idx:before {
      left: 10px; }

.pic-frame {
  padding: 80px 0 40px;
  width: 100%; }
  .pic-frame .pic-list {
    padding: 0px;
    margin: 0px; }
    .pic-frame .pic-list .pic {
      width: 100%; }
      .pic-frame .pic-list .pic .big-pic {
        padding-bottom: 62%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
    .pic-frame .pic-list .item-idx {
      width: 100%;
      top: 80%; }
      .pic-frame .pic-list .item-idx .title-idx:before {
        left: 10px;
        color: #fff;
        text-shadow: 2px 2px 3px #434a54; }
      .pic-frame .pic-list .item-idx .small {
        font-size: 18px; }

#section4 img {
  width: 100%; }

#section4 .title {
  background-color: #6BC8F2;
  padding: 30px 0;
  text-align: center;
  color: #fff; }

#section3 h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  width: 250px;
  margin: 0px auto 0px;
  padding-top: 50px; }
  #section3 h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #6BC8F2;
    bottom: -10px;
    left: 0; }

#section3 .map-box {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 40px 0; }
  @media (max-width: 767.98px) {
    #section3 .map-box {
      width: 100%; } }
  #section3 .map-box .list-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    text-align: center;
    background-color: #1D2088;
    padding: 60px;
    position: relative; }
    @media (max-width: 767.98px) {
      #section3 .map-box .list-box {
        padding: 20px; } }
    #section3 .map-box .list-box a {
      color: #ffffff;
      font-size: 3rem;
      text-decoration: none; }
      #section3 .map-box .list-box a::before {
        content: '';
        border: 1px solid #ffffff;
        position: absolute;
        width: 90%;
        height: 90%;
        margin: 10px;
        top: 0;
        left: 0; }
        @media (max-width: 767.98px) {
          #section3 .map-box .list-box a::before {
            margin: 7px; } }
    #section3 .map-box .list-box:hover {
      background-color: #E4007F; }

#section5 h2 {
  font-weight: bold;
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto 30px; }
  #section5 h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #6BC8F2;
    bottom: -10px;
    left: 0; }

#section5 .small {
  font-size: 18px; }

#section5 .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px; }
  #section5 .item-box .item-pic {
    margin: 0 5px; }
    #section5 .item-box .item-pic img {
      width: 100%; }

#section6 .pic-frame img {
  width: 100%; }

#section6 .pic-frame .text-box {
  width: 100%;
  margin-bottom: 20px; }
  #section6 .pic-frame .text-box .title {
    font-size: 32px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px; }
    #section6 .pic-frame .text-box .title span {
      display: block;
      background-color: #6BC8F2;
      color: #fff;
      font-size: 36px;
      padding: 0px 10px; }
    #section6 .pic-frame .text-box .title::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #6BC8F2;
      bottom: -10px; }
  #section6 .pic-frame .text-box .txt {
    font-size: 20px; }
  #section6 .pic-frame .text-box:nth-child(even) .title span {
    background-color: transparent;
    color: #6BC8F2; }

#section8 {
  position: relative;
  display: block;
  width: 100%; }
  #section8 img {
    width: 100%; }
  #section8 .btn-box {
    position: absolute;
    z-index: 9;
    left: 45%;
    bottom: 10%; }

body {
  overflow-x: hidden;
  font-family: '微軟正黑體','Microsoft JhengHei' , sans-serif;
  background-color: #6BC8F2; }

#section1 img, #section2 img, #section3 img, #section4 img, #section5 img, #section6 img, #section7 img, #section img {
  width: 100%;
  height: auto; }

.contact-btn {
  width: 200px;
  height: 60px;
  line-height: 50px;
  background-color: #6BC8F2;
  border: 1px solid #6BC8F2;
  border-radius: 0px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
  letter-spacing: 1px; }
  .contact-btn h4 {
    line-height: 50px; }
  .contact-btn::before {
    content: '';
    position: absolute;
    width: 190px;
    height: 50px;
    border: 1px solid #fff;
    top: 4px;
    left: 4px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .contact-btn:hover::before {
    content: '';
    position: absolute;
    border: 1px solid #6BC8F2;
    top: -5px;
    left: -5px;
    width: 208px;
    height: 69px; }

.bg {
  background-color: #ffffff; }

.my-10 {
  margin: 100px 0; }

.small {
  font-size: 1.5rem; }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }

.item-idx {
  width: calc(100% / 2 - 20px);
  margin: 30px 0; }
  .item-idx .title-idx {
    color: #fff;
    background-color: #6BC8F2;
    width: 100%;
    padding: 10px 15px .5px;
    position: relative; }
    .item-idx .title-idx:before {
      content: attr(data-th) "";
      position: absolute;
      top: -38px;
      right: 10px;
      color: #6BC8F2;
      font-size: 35px;
      font-weight: bold;
      font-family: 'Raleway', sans-serif; }
  .item-idx .txt-idx {
    font-size: 16px;
    margin: 10px 0; }

.swiper-container {
  width: 100%;
  height: auto; }
  .swiper-container.pic-box {
    height: 500px; }
  .swiper-container .swiper-wrapper {
    height: auto; }
    .swiper-container .swiper-wrapper .swiper-slide {
      height: auto; }

.form {
  width: 100%;
  padding: 0px 30px 30px; }
  .form .one {
    width: 100%;
    margin-bottom: 20px; }
    .form .one label {
      font-weight: bold; }
    .form .one input, .form .one textarea {
      width: 100%;
      border: 0px;
      border-bottom: 1px solid #1D2088;
      margin-bottom: 1rem; }

#contact .contact-btn {
  margin-top: 0px;
  margin-bottom: 20px; }

.scroll {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 48%;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  .scroll i {
    color: #E4007F;
    font-size: 50px;
    line-height: 45px;
    margin-left: 10px;
    margin-top: -150px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      .scroll i {
        margin-top: 0px; } }
  .scroll:hover i {
    color: #fff; }

.banner-img {
  width: 100%; }
  .banner-img img {
    width: 100%; }

@-webkit-keyframes scroll {
  0% {
    bottom: -35px; }
  50% {
    bottom: -30px; }
  100% {
    bottom: -35px; } }

@keyframes scroll {
  0% {
    bottom: -35px; }
  50% {
    bottom: -30px; }
  100% {
    bottom: -35px; } }

.banner-box {
  position: relative; }
  .banner-box .banner-img {
    width: 100%; }
    .banner-box .banner-img img {
      width: 100%;
      height: auto; }

a.imh-box {
  display: block;
  position: relative; }

a .map-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #E4007F;
  color: #ffffff;
  right: 20px;
  top: -10px;
  border-radius: 99rem;
  z-index: 9;
  line-height: 100px;
  font-size: 1.5rem;
  font-weight: bold; }

a .txt {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem; }

a .overflow {
  display: block;
  overflow: hidden;
  margin-top: 3rem; }
  a .overflow .big-img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: relative; }
    a .overflow .big-img::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    a .overflow .big-img::after {
      content: '\f00e';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      top: 42%;
      left: 45%;
      color: #ffffff;
      font-size: 4rem;
      opacity: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    a .overflow .big-img:hover {
      -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
      a .overflow .big-img:hover::before {
        opacity: 1; }
      a .overflow .big-img:hover::after {
        opacity: 0.7; }

.box-list {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999;
  padding: 20px;
  margin-bottom: 20px; }
  .box-list .img-box {
    width: 100%;
    padding-bottom: 20px; }
    .box-list .img-box img {
      width: 100%; }
  .box-list .box-txt {
    border-top: 2px solid #1D2088;
    padding-top: 20px; }

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
@media screen and (max-width: 1440px) {
  header .video {
    height: auto; }
  #footer .footer-bg {
    background-image: url(../_img/layout/footer-1440.png);
    background-repeat: no-repeat; } }

/* 1440 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  #section1 .container {
    padding-bottom: 0px; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  #section1 .container {
    padding-bottom: 30px; }
  #section1 .my-10 h1 {
    padding-left: 80px; }
  #section1 .my-10 .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #section1 .my-10 .list .item-idx {
      width: 100%; }
  .pic-list .pic {
    width: 100%; }
  .pic-list .item-idx {
    top: 60%;
    width: 380px; }
  .pic-frame {
    padding-bottom: 0px; }
  #section8 .btn-box {
    left: 40%;
    bottom: 15%; }
  #footer .footer-bg {
    background-image: none;
    padding: 0px; }
    #footer .footer-bg .container {
      max-width: 100%; }
    #footer .footer-bg .info-box {
      background-color: #6BC8F2;
      padding: 20px 50px; }
      #footer .footer-bg .info-box .item {
        display: block;
        margin-bottom: 15px; }
        #footer .footer-bg .info-box .item .title {
          font-weight: 800;
          margin-bottom: 5px; }
    #footer .footer-bg .box {
      background-image: url(../_img/layout/footerbg.png);
      padding-bottom: 30px; }
    #footer .footer-bg img {
      width: 280px; }
  #footer .copyright {
    line-height: 25px;
    padding: 10px 0; } }

/* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 990px) {
  #section1 .container {
    max-width: 100%;
    padding-bottom: 110px; }
  #section1 .my-10 {
    max-width: 85%;
    margin: 0 0 0 auto; }
  .swiper-container.pic-box {
    height: 450px; }
  #section3 .container, #section5 .container {
    max-width: 100%; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  header .video iframe {
    height: 40%; }
  header .scroll {
    width: 50px;
    height: 50px; }
    header .scroll i {
      font-size: 25px;
      margin-left: 12px;
      line-height: 30px; }
    header .scroll .scroll-txt {
      padding-top: 10px;
      margin-left: -20px; }
  .fixed-box .icon-box li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px; }
  #section1 .container {
    padding-bottom: 50px; }
    #section1 .container::before {
      display: none; }
    #section1 .container .logo img {
      width: 130px; }
  #section1 .my-10 {
    max-width: 100%; }
    #section1 .my-10 h1 {
      padding: 0px; }
    #section1 .my-10 .small {
      display: block; }
  .item-idx {
    width: 100%; }
    .item-idx .title-idx:before {
      font-size: 25px;
      top: -27px; }
    .item-idx .title-idx h4 {
      font-size: 16px; }
    .item-idx .txt-idx {
      font-size: 12px; }
  .pic-list {
    margin-bottom: 80px; }
    .pic-list .item-idx {
      top: 88%;
      width: 300px; }
      .pic-list .item-idx .title-idx {
        padding: 10px; }
      .pic-list .item-idx .small {
        font-size: 13px; }
  .swiper-container.pic-box {
    height: 380px; }
  #section4 .title {
    padding: 15px 0; }
    #section4 .title h2 {
      font-size: 16px; }
    #section4 .title .small {
      font-size: 12px; }
  #section5 .small {
    font-size: 12px; }
  #section6 .pic-frame .text-box .title {
    font-size: 16px;
    margin-bottom: 15px; }
    #section6 .pic-frame .text-box .title span {
      font-size: 18px;
      margin-right: 10px; }
  #section6 .pic-frame .text-box .txt {
    font-size: 12px; }
  #section7 .pic-list {
    margin-bottom: 100px; }
  #section8 .btn-box {
    display: none; }
  .contact-btn h4 {
    line-height: 45px; }
  #footer #gotop {
    width: 30px;
    height: 30px;
    top: -0px;
    left: 80%; }
    #footer #gotop i {
      font-size: 20px;
      line-height: 18px; } }

/* 575 END */
/*----------------max-width:480-------------------*/
/* 480 END */
/*----------------max-width:320-------------------*/
/*320 END */
