@font-face {
  font-family: LAB-digital;
  src: url('https://cdn.banggooso.com/assets/fonts/lab-digital.ttf');
}

:root {
  --game-204-font: 'Pretendard';
  --game-204-main-color: #eb3b3b;
  --game-204-sub-color: #770c0e;
  --game-204-background-color: #f0f0f0;
  --game-204-gray-color: #b8b8b8;
  --game-204-text-black-color: #272727;
}

* {
  font-family: var(--game-204-font);
}

.app.game-wrapper {
  background-color: var(--game-204-background-color);
}

.game-wrapper .app-header {
  background-color: var(--game-204-background-color);
}

.game-wrapper .app-header.page {
  background-color: var(--game-204-background-color);
}

.game-wrapper .app-header .app-logo {
  cursor: pointer;
}

/* 콘텐츠 */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-top {
  width: 93%;
  border-radius: 24px;
  box-shadow: 0 0.2rem 1.125rem 0 rgb(196, 196, 196);
  margin: 1rem 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.main-title .new-year {
  font-size: 2.5rem;
  color: var(--game-204-main-color);
  height: 3rem;
  font-weight: bold;
}

.main-title .year {
  width: 20rem;
  height: 8rem;
}

.app-title .sub-title {
  font-size: 1rem;
  color: #9c9c9c;
  font-weight: bold;
}

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

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-size {
  width: 10rem;
  height: 4rem;
}

.slot-machine {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 10rem;
  margin: 1.8rem 0;
  gap: 0.9rem;
}

.slot-machine-bg {
  width: 100%;
  height: 102%;
  position: absolute;
  top: -0.1rem;
  left: 0;
  background-image: url('https://cdn.banggooso.com/assets/images/game204/intro/slot-machine/slot-machine.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slot-machine li {
  width: 5rem;
  padding: 0.1rem 0;
}

.swiper1,
.swiper2,
.swiper3 {
  overflow: hidden;
}

.animation-unmount {
  transition: none;
  transform: none;
}

.user-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}

.user-nickname {
  display: flex;
  justify-content: center;
  align-items: center;
}

#userNickname {
  width: 13rem;
  height: 2rem;
  border: 0.1rem solid var(--game-204-gray-color);
  text-align: center;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: bold;
  outline: none;
  padding: 1.2rem 1.5rem;
  cursor: auto;
  background-color: #b8b8b821;
}

#userNickname::placeholder {
  color: var(--game-204-gray-color);
}

.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  width: 20rem;
  height: 3rem;
  margin: 0;
  color: white;
  background-color: var(--game-204-main-color);
}

.button-wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: white;
  cursor: pointer;
}

.notice p {
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--game-204-gray-color);
  margin: 0.5rem 0 1rem 0;
}

.game-intro .game-count {
  width: 93%;
  border-radius: 24px;
  box-shadow: 0 0.2rem 1.125rem 0 rgb(196, 196, 196);
  background-color: white;
  margin: 0;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-intro .game-count .count-label {
  width: 30%;
  border-radius: 14px;
  color: #747474;
  background-color: var(--game-204-background-color);
  text-align: center;
  font-size: 1rem;
  margin-top: 1.2rem;
  padding: 0.2rem 0;
  font-weight: bold;
  font-family: 'Pretendard';
}

.game-intro .game-count .count-num {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0.2rem 0 1rem 0;
}

.game-intro .game-count .count-label:before {
  display: none;
}

.share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.65rem 0 0.7rem 0;
  width: 93%;
  border-radius: 24px;
  box-shadow: 0 0.2rem 1.125rem 0 rgb(196, 196, 196);
  background-color: white;
}

.share .share-text {
  width: 50%;
  border-radius: 14px;
  color: #747474;
  background-color: var(--game-204-background-color);
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin: 1.2rem 0;
  padding: 0.2rem 0;
}

.share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/kakao.png);
}
.share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/instagram.png);
}
.share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/facebook.png);
}
.share-sns-list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/twitter.png);
}
.share-sns-list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/link.png);
}

.game-result .share-sns-list {
  margin: 0;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-result .share-sns-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.share-result .share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/kakao_black.png);
}
.share-result .share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/instagram_black.png);
}
.share-result .share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/facebook_black.png);
}
.share-result .share-sns-list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/twitter_black.png);
}
.share-result .share-sns-list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game204/icons/link_black.png);
}

