#body {
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "Microsoft JhengHei", Arial, "Segoe UI", sans-serif;
}




/* *{outline:solid 1px red} */

h1 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.red {
    color: #d8521d;
}


.store_item {
    margin: 2% auto;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
}

.store_item li {
    padding: 10px;
    list-style: none;
    background-color: #fff;
    margin: 10px 3px;
    border-radius: 15px;
    width: 45%;
}

.store_item li img {
    margin-left: 10%
}

.title {
    background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/title_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 900;
    color: #c32f00;
    text-align: center;
    background-position: center;
    margin: 20px 10px;
    line-height: 50px;
}

.premium_card img {
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}



/* --- Loading Screen CSS --- */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#boarding-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: 1;
}

#animation-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#boarding-gate,
#new-upgrade,
#notice-board,
#tigercard {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#boarding-gate {
    opacity: 1;
}

#new-upgrade {
    opacity: 0;
    z-index: 3;
}

#notice-board {
    opacity: 0;
    z-index: 3;
}

#tigercard {
    opacity: 0;
    z-index: 4;
}

/* Loading 動畫 Keyframes */
@keyframes quick-breathe {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.02);
        opacity: 0.85;
    }
}

@keyframes slide-down-in {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoom-fade-out {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.visible {
    opacity: 1;
}

.breathe {
    animation: quick-breathe 0.5s ease-in-out infinite alternate;
}

.slide-down {
    animation: slide-down-in 0.3s ease-out forwards;
}

.fade-in {
    animation: fade-in 0.5s ease-out forwards;
}

.zoom-fade {
    animation: zoom-fade-out 1s ease-out forwards;
}




/* start header */

#header {
    background: #fff;
}

#header>a:nth-child(9) {
    display: none;
}

.remote-nav {
    margin: 10px 0 -15px;
    text-align: right;
}

.remote-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 15px 0 1em;
}

.remote-nav a {
    color: #003382;
    font-size: 13px;
}

.memberMenu a {
    color: #000;
}

.noscript {
    border: 2px solid #BF0000;
    background: #FFEFEF;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.site-id {
    background: url(https://image.card.tw.r10s.com/images/common/logo/ttl_rcms.png) no-repeat;
    float: left;
    margin: 0 0 15px 20px;
    width: 294px;
    height: 32px;
    text-indent: -9999px;
    background-size: 294px 32px;
}

.site-id a {
    display: block;
    width: 294px;
    height: 32px;
}

.new-site-id {
    background: url(https://image.card.tw.r10s.com/images/common/logo/ttl_rcms.png) no-repeat;
    float: left;
    margin: 0 0 15px 20px;
    width: 294px;
    height: 32px;
    text-indent: -9999px;
    background-size: 294px 32px;
}

.new-site-id a {
    display: block;
    width: 294px;
    height: 32px;
}

.corp-id {
    background: url(https://image.card.tw.r10s.com/images/common/logo/ttl_rc_c.gif) no-repeat;
    float: left;
    margin: 10px 0 10px 14.5%;
    width: 228px;
    height: 32px;
    text-indent: -9999px;
    background-size: 228px 32px;
}

.corp-id a {
    display: block;
    width: 228px;
    height: 32px;
    margin-bottom: 4px;
}

.new-corp-id {
    background: url(https://image.card.tw.r10s.com/images/common/logo/ttl_rc_c.gif) no-repeat;
    float: left;
    margin: 10px 0 0 30px;
    width: 228px;
    height: 32px;
    text-indent: -9999px;
    background-size: 228px 32px;
}

.new-corp-id a {
    display: block;
    width: 228px;
    height: 32px;
}

.header-bnr {
    float: left;
}

.logout {
    float: right;
    margin: 18px 0 0;
    padding: 0 15px 0 0;
    list-style: none;
}

.logout a {
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    display: block;
    background: #bf0000;
    padding: 5px 10px;
    cursor: pointer;
}

.new-logout,
.new-apply {
    float: right;
    padding: 0 14.6% 0 0;
}

.new-logout a {
    color: #fff;
    border: 2px solid #bf0000 !important;
    font-size: 15px;
    font-weight: bold;
    display: block;
    background: #bf0000;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3em;
    margin-left: 5px;
    line-height: 23px;
}

.new-apply a {
    color: #bf0000;
    border: 2px solid #bf0000 !important;
    font-size: 15px;
    font-weight: bold;
    display: block;
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3em;
    margin-left: 5px;
    line-height: 23px;
}

.promotion {
    float: right;
    margin: 18px 15px 0 0;
}

.promotion a {
    color: #bf0000;
    font-weight: bold;
    border: solid 1px #bf0000;
    display: block;
    font-size: 15px;
    padding: 4px 10px;
}


/* end header */

#sec01 {
    position: relative;
    z-index: auto;
    height: auto;
    background: transparent;
}

#sec02 {
    background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/sec02_bg.jpg);
    background-repeat: repeat;
    padding: 20px 10px;
    margin-top: -140px;
}

#sec03 {
    background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/sec03_bg.jpg);
    background-repeat: repeat;
    padding: 20px 10px;
}

