﻿/*@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);*/

html,
body {
    width: 100vw;
    font-family: 'Nunito', "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    /*color: #3d3c3a;*/
    color: #585657;
    background-color: white;
    font-size: 1em;
    font-weight: initial;
    letter-spacing: 1px;
    overflow-x: hidden;
}

/*
    COMMON USE
*/

a {
    color: #3d3c3a;
}
    a:hover {
        color: #61679b;
    }

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}
.pc-img {
    display: inline;
}

/*@media (min-width: 768px) and (max-width: 991.98px) {*/

@media (max-width: 991.98px) {
    .mobile {
        display: block;
    }

    .pc, .pc-img {
        display: none;
    }
}


    ::-webkit-scrollbar {
        width: 5px; 
    }

    ::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 0px 0 5px 0;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: rgb(219, 219, 219);
    }

.backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
    background-color: rgba(147,107,164,0.8);
    color: #fff;
    border-radius: 50%;
}

    .ex-icon {
        top: 25px;
        right: 30px;
    }

        .ex-icon h2 {
            cursor: pointer;
        }

    /*
    NAVBAR
*/

    .navbar-style {
        /*position: relative;*/
        position: fixed;
        background-image: url("../images/banner.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        color: #47484a;
        font-size: 0.9em;
        width: 100%;
        height: 60px;
        z-index: 202;
        top: 0;
    }

    @media (max-width: 991.98px) {
        .navbar-style {
            top: 0;
            padding: 14px 16px;
            /*height: auto;*/
        }

        .navbar-collapse {
            background-color: #f3d6c8;
            position: absolute;
            top: 60px;
            width: 100%;
            left: 0px;
            padding: 10px 40px;
        }
    }

    .nav-logo {
        width: 335px;
    }
    .nav-logo-en {
        width: 630px;
    }

@media (max-width: 991.98px) {
    .nav-logo {
        width: auto;
    }
    .nav-logo-en {
        width: auto;
    }
}

    .navbar-style .navbar-nav > .nav-item > a {
        color: #3d3c3a;
    }


    .nav-item img {
        display: block;
        max-width: 15px;
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .navbar-style .navbar-nav > .nav-item {
            margin: 10px 0;
            display: block;
        }
    }

    .navbar-style .navbar-nav > .nav-item .dropdown-menu {
        border: none;
        background: white;
        -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    }

    /*.navbar-style .navbar-nav > .nav-item > a > h3 {
    color: #47484a;
}*/
    .navbar-style .navbar-nav > .nav-item > a > h3:hover {
        color: #7c81a7;
    }

    @media (max-width: 991.98px) {
        .navbar-style .navbar-nav .nav-item .dropdown-menu {
            background: #fff;
            width: 100%;
        }
    }

    .navbar-style .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        padding: 0.7rem 1.5rem;
    }

    .navbar-style .navbar-toggler {
        border: none;
        color: #47484a;
        cursor: pointer;
        padding-right: 0;
        text-transform: uppercase;
        font-size: 1.2em;
        letter-spacing: .1em;
    }

        .navbar-style .navbar-toggler:hover {
            color: #61679b;
        }

        .navbar-style .navbar-toggler:hover, .navbar-style .navbar-toggler:focus {
            text-decoration: none;
            outline: none !important;
        }

    .stickyheader {
        /*position: fixed;*/
    }
    /*
    BANNER
*/
    .banner-wrapper {
        position: relative;
        width: 100%;
        margin-top: 60px;
    }

    /*
    FOOTER
*/

.footer {
    position: relative;
    bottom: 0px;
    width: 100vw;
    background-color: #5D565A;
    font-size: 0.8em;
}

        .footer div {
            color: #ffffff;
        }

            .footer div a {
                color: #ffffff;
            }

    .site-title {
        letter-spacing: 3px;
        font-weight: 700;
    }

    .site-info {
        /*text-indent: 1em;*/
    }
    /*
    CONTAINER
*/
    .main-container {
        max-width: 1024px;
        width: 100%;
        /*margin-top: 60px;*/
    }

    .container-header {
        margin-top: 60px;
    }

    .container-full {
        max-width: 100%;
        width: 100%;
        /*min-height: 90vh;*/
        /*margin-top: 60px;*/
    }

    @media (max-width: 767.98px) {
        /*.main-container {
            padding-right: 0px;
            padding-left: 0px;
        }*/
    }

    .bg-section {
        background-color: #edeee9 !important;
    }

    .bg-white {
        background-color: #ffffff !important;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0.5rem;
        line-height:1.5em;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1em;
    }

    h4 {
        font-size: 0.8em;
    }

    h5 {
        font-size: 0.6em;
    }

    .img-w-15 {
        width: 15px;
    }

    .img-w-20 {
        width: 20px;
    }

    .img-w-30 {
        width: 30px;
    }

    .img-w-40 {
        width: 40px;
    }

    .w-10 {
        width: 10%;
    }

    .color-orange {
        color: #eb9204;
    }

    .tag-target {
        position: relative;
        top: -80px;
    }

    @media (max-width: 991.98px) {
        h1 {
            font-size: 1.2em;
        }

        h2 {
            font-size: 1em;
        }

        h3 {
            font-size: 0.8em;
        }

        h4 {
            font-size: 0.6em;
        }

        h5 {
            font-size: 0.5em;
        }
    }

    /*
    LAYOUT FORMAT
*/
.title-section {
    background-color: #50494D;
    color: white;
    padding: 10px;
}

    @media (max-width: 991.98px) {
        .title-section {
            padding: 5px;
        }
    }

