/* 공통 */
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

:root {
  --game-141-color: #45B035;
  --game-141-sub-color: #D0EBCC;
  --game-141-font: 'GmarketSansMedium';
  --game-141-bold-font: 'GmarketSansBold';
  --game-141-sub-font : 'RixGulim M'
}

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before,
.game-result .result-box.type .result-box-title:before,
.game-result .result-box.most .result-box-title:before,
.game-result .result-box h3.result-box-title p:before{
  background-color: var(--game-141-sub-color);
}

.game-result .result-container .result-descTitle p:before,
.game-wrapper.basic .rank_title_wrap .title::before
 {
  content: '';
  height: 0.5rem;
  bottom: 0.3rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: var(--game-141-sub-color);
}
.game-result .img-halt-box .list > li a:nth-child(4):hover {
  color: #ffffff;
}
.game-result .recommend-list:before{
  background-color: #003874;
}

.result-text-container{
  border: 0.1875rem solid #f2f2f2;
  margin-top: 1.5rem;
  border-radius: 1rem;
}

.result-text-container .bottom-text{
  font-family: var(--game-141-font);
  font-size: 0.8rem;
  text-align: center;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 1rem;
  margin-top: 0;
  border-radius: 1rem;
  border: 3px solid #003874;
  box-shadow: 0px 2px 3.5px rgb(0 0 0 / 15%);
}

.result-text-container .bottom-text .colored-text{
  color: #003874;
  font-weight: bold;
}
.result-text-container .bottom-text .game-btn-wrapper{
  width: 100%;
}

.game-intro .img-box > img{
  margin-top: 1rem;
}
.game-intro .btn-game-start {
  font-family: var(--game-141-bold-font);
  background-color: var(--game-141-color);
  color: #ffffff;
}

.game-intro .btn-game-start {
  border: 0.25rem solid #222222;
  box-shadow: 0.3rem 0.4rem 0 #222222;
}

.game-wrapper .app-header .app-header-btn.back {
  height: 100%;
  background: transparent url('https://cdn.banggooso.com/assets/images/icons/back-arrow-b.png') no-repeat center center /
    23%;
}

.game-wrapper .game-title {
  background-color: #003874;
  color: #ffffff;
  font-family: var(--game-141-bold-font);
}

/* intro */
.result-box .img-halt-box ul.list > li span.label-top.first,
.result-box .img-halt-box ul.list > li span.label-top.second {
  text-shadow: 0.1rem 0.1rem var(--game-141-sub-color);
}

.game-intro .game-intro-title {
  font-size: 1.6rem;
  font-family: var(--game-141-bold-font);
}

.game-intro .result-box .result-box-title > span,
.game-intro .game-count .count-label,
.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top{
  font-family: var(--game-141-bold-font);
}


/* 문제페이지 - 공통 */
.app .app-header.page {
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}

.game-wrapper.basic .test-controller-top > .back-btn-wrap button {
  font-size: 0.725rem;
}

.game-wrapper.basic .game-title.page {
  font-family: var(--game-141-bold-font);
  color: black;
}

.game-wrap .game-body .question-options button.question-option {
  min-height: 4rem;
  padding: 0.7rem;
}

.game-wrap .game-body .question-options .question-option{
  border: 0.15rem solid #e1e1e1;
}

.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-141-color);
  color: #ffffff;
  border: 3px solid var(--game-141-color);
}


.game-wrap .game-body .no-image .question-title {
  font-size: 1.1rem;
  margin: 5rem auto 3rem;
}

.game-wrapper .test-step-0 .question-content {
  text-align: center;
  margin-bottom: 4.5rem;
  font-family: 'Dolbomche_R', sans-serif;
  font-size: 1rem;
}

.game-wrapper.basic .test-progress-header {
  padding: 0 1.625rem;
  height: auto;
  display: block;
}

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

.game-wrapper.basic .test-controller-top .game-stage-wrap{
  font-family: 'Noto Sans KR', 'serif';
  font-weight: bold;
  font-size: 1rem;
}
.game-wrapper.basic .test-controller-top .game-stage-wrap .game-stage .current-step{
  color: var(--game-141-color);
}
/* 결과페이지 */

.game-result {
  background: #ffffff;
}

.game-result .graph-box {
  width: 100%;
  margin-top: 2.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.game-result .graph-box .result-graph {
  display: inline-block;
}

.game-result .graph-box .result-graph > img {
  width: 6.1875rem;
}

.game-result #result-title h1 p{
  line-height: 1.1em;
} 

.game-result .result-descTitle p{
  width : fit-content;
  margin : 1rem auto;
  text-align: center;
  font-size: 1.2rem;
  font-family: var(--game-141-bold-font);
}