.first_gift {
    text-align: center;
    padding-top: 150px;
}

.first_gift img {
    width: 100%;
}


@keyframes tpointr_i {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(20px);
    }
}

.tpointr_i {
    display: inline-block;
    position: absolute;
    animation: tpointr_i 5s infinite;
    animation-direction: alternate;
    width: 18%;
    right: 0px;
}

@keyframes tpointl_i {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(20px);
    }
}


.tpointl_i {
    left: -10%;
    position: absolute;
    z-index: 1;
    animation: tpointl_i 5s infinite;
    animation-direction: alternate;
    width: 30%;
}



.shopping {
    font-size: 30px;
    color: #fff;
}






/*Tina css start*/

/*window-swiper start*/
.container_swiper {
    margin: 0;
    background-color: #ffe136;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    overflow: hidden;
}

.container {
    display: flex;
    width: 100%;
    /* 這裡控制三個大框框之間的間距 */
    gap: 5px;
    padding: 0 5px;
    align-items: center;
    box-sizing: border-box;
}

.window-box {
    position: relative;
    flex: 1;
    /* 這裡控制長寬比，可依圖片實際比例微調 */
    aspect-ratio: 3 / 4;
}

.content-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* 確保背景透明，避免遮擋 */
    background: transparent;
}

/* 修改重點：讓圖片自適應容器，不被裁切 */
.swiper-slide img,
.static-content img {
    width: 100%;
    height: 100%;
    /* contain 讓圖片在不變形的情況下盡可能放大，且完整顯示 */
    object-fit: contain;
    display: block;
}

.static-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame-image {
    pointer-events: none;
}

/*window-swiper end*/



#main-content {
    background-color: #ffe136;
    width: 100%;
    opacity: 1;
    z-index: 0;
    position: relative;
}

.campaign-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.main-visual {
    position: relative;
    width: 100%;
    height: 378px;
    overflow: visible;
}

.asset {
    position: absolute;
    max-width: 100%;
    height: auto;
    opacity: 0;
    will-change: transform, opacity;
}

#guidance_sign {
    top: 0;
    left: 50%;
    width: 315px;
    z-index: 20;
    transform: translateX(-50%);
    opacity: 0;
}

#window {
    top: 60px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    opacity: 0;
}

#tiger,
#tigercard2-container,
#light-container1,
#light-container2,
#light-container3 {
    position: absolute;
    top: 428px;
    left: 48%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    height: auto;
    opacity: 0;
    will-change: transform, opacity;
}

#tiger {
    z-index: 10;
}

#tigercard2-container,
#light-container1,
#light-container2,
#light-container3 {
    z-index: 15;
}

.hand-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Ticket 區域 */
.ticket-section {
    position: relative;
    width: 100%;
    margin-top: 16px;
    z-index: 10;
    opacity: 0;
    height: 480px;
    overflow: hidden;
}

