:root {
  --game-117-color: #0062ad;
  --game-117-sub-color: #cbe1f1;
  --game-117-2nd-color: #003f70;
  --game-117-3rd-color: #d4eac3;
  --game-117-right-background: rgba(255, 186, 52, 0.5);
  --game-117-right-border: #ffba34;
  --game-117-wrong-background: rgba(255, 146, 179, 0.5);
  --game-117-wrong-border: #ff92b3;
  --game-117-font: 'GmarketSans', serif;
}

.app-header .brand-logo {
  width: 17rem !important;
  background-size: auto 60% !important;
  background-image: url('https://cdn.banggooso.com/assets/images/game117/logo.png') !important;
}

.game-wrapper .game-title {
  font-family: var(--game-117-font) !important;
  color: white;
  font-weight: 600;
  background-color: var(--game-117-color);
}

.game-intro .game-intro-title {
  font-family: var(--game-117-font);
  font-weight: 600;
}
/* intro */
.game-intro .game-intro-text {
  color: #8e8e8e;
  font-size: 0.8rem;
  line-height: 1.55em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.game-intro .game-intro-text p:nth-child(1) {
  color: var(--game-117-color);
  margin-bottom: 0.5rem;
}

.game-intro .user-nickname input {
  display: block;
  margin: 1rem auto 0;
  width: 60%;
  height: 3rem;
  font-size: 1rem;
  padding: 1rem;
  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-117-color);
}

.game-wrap .result-step {
  display: inline-block;
  width: 100%;
  box-shadow: 0.3rem 0.4rem 0 #222222;
  border-radius: 3rem;
  border: 0.25rem solid #222222;
  font-size: 1.3rem;
  text-align: center;
  line-height: 4rem;
  font-family: var(--game-117-font);
  background: #edf7ff;
  font-weight: 600;
  color: #cbe1f1;
  animation: changeBackground 6s 1 forwards;
}

@keyframes changeBackground {
  from {
    background-color: #edf7ff;
  }
  to {
    background-color: var(--game-117-color);
  }
}
.game-intro .btn-game-start {
  font-family: var(--game-117-font);
  background: var(--game-117-color);
  font-weight: 600;
  color: white;
}

.game-intro .game-count .count-label,
.game-intro .game-count .count-num {
  font-family: var(--game-117-font) !important;
}
.game-intro .game-count .count-label {
  font-weight: 500;
}
.game-intro .game-count .count-num {
  font-weight: 600;
}
.game-intro .game-count .count-label:before {
  background-color: var(--game-117-sub-color) !important;
}
/* 문제페이지 - 공통 */
.game-wrapper .game-title.page {
  font-weight: 600;
  color: black;
}
.game-wrapper.basic .game-body.no-image .question-title {
  margin: 3rem auto !important;
  font-size: 1.3rem !important;
}
.game-wrapper .game-wrap .game-body {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1.625rem 2rem;
}
.app .app-header.page {
  border-bottom: 1px solid var(--game-117-color) !important;
  position: relative;
}

/* header-controller */
.game-wrapper .test-progress-header {
  border-top: 0.1rem solid white !important;
  padding: 0 1.625rem;
  height: auto;
  display: block;
}
.game-wrapper .test-controller-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.game-wrapper .test-controller-top .back-btn-wrap {
  padding-left: 0.8rem;
  background: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png) no-repeat left center /
    0.4rem;
  display: flex;
}
.game-wrapper .test-controller-top > .back-btn-wrap button {
  background: transparent;
  border: 0;
  color: #000000;
  font-size: 0.625rem;
  cursor: pointer;
}

.game-wrapper .game-title.page {
  background-color: transparent !important;
  vertical-align: baseline;
}
.game-wrap .game-stage {
  font-size: 0.85rem;
}
.game-wrap .game-stage span {
  color: var(--game-117-color);
}

