@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.banner {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0 auto;
  min-width: 280px;
  width: 100%;
  height: 90px;
  background: #02122F;
  border: 1px solid #14A0FF;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.txt-wrapper,
.img-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-wrapper {
  text-transform: uppercase;
}

.img-wrapper div {
  background-size: contain !important;
}

.container {
  width: 1000px;
  height: 100%;
  position: relative;
}
.container div,
.container img {
  position: absolute;
}

.logo-wrapper,
.btn-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background: #01387C;
}

.logo-wrapper {
  top: 0;
  left: -103px;
  width: 28%;
  height: 100%;
}

.logo {
  position: relative;
  z-index: 30;
  width: 177px;
  height: 39px;
}

.btn-wrapper {
  bottom: 0;
  right: -41px;
  width: 24%;
  height: 100%;
}

/* button glare */
.btn {
  font-size: 19px;
  width: 182px;
  height: 36px;
  letter-spacing: 0.8px;
  color: #21272B;
  background: #93E20B;
  box-shadow: inset 0 0.12em 0 0 #c5ff8d, 0 0 0.5em 0 #93E20B;
  border-radius: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.btn-border {
  position: absolute;
  box-sizing: content-box;
  background: none !important;
  box-shadow: inset 0 0 0 0.1em #93E20B;
  line-height: 1.1;
  padding: 0.4em;
  border-radius: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}

.btn-border::before {
  content: "";
  width: 100%;
  height: 300%;
  position: absolute;
  background: url(../img/glare.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: glare 6.5s infinite;
}

.btn-border span {
  position: relative;
}

.img {
  width: 100%;
  height: 100%;
}

.bg {
  top: 0px;
  left: -414px;
  width: 1926px;
  height: 198px;
  background: url(../img/bg.png) no-repeat center center/contain;
}

/* slide 1 */
.txt-1-sum {
  top: 29px;
  left: 458px;
  font-size: 24px;
  z-index: 5;
  animation: txt-sum 6.5s infinite;
}

.img-txt {
  top: 2px;
  left: 77px;
  width: 268px;
  height: 69px;
  background: url(../img/img-txt.png) no-repeat center center/contain;
  animation: img-txt 6.5s infinite;
}

.tab {
  top: 3px;
  left: 443px;
  width: 215px;
  height: 84px;
  background: url(../img/tab.png) no-repeat center center/contain;
  animation: tab 6.5s infinite;
}

.part {
  top: -133px;
  left: 696px;
  width: 465px;
  height: 481px;
  background: url(../img/part.png) no-repeat center center/contain;
}

.prize {
  top: 10px;
  left: 787px;
  width: 143px;
  height: 149px;
  background: url(../img/prize.png) no-repeat center center/contain;
  animation: prize 6.5s infinite;
}

.txt-1 {
  top: 49px;
  left: 129px;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-style: italic;
  z-index: 5;
  text-shadow: 0 -2px 0 #004202, 0 -2px 0 #004202, 0 2px 0 #004202, 0 2px 0 #004202, -2px 0 0 #004202, 2px 0 0 #004202, -2px 0 0 #004202, 2px 0 0 #004202, -1px -2px 0 #004202, 1px -2px 0 #004202, -1px 2px 0 #004202, 1px 2px 0 #004202, -2px -1px 0 #004202, 2px -1px 0 #004202, -2px 1px 0 #004202, 2px 1px 0 #004202, -2px -2px 0 #004202, 2px -2px 0 #004202, -2px 2px 0 #004202, 2px 2px 0 #004202, -2px -2px 0 #004202, 2px -2px 0 #004202, -2px 2px 0 #004202, 2px 2px 0 #004202;
  animation: txt-1 6.5s infinite;
}

.sh {
  color: transparent;
  text-shadow: 0 -2px 0 #6AC800, 0 -2px 0 #6AC800, 0 2px 0 #6AC800, 0 2px 0 #6AC800, -2px 0 0 #6AC800, 2px 0 0 #6AC800, -2px 0 0 #6AC800, 2px 0 0 #6AC800, -1px -2px 0 #6AC800, 1px -2px 0 #6AC800, -1px 2px 0 #6AC800, 1px 2px 0 #6AC800, -2px -1px 0 #6AC800, 2px -1px 0 #6AC800, -2px 1px 0 #6AC800, 2px 1px 0 #6AC800, -2px -2px 0 #6AC800, 2px -2px 0 #6AC800, -2px 2px 0 #6AC800, 2px 2px 0 #6AC800, -2px -2px 0 #6AC800, 2px -2px 0 #6AC800, -2px 2px 0 #6AC800, 2px 2px 0 #6AC800;
  z-index: 4;
}

.btn br {
  display: none;
}

/* slide 2 */
.txt-2 {
  top: 50%;
  left: 50%;
  transform: translate(-69%, -50%);
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-style: italic;
  z-index: 5;
  gap: 16px;
  font-size: 35px;
  width: 1000px;
}

.txt-2 .first {
  display: inline-block;
  font-size: 1.23em;
  color: #FFD800;
  -moz-transform: matrix(0.8930880406, 0, -0.0489707552, 1.180846926, 0, 0);
  -webkit-transform: matrix(0.8930880406, 0, -0.0489707552, 1.180846926, 0, 0);
  -ms-transform: matrix(0.8930880406, 0, -0.0489707552, 1.180846926, 0, 0);
  animation: first 6.5s infinite;
}

.txt-2 .second {
  display: inline-block;
  text-shadow: 1.71px 4.698px 5px rgba(3, 5, 7, 0.15);
  animation: second 6.5s infinite;
}

.girl {
  top: 12px;
  left: 832px;
  width: 99px;
  height: 176px;
  background: url(../img/girl.png) no-repeat center center/contain;
  animation: girl 6.5s infinite;
}

.man {
  top: 9px;
  left: 880px;
  width: 171px;
  height: 251px;
  background: url(../img/man.png) no-repeat center center/contain;
  animation: man 6.5s infinite;
}

.txt-2 .second br {
  display: none;
}

.txt-2 .first br {
  display: none;
}

/* slide 3 */
.txt-3 {
  top: 50%;
  left: 50%;
  transform: translate(-64%, -52%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  z-index: 5;
  font-size: 54px;
  width: 1000px;
}

.txt-3 .first2 {
  display: inline-block;
  margin-right: 24px;
  text-shadow: 1.71px 4.698px 5px rgba(3, 5, 7, 0.15);
  animation: first2 6.5s infinite;
}

.txt-3 .second2 {
  display: inline-block;
  font-size: 1.23em;
  color: #FFD800;
  animation: second2 6.5s infinite;
}

/* animation 1 */
@keyframes img-txt {
  0%, 35.4%, 100% {
    transform: translateY(-90px);
    opacity: 0;
  }
  3%, 32.4% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes tab {
  0%, 35.4%, 100% {
    transform: translateY(-90px);
    opacity: 0;
  }
  3%, 32.4% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes txt-sum {
  0%, 35.4%, 100% {
    opacity: 0;
  }
  3%, 32.4% {
    opacity: 1;
  }
}
@keyframes txt-sum-468 {
  0%, 35.4%, 100% {
    transform: translateY(-90px);
    opacity: 0;
  }
  3%, 32.4% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes prize {
  0%, 35.4%, 100% {
    opacity: 0;
  }
  3%, 32.4% {
    opacity: 1;
  }
}
@keyframes txt-1 {
  0%, 35.4%, 100% {
    transform: translateY(-90px);
    opacity: 0;
  }
  3%, 32.4% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* animation 2 */
@keyframes first {
  0%, 33.9%, 69.3%, 100% {
    transform: translateY(-90px) matrix(0.8930880406, 0, -0.0489707552, 1.180846926, 0, 0);
  }
  36.9%, 66.3% {
    transform: translateY(0px) matrix(0.8930880406, 0, -0.0489707552, 1.180846926, 0, 0);
  }
}
@keyframes second {
  0%, 33.9%, 69.3%, 100% {
    transform: translateY(90px);
  }
  36.9%, 66.3% {
    transform: translateY(0px);
  }
}
@keyframes girl {
  0%, 33.9% {
    transform: translate(-60px, 90px);
    opacity: 1;
  }
  36.9%, 98.5% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}
@keyframes shadow-768 {
  0%, 33.9% {
    transform: translate(-60px, 90px);
    opacity: 1;
  }
  36.9%, 98.5% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}
@keyframes man {
  0%, 33.9% {
    transform: translate(60px, 90px);
    opacity: 1;
  }
  36.9%, 98.5% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}
/* animation 3 */
@keyframes first2 {
  0%, 67.8% {
    transform: translateY(-90px);
  }
  70.8%, 97% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(90px);
  }
}
@keyframes second2 {
  0%, 67.8% {
    transform: translateY(90px);
  }
  70.8%, 97% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-90px);
  }
}
@keyframes first2-1280 {
  0%, 67.8%, 100% {
    transform: translateY(-90px);
  }
  70.8%, 97% {
    transform: translateY(0px);
  }
}
@keyframes second2-1280 {
  0%, 67.8%, 100% {
    transform: translateY(90px);
  }
  70.8%, 97% {
    transform: translateY(0px);
  }
}
@keyframes glare {
  0%,0.001%, 77% {
    transform: translate(-100%, -50%);
  }
  83%, 100% {
    transform: translate(100%, -50%);
  }
}
@media (max-width: 1900px) {
  .btn-wrapper {
    bottom: 0;
    right: 2px;
  }
  .btn span {
    transform: translateY(2px);
  }
  .logo-wrapper {
    top: 0;
    left: -31px;
  }
  .logo {
    width: 182px;
    height: 40px;
  }
  .img-txt {
    top: 0px;
    left: 139px;
    width: 278px;
    height: 72px;
  }
  .txt-1 {
    top: 50px;
    left: 196px;
    font-size: 25px;
    letter-spacing: 0.5px;
  }
  .tab {
    top: -2px;
    left: 433px;
    width: 238px;
    height: 95px;
  }
  .txt-1-sum {
    top: 29px;
    left: 448px;
    font-size: 26.7px;
  }
  .prize {
    top: 7px;
    left: 707px;
    width: 160px;
    height: 168px;
  }
  .bg {
    top: -42px;
    left: -200px;
    width: 1290px;
    height: 198px;
  }
  .part {
    top: -138px;
    left: 454px;
    width: 465px;
    height: 481px;
  }
  .man {
    top: 4px;
    left: 623px;
    width: 183px;
    height: 269px;
  }
  .girl {
    top: 8px;
    left: 568px;
    width: 105px;
    height: 189px;
  }
  .txt-2 {
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-66%, -50%);
    gap: 3px;
    font-size: 25px;
    width: 1000px;
  }
  .txt-2 .first {
    font-size: 1.4em;
  }
  .txt-3 {
    flex-direction: column;
    transform: translate(-66%, -47%);
    font-size: 37px;
    line-height: 1;
  }
  .txt-3 .first2 {
    margin-right: 0px;
    animation-name: first2-1280;
  }
  .txt-3 .second2 {
    font-size: 1.1em;
    animation-name: second2-1280;
  }
}
@media (max-width: 1279px) {
  .btn-wrapper {
    bottom: 0px;
    right: -17px;
  }
  .btn {
    font-size: 15px;
    width: 94px;
    height: 44px;
    letter-spacing: 0px;
  }
  .btn span {
    transform: translateY(0px);
  }
  .btn br {
    display: block;
  }
  .btn-border {
    box-shadow: inset 0 0 0 0.15em #93E20B;
    line-height: 1.1;
    padding: 0.5em;
  }
  .logo-wrapper {
    top: 0;
    left: -22px;
  }
  .logo {
    width: 107px;
    height: 40px;
  }
  .container {
    width: 750px;
  }
  .img-txt {
    top: 14px;
    left: 148px;
    width: 197px;
    height: 50px;
  }
  .txt-1 {
    top: 49px;
    left: 185px;
    font-size: 19px;
    letter-spacing: 0.5px;
    text-shadow: 0 -1px 0 #004202, 0 -1px 0 #004202, 0 1px 0 #004202, 0 1px 0 #004202, -1px 0 0 #004202, 1px 0 0 #004202, -1px 0 0 #004202, 1px 0 0 #004202, -1px -1px 0 #004202, 1px -1px 0 #004202, -1px 1px 0 #004202, 1px 1px 0 #004202, -1px -1px 0 #004202, 1px -1px 0 #004202, -1px 1px 0 #004202, 1px 1px 0 #004202;
  }
  .sh {
    text-shadow: 0 -1px 0 #6AC800, 0 -1px 0 #6AC800, 0 1px 0 #6AC800, 0 1px 0 #6AC800, -1px 0 0 #6AC800, 1px 0 0 #6AC800, -1px 0 0 #6AC800, 1px 0 0 #6AC800, -1px -1px 0 #6AC800, 1px -1px 0 #6AC800, -1px 1px 0 #6AC800, 1px 1px 0 #6AC800, -1px -1px 0 #6AC800, 1px -1px 0 #6AC800, -1px 1px 0 #6AC800, 1px 1px 0 #6AC800;
  }
  .tab {
    top: 16px;
    left: 344px;
    width: 162px;
    height: 65px;
  }
  .txt-1-sum {
    top: 38px;
    left: 356px;
    font-size: 18px;
  }
  .prize {
    top: 8px;
    left: 503px;
    width: 131px;
    height: 136px;
  }
  .bg {
    top: -32px;
    left: -145px;
    width: 979px;
    height: 150px;
  }
  .part {
    top: -152px;
    left: 317px;
    width: 359px;
    height: 481px;
  }
  .txt-2 {
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    gap: 0px;
    font-size: 22px;
    width: 1000px;
  }
  .girl {
    top: 12px;
    left: 396px;
    width: 92px;
    height: 164px;
  }
  .shadow {
    top: 12px;
    left: 375px;
    width: 146px;
    height: 179px;
    background: url(../img/sh.png) no-repeat center center/contain;
    animation: shadow-768 6.5s infinite;
  }
  .man {
    top: 7px;
    left: 441px;
    width: 159px;
    height: 231px;
  }
  .txt-3 {
    flex-direction: column;
    transform: translate(-60%, -50%);
    font-size: 31px;
    line-height: 1.05;
  }
}
@media (max-width: 767px) {
  .btn-wrapper {
    bottom: 0px;
    right: -11px;
  }
  .btn {
    font-size: 11px;
    width: 58px;
    height: 30px;
    letter-spacing: 0px;
    line-height: 1;
  }
  .logo-wrapper {
    top: 0;
    left: -7px;
  }
  .logo {
    width: 84px;
    height: 40px;
  }
  .container {
    width: 450px;
  }
  .img-txt {
    top: 2px;
    left: 109px;
    width: 135px;
    height: 35px;
  }
  .tab {
    top: 39px;
    left: 116px;
    width: 127px;
    height: 48px;
  }
  .txt-1 {
    top: 29px;
    left: 137px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .txt-1-sum {
    top: 55px;
    left: 129px;
    font-size: 13px;
    animation-name: txt-sum-468;
  }
  .prize {
    top: 11px;
    left: 253px;
    width: 105px;
    height: 108px;
  }
  .bg {
    top: -32px;
    left: -215px;
    width: 874px;
    height: 150px;
  }
  .part {
    top: -171px;
    left: 188px;
    width: 230px;
    height: 481px;
  }
  .txt-2 .first {
    font-size: 1.29em;
  }
  .txt-2 {
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-566px, -50%);
    gap: 0px;
    font-size: 15px;
    width: 1000px;
    letter-spacing: 0.5px;
  }
  .girl {
    top: 12px;
    left: 230px;
    width: 60px;
    height: 108px;
  }
  .shadow {
    top: 12px;
    left: 212px;
    width: 98px;
    height: 123px;
  }
  .man {
    top: 7px;
    left: 258px;
    width: 105px;
    height: 153px;
  }
  .txt-2 .second br {
    display: block;
  }
  .txt-3 {
    flex-direction: column;
    transform: translate(-56%, -50%);
    font-size: 22.2px;
    line-height: 1.05;
  }
}
@media (max-width: 467px) {
  .btn-wrapper {
    width: 28%;
    bottom: -18px;
    left: 12px;
    right: auto;
  }
  .btn {
    font-size: 9px;
    width: 74px;
    height: 20px;
    letter-spacing: 0px;
    line-height: 1;
  }
  .btn-border {
    padding: 0.4em;
  }
  .btn br {
    display: none;
  }
  .logo-wrapper {
    top: -18px;
    left: 13px;
  }
  .logo {
    width: 81px;
    height: 40px;
  }
  .container {
    width: 250px;
  }
  .img-txt {
    top: 4px;
    left: 96px;
    width: 127px;
    height: 33px;
  }
  .txt-1 {
    top: 28px;
    left: 120px;
    font-size: 12px;
  }
  .tab {
    top: 39px;
    left: 94px;
    width: 127px;
    height: 48px;
  }
  .txt-1-sum {
    top: 55px;
    left: 108px;
    font-size: 13px;
    animation-name: txt-sum;
  }
  .prize {
    top: 21px;
    left: 198px;
    width: 78px;
    height: 81px;
  }
  .bg {
    top: -32px;
    left: -182px;
    width: 874px;
    height: 150px;
  }
  .part {
    top: -153px;
    left: 153px;
    width: 230px;
    height: 481px;
  }
  .banner {
    background: #01387C;
  }
  .txt-2 .first br {
    display: block;
  }
  .txt-2 .first {
    margin-bottom: 4px;
  }
  .txt-2 {
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-488px, -48%);
    font-size: 15px;
    width: 1000px;
    letter-spacing: 0.5px;
    line-height: 1;
  }
  .girl {
    top: 8px;
    left: 191px;
    width: 46px;
    height: 82px;
  }
  .shadow {
    top: 8px;
    left: 179px;
    width: 72px;
    height: 89px;
  }
  .man {
    top: 3px;
    left: 212px;
    width: 75px;
    height: 116px;
  }
  .txt-3 {
    flex-direction: column;
    transform: translate(-49%, -50%);
    font-size: 18px;
    line-height: 1.05;
  }
}/*# sourceMappingURL=style.css.map */