@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700;900&display=swap');

body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

body {
    line-height: 1.5;
    font-size: 1rem;
    color: var(--basic-txt);
    background: #fff;
}

@media screen and (max-width:1199px) {
    h1, .h1 {
        font-size: calc(1.2rem + 2vw);
        /* RFS */
    }
}

@media screen and (max-width:991px) {

    /* body {
        font-size: 0.875rem;
    } */
    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.75rem;
    }

    h3, .h3 {
        font-size: 1.5rem;
    }

    h4, .h4 {
        font-size: 1.25rem;
    }

    h5, .h5 {
        font-size: 1rem;
    }

    /* h6, .h6 {
        font-size: 0.875rem;
    } */
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.content-fluid {
    /* container-fluid */
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox_main {
    position: relative;
    padding: 0 10px var(--content-p);
    text-align: center;
    z-index: 10;
}

@media screen and (min-width: 576px) {
    .contentbox {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }

    .contentbox_main {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }
}

.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*-------------------- 共用樣式 --------------------*/

:root {
    --basic-txt: #212121;
    --gray-light: #edf1f0;
    --main-ye: #5ea318;
    --ye-light: #fdd66d;
    --theme-pink:#ffa0ab;
    --theme-lightPink:#feb9df;
    --ye-deep: #34720b;
    --main-og: #ff6600;
    --main-light: #00b7cc;
    --main-color: #009dbd;
    --main-deep: #0059a9;
    --sec-top-margin: 2.6rem;
    --content-p: 5rem;
    --transition-com: all 0.25s ease;
}

@media screen and (max-width:991px) {
    :root {--content-p: 3.5rem;}
}

strong {
    font-weight: 600 !important;
}

/*-- 區塊陰影 --*/

.sec-shadow {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

/*-- 標題與區塊重疊樣式 --*/

.sec-top-margin {
    margin-top: -2.5rem;
    /* padding-top: var(--sec-top-margin); */
}

/*-- 重要底線 --*/

.under-line {
    border-bottom: 3px solid var(--main-color01);
}

/*-------------------- 共用樣式 END --------------------*/

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 450px;
    position: relative;
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/header_1920x450_20220629.jpg) no-repeat center;
    background-image: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/header_1920x450_20220629.jpg);
    background-size: cover;
}

@media screen and (max-width: 991px) {
    #main_top {
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 767px) {
    #main_top {
        padding-bottom: 52.1%;
        background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/header_768x400_20220321.jpg) no-repeat center;
        background-size: cover;
        background-image: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/header_768x400_20220704.jpg);
    }
}

/*-------------------- 主視覺 END --------------------*/

/*-------------------- NAV --------------------*/

.nav_bar {
    padding: 0;
    background: var(--main-ye);
}

.nav_bar ul.rowline {
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
}

.nav_bar ul.rowline>li {
    display: inline-block;
    text-align: center;
    padding: 0.8rem 2rem;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.7);
    /* -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; */
    transition: var(--transition-com);
}

.nav_bar ul.rowline>li>img {
    zoom: 0.7;
    vertical-align: bottom;
    margin-right: 0.5rem;
    filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.7));
}

.nav_bar ul.rowline>li:hover {
    transform: translateY(-3px);
    text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.7);
}

.nav_bar ul.rowline>li:hover>img {
    filter: drop-shadow(1px 5px 2px rgba(0, 0, 0, 0.7));
}

@media screen and (max-width:991px) {
    .nav_bar ul.rowline>li {
        font-size: 1.125rem;
    }
    .nav_bar ul.rowline>li>img{zoom: 0.6;}
}

@media screen and (max-width: 767px) {
    .nav_bar ul.rowline>li {
        padding: 0.6rem 1.2rem;
        font-size: 1.05rem;
    }
    .nav_bar ul.rowline>li>img{zoom: 0.45;vertical-align:text-bottom;}
}

/*-------------------- NAV END --------------------*/

/*-------------------- 全頁 --------------------*/

