/* 공통 */
:root {
  --game-176-color: #ff93e7;
  --game-176-sub-color: #fff4fd;
  --game-176-font: 'Pretendard', sans-serif;
}
body {
  font-family: var(--game-176-font);
  color: #373737;
}
select {
  background: url('https://cdn.banggooso.com/assets/images/game176/select.png') no-repeat 90% 50%;
  background-size: 12% 17%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none; /*for IE10,11*/
}
.btn-wrap .game-btn {
  box-shadow: none;
  border-radius: 1.1rem;
  border: none;
  font-size: 0.9rem;
  text-align: center;
  line-height: 4rem;
  font-family: inherit;
  background: var(--game-176-color);
  color: inherit;
  padding: 0.58rem;
  font-weight: 600;
  cursor: pointer;
}

/* 인트로 */
.intro-context {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1.3rem 1.5rem;
  color: #ffb1ee;
  font-size: 1.275rem;
}
.intro-context.valid {
 color: #ff55d9;
}
.intro-context .select-wrapper {
  text-align: center;
  width: 9.25rem;
}
.intro-context .select-title {
  font-weight: 700;
  font-size: 1.325rem;
  line-height: 28px;
  letter-spacing: -0.022em;
  color: #373737;
}
.intro-context select {
  border-radius: 24.4708px;
  box-shadow: 0px 0px 7.7861738204956055px 0px #ffbdf0;
  color: var(--game-176-color);
  font-weight: 500;
  font-size: 1.275rem;
  line-height: 28px;
  margin: 1rem 0;
  padding: 1rem;
  width: 100%;
}
.intro-context .select-btn {
  color: #a7a7a7;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 22px;
  letter-spacing: -0.022em;
  cursor: pointer;
}
.intro-context .select-btn .underline_sty {
  letter-spacing: 0;
  border-bottom: 1px solid #a7a7a7;
}
.game-intro .btn-wrap {
  margin: 2rem 1.7rem;
  width: auto;
}
.game-intro .btn-game-start {
  background-color: var(--game-176-sub-color);
  color: var(--game-176-color);
  filter: drop-shadow(0px 0px 4px #FFBDF0);
  box-shadow: none;
  border-radius: 1.1rem;
  border: none;
  font-size: 0.8rem;
  text-align: center;
  line-height: 4rem;
  font-family: inherit;
  padding: 0.58rem;
  font-weight: 600;
  cursor: pointer;
}
.game-intro .btn-game-start.game-btn.valid {
background-color: var(--game-176-color);
color: #373737;
}
.game-intro .btn-game-start p:first-child {
  font-size: 1.25rem;
  font-weight: 700;
}

/* 인트로 공유 */
.game-result .share-sns-list {
  background-color: var(--game-176-sub-color);
  margin: 0;
  padding:1rem 0 2rem;
}
.share-sns-list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game176/result_kakao.png);
}
.share-sns-list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game176/result_instagram.png);
}
.share-sns-list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game176/result_facebook.png);
}
.share-sns-list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game176/result_twitter.png);
}
.share-sns-list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game176/result_link-copy.png);
}
/* 문제 */
.game-wrapper .app-header.page {
  position: relative;
}
.game-wrap .full-page {
  text-align: center;
  padding: 0 2rem 5rem;
}
.game-wrap .full-page .question-title {
  color: #373737;
  font-family: var(--game-176-font);
  font-weight: 500;
  padding: 1rem 0 0;
}
.game-wrap .select-box .select-title {
  color: #373737;
  font-weight: var(--game-176-font);
  font-family: var(--game-176-font);
  font-weight: 700;
  font-size: 1.1rem;
}

