* {
    margin: 0;
    padding: 0;
}


.footer_box {
    width: 100%;
    padding-top: calc(4px + 3rem);
}

.footer {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.footer_logo {
    width: calc(33px + 10rem);
    margin: auto;
}

.footer_logo img {
    width: 100%;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    border-top: 1px #DCDCDC solid;
    padding-top: calc(2px + 3rem);
    margin-top: calc(9px + 2rem);
    padding-bottom: calc(69px + 5rem);
    border-bottom: 1px #DCDCDC solid;
}

.footer_nav_box .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: 1;
    margin-bottom: calc(7px + 1.5rem);
}

.footer_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
}

.footer_nav_item {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #737373;
    line-height: calc(7px + 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(7px + 0.5rem);
}

.footer_nav_item img {
    width: calc(7px + 0.5rem);
}

.copyright {
    padding: calc(8px + 1.5rem) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(5px + 0.5rem);
}
.copyright img{
    width: calc(10px + 1.5rem);
}

.footer_link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(9px + 1rem);
    margin-top: calc(7px + 1.5rem);
}
.footer_link_item img{
    width: calc(2px + 1.5rem);
    height: calc(2px + 1.5rem);
}

@media (max-width: 1100px){
    .footer_logo {
        width: calc(45px + 25rem);
    }
    .footer_main{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 5rem);
        padding-bottom: calc(20px + 1rem);
    }
    .footer_nav_box .p1{
        font-size: calc(12px + 1rem);
    }
    .footer_nav_item{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    br{
        display: none;
    }
    .footer_nav_item img {
        width: calc(12px + 0.5rem);
    }
    .footer_nav_box:nth-of-type(2) .footer_nav,.footer_nav_box:nth-of-type(3) .footer_nav,.footer_nav_box:nth-of-type(4) .footer_nav{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer_nav_box:nth-of-type(2) .footer_nav_item{
        width: 30%;
    }
    .footer_nav_box:nth-of-type(4) .footer_nav_item{
        width: 40%;
    }
    .footer_nav_box:nth-of-type(3) .footer_nav_item{
        width: 40%;
    }
    .footer_link_item img {
        width: calc(25px + 1.5rem);
        height: calc(25px + 1.5rem);
    }
    .footer_link{
        gap: calc(10px + 5rem);
    }
    .copyright{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: calc(10px + 2rem);
    }
    .copyright p{
        font-size: calc(9px + 1rem);
        text-align: center;
        line-height: 1.5;
    }
    .copyright img {
        width: calc(20px + 1.5rem);
    }
}
