* {
    outline: none;
    transition: .2s ease-out;
}
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #f5f5f5;
    color: #231815;
    font-family: 微軟正黑體, sans-serif;
    background: url(../image/background-1.png) left top/1440px 720px repeat;
}
a, a:hover, a:focus {
    text-decoration: none;
}
button {
    cursor: pointer;
}
textarea.md-textarea {
    display: block;
}
.nowrap,
tr.nowrap th,
tr.nowrap td {
    white-space: nowrap;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

/* 網頁上半部 */
.main-header {
    padding: 20px 15px;
    text-align: center;
    position: relative;
}
.main-header > .container {
    padding-left: 0px;
    padding-right: 0px;
}
.main-header .logo-wrap {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.main-header .logo-wrap>.logo {
    padding: 0px 25px;
}
.main-header .logo-wrap>.text>h1 {
    margin: 0px;
    padding: 4px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}
.main-header .logo-wrap>.text>h1 a {
    color: #231815;
}
.main-header .logo-wrap>.logo {
    padding: 15px 5px;
}
.main-header .logo-wrap>.text>h1 {
    padding: 5px 5px;
}
@media (min-width: 768px) {
    .main-header .logo-wrap>.logo,
    .main-header .logo-wrap>.text {
        float: left;
    }
}
@media (min-width: 1200px) {
    .main-header {
        text-align: left;
    }
    .main-header .logo-wrap {
        text-align: left;
    }
}
body.en .main-header .logo-wrap>.text>h1 {
    max-width: 250px;
}
body.zh-tw .main-header .logo-wrap>.text>h1 {
    max-width: 170px;
}

/* 網頁下半部 */
.main-footer {
    width: 100%;
    background: url(../image/footer-background.png) center top/cover no-repeat;
    text-align: center;
    padding: 120px 15px 30px;
}
.main-footer .copyright {
    color: #0960B7;
}
.main-footer .copyright img {
    margin: 0px 10px;
}
@media (min-width: 1920px) {
    .main-footer {
        padding: 180px 15px 30px;
    }
}

/* 上方選單 */
.navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 30px;
    margin: 0px;
}
#desktop-menu {
    text-align: center;
    display: none;
}
#desktop-menu>ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    float: none;
}
#desktop-menu>ul>li {
    margin: 0px 2px;
    position: relative;
}
#desktop-menu>ul>li:after {
    content: '';
    display: block;
    background-color: #FFCC8E;
    position: absolute;
    top: 27.5px;
    right: -1px;
    width: 2px;
    height: 20px;
}
#desktop-menu>ul>li:last-child:after {
    display: none;
}
#desktop-menu>ul>li>a {
    display: block;
    min-width: 100px;
    font-weight: bold;
}
#desktop-menu>ul>li>a> .text-zh {
    font-size: 18px;
    color: #231815;
    line-height: 50px;
}
#desktop-menu>ul>li>a> .flag {
}
#desktop-menu>ul>li>a> .text {
    font-size: 18px;
    color: #231815;
}
#mobile-menu ul.nav {
    display: block;
    float: none;
    width: 140px;
    margin: 100px auto;
}
#mobile-menu ul.nav>li {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 28px;
}
#mobile-menu ul.nav>li:before {
    content: '';
    display: block;
    background-color: #FFCC8E;
    position: absolute;
    top: 27.5px;
    left: -10px;
    width: 2px;
    height: 20px;
}
#mobile-menu ul.nav>li>a {
    display: block;
}
#mobile-menu ul.nav>li>a> .text-zh {
    font-size: 18px;
    color: #231815;
    line-height: 50px;
}
#mobile-menu ul.nav>li>a> .flag {
}
#mobile-menu ul.nav>li>a> .text {
    font-size: 18px;
    color: #231815;
}
@media (min-width: 1200px) {
    .top-menu-wrap {
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .navbar-toggle {
        display: none;
    }
    #desktop-menu {
        display: block;
    }
}

