
html.modal-active, body.modal-active {
  overflow: hidden;
}

/*** Unit ***/
#modalWrap1 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modalWrap1.unfold {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap1.unfold .modalBg .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap1.unfold.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap1.unfold.out .modalBg .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap1 .modalBg {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/*** Unit ***/
#modalWrap2 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modalWrap2.unfold {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap2.unfold .modalBg .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap2.unfold.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap2.unfold.out .modalBg .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap2 .modalBg {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/*** Unit ***/
#modalWrap3 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modalWrap3.unfold {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap3.unfold .modalBg .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap3.unfold.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap3.unfold.out .modalBg .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap3 .modalBg {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/*** Unit ***/
#modalWrap {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modalWrap.unfold {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap.unfold .modalBg .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding: 0 1%;
}
#modalWrap.unfold.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap.unfold.out .modalBg .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modalWrap .modalBg {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
    width: 100%;
}





.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}




























.modal__monsterImg {
    width: 80%;
    max-width: 650px;
    margin: auto;
}








/*** FAQ ***/

.king01{
	text-align:center;
	margin-bottom:3%;
}
.faq__artwork{
    width:100%;
    margin:11px auto;
    text-align:center;
}
.king_dontbelate{
    width:80%;
    margin:-3em auto 2em;
}
.faq__unknow--marker{
    font-style:oblique;
    font-family: serif;
}
.faq__2clm__unit .cont__term{font-size:100%;}
.faq__2clm__unit .cont__descr{font-size:90%;}
.faq__2clm__unit2 .cont__term{font-size:100%;}
.faq__2clm__unit2 .cont__descr{font-size:90%;}
.faq__2clm__nav:hover{opacity:.8;}
@media screen and (min-width: 768px){
}
@media screen and (min-width: 1024px) {
    .faq__wrap{
        width:980px
    }
    .faq__2clm__unit .cont__term{font-size:110%;}
    .faq__2clm__unit .cont__descr{font-size:100%;}
    .faq__2clm__unit2 .cont__term{font-size:110%;}
    .faq__2clm__unit2 .cont__descr{font-size:100%;}
    .faq__2clm__wrap{
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .faq__2clm__nav{
        width:50%;
        padding:.1% 1.5%;
        box-sizing:border-box;
    }
    .faq__2clm__unit{
        width:50%;
        padding: 0 3%;
        box-sizing:border-box;
    }
    .faq__2clm__unit2Wrap {
        display: flex;
        flex-flow: column nowrap;
        flex: 1;
        padding: 0 3%;
    }
    .faq__2clm__unit2 {
        padding: 0 3%;
    }

    .faq__artwork{
        margin:20px auto;
    }
    .king_dontbelate{
        width: 100%;
        margin-top: 10px;
    }
}

