@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
#btn-application{
    color: #efeee4;
    background-color: #2e4565;
}

.student_applications{
    width: 82vw;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: 3.125vw;
    margin-bottom: 7.864vw;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.content_group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5.2083vw;
}

.group_content > h3{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.041667vw;
    font-weight: bold;
    letter-spacing: 2.7px;
    color: #2e4565;
    margin: 3vw 0;
}

.group_content p{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.302083333vw;
    color:#2e4565;
    line-height: 1.82;
    letter-spacing: 3.3px;
    text-align: left;
}

.group_content a{
    font-family: 'Noto Sans TC', sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.14583vw;
    color: #4f5ab8;
}

.Phd_paper_form{
    width: 44.895vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    box-shadow: 1px 1px 15px 0 rgba(255, 111, 0, 0.3);
    background-color: #efeee4;
    margin-top: 3.125vw;
    padding: 2.60416vw;
}

._font27{
    font-family: 'Noto Serif TC', serif;
    font-size: 1.40625vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 5.4px;
    text-align: center;
}

.orange_text{
    color: #ffa975;
}

.list > p, .appendix_text, .note, .realted_files a{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.14583vw;
    font-weight: 500;
}

.list{
    width: 33.75vw;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 2.0833vw;
    color: #2e4565;
}

.appendix_text{
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 2.0833vw;
    text-align: center;
}

.note{
    width: 37.39583vw;
    line-height: 1.75;
    letter-spacing: 1px;
    text-align: center;
    color: #2e4565;
    border-top: solid 3px #e4dfd2;
    border-bottom: solid 3px #e4dfd2;
    padding: 0.9635vw 0;
    margin-top: 2.005vw;
    color: #2e4565;
}

.realted_files{
    display: flex;
    flex-direction: column;
    margin-top: 2.005vw;
}

.realted_files a{
    text-decoration: none;
    font-weight: 500;
    color: #4f5ab8;
    line-height: 1.75;
    letter-spacing: 1px;
    text-align: left;
}

.files_table{
    margin-top: 3.125vw;
}

.file_group_content{
    display: flex;
    width: 44.895vw;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px rgba(46, 69, 101, 0.7);
    padding: 2.2135vw 0;
}

.filename{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.14583vw;
    font-weight: bold;
    line-height: 2.22;
    letter-spacing: 2.7px;
    text-align: left;
    color: #2e4565;
}

.file_group_content a, .other_forms a{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.14583vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.171875vw;
    text-align: left;
    color: #4f5ab8;
}

.other_forms{
    margin-top: 3.125vw;
    display: flex;
    flex-direction: column;
}


@media (max-width: 960px) {
    .group_content p {
        font-size: 16px;
    }

    .group_content > h3 {
        font-size: 16px;
        margin: 28.8px 0;
    }

    .group_content a {
        font-size: 16px;
    }

    ._font27{
        font-size: 19px;
        font-weight: 700;
    }

    .list > p, .appendix_text, .note, .realted_files a {
        font-size: 15px;
        text-align: left;
    }

    .filename {
        font-size: 15px;
    }

    .Phd_paper_form_wrapper{
        padding: 9vw;
    }

    .note{
        width: auto;
        padding: 3vw 0;
    }

}

@media (max-width: 480px){
    
    .content_group{
        margin-top: 15vw;
    }

    .group_content p{
        line-height: 1.5;
    }

    .Phd_paper_form{
        width: 82vw;
        padding: 2.5vw;
        margin-left: -1.5vw;
    }

    .list {
        width: auto;
        margin-top: 6vw;
    }

    .file_group_content{
        width: 82vw;
    }

    .files_table, .other_forms{
        margin-top: 6vw;
    }
}
