section.live-event {
  background-color: #272727;
  display: none;
}

section.live-event .section-wrap {
  padding: 4% 0;
  max-width: 1024px;
  margin: 0 auto;
}

section.live-event .title {
  margin: 0 auto;
  width: 21.55172%;
  max-width: 207px;
}

@media screen and (max-width: 1024px) {
  section.live-event .title {
    width: 39.0625%;
  }
}

section.live-event .event-banner {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section.live-event .event-banner {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
}

section.live-event .event-banner img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

section.live-event .content {
  width: 58%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section.live-event .content {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
}

section.live-event .main-title {
  font-size: 34px;
  font-weight: 700;
  color: #FFF;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  section.live-event .main-title {
    font-size: 6vw;
  }
}

section.live-event .subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  section.live-event .subtitle {
    font-size: 4vw;
  }
}

section.live-event .note {
  font-size: 13px;
  color: #FFF;
  margin-top: 30px;
  text-align: right;
}

section.live-event .button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 180px;
  background-color: #272727;
  color: #FFF;
  height: 60px;
  line-height: 54px;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 3px solid #ffdd00;
  font-size: 20px;
  font-weight: 700px;
  padding: 0 32px;
  margin: 0 10px 0 -3px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 768px) {
  section.live-event .button {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 440px) {
  section.live-event .button {
    width: 86%;
  }
}