/* 右側彈出選單 */
.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.sidenav>.menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-image: url(../image/background-2.png);
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    z-index: 30;
    pointer-events: auto;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
}
.sidenav>.menu>.closebtn {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 38px;
    height: 38px;
    display: block;
}

/* 中間區塊 */
.page-main .section-body {
    margin-bottom: 40px;
}

/* 最新消息 - 清單 */
.section-news-list {
    background-color: #FFFFFF;
}

/* 最新消息 - 內頁 */
.page-main.news-detail+footer,
.section-news-detail {
    background-color: #FFFFFF;
}
.section-news-detail {
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}
.section-news-detail .title {
    font-size: 22px;
    font-weight: bold;
    color: #0068E2;
    padding: 15px 0px;
}
.section-news-detail .date {
    text-align: right;
    position: relative;
    padding: 18px 30px 18px 0px;
}
.section-news-detail .date:after {
    content: '';
    display: inline-block;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    background-color: #D6E5FF;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.section-news-detail .date span {
    position: relative;
    z-index: 10;
}
.section-news-detail .cover {
    margin-bottom: 46px;
}
.section-news-detail .cover img {
    width: 100%;
}
.section-news-detail .content {
    margin-bottom: 46px;
}
.section-news-detail .navigation {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

/* 關於實驗室 */
.section-about.section-body {
    background: url(../image/background-3.png) left top/1440px auto repeat-x;
    margin-bottom: 10px;
}
.section-about .img img {
    margin: 0 auto 20px;
}
.section-about .text {
    font-size: 18px;
    line-height: 28px;
}
.section-about .page-body iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

/* 研究 */
.section-research .page-title {
    margin: 35px 0px 15px;
}
.section-research ul.research-list {
    list-style: none;
    padding: 0px;
    margin: 40px 0px 0px;
}
.section-research ul.research-list li {
    text-align: center;
    margin-bottom: 40px;
}
.section-research ul.research-list li:last-child {
    margin-bottom: 30px;
}
.section-research ul.research-list li .img {
    min-height: 130px;
    margin-bottom: 10px;
}
.section-research .content iframe {
    max-width: 100%;
}
@media (min-width: 576px) {
    .section-research ul.research-list li {
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .section-research ul.research-list {
        margin: 80px 0px 0px;
    }
    .section-research ul.research-list li {
        width: 20%;
        margin-bottom: 100px;
    }
    .section-research ul.research-list li .img {
        margin-bottom: 40px;
    }
}

/* 相簿 */
.section-albums {
    position: relative;
    margin-bottom: 0px !important;
}
.section-albums::before,
.section-albums::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 18px;
    background: url(../image/bottom-bar.png) left top/100% 100% repeat-x;
    z-index: 10;
}
.section-albums::before {
    top: -15px;
}
.section-albums::after {
    bottom: -15px;
}

/* 最新消息 */
.section-news.section-body {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFFFFF url(../image/background-4.png) left bottom/1440px 276px repeat-x;
    margin-bottom: -10px;
}
.section-news .container {
    margin: 0px 28px;
    padding: 0px 30px 30px 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 12px 12px 0px #EFEFEF;
    -moz-box-shadow: 12px 12px 0px #EFEFEF;
    box-shadow: 12px 12px 0px #EFEFEF;
}
.section-news .page-title {
    margin-top: 0px;
}
.section-news .table-responsive {
    border: none;
}
.section-news .more {
    text-align: right;
    margin-bottom: -40px;
}
.section-news .more a {
    color: #0068E2;
}
@media (min-width: 768px) {
    .section-news .container {
        margin: 0px auto;
    }
}
@media (min-width: 992px) {
    .section-news.section-body {
        padding-bottom: 100px;
        margin-bottom: 40px;
    }
}

/* 聯絡我們 */
.section-contact.section-body  {
    padding-top: 10px !important;
}
.section-contact .page-title {
    margin: 25px 0px;
}
.section-contact .address,
.section-contact .mail {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-left: 40px;
}
.section-contact .address .cht {
    margin-bottom: 20px;
}
.section-contact .address .en {
    color: #4198ce;
    font-size: 15px;
}

/* 教授簡歷 */
.page-main.home-professor .section-body {
    margin-bottom: 0px;
}
.section-professor {
    background-color: #FFFFFF;
}
.section-professor-info {
    color: #FFFFFF;
    background-color: #FFFFFF;
    background: url(../image/background-7.png) center center/cover no-repeat;
}
.section-professor-events {
    background-color: #FFFFFF;
    background: url(../image/background-7.png) center center/cover no-repeat;
}
.section-professor-events ul.timeline-list li:last-child::after {
    background: url(../image/background-7.png) center center/cover no-repeat;
}
.section-professor-info .background {
    background: url(../image/background-6.png) center center/cover no-repeat;
}
.section-professor-award .panel-1 {
    margin-bottom: 20px;
}
.section-professor-award .panel-1 .title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #69A8D5;
    padding: 14px 16px;
}
.section-professor-award .panel-1 .content {
    padding: 15px 15px 0px 15px;
}
@media (min-width: 768px) {
    .section-professor-award .panel-1 .content {
        padding: 15px;
    }
}
.section-professor-info {
    margin-bottom: 0px !important;
}
.section-professor-info .panel-1 {
    padding-top: 142px;
}
.section-professor-info .panel-2 {
    padding-top: 42px;
}
.section-professor-info .panel-2 .title {
    font-size: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid #B6B7B7;
    text-align: right;
}
.section-professor-info .panel-2 .name {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;
}
.section-professor-info .panel-2 .info {
    font-size: 17px;
    padding-bottom: 30px;
}
.section-professor-info .panel-2 .avatar {
    text-align: center;
}
@media (min-width: 768px) {
    .section-professor-info {
        padding-bottom: 100px;
    }
    .section-professor-info .background {
        height: 350px;
    }
}
@media (min-width: 992px) {
    .page-main.home-professor .section-body {
        margin-bottom: 40px;
    }
}
.section-professor-events.section-body {
    margin-bottom: 0px;
}
.section-professor-events  .more {
    text-align: center;
    margin: 40px 0px;
}
.section-professor-events .more a {
    color: #0068E2;
}

