.main_menu.menu_internal{
    height: 13.1rem;
    background-color: #191F22;
    border-top: 0.1rem solid #585a5f;
}
.main_menu.menu_internal::before{
    display: none;
}
.main_menu.menu_internal .background_menu{
    display: none;
}
.border{
    display: none;
}
.menu{
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
}
.menu ul{
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7B369;
}
.menu ul li a{
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #fff;  
}
.menu ul li::after{
    content: "/";
    margin: 1rem;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #fff;
}
.menu ul li:last-child:after{
    content: "";
}
.menu .menu_int{
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    position: relative;
}
.menu .menu_int h1{
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 3.8rem;
    text-align: left;
    color: #191f22;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
}
.menu .menu_int p{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: left;
    color: #585a5f;
    padding-bottom: 5.6rem;
}
.menu .menu_int p::after {
    content: "";
    display: block;
    background-color: #D7B369;
    width: 28.8rem;
    height: 1.6rem;
    position: absolute;
    bottom: -0.8rem;
}
