* {
    margin: 0;
    padding: 0;
}


.footer_box {
    width: 100%;
    background-color: #F4F4F4;
    padding-top: calc(45px + 5rem);
    padding-bottom: calc(9px + 4rem);
    border-bottom: 1px #D8D8D8 solid;
}

.footer_box .footer {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    gap: calc(23px + 10rem);
}

.footer_left {
    width: 26.2195%
}

.footer_left .footer_logo {
    width: calc(41px + 10rem);
}

.footer_left .footer_logo img {
    width: 100%;
}

.footer_left .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    margin-top: calc(18px + 2rem);
}

.footer_nav_box .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(1px + 1rem);
}

.footer_nav_box .footer_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(8px + 1rem);
    margin-top: calc(5px + 1.5rem);

}

.footer_nav_box .footer_nav .footer_nav_item {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(9px + 0.5rem);
    transition: .3s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_nav_box .footer_nav .footer_nav_item:hover {
    color: #E60013;
}

.footer_nav .footer_nav_item:nth-of-type(5) {
    display: none;
}

.footer_nav_item img {
    width: calc(8px + 0.5rem);
    margin-right: calc(7px + 0.5rem);
}

.copyright_box {
    width: 100%;
    background-color: #F4F4F4;
    padding: calc(8px + 0.5rem) 0;
}

.copyright {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #999999;
    line-height: calc(6px + 0.5rem);
}

.footer_icon{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(1px + 1rem);
}

.footer_icon_item{
    width: calc(2px + 2rem);
height: calc(2px + 2rem);
background: rgba(216,216,216,0.3);
border-radius: 50%;
}
.footer_icon_item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_icon_item a img{
    height: calc(6px + 0.5rem);
}

.footer_mail{
    width: 100%;
    border-bottom: 1px solid #333333;
    padding-bottom: calc(2px + 0.5rem);
    margin-top: calc(2px + 2rem);
}
.footer_mail label{
    display: none;
}

.footer_mail .form-horizontal{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_mail .form-horizontal input{
    background-color: transparent;
    border: none;
    outline: medium;
    font-family: BOOKOS;
font-weight: 300;
font-size: calc(4px + 0.5rem);
color: #666666;
}
.footer_mail img{
    width: calc(8px + 0.5rem);
}
@media (max-width: 1100px){
    .footer_box .footer{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 5rem);
    }
    .footer_left .footer_logo {
        width: calc(41px + 25rem);
    }
    .footer_left{
        width: 100%;
    }
    .footer_left .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .footer_nav_box .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
 
    .footer_nav_box:nth-of-type(2) .footer_nav{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: calc(10px + 2rem);
        margin-top: calc(14px + 1.5rem);
    }
    .footer_nav_box:nth-of-type(2) .footer_nav .footer_nav_item{
        width: 30%;
        font-size: calc(10px + 1rem);
    }
    .footer_nav_box{
        margin-left: 0 !important;
    }
    .footer_nav_box:nth-of-type(3) .footer_nav .footer_nav_item{
        width: 100% !important;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer_nav_item img {
        width: calc(13px + 0.5rem);
        
    }
    .copyright .p1{
        font-size: calc(9px + 1rem);
    }
    .copyright{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .footer_icon_item {
        width: calc(25px + 2rem);
        height: calc(25px + 2rem);
      
    }
    .footer_icon_item a img {
        height: calc(13px + 0.5rem);
    }
    .footer_mail {
      
        margin-top: calc(13px + 2rem);
    }
    .footer_mail .form-horizontal input{
        font-size: calc(8px + 1rem);
    }
    .footer_mail img{
        width: calc(16px + 0.5rem);
    }
}