/* slider prev, slider next init */
.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    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;
    z-index: 1;
}

/* slider prev, slider next init end */
.index-banner-slider {
    position: relative;
    background-color: #fff;
    width: 100%;
    /* Dots */
}

.index-banner-slider img {
    width: 100%;
    max-width: inherit;
}

.index-banner-slider .slick-prev,
.index-banner-slider .slick-next {
    width: 20px;
    height: 20px;
}

.index-banner-slider .slick-prev {
    left: calc(50% - 65px);
    top: calc(100% + 35px);
    background: url(../images/style33/main_slider_prev.png) 0 0 no-repeat;
    background-size: contain;
}

.index-banner-slider .slick-next {
    right: calc(50% - 65px);
    top: calc(100% + 35px);
    background: url(../images/style33/main_slider_next.png) 0 0 no-repeat;
    background-size: contain;
}

.index-banner-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.index-banner-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(50%);
    -khtml-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    -o-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.index-banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    padding: 0;
    cursor: pointer;
}

.index-banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-banner-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background: #cdcdcd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-banner-slider .slick-dots li.slick-active button:before {
    background: #62b7b4;
}

/* header
*****************************************************/
.header .logo {
    display: block;
    width: 394px;
    height: 65px;
    background: url(../images/style33/logo.png) 0 1px no-repeat;
    background-size: contain;
    font-size: 0;
}

.header-top .fontsize .fontsize-active {
    background: #ce9f83;
    color: #fff;
}

.search-zone .search-btn {
    background: url(../images/style33/search_icon.png) center center no-repeat;
}

/* nav
*****************************************************/
.main-nav-wrap {
    background-color: #64b5b6;
}

.main-nav li > a {
    color: #fff;
}

.main-nav > li:before {
    background-color: #fff;
}

.sub-nav {
    background-color: #64b5b6;
}

.sub-nav > li > a:hover {
    color: #fff;
}

/* banner 
*****************************************************/
.index-banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

/* Dots end */
/* banner end
*****************************************************/
.index {
    background-color: #f0f3f7;
    overflow: hidden;
}

.index-section {
    position: relative;
}

.index-section-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.index-section__heading {
    text-align: center;
    font-size: 1.875em;
    color: #333;
    margin-bottom: 50px;
    font-weight: 400;
    position: relative;
}

.index-section__heading:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    background-color: #556d79;
    display: block;
    width: 53px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-section .btn-row {
    text-align: center;
}

.index-section .btn {
    margin: 0 auto;
    width: 200px;
    height: 50px;
    padding: 0;
    line-height: 46px;
    background-color: #fff;
    font-size: 0.9375em;
    font-weight: 700;
    border: 1px solid #64b5b6;
    border-radius: 5px;
    color: #64b5b6;
}


.index-section .btn .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #64b5b6;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.index-section .btn:hover,
.index-section .btn:active {
    color: #fff;
    background-color: #64b5b6;
}

.index-section .btn:hover .arrow,
.index-section .btn:active .arrow {
    border-color: transparent transparent transparent #fff;
}

.index-news {
    padding-top: 95px;
    padding-bottom: 75px;
    position: relative;
}

