@font-face {
    font-family: 'GamtanRoad Batang';
    src: url('GamtanRoadBatang.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
font-family: 'GamtanRoad Batang R';
src: url('GamtanRoadBatang_R.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'GamtanRoad Batang B';
src: url('GamtanRoadBatang_B.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'GamtanRoad Dotum';
src: url('GamtanRoadDotum.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'GamtanRoad Dotum R';
src: url('GamtanRoadDotum_R.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'GamtanRoad Dotum B';
src: url('GamtanRoadDotum_B.ttf') format('truetype');
font-weight: normal;
}
footer {
    width: 100%;
    background: #252525;
    box-sizing: border-box;
    padding: 30px 40px;
    display: flex !important;
    gap: 20px;
    align-items: center;
}

.w-logo {
    width: 95px;
}

.footer-container {
    display: flex;
    flex-direction: column;
}

.footer-div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-div>p {
    color: #DDD;
    font-size: 13px;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.26px;
}

@media (max-width: 768px) {
    .footer-div:nth-child(2), .footer-div:last-child {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
}

@media(max-width: 600px) {
    footer {
        flex-direction: column;
        gap: 10px;
        align-items: start;
        padding: 30px 20px;
    }
}