@charset "utf-8";
.title_img {background-image: url(/img/page/shuttle/bus.png);height: 600px;background-size: auto;background-color: #eff5ef;padding: 2rem 0;}

/* PC */ 
@media only screen and (min-width:1025px) and (max-width: 1500px)  {
 
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    .title_img {background-size: contain;height: 400px;}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .title_img {height:260px}
}