/* pc */
#footer_wrap {
    width: 100%;
}

.footer_top {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    padding: 11px 0;
}

#footer_wrap .terms_list {
    display: flex;
    align-items: center;
    gap: 8px;
}

#footer_wrap .terms_list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

#footer_wrap .terms_list a:not(:last-child)::after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    border-right: 1px solid #9E9E9E;
}

.footer_bottom {
    padding: 50px 0;
}

#footer_wrap .logo {
    display: flex;
    width: 117px;
    margin-bottom: 50px;
}

#footer_wrap .enter_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* max-width: 500px; */
    gap: 12px 50px;
}

#footer_wrap .enter_info dl {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

#footer_wrap .enter_info dl.w-100 {
    width: 100%;
}

#footer_wrap .enter_info dt {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

#footer_wrap .enter_info dt::after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    border-right: 1px solid #9E9E9E;
}

#footer_wrap .copyright {
    padding: 13px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}