.pc-basic{
	width:95%;
	position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80px!important;
    height: 80px;
    border-radius: 20px;
}
.navbar-link{
    border-radius: 20px;
}
.navbar-item, .navbar-link{
	border-radius: 20px;
}


.mobile-basic{
    display: none;
    position: fixed;
    width: 100%;
}
.navbar{
    background: #6846A5;
}
#mobileNav{
    background: #6846A5!important;
}
.navbar a{
    color: #fff!important;
}
.navbar a::after{
    border-color: #fff!important;
}
.navbar-item:hover{
    background: #9876D5!important;
}
.navbar-link:hover{
    background: #9876D5!important;
}
.navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link{
    background: #9876D5!important;
}
.navbar-dropdown{
    background: #6846A5!important;
}
.navbar-burger{
    color: #fff;
}
@media screen and (max-width: 1023px){
.pc-basic{
    display: none;
}
.mobile-basic{
    display: block;
}
}
.mored{
    display: none;
}
.non-mored{
    display: block!important;
}

/* Global Util */
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}

.hr-white{
    background: #fff;
}