﻿@charset "UTF-8";


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{
  font-family: "Times New Roman","Arial";
  font-size: 32px;
  color: #661118;
  text-align: center;
  padding: 50px 0;
  position: relative;
}

/* --------------------------------- */
.page{
  margin: 80px 0;
    text-align: center;
}
.page .prev {
    padding-right: 10px;
}
.page .select {
    color: #661118;
}
.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: #661118;
    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;
}




.zoomWindowContainer> div{
    border-radius: 50%!important;
    overflow: hidden;
    margin: 0 20px;
}
.zoomLens{
    border-radius: 50%!important;
}
@media only screen and (min-width: 1000px){
  .main-title{
    animation: fade .8s ease 0s 1 both;
  }
}
@media only screen and (max-width: 1000px){
  .edit-box *{
    width: initial;
  }
}
@media only screen and (max-width: 750px){
    .main-title{
      padding: 30px 0;
    }
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}