/* 實驗室成員 */
.page-main.home-member section {
    margin-bottom: 0px;
}
.page-main.home-member .page-body {
    margin: 0px;
}
.section-member {
    background-color: #FFFFFF;
}
.section-member .page-title {
    margin: 50px 0px 5px;
}
.section-member .page-subtitle-2 {
    margin-bottom: 10px;
}
.section-equipment {
    background: url(../image/background-7.png) top left/100% repeat;
}
.member {
    text-align: center;
    margin-bottom: 30px;
}
.member .avatar-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.member .avatar-wrap .avatar {
    border: 3px solid #A3BEDD;
    border-radius: 250px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}
.member .avatar-wrap .avatar img {
    margin: 0 auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.member .avatar-wrap span.job-name,
.member .avatar-wrap span.name {
    min-width: 100px;
    padding: 4px 4px 4px 12px;
    background-color: #E6E7F4;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
}
.member .avatar-wrap span.job-name {
    position: absolute;
    left: 0px;
    top: 170px;
}
.member .avatar-wrap span.name {
    position: absolute;
    left: 0px;
    top: 210px;
}
.member .info {
    text-align: center;
    font-size: 16px;
}
@media (min-width: 992px) {
    .member {
        margin-bottom: 75px;
    }
}
.section-equipment .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 15px 25px;
}
.section-equipment .table-responsive {
    border: none;
}
.equipment img {
    margin-bottom: 0px;
}
.equipment.style1 {
    margin-bottom: 0px;
}
.equipment.style1 .content {
    padding: 25px 15px;
    font-size: 17px;
}
@media (min-width: 992px) {
    .equipment.style1 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 80px;
    }
    .equipment.style1:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 50px;
        background-color: #A3BEDD;
        position: absolute;
        left: 49%;
    }
}
.table-equipment>thead>tr>th,
.table-equipment>tbody>tr>th,
.table-equipment>tfoot>tr>th,
.table-equipment>thead>tr>td,
.table-equipment>tbody>tr>td,
.table-equipment>tfoot>tr>td {
    border: none;
    vertical-align: middle;
    width: 33.3333333333%;
}
.table-equipment img {
    margin-bottom: 0px;
}
.table-equipment .content {
    text-align: center;
    font-size: 17px;
    color: #000000;
    padding: 15px 30px;
}
.table-equipment .content:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #A3BEDD;
    position: relative;
    top: 3px;
    left: -20px;
}

