/* BASIC css start */
#footer {
    background-color: #f1f1f1;
    box-sizing: border-box;
    width: 100%;
}

#footer .foot_inner {
    padding: 0 5%;
}

#footer :is(*) {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    letter-spacing: 0.2px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}

#footer .foot_top {
    padding-top: 25px;
}

#footer .foot_top .foot_inner .ft_cont {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

#footer .foot_top .foot_inner .ft_cont > div {
    flex: 1;
    padding: 0 10px;
}

#footer .foot_top .foot_inner .ft_cont h3 {
    color: #161616;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

#footer .foot_top .foot_inner .ft_cont h4 {
    color: #161616;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

#footer .foot_top .foot_inner .ft_cont ul.cs {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

#footer .foot_top .foot_inner .ft_cont ul.cs li {
    color: #161616;
    font-size: 12px;
    margin-bottom: 5px;
}

#footer .foot_top .foot_inner .ft_cont .ft_c ul.cs {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

#footer .foot_top .foot_inner .ft_cont .ft_c ul.cs li img {
    width: 120px;
    height: auto;
    display: flex;
    margin: 0 -20px 10px;
}

#footer .foot_top .foot_inner .ft_cont .ft_r .contact_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

#footer .foot_top .foot_inner .ft_cont .ft_r .contact_wrap > div {
    flex: 1;
}

#footer .foot_top .foot_inner ul.f_info li {
    color: #616161;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

#footer .foot_top .foot_inner p.copy {
    color: #c3c3c3;
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0 25px;
}

#footer .foot_bottom {
    background-color: #222222;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer .foot_bottom .foot_inner ul.footer_links {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: max-content;
}

#footer .foot_bottom .foot_inner ul.footer_links li {
    flex: 0 0 auto;
    text-align: center;
}

#footer .foot_bottom .foot_inner ul.footer_links li a {
    color: #fff;
    padding: 16px 10px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

#footer span.underline {
    text-decoration: underline;
}
/* BASIC css end */

