/* BASIC css start */
#shopEvent { padding-top: 100px; }
#shopEvent .event-view-wrap { margin-bottom:60px; }
#shopEvent .event-view-wrap .view-cnt { padding: 50px 0; text-align: center; }
#shopEvent .event-view-wrap .view-cnt img { width: 100%; }
#shopEvent .event-view-wrap .view-btn { display: flex; justify-content: center; }
#shopEvent .event-view-wrap .view-btn a { display: flex; justify-content: center; align-items: center; width: 230px; height: 60px; background: #000; font-size: 16px; color: #fff; }

/* Æ÷½ºÆ®ÀÕ »ö»ó 5°¡Áö */
  .bg-color-1 {
    background-color: #fff9c1;
  }
  .bg-color-2 {
    background-color: #ffecee;
  }
  .bg-color-3 {
    background-color: #e8f7e9;
  }
  .bg-color-4 {
    background-color: #e5f3ff;
  }
  .bg-color-5 {
    background-color: #ffedd3;
  }

.data-block {
  border-radius: 0px;
  padding: 20px 0;
  margin-bottom: 10px;
  width: calc(25% - 24px);
  color:#333;
  background-color:#fff;
  border-bottom:1px solid #eee;
}

.data-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.data-block p:first-child {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.5;
}
/* BASIC css end */

