/* ---Gerneral appearance--- */
.awBtnMenuDiv {
    display: none;
}

@media (max-width: 768px) {
    .awBtnMenuDiv {
        display: block;
    }

    /* origin NkNavList */
    .NkNavList:not(.clone) {
        display: none;
    }

    /* origin NkCategoryList */
    .NkCategoryList {
        display: none;
    }
}

.awBtnMenu {
    z-index: 3001;
    position: fixed;
    height: 100%;
    width: 80%;
    top: 0;
    left: 0;
    background-color: white;
    transform: translate(-100%);
    transition: all 0.3s ease-in-out;
}

.awBtnMenu.show {
    transform: translate(0%);
}

.meus_NkMiniSiteAndPrdNavNew .meMsg_MsgBlkZ,
.meus_NkMiniSiteAndPrdNavNew .hamburger-content {
    height: 100vh;
}

.meus_NkMiniSiteAndPrdNavNew .hamburger-content {
    display: flex;
    flex-direction: column;
}

.meus_NkMiniSiteAndPrdNavNew .tab-content {
    flex: 0.85;
}

.meus_NkMiniSiteAndPrdNavNew .close-btn {
    display: none;
    position: fixed;
    right: -40px;
    padding: 10px;
    background-color: unset;
    border: unset;
    cursor: pointer;
}

.meus_NkMiniSiteAndPrdNavNew .close-btn.show {
    display: block;
}

.meus_NkMiniSiteAndPrdNavNew .close-icon {
    display: inline-block;
    cursor: pointer;
    background-image: url("https://athena.noon360.com/noon360/slash/MsgInfo/cross.png");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

/* ---Tab Menu--- */
.meus_NkMiniSiteAndPrdNavNew .tab {
    /* overflow: hidden; */
    display: flex;
    justify-content: space-evenly;
    border: 0;
    background-color: #f1f1f1;
}

/* Buttons that open the tab content */
.meus_NkMiniSiteAndPrdNavNew .tab .tablinks {
    width: 100%;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.meus_NkMiniSiteAndPrdNavNew .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.meus_NkMiniSiteAndPrdNavNew .tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.meus_NkMiniSiteAndPrdNavNew .tab-content {
    padding: 6px 12px;
    border: 0
    border-top: none;
}

/* Fist tab content will display block */
.meus_NkMiniSiteAndPrdNavNew .tab-content {
    display: none;
    overflow: auto;

}

.meus_NkMiniSiteAndPrdNavNew .tab-content.active {
    display: block;
}

/* --------------All nav list--------------- */
/* hide the root node */
.NkNavList .SiteNode_0,
.meus_NkMiniSiteAndPrdNavNew .site-tree .SiteNode_0 {
    display: none;
}

/* --------------PC Nav List---------------- */
.NkNavList:not(.clone) .SiteMenu_0 {
    display: flex;
    justify-content: center;
}


/* ----------All NkCategoryList------------- */
.meus_NkMiniSiteAndPrdNavNew .prd-list .TreeNode,
.NkCategoryList .TreeNode {
    position: relative;
}

/* img width in category list */
.meus_NkMiniSiteAndPrdNavNew .prd-list .TreeNode img,
.NkCategoryList .TreeNode img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

/* get rid of the red point */
.meus_NkMiniSiteAndPrdNavNew .prd-list .TreeNode a,
.NkCategoryList .TreeNode a {
    background: none;
    display: inline-block;
}

/* hide category number */
.meus_NkMiniSiteAndPrdNavNew .prd-list .TreeNode .ClassNum,
.NkCategoryList .TreeNode .ClassNum {
    display: none;
}

.meus_NkMiniSiteAndPrdNavNew .prd-list .TreeNode_1>a>.ClassName, .NkCategoryList .TreeNode_1>a>.ClassName {
    max-width: 80px;
    padding-right: 1px;
}
.NkCategoryList .TreeNode_1>a>.ClassName.n2 { display: none; }

.meus_NkMiniSiteAndPrdNavNew .prd-list .ClassName,
.NkCategoryList .ClassName {
    font-size: 14px;
}

.meus_NkMiniSiteAndPrdNavNew .prd-list .ClassName:hover,
.NkCategoryList .ClassName:hover {
    font-weight: bold;
}

/* hide all submenu in default */
.meus_NkMiniSiteAndPrdNavNew .tab-content .TreeGroup_2.hasSubMenu .TreeMenu,
.NkCategoryList .TreeGroup_2.hasSubMenu .TreeMenu {
    display: none;
}

/* -------------------------Mobile Category List------------------- */
.meus_NkMiniSiteAndPrdNavNew .prd-list.one-column {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.meus_NkMiniSiteAndPrdNavNew .prd-list.one-column>.TreeGroup {
    width: 100%;
}

.meus_NkMiniSiteAndPrdNavNew .prd-list.two-column {
    display: flex;
    justify-content: space-around;
}

.meus_NkMiniSiteAndPrdNavNew .prd-list.two-column .category-content {
    width: 100%;
}

.meus_NkMiniSiteAndPrdNavNew .prd-list.two-column .category-content .TreeMenu.active {
    display: block;
}

/* ---------------------------PC Category List----------------------- */
.NkCategoryList .TreeMenu_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.NkCategoryList .TreeGroup_2 {
    width: auto;
    margin: 0 10px;
}

/* when menu is not hover */
.NkCategoryList .TreeGroup_2 .TreeMenu_1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* hover nav display menu */
.NkCategoryList .TreeGroup_2.hasSubMenu .TreeMenu_1.show {
    display: block;
}

/* ----------All NkNavList------------- */
.meus_NkMiniSiteAndPrdNavNew .SiteNode,
.NkNavList .SiteNode {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.meus_NkMiniSiteAndPrdNavNew .site-tree .ClassName,
.NkNavList .ClassName {
    font-size: 1.2rem;
}

.meus_NkMiniSiteAndPrdNavNew .site-tree .ClassName:hover,
.NkNavList .ClassName:hover {
    font-weight: bold;
}

/* -------------------------Mobile Nav List------------------- */
.meus_NkMiniSiteAndPrdNavNew .site-tree .SiteGroup.hasSubMenu .SiteMenu {
    display: none;
}

.meus_NkMiniSiteAndPrdNavNew .site-tree .SiteGroup.hasSubMenu .SiteMenu.active {
    display: block;
}

/* -------------------------PC Nav List------------------- */
.NkNavList:not(.clone) .SiteMenu_0>.SiteGroup {
    width: auto;
    margin: 0 10px;
}

.NkNavList:not(.clone) .SiteGroup.hasSubMenu .SiteMenu {
    display: none;
}

.NkNavList:not(.clone) .SiteGroup.hasSubMenu .SiteMenu.active {
    display: block;
}

/* when menu is not hover */
.NkNavList:not(.clone) .SiteGroup_1 .SiteMenu_1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* hover nav display menu */
.NkNavList:not(.clone) .SiteGroup_1.hasSubMenu .SiteMenu_1.show {
    display: block;
}

.NkNavList:not(.clone) .SiteGroup_2.hasSubMenu .SiteMenu.active {
    display: block !important;
}

/* expand arrow */
.arrow-icon-span {
    position: static;
    top: 50%;
    right: 1px;
    transform: translate(0, -50%);
}

.arrow-icon {
    background-image: url("https://athena.noon360.com/noon360/lab/MsgInfo/arrow.png");
    background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    transition: transform 0.2s ease-in;
    transform: rotate(90deg);
}

/* active arrow */
.collapse {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    transition: none;
}

.backdrop.show {
    opacity: 0.5;
}

body #ns_Header {
    /*position: fixed;*/
}