/* 공통 */
@font-face {
  font-family: 'lab-digital';
  src: url('https://cdn.banggooso.com/assets/fonts/lab-digital.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/lab-digital.ttf') format('truetype');
}

@font-face {
  font-family: 'bombaram';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.1/HSBombaram3_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --game-90-color: #b49cc6;
  --game-90-sub-color: #eedcf6;
  --game-90-2nd-color: #d2b8de;
  --game-90-3rd-color: #eedcf6;
  --game-90-normal-color: #626262;
  --game-90-border-line-color: #8b8b8b;
  --game-90-font: 'jalnan', sans-serif;
  --game-90-big-size: 1.2rem;
  --game-90-super-big-size: 1.7rem;
}

.game-btn {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-90-color) !important;
  font-size: var(--game-90-big-size) !important;
  color: #ffffff;
  border-color: #222222;
}
.game-wrapper .game-title {
  font-family: 'jalnan', sans-serif !important;
  background-color: var(--game-90-color) !important;
  color: #ffffff;
}

.app .app-header.intro-header {
  background-color: var(--game-90-sub-color) !important;
  position: fixed;
  z-index: 1;
  width: 100%;
  border: none;
}

.app .app-header.test-header {
  border: none;
}

.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 /
    auto 1rem;
}
.game-wrapper .app-header.page .app-header-btn.back {
  background: transparent url(https://cdn.banggooso.com/assets/images/icons/back-arrow-w.png) no-repeat center center /
    auto 1rem;
}

#modal .modal-cont.wrong-answer > p {
  color: #000000;
}

#modal .modal-cont.wrong-answer .closeHint {
  color: #000000;
}
/* 인트로 페이지 */
.game-intro {
  position: relative;
  padding-bottom: 3rem;
  background-color: var(--game-90-sub-color);
}

.game-intro > div.game-intro-text {
  width: 100%;
  top: 22rem;
  color: #ffffff;
}
.game-intro > div,
.game-intro > dl.game-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.game-intro > .img-box {
  margin-top: 2.48rem;
}

.game-intro > .img-box,
.game-intro > .share-sns-list,
.game-intro > .most-type-wrap,
.game-intro > .result-box.most {
  position: relative;
  transform: none;
  left: 0;
}

.game-intro .user-nickname {
  top: 29.5rem;
}

.game-intro .user-nickname input {
  width: 12rem;
  height: 2.5rem;
  border: 1px solid var(--game-90-sub-color);
  text-align: center;
  font-size: 0.8rem;
  color: #cccccc;
  box-sizing: border-box;
  padding: 0.5rem;
  font-weight: 400;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
}

.game-intro .btn-wrap {
  top: 31.5rem;
  width: 16.847rem;
}

.game-intro .btn-wrap .btn-game-start {
  border: 0.25rem solid #ffffff;
  background: linear-gradient(93.21deg, #bf6dff 5.84%, #f8acff 94.32%);
  line-height: 3.5rem;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
}

.game-intro .volBox {
  top: 38rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.8rem;
  width: 20rem;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0.02rem;
}
.game-intro .volBox img:last-child {
  transform: scaleX(-1);
}

.game-intro .volBox span {
  vertical-align: text-top;
  padding: 0.1rem;
}

.game-intro > dl.game-count {
  top: 41.5rem;
}

.game-intro .result-box .result-box-title:before,
.game-intro .game-count .count-label:before {
  background-color: #ffffff;
}

.game-intro .most-type-wrap > div {
  border: none;
}
.premium-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

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

.game-intro .share-sns-list {
  margin-top: -5rem !important;
}

/* 인트로 vs 테이블 */
.game-intro .vs-table-wrap {
  font-family: 'lab-digital';
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: -1rem 0 4.5rem;
}
.game-intro .vs-table-wrap > table {
  border-collapse: collapse;
  border-radius: 3px;
  border-style: hidden;
  box-shadow: 0 0 0 3px #9075b5;
  background-color: #324438;
  margin: 0 auto;
  color: #f5e6fa;
}
.game-intro .vs-table-wrap tr:first-child {
  color: #324438;
}
.game-intro .vs-table-wrap th,
.game-intro .vs-table-wrap td {
  width: 6rem;
}
.game-intro .vs-table-wrap th {
  background-color: #cc93ec;
  border-bottom: 3px solid #9075b5;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.game-intro .vs-table-wrap td {
  line-height: 2.5rem;
}
.game-intro .vs-table-wrap th:first-child {
  border-radius: 3px 0 0 0;
}
.game-intro .vs-table-wrap th:last-child {
  border-radius: 0 3px 0 0;
}
.game-intro .vs-table-wrap th:nth-child(2),
.game-intro .vs-table-wrap td:nth-child(2) {
  border: 3px solid #9075b5;
}

/* 문제페이지 - 힌트 & 오답 모달 */

.modal-cont.wrong-answer {
  height: auto !important;
}

.modal-bg .modal-cont .Hint02 p.hint {
  font-size: 1.5rem;
}

.modal-bg .modal-cont #answer {
  font-weight: 600;
}

