[_headerTop-banner] .headerTop-banner {
    display: none;
    position: relative;
    z-index: 1002;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.28px;
    background-color: #ebfaff;
    transition: all .3s;
}
[_headerTop-banner] .headerTop-banner.-active {
    display: block;
}
.headerTop-btnClose {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #555 url(/pages/header/images/icon--close-w.svg) no-repeat center / 60%;
}




#header {
    position: sticky;
    top: 0;
    z-index: 100000;
    width: 100%;
    transition: all .3s;
    box-sizing: border-box;
}
#header.-scroll {
    border-bottom: 1px solid #C4C4C4;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background-color: rgba(255, 255, 255, 0.8);
}
#header.-active {
    background-color: #fff;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}
#header .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 20px;
    max-width: initial;
    height: 56px;
}
@media (min-width: 1060px) {
    #header .inner {
        height: 80px;
        padding: 0 40px;
    }
}
#header.-active .inner {
    padding: 0 20px;
    height: 56px;
    border-bottom: 1px solid #E6E6E6;
}
#header .logo {
    flex: none;
    font-size: 0;
}
#header .logo a {
    display: inline-flex;
}
#header .logo .img_logo {
    height: 30px;
}
@media (min-width: 1060px) {
    #header .logo .img_logo {
        height: 38px;
    }
}



