/* pc */
header #header_wrap {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    background-color: #fff;
}

#header_wrap .header_cont {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header_wrap .header_left,
#header_wrap .header_right {
    min-width: 80px;
}

#header_wrap .header_logo {
    width: 62px;
    display: flex;
    margin: 0 auto;
}

#header_wrap .btn_back {
    display: flex;
    width: 24px;
    aspect-ratio: 1/1;
}

#header_wrap .header_title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}