/* font */
@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 500;
  src: url('https://cdn.banggooso.com/assets/fonts/GmarketSansTTFMedium.woff2') format('woff2');
}

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


/* 행운 번호 */
.small-circle{
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background-color: white;
  margin: 0.5rem;
  position: fixed;
}

#random-number{
  display: flex;
  justify-content: center;
  margin-top:1rem;
}

#random-number .category #number{
  margin: auto;
}

.random-number-title{
  font-family: var(--game-128-font);
  font-weight: bold;
  width: fit-content;
  margin: auto;
  margin-top:2rem;
  font-size:1rem;
}

.random-number-title:before{
  background-color: var(--game-128-sub-color);
  width: 100%;
}

#random-number .category{
  margin: auto;
  display: flex;
  border: 5px solid #4984A6;
  background: #DEF3FF;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  line-height: 4rem;
  font-family: var(--game-128-font);
  font-weight: bolder;
  box-shadow: inset -4.83577px -5.80292px 0px #BFE5FB;
}

/* 공통 */
:root {
  --game-128-color: #92D050;
  --game-128-sub-color: #E8F9C6;
  --game-128-font: 'GmarketSans';
  --game-128-bold-font: 'GmarketSansBold';
}
.game-wrapper .game-title {
  font-family: var(--game-128-bold-font);
  background-color: var(--game-128-color);
  font-weight: bold;
}
.game-wrapper .app-header .app-logo {
  width: 15rem !important;
}

/* 인트로 페이지 */
.game-intro .result-box .result-box-title:before{
  bottom : 0.4rem;
}
.game-intro .game-intro-title{
  font-family: var(--game-128-bold-font);

}
.game-intro .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-intro .btn-wrap {
  margin: -2rem auto 2.1875rem;
  width: 13.847rem;
}

.game-intro-text > p {
  font-weight: 900;
}
.game-intro .btn-game-start {
  background-color: var(--game-128-color) !important;
  color: black;
  margin-top: 5rem;
  font-family: var(--game-128-bold-font);
}
.game-intro .result-box .result-box-title{
  font-family: var(--game-128-bold-font);
}
.game-intro .game-count .count-label{
  font-family: var(--game-128-bold-font);
}
.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: var(--game-128-sub-color) !important;
  bottom : 0.4rem;

}
.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top::before{
  background-color: black;
}

/* 문제 페이지 */
.game-wrapper.basic .game-body.no-image .question-title{
  margin: 6rem auto;
  font-size: 1.3rem;
  margin-top: 3rem;
}
.game-wrapper.basic .game-body.no-image .question-content{
  color: #6B9C36;
  text-align: center;
  margin-top: -4rem;
  margin-bottom: 5rem;
  font-size: 0.7rem;
}
.game-wrapper.basic .game-body.no-image .question-content span{
  background-color: var(--game-128-sub-color);
  padding: 0.1rem 0.5rem;
}
.game-wrapper.basic .game-body.test-step-4 .question-content{
  font-size: 0.8rem;
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 1.1125rem;
}
.game-wrapper .game-wrap {
  padding: 0;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-128-color) !important;
}
.game-wrap .game-title {
  color: #212529;
}
.game-wrapper.basic .test-progress-header .game-header .game-timer .game-timer-progressbar-inner {
  background-color: var(--game-128-color) !important;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-128-color) !important;
}
.game-wrap .game-body .question-title b {
  color: var(--game-128-color) !important;
}
.game-wrap .game-body .question-title u {
  text-decoration: underline;
}

/* 퀴즈형 뒤로가기 삭제 */
.game-wrapper.basic .test-controller-top .back-btn-wrap {
  visibility: hidden;
}

/* 결과 페이지 */
.game-wrapper.basic .game-result .img-box img {
  width: 75%;
}

.game-result .result-descTitle p:before,
.random-number-title::before,
.game-wrapper.basic .rank_title_wrap .title::before,
.game-result .result-box h3.result-box-title p:before
 {
  content: '';
  height: 0.5rem;
  bottom: 0.4rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: var(--game-128-sub-color);
}

