@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0 auto;
}
body::before {
  content: "";
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 744px) {
  body::before {
    height: 62px;
  }
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.video iframe {
  width: 96%;
  margin: 0 2%;
  z-index: 100;
  position: relative;
}

header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 900;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
}
header.float {
  transition: all 0.2s ease;
}
@media screen and (min-width: 744px) {
  header {
    height: 62px;
  }
}
header .container {
  justify-content: space-between;
}
header .container .link li a {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 744px) {
  header .container .link li a {
    width: 32px;
    height: 32px;
  }
}
header .container .link li:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 744px) {
  header .container .link li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

header .container,
footer .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  header .container,
  footer .container {
    padding: 0 30px;
  }
}
header .container .myv-logo,
footer .container .myv-logo {
  width: 100px;
}
header .container .myv-logo img,
header .container .myv-logo svg,
footer .container .myv-logo img,
footer .container .myv-logo svg {
  width: 100%;
}
@media screen and (min-width: 744px) {
  header .container .myv-logo,
  footer .container .myv-logo {
    width: 140px;
  }
}
header .container .link,
footer .container .link {
  display: flex;
  align-items: center;
}
header .container .link li a,
footer .container .link li a {
  display: block;
}
header .container .link li a svg,
footer .container .link li a svg {
  width: 100%;
}
header .container .link li a svg path,
header .container .link li a svg polygon,
header .container .link li a svg g,
footer .container .link li a svg path,
footer .container .link li a svg polygon,
footer .container .link li a svg g {
  transition: all 0.3s ease;
}
header .container .link li a:hover svg path,
header .container .link li a:hover svg polygon,
header .container .link li a:hover svg g,
footer .container .link li a:hover svg path,
footer .container .link li a:hover svg polygon,
footer .container .link li a:hover svg g {
  transition: all 0.3s ease;
}
header .container .link .myvideo a svg .icon-mask,
footer .container .link .myvideo a svg .icon-mask {
  display: none;
}
header .container .link .myvideo a svg .icon-icon,
footer .container .link .myvideo a svg .icon-icon {
  display: none;
}
header .container .link .myvideo:hover a svg .icon-bg,
footer .container .link .myvideo:hover a svg .icon-bg {
  fill: #F57600;
}
header .container .link .myvideo:hover a svg .icon-mask,
footer .container .link .myvideo:hover a svg .icon-mask {
  display: block;
}
header .container .link .myvideo:hover a svg .icon-icon,
footer .container .link .myvideo:hover a svg .icon-icon {
  fill: #FFFFFF;
  display: block;
}
header .container .link .facebook a svg .icon-icon,
footer .container .link .facebook a svg .icon-icon {
  fill: transparent;
}
header .container .link .facebook:hover a svg .icon-bg,
footer .container .link .facebook:hover a svg .icon-bg {
  fill: #1877f2;
}
header .container .link .facebook:hover a svg .icon-icon,
footer .container .link .facebook:hover a svg .icon-icon {
  fill: #FFFFFF;
}
header .container .link .youtube a svg .icon-icon,
footer .container .link .youtube a svg .icon-icon {
  fill: transparent;
}
header .container .link .youtube:hover a svg .icon-bg,
footer .container .link .youtube:hover a svg .icon-bg {
  fill: red;
}
header .container .link .youtube:hover a svg .icon-icon,
footer .container .link .youtube:hover a svg .icon-icon {
  fill: #FFFFFF;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
}

footer {
  text-align: center;
  margin: 0 auto 0;
  padding: 40px 0;
}
footer .container {
  justify-content: space-between;
}
@media screen and (min-width: 744px) {
  footer .container {
    justify-content: space-around;
  }
}
footer .container .link li {
  margin-right: 10px;
}
@media screen and (min-width: 375px) {
  footer .container .link li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 744px) {
  footer .container .link li {
    margin-right: 16px;
  }
}
footer .container .link li img {
  height: 100%;
}
footer .container .link li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (min-width: 744px) {
  footer .container .link li a svg {
    width: 32px;
    height: 32px;
  }
}
footer .container .link li:last-child {
  margin-right: 0;
}
footer .container .link .ott div {
  width: 28px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 375px) {
  footer .container .link .ott div {
    width: 32px;
    height: 40px;
  }
}
@media screen and (min-width: 744px) {
  footer .container .link .ott div {
    width: 42px;
    height: 51px;
  }
}
footer .container .link .ott div img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
footer .container .link .appstore a,
footer .container .link .googleplay a {
  width: auto;
  height: 24px;
  display: flex;
  border-radius: 90px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 744px) {
  footer .container .link .appstore a,
  footer .container .link .googleplay a {
    height: 32px;
  }
}
footer .container .link .appstore a img,
footer .container .link .googleplay a img {
  width: auto;
  height: 100%;
  border-radius: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container .link .appstore a:hover,
footer .container .link .googleplay a:hover {
  opacity: 0.85;
  transition: all 0.3s ease;
}
footer .copyright {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 24px auto 0;
  display: inline-block;
  color: #9E9E9E;
  font-size: 13px;
  text-align: left;
  line-height: 1.2rem;
}
footer .copyright a {
  color: #9E9E9E;
}
footer .copyright a:hover {
  color: #757575;
}
@media screen and (min-width: 744px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright .ft-br {
  display: block;
}
@media screen and (min-width: 744px) {
  footer .copyright .ft-br {
    display: inline-block;
  }
}

#top {
  width: 32px;
  height: 32px;
  padding: 5px;
  text-align: center;
  border-radius: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #0F0F0F;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  z-index: 800;
  display: none;
}
#top svg,
#top img {
  width: 100%;
}
@media screen and (min-width: 744px) {
  #top {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
  }
}

