/* 공통 */
:root {
  --game-115-color: #90ff00;
  --game-115-sub-color: #002700;
  --game-115-2nd-color: #000200;
  --game-115-font: 'GmarketSans', sans-serif;
  --game-115-sub-font: 'SBAggroB', sans-serif;
  --game-115-big-size: 1.2rem;
  --game-115-super-big-size: 1.8rem;
}

body {
  background-color: black;
  color: white;
}

.game-wrapper {
  background: var(--game-115-sub-color) !important;
}

.game-wrapper.basic .app-header {
  background-color: var(--game-115-2nd-color);
}
.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-115-color) !important;
  font-size: var(--game-115-big-size) !important;
  color: white;
  border-color: #222222;
}

.game-wrapper .game-title {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-115-color) !important;
  color: #ffffff;
}

.game-wrapper.basic .app-header {
  border-bottom: 1px solid var(--game-115-color);
}

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

.game-wrap.bg-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game115/background.png');
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100%;
}

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

/* 인트로 페이지 */
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}

.game-intro .intro-back {
  position: absolute;
  z-index: -1;
}

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

.game-intro .intro-bottom {
  margin-top: -6rem;
}

.game-intro .game-count {
  margin-bottom: -1rem;
  margin-top: 3.5rem;
}
.game-intro .share-sns-list {
  margin-top: -12rem;
}
.game-intro .game-count .count-label {
  color: var(--game-115-color);
  font-family: var(--game-115-sub-font);
}
.game-count .count-label:before,
.game-result .result-box.most .result-box-title:before,
.game-result .result-box.type .result-box-title:before,
.game-intro .result-box .result-box-title:before,
.game-wrapper.basic .test-lists-wrap .title:before {
  background-color: transparent !important;
}

.game-intro .game-count .count-num {
  color: white;
  font-family: var(--game-115-font);
  font-size: 2rem;
  font-weight: 500;
}

.game-intro .intro-title {
  font-family: var(--game-115-sub-font);
  position: absolute;
  margin-top: -11rem;
  color: var(--game-115-color);
  width: 100%;
  text-align: center;
}

.game-intro .intro-title p:nth-child(1),
.game-intro .intro-title p:nth-child(2) {
  font-size: 3.4rem;
  line-height: 3.1rem;
  letter-spacing: -2px;
}

.game-intro .intro-title p:nth-child(3) {
  text-align: center;
  font-size: 1.35rem;
}

.game-intro .intro-title p:nth-child(3) span {
  color: black;
  -webkit-text-stroke: 1px var(--game-115-color);
}

.game-intro .intro-title .under-line {
  border-bottom: 2px solid var(--game-115-color);
  width: 70%;
  margin: 0.8rem auto;
}

.game-intro .font-border {
  color: black;
  -webkit-text-stroke: 2.5px white;
}

.game-intro .btn-wrap {
  margin: 4rem auto;
  width: 9rem;
  height: 8rem;
}
.game-intro .btn-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.banggooso.com/assets/images/game115/intro/start.png');
  background-size: 100% 100%;
}
.game-intro .btn-wrap a:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game115/intro/start_fill.png');
}

.result-box .result-box-title:before {
  background-color: transparent;
}

/* 문제 페이지 */
.game-wrapper .game-wrap {
  padding: 0;
}
.game-wrapper.basic .game-title.page {
  font-family: var(--game-115-sub-font) !important;
  color: var(--game-115-color) !important;
}
.game-wrapper .game-wrap .question-image {
  width: 35%;
}
.game-wrapper.basic .test-controller-top .back-btn-wrap {
  background: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png) no-repeat left center /
    0.4rem;
}
.game-wrapper.basic .test-controller-top > .back-btn-wrap button,
.game-wrap .game-body .question-title,
.game-wrap .game-body .question-options .question-option,
.game-wrapper.basic .test-controller-top .game-stage-wrap {
  font-family: var(--game-115-font) !important;
}
.game-wrapper.basic .test-controller-top > .back-btn-wrap button {
  color: white;
}
.game-wrap .game-body .question-title {
  color: white;
  font-weight: 400;
  margin: 1rem 0;
}

.game-wrap .game-body .question-options .question-option {
  background: transparent;
  border: 0.1rem solid var(--game-115-color);
  color: var(--game-115-color);
  font-weight: 400 !important;
}
.app .app-header.page {
  border-bottom: 1px solid var(--game-115-color) !important;
}
.game-wrapper .test-progress-header {
  border-top: 0.1rem solid var(--game-115-color) !important;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-115-color) !important;
  color: var(--game-115-sub-color);
}
.game-wrap .game-title {
  color: #000000 !important;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-115-color) !important;
}

