﻿@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";
    overflow-x: hidden;
}
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-top: 30px;
    text-align: right;
}
.page .select {
    color: var(--mainColor);
    font-weight: 700;
}
.page a {
    font-size: 16px;
    font-family: "roboto";
    font-weight: 300;
    margin: 0 10px;
    color: #555555;
    transition: all .3s linear;
    vertical-align: middle;
    position: relative;
}
.page .select:after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--mainColor);
    position: absolute;
    bottom: -3px;
    left: 0;
}
.page .prev, .page .next {
    font-size: 16px;
    color: var(--mainColor);
    vertical-align: middle;
}
.page a:hover{
    color: var(--mainColor);
}
.page .prev:hover, 
.page .next:hover {
    color: var(--deputyColor);
}

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,
select,
textarea{
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.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 (max-width: 1000px){
    .edit-box *{
        width: initial;
    }
}
.noInformation{
    font-size: 22px;
    color: #888;
}
.displayNone{
    display: none;
}