/* 공통 */
:root {
  --game-191-font: 'Noto Sans KR', sans-serif;
  --game-191-sub-font: 'Pretendard', sans-serif;
}

.game-btn {
  font-family: var(--game-191-sub-font) !important;
  background-color: transparent !important;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}

.game-wrapper .game-title {
  font-family: var(--game-191-sub-font) !important;
  background-color: #000 !important;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
}

/* 인트로 페이지 */
.game-wrapper {
  background-color: #010101;
}
.game-intro .bg,
.app-main .bg {
  position: absolute;
  width: 100%;
}
.game-intro .bg img,
.app-main .bg img {
  width: 100%;
}
.game-intro .img-box {
  position: absolute;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
.game-intro .img-box img {
  width: 100%;
}
/* ------------------- */

.game-intro .img-box-2 {
  margin: 0 auto;
  margin-bottom: 0;
  padding: 3rem 0rem;
  position: relative;
  height: 22rem;
  width: 90%;
}

.game-intro .img-box-2 {
  margin: 0 auto;
  margin-bottom: 0;
  padding: 3rem 0rem;
  position: relative;
  height: 19rem;
  width: 90%;
}
.game-intro .img-box-2 > .title {
  position: absolute;
  width: 100%;
}

.game-intro .img-box-2 > .title > img {
  position: absolute;
  width: 100%;
}

.game-intro .img-box-2 > .vector {
  position: absolute;
  width: 5.3rem;
  bottom: 5rem;
  right: 1.5rem;
}
.game-intro .img-box-2 > .vector > img {
  width: 100%;
}
.game-intro .img-box-2 > .vector > img:nth-child(1) {
  animation: lotate 3s infinite linear;
}

.game-intro .img-box-2 > .vector > img:nth-child(2) {
  position: absolute;
  width: 0.8rem;
  top: 2.3rem;
  right: 2.2rem;
}
.game-intro .img-box-2 > .title1 {
  position: absolute;
  width: 100%;
}
.game-intro .img-box-2 > .title1 > img {
  position: absolute;
  width: 100%;
}
.game-intro .img-box-2 > .title1 > img:nth-child(1) {
  z-index: 999;
  top: 2.5rem;
}
.game-intro .img-box-2 > .title1 > img:nth-child(2) {
  position: absolute;
  height: 4.8rem;
  width: 80rem;
  top: 2.5rem;
}

.game-intro .img-box-2 > .title1 {
  top: 3.2rem;
  position: absolute;
  height: 4.8rem;
}
.game-intro .img-box-2 > .title2 {
  position: absolute;
  height: 4.8rem;
  width: 12rem;
  top: 8.5rem;
}
.game-intro .img-box-2 > .title1 > .title1-container,
.game-intro .img-box-2 > .title2 > .title2-container {
  width: 100%;
  position: relative;
}

.game-intro .img-box-2 > .title1 > .title1-container > img {
  width: 21.7rem;
  position: absolute;
  z-index: 999;
  height: 4.8rem;
}
.game-intro .img-box-2 > .title2 > .title2-container > img:nth-child(1) {
  width: 12rem;
  position: absolute;
  z-index: 999;
  height: 5rem;
}
.game-intro .img-box-2 > .title2 > .title2-container > img:nth-child(2) {
  position: absolute;
  z-index: 999;
  height: 5rem;
  left: 12.3rem;
}
.game-intro .img-box-2 > .title1 > .title1-container > .slide-wrapper {
  position: absolute;
  overflow: hidden;
  height: 4.8rem;
  width: 21.7rem;
}
.game-intro .img-box-2 > .title2 > .title2-container > .slide-wrapper {
  position: absolute;
  overflow: hidden;
  height: 5rem;
  width: 12rem;
}
.game-intro .img-box-2 > .title1 > .title1-container > .slide-wrapper > img {
  height: 4.8rem;
  width: 80rem;
}
.game-intro .img-box-2 > .title2 > .title2-container > .slide-wrapper > img {
  height: 5rem;
  width: 80rem;
}
/* ------------------- */
.game-intro .intro-caution {
  font-family: var(--game-191-font) !important;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #cccccc;
  letter-spacing: -0.05rem;
  position: relative;
  top: -0.5rem;
}
.game-intro .intro-caution span.colored {
  color: #ff6ad5;
  font-weight: 500;
}
.game-intro .intro-caution div.colored {
  color: #ff6ad5;
  font-weight: 800;
  font-size: 0.8rem;
}

.game-intro .intro-wrapper {
  background-color: #ffffff1f;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.5rem 0rem;
  border-radius: 20px 20px 0px 0px;
}

.game-wrapper .app-header {
  background-color: #050505;
}
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-wrapper.basic .test-lists-wrap .title:before {
  display: none;
}

.game-intro .user-nickname {
  width: 70%;
  margin: 0 auto;
}

.game-intro .user-nickname input {
  border: 1px solid #ffffff26;
  background: rgba(255, 255, 255, 0.21);
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.game-intro .user-nickname input::placeholder {
  color: #b2b2b2;
}

.game-intro .share-sns-list {
  margin: 0;
  padding: 1.2rem 0rem;
}

.game-wrap .preminum-bg {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.game-wrap .black-text.goToNextClick {
  position: absolute;
  bottom: 4rem;
  right: 1rem;
  color: white;
  animation: blink-effect 1s step-end infinite;
}

.game-wrap .black-text.goToNextClick.hidden {
  display: none;
}

/* 리셋 */

/* 공통 */
.game-wrapper .game-wrap {
  background-color: black;
}

.game-wrapper .app-main {
  background-color: #ffffff;
}

.game-wrapper .app-header.result,
.game-wrapper .app-header.list {
  background-color: #000;
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/icons/icon-reply-w.png');
}

.app-main,
.game-wrapper .app-header.test-header {
  border-bottom: 0;
  /* background-color: #000000; */
}

.game-wrapper .app-header.test-header {
  /* background-color: #000000; */
}

.game-wrapper .app-header.test-header .app-logo {
  width: 14rem;
}

.game-intro,
.app-header-btn,
.share-sns-list .list-title,
.game-wrap .btn-game-finish,
.game-result .img-halt-box .list li > span.label-bottom,
.game-result,
.color-white {
  color: #fff !important;
  font-family: var(--game-191-font) !important;
  font-weight: 400;
}
.game-result .recommend-list .inner .title {
  color: #fff !important;
  font-family: var(--game-191-sub-font) !important;
  font-weight: 600;
}
.game-result .video-box {
  width: 100%;
  padding: 0rem 1rem;
}

.game-result .video-box img {
  width: 100%;
}

.game-result {
  background-color: transparent;
}

.game-result .rankingBox {
  display: flex;
  position: static;
  padding: 0.5rem 0rem;
  line-height: 0;
  margin: 0rem 1rem 0.5rem 1rem;
  border-radius: 21px;
  border: 0.1rem solid #ffffff26;
}
.game-result .rankingBox > div {
  font-family: var(--game-191-sub-font) !important;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  border-right: 0.1rem solid #ffffff26;
}
.game-result .rankingBox > div:nth-child(3) {
  border: none;
}
.game-result .rankingBox > div > div:nth-child(1) {
  font-weight: 600;
}
.game-result .rankingBox > div > div:nth-child(2) {
  font-weight: 400;
  color: #ff6ad5;
}

.game-result .result-box .result-box-title {
  font-size: 0.95rem;
  color: #ff6ad5;
  font-family: var(--game-191-sub-font) !important;
  font-weight: 600;
  background-image: url(https://cdn.banggooso.com/assets/images/game191/arrow.png);
  background-repeat: no-repeat;
  background-size: 0.4rem;
  padding: 0rem 1rem;
  background-position-y: 0.3rem;
}

.game-result .result-box .result-box-title .arrow {
}

.game-result .result-box-title .subtitle {
  background-color: var(--game-89-color) !important;
}
.game-result .result-box {
  text-align: left;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 0.85rem;
}

.result-box .img-halt-box ul.list > li span.label-bottom {
  margin-bottom: 1rem;
}

.game-result .result-box.most .result-box-title2 > small,
.game-result .img-halt-box .list li > span.label-bottom > em {
  font-weight: 900;
}

.game-result .img-halt-box .list > li a:nth-child(4) {
  color: #000000;
}

.game-result .img-halt-box .list > li a:nth-child(4):hover {
  color: #ffffff;
}

.game-result .good,
.game-result .bad,
.result-box .img-halt-box ul.list > li span.label-top.first,
.result-box .img-halt-box ul.list > li span.label-top.second,
.game-result .result-box.type .list.most_types li a {
  color: black;
}

.result-box .img-halt-box ul.list > li span.label-top.first,
.result-box .img-halt-box ul.list > li span.label-top.second {
  margin: 0 0 0.5rem 0;
}

.result-box .img-halt-box ul.list > li span.label-top {
  font-size: 1.2rem;
}

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

/* 인트로페이지 */

.game-intro {
  position: relative;
  background: #010101;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.game-intro .btn-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 1.1rem;
}

.game-intro .btn-game-start {
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border-radius: 50px;
  font-size: 1.3rem;
  text-align: center;
  font-family: none;
  background-image: url(https://cdn.banggooso.com/assets/images/game191/start.png);
  background-size: 110%;
  box-shadow: 0 0 0 0.1rem #ffffff26 inset;
  border: none;
}

.game-intro > dl.game-count {
  top: 41.5rem;
}

.game-intro .warning {
  text-align: center;
  font-size: 0.7rem;
  margin-bottom: 2rem;
  opacity: 0.7;
}

.game-intro .most-type-wrap > div {
  border: none;
}

.game-intro .legal-line {
  display: flex;
  justify-content: center;
  color: rgb(216, 216, 216);
  font-size: 0.8rem;
  margin: -1.5rem 0 4rem 0;
}

.game-intro .legal-line.below {
  margin: 1rem 0 0 0;
}

/* 문제페이지 */
.app-header.page {
  display: none;
  background: transparent !important;
  border-bottom: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.app-header.page > a {
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2.48rem;
  background-position: center center;
}

.app-header.page .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game44/SOUND_ON.png');
  background-size: 75%;
  position: absolute;
  right: 2.5rem;
}

.app-header.page .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game44/SOUND_OFF.png');
  background-size: 65%;
}

.app-header.page .app-home {
  background-size: 70%;
  position: absolute;
  right: 0.5rem;
}

.poly_icon {
  margin-top: 0.3rem;
}
.poly_image {
  width: 1rem;
}

/* progress */

.progress-bottom {
  background-color: var(--game-89-sub-color);
  color: #a5a5a5;
  height: 2.52rem !important;
  bottom: 1rem;
}

.progress-bottom .progress {
  top: 50%;
  background: #363636;
  border-radius: 7.8px;
}

.progress-bottom .progress .progress-inner {
  background-color: #fff;
  border-radius: 7.8px;
}

.progress-bottom .percen {
  font-weight: 700;
  font-size: 0.7rem;
  position: absolute;
  top: 30%;
  color: #ffffff;
  right: 10%;
}

.progress-bottom > p:last-child {
  font-size: 0.7rem;
  position: absolute;
  left: 90%;
  bottom: 0;
  transform: translateX(-50%);
}

/* game */

.game-wrap video,
.game-wrap .loading-img {
  position: absolute;
  width: 100%;
}
.game-wrap .loading-img {
  padding: 1rem;
}
.game-wrap .loading-wrapper {
  display: flex;
  flex-direction: column;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  gap: 2rem;
  position: relative;
}

.loading-wrapper .loading-count {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #ffffffb2;
  font-size: 5rem;
  font-weight: 800;
  font-family: var(--game-191-sub-font);
}

.game-wrap .overlay {
  position: absolute;
  height: 60%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 70.83%);
}
.game-wrap .overlay.full {
  height: 100% !important;
}
.game-wrap .pop-text.circle-text {
  color: black;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 1rem 0.2rem rgb(255 255 255 / 86%), 0 0 1rem 0.2rem rgb(88 88 88 / 80%) inset;
  height: 10rem;
}

.game-wrap .full-page .bottom-button,
.select-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  width: 100%;
}

.select-area#time-out {
  display: none;
}

.btn-gray-round {
  background-color: var(--game-89-color) !important;
  color: white !important;
}

.game-wrap .btn-game-finish {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7rem;
  width: 80%;
  font-size: 1rem;
  cursor: pointer;
}

.game-wrap .full-page .bottom-button,
.game-wrap .select-area a,
.game-wrap .select-area button {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  margin: 0 auto;
  width: 85%;
  font-size: 0.9rem;
  text-align: left;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  font-family: var(--game-191-sub-font);
}
.game-wrap .select-area div {
  font-weight: 500;
  border-bottom: none;
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  font-family: var(--game-191-sub-font);
  padding-bottom: 0.3rem;
}

.select-area .select-area-question {
  width: 85%;
  margin: 0 auto;
  border-bottom: 1px solid #fff !important;
}
.select-area .select-area-question span {
  margin: 0rem 0.2rem;
  line-height: 1.1rem;
  border-bottom: 0.5px solid #fff;
}

.select-area#question .timer-caution {
  display: none;
  width: 40%;
  margin: 0 auto;
  min-height: 2rem !important;
}
.select-area#question .timer-caution img {
  width: 100%;
  position: absolute;
  top: 0.8rem;
  width: 100%;
  position: absolute;
  top: 0.8rem;
}

