﻿/*///////////////////////////////////////////////////*/

/* Common */

/*///////////////////////////////////////////////////*/

html {
  font-size: 16px;
}

::-webkit-scrollbar {
  /* 스크롤바 너비 */
  width: 10px;
}

::-webkit-scrollbar-track {
  /* 스크롤 영역 스타일 */
  background: #333;
}

::-webkit-scrollbar-thumb {
  /* 스크롤 막대 스타일 */
  background: linear-gradient(to right, #f3f3f3, #bbb);
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

input:focus {
  outline: 0;
}

input::placeholder {
  font-size: 13px;
}

label.error {
  color: #d00000;
  font-size: 13px;
}

.txt-indent {
  font-size: 0;
  text-indent: -9999px;
}

.text-right {
  text-align: right;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
  align-items: center;
}

#wrap {
  position: relative;
  min-height: 100vh;
  background: #000;
}

#wrap * {
  transition: 0.3s;
}

/* Modal style */

.modal {
  max-height: 100vh;
  overflow: hidden;
  /* backdrop-filter: blur(5px); */
  background: rgb(0 0 0 / 40%);
  pointer-events: none;
}

.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.modal-content {
  border-radius: 1rem;
}

/* Large */

.modal-xl {
  max-width: 1400px;
}

.modal-xl .modal-content {
  min-height: 90vh;
}

/* Small */

.modal-header {
  position: relative;
  background: linear-gradient(
    to top,
    rgb(186, 48, 0) 12%,
    rgb(213, 100, 0) 59%,
    rgb(255, 144, 0) 100%
  );
  -moz-background: linear-gradient(
    to top,
    rgb(186, 48, 0) 12%,
    rgb(213, 100, 0) 59%,
    rgb(255, 144, 0) 100%
  );
  -webkit-background: linear-gradient(
    to top,
    rgb(186, 48, 0) 12%,
    rgb(213, 100, 0) 59%,
    rgb(255, 144, 0) 100%
  );
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.modal-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  background: url(../imgs/icons/btn_close.png) no-repeat;
  background-size: cover;
  width: 1.5vmax;
  height: 1.5vmax;
  opacity: 1;
}

/* input style */

.input-st1 {
  padding: 10px;
  border: 1px solid #c6b4ab;
  border-radius: 5px;
  width: 100%;
  background-color: transparent !important;
}

.input-st1::placeholder {
  font-size: 12px;
}
/* SELECT */

.select-st1 {
  padding: 6px 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid rgb(255 255 255 / 10%);
  background: rgb(255 255 255 / 10%);
  color: #ddd;
}

.select-st:focus-visible {
  outline: none !important;
}

.select-st1 option {
  color: #000;
}

/* form style */

.form-st1 table th,
.form-st1 table td {
  color: #292929;
  font-weight: 400;
  font-size: 1rem;
  padding: 20px 0 0;
}

.form-st1 table th {
  padding: 10px 10px 0 0;
  text-align: end;
}

/* sweet alert */

.swal-modal {
  background: #fff;
}

.swal-text {
  color: #292929;
  font-size: 1.6vmax;
  text-align: center;
}

.swal-title {
  font-size: 20px;
}

.swal-footer {
  text-align: center;
}

.swal-button {
  min-width: 8vmax;
  background: linear-gradient(
    to top,
    rgb(187, 57, 0) 12%,
    rgb(255, 100, 0) 62%,
    rgb(255, 114, 0) 100%
  );
  border: none;
  font-weight: 400;
  font-size: 1.5vmax;
  padding: 0.5vmax 1vmax;
  margin: 0;
}

.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.swal-icon {
  width: 3vmax;
  height: 3vmax;
}

.swal-icon--warning {
  border-width: 0.5vmax;
  border-color: #e2574c !important;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: #e2574c;
  transform: translateX(-50%);
  margin-left: 0;
}

.swal-icon--warning__body {
  top: 4px;
  width: 0.5vmax;
  height: 2vmax;
  border-radius: 0.5vmax;
}

.swal-icon--warning__dot {
  width: 0.5vmax;
  height: 0.5vmax;
  bottom: -0.6vmax;
}

/* button */
.btn-box .btn {
  min-width: 7vmax;
  margin-left: 0.5vmax;
  font-size: 1.2rem;
  padding: 0.5vmax;
}

.btn-box .btn:first-of-type {
  margin-left: 0;
}
.modal-close {
  background: #725e4f;
  border: none;
  translate: 0.5s;
}

.modal-close:hover {
  background: #58493d;
  border: none;
}

