
@font-face {
  font-family: 'KBIZHanmaumGothic';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --game-186-color: #ECF018;
  --game-186-sub-color: #4942DA;
  --game-186-font: 'KBIZHanmaumGothic', sans-serif;
  --game-186-rounded-font: 'RixGulim';
}


.game-wrapper .game-title {
  background-color: #fff;
  color: #000;
  font-family: var(--game-186-font);
  border-bottom: 1px solid #EEEEEEEE;
  line-height: 2.5rem;
  font-size: 1rem;
}

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-wrapper.basic .test-lists-wrap .title:before {
  background: var(--game-186-color);
}



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

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

a img{
  width: 100%;
}
/* intro */

.game-wrapper .game-intro {
  padding: 0rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.game-intro .img-box{
  margin: 0;
}

.game-intro .game-intro-title {
  font-family: 'KBIZHanmaumGothic', 'sans-serif' !important;
  margin: 0;
  font-size: 1.5rem;
}

.game-intro.started {
  display: none;
}

.game-intro .game-intro-text{
  font-size:0.9rem;
}

.game-intro-text p {
  margin-bottom: 0.7rem;
}

.game-intro .btn-game-start {
  background-color: var(--game-186-color);
  color: #ffffff;
}

.game-intro .btn-wrap {
  margin: 1rem auto;
  width: 20rem;
}

.btn-wrap a img{
  width: 100%;
}

.game-intro .user-nickname input {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #222222;
  padding: 0.5rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: #f6f6f6;
}

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

.game-intro .user-nickname input:focus {
  outline: none;
  border: 3px solid var(--game-186-color);
}

/* 문제페이지 - 공통 */

.game-wrapper .app-header {
  align-items: center;
  height: 2.48rem;
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
  border-bottom: 1px solid #e8e8e8;
}

.game-wrapper .app-header.page {
  position: relative;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  transform: translateX(-50%);
  max-width: 500px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
}

.test-controller-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2rem;
  }
  
  button.game-previous {
    display: none;
  }
  
  .test-controller-top .back-btn-wrap {
    flex: 1;
  }
  .test-controller-top .game-title {
    flex: 3;
  }
  .test-controller-top .game-stage-wrap {
    flex: 1;
  }
  
  .test-controller-top .game-stage-wrap .game-stage{
    font-weight: 900;
  }
  

.game-wrap .game-progress{
  width: 90%;
  margin: 0 auto;
}

.test-controller-top .game-stage-wrap {
  font-weight: 700;
  text-align: right;
}

.game-wrapper.basic .game-title.page {
  color: #000;
}

.game-wrap .game-body{
  padding:0.5rem 2rem 1rem 2rem;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.game-wrapper.basic .test-controller-top .back-btn-wrap {
  opacity: 0;
  pointer-events: none;
}

.game-wrap .game-body .question-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5rem;
}

.game-wrap .game-body .question-options .question-option + .question-option {
  margin-top: 0;
}


/*사진 없는 글자 선택지*/
.game-wrapper .game-body .question-options .question-option {
  border: 0.15rem solid #e1e1e1;
}

.game-wrap .game-body .question-options .question-option.active:after,
.game-wrap .game-body .question-options .question-option:focus:after,
.game-wrap .game-body .question-options .question-option:active:after {
  content: '';
  position: absolute;
  right: 1rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game186/check.png);
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}


.game-wrapper .game-body .question-options .question-option.active:after,
.game-wrapper .game-body .question-options .question-option:focus:after,
.game-wrapper .game-body .question-options .question-option:active:after {
  content: '';
  position: absolute;
  right: 1rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game186/check.png);
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.game-wrap .game-body .question-options .question-option.active > p {
  background-color: transparent !important;
}

.game-wrapper .game-body .question-options .question-option.active,
.game-wrapper .game-body .question-options .question-option:focus,
.game-wrapper .game-body .question-options .question-option:active {
  background-color: #ECF01880;
  border: 0.15rem solid #ECF018 !important;
}

.game-wrap .image-step-12 .question-options .question-option > p {
  font-size: 0.8rem !important;
}

