@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Noto+Sans+TC:wght@100;400&display=Noto+Serif+TC:wght@600;700&=swap');

/*

黑體
font-family: 'Noto Sans TC', sans-serif;

明體
font-family: 'Noto Serif TC', serif;

英文 無襯
font-family: 'Montserrat', sans-serif;

英文 襯線
font-family: 'Times New Roman', sans-serif;

*/
* {
    position: relative;
    box-sizing: border-box;
    /*border: 1px solid red;*/
}

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

/*文字樣式*/

a,
.btn {
    color: #c7c7c7;
}

a{
    text-decoration: none;
    font-size: 1rem;
}

a:hover {
    color: #888786;
    text-decoration: none;
}

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


p {
    line-height: 1.8;
    font-size: 1.2rem;
}

ul {
    margin: 0;
    padding: 0;
}


.fancybox-navigation {
    height: 100vh;
}

/*圖片樣式*/
.innerImg {
    width: 100%;
    padding-top: 70%;
}

.innerImg .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/cs.svg);
}
.stage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    body {
        font-size: 0.9rem;
    }
}

/* 單元標題 UnitTitle*/
.font-MT{
    font-family: 'Noto Serif TC', serif;
}

h2,h3,h4,h5,h6{
    font-family: 'Noto Serif TC', serif;
}

p{
    font-size: 0.9rem;
}
.title-EN{
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    display: block;
}
.title{
    margin: 1.5rem 0;
}



/* 頁面主標題  pageTitle*/
.unitBox{
    min-height: 100vh;
    padding: 0 5%;
    padding-top: 111px;
}
.unitBox p{
    text-align: justify;
}
.unitTitle{
    display: flex;
    align-items: center;
}
.download-icon{
    font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.download-icon:hover{
    color: #c7c7c7;
}

.download-icon img{
    width: 1.2rem;
    margin-right: 12px;
}

@media (max-width: 991px) {
    .unitBox{
        padding: 15% 3% 10% 3%;
        min-height: 0;
        align-items: start;
    }
    .download-icon img{
        width: 1rem;
    }
}
@media (max-width: 767px) {
    .unitBox{
        padding: 30% 3% 10% 3%;
    }
}
