/* research activity */
.formobile_new, .mb_footer{
    display: none;
}

#wpadminbar {
    display: none;
}

.page-news {
    background-image: url(../image/bk/lmbg.jpg);
    background-size:cover,auto;
    background-repeat: no-repeat,repeat;
    height: 100vh;
}

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

.rf-menu{
    position: absolute;
    left:25.9%;
    top:5.9%;
    width: 69%;
    height: 6%;
    border-radius: 4vmin; 
    //background-color: rgba(0,21,29,0.35);
    /*background-image: linear-gradient(to right, rgba(84, 98, 104, 0) 8%, rgba(0, 21, 29, 0.267) 46%, rgba(0, 21, 29, 0.35) 92%);*/
    background-image: linear-gradient(to bottom, rgba(0, 21, 29, 0.35), rgba(92, 119, 129, 0.5) 53%, rgba(139, 170, 183, 0));
    z-index: 10;
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
}

.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 {
    position: absolute;
    top: 17.3%;
    left: 30.6%;
    width: 60%;
    height: 75%;
    overflow: scroll;
}


.rf-item {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: calc(0.6em + 1vmin);
    font-weight: 300;
    color: #ebebeb;
    line-height: 40px;
    letter-spacing: 2px;

}

.rf-active {
    width: 14%;
    height: 100%;
    margin-left: 43%;
    line-height: 5vh;
    letter-spacing: 0.5px;
    color: #ececec;
    background-color: transparent;
    border : solid 2px #ececec;
    transition: all .2s ease-in-out;
    border-radius: 2.7vmin;
    text-align: center;
}

.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;
    top: 31.9%;
    left: 30.6%;
    width: 64%;
    opacity: 1;
}


.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-top: 5vh;
	margin-bottom: 3vh;
	margin-right: 2vw;
	width: 23.5vw;
	vertical-align: top;
	word-break: break-all;
}
.profile:nth-child(even) {
  clear: left;
}
.profile-header {
	position: relative;
	height: 16.25vh;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.profile-header img {
	border-radius: 8vh;
	height: 8vw;
	width: 8vw;
    opacity: 1.0;
}
.profile-content {
    text-align: left;
	height: auto;
	width: 14vw;
	display: inline-block;
	vertical-align: top;
	padding-left: 1vw;
}
.profile-content h3 {
    display: inline-block;
    color:#FFFFFF; 
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.6vw; 
    font-weight: 450;
	line-height: 2vw;
    letter-spacing: 0.5px;
    padding-bottom: 1vh;
    border-bottom: 1px #ececec solid;
}

.profile-content section {
	margin-top: 8px;
    padding-top: 10px;
    font-size: 1em;
}


/* 細捲軸開始 */
::-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);
}

/* 細捲軸結束 */