.game-result #result-title h2 {
  font-family: var(--game-141-bold-font);
  letter-spacing: 0;
  font-size: 1.6rem;
  color: var(--game-141-color);
  margin-bottom: 0;
}

.game-result #result-title h1 {
  color: #222222;
  font-size: 1.9rem;
  font-family: var(--game-141-bold-font);
  word-break: keep-all;
  word-wrap: break-word;
  margin-top: -0.2rem;
}

.game-result .result-bot-text .result-box-ment .result-box-sub{
  color : var(--game-141-color);
  font-size:1rem;
  font-weight: 700;
}

.game-wrapper.basic .game-result .thumb-img-text{
  color: #9B9B9B;
  margin-top: -0.5rem;
}

.game-result .result-option-wrapper{
  display: flex;
  flex-direction: column;
  border: 1px solid #F2F2F2;
  width: 90%;
  margin: -5% 5%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.game-result .result-option-wrapper-title{
  text-align: center;
  font-family: var(--game-141-bold-font);
  font-size: 1.2rem;
  background: #003874;
  color: white;
  border: 3px solid #003874;
  padding: 0.2rem 0;
}
.game-result .result-option-box{
  display: flex;
  justify-content: center;
}
.game-result .result-option-box :nth-child(2){
  border-left: none !important;
  border-right: none !important;
}
.game-result .result-option-box > div{
  width: calc(100% / 3);
  border: 3px solid #003874;
  padding: 0.7rem 0;
  border-top: none;
}
.game-result .result-option-box > div > img{
  width: 100%;
  padding: 0.8rem;
}
.game-result .result-option-box > div > div{
  font-family: var(--game-141-bold-font);
  font-size: 0.9rem;
  text-align: center;
  color: #003874;
}
.game-result .result-bot-text .result-box-ment .mark {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 10px;
  background: var(--game-141-color);
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}


.game-result .result-bot-text .result-box-ment {
  margin-top: 0.5rem;
  text-align: justify;
  font-size: 0.80rem;
  font-weight: 550;
  color: black
}


.game-result .result-bot-text .result-box-ment .result-main-ment {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.game-result .result-bot-text .result-box-ment .prize{
  font-weight: 900;
}
.game-result .result-bot-text .result-box-ment .event-name
{
  text-decoration: none;
  color: var(--game-141-color);
  font-weight: 900;
}

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

.game-wrapper.basic .game-result .img-box img{
  margin-bottom: 0;
}

.game-result .num-statement{
  margin-bottom: 0;
}

.game-result .num-statement > span {
  color: #000E8E;
  font-family: var(--game-141-bold-font);
}

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

.game-result .item-list-box{
  padding: 0.25rem;
  background-color: #000E8E;
  margin : 1rem 0.15rem;
  border-radius: 0.3rem;
}

.game-result .item-list-box .event-title{
  margin-bottom: 1rem;
}

.game-result .item-list-box p{
  font-family: 'RixGulim EB';
  font-size : 0.9rem;
  text-align: center;
  text-shadow: 0.6px 0 black;
}

.game-result .item-list-box .box-title{
  display: block;
  margin: 2;
  width: 95%;
  margin: 0.5rem auto;
}

.game-result .item-list-box .colored-long-desc,
.game-result .item-list-box .colored-short-desc{
  color : white;
  font-family : 'Gmarket Sans TTF';
  width: fit-content;
  width: fit-content;
  margin: 0.1rem auto;
}

.game-result .item-list-box .colored-long-desc p:before{
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #2344BA;
}

.game-result .item-list-box .colored-short-desc p:before{
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #2344BA;
}
 
.game-result .item-list-box .event-period{
  font-size:0.8rem;
  font-family: 'Gmarket Sans TTF';
  margin-top : 0.5rem;
  color : white;
}

.game-result .item-list-box .item-list{
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.game-result .item-list-box .item-list .item{
  margin-top: 1rem;
}

.game-result .item-list-box .item-list .item-image{
  vertical-align: middle;
  width : 6.7rem;
}

.game-result .item-list-box .item-list .item-info{
  font-size:0.55rem;
  color: #FFFCE0;
  text-align: center;
  font-weight: lighter;
  text-shadow: none;
  font-family: 'SUIT';
}


.game-result .item-list-box .event-period span{
  font-size : 0.55rem;
}

.game-result .draw-btn1{
  background-color: #003874;
  font-family: var(--game-141-bold-font);
  font-weight: 900;
  font-size: 1.2rem;
  margin-top : 1rem;
  margin-bottom: 1rem;
  color:white;
}

.game-result .draw-btn2{
  background-color: #FFF176;
  color : black;
  font-family: var(--game-141-sub-font);
  font-weight: 900;
  font-size: 1.3rem;
  margin: 0.5rem auto 0;
  margin-bottom: 1.2rem;
}

.game-result .btn-draw{
  margin: 0 auto 0;
}

.game-wrapper .game-title {
  font-size: 1.25rem;
}

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

.game-wrapper.basic .game-result .result-box.type{
  border:0.1875rem solid #f2f2f2 !important;
  margin-top: 0;
}
.game-wrapper.basic .game-result .result-box.first,
.game-wrapper.basic .game-result .result-box.second,
.game-wrapper.basic .game-result .result-box.third{
  transform: none;
  border: none;
  padding: 1rem 1.5rem;
}
.game-wrapper.basic .game-result .result-box.third{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.game-wrapper.basic .game-result .result-box.second{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.game-wrapper.basic .game-result .result-box:nth-child(n + 4){
  margin-top : 1.5rem;
}

.game-wrapper.basic .game-result .result-box.first-box {
  transform: none;
  padding: 1rem 1rem 0.7rem 1rem;
}

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

.game-result .result-box,
.result-box.most {
  padding: 1rem 1rem;
  margin-top : -1.5rem;
  text-align: center;
  border-radius: 0.3125rem;
}

.game-result .result-box .result-box-title {
  font-size: 1.01rem;
  font-family: var(--game-141-bold-font);
}
.game-result .result-box.most .result-box-title > span,
.game-result .good,
 .game-result .bad{
  font-family: var(--game-141-bold-font);
}

.game-result .result-bot-text .mark {
  background-color: #7e7e7e;
}

.app-main .result-bot-text .mark + p {
  padding-left: 0.8rem;
  text-align: justify;
  font-size: 0.9rem;
  margin-bottom: 0.05rem;
  font-weight: 400;
}

.game-result .result-bot-text .warning-text {
  font-size: 0.5rem;
  color: #a1a1a1;
}

.game-result .btn_retest a {
  background-color: #fed525;
  border: 0.25rem solid #000000;
  color: #ffffff;
  box-shadow: 0.25rem 0.25rem #222222 !important;
}

.game-result .result-box .most,
.game-result .result-box .type{
  border: 0.1875rem solid #f2f2f2;
  margin-top : 1rem;
}

.game-result .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem var(--game-141-sub-color);
  color: #222222;
}

.game-result .result-box.most .btn_myranking a {
  background-color: var(--game-141-color);
  font-family: var(--game-141-bold-font);
  border-color: #222222;
  color: white;
}

.game-wrapper.basic .game-result .btn_retest > a,
.game-wrapper.basic .game-result .btn_myranking > a {
  font-size: 1.15rem;
}

.game-wrapper .app-header .app-logo{
  background-repeat: no-repeat;
  width: 8rem;
  background-position: center center;
  margin: -1px auto;
}

.game-wrapper .app-header .app-logo.result-logo{
  background-image: url('https://cdn.banggooso.com/assets/images/game141/logo.png');
  background-repeat: no-repeat;
  background-size: auto 55%;
  width: 12rem;
  background-position: center center;
  margin: -1px auto;
}


.game-wrapper.basic .game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png');
  padding-right: 1.5rem;
  background-color: #003874;
  color:white;
  background-size: 1.1rem;
  background-position: 79% center;
  font-family: var(--game-141-bold-font);
}

.game-wrapper .game-result .result-box.most .btn_myranking a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-w.png') !important;
}

.game-result .btn-gray-round {
  background-color: #d2d2d2;
  color: #ffffff;
}

.result-box .img-halt-box ul.list > li span.label-bottom > span {
  font-weight: 700;
}

.result-box .img-halt-box ul.list.most_types > li span.label-bottom > span {
  font-weight: 700;
  font-family: var(--game-141-font);
}

.result-box .img-halt-box ul.list > li span.label-bottom > em{
  color: black;
}

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

/* list-type*/
.test-lists-wrap .title{
  font-family: var(--game-141-bold-font);
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  font-size: 1rem;
  line-height: 1.3;
  font-family: var(--game-141-bold-font);
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
  font-family: var(--game-141-font);
}

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item.rank_list .num {
  margin-right: 0.2rem;
  font-family: var(--game-141-bold-font);
}

.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-141-sub-color);
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: var(--game-141-color);
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed;
}

.app .test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-141-color);
}

.app .test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: #92D888;

}

.app .test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-141-sub-color);
}
.game-wrapper.basic .rank_title_wrap .title::before{
  bottom: 0.35rem;
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li{
  font-size: 0.7rem;
}