#modal .hint-title {
  font-size: 0.9rem;
  background-color: var(--game-90-color);
}

#modal .modal-bg .modal-cont p.hint {
  font-size: 0.9rem;
  font-weight: 900;
}

.modal-bg .modal-cont .Hint01,
.modal-bg .modal-cont .Hint02 {
  color: #000000;
}

/* 문제 페이지 */
.d-hide {
  display: none !important;
}

.game-wrapper .game-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 1030px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.game-wrap .full-page {
  height: 100vh;
  position: relative;
}

.game-wrapper .app-main {
  height: 100vh;
  color: #ffffff;
}

.app-header.page .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/on.png');
  background-size: 70%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
}

.app-header.page .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/off.png');
  background-size: 55%;
  position: absolute;
  right: 2.5rem;
  z-index: 99;
}

.app-header.page .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game85/home.png');
  background-size: 70%;
  position: absolute;
  right: 0.5rem;
  z-index: 99;
}

.premium-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.premium-char {
  width: 25rem;
  position: absolute;
  bottom: 0%;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.premium-item {
  width: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.game-wrap .game-title {
  color: var(--game-90-color) !important;
}

.game-wrap .full-page .bottom-button,
.select-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  width: 100%;
  text-align: center;
}

.game-wrap .full-page .bottom-button,
.game-wrap .select-area a,
.game-wrap .select-area button {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.89);
  color: #000000;
  white-space: nowrap;
  font-weight: 800;
  margin: 0.5rem auto;
  width: 90%;
  font-size: 1rem;
}

.game-wrap .full-page .bottom-button:active,
.game-wrap .select-area a:active,
.game-wrap .select-area button:active {
  background-color: var(--game-90-color);
  color: #fff;
}

/*
문제 - question-text
주인공 독백 - alone-text 
스토리 설명 - story-text (9,13,29,48)
서사 - narrative-text
주인공이 하는 말 - main-text
이름과 텍스트 -speaker
*/

/*팝업 뜨는 것들 기본 퍼블리싱*/
.game-wrap .pop-text {
  position: absolute;
  padding: 1.5rem;
  width: 90%;
  border-radius: 13px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 5;
  min-width: 250px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/*문제*/
.game-wrap .question-text {
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.6);
  top: 40%;
  min-height: 90px;
  text-align: center;
}

/*스토리 설명*/
.game-wrap .story-text {
  top: 30%;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #ffffff;
  color: black;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column !important;
}

.poly_icon {
  margin-top: 0.6rem;
}
.poly_image {
  width: 1.2rem;
}

/*주인공 독백*/
.game-wrap .alone-text {
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  width: 90%;
  padding: 2rem;
}

/*이름과 텍스트*/
.game-wrap .pop-text.conversation-text .speaker {
  top: 0;
  left: 0.5rem;
  position: absolute;
  transform: translateY(-100%);
  padding: 1px 12px;
  background-color: #0b0a0b;
  border: 3px solid #000;
  border-radius: 10px 10px 0 0;
  font-size: 0.8rem;
}
.game-wrap .pop-text.conversation-text {
  border: none;
  background-color: rgba(11, 10, 11, 0.86);
  box-shadow: 0 0 2px 2px rgb(11 10 11 / 86%);
  border-radius: 5px;
  width: 90%;
  padding: 2rem 0;
}

/*주인공 하는말*/
.main-text {
  width: 60%;
  padding: 7% 0;
  background-color: #ffffff;
  border: 0.15rem solid #000000;
  text-align: center;
  border-radius: 60%;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: black;
  height: 7rem;
}

