/* 폰트 */
@font-face {
  font-family: 'EnvironmentR';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/EnvironmentR.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EnvironmentB';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/EnvironmentR.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;1,600&display=swap');
/* 공통 */
:root {
  --game-144-color: #0045ff;
  --game-144-sub-color: #bce4ff;
  --game-144-font: 'EnvironmentR';
  --game-144-bold-font: 'EnvironmentB';
  --game-144-sub-font: 'NanumSquareR';
}

.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-144-sub-color);
}
.game-result .recommend-list:before {
  background-color: var(--game-144-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-144-sub-color);
}
.game-result .img-halt-box .list > li a:nth-child(4):hover {
  color: #ffffff;
}

.result-text-container {
  border: 0.1875rem solid #f2f2f2;
  padding: 2rem 0.5rem;
  padding-bottom: 1rem;
}

.game-intro .btn-game-start {
  background-color: var(--game-144-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-144-color);
  color: #ffffff;
}

/* intro */
.game-intro .result-box .img-halt-box ul.list > li span.label-top.first,
.game-intro .result-box .img-halt-box ul.list > li span.label-top.second {
  text-shadow: 0.5px 0.5px 0px #979797;
}

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

.game-intro .intro-sub-bg {
  width: 18rem;
  height: 9rem;
  position: absolute;
  z-index: 99;
  top: 16rem;
  right: 1rem;
}

.game-intro .btn-wrap {
  margin-top: -29rem;
}

.game-wrapper.basic .app-header {
  align-items: center;
  height: 2.48rem;
  position: relative;
  background-color: #e5f0fa;
  flex-shrink: 0;
}

.game-intro .most-type-wrap {
  background: #e5f0fa;
  padding-bottom: 2rem;
}
.game-intro .result-box.most {
  background: white;
  border-radius: 0.5rem;
}
.game-wrapper.basic .result-box .img-halt-box ul.list > li span.label-top {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  font-family: var(--game-144-font);
  font-weight: 900;
  text-shadow: 0.5px 0.5px 0px #979797;
}

.game-wrapper .game-intro {
  padding-bottom: 0 !important;
}
/* 문제페이지 - 공통 */
.game-wrapper.basic .app-main {
  background-image: url(https://cdn.banggooso.com/assets/images/game144/background.png);
}
.app .app-header.page {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  background: white !important;
}

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

.game-wrapper.basic .test-controller-top .game-stage-wrap .game-stage .current-step {
  color: var(--game-144-color);
}
.game-wrapper.basic .game-title.page {
  color: black;
  font-family: var(--game-144-font);
  font-weight: bold;
}

.game-wrap .game-body .question-options button.question-option {
  min-height: 4rem;
  padding: 0.7rem;
  font-family: var(--game-144-font);
  border: 3px solid var(--game-144-color);
}

.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-144-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-144-color);
}

/* 결과페이지 */
.game-result {
  background: #ffffff;
}
.game-wrapper.basic .app-header.result-test-header {
  background-color: white;
}

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

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

.game-result .graph-box .result-graph > img {
  width: 6.1875rem;
}
.game-result .img-box {
  width: 80%;
  margin-left: 10%;
}
.game-wrapper.basic .game-result .img-box img {
  margin-bottom: -1rem;
}

.game-result .result-descTitle p {
  width: fit-content;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: var(--game-144-font);
  font-weight: bold;
  margin: 2rem auto;
}

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

.game-result #result-title h1 {
  color: #222222;
  font-size: 1.8125rem;
  font-family: var(--game-144-font);
  font-weight: bold;
  word-break: keep-all;
  word-wrap: break-word;
}