/*사진 포함된 선택지*/
.game-wrap .image-step-2 .question-option,
.game-wrap .image-step-4 .question-option,
.game-wrap .image-step-6 .question-option,
.game-wrap .image-step-8 .question-option,
.game-wrap .image-step-12 .question-option,
.game-wrap .image-step-19 .question-option {
  display: inline-block !important;
  width: 46% !important;
  height: 9rem !important;
  border-radius: 1rem !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  border: 0.2rem solid #e1e1e1;
  box-sizing: content-box;
}

.game-wrap .image-step-3 .question-option{
  display: inline-block !important;
  width: 30% !important;
  height: 9rem !important;
  border-radius: 1rem !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  border: 0.2rem solid #e1e1e1;
  box-sizing: content-box;
}

.game-wrap .image-step-2 .question-option > p,
.game-wrap .image-step-3 .question-option > p,
.game-wrap .image-step-4 .question-option > p,
.game-wrap .image-step-6 .question-option > p,
.game-wrap .image-step-8 .question-option > p,
.game-wrap .image-step-12 .question-option> p,
.game-wrap .image-step-19 .question-option> p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.6rem;
  padding: 0.3rem;
  background-color: transparent;
  border-radius: 0 0 0.85rem 0.85rem;
  font-size: 0.8rem;
}

.game-wrap .image-step-2 .question-options .question-option.active:after,
.game-wrap .image-step-2 .question-options .question-option:focus:after,
.game-wrap .image-step-2 .question-options .question-option:active:after,
.game-wrap .image-step-3 .question-options .question-option.active:after,
.game-wrap .image-step-3 .question-options .question-option:focus:after,
.game-wrap .image-step-3 .question-options .question-option:active:after,
.game-wrap .image-step-4 .question-options .question-option.active:after,
.game-wrap .image-step-4 .question-options .question-option:focus:after,
.game-wrap .image-step-4 .question-options .question-option:active:after,
.game-wrap .image-step-6 .question-options .question-option.active:after,
.game-wrap .image-step-6 .question-options .question-option:focus:after,
.game-wrap .image-step-6 .question-options .question-option:active:after,
.game-wrap .image-step-8 .question-options .question-option.active:after,
.game-wrap .image-step-8 .question-options .question-option:focus:after,
.game-wrap .image-step-8 .question-options .question-option:active:after,
.game-wrap .image-step-12 .question-options .question-option.active:after,
.game-wrap .image-step-12 .question-options .question-option:focus:after,
.game-wrap .image-step-12 .question-options .question-option:active:after,
.game-wrap .image-step-19 .question-options .question-option.active:after,
.game-wrap .image-step-19 .question-options .question-option:focus:after,
.game-wrap .image-step-19 .question-options .question-option:active:after {
  position: absolute !important;
  right: 1rem !important;
  top: 15% !important;
}


.game-wrap .game-body .question-title {
  font-size: 1.2rem;
    text-align: left;
    margin: 0;
    font-weight: 800;
}

.game-wrapper .game-progress .game-progress-inner {
  background-color: var(--game-186-sub-color);
}

.test-controller-top .game-stage-wrap {
  font-weight: 700;
}

.game-wrapper.basic .game-body {
  position: relative;
}

/* a.app-header-btn.back {
  display: none !important;
} */

.game-wrap .game-body .skip-question {
  background-color: var(--game-186-color);
  color: #000;
  width: 6rem;
  text-align: center;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
}

/* .game-wrap .game-body .skip-question > img {
  width: 0.8rem;
  margin-left: 0.1rem;
} */

.game-wrap .game-body .skip-question::after {
  background: url(https://cdn.banggooso.com/assets/images/common/re-test-b.png) no-repeat 0px 0px;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  background-size: contain;
  display: inline-block;
}

.game-wrap .game-stage-wrap .current-stage {
  color: var(--game-186-sub-color);
}

.game-wrap .game-body .next-question {
  text-align: center;
  background-color: var(--game-186-color);
  padding: 1rem;
  font-size: 1.3rem;
  font-family: var(--game-186-font);
  color: #000;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

/* 플레이어 뒤로가기 삭제 */

.game-wrapper.basic .test-controller-top .back-btn-wrap {
  visibility: hidden;
}


/* 문제페이지 - 이미지 */

.game-answer .question-answer-box .question-option {
  border: 0.1rem solid #e1e1e1;
  border-radius: 3rem;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: bold;
  color: #3c3c3c;
}

.game-answer .image-step-3 .question-option {
  width: 6rem !important;
  }

  
/* 2-4 */
.image-step-2 #button-0.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/2-1.jpg);
}

.image-step-2 #button-1.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/2-2.jpg);
}

