@charset "utf-8";


@media screen and (max-width:1366px) {

}
/* 타블렛 970px ~ 1366px */
@media screen and (max-width:1200px){
	

}
/* 타블렛 970px ~ 1366px */
@media screen and (max-width:970px){
	

}

/* 모바일 360px ~ 720px */
@media screen and (max-width:740px) {


}