/* ---Gerneral appearance--- */
.awBtnMenuDiv:not(.awBtnMenuDiv--sidebar) {
    display: none;
}

@media (max-width: 768px) {
    .awBtnMenuDiv:not(.awBtnMenuDiv--sidebar) {
        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_NkMiniSiteAndPrdNav .meMsg_MsgBlkZ,
.meus_NkMiniSiteAndPrdNav .hamburger-content {
    height: 100vh;
}

.meus_NkMiniSiteAndPrdNav .hamburger-content {
    display: flex;
    flex-direction: column;
}

.meus_NkMiniSiteAndPrdNav .tab-content {
    flex: 0.85;
}

/* Sidebar header bar (YouTube-style) */
.meus_NkMiniSiteAndPrdNav .sidebar-header {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Sidebar header hamburger (duplicated from us_awBtnMenu_inc.css) */
.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar {
    position: relative;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background: #fff;
    margin-left: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar .line1 {
    top: 14px;
    right: 8px;
    position: absolute;
    width: 30px;
    padding-bottom: 2px;
    background-color: #888;
    box-sizing: border-box;
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar .line2 {
    top: 22px;
    right: 8px;
    position: absolute;
    width: 30px;
    transition: all .2s linear;
    transform: rotate(0deg);
    padding-bottom: 2px;
    background-color: #888;
    box-sizing: border-box;
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar .line3 {
    top: 22px;
    right: 8px;
    position: absolute;
    width: 30px;
    transition: all .2s linear;
    transform: rotate(0deg);
    padding-bottom: 2px;
    background-color: #888;
    box-sizing: border-box;
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar .line4 {
    top: 30px;
    right: 8px;
    position: absolute;
    width: 30px;
    padding-bottom: 2px;
    background-color: #888;
    box-sizing: border-box;
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar.rotate .line1,
.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar.rotate .line4 {
    opacity: 0;
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar.rotate .line2 {
    transform: rotate(45deg);
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar.rotate .line3 {
    transform: rotate(-45deg);
}

.meus_NkMiniSiteAndPrdNav .tab.tab--site-only {
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
}

/* ---Tab Menu--- */
.meus_NkMiniSiteAndPrdNav .tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 0;
    background-color: #fff;
}

/* Buttons that open the tab content */
.meus_NkMiniSiteAndPrdNav .tab .tablinks {
    flex: 1;
    width: auto;
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.meus_NkMiniSiteAndPrdNav .tab .tablinks:focus:not(:focus-visible) {
    outline: none;
}

/* Change background color of buttons on hover */
.meus_NkMiniSiteAndPrdNav .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.meus_NkMiniSiteAndPrdNav .tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.meus_NkMiniSiteAndPrdNav .tab-content {
    padding: 6px 12px;
    border: 0
    border-top: none;
}

/* Fist tab content will display block */
.meus_NkMiniSiteAndPrdNav .tab-content {
    display: none;
    overflow: auto;

}

.meus_NkMiniSiteAndPrdNav .tab-content.active {
    display: block;
}

/* --------------All nav list--------------- */
/* hide the root node */
.NkNavList .SiteNode_0,
.meus_NkMiniSiteAndPrdNav .site-tree .SiteNode_0 {
    display: none;
}

/* --------------PC Nav List---------------- */
.NkNavList:not(.clone) .SiteMenu_0 {
    display: flex;
    justify-content: center;
}


/* ----------All NkCategoryList------------- */
.meus_NkMiniSiteAndPrdNav .prd-list .TreeNode,
.NkCategoryList .TreeNode {
    position: relative;
}

/* img width in category list */
.meus_NkMiniSiteAndPrdNav .prd-list .TreeNode img,
.NkCategoryList .TreeNode img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

/* get rid of the red point */
.meus_NkMiniSiteAndPrdNav .prd-list .TreeNode a,
.NkCategoryList .TreeNode a {
    background: none;
    display: inline-block;
}

/* hide category number */
.meus_NkMiniSiteAndPrdNav .prd-list .TreeNode .ClassNum,
.NkCategoryList .TreeNode .ClassNum {
    display: none;
}

.meus_NkMiniSiteAndPrdNav .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_NkMiniSiteAndPrdNav .prd-list .ClassName,
.NkCategoryList .ClassName {
    font-size: 0.875em;
}

.meus_NkMiniSiteAndPrdNav .prd-list .ClassName:hover,
.NkCategoryList .ClassName:hover {
    font-weight: bold;
}

/* hide all submenu in default */
.meus_NkMiniSiteAndPrdNav .tab-content .TreeGroup_2.hasSubMenu .TreeMenu,
.NkCategoryList .TreeGroup_2.hasSubMenu .TreeMenu {
    display: none;
}

/* -------------------------Mobile Category List------------------- */
.meus_NkMiniSiteAndPrdNav .prd-list.one-column {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.meus_NkMiniSiteAndPrdNav .prd-list.one-column>.TreeGroup {
    width: 100%;
}

.meus_NkMiniSiteAndPrdNav .prd-list.two-column {
    display: flex;
    justify-content: space-around;
}

.meus_NkMiniSiteAndPrdNav .prd-list.two-column .category-content {
    width: 100%;
}

.meus_NkMiniSiteAndPrdNav .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_NkMiniSiteAndPrdNav .SiteNode,
.NkNavList .SiteNode {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.meus_NkMiniSiteAndPrdNav .site-tree .ClassName,
.NkNavList .ClassName {
    font-size: 1.2rem;
}

.meus_NkMiniSiteAndPrdNav .site-tree .ClassName:hover,
.NkNavList .ClassName:hover {
    font-weight: bold;
}

/* -------------------------Mobile Nav List------------------- */
.meus_NkMiniSiteAndPrdNav .site-tree .SiteGroup.hasSubMenu .SiteMenu {
    display: none;
}

.meus_NkMiniSiteAndPrdNav .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;*/
}

/* CS1140101E: visible keyboard focus */
@media (max-width: 768px) {
    .awBtnMenuDiv:not(.awBtnMenuDiv--sidebar):focus-visible {
        outline: 2px solid #003d99;
        outline-offset: 2px;
    }
}

.meus_NkMiniSiteAndPrdNav .awBtnMenuDiv--sidebar:focus-visible,
.meus_NkMiniSiteAndPrdNav .tab .tablinks:focus-visible {
    outline: 2px solid #003d99;
    outline-offset: 2px;
}