.om_header {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #eaeaea;
}
.om_header > .con {
        display: flex;
        position:relative;
        /* justify-content: space-between; */
        justify-content: center;
        align-items: center;
        height: 70px;
}
.om_header > .con > .logo {
        font-size: 25px;
        cursor: pointer;
        /* font-family: 'S-CoreDream-5Medium'; */
}
.om_header > .con > .logo > img {
        height: 70px;
}
.om_header > .con > .mypage {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: var(--om-bt-color);
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
}