﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'EdenredBold';
    src: url('../font/EdenredBold.eot');
    src: url('../font/EdenredBold.eot?#iefix') format('embedded-opentype'), url('../font/EdenredBold.woff') format('woff'), url('../font/EdenredBold.woff2') format('woff2');
}

@font-face {
    font-family: 'EdenredMedium';
    src: url('../font/EdenredMedium.eot');
    src: url('../font/EdenredMedium.eot?#iefix') format('embedded-opentype'), url('../font/EdenredMedium.woff') format('woff'), url('../font/EdenredMedium.woff2') format('woff2');
}

@font-face {
    font-family: 'EdenredRegular';
    src: url('../font/EdenredRegular.eot');
    src: url('../font/EdenredRegular.eot?#iefix') format('embedded-opentype'), url('../font/EdenredRegular.woff') format('woff'), url('../font/EdenredRegular.woff2') format('woff2');
}

html {
    font-size: 14px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat,'Noto Sans TC','Heiti TC','microsoft jhenghei';
    -webkit-text-size-adjust: none;
    font-weight: 400;
    line-height: 150%;
    background: #f0f0f0;
    word-break: normal;
    word-wrap: break-word;
}

.OverflowHidden {
    overflow: hidden;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    transition: all ease .5s;
}

    a:hover {
        text-decoration: underline;
    }

a,
button,
select,
input,
textarea {
    cursor: pointer;
}

    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="email"],
    textarea,
    button,
    input[type="button"] {
        font-family: Montserrat,'Noto Sans TC','Heiti TC','microsoft jhenghei';
        -webkit-appearance: none;
        font-size: 1rem;
        outline: none;
        cursor: pointer;
    }

        input[type="text"][disabled],
        input[type="password"][disabled],
        input[type="number"][disabled],
        input[type="tel"][disabled],
        textarea[disabled],
        button[disabled],
        input[type="button"][disabled] {
            cursor: no-drop;
            filter: grayscale(1);
        }

    input::placeholder {
        font-family: Montserrat,'Noto Sans TC','Heiti TC','microsoft jhenghei';
    }

select {
    font-family: Montserrat,'Heiti TC','microsoft jhenghei';
    font-size: 1rem;
}

section {
    display: block;
    clear: both;
}

*[disabled] {
    background: #c0c0c0 !important;
    color: #fff !important;
    ;
    border-color: #c0c0c0 !important;
}

.Hide {
    display: none;
}

.Invalid {
    font-size: .85rem;
    color: #f72717;
    line-height: 100%;
    margin: 5px 0px 0px 0px;
    text-align: center;
    display: none;
}

    .Invalid.Show {
        display: block;
    }

.NextBtn {
    background: #0085ca;
    border-radius: 500px;
    border: 1px solid #0085ca;
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    max-width: 474px;
    letter-spacing: 0.03em;
    transition: all ease .2s;
    display: block;
    margin: 0px auto;
}

    .NextBtn:hover {
        background: #00359b;
        border: 1px solid #00359b;
    }

.CancelBtn {
    color: #0085ca;
    font-size: .9rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #0085ca;
    width: auto;
    letter-spacing: 0.03em;
    transition: all ease .2s;
    display: block;
    margin: 15px auto;
    padding: 0px;
}

    .CancelBtn:hover {
    }

.BindingBtn {
    color: #0085ca;
    font-size: 1rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #0085ca;
    width: auto;
    letter-spacing: 0.03em;
    transition: all ease .2s;
    display: block;
    margin: 15px auto;
    padding: 0px;
}

    .BindingBtn:hover {
    }

.ResendBtn {
    background: transparent;
    border-radius: 500px;
    border: 1px solid #0085ca;
    color: #0085ca;
    font-size: 1rem;
    line-height: 100%;
    padding: calc(10px + (0.15rem / 2)) 0px;
    text-align: center;
    width: 100%;
    max-width: 450px;
    letter-spacing: 0.03em;
    transition: all ease .2s;
    display: block;
    margin: 10px auto;
}

.NextBtn:hover {
    background: #00359b;
    border: 1px solid #00359b;
}

.BtnContent {
    margin: 20px 0px 0px 0px;
}

.InputCol {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 20px auto 0px auto;
    max-width: 450px;
}

