@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900|Noto+Serif+TC:500,700&display=swap');
/*
    _黑體
    font-family: 'Noto Sans TC', sans-serif;
    _明體
    font-family: 'Noto Serif TC', serif;
    font-family: "GFS Didot", serif;
*/
* {
    position: relative;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans TC',  serif;
    font-size: 1rem;
}


a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}


.fancybox-navigation {
    height: 100vh;
}


.innerImg {
    width: 100%;
    padding-top: 100%;
}


.innerImg .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.font-EN{
    font-family: "GFS Didot", serif;
}

/* .container-fluid{
    padding: 0 5%;
} */
.icon{
    display: inline-block;
}
.icon i{
    background: #000;
    width: 100px;
    height: 20px;
    border-radius: 30px;
    text-align: right;
    display: block;
    line-height: 1.2;
    padding: 0 5px;
}
@media (max-width:991px) {
    .icon i{
        width: 60px;
        height: 15px;
        line-height: 0.8;
        margin-top: 14%;
    }
}
.icon-w{
    display: inline-block;
}
.icon-w i{
    background: #fff;
    width: 100px;
    height: 20px;
    border-radius: 30px;
    text-align: right;
    display: block;
    line-height: 1.2;
    padding: 0 5px;
    cursor: pointer;
}
@media (max-width:991px) {
    .icon-w i{
        width: 60px;
        height: 15px;
        line-height: 0.8;
        margin-top: 14%;
    }
}
.icon p{
    background: #000;
    width: 100px;
    height: 20px;
    border-radius: 30px;
    text-align: center;
    display: block;
    line-height: 0;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
}
@media (max-width:991px) {
    .icon p{
        width: 60px;
        height: 15px;
        line-height: 0.25;
        margin-top: 14%;
        font-size: 1.2rem;
    }
}
.icon-w p{
    background: #fff;
    width: 100px;
    height: 20px;
    border-radius: 30px;
    text-align: center;
    display: block;
    line-height: 0;
    font-size: 1.8rem;
    color: #000;
    cursor: pointer;
}
@media (max-width:991px) {
    .icon-w p{
        width: 60px;
        height: 15px;
        line-height: 0.25;
        margin-top: 14%;
        font-size: 1.2rem;
    }
}

