﻿body {
  font-size: 18px;
  font-family: Microsoft JhengHei, serif;
  color: #333; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: Microsoft JhengHei, serif; }

.content {
  height: 100vh;
  overflow: auto; }

.index_top_div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  text-align: center;
  width: 100%;
  box-shadow: 1px 1px 5px #000; }
  .index_top_div .header_logo {
    max-width: 300px;
    width: 100%; }
  .index_top_div .text {
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 0 0 12px;
    vertical-align: middle; }

.index_bottom_div {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  text-align: center;
  width: 90%;
  align-items: center;
  margin: 0 auto; }
  .index_bottom_div .footer_logo {
    max-width: 180px;
    width: 100%; }

#footer-slider .owl-item div {
  overflow: hidden; }
  #footer-slider .owl-item div img {
    transition: transform 0.8s, filter 0.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(70%); }
    #footer-slider .owl-item div img:hover {
      filter: brightness(100%);
      transform: scale(1.3); }

.index_content_div {
  background: rgba(127, 127, 127, 0.5);
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all ease-in .3s;
  overflow: auto; }
  .index_content_div .center_area {
    color: #fff;
    position: relative;
    top: 10%;
    transition: all ease-in .3s;
    width: 90%;
    margin: 0 auto; }
    .index_content_div .center_area .title_div {
      text-align: center;
      margin: 30px 0 0 0; }
      .index_content_div .center_area .title_div .title {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 0px 5px #000;
        background: rgba(0, 0, 0, 0.3);
        display: inline-block;
        margin: 0;
        padding: 0 5px; }
    .index_content_div .center_area .link_item {
      justify-content: center; }
      .index_content_div .center_area .link_item .item_div {
        position: relative;
        top: 0px;
        margin: 0 0 20px;
        background: rgba(57, 101, 141, 0.85);
        text-align: center;
        transition: all linear .3s; }
        .index_content_div .center_area .link_item .item_div:hover, .index_content_div .center_area .link_item .item_div:active, .index_content_div .center_area .link_item .item_div:focus {
          background: #fff;
          box-shadow: 0 0 10px #000;
          position: relative;
          top: -3px;
          /*padding: 5px;*/ }
          .index_content_div .center_area .link_item .item_div:hover .item_content, .index_content_div .center_area .link_item .item_div:active .item_content, .index_content_div .center_area .link_item .item_div:focus .item_content {
            color: rgba(57, 101, 141, 0.85); }
            .index_content_div .center_area .link_item .item_div:hover .item_content .img img, .index_content_div .center_area .link_item .item_div:active .item_content .img img, .index_content_div .center_area .link_item .item_div:focus .item_content .img img {
              transform: scale(0.9, 0.85); }
          .index_content_div .center_area .link_item .item_div:hover .link_div, .index_content_div .center_area .link_item .item_div:active .link_div, .index_content_div .center_area .link_item .item_div:focus .link_div {
            background: #fff;
            max-height: 500px;
            overflow: hidden;
            padding: 0 0 10px 0;
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
            /*display: block;*/ }
        .index_content_div .center_area .link_item .item_div .item_content {
          color: #fff;
          box-shadow: 0 0 25px #000109; }
          .index_content_div .center_area .link_item .item_div .item_content .img {
            overflow: hidden; }
            .index_content_div .center_area .link_item .item_div .item_content .img img {
              transition: all linear .3s;
              width: 100%; }
          .index_content_div .center_area .link_item .item_div .item_content .text {
            padding: 5px;
            font-weight: bold;
            font-size: 21px; }
        .index_content_div .center_area .link_item .item_div .link_div {
          max-height: 0;
          overflow: hidden;
          transition: all linear .3s;
          background: #39658d;
          text-align: center;
          position: absolute;
          z-index: 200;
          width: 100%;
          left: 0; }
          .index_content_div .center_area .link_item .item_div .link_div ul {
            list-style: none;
            margin-bottom: 0; }
            .index_content_div .center_area .link_item .item_div .link_div ul li {
              padding: 0 10px;
              margin: 5px 0; }
            .index_content_div .center_area .link_item .item_div .link_div ul a {
              color: #777;
              display: block;
              transition: all linear .2s;
              border-radius: 10px; }
              .index_content_div .center_area .link_item .item_div .link_div ul a i {
                margin: 0 3px 0 0;
                display: none; }
              .index_content_div .center_area .link_item .item_div .link_div ul a:hover, .index_content_div .center_area .link_item .item_div .link_div ul a:active, .index_content_div .center_area .link_item .item_div .link_div ul a:focus {
                background: #39658d;
                color: #fff;
                border-radius: 10px;
                font-weight: bold; }

.line-sm {
  margin: 20px 0; }

.copyrights {
  position: relative;
  z-index: 1000;
  bottom: -12%;
  width: 100%;
  text-align: center;
  background: #777;
  color: #fff;
  padding: 5px;
  font-size: 16px; }

.phone, .address {
  font-size: 18px;
  margin-bottom: 10px; }

#day-slider {
  position: absolute;
  z-index: 50; }
  #day-slider .owl-item {
    height: auto;
    min-height: 100vh; }
    #day-slider .owl-item div {
      overflow: hidden;
      height: 100vh; }
      #day-slider .owl-item div img {
        height: auto;
        min-height: 100vh;
        width: 100%;
        object-fit: cover;
        display: block; }
  #day-slider .active div img {
    /*@keyframes scaleDraw {
                    0% {
                        transform: scale(1);
                    }

                    100% {
                        transform: scale(1.1);
                    }
                }*/
    /*animation-name: scaleDraw;
                animation-timing-function: linear;
                animation-duration:15s;*/ }

@media (max-width: 575px) {
  .content {
    height: 100vh;
    overflow: hidden; }
  .index_top_div {
    position: relative;
    padding: 0; }
  .index_bottom_div {
    width: 100%;
    position: relative; }
  .index_content_div {
    background: rgba(127, 127, 127, 0.5);
    width: 100%;
    height: 85vh;
    min-height: calc(100vh - 85px);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all ease-in .3s;
    overflow: auto; }
    .index_content_div .center_area {
      position: static;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      height: auto;
      margin: 0 auto; }
      .index_content_div .center_area .link_item {
        justify-content: normal; }
  .copyrights {
    position: relative;
    bottom: 0; }
  #day-slider .owl-item {
    height: auto;
    min-height: 100vh; }
    #day-slider .owl-item div img {
      height: auto;
      min-height: 100vh; } }