.random-number-title::before{
  bottom : 0.3rem !important;
}

hr.gray-bar {
  border: 1px solid #f2f2f2;
  width: 85%;
  text-align: center;
  margin: 0.9rem auto;
}

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

.game-result .result-text-container .random-number-box{
  display: flex;
}

.game-result .result-text-container .random-number-box .box-img-L,
.game-result .result-text-container .random-number-box .box-img-R{
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 2rem;
}

.game-result .result-descTitle p{
  width: fit-content;
  margin: 1rem auto;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
  font-family: var(--game-128-bold-font) !important; 
}

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

.game-result .result-bot-text .result-box-ment .mark {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 10px;
  background: var(--game-128-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 .color-text{
  color : var(--game-128-color);
}

.game-result .result-bot-text .result-box-ment .color-bold-text{
  color: var(--game-128-color);
  text-shadow: 0.2px 0.2px var(--game-128-color);
}

.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-128-color);
  font-weight: 900;
}

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

.game-result .teacher-mention .under-line {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}
.game-result .teacher-mention .under-line::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-128-sub-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.game-result .teacher-mention img {
  width: 40%;
  margin: 1rem;
}
.game-result #result-title {
  font-family: var(--game-128-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-128-color);
  font-size: 1.5rem !important;
  font-family: var(--game-128-bold-font);
  margin-bottom: 0.3rem;
}
.game-result #result-title h2 > p{
  line-height: 1.65rem;
}

.game-result .score-result-title {
  color: black !important;
  font-size: 1.8125rem !important;
  font-family: var(--game-128-bold-font);
}

.game-result #result-title h1 {
  font-size: 1.8rem;
}
.game-result p.num-statement > span {
  font-family: var(--game-128-font) !important;
  color: var(--game-128-color) !important;
}
.game-result #result-title .img-box {
  margin-bottom: 1.5rem;
}
.game-result .circle-chart-wrapper {
  font-family: var(--game-121-font) !important;
}
.game-result .detail .result-box .result-box-title p {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.game-result .result-box p {
  font-size: 0.85rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-128-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-128-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-128-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-128-color) !important;
}

.game-btn-wrapper {
  margin: 1rem auto 1rem !important;
}

.answer-btn {
  font-family: var(--game-128-font) !important;
  background: #D6F496;
  color : black;
  width: 18rem;
  margin: auto;
  text-align: center;
  border-radius: 3rem;
  border-color: black;
  box-shadow: 0.25rem 0.25rem #222222;
  font-weight: bold;
  font-family: 'Jalnan', sans-serif;
  font-size: 1.2rem;
  line-height: 3.5rem;
  border-width: 0.2rem;
  border-style: solid;
  display: flex;
  cursor:pointer;
}

.answer-btn .drawBtn-text{
  margin:auto;
}

.answer-btn .drawBtn-text a{
  font-size:1rem;
}

.answer-btn .answerBtn-img-L,
.answer-btn .answerBtn-img-R{
  width : 1.3rem;
  height: 1.3rem;
  margin: auto;
}

.answer-btn #answerBtn .drawBtn-text .drawBtn-small-text{
  font-size: 1rem;
}

.answer-btn img {
  width:1.2rem;
}

.answer-btn > a > img {
  margin-top: -0.6rem;
  margin-left: 0.6rem;
  width: 2rem;
}


.game-btn-wrapper > #copyBtn{
  font-family: var(--game-128-font);
  background-color: var(--game-128-color);
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0 0 bla
}

.game-result .draw-btn1{
  background-color: var(--game-128-color);
  font-family: var(--game-128-font);
  font-weight: 900;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: black;
}

.game-btn-wrapper > .draw-btn{
  font-family: var(--game-128-font);
  font-size: 1.2rem;
  background-color: #D6F496;
}
.game-btn-wrapper > .draw-btn .drawBtn-small-text{
  font-size: 1rem !important;
} 

.game-wrapper.basic .game-result .btn_retest > a,
.game-wrapper.basic .game-result .btn_myranking > a{
  font-family: var(--game-128-bold-font);
}

