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;
}

html {
    font-size: 16px;
}

body {
    line-height: 1.6;
    font-size: 1rem;
    color: #333333;
}

.h1,
h1 {
    font-size: min(calc(1.375rem + 1.5vw), 2.5rem);
}

.h2,
h2 {
    font-size: min(calc(1.325rem + 0.9vw), 2rem);
}

.h3,
h3 {
    font-size: min(calc(1.3rem + 0.6vw), 1.75rem);
}

.h4,
h4 {
    font-size: min(calc(1.275rem + 0.3vw), 1.5rem);
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    h5,
    .h5 {
        font-size: 1.125rem;
    }

    h6,
    .h6 {
        font-size: 0.875rem;
    }
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

.table td {
    padding: 0.15rem;
    text-align: center;
}

.table th {
    text-align: center;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}

.line-h18 {
    line-height: 1.8;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

.content-fluid {
    /* container-fluid */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

@media screen and (min-width: 576px) {
    .contentbox {
        max-width: 540px;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-none {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }
    .d-md-block {
        display: block;
    }
    .d-md-none {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-none {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }
    .d-xl-block {
        display: block;
    }
    .d-xl-none {
        display: none;
    }
}

.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 576px) {
    .col-md-4 {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/*-------------------- 共用顏色樣式 --------------------*/

:root {
    --com-color: #212121;
    --logo-main: #11d073;
    --logo-ye: #f9ea67;
    --logo-dark: #e35c00;
    --sale-color: #6149ff;
    --sale-hover: #3d2abd;
    --con-bg: #fffef7;
    --nav-bg: #6149ff;
    --transition-com: all 0.25s ease;
    --bg-hover: linear-gradient(
        135deg,
        rgba(167, 135, 255, 0) 30%,
        rgba(171, 255, 255, 0.7) 50%,
        rgba(110, 108, 255, 0) 70%
    );
}

.con-bg {
    background-color: var(--con-bg);
    box-shadow:
        0 0 0 1px #000,
        5px 6px 0 var(--nav-bg);
}

ul.li-decimal li {
    list-style-type: decimal;
}

.btn-danger {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-danger:hover {
    background-color: #f54100;
    border-color: #f54100;
}

/*-------------------- format --------------------*/
html,
body {
    font-family:
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Ubuntu,
        Cantarell,
        Noto Sans,
        sans-serif,
        BlinkMacSystemFont,
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-weight: 400;
    color: #121212;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ol,
ul {
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

[class^="section__"] {
    padding: 40px 0;
}

[class^="block__"] {
    padding: 0 15px;
}

[class^="title__"] {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    /* max-width: 250px; */
}

.title-wrap img {
    margin: 0 auto;
    zoom: 0.6;
    display: block;
}

[class^="title__"] span {
    display: block;
    font-size: 1px;
    width: 1px;
    height: 1px;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }

    [class^="section__"] {
        padding: 60px 0;
    }

    .title-wrap img {
        zoom: 1;
    }

    /* [class^='title__'] {
        max-width: 360px;
    } */
}

@media screen and (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }

    [class^="section__"] {
        padding: 80px 0;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper {
        max-width: 1140px;
    }
}

/*-------------------- quick start --------------------*/
.section__activity {
    position: relative;
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202509/APP_Q2web_BG_T_02.jpg) repeat center;
}
/*9
.section__activity::before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background:#6D40C7;
}
*/
.section__plan::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(254 100 0) 0%, rgb(128 76 165 / 0%) 59%);
}

.section__process {
    position: relative;
    width: 100%;
    background: #fcd168 url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202509/APP_Q2web_BG_B.jpg) no-repeat center bottom / 100%;
}

@media screen and (max-width: 767px) {
    /*.section__process {
        background: rgba(0, 219, 244, 1) url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202405/bg-beach.png) no-repeat center bottom/150%;
    }*/
}

.takeit {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.title__activity {
    padding-bottom: 20px;
}

.discount-item {
    text-align: center;
    padding-bottom: 32px;
}

.code h5 {
    margin-bottom: 1rem;
}

.code li {
    padding-bottom: 1rem;
}

.block__download {
    padding-top: 30px;
}

.download-group .img-wrap {
    max-width: 200px;
    margin: 0 auto 20px;
}

.download-group img {
    width: 100%;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .download-group {
        display: flex;
        justify-content: center;
    }

    .download-group a + a {
        margin-left: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .download-group .img-wrap {
        max-width: 250px;
        margin-bottom: 0;
    }
}

.step-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.step-item {
    text-align: center;
    color: #fff;
    width: 32%;
    color: #121212;
}

.step-item .img-wrap {
    padding: 1rem;
    margin: 0 auto;
    background-image: linear-gradient(to top, transparent 47.5%, #aaa 48%, #aaa 50%, transparent 50.5%);
}

.step-item h3 {
    font-size: 0.9rem;
}

.step-item img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .step-item h3 {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 992px) {
    .section__process {
        padding: 20px 0 130px;
    }
    .step-item {
        width: 20%;
    }
}

.section__plan {
    background-color: #ffefc7;
    position: relative;
}

.section__activity .wrapper,
.section__process .wrapper {
    padding: 0 15px;
}

.block-style {
    background-color: #fff;
    position: relative;
    padding: 20px;
    border-radius: 40px;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 50px 60px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .block-style {
        box-shadow:
            rgba(50, 50, 93, 0.25) 0px 30px 40px -20px,
            rgba(0, 0, 0, 0.3) 0px 30px 40px -30px,
            rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
}
@media screen and (max-width: 767px) {
    .block-style {
        box-shadow:
            rgba(50, 50, 93, 0.25) 0px 20px 25px -20px,
            rgba(0, 0, 0, 0.3) 0px 20px 25px -30px,
            rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
}

.note-group {
    /*padding: 20px 0;*/
    /* color: #fff; */
}

@media screen and (min-width: 768px) {
    .block-style {
        padding: 50px 60px 40px;
    }
}


.block-style_01 {
    background-color: #fff;
    position: relative;
    padding: 20px;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .block-style_01 {

    }
}
@media screen and (max-width: 767px) {
    .block-style_01 {
        width: 100%;
        box-shadow:
            rgba(50, 50, 93, 0.25) 0px 20px 25px -20px,
            rgba(0, 0, 0, 0.3) 0px 20px 25px -30px,
            rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
}

.note-group {
    /*padding: 20px 0;*/
    /* color: #fff; */
}

@media screen and (min-width: 768px) {
    .block-style_01 {
        padding: 50px 60px 40px;
    }
}

/*-------------------- 大背景 --------------------*/

.background_items {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    /* z-index:2; */
}

.sec_z-index {
    position: relative;
    z-index: 1;
}

.item-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: 50vw;
    display: block;
}

.item-wrapper > .bg-item {
    position: absolute;
}

.item-wrapper > .bg-item:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 10.42vw;
    height: 0;
    padding-bottom: 334.5%;
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202204/bg-left.png) no-repeat left
        bottom/contain;
}

.item-wrapper > .bg-item:nth-child(2) {
    right: 0;
    top: 0;
    width: 10.42vw;
    height: 0;
    padding-bottom: 356.5%;
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202204/bg-right.png) no-repeat right
        top/contain;
}

@media screen and (max-width: 991px) {
    .item-wrapper {
        height: 100vw;
    }
    .item-wrapper > .bg-item:nth-child(1) {
        width: 15vw;
    }
    .item-wrapper > .bg-item:nth-child(2) {
        width: 15vw;
    }
}

/*-------------------- 主視覺 --------------------*/

#banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#banner > img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

#banner > h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

/*-------------------- NAV --------------------*/

@media screen and (max-width: 768px) {
    #navi .contentbox {
        max-width: 100%;
    }
}

.nav_bar {
    padding: 0;
    background: var(--nav-bg);
}

.nav_bar .rowline,
.subnav_bar .rowline {
    margin-top: 0;
    margin-bottom: 0;
}

.nav_bar > ul li {
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    color: #ffffff;
    transition: var(--transition-com);
    overflow: hidden;
    z-index: 1;
    font-weight: 800;
    font-size: 1.4rem;
}

.nav_bar > ul li > a {
    display: block;
    color: #ffffff;
}

.nav_bar > ul li > a:hover {
    color: #007136 ;
}

.nav_bar > ul li > a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f041";
    font-weight: 900;
    margin-right: 0.5rem;
}

.nav_bar > ul li > a:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
}

.nav_bar > ul li.path_none,
.nav_bar > ul li:hover {
    color: var(--logo-ye);
}

.nav_bar > ul li.path_none {
    position: relative;
}

.nav_bar > ul li.path_none::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #5037b3 transparent transparent transparent;
}

.nav_bar > ul li.path_none::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
    .nav_bar > ul li {
        font-size: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.btn-circle {
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    z-index: -1;
}

.explode-circle {
    animation: explode 0.8s forwards;
}

.desplode-circle {
    animation: desplode 0.8s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80, 0.2);
    }
    100% {
        width: 800px;
        height: 800px;
        margin-left: -400px;
        margin-top: -400px;
        background-color: #3b28c6;
    }
}

@keyframes desplode {
    0% {
        width: 800px;
        height: 800px;
        margin-left: -400px;
        margin-top: -400px;
        background-color: #1c3a8e;
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #ffa53e;
    }
}

/*-------------------- 折扣碼搶先領 #discount_activity --------------------*/

@keyframes btn-flash {
    0% {
        top: 0;
        left: -150%;
        background: var(--bg-hover);
    }
    60% {
        top: 0;
        left: 150%;
        background: var(--bg-hover);
    }
    100% {
        top: 0;
        left: 150%;
        background: var(--bg-hover);
    }
}

.btn-d-code {
    position: relative;
    font-weight: 800;
    color: #ffffff !important;
    background-color: var(--sale-color);
    border-color: var(--sale-color);
    padding: 1rem 3rem;
    border-radius: 50px;
    transition: var(--transition-com);
    overflow: hidden;
}

.newyear-wrap .btn-d-code {
    padding: 1rem 3rem;
}

.btn-d-code:hover {
    color: #ffffff !important;
    background-color: var(--sale-hover);
    border-color: var(--sale-hover);
}

.btn-d-code::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    animation-name: btn-flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@media screen and (max-width: 575px) {
    .btn-d-code {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

.contentbox_main {
    padding: 40px 0 50px;
}

@media screen and (max-width: 575px) {
    .contentbox_main {
        padding: 30px 15px;
    }
}

.contentbox_main h2 {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.contentbox_main h2 > img {
    zoom: 1;
}

@media screen and (max-width: 575px) {
    .contentbox_main h2 {
        margin-bottom: 1.2rem;
    }
    .contentbox_main h2 > img {
        /* transform: scale(.65); */
        zoom: 0.8;
    }
}

.newyear-wrap {
    background: #e53950;
    background: -moz-linear-gradient(top, #e53950 0%, #bd2f2e 100%);
    background: -webkit-linear-gradient(top, #e53950 0%, #bd2f2e 100%);
    background: linear-gradient(to bottom, #e53950 0%, #bd2f2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53950', endColorstr='#bd2f2e', GradientType=0);
}

.newyear-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202301/bg-newyear.png) repeat;
    z-index: 3;
}

.activity_intro {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2rem 0;
    position: relative;
    z-index: 10;
    /* margin-top: 2rem; */
}

.activity_intro > ul {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

@media screen and (max-width: 900px) {
    .activity_intro > ul {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 767px) {
    .activity_intro > ul {
        width: 90%;
        padding: 0 0 0 2rem;
    }
}

.activity_intro > ul > li {
    margin-top: 1rem;
}

ul.code li h5 {
    font-size: 1.25rem;
    color: var(--logo-dark);
    display: block;
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202405/icon02.png) no-repeat center left/29px 24px;
    padding-left: 38px;
}

.li-decimal li {
    list-style-position: inside;
}

/*- 下載APP #discount_app -*/

#appDiscounts {
    display: none;
}

/* #discount_app {
    border-top: 2px dotted #727272;
    padding-top: 2rem;
} */

#discount_app > p {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

#discount_app > p .appShare,
#discount_app > p .appGame {
    width: 40%;
}

#discount_app > p .appShare:nth-child(1),
#discount_app > p .appGame:nth-child(1) {
    text-align: right;
}

#discount_app > p .appShare:nth-child(2),
#discount_app > p .appGame:nth-child(2) {
    text-align: left;
}

#discount_app > p .appShare img,
#discount_app > p .appGame img {
    width: 80%;
    height: auto;
    -webkit-filter: drop-shadow(0 0 0 var(--main-color));
    filter: drop-shadow(0 0 0 var(--main-color));
    transition: var(--transition-com);
}

@media screen and (max-width: 991px) {
    #discount_app > p .appShare img,
    #discount_app > p .appGame img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    #discount_app > p .appShare:nth-child(1),
    #discount_app > p .appShare:nth-child(2),
    #discount_app > p .appGame:nth-child(1),
    #discount_app > p .appGame:nth-child(2) {
        text-align: center;
    }
    #discount_app > p .appShare img,
    #discount_app > p .appGame img {
        width: 90%;
    }
}

#discount_app > p .appShare img:hover,
#discount_app > p .appGame img:hover {
    -webkit-filter: drop-shadow(3px 3px 0 var(--main-color)) drop-shadow(3px -3px 0 var(--main-color))
        drop-shadow(-3px -3px 0 var(--main-color)) drop-shadow(-3px 3px 0 var(--main-color));
    filter: drop-shadow(3px 3px 0 var(--main-color)) drop-shadow(3px -3px 0 var(--main-color))
        drop-shadow(-3px -3px 0 var(--main-color)) drop-shadow(-3px 3px 0 var(--main-color));
}

@media screen and (max-width: 575px) {
    #discount_app > p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #discount_app > p > .appShare,
    #discount_app > p > .appGame {
        padding: 0.5rem 0 0;
        margin: 0;
        margin-bottom: 1.5rem;
        width: 80%;
    }
}

/*-------------------- 活動注意事項 .note_sec --------------------*/

.note_sec {
    padding-top: 2rem;
}

.note_sec h2 {
    color: #d64b8f;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .note_sec h2 {
        font-size: 1.5rem;
    }
}

.note_sec ul {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    padding-inline-start: 0;
    margin-bottom: 2rem;
}

.note_sec ul li {
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .note_sec ul {
        width: 90%;
    }
    .note_sec ul li {
        font-size: 0.875rem;
    }
}

.note_list {
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202301/note_icon01.png) no-repeat left
        5px;
    padding-left: 20px;
    margin-top: 0.3rem;
}

.note_list > b {
    color: var(--txt-dark-color);
}

.note_list_content {
    background: url(https://event.cdn-eztravel.com.tw/events/app-first-purchase/202301/note_icon01.png) no-repeat left
        7px;
    padding-left: 22px;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

#btn_top a > img {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
    #btn_top {
        right: 0;
    }
}

tbody {
  background-color: #feffd1;
}

tbody > tr > td:last-of-type {
  /*width: 50%;*/
  text-align: center;
}
table {
  border-collapse: collapse;
  border: 2px solid rgb(0, 0, 0);
  font-family: sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
}

td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

.win_txt{
    font-size: 1.0rem;
    font-weight: 400;
    padding: 10px;
    text-align: center;

}
.win_title{
    font-size: 1.5rem;
    font-weight: 800;
    padding: 10px;
    text-align: center;

}