.game-wrapper .progress-bottom {
  display: none;
}
/*문제페이지*/
.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/game87/icon/text_right.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: var(--game-117-right-background);
}

.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: var(--game-117-right-background);
  border: 0.1rem solid var(--game-117-right-border);
}

.game-wrap .game-title {
  color: white;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-117-color) !important;
}

.game-wrap .game-body .question-title {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
  margin: 1.8rem 0 2.5rem !important;
}

.game-wrap .game-body .question-options button.question-option {
  font-family: var(--game-117-sub-font);
  font-weight: 400;
  font-size: 0.9rem !important;
}

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

/*my-ranking*/
.game-wrapper .test-lists-wrap {
  background-color: #e3f7ff;
}
.rankingBox .topRanking h3 {
  font-family: var(--game-117-font);
  margin-bottom: 0.5rem;
}
.rankingBox .topRanking h3::before {
  background-color: #eff7e8;
}
.rankingBox .topRanking {
  border-radius: 0rem;
  border: 0rem;
  padding: 1rem;
  background-color: var(--game-117-2nd-color);
  margin: 0;
  min-height: 0;
}

.rankingBox .topRanking .notice {
  font-size: 0.7rem;
}

.list-content {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 1rem;
  max-height: 62vh;
}

.list-content .name {
  width: 100%;
  background-color: white;
  height: 2.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.list-content .name span {
  font-weight: 700;
}
.list-content .name span:nth-child(1) {
  width: 15%;
  font-family: var(--game-117-font);
  color: var(--game-117-sub-color);
}
.list-content .name span:nth-child(2) {
  width: 75%;
  text-align: start;
}
.list-content .name span:nth-child(3) {
  color: var(--game-117-sub-color);
}

.selected-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: none;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.list-content .name.active + .selected-item,
.list-content.maker-keywords .selected-item {
  display: block;
}

.selected-item > li {
  width: 31%;
  background-color: #f2f2f2;
  margin: 0.15rem;
  height: 2.7rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
}

.selected-item > li.actived {
  background-color: var(--game-117-sub-color);
  color: #fff;
}

/*player 결과 페이지*/
.player-result .game-result {
  text-align: center;
}

.player-result .player-tree-result {
  margin-top: 4rem;
  font-weight: 500;
}
.player-result .player-tree-result span {
  color: var(--game-117-sub-color);
}

.current-fundraising p:nth-child(3) {
  font-size: 0.7rem;
  color: #909090;
}

.player-result .player-tree-result p {
  margin-bottom: 1.3rem;
}

.player-tree-result .game-btn-wrapper {
  margin: 0.5rem auto 2rem;
}

.tree-metavv-link {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}
.tree-metavv-link > span {
  display: inline-block;
}
.tree-metavv-link > span::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: #eaffd9;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.tree-metavv-link p:nth-of-type(2) {
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;
}

.game-result #result-title {
  margin: 1rem 0;
}
.game-result #result-title h1 {
  font-size: 1.3rem;
  line-height: 1rem;
}
.game-result .btn_retest {
  margin: 0.5rem auto 4rem;
}

.tree-metavv-link .game-btn-wrapper {
  margin: 0.5rem auto 0.5rem;
}
.game-result #topKeywordList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.topKeyword {
  width: 30%;
  height: 2.5rem;
  background-color: white;
  border-radius: 5px;
  margin: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
/*툴팁*/
.game-result .tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0rem;
  position: absolute;
  z-index: 1;
}
.game-result .tooltip .text {
  font-size: 0.65rem;
  display: none;
  position: absolute;
  background-color: #fff6a3;
  top: 0.01rem;
  right: 2rem;
  width: 11rem;
  padding: 0.6rem 0;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}