/*서사*/
.game-wrap .narrative-text {
  border-radius: 8px;
  width: 90%;
  color: black;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #b49cc6;
}

.game-wrap .pop-text.black-text {
  background-color: #000000;
  font-weight: 800;
  top: 6rem;
}

/*페이지 별 퍼블리싱*/
/*step02*/
.full-page#step02,
.full-page#step02sub01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nameInImg {
  position: absolute;
  top: 13%;
  left: 25%;
  text-align: center;
  width: 35%;
  color: black;
  font-size: 1.3rem;
  font-weight: 800;
  z-index: 1;
}

.subImg {
  left: 1.7rem;
  width: 85%;
  position: relative;
}

/*step04*/
#step04 .alone-text {
  padding: 1rem;
  top: 30%;
  max-height: 18%;
}

#step04 .select-area {
  bottom: 15%;
}

/*step08*/
#step08 .select-area {
  top: 60%;
}

#step11 .main-text {
  padding: 5% 0;
  top: 70%;
}

#step15 .main-text {
  padding: 6% 0;
  width: 70%;
}

#step16sub01 .alone-text {
  padding: 1.5rem;
}

#step21 .question-text {
  top: 10%;
}
#premium-item-21 {
  width: 25rem;
}

#step22 .question-text {
  top: 30%;
  max-height: 20%;
}

#step24 .main-text {
  padding: 11% 0;
}

#premium-char-31 {
  position: absolute;
}

.step31img .img {
  width: 100%;
  transform: translateX(100%);
  transition: all 0.5s !important;
}

.step31img .img.active {
  transform: translateX(-50%);
}

.step32img .img {
  width: 100%;
  transform: translateX(100%);
  transition: all 0.5s !important;
}

.step32img .img.active {
  transform: translateX(-50%);
}

#step26 .select-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#step26 .select-area > a {
  width: 10rem;
  border: 0;
  margin: 0.25rem 0;
  background-size: 100%;
  min-height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

#step26 .select-area > a:nth-child(1) {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/clothes.png);
}
#step26 .select-area > a:nth-child(1):focus {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/clothes_clicked.png);
}
#step26 .select-area > a:nth-child(2) {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/funiture.png);
}
#step26 .select-area > a:nth-child(2):focus {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/funiture_clicked.png);
}
#step26 .select-area > a:nth-child(3) {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/it.png);
}
#step26 .select-area > a:nth-child(3):focus {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/it_clicked.png);
}
#step26 .select-area > a:nth-child(4) {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/department.png);
}
#step26 .select-area > a:nth-child(4):focus {
  background-image: url(https://cdn.banggooso.com/assets/images/game90/icons/department_clicked.png);
}

#step30 .narrative-text,
#step32 .narrative-text {
  top: 7%;
  padding: 1.5rem;
}

#step31 .narrative-text {
  padding: 1.5rem;
}

#step40 .main-text {
  padding: 11% 0;
  bottom: 15%;
}

#step48 .pop-text.story-text {
  font-family: 'bombaram';
  font-size: 1.3rem;
}
#step48 .poly_icon {
  margin: 0;
}

#step14 .question-text {
  top: 33%;
}
#step23 .alone-text,
#step23sub01 .alone-text {
  top: 40%;
}

.full-page#step06,
.full-page#step15 .main-text,
#step01sub01 .alone-text,
#step08 .question-text,
#step41sub01 .pop-text.conversation-text,
#step48 .story-text,
#step34 .narrative-text,
#step35sub01 .alone-text,
#step37 .alone-text,
#step41 .alone-text {
  top: 45%;
}

#step14 .select-area,
#step22 .select-area {
  top: 50%;
}

#step33 .select-area,
#step36 .select-area,
#step43 .select-area,
#step47 .select-area,
#step17 .pop-text.conversation-text,
#step17sub01 .pop-text.conversation-text,
#step18 .pop-text.conversation-text,
#step18sub01 .pop-text.conversation-text {
  top: 55%;
}

#step19 .pop-text.conversation-text {
  top: 58%;
}
#step19sub01 .pop-text.conversation-text {
  top: 63%;
}

#step02 .alone-text {
  bottom: 10%;
}