.btn-submit {
  background: linear-gradient(
    0deg,
    rgb(187, 57, 0) 12%,
    rgb(255, 100, 0) 62%,
    rgb(255, 114, 0) 100%
  );
  border: none;
  translate: 0.5s;
}
.btn-submit:hover {
  background: linear-gradient(
    0deg,
    rgb(216 96 0) 12%,
    rgb(240 119 22) 62%,
    rgb(255 161 85) 100%
  );
}
.btn-submit:active {
  background: linear-gradient(
    0deg,
    rgb(216 96 0) 12%,
    rgb(240 119 22) 62%,
    rgb(255 161 85) 100%
  );
}

.btn-submit:focus {
  box-shadow: none !important;
}
.header-nav {
  position: relative;
  z-index: 5;
}

#banner .chip-box01 {
  position: absolute;
  top: 24%;
  left: 45%;
  z-index: 3;
  width: 6vw;
  height: 6vw;
  background-image: url(../imgs/banner/chip_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: banner_floating01 6s ease-in-out infinite;
  animation-direction: alternate;
  opacity: 0.9;
}

#banner .chip-box02 {
  position: absolute;
  top: -5%;
  left: 49%;
  z-index: 3;
  width: 10vw;
  height: 4vw;
  background-image: url(../imgs/banner/chip_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: banner_floating02 6s ease-in-out infinite;
  animation-direction: alternate;
  transform-origin: top left;
}

#banner .chip-box03 {
  position: absolute;
  top: 17%;
  right: 58%;
  z-index: 3;
  width: 4vw;
  height: 4vw;
  background-image: url(../imgs/banner/chip_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: banner_floating03 2s ease-in-out infinite;
  animation-direction: alternate;
  opacity: 0.5;
}
#banner .btn-box {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.5rem;
  transition: 0.3s;
  font-size: 2.4rem;
  transition: 0.3s;
  box-shadow: 2px -2px 20px 2px #000, 1px 4px 0px 0px rgb(0 0 0 / 30%),
    1px 3px 0px 0px #ababab, inset 0 -1px 1px 1px #dadada;
  background-image: linear-gradient(
    64deg,
    #6d6d6d,
    #a7a6a6,
    #ececec,
    #ececec,
    #a7a6a6,
    #6d6d6d
  );
  border: 1px solid #959595;
  color: #1a1a1a !important;
  text-shadow: 0 2px 2px #c4c4c4;
  background-size: 100% 100%;
  transition: all 0.2s ease-in-out;
  background-position: center;
  border-radius: 0.6vmax;
  transition: 0.5s;
}

.btn-main:hover {
  background-image: linear-gradient(
    80deg,
    #6d6d6d,
    #a7a6a6,
    #ececec,
    #ececec,
    #a7a6a6,
    #6d6d6d
  );
}
.btn-play {
  width: 13vmax;
  height: 5vmax;
  display: inline-block;
  background: url("../imgs/banner/btn_play01.png") no-repeat center;
  background-size: cover;
  transition: 0.5s;
}

.btn-play:hover {
  transform: scale(1.1);
}

.btn-main span {
  background-color: #959595;
  color: transparent;
  text-shadow: 1px 1px 0px #4e4e4e, 2px 3px 1px #fff, 3px 0px 3px #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}

.btn-main .play-btn {
  color: #4e4e4e;
  font-size: 0.8vmax;
  margin-right: 1rem;
  text-shadow: #fff 1px 2px 3px;
}

/*///////////////////////////////////////////////////*/

/* Header */

/*///////////////////////////////////////////////////*/

#header {
  background: #000;
}

.info-box {
  width: 100%;
  background: url("/assets/imgs/header/bg_top03.png") no-repeat;
  background-size: cover;
  padding: 0.4rem 0;
}

.info-box .txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 1vmax;
  background-color: #181818;
  box-shadow: -3px 2px 20px 4px rgba(134, 122, 122, 0.2),
    inset 0px 4px 4px 2px #000;
  padding: 0.3vmax 2vmax;
}

.info-box .txt-box li {
  display: inline-block;
  margin-left: 2rem;
  color: #818181;
  font-size: 0.8vmax;
}

.info-box .txt-box li:first-child {
  margin-left: 0;
}

.info-box .txt-box li.login-text {
  color: #ffae00;
  font-weight: 600;
  margin-left: 0;
  text-shadow: 1px 1px 2px #000000;
}

.info-box .txt-box #userID {
  font-weight: 900;
  color: #ffae00;
}

.u_balanc-em,
.u_balanc {
  font-weight: 900;
  color: #0af;
  margin-left: 0.5rem;
}

.u_use_in_money-em,
.u_use_in_money {
  font-weight: 900;
  margin-left: 0.5rem;
  color: #ff0000;
}