.game-result .test-result {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
  padding: 1.5rem;
}
.game-result .test-result .result-subTitle {
  font-family: var(--game-144-font);
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  width: 8rem;
  margin: auto;
}
.game-result .test-result .result-subTitle::before {
  content: '';
  height: 0.5rem;
  bottom: 0.45rem;
  background-color: var(--game-144-sub-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.game-result .test-result .result {
  font-size: 2rem;
  font-family: var(--game-144-font);
  color: var(--game-144-color);
  font-weight: bold;
  text-align: center;
  margin: 0.5rem;
  letter-spacing: 0.15rem;
  text-shadow: 0.5px 0 var(--game-144-color);
}
.game-result .test-result .subtext {
  font-size: 0.9rem;
  text-align: center;
  color: #9b9b9b;
}

.game-result .result-bot-text .result-box-ment .result-box-sub {
  color: var(--game-144-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-144-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.8rem;
  font-weight: 550;
  color: black;
}

.game-result .result-bot-text .result-box-ment .model-box {
  display: flex;
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-top: 1rem;
}
.game-result .result-bot-text .result-box-ment .model-box .model-image {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.game-result .result-bot-text .result-box-ment .model-box .model-image > img {
  width: 4rem;
  transform: scale(1.6);
}
.game-result .result-bot-text .result-box-ment .model-box .model-text {
  font-weight: 500;
  margin-left: 2rem;
}
.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-144-color);
  font-weight: 900;
}

.game-result .num-statement > span {
  color: var(--game-144-color);
  font-family: 'RixGulim';
}

.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-144-color);
  font-family: var(--game-144-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-144-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;
  font-family: var(--game-144-font);
  font-weight: bold;
}

.game-wrapper.basic .game-result {
  padding: 2rem 20px 0;
  background-image: url(https://cdn.banggooso.com/assets/images/game144/background.png);
}

.game-wrapper.basic .game-result .result-box {
  padding: 0.5rem 1rem;
}
.game-wrapper.basic .game-result .result-box:nth-child(-n + 3) {
  transform: none;
  border: none;
}

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

.game-wrapper.basic .game-result .result-box.first-box {
  transform: none;
}

.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-family: var(--game-144-font);
  font-weight: bold;
  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 .result-box.result-box.most,
.game-result .result-box.result-box.type {
  padding: 1rem !important;
}

.game-wrapper.basic .game-result .good,
.game-wrapper.basic .game-result .bad {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  font-family: var(--game-144-font);
  font-weight: 900;
  text-shadow: 0.5px 0.5px 0px #979797;
}

.game-result .result-box.most .btn_myranking a {
  font-family: var(--game-144-font);
  background-color: var(--game-144-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-repeat: no-repeat;
  width: 13rem;
  background-position: center center;
  margin: -1px auto;
  background-image: url('https://cdn.banggooso.com/assets/images/game144/logo.png');
}

.game-wrapper.basic .game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-b.png');
  padding-right: 1.5rem;
  background-color: white;
  color: black;
  font-family: var(--game-144-font);
}

.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: #78c8ff;
  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;
}

.game-result .result-container .result-text-container .bottom-text {
  color: #bfbfbf;
  text-align: center;
  font-size: 0.6rem;
}

.game-result .bold-text {
  font-weight: bold;
}

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

.graph-background {
  display: flex;
  width: 13rem;
  height: 1.2rem;
  background: #dadada;
  border-radius: 1rem;
}

.percent-background {
  height: 1.2rem;
  background: #0045ff;
  border-radius: 1rem;
}

.end-point {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #0045ff;
  color: white;
  position: absolute;
  right: 0;
  margin: -0.2rem;
  font-family: var(--game-144-font);
  line-height: 1.6rem;
  font-size: 1.1rem;
}
.end-point.right {
  transform: scaleX(-1);
}

.circle-chart-wrapper {
  padding: 0;
  font-family: var(--game-144-sub-font);
  text-align: center;
  padding: 0 2rem 0 2rem;
  display: block;
  margin: 1.5rem 0;
}

.circle_char__background {
  stroke: black;
}

.circle-chart-wrapper .circle-chart circle {
  stroke-linecap: round;
  shape-rendering: geometricPrecision;
}

.circle-chart-wrapper > .circle-chart-inside {
  margin: 1rem 0;
}

.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.9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  top: -1rem;
  line-height: 0.4rem;
  margin: 0 -5rem;
  font-weight: bold;
  font-family: var(--game-144-font);
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption span {
  display: inline-block;
  line-height: 0.7rem;
  text-align: center;
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption span:first-child {
  width: 5rem;
}
.circle-chart-wrapper > .circle-chart-inside .circle-chart-box .circle-chart-caption span:last-child {
  width: 5rem;
}

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

/* list-type*/

.test-lists-wrap .title {
  font-family: var(--game-144-font);
}
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  font-family: var(--game-144-font);
  font-weight: bold;
}
.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-144-sub-color);
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p {
  color: #78c8ff;
}

.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-144-color);
  background: rgba(255, 255, 255, 0.8);
}

.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: #7a9eff;
}