#step07 .pop-text.conversation-text,
#step10 .pop-text.conversation-text,
#step12 .pop-text.conversation-text,
#step12sub01 .pop-text.conversation-text,
#step15sub01 .pop-text.conversation-text,
#step16 .pop-text.conversation-text,
#step16sub01 .alone-text,
#step24 .main-text,
#step24sub01 .alone-text,
#step25 .pop-text.conversation-text,
#step42 .pop-text.conversation-text,
#step46 .pop-text.conversation-text,
#step46sub01 .pop-text.conversation-text,
#step20 .pop-text.conversation-text,
#step39 .pop-text.conversation-text,
#step45sub01 .main-text,
#step02sub01 .alone-text,
#step05 .alone-text,
#step20sub01 .alone-text,
#step20sub02 .narrative-text,
#step31 .narrative-text,
#step38sub01 .alone-text,
#step45 .narrative-text,
#step38 .pop-text.conversation-text {
  bottom: 15%;
}

#step17 .select-area,
#step17sub01 .select-area,
#step18 .select-area,
#step18sub01 .select-area,
#step19 .select-area {
  top: 73%;
}

#step19sub01 .select-area {
  top: 80%;
}

#premium-char-11 {
  top: auto;
}

#premium-char-17,
#premium-char-18,
#premium-char-19,
#premium-char-17-sub-1,
#premium-char-18-sub-1,
#premium-char-19-sub-1 {
  width: 21rem;
  top: auto;
}

#step17 .select-area button,
#step17sub01 .select-area button,
#step18 .select-area button,
#step18sub01 .select-area button,
#step19 .select-area button,
#step19sub01 .select-area button {
  min-height: 3rem;
}

#step08 .question-text,
#step14 .question-text,
#step36 .question-text,
#step47 .question-text,
#step17 .pop-text.conversation-text,
#step17sub01 .pop-text.conversation-text,
#step18 .pop-text.conversation-text,
#step18sub01 .pop-text.conversation-text,
#step19 .pop-text.conversation-text,
#step19sub01 .pop-text.conversation-text {
  max-height: 15%;
}

#step25 .pop-text.conversation-text,
#step42 .pop-text.conversation-text,
#step46 .pop-text.conversation-text {
  padding: 1rem 0;
}

#step43 .question-text {
  padding: 1rem 0;
  max-height: 15%;
}

#step35 .pop-text.conversation-text,
#step38sub01 .alone-text {
  bottom: 10%;
  padding: 1.5rem 0;
}

.mark b {
  font-weight: bold;
  color: var(--game-90-color);
}
/* progress */

.progress-bottom {
  background-color: var(--game-90-sub-color);
  color: #a5a5a5;
  height: 2.52rem !important;
}

.progress-bottom .progress {
  top: 50%;
}

.progress-bottom .progress .progress-inner {
  background-color: #b49cc6;
}

.progress-bottom .percen {
  font-weight: 700;
  font-size: 0.7rem;
  position: absolute;
  top: 30%;
  color: black;
  right: 10%;
}

.progress-bottom > p:last-child {
  font-size: 0.7rem;
  position: absolute;
  left: 90%;
  bottom: 0;
  transform: translateX(-50%);
}

.top-text {
  top: 10%;
  padding: 1rem !important;
}

.bottom-text {
  bottom: 10%;
  padding: 1.5rem !important;
}

/* 결과 페이지 */
.game-result {
  height: auto;
  padding: 2rem 20px 0;
}
.thumb-img-text {
  color: black;
  font-size: 0.8rem;
  padding-top: 0.3rem;
}
.cash-wrapper {
  text-align: center;
}

.cash-wrapper img {
  object-fit: cover;
  width: 15rem;
}
.cash-box {
  position: absolute;
  left: 7.3rem;
  text-align: center;
  width: 10rem;
  z-index: 1;
  top: 0.4rem;
  font-family: 'lab-digital';
  color: rgba(245, 230, 250, 1);
  font-size: 1.5rem;
}

.game-result .img-box img {
  width: 90%;
}

.game-result #result-title {
  font-family: var(--game-90-font) !important;
  padding-top: 0;
}
.game-result #result-title h2 {
  color: var(--game-90-color) !important;
}
.game-result #result-title h1 {
  font-size: var(--game-90-super-big-size);
  color: black;
}
.game-result .result-box {
  padding: 1.5rem 1.1rem;
}
.game-result .result-box .result-box-title {
  color: black;
}
.game-result p.num-statement > span {
  font-family: var(--game-90-font) !important;
  color: var(--game-90-color) !important;
}
.game-result #result-title .img-box {
  margin: 0 1rem 1.5rem;
  width: auto;
}
.game-result #result-title .img-box .img-caption {
  margin: -0.5rem auto 0.3rem;
  color: var(--game-90-color) !important;
}
.game-result .result-box .game-btn-wrapper {
  margin: 0.5rem auto;
}

.game-result .event-btn.multi-line {
  font-size: 1rem !important;
  line-height: 1.7rem;
  margin-top: 0;
}

.game-result .event-btn {
  background-color: var(--game-90-color) !important;
  color: #ffffff;
  margin-top: 1rem;
  line-height: 1.8rem;
}
.game-result .detail .result-box .result-bot-text .mark {
  background-color: var(--game-90-color) !important;
}

.app-main .result-bot-text .mark + p {
  font-size: 0.75rem;
}

.game-result .detail .result-box .result-bot-text .subtitle {
  color: var(--game-90-color) !important;
}

.game-result .detail .result-box .result-bot-text p {
  color: black;
}

.game-wrapper .game-result .result-bot-text .subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: left;
  color: var(--game-90-color) !important;
}

.game-result .detail .result-box .result-bot-text .subtitle > .mark {
  background-color: var(--game-90-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-90-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-90-sub-color) !important;
}

.game-result .btn_myranking a {
  background-color: rgba(238, 220, 246, 1) !important;
  color: #000000;
  line-height: 3.5rem;
  border-radius: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  width: 18rem;
}

.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 .btn_myranking a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/grape-b.png');
  background-size: 0.9rem;
  background-position: 87% center;
  padding-right: 1.7rem;
}

.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png');
  background-size: 0.9rem;
  background-position: 79% 52%;
  padding-right: 0.5rem;
}

.game-result .share-sns-list span {
  margin: 0;
  font-size: 1rem;
}

.game-result .recommend-list:before {
  background-color: var(--game-90-color) !important;
}