/* 결과 페이지 */
.game-result.bg-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game115/background.png');
  background-repeat: no-repeat;
  background-position: center top !important;
  background-size: 100%;
}

.app-main.bg-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game115/intro/vector_top.png'),
    url('https://cdn.banggooso.com/assets/images/game115/background.png');
  background-repeat: no-repeat;
  background-position: top, center top !important;
  background-size: 100%;
}

.game-result .result-title {
  padding: 0 0.4rem;
}
.game-result .result-title p:first-child {
  font-family: var(--game-115-font);
  font-weight: 300;
  color: var(--game-115-color);
}
.game-result .result-title div:nth-child(2) > span {
  font-family: var(--game-115-font);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--game-115-color);
}

.game-result .result-title div:nth-child(2) img {
  width: 40%;
  position: absolute;
  top: -0.8rem;
  right: 0.2rem;
}

.game-result .detail .result-first-box .result-summary div:nth-child(1) img:nth-child(1),
.game-result .detail .result-first-box .result-summary div:nth-child(1) img:nth-child(3) {
  animation: motion 1s linear 0s infinite alternate;
  position: absolute;
  width: 70%;
  z-index: 3;
}

.game-result .detail .result-first-box .result-summary div:nth-child(1) img:nth-child(3) {
  animation: reverse_motion 1s linear 0s infinite alternate;
  z-index: 5;
}

@keyframes motion {
  0% {
    margin-top: -1.5rem;
  }
  100% {
    margin-top: 1.5rem;
  }
}

@keyframes reverse_motion {
  0% {
    margin-top: 1.5rem;
  }
  100% {
    margin-top: -1.5rem;
  }
}

.game-result .result-title .num {
  font-size: 3rem;
  font-weight: 900;
  font-family: var(--game-115-sub-font);
  margin-top: -0.3rem;
}

.game-result .result-title .num span:nth-child(2) {
  color: var(--game-115-2nd-color);
  -webkit-text-stroke: 1px var(--game-115-color);
}

.game-result .detail .result-first-box {
  background-color: var(--game-115-color);
  font-family: var(--game-115-font);
  font-weight: 300;
  font-size: 0.7rem;
  margin: 0 0.4rem;
  padding: 0.8rem;
}

.game-result .detail .result-first-box .result-summary {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.game-result .detail .result-first-box .result-summary div:nth-child(1) {
  width: 7.5rem;
  height: 7.5rem;
  border: 2px solid var(--game-115-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .detail .result-first-box .result-summary div:nth-child(1) img:nth-child(2) {
  position: absolute;
  width: 70%;
}

.game-result .detail .result-first-box .result-summary div:nth-child(1) span:nth-child(4) {
  color: black;
  font-weight: 800;
  font-size: 1rem;
}

.game-result .detail .result-second-box {
  font-family: var(--game-115-font);
  margin: 1.5rem 0.4rem 1rem;
  text-align: center;
}

.game-result .detail .result-second-box p:nth-child(1) {
  color: var(--game-115-color);
  font-weight: 600;
  font-size: 1.05rem;
}

.game-result .detail .result-second-box p:nth-child(2) {
  font-size: 0.85rem;
}

.game-result .detail .result-second-box .music-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem 0;
}

.game-result .detail .result-second-box .music-container div:nth-child(1),
.game-result .detail .result-second-box .music-container div:nth-child(3) {
  flex-basis: 33%;
}

.game-result .detail .result-second-box .music-container img:nth-child(2) {
  flex-basis: 28%;
  width: 25%;
}

.game-result .detail .result-second-box .music-container div p:nth-child(1) {
  color: white !important;
  font-weight: 400 !important;
  font-size: 0.8rem;
}

.game-result .detail .result-second-box .music-container div p:nth-child(2) {
  color: var(--game-115-color) !important;
  font-weight: 400 !important;
  font-size: 0.8rem;
}

.game-result .detail .result-third-box {
  margin: 1.5rem 0;
  font-family: var(--game-115-font);
  font-size: 0.9rem;
  font-weight: 300;
}

.game-result .detail .result-third-box .explain {
  width: 100%;
  height: 11rem;
  display: block;
  padding: 1.8rem 1.5rem 1.4rem;
}

.game-result .detail .result-third-box .explain span {
  font-size: 0.85rem;
  font-weight: 400;
}

.game-result .detail .result-third-box .explain p {
  color: var(--game-115-color);
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}

.game-result .detail .result-third-box .explain .point {
  color: var(--game-115-color);
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 0.15rem;
}

.game-result .detail .result-third-box .explain div {
  margin-bottom: 0.2rem;
}

.game-result .detail .result-third-box img {
  width: 100%;
  padding: 0 0.4rem;
  position: absolute;
}

.game-result .detail .more {
  display: block;
  width: 6%;
  margin: 0.5rem auto;
  transform: rotate(0deg);
}

.game-result .detail .more.transform-icon {
  transform: rotate(180deg);
}

.game-result .more-result.hide {
  display: none;
}

.game-result .detail .result-first-box .result-summary div:nth-child(2) {
  flex-basis: 63%;
  padding: 0.3rem 1rem;
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  word-break: keep-all;
}

.game-result .detail .result-first-box .result-summary div:nth-child(2) p:nth-child(1) {
  font-weight: 600;
  font-size: 1rem;
}

.game-result .detail .result-first-box .result-summary div:nth-child(2) p:nth-child(2) {
  width: 100%;
  border-bottom: 1.5px solid white;
}
.game-result .detail .result-first-box .result-summary div:nth-child(2) p:nth-child(3) {
  font-weight: 400;
}
.game-result .detail .result-first-box .result-explain {
  font-size: 0.85rem;
  font-weight: 400;
  word-break: keep-all;
  letter-spacing: 0.05px;
}

.game-result .detail .result-first-box .result-explain h3 {
  color: var(--game-115-color);
}

.game-result .detail .result-first-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--game-115-2nd-color);
  position: absolute;
  left: -0.2rem;
  border: 2px solid var(--game-115-color);
  top: -0.2rem;
}
.game-result .detail .wise-saying-container {
  margin: 2rem 0;
}

