﻿@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  line-height: 1.6;
  color: #1F1F1F;
  background-color: #fff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
img {
  max-width: 100%;
  vertical-align: middle;
}
/*可利用*/
.img {
  position: relative;
  font-size: 0;
}
.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.img > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.img > span > img, .img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img > span > iframe {
  width: 100%;
  height: 100%;
}
.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
#contact_form label.error{
  color: red;
}


.main-bg{
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}
.main-title-block{
  width: 1600px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}
.main-title-box{
  display: inline-block;

}
.main-title-en{
  font-family: "Roboto";
  font-size: 60px;
  color: #555555;
  font-weight: 100;
  letter-spacing: 2px;
  display: block;
  opacity: 0;
}
.main-title-ch{
  font-size: 16px;
  color: #555555;
  text-align: right;
  display: block;
  letter-spacing: 2px;
  opacity: 0;
}
/*------------------------------------*/
.main-title-box.active .main-title-en{
  animation: fade .8s ease 0s 1 forwards;
}
.main-title-box.active .main-title-ch{
  animation: fadeInRight .8s ease .2s 1 forwards;
}

/* --------------------------------- */
.page{
  margin: 40px 0;
    text-align: center;
}
.page .prev {
    padding-right: 10px;
}
.page .select {
    color: #137c3a;
}
.page a {
    font-size: 16px;
    margin: 0 10px;
    color: #000;
    transition: all .3s linear;
    vertical-align: middle;
}
.page .prev, .page .next {
    font-size: 16px;
    color: #c58005;
    vertical-align: middle;
}

.page .next {
    padding-left: 10px;
}

select::-ms-expand{
    display: none;
}
.edit-box b{
  font-weight: bold;
}

.edit-box ol,.edit-box ul{
  margin-left: 40px
}
.edit-box ol { list-style-type: decimal }
.edit-box ol ul,.edit-box ul ol,.edit-box ul ul,.edit-box ol ol {
  margin-top: 0; margin-bottom: 0 
}
.edit-box ul{
    list-style-type: circle;
}
.edit-box li { display: list-item }

input{
  outline: none;
}


.edit-box iframe{
  width: 100%;
  box-sizing: border-box;
}
.edit-box td,
.edit-box table{
  max-width: 100%!important;
  box-sizing: border-box;
}
:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.edit-box sup{
  vertical-align: super;
}

@media only screen and (max-width: 1600px){
  .main-title-block{
    width: 95%;
  }
}
@media only screen and (max-width: 1000px){
  .edit-box *{
    width: initial;
  }
  .main-title-en,
  .main-title-ch{
    opacity: 1!important;
    animation: none!important;
  }
  .main-title-en{
    font-size: 40px;
  }
  .main-title-block{
    padding: 20px 0;
  }
}

.page-load-status {
    display: none;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}