/* 어버이날 (엄마) */

@font-face {
  font-family: 'Restart';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_09@1.0/Restart.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.app .app-header {
  background-color: transparent;
  border-bottom: 0;
}

.game-intro .game-count .count-num, .game-result .result-box .result-box-title, .game-intro .game-count .count-label, .game-intro .game-intro-title, .game-intro .btn-game-start, .game-wrap {
  font-family: 'Restart', sans-serif;
}

/* 인트로페이지 */

.game-intro .game-intro-title img {
  width: 90%;
}

.game-intro .game-intro-title+p {
  text-align: center;
  font-size: 1rem;
  line-height: 2.5;
}

.game-intro .game-intro-text {
  margin: 12rem auto 0;
}

.game-intro .game-intro-text img:first-child {
  width: 80%;
  margin-bottom: 1rem;
}

.game-intro .game-intro-text img:nth-child(2) {
  width: 58%;
}

.game-intro .game-count {
  margin-bottom: 3rem;
}

.game-intro .game-count .count-label {
  font-size: 2rem;
  font-weight: normal;
}

.game-intro .game-count .count-label:before {
  bottom: .3rem;
  height: .8rem;
  background-color: #c5435f;
}

.game-intro .game-count .count-num {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3;
}

.game-intro .btn-wrap {
  margin: 0 auto 4rem;
  width: auto;
  text-align: center;
}

.game-intro .btn-wrap+p, .game-intro .iphone-info {
  font-size: .8rem;
  margin: -3.5rem auto 4rem;
  text-align: center;
  display: none;
  font-weight: 700;
}

.game-intro .btn-game-start {
  width: auto;
  padding: 0rem 2rem;
  font-size: 2rem;
  background: #c5435f;
  box-shadow: none;
  border: none;
  color: white;
}

/* .share-sns-list,
.share-sns-list ul.list{background-color:#fbfaf5;} */



.game-intro+.game-wrap {
  height: auto;
}

.game-intro.started+.game-wrap {
  height: 100%;
}

/* 동영상 */

.game-wrap#default-style video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0rem;
  left: 0;
}

.game-wrap .video-next {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 700;
  border: .19rem solid #e5dfcf;
  padding: .1rem .8rem .1rem 1rem;
  border-radius: 3rem;
  background: rgba(229, 223, 207, .2);
  color: #e5dfcf;
  font-family: 'RixGulim', sans-serif;
}

.game-wrap .video-next img {
  padding-left: .5rem;
}

/* 결과페이지 */

.app.result .app-main, .app .app-header.result {
  background-color: #f1eee0;
}

.game-result .recommend-list:before {
  background-color: #e0dcca;
}

.game-result .recommend-list .inner .title {
  margin-bottom: .5rem;
}

.game-result .result-box .result-box-title p, .game-result .result-box .result-box-title span {
  line-height: 1.2;
}

.app .game-title.result {
  background: #c5435f;
  color: white;
}

.game-result {
  background: #f1eee0;
  padding: 1.3rem .8rem 0 .8rem;
  font-family: 'Restart', sans-serif;
}