.image-step-2 #button-2.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/2-3.jpg);
}

.image-step-2 #button-3.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/2-4.jpg);
}

/* 3-5 */
.image-step-3 #button-0.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/3-1.jpg);
}

.image-step-3 #button-1.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/3-2.jpg);
}

.image-step-3 #button-2.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/3-3.jpg);
}

.image-step-3 #button-3.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/3-4.jpg);
}

.image-step-3 #button-4.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/3-5.jpg);
}

/* 4-4 */
.image-step-4 #button-0.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/4-1.jpg);
}

.image-step-4 #button-1.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/4-2.jpg);
}

.image-step-4 #button-2.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/4-3.jpg);
}

.image-step-4 #button-3.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/4-4.jpg);
}

/* 6-4 */

.image-step-6 #button-0.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/6-1.jpg);
}

.image-step-6 #button-1.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/6-2.jpg);
}

.image-step-6 #button-2.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/6-3.jpg);
}

.image-step-6 #button-3.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/6-4.jpg);
}

/* 8-3 */

.image-step-8 #button-0.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/8-1.jpg);
}

.image-step-8 #button-1.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/8-2.jpg);
}

.image-step-8 #button-2.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/8-3.jpg);
}

/* 12-4 */
.image-step-12 #button-0.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/12-1.jpg);
}

.image-step-12 #button-1.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/12-2.jpg);
}

.image-step-12 #button-2.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/12-3.jpg);
}

.image-step-12 #button-3.question-option {
  background-image:url(https://cdn.banggooso.com/assets/images/game186/question/12-4.jpg);
}


/* 19-2 */
.image-step-19 #button-0.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/19-1.jpg);
}

.image-step-19 #button-1.question-option {
  background-image: url(https://cdn.banggooso.com/assets/images/game186/question/19-2.jpg);
}


/* 결과페이지 */


.game-wrapper .result-icon {
  width: 4.5rem;
  margin: 0 auto 2rem auto;
}

.game-wrapper .result-icon > img {
  width: 100%;
}

.game-wrapper .complete-text {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
}

.game-wrapper .result-input {
  border: solid 3.5px #ECF018;
  border-radius: 5px;
  width: 70%;
  display: block;
  margin: 1rem auto 0;
  font-size: 0.85rem;
  text-align: center;
  color: #444444;
  padding: 0.2rem;
  text-overflow: ellipsis;
  background: #fff;
}

.pop_induce .popup .wrap .btn_goRank {
  visibility: hidden;
}

.new-popup.popup-module.pop_induce .popup div.btn_induce {
  padding: 0.8rem 0 1.2rem !important;
}

.popup-box img{
  width: 50%;
  margin: 0 auto;
}

.event-game-content img{
  width: 50%;
  margin: 0 auto;
}

.ladder-game img{
  width: 100%;
}

/* 결과페이지 - 로그인 안 했을 경우 */

.game-result {
  padding-top: 1.5rem !important;
  gap: 1.5rem;
}

.game-result .page-full{
  margin: 0;
  }

.game-result .login-tab-section {
  margin-top: 1.5rem;
  text-align: center;
}

.share-sns-list {
  margin: 0rem !important;
}

.game-result .login-tab-section .save-button {
  width: 70%;
  display: inline-block;
}

.game-result .login-tab-section .login-tab-bubble {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.7rem;
}

.game-result .login-tab-section .login-tab-bubble > img {
  width: 100%;
}

/* 결과페이지 - 로그인 했을 경우 */

.game-result .bottom-bubble-section {
  text-align: center;
  margin: 2rem 0 3rem 0;
  width: 100%;
}

.game-result .character-bubble {
  width: 60%;
  margin: 0 auto;
}

.game-result .character-image {
  width: 80%;
  margin: 0 auto;
}

