/* BASIC css start */
@media (max-width: 768px) {
  .right_banner {
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .right_banner img {
    width: 100vw !important;   /* 화면 전체 너비로 확대 */
    max-width: 100vw !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0 !important; /* 모서리 둥근 부분 제거 */
    display: block !important;
  }

  .right_banner p {
    font-size: 1.3rem !important;
    line-height: 1.7 !important;
    color: #333 !important;
    margin: 10px auto 0 auto !important;
    text-align: center !important;
  }
}

/* BASIC css end */