.game-result .detail .state {
  width: 100%;
  background-image: url('https://cdn.banggooso.com/assets/images/game41/result-letter-background.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  padding: 3.3rem 2rem 2rem;
  border: none;
}

.game-result .detail .state .img-box {
  width: 55%;
  background: #d6d4c9;
  min-height: 12rem;
  margin: 0;
}

.game-result .detail .state ul.state-list {
  width: 45%;
  text-align: left;
  padding-left: 1.5rem;
}

.game-result .detail .state ul.state-list li {
  margin-bottom: 1rem;
}

.game-result .detail .state ul.state-list li p:first-child {
  font-size: 1.2rem;
  display: inline-block;
}

.game-result .detail .state ul.state-list li p:first-child:before {
  content: '';
  width: 100%;
  height: 30%;
  background: #eee8d7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.game-result .detail .state ul.state-list li p.color-c5435f {
  line-height: 1.5;
  font-size: 1.5rem;
}

.game-result .detail .state .result-box {
  background: #fffcf1;
  border: none;
  box-shadow: .1rem .1rem .3rem #cccccc;
}

.game-result .detail .result-box {
  font-size: .8rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
  background: #fffcf1;
  border: none;
  box-shadow: 0 0 .3rem #cccccc;
}

.game-result .detail .result-box .content, .game-result .detail .result-box .subtitle {
  font-weight: 700;
  text-align: center;
  font-family: 'RixGulim', sans-serif;
}

.game-result .detail .result-box .content {
  line-height: 1.8;
}

.game-result .detail .result-box .subtitle {
  margin: 1.3rem 0;
}

.game-result .result-box h3.result-box-title p:before {
  background-color: #eee8d7;
  bottom: .2rem;
  height: .7rem;
}

.game-result .result-box .result-box-title {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 2rem 0 .8rem 0;
  line-height: 1;
}

.game-result .result-box .result-box-title:before,
.game-result .result-box h3.result-box-title span:before {
  background-color: transparent;
}

.game-result .slide-box {
  width: 100%;
  min-height: 10rem;
  background: white;
  margin: 1rem 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.game-result .slide-box li {
  width: 16rem;
  height: 10rem;
  background: white;
  /* box-shadow: 0 0 .3rem #cccccc;*/
  margin-right: .8rem;
}

.game-result .btn_retest {
  margin: 2rem auto 5rem;
}

.game-result .btn_banner a, .game-result .btn_retest a {
  display: inline-block;
  background: #c5435f;
  color: white;
  font-family: 'jalnan', sans-serif;
  letter-spacing: .5;
  line-height: 3rem;
  font-size: 1.2rem;
  border-radius: 3rem;
  box-shadow: 0 .3rem 0 #cac4a7;
  padding-right: 1rem;
}

.game-result .btn_retest a {
  background-image: url('https://cdn.banggooso.com/assets/images/common/re-test-w.png');
  background-repeat: no-repeat;
  background-size: .9rem;
  background-position: 79% center;
}

.game-result .share-sns-list span {
  font-weight: 900;
  font-family: 'RixGulim', sans-serif;
}

ul.check-list p {
  display: inline-block;
  font-size: 1.3rem;
}

ul.check-list p.check-box {
  width: 1rem;
  height: 1rem;
  background: white;
  border: .15rem solid #c2bfae;
  border-radius: .15rem;
  margin: 0 .8rem 0 .5rem;
}

ul.check-list p.check-box>img {
  position: absolute;
  top: -.7rem;
  left: -5px;
  width: 1.7rem;
  display: none;
}

ul.check-list .check-text {
  text-align: left;
  cursor: pointer;
}

ul.check-list>li .check-box-img {
  width: 89%;
  height: auto;
  margin: .5rem .5rem 1rem auto;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0 0 0.3rem #cccccc;
  border-radius: .5rem;
  background-color: #efecdf;
  padding: 1.2rem .7rem 0 .7rem;
  display: none;
}

ul.check-list>li .check-box-img img:first-child {
  position: absolute;
  top: -.15rem;
  left: 0;
  width: 105%;
}

ul.check-list>li .check-box-img .banner {
  display: block;
  text-align: center;
  color: white;
  background: #c5435f;
  font-family: 'jalnan', sans-serif;
  background-image: url('https://cdn.banggooso.com/assets/images/game41/banner-button.png');
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 80% center;
  margin: 1rem -.7rem 0rem -.7rem;
  width: calc((100% + 1.4rem) - .1px);
  margin: 1rem -.7rem 0 -.7rem;
  font-size: .95rem;
  width: calc((100% + 1.4rem) - .1px);
  padding: .8rem 1.3rem .8rem 0;
  background-position: 96% center;
  background-size: 1.5rem;
  box-shadow: 0 0.3rem 0 #cac4a7;
  border-radius: 0 0 1rem 1rem;
}

.game-result .share-sns-list, .game-result .share-sns-list ul.list {
  background-color: #f1eee0;
}

.game-result .event {
  margin: 1rem 0;
  text-align: center;
}

.game-result .event img {
  width: 100%;
}

.game-result .event img:last-child {
  width: 80%;
}

.game-result .event .btn-share.link-copy {
  font-family: 'jalnan', sans-serif;
  margin: 1rem 0 0 0;
  display: inline-block;
  background: #eee8d7;
  width: 80%;
  line-height: 3.3rem;
  box-shadow: 0 0.3rem 0 #cac4a7;
  border-radius: 3rem;
  font-size: 1.15rem;
  cursor: pointer;
}

.game-result .event .event-info {
  margin: .8rem 0 2rem;
  font-weight: 700;
  font-size: .55rem;
  font-family: 'RixGulim', sans-serif;
}

.game-result .event .event-info+div h1 {
  font-family: 'Restart', sans-serif;
  margin: 1rem 0 .8rem;
}

.game-result .event .event-info+div {
  font-family: 'RixGulim';
}

.game-result .event .event-info+div p {
  font-size: .8rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-weight: 600;
}

.game-result .event .event-info+div p>b {
  font-weight: 900;
}

/* 문제페이지 */

.app {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 70%;
}

.app-header.page .app-header-btn {
  background-image: url("https://cdn.banggooso.com/assets/images/game41/BACK.png");
  background-size: 23%;
}

.app-header.page .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game41/ON.png');
}

.app-header.page .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game41/HOME.png');
}

