.logo-area {
  background-color: #fff;
  height: 72px;
  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; }
  .logo-area img {
    height: 72%; }

.game-area {
  margin-bottom: 14px;
  position: relative;
  text-align: center; }
  .game-area .scroll-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(0, 255, 255, 0); }
  .game-area canvas {
    width: 100%; }

.info-area {
  padding: 0 5%; }
  .info-area .info-wrapper {
    background-color: #fff;
    padding: 12px 5%;
    border: 2px solid #e1a700;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4); }
    .info-area .info-wrapper hr {
      border: none;
      border-bottom: 1px solid #b21623;
      margin-bottom: 10px; }
    .info-area .info-wrapper .info-date, .info-area .info-wrapper .info-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 4px 0 6px 0;
      cursor: pointer; }
      .info-area .info-wrapper .info-date h6, .info-area .info-wrapper .info-list h6 {
        font-size: 20px;
        color: #b21623;
        line-height: 20px; }
      .info-area .info-wrapper .info-date img, .info-area .info-wrapper .info-list img {
        height: 18px; }
    .info-area .info-wrapper .ud-collapse.date {
      margin-bottom: 20px; }
    .info-area .info-wrapper .ud-collapse p {
      color: #666;
      font-size: 14px;
      text-indent: -0.9em;
      margin-left: 0.9em;
      margin-bottom: 20px;
      text-align: justify; }

.ud-modal.tutorial .modal-wrapper {
  padding: 123px 0 80px 0;
  height: auto; }
  @media (max-width: 375px) {
    .ud-modal.tutorial .modal-wrapper {
      padding: 118px 0 80px 0; } }
  @media (max-width: 340px) {
    .ud-modal.tutorial .modal-wrapper {
      padding: 108px 0 80px 0; } }
  .ud-modal.tutorial .modal-wrapper .modal-content .modal-body {
    padding-top: 80px; }
    @media (max-width: 375px) {
      .ud-modal.tutorial .modal-wrapper .modal-content .modal-body {
        padding-top: 70px; } }
    @media (max-width: 340px) {
      .ud-modal.tutorial .modal-wrapper .modal-content .modal-body {
        padding-top: 60px; } }
    .ud-modal.tutorial .modal-wrapper .modal-content .modal-body img {
      margin-bottom: 15px; }
  .ud-modal.tutorial .modal-wrapper .modal-content .ud-button {
    width: 92% !important; }
  .ud-modal.tutorial .modal-wrapper .modal-content .logo {
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64%;
    z-index: 10; }
  .ud-modal.tutorial .modal-wrapper .modal-content .item {
    z-index: 10;
    position: absolute;
    right: -50px;
    top: -30px;
    width: 126px; }

.ud-modal.result .modal-wrapper {
  padding: 123px 0 80px 0;
  height: auto; }
  @media (max-width: 375px) {
    .ud-modal.result .modal-wrapper {
      padding: 118px 0 80px 0; } }
  @media (max-width: 340px) {
    .ud-modal.result .modal-wrapper {
      padding: 108px 0 80px 0; } }
  .ud-modal.result .modal-wrapper .modal-content .modal-body {
    padding-top: 80px; }
    @media (max-width: 375px) {
      .ud-modal.result .modal-wrapper .modal-content .modal-body {
        padding-top: 70px; } }
    @media (max-width: 340px) {
      .ud-modal.result .modal-wrapper .modal-content .modal-body {
        padding-top: 60px; } }
    .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area {
      padding: 0 4%; }
      .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area h5 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        letter-spacing: 1px; }
      .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area h6 {
        color: #b21623;
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 18px; }
        @media (max-width: 375px) {
          .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area h6 {
            font-size: 20px; } }
      .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area img {
        margin-bottom: 20px; }
      .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area p {
        color: #000;
        font-size: 19px; }
      .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper {
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper > div {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%;
          max-width: 50%;
          background-color: #f9e5e8;
          border-radius: 6px;
          padding: 10px; }
        .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper > div + div {
          margin-left: 12px; }
        .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper p {
          display: block;
          margin: 0;
          color: #000;
          font-size: 13px; }
          .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper p span {
            font-size: 46px;
            color: #b21623;
            margin: 0 5px;
            line-height: 46px;
            letter-spacing: 2px; }
            @media (max-width: 375px) {
              .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper p span {
                font-size: 40px; } }
        .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area .result-wrapper hr {
          border: none;
          border-bottom: 1px solid #fff;
          width: 75%;
          margin-bottom: 12px; }
      .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area p.more {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300; }
        .ud-modal.result .modal-wrapper .modal-content .modal-body .result-area p.more span {
          color: #b21623;
          font-size: 14px; }
  .ud-modal.result .modal-wrapper .modal-content .logo {
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64%;
    z-index: 10; }
  .ud-modal.result .modal-wrapper .modal-content .item {
    z-index: 10;
    position: absolute;
    left: 54%;
    top: 20px;
    -webkit-transform: translate(-50%, 0%) scale(1.2, 1.2);
    -ms-transform: translate(-50%, 0%) scale(1.2, 1.2);
    transform: translate(-50%, 0%) scale(1.2, 1.2); }

.fb {
  background-color: #1877f2 !important;
  margin-bottom: 15px; }
