.page_admission{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction:column;
    align-items: center;
    background-color: #e4dfd2;
}

.block-deco{
    width: 82vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px rgba(46, 69, 101, 0.7);
    margin: 3.32vw 0;
    padding-top: 1.041vw;
}

.deco-dot{
    width: 0.989vw;
    height: 0.989vw;
    border: solid 1.5px #2e4565;
    background-color: #2e4565;
    border-radius: 45%;
}

.deco-arrow{
    width: 0.5vw;
    height: 0.5vw;
    border: solid #2e4565;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.deco-section{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.84375rem;
    font-weight: bold;
    line-height: 0.06;
    letter-spacing: 2.7px;
    text-align: center;
    color: #2e4565;
}

.scetion1{
    width: 82vw;
    margin-left: 9%;
    margin-right: 9%;
    margin-top: 5vw;
    display: flex;
    flex-direction: column;
}

.s1_content{
    width: 82vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.content{
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.82;
    text-align: left;
    color: #2e4565;
}

.content span{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
    font-size: 2.34375vw;
    letter-spacing: 0.3125vw;
}

.content p{
    margin-bottom: 2.5vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.14583vw;
    letter-spacing: 0.1718vw;
}

.s1_pie_chart{
    width: 82vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.s1_pie_chart img{
    width: 41vw;
    height: auto;
}

.scetion2{
    width: 82vw;
    margin-left: 9%;
    margin-right: 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.three_ad_icon{
    width: 69.167vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ad_whole_block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: none;
}

.shown{
    display: block;
}
._MsnPhD{
    border: solid 2px #4f5ab8;
    display: none;
}

._PhD{
    border: solid 2px seagreen;
    display: none;
}

._Ms{
    border: solid 2px sandybrown;
    display: none;
}

.ad_icon{
    width: 14vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.041667vw;
    font-weight: 500;
    letter-spacing: 2.7px;
    color: #2e4565;
    text-decoration: none;
    border-radius: 30px;
    border: solid 1.5px #2e4565;
    padding: 0.83vw 2.6vw;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.actived, .ad_icon:hover{
    background-color: #2e4565;
    color: #e4dfd2;
}

.ad_info{
    width: 69.167vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5.2vw;
}


.ad_content p, .ad_content h3{
    margin-bottom: 2vw;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.302083333vw;
    line-height: 1.82;
    letter-spacing: 3.3px;
    text-align: left;
    color: #2e4565;
}

.ad_content strong{
    font-weight: bold;
}

.ad_content h3{
    font-size: 1.40625vw;
    letter-spacing: 4.05px;
}

.ad_content p a{
    font-weight: 500;
    letter-spacing: 1.1px;
    color: #4f5ab8;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.ad_content{
    width: 40.057vw;
}

.ad_poster{
    /*width: 29.11vw;
    height: 43.48vw;*/
    border-radius: 15px;
    overflow: hidden;
}

.ad_poster img{
    width: 29.11vw;
    height: 43.48vw;
}

@media (max-width: 960px) {
    .deco-section {
        font-size: 12px;
    }

    .content span {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .content p {
        margin-bottom: 24px;
        font-size: 14px;
        letter-spacing: 1.65px;
    }

    .ad_icon {
        line-height: 1.3;
        font-size: 14px;
        border-radius: 15px;
        padding: 7.968px 24.96px;
    }

    .ad_content p, .ad_content h3 {
        margin-bottom: 19.2px;
        font-size: 14px;
    }

    .deco-arrow, .deco-dot{
        width: 2vw;
        height: 2vw;
    }
}

@media (max-width: 768px){

    .ad_info, .three_ad_icon{
        width: 82vw;
    }

    .ad_icon{
        line-height: 1.2;
    }

    /*.ad_poster img{
        width: 89vw;
        height: auto;
    }*/

    .three_ad_icon{
        flex-direction: column;
        align-items: flex-start;
    }

    .ad_icon{
        width: auto;
        margin-top: 2vw;
    }

    .ad_info{
        flex-direction: column;
        align-items: center;
    }

    .ad_content{
        width: 82vw;
        overflow-wrap: anywhere;
    }

    .ad_poster img{
        width: 89.3vw;
        height: auto;
    }
}


@media (max-width: 480px){

    .s1_content{
        flex-direction: column;
    }

    .s1_pie_chart{
        width: 82vw;
        display: flex;
        flex-direction: column;
    }

    .s1_pie_chart img{
        width: 82vw;
    }

    .scetion2{
        margin-top: 4vw;
        align-items: center;
    }
/*
    .ad_info{
        flex-direction: column;
        align-items: center;
    }

    .ad_content{
        width: 82vw;
        overflow-wrap: anywhere;
    }

    .ad_poster img{
        width: 89.3vw;
        height: auto;
    }*/
}
