@charset "UTF-8";

.game_head_title {
  background: #d24663;
  padding-bottom: 68px;
}
.game_pg_body {
  margin-top: 96px;
}
.bread_crumbs a, .bread_crumbs span {
  color: #4b4b4b !important;
}
.bread_crumbs {
  margin-bottom: 27px;
}
.genre_mobile_block {
  display: flex;
  justify-content: flex-end;
}
.genreDD li a {
  font-size: 16px;
  line-height: 1.31;
  color: #d24663;
  background-color: white;
}
.head_top_nav ul li div a.dropdown-item:focus, .head_top_nav ul li div a.dropdown-item:hover {
  background-color: white;
  color: #d24663;
  font-weight: bold;
}
.nav-item .nav-link {
  font-weight: bold;
}
.game_title {
  margin-bottom: 24px;
}
.play_btn_area {
  margin-bottom: 40px;
}
.catalog_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  width: 212px;
}
.catalog_hr {
  width: 212px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.catalog_content {
  width: 212px;
}
.mainTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 16px;
  cursor: pointer;
}
.subTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 8px;
  margin-left: 14px;
  cursor: pointer;
}
.catalogTitle .subTitle:last-child {
  margin-bottom: 16px;
}
.mainBlock {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1088px;
  margin-bottom: 133px;
}
.strategyContent {
  margin-left: 16px;
  width: 100%;
}
.game_intro {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.44;
  color: #4b4b4b;
  white-space: pre-wrap;
}
.game_intro img {
  max-width: 100%;
}
.game_pg_txtbox {
  margin-bottom: 24px;
}
.faq_ob_list {
  margin-bottom: 0;
}
.childTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #4b4b4b;
  margin-bottom: 16px;
}
.childContent {
  margin-bottom: 24px;
}
.faq_ob_list h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #4b4b4b;
}
.ql-size-large {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #4b4b4b;
}
.FAQ_content li:hover p {
  color: #d24663;
}
.FAQ_content li p{
  white-space:pre-wrap;
}
.catalogMobile {
  display: none;
}
.previewHint {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  background-color: #f19393;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 24px;
}
.catalogBG {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 97;
}

@media screen and (max-width: 768px) {
  .game_head_title {
    display: none;
  }
  .genre_mobile_block {
    justify-content: flex-start;
  }
  .strategyContent {
    margin-left: 0;
  }
  .mainBlock {
    width: 100%;
  }
  .head_top_nav {
    padding: 0 0 18px 0;
  }
  .catalogMobile {
    display: block;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 98;
  }
  .catalogBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #d24663;
    border-right: none;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 8px 4px 9px 3px;
  }
  .catalogTextMobile {
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    color: #d24663;
    margin-left: 3px;
  }
  .catalog_icon {
    color: #d24663;
  }
  .catalog_open {
    display: none;
  }
  .catalogMobileContent {
    display: none;
    width: 150px;
    max-height: 465px;
    border: solid 2px #d24663;
    background-color: #fff;
    padding: 14px 7px;
    margin-top: 27px;
    margin-right: 30px;
    overflow-y: auto;
  }
  .mainTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #d24663;
    margin-bottom: 8px;
  }
  .subTitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.31;
    color: #d24663;
    margin-bottom: 5px;
  }
  .catalogTitle .subTitle:last-child {
    margin-bottom: 8px;
  }
}

@media screen and (max-height: 360px) {
  .catalogMobile {
    top: 80px;
  }
  .catalogMobileContent {
    max-height: 130px;
  }
}
@media screen and (max-height: 320px) {
  .catalogMobile {
    top: 120px;
  }
  .catalogMobileContent {
    max-height: 350px;
  }
}
