html {
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-family: 'Noto Sans TC', sans-serif; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 12px; } }
  html p {
    font-size: 16px; }

.hide {
  display: none; }

.bigtitle-category {
  color: white;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .bigtitle-category {
      height: 50px; } }
  .bigtitle-category img {
    display: block;
    height: 80%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .bigtitle-category h1 {
    display: block;
    line-height: 60px;
    margin-bottom: 0px;
    padding: 0px 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

nav.navbar {
  background-color: #0090E8; }
  @media screen and (max-width: 767px) {
    nav.navbar {
      padding: 4px 16px; } }
  nav.navbar .container .navbar-brand {
    background-image: url("../img/logo-ehanlin.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 25px; }
    @media screen and (max-width: 767px) {
      nav.navbar .container .navbar-brand {
        width: 250px;
        height: 20px; } }
  nav.navbar .container .navbar-toggler {
    outline: none; }
    nav.navbar .container .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  nav.navbar .container li {
    width: 110px; }
    @media screen and (max-width: 991px) {
      nav.navbar .container li {
        width: auto; } }
    nav.navbar .container li a {
      text-align: center;
      font-size: 18px;
      color: white; }
      @media screen and (max-width: 991px) {
        nav.navbar .container li a {
          font-size: 16px; } }
    nav.navbar .container li a:hover {
      color: #83FFDE; }

.jumbotron {
  border-radius: 0px;
  padding: 0px 0px;
  padding-top: 100px;
  margin-bottom: 0px;
  background-image: url("../img/header/header-bg-2.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: white; }
  @media screen and (max-width: 767px) {
    .jumbotron {
      padding-top: 70px; } }
  .jumbotron .container .visual-identity {
    height: 500px; }
    @media screen and (max-width: 991px) {
      .jumbotron .container .visual-identity {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .container .visual-identity {
        height: auto; } }
    .jumbotron .container .visual-identity .visual-blank {
      opacity: 0; }
    .jumbotron .container .visual-identity .visual-img-main {
      width: 45%;
      height: auto;
      -webkit-filter: drop-shadow(0px 0px 5px #0090E8);
              filter: drop-shadow(0px 0px 5px #0090E8);
      position: absolute;
      left: 35%;
      top: 0%;
      -webkit-animation: updown1 ease 3s infinite;
              animation: updown1 ease 3s infinite; }
      @media screen and (max-width: 991px) {
        .jumbotron .container .visual-identity .visual-img-main {
          width: 30%;
          top: -5%; } }
    .jumbotron .container .visual-identity .visual-img-sub-1 {
      width: 35%;
      height: auto;
      -webkit-filter: drop-shadow(0px 0px 5px #0090E8);
              filter: drop-shadow(0px 0px 5px #0090E8);
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-animation: updown2 ease 4s infinite;
              animation: updown2 ease 4s infinite; }
      @media screen and (max-width: 991px) {
        .jumbotron .container .visual-identity .visual-img-sub-1 {
          width: 25%;
          top: 20%;
          left: 5%; } }
    .jumbotron .container .visual-identity .visual-img-sub-2 {
      width: 20%;
      height: auto;
      -webkit-filter: drop-shadow(0px 0px 5px #0090E8);
              filter: drop-shadow(0px 0px 5px #0090E8);
      position: absolute;
      right: 0;
      bottom: 10%;
      -webkit-animation: updown2 ease 5s infinite;
              animation: updown2 ease 5s infinite; }
      @media screen and (max-width: 991px) {
        .jumbotron .container .visual-identity .visual-img-sub-2 {
          top: 30%;
          right: 8%; } }
  .jumbotron .container .bigtitle-block {
    height: 500px; }
    @media screen and (max-width: 991px) {
      .jumbotron .container .bigtitle-block {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .container .bigtitle-block {
        height: auto; } }
    .jumbotron .container .bigtitle-block .bigtitle-elements {
      margin-top: 120px; }
      @media screen and (max-width: 991px) {
        .jumbotron .container .bigtitle-block .bigtitle-elements {
          margin-top: 0px; } }
      @media screen and (max-width: 767px) {
        .jumbotron .container .bigtitle-block .bigtitle-elements {
          margin-top: 0px; } }
      .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: center; }
        .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-logo {
          width: 250px; }
          @media screen and (max-width: 767px) {
            .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-logo {
              width: 50%; } }
        .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements {
          margin-left: 12px; }
          .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements .elements-timing {
            width: 130px; }
            @media screen and (max-width: 767px) {
              .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements .elements-timing {
                width: 120px;
                margin-bottom: 10px; } }
          .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements .elements-share {
            margin-top: 8px; }
            @media screen and (max-width: 767px) {
              .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements .elements-share {
                display: none; } }
            .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements .elements-share .btn-fb {
              display: inline-block;
              cursor: pointer;
              width: 60px;
              height: 24px;
              background-image: url("../img/header/share-fb.svg");
              background-repeat: no-repeat; }
            .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-maintitle .maintitle-elements .elements-share .btn-line {
              display: inline-block;
              cursor: pointer;
              width: 60px;
              height: 24px;
              background-image: url("../img/header/share-line.svg");
              background-repeat: no-repeat;
              margin-left: 8px; }
      .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-subtitle {
        text-align: center; }
        .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-subtitle .subtitle-img {
          width: 400px;
          margin-top: 8px;
          -webkit-filter: drop-shadow(0px 0px 5px #0090E8);
                  filter: drop-shadow(0px 0px 5px #0090E8); }
          @media screen and (max-width: 767px) {
            .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-subtitle .subtitle-img {
              width: 75%;
              min-width: 300px; } }
      .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 32px; }
        @media screen and (max-width: 767px) {
          .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-btn {
            margin-top: 16px; } }
        .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-btn a.btn-signup {
          display: block;
          width: 172px;
          height: 60px;
          font-size: 32px;
          font-weight: bold;
          text-align: center;
          line-height: 54px;
          color: #0090E8;
          background-color: #FFF100;
          -webkit-box-shadow: 0px 0px 10px #0090E8;
                  box-shadow: 0px 0px 10px #0090E8;
          text-decoration: none;
          border-radius: 10px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          @media screen and (max-width: 767px) {
            .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-btn a.btn-signup {
              width: 120px;
              height: 36px;
              font-size: 20px;
              line-height: 35px; } }
          .jumbotron .container .bigtitle-block .bigtitle-elements .bigtitle-btn a.btn-signup:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            color: white;
            background-color: #0070CC; }
  .jumbotron .container .guide-arrow-pc {
    text-align: center;
    -webkit-animation: updown1 ease-out 1s infinite;
            animation: updown1 ease-out 1s infinite; }
    @media screen and (max-width: 767px) {
      .jumbotron .container .guide-arrow-pc {
        display: none; } }
    .jumbotron .container .guide-arrow-pc img {
      width: 60px; }
  .jumbotron .visual-img-cloud {
    margin-top: -300px;
    height: 450px;
    background-image: url("../img/header/cloud-header.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      .jumbotron .visual-img-cloud {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      .jumbotron .visual-img-cloud {
        height: 200px;
        margin-top: -140px; } }
  .jumbotron .animation-bluesky {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .jumbotron .animation-bluesky img {
      position: absolute; }
    .jumbotron .animation-bluesky .animation-cloud-1 {
      width: 210px;
      -webkit-animation: cloud1 linear 15s infinite;
              animation: cloud1 linear 15s infinite; }
    .jumbotron .animation-bluesky .animation-cloud-2 {
      top: 10%;
      width: 150px;
      -webkit-animation: cloud2 linear 25s infinite;
              animation: cloud2 linear 25s infinite; }
    .jumbotron .animation-bluesky .animation-cloud-3 {
      top: 30%;
      width: 170px;
      -webkit-animation: cloud3 linear 20s infinite;
              animation: cloud3 linear 20s infinite; }
    .jumbotron .animation-bluesky .animation-cloud-4 {
      top: 40%;
      width: 150px;
      -webkit-animation: cloud4 linear 25s infinite;
              animation: cloud4 linear 25s infinite; }
    .jumbotron .animation-bluesky .animation-cloud-5 {
      top: 30%;
      width: 200px;
      -webkit-animation: cloud5 linear 15s infinite;
              animation: cloud5 linear 15s infinite; }

#section_keypiont {
  background-color: white; }
  #section_keypiont .container .keypoint-block {
    margin-top: -40px; }
    @media screen and (max-width: 991px) {
      #section_keypiont .container .keypoint-block {
        margin-top: 80px; } }
    @media screen and (max-width: 767px) {
      #section_keypiont .container .keypoint-block {
        margin-top: -20px; } }
    #section_keypiont .container .keypoint-block .keypoint-elements {
      height: 280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        #section_keypiont .container .keypoint-block .keypoint-elements {
          height: 200px; } }
      #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img:nth-child(2) {
        margin: 0px 50px; }
        @media screen and (max-width: 767px) {
          #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img:nth-child(2) {
            margin: 0px 3%; } }
      #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img {
        color: #727171;
        width: 180px;
        height: 236px;
        border: solid 7px #0090E8;
        border-radius: 15px;
        text-align: center;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img {
            width: 30%;
            height: auto;
            border: solid 4px #0090E8; } }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img img {
          margin-top: -80px; }
          @media screen and (max-width: 767px) {
            #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img img {
              margin-top: -40px; } }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .img-p {
          display: none; }
          @media screen and (max-width: 767px) {
            #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .img-p {
              display: inline-block;
              margin: 0px 8px;
              margin-bottom: 6px;
              min-height: 18px;
              max-height: 20px; } }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img p {
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img p {
              display: none; } }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img h4 {
          padding-top: 5px;
          font-size: 22px;
          color: #0090E8; }
          @media screen and (max-width: 767px) {
            #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img h4 {
              font-size: 14px; } }
        @media screen and (max-width: 767px) {
          #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img h5 {
            padding: 0px 0px;
            font-size: 12px;
            line-height: 16px; } }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .intro-img {
          padding: 15px 0px; }
          @media screen and (max-width: 767px) {
            #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .intro-img {
              padding: 5px; } }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .img-identity {
          width: 90%; }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .img-timing {
          width: 90%; }
        #section_keypiont .container .keypoint-block .keypoint-elements .keypoint-img .img-onlyway {
          width: 90%; }
  #section_keypiont .container .guide-arrow-mobile {
    text-align: center;
    display: none; }
    @media screen and (max-width: 767px) {
      #section_keypiont .container .guide-arrow-mobile {
        display: inline-block;
        padding-bottom: 10px;
        -webkit-animation: updown1 ease-out 1s infinite;
                animation: updown1 ease-out 1s infinite; } }
    #section_keypiont .container .guide-arrow-mobile img {
      width: 40px; }

#section_guide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(25%, #ADE9FF), to(#ADE9FF));
  background-image: linear-gradient(white, #ADE9FF 25%, #ADE9FF 100%);
  overflow: hidden; }
  #section_guide .guide-img-bg {
    position: absolute;
    width: 100%;
    height: 450px;
    background-image: url("../img/guide/bg-guide.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      #section_guide .guide-img-bg {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      #section_guide .guide-img-bg {
        height: 300px; } }
  #section_guide .animation-bluesky {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #section_guide .animation-bluesky img {
      position: absolute; }
    #section_guide .animation-bluesky .animation-cloud-1 {
      top: 5%;
      width: 210px;
      -webkit-animation: cloud1 linear 15s infinite;
              animation: cloud1 linear 15s infinite; }
    #section_guide .animation-bluesky .animation-cloud-2 {
      top: 15%;
      width: 150px;
      -webkit-animation: cloud4 linear 20s infinite;
              animation: cloud4 linear 20s infinite; }
    #section_guide .animation-bluesky .animation-cloud-3 {
      top: 35%;
      width: 170px;
      -webkit-animation: cloud3 linear 20s infinite;
              animation: cloud3 linear 20s infinite; }
  #section_guide .container {
    padding-top: 72px; }
    #section_guide .container .col-7, #section_guide .container .col-lg-7 {
      max-width: 56%; }
      @media screen and (max-width: 1200px) {
        #section_guide .container .col-7, #section_guide .container .col-lg-7 {
          max-width: 58.33333%; } }
      @media screen and (max-width: 767px) {
        #section_guide .container .col-7, #section_guide .container .col-lg-7 {
          max-width: 100%; } }
    #section_guide .container .guide-title {
      color: #0090E8;
      padding-bottom: 12px;
      border-bottom: 4px solid white;
      margin-left: 100px; }
      @media screen and (max-width: 991px) {
        #section_guide .container .guide-title {
          margin-left: auto; } }
      #section_guide .container .guide-title h1 {
        font-size: 3em;
        letter-spacing: 2px;
        line-height: 64px; }
        @media screen and (max-width: 767px) {
          #section_guide .container .guide-title h1 {
            font-size: 2.25em;
            line-height: 36px; } }
    #section_guide .container .guide-img {
      text-align: center;
      width: 80%;
      height: 150%;
      position: absolute; }
      #section_guide .container .guide-img img {
        -webkit-animation: albishake ease 2s infinite;
                animation: albishake ease 2s infinite;
        width: 60%; }
        @media screen and (max-width: 991px) {
          #section_guide .container .guide-img img {
            margin-top: -20px; } }
        @media screen and (max-width: 767px) {
          #section_guide .container .guide-img img {
            margin-top: -28px;
            left: 0px;
            width: 80%;
            max-width: 100px; } }
    #section_guide .container .guide-intro {
      color: #0090E8;
      padding-top: 16px;
      margin-left: 100px; }
      @media screen and (max-width: 991px) {
        #section_guide .container .guide-intro {
          margin-left: auto; } }
      #section_guide .container .guide-intro p {
        font-size: 16px;
        line-height: 32px;
        text-indent: -15px;
        letter-spacing: 1px;
        margin-bottom: 0.8rem; }
        @media screen and (max-width: 767px) {
          #section_guide .container .guide-intro p {
            line-height: 28px; } }
    @media screen and (max-width: 767px) {
      #section_guide .container .guide-intro p:nth-child(1) {
        display: none; } }
    #section_guide .container .guide-intro p:nth-child(3) {
      text-indent: 0px; }
    #section_guide .container .guide-intro p:nth-child(2) {
      display: none; }
      @media screen and (max-width: 767px) {
        #section_guide .container .guide-intro p:nth-child(2) {
          display: inline-block; } }