.select-area#time-out {
  height: 12rem;
  text-align: center;
}
.select-area#time-out > div {
  text-align: center !important;
  width: 100% !important;
  display: list-item !important;
  font-family: var(--game-191-sub-font) !important;
  font-weight: 4600 !important;
  padding-bottom: 1rem;
}

.select-area#time-out > button {
  border-radius: 9px;
  text-align: center !important;
  width: 90% !important;
  display: list-item !important;
  font-family: var(--game-191-sub-font) !important;
  font-weight: 400 !important;
  background-color: #ffffff17;
  border: 1px solid #ffffff;
}
.select-area#time-out > button:active {
  font-weight: 400 !important;
  background-color: #ffffff40 !important;
}
.select-area .select-area-question .target-item {
  width: 3rem;
}
.game-result .num-statement {
  font-weight: 700;
}

.game-wrap .full-page .bottom-button:active,
.game-wrap .select-area a:active,
.game-wrap .select-area button:active {
  background: #ffffff36;
  color: #fff;
  font-weight: 600;
}

/* 결과페이지 */
.game-result {
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #000;
}

.game-result .result-text-container {
  padding: 0rem 1rem 0rem 1.3rem;
  font-family: var(--game-191-sub-font);
  letter-spacing: 0rem;
  font-weight: 400;
}

