.noto-sans-kr-text {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

#footer-wrapper {
    border-top: 1px solid #ccc;
    /* margin: 10% auto 10% auto; */
    margin-top: 10%;
    font-family: "Noto Sans KR", sans-serif;
    min-width: 1500px;
    background-color: #fff;
}

.footer-inner {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.footer_right {
    line-height: 2;
    margin-left: 30px;
}

.ft_div_01 {
    display: flex;
    align-items: center;
}

/* @media(max-width:750px) { 
    
    .footer-inner {
        display: block;
    }

    .left_div_01 {
        font-size: 13px;
    }
    .footer_div_right {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 13px;
        font-weight: bold;
    }
} */