@charset "utf-8";

@import url('./z_reset.css');
@import url('./z_font.css');
@import url('./z_common.css');
@import url('./z_layout.css');
@import url('./z_base.css');

/** default
  font-family: Pretendard GOV 14px
  main-color: #313131;
**/

/** ID 표기
#mentKwrdDate
#mentKwrdText
**/

/** className 표기
.mentioned-keyword {
  .mentioned-keyword__wrap {
    .mentioned-keyword__list {
      .mentioned-keyword__item {
        .mentioned-keyword--num {}
        .mentioned-keyword--txt {
          .mentioned-keyword__date.date--start {}
          .mentioned-keyword__date.date--end {}
        }
        .mentioned-keyword__icon.icon--cat {}
        .mentioned-keyword__icon.icon--dog {}
        .mentioned-keyword__icon.icon--lion {}
      }
    }
  }
}

<li class="banner__item nowOn"></li>
**/
