@charset "UTF-8";


* {
    box-sizing: border-box;
    font-family: "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "Heiti TC", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



html,
body {
    color: #1c1c1c;
    line-height: 28px;
    height: 100%;
    max-height: 100%;

}

ul li {
    list-style: none;
}

em{
    font-style: normal;
}

h1.seo-h1 {
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    transform: scale(0);
}

.main-color{
    color: #00a19b;
}

.highlight{
    color: #f47b50;
}

/*共用按鈕*/
button {
    min-width: 180px;
    max-width: 300px;
    padding: 12px 24px;
    cursor: pointer;
    margin: 40px 8px 0 8px;
    font-weight: 400;
    transition: all 0.3s ease;
}


.btn-w-bord {
    border: 1px solid #00a19b;
    background: none;
    color: #00a19b;
    border-radius: 4px;

}

.btn-w-bord:hover {
    opacity: 0.7;
}

.btn-default {
    background: #00a19b;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.btn-default:hover {
    opacity: 0.7;
}

.ic-arrow-right {
    background: url("../../img/ic-arrow-right.webp") no-repeat center;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    float: right;
}

.ic-arrow-right-white {
    background: url("../../img/ic-arrow-right-white.webp") no-repeat center;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    float: right;
}



/*共用字體*/
.headline {
    font-size: 36px;
    color: #00a19b;
    line-height: normal;
    letter-spacing: 2px;
}

.title1 {
    font-size: 26px;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #00a19b;
}

.title2 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1.3px;
}

.title3 {
    font-size: 18px;
    letter-spacing: 1.2px;
}

.content-bold {
    font-weight: 600;
}

.illustrate {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.illustrate-bold {
    font-size: 16px;
    font-weight: 600;
}



#header .event-tracking .active {
    color: #00a19b;
    font-weight: 600;
}


/*Popup 字體*/
.popup .title2 {
    text-align: center;
    margin: .5rem auto;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #009D95;
    justify-content: space-between;
}

.scrollAreaWrapper p {
    color: #009D95;
    font-weight: 600;
}

.overlay-bg .popup .scrollAreaWrapper .note {
    color: #3C4C5E;
    font-weight: 600;
}

.overlay-bg .popup .scrollAreaWrapper .note:before {
    content: "❖";
}

.overlay-bg .popup .scrollAreaWrapper .note ul li {
    font-weight: 600;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
wallet App
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wallet {
    background: #E1EFEF;
    padding: 20px 16px ;
}

#wallet .row {
    align-items: center;
}

#wallet figure {
    margin: 0 2rem;
}

#wallet .app-btns {
    display: flex;
}

#wallet figure img {
    width: 170px;
}

#wallet figcaption {
    color: #00a19b;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
}

#wallet figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wallet button {
    color: #1c1c1c ;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 40px;
    border: none;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

#wallet button img {
    width: 28px;
    margin-right: 8px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ＲＷＤ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 平板與小筆電（768px ~ 1023px） */

/*header*/
@media (max-width: 1023px) {
    #toggle {
        display: block;
        width: 28px;
        height: 30px;
        margin: 30px auto 10px;
        right: 15px;
        top: 0;
        position: absolute;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .main-nav {
        position: absolute;
        left: 0;
        top: 56px;
        z-index: 0;
        height: 100vh;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: rgba(255, 255, 255, 0.98);
    }

    /*漢堡icon*/
    #toggle span {
        position: relative;
        display: block;
    }

    #toggle span,
    #toggle span:after,
    #toggle span:before {
        width: 100%;
        height: 5px;
        background-color: #ddddde;

        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
    }

    #toggle span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
    }

    .main-nav.on {
        display: block;
        z-index: 10;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #toggle.on span {
        background-color: transparent;
    }

    #toggle.on span::before {
        transform: rotate(45deg) translate(5px, 5px);
    }

    #toggle.on span::after {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    /*選單內容*/
    .main-nav ul.anchor {
        padding: 0;
        margin-top: 3vh;
        flex-direction: column;

    }

    .main-nav ul.anchor li {
        margin: 7px;
        text-align: center;
        padding: 7px;
        list-style: none;
    }


}

/* 手機（390px ~ 767px） */
@media (max-width: 767px) {

    /*    共用字體*/
    .title3 {
        font-size: 16px;
    }


    /*wallet */
    #wallet figure img {
        width: 120px;
    }

    #wallet figure {
        margin: auto;
    }

    #wallet figcaption {
        font-size: 20px;
    }
    #wallet button {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #wallet .app-btns {
        display: block;
    }

}