.game-result #result-title {
  font-family: var(--game-191-font) !important;
  padding: 1rem 1rem 0rem 1rem;
  text-align: left;
}
.game-result #result-title h5 {
  color: #7f7f7f;
  text-align: left;
  font-family: var(--game-191-sub-font);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.1rem 0rem;
}

.game-result #result-title h3 {
  color: #0c0c0c;
  padding: 0rem 0.2rem;
  line-height: 1.7rem;
  background-color: #ff6ad5;
  text-align: left;
  font-family: var(--game-191-sub-font);
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0.1rem 0rem;
}

.game-result #result-title h1 {
  color: #fff;
  font-family: var(--game-191-sub-font);
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0rem;
  padding: 0.2rem 0rem;
}
.game-result #result-title .num-statement {
  color: #7f7f7f;
  text-align: left;
  font-family: var(--game-191-sub-font);
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 0;
}

.game-result p.num-statement > span {
  font-size: 0.7rem;
  font-family: var(--game191-font) !important;
  color: #7f7f7f !important;
}

.game-result .num-statement span,
.game-result #result-title h2 {
  color: #ee872f;
}

.game-result .img-box {
  width: 82%;
  margin: 0 auto;
}

.game-result .img-box .thumb-img-text {
  display: none;
}

.game-result .result-box.most {
  margin: 1.1rem 0 0;
}

