footer#footer {
    background-color: #333;
}

.footer_wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 20px;
    padding: 40px 0;
    position: relative;
}

.footer_wrap .logo img {
    width: 134px;
}

.footer_wrap .cr {
    grid-column: span 2;
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
    padding-top: 20px;
    color: rgba(255,255,255,65%);
    font-weight: 300;
    font-family: 'Lexend','Montserrat','Noto Sans KR',sans-serif;
    border-top: 1px solid rgba(255,255,255,20%);
}

.footer_wrap .info {
    color: rgba(255,255,255,90%);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    column-gap: 30px;
    line-height: 1.7em;
}

.footer_wrap .info .t {
    color: rgba(255,255,255,70%);
    margin-right: 8px;
}

.footer_wrap .info .s {
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .footer_wrap {
        grid-template-columns: 100%;
    }

    .footer_wrap .cr {
        grid-column: unset;
    }
    .footer_wrap .logo {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .footer_wrap .info {
        flex-direction: column;
        padding: 0 20px;
    }

    .history_g .y_g > p {
        font-size: 14px;
        max-width: 400px;
        width: calc(100vw / 2 - 10px);
        padding: 0 10px;
        line-height: 1.4em;
    }

    .history_g .y_g:nth-child(3) {
        top: 370px;
    }

    .history_g .y_g > p:nth-child(4) {
        top: calc(100% + 110px);
    }
    .history_g .y_g:nth-child(9) {
        top: 1300px;
    }
}
