/* research activity */
body {
    background-color: #57c1ff;
}

#wpadminbar {
    display: none;
}

.page-news {
    background-color: #57c1ff;
    height: 100vh;
}

.page-news_opacity {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100vh;
}

.rf-menu {
    display: none;
}

.rf-menu p {
    position: relative;
    z-index: 20;
    display: inline-block;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: calc(0.75em + 1vmin);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 14.35px;
    color: #ececec;
    right: -14.35px;
}

.rf-form_list_block {
    margin-top: 5vh;
    margin-left: 5%;
    width: 90%;
}


.rf-item {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #ebebeb;
    line-height: 40px;
    letter-spacing: 2px;

}

.rf-active {
    width: 30%;
    height: 100%;
    line-height: 5vh;
    letter-spacing: 0.5px;
    color: #043776;
    background-color: transparent;
    text-align: left;
}

.rf-text-block {
    /*height: 9.1%;*/
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2.5vh;
    /*1.833em*/
    letter-spacing: 0.5px;
    /*0.05em*/
    /*display:inline-block;*/
}

.rf-info_block {
    display: inline-block;
    width: 100%;
    height: 55vh;
    margin-top: 5vh;
    overflow-x: scroll;
    white-space: nowrap;
}


.cusfield {
    padding-left: 3.7%;
    padding-top: 1.2vw;
    font-size: 1.3rem;
    font-weight: 450;
    font-family: 'Times New Roman', '微軟正黑體', sans-serif;
    line-height: 2.5vh;
    /*1.833em*/
    letter-spacing: 0.5px;
    /*0.05em*/
    display: inline-block;
    color: white;
}



@media(max-width:1200px) {
    .rf-info_block a {
        font-size: 1.2rem;

    }

    .news-title-year {
        font-size: 1rem;
    }

    .news-title-date {
        font-size: 1rem;
        padding-top: 3.2vw;
    }
}

.profile {
    display: inline-block;
    position: relative;
    margin-right: 5vw !important;
    margin-left: 0vw !important;
    width: 40vh;
    height: 100%;
    vertical-align: top;
    word-break: break-all;
}

.profile:nth-child(even) {
    clear: left;
}

.profile-header {
    position: absolute;
    width: 100%;
    height: 60vw;
    display: inline-block;
    vertical-align: top;
}

.profile-header img {
    border-radius: 2vh;
    height: 40vh;
    width: 40vh;
    opacity: 1.0;
}

.profile-content {
    position: absolute;
    top: 40vh;
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1vw;
}

.profile-content h3 {
    display: inline-block;
    color: #043776;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
    line-height: 2vw;
    letter-spacing: 0.5px;
    padding-bottom: 1vh;
    padding-top: 1em;
}

.profile-content section {
    display: block;
    overflow: hidden;
    margin-top: 8px;
    font-size: 1em;
    height: 15vw;
    width: 40vh;
    overflow-wrap: break-word;
    white-space: normal;
}


/* 細捲軸開始 */
::-webkit-scrollbar {
    height: 4px;
    overflow: visible;
    width: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 0px;
    border-radius: 10px;
    min-height: 28px;
    padding-top: 100px;
    //box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d8d8d8;
    //box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);
}

::-webkit-scrollbar-thumb:active {
    background-color: #d8d8d8;
    //box-shadow:inset 1px 1px 3px rgba(0,0,0,0.35);
}


::-webkit-scrollbar:horizontal {
    height: 5px;
    overflow: visible;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-track:horizontal {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* 細捲軸結束 */

.title1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 1 auto;
    background-color: #41b9ff;
}

.tiltle_content1 {
    display: block;
    position: relative;
    flex: 1;
    background-color: #41b9ff;
    /* width: 91.3%;*/

}

.tiltle_content1 p {
    display: block;
    position: absolute;
    /*height: 1.375rem;*/
    top: 33%;
    left: 5%;
    font-family: 'Noto Sans TC';
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 2.4px;
    text-align: left;
    color: #043776;

}

.toTOP {
    display: block;
    min-height: 100px;
}

.toTOPicon {
    display: block;
    width: 100%;
    margin-top: 8%;
    margin-bottom: 8%;
}

.link_to_other {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 0 1 auto;
}

.menuicon {
    width: 100%;
}


/***** footer *****/
/*.mb_footer{
    position: relative;
    flex:1;
}

.mb_footer_img{
    position: relative;
    display: block;
    width: 100vw;
    height: 124vw;
    background-image: url(../image/mobile/homepage/mb_footerbg.png);
    background-size: cover;
}

.mb_footer_title
{
    position: absolute;
    top: 10.25%;
    margin-left: 7.2%;
    display: block;
    width: 35%;
    color: white;
    font-size: 1.25rem;
    text-align: right;
    border-left: 2px solid;
    letter-spacing: 2px;
}

.mb_footer_info{
    position: absolute;
    top: 20%;
    margin-left: 5.3%;
    display: block;
    width: 90%;
    font-size: 0.75rem;
    color: white;
    letter-spacing: 1.56px;
    line-height: 3;
}

.mb_footer_phone
{
    display: block;
    background-image: url(../image/mobile/homepage/phone.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10%;
}

.mb_footer_mail
{
    display: block;
    background-image: url(../image/mobile/homepage/mail.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10%;
}

.mb_footer_address{
    display: block;
    background-image: url(../image/mobile/homepage/address.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10%;
}

.mb_footer_homebtn{
    position: absolute;
    top: 84.3%;
    margin-left: 5.6%;
    display: block;
    width: 17.1%;
    color: white;
    text-align: justify;
}
.mb_footer_homebtn:after{
    content: '';
    width: 100%;
    display: inline-block;
}

.mb_footer_copyright{
    position: absolute;
    top: 92.8%;
    margin-left: 5.6%;
    display: block;
    font-size: 0.625rem;
    color: white;
    letter-spacing: 1px;
}*/