footer {
    background-color: #000000;
}

.footer-top{
    padding-top: 60.5px;
}
.footer-bottom{
    padding: 24px 0;
    border-top: 1px solid rgba(195, 195, 192, 0.2);
}
.footer-container{
    width: 100%;
    /* max-width: 1350px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .tail_logo{
    width: 160px;
    margin-bottom: 30px;
}
footer .tail_info{
    font-size: 14px;
    color: #7A7A7A;
    line-height: 25px;
    letter-spacing: 0.42px;
}
footer .tail_info span{
    padding: 0 8px;
}

footer .tail_link_flex{
    display: flex;
    margin: 30px 0;
}

footer .tail_link_flex .tail_link{
    margin-right: 48px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.46px;
    font-weight: 700;
    transition: 0.2s;
    color: #7a7a7a;
}
footer .tail_link_flex .tail_link:nth-last-child(1){
    margin-right: 0;
}
footer .family-select {
    width: 352px;
    height: 52px;
    border: 1px solid var(--gray400);
    background-color: transparent;
    color: #979797;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
    margin-bottom: 60.5px;
    padding: 16px 24px;
    cursor: pointer;
}
footer .selectbox img {
    height: 8px;
    width: 14px;
    margin-top: 10px;
}
footer select {
    -webkit-appearance: none; /* for chrome */
    -moz-appearance: none; /*for firefox*/
    appearance: none;
    background: url('/img/global/desktop/aura/default/arrow-down.png') no-repeat 93% 50%/13px auto;
}

select::-ms-expand {
    display: none; /*for IE10,11*/
}

footer .copyright{
    color: #7a7a7a;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.38px;
    white-space: nowrap;
}

footer .policy-box a{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.38px;
    line-height: 28px;
    color: #7a7a7a;
    margin-right: 20px;
}
.policy-box{
    text-align: right;
}
.ft_info{
    margin-right: auto;
}

footer .tail_link_flex .tail_link:hover{
    color: var(--Gray200);
}

@media  (max-width: 767px) {
    .footer-container{
        padding:0 2rem ;
    }
    
}
@media  (max-width: 452px){
    .footer-container{
        justify-content: center;
    }
    footer .tail_info{
        font-size: 12px;
    }
    .ft_info{
        text-align: center;
        margin: 0 auto;
    }
    .footer-bottom .footer-container{
        flex-direction: column-reverse;
        align-items: center;
    }
    footer .family-select{
        width: 100%;
    }
    .policy-box a:nth-last-child(1){
        margin: 0;
    }
    footer .tail_link_flex{
        flex-direction: column;
    }
    footer .tail_link_flex .tail_link{
        margin: 0;
        margin-bottom: 10px;
    }

}
@media  (max-width: 322px){
    footer .copyright{
        font-size: 10px;
    }
}

@media  (max-width: 270px){
    footer .policy-box a{
        width: 100%;
        font-size: 13px;
        text-align: center;
}
}