#wrapper {
    padding-top: var(--content-p);
    width: 100%;
    overflow-x: hidden;
}

/*-- 標題字級 --*/

h1 {
    /* font-family:'Noto Sans TC', sans-serif; */

    font-family: 'Noto Serif TC', sans-serif;
    position: relative;
    /* color: #163700; */
    font-weight: 800;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.5rem;
    margin-bottom: 1.5rem;
    z-index: 100;
}

h1::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 1rem;
    left: 1rem;
    width: 100%;
    height: 80%;
    border: 3px solid var(--theme-pink);
    z-index: -1;
}

@media screen and (max-width:991px) {
    h1>img {
        zoom: 0.85;
    }
}

@media screen and (max-width:767px) {
    h1>img {
        zoom: 0.7;
    }
}

h2 {
    font-weight: 600;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    /* color: #2d4d00; */
}

h2>.material-icons {
    font-size: 2.2rem;
}

.font-noto {
    font-family: 'Noto Sans TC', "微軟正黑體", "微软雅黑", sans-serif;
}

.material-icons {
    vertical-align: text-top;
}

/*-- 按鈕 --*/

.btn-lg {
    padding: 0.8rem 2rem;
    color: #fff !important;
    white-space: nowrap;
}

@media screen and (max-width:991px) {
    .btn-lg {
        /* padding: 0.8rem 2.2rem; */
        font-size: 1.125rem;
    }
}

/*-- 區塊樣式 --*/

.con_area {
    position: relative;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 248, 237, 1) 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 248, 237, 1) 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 248, 237, 1) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#faf8ed', GradientType=0);
    /* IE6-9 */
}

/* 
@media screen and (max-width:767px) {
    .con_area>.rowline>.col-12:nth-of-type(1) {
        margin-bottom: 3rem;
    }
} */

/*-- 按鈕區域 --*/

.btn-sec {
    padding: 1rem 0 0;
    margin-bottom: 0;
    text-align: center;
}

.btn-sec>p {
    font-size: 0.9375rem;
    margin-top: 0.5rem;
}

.btn-sec>p>strong {
    border-bottom: 3px solid var(--ye-light);
    font-size: 120%;
}

/*-------------------- 全頁 END --------------------*/

/*-------------------- 航班資訊 #taitung_info --------------------*/

#taitung_info::after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 85%;
    height: 70%;
    background: var(--gray-light);
    z-index: -2;
}

#taitung_info h1::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-title01.png);
    margin-right: 1rem;
}

.table-bordered td, .table-bordered th {
    background: #fff;
}

#taitung_info .table {
    border: 3px solid var(--ye-deep);
    box-shadow: 2px 20px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

/* #taitung_info .table::after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 100%;
    height: 100%;
    background: var(--yellow);
    z-index: -1;
} */

#taitung_info .table thead th {
    background: var(--theme-lightPink);
    border-bottom: none;
}

/*-------------------- 航班資訊 #taitung_info END --------------------*/

/*-------------------- 推薦行程 #taitung_sale --------------------*/

@keyframes airfloat {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4rem);
    }

    100% {
        transform: translateX(0);
    }
}

#taitung_sale {
    --ye-light: #ffc800;
}

#taitung_sale.taitung_sale_sec {
    padding-top: calc(var(--content-p) * 1.5);
    margin-top: calc(var(--content-p) * -2);
}

#taitung_sale img[src*='icon-airplane'] {
    position: absolute;
    top: calc(var(--content-p) * 2.5);
    left: 0;
    z-index: -1;
    zoom: 0.45;
}

