﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.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;
}


/* --------------------------------- */
.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: #008ea6;
    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;
}
.edit-box *{
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width: 1000px){
  .edit-box *{
    width: initial;
  }
}

/* .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.noactive {
    display: none;
} */