@media (min-width:1060px) {
    #header [_dev-infos] .meminfo {
        display: flex;
        align-items: center;
        gap: 4px;
        order: 4;
        position: relative;
        align-items: center;
        gap: 15px;
        z-index: 999;
    }
    #header [_dev-infos] .meminfo .btnmeminfo {
        display: block;
        padding: 0 10px;
    }
    #header [_dev-infos] .meminfo .btnStrong {
        display: flex;
        border-radius: 100px;
        border: 1px solid #192547;
        font-size: 13px;
        padding: 5px 15px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        background: #192547;
        color: #fff;
    }

    [_dev-infos] .btnWaffle_wrap .btnWaffle {
        width: 30px;
        height: 30px;
        /* background: url(/pages/header/images/icon--menu.svg) no-repeat center / 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    [_dev-infos] .btnWaffle_wrap .btnWaffle svg, .btnWaffle_wrap .btnWaffle img {
        width: 23px;
        height: 23px;
    }
    #header [_dev-infos] .btnWaffle_wrap .subMenu {
        position: absolute;
        top: -15px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 8px;
        visibility: hidden;
        opacity: 0;
        width: max-content;
        min-width: 150px;
        border-radius: 8px;
        border: 1px solid #DADADA;
        background: #fff;
        transition: opacity .3s ease-out;
        box-sizing: border-box;
        transform: translateY(63px) translateX(-17px);
    
    
        right: 0;
        height: auto;
        transform: translateY(60px) translateX(0px);
        max-height: max-content;
    }
    #header [_dev-infos] .btnWaffle_wrap.-active .subMenu {
        opacity: 1;
        visibility: visible;
    }

    /* navigation */
    [_dev-navigation] .navigation {
        display: flex;
        position: unset;
        height: 100%;
        opacity: 1;
        padding-top: 0;
        width: auto;
        overflow: initial;
        box-sizing: border-box;
        z-index: 101;
        transition: .3s;
    }
    [_dev-navigation] .navigation nav {
        flex: 1;
        min-width: 320px;
        max-height: 100%;
        box-sizing: border-box;
    }
    [_dev-navigation] .menu {
        font-size: 0;
    }
    [_dev-navigation] .menu > li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-left: 20px;
    }
    [_dev-navigation] .menu > li:first-child {
        margin-left: 0;
    }
    [_dev-navigation] .menu > li > .link {
        display: block;
        position: relative;
        padding: 30px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    [_dev-navigation] .menu > li > .link:hover {
        font-weight: 700;
    }
    [_dev-navigation] .subMenu {
        position: absolute;
        top: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 8px;
        visibility: hidden;
        opacity: 0;
        width: max-content;
        max-height: 200px;
        /* min-width: 176px; */
        border-radius: 8px;
        border: 1px solid #DADADA;
        background: #fff;
        transition: opacity .3s ease-out;
        box-sizing: border-box;
        transform: translateY(63px) translateX(-10px);
    }
    [_dev-navigation] .hasChild .subMenu.-active {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    [_dev-navigation] .subMenu .link {
        padding: 8px 12px;
        border-radius: 6px;
        color: #616161;
        line-height: 24px;
        width: 100%;
        text-align: left;
        font-size: 13px;
    }
    [_dev-navigation] .subMenu .link:hover {
        font-weight: 700;
    }
    [_dev-navigation] .sub-submenu {
        margin: 0;
        padding: 8px;
        min-width: 180px;
        width: max-content;
        max-height: 408px;
        box-sizing: border-box;
        border-radius: 0 8px 8px 0;
        border: 1px solid #DADADA;
        background: #fff;
        overflow-y: auto;
        transform: translateY(-1px);
        border-left: 0;
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
    }
    [_dev-navigation] .menu .divide {
        padding-left: 30px;
    }
    [_dev-navigation] .menu .divide::before {
        content: "";
        display: block;
        position: absolute;
        top: 33px;
        left: 0;
        width: 1px;
        height: 18px;
        background: #E6E6E6;
    }
    /* //navigation */
}

@media (max-width:1060px) {
    /* side */
    #header.-active {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    #header .btnSide {
        position: relative;
        width: 20px;
        height: 20px;
        margin-left: auto;
        text-indent: -9999px;
    }
    #header .btnSide .-bar {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);

    }
    #header .btnSide .-bar:after, #header .btnSide .-bar:before {
        content: "";
        left: 0;
        transition: transform .3s;
        border-radius: 50px;
    }
    #header .btnSide .-bar, #header .btnSide .-bar:after, #header .btnSide .-bar:before {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #192547;
    }
    #header .btnSide .-bar:after {
        transform: translateY(8px);
    }
    #header .btnSide .-bar:before {
        transform: translateY(-8px);
    }
    #header.-active .btnSide .-bar:after {
        transform: rotate(45deg);
    }
    #header.-active .btnSide .-bar:before {
        transform: rotate(-45deg);
    }
    #header.-active .btnSide .-bar {
        background-color: transparent;
    }
    /* //side */

    /* login */
    #header [_dev-infos] .meminfo {
        display: none;
    }
    #header.-active [_dev-infos] .meminfo {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        gap: 8px;
        padding: 16px 24px;
        border-top: 1px solid #E6E6E6;
        z-index: 101;
        background-color: #fff;
    }
    #header [_dev-infos] .meminfo .btnmeminfo {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 20px;
        box-sizing: border-box;
        height: 40px;
        text-align: center;
        color: #192547;
        font-size: 15px;
        font-weight: 700;
        border-radius: 100px;
        border: 1px solid #192547;
    }
    #header [_dev-infos] .meminfo .btnStrong {
        flex: 1;
        display: flex;
        border-radius: 100px;
        border: 1px solid #192547;
        font-size: 13px;
        padding: 5px 15px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        background: #192547;
        color: #fff;
    }
    /* //login */



    
    /* navigation */
    #header [_dev-navigation] .navigation {
        display: none;
        position: fixed;
        top: 0;
        height: calc(100vh - 56px);
        right: 100%;
        z-index: 101;
        padding: 117px 0 0;
        opacity: 0;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        transition: .3s;
    }
    #header.-active [_dev-navigation]  .navigation {
        display: block;
        padding: 0 0 72px;
        top: 56px;
        right: 0;
        opacity: 1;
        background: #fff;
    }
    #header [_dev-navigation] nav {
        overflow: auto;
    }
    #header [_dev-navigation] nav {
        min-width: 320px;
        max-height: 100%;
        box-sizing: border-box;
    }
    #header [_dev-navigation] .navigation .link {
        position: relative;
        padding: 15px 20px;
        font-size: 13px;
        line-height: 24px;
        width: 100%;
        text-align: left;
    }
    #header [_dev-navigation] .subMenu {
        display: none;
    }
    #header [_dev-navigation] .subMenu.-active {
        display: block;
        background: #F8F8F8;
    }
    /* //navigation */


}