#taitung_sale img[src*='icon-cloud'] {
    position: absolute;
    top: calc(var(--content-p) * 0.8);
    left: 1.2rem;
    z-index: -1;
    animation-name: airfloat;
    /*動畫名稱，需與 keyframe 名稱對應*/
    animation-duration: 4s;
    /*動畫持續時間，單位為秒*/
    animation-delay: 0;
    /*動畫延遲開始時間*/
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width:991px) {
    #taitung_sale img[src*='icon-airplane'] {
        top: calc(var(--content-p) * 1);
        zoom: 1;
        width: 30%;
        height: auto;
        animation-duration: 5s;
    }

    #taitung_sale img[src*='icon-cloud'] {
        zoom: 1;
        width: 26%;
        height: auto;
        animation-duration: 8s;
    }
}

@media screen and (max-width:767px) {
    #taitung_sale img[src*='icon-airplane'] {
        top: calc(var(--content-p) * 1);
        width: 32%;
        height: auto;
        animation-duration: 5s;
    }

    #taitung_sale img[src*='icon-cloud'] {
        width: 45%;
        top: calc(var(--content-p) * 0.9);
        left: 0.2rem;
    }
}

.taitung_sale_sec {
    padding-top: calc(var(--content-p) * 0.4);
    margin-top: calc(var(--content-p) * 0.5);
}

.taitung_sale_sec::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/bg-01.jpg) no-repeat center/cover;
    z-index: -1;
}

@media screen and (max-width:767px) {
    .taitung_sale_sec::before {
        width: 100%;
    }
}
.taitung_limit_sec{
    position: relative;
    padding-top: calc(var(--content-p) * 0.4);
}

.taitung_limit_sec::before{
    content: '';
    position: absolute;
    display: block;
    top: -3rem;
    right: 0;
    width: 90%;
    height: 100%;
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/bg-play01.jpg) no-repeat center/cover;
    z-index: -2;
}

/* 自由行BG */

@keyframes roll {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes movecloud {
    0% {
        right: 0;
        opacity: 0;
    }

    25% {
        right: 25%;
        opacity: 1;
    }

    75% {
        right: 75%;
        opacity: 1;
    }

    100% {
        right: 100%;
        opacity: 0;
    }
}

#sale_backpack {
    margin-top: 0;
}

#sale_backpack:before {
    /* background: #c5ef89; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#defab4+10,c5ef89+94 */
    background: #defab4;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #defab4 10%, #c5ef89 94%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #defab4 10%, #c5ef89 94%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #defab4 10%, #c5ef89 94%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#defab4', endColorstr='#c5ef89', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    height: 95%;
    top: -3rem;
    right: 100%;
    transform: translateX(0);
    z-index: -10;
}

/* #sale_backpack:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #e3ffbd;
    transform: scale(2) rotate(45deg);
    z-index: -2;
} */

#sale_backpack>img[src*='icon-circle']:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

#sale_backpack>img[src*='icon-circle']:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
}

#sale_backpack>img[src*='icon-travelcase'] {
    position: absolute;
    top: -3rem;
    right: 5rem;
}

#sale_backpack>img[src*='icon-camera'] {
    position: absolute;
    top: 6.5rem;
    right: 1.5rem;
}

@media screen and (max-width:1199px) {
    #sale_backpack>img[src*='icon-travelcase'] {
        right: 3rem;
        width: 24%;
    }

    #sale_backpack>img[src*='icon-camera'] {
        top: -4rem;
        right: 1rem;
        width: 10%;
    }
}

@media screen and (max-width:767px) {
    #sale_backpack:before {
        height: 87%;
    }
    #sale_backpack>img[src*='icon-travelcase'] {
        top: -3rem;
        right: 3rem;
        width: 38%;
    }

    #sale_backpack>img[src*='icon-camera'] {
        top: 0;
        right: 0.5rem;
        width: 16%;
    }
}

/* 電動腳踏車 */
#sale_backpack>.icon-bike-sec {
    position: absolute;
    --icon-w: 360px;
    /* 原尺寸305px */
    width: var(--icon-w);
    height: calc(var(--icon-w) * 177 / 305);
    left: 2rem;
    bottom: -60px;
    transform: translateY(50%);
    z-index: 1;
}