.game-result .tooltip .text span {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.game-result .tooltip img {
  width: 65%;
}

.game-result .tooltip:hover .text {
  display: block;
  position: absolute;
  z-index: 3;
}

/*공유말풍선*/
.sns-share-text-box-wrap {
  text-align: center;
  margin-top: 3rem;
}

.sns-share-text-box {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  background-color: var(--game-117-sub-color);
}
.sns-share-text-box > span {
  display: block;
  width: 1rem;
  height: 5rem;
  background-color: var(--game-117-sub-color);
  border-radius: 0.5rem;
  position: absolute;
  transform: translate(0%, 85%) rotate(90deg) scaleY(0.3);
  transform-origin: right top;
  left: 50%;
  bottom: 0;
}
.sns-share-text-box > span::after {
  content: '';
  top: 0.6rem;
  left: -1.2rem;
  width: 3.725rem;
  height: 3.725rem;
  background-color: var(--game-117-sub-color);
  border-radius: 1rem;
  clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  position: absolute;
  transform: rotate(45deg);
}

.sns-share-text-box > p {
  color: var(--game-117-color);
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
  line-height: 1rem;
}

.sns-share-bottom .sns-share-text-box-wrap {
  margin-top: 1rem;
}

.sns-share-bottom .sns-share-text-box,
.sns-share-bottom .sns-share-text-box > span,
.sns-share-bottom .sns-share-text-box > span::after {
  background-color: #377a26;
}
.sns-share-bottom .sns-share-text-box > p {
  color: white;
}

.game-result .result-input {
  border: solid 2px rgba(103, 167, 192, 1);
  border-radius: 5px;
  width: 70%;
  display: block;
  font-size: 0.85rem;
  text-align: center;
  color: #444444;
  padding: 0.2rem;
  text-overflow: ellipsis;
  background-color: white;
  margin-right: 1rem;
}

.share-input .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/icons/btn-share-linkcopy.png);
}
.share-input .btn-share.link-copy-green {
  background-image: url(https://cdn.banggooso.com/assets/images/game102/btn-share-linkcopy-green.png);
}

.share-input .btn-share {
  display: inline-block;
  background-position: center center;
  width: 2.5625rem;
  height: 2.5625rem;
  text-indent: -99999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.share-input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.game-wrapper .game-result .result-box {
  padding: 1rem 0.3rem;
}

.game-wrapper .game-result .result-box .first-box {
  padding: 0 1rem;
}

.game-wrapper .game-result .result-box .brand-box {
  padding: 0.5rem 1rem 0.7rem;
  background-color: #fffee2;
  border: 3px solid #cbe1f1;
  border-radius: 10px;
  margin-top: 1rem;
  font-size: 0.85rem;
  text-align: start;
}
.game-wrapper .game-result .result-box .brand-box p strong {
  font-weight: 800;
}
.game-wrapper .game-result .result-box .brand-box p:nth-child(1),
.game-wrapper .game-result .result-box .brand-box p:nth-child(2),
.game-wrapper .game-result .result-box .brand-box p:nth-child(3) {
  margin-bottom: 0.2rem;
}

.game-wrapper .game-result .result-box .brand-box .brand-img-wrap {
  display: flex;
  justify-content: center;
  margin: 10px 0 10px 0;
}

.game-wrapper .game-result .result-box .brand-box .brand-img-wrap img {
  width: 50%;
  border-radius: 10px;
  border: solid #f1f1f1 2px;
}

.game-wrapper .game-result .result-box .brand-box .brand-button-footer {
  font-size: 0.5rem;
  color: #9b9b9b;
  text-align: center;
}

.game-result .brand-box .brand-img img {
  margin: 0.5rem 0 0;
}
.game-result #result-title {
  margin-bottom: 1rem;
}

.game-result #result-title h1 {
  font-family: var(--game-117-font) !important;
  font-weight: 700;
  color: var(--game-117-color);
}

.game-result #result-title h1 span {
  color: var(--game-117-2nd-color);
}

.game-result #result-title .thumb-img-text {
  font-size: 1rem;
}

.game-result #result-title .result-img-box {
  display: flex;
  font-family: var(--game-117-font);
  justify-content: space-around;
}