.game-result .result-box.type {
  padding: 1.5rem 0 1rem;
}

.game-result .result-box.most .result-box-title2 {
  margin-top: 0;
}

.game-result .result-bot-text .subtitle {
  color: var(--game-89-color);
  font-weight: 900;
  margin-top: 1rem;
  text-align: left;
}

.game-result .result-bot-text .mark {
  background: var(--game-89-color);
}

.game-result .test-result-wrap ul {
  overflow: hidden;
}

.game-result .share-sns-list span {
  font-size: 0.85rem;
  font-weight: 700;
  font-family: var(--game-191-font);
}

.game-result .test-result-wrap ul li {
  float: left;
  border-right: 2px solid var(--game-89-color);
  text-align: center;
}

.game-result .test-result-wrap ul li:first-child,
.game-result .test-result-wrap ul li:nth-child(2) {
  width: 32%;
}

.game-result .test-result-wrap ul li:last-child {
  border-right: none;
  width: 36%;
}

.event-section .title {
  font-family: var(--game-191-font);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.event-section .event-img {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 0 0.1rem #ffffff26 inset;
  border-radius: 30px;
}

.event-section .event-img img {
  width: 100%;
}
.result-table-header {
  margin-top: 0.5rem;
}

.result-table-header li {
  color: #a62121;
  font-family: RixYeoljeongdo;
  font-size: 1.4rem;
}

.result-table-value li {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.game-result .good,
.game-result .bad {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  font-family: var(--game-191-font) !important;
  text-shadow: 0.1rem 0.1rem var(--game-89-sub-color) !important;
}
.game-result .event-btn {
  line-height: 1.5rem;
  text-align: center;
  font-size: 1rem !important;
  display: inline-block;
  color: black;
  padding: 0.5rem;
}

.game-result .result-box .game-btn-wrapper {
  margin: 1.5rem auto 0;
}

.result-text-container .result-box .result-box-content {
  padding: 0rem 1rem;
}
.result-text-container .result-box .result-box-content li {
  list-style: disc;
  line-height: 1.5rem;
}

.game-result .btn_myranking,
.game-result .btn_retest,
.game-result .btn_landing {
  width: 90%;
  margin: 0 auto;
}
.game-result .btn_list {
  padding: 0rem 1rem;
  width: 100%;
}

.game-result {
  gap: 1rem;
}
.game-result .page-full {
  padding: 0rem 1rem;
}

.game-result .btn_landing a {
  background-color: transparent;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/game191/landing.png');
  border-radius: 50px;
  background-size: 100%;
}

.game-result .btn_myranking a {
  background-color: transparent;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/game191/result-button.png');
  border-radius: 50px;
  background-size: 100%;
  box-shadow: 0 0 0 0.1rem #ffffff26 inset;
}

.game-result .btn_retest a {
  background-color: transparent;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png'),
    url('https://cdn.banggooso.com/assets/images/game191/result-button.png');
  border-radius: 50px;
  box-shadow: 0 0 0 0.1rem #ffffff26 inset;
  background-position: 70% center, center;
  background-size: 1.1rem, 100%;
}

.game-result .btn_list a {
  background-color: transparent;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('https://cdn.banggooso.com/assets/images/game191/list-type.png');
  border-radius: 15px;
  box-shadow: 0 0 0 0.1rem #ffffff26 inset;
  background-position: center;
  padding-right: 0;
  line-height: 2.4rem;
  font-size: 1rem;
  font-weight: 400;
  background-size: 120%;
  height: 2.4rem;
}
.game-result .btn_list a img {
  width: 0.8rem;
}

.game-result .share-sns-list {
  margin: 3rem 0;
}

.btn-white-round {
  background: #fff;
  color: #222;
}

.rankingBox .myRanking,
.rankingBox .topRanking {
  color: #fff;
  border: none;
}

.rankingBox .myRanking h3,
.rankingBox .topRanking h3 {
  font-family: var(--game-191-sub-font);
  color: #fff;
  padding: 0 5px;
  font-weight: 700;
}

.rankingBox .myRanking h5,
.rankingBox .topRanking h5 {
  font-weight: 400;
  font-family: var(--game-191-sub-font);
  font-size: 0.8rem;
}

.rankingBox .topRanking {
  padding: 1rem;
}
.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: transparent;
}

.test-lists-wrap .rankingBox div.list_content_title > ul > li {
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-family: RixYeoljeongdo;
  height: 1rem !important;
}

.rankingBox .list_content_div {
  height: 25rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li {
  background-color: #ffffff1a;
  color: #fff;
  font-size: 0.9rem !important;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:first-child {
  background-image: url(https://cdn.banggooso.com/assets/images/game191/rank/1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-child(2) {
  background-image: url(https://cdn.banggooso.com/assets/images/game191/rank/2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-child(3) {
  background-image: url(https://cdn.banggooso.com/assets/images/game191/rank/3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:first-child li:first-child,
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-child(2) li:first-child,
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-child(3) li:first-child {
  color: white;
  font-family: var(--game-191-sub-font) !important;
}

/* 결과 - 그래프 */

.circle-chart-wrapper > .circle-chart-inside {
  font-family: RixYeoljeongdo;
}

.circle-chart-wrapper > .circle-chart-inside .circle-chart-box p.circle-chart-text {
  color: white;
}

/* 실시간 유형 순위 */

.game-title.rank-page .logo-img {
  width: 12rem;
}

.game-wrapper .game-title.rank-page {
  font-size: 1.1rem;
}

.game-wrapper .test-lists-wrap .title {
  font-weight: normal;
  letter-spacing: normal;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--game-191-sub-font);
}

.game-wrapper .test-lists-wrap .title:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0.03125rem;
  height: 0.55rem;
  background-color: var(--game-89-sub-color);
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  color: #fff;
  font-family: var(--game-191-sub-font);
  font-weight: 700 !important;
}

.game-wrapper .test-lists-wrap .test-list-item.rank_list .num {
  text-shadow: none;
  font-family: var(--game-191-font);
  color: #fff;
  font-weight: 700;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li {
  font-size: 0.7rem;
  font-weight: 400;
  color: #fff;
  width: 100%;
  word-break: keep-all;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  width: auto;
  background-color: #ededed;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 400;
  font-size: 0.6rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item.rank_list .percen span {
  font-weight: 900;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  margin-bottom: 0.2rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #7f7f7f;
  margin-bottom: 0.3rem;
  font-family: var(--game-191-sub-font);
  font-size: 0.7rem;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span:nth-child(2) {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  word-break: keep-all;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item .item-wrap .thumb {
  width: 35%;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border: 0.1rem solid #ffffff73;
}

/**************************************************/

.game-wrapper .app-main,
.game-wrapper .app-main img {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.game-wrapper .app-main {
  height: 100vh;
}

.game-wrap {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.game-wrap .full-page {
  height: 100vh;
  position: relative;
}

.select-area {
  display: flex;
  flex-direction: column;
}

/* share */

.game-intro .share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/1.png);
}
.game-intro .share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/2.png);
}
.game-intro .share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/3.png);
}
.game-intro .share-sns-list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/4.png);
}
.game-intro .share-sns-list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/5.png);
}

.game-result .share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/1.png);
}
.game-result .share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/2.png);
}
.game-result .share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/3.png);
}
.game-result .share-sns-list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/4.png);
}
.game-result .share-sns-list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game183/share/white/5.png);
}

