/* 
    樣式 1
    資料夾名稱:html
*/

img {
    max-width: 100%;
}
.bg-light-blue {
    background-color: #d3e9f6 !important; 
}
.bg-light-pink {
    background-color: #fff1f1 !important;
}
.bg-light-gray {
    background-color: #f6f6f6 !important;
}
.text-light-blue {
    color: #25bbf5;
}
.text-blue {
    color: #005394;
}
.text-dark-pink {
    color: #e4007f;
}
.fs-small {
    font-size: 0.9rem;
}
.font-default {
    font-family: 微軟正黑體,sans-serif;
}
.border-radius-16 {
    border-radius: 16px;
}
.imgbox__inner-6-9 {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    position: relative;
}
.imgbox__inner-16-9 {
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    position: relative;
}
.navbar .nav-item .nav-link {
    padding: 20px 12px;
    font-size: 18px;
    font-weight: 600;
    max-width: 160px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
}
.navbar .nav-item.dropdown:hover .nav-link {
    color: #1bbbec;
}
.navbar .nav-item .nav-link.dropdown-toggle {
    cursor: default;
    position: relative;
}
.navbar .nav-item .nav-link.dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 12%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #00a0e9 transparent;
    display: none;
}
.navbar .nav-item.dropdown:hover .nav-link.dropdown-toggle::before {
    display: block;
}
.mobile-show {
    display: none;
}
.short-page-wrapper {
    min-height: 60vh;
}
.border-left-1 {
    border-left: 1px solid #dbdbdb;
}
.border-right-dashed-1 {
    border-right: 1px dashed #00a0e9;
}
@media (min-width: 1301px) and (max-width: 1500px) {
    .navbar .nav-item .nav-link {
        padding: 20px 12px;
        font-size: 17px;
    }
}
@media (max-width: 1441px) {
    .navbar .nav-item .nav-link {
        padding: 20px 8px;
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .mobile-show {
        display: block;
    }
    .nav-lang {
        display: none;
    }
}
@media (max-width: 1025px) {
    .navbar .nav-item .nav-link {
        padding: 20px 6px;
        font-size: 17px;
    }
    
}

.page-header {
    margin-top: 70px;
    position: relative;
}
.cloud-section {
    position: relative;
    z-index: 1;
}
/* .page-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background-image: url(../img/deco/cloud_up.png);
    background-position: top;
    background-size: cover;
} */
.cloud-section::after {
    content: "";
    position: absolute;
    bottom: -370px;
    left: 0;
    width: 100%;
    height: 550px;
    background-image: url(../img/deco/cloud.png);
    background-position: bottom;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    
}
.page-header .imgbox__inner {
    width: 100%;
    /* height: 300px; */
    position: relative;
}
.page-header .imgbox__inner .image {
    z-index: -1;
}
.bg-1 {
    background-image: url('../img/page/bg1.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
    /* background: rgb(0 160 233 / 55%); */
    background: rgb(245 183 210);
    transition: all 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /* background: #0098e7; */
    background: #e4007f;
    width: 24px;
}
.section-title {
    margin-bottom: 48px;
    color: #00a0e9;
    font-size: 2.4rem;
}
.section-title .inner {
    display: inline-block;
    vertical-align: middle;
}
.section-title.chacter1::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    background-image: url('../img/character/ch1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-title.chacter2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 160px;
    background-image: url('../img/character/ch2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-title.chacter3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 150px;
    background-image: url('../img/character/ch3_single.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-title.chacter4::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 160px;
    background-image: url('../img/character/ch4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-title.chacter5::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 160px;
    background-image: url('../img/character/ch5.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-title.chacter6::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 135px;
    background-image: url('../img/character/ch6_rotate.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-title  .smtitle {
    font-size: 14px;
    font-weight: 500;
    color: #adc3d0;
    display: block;
    letter-spacing: 0.2px;
}

.section-title.section-title--left::before {
    content: none;
}
/* deco */
.deco {
    position: absolute;
}
.deco.deco-ch3 {
    width: 330px;
    top: 40%;
    right: 32px;
}
.deco.d4 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/texture1.svg);
    background-size: contain;
    background-size: 440px;
    background-position: top right;
    opacity: 0.2;
}
.deco-cloud {
    z-index: 1;
    position: absolute;
    bottom: -370px;
    left: 0;
    width: 100%;
    height: 550px;
    background-image: url(../img/deco/cloud_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    pointer-events: none
}
.outter-wrapper {
    position: relative;
}
.de-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1820px;
    height: 50%;
    border-left: 1px solid #d6d6d6;
}
.mask-item {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/tile.svg);
    background-size: contain;
    background-size: 440px;
    background-position: top right;
    opacity: 0.1;
    pointer-events: none;
}
@media (max-width: 1441px) {
    .deco.deco-ch3 {
        top: 48%;
    }
    .section-title.chacter1::before {
        width: 150px;
        height: 150px;
    }
    .section-title.chacter2::before {
        width: 130px;
        height: 140px;
    }
    .section-title.chacter4::before {
        width: 130px;
        height: 150px;
    }
    .section-title.chacter3::after {
        width: 140px;
        height: 140px;
    }
}
@media (max-width: 1281px) {
    .section-title.chacter1::before {
        width: 130px;
        height: 130px;
    }
    .section-title.chacter4::before {
        width: 120px;
        height: 130px;
    }
    .section-title.chacter5::after {
        width: 120px;
        height: 140px;
    }
    
}
@media (max-width: 1025px) {
    .deco.deco-ch3 {
        width: 290px;
        top: 46%;
        right: 4px;
    }
    .page-header::before {
        bottom: -2px;
        height: 270px;
    }
    .page-header {
        margin-top: 60px;
    }
}
@media (max-width: 769px) {
    .deco.deco-ch3 {
        display: none;
    }
}
@media (max-width: 720px) {
    .deco-cloud {
        z-index: 1;
        position: absolute;
        bottom: -170px;
        left: 0;
        width: 100%;
        height: 240px;
        background-image: url(../img/deco/cloud_white.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        pointer-events: none;
    }
    .logo-box.border-right-dashed-1 {
        border-right: 0;
    }
}
@media (max-width: 430px) {
    .section-title::before,
    .section-title::after {
        width: 50px;
    }
    .section-title {
        margin-bottom: 32px;
        font-size: 1.8rem;
    }
    .deco-cloud,
    .cloud-section::after {
        bottom: -170px;
        height: 250px;
        background-position: top center;
    }
    .page-header::before {
        height: 160px;
    }
    .section-title.chacter4::before {
        width: 100px;
        height: 120px;
    }
    .section-title.chacter2::before {
        width: 100px;
        height: 120px;
    }
    
}
/* form */
.req-star {
    color: red;
}
.form-item {
    padding-bottom: 16px;
}
.form-item label {
    display: block;
    margin-bottom: 4px;
}
.form-item input,
.form-item textarea {
    display: block;
    width: 100%;
    border: 1px solid #bdbdbd;
}
.form-control:focus {
    border-color: #0cbae1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(18 164 179 / 24%);
}
.captcha-box {
    display: flex;
}
.captcha-box .left-box {
    width: 160px;
    flex-shrink: 0;
}
.captcha-box .sm-text {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
}
.captcha-box .right-box {
    margin-left: 16px;
}
.hint {
    font-size: 15px;
    color: #2aa7ad;
}
.hint i {
    margin-right: 4px;
}
@media (max-width: 430px) {
    .hint {
        display: flex;
        line-height: 18px;
    }
    .hint i {
        flex-shrink: 0;
    }
}
@media (max-width: 361px) {
    .captcha-box {
        flex-direction: column;
    }
    .captcha-box .right-box {
        margin-left: 0;
        margin-top: 8px;
    }
}
/* banner */
.banner-section {
    padding-top: 70px;
    padding-bottom: 0;
}
.banner-section .banner-imgbox {
    width: 100%;
    /* padding-top: 38%; */
    padding-top: calc(100% * 3 / 8);
    /* opacity: 0; */
    background-position: center;
    background-size: cover;
}
.banner-carousel .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner-carousel .item:hover .image::after {
    opacity: 0.6;
}
.banner-carousel .imgbox__inner {
    width: 100%;
    padding-top: 80%;
    position: relative;
}
.banner-carousel .item .image {
    transition: all 0.8s ease;
}

.banner-carousel .text-box {
    position: absolute;
    bottom: 24px;
    padding: 4px 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #fff;
    transition: all 0.3s;
}
.banner-carousel .text-box h4 {
    font-weight: 600;
    color: #484848;
    font-family: 微軟正黑體;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.banner-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #484848;
    margin: 0;
}
.banner-carousel.owl-carousel .owl-nav button.owl-prev,
.banner-carousel.owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    width: 45px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    box-sizing: border-box;
    font-family: 微軟正黑體;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 0;
}
.banner-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 16px;
}
.banner-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 16px;
}
.banner-carousel.owl-carousel .owl-nav button span {
    line-height: inherit;
}
.banner-carousel.owl-carousel:hover button.owl-prev,
.banner-carousel.owl-carousel:hover button.owl-next {
    color: #979797;
    opacity: 1;
}
@media (max-width: 1025px) {
    .banner-carousel.owl-carousel .owl-nav button.owl-prev,
    .banner-carousel.owl-carousel .owl-nav button.owl-next {
        width: 32px;
        border-radius: 50%;
        font-size: 13px;
        line-height: 32px;
        height: 32px;
        opacity: 1;
    }
    .banner-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 6px;
    }
    .banner-carousel.owl-carousel .owl-nav button.owl-next {
        right: 6px;
    }
    .banner-section {
        padding-top: 70px;
    }
}
@media (max-width: 1201px) {
    .banner-section {
        padding-top: 60px;
    }
    .page-header {
        margin-top: 60px;
    }
}
@media (max-width: 430px) {
    .banner-section {
        padding-top: 60px;
    }
    .page-header {
        margin-top: 60px;
    }
}
/* weather */
.weather-section {
    background-color: #fff;
}
.weather-section .icon-box {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding-right: 12px;
    vertical-align: middle;
}
.weather-section .icon {
    width: 78px;
    height: 78px;
    background-image: url('../img/icon/weather.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.weather-section .icon.covid-icon {
    background-image: url('../img/icon/mask.svg');
}
.weather-section .icon-box .more {
    font-weight: 500;
    color: #858585;
}
.weather-section .weather-box {
    display: flex;
    background-color: #fff;
    padding: 0 12px;
    
    height: 100%;
}
.weather-section .weather-box.border-dotted-right {
    border-right: 2px dotted #7bbfea;

}
.weather-section .weather-box .content {
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
    min-height: 96px;
}
.weather-section .weather-box .content h3 {
    color: #00a0e9;
}
.weather-section .weather-box .date {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 4px;
}
.weather-section .weather-box .time {
    opacity: 0.6;
}
.weather-section .weather-box .weather-detail {
    background-color: #d3e9f6;
    padding: 14px 6px;
    border-radius: 8px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.weather-section .weather-box .weather-detail .tempture {
    font-size: 30px;
    margin-bottom: 0;
}
.weather-section .weather-box .weather-detail .rain {
    color: #536d7e;
    margin-left: 4px;
}
.weather-section .weather-box .content .d-flex .left-box{
    padding-right: 12px;
}
.weather-box .covid-item {
    display: block;
    margin-bottom: 4px;
}
.weather-box .covid-item .tag {
    background-color: rgb(255, 178, 91);
    color: #484848;
    padding: 0 6px;
    border-radius: 20px;
    font-size: 90%;
    margin-right: 4px;
}
/* news */
.news-section .inner-wrapper {
    /* background-color: #fff; */
    position: relative;
}
.news-section{
    /* background-image: url(../img/deco/pattern2.png); */
    background-size: 160px;
    background-position: center;
    position: relative;
    background-color: #fafafa;
}
.news-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/tile.svg);
    background-size: 440px;
    background-position: top right;
    opacity: 0.2;
}
.news-item {
    margin-bottom: 24px;
    text-decoration: none;
    position: relative;
    display: block;
    transition: all 0.3s;
    border-radius: 16px;
}
.no-gutters .news-item {
    margin: 0 12px;
    margin-bottom: 24px;
}
.news-item.special-item {
    margin-bottom: 32px;
}
.news-item.special-item  .news-text-box,
.news-item.commu-item  .news-text-box {
    padding: 32px 16px;
    background-color: #fff;
}
.news-item.special-item .news-item-inner,
.news-item.commu-item .news-item-inner {
    display: flex;
    background-color: #fff;
}
.special-item .image {
    background-size: contain;
}
.news-item.special-item .news-text-box .para,
.news-item.commu-item .news-text-box .para {
    font-size: 16px;
    line-height: 26px;
    color: #00a0e9;
    height: auto;
    overflow: visible;
    -webkit-line-clamp: unset;
}
.news-item.special-item .left-box,
.news-item.commu-item .left-box {
    width: 30%;
}
.news-item.special-item .imgbox,
.news-item.commu-item .imgbox {
    padding: 16px;
}
.bg-tile .news-item {
    box-shadow: 0 1px 16px -1px rgb(0 0 0 / 15%);
}
.news-item.achieve-item {
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 10%);
}
.news-item:hover::before {
    width: 100%;
}
.news-item:hover::after {
    height: 100%;
}
.news-item:hover {
    text-decoration: none;
    box-shadow: 0 0 58px -10px rgb(0 0 0 / 20%);
}
.tab-pane .news-item {
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 40%);

}
.news-item:hover .image {
    transform: scale(1.05);
}
.news-item .news-item-inner {
    display: block;
    transition: all 0.5s;
}
.news-item:hover .news-item-inner {
    box-shadow: none;
}
.news-item.collab-item .news-item-inner {
    flex-direction: column;
    background-color: #fff;
}