.game-result .bottom-bubble-section .character-bubble > img,
.game-result .bottom-bubble-section .character-image > img {
  width: 100%;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/*  ranking */

.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: #FFFDD4 !important
}

.rankingBox .myRanking h3, .rankingBox .topRanking h3{
  font-family: var(--game-186-font);
}

.test-lists-wrap .rankingBox .list_content_title > ul > li {
  background-color: #ffffff;
  font-size: 0.75rem;
  font-family: var(--game-186-font);
}

.rankingBox .topRanking ul li.answer {
  opacity: 0;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li > ul > li:nth-of-type(3) {
  padding-right: 0.3rem;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li > ul > li:nth-of-type(4) {
  padding-bottom: 0.1rem;
}

.test-lists-wrap .rankingBox div > ul > li > ul {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li {
  background-color: #fafafa;
}

.test-lists-wrap .rankingBox div > ul > li > ul > li:nth-of-type(4) .go-answer-btn {
  width: 80%;
  height: 1.4rem;
  margin-left: 0.4rem;
  font-family: var(--game-186-font);
  font-size: 0.75rem;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0.1rem 0.1rem #000000;
  border: 0.07rem solid #000000;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(1) {
  background-color: #ECF018;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color:#FFFBAB;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: #FFFDD4;
}

.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(1) > ul > li:nth-of-type(1)::after,
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) > ul > li:nth-of-type(1)::after,
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) > ul > li:nth-of-type(1)::after {
  content: '';
  padding-right: 1rem;
  top: 0.02rem;
  left: 0.8rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 65%;
}

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

.rankingBox .btn_refresh > img {
  width: 100%;
}

/* 답변 페이지 */

.game-answer {
  height: auto;
  padding: 2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.game-answer .game-answer-title{
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.app-main.answer-bg {
  background-color: #E9F2FF;
}

.game-answer .answer-list-icon {
  width: 3.5rem;
  margin: 0 auto;
}

.game-answer .answer-list-icon > img {
  width: 100%;
}

.game-answer .maker-test-block {
  font-family: var(--game-186-font);
  color: #000000;
}

.game-answer .maker-test-block .maker-name {
  color: #ffffff;
}

.game-answer .open-answer {
  font-family: var(--game-186-font);
  font-size: 2.25rem;
  color: #ffffff;
  text-shadow: -1.5px -1.5px 0 #000000, 1.5px -1.5px 0 #000000, -1.5px 1.5px 0 #000000, 1.5px 1.5px 0 #000000,
    0.15rem 0.15rem #000000;
}

.game-answer .player-name-box {
  background-color: #fff;
  width: 30%;
  margin: 0 auto;
  border-radius: 11px;
  padding: 0.4rem 0.7rem;
  font-family: var(--game-186-font);
  font-size: 0.85rem;
  color: #000000;
}

.game-answer .question-answer-box {
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.6rem;
  border: 0.15rem solid #000000;
  box-shadow: 0.18rem 0.18rem #000000;
}

.game-answer .question-answer-box .question-option {
  padding: 0.5rem !important;
}

.game-answer .question-answer-box:last-of-type {
  margin-bottom: 0rem;
}

.game-answer .question-answer-box .question-text {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
  text-align: center;
}

/*답변 페이지 - 사진 없는 글자 선택지*/
.game-answer .question-answer-box .question-list .question-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 2.2rem;
}

.game-answer .question-answer-box .question-option {
  border: 0.1rem solid #e1e1e1;
}

/*이미지로 된 문제*/
.game-answer .image-step-2 .question-option,
.game-answer .image-step-4 .question-option,
.game-answer .image-step-6 .question-option,
.game-answer .image-step-8 .question-option,
.game-answer .image-step-12 .question-option,
.game-answer .image-step-19 .question-option{
  display: inline-block !important;
  width: 9rem !important;
  height: 9rem !important;
  border-radius: 1rem !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  border: 0.2rem solid #e1e1e1;
  box-sizing: content-box !important;
}

.game-answer .image-step-3 .question-option{
  display: inline-block !important;
  width: 6rem !important;
  height: 9rem !important;
  border-radius: 1rem !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  border: 0.2rem solid #e1e1e1;
  box-sizing: content-box !important;
}

.game-answer .image-step-2 .question-option > p,
.game-answer .image-step-3 .question-option > p,
.game-answer .image-step-4 .question-option > p,
.game-answer .image-step-6 .question-option > p,
.game-answer .image-step-8 .question-option > p,
.game-answer .image-step-12 .question-option > p,
.game-answer .image-step-19 .question-option > p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 0 0 0.85rem 0.85rem;
  font-size: 0.75rem;
}


/*텍스트, 이미지 문제 공통 부분 */

.game-answer .question-answer-box .question-option.right > p {
  background-color: transparent !important;
}

.game-answer .question-answer-box .question-option.wrong > p {
  background-color: transparent !important;
}

.game-answer .question-answer-box .question-option.right {
  border: 0.1rem solid #ECF018 !important;
  background-color: #F7FC1480;
}

.game-answer .question-answer-box .question-option.wrong {
  border: 0.1rem solid #4942DA !important;
  background-color: #B8D1FF;
}

/*텍스트 문제 체크 박스 */
.game-answer .question-answer-box .question-option.right:after {
  content: '';
  position: absolute;
  right: 1rem;
  background-image:url(https://cdn.banggooso.com/assets/images/game186/check.png);
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.game-answer .question-answer-box .question-option.wrong:after {
  content: '';
  position: absolute;
  right: 1rem;
  background-image:  url(https://cdn.banggooso.com/assets/images/game186/X.png);
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.game-answer .image-step-2 .question-option.right:after,
.game-answer .image-step-3 .question-option.right:after,
.game-answer .image-step-4 .question-option.right:after,
.game-answer .image-step-6 .question-option.right:after,
.game-answer .image-step-8 .question-option.right:after,
.game-answer .image-step-12 .question-option.right:after,
.game-answer .image-step-19 .question-option.right:after,
.game-answer .image-step-2 .question-option.wrong:after,
.game-answer .image-step-3 .question-option.wrong:after,
.game-answer .image-step-4 .question-option.wrong:after,
.game-answer .image-step-6 .question-option.wrong:after,
.game-answer .image-step-8 .question-option.wrong:after,
.game-answer .image-step-12 .question-option.wrong:after,
.game-answer .image-step-19 .question-option.wrong:after {
  position: absolute !important;
  right: 1rem !important;
  top: 15% !important;
}

.myroom-popup .popup.my_pop .btn_retest {
  background-color: var(--game-186-color) !important;
  color: white !important;
}

.question-option.right:after,
.question-option.right:after,
.question-option.right:after,
.question-option.right:after,
.question-option.right:after,
 .question-option.right:after
 .question-option.right:after
.question-option.wrong:after,
.question-option.wrong:after,
.question-option.wrong:after,
.question-option.wrong:after,
.question-option.wrong:after,
 .question-option.wrong:after
 .question-option.wrong:after{
  position: absolute !important;
  right: 1rem !important;
  top: 15% !important;
 }

/* ranking custom */
.result-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 0.1rem solid #f2f2f2;
  border-radius:9px;
}

.game-intro .ranking-box .result-box-sub-title {
  font-family: var(--game-186-rounded-font);
  font-size: 0.7rem;
}
.game-intro .ranking-box .result-box-title {
  padding: 0 0.35rem;
  font-family: var(--game-186-font);
}

.ranking-list{
  font-family: var(--game-186-rounded-font);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 2.5rem 0.2rem 1.2rem;
  font-size: 0.9rem;
  font-family: var(--game-186-rounded-font);
  margin-bottom: 0.3rem;
}
.ranking-list-0{
  background-color:#ECF018 ;
}
.ranking-list-1{
  background-color:#FFFBAB ;
}
.ranking-list-2{
  background-color:#FFFDD4 ;
}

.ranking-list-title{
  display: flex;
  justify-content: space-between;
  padding: 0rem 2.5rem;
  font-size: 0.7rem;
  font-family: var(--game-186-font);
  line-height: 1rem;
}

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


/* ranking-page */
.rankingBox .myRanking .myNum {
  font-size: 33px;
  font-family: var(--game-186-font);
  font-weight: 900;
}


.cta-area-button img{
  width: 60%;
  margin: 0 auto;
}

.share-sns-list .btn-share {
  width: 3rem;
  height: 3rem;
}