#section_signup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ADE9FF), to(#0090E8));
  background-image: linear-gradient(#ADE9FF, #0090E8);
  margin-top: -5px;
  z-index: -5; }
  #section_signup .animation-bluesky {
    position: absolute;
    width: 100%;
    height: 700px; }
    #section_signup .animation-bluesky img {
      position: absolute;
      z-index: 0; }
    #section_signup .animation-bluesky .animation-cloud-1 {
      top: 20%;
      width: 200px;
      -webkit-animation: cloud1 linear 15s infinite;
              animation: cloud1 linear 15s infinite; }
    #section_signup .animation-bluesky .animation-cloud-2 {
      top: 50%;
      width: 150px;
      -webkit-animation: cloud2 linear 25s infinite;
              animation: cloud2 linear 25s infinite; }
    #section_signup .animation-bluesky .animation-cloud-3 {
      top: 80%;
      width: 170px;
      -webkit-animation: cloud3 linear 20s infinite;
              animation: cloud3 linear 20s infinite; }
    #section_signup .animation-bluesky .animation-cloud-4 {
      top: 100%;
      width: 150px;
      -webkit-animation: cloud4 linear 25s infinite;
              animation: cloud4 linear 25s infinite; }
    #section_signup .animation-bluesky .animation-cloud-5 {
      top: 120%;
      width: 200px;
      -webkit-animation: cloud2 linear 15s infinite;
              animation: cloud2 linear 15s infinite; }
    #section_signup .animation-bluesky .animation-cloud-6 {
      top: 130%;
      width: 210px;
      -webkit-animation: cloud1 linear 15s infinite;
              animation: cloud1 linear 15s infinite; }
    #section_signup .animation-bluesky .animation-cloud-7 {
      top: 150%;
      width: 150px;
      -webkit-animation: cloud5 linear 25s infinite;
              animation: cloud5 linear 25s infinite; }
    #section_signup .animation-bluesky .animation-cloud-8 {
      top: 200%;
      width: 170px;
      -webkit-animation: cloud4 linear 20s infinite;
              animation: cloud4 linear 20s infinite; }
    #section_signup .animation-bluesky .animation-cloud-9 {
      top: 250%;
      width: 150px;
      -webkit-animation: cloud2 linear 25s infinite;
              animation: cloud2 linear 25s infinite; }
    #section_signup .animation-bluesky .animation-cloud-10 {
      top: 270%;
      width: 200px;
      -webkit-animation: cloud3 linear 15s infinite;
              animation: cloud3 linear 15s infinite; }
  #section_signup .container {
    padding-bottom: 100px; }
    #section_signup .container .signup-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #section_signup .container .signup-btns .signup-btn {
        width: 156px;
        height: 56px;
        line-height: 44px;
        text-align: center;
        font-size: 1.75em;
        font-weight: 700;
        cursor: pointer;
        border-radius: 10px;
        color: white;
        background-color: #0090E8;
        margin: 20px 16px 0px 16px;
        border: solid 6px #0090E8;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        @media screen and (max-width: 767px) {
          #section_signup .container .signup-btns .signup-btn {
            width: 100px;
            height: 46px;
            line-height: 32px;
            margin: 20px 8px 0px 8px; } }
      #section_signup .container .signup-btns .signup-btn:hover {
        background-color: #0070CC;
        border: solid 6px #0070CC;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      #section_signup .container .signup-btns .grade-active {
        border: solid 6px #0070CC;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    #section_signup .container .signup-awards {
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        #section_signup .container .signup-awards {
          margin-top: 16px; } }
    #section_signup .container .junior-airballoon {
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 10; }
      @media screen and (max-width: 991px) {
        #section_signup .container .junior-airballoon {
          display: none; } }
      #section_signup .container .junior-airballoon .junior-btn {
        height: 290px;
        font-size: 28px;
        font-weight: 700;
        cursor: pointer;
        color: gray;
        text-align: center;
        padding-top: 80px;
        margin: 10px 0px 10px 0px;
        background-image: url("../img/signup/airballoon-gray.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      #section_signup .container .junior-airballoon .junior-btn:hover, #section_signup .container .junior-airballoon .junior-active {
        color: #0070CC;
        background-image: url("../img/signup/airballoon-junior.svg"); }
    #section_signup .container .junior-subtitle-tablet {
      display: none; }
      @media screen and (max-width: 991px) {
        #section_signup .container .junior-subtitle-tablet {
          display: block;
          position: relative;
          color: white;
          font-size: 20px;
          font-weight: 700;
          padding-left: 28px;
          margin-top: 12px;
          margin-bottom: 12px; } }
    #section_signup .container .junior-subtitle-tablet::before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url("../img/signup/arrow.svg");
      background-repeat: no-repeat;
      top: 5px;
      left: 5px; }
    #section_signup .container .junior-awards {
      width: 70%;
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: 20px;
      padding: 40px; }
      @media screen and (max-width: 991px) {
        #section_signup .container .junior-awards {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        #section_signup .container .junior-awards {
          padding: 16px; } }
      #section_signup .container .junior-awards .award-bravo-junior, #section_signup .container .junior-awards .award-unlimited-junior, #section_signup .container .junior-awards .award-warrior-junior, #section_signup .container .junior-awards .award-darkhorse-junior {
        width: 100%; }
        #section_signup .container .junior-awards .award-bravo-junior .award-toggle, #section_signup .container .junior-awards .award-bravo-junior .award-contents, #section_signup .container .junior-awards .award-unlimited-junior .award-toggle, #section_signup .container .junior-awards .award-unlimited-junior .award-contents, #section_signup .container .junior-awards .award-warrior-junior .award-toggle, #section_signup .container .junior-awards .award-warrior-junior .award-contents, #section_signup .container .junior-awards .award-darkhorse-junior .award-toggle, #section_signup .container .junior-awards .award-darkhorse-junior .award-contents {
          width: 56%; }
          @media screen and (max-width: 767px) {
            #section_signup .container .junior-awards .award-bravo-junior .award-toggle, #section_signup .container .junior-awards .award-bravo-junior .award-contents, #section_signup .container .junior-awards .award-unlimited-junior .award-toggle, #section_signup .container .junior-awards .award-unlimited-junior .award-contents, #section_signup .container .junior-awards .award-warrior-junior .award-toggle, #section_signup .container .junior-awards .award-warrior-junior .award-contents, #section_signup .container .junior-awards .award-darkhorse-junior .award-toggle, #section_signup .container .junior-awards .award-darkhorse-junior .award-contents {
              width: 100%; } }
        #section_signup .container .junior-awards .award-bravo-junior .award-contents .content-box, #section_signup .container .junior-awards .award-unlimited-junior .award-contents .content-box, #section_signup .container .junior-awards .award-warrior-junior .award-contents .content-box, #section_signup .container .junior-awards .award-darkhorse-junior .award-contents .content-box {
          width: 70%;
          right: -78%;
          top: -64px; }
          @media screen and (max-width: 767px) {
            #section_signup .container .junior-awards .award-bravo-junior .award-contents .content-box, #section_signup .container .junior-awards .award-unlimited-junior .award-contents .content-box, #section_signup .container .junior-awards .award-warrior-junior .award-contents .content-box, #section_signup .container .junior-awards .award-darkhorse-junior .award-contents .content-box {
              width: 90%;
              top: 10px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              margin: 20px 0px; } }
      #section_signup .container .junior-awards .award-unlimited-junior {
        margin-top: 32px; }
      #section_signup .container .junior-awards .award-darkhorse-junior {
        margin-top: 32px; }
    #section_signup .container .senior-awards {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: 20px;
      padding: 40px; }
      @media screen and (max-width: 767px) {
        #section_signup .container .senior-awards {
          padding: 16px; } }
      #section_signup .container .senior-awards .award-toggle, #section_signup .container .senior-awards .award-contents {
        width: 70%; }
        @media screen and (max-width: 991px) {
          #section_signup .container .senior-awards .award-toggle, #section_signup .container .senior-awards .award-contents {
            width: 56%; } }
        @media screen and (max-width: 767px) {
          #section_signup .container .senior-awards .award-toggle, #section_signup .container .senior-awards .award-contents {
            width: 100%; } }
      #section_signup .container .senior-awards .award-contents .content-box {
        width: 38%;
        right: -42.5%;
        top: -64px; }
        @media screen and (max-width: 991px) {
          #section_signup .container .senior-awards .award-contents .content-box {
            width: 70%;
            right: -78%; } }
        @media screen and (max-width: 767px) {
          #section_signup .container .senior-awards .award-contents .content-box {
            width: 90%;
            top: 10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            margin: 20px 0px; } }
      #section_signup .container .senior-awards .award-unlimited-senior {
        margin-top: 32px; }
    #section_signup .container .award-diligent, #section_signup .container .award-participation {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: 20px;
      padding: 40px;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        #section_signup .container .award-diligent, #section_signup .container .award-participation {
          padding: 16px;
          margin-top: 16px; } }
      #section_signup .container .award-diligent .award-toggle, #section_signup .container .award-diligent .award-contents, #section_signup .container .award-participation .award-toggle, #section_signup .container .award-participation .award-contents {
        width: 70%; }
        @media screen and (max-width: 991px) {
          #section_signup .container .award-diligent .award-toggle, #section_signup .container .award-diligent .award-contents, #section_signup .container .award-participation .award-toggle, #section_signup .container .award-participation .award-contents {
            width: 56%; } }
        @media screen and (max-width: 767px) {
          #section_signup .container .award-diligent .award-toggle, #section_signup .container .award-diligent .award-contents, #section_signup .container .award-participation .award-toggle, #section_signup .container .award-participation .award-contents {
            width: 100%; } }
      #section_signup .container .award-diligent .award-contents .content-box, #section_signup .container .award-participation .award-contents .content-box {
        width: 38%;
        right: -42.5%;
        top: -64px; }
        @media screen and (max-width: 991px) {
          #section_signup .container .award-diligent .award-contents .content-box, #section_signup .container .award-participation .award-contents .content-box {
            width: 70%;
            right: -78%; } }
        @media screen and (max-width: 767px) {
          #section_signup .container .award-diligent .award-contents .content-box, #section_signup .container .award-participation .award-contents .content-box {
            width: 90%;
            top: 10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            margin: 20px 0px; } }
    #section_signup .container .signup-awards, #section_signup .container .signup-awards-permanent {
      padding: 0px 15px; }
      #section_signup .container .signup-awards h1, #section_signup .container .signup-awards-permanent h1 {
        font-size: 1.5em;
        color: #0090E8; }
      #section_signup .container .signup-awards h2, #section_signup .container .signup-awards-permanent h2 {
        font-size: 1.25em;
        color: #0090E8; }
      #section_signup .container .signup-awards img, #section_signup .container .signup-awards-permanent img {
        height: 48px;
        padding: 0px 4px; }
      #section_signup .container .signup-awards .award-toggle, #section_signup .container .signup-awards-permanent .award-toggle {
        position: relative; }
        #section_signup .container .signup-awards .award-toggle .toggle-btn-award, #section_signup .container .signup-awards-permanent .award-toggle .toggle-btn-award {
          position: absolute;
          display: none; }
          @media screen and (max-width: 767px) {
            #section_signup .container .signup-awards .award-toggle .toggle-btn-award, #section_signup .container .signup-awards-permanent .award-toggle .toggle-btn-award {
              display: block;
              width: 100%;
              height: 100%;
              top: 0px; } }
        #section_signup .container .signup-awards .award-toggle .toggle-btn-award::before, #section_signup .container .signup-awards-permanent .award-toggle .toggle-btn-award::before {
          content: ' ';
          position: absolute;
          width: 40px;
          height: 40px;
          background-image: url("../img/signup/more.svg");
          background-repeat: no-repeat;
          right: 0%;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        #section_signup .container .signup-awards .award-toggle .toggle-btn-award.active::before, #section_signup .container .signup-awards-permanent .award-toggle .toggle-btn-award.active::before {
          content: ' ';
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-transform: scale(0);
                  transform: scale(0); }
        #section_signup .container .signup-awards .award-toggle .toggle-btn-award::after, #section_signup .container .signup-awards-permanent .award-toggle .toggle-btn-award::after {
          content: ' ';
          position: absolute;
          -webkit-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: 40px;
          height: 40px;
          background-image: url("../img/signup/less.svg");
          background-repeat: no-repeat;
          right: 0%; }
        #section_signup .container .signup-awards .award-toggle .toggle-btn-award.active::after, #section_signup .container .signup-awards-permanent .award-toggle .toggle-btn-award.active::after {
          content: ' ';
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      #section_signup .container .signup-awards .award-contents, #section_signup .container .signup-awards-permanent .award-contents {
        position: relative; }
        #section_signup .container .signup-awards .award-contents .content-details, #section_signup .container .signup-awards-permanent .award-contents .content-details {
          width: 100%; }
          #section_signup .container .signup-awards .award-contents .content-details .details-title, #section_signup .container .signup-awards-permanent .award-contents .content-details .details-title {
            margin-left: -8px;
            font-size: 1.25em; }
          #section_signup .container .signup-awards .award-contents .content-details ul, #section_signup .container .signup-awards-permanent .award-contents .content-details ul {
            padding-left: 20px;
            margin-bottom: 4px; }
            #section_signup .container .signup-awards .award-contents .content-details ul li, #section_signup .container .signup-awards-permanent .award-contents .content-details ul li {
              font-size: 1em;
              line-height: 24px; }
              @media screen and (max-width: 767px) {
                #section_signup .container .signup-awards .award-contents .content-details ul li, #section_signup .container .signup-awards-permanent .award-contents .content-details ul li {
                  font-size: 14px;
                  line-height: 20px; } }
        #section_signup .container .signup-awards .award-contents .content-box, #section_signup .container .signup-awards-permanent .award-contents .content-box {
          position: absolute;
          background-color: white;
          border-radius: 15px;
          padding: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (max-width: 767px) {
            #section_signup .container .signup-awards .award-contents .content-box, #section_signup .container .signup-awards-permanent .award-contents .content-box {
              position: relative;
              padding: 16px; } }
          #section_signup .container .signup-awards .award-contents .content-box .box-gift, #section_signup .container .signup-awards-permanent .award-contents .content-box .box-gift {
            text-align: center; }
          #section_signup .container .signup-awards .award-contents .content-box .box-img, #section_signup .container .signup-awards-permanent .award-contents .content-box .box-img {
            width: 100%;
            padding: 16px 0px;
            text-align: center; }
          #section_signup .container .signup-awards .award-contents .content-box .box-btn, #section_signup .container .signup-awards-permanent .award-contents .content-box .box-btn {
            height: 42px;
            line-height: 42px;
            padding: 0px 20px;
            font-size: 1.5em;
            font-weight: 700;
            text-decoration: none;
            border-radius: 10px;
            color: #0090E8;
            background-color: #FFF100;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            cursor: pointer; }
          #section_signup .container .signup-awards .award-contents .content-box .box-btn:hover, #section_signup .container .signup-awards-permanent .award-contents .content-box .box-btn:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
            color: white;
            background-color: #0070CC; }
      #section_signup .container .signup-awards .toggle-title, #section_signup .container .signup-awards-permanent .toggle-title {
        margin-bottom: 4px; }
      #section_signup .container .signup-awards .content-limited, #section_signup .container .signup-awards-permanent .content-limited {
        border-bottom: 3px solid white;
        margin-bottom: 8px; }
        #section_signup .container .signup-awards .content-limited p, #section_signup .container .signup-awards-permanent .content-limited p {
          margin-bottom: 8px; }
    #section_signup .container .award-diligent .toggle-title {
      text-indent: -12px; }