/*///////////////////////////////////////////////////*/

/* Navbar */

/*///////////////////////////////////////////////////*/

.navbar {
  background: url("/assets/imgs/header/bg_top01.png") no-repeat;
  background-size: cover;
}

.navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}

.navbar-brand {
  width: 337px;
  height: 89px;
  background: url("/assets/imgs/logo/sky_logo_top.png") no-repeat center;
  background-size: contain;
  margin-right: 0;
}

.nav-border {
  width: 100%;
  height: 2px;
  background: url("/assets/imgs/header/bg_top02.png") no-repeat center;
  background-size: cover;
}

.nav-link {
  padding-left: 42px !important;
  padding-right: 20px !important;
  color: #666;
}

.nav-link.show {
  color: #0a58ca;
}

.btn-member .nav-link {
  padding: 0.7vmax 1.8vmax !important;
  font-size: 1vmax;
  font-weight: 600;
  color: #000;
  margin-left: 0.5vmax;
  text-align: center;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

/* .btn-member .nav-link:hover,
.btn-member .nav-link.show {
    color: #8000e1;
    text-shadow: 0px 0px 5px #fbe98e;
} */

.btn-member i {
  margin-right: 2px;
}

.dropdown-menu[data-bs-popper] {
  top: 3rem;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  background: linear-gradient(#f3f3f3, #cdcdcd);
  border-radius: 0;
  border: 1px solid #bbb;
}

.navbar-nav li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-item {
  padding: 1rem 1.2rem;
}

.dropdown-item:hover {
  background: linear-gradient(#f3f3f3 30%, #cdcdcd);
  box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 8%);
  color: #0a58ca;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #666;
  background-color: #f3f3f3;
  box-shadow: inset 2px 2px 6px 0px rgb(0 0 0 / 25%);
}

.dropdown-menu li:last-child .dropdown-item:hover {
  box-shadow: none;
}

/*///////////////////////////////////////////////////*/

/* Main */

/*///////////////////////////////////////////////////*/

#main {
}

#main .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

#banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner > div {
  width: 100%;
}

#banner img {
  min-width: 100%;
}

/*///////////////////////////////////////////////////*/

/* Footer */

/*///////////////////////////////////////////////////*/

#footer {
  padding-top: 1.4vmax;
  padding-bottom: 4vmax;
  background: #444;
  background-image: linear-gradient(to bottom, #222, #444);
}

#footer .col,
#footer .col-5 {
}

.terms {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
}

.terms a {
  display: inline-block;
  padding-bottom: 5px;
  color: #ffae00;
  font-size: 0.8vmax;
  line-height: 1.3;
  font-weight: 500;
  vertical-align: top;
  margin-left: 3vmax;
  text-align: left;
}

.terms a:hover {
  color: #fff;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.7));
}

.terms a:first-child {
  margin-left: 0;
}

.terms-container {
  border: 1px solid #888;
  border-radius: 20px;
  padding: 20px;
}

#footer .depth1 {
}

#footer .sns-box li {
  margin-left: 10px;
}

#footer .sns-box a {
  display: block;
  font-size: 40px;
  color: #666;
  transition: 0.05s;
}

#footer .sns-box a:hover {
  color: #fff;
  transition: 0.05s;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
}

#footer .depth2 p {
  font-size: 0.8vmax;
  color: #888;
}

#footer .depth2 a {
  font-size: 0.8vmax;
  color: #fff;
}

/*///////////////////////////////////////////////////*/

/* Modal */

/*///////////////////////////////////////////////////*/

.my-info {
  padding: 15px 10px;
  border-radius: 10px;
  background: #666;
  color: #fff;
}

.my-info li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.my-info li:first-child {
  padding-top: 0;
}

.my-info li:last-child {
  padding-bottom: 0;
}

.modal-left-menu {
  padding: 10px;
}

.modal-left-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-left-menu li .nav {
  font-size: 16px;
  background: url("/assets/imgs/icons/icon-sel-up.svg") no-repeat right center;
  transition: 0;
  margin-bottom: 10px;
  color: red;
}

.modal-left-menu li .nav.collapsed {
  background: url("/assets/imgs/icons/icon-sel-down.svg") no-repeat right center;
  transition: 0;
  color: #888;
}

.modal-left-menu li > ul > li {
  padding-left: 15px;
}

