@charset "UTF-8";
/* 공통 */
.event_wrap {
  /* backgroound */
  /* inner */
  /* btn,link */
  /*.eMap a {
      background: rgba(240, 47, 13, .5);
  } 
  */
  /* slider */
  /* notice */
}
.event_wrap .bg_01 {
  background: #191637 url("../images/bnS_ebg_01.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.event_wrap .bg_02 {
  background: #0f0f2a url("../images/bnS_ebg_02.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.event_wrap .inner {
  width: 1200px; /* 최소 750px */
  margin: 0 auto;
}
.event_wrap .e_btn a {
  display: block;
}
.event_wrap [class^=ebtn_] {
  width: 284px;
  height: 394px;
}
.event_wrap .ebtn_02_01 {
  top: 260px;
  left: 460px;
}
.event_wrap .flexslider {
  overflow: hidden;
  border-radius: 0;
  border: 0 solid #000;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.event_wrap .e_notice {
  padding: 40px 0 40px;
  border-radius: 0;
  border: 0 solid #000;
}
.event_wrap .e_notice p {
  color: #fff;
}
.event_wrap .e_notice ul li {
  color: #fff;
}
.event_wrap .e_notice ul li::before {
  background-color: #fff;
}