@charset "UTF-8";

h2,
.h2 {
    margin-bottom: 15px;
}

/* Section */
.main section {
    padding: 60px 0px;
}

.main section.section-info .left-side {
    width: calc(100% - 400px);
    padding-right: 50px;
}

.main section.section-info .right-side {
    width: 400px;
    padding-top: 60px;
}

.main section.section-mapsearch {
    background-color: #eeeeee;
}

.main section .subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: #db3b00;
    margin-bottom: 30px;
}

.main section.section-info .fb-link,
.main section.section-info .ig-link {
    display: flex;
    align-items: center;
    padding: 45px 20px;
    margin-bottom: 20px;
}

.main section.section-info .fb-link {
    background-color: #3b579d;
}

.main section.section-info .ig-link {
    border: 1px #c4c4c4 solid;
}

.main section.section-info .fb-link>span,
.main section.section-info .ig-link>span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 40px;
    position: relative;
}

.main section.section-info .fb-link>span {
    color: #fff;
}

.main section.section-info .fb-link::before,
.main section.section-info .ig-link::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.main section.section-info .fb-link::before {
    background-image: url('../../images/icon/fbicon.svg');
    background-size: contain;
}

.main section.section-info .ig-link::before {
    background-image: url('../../images/icon/instagram_active.svg');
    background-size: 140%;
}

.main section.section-info .fb-link>span>b,
.main section.section-info .ig-link>span>b {
    display: block;
    font-size: 1rem;
    line-height: 1em;
    padding-top: 10px;
}

.main section.section-info .fb-link>span>b {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .main section.section-info .fb-link:hover,
    .main section.section-info .fb-link:focus {
        background-color: #2a4173;
    }

    .main section.section-info .ig-link:hover,
    .main section.section-info .ig-link:focus {
        background-color: #db3b00;
        border-color: #db3b00;
    }

    .main section.section-info .ig-link:hover > span,
    .main section.section-info .ig-link:focus > span,
    .main section.section-info .ig-link:hover > span > b,
    .main section.section-info .ig-link:focus > span > b {
        color: #fff;
    }

    .main section.section-info .ig-link:hover::before,
    .main section.section-info .ig-link:focus::before {
        background-image: url('../../images/icon/instagram_white.svg');
    }
}

@media screen and (max-width: 1024px) {
    .main section.section-mapsearch {
        display: none;
    }

    .main section.section-info .left-side {
        width: 100%;
        padding-right: 0px;
    }

    .main section.section-info .left-side h3:nth-child(3),
    .main section.section-info .left-side h3:nth-child(3) {
        display: none;
    }

    .main section.section-info .right-side {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    .main section.section-info .fb-link,
    .main section.section-info .ig-link {
        width: calc(50% - 10px);
        float: left;
        padding: 20px;
    }

    .main section.section-info .fb-link:nth-child(odd),
    .main section.section-info .ig-link:nth-child(odd) {
        margin-right: 10px;
    }

    .main section.section-info .fb-link:nth-child(even),
    .main section.section-info .ig-link:nth-child(even) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main section.section-info .fb-link,
    .main section.section-info .ig-link {
        width: 100%;
        float: none;
        padding: 15px;
    }

    .main section.section-info .fb-link:nth-child(odd),
    .main section.section-info .ig-link:nth-child(odd) {
        margin-right: 0px;
    }

    .main section.section-info .fb-link:nth-child(even),
    .main section.section-info .ig-link:nth-child(even) {
        margin-left: 0px;
    }

    .main section.section-info .fb-link>span>b,
    .main section.section-info .ig-link>span>b {
        padding-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .main section {
        padding: 30px 0px 0px 0px;
    }

    .main section.section-info .fb-link>span,
    .main section.section-info .ig-link>span {
        line-height: 30px;
        font-size: 1.2rem;
    }

    .main section.section-info .fb-link::before,
    .main section.section-info .ig-link::before {
        width: 30px;
        height: 30px;
    }
}

/* Banner */
.banner {
    background-color: #fff;
}

.mainbanner {
    background-color: #000;
    position: relative;
}

.mainbanner>.carousel,
.mainbanner .item {
    width: 100%;
    height: 0px;
    padding-bottom: 39%;
    overflow: hidden;
    position: relative;
}

.no-js .mainbanner>.carousel,
.no-js .mainbanner .item {
    height: auto;
    padding-bottom: 0px;
}

.mainbanner>.carousel a {
    display: block;
    background-color: #e6e6e6;
}

@media screen and (min-width: 1025px) {
    .mainbanner>.carousel a:focus {
        border: 5px #FF7247 solid;
    }
}

.mainbanner>.carousel a>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainbanner>.carousel video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.mainbanner>.carousel .slick-arrow {
    width: 45px;
    height: 45px;
    padding: 0px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    top: calc((100% - 50px)/2);
    z-index: 100;
    text-indent: -9999px;
    font-size: 0;
    border: none;
    cursor: pointer;
    outline: none;
}

@media screen and (min-width: 1025px) {
    .mainbanner>.carousel .slick-arrow:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
    }
}

.mainbanner>.carousel .slick-arrow::before {
    content: '';
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
}

.mainbanner>.carousel .slick-prev {
    left: 40px;
}

.mainbanner>.carousel .slick-prev::before {
    border-width: 8.5px 14.7px 8.5px 0px;
    border-color: transparent #db3b00 transparent transparent;
}

.mainbanner>.carousel .slick-next {
    right: 40px;
}

.mainbanner>.carousel .slick-next::before {
    border-width: 8.5px 0px 8.5px 14.7px;
    border-color: transparent transparent transparent #db3b00;
}

.mainbanner .media-ctrl {
    width: 250px;
    position: absolute;
    left: calc((100% - 250px)/2);
    bottom: 8%;
    overflow: hidden;
    text-align: center;
    display: none;
}

.mainbanner .media-ctrl>li {
    display: inline-block;
    margin: 0px 5px;
}

.mainbanner .media-ctrl a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 15px 0px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0rem;
}

