.navbar30 {
    height: 30px;
}

a {
    color: #979797;
    text-decoration: none;
    background-color: transparent;
}


.navbar-nav li {
    margin-right: 0px;
    text-align: center;
}



.nav-acti{
    color: #3AB6FF;
}

.navbar {
    padding: 0px;
    height: 70px !important;
}

#navbarNav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    #navbarNav .nav-item.active::after {
        content: "";
        width: 100%;
        height: 3px;
        border-radius: 100px;
        background-color: #3AB6FF;
        position: absolute;
        bottom: 0;
    }

.btn-menu a:active{color:#000000}

.nav-link a:hover{color:#3AB6FF !important;}
.nav-item:hover{
    cursor: pointer;
    color:#3AB6FF !important;
}

.btn-round{border-radius: 50px;}

.nav-link.active {
    color: #3AB6FF !important;
    background-color: transparent;
}


.bg-light-blue2{
    background-color:#F3F9FE ;
}

.nav-link2 {
    padding: 0  0.5rem;
}

.top-menubar {
    padding-right: 0px; 
    padding-left: 0px; 

}

/*.chv-down-icon:hover {
    transform: rotateX(180deg);
    margin-bottom: 2px;
}*/


.chv-down-icon:hover {
    /*transform: rotateX(180deg);*/
    margin-bottom: 2px;
}

/*css Ãß°¡*/

#avatar:focus {
    box-shadow: none !important;
    outline: none !important;
}

.bg-white2 {
    background-color: #f0f2f5 !important;
}

/* 2023.08.21 ¼öÁ¤µÈ ºÎºÐ ½ÃÀÛ*/
.use-info {
    display: grid;
    grid-template-columns: 1fr 3fr;
    row-gap: 5px;
    margin-bottom: 1rem;
    font-size: 14px !important;
}

    .use-info span {
        display: flex;
        align-items: center;
    }

/* 20230907 Ãß°¡ */
.submenu {
    display: flex !important;
    align-items: stretch;
    gap: 1px;
    flex: 1 0 0;
    color: #C9E9FF;
    background-color: #3AB6FF;
    background-color: rgba(58, 182, 255, .9);
    backdrop-filter: blur(5px);
}

.submenu ul {
    list-style-type: none;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #ffffff30;
    margin-bottom: 0px;
    cursor: pointer;
}

.submenu ul li {
    margin-bottom: 5px;
}

.submenu ul li:hover {
    color: #FFF;
    font-weight: 600;
}

.submenu ul:last-child {
    border: none;
}

.submenu .menu_title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.menu_ov {
    color:#FFF;
    font-weight: 600;
}
