#body-wrap #layout_header {
    padding: 0;
    display: flex;
    justify-content: space-between;
    user-select: none;
}
#body-wrap #layout_header .menu_area {
    letter-spacing: 0;
    font-weight: 400;
    color: #2e2e2e;
}
#body-wrap #layout_header .menu_area a,
#body-wrap #layout_header .menu_area button,
#body-wrap #layout_header .info_area>* {
    position: relative;
    padding: 0 7px;
    margin: 0 5px;
    display: block;
    float: left;
}
#body-wrap #layout_header .info_area select {
    width: auto;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: 1em;
}
#body-wrap #layout_header .menu_area a:not([href]) {
    font-weight: 600;
}
#body-wrap #layout_header .menu_area a:not([href])::after {
    content: "";
    position: absolute;
    background-color: #2e2e2e;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
}
#body-wrap #layout_header .info_area #logout_btn {
    width: 50px;
    height: 100%;
    background-image: url(/layout/img/ic_power_off.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    vertical-align: top;
}