#section_schedule .schedule-img-waves {
  height: 200px;
  background-image: url("../img/schedule/bg-schedule.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px; }
  @media screen and (max-width: 767px) {
    #section_schedule .schedule-img-waves {
      height: 120px; } }

#section_schedule .container {
  margin-top: -160px; }
  @media screen and (max-width: 767px) {
    #section_schedule .container {
      margin-top: -100px; } }

#section_schedule .bigtitle-category {
  color: #0090E8;
  margin-bottom: 40px; }

@media screen and (max-width: 991px) {
  #section_schedule .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px; } }

#section_schedule .schedule-airballoon {
  width: 100%;
  height: 240px;
  background-image: url("../img/schedule/airballoon.svg");
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 991px) {
    #section_schedule .schedule-airballoon {
      width: 30%;
      height: 180px; } }
  @media screen and (max-width: 767px) {
    #section_schedule .schedule-airballoon {
      width: 35%;
      height: 140px; } }
  #section_schedule .schedule-airballoon h5 {
    text-align: center;
    padding-top: 164px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: white; }
    @media screen and (max-width: 1200px) {
      #section_schedule .schedule-airballoon h5 {
        padding-top: 180px; } }
    @media screen and (max-width: 991px) {
      #section_schedule .schedule-airballoon h5 {
        padding-top: 124px; } }
    @media screen and (max-width: 767px) {
      #section_schedule .schedule-airballoon h5 {
        padding-top: 92px; } }

#section_schedule .bottom-line {
  position: relative; }
  #section_schedule .bottom-line p {
    position: absolute;
    width: 100%;
    border-bottom: solid 3px gray;
    top: 340px; }
    @media screen and (max-width: 991px) {
      #section_schedule .bottom-line p {
        display: none; } }
  #section_schedule .bottom-line img {
    position: absolute;
    top: 264px; }
    @media screen and (max-width: 991px) {
      #section_schedule .bottom-line img {
        display: none; } }

@media screen and (max-width: 991px) {
  #section_schedule .schedule-details {
    width: 65%; } }

@media screen and (max-width: 767px) {
  #section_schedule .schedule-details {
    padding-left: 8px;
    padding-right: 8px; } }

#section_schedule .schedule-details .details-timing-outline {
  text-align: center; }
  @media screen and (max-width: 991px) {
    #section_schedule .schedule-details .details-timing-outline {
      display: none; } }

#section_schedule .schedule-details .details-timing-pc {
  height: 86px;
  text-align: center;
  padding-bottom: 32px; }
  @media screen and (max-width: 991px) {
    #section_schedule .schedule-details .details-timing-pc {
      display: none; } }

#section_schedule .schedule-details .details-timing-mobile {
  padding-bottom: 12px;
  display: none; }
  @media screen and (max-width: 991px) {
    #section_schedule .schedule-details .details-timing-mobile {
      display: block;
      border-bottom: solid 2px gray; } }