.game-result .graph-wrapper {
  font-family: 'lab-digital';
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem 2rem 0;
}
.game-result .graph-wrapper .graph-box-border {
  background-color: #cc93ec;
  border: 0.2rem solid #9075b5;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0.2rem;
}
.game-result .graph-wrapper .graph-box {
  background-color: #324438;
  border: 0.2rem solid #9075b5;
  border-radius: 0.4rem;
}
.graph-wrapper .era-wrap {
  margin: 0.2rem 2.5rem 0.5rem;
}
.graph-wrapper .era-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0.2rem;
  color: #d295ff;
  align-items: flex-end;
}
.graph-wrapper .era-wrap ul .selected {
  color: #f5e6fa;
  font-size: 1.1rem;
}
.graph-wrapper .era-wrap .era-bar {
  height: 0.2rem;
  background-color: #cc93ec;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
.graph-wrapper .era-wrap .era-point {
  position: absolute;
  transform: translate(-50%, -65%);
  width: 0.6rem;
}
.graph-wrapper .ability-wrap {
  margin: 0.5rem 1rem 0.5rem 0;
  font-size: 1.15rem;
}
.graph-wrapper .ability-wrap li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.graph-wrapper .ability-wrap li img {
  margin: 0 0.3rem;
  width: 0.45rem;
}
.graph-wrapper .ability-wrap .graph {
  width: 65%;
}
.graph-wrapper .ability-wrap .graph .graph-back {
  width: 100%;
  height: 1rem;
  background-color: #506c59;
  border-radius: 0.5rem;
}
.graph-wrapper .ability-wrap .graph .graph-bar {
  position: absolute;
  height: 1rem;
  background: linear-gradient(270deg, #d193ff 0%, #ffffff 100%);
  border-radius: 0.5rem;
  top: 0;
}

.game-result .test-result-wrap ul {
  overflow: hidden;
}

.game-result .test-result-wrap ul li {
  float: left;
  border-right: 2px solid var(--game-90-color);
  text-align: center;
}

.game-result .test-result-wrap ul li:first-child,
.game-result .test-result-wrap ul li:nth-child(2) {
  width: 32%;
}

.game-result .test-result-wrap ul li:last-child {
  border-right: none;
  width: 36%;
}

.game-result .char-title {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.game-result .char-title::before {
  content: '';
  height: 0.5rem;
  bottom: 0.15rem;
  background-color: var(--game-90-color);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.game-result .result-char-title-wrap {
  width: 90%;
  margin: 0 auto;
}

.result-table-header {
  margin-top: 0.5rem;
}

.result-table-header li {
  color: #ffffff;
  font-family: var(--game-90-font);
}

.resultbox-slide {
  text-align: justify;
  font-size: 0.75rem;
}

/* 브랜드 소구 */
.game-result .result-box .result-box-sub-wrap {
  display: flex;
}

.game-result .result-box .result-box-sub-wrap > img {
  width: 8rem;
  height: 8rem;
}

.game-result .result-box .result-box-img-sub-wrap {
  margin-left: 0.5rem;
}

.game-result .result-box .result-box-img-sub-wrap > p {
  line-height: 1rem;
}

.game-result .result-box .resultbox-slide-toggle {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.game-result .result-box .game-btn-wrapper .btn-caption {
  font-size: 0.65rem;
  color: #bfbfbf;
  margin: 0.5rem 0 -1.5rem;
}

/* 유형별 궁합 */
.game-result .good,
.game-result .bad {
  text-shadow: 0 0;
  color: black;
  font-size: 1.1rem;
  font-family: 'jalnan', sans-serif;
  margin-bottom: 0.7rem;
}

/* 가장 많은 유형 순위 */
.result-box .img-halt-box ul.list > li span.label-top {
  font-family: var(--game-90-font) !important;
  text-shadow: 0 0;
}
.result-box .img-halt-box ul.list > li span.label-bottom span {
  line-height: 1.5;
}

/* 유형 순위 페이지 */
.test-lists-wrap .title {
  font-family: var(--game-90-font) !important;
  color: #000000;
}
.test-lists-wrap .title::before {
  background-color: var(--game-90-sub-color) !important;
  color: #000000;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  color: #000000;
  text-shadow: 3px 4px 0px var(--game-90-sub-color) !important;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .item-info {
  color: #000000 !important;
}

.test-lists-wrap .test-lists .test-list-item .item-title > p {
  color: var(--game-90-color) !important;
}

.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  background-color: #ededed !important;
}

.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border-color: #f1f1f1;
}
.test-lists-wrap .test-lists .test-list-item:first-child {
  border-color: var(--game-90-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(2) {
  border-color: var(--game-90-2nd-color);
}
.test-lists-wrap .test-lists .test-list-item:nth-child(3) {
  border-color: var(--game-90-3rd-color);
}

/* 방탈출 순위 */

.game-wrapper header.app-header {
  border: none;
}

.rankingBox .topRanking ul.list_title > li {
  background-color: #000000;
}

.rankingBox .myRanking,
.rankingBox .topRanking {
  border: 0.1875rem solid var(--game-90-border-line-color);
}

.rankingBox .myRanking h3::before,
.rankingBox .topRanking h3::before {
  background-color: var(--game-90-color) !important;
}

.rankingBox .list_content_div {
  height: 25rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.rankingBox .list_content_div > ul > li {
  background-color: #616161;
}

.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-90-color) !important;
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(2) {
  background-color: var(--game-90-2nd-color);
}
.test-lists-wrap .rankingBox .list_content_div > ul > li:nth-of-type(3) {
  background-color: var(--game-90-3rd-color);
}

/* 아이폰 작은 버전 브라우저에서 크기 */
@media (max-height: 600px) {
  #step17 .pop-text.conversation-text,
  #step17sub01 .pop-text.conversation-text,
  #step18 .pop-text.conversation-text,
  #step18sub01 .pop-text.conversation-text,
  #step19 .pop-text.conversation-text,
  #step19sub01 .pop-text.conversation-text {
    padding: 1rem 0;
  }
  #step17 .select-area button,
  #step17sub01 .select-area button,
  #step18 .select-area button,
  #step18sub01 .select-area button,
  #step19 .select-area button,
  #step19sub01 .select-area button {
    min-height: 2.7rem;
  }
}