.btn-style1 {
    color: #fff;
    background-color: #4E5174;
    border-color: #7c81a7;
}

        .btn-style1:hover {
            color: #fff;
            background-color: #61679b;
            border-color: #7c81a7;
        }

    .bg-gray {
        background-color: #eef1f5;
    }

        .bg-gray.disabled,
        .bg-gray:disabled {
            color: #fff;
            background-color: #b8bbcc;
            border-color: #b8bbcc;
        }

    .spinner-wrapper {
        width: 97%;
        height: 150px;
        background-color: transparent;
        display: none;
        /*background-color: rgba(65,3,77,0.5);
    display: flex;*/
        justify-content: center;
        align-items: center;
        position: absolute;
        /*position: relative;*/
        z-index: 999;
    }

    .msg-label {
        color: #e03939;
    }

    #ExIconDown, #ExIconUp {
        cursor: pointer;
    }
    /*
    INDEX TAB
*/
    .tab-wrapper {
        position: relative;
        width: 100%;
        display: block;
    }

        .tab-wrapper .tab-title {
            display: inline-block;
            width: 100%;
        }

            .tab-wrapper .tab-title .tab-title-link {
                padding: 5px 30px !important;
                width: 45%;
                border-radius: 0;
                margin-bottom: 0;
                color: #995E00;
                font-size: 1.2em;
                font-weight: 400;
                position: relative;
                display: inline-block;
                background: #efece7 !important;
                margin: 0 auto;
            }

            @media (max-width: 991.98px) {
                .tab-wrapper .tab-title .tab-title-link {
                    padding: 5px 5px !important;
                }
            }

.tab-wrapper .tab-title .tab-title-link.active,
.tab-wrapper .tab-title .tab-title-link:hover {
    color: #995E00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #efece7 !important;
    border-top-style: solid;
    border-width: 5px;
    border-color: #f59800;
}

        .tab-wrapper .tab-title .tab-title-link.active:after,
        .tab-wrapper .tab-title .tab-title-link:hover:after {
            opacity: 1;
        }

    @media (max-width: 767.98px) {
        .tab-wrapper .tab-title .tab-title-link.active:after,
        .tab-wrapper .tab-title .tab-title-link:hover:after {
            opacity: 0;
        }
    }

    @media (max-width: 767.98px) {
        .tab-wrapper .tab-title .tab-title-link {
            margin-bottom: 5px;
        }
    }

    .tab-wrapper .tab-content {
        background: #efece7 !important;
        margin-top: -4px;
    }

    @media (max-width: 767.98px) {
        .tab-wrapper .tab-content {
            margin-top: -8px;
        }
    }

    .tab-content {
        min-height: 200px;
    }

        .tab-content > .tab-panel {
            display: none;
        }

        .tab-content > .active {
            display: block;
        }

    /*
    INDEX 公告
*/

    .post-item {
        z-index: 0;
        background: #fff;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .post-item-title {
        width: 100%;
        background-color: #af89a2;
        color: #fff;
        text-align: left;
        padding: 25px 0px 5px 25px;
    }

    .post-item .post-item-wrapper {
        width: 100%;
        ;
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .post-item .post-item-wrapper {
            width: 100%;
        }
    }

    .post-item .post-item-body span,
    .post-item .post-item-body a,
    .post-item .post-item-body form,
    .post-item .post-item-body table,
    .post-item .post-item-body label {
        text-transform: uppercase;
        font-weight: 500;
    }

.post-item .post-item-body-content {
    text-indent: 1.5em;
}