.InputText.Success {
    background-image: url(../img/SuccessIcon.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

.InputText.Fail {
    background-image: url(../img/FaultIcon.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.InputCol input {
    border-radius: 6px;
    border: 2px solid #CBDEEA;
    color: #162056;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    padding: 7px 10px 8px 10px;
    margin: 0px auto 0px auto;
    width: calc(100% - 24px);
    background: rgba(255,255,255,.8);
}

    .InputCol input::placeholder {
        color: #b0b0b0;
    }

.OuterContainer {
    width: 750px;
    max-width: 100%;
    margin: 0px auto;
    background: #fff;
}

.site-header {
    border-bottom: 2px solid #EAEBEE;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .site-header .BtnContent {
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        right: auto;
        margin: 0px;
        z-index: 2;
        display: flex;
        align-content: center;
        align-items: center;
    }

        .site-header .BtnContent .BackBtn {
            border: none;
            background: transparent;
            height: 30px;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

            .site-header .BtnContent .BackBtn .Icon {
                width: 10px;
                height: 10px;
                position: relative;
                margin: 5% 0px 0px 0px;
            }

                .site-header .BtnContent .BackBtn .Icon:before {
                    content: "";
                    display: block;
                    width: 3px;
                    height: 12px;
                    background: #f72717;
                    border-radius: 500px;
                    position: absolute;
                    left: 0px;
                    top: calc(-9px / 2);
                    bottom: auto;
                    right: auto;
                    margin: auto;
                    transform: rotate(45deg);
                }

                .site-header .BtnContent .BackBtn .Icon:after {
                    content: "";
                    display: block;
                    width: 3px;
                    height: 12px;
                    background: #f72717;
                    border-radius: 500px;
                    position: absolute;
                    left: 0px;
                    top: auto;
                    bottom: calc(-9px / 2);
                    right: auto;
                    margin: auto;
                    transform: rotate(-45deg);
                }

            .site-header .BtnContent .BackBtn .Text {
                white-space: nowrap;
                color: #f72717;
                font-size: 1rem;
            }

    .site-header .Title {
        font-family: EdenredMedium, 'Ping Fang TC', 'Microsoft JhengHei';
        color: #162056;
        font-size: 1rem;
        font-weight: 600;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .site-header .Notifications {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
        margin: auto;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: 0px;
        bottom: 0px;
        left: auto;
        z-index: 2;
    }

        .site-header .Notifications a {
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: flex-end;
        }

        .site-header .Notifications .Icon {
            width: 20px;
            font-size: 0px;
            line-height: 0px;
        }

        .site-header .Notifications.On .NotifyOn,
        .site-header .Notifications.Off .NotifyOff {
            display: inline-block;
        }

        .site-header .Notifications.Off .NotifyOn,
        .site-header .Notifications.On .NotifyOff,
        .site-header .Notifications.Off .MessageNumber {
            display: none;
        }

        .site-header .Notifications .MessageNumber {
            display: inline-block;
            background: #f72717;
            color: #fff;
            border-radius: 100px;
            font-size: 12px;
            line-height: 100%;
            font-weight: 600;
            padding: 3px 5px;
            min-width: 8px;
            text-align: center;
            margin: 0px 0px 0px -20%;
            transform: scale(.9);
        }

    .site-header .Edit {
        margin: auto;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: 0px;
        bottom: 0px;
        left: auto;
        z-index: 2;
    }

        .site-header .Edit .Icon {
            width: 20px;
            font-size: 0px;
            line-height: 0px;
        }

.Container {
    background: #F7F8FA;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-wrap: wrap;
}

    .Container nav {
        background: #fff;
        order: 2;
        display: block;
        width: 100%;
        border-top: 1px solid #EAEBEE;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 99;
    }

        .Container nav .MenuBtn {
            display: none;
        }

    .Container .site-nav ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

        .Container .site-nav ul li {
            margin: 0px;
            padding: 10px 0px;
            list-style: none;
            display: block;
            width: calc(100% / 3);
        }

            .Container .site-nav ul li a {
                display: flex;
                align-content: flex-start;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                text-decoration: none;
            }

            .Container .site-nav ul li .Icon {
                width: 30px;
                font-size: 0px;
                line-height: 0px;
                position: relative;
            }

                .Container .site-nav ul li .Icon .Hint {
                    display: none;
                }

            .Container .site-nav ul li.Reminder .Icon .Hint {
                display: block;
                position: absolute;
                left: auto;
                right: -25%;
                top: auto;
                bottom: 6%;
                margin: auto;
                background: #f72717;
                border: 2px solid #fff;
                border-radius: 500px;
                padding: 2px;
                min-width: 14px;
                text-align: center;
                font-size: 12px;
                line-height: 100%;
                color: #fff;
                font-weight: 600;
                transform: scale(.9);
            }

                .Container .site-nav ul li.Reminder .Icon .Hint:empty {
                    font-size: 0px;
                    line-height: 0px;
                    min-width: unset;
                    bottom: 15%;
                    height: 5px;
                    width: 5px;
                    right: -10%;
                    transform: scale(1);
                }

            .Container .site-nav ul li.current .GiftboxOn,
            .Container .site-nav ul li.current .WalletOn,
            .Container .site-nav ul li.current .SettingOn {
                display: block;
            }

            .Container .site-nav ul li.current .GiftboxOff,
            .Container .site-nav ul li.current .WalletOff,
            .Container .site-nav ul li.current .SettingOff,
            .Container .site-nav ul li .GiftboxOn,
            .Container .site-nav ul li .WalletOn,
            .Container .site-nav ul li .SettingOn {
                display: none;
            }

            .Container .site-nav ul li .Text {
                font-size: .75rem;
                color: #606060;
                margin: 0px 0px 0px 10px;
                letter-spacing: 0.05em;
                font-weight: 300;
                transition: all ease .2s;
                display: none;
            }

            .Container .site-nav ul li.current .Text,
            .Container .site-nav ul li.current:hover .Text {
                color: #D52B1E;
                font-weight: 400;
            }

            .Container .site-nav ul li:hover .Text {
                color: #00359b;
            }

    .Container .site-content {
        order: 1;
        width: calc(100% - 30px);
        padding: 30px 15px 50px 15px;
        min-height: calc(100vh - 122px);
    }

.DSARPage .Container .site-content {
    width: 100%;
    padding: 0px;
    min-height: calc(100vh - 42px);
}

footer {
    text-align: center;
    color: rgba(0,0,0,.65);
    font-size: 12px;
    opacity: .85;
    margin: 10px 0px;
    display: none;
}

.LoginPage .OuterContainer {
    background-color: #f72717;
    border-color: #f72717;
    background-image: url(../img/LoginPage/BodyBg01.svg),url(../img/LoginPage/BodyBg02.svg);
    background-position: left top, right bottom;
    background-size: auto 15%, auto 30%;
    background-repeat: no-repeat;
}

.Login {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0px;
    min-height: calc(100vh - 80px);
}

    .Login .PageHeader,
    .Login .PageBody {
        width: 80%;
    }

    .Login .PageHeader {
        display: flex;
        align-content: center;
        align-items: flex-start;
        justify-content: center;
    }

        .Login .PageHeader .Logo {
            width: 70px;
            font-size: 0px;
            line-height: 0px;
        }

        .Login .PageHeader .Slogan {
            max-width: calc(100% - 80px);
            margin: 4% 0px 0px 7px;
            font-family: EdenredRegular, 'Noto Sans TC','Heiti TC','microsoft jhenghei';
            color: #fff;
            font-size: 1.15rem;
            line-height: 130%;
            letter-spacing: 0.03em;
            display: flex;
            align-content: center;
            align-items: flex-start;
        }

            .Login .PageHeader .Slogan:before {
                content: ",";
                display: inline-block;
                vertical-align: top;
                margin: 0px 5px 0px 0px;
            }

    .Login .PageBody {
        text-align: center;
        margin: 40px 0px;
        color: #fff;
        font-weight: 400;
    }

        .Login .PageBody .Title {
            font-size: 1.15rem;
        }

        .Login .PageBody .Content {
            margin: 10px 0px 0px 0px;
        }

    .Login .InputCol {
        margin: 0px auto 10px auto;
    }

        .Login .InputCol .inputTel,
        .Login .InputCol .inputPsw {
            border-radius: 500px;
            background: #fff;
            border: none;
            text-align: center;
            line-height: 100%;
            padding: 9px 0px 7px 0px;
            margin: 0px auto;
            width: 100%;
            font-weight: 400;
            color: #162056;
        }

        .Login .InputCol input::placeholder {
            color: #b0b0b0;
            font-weight: 300;
        }

        .Login .InputCol input:focus {
            box-shadow: 0px 0px 5px rgba(255,255,255,.5),0px 0px 3px rgba(255,255,255,.5);
        }

    .Login .Invalid {
        color: #fff;
        font-size: .85rem;
        line-height: 100%;
        letter-spacing: 0.03em;
        font-weight: 300;
        margin: 10px 0px 0px 0px;
        text-shadow: 0px 0px 3px rgba(255,255,255,.35);
    }

    .Login .ForgotPSW {
    }

        .Login .ForgotPSW a {
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            margin: 5px 0px 0px 0px;
        }

            .Login .ForgotPSW a:before {
                content: "?";
                display: flex;
                align-content: center;
                align-items: center;
                justify-content: center;
                width: 20px;
                height: 20px;
                background: #ffffff;
                border-radius: 500px;
                font-size: 12px;
                color: #f72717;
                margin: 0px 5px 0px 0px;
                font-weight: 600;
            }

        .Login .ForgotPSW .Icon {
            border-radius: 500px;
            background: #fff;
            color: #f72717;
            font-weight: 700;
            line-height: 100%;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
        }

            .Login .ForgotPSW .Icon:before {
                content: "?";
                font-size: 12px;
            }

        .Login .ForgotPSW .Text {
            font-size: .95rem;
            text-decoration: underline;
            text-decoration-color: rgba(255,255,255,.85);
            margin: 0px 0px 0px 5px;
        }

    .Login .BtnContent {
        margin: 20px 0px 0px 0px;
    }

        .Login .BtnContent .LoginBtn {
            display: block;
            background: #0085ca;
            border: 1px solid #0085ca;
            color: #fff;
            border-radius: 500px;
            width: 100%;
            font-size: 1rem;
            line-height: 100%;
            padding: 10px 0px;
            font-weight: 300;
            margin: 20px auto 0px auto;
        }



        .Login .BtnContent .reg-link {
            display: block;
            background: rgba(255,255,255,.35);
            color: #fff;
            text-shadow: 0px 0px 5px rgba(145,20,11,.5),1px 1px 1px #91140b;
            border-radius: 500px;
            width: 100%;
            border: 1px solid #fff;
            font-size: 1rem;
            line-height: 100%;
            padding: 10px 0px;
            margin: 20px auto 0px auto;
            font-weight: 300;
        }

@media screen and (min-width: 750px) {
    .Login .BtnContent .reg-link {
        width: 60%;
    }
}

.Register .Title,
.ResetPassword .Title,
.EmployeeBinding .Title {
    color: #162056;
    font-weight: 600;
    text-align: center;
    font-size: 1.75rem;
    line-height: 120%;
}

.Register .Reminder,
.ResetPassword .Reminder,
.EmployeeBinding .Reminder {
    color: #162056;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.Register .Policy {
    color: #162056;
    font-size: .95rem;
    line-height: 130%;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

    .Register .Policy a {
        color: #0085ca;
        text-decoration: underline;
        padding: 0px 5px;
    }

.InputCol .ValidCount {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    left: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #f72717;
}

.MemberInfo {
    padding: 30px 0px 0px 0px;
}

    .MemberInfo ul {
        margin: 0px;
        padding: 0px;
    }

        .MemberInfo ul li {
            margin: 0px 0px 10px 0px;
            padding: 0px;
            list-style: none;
        }

            .MemberInfo ul li:last-child {
                margin: 0px;
            }

    .MemberInfo .InputCol {
        margin: 0px auto;
    }

        .MemberInfo .InputCol input {
            margin: 5px -15px 0px -15px;
            padding-left: 15px;
            width: calc(100% + 5px);
            border: none;
            border-radius: 0px;
            text-align: left;
            font-weight: 300;
        }

    .MemberInfo .ListTitle {
        color: #f72717;
        font-size: .85rem;
        line-height: 150%;
    }

        .MemberInfo .ListTitle.Required:after {
            content: "*";
            font-weight: 800;
            padding: 0px 0px 0px 2px;
        }

    .MemberInfo .InputCol input[disabled] {
        background: rgba(255,255,255,.25) !important;
        color: #162056 !important;
    }

.Tips {
    color: #0085ca;
    font-size: .75rem;
    line-height: 120%;
    margin: 5px 0px;
}

.ResetPassword .InputCol input:last-child {
    margin: 5px auto 0px auto;
}

.EmployeeBinding .InputCol input:first-child {
    margin: 0px auto;
}

.EmployeeBinding .InputCol input {
    margin: 5px auto 0px auto;
}

.EmployeeBinding .EmployeeIDInfo {
    color: #162056;
    font-size: 1.25rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 10px 0px 0px 0px;
}

.NotificationsPage .site-content {
    padding-top: 10px;
}

.NotificationsPage .Container {
    background: #fff;
}

.NotificationsListContent .CatalogTab ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
}

    .NotificationsListContent .CatalogTab ul li {
        list-style: none;
        margin: 0px 5px;
    }

        .NotificationsListContent .CatalogTab ul li:first-child {
            margin-left: 0px;
        }

        .NotificationsListContent .CatalogTab ul li a {
            padding: 3px 5px 4px 5px;
            font-size: .85rem;
            line-height: 100%;
            color: #808080;
            border: 1px solid #b0b0b0;
            border-radius: 5px;
            font-weight: 300;
            letter-spacing: 0.03em;
            text-decoration: none;
        }

        .NotificationsListContent .CatalogTab ul li.current a {
            background: #80c2e4;
            color: #fff;
            font-weight: 500;
            border: 1px solid #80c2e4;
        }

.NotificationsListContent .CatalogTab:after {
    display: block;
    content: "";
    width: calc(100% + 30px);
    margin: 10px -15px;
    border-bottom: 1px solid #EAEBEE;
}

.NotificationsListContent .Content {
    display: none;
}

    .NotificationsListContent .Content.current {
        display: block;
    }

    .NotificationsListContent .Content .Empty {
        color: #b0b0b0;
        text-align: center;
        font-size: .85rem;
        line-height: 100%;
        text-shadow: 1px 1px 0px #f0f0f0;
        transition: all ease .2s;
        transform: scale(0);
    }

        .NotificationsListContent .Content .Empty.Show {
            margin: 10% 0px;
            transform: scale(1);
        }

    .NotificationsListContent .Content ul {
        margin: 0px;
        padding: 0px;
    }

        .NotificationsListContent .Content ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .NotificationsListContent .Content ul li:after {
                content: "";
                display: block;
                width: calc(100% + 30px);
                margin: 10px -15px 10px -15px;
                border-bottom: 1px solid #EAEBEE;
            }

            .NotificationsListContent .Content ul li a {
                display: flex;
                width: 100%;
                align-content: center;
                align-items: flex-start;
            }

            .NotificationsListContent .Content ul li .Date {
                background: #F0F0F0;
                color: #162056;
                font-size: 12px;
                transform: scale(.85);
                line-height: 100%;
                padding: 4px 10px;
                border-radius: 500px;
                margin: .5% 0px 0px 0px;
            }

            .NotificationsListContent .Content ul li .ListContent .Title {
                color: #162056;
                font-weight: 500;
            }

            .NotificationsListContent .Content ul li.Readed .ListContent .Title {
                color: #b0b0b0;
                font-weight: 400;
            }

            .NotificationsListContent .Content ul li .ListContent .Context {
                color: #808080;
                font-size: .95rem;
                line-height: 120%;
                margin: 5px 0px 0px 0px;
            }

            .NotificationsListContent .Content ul li.Readed .ListContent .Context {
                color: #b0b0b0;
            }

.FixedSettingWindow {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    transform: scale(0);
    transition: all ease .2s;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .FixedSettingWindow.Show {
        transform: scale(1);
    }

    .FixedSettingWindow .OverlayBg {
        position: absolute;
        background: rgba(128,128,128,0.9);
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
    }

    .FixedSettingWindow .WindowContent {
        position: relative;
        z-index: 2;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: 100vh;
        max-width: 450px;
    }

        .FixedSettingWindow .WindowContent .SettingBtn {
            display: block;
            width: 80%;
            text-align: center;
        }

            .FixedSettingWindow .WindowContent .SettingBtn ul {
                margin: 0px;
                padding: 0px;
            }

                .FixedSettingWindow .WindowContent .SettingBtn ul li {
                    margin: 5px 0px;
                    padding: 0px;
                    list-style: none;
                }

                    .FixedSettingWindow .WindowContent .SettingBtn ul li a {
                        display: block;
                        padding: 8px 0px;
                        width: clac(100% - 4px);
                        border-radius: 5px;
                        background: #f0f0f0;
                        background: linear-gradient(to bottom, #e0e0e0 0%, #fff 10%, #e0e0e0 100%);
                        color: #0085ca;
                        text-decoration: none;
                        font-size: 1rem;
                        transition: all ease .2s;
                        border: 2px solid #f0f0f0;
                    }

                        .FixedSettingWindow .WindowContent .SettingBtn ul li a:hover {
                            background: linear-gradient(to top, #e0e0e0 0%, #fff 10%, #e0e0e0 100%);
                        }

        .FixedSettingWindow .WindowContent .BtnContent {
            display: block;
            width: 80%;
            text-align: center;
            margin: 0px;
        }

            .FixedSettingWindow .WindowContent .BtnContent .BackBtn {
                font-size: .9rem;
                display: block;
                padding: 8px 0px;
                width: 100%;
                border-radius: 5px;
                background: #f0f0f0;
                background: linear-gradient(to bottom, #e0e0e0 0%, #fff 10%, #e0e0e0 100%);
                border: 2px solid #f0f0f0;
                color: #0085ca;
            }

.ConfirmWindow {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    transform: scale(0);
    transition: all ease .2s;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .ConfirmWindow.Show {
        transform: scale(1);
    }

    .ConfirmWindow .OverlayBg {
        position: absolute;
        background: rgba(128,128,128,0.9);
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
    }

    .ConfirmWindow .WindowContent {
        position: relative;
        z-index: 2;
        background: #f0f0f0;
        background: linear-gradient(45deg, #fff 0%, #e0e0e0 100%);
        border-radius: 10px;
        padding: 0px;
        min-width: 280px;
        max-width: 450px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    }

        .ConfirmWindow .WindowContent .Title {
            padding: 20px 20px 0px 20px;
            color: #162056;
            font-size: 1.25rem;
            line-height: 100%;
            text-align: center;
        }

        .ConfirmWindow .WindowContent .Context {
            padding: 20px;
            text-align: center;
        }

        .ConfirmWindow .WindowContent .BtnContent {
            margin: 0px;
            border-top: 1px solid rgba(128,128,128,.6);
            display: flex;
            width: 100%;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

            .ConfirmWindow .WindowContent .BtnContent .BackBtn {
                width: calc(50% - 1px);
                border: none;
                border-right: 1px solid rgba(128,128,128,.6);
                background: transparent;
                padding: 15px 0px;
                color: #0085ca;
                font-size: .9rem;
            }

            .ConfirmWindow .WindowContent .BtnContent .ConfirmBtn {
                width: 50%;
                border: none;
                background: transparent;
                padding: 15px 0px;
                color: #0085ca;
                font-size: 1rem;
            }

.FixedNotifyWindow {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    transform: scale(0);
    transition: all ease .2s;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .FixedNotifyWindow.Show {
        transform: scale(1);
    }

    .FixedNotifyWindow .OverlayBg {
        position: absolute;
        background: rgba(128,128,128,0.9);
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
    }

    .FixedNotifyWindow .WindowContent {
        position: relative;
        z-index: 2;
        max-width: 450px;
        background: #f0f0f0;
        background: linear-gradient(45deg, #fff 0%, #e0e0e0 100%);
        box-shadow: 2px 2px 3px rgba(0,0,0,.15);
        padding: 0px;
        border-radius: 10px;
        text-align: center;
    }

        .FixedNotifyWindow .WindowContent .Title {
            padding: 30px 20px 0px 20px;
            color: #162056;
            font-size: 1.25rem;
            line-height: 100%;
            text-align: center;
        }

        .FixedNotifyWindow .WindowContent .Context {
            padding: 20px 20px 0px 20px;
            text-align: center;
        }

        .FixedNotifyWindow .WindowContent .BtnContent {
            border-top: 1px solid rgba(128,128,128,.6)
        }

            .FixedNotifyWindow .WindowContent .BtnContent .BackBtn {
                padding: 15px 0px;
                background: transparent;
                width: 100%;
                border: none;
                color: #0085ca;
                font-size: 1rem;
            }

.NotificationsContentPage .Container .site-content {
    padding: 10px 15px 50px 15px;
    min-height: calc(100vh - 102px);
}

.NotificationsContent {
    display: block;
    text-align: center;
}

    .NotificationsContent .Date {
        display: inline-block;
        margin: 0px auto;
        font-size: .75rem;
        line-height: 100%;
        background: #f0f0f0;
        color: #162056;
        border-radius: 500px;
        padding: 8px 10px;
        transform: scale(.85);
        font-weight: 500;
    }

    .NotificationsContent .Title {
        display: block;
        color: #162056;
        font-size: 1.75rem;
        line-height: 100%;
        font-weight: 500;
        margin: 10px 0px;
    }

    .NotificationsContent .SubTitle {
        font-size: 1.25rem;
        color: #162056;
        line-height: 150%;
        font-weight: 500;
        margin: 20px 0px 10px 0px;
    }

        .NotificationsContent .SubTitle:empty {
            display: none;
        }

    .NotificationsContent .Content {
        font-size: 1rem;
        color: #162056;
        line-height: 150%;
        margin: 10px 0px 0px 0px;
    }

    .NotificationsContent .BtnContent {
        margin: 15px 0px;
    }

        .NotificationsContent .BtnContent button {
            display: block;
            margin: 5px 0px;
            width: 100%;
            border-radius: 500px;
            font-size: 1rem;
            line-height: 100%;
            padding: 10px 0px 8px 0px;
        }

        .NotificationsContent .BtnContent .BackBtn {
            border: 2px solid #0085ca;
            color: #fff;
            background: #0085ca;
            font-size: 1rem;
        }

        .NotificationsContent .BtnContent .DeleteBtn {
            border: 2px solid #0085ca;
            color: #0085ca;
            background: transparent;
            font-size: .9rem;
        }

.GiftBoxListContent .Content ul {
    margin: 0px;
    padding: 0px;
}

    .GiftBoxListContent .Content ul li {
        margin: 10px 0px;
        padding: 0px;
        list-style: none;
        background: #fff;
        border-radius: 10px;
        padding: 10px 15px;
    }

        .GiftBoxListContent .Content ul li.Unclaim {
            cursor: pointer;
        }

        .GiftBoxListContent .Content ul li .Date {
            font-size: .85rem;
            color: #162056;
            zoom: .85;
            font-weight: 600;
        }

        .GiftBoxListContent .Content ul li .Content {
            color: #162056;
            line-height: 130%;
        }

.GiftBoxListContent .Content .EmptyContent {
    display: flex;
    width: 100%;
    min-height: 20vh;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .GiftBoxListContent .Content .EmptyContent .Text {
        color: rgba(0,0,0,0.325);
    }

.ClaimBtn {
    border-radius: 500px;
    width: 100%;
    text-align: center;
    background: #0085ca;
    color: #fff;
    border: 2px solid #0085ca;
    line-height: 100%;
    padding: 10px 0px;
    font-size: 1rem;
}

.GiftBoxListContent .Content .ClaimDate {
    width: 100%;
    text-align: center;
    background: #D9D9D9;
    color: #162056;
    border: 2px solid #D9D9D9;
    line-height: 100%;
    padding: 10px 0px;
    font-size: .9rem;
}

.WalletListPage .site-content {
    padding: 0px 0px 50px 0px;
    width: 100%;
}

.WalletListContent .TopInfo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 15px 0px 15px;
}

.WalletListContent .TopInfo {
    margin: 20px 15px;
}

    .WalletListContent .TopInfo .Title {
        font-size: 1.25rem;
        color: #162056;
        line-height: 100%;
        font-weight: bold;
        font-family: EdenredBold, 'Noto Sans TC';
    }

    .WalletListContent .TopInfo .Switch {
        margin: 0px 0px 0px auto;
    }

        .WalletListContent .TopInfo .Switch a {
            display: inline-block;
            border-radius: 500px;
            border: 1px solid #80c2e4;
            padding: 6px 25px 5px 25px;
            color: #80c2e4;
            font-size: .75rem;
            line-height: 100%;
        }

.WalletListContent.InvalidVoucher .TopInfo .Switch a {
    border-color: #0085ca;
    color: #0085ca;
}

.WalletListContent .TopInfo .Switch a:hover {
    text-decoration: none;
    background: #80c2e4;
    color: #fff;
}

.WalletListContent.InvalidVoucher .TopInfo .Switch a:hover {
    background: #0085ca;
    color: #fff;
}

.WalletListContent .Noticed {
    padding: 20px 0px 0px 0px;
    text-align: center;
    color: #0085ca;
    line-height: 100%;
    font-size: .9rem;
}

    .WalletListContent .Noticed:after {
        content: "";
        display: block;
        margin: 20px 0px 0px 0px;
        border-bottom: 1px solid #EAEBEE;
    }

.WalletListContent ul {
    margin: 0px;
    padding: 0px;
}

    .WalletListContent ul li {
        margin: 1px 0px;
        padding: 0px;
        list-style: none;
        text-align: center;
        transition: all ease .5s;
    }

        .WalletListContent ul li:first-child {
            margin-top: 0px;
        }

        .WalletListContent ul li:nth-child(n) {
            background: #A1D6CA;
        }

        .WalletListContent ul li:nth-child(2n) {
            background: #FCD25D;
        }

        .WalletListContent ul li:nth-child(3n) {
            background: #80C2E4;
        }

        .WalletListContent ul li:nth-child(4n) {
            background: #C5A3CC;
        }

        .WalletListContent ul li:nth-child(5n) {
            background: #E1EA80;
        }

        .WalletListContent ul li:hover {
            filter: brightness(1.085);
        }

        .WalletListContent ul li a {
            display: block;
            padding: 20px 0px;
            text-decoration: none;
        }

.WalletListContent.InvalidVoucher ul li {
    padding: 20px 0px;
    filter: grayscale(1);
}

.WalletListContent .VoucherListContent .Name {
    color: #fff;
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 600;
    text-shadow: 1px 1px 0px rgb(0,0,0,0.2);
    padding: 0px 15px;
}

.WalletListContent.InvalidVoucher .VoucherListContent .Name {
    color: #808080;
    text-shadow: none;
    font-weight: 400;
}

.WalletListContent .VoucherListContent .Content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.WalletListContent .VoucherListContent .Pic {
    width: 50%;
    background: #fff;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 0px;
    line-height: 0px;
}

    .WalletListContent .VoucherListContent .Pic img {
        max-width: 90%;
        max-height: 17.28vw;
        width: auto;
        height: auto;
        margin: 0px 0px 0px -5%;
    }

.WalletListContent.InvalidVoucher .VoucherListContent {
    margin: 10px 0px 0px 0px;
}

    .WalletListContent.InvalidVoucher .VoucherListContent .Pic {
        margin: 0px auto 0px 0px;
    }

.WalletListContent .VoucherListContent .ExpiryDate {
    width: 50%;
}

    .WalletListContent .VoucherListContent .ExpiryDate .Title {
        padding: 0px 10px;
        color: #fff;
        font-weight: 400;
        font-size: .85rem;
        line-height: 100%;
    }

.WalletListContent .VoucherListContent .RightContent {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.WalletListContent .VoucherListContent .VoucherStatus {
    width: 100%;
    text-align: center;
    color: #474747;
    font-size: 1.15rem;
    line-height: 100%;
}

.WalletListContent .VoucherListContent .VoucherNumber {
    margin: 10px 0px 0px 0px;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: .85rem;
    line-height: 150%;
    word-wrap: break-word;
    word-break: break-all;
}


.WalletListContent .VoucherListContent .VoucherStatus.Invalid {
    display: block;
}

.WalletListContent.InvalidVoucher .VoucherListContent .ExpiryDate .Title {
    color: #808080;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    padding: 0px;
}

    .WalletListContent.InvalidVoucher .VoucherListContent .ExpiryDate .Title:after {
        content: "";
        display: inline-block;
        width: 0px;
        height: .85rem;
        border-right: 1px solid #808080;
        vertical-align: middle;
        margin: 0px 10px;
    }

.WalletListContent .VoucherListContent .ExpiryDate .Date {
    font-size: 1.15rem;
    line-height: 150%;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.WalletListContent.InvalidVoucher .VoucherListContent .ExpiryDate {
    display: flex;
    width: 100%;
    margin: 10px 0px 0px 0px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .WalletListContent.InvalidVoucher .VoucherListContent .ExpiryDate .Date {
        margin: 0px;
        color: #808080;
        font-weight: 400;
        font-size: 1rem;
        line-height: 100%;
        padding: 0px;
    }

.WalletListContent .EmptyContent {
    display: flex;
    width: 100%;
    min-height: 30vh;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.075);
}

    .WalletListContent .EmptyContent .Text {
        color: rgba(0,0,0,0.25);
    }

.WalletListContent .InvalidVoucher {
    padding: 20px 10px;
    text-align: right;
    color: #808080;
    text-decoration: underline;
    font-size: .85rem;
}

.VoucherPage .Container .site-content {
    padding: 0px;
    width: 100%;
    min-height: calc(100vh - 42px);
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.VoucherPageContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

    .VoucherPageContent .VoucherFrame {
        width: 100%;
        min-height: 100%;
    }

.WarningWindow {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1000;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    transform: scale(0);
}

    .WarningWindow.Show {
        transform: scale(1);
    }

    .WarningWindow .OverlayBg {
        position: absolute;
        background: rgba(128,128,128,0.9);
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
    }

    .WarningWindow .WindowContent {
        position: relative;
        z-index: 2;
        background: #f0f0f0;
        background: linear-gradient(45deg, #fff 0%, #e0e0e0 100%);
        border-radius: 10px;
        padding: 0px;
        width: calc(100% - 20px);
        margin: 0px auto;
        min-width: 280px;
        max-width: 450px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    }

        .WarningWindow .WindowContent .Title {
            padding: 20px 20px 0px 20px;
            color: #162056;
            font-size: 1.25rem;
            line-height: 100%;
            text-align: center;
        }

        .WarningWindow .WindowContent .Context {
            padding: 20px;
            text-align: center;
        }

        .WarningWindow .WindowContent .System_NotTimeOut,
        .WarningWindow .WindowContent .System_TimeOut {
            display: none;
        }

            .WarningWindow .WindowContent .System_NotTimeOut.Show,
            .WarningWindow .WindowContent .System_TimeOut.Show {
                display: block;
            }

        .WarningWindow .WindowContent .CountDown_forTimeout {
            color: #f72717;
            font-size: .85rem;
            line-height: 150%;
            text-align: center;
            margin: 0px 0px 20px 0px;
        }

            .WarningWindow .WindowContent .CountDown_forTimeout .Time {
                font-weight: 600;
                font-size: .95rem;
                line-height: 1.275rem;
            }

        .WarningWindow .WindowContent .BtnContent {
            border-top: 1px solid rgba(128,128,128,.6);
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            margin: 0px;
        }

        .WarningWindow .WindowContent .LogoutBtn {
            border: none;
            background: transparent;
            padding: 15px 0px;
            color: #0085ca;
            font-size: 1rem;
            text-align: center;
            color: #808080;
            width: calc(50% - 1px);
            border-right: 1px solid rgba(128,128,128,.6);
        }

        .WarningWindow .WindowContent .RefreshBtn {
            border: none;
            background: transparent;
            padding: 15px 0px;
            color: #0085ca;
            font-size: 1rem;
            text-align: center;
            width: 50%;
            s
        }

        .WarningWindow .WindowContent .BackBtn {
            width: 100%;
            border: none;
            background: transparent;
            padding: 15px 0px;
            color: #0085ca;
            font-size: 1rem;
            text-align: center;
        }

.BackBtnWarningWindow {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1000;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    transform: scale(0);
}

    .BackBtnWarningWindow.Show {
        transform: scale(1);
    }

    .BackBtnWarningWindow .OverlayBg {
        position: absolute;
        background: rgba(128,128,128,0.9);
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
    }

    .BackBtnWarningWindow .WindowContent {
        position: relative;
        z-index: 2;
        background: #f0f0f0;
        background: linear-gradient(45deg, #fff 0%, #e0e0e0 100%);
        border-radius: 10px;
        padding: 0px;
        width: calc(100% - 20px);
        margin: 0px auto;
        min-width: 280px;
        max-width: 450px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    }

        .BackBtnWarningWindow .WindowContent .Title {
            padding: 20px 20px 0px 20px;
            color: #162056;
            font-size: 1.25rem;
            line-height: 100%;
            text-align: center;
        }

        .BackBtnWarningWindow .WindowContent .Context {
            padding: 20px;
            text-align: center;
        }

        .BackBtnWarningWindow .WindowContent .CountDown {
            color: #f72717;
            font-size: .85rem;
            line-height: 150%;
            text-align: center;
        }

            .BackBtnWarningWindow .WindowContent .CountDown .Time {
                font-weight: 600;
                font-size: .95rem;
                line-height: 1.275rem;
            }

        .BackBtnWarningWindow .WindowContent .BtnContent {
            border-top: 1px solid rgba(128,128,128,.6);
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

        .BackBtnWarningWindow .WindowContent .LeaveBtn {
            border: none;
            background: transparent;
            padding: 15px 0px;
            color: #808080;
            font-size: 1rem;
            text-align: center;
            width: calc(50% - 1px);
            border-right: 1px solid rgba(128,128,128,.6);
        }

        .BackBtnWarningWindow .WindowContent .StayBtn {
            border: none;
            background: transparent;
            padding: 15px 0px;
            color: #0085ca;
            font-size: 1rem;
            text-align: center;
            width: 50%;
        }

.MemberInfo.Setting {
    padding: 0px;
}

.MemberInfo .Name .Text {
    color: #162056;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.03em;
}

.MemberInfo .Name .Edit {
    color: #0085ca;
    font-size: .85rem;
    text-decoration: underline;
    text-align: center;
    margin: 5px 0px 0px 0px;
}

.MemberInfo .ListInfo {
    margin: 5px -15px 0px -15px;
    padding-left: 15px;
    width: calc(100% + 15px);
    border: none;
    border-radius: 0px;
    text-align: left;
    font-weight: 400;
    background: #fff;
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
}

    .MemberInfo .ListInfo .Text {
        color: #162056;
        font-size: 1rem;
        line-height: 100%;
        padding: 10px 0px;
    }

    .MemberInfo .ListInfo .Edit {
        font-size: 0px;
        line-height: 0px;
        width: 20px;
        margin: 0px 10px 0px auto;
    }

        .MemberInfo .ListInfo .Edit a {
            display: block;
        }

.Setting .ListTitle.Email {
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
}

    .Setting .ListTitle.Email .VerifyLink {
        color: #0085ca;
        text-decoration: underline;
        margin: 0px 0px 0px 5px;
        display: none;
    }

        .Setting .ListTitle.Email .VerifyLink.Show {
            display: block;
        }

.MemberInfo .ListInfo.Push .Edit {
    width: 40px;
}

    .MemberInfo .ListInfo.Push .Edit a {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        border-radius: 500px;
        background: #b0b0b0;
        width: 100%;
        height: 23px;
        box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        transition: all ease 1s;
    }

        .MemberInfo .ListInfo.Push .Edit a .Switch {
            width: 21px;
            height: 21px;
            border-radius: 500px;
            background: #fff;
            background: linear-gradient(135deg, #fff 20%, #d9d9d9 100%);
            margin: 0px auto 0px 1px;
            box-shadow: 1px 0px 2px rgba(0,0,0,.15);
            transition: all ease 1s;
        }

    .MemberInfo .ListInfo.Push .Edit.On a {
        background: #32D74B;
        background: linear-gradient(-45deg, #32D74B 50%, #05a91e 100%);
    }

        .MemberInfo .ListInfo.Push .Edit.On a .Switch {
            margin: 0px 1px 0px auto;
        }

.MemberInfo.Setting .BtnContent {
    margin: 20px 0px 40px 0px;
}

.Setting .BindingBtn {
    background: #0085ca;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 500px;
    padding: 10px 0px;
    width: 100%;
}

.Setting .LogoutBtn {
    border: 2px solid #f72717;
    border-radius: 500px;
    background: transparent;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    color: #f72717;
}

.Setting .SaveBtn {
    border: 2px solid #0085ca;
    border-radius: 500px;
    background: #0085ca;
    padding: 10px 0px;
    text-align: center;
    width: 450px;
    max-width: 100%;
    color: #fff;
    display: block;
    margin: 0px auto;
}

.Setting .ResendBtn {
    border: 2px solid #0085ca;
    border-radius: 500px;
    background: #0085ca;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
}

.Setting.EmailVerify .BackBtn {
    border: 2px solid #0085ca;
    background: transparent;
    color: #0085ca;
    line-height: 100%;
}

.EditInfo .Title {
    color: #162056;
    font-weight: 600;
    text-align: center;
    font-size: 1.75rem;
    line-height: 120%;
}

.CustomSelectCol {
    margin: 20px 0px 0px 0px;
}

    .CustomSelectCol .ChooseBtn {
        text-align: center;
        text-align-last: center;
        border-radius: 6px;
        border: 2px solid #CBDEEA;
        padding: 7px 0px 8px 0px;
        color: #162056;
        font-weight: 400;
        position: relative;
        letter-spacing: 0.03em;
        background: #fdfefe;
        width: 450px;
        max-width: calc(100% - 4px);
        margin: 0px auto;
    }

        .CustomSelectCol .ChooseBtn:after {
            content: "";
            display: block;
            position: absolute;
            right: 5%;
            top: -20%;
            bottom: 0px;
            margin: auto;
            width: 8px;
            height: 8px;
            border-top: 2px solid #162056;
            border-right: 2px solid #162056;
            transform: rotate(135deg);
        }

    .CustomSelectCol ul {
        margin: -4px auto 0px auto;
        padding: 10px;
        border-radius: 6px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border: 2px solid #CBDEEA;
        border-top: none;
        background: #fdfefe;
        position: relative;
        z-index: 2;
        max-width: 430px;
        width: calc(100% - 24px);
        display: none;
    }

        .CustomSelectCol ul li {
            margin: 5px 0px;
            padding: 5px 0px 10px 0px;
            list-style: none;
            position: relative;
            font-size: 0px;
            line-height: 0px;
            border-bottom: 2px dotted #CBDEEA;
        }

            .CustomSelectCol ul li:last-child {
                border-bottom: none;
            }

            .CustomSelectCol ul li .InputRadio {
                position: absolute;
                left: 0px;
                top: 0px;
                bottom: 0px;
                right: 0px;
                margin: auto;
                width: 100%;
                height: 100%;
                padding: 0px;
                z-index: 2;
                opacity: 0;
            }

            .CustomSelectCol ul li .Text {
                font-size: 1rem;
                text-align: center;
                color: #162056;
                line-height: 150%;
                position: relative;
                z-index: 1;
            }

.EditInfo .Context {
    color: #162056;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

    .EditInfo .Context .Remind {
        color: #0085ca;
        font-size: .85rem;
        line-height: 150%;
        margin: 5px 0px 0px 0px;
    }

.EditInfo .SystemLanguageType {
    color: #162056;
    font-size: 1.25rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 10px 0px 0px 0px;
}

.EditInfo .InputCol input {
    margin: 5px auto 0px auto;
}

    .EditInfo .InputCol input:first-child {
        margin: 0px auto;
    }

.Setting .BackBtn {
    border: 1px solid #0085ca;
    border-radius: 500px;
    background: #0085ca;
    padding: 10px 0px;
    text-align: center;
    width: 450px;
    max-width: 100%;
    color: #fff;
    margin: 0px auto;
    display: block;
}

.EditInfo .Reminder {
    color: #f72717;
    margin: 20px 0px 0px 0px;
    line-height: 120%;
}

.EditInfo .Check {
    color: #0085ca;
    margin: 20px 0px 0px 0px;
    line-height: 150%;
}

    .EditInfo .Check .CountDown {
        font-weight: 600;
        font-size: 1.15rem;
        line-height: 1.5rem;
    }

.GiftBoxListContent .TopLine {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 0px 30px 0px;
}

    .GiftBoxListContent .TopLine .Title {
        color: #162056;
        font-weight: 600;
        font-family: EdenredBold,'Noto Sans TC';
        font-size: 1.5rem;
        line-height: 100%;
        letter-spacing: 1px;
    }

    .GiftBoxListContent .TopLine .BtnContent {
        margin: 0px 0px 0px auto;
        padding: 0px;
    }

    .GiftBoxListContent .TopLine .ClaimedBtn {
        border: 1px solid #b0b0b0;
        border-radius: 500px;
        color: #b0b0b0;
        display: inline-block;
        padding: 6px 15px 5px 15px;
        background: transparent;
        line-height: 100%;
        font-size: .95rem;
        font-weight: 400;
        transition: all ease .5s;
    }

    .GiftBoxListContent .TopLine .UnclaimedBtn {
        border: 1px solid #0085ca;
        border-radius: 500px;
        color: #0085ca;
        display: inline-block;
        padding: 6px 15px 5px 15px;
        background: transparent;
        line-height: 100%;
        font-size: .95rem;
        font-weight: 400;
        transition: all ease .5s;
    }

    .GiftBoxListContent .TopLine .ClaimedBtn:hover {
        border-color: #0085ca66;
        color: #0085ca66;
    }

    .GiftBoxListContent .TopLine.Unclaimed .Claimed,
    .GiftBoxListContent .TopLine.Unclaimed .UnclaimedBtn {
        display: none;
    }

    .GiftBoxListContent .TopLine.Claimed .Unclaim,
    .GiftBoxListContent .TopLine.Claimed .ClaimedBtn {
        display: none;
    }

.GiftBoxListContent > .Content {
    display: none;
}

    .GiftBoxListContent > .Content.Show {
        display: block;
    }

.GiftBoxListContent .Content .Record {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0px;
}

    .GiftBoxListContent .Content .Record .BtnContent {
        margin: 0px 0px 0px auto;
    }

    .GiftBoxListContent .Content .Record .RecordBtn {
        font-size: .85rem;
        color: #0085ca;
        text-decoration: underline;
        line-height: 100%;
    }

        .GiftBoxListContent .Content .Record .RecordBtn:hover {
            color: #162056;
            text-decoration: none;
        }

.GiftBoxListContent .Content.Claimed .Record .RecordBtn {
    color: #162056;
    text-decoration: none;
}

    .GiftBoxListContent .Content.Claimed .Record .RecordBtn:hover {
        color: #0085cad9;
    }

.RedFont {
    color: #f72717;
    font-weight: 600;
}

.ClaimedRecordContent .TopLine .ExpiryDate {
    color: #0085ca;
    font-size: .75rem;
    line-height: 100%;
}

.ClaimedRecordContent .TopLine .ProdName {
    color: #323232;
    font-weight: 600;
    font-size: 1.35rem;
    line-height: 100%;
    font-family: EdenredBold, 'Noto Sans TC';
    margin: 10px 0px 0px 0px;
}

.ClaimedRecordContent .Content {
    padding: 30px 0px 0px 0px;
}

    .ClaimedRecordContent .Content ul {
        margin: 0px;
        padding: 0px;
    }

        .ClaimedRecordContent .Content ul li {
            margin: 10px 0px;
            list-style: none;
            background: #fff;
            border-radius: 10px;
            padding: 20px 15px;
        }

            .ClaimedRecordContent .Content ul li .VoucherName {
                font-size: 1.05rem;
                color: #162056;
                font-family: EdenredBold, 'Noto Sans TC';
                line-height: 150%;
                letter-spacing: 1px;
            }

            .ClaimedRecordContent .Content ul li .ClaimedDate {
                color: #808080;
                font-size: 12px;
            }

    .ClaimedRecordContent .Content .Remaining {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
        font-size: 1rem;
        color: #162056;
        font-family: EdenredMedium, 'Noto Sans TC';
        padding: 5px 5px 0px 0px;
    }

        .ClaimedRecordContent .Content .Remaining .Text {
            position: relative;
        }

            .ClaimedRecordContent .Content .Remaining .Text .Context {
                position: relative;
                z-index: 2;
            }

            .ClaimedRecordContent .Content .Remaining .Text:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 3px;
                left: -2px;
                right: -2px;
                height: 8px;
                z-index: 1;
                border-radius: 500px;
                background: #ffe282;
            }

.DSARContent {
    width: 100%;
    height: calc(100% + 80px);
    position: relative;
    overflow: hidden;
}

    .DSARContent iframe {
        margin-top: -80px;
    }

.MemberInfo.Setting .DSARlink {
    margin: 20px 0px;
    text-align: center;
}

    .MemberInfo.Setting .DSARlink a {
        color: #0085ca;
        font-size: .75rem;
        line-height: 100%;
        text-decoration: underline;
    }

        .MemberInfo.Setting .DSARlink a:hover {
            color: #162056;
            text-decoration: none;
        }

#onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button {
    width: 80px;
    height: 20px;
}

.ot-floating-button__front {
    background-image: none !important;
}

#ot-sdk-btn-floating.ot-floating-button button {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    transition: all ease .2s;
}

    #ot-sdk-btn-floating.ot-floating-button button:hover {
        background: #162056;
    }

    #ot-sdk-btn-floating.ot-floating-button button:before {
        content: "COOKIES";
        display: block;
        font-size: 12px;
        line-height: 100%;
        transform: scale(.8);
        transform-origin: center;
        color: #ffffff;
        font-weight: 600;
    }

#onetrust-consent-sdk #ot-sdk-btn-floating .ot-floating-button__back svg {
    width: 8px;
    height: 8px;
}

.InterruptNotify .Title {
    color: #162056;
    font-weight: 600;
    text-align: center;
    font-size: 1.75rem;
    line-height: 120%;
}

.InterruptNotify .Context {
    color: #162056;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    margin: 20px 0px 0px 0px;
    text-align: left;
}

.InterruptNotify .CSInfo {
    background: #f0f0f0;
    padding: 20px 10px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
    text-align: left;
    font-size: .85rem;
    color: #162056;
}

    .InterruptNotify .CSInfo .Title {
        font-size: inherit;
        font-weight: 600;
        text-align: left;
    }

    .InterruptNotify .CSInfo .Text {
        margin: 10px 0px 0px 0px;
    }

    .InterruptNotify .CSInfo a {
        color: #0085ca;
        text-decoration: underline;
        line-height: 100%;
        display: inline-block;
    }

    .InterruptNotify .CSInfo .Remind {
        font-size: 80%;
        margin: 10px 0px 0px 0px;
    }

.InterruptNotify .BtnContent {
    margin: 40px 0px 0px 0px;
}

    .InterruptNotify .BtnContent a {
        background: #0085ca;
        border-radius: 500px;
        border: 1px solid #0085ca;
        color: #fff;
        font-size: 1rem;
        line-height: 100%;
        padding: 10px 0px;
        text-align: center;
        width: 100%;
        max-width: 474px;
        letter-spacing: 0.03em;
        transition: all ease .2s;
        display: block;
        margin: 0px auto;
        text-decoration: none;
    }

        .InterruptNotify .BtnContent a:hover {
            background: #162056;
        }

@media screen and (min-width:750px) {
    html {
        font-size: 20px;
    }

    footer {
        display: block;
    }

    .Register .Reminder {
        margin: 20px 0px 0px 0px;
    }

    .InputCol input {
        margin: 0px 0px 0px 0px;
        font-weight: 500;
    }

    .WarningWindow .WindowContent .CountDown_forTimeout {
        margin: 0px 0px 30px 0px;
    }

    .BtnContent {
        margin: 10px 0px 0px 0px;
    }

    .OuterContainer {
        border: 2px solid #EAEBEE;
        margin: 20px auto 0px auto;
        border-radius: 15px;
    }

    .site-header .Notifications .Icon {
        width: 30px;
    }

    .site-header .Notifications .MessageNumber {
        transform: scale(1);
    }

    .site-header .BtnContent .BackBtn .Text {
        font-size: .75rem;
    }

    .Container nav {
        border-right: 2px solid #EAEBEE;
        border-bottom-left-radius: 15px;
        padding: 20px 10px;
        width: 20%;
        position: relative;
        order: 1;
    }

    .Container .site-nav ul {
        display: block;
    }

        .Container .site-nav ul li {
            width: 100%;
            padding: 0px;
        }

            .Container .site-nav ul li:after {
                content: "";
                display: block;
                border-top: 3px dotted #eaebee;
                margin: 20px 0px;
            }

            .Container .site-nav ul li:last-child:after {
                display: none;
            }

            .Container .site-nav ul li a {
                justify-content: flex-start;
            }

            .Container .site-nav ul li .Text {
                display: block;
            }

    .Container .site-content {
        padding: 40px 15px 40px 15px;
        min-height: calc(100vh - 170px);
    }

    .HaveNavPage .Container .site-content {
        width: calc(80% - 52px);
        order: 2;
    }

    .LoginPage .OuterContainer {
        margin: 20px auto;
    }

    .Login {
        min-height: calc(100vh - 130px);
    }

        .Login .PageHeader .Logo {
            width: 100px;
        }

        .Login .PageHeader .Slogan {
            max-width: calc(100% - 250px);
            margin: 2.5% 0px 0px 7px;
        }

        .Login .InputCol .inputTel,
        .Login .InputCol .inputPsw {
            width: 60%;
        }

        .Login .BtnContent .LoginBtn,
        .Login .BtnContent .RegBtn {
            font-size: .95rem;
            width: 60%;
        }

    .Register .Policy {
        font-size: .75rem;
    }

        .Register .Policy br {
            display: none;
        }

    .MemberInfo .ListTitle {
        max-width: 450px;
        margin: 0px auto;
    }

    .Tips {
        max-width: 450px;
        margin: 5px auto;
    }

    .NotificationsPage .Container .site-content,
    .NotificationsContentPage .Container .site-content {
        padding: 10px 15px 10px 15px;
        min-height: calc(100vh - 110px);
    }

    .NotificationsContent .Content {
        font-size: .85rem;
    }

    .WalletListPage .Container .site-content {
        padding: 15px;
        min-height: calc(100vh - 120px);
    }

    .WalletListContent .Noticed {
        padding: 30px 0px 10px 0px;
    }

        .WalletListContent .Noticed:after {
            display: none;
        }

    .WalletListContent ul {
        margin: 20px 0px 0px 0px;
    }

        .WalletListContent ul li {
            margin: 5px 0px;
            border-radius: 10px;
            box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
        }

    .VoucherPage .Container .site-content {
        min-height: calc(100vh - 130px);
    }

    .VoucherPageContent .VoucherFrame {
        max-width: 450px;
        margin: 0px auto;
        border-radius: 5px;
        background: #fff;
    }

    .MemberInfo.Setting .ListTitle {
        max-width: unset;
        padding-left: 5px;
    }

    .MemberInfo .ListInfo {
        margin: 5px 0px 0px 0px;
        width: calc(100% - 15px);
        border-radius: 5px;
    }

    .WalletListContent .VoucherListContent .Pic img {
        max-height: 94.69px;
    }

    .DSARPage .Container .site-content {
        min-height: calc(100vh - 92px);
    }
}

@media screen and (max-width:450px) {

    .Login .PageHeader .Slogan {
        margin: 3.5% 0px 0px 7px;
    }
}

@media screen and (max-width:320px) {

    .Login .PageHeader .Slogan {
        font-size: .95rem;
        margin: 5.5% 0px 0px 7px;
        line-height: 130%;
    }

    .Login .PageBody .Title {
        font-size: 0.95rem;
    }

    .Login .BtnContent .LoginBtn,
    .Login .BtnContent .RegBtn {
        font-size: .95rem;
    }
}
