section.live-event {
  background-color: #272727;
  display: none;
  padding: 5em 2em 5em 2em; }
  section.live-event .section-wrap {
    padding-bottom: 40px;
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      section.live-event .section-wrap {
        display: block;
        width: 100%; } }
  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;
        margin-bottom: 2em; } }
    section.live-event .event-banner img {
      width: auto;
      max-width: 100%;
      margin: 0 auto; }
  section.live-event .note {
    font-size: 13px;
    color: #FFF;
    margin-top: 30px;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto; }
  section.live-event .content {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      section.live-event .content {
        width: 90%;
        margin: 0 5%;
        text-align: center; } }
    section.live-event .content .main-title {
      font-size: 3vw;
      font-weight: 700;
      color: #FFF;
      margin-bottom: 20px;
      line-height: 1.2;
      height: auto; }
      @media screen and (max-width: 768px) {
        section.live-event .content .main-title {
          font-size: 5vw; } }
  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 .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%; } }