.game-result #result-title .result-img-box .result-container {
  flex-basis: 45%;
  font-size: 0.8rem;
}

.game-result #result-title .result-img-box .result-container img,
.game-result #result-title .result-img-box .result-container div:nth-child(2) {
  height: 9rem;
  display: block;
  width: 95%;
  margin: 0 auto;
}

.game-result #result-title .result-img-box .result-container div:nth-child(2) {
  height: 9rem;
  display: block;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  color: #cacaca;
  background-color: #f7f7f7;
  font-weight: 100;
  font-family: 'RixGulim', sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.7rem !important;
}

.game-result #result-title .result-img-box .result-container div:nth-child(2) p:nth-child(1) {
  margin-bottom: 0.5rem;
}

.game-result #result-title .result-img-box .result-container .point-title {
  height: 25%;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

.game-result #result-title .result-img-box .result-container .point-color {
  font-size: 0.75rem;
  margin: 0.3rem 0;
  color: var(--game-117-color);
  font-weight: 500;
}

.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-117-color);
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--game-117-font);
  margin-top: 1rem;
}

.game-result .detail .result-box .result-bot-text .subtitle:first-child {
  margin-top: 0;
}

.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-117-color) !important;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
  margin-left: -0.05rem;
}

.app-main .result-bot-text .mark {
  background-color: var(--game-117-color) !important;
}

.game-answer .question-answer-box .player-result-explain .mark {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 10px;
  background-color: var(--game-117-color) !important;
  float: left;
  margin-top: 0.5rem;
  margin-right: 0.3rem;
}

.game-answer .question-answer-box .player-result-explain .mark + p {
  padding-left: 0.5rem;
  text-align: justify;
}
.game-answer .question-answer-box .player-result-explain {
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  padding: 0.5rem;
  font-size: 0.8rem;
}

.game-wrapper .result-box .game-btn-wrapper {
  margin: 1rem auto 0;
  margin-bottom: 0.7rem;
  width: 100%;
}

.game-wrapper .game-btn-wrapper.retest {
  margin: 0 auto 1rem;
}

.player-tree-result .game-btn-wrapper .game-btn,
.tree-metavv-link .game-btn-wrapper .game-btn,
.game-wrapper .game-result .btn_retest > a {
  border: none;
  border-width: 0 !important;
  box-shadow: none;
  border-radius: 2.62px !important;
  background-color: #377a26;
  font-family: var(--game-117-font) !important;
  background-position: 85% center;
  font-size: 1.15rem !important;
  color: #fff;
}

.player-tree-result .game-btn-wrapper .game-btn,
.tree-metavv-link .game-btn-wrapper .game-btn {
  background-color: var(--game-117-sub-color);
}

.game-wrapper .result-box .friend-list-link,
.game-wrapper .retest-btn,
.game-wrapper .game-btn-wrapper .brand-btn {
  font-family: var(--game-117-font);
  background-color: var(--game-117-color);
  color: white;
  font-weight: 600;
  font-size: 1.15rem;
}

.game-btn-wrapper .brand-btn {
  line-height: 2.5rem;
  padding: 0.3rem;
}

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

.tree-born-time {
  margin-top: 1rem;
  text-align: center;
}

.tree-born-time > div {
  padding: 6.5px 17px;
  display: inline-block;
  background-color: #ffffff;
  font-size: 0.85rem;
  font-family: var(--game-117-font) !important;
}

.tree-born-time > div .after-born-info {
  color: var(--game-117-sub-color);
  font-weight: 700;
}

.tree-born-info {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 2rem;
}

.tree-born-info p span {
  color: var(--game-117-sub-color);
}

.tree-born-info p + p,
.tree-born-box p + p {
  margin-top: 1rem;
}

.tree-born-info p + p,
.tree-born-box p:nth-child(n + 3) {
  font-weight: 700;
}