.mainbanner .media-ctrl a::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mainbanner .media-ctrl a.media-video::before {
    background-image: url('../../images/icon/video.svg');
}

.mainbanner .media-ctrl a.media-photo::before {
    background-image: url('../../images/icon/photo.svg');
}

@media screen and (min-width: 1025px) {
    .mainbanner .media-ctrl a:hover,
    .mainbanner .media-ctrl a:focus {
        background-color: #db3b00;
    }
}

@media screen and (max-width: 1024px) {
    .mainbanner>.carousel .slick-next {
        right: 20px;
    }

    .mainbanner>.carousel .slick-prev {
        left: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .mainbanner>.carousel,
    .mainbanner .item {
        width: 100%;
        height: 0;
        padding-bottom: 67%;
    }
}

@media screen and (max-width: 480px) {
    .mainbanner>.carousel .slick-arrow {
        width: 24px;
        height: 24px;
        top: calc((100% - 40px)/2);
    }

    .mainbanner .media-ctrl {
        bottom: 7px;
    }

    .mainbanner .media-ctrl>li {
        margin: 0px;
    }

    .mainbanner .media-ctrl a {
        width: 36px;
        height: 36px;
        padding: 10px 0px;
    }

    .mainbanner>.carousel .slick-prev::before {
        border-width: 5px 7px 5px 0px;
        border-color: transparent #db3b00 transparent transparent;
    }

    .mainbanner>.carousel .slick-next::before {
        border-width: 5px 0px 5px 7px;
        border-color: transparent transparent transparent #db3b00;
    }

    .mainbanner .media-ctrl a::before {
        width: 17px;
        height: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .carousel .slick-slide:focus {
        outline: none;
        -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
                box-shadow: inset 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
    }
}

/* 最新消息格子 */
.news-grid {
    border: 3px #fff solid;
    overflow: hidden;
    visibility: hidden;
}

.news-grid.slick-slider {
    visibility: visible;
    height: auto;
}

.news-grid .news-grid-item {
    overflow: hidden;
}

.news-grid .news-grid-item li {
    width: 25%;
    float: left;
}

.news-grid .news-grid-item li:nth-child(5n + 1) {
    width: 50%;
}

.news-grid .item {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    display: block;
    background-color: #000000;
    position: relative;
}

.news-grid .item .item-wrap {
    display: block;
    border: 3px #fff solid;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.news-grid .item figure,
.news-grid .item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    text-indent: -9999px;
}

.news-grid .item figure {
    z-index: 80;
}

.news-grid .item a {
    z-index: 100;
}

.news-grid .item figure::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(transparent 65%, rgba(0, 0, 0, .7));
    background: linear-gradient(transparent 65%, rgba(0, 0, 0, .7));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 80;
}

.news-grid .item figure>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 60;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-js .news-grid {
    visibility: visible;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.no-js .news-grid>li {
    width: 50%;
}

.no-js .news-grid .item {
    height: auto;
    padding-bottom: 0px;
}

.no-js .news-grid .item .item-wrap {
    height: auto;
    position: static;
}

.no-js .news-grid .item figure {
    height: auto;
    position: static;
}

.no-js .news-grid .item .item-title {
    width: 100%;
    padding: 10px;
    position: static;
    background-color: #000;
    -webkit-line-clamp: unset;
}

.no-js .news-grid .item figure::before {
    display: none;
}

.no-js .news-grid .item figure>img {
    height: auto;
    position: static;
}

@media screen and (min-width: 1025px) {
    .news-grid .item:hover figure::before,
    .news-grid .item.is-focus figure::before {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .news-grid .item a:focus {
        border: 0.2rem #db3b00 solid;
    }
}

.news-grid .item .item-title {
    color: #fff;
    height: auto;
    line-height: 30px;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 15px;
    font-size: 1.45rem;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    z-index: 90;
}

@media screen and (max-width: 1220px) {
    .news-grid .item .item-title {
        font-size: 1.2rem;
        bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .news-grid .news-grid-item li {
        width: 50%;
    }

    .news-grid .item {
        width: 100%;
        height: auto;
        padding-bottom: 0px;
    }

    .news-grid .item .item-wrap {
        width: auto;
        height: auto;
        position: static;
    }

    .news-grid .item figure,
    .news-grid .item a {
        width: 100%;
        height: 0px;
        padding-bottom: 67%;
    }

    .news-grid .item figure {
        position: relative;
    }

    .news-grid .item a {
        height: 100%;
        padding-bottom: 0px;
        position: absolute;
    }

    .news-grid .item .item-title {
        width: 100%;
        height: 70px;
        padding: 0px;
        position: static;
        background-color: #eee;
        color: #000;
        font-size: 1.1rem;
        line-height: 25px;
        border: 10px #eee solid;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 480px) {
    .news-grid .item .item-title {
        font-size: 0.95rem;
    }
}

/* 旅遊服務快速連結 */
.fast-link {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.fast-link>li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px;
    border-bottom: 1px #c8c8c8 solid;
}

.fast-link>li:nth-child(4n + 5),
.fast-link>li:nth-child(4n + 6),
.fast-link>li:nth-child(4n + 7),
.fast-link>li:nth-child(4n + 8) {
    border-bottom: none;
}

.fast-link>li a {
    display: block;
    text-align: center;
    border-left: 1px #c8c8c8 solid;
}

.fast-link>li:nth-child(4n + 1) a {
    border-left: none;
}

.fast-link>li a>span::before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fast-link>li:nth-child(1) a>span::before {
    background-image: url('../../images/icon/fastlink_1.svg');
}

.fast-link>li:nth-child(2) a>span::before {
    background-image: url('../../images/icon/fastlink_2.svg');
}

.fast-link>li:nth-child(3) a>span::before {
    background-image: url('../../images/icon/fastlink_3.svg');
}

.fast-link>li:nth-child(4) a>span::before {
    background-image: url('../../images/icon/fastlink_4.svg');
}

.fast-link>li:nth-child(5) a>span::before {
    background-image: url('../../images/icon/fastlink_5.svg');
}

.fast-link>li:nth-child(6) a>span::before {
    background-image: url('../../images/icon/fastlink_6.svg');
}

.fast-link>li:nth-child(7) a>span::before {
    background-image: url('../../images/icon/fastlink_7.svg');
}

.fast-link>li:nth-child(8) a>span::before {
    background-image: url('../../images/icon/fastlink_8.svg');
}

@media screen and (min-width: 1025px) {
    .fast-link>li a:hover>span,
    .fast-link>li a:focus>span {
        color: #db3b00;
    }

    .fast-link>li:nth-child(1) a:hover>span::before,
    .fast-link>li:nth-child(1) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_1_active.svg');
    }

    .fast-link>li:nth-child(2) a:hover>span::before,
    .fast-link>li:nth-child(2) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_2_active.svg');
    }

    .fast-link>li:nth-child(3) a:hover>span::before,
    .fast-link>li:nth-child(3) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_3_active.svg');
    }

    .fast-link>li:nth-child(4) a:hover>span::before,
    .fast-link>li:nth-child(4) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_4_active.svg');
    }

    .fast-link>li:nth-child(5) a:hover>span::before,
    .fast-link>li:nth-child(5) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_5_active.svg');
    }

    .fast-link>li:nth-child(6) a:hover>span::before,
    .fast-link>li:nth-child(6) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_6_active.svg');
    }

    .fast-link>li:nth-child(7) a:hover>span::before,
    .fast-link>li:nth-child(7) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_7_active.svg');
    }

    .fast-link>li:nth-child(8) a:hover>span::before,
    .fast-link>li:nth-child(8) a:focus>span::before {
        background-image: url('../../images/icon/fastlink_8_active.svg');
    }
}

