/* business */
.bus_ready {position:relative; width:100%; height:180px; font-size:16px; color:#84817b; letter-spacing:-0.8px; line-height:180px; font-weight:400; text-align:center; margin-top:40px; background:#efeeee url("../img/business/bg_01.jpg") no-repeat 100% 0%; border-bottom-left-radius:50px; border-top-right-radius:50px;}














/* ==========================================
   2. 태블릿 스타일 (768px ~ 1024px)
   - 아이패드, 갤럭시 탭 등
   ========================================== */
@media screen and (max-width: 1024px) {
	.bus_ready {margin-top:30px; background:#efeeee url("../img/business/bg_01.jpg") no-repeat calc(100% + 160px) 0%;}
}


/* ==========================================
   3. 모바일 스타일 (767px 이하)
   - 스마트폰 세로/가로 모드
   ========================================== */
@media screen and (max-width: 767px) {
	.bus_ready {background:#efeeee url("../img/business/bg_01.jpg") no-repeat calc(100% + 250px) 0%; font-size:15px;}
}