@media screen and (max-width:1199px) {
    #sale_backpack>.icon-bike-sec {
        --icon-w: 300px;
        left: 0;
    }

}

@media screen and (max-width:991px) {
    #sale_backpack>.icon-bike-sec {
        --icon-w: 200px;
        bottom: -1rem;
    }
}

@media screen and (max-width:767px) {
    #sale_backpack>.icon-bike-sec {
        --icon-w: 180px;
        bottom: -1.6rem;
    }
}

#sale_backpack>.icon-bike-sec>img[src*='icon-bike-pink.png'] {
    width: 100%;
    height: auto;
}

#sale_backpack>.icon-bike-sec>img[src*='icon-bike-footrest.png'] {
    position: absolute;
    width: calc(26 / 305 * 100%);
    height: auto;
    left: 49.18032%;
    top: 67.79661%;
    z-index: 2;
    transform-origin: 5px 5px;
    animation-name: roll;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#sale_backpack>.icon-bike-sec::after, #sale_backpack>.icon-bike-sec::before {
    content: '';
    position: absolute;
    width: 36.3935%;
    height: 0;
    padding-bottom: 35.4098%;
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-bike-wheel.png) no-repeat center/contain;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation-name: roll;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#sale_backpack>.icon-bike-sec::after {
    right: 0;
    bottom: 0;
}

#sale_backpack>.icon-bike-sec::before {
    left: 0;
    bottom: 0;
}

/* 電動腳踏車 END */

#sale_backpack>.icon-movecloud-sec {
    position: absolute;
    width: 60%;
    height: 200px;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#sale_backpack>.icon-movecloud-sec>img[src*='icon-move-cloud'] {
    position: absolute;
    width: 30%;
    height: auto;
    bottom: 0;
    animation-name: movecloud;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width:1199px) {
    #sale_backpack>.icon-movecloud-sec>img[src*='icon-move-cloud'] {
        width: 45%;
        bottom: 1rem;
    }
}

@media screen and (max-width:767px) {

    #sale_backpack>img[src*='icon-circle'] {
        width: 40%;
    }

    #sale_backpack>img[src*='icon-circle']:nth-of-type(1) {
        display: none;
    }

    #sale_backpack>.icon-movecloud-sec {
        width: 100%;
        bottom: -60px;
    }
}

#sale_backpack .btn-sec {
    position: relative;
    margin-top: 0;
    z-index: 100;
}

#sale_backpack .btn-sec>.btn {
    position: relative;
}

#sale_backpack .btn-sec>.btn>span {
    position: absolute;
    font-size: 80%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 110%);
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
    color: var(--ye-deep);
    font-weight: 800;

}

#sale_backpack .btn-sec>.btn>span>strong {
    font-size: 125%;
}

@media screen and (max-width:767px) {
    #sale_backpack>.icon-bike-sec>img[src*='icon-bike-footrest.png'] {
        transform-origin: 2px 2px;
    }

    #sale_backpack .btn-sec {padding-top: 0;
    }

    #sale_backpack .btn-sec .br-mobile{
     display: none;
    }

    #sale_backpack .btn-sec>.btn {
        margin-bottom: 2.5rem;
        font-size: 1.125rem;
        padding: 0.6rem 1.5rem;
    }
}

/* 自由行BG END */

/* 純機票 BG */

#sale_ticket {
    padding-bottom: calc(var(--content-p) * 0.5);
    overflow-y: hidden;
}

#sale_ticket:before {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}

/* 純機票 旋轉太陽BG */

@keyframes sunrise {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.taitung_sale_sec>.icon-sunrise-sec {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    transform: translate(-50%, 50%);
}

.taitung_sale_sec>.icon-sunrise-sec>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    animation-name: sunrise;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width:767px) {
    .taitung_sale_sec>.icon-sunrise-sec {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 65%;
        height: 0;
        padding-bottom: 65%;
        transform: translate(-50%, 50%);
    }
}

/* 純機票 BG END */