@media screen and (max-width: 480px) {
    .fast-link>li {
        width: 50%;
        padding: 10px 0px;
    }

    .fast-link>li a {
        font-size: 0.9rem;
    }

    .fast-link>li a>span::before {
        width: 60px;
        height: 60px;
        margin: 0px auto 5px;
    }

    .fast-link>li:nth-child(4n + 3) a {
        border-left: none;
    }

    .fast-link>li:nth-child(4n + 5),
    .fast-link>li:nth-child(4n + 6) {
        border-bottom: 1px #c8c8c8 solid;
    }
}

/* 分享 */
.share-link-item {
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.no-js .share-link-item {
    display: none;
}

.share-link-item>li {
    margin: 0px 10px;
}

@media screen and (max-width: 1024px) {
    .share-link-item {
        padding-left: 0px;
    }
}

/* 頁籤 */
.navtabs {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.navtabs .navtabs-item {
    display: inline-block;
    vertical-align: top;
}

.navtabs .navtabs-link {
    display: block;
}

.navtabs .navtabs-content {
    position: absolute;
    width: 100%;
    left: 0;
}

.no-js .navtabs {
    display: block;
}

.no-js .navtabs .navtabs-item {
    display: block;
}

.no-js .navtabs .navtabs-content {
    position: static;
}

.no-js .section-tour .navtabs .navtabs-content {
    position: static;
}

/* 旅遊的頁籤 */
.section-tour .navtabs .navtabs-link {
    text-align: center;
    padding: 0px 0px 20px;
}

.section-tour .navtabs .navtabs-link>span {
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 1280px) {
    .section-tour .navtabs .navtabs-link>span {
        font-size: 1.5rem;
    }
}

.section-tour .navtabs .navtabs-link>span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.section-tour .navtabs .navtabs-item.current .navtabs-link {
    border-bottom: 4px #db3b00 solid;
}

.section-tour .navtabs .navtabs-item.current .navtabs-link>span {
    color: #db3b00;
}

.section-tour .navtabs .navtabs-link.icon-attraction>span::before {
    background-image: url('../../images/icon/adornicon_building_1.svg');
}

.section-tour .navtabs .navtabs-link.icon-festival>span::before {
    background-image: url('../../images/icon/adornicon_boat.svg');
}

.section-tour .navtabs .navtabs-link.icon-stroke>span::before {
    background-image: url('../../images/icon/adornicon_egret.svg');
}

.section-tour .navtabs .navtabs-link.icon-promotion>span::before {
    background-image: url('../../images/icon/adornicon_bick.svg');
}

.section-tour .navtabs .navtabs-content {
    padding: 20px 0px;
}

.section-tour .navtabs>.navtabs-item:nth-child(4) .grid .item .graphic {
    width: 100%;
    height: 0px;
    padding-bottom: 119%;
}

@media screen and (max-width: 1024px) {
    .section-tour .navtabs .navtabs-link {
        padding: 0px;
    }

    .section-tour .navtabs .navtabs-item {
        border-right: 1px #c8c8c8 solid;
    }

    .section-tour .navtabs .navtabs-item:last-child {
        border-right: none;
    }

    .section-tour .navtabs .navtabs-item.current .navtabs-link {
        border-bottom: none;
    }

    .section-tour .navtabs .navtabs-link>span {
        font-size: 1.2rem;
    }

    .section-tour .navtabs .navtabs-link>span::before {
        width: 75px;
        height: 80px;
        display: block;
        margin-right: 0px;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .section-tour .navtabs .navtabs-link>span {
        font-size: 0.95rem;
    }

    .section-tour .navtabs .navtabs-link>span::before {
        width: 65px;
        height: 50px;
    }
}

/* 地圖搜尋的頁籤 */
.section-mapsearch .navtabs .navtabs-link {
    text-align: center;
    padding: 20px 0px 40px;
    position: relative;
}

.section-mapsearch .navtabs .navtabs-link::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0px;
    left: calc((100% - 25px)/2);
}

.section-mapsearch .navtabs .navtabs-link>span {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.section-mapsearch .navtabs .navtabs-link>span::before {
    content: '';
    display: block;
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-mapsearch .navtabs .navtabs-link.icon-viewpoint>span::before {
    background-image: url('../../images/icon/adornicon_building_3.svg');
}

.section-mapsearch .navtabs .navtabs-link.icon-stay>span::before {
    background-image: url('../../images/icon/adornicon_building_2.svg');
}

.section-mapsearch .navtabs .navtabs-link.icon-food>span::before {
    background-image: url('../../images/icon/adornicon_food.svg');
}

.section-mapsearch .navtabs .navtabs-item.current .navtabs-link>span {
    color: #db3b00;
}

.section-mapsearch .navtabs .navtabs-item.current .navtabs-link::after {
    display: block;
}

.section-mapsearch .navtabs .navtabs-content {
    text-align: center;
}

/* 台灣Tag的頁籤 */
.tag-collection-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px #c9c9c9 solid;
    color: #000;
    padding: 10px 30px;
    font-size: 1.15rem;
    line-height: 1em;
}

.tag-collection-btn>span {
    color: inherit;
}

.tag-collection-btn.current {
    border-color: #db3b00;
    background-color: #db3b00;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .tag-collection-btn.current:hover,
    .tag-collection-btn.current:focus {
        color: #fff;
    }

    .tag-collection-btn:hover,
    .tag-collection-btn:focus {
        color: #000;
    }
}

.tag-collection-list {
    text-align: center;
}

.tag-collection-content {
    padding: 20px 0px;
}

.tag-grid {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.tag-grid>li {
    width: 25%;
    float: left;
    border: 10px #fff solid;
}

.tag-grid>li:nth-child(3) {
    width: 50%;
    float: right;
}

.tag-grid .item {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    display: block;
}

.tag-grid .item .target {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    line-height: 30px;
}

.tag-grid .item .target::after {
    content: '';
    width: 30px;
    height: 30px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tag-grid .item .target.target-like {
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 5px;
    border-radius: 5px;
}

.tag-grid .item .target.target-like::after {
    background-image: url('../../images/icon/target_view.svg');
    background-size: 70%;
    margin-left: 0px;
}

.tag-grid .item .target-mark {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.tag-grid .item .target-mark.color-orange {
    color: #fff;
    background-color: #db3b00;
}

.tag-grid .item .target-mark.color-mint {
    color: #fff;
    background-color: #43c4ad;
}

.tag-grid .item .target-mark.color-red {
    color: #fff;
    background-color: #fe6036;
}

.tag-grid .item .target-mark.color-green {
    color: #fff;
    background-color: #54c063;
}

.tag-grid .item .target-mark.color-purple {
    color: #fff;
    background-color: #ba6fd0;
}

.tag-grid .item .target-mark.color-skyblue {
    color: #fff;
    background-color: #70bfe8;
}

.tag-grid .item figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.tag-grid .item figure>.graphic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.tag-grid .item figure>.graphic>img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tag-grid .item figure figcaption {
    color: #fff;
    max-height: 60px;
    line-height: 30px;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 15px;
    font-size: 1.45rem;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 90;
}

.tag-grid .item figure::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.no-js .tag-grid .item figure>.graphic noscript>img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1025px) {
    .tag-grid .item:hover figure::after,
    .tag-grid .item:focus figure::after {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (max-width: 1024px) {
    .tag-grid>li {
        border-width: 5px;
    }
}

@media screen and (max-width: 960px) {
    .tag-collection-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .tag-grid>li {
        border-width: 2.5px;
    }

    .tag-grid .item .target-mark {
        width: 40px;
        height: 40px;
    }

    .tag-grid .item .target {
        top: 5px;
        right: 5px;
    }

    .tag-grid .item figure figcaption {
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 767px) {
    .tag-grid>li {
        width: 50%;
        border-width: 5px;
    }

    .tag-grid>li:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .tag-grid .item .target {
        font-size: 0.9rem;
    }

    .tag-grid .item figure figcaption {
        font-size: 1rem;
    }

    .tag-collection-btn {
        display: block;
        padding: 15px 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 370px) {
    .tag-grid>li,
    .tag-grid>li:nth-child(3) {
        width: 100%;
        border-left: none;
        border-right: none;
    }
}

/* 首頁的地圖搜尋物件 */
.form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #fff;
}

.form-box .form-item {
    width: calc(100% - 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-box .form-item>li {
    display: block;
    margin: 0px 10px;
}

@media screen and (min-width: 1280px) {
    .form-box .form-item>li {
        margin: 10px 20px;
    }
}

.form-box label,
.form-box select,
.form-box input {
    font-size: 1.1rem;
}

.form-box select,
.form-box input[type="text"] {
    border: none;
    border-bottom: 1px #959595 solid;
    min-width: 130px;
    background-color: #fff;
}

@media screen and (min-width: 1025px) {
    .form-box select:focus,
    .form-box input:focus {
        outline: none;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
    }
}

.form-box label {
    font-weight: bold;
    margin-right: 10px;
}

.form-box input[type="button"] {
    width: 85px;
    height: 70px;
    border: none;
    background: #db3b00 url('../../images/icon/search_btn.svg') no-repeat center/45%;
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.no-js .form-box {
    padding: 20px 0px;
}

.no-js .form-box input[type="button"] {
    width: auto;
    height: auto;
    display: block;
    margin: 10px auto;
    padding: 10px 30px;
    color: #fff;
    background-image: none;
    text-indent: 0px;
}

/* 旅遊的格子 */
.grid .item {
    padding: 15px;
}

.grid .item .item-wrap {
    position: relative;
}

.grid li {
    vertical-align: top;
}

.grid .item figcaption {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 17px 0px 10px 0px;
}

.grid .item figcaption>span {
    font-weight: bold;
}

.grid .item figcaption b {
    display: block;
    font-size: 1rem;
    color: #db3b00;
    padding: 10px 0px 0px 0px;
}

.grid .item .item-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-indent: -9999px;
    color: #000000;
}

.grid .item .graphic {
    width: 100%;
    height: 0px;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
    background-color: #000000;
}

.grid .item .graphic>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-js .grid {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.no-js .grid li {
    width: 50%;
}

.no-js .grid .item .graphic {
    height: auto;
    padding-bottom: 0px;
}

.no-js .section-tour .navtabs>.navtabs-item:nth-child(4) .grid .item .graphic {
    height: auto;
    padding-bottom: 0px;
}

@media screen and (min-width: 1025px) {
    .grid .item .item-wrap:hover figcaption,
    .grid .item .item-wrap:focus figcaption {
        color: #db3b00;
    }

    .grid .item .item-wrap:hover figcaption b,
    .grid .item .item-wrap:focus figcaption b {
        color: #e06827;
    }
}

.grid .item .target-like {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 8px;
    padding-right: 7px;
    border-radius: 5px;
}

.grid .item .target-like::after {
    content: '';
    width: 30px;
    height: 35px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
    background: url('../../images/icon/target_view.svg') no-repeat center/contain;
}

.grid .item .target-mark {
    position: absolute;
    top: 20px;
    left: -10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    background-color: #db3b00;
    padding: 0px 10px;
}

.grid .item .target-mark.internl {
    background-color: #b158d2;
}

.grid .item .target-mark.nl {
    background-color: #db3b00;
}

@media screen and (max-width: 1024px) {
    .grid .item {
        padding: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .grid .item .target-mark {
        left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .grid .item {
        padding: 2.5px;
    }

    .grid .item figcaption {
        font-size: 0.9rem;
        padding: 5px 0px 10px;
        line-height: 1.4em;
    }

    .grid .item figcaption>span {
        display: block;
        height: 2.8em;
        line-height: 1.4em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .grid .item figcaption b {
        font-size: 0.9rem;
        padding-top: 5px;
    }

    .grid .item .target-mark {
        font-size: 1rem;
        padding: 0px 5px;
    }

    .grid .item .target-like {
        font-size: 1rem;
        line-height: 30px;
    }

    .grid .item .target-like::after {
        width: 20px;
        height: 30px;
    }
}

/* 緊急通報跑馬燈 */
.urgent {
    margin: 0px;
    height: 45px;
    padding: 10px 20px 10px 55px;
    font-size: 1.2rem;
    color: #fff;
    overflow: hidden;
    background: #db3b00 url('../../images/icon/warning.svg') no-repeat left center/contain;
}

.urgent .marquee {
    height: 25px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.urgent .marquee a {
    display: inline;
}

.urgent .marquee a>span {
    padding: 0px 30px;
    color: #fff;
}

.urgent .marquee .js-marquee {
    white-space: nowrap;
}

.no-js .urgent {
    height: auto;
    padding-left: 20px;
    background-image: none;
}

.no-js .marquee {
    height: auto;
}

.no-js .urgent .marquee a {
    display: block;
}

@media screen and (min-width: 1025px) {
    .urgent .marquee a:hover>span,
    .urgent .marquee a:focus>span {
        color: #FF0;
    }

    .urgent .marquee a:focus {
        -webkit-box-shadow: inset 0 0 0 0.2rem #FF0;
                box-shadow: inset 0 0 0 0.2rem #FF0;
    }

    .urgent .marquee.is-pause .js-marquee-wrapper {
        width: 100% !important;
        height: 100%;
        -webkit-transform: translateX(0px) !important;
            -ms-transform: translateX(0px) !important;
                transform: translateX(0px) !important;
        -webkit-animation: none !important;
        animation: none !important;
    }

    .urgent .marquee.is-pause .js-marquee {
        display: none;
    }

    .urgent .marquee.is-pause .js-marquee:first-child {
        display: block;
    }

    .urgent .marquee.is-pause a {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
    }
}

/* 台灣地圖 */
.section-twmap {
    background-color: transparent;
}

@media screen and (min-width: 1025px) {
    .section-twmap>.wrap {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .section-twmap {
        background-color: #e7e7e7;
    }
}

@media screen and (max-width: 1024px) {
    section.section-twmap {
        padding: 30px 0px;
    }
}

.indexTwmap {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e7e7e7;
}

.indexTwmap .indexTwmap-left,
.indexTwmap .indexTwmap-right {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .indexTwmap {
        display: block;
    }

    .indexTwmap .indexTwmap-left,
    .indexTwmap .indexTwmap-right {
        width: 100%;
    }

    .indexTwmap .indexTwmap-left {
        display: none;
    }
}

.TwmapBox {
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.TwmapBox>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.TwmapBox .TwmapBox-btn {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #e7e7e7 url('../../images/indexTwMap.png') no-repeat center/cover;
    z-index: 10;
    font-size: 0rem;
    text-indent: -9999px;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .TwmapBox .TwmapBox-btn:hover,
    .TwmapBox .TwmapBox-btn:focus {
        background-image: url('../../images/indexTwMap_active.png');
    }
}

.TwmapContent {
    width: 100%;
    max-width: 700px;
    padding: 30px;
}

.TwmapContent .navtabs .navtabs-link>span {
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.TwmapContent .navtabs .navtabs-link::before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 100%;
    margin: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.TwmapContent .navtabs .navtabs-link.icon-attractions::before {
    background-image: url('../../images/icon/photo-black.svg');
}

.TwmapContent .navtabs .navtabs-link.icon-hotel::before {
    background-image: url('../../images/icon/serviceicon_stay.svg');
}

.TwmapContent .navtabs .navtabs-link.icon-tour::before {
    background-image: url('../../images/icon/serviceicon_tour.svg');
}

.TwmapContent .navtabs .current .navtabs-link::before {
    background-color: #55c0c4;
}

.TwmapContent .navtabs .current .navtabs-link.icon-attractions::before {
    background-image: url('../../images/icon/photo.svg');
}

.TwmapContent .navtabs .current .navtabs-link.icon-hotel::before {
    background-image: url('../../images/icon/serviceicon_stay_white.svg');
}

.TwmapContent .navtabs .current .navtabs-link.icon-tour::before {
    background-image: url('../../images/icon/serviceicon_tour_white.svg');
}

@media screen and (max-width: 1024px) {
    .TwmapContent {
        max-width: 100%;
        padding: 0px;
    }
}

@media screen and (max-width: 480px) {
    .TwmapContent .navtabs .navtabs-link::before {
        width: 60px;
        height: 60px;
    }

    .TwmapContent .navtabs .navtabs-link>span {
        padding: 5px 0px;
        word-break: break-all;
    }
}

.indexTwmap-fieldset {
    width: 100%;
    margin: 10px 0px;
}

.indexTwmap-fieldset>dt {
    width: 165px;
    display: inline-block;
    text-align: right;
    padding: 0px 10px;
    line-height: 37px;
}

.indexTwmap-fieldset>dd {
    width: calc(100% - 175px);
    display: inline-block;
}

.indexTwmap-fieldset select,
.indexTwmap-fieldset input[type='text'] {
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    line-height: 1em;
    font-size: 1rem;
    background-color: #d5d5d5;
    border: none;
}

@media screen and (min-width: 1025px) {
    .indexTwmap-fieldset select:focus,
    .indexTwmap-fieldset input[type='text']:focus {
        outline: none;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(255, 114, 71, 0.5);
    }
}

.indexTwmap-fieldset .search-btn {
    width: 100%;
    display: block;
    background-color: #db3b00;
    color: #fff;
    padding: 8px;
    border: none;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.5em;
}

@media screen and (min-width: 1025px) {
    .indexTwmap-fieldset .search-btn:hover,
    .indexTwmap-fieldset .search-btn:focus {
        background-color: #e06827;
    }
}

@media screen and (max-width: 767px) {
    .indexTwmap-fieldset>dt,
    .indexTwmap-fieldset>dd {
        width: 100%;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .indexTwmap-fieldset>dt {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .section-enNewstitle .card-list.carousel .card {
        padding: 0px 5px;
    }
}

/* 平安豬的浮動小banner 開始 */
.floatBanner {
    position: absolute;
    top: 20px;
    z-index: 1000;
}

.floatBanner>a {
    width: 250px;
    height: 160px;
    display: block;
    position: relative;
    border: 2px #fff solid;
    border-radius: 10px;
    overflow: hidden;
}

.floatBanner::after,
.floatBanner::before {
    content: '';
    position: absolute;
    right: 42px;
    top: -11px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 13px 15px;
}

.floatBanner::after {
    border-color: transparent transparent #db3b00 transparent;
}

.floatBanner::before {
    border-color: transparent transparent #fff transparent;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}

.floatBanner>a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

@media screen and (min-width: 1025px) {
    .floatBanner {
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        -webkit-transform-origin: center bottom;
            -ms-transform-origin: center bottom;
                transform-origin: center bottom;
    }
}

@media screen and (min-width: 1440px) {
    .floatBanner {
        right: calc((100% - 1400px)/2);
    }
}

@media screen and (max-width: 1439px) {
    .floatBanner {
        right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .floatBanner {
        top: 15px;
    }

    .floatBanner>a {
        width: 200px;
        height: 127px;
    }

    .floatBanner::after,
    .floatBanner::before {
        right: 15px;
        top: -8px;
        border-width: 0 8px 10px 8px;
    }
}

@media screen and (max-width: 480px) {
    .floatBanner {
        right: 15px;
    }

    .floatBanner>a {
        width: 150px;
        height: 96px;
    }
}

@media screen and (max-width: 400px) {
    .floatBanner {
        right: 10px;
    }
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -8px, 0);
                transform: translate3d(0, -8px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -8px, 0);
                transform: translate3d(0, -8px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
                transform: translate3d(0, -4px, 0);
    }
}

/* 平安豬的浮動小banner 結束 */

.content .acc>a {
    color: #000000;
}

@media screen and (min-width: 1025px) {
    .content .acc>a:hover {
        color: #db3b00;
    }
}

.float-btn .back-btn {
    display: none;
}

#menu .submenu {
    background-color: #ffffff;
}

#menu .submenu>li>a {
    font-size: 1.1rem;
    color: #212121;
    font-weight: 600;
    margin: 14px 0px;
}

/* fatfooter修改 */
footer .fatfooter>li>a {
    color: #db3b00;
    font-size: 1.1rem;
}

footer .fatfooter .fatfooter-menulist {
    font-size: 0.95rem;
    line-height: 1.8em;
}