@charset "utf-8";

/*s ====기본화면 모바일 기준====*/

#cont_in{
    padding:130px 15px 0 15px; 
}

#footer{
    border-top: 1px solid #d9d9d9;
	margin-top:40px;
}

/*e ====기본화면 모바일 기준====*/


/*s ====PC화면====*/

@media screen and (min-width:600px){

#cont_in{
    padding:52px 0 0 0; 
}

} /*1200px끝*/

/*e ====PC화면====*/