.taitung_sale_sec>.contentbox_main {
    padding-bottom: calc(var(--content-p) * 0.4);
}

.taitung_sale_sec h1::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-title02-1.png);
    margin-right: 1rem;
    vertical-align: middle;
}

.taitung_sale_sec h2 {
    /* border-bottom: 3px dotted var(--ye-light); */
    margin-top: 1rem;
}

.sale_focus {
    font-weight: 600;
    line-height: 1.8;
}

.sale_focus>strong {
    border-bottom: 2px solid var(--ye-light);
}

.sale_focus>svg {
    color: #fff;
}

.sec-nav {
    justify-content: center;
}

.sec-nav>li.btn {
    display: inline-block;
    background: transparent;
    border-radius: 100px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    /* border-color: #fff; */
    /* border-width: 2px; */
    background: var(--main-ye);
    margin: 0 0.5rem 1rem;
    transition: var(--transition-com);
}

.sec-nav>li.btn:hover {
    color: var(--basic-txt);
    border-color: var(--light);
    background: var(--light);
}

/*-- 商品區 .pro --*/

.pro {
    --sale: #ff6600;
    --sale-hover: #ff4400;
    --box-border: #0061b3;
}

.pro>div {
    margin-bottom: 1.5rem;
}

.sale_box {
    color: var(--basic-txt);
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    z-index: 10;
    transition: var(--transition-com);
    display: flex;
    flex-direction: column;
}

.sale_box:hover {
    color: var(--basic-txt);
    transform: translateY(-1rem);
    box-shadow: 0 1rem 8px rgba(0, 0, 0, 0.3);
}

.sale_box>img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sale_info {
    position: relative;
    padding: 0.5rem 0.3rem 40px;
    font-size: 1rem;
    flex: 1;
}

.sale_info>h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

@media screen and (max-width:767px) {
    .pro .collapse>.rowline>.col-6 {
        margin-bottom: 1rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .sale_info>h5 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }

    .sale_info>p {
        font-size: 0.9375rem;
    }

    .sale_info>.price_txt, .sale_info>.date_txt {
        font-size: 0.9375rem;
    }
}

.sale_info>.date_txt {
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.sale_info>.date_txt>svg {
    font-size: 90%;
}

.sale_info>.spec_txt>li {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--main-ye);
    color: var(--main-ye);
    font-size: 0.9375rem;
    padding: 0.2rem 0.8rem;
    margin-bottom: 5px;
    border-radius: 5px;
}

.sale_info>.price_txt {
    position: absolute;
    display: block;
    text-align: right;
    font-weight: 600;
    bottom: 0;
    width: calc(100% - 0.5rem);
    color: var(--sale);
}

.sale_info>.price_txt>span {
    font-size: 1.75rem;
}

.sale_info>.price_txt:after {
    /* clearfix */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.btn_sale {
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
    float: right;
    background-color: var(--sale);
    border-color: var(--sale);
    transition: var(--transition-com);
}

.btn_sale>.material-icons {
    vertical-align: middle;
}

.btn_sale:hover, .sale_box:hover .btn_sale, .btn_sale.soon {
    color: #fff;
    background-color: var(--sale-hover);
    border-color: var(--sale-hover);
}

.sale_box.sold_out::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-soldout.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 10;
}

/*-------------------- 推薦行程 #taitung_sale END --------------------*/

/*-------------------- 活動限定 #play --------------------*/

/*-- 區塊大標題樣式 --*/

.b-left {
    border-left: 5px solid var(--theme-lightPink);
}

.play-intro h2 {
    /* font-family: 'Noto Sans TC', sans-serif; */
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--box);
    width: 100%;
    margin-top: 2.5rem;
    text-align: right;
}

@media screen and (max-width:1199px) {
    .play-intro h2 {
        font-size: calc(1.2rem + 1.5vw);
    }
}

.play-intro.intro-train h2, .play-intro.intro-tour h2 {
    border-right: 0.8rem solid var(--box);
    transform: translateX(15px);
    padding-right: 0.5rem;
}