/* 研究 */
.section-research {
    background-color: #FFFFFF;
    margin-bottom: 0px !important;
    padding-bottom: 2px;
}
.section-research .tabs-main .nav-tabs {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .section-research {
        padding-bottom: 40px;
    }
}

/* 課程清單 */
.section-courses {
    background-color: #FFFFFF;
}
.section-courses.section-body {
    margin-bottom: 15px;
}
.section-courses .page-body {
    margin-bottom: 0px;
}
.section-courses .page-body .list-block {
    margin-bottom: 25px;
}
.section-courses .page-title {
    margin: 50px 0px 10px;
}
.section-courses .tabs-main .nav-tabs li {
    width: 50%;
}
.section-semester.section-body {
    padding-top: 10px !important;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.section-semester .page-subtitle {
    margin-top: 0px;
}
.section-slides,
.section-related-materials {
    background: url(../image/background-2.png) left top/100% repeat;
    padding-bottom: 40px;
}
.section-related-materials.section-body {
    margin-bottom: 0px;
}
.section-slides .page-subtitle {
    margin: 20px 0px;
}
ul.list-block {
    list-style: none;
    padding: 0px;
}
ul.list-block li {
    border: 1px solid #D6DEDB;
    padding: 10px 6px;
}
ul.list-block li div {
    background-color: #F8F7F5;
    padding: 12px 15px;
}
table.table-block {
    border: 1px solid #D6DEDB;
}
table.table-block tr td,
table.table-block tr th{
    border: none;
}
table.table-block tr td>div,
table.table-block tr th>div{
    border: none;
    padding: 12px 15px;
}
table.table-block tr td:first-child>div {
    background-color: #F8F7F5;
    text-align: center;
}
table.table-block tr td:first-child {
    width: 140px;
    max-width: 140px;
}

/* 研究生招募 */
.page-main.home-call-for-students section+section {
    padding-top: 40px;
}
.page-main.home-call-for-students .tabs-main {
    background-color: #FFFFFF;
}
.page-main.home-call-for-students .tabs-main ul.nav-tabs>li {
    width: 50%;
}
.page-main.home-call-for-students .table-responsive {
    border: none;
}
.page-main.home-call-for-students .panel-1 {
    padding: 26px 0px 0px;
    border-top: 1px solid #347EE7;
}
.page-main.home-call-for-students .panel-1 .title {
    color: #347EE7;
    padding-bottom: 26px;
    font-size: 20px;
    font-weight: bold;
}
.page-main.home-call-for-students .panel-1 .content {
    font-size: 16px;
}
.page-main.home-call-for-students .panel-2 .title {
    color: #231815;
    font-size: 20px;
    border-top: 3px double #347EE7;
    border-bottom: 3px double #347EE7;
    text-align: center;
    padding: 10px 15px;
}
.page-main.home-call-for-students .panel-2 .content {
    font-size: 16px;
}
.page-main.home-call-for-students .panel-2 ul.list {
    padding: 27px 15px 27px 30px;
}
.page-main.home-call-for-students .panel-3 {
    background-color: #FFFFFF;
    padding: 35px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .page-main.home-call-for-students .panel-3 {
        padding: 30px 60px;
    }
}
.page-main.home-call-for-students .page-subtitle-3 {
    text-align: center;
    margin-bottom: 10px;
}
.page-main.home-call-for-students .page-subtitle-3 h3 {
    font-size: 20px;
    color: #347EE7;
    display: inline-block;
    font-weight: bold;
    margin: 0px;
}
.page-main.home-call-for-students .page-subtitle-3 h3:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #347EE7;
    display: block;
    margin: 20px 0px 0px;
}
@media (min-width: 992px) {
    .page-main.home-call-for-students .page-subtitle-3 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
.section-expect {
    background-color: #FFFFFF;
    margin-top: -30px;
}
.section-expect .page-subtitle-3 {
    text-align: left !important;
}
@media (min-width: 992px) {
    .section-expect {
        margin-top: 40px;
    }
}
.section-relevant-information {
    padding: 30px 15px;
    background-image: url(../image/background-2.png);
}
.section-relevant-information .page-subtitle-2 h3:after {
    margin: 20px 0px 0px;
}
.section-promise {
    padding: 36px 15px;
    background: url(../image/background-5.png) center center/cover no-repeat;
}
.section-promise .content {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    line-height: 32px;
}
.section-promise .page-subtitle-3 h3 {
    font-size: 24px !important;
    color: #fff !important;
}
.section-promise .page-subtitle-3 h3:after {
    background-color: #fff !important;
    margin: 20px 0px 0px;
}
.section-download.section-body {
    background-color: #ffffff;
    margin-bottom: 0px;
}
.section-download .page-body {
    margin-bottom: 0px;
}
.section-download .page-body .table {
    margin-bottom: 0px;
}
.section-awards.section-body {
    background: #FFFFFF;
    margin-bottom: 0px;
}
.section-awards .panel-2 {
    max-width: 460px;
    margin: 0 auto;
}
.section-course {
    background-image: url(../image/background-2.png);
    padding-bottom: 50px;
}
.section-course .content {
    text-align: center;
    margin-bottom: 40px;
}
.section-course .page-subtitle-2 h3:after {
    margin: 20px 0px 0px;
}
.section-welfare.section-body {
    margin-top: -50px;
    margin-bottom: 10px;
}
.section-welfare .item .item-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.section-suggest {
    background-image: url(../image/background-2.png);
}
.section-suggest .content {
    text-align: center;
}
.section-future.section-body {
    margin-bottom: 0px;
}
.section-future .page-subtitle-2 h3:after {
    margin: 20px 0px 0px;
}
.section-future .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.section-future .owl-carousel .owl-nav .owl-prev i,
.section-future .owl-carousel .owl-nav .owl-next i {
    font-size: 50px;
}
.section-future .owl-carousel .owl-nav .owl-prev {
    top: 40%;
    left: 15px;
}
.section-future .owl-carousel .owl-nav .owl-next {
    top: 40%;
    right: 15px;
}
.section-future+section {
    padding-top: 0px !important;
}

/* 專題生招募 */
.section-call-for-students {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}
.section-call-for-students .page-title {
    margin: 35px 0px 0px;
}
.section-call-for-students .page-body .item iframe {
    margin: 0 auto 50px;
    display: block;
    max-width: 100%;
}
.section-call-for-students .page-body .item .item-wrap {
    max-width: 800px;
    margin: 0 auto 50px;
}
.section-call-for-students .page-body .item .item-wrap .page-subtitle {
    margin: 30px 0px;
}
.section-call-for-students .page-body .item .item-wrap .item-body {
    padding-left: 90px;
}

/* 榮耀及獲獎 */
.section-honor-award {
    background-color: #FFFFFF;
    margin-bottom: -10px !important;
}
.section-honor-award .page-title {
    margin: 35px 0px 15px;
}
.section-honor-award .tab-content {
    padding: 30px 0px 0px;
}
.section-honor-award .tabs-main ul.nav-tabs>li {
    display: inline-block;
    width: 14%;
    min-width: 100px;
    margin-bottom: 0px;
}
.section-honor-award .tabs-main ul.nav-tabs>li a {
    padding: 25px 15px 5px 15px;
}
@media (min-width: 768px) {
    .section-honor-award .tab-content {
        padding: 60px 0px 0px;
    }
}
@media (min-width: 1200px) {
    .section-honor-award .tabs-main ul.nav-tabs>li a {
        padding: 25px 15px 25px 15px;
    }
}

ul.timeline-list {
    list-style: none;
    position: relative;
    padding-left: 0px;
    margin-top: -25px;
}
ul.timeline-list:before {
    content: '';
    display: inline-block;
    background-color: #D2D3D3;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 42px;
    top: 48px;
}
ul.timeline-list li:last-child:after {
    content: "";
    position: absolute;
    display: block;
    top: 48px;
    left: 41px;
    width: 4px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #FFFFFF;
}
ul.timeline-list li {
    padding-left: 120px;
    position: relative;
}
ul.timeline-list li .date {
    border-radius: 50px;
    width: 64px;
    height: 64px;
    background-color: #69A8D5;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    top: 48px;
    left: 10px;
    z-index: 20;
}
ul.timeline-list li .date .year {
    font-size: 12px;
}
ul.timeline-list li .date .day {
    font-size: 16px;
}
ul.timeline-list li .row {
    padding: 15px 0px;
    border-bottom: 1px solid #E5E5E5;
}
ul.timeline-list li:last-child .row {
    border-bottom: none;
}
ul.timeline-list li .row .col-md-6 {
    padding: 15px;
}
ul.timeline-list li .row .title {
    font-size: 19px;
    font-weight: bold;
    padding: 26px 0px;
    margin-bottom: 35px;
    position: relative;
}
ul.timeline-list li .row .title:after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 3px;
    background-color: #69A8D5;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
ul.timeline-list li .row .content {
    font-size: 16px;
}
ul.timeline-list li .row img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    ul.timeline-list {
        padding-left: 40px;
    }
    ul.timeline-list:before {
        left: 82px;
    }
}