.btn:hover {
  transform: scale(1.1);
}

.video-slider-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1056px;
}
@media screen and (max-width: 992px) {
  .video-slider-wrap {
    width: 100%;
  }
}

.film-slider .item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .film-slider .item {
    margin-bottom: 8px;
  }
}
.film-slider .video {
  width: 100%;
}
.film-slider .post-wrap {
  width: 100%;
  padding-bottom: 145%;
  display: block;
  background-color: #000;
  background-size: 100% 100%;
  background-position: center center;
  border: 4px solid #fff;
  border-radius: 16px;
  transition: all 1.5s ease-out;
}
.film-slider .post-wrap:hover {
  background-size: 110% 110%;
}
.film-slider .video-title {
  display: none;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #fff;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .film-slider .video-title {
    margin-bottom: 16px;
  }
}

.owl-stage {
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .owl-stage {
    left: -75.5px;
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-dots {
  margin-top: 0;
  height: 24px;
  text-align: center;
  overflow-y: hidden;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: transparent;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 10px 5px;
  background-color: rgba(184, 184, 184, 0.36);
  border-radius: 4px;
  vertical-align: middle;
  transition: height 0.2s ease-out;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #2b2b2b;
}
.owl-carousel .owl-dots .owl-dot.active span {
  position: relative;
  width: 12px;
  height: 20px;
  background-color: #2b2b2b;
  background-size: cover;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: auto;
  z-index: 1;
}
.owl-carousel .owl-nav:hover {
  background: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 28px;
    height: 28px;
  }
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -88px;
  background-image: url(../assets/images/carousel/owl-carousel-nav-left.svg);
}
@media screen and (max-width: 1024px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -16px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -88px;
  background-image: url(../assets/images/carousel/owl-carousel-nav-right.svg);
}
@media screen and (max-width: 1024px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -16px;
  }
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.owl-carousel.owl-theme.progress-bar .owl-dots {
  display: flex;
  width: 94%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot {
  flex: 1 auto;
  height: 6px;
  background-color: transparent;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  height: 6px;
  margin: 0 10px;
  background-color: rgba(180, 127, 67, 0.36);
  border-radius: 3px;
  vertical-align: top;
  transition: height 0.2s ease-out;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot span {
    width: calc(100% - 12px);
    height: 3px;
    margin: 0 6px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot:hover span {
  background: #a7a7a7;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
  position: relative;
  width: calc(100% - 20px);
  height: 6px;
  background-color: rgba(180, 127, 67, 0.36);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
    width: calc(100% - 12px);
    height: 3px;
    margin: 0 6px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
  margin-top: -24px;
}
@media screen and (max-width: 600px) {
  .owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
    margin-top: -12px;
  }
}

body {
  color: #000000;
  background-color: #FFFFFF;
}
body header {
  background-color: white;
}
body header.float {
  background-color: rgba(255, 255, 255, 0.95);
}
body header .container .link .myvideo a svg .icon-bg,
body footer .container .link .myvideo a svg .icon-bg {
  fill: #000000;
}
body header .container .link .facebook a svg .icon-bg,
body footer .container .link .facebook a svg .icon-bg {
  fill: #000000;
}
body header .container .link .youtube a svg .icon-bg,
body footer .container .link .youtube a svg .icon-bg {
  fill: #000000;
}
body header .container .link .ott div img,
body footer .container .link .ott div img {
  right: 0;
}
body footer {
  background-color: #FFFFFF;
  border-top: 1px solid #F4F4F4;
}

.kv {
  width: 100%;
}
.kv .wrap {
  width: 100%;
}
.kv .wrap picture,
.kv .wrap img {
  width: 100%;
}

nav {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1000;
  background: #000000;
}
nav.sticky {
  background: #000000;
  position: fixed;
  top: 47px;
}
@media screen and (min-width: 744px) {
  nav.sticky {
    top: 61px;
  }
}
nav ul {
  width: 100%;
  height: 47px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
@media screen and (min-width: 744px) {
  nav ul {
    height: 61px;
  }
}
nav ul li {
  position: relative;
}
nav ul li.active:after {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  bottom: -2px;
}
@media screen and (min-width: 744px) {
  nav ul li.active:after {
    border-bottom: 4px solid #FFFFFF;
    bottom: -4px;
  }
}
nav ul li.active a {
  font-weight: 700;
}
nav ul li:hover a {
  font-weight: 700;
}
nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 744px) {
  nav ul li a {
    font-size: 24px;
    line-height: 32px;
  }
}

.btn {
  display: inline-block;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  transition: all 0.2s;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  background-color: #0883ff;
  border: 1px solid transparent;
  color: #FFFFFF;
  margin: 0;
}
.btn:hover {
  transition: all 0.2s;
}
@media screen and (min-width: 744px) {
  .btn {
    height: 45px;
    line-height: 45px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.btn:hover {
  border: 1px solid transparent;
  background-color: #0883ff;
  color: #FFFFFF;
}

.main-content {
  min-height: 120vh;
}
@media screen and (min-width: 744px) {
  .main-content {
    min-height: calc(100vh - 62px - 80px - 175px);
  }
}

.notice {
  margin-top: 20px;
}
.notice .container {
  max-width: 844px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 744px) {
  .notice .container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .notice .container {
    padding: 0px;
  }
}
.notice .container h3 {
  border-left: 4px solid #424242;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
  padding-left: 8px;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (min-width: 744px) {
  .notice .container h3 {
    line-height: 35px;
    font-size: 24px;
    padding-left: 19px;
    margin-left: 2px;
  }
}
.notice .container ul,
.notice .container ol {
  list-style-type: none;
  text-align: justify;
}
.notice .container ul li,
.notice .container ol li {
  list-style-position: outside;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #424242;
  margin-top: 16px;
  margin-left: 7px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .notice .container ul li,
  .notice .container ol li {
    font-size: 24px;
    line-height: 35px;
    margin-left: 11px;
    padding-left: 16px;
  }
}
.notice .container ul li a,
.notice .container ol li a {
  text-decoration: underline;
  transition: 0.3s all ease-in;
}
.notice .container ul li a:hover,
.notice .container ol li a:hover {
  opacity: 0.7;
  transition: 0.3s all ease-in;
}
.notice .container ul li::before,
.notice .container ol li::before {
  content: "*";
  position: absolute;
  left: -7px;
}
@media screen and (min-width: 744px) {
  .notice .container ul li::before,
  .notice .container ol li::before {
    left: -11px;
  }
}
.notice .container ul li ul,
.notice .container ol li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li::marker,
.notice .container ol li ul li::marker {
  content: initial;
}
@media screen and (min-width: 1024px) {
  .notice {
    margin-top: 40px;
  }
}
.notice .container ul li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li {
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 744px) {
  .notice .container ul li ul li {
    padding-left: 40px;
  }
}
.notice .container ul li ul li::before {
  content: "(" counters(counter, ".", lower-alpha) ")";
  counter-increment: counter;
  position: absolute;
  left: -7px;
}
.notice .container ul li ul li:first-child {
  margin-top: 8px;
}

@font-face {
  font-family: "HelloHeadline";
  src: url("../images/DearType - HelloHeadline-Regular 1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.kv {
  position: relative;
}
.kv__text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .kv__text {
    width: 35%;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.kv__title {
  width: 100%;
  animation: kvPopIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both, kvFloat 3s ease-in-out 1.2s infinite;
}

@keyframes kvPopIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes kvFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.03);
  }
}
.main-content .game-wrap {
  width: 100%;
  position: relative;
  padding: 40px 20px;
  background-image: url("../images/game-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap {
    padding: 60px 40px;
  }
}
.main-content .game-wrap .more-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  color: #F57600;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  background: #FFFFFF;
  border: 4px solid #F57600;
  padding: 8px 28px;
  border-radius: 80px;
  box-shadow: 4px 8px 0 0 #F57600;
  animation: slideLeftRight 2s ease-in-out infinite;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .more-btn {
    font-size: 24px;
    margin-bottom: 56px;
  }
}
.main-content .game-wrap .more-btn:hover {
  color: #F78B26;
  animation-play-state: paused;
}
@keyframes slideLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(12px);
  }
}
.main-content .game-wrap .start-dailog {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 8px;
}
.main-content .game-wrap .start-dailog::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  background: #40a7d2;
  border: 4px solid #25708f;
  border-radius: 20px;
  transform: rotate(-5deg);
}
.main-content .game-wrap .start-dailog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 4px solid #25708f;
  border-radius: 20px;
  background-image: url(../images/start-dailog-top.svg), url(../images/start-dailog-bottom.png);
  background-position: 8px 8px, bottom right;
  background-size: 24px, 25%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .start-dailog::after {
    background-position: 12px 12px, bottom right;
    background-size: 24px, 10%;
  }
}
.main-content .game-wrap .start-dailog > * {
  position: relative;
  z-index: 1;
}
.main-content .game-wrap .start-dailog__title {
  padding: 20px 8px 0;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .start-dailog__title {
    padding: 24px 8px 0;
  }
}
.main-content .game-wrap .start-dailog__title img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
}
.main-content .game-wrap .start-dailog__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 4px;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .start-dailog__content {
    flex-direction: row;
    gap: 32px;
    padding: 24px 40px;
    align-items: center;
  }
}
.main-content .game-wrap .start-dailog__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #3f3f65;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .start-dailog__text {
    font-size: 18px;
  }
}
.main-content .game-wrap .start-dailog__text p:nth-child(2) {
  margin: 0 0 12px;
}
.main-content .game-wrap .start-dailog__text strong {
  font-weight: 700;
  color: #87c9fb;
  font-size: 1.5em;
}
.main-content .game-wrap .start-dailog__text a {
  color: #F57600;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}
.main-content .game-wrap .start-dailog__text a:hover {
  color: #F78B26;
}
.main-content .game-wrap .start-dailog__login {
  flex-shrink: 0;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .start-dailog__login {
    max-width: 240px;
  }
}
.main-content .game-wrap .start-dailog__login img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.main-content .game-wrap .start-dailog .btn-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px 40px;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .start-dailog .btn-wrap {
    gap: 24px;
  }
}
.main-content .game-wrap .start-dailog .btn-wrap .btn {
  min-width: 120px;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .start-dailog .btn-wrap .btn {
    min-width: 160px;
  }
}
.main-content .game-wrap .game {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game {
    min-height: 560px;
  }
}
.main-content .game-wrap .game__card {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #25708f;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__card {
    flex-direction: row;
    align-items: stretch;
  }
}
.main-content .game-wrap .game__info {
  display: flex;
  flex-direction: column;
  padding: 20px;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__info {
    flex: 0 0 320px;
    padding: 30px;
  }
}
.main-content .game-wrap .game__title {
  margin: 0 0 20px;
  text-align: center;
}
.main-content .game-wrap .game__title img {
  width: 88px;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__title img {
    width: 112px;
  }
}
.main-content .game-wrap .game__message {
  margin-bottom: 16px;
  text-align: center;
  font-family: "HelloHeadline", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__message {
    font-size: 20px;
  }
}
.main-content .game-wrap .game__instruction {
  margin: 0 0 8px;
  font-weight: 700;
  color: #000000;
}
.main-content .game-wrap .game__instruction strong {
  color: #8dc8ef;
  letter-spacing: 1px;
  font-size: 1.15em;
}
.main-content .game-wrap .game__status {
  margin: 0;
  font-weight: 600;
  transition: color 0.3s ease;
}
.main-content .game-wrap .game__status--default {
  color: #6b7280;
}
.main-content .game-wrap .game__status--success {
  color: #ff8f08;
}
.main-content .game-wrap .game__status--error {
  color: #dc2626;
}
.main-content .game-wrap .game__progress {
  text-align: center;
  font-family: "HelloHeadline", sans-serif;
}
.main-content .game-wrap .game__progress-label {
  margin: 0 0 12px;
  font-size: 18px;
  color: #4b5563;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__progress-label {
    font-size: 20px;
  }
}
.main-content .game-wrap .game__progress-list {
  display: flex;
  gap: 2px;
  justify-content: center;
  flex-wrap: wrap;
}
.main-content .game-wrap .found-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  transition: background 200ms, color 200ms;
  background: #e5e7eb;
  color: #9ca3af;
}
.main-content .game-wrap .found-box.filled {
  background: #ff8f08;
  color: #fff;
}
.main-content .game-wrap .game__controls {
  margin-top: auto;
  padding: 20px 0 0;
  text-align: center;
}
.main-content .game-wrap .game__grid {
  --cols: 8;
  --cell-min: 40px;
  --font-scale: 0.6;
  background: #dbeafe;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(var(--cols), 1fr);
  justify-items: stretch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  order: 2;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__grid {
    --cols: 12;
    --cell-min: 32px;
    --font-scale: 0.8;
    flex: 1;
  }
}
.main-content .game-wrap .letter-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--cell-min);
  min-height: var(--cell-min);
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: #8dc8ef;
  color: #fff;
  font-family: "HelloHeadline", sans-serif;
  font-weight: 700;
  font-size: calc(var(--cell-min) * var(--font-scale));
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
  -webkit-tap-highlight-color: transparent;
}
.main-content .game-wrap .letter-cell:hover {
  transform: scale(1.08);
  background: #56ace2;
}
.main-content .game-wrap .letter-cell.found {
  background: #ff8f08;
  color: #fff;
  transform: scale(1.06);
}
.main-content .game-wrap .letter-cell.wrong {
  background: #dc2626;
  color: #fff;
  animation: shake 460ms;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.main-content .game-wrap .game__btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .game__btn {
    padding: 12px 24px;
    font-size: 16px;
  }
}
.main-content .game-wrap .game__btn--reset {
  background: #0f62fe;
  color: #fff;
}
.main-content .game-wrap .game__btn--reset:hover {
  background: #0353e9;
}
.main-content .game-wrap .game__btn--submit {
  background: #0f62fe;
  color: #fff;
  margin-left: 8px;
}
.main-content .game-wrap .game__btn--submit:hover {
  background: #0353e9;
}
.main-content .game-wrap .game__btn--test {
  background: #f59e0b;
  color: #fff;
  margin-left: 8px;
}
.main-content .game-wrap .game__btn--test:hover {
  background: #d97706;
}
.main-content .game-wrap .game__btn--cancel {
  background: #6b7280;
  color: #fff;
  margin-left: 8px;
}
.main-content .game-wrap .game__btn--cancel:hover {
  background: #4b5563;
}
.main-content .game-wrap .game__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.main-content .game-wrap .game__form {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.main-content .game-wrap .game__input {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  width: 200px;
  max-width: 100%;
}
@media screen and (min-width: 744px) {
  .main-content .game-wrap .game__input {
    width: 220px;
    padding: 12px 18px;
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .main-content .game-wrap .found-box {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
.main-content .game-wrap .game__images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  background: #f3f4f6;
  order: 2;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__images {
    flex: 1;
    padding: 24px;
    gap: 20px;
  }
}
.main-content .game-wrap .game__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.main-content .game-wrap .game__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.main-content .game-wrap .game__image-wrapper--top {
  opacity: 0.95;
}
.main-content .game-wrap .game__image-wrapper--bottom {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.main-content .game-wrap .game__image-wrapper--bottom:hover {
  transform: scale(1.01);
}
.main-content .game-wrap .game__image-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(37, 112, 143, 0.9);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1024px) {
  .main-content .game-wrap .game__image-label {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.main-content .game-wrap .difference-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.main-content .game-wrap .difference-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 4px solid #fbbf24;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.3), 0 0 20px rgba(251, 191, 36, 0.6), inset 0 0 20px rgba(251, 191, 36, 0.2);
  animation: pulseRing 1.5s ease-in-out infinite;
}
.main-content .game-wrap .difference-marker::after {
  content: "⭐";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  animation: rotateStar 2s linear infinite;
}
.main-content .game-wrap .difference-marker.found {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes pulseRing {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
  }
}
@keyframes rotateStar {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.main-content .game-wrap .wrong-click {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
  color: #ef4444;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(239, 68, 68, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: wrongShake 0.8s ease-out forwards;
}
@keyframes wrongShake {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  10% {
    transform: translate(-60%, -50%) scale(1.2);
  }
  20% {
    transform: translate(-40%, -50%) scale(1.2);
  }
  30% {
    transform: translate(-55%, -50%) scale(1.1);
  }
  40% {
    transform: translate(-45%, -50%) scale(1.1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%) scale(0.5);
  }
}
.main-content .game-wrap .debug-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(239, 68, 68, 0.8);
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  animation: debugPulse 2s ease-in-out infinite;
}
@keyframes debugPulse {
  0%, 100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.main-content .ground {
  width: 100%;
  padding: 40px 0;
  background-image: url("../images/ground-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .main-content .ground {
    padding: 60px 0;
  }
}
.main-content .film-slider-wrap .container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
.main-content .film-slider-wrap .container h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .main-content .film-slider-wrap .container h2 {
    margin-bottom: 60px;
  }
}
.main-content .film-slider-wrap .container h2 img {
  max-width: 620px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */