@charset "utf-8";
.biz {padding:1rem 0;}
.biz p {font-weight:400}


/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {
    
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
	
}

