footer{
    width: 100%;
    height: 80px;
    background-color: #f5f5f7;
    padding-top: 20px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer_wrap{
    width: 980px;
    height: 70px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.footer_container1{
    width: 100%;
    height: 25px;
    padding-bottom: 7px;
    margin-bottom: 8px;
    color: #737378;
    border-bottom: 1px solid  #d2d2d7;
    box-sizing: border-box;
    font-size: 12px;
}

.footer_container2{
    margin-top: 5px;
    width: 100%;
    height: 26px;
}

.footer_container2 p{
    float: right;
}

.copyright{
    font-size: 12px;
    color: #737378;
    width: 400px;
    float: left;
    margin-right: 30px;
}

.others{
    width: 550px;
    float: left;
    font-size: 12px;
}

.others a{
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d2d2d7;
    color: #424245 !important;
    font-weight: 400;
}

.others a:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

.footer_container3{
   color: #999999;
   font-size: 12px;
}


 /* @media screen and (min-width:1910px){


    footer{
        width: 100%;
        height: 92px;
        background-color: #f5f5f7;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .footer_wrap{
        width: 1200px;
        height: 80px;
        padding-bottom: 10px;
        margin: 0 auto;
    }
    
    .footer_container1{
        width: 100%;
        height: 25px;
        padding-bottom: 30px;
        margin-bottom: 10px;
        color: #737378;
        border-bottom: 1px solid  #d2d2d7;
        box-sizing: border-box;
        font-size: 14px;
    }
    
    .footer_container2{
        margin-top: 9px;
        margin-bottom: 4px;
        width: 100%;
        height: 26px;
    }
    
    .footer_container2 p{
        float: right;
    }
    
    .copyright{
        font-size: 14px;
        color: #737378;
        width: 450px;
        float: left;
        margin-right: 30px;
    }
    
    .others{
        width: 720px;
        float: left;
        font-size: 14px;
    }
    
    .others a{
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #d2d2d7;
        color: #424245 !important;
        font-weight: 400;
    }
    
    .others a:last-child{
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }
    
    .footer_container3{
       color: #999999;
       font-size: 14px;
    }
 

 } */



   /*
*
* ==========================================
* 모바일 360~767, 테블릿 768~1024
* ==========================================
*
*/
   
@media screen and (max-width:1024px){
    footer{
        width: calc(100% - 50px);
        height: 170px;
        background-color: #f5f5f7;
        padding: 20px 25px 20px 25px;
        overflow: hidden;
    }
    
    .footer_wrap{
        width: 100%;
        height: 170px;
        padding-bottom: 0px;
        margin: 0 auto;
    }
    
    .footer_container1{
        width: 100%;
        height: 40px;
        padding-bottom: 7px;
        margin-bottom: 8px;
        color: #737378;
        border-bottom: 1px solid  #d2d2d7;
        box-sizing: border-box;
        font-size: 12px;
        text-align: left;
    }
    
    .footer_container2{
        margin-top: 5px;
        width: 100%;
        height: 60px;
        /* background-color: red; */
        text-align: left;
    }
    
    .footer_container2 p{
        display: none;
    }
    
    .copyright{
        font-size: 12px;
        color: #737378;
        width: 100%;
        text-align: left;
    }
    
    .others{
        width: 100%;
        float: left;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .others a{
        display: inline-block;
        margin-right: 0px;
        padding-right: 0px;
        border-right: 0px;
        color: #424245 !important;
        font-weight: 400;
        width: calc(50% - 3px);
        box-sizing: border-box;
        border: 1px solid black;
        box-sizing: border-box;
        padding: 2px 0px;
        text-align: center;
    }
    .others a:nth-child(1){
       border-bottom: 0px;
    }.others a:nth-child(2){
        border-bottom: 0px;
     }
    
    .footer_container3{
        width: 100%;
       color: #999999;
       font-size: 12px;
       text-align: left;
    }
}



     /*
*
* ==========================================
* 모바일 - 359이하
* ==========================================
*
*/

/* 지금 overlfow hidden이 되있는거지 width가 최적화가 안되잇음 */
@media screen and (max-width:359.5px){
    footer{
        width: calc(100% - 50px);
        height: 200px;
        background-color: #f5f5f7;
        padding: 20px 25px 20px 25px;
        overflow: hidden;
    }
    
    .footer_wrap{
        width: 100%;
        height: 170px;
        padding-bottom: 0px;
        margin: 0 auto;
    }
    
    .footer_container1{
        width: 100%;
        height: 40px;
        padding-bottom: 7px;
        margin-bottom: 8px;
        color: #737378;
        border-bottom: 1px solid  #d2d2d7;
        box-sizing: border-box;
        font-size: 12px;
        text-align: left;
    }
    
    .footer_container2{
        margin-top: 5px;
        width: 100%;
        height: 60px;
        /* background-color: red; */
        text-align: left;
    }
    
    .footer_container2 p{
        display: none;
    }
    
    .copyright{
        font-size: 12px;
        color: #737378;
        width: 100%;
        text-align: left;
    }
    
    .others{
        width: 100%;
        float: left;
        font-size: 11px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .others a{
        display: inline-block;
        margin-right: 0px;
        padding-right: 0px;
        border-right: 0px;
        color: #424245 !important;
        font-weight: 400;
        width: calc(50% - 3px);
        box-sizing: border-box;
        border: 1px solid black;
        box-sizing: border-box;
        padding: 2px 0px;
        text-align: center;
    }
    .others a:nth-child(1){
       border-bottom: 0px;
    }.others a:nth-child(2){
        border-bottom: 0px;
     }
    
    .footer_container3{
        width: 100%;
       color: #999999;
       font-size: 12px;
       text-align: left;
    }

}