.game-wrap .select-box.question-step {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin : 2rem 0;
}
.game-wrap .select-box.question-step .select-area {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  height: inherit;
}
.game-wrap .select-box.question-step .select-area input[type="radio"] {
  display: none;
}
.game-wrap .select-box.question-step .select-area input[type="radio"]:checked +label{
  background-color: var(--game-176-sub-color);
  color: var(--game-176-color);
  border: 2px solid var(--game-176-color);
}
.game-wrap .select-box.question-step .select-area label:focus{
  background-color: blue;
}
.game-wrap .select-box.question-step .select-area .right::before,
.game-wrap .select-box.question-step .select-area .left::before {
  content: '';
  width: 1.3rem;
  left: 100%;
  position: absolute;
  height: 2px;
  background: var(--game-176-color);
}
.game-wrap .select-box.question-step .select-area .right::before {
  left: -25%;
}
.game-wrap .select-box.question-step .select-area label {
  display: flex;
  border-radius: 0.4rem;
  box-shadow: 0 0 7px #ffbdf0;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  position: relative;
  font-size: 0.9rem;
}
.game-wrap .full-page .btn-wrap .game-btn {
  background-color: var(--game-176-sub-color);
  color: var(--game-176-color);
  font-weight: 500;
  box-shadow: 0 0 7px var(--game-176-color);
  border-radius: 0.6rem;
  box-shadow: 0 0 7px #ffbdf0;
  line-height: 2rem;
}
.game-wrap .full-page .btn-wrap .game-btn.next-btn {
  background-color: var(--game-176-color);
  color: #373737;
}
.game-wrap .full-page .btn-wrap .game-btn.type {
  width: 18rem;
  margin: auto;
}
.game-wrap .full-page.select-boss {
  padding: 2rem 1.5rem;
}
.game-wrap .full-page.select-boss .type-box {
  box-shadow: 0 0 7px #ffbdf0;
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow : hidden;
}
.game-wrap .full-page.select-boss .type-box .select-title{
  background-color: var(--game-176-color);
  font-size: 2rem;
  padding: 0.4rem 0.3rem 0.3rem;
  color: white;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}
