@font-face {
  font-family: 'GangwonEduPower';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn.banggooso.com/assets/fonts/GangwonEduPower.woff2') format('woff2');
  /* src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff'); */
}

/* 공통 */
:root {
  --game-114-color: #ff9aa0;
  --game-114-sub-color: #d4e8ff;
  --game-114-2nd-color: #ffcccc;
  --game-114-3rd-color: #ffe4e4;
  --game-114-font: 'GangwonEduPower', sans-serif;
  --game-114-big-size: 1.2rem;
  --game-114-super-big-size: 1.8rem;
}
.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-114-color) !important;
  font-size: var(--game-114-big-size) !important;
  color: white;
  border-color: #222222;
}
.game-wrapper .game-title {
  font-family: var(--game-114-font) !important;
  background-color: var(--game-114-color) !important;
  color: #ffffff;
}

.bg-pattern {
  background-image: url('https://cdn.banggooso.com/assets/images/game114/background.jpg');
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100%;
}

/* 인트로 페이지 */
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}
.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: var(--game-114-sub-color) !important;
}

.game-intro .game-intro-title,
.game-intro .game-count .count-label,
.game-intro .result-box .result-box-title > span {
  font-family: var(--game-114-font) !important;
}

/* 문제 페이지 */
.game-wrapper.basic .game-body.no-image .question-title {
  margin: 3rem auto !important;
  font-size: 1.3rem !important;
}
.game-wrapper .game-wrap {
  padding: 0;
}
.app .app-header.page {
  border-bottom: 1px solid var(--game-114-color) !important;
}
.game-wrapper .test-progress-header {
  border-top: 0.1rem solid var(--game-114-color) !important;
}
.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-114-color) !important;
  color: #ffffff;
}
.game-wrap .game-title {
  color: #000000 !important;
}
.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-114-color) !important;
}

.game-stage {
  font-family: 'Noto Sans KR', 'serif';
  font-weight: 800;
  font-size: 0.9rem;
}

.game-stage .current-step {
  color: var(--game-114-color);
}

/* 결과 페이지 */
.app-header .header-logo {
  width: 14rem !important;
  background-size: auto 60% !important;
  background-image: url('https://cdn.banggooso.com/assets/images/game114/logo.png') !important;
}
.game-result #result-title {
  font-family: var(--game-114-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-114-color) !important;
}
.game-result #result-title h1 {
  font-size: var(--game-114-super-big-size);
}
.game-result p.num-statement > span {
  font-family: var(--game-114-font) !important;
  color: var(--game-114-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-114-color) !important;
}
.game-result .result-box .game-btn-wrapper {
  margin: 0.5rem auto;
}

.game-result .item-comment {
  font-size: 0.85rem;
  text-align: start;
}

.game-result .item-type {
  display: flex;
  flex-direction: column;
}
.game-result .item-type.I .item-category {
  display: none;
}
.game-result .item-type.I {
  margin-top: 0;
}
.game-result .point-color {
  color: var(--game-114-color);
  font-weight: 600;
}

.game-result .item-type img:nth-child(1) {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.game-result .brand-btn {
  background-color: var(--game-114-sub-color) !important;
  color: black;
}
.game-result .event-btn {
  background-color: var(--game-114-sub-color) !important;
  color: #222222;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-114-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-114-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-114-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-114-color) !important;
}
.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-114-sub-color) !important;
}
.game-result .btn_myranking a {
  background-color: var(--game-114-sub-color) !important;
  color: #222222;
}
.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;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: var(--game-114-color) !important;
}

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

/*인스타 이벤트*/

/* 인스타 섹션 */
.insta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  color: #5e5e5e;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 550;
  background-color: white;
}

.insta-box .font {
  font-family: var(--game-114-font);
}

.insta-box .point-color {
  color: var(--game-114-color);
  font-weight: 800;
}

.insta-box .text-container {
  margin-top: 0.7rem;
}

.insta-box .point-color.font {
  font-size: 1.2rem;
}

.insta-box .under-line.font {
  font-size: 1rem;
}

.insta-box .num {
  margin-right: 0.5rem;
}
.insta-box img {
  width: 90%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.insta-box .more-small {
  font-size: 0.5rem;
}

.insta-box .dotted-line {
  margin-top: 1rem;
  width: 90%;
  margin-left: 5%;
  border: 0.5px dashed #e6e6e6;
}
.insta-box .small {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-size: 0.6rem;
}
.insta-box .small .platform {
  font-size: 0.8rem;
}
.insta-box .highlight2 {
  background-color: var(--game-114-color);
  color: white;
  border-radius: 0.2rem;
  padding: 0.05rem 0.2rem;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  display: inline-block;
  margin-top: 1rem;
}
.insta-box .prize-list {
  background: rgba(212, 232, 255, 0.4);
  border: 1px solid #d4e8ff;
  border-radius: 5px;
  padding: 0 0.6rem 0 0.6rem;
  margin-top: 0.3rem;
}

.insta-box .center.bottom {
  margin: 0.5rem 0;
}

.insta-box #copyBtn {
  background-color: var(--game-114-color) !important;
  text-align: center !important;
  margin: 0.5rem 0;
  font-family: var(--game-114-font) !important;
}

.insta-box li {
  display: flex;
  margin-bottom: 0.2rem;
}

.insta-box div {
  display: block;
  text-align: start;
}

.insta-box .small-text {
  font-size: 0.55rem;
}

.insta-box .highlight {
  background-color: var(--game-114-color);
  color: white;
  border-radius: 0.2rem;
  padding: 0.05rem 0.2rem;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}

.insta-box .center {
  text-align: center;
}

.insta-box .bold {
  font-weight: 800;
}

.insta-box .bottom {
  margin-top: 0.7rem;
}

.insta-box .bottom p {
  line-height: 1.3rem;
}

/* 유형별 궁합 */
.game-result .good,
.game-result .bad {
  text-shadow: 0.1rem 0.1rem var(--game-114-sub-color) !important;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0.1rem 0.1rem var(--game-114-sub-color) !important;
  font-family: var(--game-114-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-114-font) !important;
}
.test-lists-wrap .title::before {
  background-color: var(--game-114-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  text-shadow: 3px 4px 0px var(--game-114-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-114-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed;
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-114-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: var(--game-114-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-114-3rd-color);
}

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

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

.game-result #result-title h2,
.game-result #result-title h1,
.game-result .brand-btn,
.game-result .result-box .result-box-title,
.game-result .btn_retest > a,
.game-wrapper.basic .game-result .btn_myranking > a,
.game-wrapper.basic .game-result .good,
.game-wrapper.basic .game-result .bad,
.game-intro .btn-game-start,
.test-lists-wrap .test-lists .test-list-item.rank_list .num,
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title p,
.game-wrapper.basic .test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title span {
  font-family: var(--game-114-font) !important;
}