.game-intro .game-count .count-num, .game-result .result-box .result-box-title, .game-intro .game-count .count-label, .game-intro .game-intro-title, .game-intro .btn-game-start, .game-wrap {
  font-family: 'Restart';
}

.game-intro .game-intro-title {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 2.2;
  background: white;
}

.game-intro .game-intro-title+p {
  text-align: center;
  font-size: 1rem;
  line-height: 2.5;
}

.game-intro .game-count .count-label {
  font-weight: 700;
  font-size: 1.5rem;
}

.game-intro .btn-game-start {
  width: auto;
  padding: 0rem 2rem;
  font-size: 2rem;
  background: #c5435f;
  box-shadow: none;
  border: none;
  color: white;
}

.game-intro .share-sns-list {
  font-weight: 900;
}

.game-intro .game-count {
  margin-bottom: 3rem;
}

.game-intro .share-sns-list .list-title .countBox .countNumber {
  font-weight: 900;
}

.game-wrap .full-page {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-y: hidden;
}

.game-wrap .full-page button.goToNext {
  width: 80%;
  background: #f7f5ef;
  display: block;
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 3rem;
  font-weight: 900;
  font-size: 1rem;
  color: black;
  border: .1rem solid #b7b4aa;
  box-shadow: 1px 1px 0.6rem rgba(192, 192, 192, .6);
}

.game-wrap .full-page .input-wrapper {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.game-wrap .full-page .input-wrapper #input-answer {
  padding: 1rem 0;
  border-radius: 3rem;
  text-align: center;
  border: .1rem solid #b7b4aa;
  box-shadow: 1px 1px 0.5rem #b7b4aa;
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  font-family: 'RixGulim', sans-serif;
}

.game-wrap .full-page .input-wrapper .hintP {
  color: #6a625f;
  font-size: .7rem;
  margin-top: .5rem;
  font-family: 'RixGulim', sans-serif;
  font-weight: 600;
}

.game-wrap .full-page .input-wrapper button[type="submit"] {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 3rem;
  background: #c5435f;
  color: white;
  box-shadow: 1px 1px .5rem #c0c0c0;
  border: 0;
  font-size: .8rem;
  cursor: pointer;
  transform: translateY(.25rem);
  font-family: 'RixGulim', sans-serif;
}

.game-wrap .full-page .text-top, .game-wrap .full-page .text-bottom {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
}

.game-wrap .full-page .text-top {
  top: 7%;
}

.game-wrap .full-page .text-bottom {
  bottom: 10%;
}

.game-wrap .full-page .img-box, .game-wrap .full-page .text-bubble {
  display: none;
}

.game-wrap .full-page .text-bubble {
  position: absolute;
}

.game-wrap .full-page#page12 .img-box img, .game-wrap .full-page#page11 .img-box img, .game-wrap .full-page .text-top>img, .game-wrap .full-page .text-bottom>img, .game-wrap .full-page#page18 .text-bubble>img, .game-wrap .full-page#page42 .text-bubble>img, .game-wrap .full-page#page44 .text-bubble>img, .game-wrap .full-page .text-bubble>img, .game-wrap #scroll-btn>img, .game-wrap #page47 img {
  width: 100%;
}