#section_schedule .schedule-details .details-timing-about {
  padding-top: 32px; }
  @media screen and (max-width: 991px) {
    #section_schedule .schedule-details .details-timing-about {
      padding-top: 0px; } }

#section_schedule .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0px; }
  #section_schedule .col-12 .schedule-btn-more {
    width: 190px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    background-color: #0090E8;
    color: white;
    border-radius: 15px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      #section_schedule .col-12 .schedule-btn-more {
        display: none; } }
  #section_schedule .col-12 .schedule-btn-more:hover {
    background-color: #0070CC;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

#section_notice .bigtitle-category {
  color: #0090E8; }
  @media screen and (max-width: 991px) {
    #section_notice .bigtitle-category {
      margin-top: 40px; } }

#section_notice .notice-details {
  background-color: #EFEFEF;
  border-radius: 15px;
  padding: 40px 40px 40px 44px;
  margin: 20px 0px 40px 0px; }
  @media screen and (max-width: 767px) {
    #section_notice .notice-details {
      padding: 0px 20px 0px 24px;
      margin: 12px 0px 24px 0px;
      border: solid 20px #EFEFEF;
      height: 360px;
      overflow: scroll;
      overflow-x: hidden; } }
  #section_notice .notice-details li {
    font-size: 16px;
    margin-top: 12px; }