.play-intro.intro-airplane h2 {
    border-left: 0.8rem solid var(--box);
    text-align: left;
    transform: translateX(-15px);
    padding-left: 0.5rem;
}

@media screen and (max-width:991px) {
    .play-intro>h2 {
        top: calc(var(--pt) + 0);
    }

    h2>.rowline>div:nth-of-type(1)>img {
        max-width: 60%;
    }

    .play-intro>h2>.rowline>div:nth-of-type(2) {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+70,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
    }

    h2>.rowline>div:nth-of-type(2)>strong {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:767px) {
    .play-intro>div {
        text-align: center;
    }

    .play-intro.intro-train h2, .play-intro.intro-tour h2 {
        display: inline-block;
        width: auto;
        border-right: none;
        border-bottom: 5px solid var(--box);
        transform: translateX(0);
        padding-right: 0;
    }

    .play-intro.intro-airplane h2 {
        display: inline-block;
        width: auto;
        border-left: none;
        border-bottom: 5px solid var(--box);
        transform: translateX(0);
        padding-left: 0;
    }
}

/*-- 區塊大標題樣式 END --*/

#play {
    --h3-bl: var(--ye-light);
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/bg-play02.jpg) no-repeat center/cover;
    position: relative;
    margin-top: calc(var(--content-p) * 1.5);
    padding-bottom: var(--content-p);
    text-align: center;
    overflow-y: hidden;
}

.souvenir-block>img[src*='icon-selfie'] {
    position: absolute;
    right: 12%;
    top: -130px;
    width: 12%;
    max-width: 292px;
    height: auto;
    z-index: 1;
}

@media screen and (max-width:991px) {
    .souvenir-block>img[src*='icon-selfie'] {
        width: 22%;
        top: 12px;
        right: 5%;
    }
}

.souvenir-block>img[src*='icon-hot']{
    position: absolute;
    top: -20px;
    right: 8%;
    animation: airfloat 2.5s ease infinite ;
}

@media screen and (min-width:992px){
    .souvenir-block>img[src*='icon-hot']{
        top: -140px;
        right: 8%;
        width: 100px;
    }
}

#play h1::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-title03.png);
    margin-right: 1rem;
    vertical-align: middle;
}

#play::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+5,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 5%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 5%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 5%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

/* #play::after {
    content: ''; 
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 8%;
    background: var(--ye-light);
    transform: scale(2) rotate(45deg);
}*/

@media screen and (max-width:767px) {
    #play::after {
        top: 48%;
        width: 150%;
        height: 5%;
        transform: scale(3) rotate(45deg);
        background: #92dfe8;
    }
}

.play-intro.intro-train {
    --box: #eb6e59
}

.play-intro.intro-airplane {
    --box: #916628
}

.play-intro.intro-tour {
    --box: var(--main-color);
}

.play-intro {
    --pt: 1rem;
    padding-top: var(--pt);
    padding-bottom: var(--pt);
    justify-content: center;
    position: relative;
    text-align: left;
    z-index: 2;
}

.play-intro>div {
    position: relative;
    margin: 0;
}

/* .play-intro.intro-airplane::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #92dfe8;
    transform: scale(1.5) rotate(45deg);
    z-index: -10;
} */

/* 內容區塊 */

.play-intro>div:nth-of-type(3) {
    margin-top: -25%;
    padding-left: 0;
    padding-right: 3rem;
}

.play-intro>div:nth-of-type(4) {
    margin-top: 1%;
    padding-left: 2rem;
    padding-right: 1rem;
}

.play-intro>div:nth-of-type(5) {
    margin-top: -21%;
    padding-left: 1rem;
    padding-right: 0;
}

.play-intro>div:nth-of-type(6) {
    margin-top: 1%;
    padding-left: 1rem;
    padding-right: 2rem;
}

.play-intro>div:nth-of-type(7) {
    margin-top: -25%;
    padding-left: 0;
    padding-right: 2rem;
}