.game-wrap .full-page#page01 .text-top {
  transform: translate(-50%, -50%);
  top: 45%;
}

.game-wrap .full-page#page01 .text-bottom {
  height: 10rem;
  transform: translateX(-36%);
}

.game-wrap .full-page#page02 .text-top {
  height: 23rem;
  width: 90%;
  top: 18%;
}

.game-wrap .full-page#page03 .text-bottom {
  bottom: 18%;
  width: 60%;
}

.game-wrap .full-page#page07 .text-top {
  top: 13%;
}

.game-wrap .full-page#page07 .text-bottom {
  bottom: 27%;
}

.game-wrap .full-page#page48 .text-top {
  top: 3%;
}

.game-wrap .full-page#page09 .text-bottom {
  bottom: 20%;
  width: 45%;
}

.game-wrap .full-page#page10 .modal-cont p.hint {
  margin-top: 1.2rem;
}

.game-wrap .full-page#page11 .img-box {
  width: 80%;
  margin: 0 auto;
  transform: translateY(100%);
}

.game-wrap .full-page#page12 .img-box {
  width: 80%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.game-wrap .full-page#page14 .text-top {
  width: 58%
}

.game-wrap .full-page#page15 .text-top {
  width: 60%;
}

.game-wrap .full-page#page16 .Hint01 .hint {
  margin-top: 1.5rem;
}

.game-wrap .full-page#page17 .text-bottom, .game-wrap .full-page#page18 .text-bottom {
  height: 9rem;
}

.game-wrap .full-page#page18 .text-bubble {
  position: absolute;
  left: 8%;
  bottom: 30%;
  width: 50%;
}

.game-wrap .full-page#page19 .text-bubble.bubble1 {
  top: 50%;
  right: -10%;
}

.game-wrap .full-page#page27 .text-bubble.bubble1 img, .game-wrap .full-page#page21 .text-bubble.bubble1 img, .game-wrap .full-page#page21 .text-bubble.bubble3 img, .game-wrap .full-page#page19 .text-bubble img {
  width: 80%;
}

.game-wrap .full-page#page19 .text-bubble.bubble2 {
  bottom: 19%;
  left: 8%;
}

.game-wrap .full-page#page21 .text-bubble.bubble1 {
  left: 50%;
  bottom: 40%;
}

.game-wrap .full-page#page21 .text-bubble.bubble2 {
  left: 5%;
  bottom: 30%;
  width: 50%;
}

.game-wrap .full-page#page21 .text-bubble.bubble3 {
  left: 45%;
  bottom: 26%;
}

.game-wrap .full-page#page22 .text-top {
  width: 57%;
}

.game-wrap .full-page#page25 .text-top {
  width: 80%;
  top: 30%;
}

.game-wrap .full-page#page24 .modal-cont .hint {
  margin-top: 2rem;
}

.game-wrap .full-page#page27 .text-bottom {
  height: 8rem;
}

.game-wrap .full-page#page27 .text-bubble.bubble1 {
  width: 60%;
  left: 9%;
  bottom: 36%;
}

.game-wrap .full-page#page28 .text-bubble.bubble1 {
  width: 50%;
  left: 13%;
  bottom: 30%;
}

/* .game-wrap .full-page#page29 .text-bottom{bottom:0%;} */

.game-wrap .full-page#page29 .text-bubble.bubble1 {
  width: 60%;
  left: 4%;
  bottom: 40%;
}

.game-wrap .full-page#page29 .text-bubble.bubble2 {
  width: 46%;
  left: 12%;
  top: 54%;
}

.game-wrap .full-page#page29 .text-bubble.bubble3 {
  width: 40%;
  right: 4%;
  bottom: 20%;
}

.game-wrap .full-page#page32 .text-top, .game-wrap .full-page#page44 .text-top, .game-wrap .full-page#page42 .text-top, .game-wrap .full-page#page19 .text-top, .game-wrap .full-page#page28 .text-top, .game-wrap .full-page#page29 .text-top {
  top: 0;
}

.game-wrap .full-page#page30 .text-bottom {
  top: 70%;
  width: 36%;
}