#section_footer {
  background-color: #0090E8; }
  #section_footer .col-lg-6 {
    margin: 48px 0px; }
    @media screen and (max-width: 767px) {
      #section_footer .col-lg-6 {
        margin: 24px 0px; } }
    #section_footer .col-lg-6 .footer-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px;
      color: white; }
      #section_footer .col-lg-6 .footer-info .info-title {
        width: 45%;
        text-align: right;
        padding-right: 40px; }
        @media screen and (max-width: 767px) {
          #section_footer .col-lg-6 .footer-info .info-title {
            padding-right: 20px; } }
      #section_footer .col-lg-6 .footer-info .info-details {
        width: 55%; }
      #section_footer .col-lg-6 .footer-info h6 {
        line-height: 32px; }
        @media screen and (max-width: 767px) {
          #section_footer .col-lg-6 .footer-info h6 {
            line-height: 24px; } }
      #section_footer .col-lg-6 .footer-info a {
        width: 40px;
        height: 40px;
        margin: 12px 12px; }
      #section_footer .col-lg-6 .footer-info .social-fb {
        background-image: url("../img/footer/button-fb.svg"); }
      #section_footer .col-lg-6 .footer-info .social-line {
        background-image: url("../img/footer/button-line.svg"); }

.popup-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0; }
  .popup-close .popup-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 120px;
    padding: 32px;
    color: #0090E8;
    background-color: white;
    border-radius: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@-webkit-keyframes updown2 {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@keyframes updown2 {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@-webkit-keyframes cloud1 {
  0% {
    right: 50%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 90%;
    opacity: 0; } }

@keyframes cloud1 {
  0% {
    right: 50%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 90%;
    opacity: 0; } }

@-webkit-keyframes cloud2 {
  0% {
    right: 10%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 70%;
    opacity: 0; } }

@keyframes cloud2 {
  0% {
    right: 10%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 70%;
    opacity: 0; } }

@-webkit-keyframes cloud3 {
  0% {
    right: 20%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 100%;
    opacity: 0; } }

@keyframes cloud3 {
  0% {
    right: 20%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 100%;
    opacity: 0; } }

@-webkit-keyframes cloud4 {
  0% {
    right: 0%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 80%;
    opacity: 0; } }

@keyframes cloud4 {
  0% {
    right: 0%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 80%;
    opacity: 0; } }

@-webkit-keyframes cloud5 {
  0% {
    right: 0%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 60%;
    opacity: 0; } }

@keyframes cloud5 {
  0% {
    right: 0%;
    opacity: 0; }
  20% {
    opacity: 0.7; }
  80% {
    opacity: 0.7; }
  100% {
    right: 60%;
    opacity: 0; } }

@-webkit-keyframes albishake {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); } }

@keyframes albishake {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); } }