.game-result .brand-btn .game-btn {
  line-height: 1.5rem;
  padding: 0.5rem;
}

.game-result .brand-btn .insta-btn {
  background-color: var(--game-128-2nd-color) !important;
}

.game-result .brand-btn .coupon-btn {
  font-size: 1.1rem !important;
}

.game-wrapper.basic .game-result .event-img-box .event-image{
  width : 95%;
  margin-top: 1rem;
}
.game-wrapper.basic .game-result .result-box{
  transform: none;
  padding: 0 1.1rem;
  border: none;
}

.game-result .result-box h3.result-box-title span:before,
.game-result .result-box h3.result-box-title p:before {
  background-color: var(--game-128-sub-color) !important;
}
.game-result .ablility-wrap .ability-box .progress-bar span {
  background: var(--game-128-color) !important;
}
.game-result .btn_myranking{
  margin-top: 2rem !important;
}


.game-result .btn_myranking a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.png') !important;
  background-color: var(--game-128-sub-color) !important;
  background-position: 85% center !important;
  background-repeat: no-repeat;
  padding-right: 30px !important;
  font-family: var(--game-128-font);
}

.game-result .btn_retest{
  margin-bottom: 5rem !important;
}

.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;
  background-color: var(--game-128-color);
  font-family: var(--game-128-font);
  color : black;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: var(--game-128-color) !important;
}

.game-result .num-statement {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.game-result .num-statement > span {
  font-size: 0.9rem;
}

/* 결과 그래프 */
@keyframes circle-chart-fill {
  to{ 
    stroke-dasharray: 0 100;
  }
}

.circle-chart-wrapper {
  padding: 0;
  font-family: var(--game-121-sub-font);
  text-align: center;
  padding : 0 2rem 0 2rem;
}

.circle-chart-wrapper > .circle-chart-inside{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-family: var(--game-128-font);
  font-weight: bold;
}


.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
}

.circle_char__background{
  stroke: black;
}

.circle-chart-wrapper > .circle-chart-inside .circle-chart-box svg {
  width: 5rem;
  height: 5rem;
}
.circle-chart-wrapper .circle-chart circle {
  stroke-linecap: round;
  shape-rendering: geometricPrecision;
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box p.circle-chart-text {
  font-size: 1.2rem;
  width: 4rem;
  top: 47%;
  font-family: var(--game-128-font);
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption {
  font-size: 0.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: -0.5rem;
  line-height: 0.4rem;
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption span {
  display: inline-block;
  line-height: 0.7rem;
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption span:first-child {
  width: 2rem;
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption span:last-child {
  width: 2rem;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0rem var(--game-128-color) !important;
  font-family: var(--game-128-bold-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-128-bold-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-128-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-128-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-128-color) !important;
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-128-color) !important;
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: #BDEC8B;
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-128-sub-color);
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed;
  font-size: 0.65rem;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title,
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-tags li,
.test-lists-wrap .test-lists .test-list-item.rank_list .percen{
  font-family: var(--game-128-font);
}
/* 랭킹페이지 */
.rankingBox .myRanking h3,
.rankingBox .topRanking h3{
  font-family: var(--game-128-bold-font);
}
.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: var(--game-128-sub-color) !important;
}
.test-lists-wrap .rankingBox div > ul > li > ul > li:nth-of-type(2) {
  width: 30%;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(1) {
  background-color: var(--game-128-color) !important;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color: #BDEC8B;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: var(--game-128-sub-color);
}
.game-result .result-box .result-box-title p, 
.game-result .result-box a{
  font-family: var(--game-128-bold-font);
  font-size: 1.2rem;
}
.game-result .result-box h3.result-box-title span:before, 
.game-result .result-box h3.result-box-title p:before{
  background-color: var(--game-128-sub-color) !important;
}

.top3Box{
  border : 0.1875rem solid #f2f2f2 !important;
  margin-top:2rem;
}

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

/* 정답지 페이지 */
.game-wrapper .app-main .answer-list img{
  width: 100%;
}