/* loading */
.game-loading-wrap {
  background-color: #040404;
}
.game-loading-wrap .app-header {
  display: block !important;
  font-family: var(--game-191-sub-font);
}
.game-loading-wrap .game-title {
  color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.2rem;
  font-weight: 600;
}

.game-loading-wrap .event-wrapper {
  color: #fff;
  padding: 1rem 1rem 0rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: var(--game-191-sub-font);
}

.game-loading-wrap .event-wrapper .title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.game-loading-wrap .event-wrapper .info {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}

.game-loading-wrap .event-wrapper .styled-input {
  background: transparent;
  width: 60%;
  margin: 0 auto;
  border-bottom: 1.5px solid #ffffff;
  padding: 0.8rem;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0px;
}

.game-loading-wrap .event-wrapper .styled-input::placeholder {
  color: #ffffff66;
}

.game-loading-wrap .event-wrapper .caution {
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #6c6c6c;
  margin: -0.5rem;
}

.game-loading-wrap .event-wrapper .event-button {
  width: 86%;
  margin: 0 auto;
  padding: 1rem 0rem;
}

/* --- 더 많은 컨텐츠 보기 --- */

.contents-more .contents-list {
  border-left: 2px solid #ffffff26;
}

.contents-more .contents-list .game-btn {
  font-size: 0.8rem !important;
  background-color: #fff !important;
}