.index-news-bg {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1000px;
    background-image: none;
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

.index-news__list {
    width: calc(100% - 20%);
    max-width: 1048px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.index-news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.index-news .date {
    color: #fff;
    width: calc(100% - 110px);
    line-height: 30px;
}

.index-news .tag {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9375em;
    color: #333;
    text-align: center;
    background-color: #fff;
    font-weight: 500;
}

.index-news .item-header {
    width: 295px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #ce9f83;
    padding: 20px;
}

.index-news .item-conent {
    width: calc(100% - 295px);
}

.index-news .main-text {
    font-size: 1.1875em;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.index-news .main-text a {
    color: #333;
    display: block;
    padding: 20px;
    padding-right: 40px;
    position: relative;
}

.index-news .main-text a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 10px;
    display: block;
    background-image: url(../images/style33/index-news-arrow.png);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-news-tab {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 auto 55px;
    padding: 0;
}

.index-news-tab li {
    margin: 0 15px;
}

.index-news-tab a {
    display: block;
    width: 180px;
    height: 56px;
    border-radius: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
    background-color: #62b7b4;
}

.index-news-tab a:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #56707d transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.index-news-tab a.current {
    background-color: #56707d;
}

.index-news-tab a.current:before {
    display: block;
}

.index-news-content {
    display: block;
}

.index-news-content--hidden {
    display: none;
}

.index-activity {
    padding-top: 55px;
    padding-bottom: 145px;
    background: #fff;
}

.index-activity-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 26vw;
    height: 100%;
    background-color: #64b5b6;
    pointer-events: none;
}

.index-activity-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
    width: 100%;
    height: 181px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-activity .index-section__heading {
    margin: 0 auto 85px;
}

.index-activity .index-section__heading span {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.index-activity__icon {
    position: absolute;
    top: -15px;
    right: calc(100% + 8px);
    width: 90px;
    height: 101px;
    display: block;
    background-image: none;
    background-repeat: no-repeat;
}

.index-activity-slider {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.index-activity-slider .slick-prev {
    left: -125px;
    top: calc(100% - 60px);
    background: url(../images/style33/index_slider_prev.png) 0 0 no-repeat;
}

.index-activity-slider .slick-next {
    left: -125px;
    right: inherit;
    top: calc(100% - 120px);
    background: url(../images/style33/index_slider_next.png) 0 0 no-repeat;
}

.index-activity-slider .slick-prev,
.index-activity-slider .slick-next {
    width: 45px;
    height: 45px;
    background-size: contain;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.index-activity-slider .slick-disabled {
    opacity: .2;
}

.index-activity .btn-row {
    text-align: right;
    padding-right: 15px;
}

.index-activity .index-section-inner {
    max-width: 1265px;
}

.index-activity__content {
    padding-left: 0px;
}

.index-activity .item {
    position: relative;
    background-color: #fff;
    margin: 15px;
    border-bottom: 8px solid #56707d;
}

.index-activity .item-image {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.index-activity .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 102%;
}

.index-activity .item-content {
    padding: 20px 15px;
    min-height: 115px;
    box-shadow: 0 8px 10px rgba(72, 72, 72, 0.1);
}

.index-activity .item .date {
    font-size: 0.9375em;
    line-height: 1.5;
    color: #8c8c8c;
    font-weight: 700;
    font-family: "Myriad Pro";
}

.index-activity .item .main-text {
    font-size: 0.9375em;
    line-height: 1.5;
    color: #333;
}

.index-publication {
    background-color: #cff9fd;
    padding-top: 75px;
    padding-bottom: 50px;
}

.index-publication-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/style33/index-publication-bg.png);
    background-position: center 100%;
    background-size: auto;
    background-repeat: repeat-x;
    pointer-events: none;
}

.index-publication .index-section__heading {
    margin-bottom: 90px;
}

.index-publication .index-section-inner {
    margin: 0 auto;
    max-width: 1290px;
    position: relative;
}

.index-publication__content {
    padding: 0 40px;
}

.index-publication-slider {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.index-publication-slider .slick-prev {
    left: -40px;
    background: url(../images/style33/index_slider_prev.png) 0 0 no-repeat;
}

.index-publication-slider .slick-next {
    right: -40px;
    background: url(../images/style33/index_slider_next.png) 0 0 no-repeat;
}

.index-publication-slider .slick-prev,
.index-publication-slider .slick-next {
    top: 40%;
    width: 45px;
    height: 45px;
    background-size: contain;
}

.index-publication-slider .slick-disabled {
    opacity: .2;
}

.index-publication .item {
    position: relative;
    padding: 0 35px;
}

.index-publication .item-image {
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.index-publication .item-image span {
    max-width: 200px;
}

.index-publication .item-image span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    background-image: url(../images/style33/index-publication-item-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
    width: 100%;
    height: 23px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-publication .item-image img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.index-publication .item-content {
    padding: 25px 0;
}

.index-publication .item .main-text {
    font-size: 1.125em;
    line-height: 1.5;
    color: #333;
    text-align: center;
}


/*--活動行事曆---*/
.index-calendar .calendar-my {
    background: #556c78;
}

.index-calendar .cal-day li,
.index-calendar .cal-date li {
    background: #f1f1f1;
}

.index-calendar .cal-date li {
    background: #fff;
}

.index-calendar .cal-date li.cal-activity {
    background: #f0f3f7;
}

.index-calendar .cal-date li.cal-current-day span {
    background: #64b5b6;
}

.index-calendar .calendar-event-wrap {
    background: #fff;
}

.index-calendar .calendar-event-list .date {
    color: #64b5b6;
}

/*---活動行事曆end---*/

.index-related {
    padding-top: 50px;
    padding-bottom: 100px;
    background: #f0f3f7;
}

.index-section.index-related:after {
    content: "";
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 528px;
    right: 0;
    background-size: contain;
    bottom: -320px;
    display: block;
}

.index-section.index-related:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 233px;
    background-image: none;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: -8px;
    left: -33%;
    z-index: 1;
}

.index-related .slide-item {
    padding: 0 13px;
}

.index-related .slide-item img {
    width: 100%;
    border: 1px solid #84ccc9;
}

.index-related .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.index-related .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.index-related .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-related .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background: #cdcdcd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-related .slick-dots li.slick-active button:before {
    background: #133d68;
}

.fat-footer {
    border-top: 7px solid #64b5b6;
}

.fat-footer-open {
    background: url(../images/style33/fat_footer_open.svg) 0 0 no-repeat;
}

.fat-footer-close {
    background: url(../../assets/images/style33/fat_footer_close.svg) 0 0 no-repeat;
    display: none;
}

/*page
*************************************/
.page-side .unit-title {
    background: #56707d;
}

.nav-open > .current,
.side-nav li.current > a {
    color: #56707d !important;
}

.page-btn a {
    background: #56707d;
}

.page-header .social > a {
    background: #ce9f83;
}

.crumb .current {
    color: #56707d;
}

.pagination a.current {
    background: #64b5b6;
}

.staff-intro-title a {
    background: url(../images/staff-arr-up.svg) 0 0 no-repeat #ce9f83;
    margin-bottom: -3px;
    background-size: 8px 8px;
    background-position: 88% center;
}

.info-title {
    background-position: 0 1px !important;
    background-size: 28px !important;
    background: url(../images/staff_title_bg.png) 0 0 no-repeat #64b5b6;
}

li.info-mail a {
    color: #56707d;
}

.staff-pic {
    border: 1px solid #64b5b6;
    background: #64b5b6;
}

.staff-tb table th {
    background: #64b5b6;;
}

.staff-tb table a {
    color: #0096d6;
    text-decoration: underline;
}

.staff-list-title a {
    float: left;
    background: url(../images/staff-arr-up.svg) 0 0 no-repeat #56707d;
    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;
}

a.personal-publish-title {
    background: #64b5b6;
}

.tec-depart-thead,
.sch-honor-thead,
.education-thead,
.occupation-thead,
.experi-thead {
    background: #64b5b6;
}

.tec-depart-tb.color-bg .tec-depart-tcont,
.sch-honor-tb.color-bg .sch-honor-tcont,
.education-tb.color-bg .education-tcont,
.occupation-tb.color-bg .occupation-tcont,
.occupation-tb.color-bg .occupation-tcont,
.experi-tb.color-bg .experi-tcont,
.experi-tb.color-bg .experi-tcont {
    background: #f5f5f5;
}

.staff-list-drop .staff-list-title a {
    background-color: #8eabb9;
}

@media (min-width: 1440px) {
    .index-activity-bg {
        width: 30vw;
    }
}

@media (max-width: 1440px) {
    .index-section .index-section-inner {
        max-width: calc(100% - 20px * 2);
    }
}

@media (max-width: 767px) {
    .index-section__heading {
        font-size: 1.625em;
        margin-bottom: 20px;
    }

    .index-section__heading:before {
        bottom: -15px;
        width: 44px;
    }

    .index-news {
        padding-top: 80px;
        padding-bottom: 50px;
        position: relative;
    }

    .index-news__list {
        width: 100%;
    }

    .index-news .item {
        margin-bottom: 15px;
    }

    .index-news .item-header {
        width: 100%;
        padding: 10px 20px;
    }

    .index-news .item-conent {
        width: 100%;
    }

    .index-news .main-text a {
        padding: 10px 20px;
        padding-right: 40px;
    }

    .index-news-tab {
        margin: 0 -6px 30px;
    }

    .index-news-tab li {
        margin: 0 6px;
        width: calc(100% / 3 - 6px * 2);
    }

    .index-news-tab a {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 1em;
    }

    .index-news-tab a:before {
        bottom: -8px;
        border-width: 9px 8px 0 8px;
    }

    .index-activity {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index-activity .index-section__heading {
        margin: 0 auto 50px;
    }

    .index-activity__content {
        padding-left: 100px;
    }

    .index-activity-slider .slick-prev {
        left: -85px;
    }

    .index-activity-slider .slick-next {
        left: -85px;
    }

    .index-publication {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index-publication .index-section__heading {
        margin-bottom: 50px;
    }

    .index-related {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .index-related .bg-index-related {
        background-size: contain;
    }

    .index-publication .item {
        padding: 0;
    }
}

#accesskey-l{
    color:#000;
    display: block;
}