.game-result .detail .wise-saying-container .under-line-container {
  display: flex;
  padding: 0 0.4rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.game-result .detail .wise-saying-container .under-line-container .under-line {
  width: 22%;
  border-bottom: 0.1rem solid var(--game-115-color);
  margin-bottom: 0.8rem;
}

.game-result .wise-saying-container .under-line-container div:nth-child(2) {
  font-family: var(--game-115-font);
  color: var(--game-115-color);
  font-size: 1rem;
  font-weight: 600;
}

.game-result .detail .wise-saying-container .explain {
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  font-family: var(--game-115-font);
}

.game-result .detail .wise-saying-container .explain p:nth-child(3) {
  margin-top: 0.4rem;
  color: var(--game-115-color);
}

.game-result .detail .mark {
  background-color: white !important;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 10px;
  float: left;
  margin-top: 0.4rem;
  margin-right: 0.3rem;
}
.game-result .btn_retest a {
  background-position: 80% 45% !important;
  padding-right: 30px !important;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: var(--game-115-color) !important;
}

.game-wrapper.basic .game-result .result-box {
  background: rgba(0, 0, 0, 0.3);
}

.game-wrapper.basic .game-result .btn_myranking > a {
  box-shadow: 0 0 black;
  font-family: var(--game-115-sub-font) !important;
  border-color: var(--game-115-color);
  background: rgba(0, 0, 0, 0.5) !important;
  color: var(--game-115-color);
}

.game-wrapper.basic .game-result .result-box .btn_myranking > a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/game115/result/graph.png');
}