.news-item.achieve-item .news-item-inner::before,
.news-item.achieve-item .news-item-inner::after,
.news-item.achieve-item::after,
.news-item.achieve-item::before {
    content: none;
}
.news-item:hover .news-item-inner::before {
    width: 100%;
}
.news-item:hover .news-item-inner::after {
    height: 100%;
}
.news-item .left-box{
    flex-shrink: 0;
    overflow: hidden;
}
.news-item.collab-item .left-box {
    width: 100%;
    margin-right: 0;
}
.news-item.achieve-item .left-box {
    width: 15%;
    margin-right: 0;
    z-index: 1;
}
.news-item .imgbox {
    width: 100%;
    overflow: hidden;
}
.news-item .imgbox .image {
    transition: all 1s;
}
.news-item .imgbox__inner,
.news-item.achieve-item .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}
.news-item.special-item .imgbox__inner {
    width: 100%;
    padding-top: calc(100% * 1 / 3);
}
.news-item.modal-item .imgbox__inner {
    padding-top: calc(100% * 6 / 9);
}
.news-item.gallery-item .imgbox__inner {
    padding-top: calc(100% * 9 / 16);
}
.news-item.gallery-item .imgbox .hover-show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,150%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    color: #fff;
    max-width: 80%;
    word-break: keep-all;
    text-align: center;
}
.news-item.gallery-item .imgbox .title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item.gallery-item .imgbox i {
    opacity: 0.6;
}
.news-item.gallery-item:hover .hover-show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
}
.news-item.gallery-item .imgbox .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.news-item.gallery-item:hover .imgbox .image::before {
    opacity: 0.6;
    visibility: visible;
}
.news-item.collab-item .imgbox__inner {
    padding-top: 40%;
}
.news-item .news-text-box {
    /* width: 80%; */
    flex-grow: 1;
    position: relative;
}
.news-text-box .tagbox {
    line-height: 1.2;
    margin-bottom: 6px;
}
.news-text-box .tagbox .item {
    font-size: 0.9em;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #f68b27;
    color: #fff;
}
.news-item .news-text-box .en-title {
    color: #e4007f;
    font-size: 16px;
}
.news-item .news-text-box .more,
.sidebox .item .more {
    font-size: 14px;
    text-align: right;
    line-height: 14px;
    padding: 0 10px;
    padding-top: 16px;
    padding-bottom: 0;
    color: #1bbbeb;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.news-item.collab-item .news-text-box .more {
    position: relative;
}
.news-item .news-text-box .more i {
    font-size: inherit;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-left: 8px;
}
.news-item .bottom-box .date-box{
    margin: 0;
}
.news-item .bottom-box .date-box .inner {
    margin-top: 0;
}
.news-item .date-box {
    margin-top: 6px;
    line-height: 20px;
    font-size: 18px;
    /* font-weight: 900; */
    font-family: 'Montserrat', Helvetica, sans-serif;
    position: relative;
}
.news-item.collab-item .date-box {
    padding: 0 8px;
}
.news-item .date-box .inner {
    margin: 6px 0;
    position: relative;
}
.news-item .date-box .year {
    font-size: 15px;
    font-weight: 400;
    color: #19b2ed;
}
.news-item .date-box .place {
    font-size: 16px;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 10px;
    color: #19b2ed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item.market-item .bottom-box {
    margin-top: 6px;
}
.news-item.market-item .date-box .year {
    font-weight: 600;
}
.news-item.market-item .date-box .year .tag {
    color: #fff;
    background-color: #19b2ed;
    margin-right: 4px;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 14px;
}
.news-item.achieve-item .btn-box {
    width: 10%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #11b3d5;
    
    justify-content: center;
    transition: all 0.3s;
}
.news-item.achieve-item:hover .btn-box {
    opacity: 0.6;
}
.news-item.trip-item {
    background-color: #fff;
}
.news-item.trip-item .imgbox {
    padding: 12px;
    padding-bottom: 0;
}
.news-item.trip-item .imgbox__inner {
    overflow: hidden;
}
.news-item.trip-item .para {
    /* height: auto; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4d7488;

}
.news-item .news-text-box .name,
.daily-detail-name .name {
    background-color: #ceecfa;
    display: flex;
    font-size: 15px;
    margin-bottom: 8px;
    padding: 8px 8px;
    border-radius: 6px;
}
.daily-detail-name .name{
    justify-content: center;
    font-size: 18px;
    margin-bottom: 24px;
    padding: 15px 0;
}
.news-item .news-text-box .name .label,
.daily-detail-name .name .label {
    display: inline-block;
    font-weight: 600;
    color: #012a86;
}
.news-item .news-text-box .name .label::after,
.daily-detail-name .name .label::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 2px;
}
.news-item .news-text-box .name .content,
.daily-detail-name .name .content  {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #828282;
    line-height: 18px;
}
.news-item .news-text-box .name .item:last-child .content,
.daily-detail-name .name .item:last-child .content {
    border-right: 0;
}
.news-item.covid-item {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
}
.news-item.covid-item::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #00a0e9;
}
.covid-wrapper > div:last-child .news-item.covid-item::after {
    display: none;
}
.news-item.covid-item .news-text-box{
    display: flex;
    padding: 20px 16px;
}
.news-item.covid-item .news-text-box .bottom-box {
    width: 12%;
    flex-shrink: 0;
}
.news-item.covid-item .date-box .year {
    font-size: 17px;
}
.news-item.covid-item .bottom-box .date-box .inner {
    margin-bottom: 0;
}
.news-item.commu-item {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 3px dotted #fac5e4;
    margin-bottom: 0;
    padding: 12px 0;
}
/* 20220602 */
.open-time,
.content-tag-ex {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #19b2ed;
    line-height: 22px;
}
/* 20220602 */
.open-time .tag,
.content-tag-ex {
    color: #fff;
    background-color: #19b2ed;
    margin-right: 4px;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}
/* 20220602 */
.content-tag-ex {
    background-color: rgb(238, 84, 84);
}
.open-time .content {
    display: inline;
}
.news-text-box .open-time {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-text-box .open-time .tag,
.news-text-box .open-time .content {
    display: inline;
}
/* map */
.bg-space {
    /* background-image: url('../img/banner/bg_cut.jpg'); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile-bg-space{
    display: none;
}
@media (max-width: 1025px) {
    .mobile-bg-space{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top;
        z-index: -1;
    }
    .bg-space {
        background-attachment: initial;
        background-image: none !important;
    }
}
@media (max-width: 769px) {
    .news-item.special-item .news-item-inner {
        flex-direction: column;
    }
    .news-item.special-item .left-box {
        width: 100%;
    }
    .news-item.special-item .news-text-box {
        padding-top: 0;
        padding-bottom: 16px;
    }
    .news-item .date-box .place {
        padding-bottom: 0;
    }
    
}
/* programs */
.program-name-list {
    margin-bottom: 16px;
    background-color: #ddecf8;
    padding: 20px 24px;
    border-radius: 10px;
}
.program-name-list .item {
    display: flex;
    font-size: 1.2em;
    margin-bottom: 12px;
    font-weight: 600;
    color: #0f3396;
} 
.program-name-list .item:last-child {
    margin-bottom: 0;
}
.program-name-list .item .date,
.program-name-list .list-header .date {
    width: 25%;
}
.program-name-list .item .place,
.program-name-list .list-header .place {
    width: 25%;
    padding-right: 6px;
}
.program-name-list .item .title,
.program-name-list .list-header .title {
    width: 50%;
}
.program-imgbox .imgbox__inner{
    width: 100%;
    padding-top: calc(100% * 1 / 2);
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.program-name-list .list-header {
    display: flex;
    margin-bottom: 10px;
}
.program-name-list .list-body {
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.6);
}

.intro-section {
    background-color: #fff;
}

.plan-section .transport-wrapper {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    position: relative;
    box-shadow: 0 0 26px -2px rgba(0,0,0,0.2);
}
.plan-section .transport-wrapper::after {
    content: "";
    position: absolute;
    top: -60px;
    right: 14%;
    width: 60px;
    height: 60px;
    background-image: url(../img/deco/bubble_tail.svg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.plan-section .plan-outter {
    text-align: center;
    display: flex;
    justify-content: center;

}
.plan-section .plan-box {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    border-radius: 16px;
    width: 30%;
}

.plan-section .plan-box .imgbox__inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.plan-section .plan-box .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(86 133 123 / 70%);
    transition: all 0.5s;
}
.plan-section .plan-box:hover .image::after {
    opacity: 0.6;
}
.plan-box .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.3s;
}
.plan-section .plan-box .hidden-box {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.plan-section .plan-box:hover .hidden-box {
    opacity: 1;
    visibility: visible;
}

.plan-section .plan-box .box {
    transition: all 0.3s;
}
.plan-section .plan-box:hover .box {
    transform: translateY(-16px);
}
.plan-box .text-box h4 {
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.plan-box:hover .text-box h4 {
    margin-bottom: 24px;
}
.plan-box .text-box p {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 16px;
    font-family: 'Montserrat';
    letter-spacing: 0.6px;
    text-shadow: 0 0 8px rgb(0 0 0 / 80%);
    transition: all 0.3s;
}
.plan-box:hover .text-box p {
    margin-bottom: 4px;
}
.plan-box .text-box .icon,
.project-box .imgbox .icon {
    display: inline-block;
    margin-bottom: 22px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #f399c3;
    padding: 22px;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.2);
    transition: all 0.5s;
}
.plan-box:hover .text-box .icon {
    margin-bottom: 10px;
}
.plan-box .text-box .icon img,
.project-box .imgbox .icon img {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s;
}
.plan-box:hover .text-box .icon {
    background-color: #e4007f;
}
.index-highlight-carousel {
    min-height: 200px;
}
.index-highlight-carousel .imgbox {
    overflow: hidden;
    border-radius: 16px;
}
@media (max-width: 1550px) {
    .program-name-list .item .date,
    .program-name-list .list-header .date {
        width: 33.33333333%;
        padding: 0 2px;
    }
    .program-name-list .item .place,
    .program-name-list .list-header .place {
        width: 33.33333333%;
        padding: 0 2px;
    }
    .program-name-list .item .title,
    .program-name-list .list-header .title {
        width: 33.33333333%;
        padding: 0 2px;
    }
}
@media (max-width: 1441px) {
    .news-item .date-box .inner::after {
        width: 24px;
    }
    .plan-box .text-box .icon, .project-box .imgbox .icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1281px) {
    .plan-box .text-box .icon, .project-box .imgbox .icon {
        width: 100px;
        height: 100px;
        padding: 16px;
        margin-bottom: 14px;
    }
    .plan-section .plan-box:hover .box {
        transform: translateY(-4px);
    }
  
}
@media (max-width: 1025px) {
    .plan-section .plan-box:hover {
        width: 25%;
    }
    .plan-section .plan-box:hover .box {
        transform: translateY(0);
    }
    .plan-section .plan-box .imgbox__inner {
        height: auto;
        padding-top: 100%;
    }
    .plan-box .text-box .icon,
    .project-box .imgbox .icon {
        margin-bottom: 10px;
        width: 80px;
        height: 80px;
    }
    .plan-box:hover .text-box .icon {
        margin-bottom: 10px;
    }
    .plan-box .text-box p {
        margin-bottom: 0;
    }
    .plan-section .plan-box .hidden-box {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    .intro-section .intro-text {
        max-width: 90%;
    }
    .news-item .date-box .inner::after {
        width: 22px;
    }
    .program-name-list .list-header {
        display: none;
    }
    .program-name-list .item {
        flex-wrap: wrap;
        padding-bottom: 12px;
        font-size: 1.1em;
        border-bottom: 2px dashed rgb(70 130 136 / 30%);
    }
    .program-name-list .item:last-child {
        border-bottom: 0;
    }
    .program-name-list .item .title {
        width: 100%;
    }
    .program-name-list .item .title::before {
        content: "演出：";
        color: rgba(68, 53, 64, 0.6);
    }
    .program-name-list .item .place {
        width: 100%;
    }
    .program-name-list .item .place::before {
        content: "地點：";
        color: rgba(68, 53, 64, 0.6);
    }
    .program-name-list .item .date {
        width: 100%;
    }
    .program-name-list .item .date::before {
        content: "時間：";
        color: rgba(68, 53, 64, 0.6);
    }
}
@media (max-width: 992px) {
    .news-item {
        width: 80%;
    }
    .news-item.gallery-item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .intro-section::before {
        width: 100%;
        opacity: 0.3;
    }
    .intro-section .intro-text {
        max-width: 100%;
        padding: 0 24px;
    }
    .no-gutters .news-item {
        margin-left: auto;
        margin-right: auto;
    }
    .news-item.lostitem-item {
        width: 94%;
        background-color: #fff;
    }
}
@media (max-width: 769px) {
    .weather-section .weather-box.border-dotted-right {
        border: 0;
        border-bottom: 2px dotted #7bbfea;
        padding-bottom: 16px;
    }
}
@media (max-width: 430px) {
    .news-item {
        width: 100%;
        background-color: #fff;
    }
    .news-item .date-box .inner::after {
        width: 100%;
        height: 16px;
        top: 100%;
    }
    .news-item.collab-item .date-box .inner::after {
        width: 24px;
        height: 100%;
        top: 0;
    }
    .news-item.collab-item .date-box {
        padding: 0;
    }
    .news-item.collab-item .news-text-box {
        padding-left: 0;
        padding-right: 0;
    }
    .plan-section .plan-outter {
        flex-wrap: wrap;
    }
    .plan-section .plan-box {
        width: 50%;
        margin-bottom: 6px;
    }
    .news-item .news-text-box .more,
    .sidebox .item .more {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .weather-section .icon {
        width: 65px;
        height: 65px;
    }
    .weather-section .weather-box {
        flex-wrap: wrap;
    }
    .weather-section .icon-box {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-right: 0;
        width: 100%;
    }
    .weather-section .weather-box.border-dotted-right .content {
        flex: none;
        min-width: 0;
        flex-shrink: initial;
    }
    .weather-box .covid-item {
        white-space: nowrap;
    }
    .plan-section .transport-wrapper::after {
        right: 10%;
        height: 60px;
    }
    
}
@media (max-width: 361px) {
    .intro-section .intro-text {
        padding: 0px;
    }
}
@media (max-width: 321px) {
    .plan-box .text-box .icon, .project-box .imgbox .icon {
        width: 60px;
        height: 60px;
        padding: 8px;
    }
}
@keyframes iconscale {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.8);
    }
    70% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
/* footer */
footer .left-box::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
footer .left-box {
}
footer .left-box li {
    float: left;
}
footer .left-box li a {
    font-size: 17px;
    color: #005394;
    font-weight: 600;
    padding: 4px 2px;
    margin-right: 12px;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
}
footer .left-box li a::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #005394;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
footer .left-box li a:hover {
    opacity: 1;
    text-decoration: none;
}
footer .left-box li a:hover::before {
    width: 100%;
}
footer .logo-box img {
    max-width: 260px !important;
    display: inline-block;
}
footer .logo-box p {
    color: #005394;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    font-family: 微軟正黑體,sans-serif;
}
.footer a.pinfooter {
    font-size: 0.8em;
    letter-spacing: 0;
    opacity: .6;
}
.footer a.pinfooter:hover {
    opacity: 1;
}
@media (max-width: 430px) {
    footer .left-box li a {
        padding-left: 0;
        font-size: 16px;
        margin-right: 4px;
    }
    footer .left-box {
        margin-top: 16px;
    }
    footer .logo-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .logo-box.border-right-dashed-1 {
        border: 0;
    }
}
/* center */
.wrapper-y {
    padding: 24px 0;
}
@media (max-width: 430px) {
    .wrapper-y {
        padding: 16px 0;
    }
}
.member-item {
    display: flex;
    margin-bottom: 48px;
    box-shadow: 0 0 32px -13px rgb(0 0 0 / 30%);
    position: relative;
    background-color: rgba(255,255,255,0.5);
    margin-left: 16px;
    margin-right: 16px;
}
.member-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 16px;
    height: 50%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgba(90,211,176,1) 0%, rgba(17,179,213,1) 100%);
}
.member-item .imgbox {
    width: 150px;
    padding: 16px;
    flex-shrink: 0;
}
.member-item h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 16px;
}
.member-item h5 {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 4px;
}
.member-item h5::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 1px;
    margin-top: -1px;
    background-color: #000;
    line-height: 22px;
    margin-left: 8px;
}
.member-item .textbox {
    flex-grow: 1;
    padding: 20px 0;
    padding-left: 32px;
    position: relative;
}
.member-item .textbox::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 60%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgba(90,211,176,1) 0%, rgba(17,179,213,1) 100%);
}
.member-item .textbox::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 60%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgba(90,211,176,1) 0%, rgba(17,179,213,1) 100%);
}
.member-item .textbox p {
    margin-bottom: 0;
}
.member-item .item {
    font-size: 15px;
    display: flex;
}
.member-item .item i {
    color: #2cace7;
    margin-right: 6px;
    font-size: 14px;
}
.member-item .item a {
    display: inline-block;
    padding-left: 10px;
    color: #2cace7;
}
.member-item .item .label {
    width: 22%;
}
.member-item .textbox .contact .title {
    color: #979797;
    font-size: 15px;
    margin-bottom: 8px;
}
.single-img {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
}
@media (max-width: 1441px) {
    .member-item {
        margin-right: 0;
        margin-left: 0;
    }
    .member-item .imgbox {
        width: 130px;
        padding: 14px;
    }
    .member-item .textbox {
        padding: 14px 0;
        padding-left: 0px;
        padding-right: 10px;
    }
    
}
@media (max-width: 1281px) {
    .member-item h5 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .member-item h4 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .member-item .textbox .contact .title {
        margin-bottom: 4px;
    }
    .member-item .item .label {
        width: 29%;
    }
    .member-item .item {
        font-size: 14px;
        display: flex;
    }
    .member-item .imgbox {
        width: 120px;
    }
}
@media (max-width: 992px) {
    .member-item {
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }
    .member-item .item .label {
        width: 24%;
    }
}
@media (max-width: 430px) {
    .member-item .item {
        flex-direction: column;
    }
    .member-item .item .label {
        width: 100%;
    }
    .member-item .item a {
        padding-left: 20px;
    }
    .member-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }
    .member-item .textbox {
        padding: 14px;
        padding-top: 0;
       
    }
    .member-item::before {
        top: -16px;
        left: 0;
        height: 16px;
        width: 42%;
    }
}
.project-nav-section {
    padding: 0;
}
.project-nav {
    display: flex;
    justify-content: center;
}
.project-nav .nav-item,
.nav-link-wrap .nav-link {
    margin-right: 10px;
    text-align: center;
}
.project-nav .nav-item a,
.nav-link-wrap .nav-link,
.project-nav .nav-item a:active,
.nav-link-wrap .nav-link:active,
.project-nav .nav-item a:focus,
.nav-link-wrap .nav-link:focus {
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    color: #25bbf5;
    font-weight: 600;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 8px;
    position: relative;
    border: 1px solid #25bbf5;
    position: relative;
}
.nav-link-wrap .tab-nav-square .nav-link,
.nav-link-wrap .tab-nav-square .nav-link:active,
.nav-link-wrap .tab-nav-square .nav-link:focus{
    border-radius: 0;
    margin-right: 0;
    padding: 16px 20px;
    border: 0;
    background-color: rgb(255 255 255 / 65%);
    color: rgb(239 66 147 / 73%);
    flex: 1;
    box-shadow: inset 2px -5px 8px -2px rgba(0,0,0,0.1);
}
.nav-link-wrap .tab-nav-square .nav-link.active,
.nav-link-wrap .tab-nav-square .nav-link:hover,
.nav-link-wrap .tab-nav-square .nav-link.active:hover {
    background-color: #fff;
    color: #25bbf5;
    border: 0;
    box-shadow: none;
}
.tab-radius {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.project-nav .nav-item:last-child ,
.nav-link-wrap .nav-link:last-child {
    margin-right: 0;
}
.project-nav .nav-item a i {
    padding-right: 4px;
}
.project-nav .nav-item a:hover {
    background-color: #25bbf5;
    border: 1px solid #25bbf5;
    color: #fff;
}
.project-nav .nav-item.active a,
.nav-link-wrap .nav-link.active,
.project-nav .nav-item.active a:hover,
.nav-link-wrap .nav-link.active:hover  {
    background-color: #25bbf5;
    color: #fff;
    border: 1px solid #25bbf5;
}
.project-nav .nav-item.active a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #25bbf5 transparent transparent transparent;
}
.project-box {
    display: flex;
    margin-bottom: 20px;
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 16%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}
.project-box:hover {
    box-shadow: 0 0 50px -15px rgb(0 0 0 / 40%);
}
.project-box:hover,
.project-box:hover * {
    text-decoration: none;
    color: inherit;
}
.project-box .imgbox {
    width: 18%;
    flex-shrink: 0;
}
.project-box .textbox {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.project-box .textbox .box-item {
    background-color: #fff;
    padding: 24px 30px;
    transition: all 0.3s;
    position: relative;
}
.project-box .textbox .box-item .box-header {
    position: relative;
}
.project-box .textbox .link-item {
    transition: all 0.3s;
    background-color: #2ac1c9;
    color: #fff;
    text-decoration: none;
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
}
.project-box .textbox .link-item:hover {
    background-color: #14a5df;
}
.project-box .textbox .box-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/puzz.svg);
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: 180% 50%;
    opacity: 0.3;
}
.project-box .textbox .box-item:nth-child(1)::before {
    background-image: url('../img/deco/bulb.svg');

}
.project-box .textbox .link-item span {
    padding-left: 32px;
    transition: all 0.5s;
}
.project-box .textbox .link-item span::after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: auto;
    top: 50%;
    margin-left: 16px;
    transition: all 0.5s;
}
.project-box .textbox .link-item:hover span::after {
    width: calc(100% - 200px);
}
.project-box .cell {
    margin-bottom: 16px;
}
.project-box .title {
    font-size: 24px;
    margin-bottom: 6px;
}
.project-box:hover .title, .project-box:hover .intro {
    color: #484848;
}
.project-box .box-label {
    line-height: 16px;
    margin-bottom: 4px;
    color: #00a0e9;
}
.project-box .box-label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-image: url('../img/character/int-icon6.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.project-box .box-item .intro {
    font-size: 15px;
    opacity: 0.8;
    line-height: 24px;
}
.project-box .cell .title.text-sm {
    font-size: 17px;
}
.project-detail-wrapper .detail-item .label {
    font-size: 15px;
    display: inline-block;
    line-height: 18px;
    padding: 2px 6px;
    margin-bottom: 4px;
    background-color: #4ac4a7;
    color: #fff;
}
.project-detail-wrapper .title {
    font-size: 22px;
}
.project-detail-wrapper .article-box .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}
.project-detail-wrapper .detail-item .item.item--sm {
    margin-top: 24px;
}
.project-detail-wrapper .detail-item .item.item--sm .title {
    font-size: 17px;
    line-height: 24px;
}
.project-detail-wrapper .detail-item .item p {
    font-size: 15px;
    line-height: 30px;
}
.project-detail-wrapper .detail-item .item img {
    max-width: 100%;
    margin: 6px 0;
}

