/*#gnb {*/
/*    position: relative;*/
/*}*/

/*#full-menu-wrap {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    left: 10rem;*/
/*    background-color: #fff;*/
/*    z-index: 100;*/

/*    box-shadow: 0 0 0 .2rem rgba(44,62,80,.25)*/
/*}*/

/*#full-menu-wrap.active {*/
/*    display: flex;*/
/*}*/

/*#full-menu-wrap ul {*/
/*    display: inline-block;*/
/*}*/

/*#full-menu-wrap ul li {*/
/*    display: block;*/
/*}*/

/*#full-menu-wrap .dep02 > li:not(:last-child) {*/
/*    margin-right: 65px;*/
/*}*/

/*#full-menu-wrap .dep02 > li:not(:last-child) > a {*/
/*    height: 100%;*/
/*    align-items: center;*/
/*    padding: 0 1.6rem;*/
/*}*/

.no-hover {
    pointer-events: none;
}

.overflow-auto {
    overflow: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.nppfs-elements {
	display: none !important;
}

.nppfs-npk {
	color: #222222 !important;
	background-color: #fff !important;
}