/* 





#header .subMenu {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    min-width: 150px;
    border-radius: 8px;
    border: 1px solid #DADADA;
    background: #fff;
    transition: opacity .3s ease-out;
    box-sizing: border-box;
    transform: translateY(63px) translateX(-17px);


    right: 0;
    height: auto;
    transform: translateY(60px) translateX(0px);
    max-height: max-content;
}
#header .-active .subMenu {
    opacity: 1;
    visibility: visible;
}
#header .subMenu .link {
    display: flex;
    position: relative;
    padding: 8px 12px;
    border-radius: 6px;
    color: #616161;
    line-height: 24px;
}
#header .subMenu .link:hover {
    font-weight: 700;
    color: #192547;
    background-color: #F8F8F8;
}
#header .subMenu .link span {
    margin-left: auto;
    color: #192547;
    font-weight: bold;
}













#header .btnSide {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: auto;
    text-indent: -9999px;
}
#header .btnSide .-bar {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}
#header .btnSide .-bar:after, #header .btnSide .-bar:before {
    content: "";
    left: 0;
    transition: transform .3s;
    border-radius: 50px;
}
#header .btnSide .-bar, #header .btnSide .-bar:after, #header .btnSide .-bar:before {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #192547;
}
#header .btnSide .-bar:after {
    transform: translateY(8px);
}
#header .btnSide .-bar:before {
    transform: translateY(-8px);
}
#header.-active .btnSide .-bar:after {
    transform: rotate(45deg);
}
#header.-active .btnSide .-bar:before {
    transform: rotate(-45deg);
}
#header.-active .btnSide .-bar {
    background-color: transparent;
}













#header .navigation {
    display: none;
    position: fixed;
    top: 0;
    height: calc(100dvh - 48px);
    right: -100%;
    z-index: 101;
    padding: 117px 0 0;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s;
}
@media (min-width: 1060px) {
    #header .navigation {
        display: flex;
        position: unset;
        height: 100%;
        opacity: 1;
        padding-top: 0;
        width: auto;
        overflow: initial;
    }
}
#header.-active {
    position: fixed;
    bottom: 0;
    height: 100%;
    background: #fff;
}
#header.-active .navigation {
    display: block;
    padding: 0 0 72px;
    top: 65px;
    right: 0;
    opacity: 1;
}
#header nav {
    min-width: 320px;
    max-height: 100%;
    box-sizing: border-box;
}
#header.-active nav {
    overflow: auto;
}
@media (min-width: 1060px) {
    #header .navigation nav {
        flex: 1;
    }
}
@media (min-width: 1060px) {
    #header .menu {
        font-size: 0;
    }
}
@media (min-width: 1060px) {
    #header .menu > li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-left: 20px;
    }
    #header .menu > li {
        margin-left: 20px;
    }
    #header nav .divide {
        padding-left: 30px;
    }
    #header nav .divide::before {
        position: absolute;
        top: 33px;
        left: 0;
        width: 1px;
        height: 1px;
        height: 18px;
        content: "";
        display: block;
        background: #E6E6E6;
    }
    #header .menu > li:first-child {
        margin-left: 0;
    }
    #header .menu > li > .link {
        display: block;
        position: relative;
        padding: 30px 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

}
#header.-active .menu > li > .link {
    display: block;
    padding: 16px 20px;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

#header .menu div.link {
    cursor: pointer;
}
#header .subMenu .link {
    padding: 8px 12px;
    border-radius: 6px;
    color: #616161;
    line-height: 24px;
}
#header .menu li .subMenu.-active {
    visibility: visible;
    opacity: 1;
    height: auto;
}
@media (max-width: 1060px) {
    #header .menu li .subMenu.-active {
        display: block;
        width: 100%;
        border: 0px;
        background: #F8F8F8;
        position: relative;
        transform: translateY(0px) translateX(0px);
    }
}
#header .sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 0 0.444rem 2.222rem;
    border-left: 1px solid #d6dae1;
    margin: 0;
    padding: 8px;
    min-width: 180px;
    width: max-content;
    max-height: 408px;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    border: 1px solid #DADADA;
    background: #fff;
    overflow-y: auto;
    transform: translateY(-1px);
    border-left: 0;
}
#header .subMenu .link {
    display: block;
    position: relative;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    color: #ABABAB;
}
#header .sub-submenu {
    position: unset;
    margin: 0 0 0 24px;
}
#header .subMenu li.hasChild.selected .sub-submenu {
    display: block;
} */