.post-item-body .state {
    color: #7497b3;
}

    .toggle-group label {
        color: #fff;
    }

    .post-item:hover,
    .post-item:focus {
        -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
        border: none;
    }

    .post-item .one-forth {
        width: 145px;
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .post-item .one-forth {
            width: 100%;
        }
    }

    .post-item .one-forth > div .icon {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    /*
    INDEX 平台通知
*/

    .top-notice {
        height: 100%;
        background: #fff;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: #f49902 solid 1px;
    }

    .notice-grid {
        width: 30%;
    }

    .top-notice .notice1 {
        padding: 5px 20px;
        color: #3e3a39;
        font-weight: 500;
        background-color: #f2f2f0;
    }

    .top-notice .notice2 {
        padding: 15px 20px;
        color: #3e3a39;
        background-color: #ffffff;
    }

.top-notice .notice3 {
    padding: 10px;
    text-align: center;
    color: #694202;
    background-color: #fde7c0;
}

    @media (min-width: 768px) and (max-width: 991.98px) {
        .notice-grid {
            width: 48%;
        }
    }

    @media (max-width: 767.98px) {
        .notice-grid {
            width: 100%;
        }
    }

    /*
    INDEX Q&A
*/

    .topic {
        /*padding: 20px 10px;*/
        width: 150px;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid white;
        font-size: 1.5em;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media (max-width: 991.98px) {
    .topic {
        height: auto;
    }
}

    @media (max-width: 575.98px) {
        .topic {
            width: 100%;
        }
    }

    .topic.phase1,
    .topic.phase2,
    .topic.phase3 {
        color: #3e3a39;
        background-color: rgba(255, 255, 255, 0.3);
    }

    /*.topic.phase1:hover {
            color: #fff;
            background: #af89a2 !important;
        }

        .topic.phase2:hover {
            color: #fff;
            background: #ceb8ad !important;
        }

        .topic.phase3:hover {
            color: #fff;
            background: #b4afac !important;
        }*/

    .qa-wrapper {
        color: #3d3936;
    }

        .qa-wrapper .phase1 .q-title {
            background-color: #704C67 !important;
            color: #fff;
        }

        .qa-wrapper .phase2 .q-title {
            background-color: #b4afac !important;
            color: #fff;
        }

        .qa-wrapper .phase3 .q-title {
            background-color: #ceb8ad !important;
            color: #fff;
        }

        .qa-wrapper .phase2,
        .qa-wrapper .phase3 {
            display: none;
        }

    qa-wrapper > table {
        font-weight: 800;
    }

    .qa-download img {
        width: 24px;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #737172;
    }

    .expand-td {
        width: 9%;
        min-width: 80px;
    }
    /*
    LOGIN
*/
    .login-container {
        background-color: #e9edec
    }

    .login-wrap {
        background-color: gray;
        width: 50vw;
        max-width: 650px;
        position: relative;
        border: #ec8e75 solid 1px;
        height: auto;
        min-height: 423px;
    }

    .login-wrap-l {
        background-image: url("../images/login-bg.jpg");
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    @media (max-width: 767.98px) {
        .login-wrap-l {
            display: none;
        }
    }

    .login-wrap-r {
        background: rgb(214, 214, 214);
        background: linear-gradient(0deg, rgba(221, 212, 197, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(221, 212, 197, 1) 100%);
    }

    .login-form-title {
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 20px 10px;
        color: #585755;
        text-align: center;
    }

    .login-form {
        padding: 20px 10px;
        height: 70%;
    }

    @media (max-width: 767.98px) {
        .login-wrap {
            width: 80vw;
        }
    }

    @media (max-width: 575.98px) {
        .login-wrap {
            width: 90vw;
        }

        .login-form {
            padding: 30px;
        }
    }

    .login-form form .input-1 {
        border-color: #a3a3a3;
        color: #6c757e;
    }

    .login-form form .input-2 {
        border-color: #868d97;
        background-color: #efefef;
    }

    .login-form form .text1 {
        color: #3d3c3a;
        cursor: pointer;
    }

        .login-form form .text1:hover {
            color: #f59800;
        }

    .login-form form .audio img {
        width: 20px;
        cursor: pointer;
    }

    #LoginPagePwd {
        display: none;
    }


    /*
    LOG + CASE
*/

    /*FORM*/
.log-form-wrapper-title {
    width: 100%;
    background-color: #704C64;
    color: #fff;
    text-align: left;
    padding: 25px 0px 5px 25px;
}

    .log-form-wrapper {
        z-index: 0;
        background: #fff;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: solid 1px #af89a2;
    }

    . log-form-title {
        background-color: #f2f2f0;
    }

    .log-form-wrapper .log-form-body span,
    .log-form-wrapper .log-form-body a,
    .log-form-wrapper .log-form-body form,
    .log-form-wrapper .log-form-body table,
    .log-form-wrapper .log-form-body label {
        text-transform: uppercase;
        font-weight: 500;
    }

    .log-form-body .state {
        color: #7497b3;
    }

    /*ITEM*/
    .log-item-wrapper {
        z-index: 0;
        background: #fff;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-left: 15px solid #ceb8ad;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .log-item-title {
        background-color: #f2f2f0;
        color: #8b7568;
    }

        .log-item-title img {
            width: 20px;
        }

    .state-wrapper {
        background-color: #fde7c0;
        color: #f3a332;
    }

    /*
    CASE
*/
    .case-item-wrapper {
        z-index: 0;
        background: #fff;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-left: 15px solid #ceb8ad;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .case-item-wrapper-2 {
        border-left: 15px solid #d1cdca;
    }

.case-item-title {
    background-color: #fde7c0;
    color: #643E02;
}
    .case-item-title-head {
        width: 35%;
    }

    .case-item-title .form-check-label {
        color: #3d3c3a;
    }

    .case-item button {
        padding: 5px 4em;
    }

    /*
    ACCOUNT
*/
    .info-table {
        margin-bottom: 0px;
    }

        .info-table tr td:first-child {
            width: 40%;
            text-align: right;
            border-right: solid 3px #fff;
        }

    .bg-td1 {
        background-color: #f8efea;
    }

    .bg-td2 {
        background-color: #ece8e5;
    }

    /*
    TIMELINE
*/
    #TimelineBgLeft {
        left: 0px;
        width: 50%;
        position: absolute;
        height: 1890px;
    }

    .btn-toggle {
        position: fixed;
        top: 80px;
        right: 20px;
        z-index: 201;
    }

        .btn-toggle button {
            width: 50px;
            height: 50px;
            /*border-radius: 30px;*/
            background-color: rgba(124,129,167,0.9);
            color: #fff;
        }

            .btn-toggle button:hover {
                background-color: rgba(97,103,155,0.9);
                color: #fff;
            }

    .claim-area {
        /*color: #131516;*/
        color: #585657;
        position: absolute;
        z-index: 200;
        overflow-y: auto;
        margin-top: 50px;
        background-color: #ffffff;
        max-width: 400px;
    }

    @media (max-width: 991.98px) {
        .claim-area {
            max-width: 600px;
        }
    }

    .claim-area .claim-title {
        background-color: #af89a2;
        color: #fff;
        text-align: center;
    }

    .claim-area .claim-item {
        background-color: #fff;
        border: #af89a2 solid 1px;
    }

    .claim-item-header {
        background-color: #fff;
    }

    .claim-area-toggle {
        position: relative;
        margin-top: 0px;
    }

    /*.modal-body form {
    font-size: 14px;
}*/


    /*
    CLAIM PAGE
*/

    .cp-wrapper {
        width: 100%;
        border-radius: 20px;
        background-color: #f9c2ae;
    }

.cp-title {
    color: #611E0F;
    text-align: center;
}

    .cp-wrapper2 {
        border-radius: 20px;
        background-color: #fff;
    }

.cp-subtitle {
    color: #6D4A62;
    margin-top: 1em;
    border-bottom: 1px #f9c2ae solid;
}

    .cp-content {
        line-height: 2em;
    }

    .cp-flow {
    }

.cp-image1 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #6D4A62;
    height: 55px;
    width: 70%;
    border-radius: 30px;
    margin: 5px 0em;
}

    .cp-image1-en {
        position: relative;
        display: flex;
        align-items: center;
        background-color: #af89a2;
        height: 55px;
        width: 115%;
        border-radius: 30px;
        margin: 5px 0em;
    }

    .cp-image1-iconbg {
        position: absolute;
        width: 42px;
        height: 42px;
        border-radius: 20px;
        left: 8px;
        top: 7px;
    }

    .cp-image1-title {
        color: #fff;
        margin-left: 65px;
    }

    .cp-image2 {
        width: 40%;
    }

    .cp-image2-pic {
        width: 50%;
    }

.d-none {
    display:none;
}

.d-inline-block {
    display: inline-block;
}

.cursor-pointer {
    cursor:pointer;
}
.test-text{
    font-size:16px;
}
.test-text2 {
    font-size: 1em;
}
.text-h2 {
    font-size: 1.3em;
}