.modal-right-content .header {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.modal-right-content .header h5 {
  font-size: 20px;
}

.modal-right-content .content {
  padding: 30px 10px;
}

.modal-right-content .content .nav-tabs-wrap {
  background: linear-gradient(#f3f3f3, #cdcdcd);
}

.modal-right-content .content .nav-tabs-wrap .nav-link {
  border-right: 1px solid #e9ecef;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.modal-right-content .content .nav-tabs-wrap .nav-link:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid #e9ecef;
}

.modal-right-content .content .nav-tabs-wrap .nav-item:last-child .nav-link {
  border-right: 0;
}

.modal-right-content .content .nav-tabs-wrap .nav-link.active {
  color: #0a58ca;
  border-radius: 0;
}

.modal-backdrop {
  display: none;
}

#modalAlert .modal-content {
  text-align: center;
  background-color: rgba(39, 43, 52, 0.9);
  border-radius: 20px;
  padding: 0 20px;
  border: 2px solid #7c7c7c;
}

#modalAlert .modal-header {
  background: none;
  color: #fff;
  font-size: 20px;
  display: block;
  border: 0;
}

#modalAlert .modal-body {
  background: #1e1e1e;
  border-radius: 15px;
  padding: 22px 0 26px 0;
}

#modalAlert .modal-body * {
  color: #ffcd48;
}

#modalAlert .modal-body > span {
  font-size: 22px;
}

#modalAlert .modal-body p {
  font-size: 54px;
  font-weight: 600;
}

#modalAlert .modal-footer {
  border: 0;
  display: block;
  color: #fff;
  font-size: 20px;
}

#modalAlert .modal-footer button {
  display: inline-block;
  width: 100%;
  max-width: 170px;
  height: 50px;
  border-radius: 10px;
  background: #48953c;
  border: 1px solid #00ef26;
  color: #fff;
  margin-top: 26px;
}

#termsModal {
  color: #444;
  max-height: 100vh;
  overflow: hidden;
}

#termsModal h5 {
  color: #fff;
  font-weight: 600;
}

#termsModal h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}

#termsModal .modal-body {
  max-height: 50vh;
  overflow: auto;
}

#modalSlideUp {
  text-align: center;
  font-weight: 500;
  overflow: hidden;
}

#modalSlideUp .modal-dialog {
  min-height: auto;
  padding-top: 64vh;
}

#termsModal .information .info-section {
  padding-bottom: 1rem;
}

#termsModal .information .info-section h4 {
  color: #000;
  font-weight: 600;
  padding-bottom: 1rem;
}

#termsModal .information .info-section h6 {
  padding-top: 1rem;
  margin-bottom: 0;
}
#termsModal .information .info-section .caption-sub {
  font-weight: 600;
}
#termsModal .information .info-section .info-caption {
  font-weight: 600;
}
#termsModal .information .info-section > ul {
  padding-bottom: 1rem;
}

#termsModal .information .info-section > ul li {
  padding-top: 0.5rem;
}

#termsModal .information .info-section table {
  margin: 1rem 0;
}

#termsModal .information .info-section table.row-table tr:nth-of-type(1) {
  background-color: rgb(205, 241, 255);
}
#termsModal .information .info-section table.row-table tr:nth-of-type(1) th {
  border-bottom: 1px solid #333;
}
#termsModal .information .info-section table,
#termsModal .information .info-section table td {
  border: 1px solid #333;
  padding: 0 0.5rem;
}

#termsModal .information .info-section thead,
tfoot {
  background-color: #333;
  color: #fff;
}

.text-indent {
  text-indent: 1rem;
}

.awards-box {
  position: absolute;
  max-width: 498px;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  animation: up-down 0.5s ease-out infinite alternate;
  display: none;
}

@keyframes up-down {
  from {
    top: 50px;
  }

  to {
    top: 60px;
  }
}

.awards-box,
#modalSlideUp .modal-content {
  background: rgb(255 255 255 / 90%);
}

.awards-box:after,
#modalSlideUp .modal-content:after {
  content: "";
  width: 42px;
  height: 42px;
  background: url(/assets/imgs/icons/arrow_blue.png) center;
  background-size: contain;
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -21px;
}

.awards-box,
#modalSlideUp .modal-body {
  padding: 35px 20px;
}

.awards-box p,
#modalSlideUp p {
  font-size: 20px;
  margin-bottom: 9px;
}

.awards-box span,
#modalSlideUp span {
  font-size: 18px;
}

#modalSlideUp2 .modal-content {
  background: #272b34;
  border: 2px solid #7c7c7c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}

#modalSlideUp2 .btn-ok {
  background: #48953c;
  border: 1px solid #00ef26;
  color: #fff;
  width: 170px;
  font-size: 20px;
  margin-top: 20px;
}

