.game-wrapper.basic .app-main{
  background-attachment: fixed;
  background-image: url(https://cdn.banggooso.com/assets/images/game124/intro.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: center;
  background-size: cover;
  background-position-y : -9rem;
}


/* 공통 */
:root {
  --game-124-color: #009C95;
  --game-124-sub-color: #B5F4B5;
  --game-124-2nd-color :#8BB94F;
  --game-124-font: 'jalnan', sans-serif;
  --game-124-big-size: 1.2rem;
  --game-124-super-big-size: 1.8rem;
}
.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-124-color);
  font-size: var(--game-124-big-size) !important;
  color: black;
  border-color: #222222;
}
.game-wrapper .game-title {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-124-color) !important;
  color: #ffffff;
}

.app-header .custom-logo{
  width: 17rem !important;
}

.game-wrapper.basic .game-result {
  height: auto;
  padding: 2rem 20px 0;
}

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

.game-intro .result-box{
  background-color: white;
  border : 1px solid black;
}

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: var(--game-124-sub-color) !important;
}

.game-intro .img-box img{
  position:relative;
}
 
.game-intro .img-box{
  margin : 1rem 0 0 0 !important;
}

.game-intro .btn-wrap{
  width: 15.8rem;
  margin: 2.1875rem auto 5.5rem !important;
}

.game-intro .intro-text-container{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -31rem;
}

.game-intro .intro-text{
  border: 3px solid white;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  background-color: rgba(255,255,255,0.4);
  font-weight: 600;
}

.game-intro .btn-game-start{
  background-color: var(--game-124-color) !important;
  color : white !important;
}

.game-intro .share-sns-list span{
  background-color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
}

/* 문제 페이지 */
.game-wrapper.basic .game-body.no-image .question-title {
  margin: 3rem auto !important;
  font-size: 1.3rem !important;
}
.game-wrapper .game-wrap {
  background-image: url(https://cdn.banggooso.com/assets/images/game124/intro.jpg);
  background-position-y: -4rem !important;
  padding: 0;
}
.app .app-header.page {
  border-bottom: 1px solid #E8E8E8 !important;
}
.game-wrap .game-body .question-options .question-option{
  border : 1px solid black;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-124-color) !important;
  color: #ffffff;
}
.game-wrap .game-title {
  color: #000000 !important;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-124-color) !important;
}

/* 결과 페이지 */
.game-result {
  background-position: center bottom, center top -15px;
}
.game-result #result-title {
  font-family: var(--game-124-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-124-color) !important;
}
.game-result #result-title h1 {
  font-size: var(--game-124-super-big-size);
}
.game-result #result-title h1 > p:first-child {
  font-size: 1.4rem;
}
.game-result p.num-statement > span {
  font-family: var(--game-124-font) !important;
  color: var(--game-124-color) !important;
}
.game-result #result-title .img-box {
  margin: 0 2rem 1.5rem;
  width: auto;
}
.game-result #result-title .img-box .img-caption {
  margin: -0.5rem auto 0.3rem;
  color: var(--game-124-color) !important;
}
.game-result .result-box,
.game-result .result-box.most{
  background-color : white;
  border : 1px solid black;
  margin-bottom : 1rem;
}
.game-result .result-box .game-btn-wrapper {
  margin: 1rem auto;
}
.game-result .brand-btn {
  background-color: var(--game-124-sub-color) !important;
  color: black;
  font-size: 1.1rem !important;
  cursor : pointer;
}
.game-result .event-btn {
  background-color: white !important;
  color: #222222;
  cursor: pointer;
}
.game-result .detail .result-box .result-bot-text .idiom-wrapper {
  font-size: 0.85rem;
  text-align: center;
}
.game-result .detail .result-box .result-bot-text .idiom-wrapper .idiom-box {
  font-weight: 900;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #ff1a47;
  border-radius: 1rem;
  display: inline-block;
  padding: 0 1rem;
  margin: 0.2rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-124-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-124-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-124-color) !important;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
  margin-left: -0.05rem;
}
.game-result .detail .result-box .result-bot-text b {
  color: var(--game-124-color) !important;
}
.game-result .detail .result-box .result-bot-text .colored-text{
  font-weight: bold;
  color : var(--game-124-color);
}
.game-result .result-box .result-box-title:before,
.game-result .result-box h3.result-box-title span:before,
.game-result .result-box h3.result-box-title p:before {
  background-color: var(--game-124-sub-color) !important;
}
.game-result .btn_myranking a {
  background-color: var(--game-124-color) !important;
  color: white;
}
.game-wrapper.basic .game-result .result-box .btn_myranking > a::after{
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-w.png');
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png') !important;
  background-position: 80% center !important;
  padding-right: 30px !important;
  color : black;
  background-color: white;
}

.game-result .btn_retest{
  margin: 1rem auto 2.5rem !important;
}

.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: white;
}

.result-box .small-font {
  font-size: 1rem !important;
}

.game-result .point-text{
  font-weight: 600;
}

.game-result .item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-result .item-container img{
  width: 60%;
}

.game-result .item-container p{
  color: var(--game-124-color);
  font-weight: 700;
  font-size: 0.9rem;
}

.game-result .youtube{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.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-result .btn-wrap .btn-white-round{
  background-color: var(--game-124-color);
  color : white;
}

.game-result .youtube-box {
  margin: 2rem -0.85rem 2rem -0.85rem;
  text-align: center;
}

.game-result .youtube-box .youtube-title {
  font-size: 1.265rem;
  margin-bottom: 0.3rem;
}

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

.game-wrapper.basic .app-main .event-image{
  margin: 1rem 0 1rem 0;
  width: 95%;

}

.game-wrapper.basic .app-main .event-img-box{
  text-align: center;
}

/* 결과 그래프 */
.graph-percent {
  display: flex;
  justify-content: space-between;
}
.graph-percent p {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--game-124-color);
}
.graph-wrapper {
  position: relative;
  padding-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 900;
}
.graph-wrapper .graph-bar {
  height: 1.1rem;
  border: 1px var(--game-124-3rd-color) solid;
  border-radius: 1rem;
  background: linear-gradient(to left, var(--game-124-color), #ffd1dd);
}
.graph-wrapper .graph-value {
  position: absolute;
  top: 7%;
  color: var(--game-124-color);
  transform: translateX(-50%);
}
.graph-wrapper .graph-point {
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  border: 3px var(--game-124-3rd-color) solid;
  border-radius: 1rem;
  background-color: #ffffff;
}
.graph-wrapper .graph-caption {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  color: #595959;
  padding: 0 0.5rem;
}

/* 인스타 섹션 */
.game-result .insta-event-wrap {
  border-radius: 0.3125rem;
  text-align: center;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}
.game-result .insta-event-wrap .insta-title {
  font-family: var(--game-124-font) !important;
  color: var(--game-124-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-124-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-124-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 .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem var(--game-124-sub-color) !important;
}
.game-result .btn-gray-round{
  background-color: #35BF8D;
}

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

/* 유형 순위 페이지 */
.test-lists-wrap .title {
  font-family: var(--game-124-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-124-sub-color) !important;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item{
  background-color: white;
  border : 0.1rem solid black;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-124-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-124-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #35BF8D;
  color : white;
}

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

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