.index .more {
    text-align: right;
    width: 100%;
}

.index .more a {
    display: block;
    color: #333;
    line-height: 1;
    font-weight: bold;
    padding-right: 25px;
    background: url(/assets/images/arr-more.png) right 4px no-repeat;
}

.index-kv-slider-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 36px;
}

.index-kv-slider .slick-slide {
    display: flex;
    justify-content: space-between;
}

.index-kv-slider .img {
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    width: 56%;
}

.index-kv-slider .img img {
    display: block;
    width: 100%;
}

.index-kv-slider .info {
    width: 41%;
}

.index-kv-slider .title {
    font-size: 1.8rem;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.index-kv-slider .txt {
    display: block;
    margin-bottom: 12px;
    font-size: 1.05rem;
    line-height: 1.55 !important;
}

.index-kv-slider .title,
.index-kv-slider .txt {
    color: #333;
    line-height: 1.35;
}

.index-kv-slider .tag {
    padding: 5px 10px;
}

.index-kv-slider .hashtag {
    padding: 5px 0;
}

.index-kv-slider .slick-prev,
.index-kv-slider .slick-next {
    width: 36px;
    padding-top: 7%;
}

.index-kv-slider .slick-prev {
    left: -50px;
    background: url(../images/arr-left.svg) 0 center no-repeat;
    background-size: 100%;
}

.index-kv-slider .slick-next {
    right: -50px;
    background: url(../images/arr-right.svg) 0 center no-repeat;
    background-size: 100%;
}

.index-section {
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.index-title {
    text-align: center;
    position: relative;
    font-size: 1.75rem;
    color: #222;
    margin: 0 0 30px 0;
    padding: 0;
}

.index-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #ccc;
    margin: 17px auto 0 auto;
    text-align: center;
    position: relative;
}

.index-highlights .intro {
    text-align: center;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto 35px auto;
}

.index-highlights .tab-cont-wrap {
    height: 0;
    opacity: 0;
}

.index-highlights .tab-cont-wrap.contshow {
    height: auto;
    opacity: 1;
}

.index-highlights .highlights-slider {
    display: flex;
    margin: 0 -15px;
    align-items: flex-start;
}

.index-highlights .highlights-slider a {
    display: block;
}

.index-highlights .highlights-slider>div {
    margin: 0 15px;
    width: calc(100% / 3 - 30px);
}

.index-kv-slider .slick-dots {
    bottom: -35px;
}

.index-event .slick-dots {
    bottom: -25px;
}

.index-highlights .slick-dots {
    bottom: -55px;
}

/* 活動查尋
--------------------------------------------------------*/
.index-event {
    position: relative;
    background: #fff6f5;
}

.index-highlights {
    background: #fff8f0;
}

/*
.index-event::after {
    position: absolute;
    width: 100%;
    height: 390px;
    display: block;
    content: "";
    background: #fff0ee;
    bottom: 0;
    z-index: 1;
}
*/
.index-event .event-search {
    background: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.index-event .event-search .event-status-box {
    margin: 0 0 22px 0;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}

.index-event .event-search .event-status-box.item {
    display: inline-block;
    vertical-align: top;
}

.index-event .event-search .event-status-box a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #333;
    margin-right: 8px;
    padding-right: 12px;
}

.index-event .event-search .event-status-box a::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #333;
    right: 0;
    top: 0;
}

.index-event .event-search .event-status-box .active {
    color: #DE1502;
}

.index-event .event-search input[type="date"],
.index-event .event-search input[type="text"],
.index-event .event-search select {
    border: 0;
    border-radius: 150px;
    padding: 12px 10px;
    width: 100%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    height: 46px;
}

.index-event .event-search select {
    background: url(../images/select_arr.svg) 94% center no-repeat #ffffff;
    background-size: 7px 7px !important;
    padding: 12px 13px;
}

.event-status-container,
.event-search-wrap {
    width: 100%;
}

.index-event-search-bar {
    display: flex;
}

.event-status {
    font-weight: bold;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    color: #333;
    margin-right: 8px;
    padding-right: 12px;
}

.event-status::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #333;
    right: 0;
    top: 0;
}

.event-status.active {
    color: #DE1502;
}


.event-search-wrap:nth-child(1) .event-status {
    left: 112px;
    padding-left: 12px;
}

.event-search-wrap:nth-child(1) .event-status::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background: #333;
    left: 0;
}

.event-search-wrap:nth-child(2) .event-status {
    left: 181px;
}

.event-search-wrap:nth-child(3) .event-status {
    left: 254px;
}

.event-search-wrap:nth-child(4) .event-status {
    left: 343px;
}

.event-search-wrap:nth-child(5) .event-status {
    left: 416px;
}

