

#sub_top {
    display: flex;
}

.sub_menus ul li.on a {
    color: #111111;
}

.sub_menus ul li a {
    color: #adadad;
    cursor: pointer;
}

.content_top {
    justify-content: center;
    margin: auto;
    align-items: center;
}

.sub_path {
    align-items: center;
    margin-bottom: 35px;
    color: #aaaaaa;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.sub_title {
    margin-bottom: 57px;

}

.sub_menus {
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}




/* mobile */
@media screen and (max-width: 767px) {

    .sub_menus {
display:none !important;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {}