/* 공통 */
:root {
  --game-96-color: #eb0029;
  --game-96-sub-color: #ffe816;
  --game-96-2nd-color: #ff5674;
  --game-96-3rd-color: #ffb3c0;
  --game-96-font: 'jalnan', sans-serif;
  --game-96-big-size: 1.2rem;
  --game-96-super-big-size: 1.8rem;
}
.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-96-color) !important;
  font-size: var(--game-96-big-size) !important;
  color: white;
  border-color: #222222;
  line-height: 3.5rem;
}
.game-wrapper .game-title {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-96-color) !important;
  color: #ffffff;
}

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

/* 인트로 페이지 */
.game-intro {
  position: relative;
  background-color: #433323;
}
.game-intro .share-sns-list .list-title {
  color: white !important;
}

.game-intro .result-box .result-box-title {
  color: white !important;
}
.game-intro .result-box-title:before {
  background-color: var(--game-96-color) !important;
}
.game-intro .result-box .img-halt-box ul.list > li span.label-top {
  text-shadow: 0 0 var(--game-96-sub-color) !important;
}
.game-intro .result-box .img-halt-box ul.list > li span.label-bottom,
.game-intro .result-box .img-halt-box ul.list > li span.label-top,
.game-intro .result-box .img-halt-box ul.list > li span.label-bottom > em {
  color: white;
}

.game-intro .img-box {
  position: absolute;
}
.game-intro .intro-box {
  width: 70%;
  margin: 0 auto;
}
.game-intro .intro-explain {
  border: 2px solid white;
  border-radius: 1rem;
  padding: 0.8rem;
  width: 110%;
  background: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  text-align: center;
  color: black;
  font-weight: 700;
}
.game-intro .intro-pocket-ball {
  width: 60%;
  margin-bottom: 0.7rem;
}

.game-intro .intro-title {
  width: 100%;
  margin-top: 0.5rem;
}
.game-intro .intro-margin {
  margin-bottom: 0.8rem;
}
.game-intro .intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-light {
  position: absolute;
  width: 100%;
}

.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}

.game-intro .result-box .result-box-title2,
.game-intro .game-count .count-label,
.game-intro .game-count .count-num,
.game-intro .share-sns-list .list-title .countBox .countNumber {
  color: white !important;
}

.game-result .share-sns-list .list-title .countBox .countNumber {
  color: black !important;
}

.game-intro .game-count .count-label:before {
  background-color: var(--game-96-color) !important;
}

.game-intro .share-sns-list .list-title .countBox .countImg {
  background-image: url(https://cdn.banggooso.com/assets/images/icons/icon-reply-w.png) !important;
}

.game-result .share-sns-list .list-title .countBox .countImg {
  background-image: url(https://cdn.banggooso.com/assets/images/icons/icon-reply.png) !important;
}

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

/*0번 문제*/
.game-wrap .test-step-0 .question-options {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-around;
}

.game-wrap .test-step-0 .question-options .question-option:nth-child(1) {
  width: 40%;
}
.game-wrap .test-step-0 .question-options .question-option:nth-child(2) {
  margin-top: 0;
  width: 40%;
}

/*4번 문제*/
.game-wrap .test-step-100 .question-options {
  display: flex;
  flex-wrap: wrap;
}
.game-wrap .test-step-100 .question-options .question-option:nth-child(1) {
  margin-top: 0.8rem;
}

.game-wrap .test-step-100 .question-options .question-option {
  width: 30% !important;
}

/*알고리즘 미포함 문제*/
.game-wrap .test-step-100 .question-options .question-option:focus,
.game-wrap .test-step-100 .question-options .question-option:active {
  background-color: var(--game-96-sub-color) !important;
  color: #ffffff;
}

.game-wrap .test-step-101 .question-option {
  display: inline-block !important;
  width: 9.7rem !important;
  height: 9.7rem !important;
  border-radius: 1rem !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 0.3rem 0.3rem 0 !important;
  padding: 0 !important;
  border: 0.1rem solid #e1e1e1;
  box-sizing: content-box;
}

.game-wrap .test-step-101 .question-options .question-option.active:after,
.game-wrap .test-step-101 .question-options .question-option:focus:after,
.game-wrap .test-step-101 .question-options .question-option:active:after {
  content: '';
  position: absolute;
  right: 1rem;
  background-image: url('https://cdn.banggooso.com/assets/images/game96/icon/right.png');
  background-size: 1.5rem 1.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  top: 15%;
  transform: translateY(-50%);
}

.game-wrap .test-step-101 .question-options .question-option:focus,
.game-wrap .test-step-101 .question-options .question-option:active {
  background-color: var(--game-96-sub-color) !important;
  border: 0.1rem solid var(--game-96-sub-color);
}

.test-step-101 .question-title {
  margin-bottom: 1.125rem !important;
  margin-top: 0rem !important;
  font-size: 1.15rem !important;
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(1) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/이상해씨.png');
}
.game-wrap .test-step-101 .question-options .question-option:nth-child(2) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/파이리.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(3) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/꼬부기.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(4) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/버터플.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(5) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/피죤투.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(6) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/피카츄.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(7) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/푸린.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(8) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/나옹.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(9) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/고라파덕.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(10) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/팬텀.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(11) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/라프라스.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(12) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/메타몽.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(13) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/이브이.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(14) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/잠만보.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(15) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/뮤츠.png');
}

.game-wrap .test-step-101 .question-options .question-option:nth-child(16) {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/토게피.png');
}

/* 결과 페이지 */
.game-result #result-title {
  font-family: var(--game-96-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-96-color) !important;
}
.game-result #result-title h1 > p:first-child {
  font-size: var(--game-96-super-big-size);
}
.game-result p.num-statement > span {
  font-family: var(--game-96-font) !important;
  color: var(--game-96-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-96-color) !important;
}
.game-result .result-box .game-btn-wrapper {
  margin: 0.5rem auto;
}
.game-result .result-box {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.game-result .brand-btn {
  background-color: var(--game-96-sub-color) !important;
  color: black;
}
.game-result .event-btn {
  background-color: var(--game-96-sub-color) !important;
  color: #222222;
}
.game-result .detail .result-box .result-bot-text .idiom-wrapper {
  font-size: 0.85rem;
  text-align: center;
}
.game-result .detail .result-box .result-bot-text .idiom-wrapper .idiom-box {
  font-weight: 900;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #ff1a47;
  border-radius: 1rem;
  display: inline-block;
  padding: 0 1rem;
  margin: 0.2rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-96-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-96-color) !important;
}
.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-96-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-96-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-96-sub-color) !important;
}
.game-result .btn_myranking a {
  background-color: white !important;
  color: #222222;
}
.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png') !important;
  background-position: 80% center !important;
  padding-right: 30px !important;
}
.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}
.game-result .recommend-list:before {
  background-color: var(--game-96-color) !important;
}

.color-red {
  color: var(--game-96-color) !important;
}

.allow-context-menu,
.img-responsive {
  box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
}

.test-lists-wrap .test-lists .test-list-item .item-wrap .thumb img {
  box-shadow: 3px 3px 3px rgb(0 0 0 / 25%) !important;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  background-color: rgba(255, 255, 255, 0.5);
}

/* 결과 랭킹 */
.rank-wrapper {
  margin-top: 2rem;
}
.rank-wrapper .rank-title-wrapper {
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: 1rem;
}
.rank-wrapper .rank-title-wrapper .rank-image-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.rank-wrapper .rank-title-wrapper .rank-image-wrapper img:nth-child(1){
  width: 40%;
}

.rank-wrapper .rank-title-wrapper .rank-image-wrapper img:nth-child(2){
  width: 30%;
}

.rank-wrapper .rank-title-wrapper p:nth-of-type(2){
  font-family: var(--game-96-font);
    font-size: 1.2rem;
    color: var(--game-96-color);
}

.rank-wrapper .rank-title-wrapper p:nth-of-type(3){
  font-family: var(--game-96-font);
  font-size: 0.8rem;
}


.rank-wrapper .rank-title {
  font-size: 1.1rem;
  font-family: var(--game-96-font);
  display: inline-block;
  margin: 0 auto 0.2rem;
}
.rank-wrapper .rank-title::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-96-sub-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.rank-wrapper .under-bar{
  width: 13%;
  border-bottom: 0.18rem solid black;
  margin: -0.3rem auto 0.5rem;
}

.rank-wrapper .rank-list-wrapper {
  position: relative;
}
.rank-wrapper .rank-list-wrapper .rank-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
}

.rank-wrapper .rank-list-wrapper .rank-list .rank-num-container img{
  position: absolute;
}

.rank-wrapper .rank-list-wrapper .rank-list .rank-num-container img:nth-of-type(1){
  width: 0.7rem;
  margin-left: -1rem;
}

.rank-wrapper .rank-list-wrapper .rank-list .rank-num-container img:nth-of-type(2){
  width: 0.5rem;
  margin-left: 0.4rem;
  margin-top: -1.5rem;
}

.rank-wrapper .rank-list-wrapper .rank-list.rank-style img{
  display: none;
} 

.rank-wrapper .rank-list-wrapper .rank-num-container .rank-num {
  font-family: var(--game-96-font);
  font-size: 1.4rem;
}

.rank-wrapper .rank-list-wrapper .rank-list.rank-style .rank-num-container .rank-num{
  font-size: 1.1rem;
  color: #777777;
} 
.rank-wrapper .rank-list-wrapper .rank-img-wrapper {
  width: 3.3rem;
  position: relative;
  height: 3.3rem;
  margin: 0 0.6rem;
}

.rank-wrapper .rank-list-wrapper .rank-list.rank-style .rank-img-wrapper{
  background: white;
}
.rank-wrapper .rank-list-wrapper .rank-list.rank-style .rank-img-wrapper .rank-num-img-box,
.rank-wrapper .rank-list-wrapper .rank-list.rank-style .rank-img-wrapper .rank-img-box{
  mix-blend-mode: luminosity;
}

.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #c4c4c4;
  background-position: center center !important;
  background-size: 150%;
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb2 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/이상해씨.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb3 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/파이리.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb4 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/꼬부기.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb5 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/버터플.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb6 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/피죤투.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb7 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/피카츄.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb8 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/푸린.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb9 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/나옹.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb10 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/고라파덕.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb11 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/팬텀.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb12 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/라프라스.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb13 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/메타몽.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb14 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/이브이.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb15 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/잠만보.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb16 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/뮤츠.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-img-box.thumb17 {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/question/토게피.png');
}
.rank-wrapper .rank-list-wrapper .rank-img-wrapper .rank-num-img-box {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: -0.5rem;
  right: -0.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.rank-wrapper .rank-list:nth-child(1) .rank-img-wrapper .rank-num-img-box {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/icon/gold.png');
  background-position: center center;
}
.rank-wrapper .rank-list:nth-child(2) .rank-img-wrapper .rank-num-img-box {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/icon/silver.png');
  background-position: center center;
}
.rank-wrapper .rank-list:nth-child(3) .rank-img-wrapper .rank-num-img-box {
  background-image: url('https://cdn.banggooso.com/assets/images/game96/icon/bronze.png');
  background-position: center center;
}
.rank-wrapper .rank-list-wrapper .graph-wrapper {
  width: 12rem;
  position: relative;
}
.rank-wrapper .rank-list-wrapper .graph-wrapper .graph-bar {
  background: #e8e8e8 !important;
  border-radius: 0.3rem;
  overflow: hidden;
}
.rank-wrapper .rank-list-wrapper .graph-wrapper .graph-value {
  background-color: var(--game-96-sub-color);
  height: 100%;
  border-radius: 0.3rem;
  position: absolute;
  top: 0;
  transform: none;
}
.rank-wrapper .rank-list-wrapper .rank-list.rank-style .graph-wrapper .graph-value{
 background-color: #777777; 
}
.rank-wrapper .rank-list-wrapper .graph-wrapper .graph-caption {
  position: absolute;
  bottom: -1.15rem;
  width: 100%;
  margin: 0;
  padding: 0 0.2rem;
  font-size: 0.8rem;
  color:black;
}

.rank-wrapper .rank-list-wrapper .rank-list.rank-style .graph-wrapper .graph-caption p{
  color: #777777;
}

.rank-wrapper .rank-list-wrapper .rank-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #ffffff;
}