.game-wrap .full-page.select-boss .type-box .select-result{
  font-weight: 900;
  letter-spacing: 0;
  background-color: var(--game-176-sub-color);
  color: var(--game-176-color);
  font-size: 6rem;
  padding: 0;
  line-height: 1.3;
}
/* 결과 */
.game-wrapper .game-title {
  background: #ffffff;
  font-family: inherit;
  box-shadow: 0px 2px 4px rgba(255, 117, 208, 0.14);
  color: inherit;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.022em;
  line-height: 2.6rem;
}
.game-wrapper .game-title .colored-title {
  color: var(--game-176-color);
  font-size: 22.7336px;
}
.game-result {
  padding: 0;
}
.game-result .result-title-wrapper {
  margin : 2.5rem 1.1rem 0;

}
.game-result #result-title {
  box-shadow: 0px 0px 7px 0px #ffbdf0;
  display: flex;
  border-radius: 0.45rem;
  font-weight: 700;
}
.game-result .result-title-wrapper .img-save{
  font-size: 0.8rem;
  color: var(--game-176-color);
  font-weight: 500;
  font-family: var(--game-176-font);
  letter-spacing: 0;
  margin-bottom: 0.3rem;
}
.game-result .img-box {
  width: 12.7rem;
  margin: 0;
}
.game-result .img-box img {
  border-radius: 0.45rem 0 0 0.45rem;
}
#result-title .result-text-box {
  flex-grow: 1;
  background: var(--game-176-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0 0.45rem 0.45rem 0;
}
#result-title .result-text-box > div,
#result-title .result-text-box > h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.result-text-box .result-type {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  height: 1.925rem;
}
.game-result #result-title h2 {
  background-color:var(--game-176-sub-color);
  font-size: 0.75rem;
  font-family: inherit;
  color: #373737;
  height: 4.87rem;
}
.game-result #result-title h2 p:last-child {
  font-size: 1.225rem;
  line-height: 1;
}
.result-text-box .result-desc-title {
  font-size: 1.2rem;
  flex-grow: 1;
}
.result-text-box .result-desc-title p:last-child {
  font-size: 2rem;
}
.game-result .result-text-container {
  color: #373737;
  font-weight: 500;
  font-size: 0.915rem;
  color: inherit;
  text-align: center;
  margin: 1.3rem 1.5rem 0;
}
.game-result .result-text-container.same-mbti .result-box {
  background-color: var(--game-176-sub-color);
}
.game-result .result-tip .result-box + .result-box,
.game-result .result-text-container.result-tip.same-mbti .result-box {
  background-color: white;
}
.game-result .result-text-container .result-title {
  background-color: var(--game-176-color);
  color: white;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: 0.2rem 0.9rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
}
.game-result .result-text-container .result-title .heart{
  line-height: 0.9;
  font-size: 1.6rem;
}
.game-result .result-box {
  margin: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  color: #373737;
  text-align: left;
  padding : 1rem;
  border: 0;
}
.game-result .result-box .result-box-text .text-title{
  font-weight: 600;
  color: #ea6ccd;
  letter-spacing: 0;
  font-size: 1rem;  
}
.game-result .result-box .result-box-text .text-desc{
  margin-bottom: 0.5rem;
}
.game-result .result-box .result-box-sub {
  color: #ea73cf;
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
.game-result .result-box .result-box-text .mark {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 10px;
  background: #373737;
  float: left;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.game-result .result-box .result-box-text .mark+p {
  padding-left: 0.7rem;
}
.game-result .result-text-container.result-tip {
  margin: 2rem 0 0;
  background-color: var(--game-176-sub-color);
  padding: 2rem 1.5rem 0;
  height: 20rem;
  overflow: hidden;
}
.game-result .result-box + .result-box {
  margin: 0;
  background-color: var(--game-176-sub-color);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.6rem 0.8rem 1rem;
}

.game-result .graph-wrapper {
  margin-top: 1.42rem;
}
.game-result .graph-wrapper > li {
  display: flex;
  align-items: center;
  font-size: 0.77rem;
  height: 2.3rem;
}
.game-result .graph-wrapper > li > p {
  width: 3rem;
  word-break: keep-all;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-result .graph-wrapper .stick-chart-wrapper {
  flex-grow: 1;
  height: 10.15px;
  background-color: #dcdcdc;
  border-radius: 10px;
  margin: 0 0.9rem;
}
.game-result .graph-wrapper .stick-chart-wrapper.reverse-graph {
  background-color: #ffb4ef;
}
.graph-wrapper .stick-chart-wrapper .stick-chart {
  position: absolute;
  left: 0;
  background-color: #ffb4ef;
  height: inherit;
  border-radius: inherit;
}
.graph-wrapper .stick-chart-wrapper .stick-chart.reverse-graph {
  background-color: #dcdcdc;
}
.graph-wrapper .stick-chart-wrapper .stick-chart-pointer {
  display: inline-block;
  color: #ff93e7;
  position: absolute;
  font-size: 1.5rem;
  top: 0.3rem;
  line-height: 0;
}
.result-text-container .blur-box {
  top : 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  position: absolute;
  height: inherit;
  background-image: url(https://cdn.banggooso.com/assets/images/game176/grad.png);
  background-size: 100% 70%;
  background-repeat :no-repeat; 
}

.blur-box .blur-context {
  position: relative;
  top: 35%;
  transform: translateY(-50%);
  font-size: 1rem;
  letter-spacing: 0;
}

.blur-box .blur-context p span::after,
.blur-box .blur-context p span::before {
  content: '';
  width: 0.5rem;
  height: 3rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game176/small_heart.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -19%;
  left: 41%;
}
.blur-box .blur-context p span::after {
  left: 45.6%;
}
.blur-box .blur-context button {
  cursor: pointer;
  background-color: white;
  padding: 1rem 4.5rem;
  border-radius: 1rem;
  margin-top: 0.7rem;
  color: #373737;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: var(--game-176-font);
  filter: drop-shadow(0 0 7px #ff8ee5);
}
.blur-box .blur-context > span {
  display: block;
  color: white;
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 0.5rem;
    letter-spacing: 0;
}
/* 게임 다시하기 */
.game-result .btn_retest {
  background: var(--game-176-sub-color);
  margin: 0;
  padding: 0 3rem 7rem;
  width: auto;
}
.game-result .btn_retest > a {
  background-color: var(--game-176-color);
  color: #373737;
  font-family: var(--game-176-font);
  font-weight: 700;
  border: 0;
  box-shadow: 0 0;
  border-radius: 1rem;
  background-image: url(https://cdn.banggooso.com/assets/images/common/re-test-b.png);
  background-position: 68% center;
  background-size: 0.8rem;
  margin-top: 1.5rem;
}

/* 추천탭 */
.recommend-list {
  background-color: var(--game-176-sub-color);
  padding: 0 1.5rem;
}
.game-result .recommend-list:before {
  background-color: white;
}
.recommend-list .btn-white-round {
  background-color: var(--game-176-color);
  border-radius: 0.8rem;
  font-family: var(--game-176-font);
  letter-spacing: 0;
}
.game-result .recommend-list .btn-wrap {
  padding: 1rem 0 3rem;
}

/* 분기 */
.game-result .result-text-container.result-tip.wc {
  height: auto;
}
.game-result .result-text-container.result-tip .result-box-text {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
}
.game-result .result-text-container.result-tip.wc .result-box-text {
  filter: unset;
}