@charset "UTF-8";

.page-article .DocContent > p a {
    color: #333333;
    text-decoration: underline;
    display: inline-block;
    word-break: break-all;
}

.page-wrap {
    float: left;
    width: 100%;
}

input[type='text'] {
    border: 1px #bfbfbf solid;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.97rem !important;
}

select {
    border: 1px #bfbfbf solid;
    padding: 4px 5px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.97rem !important;
}

/* crumb 
-----------------------------------------------*/
ul.rwd-subnav2 {
    border-top: 1px solid #595959;
    margin: 0;
    padding: 0;
}

ul.rwd-subnav2 li {
    border-top: 1px solid #595959;

}

ul.rwd-subnav2 li:first-child {
    border-top: 0;

}

/* crumb 
-----------------------------------------------*/

.crumb {
    width: 100%;
    padding: 11px 0;
    font-size: 0.85rem;
    color: #666;
    background: #f5f5f5;
}

.crumb a.home {
    padding-left: 19px;
    margin-left: 0;
    background: url(../images/i-home.svg) 0 center no-repeat;
    background-size: 12px 12px;
    display: inline-block;
}

.crumb a {
    color: #666;
    display: inline-block;
}

.crumb .current {
    margin: 0 0 0 1px;
    color: #008080;
}

.inner.crumb-inner {
    margin: 0 auto;
    display: block;
    width: 90%;
}

/* crumb end 
-----------------------------------------------*/


/* 側選單 
-----------------------------------------------*/

nav.side-nav-wrap {
    padding: 14px;
    background: #f5f5f5;
}

.page-side ul,
.page-side li {
    list-style: none;
}

.page-side {
    float: left;
    width: 21%;
    position: relative;
    z-index: 1;
}

.page-side .unit-title {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
    margin: 0;
    padding: 20px 5%;
    background: #008080;
    width: 100%;
    line-height: 29px;
}

.page-side-pic {
    width: 100%;
}

.page-side-pic img {
    width: 100%;
    border: 3px solid #ff6a43;
}

.side-nav {
    background: #e3e3e3;
    padding: 0;
    margin: 0;
}

.side-nav > li {
    background: #fff;
    line-height: 30px;
    margin-top: 0;
    border-top: 5px #f5f5f5 solid;
    line-height: 1.4;
}

.side-nav > li.nav-open > a > .arrow,
.side-nav li > a > .arrow {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 10px;
    height: 10px;
}

li.nav-open > ul {
    display: block;
}

.side-nav > li > a > .arrow {
    background: url(../images/side-nav-arr-close-w.png) center center no-repeat;
    background-size: cover;
}

.side-nav > li.nav-open > a > .arrow {
    background: url(../images/side-nav-arr-open-w.png) center center no-repeat;
    background-size: cover;
}

.side-nav li.current > a {
    color: #1faf9c !important;
    font-weight: bold;
}

.side-nav li a {
    display: block;
    padding: 10px 32px 10px 20px;
    color: #333333;
    font-size: 1.08em;
    position: relative;
}

.side-nav li a:hover {
    opacity: 1;
}

.second-side-nav {
    display: none;
    padding: 0;
}

.side-nav li.current .second-side-nav {
    display: block;
}

.second-side-nav .third-side-nav li.current a {
    color: #1faf9c !important;
}

.second-side-nav > li {
    padding: 5px 10px 5px 20px;
}

.second-side-nav > li > a,
.third-side-nav > li > a {
    padding: 5px 32px 5px 20px;
    position: relative;
}

.second-side-nav > li > a {
    background: url(../images/side_nav_bullet.png) 5px 15px no-repeat;
}

.second-side-nav > li.nav-open > a {
    background: url(../images/side_nav_bullet.png) 5px 15px no-repeat;
}

.second-side-nav > li > a > .arrow {
    top: 12px;
    right: 6px;
    background: url(../images/side-nav-arr-close-w.png) center center no-repeat;
    background-size: cover;
}

.second-side-nav > li.nav-open > a > .arrow {
    background: url(../images/side-nav-arr-open-w.png) center center no-repeat;
    background-size: cover;
}


