html {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 62.5px;
}
html,
body {
    padding: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1920px;
    /* min-width: 1280px; */
    background-color: #fff;
    z-index: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', serif,'微軟正黑體';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

ol, ul,h1,h2,h3,h4{
    margin: 0;
    padding: 0;
}

a {
    width: 100%;
    height: auto;
    transition: .3s;
    display: block;
    color: #fff;
    text-decoration: none;
}

.mid {
    left: 0;
    right: 0;
    margin: 0 auto;
}
button{
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    transition: .3s;
    position: relative;
}
a:hover,
a:focus {
    border: none !important;
    outline: none !important;
    color: #fff;
}

img {
    width: 100%;
}

.btn-close {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    opacity: 1 !important;
    outline: none !important;
    outline: 0 !important;
}
/* ////////////固定頂部////////////// */
.fix-top{
    width: 100%;
    height: 3.3rem;
    max-width: 1920px;
    max-height: 65px;
    position: fixed;
    background-color: #00b0f0;
    top: 0;
    z-index: 10;
}
.picj-icon{
    width: auto;
    height: 100%;
    position: absolute;
    left: 1%;
    top: 0;
}
.picj-icon img{
    width: auto;
    height: 100%;
}
.btnf-ham{
    width: auto;
    height: 75%;
    position: absolute;
    right: 3%;
    top: 12%;
}
.btnf-ham img{
    width: auto;
    height: 100%;
}
.btnf-box-top{
    width: 30%;
    height: auto;
    position: absolute;
    right: 7.5%;
    top: 23%;
    text-align: right;
}
.btnf-box-top li{
    position: relative;
    display: inline-block;
    margin-right: 3%;
    width: 7.3rem;
}
/* ////////////固定底部////////////// */
.fix-bottom{
    width: 100%;
    height: 5.5rem;
    max-width: 1920px;
    max-height: 104px;
    position: fixed;
    background-color: #00b0f0;
    bottom: 0;
    z-index: 10;
    transition: all 0.3s ease;
}
.fix-bottom.stopped {
    position: absolute;
    bottom: auto;
    top: auto;
    height: 1.9%;
}
.btnf-box-bottom{
    width: 72%;
    position: absolute;
    top: 12%;
    text-align: center;
}
.btnf-box-bottom li{
    width: 19%;
    position: relative;
    display: inline-block;
    margin: 0 2.5%;
}
/* 頁尾排列 */
.array-bottom {
    width: 100%;
    height: 5.5rem;
    max-width: 1920px;
    max-height: 104px;
    position: relative;
    background-color: #00b0f0;
    z-index: 10;
    padding-top: 3.5%;
    /* 預設為透明與不可互動 */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.array-bottom.active {
    opacity: 1;
    visibility: visible;
}


/* ////////////頁尾////////////// */
.footer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #c2c2c2;
    padding: .8% 2%;
    text-align: center;
    z-index: 9;
}
.footer>li{
    position: relative;
    display: inline-block;
    margin: 0 .5%;
}
.footer-logo{
    width: 9.6%;
}
.footer-link{
    width: 20%;
}
.footer-link>ul>li{
    width: 30%;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1vw;
    font-weight: bold;
}
.footer-txt{
    width: 47%;
}
.footer-12{
    width: 3.5%;
}
.footer-mb{
    display: none;
}

/* 輪播 */
.carousel-control {
    position: absolute;
    top: 44%;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: initial;
    background-color: initial;
    filter: alpha(opacity=1);
    opacity: 1;
}
.carousel-control.right{
    background-image: unset;
    right:-96%;
}
.carousel-control.left{
    left: -96%;
    background-repeat: unset;
}
.arrow {
    width: 91%;
    position: absolute;
    top: 58%;
    z-index: 10;
}
@media screen and (max-width:1480px){
    .arrow {
        width: 89%;
    }
}
@media screen and (max-width:1024px){
    .arrow {
        width: 87%;
        top: 66%;
    }
}
@media screen and (max-width:768px){
    .carousel-control {
        width: 7rem;
        height: 7rem;
    }
    .arrow {
        width: 91%;
        top: 25%;
    }
    .footer-logo {
        width: 22.6%;
    }
    .footer-link>ul{
        text-align: right;
    }
    .footer-link>ul>li {
        font-size: 2.8vw;
        margin-top: 4%;
        text-align: right;
        width: 24%;
    }
    .footer-pc,.footer>li.footer-12{
        display: none;
    }
    .footer-mb{
        display: inline-block;
        margin-top: 2%;
    }
    .footer-txt {
        width: 95%;
    }
    .footer-link {
        width:71%;
    }
}