.event-detail-image img {
  width: 100%;
  height: auto;
}
.icon-event-code::before,
.icon-date-period::before,
.icon-event-section::before,
.icon-event-time::before,
.icon-event-location::before {
  content: "";
  background-image: url("../images/icon-search.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 10px;
}
.icon-date-period::before {
  background-image: url("../images/icon-calendar.png");
}
.icon-event-section::before {
  background-image: url("../images/icon-bookmark.png");
}
.icon-event-time::before {
  background-image: url("../images/icon-edit.png");
}
.icon-event-location::before {
  background-image: url("../images/icon-location.png");
}
.event-info {
  display: flex;
}
.event-info .col-left {
  flex: 1 1 auto;
}
.event-info .col-right {
  flex: 0 1 auto;
}
.event-member-fee {
  font-size: 2.5rem;
}
.event-member-fee span {
  color: #44960d;
}
.event-non-member-fee {
  font-size: 1.3rem;
}
.event-info .col-right h3 {
  margin: 0 0 15px;
}
.event-info .col-right > div {
  border: solid 1px #c3c3c3;
  border-radius: 4px;
  padding: 15px;
}
.event-info .col-right > div .btn {
  display: block;
  margin: 15px -10px -10px;
  font-size: 1.8rem;
  padding: 4px 28px;
}
#eb-event-page h4 {
  color: #44960d;
}
.event-speaker-avatar {
  padding: 10px 0 0 20px;
}
.event-speaker-avatar::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/person.png") no-repeat center;
  background-size: contain;
}
#eb-event-page .event-speaker {
  display: flex;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 20px 0;
  margin: 20px 0;
}
#eb-event-page .event-speaker .col-left {
  flex: 0 1 auto;
  margin-right: 30px;
}
#eb-event-page .event-speaker .col-right {
  flex: 1 1 auto;
}
#eb-event-page .event-speaker .col-right .event-speaker-name {
  font-weight: 600;
  margin: 0 0 10px 0;
}
#eb-event-page .event-speaker .col-left .event-speaker-avatar {
  color: #44960d;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
#eb-events .up-event-item .eb-event-price {
  margin-left: 0;
  float: none !important;
}
#eb-events .up-event-item .eb-event-price > span {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
#eb-events .up-event-item .eb-event-price .event-member-fee {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 7px;
}

#eb-events .up-event-item .eb-event-price .event-member-fee > span:first-child {
  color: #11a39a;
  font-size: 1.4rem;
}
#eb-events .up-event-item .eb-event-price .event-member-fee > span:last-child {
  color: #ff8500;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  #eb-events .up-event-item .eb-event-price {
    margin-top: 0;
  }
  #eb-events .up-event-item .eb-event-price .event-member-fee {
    width: 100%;
    display: flex;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  #eb-events .up-event-item .eb-event-price .event-member-fee > span:first-child {
    font-size: 1.4rem;
  }
  #eb-events .up-event-item .eb-event-price .event-member-fee > span:last-child {
    font-size: 1.6rem;
  }
  body .eb-container{
    margin-top: 0;
  }
  .com-eventbooking.view-register #sp-component{
    margin: 0;
  }
}
@media (max-width: 480px) {
}
