@charset "UTF-8";



.ddmenu {
    position: absolute;
    flex-direction: column;
    z-index: 9999;
    background-color: rgba(255,255,255,0.6);
}

#frame01, #frame02, #frame03, #frame04, #frame05 {
    padding-top: 100px;
    margin-top: 100px;
}

#nav_global ul li p {
    color: #111!important;
    display: inline-block;
    font-size: 15px;
}

#nav_global ul li p:after{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease 0s;
    display: block;
}






@media screen and (max-width: 834px) {

    .ddmenu {
        position: relative;
    }
    .ddmenu a {
        font-size: 15px !important;
        padding: 10px !important;
        border-bottom: 1px dashed #eee !important;
    }
    .ddmenu ul {
        flex-wrap: wrap;
        flex-direction: row !important;
    }
    #frame01, #frame02, #frame03, #frame04, #frame05 {
        padding-top: 80px;
        margin-top: 80px;
    }

}
@media screen and (max-width: 640px) {
   
}