.header {
    display: flex;
    .head_content {
        width: 50%;
    }
    .title {
        display: flex;
        justify-content: left;
    }
    .info {
        /* ul { */
            /* padding: 0; */
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: right;
            gap: 10px;
        /* } */
    }
}

.head_sns_note {
    height: 40px;
    border: solid #666666 2px;
    border-radius: 30%;
}