.play-intro>div:nth-of-type(8) {
    margin-top: 1%;
    padding-left: 3rem;
    padding-right: 0;
}

.play-intro.intro-airplane>div:nth-of-type(3) {
    margin-top: 1%;
}

.play-intro.intro-airplane>div:nth-of-type(4) {
    margin-top: -18%;
}

.pic-box {
    position: relative;
    box-shadow: 3px 8px 5px rgba(0, 0, 0, 0.25);
}

.pic-box>img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:991px) {
    .play-intro>div:nth-of-type(3) {
        margin-top: -30%;
        padding-left: 0;
        padding-right: 1rem;
    }

    .play-intro>div:nth-of-type(4) {
        /* margin-top: -2%; */
        padding-left: 1rem;
        padding-right: 0;
    }

    .play-intro.intro-airplane>div:nth-of-type(4) {
        margin-top: -36%;
    }

    .play-intro>div:nth-of-type(5) {
        margin-top: -19%;
        padding-left: 0;
        padding-right: 0;
    }

    .play-intro>div:nth-of-type(6) {
        margin-top: -29%;
        padding-left: 2rem;
        padding-right: 0;
    }

    .play-intro>div:nth-of-type(7) {
        margin-top: -9%;
        padding-left: 0;
        padding-right: 1rem;
    }

    .play-intro>div:nth-of-type(8) {
        margin-top: 2%;
        padding-left: 1rem;
        padding-right: 0;
    }
}

@media screen and (max-width:767px) {
    .play-intro.intro-airplane>div:nth-of-type(1) {
        margin-top: 30%;
    }
}

/*-- 文字區 --*/

.txt-box {
    position: absolute;
    /* background: var(--box); */
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1.2rem;
    text-align: left;
    z-index: 10;
}

.txt-box>p {
    margin-bottom: 0.2rem;
    text-align: justify;
}

h3 {
    display: inline-block;
    padding-left: 0.5rem;
    /* font-weight: 800; */
}

h3>b {
    font-size: 1.25rem;
}

.play-intro .txt-box {
    width: 100%;
    max-width: 505px;
}

.play-intro>div:nth-child(odd) .txt-box {
    bottom: 0;
    right: 0;
}

.play-intro>div:nth-child(even) .txt-box {
    bottom: 0;
    left: 0;
}

/* 小格區塊樣式 .sm-box */

.play-intro>div.sm-box:nth-child(odd) .txt-box {
    bottom: -1.5rem;
    left: -0.5rem;
}

.play-intro>div.sm-box:nth-child(even) .txt-box {
    bottom: -25%;
    right: -1rem;
}

@media screen and (max-width:991px) {
    .txt-box {
        position: relative;
    }

    .play-intro>div.sm-box:nth-child(odd) .txt-box {
        bottom: 0;
        left: 0;
    }

    .play-intro>div.sm-box:nth-child(even) .txt-box {
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .play-intro>div {
        margin-top: 1rem !important;
        padding-left: 0;
        padding-right: 0;
    }

    .play-intro>div:nth-of-type(1) {
        margin: 0;
        padding: 0;
    }

    .play-intro>div:nth-of-type(2) {
        margin-top: 0 !important;
    }
}

/*-- 文字區 END --*/

/*-------------------- 活動限定 #play END --------------------*/

/*-------------------- 會員專屬 #discount --------------------*/

#discount {
    padding-top: var(--content-p);
    background: #fed6e3;
    background-image: -moz-linear-gradient(to bottom left, #defab4 0%, #fed6e3 100%);
    background-image: -webkit-linear-gradient(to bottom left, #defab4 0%, #fed6e3 100%);
    background-image: linear-gradient(to bottom left, #defab4 0%, #fed6e3 100%);
}

#discount::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 26.85%;
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-hearts.png) no-repeat left bottom/cover;
}

#discount h1::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-title04-1.png);
    margin-right: 1rem;
    vertical-align: middle;
}

