/* BASIC css start */
@media (max-width: 768px) {
  .coupon_list > div {
    display: inline-block !important;
    width: calc(50% - 10px) !important;
    margin-right: 10px !important;
    margin-bottom: 15px !important;
  }
  .coupon_list > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  
  /* ÀÌ¹ÌÁö°¡ ÄÁÅ×ÀÌ³Ê ¾È¿¡¼­ ²Ë Â÷°Ô */
  .coupon_list > div img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain;
  }

  /* ´Ù¸¥ ÀÌ¹ÌÁöµéµµ ³Êºñ Á¶Á¤ */
  .coupon_event_01 img,
  .coupon_event_02 img,
  .coupon_event_04 img,
  .coupon_event_05 img,
  .coupon_event_count img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  /* ¹è°æ ÀÌ¹ÌÁö Á¶Á¤ */
  .coupon_event > ul {
    background-size: cover !important;
    background-position: center 40px !important;
    padding: 80px 10px 50px 10px !important;
  }
  .coupon_event_count img {
    width: 80% !important;
    max-width: 200px !important;
  }
}

/* BASIC css end */