.contents-more .contents-list .game-btn a {
  color: #000 !important;
  font-weight: 500 !important;
  font-family: var(--game-191-sub-font) !important;
}

.contents-more {
  background: #7a7a7a;
  border: 1.5px solid #ffffff26;
  margin: 2.5rem 1rem;
}

.contents-more .contents-main .sub-text {
  color: #fff;
  font-family: var(--game-191-sub-font);
}

.contents-more .contents-list .game-btn::before {
  transform: rotate(180deg);
  padding: 0.8rem 0.5rem;
  background-image: url(https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png);
  width: 0.8rem !important;
}

/* game count */
.game-intro .game-count {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff !important;
}
.game-intro .game-count .count-label,
.game-intro .game-count .count-num {
  font-family: var(--game-191-sub-font);
  font-weight: 700;
  color: #fff !important;
}
.game-intro .game-count .count-num {
  font-size: 2.2rem;
}
/* 공유하기 */
.share-sns-list .list-title {
  color: #222222;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 700 !important;
}

/* 인트로 - 가장 많은 유형 */
.game-intro .result-box {
  margin: 2rem 1.2rem;
}

.game-intro .result-box .result-box-title {
  color: #fff;
  font-family: var(--game-191-sub-font);
  font-weight: 700;
}

.game-intro .result-box .result-box-title2 > small {
  color: #fff;
  font-family: var(--game-191-sub-font);
  font-size: 0.5625rem;
  font-weight: 400;
}

