/* 공통 */
:root {
  --game-121-color: #2344BA;
  --game-121-sub-color : #849EFD;
  --game-121-font: 'RixGulim M';
  --game-121-sub-font : 'Jalnan'
}

.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,
.game-result .recommend-list:before{
  background-color: var(--game-121-sub-color);
}

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


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

.game-intro .img-box > img{
  margin-top: 1rem;
}
.game-intro .btn-game-start {
  background-color: var(--game-121-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: var(--game-121-color);
  color: #ffffff;
}

/* 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-121-sub-color);
}

.game-intro .game-intro-title {
  font-size: 1.6rem;
}

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

.game-wrapper.basic .test-controller-top > .back-btn-wrap button {
  color: #999999;
}


.game-wrapper.basic .game-title.page {
  color: var(--game-121-color);
}

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

.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-121-color);
  color: #ffffff;
}


.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-121-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-descTitle p{
  width : fit-content;
  margin : 1rem auto;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.09375rem;
  font-family: Jalnan, sans-serif;
}

.game-result #result-title h2 {
  font-family: Jalnan, sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: var(--game-121-color);
  margin-bottom: 0;
}

.game-result #result-title h1 {
  color: #222222;
  font-size: 1.8125rem;
  font-family: Jalnan, sans-serif;
  word-break: keep-all;
  word-wrap: break-word;
}

.game-result .result-bot-text .result-box-ment .result-box-sub{
  color : var(--game-121-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-121-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-121-color);
  font-weight: 900;
}

.game-result .num-statement > span {
  color: var(--game-121-color);
}

.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: var(--game-121-color);
  font-family: var(--game-121-sub-font);
  font-weight: 900;
  font-size: 1.3rem;
  margin-top : 1rem;
  margin-bottom: 1.5rem;
  color:white;
}

.game-result .draw-btn2{
  background-color: #FFF176;
  color : black;
  font-family: var(--game-121-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:nth-child(-n + 3) {
  transform: none;
  border: none;
  padding: 0.5rem 1rem;
}

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

.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.85rem;
  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-121-sub-color);
  color: #222222;
}

.game-result .result-box.most .btn_myranking a {
  background-color: var(--game-121-sub-color);
  border-color: #222222;
  color: #222222;
  box-shadow: 0.25rem 0.25rem #222222;
}

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

.game-wrapper.basic .game-result .btn_retest a {
  background-size: 1.1rem;
  background-position: 79% center;
  color: #000000;
}

.game-wrapper .app-header .app-logo{
    background-image: url(https://cdn.banggooso.com/assets/images/game121/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width:13rem;
    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: var(--game-121-color);
  color:white;
}

.game-wrapper .game-result .result-box.most .btn_myranking a::after {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.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;
  font-family: 'Jalnan';
}

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

/* 결과 그래프 */
@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 .circle-chart-box .circle-chart__circle {
  transform: rotate(0);
  animation: circle-chart-fill 2s reverse;
}

.circle_char__background{
  stroke: black;
}

.circle-chart-wrapper > .circle-chart-inside .circle-chart-box svg {
  width: 5rem;
  height: 5rem;
}
.circle-chart-wrapper .circle-chart {
  transform: rotate(-125deg) scaleX(-1);
}
.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: 0.8rem;
  width: 4rem;
  top: 40%;
}
.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;
}

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

/* list-type*/


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

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

.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item.rank_list .num {
  margin-right: 0.2rem;
}

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

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: var(--game-121-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-121-color)
}

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

}

.app .test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-121-sub-color);
}