#discount>img[src*='icon-circle']:nth-of-type(1) {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-1rem);
    zoom: 0.9;
}

#discount>img[src*='icon-circle']:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width:767px) {
    #discount>img[src*='icon-circle']:nth-of-type(1) {
        transform: translateY(-50%);
        zoom: 1;
        width: 40%;
    }
}

#discount h2 {
    color: var(--danger);
    font-weight: 800;
}

#discount h2::after, #discount h2::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-lightning.png);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.prize_pic, .prize_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.prize_pic {
    align-items: flex-end;
}

.prize_pic>img {
    max-width: 90%;
}

.prize_pic>img+img{
    margin-top: 20px;
}

@media screen and (max-width:991px) {
    .prize_pic>img {
        max-width: 100%;
    }
}

.prize_pic>img[src*='icon-coupon'] {
    filter: drop-shadow(0.5rem 0.5rem 0 var(--theme-lightPink));
}

.prize_txt {
    align-items: center;
}

.prize_txt>p.hot {
    display: inline-block;
    border: 1px dashed var(--warning);
    color: var(--danger);
    width: auto;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

/* souvenir-block */
.souvenir-block{
    padding: 0 15px;
    position: relative;
}

.souvenir-SubTitle{
    padding: 40px 60px;
    text-align: center;
}

.souvenir-SubTitle h3{
    font-size: 28px;
    color: #1f284c;
    font-weight: 600;
}

.souvenir-content{
    position: relative;
    z-index: 2;
}

.souvenir-img{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgb(0 0 0 / 40%);
}

.souvenir-img img{
    width: 100%;
    display: block;
}

.souvenir-name{
    padding: 16px 0;
}

.souvenir-name p{
    font-size: 20px;
    padding-bottom: .5rem;
    border-bottom: 2px solid #2d4472;
    line-height: 1.3;
}

.souvenir-name span{
    font-size: 20px;
    display: block;
}


@media screen and (min-width:768px){
    .souvenir-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .souvenir-item{
        width: calc(50% - 7.5px);
        display: flex;
        flex-direction: column;
    }

    .souvenir-name p{
        min-height: 60px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1024px){
    .souvenir-content{
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .souvenir-item{
        width: calc(33.333% - 15px);
        margin-right: 15px;
    }

}

@media screen and (min-width:1200px){
    .souvenir-item:nth-child(n+7) p{
        min-height: initial;
    }
}

/*-------------------- 會員專屬 #discount END --------------------*/

/*-------------------- 注意事項 #taitung_note --------------------*/

#taitung_note {
    padding-top: var(--content-p);
    background: var(--gray-light);
}

#taitung_note h1::before {
    content: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/icon-title05.png);
    margin-right: 1rem;
    vertical-align: middle;
}

#taitung_note h2{
    padding-top: 2rem;
}

#taitung_note ul {
    /* padding-inline-start: 24px; */
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    #taitung_note ul {
        padding-inline-start: 5px;
    }
}

#taitung_note li {
    text-align: left;
}

@media screen and (max-width:991px) {
    #taitung_note li {
        font-size: 0.9375rem;
    }
}

#taitung_note .contentbox>ul {
    width: 90%;
    margin: 0 auto;
    padding-inline-start: 0;
}

.note_list {
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/note_icon01.png) no-repeat left 3px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.note_list_content {
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/note_icon02.png) no-repeat left 6px;
    padding-left: 20px;
}

.note_content_item {
    background: url(https://event.cdn-eztravel.com.tw/events/taitung2.0/note_icon02.png) no-repeat left 7px;
    padding-left: 15px;
    font-size: 0.9375rem;
    margin-bottom: 2px;
}

#btn_app {
    position: fixed;
    right: 5px;
    bottom: calc(60px + 95px + 5px);
    z-index: 999;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width:767px) {
    #taitung_note .contentbox>ul {
        width: 95%;
    }

    #btn_top, #btn_app {
        right: 0;
    }
}