.tree-born-box {
  background-color: var(--game-117-2nd-color);
  width: 70%;
  margin: 2rem auto 0;
  padding: 9px;
  text-align: center;
  font-size: 0.8rem;
}

.result-friend-list {
  margin: 2rem 0;
}

.result-friend-list > p:first-child {
  text-align: center;
  font-size: 1.15rem;
  font-family: 'jalnan', 'serif';
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.result-friend-list > p:nth-child(2) {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: #377a26;
}

.result-friend-list > p span {
  color: var(--game-117-color);
}

.result-friend-list > div {
  width: 90%;
  margin: 0 auto;
  background-color: var(--game-117-sub-color);
  border-radius: 0.1rem;
  padding: 5px;
  height: 12rem;
}

.result-friend-list > p.result-friend-subtitle {
  color: #909090;
  line-height: 18px;
}

.result-friend-list .no-friend-yet {
  font-size: 0.8rem;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.rankingBox .no-friend-yet {
  padding: 5rem 2rem;
  display: block;
  background-color: #e3f7ff;
  font-size: 0.8rem;
  margin-top: 1rem;
}

.result-friend-list > li,
ul,
div,
a,
p,
span {
  transform: skew(0);
}

.result-friend-list > div ul {
  padding-bottom: 0.3rem;
}

.result-friend-list > div li {
  border-radius: 2.62px;
  background-color: #fff;
  display: flex;
  padding: 0.5rem;
  font-size: 0.9rem;
  align-items: center;
}

.result-friend-list > div li + li {
  margin-top: 0.3rem;
}

.result-friend-list > div li span:first-child {
  color: var(--game-117-color);
  font-family: 'jalnan', serif;
  text-align: center;
  font-size: 1.1rem;
  width: 2.4rem;
}

.result-friend-list .os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--game-117-color);
}

.result-friend-list.not #friendListWrap {
  height: 11rem;
}
.result-friend-list.not #friendListWrap div:nth-child(1) {
  background-color: white;
  margin: 0.2rem;
  display: flex;
  padding: 0.5rem;
  align-items: center;
}

.result-friend-list.not #friendListWrap div:nth-child(1) span:nth-child(1) {
  font-family: 'jalnan', 'serif';
  flex-basis: 9%;
  font-size: 1.3rem;
  color: var(--game-117-color);
}

.result-friend-list.not #friendListWrap div:nth-child(1) span:nth-child(2) {
  flex-basis: 68%;
  font-weight: 600;
  font-size: 1rem;
}

.result-friend-list.not #friendListWrap div:nth-child(1) div:nth-child(3),
.result-friend-list > div li div:last-child {
  font-size: 0.7rem;
  font-family: 'Jalnan';
  border: 2px solid black;
  padding: 0.1rem 0.3rem;
  border-radius: 8px;
  box-shadow: 0.1rem 0.1rem black;
  margin-left: auto;
}

.result-friend-list.not #friendListWrap div:nth-child(2) {
  font-size: 0.85rem;
  text-align: center;
  font-weight: 500;
}

.result-friend-list.not #friendListWrap div:nth-child(2) p:nth-child(1) {
  color: var(--game-117-color);
  margin: 1rem 0 0.7rem;
}
.game-btn-wrapper.save-test {
  margin: -1rem auto !important;
}
.game-btn-wrapper.save-test .game-btn {
  background-color: #98c2e2;
  font-family: var(--game-117-font);
  font-weight: 700;
  font-size: 1.2rem;
}
/* 답변 페이지 */

.game-answer {
  height: auto;
  padding: 2rem 20px 3rem;
  text-align: center;
}

.app-main.answer-bg {
  background-color: var(--game-117-color);
}

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

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

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

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

