/*＝＝＝＝＝＝＝＝＝＝＝＝＝
    header
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
    z-index: 10;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: auto;
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 3px 3px 10px #d6edeb;
    box-shadow: 3px 3px 10px #d6edeb;
}

#header .container {
    max-width: 1200px;
    width: 100%;
    margin: 6px auto;
    margin-top: 10px;
    margin: 12px auto;
    height: 44px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a,
footer a,
.footer_memu a {
    color: rgb(39, 39, 39);
    word-break: break-all;
    text-decoration: none;
}

/*左邊logo*/
.head_logo {
    /*    float: left;*/
    margin: 0;
    /*    max-width: 316px;*/
    width: 100%;
    display: flex;
    align-items: center;
    /*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    height: 100%;
    flex: 1;
}


.esunlogo {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.efingologo {
    display: inline-block;
    max-width: 108px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: -10px;

}


/*右邊文字選單*/
nav {
    float: right;
    width: auto;
    height: 100%;
}

nav ul {
    list-style: none;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
}

nav ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
nav ul li a:hover{
    color:#00a19b;
    font-weight:600;
}
.btn_join {
    background: #00a19b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
}
.btn_join:hover {
    background: #007a7a;
    color: #fff;
    font-weight:600;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝
    玉山銀行社群logo
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer_memu {
    background: #f7f7f7;
}
.footer_memu .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap:40px;

}

.footer_memu .left{
    display:flex;
    align-items:center;
    gap:24px;
}
.footer_memu .list{
    display:flex;
}
.footer_memu .right_qr{
    justify-content:center;
    align-items:center;
    display:flex;
    flex-direction: column;
    gap:8px;
}
.footer_memu .right_qr img{
    width:100%;
    max-width:80px;
}
.footer_memu .right_qr p{
    font-size: 16px;
}
.footer_memu .store{
    display:none;
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝
    footer
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer{
    background: #434343;
    color:#fff;
    font-size:14px;
}
.footer .container{
    max-width: 1200px;
    width: 100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 20px;
    gap:24px;


}
.footer ul{
    display:flex;
    gap:4px;

}
.footer ul li a{
    color:#fff;
    font-size:14px;
}
.footer-address{
    font-size:14px;
    display:flex;
    align-items:center;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝
    浮動按鈕
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.float_btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85px;
    right: 22px;
    bottom: 16px;
    z-index: 9;
}
#gotop{
    cursor: pointer;
    background: #45B29D;
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    filter: drop-shadow(2px 8px 15px rgba(64, 64, 64, 0.15));

}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝
        ＲＷＤ
＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media (max-width: 992px) {

    /*＝＝＝＝＝＝＝＝＝＝＝＝＝
        header
    ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    header .esunlogo {
        max-width: 120px;
    }
    .efingologo{
        max-width: 90px;

    }

/*  ＝＝＝＝＝＝＝＝＝＝＝＝＝
        漢堡選單
    ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #toggle {
        display: block;
        width: 28px;
        height: 30px;
        margin: 30px auto 10px;
        right: 15px;
        top: 0;
        position: absolute;
        display: block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #toggle span {
        position: relative;
        display: block;
    }

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

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

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

    #toggle span,
    #toggle span:after,
    #toggle span:before {
        width: 100%;
        height: 5px;
        background-color: #ddddde;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 2px;
    }

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

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

    #toggle span:after {
        top: 9px;
    }

    .main-nav {
        position: absolute;
        left: 0;
        top: 68px;
        z-index: 0;
        height: 100vh;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #fff;
        border-top:1px solid #CECECE;
    }

    .main-nav::before {
        content: "";
        display: block;
        background: url(../img/nav_line.png);
        width: 100%;
        height: 3px;
        background-size: 100% 100%;
    }

    .main-nav ul.anchor {
        margin-top: 3vh;
        flex-direction:column;
    }

    .main-nav ul.anchor .btn_join {
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
    }

    .main-nav ul.anchor .btn_join img {
        margin-bottom: 2px;
        margin-left: 10px;
    }

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

    .main-nav ul.anchor li a {
        font-size: 16px;
        display: block;
    }

    .main-nav .item-list {
        cursor: pointer;
    }

    .main-nav .item-list>div {
        font-size: 30px;
        position: relative;
        display: inline-block;
    }

    .main-nav .item-list>div img {
        position: absolute;
        right: -24px;
    }

    .main-nav .item-list>div.active {
        color: #00a19b;
        font-weight: bold;
    }

    .main-nav ul li.item-list:hover a {
        color: #1c1c1c !important;
        font-weight: normal;
    }

    .main-nav ul li.item-list ul li:hover a {
        color: #00a19b !important;
        font-weight: bold;
    }

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

}

@media screen and (max-width: 820px) {
/*   ＝＝＝＝＝＝＝＝＝＝＝＝＝
        玉山銀行社群logo
    ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    .footer_memu .container{
        display:block;
    }
    .footer_memu .left {
        justify-content:center;
    }
    .footer_memu .right_qr{
        display:none;
    }
    .footer_memu .store{
        display:block;
        margin-top:16px;
    }
    .store .app-btns{
        display:flex;
        justify-content:center;
        gap:16px;
    }
    .store button{
        color: #222;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        border: none;
        background: #FFF;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
        gap:4px;
    }

}

@media screen and (max-width: 750px) {
    /*    ＝＝＝＝＝＝＝＝＝＝＝＝＝
            Footer
        ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
        .footer .container{
            flex-direction: column;
        }
        .footer ul{
            flex-wrap: wrap;
            justify-content:center;
        }
}


@media screen and (max-width: 540px) {
/*   ＝＝＝＝＝＝＝＝＝＝＝＝＝
        玉山銀行社群logo
    ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    .footer_memu .left {
        display:block;
    }
    .left .member_tracking{
        display:flex;
        justify-content:center;
    }
    .left .list{
        display:flex;
        justify-content:center;
    }
    .member_tracking .img-responsive{
        width:30vw;
    }
    .store button{
        font-size:14px;
    }


}