@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Noto+Serif+TC:500,700&display=swap');

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

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


*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pageTitle {
    display: flex;
    justify-content: flex-start;
    width: 308px;
    margin: 0 auto;
    margin-left: 7.5%;
    margin-top: 5%;
    margin-bottom: 2%;
    /* padding-left: 2%; */
}

.pageTitle .titleleft{
    width: 2px;
    height: 11.4vh;
    transform: translateY(24%);
    background-color: #3E3E3E;
    margin-right: 11%;
}

.pageTitle .EN {
    /* font-size: 64px; */
    font-size: 4rem;
    color: #3E3E3E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.pageTitle .CH {
    /* font-size: 29px; */
    font-size: 1.85rem;
    color: #3E3E3E;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 8px;
}

@media screen and (max-width:1366px){
    .pageTitle .EN {
        font-size: 2.5rem;
    }
    .pageTitle .CH {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:991px) {
    .pageTitle {
        margin-top: 25%;
        margin-bottom: 10%;
    }
    .pageTitle .titleleft {
        height: 78px;
        transform: translateY(17%);
    }
    .pageTitle .EN {
        font-size: 40px;
    }
    .pageTitle .CH {
        font-size: 25px;
    }
    .top .InnerImg {
        padding-top: 40%;
    }
    .top .top2 {
        padding-top: 57%;
    }
}