/* event popup */
.eventpop {position:fixed; z-index:10000;}
.eventpop.event1 {bottom:0; right:0;}
.eventpop.event2 {bottom:0; right:450px;}
.eventpop .pop_area	{position:relative;overflow:hidden;}
.eventpop .pop_area .close_1	{top:15px;right:15px;}
.event_area	{overflow:hidden;margin:0 auto;position:relative;}
.event_area img {width:100%; position: relative;}

/* event main */
.event_main img {
  width: 100%;
}

/* for mobile */
@media (max-width: 900px) {
  .eventpop.event2 {top:0; right:0;}
  .event_main.marathon img {
    content: url(../images/event/marathon-m.png);
  }
  .event_main.marathon2 img {
    content: url(../images/event/marathon2-m.png);
  }
  .event_main.click_connect img {
    content: url(../images/event/click-connect-m.png);
  }
}