/* 論文著作 */
.section-publication {
    background: #FFFFFF;
    margin-bottom: -10px !important;
}

/* BUTTON */
.btn-main {
    background-color: #FFFFFF;
    border: 2px solid #69A8D5;
    text-align: center;
    padding: 10px 12px;
    font-size: 16px;
}
.btn-main:hover,
.btn-main:focus {
    background-color: #69A8D5;
    color: #fff;
}

/* ICON */
.icon-li {
    position: relative;
}
.icon-li:before {
    position: absolute;
    left: -35px;
    top: 5px;
}
.icon:before,
.icon-li:before {
    content: '';
    display: block;
    box-sizing: border-box;
}
.icon-address:before {
    width: 18px;
    height: 25px;
    background: url(../image/icon-address.png) center center/100% no-repeat;
}
.icon-mail:before {
    width: 21px;
    height: 15px;
    background: url(../image/icon-mail.png) center center/100% no-repeat;
}
.icon-message:before {
    width: 25px;
    height: 18px;
    background: url(../image/icon-message.png) center center/100% no-repeat;
}
.icon-dot {
    display: inline-block;
    vertical-align: top;
}
.icon-dot:before {
    width: 5px;
    height: 5px;
    background: url(../image/icon-dot.png) center center/100% no-repeat;
}

