:root {
  --game-91-color: #00b476;
  --game-91-sub-color: #ffe852;
  --game-91-background-color: #2b3699;
  --game-91-font-color: #000000;
  --game-91-font: 'esamanru L', sans-serif;
}

@font-face {
  font-family: 'esamanru L';
  src: url('https://cdn.banggooso.com/assets/fonts/esamanru-Light.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/esamanru-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  background-attachment: initial;
}

#bannerWrap a img {
  min-width: 300px;
}

.game-intro {
  background: var(--game-91-background-color) !important;
  background-size: 100% 100%;
  height: 100vh;
}

.game-wrapper .game-intro {
  position: relative;
}

.game-result, .game-list {
  background: url('https://cdn.banggooso.com/assets/images/game91/background.png');
  background-size: contain;
  height: auto;
}

.game-intro .img-box {
  padding: 4rem 0 3.5rem;
}

.game-intro .img-box > img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.game-intro .btn-video-start {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  background: none no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/game91/btn-start.png');
  background-size: 100%;
  background-position: center center;
  border: 0;
  border-radius: 0rem;
  line-height: 2rem;
  box-shadow: none;
  height: 6rem;
}

.game-intro .btn-video-start:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game91/btn-start-active.png');
}

.game-intro .btn-game-start {
  background: none no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/game91/btn-start.png');
  background-size: 100%;
  background-position: center center;
  border: 0;
  border-radius: 0rem;
  line-height: 2rem;
  box-shadow: none;
  height: 6rem;
}

.game-intro .btn-game-start:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game91/btn-start-active.png');
}

.game-intro .share-sns-list {
  margin: 2.5rem auto;
}

.game-intro .game-count .count-num {
  color: var(--game-91-sub-color) !important;
  line-height: 0.5;
}

.game-intro .video-wrap {
  height: 100%;
  position: relative;
}

.game-intro video {
  position: absolute;
  width: 100%;
}

.intro-wrap {
  position: absolute;
  width: 100%;
  z-index: 100;
  height: 100%;
}
.game-intro .img-box {
  margin-bottom: 0;
}
.game-intro .btn-wrap {
  width: 17rem;
  margin-top: 6rem;
  margin-bottom: 0;
  text-align: center;
}

.game-intro .btn-wrap > .txt-sound-on {
  width: 60%;
}

.list-title-img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.share-sns-list .list-title,
.game-intro .game-count .count-label,
.game-result #result-title, 
.game-list .rank_title_wrap {
  font-size: 1.2rem;
  font-family: var(--game-91-font) !important;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  letter-spacing: -0.03125rem;
  color: var(--game-91-sub-color) !important;
  text-shadow: -1px -1px 0 #000000, 2px -1px 0 #000000, -1px 2px 0 #000000, 2px 2px 0 #000000;
  margin-bottom: 1rem;
}
.share-sns-list .list-title::before,
.game-intro .game-count .count-label:before,
.game-result #result-title:before,
.game-list .rank_title_wrap:before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-91-color) !important;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.game-list .rank_title_wrap {
  font-size: 2rem;
  margin-bottom: 0;
}

.game-result .rank_title_wrap {
  height: 1rem;
  bottom: 0.45rem;
}

.banner_1216 > a {
  display: block;
  height: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pop_1216 #bannerWrap a img {
  width: 300px;
  height: auto;
}

.game-result {
  padding: 0;
}

.detail img {
  width: 100%;
  padding: 0 40px;
}

.detail {
  text-align: center;
}

.detail #resultImg {
  display: none;
}

.game-result .thumb-img-text {
  color: #ffffff;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.game-result #result-title:before,
.game-list .rank_title_wrap:before {
  height: 1rem;
  bottom: 0.45rem;
}

.game-result .share-sns-list span {
  font-size: 1.2rem;
}

.game-result .btn_box a {
  width: 100%;
  line-height: 3.4rem;
  display: inline-block;
  font-family: var(--game-91-font) !important;
}

.game-result .btn_retest,
.game-result .btn_select,
.game-result .btn_list {
  width: 18rem;
  text-align: center;
  padding: 0 1.9rem;
}

.game-result .btn_retest a {
  background: url('https://cdn.banggooso.com/assets/images/game91/btn-retry.png') no-repeat;
  background-size: 100%;
}
.game-result .btn_retest a:active {
  background: url('https://cdn.banggooso.com/assets/images/game91/btn-retry-active.png') no-repeat;
  background-size: 100%;
}

.game-result .btn_select a {
  background: url('https://cdn.banggooso.com/assets/images/game91/btn-myroom-save.png') no-repeat;
  background-size: 100%;
}

.game-result .btn_select a:active {
  background: url('https://cdn.banggooso.com/assets/images/game91/btn-myroom-save-active.png') no-repeat;
  background-size: 100%;
}

.game-result .btn_list a {
  background: url('https://cdn.banggooso.com/assets/images/game91/btn-more.png') no-repeat;
  background-size: 100%;
}

.game-result .btn_list a:active {
  background: url('https://cdn.banggooso.com/assets/images/game91/btn-more-active.png') no-repeat;
  background-size: 100%;
}

.game-result .btn_box {
  margin-bottom: 5rem;
}

.game-result .btn_retest,
.game-result .btn_select,
.game-result .btn_list {
  margin: 0rem auto;
}

.game-result .btn_retest img {
  width: 10rem;
}

.game-result #result-title {
  padding: 2rem 0.5rem 0;
  font-size: 2rem;
  margin-bottom: 0;
}

.game-result .youtube-box {
  padding: 0 40px;
  text-align: center;
}

.game-result .youtube-box .youtube-title {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #ffffff;
}

.game-result .youtube-box .youtube-video {
  height: 13rem;
  padding: 0;
}

.pop_induce.image-hidden.game91 .popup {
  background-image: url('https://cdn.banggooso.com/assets/images/game91/popup.png');
  padding-bottom: 26.5rem;
  background-size: 100%;
  width: 80%;
}

@media screen and (max-width: 500px) {
  .popup_new.popup .pop_1216 #bannerWrap > a {
    top: 0;
  }
  .popup_new.popup .pop_1216 #bannerWrap a img {
    margin-top: 52%;
  }
}

.test-lists-wrap .test-lists {
  padding: 1rem 2.8rem;
  display: flex;
  flex-wrap: wrap;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  display: inline-block;
  width: 50%;
  border: 0;
  padding: 0.2rem;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .thumb {
  width: 100%;
  margin: 0;
}

.game-result .banner {
  margin: 2rem 0 1rem;
}

.game-list .test-lists-wrap {
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}

.game-list .rank_title_wrap .img-box {
  padding: 0 2rem;
}

.game-list .rank_title_wrap .img-box img {
  width: 100%;
}
