@charset "UTF-8";

#contents_wrap{
    padding-top: 0!important;
    margin-bottom: 120px;
}

#main{
    width: 1200px!important;
}

 @media only screen and (max-width: 1200px){
   
 }

 @media only screen and (max-width: 1024px){
   
 }

 @media only screen and (max-width: 834px){
   
 }

 @media only screen and (max-width: 640px){
    #contents_wrap{
        margin-bottom: 100px;
    } 
}