@charset "UTF-8";

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* 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 a {
    display: block;
    width: 100%;
}

.index-banner-slider .slick-prev,
.index-banner-slider .slick-next {
    width: 35px;
    height: 65px;
}

.index-banner-slider .slick-prev {
    left: 0px;
    background: url(../../images/style05/main_slider_prev.png) 0 0 no-repeat;
    background-size: contain;
}

.index-banner-slider .slick-next {
    right: 0px;
    background: url(../../images/style05/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: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.index-banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.index-banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-banner-slider .slick-dots li button:hover,
.index-banner-slider .slick-dots li button:focus {
    outline: none;
}

.index-banner-slider .slick-dots li button:hover:before,
.index-banner-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.index-banner-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-banner-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.index-news-slider .slick-slide {
    outline: none;
}

/*news
*****************************************************/

.index-news-slider .slick-prev,
.index-news-slider .slick-next {
    width: 50px;
    height: 50px;
}


.index-news-slider .slick-prev {
    left: -100px;
    background: url(../../images/style05/index-news-arr-prev.svg) 0 0 no-repeat;
    background-size: contain;
}

.index-news-slider .slick-next {
    right: -80px;
    background: url(../../images/style05/index-news-arr-next.svg) 0 0 no-repeat;
    background-size: contain;
}

/* banner 
*****************************************************/
.index-banner-wrapper {
    position: relative;
    width: 100%;
}

.index-banner-wrapper:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    padding-top: 5.8%;
}

/* Dots end */
/* banner end
*****************************************************/
.index-section {
    position: relative;
    overflow: hidden;
}

.index-section-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    margin-bottom: 35px;
}

.index-section__heading {
    text-align: center;
    font-size: 2.25em;
    color: #333333;
    margin-bottom: 40px;
    font-weight: 700;
}

.index-section__heading {
    margin: 50px 0;
}

.index-section__heading:before {
    content: "";
    background: url(../../images/style05/index-title-background.png) no-repeat;
    height: 9px;
    width: 51px;
    /* display: block; */
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
}

/*---news---*/
.index-news__wrap {
    width: 100%;
    margin: 0 10px 0 10px;
}

.news-list {
    width: calc(100%/2);
    float: left;
}

.index-nesw-date {
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: 1;
}

.index-nesw-date span.year {
    width: 100%;
    float: left;
    margin: 5px 0;
    text-align: center;
    color: #e1dbd5;
}

.index-nesw-date span.date {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.6rem;
    font-family: Helvetica;
    font-weight: 500;
    color: #fff;
}

