@charset "UTF-8";

.event_wrap {overflow: hidden;}
.event_wrap .inner {width: 750px; height:auto; container: event-container / inline-size;} /* 최소 750px */
/* .event_wrap .inner.w1200 {width:1200px; height:auto;} */

/* background */
.event_wrap {background: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250411_lc/bnD6_event_wrap_bg.jpg"); background-position: top center; background-size: cover;}

@container event-container (max-width: 750px) {

  /* top visual */
  .e_top_txt {position: absolute; top: 100.267cqw; left: 50%; transform: translateX(-50%); font-family: 'Noto Sans KR', sans-serif; font-size: 4.267cqw; line-height: 1; color: #ff3158; font-weight: bold;}

  /* con1 btn */
  .e_con1_btn {display: block; width: 64.133cqw; margin: auto;}

  /* notice */
  .event_wrap .e_notice {--main-color: #956b71; width: 100%; margin-top: 5.333cqw; padding-bottom: 8.533cqw; color: var(--main-color); padding-top: 0; display: flex; flex-direction: column; align-items: center;}
  .event_wrap .e_notice .e_notice_title { font-size: 2.933cqw; line-height: 4cqw; padding-bottom: 0; font-weight: 600;}
  .event_wrap .e_notice ul {max-width: 72cqw; padding: 0; margin: 0; margin-top: 1.867cqw;}
  .event_wrap .e_notice ul li {line-height: 4cqw; padding-bottom: 0; text-indent: -2.267cqw; padding-left: 2.267cqw;}
  .event_wrap .e_notice ul li:before{content:"";background-color:var(--main-color);width:4px;height:4px; display:inline-block;vertical-align:middle;margin-right: 1.333cqw}
  .event_wrap .e_notice ul li p {display: inline; font-size: 2.667cqw; line-height: 4cqw; text-align: left; padding-bottom: 0;}

}