.game-wrapper.basic .game-result .btn_retest > a {
  border-color: var(--game-115-color);
  box-shadow: 0 0 black;
  color: var(--game-115-2nd-color);
  font-family: var(--game-115-sub-font) !important;
  background-image: url('https://cdn.banggooso.com/assets/images/game115/result/retry.png') !important;
}
.game-btn-wrapper {
  margin: 2rem auto;
}
.game-btn-wrapper .brand-btn {
  line-height: 1.4rem;
  font-family: var(--game-115-sub-font) !important;
  border-color: var(--game-115-color);
  color: var(--game-115-sub-color);
  padding: 0.5rem 0;
  box-shadow: 0 0 transparent !important;
}
/* 인스타 섹션 */
.game-result .insta-event-wrap {
  border: 0.1875rem solid #f2f2f2;
  border-radius: 0.3125rem;
  text-align: center;
  padding: 1.5rem 1.1rem;
  margin-top: 1rem;
}
.game-result .insta-event-wrap .insta-title {
  font-family: var(--game-115-font) !important;
  color: var(--game-115-color) !important;
  margin-bottom: 1rem;
}
.game-result .insta-event-wrap .insta-img > img {
  width: 100%;
}
.game-result .insta-event-wrap .game-btn-wrapper {
  margin: 0 auto;
}
.game-result .insta-event-wrap .insta-desc {
  font-size: 0.8rem;
}
.game-result .insta-event-wrap .insta-desc b {
  color: var(--game-115-color) !important;
  font-weight: 900;
}
.game-result .insta-event-wrap .insta-step {
  margin: 1rem 0 2rem;
}
.game-result .insta-event-wrap .insta-desc .insta-hash {
  background-color: var(--game-115-color) !important;
  color: #ffffff;
  border-radius: 0.2rem;
  display: inline-block;
  padding: 0 0.3rem;
  margin: 0.1rem 0;
}
.game-result .insta-event-wrap .insta-notice {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.game-result .insta-event-wrap .insta-notice .small-text {
  font-size: 0.4rem;
  line-height: 1rem;
}

.game-result .recommend-list .inner .title {
  color: white;
}

/*만든 사람 이름*/
.game-result .made-by-container {
  margin: 3rem 0 1.8rem;
}
.game-result .made-by {
  display: flex;
  padding: 0 0.4rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.game-result .made-by div:nth-child(1),
.game-result .made-by div:nth-child(3) {
  width: 35%;
  border-bottom: 0.1rem solid var(--game-115-color);
  margin-bottom: 0.8rem;
}

.game-result .made-by div:nth-child(2) {
  font-family: var(--game-115-font);
  color: var(--game-115-color);
  font-size: 0.9rem;
  font-weight: 600;
}

.game-result .maker-list {
  display: flex;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.game-result .maker-list div {
  display: flex;
  flex-direction: row;
  flex: row;
  width: 3rem;
  justify-content: space-evenly;
}

.game-result .maker-list div img {
  width: 25%;
  height: 75%;
}

.game-result .maker-list div p {
  font-size: 0.8rem;
  font-family: var(--game-115-font);
  color: var(--game-115-color);
  font-weight: 400;
}

/* 유형별 궁합 */
.game-result .good,
.game-result .bad {
  text-shadow: 0 0 var(--game-115-sub-color) !important;
  font-family: var(--game-115-sub-font) !important;
  color: var(--game-115-color);
}

.btn-gray-round {
  background-color: var(--game-115-color);
  color: var(--game-115-sub-color);
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  font-family: var(--game-115-sub-font) !important;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.5;
}

.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0 0 transparent !important;
}

/* 유형 순위 페이지 */
.test-lists-wrap .title {
  font-family: var(--game-115-sub-font) !important;
  font-size: 1.4rem;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border: 0.1rem solid #254200;
  border-radius: 0;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap,
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title,
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  font-family: var(--game-115-font);
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  font-weight: 400;
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p:nth-child(2) {
  font-size: 1.1rem;
  font-weight: 800;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-115-color) !important;
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p:nth-child(3) {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1rem;
  color: white !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: transparent;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 0 0 transparent !important;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .thumb img {
  border: 2px solid var(--game-115-color);
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  color: white;
  font-weight: 300;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  color: var(--game-115-color);
  font-family: var(--game-115-sub-font);
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-115-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: #6fc500;
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: #407200;
}

.game-result #compliance-text-box {
  position: relative;
  top: -1.5rem;
}

.game-result #compliance-text-box > span {
  position: absolute;
  font-size: 0.8rem;
  right: 1rem;
}

/*색상 및 폰트 변경 */
.result-box {
  border: 3px solid var(--game-115-color) !important;
}

.result-box .img-halt-box ul.list > li span.label-top,
.result-box .result-box-title {
  color: var(--game-115-color) !important;
}

.result-box .result-box-title2 > small,
.result-box .img-halt-box ul.list > li span.label-bottom,
.result-box .img-halt-box ul.list > li span.label-bottom > em,
.share-sns-list .list-title span,
.share-sns-list .list-title .countBox .countNumber {
  color: white !important;
}

.result-box .result-box-title2 > small,
.result-box .img-halt-box ul.list > li span.label-bottom,
.share-sns-list .list-title span {
  font-family: var(--game-115-font);
  font-weight: 400 !important;
}

.share-sns-list .list-title span {
  font-weight: 300;
}

.game-intro .img-halt-box .list li img,
.game-result .img-halt-box .list li img {
  border: 2px solid var(--game-115-color);
}

.result-box .result-box-title > span,
.result-box .result-box-title {
  font-family: var(--game-115-sub-font) !important;
}

.new-popup.popup-module.pop_induce .popup .popup-message-box {
  color: black;
}
