*, *::before, *::after {
    box-sizing: inherit;
}

.footer-gotop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10000;
    width: 100%;
    height: 80px;
}

.gotop-icon {
    object-fit: cover;
    width: 20px;
    height: auto;
    cursor: pointer;
}

.footer-container {
    background: #292828;
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
    z-index: 10000;
}

.footer-logo-frame {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.logo {
    flex-shrink: 0;
    width: 65px;
    height: 29px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.site-frame-1 {
    padding: 10px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.mmz {
    color: #d3d2d2;
    text-align: left;
    font-family: "Pretendard-SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.footer-menu-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.footer-menus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    @media only screen and (max-width: 500px) {
        justify-content: center;
        gap: 10px;
    }
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.footer-item {
    display: flex;
    color: #bab7b7;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    font-family: "Pretendard", sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    @media only screen and (max-width: 500px) {
        font-size: 12px;
        letter-spacing: -0.05em;
    }
}
.line-frame {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 5px;
    position: relative;
    overflow: visible;
}

.copyright-frame {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.subscribe-frame {
    background: var(--blue, #056dfa);
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 86px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.subscribe {
    color: var(--white-text, #ffffff);
    text-align: left;
    font-family: "Pretendard", sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.email-frame {
    padding: 0px 50px 0px 50px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.mail-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.mail-address {
    color: #b5b1b1;
    text-align: left;
    font-family: "Pretendard", sans-serif;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.copyright-text {
    color: #b5b1b1;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    position: relative;
    width: 100%;
    @media only screen and (max-width: 500px) {
        font-size: 10px;
    }