.game-wrap .full-page#page31 .text-top {
  width: 80%;
  height: 17rem;
}

.game-wrap .full-page#page32 .text-top {
  height: 8rem;
}

.game-wrap .full-page#page30 .text-top, .game-wrap .full-page#page33 .text-top {
  top: 10%;
  width: 40%;
}

.game-wrap .full-page#page34 .text-top {
  width: 60%;
}

.game-wrap .full-page#page35 .text-bottom {
  height: 8rem;
}

.game-wrap .full-page#page35 .text-bubble.bubble1 {
  width: 55%;
  left: 5%;
  top: 0%;
}

.game-wrap .full-page#page35 .text-bubble.bubble2 {
  width: 45%;
  left: 13%;
  top: 18%;
}

.game-wrap .full-page#page36 .text-top {
  width: 40%;
}

.game-wrap .full-page#page37 .text-top {
  width: 52%;
}

.game-wrap .full-page#page37 .text-bottom {
  width: 58%;
}

.game-wrap .full-page#page40 .text-top {
  width: 38%;
}

.game-wrap .full-page#page41 .text-top {
  width: 60%;
}

.game-wrap .full-page#page42 .text-bubble.bubble1 {
  width: 49%;
  top: 8%;
  left: 3%;
}

.game-wrap .full-page#page42 .text-bubble.bubble2 {
  width: 50%;
  right: 4%;
  bottom: 31%;
}

.game-wrap .full-page#page42 .text-bubble.bubble3 {
  width: 50%;
  left: 10%;
  bottom: 23%;
}

.game-wrap .full-page#page44 .text-bubble.bubble1 {
  width: 49%;
  top: 14%;
  right: 3%;
  z-index: 5;
}

.game-wrap .full-page#page44 .text-bubble.bubble2 {
  width: 50%;
  left: 4%;
  top: 44%;
}

.game-wrap .full-page#page44 .text-bubble.bubble3 {
  width: 40%;
  right: 10%;
  bottom: 29%;
}

.game-wrap #scroll-btn {
  width: 35%;
  position: fixed;
  bottom: 4rem;
  right: 4%;
}

.game-wrap #page47 img.touch-img {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  width: 36%;
}

.game-wrap .full-page#page48 .text-top {
  width: 50%;
}

.color-c5435f {
  color: #c5435f;
  line-height: .8;
}

/* .goToNext {
  cursor: pointer;
} */

.answer-wrapper {
  margin-right: 1rem;
  width: 70%;
}

/* progress bar */

/* .game-wrap#ios-style+.game-loading-wrap+.progress-bottom{bottom:auto;} */

.letter-icon {
  background-image: url('https://cdn.banggooso.com/assets/images/game41/letter_icon.png');
  background-position: center center;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #c5435f;
  border-radius: 4rem;
  box-shadow: 1px 1px 0.5rem #c0c0c0;
  margin: 0 .8rem;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}

#modal .hint-title {
  width: 3.5rem;
  background-color: #c5435f;
}

/* ios style */


/* height: 100% */

.game-wrap#ios-style video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-wrap#ios-style .full-page .text-top {
  top: 7%;
}

.game-wrap#ios-style .full-page .text-bottom {
  bottom: 3%;
}

.game-wrap .full-page#page23 .text-bottom {
  width: 50%;
  bottom: 27%;
}

.game-wrap#ios-style .full-page {
  width: 100%;
  height: 100%;
}

.game-wrap#ios-style .full-page#page01 .text-top {
  top: 7%;
}

.game-wrap#ios-style .full-page#page01 .text-bottom {
  bottom: 0;
  left: 49%;
}

.game-wrap#ios-style .full-page#page02 .text-top {
  top: 20%;
}

.game-wrap#ios-style .full-page .text-bubble img {
  width: 100%;
}

.game-wrap#ios-style .full-page#page03 .text-bottom {
  width: 60%;
  bottom: 10%;
}

.game-wrap#ios-style .full-page#page07 .text-top {
  top: 13%;
}

.game-wrap#ios-style .full-page#page07 .text-bottom {
  bottom: 22%;
}