/*-lev3-*/
.third-side-nav {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.third-side-nav > li > a {
    padding: 5px 32px 5px 36px;
    position: relative;
}

.third-side-nav > li > a {
    background: url(../images/side_nav_bullet.png) 22px 15px no-repeat;
}

.third-side-nav > li.nav-open > a {
    background: url(../images/side_nav_bullet.png) 22px 15px no-repeat;
}


/*-lev4-*/

.fourth-side-nav li {
    background: #e4e4e4 !important;
    border-top: 1px #cccccc solid;
}

.fourth-side-nav {
    display: block;
    /* width: 100%; */
    margin: 0;
    padding: 0;
}

.fourth-side-nav li:first-child {
    border-top: none;
}

.fourth-side-nav li a {
    font-weight: normal !important;
    color: #666 !important;
    background: none !important;
    font-size: 1.1em;
    display: block;
    padding: 14px 15px;
}


/* 側選單 end 
-----------------------------------------------*/

.page-rightcont {
    float: left;
    width: 79%;
    padding: 20px 0 45px 50px;
    background: #fff;
}

.page-allcont {
    float: left;
    width: 100%;
    padding: 20px 0 45px 0;
    /* box-shadow: -5px 5px 8px rgb(227, 227, 227); */
    background: #fff;
}

.page {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 40px 0 70px 0;
}

.page-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.page-header {
    width: 100%;
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
    float: left;
}

.page-header .unit-title {
    font-size: 1.5em;
    float: left;
    color: #333;
    margin: 0;
    font-weight: bold;
    width: calc(100% - 190px);
    line-height: 33px;
}

.page-header .sub-unit-title {
    width: 100%;
    border-bottom: 5px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.page-header .social {
    font-size: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.page-header .social > a {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 37px;
    height: 37px;
    background: #008080;
    padding: 10px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.page-date {
    width: 100%;
    text-align: right;
    float: left;
}

.page-share-drop {
    width: 37px;
    position: absolute;
    right: 0;
    top: 43px;
    display: none;
    z-index: 9;
}

.page-share-drop > a {
    margin-bottom: 4px;
    display: inline-block;
}

.page-header .social > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* page kv 
-----------------------------------------------*/

.page-kv {
    position: relative;
    width: 100%;
    padding-bottom: 5%;
    min-height: 95px;
    background: #fef7ef;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: right center;
}

.page-kv .page-title {
    font-size: 1.9rem;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 92%;
    text-align: center;
    color: #333;
}


/* page kv end 
-----------------------------------------------*/

.page-main {
    float: left;
    width: 100%;
}

.page-article {
    border-radius: 8px;
    background: #fff;
    padding: 15px 0 0 0;
    float: left;
    width: 100%;
    line-height: 29.5px;
    font-size: 1.035em;
}

.page-article img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.page-article p {
    white-space: normal;
}


/*--*/

.rwd-header.custody {
    background: #eca72f;
}

.page-album-list {
    width: 100%;
    float: left;
}

.page-album-intro {
    width: 100%;
    background: #f5f5f5;
    margin: 0 0 32px 0;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 1rem;
}

.page-album-intro p {
    margin-bottom: 5px;
}

.page-album-intro p:last-child {
    margin-bottom: 0;
}

.page-album {
    padding: 16px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.page-album .name {
    color: #333;
    padding: 7px 0 0 0;
    margin-bottom: 0;
    line-height: 21px;
    font-size: 0.95rem;
}

.page-album .cover {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    margin-bottom: 10px;
}

.page-article .page-album .cover img {
    position: absolute;
    max-width: 100%;
    max-height: 193px;
    margin: 0 auto;
    display: block;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

a.thumb {
    display: block;
    overflow: hidden;
}


/*-回上頁-*/

.page-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 35px 0 0 0;
}

.page-btn a {
    background: #008080;
    color: #fff;
    padding: 10px 0;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 35px;
    margin: 0 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    line-height: normal;
    min-width: 115px;
}


/* fat footer
**************************************/

.fat-footer {
    background: #25c1ad;
    width: 100%;
    /* padding: 40px 0; */
    float: left;
    width: 100%;
}

.fat-footer-sw {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.fat-footer-sw a {
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    position: relative;
}

.fat-footer-sw .open-arr,
.fat-footer-sw .close-arr {
    fill: #fff;
    width: 8px;
    height: 5px;
    margin: 9px 0 0 0;
    display: inline-block;
    vertical-align: top;
}

.fat-footer-inner {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}

.fat-footer-content {
    width: 22%;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    margin: 0 1%;
}

.fat-footer-content .title {
    font-weight: bold;
    font-size: 1em;
    margin: 0 auto 15px auto;
    padding: 10px 3%;
    display: block;
    background: #1faf9c;
    width: 95%;
    text-align: center;
}

.fat-footer-content .title a {
    color: #fff;
}

.fat-footer-content ul {
    width: 90%;
    display: none;
    margin: 0 auto 45px auto;
    padding: 0;
}

.fat-footer-content ul li {
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

.fat-footer-content ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 0.96em;
}


/* 圖片放大
**************************************/

.page-pic-large-title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px 0;
    position: relative;
}

.page-pic-large-title h1 {
    float: left;
    color: #333;
    border-left: 6px solid #555;
    padding: 0 0 0 12px;
    margin: 0 0 16px 0;
    line-height: 33px;
    font-size: 1.55em;
    font-weight: normal;
    width: 100%;
    text-align: left;
    font-family: 微軟正黑體;
}

.page-pic-large-img p {
    color: #333;
    text-align: left;
    padding: 7px 7px;
    margin: 0 !important;
    font-size: 0.85em;
    line-height: 1.6;
    position: static;
    bottom: 0;
    background: #e3e3e3;
    width: 100%;
    font-family: 微軟正黑體;
    box-sizing: border-box;
}

.btn-back {
    display: block;
    width: 100px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1em;
    font-family: 微軟正黑體;
    margin: 40px auto;
    padding: 12px 10px;
    background: #676767;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}


/* 內頁-置中
**************************************/

.magnifier {
    background: url(../images/pic_magnifier.png) center center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 15px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.FloatImgCaption {
    color: #333;
    text-align: left;
    padding: 7px 7px;
    margin: 0 !important;
    font-size: 0.85em;
    line-height: 1.6;
    position: static;
    bottom: 0;
    background: #e3e3e3;
    width: 100%;
}

.FloatCenterImg {
    text-align: center;
    margin-bottom: 25px;
    /* float: left; */
    width: 500px;
    margin: 0 auto 25px auto;
    border: 1px solid #e7e7e7;
}

.FloatCenterImg a {
    position: relative;
    /* color: transparent; */
    /* float: left !important; */
    width: 100%;
    margin: 0 auto !important;
    display: block;
    text-decoration: none !important;
    color: #333;
}


/* 內頁-置左
**************************************/

.page-article .FloatLeftImg a {
    margin: 0;
    text-decoration: none;
}

.FloatLeftImg {
    float: left;
    margin: 8px 22px 15px 0px;
    width: 300px;
    max-width: 40%;
    position: relative;
}

.FloatLeftImg img {
    width: 100%;
    border: 1px solid #eaeaea;
}


/* 內頁-置右
**************************************/

.page-article .FloatRightImg a {
    margin: 0;
    text-decoration: none;
}

.FloatRightImg {
    float: right;
    margin: 8px 0 15px 13px;
    width: 300px;
    max-width: 40%;
    position: relative;
}

.FloatRightImg img {
    width: 100%;
}


/* 文章樣版-多圖
================================*/

.page-img-thumb,
.page-slider-thumb {
    padding: 0 0;
    text-align: center;
    overflow: hidden;
    margin: 20px 10px;
    position: relative;
    max-height: 128px;
}

.page-img-slider-thumb img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
    cursor: pointer;
}

p.page-slider-caption {
    color: #fff;
    text-align: left;
    padding: 7px 7px;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.6;
    position: initial;
    bottom: 0;
    background: rgb(124, 124, 124);
    width: 100%;
}

.page-slider-thumb img {
    margin: 0 auto;
    width: 100%;
}

.page-slider-wrap {
    width: 750px;
    margin: 0 auto 35px auto;
    padding: 10px;
    background: #eee;
    border-radius: 3px;
    padding-bottom: 0;
}

.page-slider-wrap .slick-initialized .slick-slide {
    display: block;
}

.page-slider-nav .page-slider-thumb {
    margin: 10px 15px;
}

.page-slider-nav {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.page-slider img {
    text-align: center;
}

.page-slider img {
    width: 100%;
    margin: 0 auto;
}

.page-slider a {
    margin: 0 !important;
    text-align: center;
    display: block;
    background: #4f4f4f;
}

.page-slider-nav .slick-prev,
.page-slider-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 43px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-size: contain !important;
}

.page-slider-nav .slick-prev {
    left: 0;
    background: url(../images/page_slider_prev.png) 0 0 no-repeat !important;
    background-size: contain !important;
}

.page-slider-nav .slick-next {
    right: 0;
    background: url(../images/page_slider_next.png) 0 0 no-repeat !important;
    background-size: contain !important;
}

.page-pic-large {
    margin: 0 auto;
    display: block;
    width: 60%;
    padding-top: 55px;
}

.page-pic-large-img {
    width: 100%;
}

.page-pic-large-img img {
    width: 100%;
    display: block;
}

.page-slider-wrap .slick-prev:before,
.page-slider-wrap .slick-next:before {
    font-family: 'slick';
    line-height: 1;
    opacity: 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 文章樣版-iframe
================================*/

.page-video-wrap {
    width: 70%;
    margin: 0 auto 20px auto;
}

.page-article iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
}

.page-video-wrap video {
    width: 100%;
    height: 400px;
}


/* 檔案下載
================================*/

.dl-tb {
    float: left;
    width: 100%;
    line-height: 30px;
}

.dl-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
}

.filename,
.filesort,
.filedownload {
    float: left;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    position: relative;
}

.filename::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.filename,
.filename-cont {
    width: 59%;
    margin-right: 1px;
}

.filesort,
.filesort-cont {
    width: 40%;
}

.filesort,
.filesort-cont {
    margin-right: 1px;
}

.filename-cont,
.filesort-cont {
    float: left;
    padding: 14px 0;
}

.filename-cont {
    padding-left: 2%;
    padding-right: 2%;
}

.filesort-cont {
    text-align: center;
}

.filesort-cont a {
    display: inline-block;
    vertical-align: top;
}

.dl-tag {
    float: left;
    width: 100%;
}

.dl-tag a {
    float: left;
    font-size: 0.92rem;
    border-radius: 30px;
    background: #ffad43;
    color: #fff;
    padding: 0px 15px;
    margin: 3px 6px 3px 0;
}

.filename-cont p {
    margin: 0;
    float: left;
    width: 100%;
}

.filesort-cont a {
    display: inline-block !important;
    width: 34px !important;
    vertical-align: top;
    height: 34px;
    margin: 0 2px !important;
}

.dl-tcont {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 27px;
}

.dl-tb-i {
    width: 34px;
    height: 34px;
    background: #249f42;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}

.dl-tb-i img {
    width: 12px;
    padding: 10px 0 0 0;
}

.dl-tcont.color-bg {
    background: #e7f3f3;
}

.dl-tcont.color-bg:nth-child(odd) {
    background: #fff;
}

/* 頁數
================================*/

.rwd-pagination {
    display: none;
}

.pagination {
    text-align: center;
    display: block;
    margin: 25px 0px 0 0px;
    float: left;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
}

.pagination a,
.pagination span.current {
    padding: 0;
    color: #333;
    margin: 6px 3px;
    /* border: 1px solid #CCC; */
    background: #efefef;
    display: inline-block;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
}

.pagination span {
    display: inline-block;
}

.pagination span.current {
    background: #249f42;
    color: #fff;
}

.pagination a.disable {
    color: #555555;
    border: 1px solid #bbb;
}

.pagination a.current {
    color: #fff;
    background: #008080;
}

.pagination > a:first-child,
.pagination > a:last-child {
    border: 0;
    width: 144px;
    border-radius: 35px;
}

/* page tab
================================*/

.page-tab {
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
    display: flex;
    flex-wrap: wrap;
}

.page-tab a {
    float: left;
    color: #333333;
    padding: 10px 10px 10px 32px;
    border-radius: 3px;
    margin: 0 16px 13px 0;
    font-weight: bold;
    background: url(../images/tab-arr.svg) no-repeat #efefef;
    background-size: 14px 22px;
    flex-basis: calc(100% / 4 - 16px);
    font-size: 1.03rem;
    background-position: 11px 14px;
}

.page-tab a.active {
    background-image: url(../images/tab-arr-active.svg);
    color: #fff;
    background-color: #008080;
}


/* 網站導覽
================================*/

.sitemap-page {
    float: left;
    width: 100%;
}

.accessibility {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.accessibility p {
    margin: 0 0 5px 0;
}

.accessibility p:last-child {
    margin-bottom: 0;
}

.sitemap-cont {
    float: left;
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.sitemap-box {
    /* float: left; */
    width: 46%;
    margin: 0 2% 32px 2%;
    align-items: stretch;
    background: #effbf9;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sm-title {
    float: left;
    width: 100%;
    background: #008080;
    color: #fff;
    border-radius: 6px;
    padding: 7px 15px;
    font-size: 1em;
    font-weight: bold;
}

.sm-title a {
    color: #fff;
}

.sitemap-box ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sitemap-box ul li {
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
}

.sitemap-box ul li a {
    color: #333333;
}

.sitemap-box ul li a:hover {
    color: #1faf9c;
    opacity: 1;
}


/* 最新消息
================================*/

.page-list-cont {
    overflow: hidden;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
    float: left;
}

.page-list-cont li {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 12px 0;
    float: left;
    border-bottom: 1px dotted #ccc;
}

.page-list-cont li:nth-child(even) {
    background: #fff !important;
}

.page-list-cont li:last-child {
    margin-bottom: 0;
}

.page-list-cont li > a {
    width: 100%;
}

.page-list-date {
    width: 100%;
    color: #8e8e8e;
    font-weight: bold;
    font-size: 0.95em;
    line-height: normal;
    margin: 0 0 2px 0;
}

.page-list-date span:first-child {
    color: #1faf9c;
}

.page-list-date span:nth-child(2) {
    font-size: 0.8rem;
    margin: 2px -1px 0 -1px;
    display: inline-block;
    vertical-align: text-top;
}

.page-list-title {
    width: 100%;
    font-size: 1.15rem;
    font-weight: bold;
    margin: 0 0 3px 0;
    line-height: 1.45;
    color: #4f4f4f;
}

.page-list-content {
    color: #7a7a7a;
    line-height: 1.65;
    font-size: 0.95em;
    height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 4px 0 0 0;
}

.page-list-tag {
    margin: 4px 0 0 0;
    float: left;
    width: 100%;
    line-height: normal;
}

.page-list-tag a {
    display: inline-block;
    font-size: 0.8rem;
    border-radius: 30px;
    background: #2192b8;
    color: #fff !important;
    padding: 4px 12px 6px 12px;
    margin: 0 5px 3px 0;
    line-height: normal;
    font-weight: bold;
    vertical-align: top;
}

.search-resault {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 13px;
    border-radius: 3px;
    margin: 0 0 16px 0;
    background-size: 6px 6px;
    font-size: 0.96em;
}

.search-resault::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #1faf9c;
    left: 0;
    border-radius: 100%;
    top: 9px;
}

.tagsear-page .search-resault {
    float: left;
    width: 100%;
    background: url(../images/article-dot.svg) no-repeat 0 7px;
    padding: 0 0 0 16px;
    border-radius: 3px;
    line-height: normal;
    margin: 0 0 8px 0;
    background-size: 6px 6px;
    font-size: 0.96em;
}

.page-list-cont li > img {
    float: left;
    width: 135px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
}

.page-list-info {
    float: left;
    width: calc(100% - 153px);
    margin-left: 18px;
}

.page-list-info p {
    float: left;
    width: 100%;
    margin: 0;
    height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #828282;
    font-size: 0.97rem;
    line-height: normal;
}

.page-list-thumb {
    overflow: hidden;
    float: left;
    width: 130px;
    height: 130px;
    text-align: center;
    position: relative;
}

.page-list-thumb img {
    width: 100%;
    max-height: 100%;
    border-radius: 5px;
    display: inline-block;
}

/* 頁籤查詢頁
================================*/

.tag-list-tab {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    list-style: none;
}

.tag-list-tab li {
    float: left;
    min-width: 120px;
    background: #f0f0f0;
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px 0;
    margin: 0 2px 0 0;
    border-radius: 3px;
}

.tag-list-tab li.active {
    background: #1faf9c;
}

.tag-list-tab li.active a {
    color: #fff;
}

.tag-list-tab li a {
    color: #333333;
}

b.keyword-resault {
    color: #1faf9c;
}


/* 文章下方-相關連結/檔案
================================*/


/*-相關連結-*/

.FileDownload > strong,
.RelatedLink > strong {
    background: #008080;
    padding: 5px 15px;
    float: left;
    width: 100%;
    font-size: 1.05em;
    color: #fff;
    font-weight: bold;
}

section.RelatedLink {
    margin: 25px 0 0 0;
    font-size: 1em;
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

ul.RelatedLink {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.RelatedLink li {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 6px 15px;
}

ul.RelatedLink li:nth-child(even) {
    background: #fff;
}

ul.RelatedLink li strong {
    float: left;
    width: auto;
}

ul.RelatedLink li img {
    float: left;
    width: 28px;
    margin-left: 5px;
}

.RelatedLinkList li a {
    color: #333;
    text-decoration: underline;
}


/*-相關檔案-*/

section.FileDownload {
    margin: 10px 0 0 0;
    font-size: 1rem;
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

ul.FileDownloadList,
ul.RelatedLinkList {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.FileDownloadList li,
ul.RelatedLinkList li {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 7px 15px;
}

ul.FileDownloadList li:nth-child(even),
ul.RelatedLinkList li:nth-child(even) {
    background: #fff;
}

ul.FileDownloadList li strong,
ul.RelatedLinkList li strong {
    float: left;
    width: auto;
}

ul.FileDownloadList li img {
    float: left;
    width: 27px;
}

ul.FileDownloadList li {
    position: relative;
}

ul.FileDownloadList li strong {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
    color: #333;
    line-height: 22px;
}

ul.FileDownloadList li a img {
    position: absolute;
    left: 11px;
}


/*相關連結
================================*/

.link-thead {
    float: left;
    width: 100%;
    background: #1faf9c;
    color: #fff;
    padding: 7px 16px;
    font-weight: bold;
    border-radius: 3px;
}

.link-tb {
    float: left;
    width: 100%;
}

.link-tb a {
    float: left;
    width: 100%;
    padding: 10px 14px;
    color: #333333;
    text-decoration: underline;
}

.link-tb a:hover {
    color: #ccc;
}

.link-tb a:nth-child(odd) {
    background: #f7f7f7;
}

.link-tb a img {
    float: left;
    width: 35px;
    margin: 0 5px 0 0;
}

.link-tb a p {
    float: left;
    margin: 0;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
    width: calc(100% - 45px);
}

.link-tb a:hover p {
    color: #1faf9c;
}


/*常見問答
================================*/

.faq-list {
    float: left;
    width: 100%;
}

.faq-list-sort {
    display: block;
    line-height: initial;
    color: #333333;
}

.faq_list_template {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.faq_list_template li {
    width: 100%;
    float: left;
    margin: 0 0 19px 0;
}

.faq_list_template li:last-child {
    margin-bottom: 0;
}

.faq_list_template li .quest {
    width: 100%;
    color: #333333;
    /* font-weight: bold; */
    display: block;
    padding: 20px 65px 20px 70px;
    background: url(../images/qa_close.png) right center no-repeat #f3f3f3;
    cursor: pointer;
    line-height: 27px;
    position: relative;
    border-radius: 3px;
    height: auto;
    background-size: 43px;
}

.faq_list_template li a span {
    content: "Q";
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    /* font-size: 1.2em; */
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    left: 18px;
    top: 11px;
    background: #008080;
}

.faq_list_template li .answer::before {
    content: "A";
    width: 40px;
    height: 40px;
    line-height: 31px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    left: 18px;
    top: 11PX;
    border: 3px solid #008080;
    font-weight: bold;
    color: #008080;
}

.faq_list_template li .answer {
    padding: 18px 0 18px 70px;
    display: none;
    position: relative;
}

.faq_tag_template a.active {
    color: #fff;
}

.faq_list_template li .quest_close {
    background-image: url(../images/qa_open.png);
}

.answer a {
    color: #ae2e2e;
    text-decoration: underline;
    display: inline-block;
    word-break: break-word;
    line-height: 26px;
}

.page-faq-intro {
    width: 100%;
    float: left;
    margin: 0 0 15px 0
}

.page-faq-intro p {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
    line-height: 29px;
}


/*相關連結2
================================*/

.link-page .page-tab {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 1.5%;
}

.link-card a {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 4%);
    background: #f5f5f5;
    margin: 0 1.5% 20px 1.5%;
    padding: 17px 20px;
    color: #333333;
    max-height: 149px;
    border-radius: 4px;
    overflow: hidden;
}

.link-card-title,
.link-card a p {
    float: left;
    width: 100%;
}

.link-card-title img {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    float: left;
    background: #008080;
    border-radius: 100%;
    padding: 7px;
}

.link-card-title {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
}

.link-card-title strong {
    vertical-align: middle;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 0 0 5px;
    height: 24px;
    width: calc(100% - 40px);
    font-size: 1.1em;
    line-height: normal;
}

.link-card a p {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    height: 48px;
    font-size: 0.97rem;
    line-height: 24px;
}


/* top鍵
**************************************/

.back_top {
    position: fixed;
    bottom: 35px;
    right: 32px;
    z-index: 99999;
}

.back_top a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 0;
    background: rgb(0, 128, 128);
    border-radius: 100%;
}

.back_top > a {
    position: relative;
    text-align: center;
}

.back_top > a:hover {
    opacity: 0.9;
}

.back_top > a:hover > .topArr {
    transform: translateY(-4px);
}

.topArr {
    font-size: 1.02rem;
    color: white;
    line-height: 45px;
    transition: transform .2s ease-out;
}


/* top鍵 end
**************************************/


/* 學術成果
**************************************/


/*-查詢-*/

.list-search-wrap {
    float: left;
    width: 100%;
}

ul.list-search {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
    border-radius: 8px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.news-list-search.date-chose input[type=text] {
    line-height: initial;
    width: 120px;
}

ul.list-search li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    background: #f0f9f8;
    display: -ms-flexbox;
	display: flex;
}

.list-search-btn {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.list-search-btn a {
    display: inline-block;
    background: #696969;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 9px 15px;
    border-radius: 35px;
    width: 95px;
    line-height: normal;
}

.list-search-cont {
    float: left;
    padding: 10px 10px;
    width: calc(100% - 169px);
    border-bottom: 1px solid #d3e2e0;
    position: relative;
}

ul.list-search li:last-child .news-search-cont {
    border-bottom: 0;
}

ul.list-search li > label {
    float: left;
    width: 165px;
    background: #008080;
    color: #fff;
    padding: 13px 12px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.keyword .list-search-cont input[type=text] {
    line-height: initial;
    width: 80%;
}

ul.list-search li:nth-child(even) label {
    border-radius: 0px;
}

.list-search-cont input[type=text] {
    line-height: initial;
}

.date-chose img {
    display: inline-block !important;
    width: 22px !important;
    vertical-align: middle;
    margin: 0 0 0 6px !important;
    cursor: pointer;
}


/*-列表-*/

.academic-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: bacenter;
    align-items: center;
}

.academic-thead > div {
    float: left;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    position: relative;
    width: 23%;
}

.academic-tcont {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 27px;
    padding: 15px 0;
}

.academic-tcont p {
    margin: 0 !important;
}

.academic-tcont > div {
    width: 23%;
    text-align: center;
    padding: 0 1%;
}

.academic-tcont.color-bg {
    background: #e7f3f3;
}

.academic-thead > div:last-child,
.academic-tcont > div:last-child {
    width: 54%;
}

.academic-tcont > div:last-child {
    text-align: left;
}

.academic-thead > div:last-child::before {
    display: none;
}

.academic-thead > div::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.academic-tb {
    float: left;
    width: 100%;
    margin: 22px 0 0 0;
}

.academic-tcont .rwd-thead {
    display: none;
}

a.academic-writer {
    color: #008080;
    text-decoration: underline;
}

.list-info {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 7px 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0 0 14px;
}

.list-info b {
    color: #e05716;
    margin: 0 3px;
}

.list-info::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #008080;
    top: 12px;
    left: 0;
}

.browse-num img {
    width: 16px;
    line-height: 22px;
    margin: -3px 0 0 0;
    display: inline-block;
}

.browse-num {
    font-size: 1rem;
}


/* 系所成員
**************************************/


/*--*/

section.staff-intro {
    margin: 0 0 16px 0;
    display: inline-block;
    width: 100%;
}

.staff-intro-title {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 4px solid #f1f1f1;
}

.staff-intro-title a {
    float: left;
    background: url(../images/staff-arr-up.svg) 0 0 no-repeat #13a591;
    color: #fff;
    padding: 6px 45px 6px 30px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -3px;
    background-size: 8px 8px;
    background-position: 88% center;
    min-width: 142px;
}

.staff-intro-title.open a {
    background-image: url(../images/staff-arr-down.svg);
}

.staff-intro-drop {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}


/*--*/

.staff-list > strong {
    float: left;
    width: 100%;
    font-size: 1.15em;
    padding: 0 0 0 10px;
    border-left: 5px solid #333;
}

.staff-list-cont {
    width: 100%;
    margin: 15px 0 0 0;
    display: inline-block;
}

.page-staff-info {
    margin: 0 2% 32px 2%;
    position: relative;
    background: #edf5f4;
    border-radius: 3px;
    overflow: hidden;
    width: 46%;
}

.page-staff-img {
    float: left;
    width: 25%;
    padding-top: 30%;
    height: calc(100% - 30%);
    overflow: hidden;
    position: relative;
}

.page-staff-img a {
    display: block;
    height: 100%;
}

.page-staff-img img {
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    position: absolute;
    background: #ddd;
}

.info-title {
    width: 100%;
    display: inline-block;
    padding: 7px 20px 7px 35px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    background-position: 0 1px !important;
    background-size: 28px !important;
    background: url(../images/staff_title_bg.png) 0 0 no-repeat #008080;
}

.page-staff-info > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 75%;
    float: left;
}

.page-staff-info > ul > li .num-list li {
    overflow: visible;
    padding: 0;
    border: 0;
    margin: 0 0 3px 0;
}

.page-staff-info > ul > li .num-list {
    padding: 0 0 0 15px !important;
}

.page-staff-info ul > li {
    border-top: 1px solid #fff;
    padding: 7px 15px 7px 40px;
    font-size: 1.05rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 9px 11px;
    line-height: 26px;
    background-size: 18px 18px;
}

.page-staff-info ul li p,
.page-staff-info > ul > li .num-list {
    margin: 0 0 0 9px;
    width: calc(100% - 91px);
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

.page-staff-info ul li strong {
    display: inline-block;
    width: 77px;
    vertical-align: top;
}

.num-list {
    list-style: decimal;
}

.page-staff-info ul .info-tel {
    background-image: url(../images/staff-intro-i1.svg);
}

.page-staff-info ul .info-mail {
    background-image: url(../images/staff-intro-i2.svg);
}

.page-staff-info ul .info-experience {
    background-image: url(../images/staff-intro-i3.svg);
    background-size: 20px 20px;
}

.page-staff-info ul .info-experience strong {
    display: none;
}

.page-staff-info ul .info-experience ul.num-list {
    width: 100% !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-staff-info .info-title .name {
    display: inline-block;
    margin-right: 10px;
}

.page-staff-info > a > strong.name {
    font-weight: 500;
}

li.info-mail a {
    color: #13a591;
    text-decoration: underline;
}

a.info-title:hover {
    color: #fff;
    opacity: .8;
}


/* 系所成員-內頁
**************************************/

section.staff-file,
.staff-list {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}

.staff-file,
.staff-profile {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.staff-profile {
    margin: 0 0 17px 0;
}

.staff-pic,
.staff-name {
    display: inline-block;
    vertical-align: middle;
}

.staff-pic {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #008080;
    margin: 0 18px 0 0;
    background: #008080;
    position: relative;
}

.staff-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    /*
    height: 135%;
    width: auto;
    max-width: none;
*/
}

.staff-name {
    width: calc(100% - 183px);
}

.staff-name strong {
    width: 100%;
    float: left;
    font-size: 1.4em;
}

.staff-name span {
    width: 100%;
    font-weight: bold;
}

.staff-tb table {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #f5f5f5;
}

.staff-tb table a {
    color: #008080;
    text-decoration: underline;
}

.staff-tb table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.staff-tb table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.staff-tb table th,
.staff-tb table td {
    padding: 8px 10px;
}

.staff-tb table th {
    font-weight: normal;
}

.staff-tb table th {
    font-weight: normal;
    background: #008080;
    color: #fff;
    width: 130px;
}

.staff-tb table tr:last-child th,
.staff-tb table tr:last-child td {
    border-bottom: 0;
}

.staff-list-title {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 4px solid #f1f1f1;
}

.staff-list-title a {
    float: left;
    background: url(../images/staff-arr-up.svg) 0 0 no-repeat #13a591;
    color: #fff;
    padding: 6px 25px 6px 16px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -3px;
    background-size: 8px 8px;
    background-position: 94% center;
    min-width: 150px;
}

.staff-list-title.open a {
    background-image: url(../images/staff-arr-down.svg);
}

.staff-list-drop {
    float: left;
    width: 100%;
}


/*-個人著作-*/

section.personal-publish {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

section.personal-publish:last-child {
    margin-bottom: 0;
}

a.personal-publish-title {
    float: left;
    width: 100%;
    background: #008080;
    color: #fff;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 4px;
}

.personal-publish .num-list {
    list-style: decimal;
    margin: 0;
    padding: 0 0 0 33px;
}

a.reference-link {
    color: #fff;
    font-size: 0.9rem;
    background: #13a591;
    border-radius: 35px;
    padding: 2px 10px 2px 10px;
    margin: 0 0 0 7px;
    display: inline-block;
}

.personal-publish-drop {
    float: left;
    width: 100%;
    display: none;
    margin: 15px 0 0 0;
}


/*-科技部一覽-*/
.tec-depart-tcont {
    float: left;
    width: 100%;
}

.tec-depart-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
}

.tec-depart-thead ul,
.tec-depart-tcont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tec-depart-thead ul li,
.tec-depart-tcont ul li {
    width: 16.6%;
    float: left;
    text-align: center;
}

.tec-depart-thead ul li {
    color: #fff;
    font-size: 1rem;
    padding: 9px 0;
    position: relative;
}

.tec-depart-thead ul li::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tec-depart-thead ul li:last-child::before {
    content: "";
    display: none;
}

.tec-depart-tcont ul li {
    padding: 11px 5px;
}

.hiddenn {
    display: none;
}

.tec-depart-tb {
    float: left;
    width: 100%;
}

.tec-depart-tb.color-bg .tec-depart-tcont {
    background: #e7f3f3;
}


/*-校內榮譽一覽-*/
.sch-honor-tcont {
    float: left;
    width: 100%;
}

.sch-honor-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
}

.sch-honor-thead ul,
.sch-honor-tcont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sch-honor-thead ul li,
.sch-honor-tcont ul li {
    width: 40%;
    float: left;
    text-align: center;
}

.sch-honor-thead ul li {
    color: #fff;
    font-size: 1rem;
    padding: 9px 0;
    position: relative;
}

.sch-honor-thead ul li:first-child,
.sch-honor-tcont ul li:first-child {
    width: 20%;
}

.sch-honor-thead ul li::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sch-honor-thead ul li:last-child::before {
    content: "";
    display: none;
}

.sch-honor-tcont ul li {
    padding: 11px 0;
}

.sch-honor-tb {
    float: left;
    width: 100%;
}

.sch-honor-tb.color-bg .sch-honor-tcont {
    background: #e7f3f3;
}

/*-學歷一覽-*/

.education-tcont {
    float: left;
    width: 100%;
}

.education-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
}

.education-thead ul,
.education-tcont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.education-thead ul li,
.education-tcont ul li {
    width: 40%;
    float: left;
    text-align: center;
}

.education-thead ul li {
    color: #fff;
    font-size: 1rem;
    padding: 9px 0;
    position: relative;
}

.education-thead ul li:last-child,
.education-tcont ul li:last-child {
    width: 20%;
}

.education-thead ul li::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.education-thead ul li:last-child::before {
    content: "";
    display: none;
}

.education-tcont ul li {
    padding: 11px 0;
}

.education-tb {
    float: left;
    width: 100%;
}

.education-tb.color-bg .education-tcont {
    background: #e7f3f3;
}


/*-校內本職-*/



.occupation-tcont {
    float: left;
    width: 100%;
}

.occupation-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
}

.occupation-thead ul,
.occupation-tcont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.occupation-thead ul li,
.occupation-tcont ul li {
    width: 22%;
    float: left;
    text-align: center;
}

.occupation-thead ul li {
    color: #fff;
    font-size: 1rem;
    padding: 9px 0;
    position: relative;
}

.occupation-thead ul li:last-child,
.occupation-tcont ul li:last-child {
    width: 34%;
}

.occupation-thead ul li::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.occupation-thead ul li:last-child::before {
    content: "";
    display: none;
}

.occupation-tcont ul li {
    padding: 11px 0;
}

.occupation-tb {
    float: left;
    width: 100%;
}

.occupation-tb.color-bg .occupation-tcont {
    background: #e7f3f3;
}



/*-經歷一覽-*/



.experi-tcont {
    float: left;
    width: 100%;
}

.experi-thead {
    float: left;
    width: 100%;
    background: #008080;
    border-radius: 4px;
    overflow: hidden;
    line-height: normal;
    font-weight: bold;
    font-size: 1.04em;
}

.experi-thead ul,
.experi-tcont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.experi-thead ul li,
.experi-tcont ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.experi-thead ul li {
    color: #fff;
    font-size: 1rem;
    padding: 9px 0;
    position: relative;
}

.experi-thead ul li::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.experi-thead ul li:last-child::before {
    content: "";
    display: none;
}

.experi-tcont ul li {
    padding: 11px 0;
}

.experi-tb {
    float: left;
    width: 100%;
}

.experi-tb.color-bg .experi-tcont {
    background: #e7f3f3;
}





/* 出版品
**************************************/
ul.publication-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: left;
}

ul.publication-list li {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    /* border: 1px solid #ddd; */
    margin: 0 1% 32px 1%;
}

.publication-pic {
    display: block;
    background: url(../images/book-thickness.png) left 0 no-repeat;
    margin: 0 auto;
}

.publicatio-cover {
    float: left;
    overflow: hidden;
    position: relative;
    top: 11px;
    left: 1px;
    border-radius: 0 8px 8px 8px;
}

.publicatio-cover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/book-light.png) 0 0 no-repeat;
}

.publication-pic,
.publicatio-cover,
.publicatio-cover:after {
    width: 170px;
}

.publication-pic {
    -webkit-filter: drop-shadow(0 7px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 7px 6px rgba(0, 0, 0, 0.3));
}

.publication-intro-page .publication-pic {
    width: 200px;
    height: auto;
    background: none;
    float: left;
}

.publication-pic img {
    transition: all 0.2s cubic-bezier(0, 0, 0.25, 1), transform 0.5s cubic-bezier(0, 0, 0.25, 1);
    width: 100%;
    height: 100%;
}

ul.publication-list li a:hover .annualreport-pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

ul.publication-list li a {
    float: left;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.25, 1), visibility 0s cubic-bezier(0, 0, 0.25, 1), transform 0.5s cubic-bezier(0, 0, 0.25, 1);
}

ul.publication-list li a:hover {
    opacity: 1;
}

.publication-info {
    float: left;
    width: 100%;
    padding: 28px 15px 0px 15px;
}

.publication-info strong {
    float: left;
    width: 100%;
    line-height: normal;
    color: #555;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

.publication-info p {
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    line-height: normal;
    color: #979797;
    background-size: 15px 15px;
    padding: 0;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 0.88em;
    text-align: left;
}

.publication-cont {
    width: 100%;
    float: left;
}

.publication-left {
    float: left;
    width: 28%;
}

.publication-right {
    float: right;
    width: 65%;
}

.publication-cont .cover {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.publication-cont .download {
    display: block;
    padding: 12px 20px;
    position: relative;
    background: #42cfcb;
    border-radius: 100px;
    text-align: center;
    color: #fff;
}

.publication-cont .download i {
    color: #fff;
    margin-right: 5px;
}

.publication-cont .intro,
.publication-cont .chapter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.publication-cont .intro {
    line-height: 1.6;
}

.publication-cont .chapter-head {
    padding: 10px 20px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    background: #17aba7;
}

.publication-cont .chapter-head i {
    margin-right: 8px;
    color: #fff;
}

.publication-cont .chapter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.publication-cont .chapter ul li {
    padding: 20px 40px 20px 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.publication-cont .chapter ul li a {
    position: relative;
    display: block;
    color: #555;
    font-weight: bold;
}

.publication-cont .chapter ul li i {
    position: absolute;
    right: -30px;
    top: 2px;
    display: block;
    color: #17aba7;
}

/* 出版品 end
**************************************/


.page-event-info {
    float: left;
    width: calc(100% - 88px);
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    font-size: 1rem;
}

.page-event-info li {
    margin: 6px 0;
    display: inline-block;
    width: 100%;
}

.page-event-info li .item {
    font-weight: bold;
    display: block;
    float: left;
    width: 60px;
}

.page-event-info li .txt {
    display: block;
    float: left;
    width: calc(100% - 60px);
}

/* 頁面搜尋
**************************************/
.page-sear-wrap {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    margin: 0 0 35px 0;
}

.page-sear {
    float: left;
    width: 100%;


    border-radius: 4px;
}

.page-sear input {
    float: left;
    border: 0;
}

.page-sear a {
    float: left;
    background: #008080;
    width: 38px;
    height: 38px;
    margin: 0 0 0 -2px;
    border-radius: 3px;
    position: relative;
}

.page-sear a img {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-sear input {
    float: left;
    width: calc(100% - 37px);
    padding: 5px 10px;
}

/*-tb-*/
.page-article table {
    border-collapse: collapse;
    width: 100% !important;
    border: 1px solid #ababab;
}

.page-article table td,
.page-article table th {
    padding: 6px 15px;
}


/*--*/
.article-lev1 {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;

}

.article-lev1 li {
    width: 100%;
    float: left;
}

.article-lev1 li span {
    width: 40px;
    float: left;
}

.article-lev1 li p {
    width: 90%;
    float: left;
    margin: 0 0 3px 0;
}


.en .rwd-search .btn {

    width: 100%;
}

.en .rwd-search .adv-search {
    float: right;
    margin-bottom: 0 !important;
}

.en .rwd-search .btn {

    margin-bottom: 10px;
}

/*--*/
.article-tb {
    width: 100%;
    overflow-x: scroll;
    max-width: 100%;
}

/*rwd nav*/
.rwd-nav {
    display: none;
}

.rwd-search {
    width: 100%;
    padding: 11px 0;
    border-top: 1px solid #444;
}

.rwd-search .textfield {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: left;
    border: none;
    padding: 8px 2%;
}

.rwd-search-btn {
    width: 90%;
    margin: 10px auto 0 auto;
    overflow: hidden;
}

.rwd-search .btn {
    padding: 6px 10px;
    background: #1a9cd2;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    border: 0;
    font-size: 0.95rem;
    width: 47%;
    line-height: normal;
}

.rwd-search .adv-search {
    float: right;
}

.rwd-nav-row {
    border-bottom: 1px solid #444;
}

.rwd-nav-row:first-child {
    border-top: 1px solid #444;
}

.rwd-nav-row a {
    font-size: 1.2rem;
    padding: 12px 0;
    color: #fff;
    display: block;
    width: 87%;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    position: relative;
    line-height: 1.3;
}

.rwd-nav-row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.rwd-nav-row .rwd-subnav {
    background: #424242;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.rwd-nav-row .rwd-subnav > li {
    border-bottom: 1px solid #555;
}

.rwd-nav-row .rwd-subnav2 {
    padding-left: 15px;
}

.rwd-nav-row .rwd-subnav3 {
    padding-left: 25px;
    margin-left: -15px;
    background: #585858;
}

.rwd-nav-row .rwd-subnav2 a {
    width: 85%;
    padding-left: 3px;
    padding-right: 30px;
}

.rwd-nav-row .rwd-subnav2 a::before {
    background: #eee;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    left: -9px;
    position: absolute;
    top: 23px;
}

.rwd-nav-row .arr,
.rwd-nav-row .arr2,
.rwd-nav-row .arr3 {
    background: url(../images/rwd_subnav_open.png) right 17px no-repeat;
}

.rwd-nav-row .rwd-subnav-close {
    background: url(../images/rwd_subnav_close.png) right 17px no-repeat;
}

.rwd-msic {
    width: 100%;
    margin: 20px 0 0 0;
}

.rwd-msic a {
    color: #fff;
    display: block;
    padding: 12px 0;
    width: 85%;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 1.05rem;
    font-weight: bold;
}

.rwd-social {
    font-size: 0;
    line-height: 0;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.rwd-social a {
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 8px;
    border-radius: 3px;
}

.cbp-spmenu-open {
    display: block;
}

.en .rwd-nav-row > a,
.en .rwd-subnav > li > a {
    font-size: 1.15rem;
    padding: 13px 0;
    line-height: 28px;
}


.date-start,
.date-end {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.date-start {
    padding-right: 25px;
    margin-right: 5px;
}

.date-start input[type="text"],
.date-end input[type="text"],
.date-start .i-calendar,
.date-end .i-calendar {
    display: inline-block;
    vertical-align: top;
}

.date-start .i-calendar,
.date-end .i-calendar {
    width: 25px;
    margin-top: 5px;
    margin-left: 5px;
}

.date-start::after {
    content: "~";
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    transform: translateY(-50%);
}

.date-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
	flex-wrap:  wrap;
}

.date-wrap .hasDatepicker {
    width: 120px;
}

.date-wrap span {
    margin: 0 10px;
}

.date-wrap img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

/*教師著作 
/*-----------------------------------------------*/
.academic-table .academic-writer {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.academic-table .academic-thead > div {
    width: auto;
}

.academic-table .academic-thead > div:first-child {
    width: 23%;
}

.academic-table .academic-thead > div:nth-child(2),
.academic-table .academic-tcont > div:nth-child(2) {
    width: 54%;
}

.academic-table .academic-tcont > div:nth-child(2) {
    width: 54%;
    text-align: left;
}

.academic-table .academic-thead > div:last-child,
.academic-table .academic-tcont > div:last-child {
    width: 23% !important;
    text-align: center;
}

/*教師著作 end
-----------------------------------------------*/


/*研究計劃 
/*-----------------------------------------------*/
.research-table .academic-writer {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.research-table .academic-thead > div {
    width: auto;
}

.research-table .academic-thead > div:first-child,
.research-table .academic-tcont > div:first-child {
    width: 10%;
}

.research-table .academic-thead > div:nth-child(2),
.research-table .academic-tcont > div:nth-child(2) {
    width: 20%;
}

.research-table .academic-tcont > div:nth-child(2) {
    text-align: left;
}

.research-table .academic-thead > div:nth-child(3),
.research-table .academic-tcont > div:nth-child(3) {
    width: 20%;
}

.research-table .academic-thead > div:nth-child(4),
.research-table .academic-tcont > div:nth-child(4) {
    width: 15%;
}

.research-table .academic-thead > div:nth-child(5),
.research-table .academic-tcont > div:nth-child(5) {
    width: 15%;
}

.research-table .academic-thead > div:last-child,
.research-table .academic-tcont > div:last-child {
    width: calc(100% - 80%) !important;
    text-align: center !important;
}

/*研究計劃 end
-----------------------------------------------*/


/*榮譽獎項 
/*-----------------------------------------------*/
.awards-table .academic-writer {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.awards-table .academic-thead > div {
    width: auto;
}

.awards-table .academic-thead > div:first-child,
.awards-table .academic-tcont > div:first-child {
    width: 10%;
}

.awards-table .academic-thead > div:nth-child(2),
.awards-table .academic-tcont > div:nth-child(2) {
    width: 10%;
    text-align: center;
}

.awards-table .academic-thead > div:nth-child(3),
.awards-table .academic-tcont > div:nth-child(3) {
    width: 40%;
}

.awards-table .academic-thead > div:nth-child(4),
.awards-table .academic-tcont > div:nth-child(4) {
    width: 15%;
    text-align: center;
}

.awards-table .academic-thead > div:last-child,
.awards-table .academic-tcont > div:last-child {
    width: calc(100% - 75%) !important;
    text-align: center !important;
}

/*榮譽獎項 end
-----------------------------------------------*/


/*學生論文 
/*-----------------------------------------------*/
.thesis-table .academic-writer {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.thesis-table .academic-thead > div {
    width: auto;
}

.thesis-table .academic-thead > div:first-child,
.thesis-table .academic-tcont > div:first-child {
    width: 10%;
}

.thesis-table .academic-thead > div:nth-child(2),
.thesis-table .academic-tcont > div:nth-child(2) {
    width: calc(100% - 55%);
}

.thesis-table .academic-tcont > div:nth-child(2) {
    text-align: left;
}

.thesis-table .academic-thead > div:nth-child(3),
.thesis-table .academic-tcont > div:nth-child(3) {
    width: 15%;
    text-align: center;
}

.thesis-table .academic-thead > div:nth-child(4),
.thesis-table .academic-tcont > div:nth-child(4) {
    width: 20%;
}

.thesis-table .academic-thead > div:last-child,
.thesis-table .academic-tcont > div:last-child {
    width: 20% !important;
    text-align: center !important;
}

/*學生論文 end
-----------------------------------------------*/