.game-intro .share-sns-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin: 2rem 0;
}

.share-result .share-sns-list .list-title {
  width: 90%;
}

.share-sns-list .list-title {
  margin-bottom: 0.5rem;
}

.share-sns-list .list-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--game-204-background-color);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 14px;
  width: 55%;
  padding: 0.2rem 1rem;
  color: #747474;
}

.share-sns-list .list-title .countBox .countImg {
  transform: translateY(0.15rem);
  background-image: url('https://cdn.banggooso.com/assets/images/game204/icons/share.png');
}

.share-sns-list img {
  width: 2rem;
  height: 2rem;
}

.game-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.step1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 3.5rem;
}

.select-keyword {
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 6rem 1.5rem 1rem;
  border-radius: 16px;
  box-shadow: 0 0.2rem 1.125rem 0 rgb(196, 196, 196);
  background-color: white;
  gap: 0.5rem;
}

.select-keyword p {
  line-height: 1.375rem;
}

.select-keyword img {
  width: 2.5rem;
  height: 2.5rem;
}

.select-keyword span {
  display: inline;
  color: var(--game-204-main-color);
}

.text-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 7rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1.7rem;
}

.text .main-title {
  font-size: 0.9rem;
  color: #888888;
}

.text img {
  width: auto;
  height: 4rem;
  margin-top: 0.5rem;
}

.text .sub-title {
  font-size: 2.1rem;
  line-height: 2.5rem;
}

.text .description {
  font-size: 0.9rem;
  margin: 0.7rem 0 1.5rem 0;
}

.selected-text {
  color: var(--game-204-main-color);
}

