section,article,aside,header,footer,nav,dialog,figure{display:block;}
html{
    font-size: 100px;
}
html,body{
    height: 100%;
}
body{
    font-family: 'Noto Sans TC', "Heiti TC", "微軟正黑體", Microsoft JhengHei, "Roboto Sans", Helvetica, Arial, sans-serif;
    margin: 0;
}
.mb-logo{
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}
.mb-body{
    overflow: hidden;
}


.header{
    background: url("../img/banner.jpg") no-repeat top center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner-place{
    margin: 0 auto;
    height: 0;
}
@media (min-width: 1400px){
    .banner-place{
        padding-top: 480px;
    }
}
@media (max-width: 1399px){
    .banner-place{
        padding-top: 34.3%;
    }
}

.video{
    width: 100%;
    background: #000;
    display: block;
}

.page1{
    background: #000;
}
.mb-page1{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.album{
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
.album-list{
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.album-transtion{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.album-item{
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: #000;
}
.album-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.album-btn-prev,
.album-btn-next{
    background: rgba(0,0,0,.5);
    font-size: 20px;
    width: 1.2em;
    height: 1.8em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
}
.album-btn-prev{
    left: 0;
}
.album-btn-next{
    right: 0;
}
.album-btn-prev:after,
.album-btn-next:after{
    content: '';
    display: block;
    width: .8em;
    height: .8em;
    border-top: .2em solid #fff;
    border-left: .2em solid #fff;
    position: absolute;
    top: .4em;
}
.album-btn-prev:after{
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    left: .3em;
}
.album-btn-next:after{
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    right: .3em;
}

.main{
    font-size: 16px;
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: .05em;
}
h2{
    margin: 1em .5em;
    text-align: center;
}
h2 span{
    display: inline-block;
    text-align: justify;
    word-break: break-all;
}
h3{
    margin: 1em .5em;
}
hr{
    margin-bottom: 2em;
}
.caption{
    text-align: center;
    margin-bottom: 1em;
}
.caption-img{
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 1.5em auto .3em;
}
.caption-span{
    color: #888;
    display: inline-block;
    padding: 0 1em;
    text-align: justify;
    word-break: break-all;
    font-size: .9em;
}
.main p{
    text-indent: 2em;
    text-align: justify;
    word-break: break-all;
    color: #333;
    margin: 1em .6em;
}
.main b{
    color: #000;
    font-size: 1.2em;
}
.blockquote p{
    color: #777;
    margin: 1em 0;
}

.arrow-box {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.arrow {
    width: 10%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.arrow1 {
    bottom: 14%;
    opacity: .7;
}
.arrow2 {
    bottom: 12%;
    opacity: .5;
}
.arrow3 {
    bottom: 10%;
    opacity: .3;
}
.arrow-box.on {
    -webkit-animation: sliding 1.2s linear infinite;
    animation: sliding 1.2s linear infinite;
}
@-webkit-keyframes sliding {
    from{
        -webkit-transform: translateY(.25rem);
        opacity: 0;
    }
    to{
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes sliding {
    from{
        transform: translateY(.25rem);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}


.loading {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.loading:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.footer span{
    text-indent: 0;
    font-size: 14px;
    color: #777;
    display: block;
}