/* TABLE */
.table-main-5-column>tbody>tr>td {
    border-top: none;
    border-bottom: 1px solid #B6B7B7;
    padding: 32px 8px 12px;
    font-size: 15px;
}
.table-main-5-column>tbody>tr>td:nth-child(1) {
    width: 42px;
    border: none;
    text-align: right;
}
.table-main-5-column>tbody>tr>td:nth-child(2) {
    width: 160px;
    letter-spacing: 6px;
    text-align: center;
}
.table-main-5-column>tbody>tr>td:nth-child(3) {
    width: 26px;
    text-align: center;
}
.table-main-5-column>tbody>tr>td:nth-child(4) a {
    color: #231815;
}
.table-main-5-column>tbody>tr>td:nth-child(5) {
    width: 26px;
}
@media (min-width: 768px) {
    .table-main-5-column>tbody>tr>td {
        font-size: 18px;
    }
}

/* LIST */
ul.list {
    padding-left: 20px;
    list-style: none;
    list-style-image: url(../image/list-style-1.png);
}
ul.list>li {
    margin-bottom: 20px;
}
ul.list>li:last-child {
    margin-bottom: 0px;
}
ul.list>li>ul {
    list-style: none;
    list-style-image: url(../image/list-style-2.png);
}

/* pagination */
ul.pagination li a {
    border: none;
    background-color: transparent;
    margin: 0px 4px;
    color: #595757;
}
ul.pagination li.prev a,
ul.pagination li.next a {
    color: #0068E2;
}
ul.pagination li a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #595757;
    position: absolute;
    right: -4px;
    top: 12px;
}
ul.pagination li:first-child a:after,
ul.pagination li:nth-last-child(1) a:after,
ul.pagination li:nth-last-child(2) a:after {
    display: none;
}