.index-nesw-date span.month {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.news-list .news-top {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.news-list .news-top .tag-color-top,
.news-list .news-top .tag-color-hot {
    width: 68px;
    float: left;
}

.news-list .news-top .tag-color-top a,
.news-list .news-top .tag-color-hot a,
.news-list .news-top .tag-color-top span,
.news-list .news-top .tag-color-hot span {
    text-align: center;
    padding: 4px 6px;
    border-radius: 5px;
    width: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}

.news-list .news-top .tag-color-top a {
    background: #a45b41;
}

.news-list .news-top .tag-color-hot a {
    background: #ff675c;
}

.news-list .news-top .tag-color-top span {
    background: #a45b41;
}

.news-list .news-top .tag-color-hot span {
    background: #ff675c;
}

.news-list .news-top .depart span {
    font-weight: 500;
    color: #a45b41;
    line-height: 24px;
}

.news-title p {
    line-height: 1.5;
    height: 73px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 1.1em;

}

.tag-color {
    background: #a28a74;
}

.index-news-details {
    background: #eadcce;
    padding: 13px 65px;
    margin: 0 25px 24px 25px;
    position: relative;
    height: 133px;
}

/*---news-end---*/

/*---榮譽榜---*/

.index-bulletin-slider .slick-prev {
    right: 45px;
    background: url(../../images/arr-left-white.svg) center center no-repeat #333;
    background-size: 40%;
}

.index-bulletin-slider .slick-next {
    right: 0;
    background: url(../../images/arr-right-white.svg) center center no-repeat #333;
    background-size: 40%;
}


.index-bulletin-wrap {
    background: url(../images/style37/index-bulletin-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
}

.index-bulletin {
    background: #fff;
    width: 80%;
    float: right;
    display: flex;
}

.index-bulletin-title {
    background: #57a3c1;
    color: #fff;
    text-align: center;
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
    justify-content: center;
    align-content: space-between;
}

.index-bulletin-title strong {
    display: block;
    font-size: 1.750em;
    padding: 0 10px 40px 10px;
}

.index-bulletin-slider-wrap {
    width: 85%;
    padding: 0 0;
    position: relative;
}

.index-bulletin-line {
    padding: 30px;
    overflow: hidden;
    height: 100%;
}

.index-bulletin-img {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.index-bulletin-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;

}

.index-bulletin-line .txt {
    float: right;
    width: calc(100% - 130px);
}

.index-bulletin-line .date {
    display: block;
    color: #57a3c1;
}

.index-bulletin-title .index-btn {
    padding: 0;
}

.index-bulletin-title .index-btn a {
    padding: 8px 5px;
    font-size: 0.8em;
    border: 1px solid #9dcadb;
    width: 80px;
    line-height: 1;
}

.index-bulletin-slider {
    height: 100%;
}

.index-bulletin-slider .slick-prev,
.index-bulletin-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #999;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -17px;
}

.index-bulletin-slider .slick-prev {
    right: 45px;
    background: url(../../images/arr-left-white.svg) center center no-repeat #333;
    background-size: 40%;
}

.index-bulletin-slider .slick-next {
    right: 0;
    background: url(../../images/arr-right-white.svg) center center no-repeat #333;
    background-size: 40%;
}


/*---榮譽榜end---*/



/* 地圖
**********************************************/
section.index-map-wrap {
    background: #fff;
}

.index-map {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.index-map-cont {
    width: 65%;
    float: left;
}

.index-map-info {
    float: right;
    width: 30%;
}

.index-map-info .logo {
    margin: 20px 0 30px 0;
    display: block;
    width: 80%;
}

.index-map-info .contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.index-map-info .contact li {
    margin: 10px 0;
    line-height: 1.4;

}

.index-map-info .btn {
    background: #df3b85;
    color: #FFF;
    text-align: center;
    padding: 10px 10px;
    width: 200px;
    margin: 20px auto;
    display: block;
    position: relative;
    font-weight: 500;
}

.index-map-info .arr {
    position: absolute;
    right: 10px;
    font-size: 0.7rem;
}

/* 地圖 end
**********************************************/

/*常用入口模組
**********************************************/

section.index-service-entrance {
    background: #cfeefd;
    padding: 50px 0;
}

.service-entrance-tab-cont {
    margin: 0 auto;
    padding: 0px 20px;
}

.fast-link-cont {
    width: 100%
}

.fast-link-cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
    justify-content: center;
}

.fast-link-tab {
    margin: 0 10px;
}

.fast-link-tab a {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.fast-link-img {
    width: 135px;
    height: 135px;
    background: #1faf9c;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.fast-link-img img {
    width: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fast-link-tab a p {
    margin: 9px 0 20px 0;
    float: left;
    width: 170px;
    line-height: 1.35;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    color: #333333;
    padding: 0 12px;
}

/*常用入口模組end
**********************************************/
/* 活動行事曆
**********************************************/
.index-calendar-wrap {
    padding: 50px 0;
}

.index-calendar {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.index-calendar .calendar {
    width: 48%;
    background: #fff;
}

.index-calendar .calendar-my {
    float: left;
    width: 100%;
    background: #cb7c6a;
    font-size: 1.054em;
    padding: 16px 6px;
    position: relative;
    border: 1px solid #fff;
}

.index-calendar .calendar-my a,
.index-calendar .calendar-my strong {
    color: #fff;
    font-weight: 500;
}

.index-calendar .calendar-my strong {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 1.2rem;
}

.index-calendar .calendar a.pre-m,
.index-calendar .calendar a.next-m {
    display: block;
    position: absolute;
    font-size: 0;
    width: 20px;
    height: 20px;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.index-calendar .calendar a.pre-m {
    left: 33%;
    background-image: url(../../images/arr-left-white.svg);
}

.index-calendar .calendar a.next-m {
    right: 33%;
    background-image: url(../../images/arr-right-white.svg);
}

.index-calendar .calendar-cont {
    float: left;
    width: 100%;

    position: relative;
}

.index-calendar .cal-day,
.index-calendar .cal-date {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-weight: 500;
}

.index-calendar .cal-day {
    background: #fff;
    font-size: 1em;
}

.index-calendar .cal-day li,
.index-calendar .cal-date li {
    list-style: none;
    padding: 15px 0;
    background: #dddddd;
    border-radius: 0;
    float: left;
    width: calc(100% / 7);
    color: #222;
    text-align: center;
    margin: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.index-calendar .cal-date li {
    padding: 10px 0;
    height: 54px;
    background: #fff6ea;
    font-size: 0.9em;
}

.index-calendar .cal-date li a {
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
    color: #333333;
}

.index-calendar .cal-date li.cal-current-day span {
    background: #944837;
    border-radius: 150%;
    width: 33px;
    height: 33px;
    color: #fff;
    display: block;
    padding: 7px;
}

.index-calendar .cal-date li.cal-activity {
    background: #ffeab8;
}

.index-calendar .cal-date li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-calendar .calendar-event-wrap {
    background: #fff6ea;
    padding: 30px;
    width: 48%;
}

.index-calendar .calendar-event-list {
    list-style: none;
    padding: 0 30px 0 0;
    margin: 0;
    height: 310px;
    overflow-y: auto;
}

.index-calendar .calendar-event-list li {
    padding: 10px 0;
}

.index-calendar .calendar-event-list .date {
    display: block;
    color: #cb7c6a;
    font-weight: 500;
    font-size: 0.95em;
    margin-bottom: 5px;
}

.index-calendar .calendar-event-list .date .icon {
    margin-right: 5px;
}

.index-calendar .calendar-event-list .txt {
    display: block;
    color: #222;
    font-size: 1.105em;
    line-height: 1.3;
}

/* 活動行事曆 end
**********************************************/


.index-event {
    background-color: #fff;
    background-image: url(../../images/style01/index-event-bg.jpg);
    background-position: top center;
    background-repeat: repeat;
    position: relative;
    padding-top: 20px;
    padding-bottom: 170px;
}

.index-event .bg-index-event {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/style01/index-kid-bg1.svg);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.index-event .bg-index-event-element {
    position: absolute;
    bottom: 6%;
    right: 6.25%;
    width: 253px;
    height: 177px;
    background-image: url(../../images/style01/index-event-element.png);
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: contain;
    z-index: 1;
}

.index-event .index-section-inner {
    max-width: 100%;
}

.index-event-list {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}

.index-event-list--hidden {
    display: none;
}

.index-event .slick-slide {
    width: 84%;
    width: 84vw;
    max-width: 1214px;
    padding: 0 33px;
}

.index-event .item {
    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-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.index-event .item-image {
    width: 38%;
    border-radius: 0 35px 35px 0;
    overflow: hidden;
}

.index-event .item-image img {
    width: 100%;
    max-width: 100%;
}

.index-event .item-content {
    border: 7px solid #f77833;
    background-color: #fff;
    width: calc(100% - 38%);
    padding: 35px;
    border-radius: 35px;
    min-height: 415px;
}

.index-event .item-table {
    border: 5px solid #ffdd7b;
    max-width: 460px;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #333;
    overflow: hidden;
}

.index-event .item-row {
    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;
    margin-bottom: 0;
    border-bottom: 2px solid #ffdd7b;
}

.index-event .item-row:last-child {
    border-bottom: 0;
}

.index-event .item-row dd {
    margin-bottom: 0;
}

.index-event .item-row__header {
    width: 95px;
    background-color: #fff7e0;
    padding: 14px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: 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;
    font-size: 1.125em;
    border-right: 2px solid #ffdd7b;
}

.index-event .item-row__content {
    width: calc(100% - 95px);
    background-color: #fff;
    padding: 14px;
    font-size: 1.0625em;
}

.index-event .main-text {
    font-size: 1.5625em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.index-event .main-text:before {
    content: "";
    background-color: #ffdfd1;
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
}

.index-event .main-text a {
    position: relative;
    color: #333;
}

.index-event p {
    line-height: 1.6;
    color: #4d4d4d;
    font-size: 0.94em;
    margin-bottom: 0;
    letter-spacing: .015em;
    height: 102px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.index-event .index-event-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;
    padding: 0;
    margin: 0 0 5px 0;
}

.index-event .index-event-tab li {
    margin: 0 12px;
}

.index-event .index-event-tab li:nth-child(1) a {
    background-color: #e4ca18;
}

.index-event .index-event-tab li:nth-child(1) a:before {
    border-color: #e4ca18 transparent transparent transparent;
}

.index-event .index-event-tab li:nth-child(2) a {
    background-color: #7aac04;
}

.index-event .index-event-tab li:nth-child(2) a:before {
    border-color: #7aac04 transparent transparent transparent;
}

.index-event .index-event-tab li:nth-child(3) a {
    background-color: #fd9d15;
}

.index-event .index-event-tab li:nth-child(3) a:before {
    border-color: #fd9d15 transparent transparent transparent;
}

.index-event .index-event-tab li:nth-child(4) a {
    background-color: #ff6358;
}

.index-event .index-event-tab li:nth-child(4) a:before {
    border-color: #ff6358 transparent transparent transparent;
}

.index-event .index-event-tab li:nth-child(5) a {
    background-color: #10ab96;
}

.index-event .index-event-tab li:nth-child(5) a:before {
    border-color: #10ab96 transparent transparent transparent;
}

.index-event .index-event-tab a {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    font-family: sans-serif;
}

.index-event .index-event-tab a span {
    font-size: 1.125rem;
}

.index-event .index-event-tab a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    -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-event .index-event-tab a.current:before {
    display: block;
}


/*----活動花絮---*/

.index-activity {}

.index-activity .index-section-inner {
    max-width: 100%;
}

.index-album-list {
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    max-width: 1710px;
}

.index-album {
    display: inline-block;
    width: calc(100% / 5 - 35px);
    /* height: 317px; */
    border-bottom: 6px solid #ce9a78;
    margin: 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;

}

.index-album .thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 76%;
}

.index-album .thumb img {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 10px;
}

.index-album .date {
    text-decoration: none;
    color: #f3821e;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 0 12px;
}

.index-album .name-ellipsis {
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin: 8px 0;
    padding: 0px 12px;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.item-pic {
    padding: 10px 10px;
    width: 100%;
    position: static;
    float: left;
}

.index-album-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index-album-slider .slick-dots {
    position: absolute;
    bottom: -17px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none;
}

.index-album-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.index-album-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-album-slider.slick-initialized .slick-slide {
    display: block;
    text-align: center;
}

.index-album-slider .slick-dots li button:hover,
.index-album-slider .slick-dots li button:focus {
    outline: none;
}

.index-album-slider .slick-dots li button:hover:before,
.index-album-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.index-album-slider .slick-dots li button:before {
    font-size: 2.500em;
    line-height: 20px;
    position: absolute;
    top: 0;
    color: #b5b5b5;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-album-slider .slick-dots li.slick-active button:before {
    color: #ae2e2e;
}

.more-btn {
    text-align: center;
    margin: 60px 0 0 0;
}

.more-btn a {
    display: inline-block;
    font-size: 1rem;
    border-radius: 30px;
    background: #a45b41;
    color: #fff !important;
    padding: 7px 25px 10px 25px;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    vertical-align: top;
    width: 140px;


}

/*----活動花絮end---*/


/*---常用服務入口---*/

.index-service-entrance-slider .slick-prev {
    left: -100px;
    background: url(../../images/style35/entrance-slider-prev.png) 0 0 no-repeat;
    background-size: contain;
}

.index-service-entrance-slider .slick-next {
    right: -80px;
    background: url(../../images/style35/entrance-slider-next.png) 0 0 no-repeat;
    background-size: contain;
}

.index-service-entrance-slider .slick-prev,
.index-service-entrance-slider .slick-next {
    width: 50px;
    height: 50px;
}

/*---常用入口服務end---*/

.index-related {
    /* background-color: #fefafa; */
    padding: 20px 0 19px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.index-related .bg-index-related {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/style01/index-related.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}

.index-related-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 15px 95px;
}

.index-related-slider .slick-prev {
    left: 15px;
    background: url(../../images/style05/index-news-arr-prev.svg) 0 0 no-repeat;
}

.index-related-slider .slick-next {
    right: 15px;
    background: url(../../images/style05/index-news-arr-next.svg) 0 0 no-repeat;
}

.index-related-slider .slick-prev,
.index-related-slider .slick-next {
    width: 50px;
    height: 50px;
    background-size: contain;
}

.index-related .slide-item {
    padding: 30px 20px;
}

.index-related .slide-item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

/*----footer----*/
.fat-footer-switch {
    position: absolute;
    width: 100%;
    top: -39px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.fat-footer-open {
    background: url(../../images/style05/fat_footer_open.png) 0 0 no-repeat;
}

.fat-footer-close {
    background: url(../../images/style05/fat_footer_close.png) 0 0 no-repeat;
    display: none;
}

.fat-footer-open,
.fat-footer-close {
    display: block;
    width: 67px;
    height: 38px;
    margin: 0 auto;
}

/*-----footer end-----*/

@media (max-width: 1024px) {
    .index-activity .item {
        width: 50%;
        padding-top: 27.5%;
    }
}

@media (max-width: 768px) {
    .index-event-element {
        bottom: 0;
    }

    .index-event .item {
        display: block;
    }

    .index-event .item-image {
        width: 60%;
        border-radius: 35px 35px 0 0;
        margin: 0 auto;
    }

    .index-event .item-content {
        padding: 35px;
        border-radius: 35px;
        width: 100%;
    }

    .index-event .index-event-tab li {
        margin: 0 10px;
    }

    .index-event .index-event-tab a {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .index-section__heading {
        font-size: 1.625em;
        margin-bottom: 0;
        padding: 15px 0;
    }

    .index-news .item {
        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;
        margin-bottom: 15px;
    }

    .index-news .item:last-child {
        margin-bottom: 0;
    }

    .index-news .item-image {
        width: 80px;
        height: 80px;
    }

    .index-news .item-image img {
        max-height: 80px;
    }

    .index-news .item-content {
        width: calc(100% - 80px);
        padding-left: 20px;
        padding-top: 10px;
    }

    /*
    .index-news .date {
        width: 70px;
        height: 70px;
        padding: 12px 0;
        padding-right: 5px;
        font-size: 0.750em;
    }
*/

    .index-news .text-block {
        width: calc(100% - 70px);
    }

    .index-news .main-text {
        font-size: 1.125em;
    }

    .index-news p {
        font-size: 1.1em;
        height: 50px;
    }

    .index-event .bg-index-event-element {
        bottom: 0;
        right: 0;
        width: 210px;
        height: 150px;
    }

    .index-event .slick-slide {
        padding: 0 10px;
    }

    .index-event .item {
        display: block;
    }

    .index-event .item-image {
        width: 80%;
        border-radius: 20px 20px 0 0;
        margin: 0 auto;
    }

    .index-event .item-content {
        border: 3px solid #f77833;
        padding: 20px;
        border-radius: 20px;
        min-height: inherit;
        width: 100%;
    }

    .index-event .item-table {
        border: 2px solid #ffdd7b;
    }

    .index-event .item-row {
        border-bottom: 1px solid #ffdd7b;
    }

    .index-event .item-row__header {
        font-size: 1.000em;
    }

    .index-event .item-row__content {
        font-size: 0.875em;
    }

    .index-event .main-text {
        font-size: 1.125em;
    }

    .index-event p {
        font-size: 0.875em;
    }

    .index-event .index-event-tab li {
        margin: 0 5px;
    }

    .index-event .index-event-tab a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.125em;
    }

    .index-event .index-event-tab a span {
        font-size: 0.750em;
    }

    .index-event .index-event-tab a:before {
        bottom: -5px;
        border-width: 6px 5px 0 5px;
    }

    .index-activity .item .main-text {
        font-size: 1.125em;
    }

    .index-activity .item .sub-text {
        font-size: 0.875em;
    }

    .index-related-slider {
        padding: 15px 60px;
    }

    .index-related-slider .slick-prev,
    .index-related-slider .slick-next {
        width: 32px;
        height: 32px;
    }

    .index-related .slide-item {
        padding: 10px;
    }

    .index-related .slide-item img {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    }
}

@media (max-width: 480px) {
    .index-related .bg-index-related {
        background-size: contain;
    }
}
