.header {
    background: #FFF;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 13px 0;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    z-index: 10;
    color: #515151;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
}
.h_50 {
    height: 50px;
}
.arrow_left,
.next_wrap {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 18px;
}
.logo {
    height: 30px;
}
/* 左側選單 */
.left_wrap {
    position: absolute;
    top: 48px;
    width: 100%;
    background-color: #FFF;
    padding-bottom: 50px;
    z-index: 20;
    min-height: 100vh;
    right: 100%;
}
.list_wrap {
    margin-top: 20px;
}
.list_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list {
    margin-left: 27px;
    font-size: 15px;
    color: #515151;
}
.arrow {
 width: 16px;
 margin-right: 22px;
}
.sub_list_wrap {
    background-color: #F7F7F7;
    padding: 0 27px 20px;
    margin-top: 12px;
    display: none;
}
.sub_list {
    padding-top: 21px;
    color: #515151;
}


.footer {
    box-shadow: 0px 2px 2px 1px #000;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #FFF;
}
.footer_list {
    width: 20%;
    text-align: center;
    position: relative;
}
.footer_list img {
    width: 26px;
}
.footer_list a {
    font-size: 12px;
    color: #616161;
}
.footer_list a.active {
    color: #5E5E5E;
}
.footer_circle {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #E45443;
    border-radius: 8px;
    top: -2px;
    right: 27px;
}