@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/style04/main_slider_prev.png) 0 0 no-repeat;
    background-size: contain;
}

.index-banner-slider .slick-next {
    right: 0px;
    background: url(../../images/style04/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: 13px;
    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;
}

ex-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-banner-slider .slick-dots li button:before {
    font-size: 2.5em;
    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;
}


/*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;
}

.index-news:before {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    content: '•';
    background: #bbdeef;
}


/* 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: 0px auto;
    max-width: 1700px;
    position: relative;
    margin-bottom: 0px;
}

.index-section__heading {
    text-align: center;
    font-size: 2em;
    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 .index-section-inner {
    margin: 85px auto 0px auto;
    margin-bottom: 50px;
    width: 85%;
}

.index-news .more-btn {
    text-align: right;
    margin: 40px 0px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 5;
}

.index-news-nav-wrap {
    width: 100%;
    float: left;
}

.index-news-nav-wrap ul.index-news-nav {
    list-style: none;
    width: 100%;
    position: relative;
    float: left;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.index-news-nav li {
    width: calc(100%/5 - 12px);
    float: left;
    background: #d3d4dc;
    margin-right: 14px;
    border-radius: 5px 5px 0 0;
}

.index-news-nav li a {
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}

a.news-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-news-nav li.active a {
    color: #fff;
}

.news-list li a.news-content-more-btn {
    background: url(../../images/style04/index-news-content-more-btn.png)0 0 no-repeat #0072bb
}

.index-news-list-inner {

    width: 100%;
    float: left;
    background: url(../../images/style04/index-news-bg-img.png)repeat #fff;
}

.index-news-list-inner ul.news-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    outline: none;
}

.news-list li {
    list-style: none;
    padding: 20px 20px 30px 20px;
    margin-right: 20px;
    width: calc(100%/3 - 15px);
    float: left;
    line-height: 2;
    background: #fff;
    box-shadow: 0px 4px 17px #5d5c5c2b;
    position: relative;
    height: 189px;
}

.news-list li:last-child {
    margin-right: 0;
}

.news-list li span.date {
    font-weight: bold;
    font-size: 1.2em;
    color: #0072bb;
    font-family: arial;
}

.news-list li p.content {
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    height: 53px;
    overflow: hidden;
    line-height: 1.4;
}

.news-list li span.tag-color-top {
    background: #2da3af;
    padding: 4px 15px;
    border-radius: 19px;
    color: #fff;
    font-weight: bold;
}

.index-news-nav li.active {
    position: relative;
    background-color: #5093b5;
    color: #fff;
}

.index-news-nav li.active::before {
    content: "";
    background-image: url(../../images/style04/index-news-act-img.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 85px;
    left: 1%;
    background-size: contain;
    top: -51px;
}

.index-news-nav li.active::after {
    content: "";
    background-image: url(../../images/style04/news-arr.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    top: 43px;
}

.index-news-nav li:first-child {
    border-top: none;
}

.index-news-nav li:last-child {
    margin-right: 0px;
}

/*---news-end---*/

/*---榮譽榜---*/

.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---*/


/* 活動行事曆
**********************************************/
.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: bold;
}

.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: bold;
}

.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: bold;
    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;
}

.more-btn.calender {
    text-align: center;
}

/* 活動行事曆 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.125em;
}

.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:before {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    content: '•';
    background: url(../../images/style04/bg-img.png)0px 0px no-repeat, #bbdeef;
    background-size: 176px;
    background-position: bottom;
}

.index-activity .index-section-inner {
    max-width: 100%;
}

.index-album-list {
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 140px;
    /*max-width: 1710px;*/
    padding: 0 50px;
}

.index-album {
    float: left;
    width: calc(100% / 5 - 30px);
    /* 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 {
    overflow: hidden;
    position: relative;
    padding-top: 70%;
}

.index-album .date {
    text-decoration: none;
    color: #f3821e;
    display: block;
    margin: 10px 13px;
    font-size: 1em;
    font-weight: bold;

}

.index-album .name-ellipsis {
    text-decoration: none;
    color: #333;
    display: block;
    height: 46px;
    overflow: hidden;
    margin: 10px 13px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3;
}

.item-pic {
    padding: 10px 10px;
    width: 100%;
    position: static;
    float: left;
}

.index-album .thumb img {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}



.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-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.5em;
    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: right;
    margin: 60px 0px 0 0;
    padding: 0 15px;
}

.more-btn a {
    display: inline-block;
    font-size: 1rem;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 25px 10px 36px;
    margin: 0;
    line-height: normal;
    font-weight: bold;
    vertical-align: top;
    width: 160px;
    text-align: center;
    background: url(../../images/style04/more-arrow.svg) 11px 13px no-repeat #6DA7C4;
    background-size: 16px;
}

/*----活動花絮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: 0px 19px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.index-related:before {
    font-size: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '•';
    background: url(../../images/style04/bg-img-bottom.png)no-repeat, #e4f3fa;
    background-position: left bottom;
}

.index-related .bg-index-related {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}

.index-related-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 15px 95px;
    margin-bottom: 150px;
}

.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%;
    height: 100%;
    max-height: 68px;
    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-----*/

/*----news tab----*/

.index-news-list-inner {
    height: 0;
    opacity: 0;
}

.tabcont-show {
    height: auto;
    opacity: 1;
}

.index-news-list-inner.tabcont-show ul.news-list {

    padding: 40px 60px;
}

/*----news tab----*/

@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: 0.875em;
    }

    .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;
    }
}