@media (max-width: 1025px) {
    .project-box .imgbox {
        width: 18%;
    }
    .project-box .imgbox__inner-5-5 {
        padding-top: calc(100% * 8 / 5);
    }
    .project-nav .nav-item a,
    .nav-link-wrap .nav-link,
    .project-nav .nav-item a:active,
    .nav-link-wrap .nav-link:active,
    .project-nav .nav-item a:focus,
    .nav-link-wrap .nav-link:focus {
        padding: 6px 12px;
    }
    
}
@media (max-width: 992px) {
    .project-box .imgbox {
        width: 0;
    }
    .project-box .imgbox__inner-5-5 {
        width: 0;
        padding: 0;
    }
    .project-box .imgbox .icon {
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: 0 0 30px -8px rgb(40 74 6 / 30%);
    }
    .project-detail-wrapper .desc-box {
        display: flex;
        padding: 24px;
    }
    .project-detail-wrapper .desc-box .pic {
        width: 48%;
        margin-right: 24px;
        flex-shrink: 0;
    }
    .project-box .textbox .link-item {
        height: 24px;
    }
    .project-nav-section {
        padding-top: 8px;
    }
}
@media (max-width: 430px) {
    
    .project-nav {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: unset;
    }
    .project-nav .nav-item a {
        font-size: 14.5px;
        font-weight: 600;
    }
    .project-nav::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .project-nav::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    .project-nav::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border: 2px solid transparent;
    }

    .project-nav::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .project-box {
        flex-direction: column;
        margin-bottom: 72px;
    }
    .project-box .textbox {
        flex-direction: column;
    }
    .project-box .textbox .box-item {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        border-bottom: 1px solid #d9d9d9;
    }
    .project-box .imgbox .icon {
        top: -14px;
        left: 30px;
    }
    .project-nav .nav-item a {
        padding: 4px 16px;
    }
    .project-nav .nav-item {
        margin-right: 6px;
        min-width: 0;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    .project-detail-wrapper .desc-box {
        padding: 0;
    }
    .project-detail-wrapper .desc-box .pic {
        margin-right: 8px;
    }
    .project-detail-wrapper .article-box .title {
        font-size: 24px;
        line-height: 30px;
    }
    .project-box .textbox .link-item {
        bottom: -10px;
        height: 32px;
    }
    .nav-link-wrap .nav-link {
        width: 100%;
        margin-right: 0;
    }
    .nav-link-wrap .tab-nav-square .nav-link,
    .nav-link-wrap .tab-nav-square .nav-link:active,
    .nav-link-wrap .tab-nav-square .nav-link:focus{
        flex: none;
    }
}
@media (max-width: 361px) {
    .project-detail-wrapper .desc-box {
        padding: 10px;
        margin-bottom: 16px;
    }
    .project-detail-wrapper .detail-item .item.item--sm {
        margin-top: 6px;
    }
    .project-detail-wrapper .desc-box .pic {
        width: 50%;
    }
    .project-nav {
        padding-left: 8px;
    }
    .project-nav .nav-item a {
        padding: 2px 8px;
        font-size: 13.5px;
        letter-spacing: 0;
    }
    .project-detail-wrapper .title {
        font-size: 20px;
    }
    .project-detail-wrapper .detail-item .item.item--sm .title {
        font-size: 16px;
    }
    .project-detail-wrapper .article-box .title {
        font-size: 22px;
        line-height: 28px;
    }
}
/* sidebox */
.a-shadow {
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
}
.sidebox {
    margin-left: 16px;
}
.sidebox .item {
    display: flex;
    background-color: #fff;
    margin-bottom: 16px;
    text-decoration: none;
    box-shadow: 0 0 24px -6px rgba(0,0,0,0.1);
}

