*{
    font-family: '微軟正黑體','sans-serif';
    margin: 0;
    padding: 0;
    font-size: 1vw;
}
body{
    /*background: rgba(9,35,91,1) url('../images/pc_bg.jpg') no-repeat 50% 0 / 100% 100%;*/
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(46,164,222,1) 0%, rgba(24,51,142,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(46,164,222,1) 0%,rgba(24,51,142,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(46,164,222,1) 0%,rgba(24,51,142,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea4de', endColorstr='#18338e',GradientType=0 ); /* IE6-9 */
    background-size: cover;
    overflow: hidden;
    height: 100vh;
}
main{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    padding: 0 10%;
}
footer{
    color:#29a0db;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .15rem;
    background: #172a88;
}
.cn_box{ padding-bottom: 20px; border-bottom: 1px #666 solid; }
.en_box{ letter-spacing: 1.8px; }
.subTT{
    margin-top: 1rem;
    display: block;
    color:#29a0db;
    font: bolder 16px/22px sans-serif;
}
.text_box{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main{
    background-color: rgba(30,30,30,.95);
    color: #FFF;
    padding: 0.5% 2%;
    /*border: 1px solid #385dac;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0,0.8));*/
    /*-webkit-border-radius: 15px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 15px;
    border-bottom-left-radius: 0;*/
}
.main_list {
    margin: 3% 0;
    width: fit-content;
}
h2{
    font-size: 2.2vw;
    margin-bottom: 1.5vw;
    color:#eccc3b;
}
.people{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 740px;
    min-height: 513px;
    background: url("../images/SiteMaintenance.png") no-repeat 0 0 / 100% 100%;
}
.people img{ width: 100%;}

@media screen and (max-width: 850px) {
    h2{ margin-bottom: .5vw;}
    .en_box{ letter-spacing: .5px; }
    .subTT{ margin-top: .5rem;}
    .people{
        width: 425px;
        min-height: 260px;
        background: url("../images/SiteMaintenance.png") no-repeat 0 0 / 100% 100%;
    }
}
@media screen and (max-width: 768px) {
    *{ font-size: 3vw}
    body{
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .logo{
        height: 14%;
        justify-content: center;
    }
    .logo img { width: 34vw;}
    h2{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    main{
        flex-direction: column;
        justify-content: space-evenly;
        padding: 5% 2% 0;
    }
    .main{ padding:0.5% 4%;}
    .people{
        order: 1;
        width: 65%;
        margin: 3% 0;
    }
}
@media screen and (max-width: 480px) {
    /*body{ background: rgba(9,35,91,1) url('../images/pc_bg_.jpg') no-repeat 50% 0 / 200% 50%;}*/
    main{
        justify-content: flex-end;
        flex-direction: column-reverse;
        padding: 0 2%;
    }
    h2{ font-size: 6vw;}
    .logo img { width: 50vw;}
    .people { width: 100%;}
    footer{ font-size: 11px; letter-spacing: 0;}
}
@media screen and (max-width: 360px) {}