.game-wrap#ios-style .full-page#page08 .text-bottom {
  bottom: 0%;
  width: 60%;
}

.game-wrap#ios-style .full-page#page09 .text-bottom {
  bottom: 15%;
}

.game-wrap#ios-style .full-page#page14 .text-top {
  top: 5%;
}

.game-wrap#ios-style .full-page#page17 .text-top {
  bottom: 12%;
}

.game-wrap#ios-style .full-page#page18 .text-bubble {
  left: 12%;
  bottom: 30%;
  width: 40%;
}

.game-wrap#ios-style .full-page#page18 .text-bottom {
  bottom: 0%;
}

.game-wrap#ios-style .full-page#page19 .text-bubble.bubble1 {
  width: 50%;
  right: 5%;
}

.game-wrap#ios-style .full-page#page19 .text-bubble.bubble2 {
  width: 40%;
  left: 10%;
}

.game-wrap#ios-style .full-page#page21 .text-bubble.bubble1 {
  width: 37%;
  left: 50%;
  bottom: 42%;
}

.game-wrap#ios-style .full-page#page21 .text-bubble.bubble2 {
  width: 50%;
  left: 3%;
  bottom: 34%;
}

.game-wrap#ios-style .full-page#page21 .text-bubble.bubble3 {
  width: 46%;
  left: 43%;
  bottom: 28%;
}

.game-wrap#ios-style .full-page#page23 .text-bubble.bubble2 {
  width: 45%;
  left: 6%;
  bottom: 18%;
}

.game-wrap#ios-style .full-page#page25 .text-top {
  top: 30%;
}

.game-wrap#ios-style .full-page#page28 .text-top {
  top: 0%;
}

/* .game-wrap#ios-style .full-page#page23 .text-bottom{bottom:16%;} */

/* .game-wrap#ios-style .full-page#page27 .text-bubble.bubble1{width:50%; left:9%; bottom:36%;} */

/* .game-wrap#ios-style .full-page#page28 .text-bubble.bubble1{width:50%; left:10%; bottom:30%;} */

/* .game-wrap#ios-style .full-page#page29 .text-bubble.bubble1{width:60%; left:4%; bottom:30%;}
.game-wrap#ios-style .full-page#page29 .text-bubble.bubble2{width:41%; left:21%; bottom:16%;}
.game-wrap#ios-style .full-page#page29 .text-bubble.bubble3{width:40%; right:4%; bottom:20%;} */

/* .game-wrap#ios-style .full-page#page35 .text-bubble.bubble1{width:60%; left:2%; top:0%;}*/

/* .game-wrap#ios-style .full-page#page35 .text-bubble.bubble2{width:50%; left:17%; top:23%;}  */

.game-wrap#ios-style .full-page#page30 .text-top {
  top: 10%;
}

.game-wrap#ios-style .full-page#page30 .text-bottom {
  top: 75%;
}

.game-wrap#ios-style .full-page#page42 .text-bubble.bubble1 {
  width: 49%;
  top: 12%;
  left: 3%;
  z-index: 6;
}

.game-wrap#ios-style .full-page#page42 .text-bubble.bubble2 {
  width: 45%;
  right: 7%;
  top: 28%;
}

.game-wrap#ios-style .full-page#page42 .text-bubble.bubble3 {
  width: 50%;
  right: 10%;
  bottom: 23%;
}

/* .game-wrap#ios-style .full-page#page44 .text-bubble.bubble1{width:49%; top:8%; right:3%;}
.game-wrap#ios-style .full-page#page44 .text-bubble.bubble2{width:50%; left:4%; top:34%;}
.game-wrap#ios-style .full-page#page44 .text-bubble.bubble3{width:45%; right:7%; bottom:23%;}  */

.game-wrap#ios-style #page47 img.touch-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*************************************d********************************/

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.game-wrap#default-style {
  display: none;
}

.game-wrap#default-style .full-page {
  height: 100%;
}

/* modal */

#modal .modal-bg {
  background: rgba(197, 195, 187, 0.8);
}

#modal .modal-bg .modal-cont.wrong-answer {
  height: auto;
}

#modal.one .modal-bg .modal-cont {
  font-family: 'RixGulim', sans-serif;
  font-weight: 600;
}