.result-box .img-halt-box ul.list > li span.label-top {
  text-indent: 0;
  color: #fff !important;
  text-shadow: none;
  height: auto;
  font-family: var(--game-191-sub-font);
  font-weight: 700;
  font-size: 1.1rem !important;
}

.result-box .img-halt-box ul.list > li span.label-bottom {
  margin-bottom: 1rem;
  font-family: var(--game-191-sub-font) !important;
  color: #fff;
  font-weight: 400;
}

.result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: #fff;
  font-size: 0.78125rem;
  font-style: normal;
  font-weight: 400;
}

.target-wrapper .target-item {
  width: 4.7rem;
  height: 4.7rem;
  position: relative;
  margin: 0 auto;
}
.target-wrapper .target-item img {
  width: 70%;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
}
svg {
  position: absolute;
  left: 0;
  top: 0;
  stroke-dashoffset: 0;
}

.target-item .target-circle {
  stroke: #4e4e4e;
  stroke-width: 6;
  stroke-dasharray: 277;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.target-item .target-circle-c {
  stroke: #ff6ad5;
  stroke-width: 6;
  stroke-dasharray: 277;
  animation: stroke-ani 23s linear;
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes stroke-ani {
  0% {
    stroke-dashoffset: 277;
    stroke: #ff6ad5;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #ff6ad5;
    opacity: 1;
  }
}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(1)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(2)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(3)::after {
  background-image: none;
  background-position: 0%;
}

.rankingBox .list_content_div > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)::after,
.rankingBox .list_content_div > ul > li:nth-of-type(3) > ul > li:nth-of-type(1)::after {
  background-image: none;
  background-position: 0%;
}

.rankingBox div > ul > li > ul > li {
  font-weight: 400;
  font-family: var(--game-191-sub-font);
}
.rankingBox div > ul > li > ul > li:nth-child(1) {
  font-weight: 400;
  font-family: var(--game-191-sub-font);
  font-size: 0.9rem;
}

.game-wrapper .app-header .app-header-btn.back {
  background: transparent url('https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png') no-repeat center center /
    auto 1rem !important;
}

.game-wrapper .app-main {
  background-image: url(https://cdn.banggooso.com/assets/images/game191/bg.png) !important;
  background-size: 100%;
}

.game-wrapper .app-header.page .app-header-btn.back-w {
  display: none;
}

.game-wrapper .game-loading-wrap .app-header .app-header-btn.back {
  display: none;
}

.game-result .youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 1rem;
}

.game-result .youtube p {
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
}

.game-result .youtube iframe {
  width: 100%;
  height: 13rem;
  margin-top: 0.5rem;
}
.game-btn-wrapper > .game-btn {
  border-width: 0 !important;
}

.game-result .result-box + .result-box {
  margin-top: 1.5rem;
}
.game-result .result-box {
  margin-top: 1.5rem;
}

@keyframes lotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lotate {
  animation: lotate 3s infinite linear;
}

@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.slide {
  animation: slide 5s linear infinite;
}

.game-result .restart-caution {
  margin-top: 0.5rem;
  display: block;
  line-height: 1;
  font-size: 0.754rem;
  font-weight: 500 !important;
  text-align: center;
  font-family: var(--game-191-font);
}