.game-wrap .keyword-list {
  height: 28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-wrapper .game-wrap .keyword-list li {
  width: 40%;
  height: 10%;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 14px;
  background-color: white;
  color: #747474;
  font-size: 0.8rem;
  padding-left: 1rem;
  cursor: pointer;
}

.game-wrap .keyword-list li:active {
  background-color: var(--game-204-main-color);
  color: white;
}

@media (hover: hover) {
  .game-wrap .keyword-list li:hover {
    background-color: var(--game-204-main-color);
    color: white;
  }
}

.slide-wrapper {
  transition: transform 0.5s;
  width: 200%;
  display: flex;
  overflow: hidden;
}

.intro,
.game-wrap {
  width: 100%;
}

.button.yes.select,
.button.no.select {
  background-color: #272727;
  transform: translateY(0.2rem);
  color: white;
  box-shadow: 0.1rem 0.1rem #272727;
}

.button.yes.select .circle,
.button.no.select .circle {
  background-color: white;
}

.button.yes.select .circle .inner-circle {
  border: 2px solid #272727;
  background-color: white;
}

.button.no.select .circle .inner-cross:before,
.button.no.select .circle .inner-cross:after {
  background-color: #272727;
}

.game-loading-wrap {
  padding-top: 3rem;
  background: transparent;
  overflow: hidden;
}

.loading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.loading .loading-title {
  width: 16rem;
  height: 7rem;
  margin-top: 1rem;
}

.loading .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.loading-main-text {
  font-weight: bold;
  font-size: 1.1rem;
}

.loading-sub-text {
  font-weight: bold;
  font-size: 0.8rem;
  color: var(--game-204-gray-color);
}

.loading .loading-person {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
}

.game-loading-wrap img {
  width: 100%;
}

.loading-person-image {
  transform: translateX(1.5rem);
}

.spinner {
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid var(--game-204-main-color);
  border-top: 0.2rem solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 0.5rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.result {
  display: none;
}

.game-result {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.game-result .text {
  width: 96%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 0.2rem 1.125rem 0 rgb(196, 196, 196);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.result-content-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.game-result .result-content {
  width: 96%;
  border-radius: 24px;
  box-shadow: 0 0.5rem 2rem 0 rgb(196, 196, 196);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-result .name-result {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.2rem 1rem 1rem 1rem;
}

.game-result .name-result > p {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .name-result > p img,
.game-result .name-fortune > p img,
.game-result .fortune-number > p img {
  width: 1.6rem;
  height: auto;
}

.game-result .fortune-number > p img {
  transform: translateY(-0.1rem);
}

.game-result .name-result .name-matching {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0.5rem 0;
}

.game-result .name-result .name-matching .good,
.game-result .name-result .name-matching .bad {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .name-result .name-matching .good > p,
.game-result .name-result .name-matching .bad > p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #888888;
}

.game-result .name-result .name-matching .good .name,
.game-result .name-result .name-matching .bad .name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.game-result .name-result .name-matching .good .name span,
.game-result .name-result .name-matching .bad .name span {
  display: inline;
  width: 50%;
  text-align: center;
  border: 2px solid var(--game-204-background-color);
  border-radius: 13px;
  font-weight: bold;
  padding: 0.2rem 0;
}

.game-result .name-result .name-matching .good .description,
.game-result .name-result .name-matching .bad .description {
  height: 5.5rem;
  font-size: 0.9rem;
  color: var(--game-204-text-black-color);
  border-radius: 13.26px;
  background-color: var(--game-204-background-color);
  padding: 0.7rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.line {
  width: 90%;
  height: 1px;
  background-color: var(--game-204-background-color);
}

.game-result .name-fortune {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 1.5rem 1rem;
  gap: 0.5rem;
}

.game-result .name-fortune > p {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .name-fortune .fortune-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .name-fortune .fortune-list li {
  width: 100%;
  font-size: 0.9rem;
  border-radius: 0.6rem;
  background-color: var(--game-204-background-color);
  padding: 0.3rem 1rem;
  font-weight: bold;
}

.game-result .fortune-number {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1rem 2rem 1rem;
}

.game-result .fortune-number > p {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.game-result .fortune-number .number-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.game-result .fortune-number .number-list li {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--game-204-background-color);
  color: var(--game-204-main-color);
  font-weight: bold;
}

.game-result .movie-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.game-result .movie-content .value {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.game-result .movie-content .value > p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.65rem;
  margin-bottom: 0.2rem;
}

.game-result .movie-content .value .money {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 3rem;
  border-radius: 8px;
  background-color: #272727;
  color: white;
  font-size: 1.5rem;
}

.game-result .movie-content .money-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
  font-family: LAB-digital;
  font-size: 2rem;
}

.money {
  font-family: LAB-digital;
}

.game-result .movie-content .wait {
  height: 4rem;
  margin-top: 2rem;
}

.game-result .movie-content .story {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.game-result .movie-content .story span {
  display: inline;
  transition: color 1s ease;
}

.answer-btn {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.answer-btn .yes,
.answer-btn .no {
  width: 7rem;
  height: 4rem;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  box-shadow: 0 0.3rem 0 0 #272727;
  font-size: 1rem;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.15rem solid #272727;
  cursor: pointer;
  background-color: white;
  font-weight: bold;
}

.answer-btn .yes:active,
.answer-btn .no:active {
  background-color: #272727;
  color: white;
  transform: translateY(0.25rem);
  box-shadow: 0 0.1rem 0 0 #272727;
}

.button.yes,
.button.no {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-left: 2rem;
}

.button.yes span,
.button.no span {
  line-height: 1.2rem;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #272727;
  border-radius: 50%;
  transform: translate(12%, 12%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #272727;
  border: 2px solid white;
}

.inner-cross {
  width: 1.2rem;
  height: 1.2rem;
}

.inner-cross:before,
.inner-cross:after {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 1.1rem;
  top: 0.05rem;
  left: 0.55rem;
  background-color: white;
}

.inner-cross:before {
  transform: rotate(45deg);
}

.inner-cross:after {
  transform: rotate(-45deg);
}

.movie-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  background-image: url('https://cdn.banggooso.com/assets/images/game204/result/summary-background.png');
  border-radius: 28px;
}

.yes-content,
.no-content {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 1rem;
  padding-top: 1rem;
}

.yes-content:before,
.no-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--game-204-background-color);
  z-index: 10;
  animation: slideDown 1s ease-in-out forwards;
}

@keyframes slideDown {
  to {
    top: 100%;
    height: 0%;
  }
}

.yes-content .summary-title,
.no-content .summary-title {
  width: 10rem;
  height: 4rem;
}

.yes-content .alert,
.no-content .alert {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
}

.yes-content .alert span,
.no-content .alert span {
  display: inline;
  color: #770c0e;
}

.yes-content .alert-content,
.no-content .alert-content {
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  color: #656565;
  margin: 1rem 0;
}

.yes-content .people,
.no-content .people {
  width: 80%;
  height: 50%;
}

.movie-link,
.movie-link-result {
  width: 90%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 16px;
  padding: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.movie-link {
  margin-bottom: 1rem;
}

.movie-link-result {
  transform: translateY(-1.5rem);
}

.movie-link {
  border: 3px solid var(--game-204-sub-color);
  background-color: var(--game-204-sub-color);
}

.movie-link-result {
  border: 3px solid #272727;
  background-color: #272727;
}

.movie-link:active,
.movie-link-result:active {
  background-color: white;
  color: var(--game-204-text-black-color);
}

@media (hover: hover) {
  .movie-link:hover,
  .movie-link-result:hover {
    background-color: white;
    color: var(--game-204-text-black-color);
  }
}

.game-wrapper .game-intro {
  padding: 0;
}

#stamp {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('https://cdn.banggooso.com/assets/images/game204/etc/stamp.png');
  background-size: cover;
  pointer-events: none;
  display: none;
}

.game-result .btn_retest {
  margin: 0;
}

.game-result .restart-button {
  border: 3px solid #272727;
  background-color: #272727;
  width: 96%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 16px;
  color: white;
  padding: 0.5rem;
  font-weight: bold;
}

.game-result .restart-button:active {
  background-color: white;
  color: var(--game-204-text-black-color);
}

@media (hover: hover) {
  .game-result .restart-button:hover {
    background-color: white;
    color: var(--game-204-text-black-color);
  }
}

.game-result .recommend-list .inner .title {
  padding: 0 5rem;
}

.movie-link-result-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.restart-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.game-result .recommend-list:before {
  background-color: var(--game-204-text-black-color);
}

.contents-more .contents-main .contents-logo img {
  width: 28%;
}

.contents-more .contents-list .game-btn {
  width: 100%;
  border-radius: 0;
  margin: 0;
  font-weight: bold;
  text-align: left;
  padding: 1.25rem 1.5rem;
  position: relative;
  letter-spacing: 0.1px;
  font-size: 1rem !important;
  background-color: transparent !important;
  border: none !important;
  border-top: 1px solid var(--game-204-gray-color) !important;
  cursor: pointer;
}
.contents-more .contents-list .game-btn:before {
  left: 90%;
}

.contents-more {
  background: transparent;
  border: none;
  margin: 0 0 2.5rem 0;
  flex-direction: column;
}

.contents-more .contents-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}

.contents-more .contents-list {
  margin: 0 0 0.5rem 0;
}

.contents-more .contents-list {
  border-left: 1px solid var(--game-204-text-black-color);
}
.contents-more .contents-list {
  border-left: none;
}

.contents-more .contents-main .sub-text {
  color: var(--game-204-text-black-color);
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 1.1rem;
  text-align: left;
}

.swiper-container {
  display: flex;
}

.swiper-wrapper {
  align-self: auto;
}

.game-result .recommend-list .slide-box {
  border: 0.3rem solid var(--game-204-text-black-color);
}

.blicking-image {
  animation: blink 1s ease-in-out;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.game-result .recommend-list .btn-wrap {
  padding: 0.6rem;
}

.license-intro {
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #a3a3a3;
}

.license-result {
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 400;
  color: #6a6a6a;
  padding-bottom: 2rem;
}

.game-wrapper .app-header .app-logo.result-logo {
  background-image: url('https://cdn.banggooso.com/assets/images/game204/intro/logo.png');
  width: 10rem;
}

.deadman-event {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-bg {
  background-image: url('https://cdn.banggooso.com/assets/images/game204/result/event.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 96%;
  height: auto;
  display: flex;
}

.event-btn {
  padding: 23rem 1rem 3.5rem 4.7rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.hash-wrap,
.more-event {
  width: 12rem;
  height: auto;
}

.hash-wrap a,
.more-event a {
  border: 3px solid #770c0e;
  background-color: #770c0e;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  border-radius: 6.89px;
  color: white;
  padding: 0.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}

.hash-wrap a:active,
.more-event a:active {
  background-color: white;
  color: #272727;
}

@media (hover: hover) {
  .hash-wrap a:hover,
  .more-event a:hover {
    background-color: white;
    color: #272727;
  }
}

.share-btn {
  width: 100%;
  background-color: #545454;
  border-radius: 1.2rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
  cursor: pointer;
}

.share-btn .countImg {
  width: 0.8rem;
  height: 0.8rem;
  transform: translateY(0.05rem);
  background-image: url(https://cdn.banggooso.com/assets/images/game204/share/share-result.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
