html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

:root {
    scroll-padding-top: 80px;
    --lemonYellow-color: rgb(255, 243, 111);
    --lightYellow-color: rgb(254, 255, 190);
    --strongPink-color: rgb(232, 93, 139);
    --lightPink-color: rgb(255, 144, 181);
    --lightCoral-color: rgb(255, 145, 154);
    --lightRed-color: rgb(255, 168, 176);
    --turquoise-color: rgb(73, 234, 181);
    --lightTurquoise-color: rgb(71, 253, 204);
    --skyBlue-color: rgb(71, 173, 250);
    --darkSkyBlue-color: rgb(45, 151, 230);
    --noteGray-color: rgb(138, 138, 138);
    --shadow-color: rgb(33, 45, 53);
    --whiteshadow-color: rgb(255, 255, 255);
    --stroke-color: rgb(33, 45, 53);
}

.fontChangeToNotoSans {
    font-family: "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

.fontChangeToMontserrat {
    font-family: "Montserrat", sans-serif;
}

.fontSize2rem {
    font-size: 3rem;
}


a {
    text-decoration: none;
    color: #000;
}

h2,
h3,
h4 {
    margin: 0.5rem 0 0.75rem;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.top-without-brand {
    width: calc(100% - var(--scrollbar-width));
    height: 100%;
    background-color: rgb(71, 251, 206);
    overflow: hidden;
}


/* SECTION ========================= */

.dfu_section {
    margin: auto;
    width: 1280px;
    padding: calc(4vh + 1rem) 0;
}

.section-title>h1 {
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

header {
    margin-bottom: -320px;
}

.process_bg,
.airport_bg,
.discount_bg,
.faq_bg,
.recommended_bg {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ec2kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    pointer-events: none;
}


.ec2kv {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom,
            rgb(66, 171, 251) 10%,
            rgba(66, 171, 251) 100%);
    width: 100%;
    background-size: 100%;
    pointer-events: none;
}

.ec2process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgb(66, 171, 251, 0) 0vh,
            rgba(242, 161, 196, 1) 10vh);
    pointer-events: none;
    z-index: -1;
}


.ec2process {
    position: relative;
    z-index: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ec2airport::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgb(242, 161, 196) 0vh,
            rgb(252, 206, 225) 50vh,
            rgba(252, 206, 225) 100vh);
    pointer-events: none;
}

.ec2airport {
    position: relative;
    z-index: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ec2discount {
    position: relative;
    z-index: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ec2discount::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(252, 206, 225, 1) 50%, rgba(198, 209, 242, 1) 100%);
    pointer-events: none;
    z-index: -1;
}


.ec2faq {
    position: relative;
    z-index: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ec2faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgb(198, 209, 242) 0vh,
            rgb(73, 177, 255) 40vh,
            rgba(72, 201, 239) 180vh);
    pointer-events: none;
    z-index: -1;
}

.ec2recommended {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background: linear-gradient(to bottom,
            rgb(72, 201, 239) 0vh,
            rgb(71, 251, 206) 50vh);
    overflow: hidden;
}

.ec2recommended::before {
    content: "";
    position: absolute;
    z-index: -1;
    /* Ensures it stays behind the gradient */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/discount_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.ec2desktop {
    display: block;
}

.ec2pad {
    display: none;
}

.ec2mobile {
    display: none;
}



/* 大標題----------------------------------------------- */
.section-title {
    /* background-color: red; */
    width: 100%;
    padding: 8px 0 32px 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.title-box {
    display: inline-block;
    height: 3.5rem;
    padding: 0 2%;
    background-color: var(--lemonYellow-color);
    border: 3px solid var(--shadow-color);
    border-radius: 5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title-shadow-stroke {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-shadow: 3px 3px var(--shadow-color);
    position: relative;
    /* padding: 0 0 10px 0; */
    position: relative;
    top: -1rem;
    z-index: 0;
}

.title-shadow-stroke::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 4px var(--stroke-color);
    z-index: -1;
}


/* BTN ------------------------------- */

.btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.btns img {
    height: auto;
}

.btn {
    flex: 1 1 176px;
    /* 按鈕隨容器縮放 */
    min-width: 124px;
    /* 最小寬度 */
    max-width: 176px;
    /* 最大寬度 */
    margin: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.borderRight {
    position: relative;
}

.borderRight::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    border-right: 3px dashed var(--shadow-color);
}

/* 01.KV -------------------------------------- */


/* 02.process---------------------------------- */

.radiusBox {
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.radiusBox::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-dueDot.jpg);
    background-size: auto;
    top: 10%;
    /* transform: translateX(-50%); */
    width: 1280px;
    height: 320px;
    border: 3px solid var(--shadow-color);
    border-radius: 80px;
}


.process-box {
    width: 1280px;
    height: 240px;
    position: relative;
    top: 8px;
    border-radius: 50px;
}

.process-line {
    width: 864px;
    margin: 0 auto;
}

.process_line_col {
    display: none;
}

.text-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.process-text {
    width: 25%;
    padding: 20px;
    text-align: center;
}

.process-text h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
    font-weight: 600;
}

.process-text h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.process-text p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: var(--noteGray-color);
    font-weight: 500;
    letter-spacing: 0.7px;
}



/* 0.3location------------------------------ */


.location-box {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 40px;
}

.flexRow {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: center;
    column-gap: 40px;
}