#frmLogin tr td,
#frmChangePw tr td {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modal-header .btn-close {
    width: 2vmax;
    height: 2vmax;
  }

  .btn-box .btn {
    min-width: 10vmax;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 15px;
  }

  .nav-item {
    text-align: right;
    margin-left: 1vmax;
  }

  .navbar-brand {
    width: 18vmax;
    height: 8vmax;
  }

  .btn-member .nav-link {
    padding: 1.5vmax 3vmax !important;
    font-size: 1.6vmax;
  }

  .navbar-toggler {
    color: #ccc;
    outline: 0;
  }

  .btn-play {
    width: 19vmax;
    height: 9vmax;
  }

  .info-box .txt-box {
    border-radius: 2vmax;
    padding: 0.8vmax 2.5vmax;
  }

  .nav-link {
    width: 100%;
    padding: 30px 0 5px 0 !important;
  }

  .btn-member .nav-link {
    margin-left: 0;
  }

  .nav-link:last-of-type {
    margin-top: 0.8rem;
  }

  .dropdown-menu.show {
    display: none;
  }

  #header {
    height: auto;
  }

  #footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  #footer .row div {
    text-align: left !important;
  }

  .terms a {
    display: block;
    margin: 0 0 5px 0;
  }

  #termsModal h5,
  #termsModal h6 {
    font-size: 18px;
  }
  .modal-header .btn-close {
    width: 2.5vmax;
    height: 2.5vmax;
  }

  .modal-title {
    font-size: 2vmax;
  }

  .input-st1 {
    padding: 1vmax;
  }
  .btn-box .btn {
    min-width: 12vmax;
    padding: 1vmax 2vmax;
    margin-left: 1.2vmax;
    font-size: 2vmax;
  }

  .swal-text {
    font-size: 2vmax;
    text-align: center;
  }

  .swal-button {
    min-width: 10vmax;
    padding: 1vmax 2vmax;
  }

  .swal-icon {
    width: 6vmax;
    height: 6vmax;
  }

  .swal-icon--warning {
    border-width: 1vmax;
    border-color: #e2574c !important;
  }

  .swal-icon--warning__body,
  .swal-icon--warning__dot {
    background-color: #e2574c;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .swal-icon--warning__body {
    top: 10px;
    width: 1vmax;
    height: 3vmax;
    border-radius: 0.5vmax;
  }

  .swal-icon--warning__dot {
    width: 1vmax;
    height: 1vmax;
    bottom: -1.3vmax;
  }

  .form-st1 table th,
  .form-st1 table td {
    font-size: 1.8vmax;
  }

  .input-st1::placeholder {
    font-size: 1.2vmax;
  }
}

@media screen and (max-width: 919px) {
  #banner .chip-box {
    position: absolute;
    top: 27%;
    left: 50%;
    z-index: 3;
    width: 12vw;
    height: 12vw;
  }

  #banner .btn-box {
    top: 70%;
  }
}

@media screen and (max-width: 420px) {
  html {
    font-size: 12px;
  }

  .navbar-brand {
    width: 18vmax;
    height: 5vmax;
  }

  .btn-member .nav-link {
    padding: 1.5vmax 2vmax !important;
  }

  .info-box .txt-box {
    border-radius: 1.5vmax;
    padding: 0.5vmax 2vmax;
  }

  .btn-play {
    width: 16vmax;
    height: 8vmax;
  }

  .modal-header .btn-close {
    width: 2vmax;
    height: 2vmax;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .nav-item {
    margin-left: 0;
  }

  #banner > div {
    padding: 0;
  }

  #banner .btn-box {
    top: 65%;
  }

  .awards-box p {
    font-size: 16px;
  }

  .awards-box {
    width: 90%;
  }

  .awards-box span,
  #modalSlideUp span {
    font-size: 14px;
  }

  .btn-box .btn {
    margin-left: 1vmax;
  }

  .swal-button {
    font-size: 2vmax;
  }

  .swal-text {
    font-size: 3vmax;
  }

  .swal-icon--warning__body {
    top: 5px;
  }

  .form-st1 table th,
  .form-st1 table td {
    font-size: 1.8vmax;
  }
}

@media screen and (max-width: 400px) {
  .info-box .txt-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-box .txt-box li {
    margin-left: 0;
  }

  #modalSlideUp .modal-dialog {
    padding-top: 78vh;
  }

  #footer {
    z-index: -1;
  }
}

@keyframes banner_floating01 {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, 10px, 0) rotate(11deg);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes banner_floating02 {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, 10px, 0) rotate(-8deg);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes banner_floating03 {
  to {
    transform: rotate3d(3, 1, 0, 40deg) translateY(15px);
  }
}