.game-answer .open-answer {
  font-family: var(--game-117-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;
  font-weight: 600;
}

.game-answer .player-name-box {
  background-color: #a9daff;
  display: inline-block;
  border-radius: 0.3rem;
  padding: 0.4rem 0.7rem;
  font-family: var(--game-117-font);
  font-size: 0.85rem;
  margin: 1rem 0;
  color: #0062ad;
  font-weight: 600;
}

.game-answer .player-name-box span {
  color: var(--game-117-2nd-color);
}
.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;
  margin-bottom: 1rem;
}
.game-answer .question-answer-box .player-result-title {
  font-family: var(--game-117-font);
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.game-answer .question-answer-box .player-result-title p {
  line-height: 1.5rem;
}

.game-answer .question-answer-box img {
  width: 70%;
  margin: 0 auto;
}

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

.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;
}

.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 .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  color: white;
  font-size: 0.8rem;
}
.game-answer .icon-box img {
  width: 4%;
}
.game-answer .icon-box div:nth-child(3) {
  width: 2%;
}

.game-answer .answer-list-explain {
  text-align: start;
  color: white;
}
.game-answer .answer-list-explain img {
  width: 5%;
}
.game-intro video,
.game-body video {
  width: 100%;
}

.game-intro .intro-img,
.game-body .outro-img {
  width: 100%;
}

/*텍스트, 이미지 문제 공통 부분 */
.game-answer .question-answer-box .question-option.right {
  border: 0.1rem solid var(--game-117-right-border) !important;
  background-color: var(--game-117-right-background);
}

.game-answer .question-answer-box .question-option.wrong {
  border: 0.1rem solid var(--game-117-wrong-border) !important;
  background-color: var(--game-117-wrong-background);
}

/*텍스트 문제 체크 박스 */
.game-answer .question-answer-box .question-option.right:after {
  content: '';
  position: absolute;
  right: 0.7rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game117/icon/wright_icon.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: 0.7rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game117/icon/wrong_icon.png');
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* 팝업 */
.new-popup.popup-module.pop_induce .popup .popup-message-box.image-type {
  font-size: 1rem;
  border: 0;
  margin: 0 auto;
  padding: 0rem;
}
.new-popup.popup-module.pop_induce .popup .popup-img-box {
  margin: 1rem;
}
.popup .popup_text_color_102 {
  color: var(--game-117-sub-color);
}

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

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

/* 답변 페이지 */

/*답변 페이지 - 사진 없는 글자 선택지*/

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

/*텍스트 문제 체크 박스 */

/* loading spinner */
.content-102-loader,
.content-102-loader:before,
.content-102-loader:after {
  border-radius: 50%;
}
.content-102-loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.content-102-loader:before,
.content-102-loader:after {
  position: absolute;
  content: '';
}
.content-102-loader:before {
  width: 5.2em;
  height: 10.2em;
  background: var(--game-117-color);
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.content-102-loader:after {
  width: 5.2em;
  height: 10.2em;
  background: var(--game-117-color);
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 브랜드 소구 */
/* 슬라이드 */
.tree-metavv-link .brand-slide-wrapper {
  background-color: #cff1ff;
  padding: 0.7rem 0;
  margin: 0 -12px 1rem;
}
.brand-slide-wrapper .swiper-wrapper {
  padding: 0 1rem;
}
.brand-slide-wrapper .swiper-slide {
  width: 6rem;
  height: 8rem;
  margin-right: 0.8rem;
}
.brand-slide-wrapper p:first-child {
  color: #377a26;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.brand-slide-wrapper p:first-child::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: #e3f7ff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.brand-slide-wrapper .slide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: stretch;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  cursor: pointer;
}
.brand-slide-wrapper .img-box {
  margin: 0;
  height: 6rem;
  overflow: hidden;
}
.brand-slide-wrapper .slide-box p {
  background-color: #ffffff;
  height: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.brand-slide-wrapper > p:last-child {
  color: #4c4d4c;
  margin: 0.7rem 0 0;
}

.game-wrap .back-btn-wrap.hide-back-btn {
  opacity: 0;
  pointer-events: none;
}