/* 결과 그래프 */
.graph-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.graph {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 90%;
}

.graph-bottom {
  display: flex;
  padding: 0.4rem;
  justify-content: space-around;
  font-size: 0.8rem;
  font-weight: 700;
  align-items: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  background-color: white;
}

.graph-top {
  display: flex;
  background-color: var(--game-96-color);
  border: 1px solid var(--game-96-color);
  padding: 0.4rem;
  justify-content: space-around;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.graph-box {
  width: 24%;
  text-align: center;
}

.type-box {
  display: flex;
}
.type-container {
  width: 50%;
}
.type-icon {
  width: 60%;
  border-radius: 30px;
}

.half-icon {
  width: 40%;
  border-radius: 30px;
}
/**/

.graph-percent {
  display: flex;
  justify-content: space-between;
}
.graph-percent p {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--game-96-color);
}
.graph-wrapper {
  position: relative;
  padding-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 900;
}
.graph-wrapper .graph-bar {
  height: 1.1rem;
  border: 1px var(--game-93-3rd-color) solid;
  border-radius: 1rem;
  background: linear-gradient(to left, var(--game-96-color), #ffd1dd);
}
.graph-wrapper .graph-value {
  position: absolute;
  top: 7%;
  color: var(--game-96-color);
  transform: translateX(-50%);
}
.graph-wrapper .graph-point {
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  border: 3px var(--game-93-3rd-color) solid;
  border-radius: 1rem;
  background-color: #ffffff;
}
.graph-wrapper .graph-caption {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  color: #595959;
  padding: 0 0.5rem;
}

.result-box-third-title {
  display: block;
  font-family: 'Jalnan', sans-serif;
  font-size: 1rem !important;
}

.result-box-second-title {
  font-size: 1.6rem !important;
  color: var(--game-96-color) !important;
  margin-bottom: 0.4rem !important;
  font-family: var(--game-96-font);
}

.result-box-second-title > p {
  line-height: 1.9rem;
}

/* 인스타 섹션 */
.game-result .insta-event-wrap {
  border: 0.1875rem solid #f2f2f2;
  border-radius: 0.3125rem;
  text-align: center;
  padding: 1.5rem 1.1rem;
  margin-top: 1rem;
}
.game-result .insta-event-wrap .insta-title {
  font-family: var(--game-96-font) !important;
  color: var(--game-96-color) !important;
  margin-bottom: 1rem;
}
.game-result .insta-event-wrap .insta-img > img {
  width: 100%;
}
.game-result .insta-event-wrap .game-btn-wrapper {
  margin: 0 auto;
}
.game-result .insta-event-wrap .insta-desc {
  font-size: 0.8rem;
}
.game-result .insta-event-wrap .insta-desc b {
  color: var(--game-96-color) !important;
  font-weight: 900;
}
.game-result .insta-event-wrap .insta-step {
  margin: 1rem 0 2rem;
}
.game-result .insta-event-wrap .insta-desc .insta-hash {
  background-color: var(--game-96-color) !important;
  color: #ffffff;
  border-radius: 0.2rem;
  display: inline-block;
  padding: 0 0.3rem;
  margin: 0.1rem 0;
}
.game-result .insta-event-wrap .insta-notice {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.game-result .insta-event-wrap .insta-notice .small-text {
  font-size: 0.4rem;
  line-height: 1rem;
}

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

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

.btn-gray-round {
  background-color: var(--game-96-color);
}