/* IMAGE */
.img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

/* UI */
.top-bar {
    position: relative;
}
.top-bar::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: -15px;
    width: 100%;
    height: 18px;
    background: url(../image/bottom-bar.png) left top/100% 100% repeat-x;
}
.img-full {
    width: 100%;
}
.cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-title {
    text-align: center;
    margin: 50px 0px 25px;
}
.page-title:after {
    content: ' ';
    display: inline-block;
    background: url(../image/page-title-bar.png) left top/100% 100% repeat-x;
    width: 207px;
    height: 5px;
}
.page-title h3 {
    color: #139DE3;
}
.page-title h2 {
    margin: 10px auto;
    font-weight: bold;
}
.page-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #347EE7;
    margin: 50px 0px 30px;
    position: relative;
    padding-left: 90px;
}
.page-subtitle:before {
    content: '';
    display: inline-block;
    background-color: #347EE7;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 66px;
    height: 1px;
}
.page-subtitle-2 {
    text-align: center;
    margin-bottom: 40px;
}
.page-subtitle-2 h3 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #231815;
}
.page-subtitle-2 h3:after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #69A8D5;
    display: block;
    margin: 20px auto 0px;
}
.page-body {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .page-title {
        margin: 50px 0px;
    }
    .page-body {
        margin-bottom: 40px;
    }
}

/* TABS */
.tabs-main ul.nav-tabs {
    border: none;
    display: table;
    width: 100%
}
.tabs-main ul.nav-tabs>li {
    width: 20%;
    margin-bottom: 30px;
    display: table-cell;
    float: inherit;
    border-bottom: 1px solid #347EE7;
}
.tabs-main ul.nav-tabs>li>a {
    color: #231815;
    font-size: 20px;
    font-weight: bold;
    border: none;
    margin: 0px;
    padding: 15px;
    text-align: center;
}
.tabs-main ul.nav-tabs>li>a:hover {
    background: transparent;
    color: #0068E2;
}
.tabs-main ul.nav-tabs>li.active>a,
.tabs-main ul.nav-tabs>li.active>a:hover,
.tabs-main ul.nav-tabs>li.active>a:focus {
    border: none;
    color: #0068E2;
}
.tabs-main ul.nav-tabs>li:hover:after,
.tabs-main ul.nav-tabs>li.active:after,
.tabs-main ul.nav-tabs>li.active:hover:after,
.tabs-main ul.nav-tabs>li.active:focus:after {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background-color: #347EE7;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.tabs-main .tab-pane > .section-body {
    padding-top: 30px;
}

/* 圖片輪播 */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 48%;
}
.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.owl-carousel .owl-nav .owl-next {
    right: 15px;
}
@media (min-width: 768px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 50px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 50px;
    }
}
.fancybox-button {
    background: transparent;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 50px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 50px;
}

/* fix */
.page-header {
    border: none;
}