.event-search-ct {
    position: relative;
    opacity: 0;
    height: 0;
}

.event-search-ct-active {
    position: relative;
    opacity: 1;
    height: auto;
}

.index-event .event-search-box {
    margin: 0 0 0 -10px;
    flex-wrap: nowrap;
    width: 780px;
}

.index-event .event-search-box2.flex {
    width: calc(100% - 775px);
}

.index-event .event-search-box .keyword {
    width: calc(100% - 739px);
}

.index-event .event-search-box2 .keyword input[type="text"] {
    width: calc(100% - 55px);
    padding: 12px 18px;
}

.index-event .event-search-box>div {
    width: 142px;
}

.index-event .event-search-box2 .keyword {
    width: calc(100% - 174px);
    margin: 0 7px 0 0;
}

.index-event .event-search-box2 .keyword .btn {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background: url(../images/i-search.svg) center center no-repeat #fff;
    background-size: 15px;
    border-radius: 150%;
    width: 45px;
    height: 45px;
    margin-left: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.index-event .view-all {
    border-radius: 150px;
    background: #187C95;
    color: #fff;
    align-self: center;
    padding: 14px 50px 14px 20px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
}

.index-event .view-all::after {
    content: "";
    display: block;
    background: url(../images/arr-view-all.png) center center no-repeat #12687d;
    color: #fff;
    align-self: center;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.index-event-list-slider {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

/* 活動查尋 end
--------------------------------------------------------*/
.index-event-list-slider .slick-prev,
.index-event-list-slider .slick-next {
    width: 18px;
    height: 30px;
}

.index-event-list-slider .slick-prev {
    left: 0;
    background: url(../images/arr-left.svg) center no-repeat;
    background-size: 36px;
}

.index-event-list-slider .slick-next {
    right: 0;
    background: url(../images/arr-right.svg) center no-repeat;
    background-size: 36px;
}

.event-box {
    outline: none;
    outline:0;
}

.index-news .index-tab {
    width: 90%;
    margin: -5px auto;
    padding-bottom: 40px;
}

.index-news .index-tab a {
    margin: 0 8px;
    min-width: 80px;
    align-items: center;
}

.index-news-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.index-news-box {
    width: 100%;
    margin: 0 0 12px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.index-news-box .img {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 25px 0 0;
    flex: 1;
}

.index-news-box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-news-box .cont {
    flex: 2;
    padding: 0;
}

.index-news-box .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index-news-box .info .date {
    font-weight: bold;
    margin-right: 15px;
    font-size: 0.9rem;
}

.index-news-box .info .tag {
    width: 110px;
    font-size: 0.8rem;
    padding: 5px 0;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
}

.index-news-box .title {
    font-size: 1.08em;
    font-weight: bold;
    color: #333;
    line-height: 1.45;
    display: block;
    text-align: left;
}

.index-social {
    display: flex;
    padding: 75px 0 25px 0;
    justify-content: center;
}

.index-social .flex {
    margin: 0 -20px;
}

.index-social a {
    display: flex;
    align-items: center;
    margin: 0 25px;
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    width: calc(100% / 3 - 50px);
}

.index-social .icon {
    background: #e2e2e2;
    flex: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.index-social .icon img {
    width: 50px;
}

.index-social p {
    padding: 10px 20px;
    text-align: center;
    font-size: 1.25em;
    flex: 3;
}

.index-video-wrap {
    margin-bottom: 20px;
}

.index-video-wrap .index-video-box {
    display: block;
    width: 50%;
    margin: 20px 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
}

.index-video-wrap .index-video-box .img,
.index-video-wrap .index-video-box .img img {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
}

.index-video-wrap .index-video-box .img {
    height: 200px;
    overflow: hidden;
}

.video-tag-box {
    width: 100%;
    font-weight: bold;
    padding: 10px;
}

.index-video-box .info {
    padding: 10px 15px;
}


.video-tag,
.video-name {
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
}

.video-name {
    display: inline-block;
    padding: 15px 0px;
}

.video-tag {
    color: #fff;
}

.video-name {
    width: 100%;
    background: #fff;
    color: #333;
    line-height: 1.4;
    font-size: 1.25rem;
}

.video-tag.color1 {
    background: #24b4d3;
}

.video-tag.color2 {
    background: #16be93;
}

.index-video-wrap .slick-prev,
.index-video-wrap .slick-next {
    width: 18px;
    height: 30px;
}

.index-video-wrap .slick-prev {
    left: -20px;
    background: url(../images/arr-left.svg) center no-repeat;
    background-size: 36px;
}

.index-video-wrap .slick-next {
    right: -20px;
    background: url(../images/arr-right.svg) center no-repeat;
    background-size: 36px;
}