.sidebox .item .imgbox {
    width: 30%;
    flex-shrink: 0;
    padding: 8px;
    padding-right: 0;
    position: relative;
}
.sidebox .item .textbox {
    padding: 8px 12px;
    flex-grow: 1;
}
.sidebox .item .textbox .date {
    font-size: 13px;
    color: #b2b6bf;
}
.sidebox .item .textbox .date::before {
    content: "";
    display: inline-block;
    /* position: absolute;
    top: 0;
    left: -3px; */
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: rgb(90, 211, 176);
    background: linear-gradient(180deg, rgba(90, 211, 176, 1) 0%, rgba(17, 179, 213, 1) 100%);
}
.sidebox .item .textbox p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    transition: all 0.3s;
}
.sidebox .item:hover .textbox p {
    opacity: 0.6;
}
.sidebox .item .more {
    padding: 0;
    text-align: left;
    padding-top: 4px;
}
.sidebox .item:hover .more {
    color: #2ac1c9;
}
@media (max-width: 992px) {
    .sidebox {
        margin-left: 0;
        padding-top: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .sidebox .item {
        width: 49%;
    }
}
@media (max-width: 430px) {
    .sidebox .item {
        width: 100%;
    }
    .sidebox .back-box {
        width: 100%;
    }
}
.achieve-item {
    display: block;
    margin-bottom: 32px;
}
.achieve-item .imgbox {
    position: relative;
    overflow: hidden;
}
.achieve-item .image {
    transition: all 0.8s;
}
.achieve-item .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c9aad;
    opacity: 0.9;
    transition: all 0.5s ease-in-out;
}
.achieve-item .title {
    font-size:18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom:24px;
    position: relative;
    color: #fff;
}
.achieve-item .textbox {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.achieve-item .textbox-inner {
    padding: 16px;
    border: 1px solid rgb(255 255 255 / 50%);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.achieve-item .btn-box {
    width: 100%;
    padding-top: 32px;
    border-top: 1px dashed rgb(255 255 255 / 50%);
}
.achieve-item .btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 22px;
    letter-spacing: 1px;
    width: 100%;
}
.achieve-item:hover .image {
    transform: scale(1.1);
}
.achieve-item:hover .btn {
    background-color: #fff;
    color: #000;
}
.achieve-item:hover .image::after {
    opacity: 0.7;
}

.link-box {
    display: block;
    margin-bottom: 32px;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
    padding: 8px;
    border: 1px solid #e9e9e9;
}
.link-box-inner {
    width: 100%;
    padding-top: calc(100% * 1 /3);
    position: relative;
}
.link-box .image {
    background-size: contain;
}
.link-box img {
    max-width: 100%;
    height: 100% !important;
    width: auto !important;
    display: inline-block;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.link-box .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    background: rgb(90, 211, 176);
    background: linear-gradient(180deg, rgba(90, 211, 176, 1) 0%, rgba(17, 179, 213, 1) 100%);
    padding: 16px;
    color: #fff;
}
.link-box .link-title {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0;
    color: #424242;
}
.link-box:hover {
    text-decoration: none;
    transform: rotate(-2deg) translateY(-4px);
}
.intro-section .link-box:hover {
    transform: none;
}
@media(max-width: 430px) {
    .link-box .icon {
        font-size: 24px;
        padding: 12px;
    }
    .link-box .link-title {
        font-size: 16px;
        padding: 12px 24px;
    }
}
@media (max-width: 321px) {
    .link-box .icon {
        font-size: 20px;
        padding: 12px;
    }
    .link-box .link-title {
        font-size: 15px;
        padding: 12px 16px;
    }
}
.float-box {
    position: fixed;
    top: 40%;
    right: 6px;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
}
.float-box .icon {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../img/icon/btn.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.float-box .icon img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.float-box .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 430px) {
    .float-box {
        top: 28%;
        right: inherit;
    }
    .float-box .icon {
        width: 80px;
        height: 80px;
        margin-right: 2px;
    }
}
.sitemap-box {
    margin-bottom: 16px;
    border: 1px solid #00a0e9;
    border-radius: 8px;
    overflow: hidden;
}
.sitemap-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    background-color: rgb(0 160 233);
    color: #fff;
    padding: 8px;
}
.sitemap-box a {
    display: block;
    margin-bottom: 10px;
    padding-left: 12px;
}
.sitemap-box .second-layer {
    padding-left: 16px;
    padding-right: 16px;
}
.sitemap-box p {
    font-weight: 600;
    margin-bottom: 8px;
    background-color: #cbe4ef;
    padding: 2px 8px;
}
.font-box {
    padding: 16px 0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 24px;
}
.font-box span {
    font-size: 15px;
    color: #484848;
    margin-right: 8px;
}
.font-box .font-btn {
    cursor: pointer;
    display: inline-block;
    padding: 6px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    width: 40px;
}
.font-box .font-btn:last-child {
    border-right: 1px solid #d5d5d5;
}
.font-box .font-btn.active {
    background-color: #d5d5d5;
}
.font-target {
    font-size: 17px;
    line-height: 32px;
}
.font-target.fs-changed {
    font-size: .9em;
    line-height: 24px;
}
.font-target.fmd-changed {
    /* font-size: 17px; */
    font-size: 1.05em;
    line-height: 32px;
}
.font-target.flg-changed {
    /* font-size: 22px; */
    font-size: 1.4em;
    line-height: 34px;
    letter-spacing: 0.8px;
}
/* character */
.character-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    position: relative;
}
.character-item::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    border-bottom: 3px dotted #fac5e4;
}
.character-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.character-item:last-child:before {
    display: none;
}
.character-item .imgbox {
    width: 24%;
}
.character-item .imgbox .image {
    background-size: contain;
}
.character-item.booth-item .imgbox .image,
.character-item.commu-item .imgbox .image {
    background-size: contain;
}
.character-item.booth-item .imgbox {
    border-radius: 10px;
    overflow: hidden;
}
.character-item .textbox {
    width: 76%;
    padding-left: 24px;
    margin-top: 8px;
}
.character-item.trip-item .textbox {
    width: 100%;
    padding-right: 24px;
    padding-bottom: 16px;
    color: #414141;
}
.character-item.facility-item {
    align-items: flex-start;
}
.character-item.facility-item .image {
    background-size: cover;
}
.character-item.facility-item .imgbox {
    border-radius: 50%;
    overflow: hidden;
}
.character-item.booth-item,
.character-item.commu-item {
    align-items: flex-start;
}
.character-item.trip-item {
    border: 1px solid #f197c5;
    border-radius: 16px;
    margin-bottom: 0;
}
.character-item.trip-item::before {
    opacity: 0;
}
.trip-box {
    padding: 16px;
    margin-bottom: 18px;
}
.trip-box .textbox h4 {
    display: inline-block;
    top: -16px;
    position: relative;
    background-color: #fff;
    margin-bottom: 0;
    padding: 0 6px;
}
.news-content .trip-box p {
    padding: 0 8px;
}
.commu-type {
    display: flex;
    line-height: 28px;
    margin-bottom: 16px;
}
.news-header .commu-type {
    justify-content: center;
}
.commu-type .tag {
    background-color: rgb(221, 62, 62);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 24px;
    margin-right: 6px;
}
.commu-type .tag.pre-tag {
    background-color: #1ab1a1;
}
.commu-type .tag:last-child {
    margin-right: 0;
}
.notice-section {
    background-color: rgb(252 212 141);
    padding: 8px 16px;
    border-radius: 4px;
}
.notice-section .label {
    color: #cb0f0f;
}
.morecontent span {
    display: none;
}
.morecontent span.show {
    display: inline;
}
.morelink {
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}
.morecontent {
    display: inline;
}
.news-content .morelink {
    text-decoration: none;
    color: inherit;
}
/* faq */
.faq-accordion .item{
    border: 1px solid #00a0e9;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-accordion .item .item-header {
    padding: 10px 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    background-color: #f0f8ff;
}
.faq-accordion .item .item-header .title {
    width: 90%;
    color: #13a6df;
    font-size: 17px;
}
.faq-accordion .item .item-header .title span {
    display: inline-block;
    padding-right: 8px;
    font-size: 20px;
}
.faq-accordion .item .item-header.collapsed::after {
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: right;
    width: 10%;
    color: #00a0e9;
}
.faq-accordion .item .item-header::after {
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: right;
    width: 10%;
    color: #00a0e9;
}
.faq-accordion .item .item-body {
    padding: 10px 12px;
    font-size: 16.5px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
} 
.program-filter  {
    padding: 24px;
    box-shadow: 0 0 26px -12px rgb(0 0 0 / 30%);
}
.program-filter .form-control {
    border: 0;
}
.program-list {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 26px -12px rgb(0 0 0 / 30%);
}
.program-list .program-header{
    display: flex;
    padding: 16px;
    background-color: #f6ddea;
}
.program-list .item-cell {
    flex: 1;
}
.program-list .item-cell.item-name {
    flex: 1.5;
}
.program-list .program-body  {
    background-color: #fff;
}
.program-list .program-body .program-item {
    display: flex;
    padding: 16px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    font-family: 微軟正黑體;
}
.program-list .program-body .program-item:nth-child(odd) {
    background-color: #fff;
}
.program-list .program-body .program-item:nth-child(even) {
    background-color: #f4f4f4;
}
.program-list .program-body .program-item:hover {
    background-color: #f4f4f4;
}
@media (max-width: 430px) {
    .program-list .program-header {
        display: none;
    }
    .program-list .program-body .program-item {
        flex-wrap: wrap;
    }
    .program-list .program-body .program-item::before {
        content: "";
        position: absolute;
        left: -6%;
        top: 20px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #e2acc4;
    }
    .program-list .program-body .program-item::after {
        content: "";
        position: absolute;
        left: calc(-6% + 5px);
        top: 20px;
        width: 2px;
        height: calc(100% + 10px);
        background-color: #e2acc4;
        z-index: 1;
    }
    .program-list .program-body .program-item:last-child:after {
        content: none;
    }
    .program-list .item-cell {
        flex: none;
    }
    .program-list .program-body .program-item {
        font-size: 15px;
        margin-left: 32px;
        margin-bottom: 10px;
        border-radius: 16px;
        background-color: #fff;
        box-shadow: 0 0 12px -1px rgba(0,0,0,0.15);
        font-weight: 500;
    }
    .program-list .program-body .program-item:nth-child(odd) {
        background-color: #fff;
    }
    .program-list .program-body .program-item:nth-child(even) {
        background-color: #fff;
    }
    .item-cell.item-date, .item-cell.item-time {
        width: 50%;
        color: #0f2e42;
        font-weight: 500;
    }
    .item-cell.item-name, .item-cell.item-group {
        width: 100%;
        background-color: #eff5f9;
    }
    .item-cell.item-name {
        padding: 4px 8px;
        padding-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .item-cell.item-date::before {
        content: "\f073";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        margin-right: 4px;
        font-size: 90%;
    }
    .item-cell.item-time::before {
        content: "\f017";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        margin-right: 4px;
        font-size: 90%;
    }
    .item-cell.item-name::before {
        content: "表演名稱：";
        display: inline-block;
    }
    .item-cell.item-group {
        padding: 4px 8px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .item-cell.item-group::before {
        content: "表演團隊：";
        display: inline-block;
    }
    .program-list {
        box-shadow: none;
        overflow: visible;
    }
    .program-list .program-body {
        background-color: transparent;
    }
    .character-item {
        align-items: flex-start;
    }
    .character-item::before {
        width: 90%;
    }
    .character-item .textbox {
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }
    .character-item .imgbox {
        width: 60%;
    }
    
    .character-item {
        flex-wrap: wrap;
    }
    .trip-box {
        padding: 8px;
        margin-bottom: 8px;
    }
    .trip-box .textbox h4 {
        top: 0;
        background-color: transparent;
        margin-bottom: 8px;
        padding: 0;
    }
    .character-item.trip-item .textbox {
        margin-top: 0;
        padding: 10px;
    }
    .news-content .trip-box p {
        padding: 0;
    }
    .character-item.trip-item {
        padding-bottom: 0;
    }

}
.news-item.exhibit-item {
    box-shadow: none;
    border-radius: 0;
    text-align: center;
}
.news-item.exhibit-item .imgbox {
    padding: 0 24px;
}
.news-item.exhibit-item .imgbox__inner {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.news-item.exhibit-item .news-title {
    display: inline-block;
    background-color: #96ebe9;
    padding: 4px 14px;
    line-height: 100%;
    border-radius: 24px;
    height: auto;
    font-size: 24px;
}
.news-item.exhibit-item .image {
    transition: all 0.3s;
}
.news-item.exhibit-item:hover .image {
    transform: scale(1) rotate(8deg);
}
.news-item.exhibit-item .news-text-box {
    background-color: transparent;
}
.news-item.gallery-item {
    margin: 0 10px;
    margin-bottom: 20px;
}
.public-box {
    margin-bottom: 24px;
}
.public-box .b-title {
    background-color: #eee;
    border-radius: 10px;
    padding: 10px 16px;
    color: #005394;
    font-size: 22px;
}
.public-box .b-title .tag {
    padding-right: 12px;
    font-size: 28px;
    font-style: italic;
}
.public-box .textbox {
    padding: 10px 32px;
}

.parking-table thead {
    background-color: #f1d4e7;
    color: #b10867;
}

.parking-table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.parking-table tbody tr:nth-child(even) {
    background-color: #fff;
}
.ticket-table .table-header {
    background-color: #eee;
}

.table-wrapper .table td,.table-wrapper .table th {
    text-align: center;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #b9bec2;
}
.numtype-1-ol {
    padding-left: 40px;
}
.numtype-1-ol li {
    list-style: decimal;
}
.numtype-1-ol li ol li {
    list-style: circle;
}
.numtype-1-ol li ol li ul li {
    list-style: disc;
}
.rwd-table th, table th {
    white-space: nowrap;
}


.rwd-table th, table th,
.rwd-table td, table td {
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .table-wrapper .table td, .table-wrapper .table th {
        text-align: left;
    }
    .table-bordered {
        border: 0;
    }

    .rwd-table th, table th,
    .rwd-table td, table td {
        display: block;
        text-align: left;
    }

    .rwd-table tr, table tr{
        margin-bottom: 1rem;
        display: block;
    }

    .rwd-table tr:first-child,
    table tr:first-child,
    .rwd-table .table-dn {
        display: none;
    }

    .rwd-table .day {
        background-color: #e71376;
        color: #fff;
    }


    .rwd-table th:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: auto;
        display: inline-block;
    }

    .rwd-table th.day:before {
        content: none;
    }

    .rwd-table td:before {
        content: attr(data-th) " : ";
        color: #000;
        font-weight: bold;
        width: auto;
        display: inline-block;
    }
}
@media (max-width: 769px) {
    .news-item.exhibit-item .imgbox {
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    .rwd-table th, table th{
        white-space: normal;
    }
    .news-item.gallery-item {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 430px) {
    .news-item.exhibit-item .news-title {
        font-size: 20px;
    }
    .public-box .b-title {
        padding: 8px 12px;
        font-size: 20px;
    }
    .public-box .textbox {
        padding: 10px 10px;
    }
}

.facebook-wrapper iframe {
    width: 500px !important;
    height: 800px !important;
}
.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.character-section .item-icon {
    position: relative;
}
/* .character-section .item-icon::before {
    content: "";
    width: 180px;
    height: 180px;
    background-color: rgb(120 217 255 / 50%);
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.character-section .item-icon:hover::before {
    transform: translateX(-50%) translateY(-60px);
    width: 220px;
    height: 220px;
} */
.character-section .item-icon a {
    display: block;
}
.character-section .item-icon .imgbox {
    padding-bottom: 12px;
    transition: all 0.3s;
}
.character-section .item-icon .imgbox__inner {
    width: 100%;
    padding-top: 85%;
    position: relative;
}
.character-section .item-icon .image {
    background-size: contain;
}
.character-section .item-icon .text {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(0 160 230);
    padding: 4px;
    border-radius: 32px;
    color: #fff;
    border: 2px solid #00a1ed;
}
.character-section .item-icon:hover .text {
    color: #00a1ed;
    background-color: transparent;
    border-color: #00a1ed;
}
.character-section .item-icon:hover .imgbox {
    transform: scale(1.1);
}

@media (max-width: 1441px) {
    .character-section .item-icon::before {
        width: 160px;
        height: 160px;
    }
    .character-section .item-icon:hover::before {
        transform: translateX(-50%) translateY(-80px);
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 1025px) {
    .character-section .item-icon .imgbox__inner {
        padding-top: 95%;
    }
    .character-section .item-icon::before {
        width: 130px;
        height: 130px;
        bottom: -80px;
    }
    .character-section .item-icon:hover::before {
        width: 140px;
        height: 140px;
        transform: translateX(-50%) translateY(-60px);
    }
    .character-section .item-icon .imgbox {
        padding-bottom: 0;
    }
}
@media (max-width: 769px) {
    .character-section .item-icon::before {
        width: 120px;
        height: 120px;
        bottom: -75px;
    }
    .character-section .item-icon:hover::before {
        width: 130px;
        height: 130px;
        transform: translateX(-50%) translateY(-45px);
    }
    .character-section .item-icon .text {
        font-size: 15px;
    }
}
@media (max-width: 720px) {
    .facebook-wrapper iframe {
        width: 100% !important;
    }
    .character-section .item-icon::before {
        display: none;
    }
    
    .character-section .item-icon .imgbox {
        padding: 10px;
        padding-bottom: 0;
    }
    .character-section .item-icon {
        margin-bottom: 10px;
    }
    .facebook-wrapper {
        margin-bottom: 24px;
    }
    .character-section .item-icon .imgbox__inner {
        padding-top: 60%;
    }
    .character-section .item-icon .imgbox {
        padding-bottom: 10px;
    }
}
.modal-header {
    border-bottom: 0;
    padding: 0.6rem 1rem;
}
.modal-footer {
    border-top: 0;
}
.modal-body .news-header .title {
    font-size: 24px;
}
.modal-body .content {
    font-weight: 600;
    font-size: 17px;
}
.modal-body .content img {
    margin: 6px 0;
}
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.timeline-item {
    padding-left: 40px;
    position: relative;
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.timeline-info {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 1;
}
.timeline-info.hide {
    opacity: 0;
}
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}
.timeline-marker:before {
    background: #e4007f;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
    content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #e4007f;
}
.timeline-item:hover .timeline-content {
    color: #e4007f;
}
.timeline-content {
    padding-bottom: 32px;
    font-size: 18px;
    font-weight: 600;
}
.timeline-content p:last-child {
    margin-bottom: 0;
}
.timeline-content .content-inner {
    display: flex;
}
.timeline-time {
    width: 20%;
    color: #00a0e9;
}
.timeline-place {
    width: 30%;
}
.timeline-title {
    width: 50%;
}
.timeline-place i {
    padding-right: 4px;
}
.period {
    padding: 0;
}
.period .timeline-info {
    display: none;
}
.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}
.period .timeline-content {
    padding: 40px 0 70px;
    
}
.period .timeline-title {
    margin: 0;
}
@media (min-width: 990px) {
    .timeline-split .timeline, .timeline-centered .timeline {
        display: table;
    }
    .timeline-split .timeline-item, .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }
    .timeline-split .timeline-info, .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }
    .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
        position: relative;
    }
    .timeline-split .timeline-content, .timeline-centered .timeline-content {
        padding-left: 56px;
        width: 100%;
    }
    .timeline-split .timeline-info, .timeline-centered .timeline-info {
        padding-right: 48px;
        padding-left: 6px;
    }
    .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}
@media (max-width: 990px) {
    .timeline-content .content-inner {
        flex-wrap: wrap;
        background-color: #ededed;
        padding: 8px 12px;
    }
    .timeline-time, .timeline-place, .timeline-title {
        width: 100%;
        margin-bottom: 6px;
    }
    .timeline-info {
        font-size: 20px;
        position: absolute;
        left: 0;
    }
    .timeline-marker {
        left: 68px;
    }
    .timeline-item {
        padding-left: 98px;
    }
    .timeline-content {
        font-size: 17px;
    }
}
@media (max-width: 360px) {
    .timeline-content {
        font-size: 16px;
    }
    .timeline-marker {
        left: 50px;
    }
    .timeline-info {
        font-size: 15px;
    }
    .timeline-item {
    padding-left: 70px;
}
}
.weather-float {
    position: fixed;
    top: 18%;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
    padding-left: 14px;
    box-shadow: 0 0 24px -3px rgb(0 0 0 / 23%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.weather-float.hide {
    opacity: 0;
    visibility: hidden;
}
.weather-float .sm-tempture {
    font-size: 14px;
    color: #7b7b7b;
    letter-spacing: 0;
    line-height: 18px;
}
.weather-float .tempture {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 2px;
    margin-top: 4px;
}
.weather-float .rain {
    color: #00a0e9;
    font-weight: 600;
    line-height: 20px;
}
@media (max-width: 1025px) {
    .weather-float {
        top: 7%;
    }
}
@media (max-width: 430px) {
    .weather-float {
        top: 12%;
        background-color: rgb(255 255 255 / 83%);
        padding: 8px;
        padding-left: 10px;
    }
    .weather-float h4 {
        font-size: 20px;
    }
    .weather-float .sm-tempture {
        font-size: 11px;
        line-height: 18px;
    }
}

.counter-wrapper #counter {
    font-size: 22px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    letter-spacing: 2px;
}
.counter-wrapper small {
    color: #005394 !important;
    opacity: 1 !important;
    line-height: 20px;
}
.scroll-top-arrow, .scroll-top-arrow:focus {
    display: none;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 80;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: url(../img/icon/top.png) no-repeat center, #26baf5;
    background-size: 80%;
}
.scroll-top-arrow i {
    display: none;
}
@media (max-width: 430px) {
    .scroll-top-arrow, .scroll-top-arrow:focus {
        bottom: 5px;
        right: 5px;
        width: 58px;
        height: 58px;
    }
}
.pic-only .news-item .news-text-box {
    display: none;
}
.pic-only .news-item .imgbox__inner, .pic-only .news-item.achieve-item .imgbox__inner,
.custpage-item.news-item .imgbox__inner,
.custpage-cover .imgbox__inner {
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    position: relative;
}
.fs-1 {
    font-size: 1em;
}
.text-gray {
    color: #acacac;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-content a {
    text-decoration: underline;
    color: #005394;
}
.news-content a.btn {
    text-decoration: none;
    color: #fff;
}
.compInfo {
    background-color: #fae7ee;
    border-radius: 10px;
    padding: 24px 20px;
}
.compInfo .infoItem {
    display: flex;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}
.compInfo .infoItem:last-child {
    margin-bottom: 0;
}
.compInfo .infoItem .tag {
    width: 15%;
    flex-shrink: 0;
    color: #035392;
}
.compInfo .infoItem .content {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 6px 14px;
    flex-grow: 1;
}
.compInfo .infoItem .content {
    color: #484848;
}
.compInfo .infoItem .content a {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .compInfo .infoItem .tag {
        width: 20%;
    }
}
@media (max-width: 600px) {
    .compInfo .infoItem {
        flex-wrap: wrap;
    }
    .compInfo .infoItem .tag {
        width: 100%;
        margin-bottom: 2px;
    }
    .compInfo .infoItem .content  {
        width: 100%;
    }
}