.ticket-bg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    display: block;
}

.ticket-content-layer {
    position: absolute;
    top: 125px;
    width: 100%;
    z-index: 20;
}

.text-and-button {
    display: flex;
    width: 100%;
    justify-content: center;
}

.text-group {
    color: #333;
    padding: 20px;
    text-align: center;
}

.text-group h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.text-group ul {
    list-style: disc;
    padding: 0 34px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}


.small-note {
    font-size: 12px;
    color: #8a2a2a;
    margin: 0 auto;
    text-align: left;
    padding: 10px 34px;
}

.btn-box {
    margin-top: -12px;
    text-align: center;
}

.btn-box:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

/* Campaign 動畫 Keyframes */
@keyframes slideDownCentered {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

@keyframes fadeInUpCentered {
    from {
        transform: translate(-50%, 50px);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

@keyframes fadeInUpNormal {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rockCCW {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-1deg);
    }
}

@keyframes rockCW {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(1deg);
    }
}

/* Campaign 動畫 Classes */
.anim-sign {
    animation: slideDownCentered 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

.anim-centered-fade {
    animation: fadeInUpCentered 0.5s ease-out forwards;
}

.anim-ticket-fade {
    animation: fadeInUpNormal 1s ease-out forwards;
    animation-delay: 0.2s;
}

.hand-item-card-anim {
    animation: rockCCW 0.7s ease-in-out infinite;
    transform-origin: bottom center;
}

.hand-item-light-anim {
    animation: rockCW 0.7s ease-in-out infinite;
    transform-origin: bottom right;
}

.scrolled-show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/*Tina css end*/

/**POP**/
.modal-content {
    border-radius: 20px !important;
}

.modal-info {
    padding: 5% 3%;
    display: inline-block;
}


.modal-info ul li {
    width: 90%;
    line-height: 1.6;
    font-size: 1.125rem;
    text-align: left;
    padding: 5px;
    margin-left: 5%;
    font-family: 微軟正黑體;
}

.modal-info ul li a {
    color: #000;
    font-size: 1.15rem;
    text-decoration: underline;
    padding: 0px;
}

.store_item {
    margin: 2% auto;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-flow: row nowrap;
}

.store_item li {
    padding: 10px;
    list-style: none;
    background-color: #fff;
    margin: 10px 3px;
    border-radius: 15px;
    width: 45%;
}

.store_item li p {
    font-size: 16px;
    font-weight: 600;
    font-family: 微軟正黑體;
}

.store_item li img {
    margin-left: 10%
}

.store_item li h3 {
    text-align: center;
    line-height: 2;
}

.store_item img {
    width: 80%;
    margin: -5px auto;
}

.store_item li a {
    text-decoration: none;
    color: #fff;
}

.store_item li a:active {
    color: #000000;
}

.discount {
    color: #d92001;
    font-weight: bold;
    font-size: 1.125rem !important;
    font-family: sans-serif;
}

.tag1 {
    background-color: #000;
    color: #fff;
    position: absolute;
    margin: -3% -3%;
    padding: 3px
}

.tag2 {
    background-color: #ff8400;
    color: #fff;
    position: absolute;
    margin: -3% -2%;
    padding: 3px
}


p.i_rebate,
.i_rpoint,
.i_discount,
.i_star,
.i_tigerpoints {
    padding-left: 25px;
    padding-bottom: 10px
}

.i_rebate {
    background-image: url(https://image.card.tw.r10s.com/images/common/rebate.svg);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 12%;
}

.i_rpoint {
    background-image: url(https://image.card.tw.r10s.com/images/common/rpoint.svg);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 12%;
}

.i_discount {
    background-image: url(https://image.card.tw.r10s.com/images/common/discount.svg);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 12%;
}

.i_star {
    background-image: url(https://image.card.tw.r10s.com/images/common/star.svg);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 12%;
}

.i_tigerpoints {
    background-image: url(https://image.card.tw.r10s.com/images/common/tigerpoints.svg);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 12%;
}


.tigerair_btny p {
    font-size: 1.125rem;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    text-align: center;
    height: 20px;
    color: #707070;
    padding: 10px 0;
}

.tigerair_btny {
    width: 75%;
    padding: 5px 10px;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    margin: 5% auto;
    border-radius: 3em;
    background: #000;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .2s ease-out;
    line-height: 1.5;
}

.tigerair_btny a {
    color: #fff
}

.tigerair_btny:visited {
    text-decoration: none;
}

.tigerair_btny:hover,
.tigerair_btny:active {
    text-decoration: none;
    background: #8f0000;
    color: #fff;
    box-shadow: none;
    position: relative;
}



.panda_dicount table {
    border-collapse: collapse;
    width: 100%;
}

.panda_dicount th,
td {
    padding: 5px;
    font-size: 14px;
}

.panda_dicount th {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.panda_dicount td {
    background-color: #ffffff;
    text-align: center;
}

.dicount {
    font-size: 1.35rem;
    font-family: Arial Black, sans-serif;
    font-weight: bold;
    color: #c32f00;
    line-height: 1.2;
}

.dicountk {
    font-size: 2rem;
    font-family: Arial Black, sans-serif;
    font-weight: bold;
}

.title img {
    width: 90%;
    margin: 20px auto;
    display: block;
}

small {
    font-size: 12px;
}


.contents-inner {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
}



@keyframes apply_tbn {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(20px);
    }
}

.apply_tbn {
    top: 50%;
    right: 15%;
    position: absolute;
    z-index: 1;
    animation: apply_tbn 5s infinite;
    animation-direction: alternate;
}



.pandacard {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}


@keyframes card_left {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(20px);
    }

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.panda_card_left {
    margin-top: 6px;
    position: relative;
    animation: card_left 3s forwards;
    animation-direction: alternate;
}

.panda_card_left img {
    width: 115%;
}



@keyframes card_right {
    0% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.panda_card_right {
    position: relative;
    animation: card_right 3s forwards;
    animation-direction: alternate;
    overflow: hidden;
}



.panda_card_right img {
    width: 115%;
    position: relative;
    right: -50px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(20px);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



.discount {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
}

.big {
    font-size: xx-large;
}

.small {
    font-size: x-small;
}

.exclusive_offers {
    font-weight: 600;
}



.exclusive_offers {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 10px;
    list-style: none;
    margin: 20px auto;
}

.store_logo {
    text-align: center
}

.store_logo img {
    margin: 20px 0px
}

.store_logo h1 {
    font-size: 25px;
    font-weight: 800;
    color: #d8521d;
    line-height: 0.8;
}

.store_logo p {
    font-size: 20px;
    font-weight: 600;
    color: #d8521d;
}

.store_info {
    width: 100%
}

.store_info p {
    font-size: 18px;
    margin: 5px 0px;
}

.store_info li {
    font-size: 15px;
    color: 000;
    padding: 3px;
}

.taroko_c {
    padding: 5px 10px;
    color: #fff;
    */ font-weight: bold;
    background-color: #d8521d;
    width: 95%;
    text-align: center;
    display: inline-grid;
    margin: 20px auto 5px auto !important;
}

.taroko {
    font-weight: 800;
}

.note_info ul {
    "contain"
}

.note_info li {
    list-style: decimal;
    list-style-position: inside;
    line-height: 1.3;
}



.ts {
    font-size: 12px;
}



.btn_box {
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.card_btn {
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    border: 2px #e70012 solid;
    border-radius: 50px;
    margin: 10px;
    text-decoration: none;
    position: relative;
    background-color: #e70012;
}

.card_btn:hover {
    background-color: #ffffff30;
    color: #e70012
}



.more_btn {
    display: flex;
    width: 160px;
    height: 25px;
    text-decoration: none;
    font-size: 16;
    color: #aaa;
    background: url(https://image.card.tw.r10s.com/images/common/landing/ad11/more.png) right center no-repeat;
    background-size: auto;
    margin: 50px auto;
    transition-duration: 0.5s;

}


.more_btn:hover {
    color: #b8b8b8;
    transition-duration: 0.5s;
    background: url(https://image.card.tw.r10s.com/images/common/landing/ad11/more.png) right center no-repeat;
    background-size: auto;
    transform: translateX(10px);
}


.domestic_restaurants {
    width: 100%;
    margin: 20px auto;
}

.domestic_restaurants li {
    display: inline-block;
    width: 46.5%;
    list-style: none;
    text-align: center;
    margin: 5px;
}


.domestic_restaurants li img {
    width: 100%;
}

.domestic_restaurants li a {
    text-decoration: none;
}

.domestic_restaurants li:hover {
    text-decoration: none;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 0.2s ease;
}


.cardcontainer {
    padding: 165px 10px 10px 10px;
}

.cardcontainer p {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

@keyframes dot {
    form {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }

}

.miles_dot {
    position: relative;
    top: 99px;
    right: 407px;
    width: 100px;
    height: 100px;
    background: rgba(255, 251, 251, 0.322);
    border: 1px solid white;
    box-shadow: 0 0 30px 1px rgb(81, 246, 255);
    border-radius: 50%;
    animation-name: dot;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


/**POP**/

.table-style {
    border: 2px solid #000;
}

.table-style th {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px;
    background-color: #ddd;
}

.table-style span {
    font-size: 12px;
}

.table-style td {
    font-size: 14px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}


.modal-content {
    border-radius: 30px !important;
    padding: 1%;
}

.modal-info {
    padding: 8%;
    display: flow;
}


.modal-info p {
    font-size: 1.125rem;
    font-family: 微軟正黑體;
}


.modal-info h1 {
    color: #F44336;
    border-bottom: 2px solid;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}



.modal-info h3 {
    color: #F44336;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: left;
    line-height: 3;
}


.qualifications li {
    width: 100%;
    text-align: left;
    font-size: 14px;
    list-style: decimal;
    display: list-item;
    padding: 5px;
}


.qualifications_number li {
    width: 100%;
    text-align: left;
    font-size: 16px;
    list-style: decimal;
    display: list-item;
    padding: 5px 5px 5px 50px;
}

.style-disc li {
    list-style: disc;
}



.info_star li {
    width: 100%;
    text-align: left;
    font-size: 16px;
    list-style: "★";
    display: list-item;
    padding: 5px;
    font-weight: bold;
}







.info_star li {
    width: 100%;
    text-align: left;
    font-size: 14px;
    list-style: "★";
    display: list-item;
    padding: 5px;
    font-weight: bold;
}


.footer {
    padding: 20px 10px;
    color: #333;
    text-align: center;
    background-color: #fff;
}

.footer .text-title {
    font-size: 1.5rem;
    line-height: 2;
}

.footer p {
    font-size: .9rem;
}




.airplan {
    top: 15%;
    left: 5%;
    position: absolute;
}


.korea_food {
    top: 47%;
    left: 21%;
    position: absolute;
    z-index: 1;
}

@keyframes beer_i {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(20px);
    }
}


.beer_i {
    bottom: 3px;
    position: relative;
    animation: beer_i 5s infinite;
    animation-direction: alternate;
}

.beer_i img {
    width: 15%;
}

.japan_i1 img {
    width: 30%;
    position: relative;
    left: 25%;
    %;
}


.korea_i1 {
    position: absolute;
    left: 6%;
    top: -87px;
}

.korea_i1 img {
    width: 35%;
}


.take_photo_i {
    top: 20%;
    left: 3%;
    position: absolute;
    z-index: 1;
}



.korea_i2 {
    top: 30%;
    left: -1%;
    position: absolute;
    z-index: 1;
}

.shopping_i3 {
    bottom: 0%;
    left: 5%;
    position: absolute;
}



.shopping_i img {
    bottom: 0%;
    left: 50%;
    position: relative;
    width: 35%
}



.building_i {
    position: relative;
    left: 30px;
    float: left;
    bottom: 100px;
}


.building_i img {
    width: 54%;
}


.travel_i img {
    top: 22px;
    right: -50%;
    position: relative;
}

.travel_i img {
    width: 48%;
}


.card_gift {
    display: block;
    margin: 10px auto;
}

.card_gift li {
    border: 5px solid #000;
    margin: 60px 10px;
    list-style: none;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(#000 15%, #ffffff -85%);
}

.subtitle {
    position: relative;
    top: -50px;
}

.subtitle img {
    margin: 0 auto;
}

.subtitle p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.subtitle .recommend {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.subtitle h1 {
    color: #e70012;
    font-size: 28px;
    font-weight: 800;
}

.gift_text-center {
    margin-top: 10px;
    padding: 10px;
}




.link {
    padding: 20px 0px;
    align-items: center;
    font-size: 18px;
    display: block;
}

.url {
    max-width: initial;
}

.url a {
    word-break: break-all;
    color: #222;
}

.bg-red {
    background-color: #e60012;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    width: 50%;
    margin: 10px auto;
}

.step3 {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0px;



    .abox {
        flex: 1;
        background-color: #F9B9B7;
        padding: 20px;
        border-radius: 20px;
    }
}


.swiper-container a {
    text-decoration: none;
}

#backlink-inner {
    display: none !important;
}


/*<459px*/
/*459px*/
@media screen and (max-width: 459px) {
    #guidance_sign {
        width: 232px;
    }

    .container_swiper {
        min-height: 37vh;
    }

    #tiger,
    #tigercard2-container,
    #light-container1,
    #light-container2,
    #light-container3 {
        top: 4.8%;
    }

    #notice-board,
    #tigercard {
        margin-top: -2%;
    }

    .ticket-section {
        margin-top: 5.6%;
    }

    .ticket-content-layer {
        top: 14%;
    }

}

/* ----計時器 timer----------------------------------------- */

#timer {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 20px;
}

#timer span {
    font-size: 60px;
    color: #000;
    margin: 0 3px 0 15px;
}

#timer span:first-child {
    margin-left: 0;
}

#seconds {
    color: #fff !important;
}

@keyframes shopping_i2 {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(20px);
    }
}

.shopping_i2 {
    width: 100px;
    top: -2.5%;
    right: 0;
    position: absolute;
    z-index: 1;
    animation: shopping_i2 5s infinite;
    animation-direction: alternate;
}

.shopping_i2 img {
    width: 100%
}



@keyframes sakura_cloudy_i {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(20px);
    }
}

.sakura_cloudy_i img {
    width: 25%;
}

.sakura_cloudy_i {
    top: 5%;
    right: 10%;
    position: relative;
    animation: sakura_cloudy_i 5s infinite;
    animation-direction: alternate;
}

.btn-gradient {
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
}




.btn-gradient {
    margin: 30px auto;
    @include img-baloon;

    a {
        text-align: center;
        padding: 20px 5px;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        align-items: center;
        align-content: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-radius: $radius-xl;
        color: #fff;
        margin: 25px auto;
        background: linear-gradient(to right, rgb(253 28 28) 0%, rgb(229 0 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border: 3px solid #000;
        border-radius: 100px;
        box-shadow: 3px 3px #000;
        text-decoration: none;
        @include has-box-shadow;

        span {
            flex: auto;
            font-size: 20px;
            font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
            font-weight: 600 !important;




            &.icon {
                transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
                position: relative;
                padding-right: 45px;

                &::after {
                    content: "";
                    position: absolute;
                    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
                    width: 45px;
                    height: 45px;
                    top: calc(50% - 22.5px);
                    right: 10px;
                    background: url(https://stg.image.card.tw.r10s.com/images/common/landing/ad04/icon_arr.png) center center no-repeat;
                    background-size: 85%;
                }
            }
        }

        &:hover {
            background-color: #27D0CA;
            color: #fff;

            .icon {
                padding-right: 50px;

                &::after {
                    right: 15px;
                }
            }
        }