.airportPickUpTime {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.location-round {
    width: 80%;
    /* aspect-ratio: 1;  */
    /* height: 11vw; */
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid var(--shadow-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/bg-dueDot.jpg);
}

.location-round h3 {
    display: inline-block;
    font-size: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3.5rem;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.timeText {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}


/* 04.discount---------------------------------- */

.discountBox {
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.discountText {
    margin-right: 2%;
    font-size: 1.75rem;
    line-height: 2.5rem;
    display: flex;
    /* flex-direction: column; 手機顯示時*/
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discountText ul {
    list-style: none;
    /* 移除原本的列表標號 */
    padding: 0;
}

.discountText li {
    position: relative;
    padding-left: 140px;
    margin: 8% 0;
}

.discountText li::before {
    content: "";
    position: absolute;
    background-image: url(../images/dis_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 48px;
}

.discountText li:nth-child(2)::before {
    background-image: url(../images/dis_2.png);
}

.discountText li:nth-child(3)::before {
    background-image: url(../images/dis_3.png);
}

.discountText li:nth-child(4)::before {
    background-image: url(../images/dis_4.png);
}

.discountText span {
    color: var(--strongPink-color);
    font-weight: 900;
    display: inline-block;
    margin: 0 4px;
    font-size: 2rem;
}

.discountImg {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


/* 05.Q & A -----------------------*/


.faqBox {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    /* background-color: blue; */
}

.faqCards {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 2rem 0;
    list-style: none;
    /* background-color: aqua; */
    row-gap: 32px;

}

.faqCard {
    width: 343px;
    height: 583px;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    /* box-shadow: 4px 4px var(--shadow-color); */
    filter: drop-shadow(8px 8px 2px var(--whiteshadow-color));
}

.faqCard:nth-child(-n+3) {
    width: 343px;
    height: 473px;
}

/* FAQ卡片個別背景圖片 */
.faqCard:nth-child(1) {
    background-image: url('../images/Q1.png');
}

.faqCard:nth-child(2) {
    background-image: url('../images/Q2.png');
}

.faqCard:nth-child(3) {
    background-image: url('../images/Q3.png');
}

.faqCard:nth-child(4) {
    background-image: url('../images/Q4.png');
}

.faqCard:nth-child(5) {
    background-image: url('../images/Q5.png');
}

.faqCard:nth-child(6) {
    background-image: url('../images/Q6.png');
}

.cardBlock {
    height: 82px;
}

.faqText {
    width: 100%;
    height: 520px;
    text-align: start;
    padding: 1rem 2rem;
}

.short {
    width: 342px;
    height: 401px;
}

.faqText h3 {
    font-size: 1.9rem;
    line-height: 2.8rem;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
    font-weight: 700;
}

.faqText h4 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

/* 06.RECOMMENDED---------------- */

.recommended {
    padding-bottom: 8vh;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        /* transform: translateX(-100%); */
        transform: translateX(calc(-250px * 8 - 50px * 8));
    }
}

#marquee {
    overflow: visible;
    width: 100%;
    margin: 3rem 0;
}

#marquee .pic-container {
    display: flex;
    animation: marquee 30s infinite linear;
}

#marquee .pic {
    width: 250px;
    flex-shrink: 0;
    margin-right: 50px;
}



#marquee img {
    width: 100%;
    vertical-align: middle;
}



/* ---------------------------- */

.zoomFx {
    text-decoration: none;
    filter: none;
    transform: scale(1);
    transition: all 0.3s;
}

.zoomFx:hover {
    filter: contrast(120%);
    transform: scale(1.05);
    transition: all 0.1s;
}



/* popup's controller ----------------------*/

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

/* popup's appearance-----------------------*/

/* Modal */

.pop-modal {
    background-color: rgba(0, 0, 0, .65);
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
}

/* Modal Content */

.modal-content {
    position: relative;
    top: 0px;
    width: 750px;
    margin: 0 auto;
    background-color: #434343;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #fff;
    border-radius: 0px;
}

/* .modal-animated-in {
	animation: totop-in .3s ease;
} */
.modal-animated-out {
    animation: totop-out .3s ease forwards;
}

.modal-header {
    background-color: #d80f95;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.modal-header h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.modal-body-text h2 {
    color: #d80f95;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.text_purple {
    color: #d80f95;
    font-size: 1.2rem;
    border: 2px #9f9f9f dashed;
    margin: 1rem;
    padding: 0.5rem;
    font-weight: 600;
    text-align: center;
}

.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    /*  background-color: #111111; */
    color: #ffffff;
    width: 60px;
    height: 60px;

    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.modal-content .close:hover {
    background-color: #89045d;
    color: #ffffff;
    /* color: #ffffff; */
    border-radius: 0px;
}

/* Modal Body */

.modal-body {
    padding: 20px 27px 20px 20px;
    line-height: 30px;
    font-size: 15px;
    color: #111111;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0px;
}

.modal-body h3 {
    font-size: 18px;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.modal-body-inner {
    overflow-y: auto;
    height: 350px;
    padding: 0 30px 0 10px;
}

.modal-body-inner hr {
    width: 97%;
}

.modal-body-inner h3 {
    margin-bottom: 5px;
    text-align: center;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.modal-body-inner h4 {
    margin-bottom: 5px;
    text-align: center;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.modal-body-inner::-webkit-scrollbar-track {
    background-color: #e1e0e0;
}

.modal-body-inner::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.modal-body-inner::-webkit-scrollbar-thumb {
    background-color: #89045d;
}

.modal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-body ul li {
    position: relative;
    margin-left: 30px;
    list-style-type: disc;
    text-align: left;
}

.modal-body ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.modal-body ol li ul li {
    list-style-type: disc;
}

/*
.modal-body a {
	color: #000000;
    text-decoration: underline;
    font-weight: 600;
    background-color: #f1506a;
    padding: 0 4px;
}

.modal-body a:hover {
	color: #ffffff;
	transition: all .2s linear;
}
*/

.modal-body-text-wrap {
    margin-bottom: 20px;
}

.modal-body-text {
    font-size: large;
}

.modal-body h3 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 1%;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.modal-body h4 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.modal-body p.LH {
    line-height: 130%;
    text-align: center;
    padding-top: 3%;
}

.btn2 {
    /* line-height: 40px; */
    padding: 1%;
    text-align: center;
}

.btn_popup {
    width: 36%;
    margin: 4% 32%;
    color: #fff;
    background-color: #0354d7 !important;
    /* background: linear-gradient(to right, #4cafe7 0%,#ae8aff 40%,#ec5484 100%) !important; *ㄥ
    border: 2px #fff solid;
    margin: 5% 34%;
	/* 
	box-shadow: #000 3px 3px 3px;
	margin: auto 34%;  */
    font-weight: 600;
    font-size: large;
}

.btn_popup:hover {
    background-color: #59b632 !important;
    /* background: linear-gradient(to left, #4cafe7 0%,#ae8aff 40%,#ec5484 100%) !important; */
    color: #fff !important;
    border: 0px #89fbfd solid;
    box-shadow: transparent 3px 3px 0px;
}


.btn_popup a {
    color: #fff;
    text-decoration: none;
}

/* 1-5 EBX Gift  */
.EBX_gifts_container {
    /* 
	width: 40%;
	max-width: 750px; 
	margin: 0% 30% 0%;
	*/
    transition: 0.2s;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(4px 0px 6px rgba(205, 160, 125, 0.48));
    filter: drop-shadow(4px 0px 6px rgba(205, 160, 125, 0.48));
    padding-bottom: 2%;
    position: relative;
}

/*
.EBX_gifts_container:hover {
filter: contrast(130%);
    transform: scale(1.03);
    transition: all 0.2s;
}
*/

/* 07 */
.da_B3_container {
    width: 40%;
    /* max-width: 750px; */
    margin: 0% 30% 0%;
    transition: 0.2s;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(4px 0px 6px rgba(205, 160, 125, 0.48));
    filter: drop-shadow(4px 0px 6px rgba(205, 160, 125, 0.48));
    padding-bottom: 2%;
}

.da_B3_container:hover {
    filter: contrast(130%);
    transform: scale(1.03);
    transition: all 0.2s;
}

.da_B3_item {
    position: relative;
    margin: 0 auto;
    width: 95%;
}

.da_B3_item img {
    border-radius: 16px;
    border: 2px #ffffff solid;
    filter: drop-shadow(6px 6px 3px rgba(255, 255, 255, 0.5));
    transform: scale(1);
}

.da_B3_item img:hover {
    border-radius: 16px;
    border: 2px #ffffff solid;
    filter: saturate(1.4);
    transform: scale(0.98);
}

.hoverScaleDown {
    transition: 0.2s;
}

.da_everrich {
    transition: 0.2s;
    box-sizing: border-box;
}

.da_everrich:hover {
    filter: contrast(130%);
    transform: scale(0.99);
    transition: all 0.2s;
}

/* Modal Footer */

.modal-footer {
    background-color: #656464;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

/* hide sidenav 黏人精-------------------------*/

#sidebar {
    transition: all 300ms linear;
}

#sidebar.active {
    right: -800px;
    /* -200px */
}

#sidebar .toggle-btn {
    position: fixed;
    right: 0px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--strongPink-color);
}

/* 收合導覽黏人精*/
#sidebar .toggle-btn span {
    display: block;
    width: 30px;
    height: 90px;
    font-weight: 400;
    color: #ffffff;
    margin: 1px 0px;
    padding: 1px 0;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}

/*sidenav*/
.menu {
    position: fixed;
    z-index: 99;
    right: 1%;
    bottom: 8%;
    width: 11%;
}

.menu>img {
    margin-bottom: 4%;
    padding: 3%;
}

.menu__style {
    background-color: #fff;
    border: #000000 solid 2px;
    text-align: center;
    border-radius: 15px;
}

.menu ul li {
    font-weight: 500;
    opacity: 1 !important;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #a7c1ff;
    font-size: 2vh;
    line-height: 2.4em;
    width: 85%;
}

.menu ul li:last-child {
    border-bottom: none;
}

.menu ul li a {
    filter: none;
}

.menu ul li:hover {
    color: #e7c179;
}

/*toTop----------------------------------------*/

.toTop-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    opacity: 0.9;
    background: #1283d8;
    color: #ffffff;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-top: 5px;
    z-index: 999;
    border: 2px #ffffff solid;
    font-weight: bold;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 8px;
    height: 3px;
    border-radius: 5px;
    top: 10px;
    background: #ffffff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 1.1rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 1.1rem;
}

.toTop-arrow:focus {
    outline: none;
}