/* 

OALIVE 21.10.07 ver1.0 by
 ______________   _________   ___             ___
F              F I         I L   L           L   L
F    __________F I__     __I L   L           L   L
F   F               I   I    L   L           L   L
F   F__________     I   I    L   L           L   L
F              F    I   I    L   L           L   L
F    __________F    I   I    L   L           L   L
F   F               I   I    L   L           L   L
F   F               I   I    L   L           L   L
F   F             __I   I__  L   L_________  L   L_________
F   F            I         I L             L L             |
F___F            I_________I L_____________L L_____________THEFEEL.com

*/

body {background-color: #000;  color: #fff;}


@media screen and (min-width: 701px){
  .mobile {display: none;}
  .desktop {display: block;}
}
@media screen and (max-width: 700px){
  .mobile {display: block;}
  .desktop {display: none;}
}

h1.logo {
  position: absolute;left:20px;top:15px;z-index: 100; 
  -webkit-transition: transform .7s, left .7s;transition: transform .7s, left .7s;
}
h1.logo svg * {fill: #fff;}
h1.logo .eyeRight path:nth-child(3) {fill: none; stroke: #fff;}

a, img {border:none;}
a[href] {color: inherit;}

.trueFalseIntro {position:relative;left:0;top:0;width: 100%;height: 100vh;overflow: hidden;}

.chatButton {border:none; left:7%; right: auto;top:53%;margin: 0;}
.chatButton:after,
.chatButton:before {display: none;}

.bottomBanner,
.trueFalseIntro p,
.trueFalseIntro a,
.chatButton,
.trueFalseTit:before,
.trueFalseTit:after,
.trueFalseTit article:before,
.trueFalseTit article:after {opacity: 0;}
.on .bottomBanner,
.trueFalseIntro.on p,
.trueFalseIntro.on a,
.on .trueFalseTit:before,
.on .trueFalseTit:after,
.on .trueFalseTit article:before,
.on .trueFalseTit article:after,
.on .chatButton {
  opacity: 1; 
  -webkit-transition: opacity 3s; transition: opacity 3s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
}

.trueFalseIntro:before,
.trueFalseIntro:after {
  content: '';display: block;
  position: absolute;left:0;top:0;right: 0;bottom:0; z-index: 3;
  background-color: #723daf; opacity: .2;
}
.trueFalseIntro:before {
  opacity: .6;mix-blend-mode: overlay;
}
.dore {
  position: absolute; left:0; top:0; z-index: 2;
  width: 100%;height: 100%;
  -webkit-transition: opacity 10s, left .5s;transition: opacity 10s, left .5s;
}
.dore img {
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.on .dore {
  opacity: .7
}
.on .dore1 {
  left:-50%;
}
.on .dore2 {
  left:50%;
}
.game .dore1 {
  left:-100%;
}
.game .dore2 {
  left:100%;
}
@-webkit-keyframes dore1F {
  0% {
    left: 77%;top:23%;
  } 50% {
    left:60%;top:40%;
  } 100% {
    left: 77%;top:23%;
  }
}
@keyframes dore1F {
  0% {
    left: 77%;top:23%;
  } 50% {
    left:60%;top:40%;
  } 100% {
    left: 77%;top:23%;
  }
}
@-webkit-keyframes dore2F {
  0% {
  left: 23%;top:77%;
  } 50% {
    left:40%;top:60%;
  } 100% {
  left: 23%;top:77%;
  }
}
@keyframes dore2F {
  0% {
  left: 23%;top:77%;
  } 50% {
    left:40%;top:60%;
  } 100% {
  left: 23%;top:77%;
  }
}
.dore:after {
  content: ''; display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #f90;
  opacity: 0;
  -webkit-transition: opacity 3s; transition: opacity 3s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.on .dore1:after {
  left: 77%;top:23%;
  margin:-4vw 0 0 -4vw;
  width: 8vw; height: 8vw;
  opacity: .7;
    -webkit-animation-name: dore1F;
    animation-name: dore1F;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
.on .dore2:after {
  left: 23%;top:77%;
  margin:-3vw 0 0 -3vw;
  width: 6vw; height: 6vw;
  opacity: .7;
    -webkit-animation-name: dore2F;
    animation-name: dore2F;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.trueFalseTit {
  text-align: center; white-space: nowrap;
  position: absolute;left:50%;top:50%; z-index: 9;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.trueFalseTit article:before,
.trueFalseTit article:after,
.trueFalseTit:before,
.trueFalseTit:after {
  content: ''; display: block;
  width: .5rem;height: .5rem;
  margin: -.25rem 0 0 -.25rem;
  position: absolute;
  border-width: .05rem; border-style: solid;
}
.trueFalseTit:before {
  border-color: #ff0;
  left:30%;top:0%;
}
.trueFalseTit:after {
  border-color: #0ff;
  left:90%;top:75%;
}
.trueFalseTit article:before {
  border-color: #f00;
  left:0%;top:70%;
}
.trueFalseTit article:after {
  border-color: #f0f;
  left:10%;top:78%;
}
.trueFalseTit h3 {font-size: 3em;font-weight: 400;}
.trueFalseTit .defference {
  display:inline-block; height: 9vmax; position: relative;left:0;top:0;
}
.trueFalseTit .defference:before,
.trueFalseTit .defference:after {
  content: '';display: block;
  position: absolute;
  width: 1.5vw;padding-bottom: 1.5vw;
}
.trueFalseTit .defference:before {
  left:-3vw;top:0;
  border-left:.1vw solid #fff;
  border-top:.1vw solid #fff;
}
.trueFalseTit .defference:after {
  right:-3vw;border-bottom: :0;
  border-right:.1vw solid #fff;
  border-bottom:.1vw solid #fff;
}
.trueFalseTit .defference img {
  visibility: hidden;width: 0;height: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

@media screen and (orientation: portrait) and (max-width: 700px) {
  .trueFalseTit h3 {font-size: 2em;}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
  .trueFalseTit {width: 90%}
  .trueFalseTit .defference {
    max-width: 90%;
    height: auto; white-space: normal;
  }
  .trueFalseTit .defference img {height: 23vmin;}
}
.on .trueFalseTit .defference img {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


@-webkit-keyframes tFt1 {
  0% {
    visibility: hidden; width: 0;
  } 6% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt1 {
  0% {
    visibility: hidden; width: 0;
  } 6% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt2 {
  0% {
    visibility: hidden; width: 0;
  } 9% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt2 {
  0% {
    visibility: hidden; width: 0;
  } 9% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt3 {
  0% {
    visibility: hidden; width: 0;
  } 12% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt3 {
  0% {
    visibility: hidden; width: 0;
  } 12% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt4 {
  0% {
    visibility: hidden; width: 0;
  } 15% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt4 {
  0% {
    visibility: hidden; width: 0;
  } 15% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt5 {
  0% {
    visibility: hidden; width: 0;
  } 18% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt5 {
  0% {
    visibility: hidden; width: 0;
  } 18% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt6 {
  0% {
    visibility: hidden; width: 0;
  } 21% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt6 {
  0% {
    visibility: hidden; width: 0;
  } 21% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt7 {
  0% {
    visibility: hidden; width: 0;
  } 24% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt7 {
  0% {
    visibility: hidden; width: 0;
  } 24% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt8 {
  0% {
    visibility: hidden; width: 0;
  } 27% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt8 {
  0% {
    visibility: hidden; width: 0;
  } 27% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt9 {
  0% {
    visibility: hidden; width: 0;
  } 30% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt9 {
  0% {
    visibility: hidden; width: 0;
  } 30% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt10 {
  0% {
    visibility: hidden; width: 0;
  } 33% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt10 {
  0% {
    visibility: hidden; width: 0;
  } 33% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@-webkit-keyframes tFt11 {
  0% {
    visibility: hidden; width: 0;
  } 36% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}
@keyframes tFt11 {
  0% {
    visibility: hidden; width: 0;
  } 36% {
    visibility: visible; width: auto;
  } 100% {
    visibility: visible; width: auto;
  }
}

.on .trueFalseTit .defference img:nth-of-type(1) {
    -webkit-animation-name: tFt1;
    animation-name: tFt1;
}
.on .trueFalseTit .defference img:nth-of-type(2) {
    -webkit-animation-name: tFt2;
    animation-name: tFt2;
}
.on .trueFalseTit .defference img:nth-of-type(3) {
    -webkit-animation-name: tFt3;
    animation-name: tFt3;
}
.on .trueFalseTit .defference img:nth-of-type(4) {
    -webkit-animation-name: tFt4;
    animation-name: tFt4;
}
.on .trueFalseTit .defference img:nth-of-type(5) {
    -webkit-animation-name: tFt5;
    animation-name: tFt5;
}
.on .trueFalseTit .defference img:nth-of-type(6) {
    -webkit-animation-name: tFt6;
    animation-name: tFt6;
}
.on .trueFalseTit .defference img:nth-of-type(7) {
    -webkit-animation-name: tFt7;
    animation-name: tFt7;
}
.on .trueFalseTit .defference img:nth-of-type(8) {
    -webkit-animation-name: tFt8;
    animation-name: tFt8;
}
.on .trueFalseTit .defference img:nth-of-type(9) {
    -webkit-animation-name: tFt9;
    animation-name: tFt9;
}
.on .trueFalseTit .defference img:nth-of-type(10) {
    -webkit-animation-name: tFt10;
    animation-name: tFt10;
}
.on .trueFalseTit .defference img:nth-of-type(11) {
    -webkit-animation-name: tFt11;
    animation-name: tFt11;
}
.trueFalseTit article div {font-size:1.125em; margin: 3rem 0 2rem;}

.gameStart,
.sajeon {
  clear: both;
  position: relative;left:0;top:0;
  display: inline-block; height: 60px;line-height: 60px;
  color: #fff; box-sizing: border-box;
  border:1px solid #fff; padding:0 30px 0 50px; border-radius: 30px;
}
.gameStart {}
.gameStart:before,
.sajeon:before,
.gameStart:after,
.sajeon:after {
  content: '';display: block;
  position: absolute;left:30px;top:50%;
}
.gameStart:before,
.gameStart:after {
  margin-top: -7px;
  border:7px solid transparent;
  border-left:9px solid #fff;
  border-right: none;
}
.gameStart:after {
  margin-left:1px;margin-top: -5px;
  border-width:5px;
  border-left:6px solid #160a2d;
}

.gameStart + .sajeon {margin-left: 1rem;}
.sajeon {background-color: #fff; color: #160a2d !important;}

.sajeon:before {
  height: 15px;
  width: 1px;
  margin: -9px 0 0 4px;
  background-color: #160a2d;
}
.sajeon:after {
  height: 8px;
  width: 8px;
  margin-top: -4px;
  border: 1px solid #160a2d;
  border-left:none; border-top:none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (orientation: portrait) {
  .trueFalseTit article div {font-size:.925em; margin: 2rem 0;}
  .trueFalseTit article a {
    height: 50px;line-height: 50px;
    padding:0 20px 0 40px;
  }
  .trueFalseTit article a:before,
  .trueFalseTit article a:after {left:20px;}
}


@-webkit-keyframes slideTop {
  0% {
    top:0;
  } 100% {
    top:-66.666vw;
  }
}

@keyframes slideTop {
  0% {
    top:0;
  } 100% {
    top:-66.666vw;
  }
}

@-webkit-keyframes slideBottom {
  0% {
    top:-66.666vw;
  } 100% {
    top:0;
  }
}

@keyframes slideBottom {
  0% {
    top:-66.666vw;
  } 100% {
    top:0;
  }
}

@-webkit-keyframes slideTop2 {
  0% {
    top:0;
  } 100% {
    top:-133.333vw;
  }
}

@keyframes slideTop2 {
  0% {
    top:0;
  } 100% {
    top:-133.333vw;
  }
}

@-webkit-keyframes slideBottom2 {
  0% {
    top:-133.333vw;
  } 100% {
    top:0;
  }
}

@keyframes slideBottom2 {
  0% {
    top:-133.333vw;
  } 100% {
    top:0;
  }
}

.slider {
  position: absolute;left:2vw; top:2vw; right: 0; bottom:0;
  opacity: .4;
}
.slider ul {
  position: absolute;top:0;
  width: 16.666%;box-sizing: border-box;

    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}
.slider ul img {
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slider ul:nth-of-type(1) {
  left:0;
    -webkit-animation-name: slideTop;
    animation-name: slideTop;
}
.slider ul:nth-of-type(2) {
  left:16.666%;
    -webkit-animation-name: slideBottom;
    animation-name: slideBottom;
}
.slider ul:nth-of-type(3) {
  left:33.333%;
    -webkit-animation-name: slideTop;
    animation-name: slideTop;
}
.slider ul:nth-of-type(4) {
  left:49.999%;
    -webkit-animation-name: slideBottom;
    animation-name: slideBottom;
}
.slider ul:nth-of-type(5) {
  left:66.666%;
    -webkit-animation-name: slideTop;
    animation-name: slideTop;
}
.slider ul:nth-of-type(6) {
  left:83.333%;
    -webkit-animation-name: slideBottom;
    animation-name: slideBottom;
}

@media screen and (orientation: portrait) {
  .slider ul {
    width: 33.333%;
  }
  .slider ul:nth-of-type(1) {
      -webkit-animation-name: slideTop2;
      animation-name: slideTop2;
  }
  .slider ul:nth-of-type(2) {
    left:33.333%;
      -webkit-animation-name: slideBottom2;
      animation-name: slideBottom2;
  }
  .slider ul:nth-of-type(3) {
    left:66.666%;
      -webkit-animation-name: slideTop2;
      animation-name: slideTop2;
  }
  .slider ul:nth-of-type(n + 4) {display: none;}
}

.slider li {
  width: 100%;box-sizing: border-box;
  padding: 0 2vw 2vw 0;
  position: absolute;left:0;top:0;
}
.slider li:nth-child(2) {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.slider li:nth-child(3) {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}
.slider li:nth-child(4) {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
}
.slider li:nth-child(5) {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  -moz-transform: translateY(400%);
  -o-transform: translateY(400%);
  transform: translateY(400%);
}
.slider li:nth-child(6) {
  -webkit-transform: translateY(500%);
  -ms-transform: translateY(500%);
  -moz-transform: translateY(500%);
  -o-transform: translateY(500%);
  transform: translateY(500%);
}
.slider li:nth-child(7) {
  -webkit-transform: translateY(600%);
  -ms-transform: translateY(600%);
  -moz-transform: translateY(600%);
  -o-transform: translateY(600%);
  transform: translateY(600%);
}
.slider li:nth-child(8) {
  -webkit-transform: translateY(700%);
  -ms-transform: translateY(700%);
  -moz-transform: translateY(700%);
  -o-transform: translateY(700%);
  transform: translateY(700%);
}
.slider li:nth-child(9) {
  -webkit-transform: translateY(800%);
  -ms-transform: translateY(800%);
  -moz-transform: translateY(800%);
  -o-transform: translateY(800%);
  transform: translateY(800%);
}
.slider li:nth-child(10) {
  -webkit-transform: translateY(900%);
  -ms-transform: translateY(900%);
  -moz-transform: translateY(900%);
  -o-transform: translateY(900%);
  transform: translateY(900%);
}
.slider li:nth-child(11) {
  -webkit-transform: translateY(1000%);
  -ms-transform: translateY(1000%);
  -moz-transform: translateY(1000%);
  -o-transform: translateY(1000%);
  transform: translateY(1000%);
}
.slider li:nth-child(12) {
  -webkit-transform: translateY(1100%);
  -ms-transform: translateY(1100%);
  -moz-transform: translateY(1100%);
  -o-transform: translateY(1100%);
  transform: translateY(1100%);
}

.game .slider li {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top:50%;
  -webkit-transition: all .7s; transition: all .7s;
}
.game .slider li:nth-child(n + 5) {display: none;}

.game .slider ul {
  width: 80vh;
  -webkit-animation-name: none;
  animation-name: none;
  left:50% !important; top: 0% !important;bottom:0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .7s; transition: all .7s;
}
/*@media screen and (orientation: portrait) {
  .game .slider ul {width: 80%;}
}*/
.slider:after {}






.trueFalseGame {
  width: 80%;height:0; padding-bottom:40%;
  position: absolute;left:10%;top:50%; z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden; opacity: 0;
} 

.trueFalseGameBg,
.trueFalseGame ul { display: none; }
.trueFalseGame.ready {visibility: visible; opacity: 1;}

.trueFalseGame.ready ~ .trueFalseGameBg {
  display: block;
  position: absolute;left:0;top:0; z-index: 98;
  width:100%;height: 100%;
}
.trueFalseGame ul.ready { display: inline; }
.trueFalseGame ul li {
  width: 50%;height: 100%;position: absolute;top:0; z-index: 2;
}
.trueFalseGame ul li img {display: block;}
.trueFalseGame ul li:nth-of-type(1) {left:-.315rem;}
.trueFalseGame ul li:nth-of-type(2) {right:-.315rem;}

@media screen and (orientation: portrait) and (max-width: 700px) {
  .trueFalseGame {
    width: 60%; padding-bottom:120%;
    left:20%;
  } 
  .trueFalseGame ul li {
    width: 100%;height: 50%;
  }
  .trueFalseGame ul li:nth-of-type(1) {left:0; top:-.1575rem;}
  .trueFalseGame ul li:nth-of-type(2) {left:0; right: auto; top:auto; bottom:-.1575rem;}
}

@-webkit-keyframes true-hint {
  0% {
    visibility: visible;
    opacity: 0;
  } 10% {
    opacity: 1;
  } 20% {
    opacity: 0;
  } 30% {
    opacity: 1;
  } 40% {
    opacity: 0;
  } 50% {
    opacity: 1;
  } 60% {
    opacity: 0;
  } 70% {
    opacity: 1;
  } 80% {
    opacity: 0;
  } 90% {
    opacity: 1;
  }
}

@keyframes true-hint {
  0% {
    visibility: visible;
    opacity: 0;
  } 10% {
    opacity: 1;
  } 20% {
    opacity: 0;
  } 30% {
    opacity: 1;
  } 40% {
    opacity: 0;
  } 50% {
    opacity: 1;
  } 60% {
    opacity: 0;
  } 70% {
    opacity: 1;
  } 80% {
    opacity: 0;
  } 90% {
    opacity: 1;
  }
}

.trueFalseGame ul li a g {visibility: hidden;}
.trueFalseGame ul li .hint g {
    -webkit-animation-name: true-hint;
    animation-name: true-hint;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
.mFalseVal span:after,
.mHintVal span:after {content: '번'; display: inline;}
.trueFalseGame ul li .on g {visibility: visible;}
.trueFalseGame ul li figcaption {position: absolute;left:0;top:0;right: 0;bottom:0;}
.trueFalseGame ul li figcaption p.false {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.trueFalseGame ul li figcaption p.false:before {

    position: relative;left:0%;top:0%; z-index: 2;
    border-radius: 50%; padding:1.8rem 1rem;
    background: #000; visibility: visible;
    font-size: 1rem; line-height: 1; font-weight: 900;

    content: 'Oaps.'; display: block;
    -webkit-animation-name: false-txt;
    animation-name: false-txt;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes false-txt {
  form {
    content: '';
  } 5% {
    content: 'O';
  } 10% {
    content: 'Oa';
  } 15% {
    content: 'Oap';
  } 20% {
    content: 'Oaps';
  } 25% {
    content: 'Oaps.';
  } to {
    content: 'Oaps.';
    visibility: hidden;
  }
}

@keyframes false-txt {
  form {
    content: '';
  } 5% {
    content: 'O';
  } 10% {
    content: 'Oa';
  } 15% {
    content: 'Oap';
  } 20% {
    content: 'Oaps';
  } 25% {
    content: 'Oaps.';
  } to {
    content: 'Oaps.';
    visibility: hidden;
  }
}
@-webkit-keyframes false-bg {
  60% {
    /*visibility: visible;*/
    opacity: 1;
  } to {
    /*visibility: hidden;*/
    opacity: 0;
  }
}

@keyframes false-bg {
  60% {
    /*visibility: visible;*/
    opacity: 1;
  } to {
    /*visibility: hidden;*/
    opacity: 0;
  }
}
@-webkit-keyframes false {
  form {
    width: 0;
    margin: -.05rem 0 0 0rem;
  } 60% {
    width: .5rem;
    margin: -.05rem 0 0 -.25rem;
  }
}

@keyframes false {
  form {
    width: 0;
    margin: -.05rem 0 0 0rem;
  } 60% {
    width: .5rem;
    margin: -.05rem 0 0 -.25rem;
  }
}
.trueFalseGame ul li figcaption a {cursor: auto;}
.trueFalseGame ul li figcaption p.false span {
  position: absolute;left:0;top:0;
  width: 100%;height: 100%;
  background: #fff;/*visibility: hidden;*/opacity: 0;
  border-radius: 10vw;

  -webkit-animation-name: false-bg;
  animation-name: false-bg;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.trueFalseGame ul li figcaption p.false span:before,
.trueFalseGame ul li figcaption p.false span:after {
  position: absolute;left:50%;top:50%;
  margin: -.05rem 0 0 0;
  content: '';display: block;
  width:0;height: .1rem;
  background-color: #000;

  -webkit-animation-name: false;
  animation-name: false;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.trueFalseGame ul li figcaption p.false span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.trueFalseGame ul li figcaption p.false span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}









.logo-txt{
  display: inline-block; position: absolute;left:50%;top:70px;z-index: 99;
  -webkit-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  -moz-transform: translateX(-47%);
  -o-transform: translateX(-47%);
  transform: translateX(-47%);font-size: 1em;font-weight: 300;
  opacity: .9;
}
@-webkit-keyframes logo-txt {
  form {
    content: '';
  } 35% {
    content: 'F';
  } 40% {
    content: 'FI';
  } 45% {
    content: 'FIN';
  } 50% {
    content: 'FIND';
  } 55% {
    content: 'FIND D';
  } 60% {
    content: 'FIND DI';
  } 65% {
    content: 'FIND DIF';
  } 70% {
    content: 'FIND DIFF';
  } 75% {
    content: 'FIND DIFFE';
  } 80% {
    content: 'FIND DIFFER';
  } 85% {
    content: 'FIND DIFFERE';
  } 90% {
    content: 'FIND DIFFEREN';
  } 95% {
    content: 'FIND DIFFERENC';
  } to {
    content: 'FIND DIFFERENCE';
  }
}

@keyframes logo-txt {
  form {
    content: '';
  } 35% {
    content: 'F';
  } 40% {
    content: 'FI';
  } 45% {
    content: 'FIN';
  } 50% {
    content: 'FIND';
  } 55% {
    content: 'FIND D';
  } 60% {
    content: 'FIND DI';
  } 65% {
    content: 'FIND DIF';
  } 70% {
    content: 'FIND DIFF';
  } 75% {
    content: 'FIND DIFFE';
  } 80% {
    content: 'FIND DIFFER';
  } 85% {
    content: 'FIND DIFFERE';
  } 90% {
    content: 'FIND DIFFEREN';
  } 95% {
    content: 'FIND DIFFERENC';
  } to {
    content: 'FIND DIFFERENCE';
  }
}
.logo-txt:before {
  content: ''; display: inline;
}
.logo-txt.ready:before {
  content: 'FIND DIFFERENCE';
}
/*.logo-txt.ready:before {
  -webkit-animation-name: logo-txt;
  animation-name: logo-txt;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}*/

.trueFalseChoice {
  height: 100%; width: 100%;
  text-align: center; position: absolute;left:0;top:0;z-index: 15;
  visibility: hidden; opacity: 0;
}
.trueFalseChoice.ready {
  visibility: visible; opacity: 1;
  -webkit-transition: visibility 3s, opacity 3s; transition: visibility 3s, opacity 3s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  -ms-transition-delay: .7s;
}

@-webkit-keyframes hue{from{-webkit-filter:hue-rotate(0deg);}50%{-webkit-filter:hue-rotate(15deg)}}

.trueFalseGameBg:before,
.trueFalseGameBg:after,
.trueFalseChoice:before,
.trueFalseChoice:after {
  content: ''; display: block;
  position: absolute;left:0;top:0;right:0;bottom:0;
}
.trueFalseGameBg:before,
.trueFalseChoice:before {
  background: linear-gradient(to bottom, #4e2a79, #6c9497);
  -webkit-animation-name: hue;
  animation-name: hue;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.trueFalseGameBg:after,
.trueFalseChoice:after {
  background: url('star_bg.jpg') 0 0 / 100% 100%;
  mix-blend-mode: screen;
}


.trueFalseChoice > * {position: relative;left:0;top:0;z-index: 2;}
.trueFalseChoice h3 {padding:2rem; margin-top: 14vmin; font-size: 1.125em;}
.trueFalseChoice h3 span {
  display: inline-block;padding:0 .5rem;
  position: relative;left:0;top:0;
  margin: 0 .5rem;
}
.trueFalseChoice h3 span:before,
.trueFalseChoice h3 span:after {
  content: '';display: block;
  width: .5rem;height: .5rem;
  position:absolute;
}
.trueFalseChoice h3 span:before {
  left:0;top:-.2rem;
  border-left:.05rem solid #fff;
  border-top:.05rem solid #fff;
}
.trueFalseChoice h3 span:after {
  right: 0;bottom:-.2rem;
  border-right:.05rem solid #fff;
  border-bottom:.05rem solid #fff;
}
.trueFalseChoice figcaption {margin-top: 3rem;}


.trueFalseChoice ol {width: 90%; overflow: visible; margin: 0 auto;}
.trueFalseChoice .slick-list {overflow: visible;padding:0 1vw;}

.trueFalseChoice ol li {
  -webkit-transition: transform .3s; transition: transform .3s;
  position: relative;left:0;top:0;
  margin: 0 1vw;
}
.trueFalseChoice ol li img {display: block;}

@-webkit-keyframes bmlotate {
  from {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  to {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  }
}

@keyframes bmlotate {
  from {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  to {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  }
}
.trueFalseChoice ol li a {
  position: absolute;left:25%;top:25%;
  -webkit-animation-name: bmlotate;
  animation-name: bmlotate;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.trueFalseChoice ol li a{width: 0;padding-bottom: 0;}
.trueFalseChoice.ready ol li.slick-active a {
  width: 50%;padding-bottom: 50%;
}
.trueFalseChoice ol li a img {
  position: absolute;left:0;top:0;opacity: 0;visibility:hidden;
  -webkit-transition: visibility 1s, opacity 1s; transition: visibility 1s, opacity 1s;
}
.trueFalseChoice ol li.slick-active a img {
  opacity: 1; visibility:visible;
}
.slick-dots {
    position: absolute;
    right: 34.5%;
    top: 103%;
}
.slick-arrow {
  position: absolute; top:50%; z-index: 99; 
  border:.1rem solid #fff; background: rgba(999,999,999,.1); 
  font-size: .5rem;width: 3rem;height: 3rem; color: #fff;
  font-size: 0; color: transparent; line-height: 0; text-indent: -99999px;
  margin-top: -1.5rem;
  border-radius: 50%;
}
.slick-arrow.slick-prev {left:.5rem;}
.slick-arrow.slick-next {right:.5rem;}
.slick-arrow:after {
  content: ''; display: block;
  position: absolute;left:50%;top:50%;
  width: 30%;height: 30%;
  border-top: .1rem solid #fff;
  border-left: .1rem solid #fff;
}
.slick-arrow.slick-prev:after {
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  transform: translateX(-30%) translateY(-50%) rotate(-45deg);
}
.slick-arrow.slick-next:after {
  -webkit-transform: translateX(-70%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-70%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-70%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-70%) translateY(-50%) rotate(135deg);
  transform: translateX(-70%) translateY(-50%) rotate(135deg);
}
@media screen and (orientation: portrait) {

  .trueFalseChoice h3 {margin-top: 12vmax;}
  .slick-dots {
      position: absolute;
      right: 2%;
  }

  .trueFalseChoice ol li.slick-active a img {
    opacity: 0; visibility:hidden;
  }
  .trueFalseChoice ol li.slick-active a img {
    opacity: 1; visibility:visible;
  }
}

.slick-dots li.slick-active,
.slick-dots li.tttttt {color: #fff;}
      @-webkit-keyframes pg {
        from {
          top:0;
          opacity: 1; visibility: visible;
        } to{
          top:-4rem;
          opacity: 0; visibility: hidden;
        }
      }
  
      @keyframes pg {
        from {
          top:0;
          opacity: 1; visibility: visible;
        } to{
          top:-4rem;
          opacity: 0; visibility: hidden;
        }
      }
      
      @-webkit-keyframes pg-act {
        from {
          top:4rem;
          opacity: 0; visibility: hidden;
        } to{
          top:0;
          opacity: 1; visibility: visible;
        }
      }
  
      @keyframes pg-act {
        from {
          top:4rem;
          opacity: 0; visibility: hidden;
        } to{
          top:0;
          opacity: 1; visibility: visible;
        }
      }
.slick-dots li:not(.tttttt) {
  opacity: 0; visibility: hidden;
  -webkit-animation-name: pg;
  animation-name: pg;
  animation-timing-function: linear;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.slick-dots li.tttttt {margin: 0;}

.slick-dots li:not(.tttttt).slick-active {
  -webkit-animation-name: pg-act;
  animation-name: pg-act;
}
.slick-dots li button {
  pointer-events: none;
  position: absolute;right:1rem;top:50%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
  font-size: 3em;color: #fff;
  background: transparent;border:none;
}



.bm_pointer {
  pointer-events: none;
  position: absolute; width: 20vmax; height: 20vmax; z-index: 999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 400;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media screen and (max-width: 700px){
  .bm_pointer {width: 40vmax; height: 40vmax;}
}
.bm_pointer > * {
  opacity: 0;
  position: absolute; left:50%;top:50%;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes bm_pointer1 {
  0% {
    left:50%;top:50%;
    opacity: 1;
  } 60% {
    left:55%;top:45%;
  } 100% {
    left:53%;top:48%;
    transform: rotate(180deg);
    opacity: 0;
  }
}

@keyframes bm_pointer1 {
  0% {
    left:50%;top:50%;
    opacity: 1;
  } 60% {
    left:55%;top:45%;
  } 100% {
    left:53%;top:48%;
    transform: rotate(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes bm_pointer2 {
  0% {
    left:50%;top:50%;
    opacity: .5;
  } 60% {
    left:62%;top:47%;
  } 100% {
    left:64%;top:50%;
    transform: rotate(270deg);
    opacity: 0;
  }
}

@keyframes bm_pointer2 {
  0% {
    left:50%;top:50%;
    opacity: .5;
  } 60% {
    left:62%;top:47%;
  } 100% {
    left:64%;top:50%;
    transform: rotate(270deg);
    opacity: 0;
  }
}

@-webkit-keyframes bm_pointer3 {
  0% {
    left:50%;top:50%;
    opacity: 1;
  } 60% {
    left:45%;top:45%;
  } 100% {
    left:43%;top:48%;
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@keyframes bm_pointer3 {
  0% {
    left:50%;top:50%;
    opacity: 1;
  } 60% {
    left:45%;top:45%;
  } 100% {
    left:43%;top:48%;
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes bm_pointer4 {
  0% {
    left:50%;top:50%;
    opacity: .5;
  } 60% {
    left:42%;top:47%;
  } 100% {
    left:44%;top:50%;
    transform: rotate(-270deg);
    opacity: 0;
  }
}

@keyframes bm_pointer4 {
  0% {
    left:50%;top:50%;
    opacity: .5;
  } 60% {
    left:42%;top:47%;
  } 100% {
    left:44%;top:50%;
    transform: rotate(-270deg);
    opacity: 0;
  }
}
@-webkit-keyframes bm_pointer5 {
  0% {
    left:50%;top:50%;
    opacity: .7;
  } 60% {
    left:60%;top:40%;
  } 100% {
    left:63%;top:43%;
    transform: rotate(300deg);
    opacity: 0;
  }
}

@keyframes bm_pointer5 {
  0% {
    left:50%;top:50%;
    opacity: .7;
  } 60% {
    left:60%;top:40%;
  } 100% {
    left:63%;top:43%;
    transform: rotate(300deg);
    opacity: 0;
  }
}
@-webkit-keyframes bm_pointer6 {
  0% {
    left:50%;top:50%;
    opacity: .3;
  } 60% {
    left:72%;top:42%;
  } 100% {
    left:74%;top:44%;
    transform: rotate(480deg);
    opacity: 0;
  }
}

@keyframes bm_pointer6 {
  0% {
    left:50%;top:50%;
    opacity: .3;
  } 60% {
    left:72%;top:42%;
  } 100% {
    left:74%;top:44%;
    transform: rotate(480deg);
    opacity: 0;
  }
}

@-webkit-keyframes bm_pointer7 {
  0% {
    left:50%;top:50%;
    opacity: .7;
  } 60% {
    left:40%;top:40%;
  } 100% {
    left:42%;top:43%;
    transform: rotate(-300deg);
    opacity: 0;
  }
}

@keyframes bm_pointer7 {
  0% {
    left:50%;top:50%;
    opacity: .7;
  } 60% {
    left:40%;top:40%;
  } 100% {
    left:42%;top:43%;
    transform: rotate(-300deg);
    opacity: 0;
  }
}
@-webkit-keyframes bm_pointer8 {
  0% {
    left:50%;top:50%;
    opacity: .3;
  } 60% {
    left:32%;top:42%;
  } 100% {
    left:34%;top:44%;
    transform: rotate(-480deg);
    opacity: 0;
  }
}

@keyframes bm_pointer8 {
  0% {
    left:50%;top:50%;
    opacity: .3;
  } 60% {
    left:32%;top:42%;
  } 100% {
    left:34%;top:44%;
    transform: rotate(-480deg);
    opacity: 0;
  }
}
.bm_pointer > div:nth-child(2n + 1){
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.bm_pointer > div:nth-child(2n + 2){
  -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.bm_pointer > div:nth-child(1) {
    -webkit-animation-name: bm_pointer1;
    animation-name: bm_pointer1;
}
.bm_pointer > div:nth-child(2) {
    -webkit-animation-name: bm_pointer2;
    animation-name: bm_pointer2;
}
.bm_pointer > div:nth-child(3) {
    -webkit-animation-name: bm_pointer4;
    animation-name: bm_pointer4;
}
.bm_pointer > div:nth-child(4) {
    -webkit-animation-name: bm_pointer3;
    animation-name: bm_pointer3;
}
.bm_pointer > div:nth-child(5) {
    -webkit-animation-name: bm_pointer5;
    animation-name: bm_pointer5;
}
.bm_pointer > div:nth-child(6) {
    -webkit-animation-name: bm_pointer7;
    animation-name: bm_pointer7;
}












.trueFalseIntro.on .refresh {
  position: absolute;right: 20px;top:20px;
  width: 40px;height: 40px;
  font-size:0; line-height: 0; text-indent:-99999px; color: transparent; 
  border:1px solid #fff; z-index: 1000;
  visibility: hidden; opacity: 0;
  -webkit-transition: all .7s; transition: all .7s;
}
.trueFalseIntro.on .refresh.ready {opacity: 1; visibility: visible;}
.trueFalseIntro.on .refresh.ready.game {
  right: 10%;top: 50%;margin-top: -20%;
    margin-right: -webkit-calc(-44px - .315rem);margin-right: -moz-calc(-44px - .315rem);margin-right: calc(-44px - .315rem);
}
.trueFalseIntro.on .refresh.ready.game.clear {
  right: 28.5%; margin-right: -11px;
}
.refresh:before,
.refresh:after {
  content: ''; display: block;
  position: absolute;left:25%;top:50%;
  width: 50%;height: .05rem;margin-top: -.025rem;
  background: #fff;
}
.refresh:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.refresh:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.trueFalseGame ul ~ *:not(ul) {position: absolute;z-index: 3;}
.tFagree,
#tFtime {
  border:.15rem solid #f90;
}

@-webkit-keyframes fFtime {
  0% {
  -webkit-transform: rotate(0deg) translateX(-50%);
  -ms-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -o-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  } 1% {
  -webkit-transform: rotate(30deg) translateX(-50%);
  -ms-transform: rotate(30deg) translateX(-50%);
  -moz-transform: rotate(30deg) translateX(-50%);
  -o-transform: rotate(30deg) translateX(-50%);
  transform: rotate(30deg) translateX(-50%);
  } 2% {
  -webkit-transform: rotate(-30deg) translateX(-50%);
  -ms-transform: rotate(-30deg) translateX(-50%);
  -moz-transform: rotate(-30deg) translateX(-50%);
  -o-transform: rotate(-30deg) translateX(-50%);
  transform: rotate(-30deg) translateX(-50%);
  } 3% {
  -webkit-transform: rotate(25deg) translateX(-50%);
  -ms-transform: rotate(25deg) translateX(-50%);
  -moz-transform: rotate(25deg) translateX(-50%);
  -o-transform: rotate(25deg) translateX(-50%);
  transform: rotate(25deg) translateX(-50%);
  } 4% {
  -webkit-transform: rotate(-25deg) translateX(-50%);
  -ms-transform: rotate(-25deg) translateX(-50%);
  -moz-transform: rotate(-25deg) translateX(-50%);
  -o-transform: rotate(-25deg) translateX(-50%);
  transform: rotate(-25deg) translateX(-50%);
  } 5% {
  -webkit-transform: rotate(20deg) translateX(-50%);
  -ms-transform: rotate(20deg) translateX(-50%);
  -moz-transform: rotate(20deg) translateX(-50%);
  -o-transform: rotate(20deg) translateX(-50%);
  transform: rotate(20deg) translateX(-50%);
  } 6% {
  -webkit-transform: rotate(-20deg) translateX(-50%);
  -ms-transform: rotate(-20deg) translateX(-50%);
  -moz-transform: rotate(-20deg) translateX(-50%);
  -o-transform: rotate(-20deg) translateX(-50%);
  transform: rotate(-20deg) translateX(-50%);
  } 7% {
  -webkit-transform: rotate(15deg) translateX(-50%);
  -ms-transform: rotate(15deg) translateX(-50%);
  -moz-transform: rotate(15deg) translateX(-50%);
  -o-transform: rotate(15deg) translateX(-50%);
  transform: rotate(15deg) translateX(-50%);
  } 8% {
  -webkit-transform: rotate(-15deg) translateX(-50%);
  -ms-transform: rotate(-15deg) translateX(-50%);
  -moz-transform: rotate(-15deg) translateX(-50%);
  -o-transform: rotate(-15deg) translateX(-50%);
  transform: rotate(-15deg) translateX(-50%);
  } 9% {
  -webkit-transform: rotate(10deg) translateX(-50%);
  -ms-transform: rotate(10deg) translateX(-50%);
  -moz-transform: rotate(10deg) translateX(-50%);
  -o-transform: rotate(10deg) translateX(-50%);
  transform: rotate(10deg) translateX(-50%);
  } 10% {
  -webkit-transform: rotate(-10deg) translateX(-50%);
  -ms-transform: rotate(-10deg) translateX(-50%);
  -moz-transform: rotate(-10deg) translateX(-50%);
  -o-transform: rotate(-10deg) translateX(-50%);
  transform: rotate(-10deg) translateX(-50%);
  } 11% {
  -webkit-transform: rotate(5deg) translateX(-50%);
  -ms-transform: rotate(5deg) translateX(-50%);
  -moz-transform: rotate(5deg) translateX(-50%);
  -o-transform: rotate(5deg) translateX(-50%);
  transform: rotate(5deg) translateX(-50%);
  } 12% {
  -webkit-transform: rotate(-5deg) translateX(-50%);
  -ms-transform: rotate(-5deg) translateX(-50%);
  -moz-transform: rotate(-5deg) translateX(-50%);
  -o-transform: rotate(-5deg) translateX(-50%);
  transform: rotate(-5deg) translateX(-50%);
  } 13% {
  -webkit-transform: rotate(0deg) translateX(-50%);
  -ms-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -o-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  }
}
@keyframes fFtime {
  0% {
  -webkit-transform: rotate(0deg) translateX(-50%);
  -ms-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -o-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  } 1% {
  -webkit-transform: rotate(30deg) translateX(-50%);
  -ms-transform: rotate(30deg) translateX(-50%);
  -moz-transform: rotate(30deg) translateX(-50%);
  -o-transform: rotate(30deg) translateX(-50%);
  transform: rotate(30deg) translateX(-50%);
  } 2% {
  -webkit-transform: rotate(-30deg) translateX(-50%);
  -ms-transform: rotate(-30deg) translateX(-50%);
  -moz-transform: rotate(-30deg) translateX(-50%);
  -o-transform: rotate(-30deg) translateX(-50%);
  transform: rotate(-30deg) translateX(-50%);
  } 3% {
  -webkit-transform: rotate(25deg) translateX(-50%);
  -ms-transform: rotate(25deg) translateX(-50%);
  -moz-transform: rotate(25deg) translateX(-50%);
  -o-transform: rotate(25deg) translateX(-50%);
  transform: rotate(25deg) translateX(-50%);
  } 4% {
  -webkit-transform: rotate(-25deg) translateX(-50%);
  -ms-transform: rotate(-25deg) translateX(-50%);
  -moz-transform: rotate(-25deg) translateX(-50%);
  -o-transform: rotate(-25deg) translateX(-50%);
  transform: rotate(-25deg) translateX(-50%);
  } 5% {
  -webkit-transform: rotate(20deg) translateX(-50%);
  -ms-transform: rotate(20deg) translateX(-50%);
  -moz-transform: rotate(20deg) translateX(-50%);
  -o-transform: rotate(20deg) translateX(-50%);
  transform: rotate(20deg) translateX(-50%);
  } 6% {
  -webkit-transform: rotate(-20deg) translateX(-50%);
  -ms-transform: rotate(-20deg) translateX(-50%);
  -moz-transform: rotate(-20deg) translateX(-50%);
  -o-transform: rotate(-20deg) translateX(-50%);
  transform: rotate(-20deg) translateX(-50%);
  } 7% {
  -webkit-transform: rotate(15deg) translateX(-50%);
  -ms-transform: rotate(15deg) translateX(-50%);
  -moz-transform: rotate(15deg) translateX(-50%);
  -o-transform: rotate(15deg) translateX(-50%);
  transform: rotate(15deg) translateX(-50%);
  } 8% {
  -webkit-transform: rotate(-15deg) translateX(-50%);
  -ms-transform: rotate(-15deg) translateX(-50%);
  -moz-transform: rotate(-15deg) translateX(-50%);
  -o-transform: rotate(-15deg) translateX(-50%);
  transform: rotate(-15deg) translateX(-50%);
  } 9% {
  -webkit-transform: rotate(10deg) translateX(-50%);
  -ms-transform: rotate(10deg) translateX(-50%);
  -moz-transform: rotate(10deg) translateX(-50%);
  -o-transform: rotate(10deg) translateX(-50%);
  transform: rotate(10deg) translateX(-50%);
  } 10% {
  -webkit-transform: rotate(-10deg) translateX(-50%);
  -ms-transform: rotate(-10deg) translateX(-50%);
  -moz-transform: rotate(-10deg) translateX(-50%);
  -o-transform: rotate(-10deg) translateX(-50%);
  transform: rotate(-10deg) translateX(-50%);
  } 11% {
  -webkit-transform: rotate(5deg) translateX(-50%);
  -ms-transform: rotate(5deg) translateX(-50%);
  -moz-transform: rotate(5deg) translateX(-50%);
  -o-transform: rotate(5deg) translateX(-50%);
  transform: rotate(5deg) translateX(-50%);
  } 12% {
  -webkit-transform: rotate(-5deg) translateX(-50%);
  -ms-transform: rotate(-5deg) translateX(-50%);
  -moz-transform: rotate(-5deg) translateX(-50%);
  -o-transform: rotate(-5deg) translateX(-50%);
  transform: rotate(-5deg) translateX(-50%);
  } 13% {
  -webkit-transform: rotate(0deg) translateX(-50%);
  -ms-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -o-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  }
}

#tFtime {
  left:50%;
  width: 4rem;height: 4rem;line-height: 4rem; border-radius: 50%; text-align: center;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

    -webkit-animation-name: fFtime;
    animation-name: fFtime;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#tFtime p:before,
#tFtime p:after {
  content: ''; display: block;
  position: absolute; border:.15rem solid #f90;
}
#tFtime p:nth-of-type(1):before,
#tFtime p:nth-of-type(1):after {width: 32%;height: 16%; top:-18.5%; border-radius: 100vw 100vw 0 0;}
#tFtime p:nth-of-type(2):before,
#tFtime p:nth-of-type(2):after {width: 5%;height: 17.5%; bottom:-14.5%; border-radius: 0 0 100vw 100vw;}
#tFtime p:nth-of-type(1):before {
  right: -16%;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
#tFtime p:nth-of-type(1):after {
  left:-16%;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#tFtime p:nth-of-type(2):before {
  left: 8%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#tFtime p:nth-of-type(2):after {
  right: 8%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.tFagree {
  left:50%;bottom:100%;margin-bottom: -1rem;
  background: #502f7a; border-radius: 100vw; padding:.6rem 1.2rem;pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tFagree ol li {float: left;}
.tFagree ol li label {
  position: relative;left:0;top:0;
  width: 1rem; height:1rem;margin: 0 .63rem;
    display: inherit;
  color: transparent; font-size: 0; line-height: 0;text-indent: -99999px;
}

.tFagree ol li label:before,
.tFagree ol li label:after {
  content: ''; display: block;
  height: .2rem; position: absolute;left:0;top:50%;
  background: #ddd;
  border-radius: .15rem;
}
.tFagree ol li input:checked + label:before,
.tFagree ol li input:checked + label:after {
  background: #f90;
}
.tFagree ol li label:before {
  width:.8rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tFagree ol li label:after {
  width: 1.2rem;
  left: .45rem; margin-top: -.15rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tFagree ol:after {clear: both;}
#tFprogress {
  left:25%; top:50%; width: 50%;  margin-top: 1rem;
    background: transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
progress#tFprogress[value] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: #f90;
  height: .315rem;
  border-radius: 100vw;
}

progress#tFprogress[value]::-webkit-progress-bar {
  border-radius: 100vw;
  color: #f90;
  background: transparent;
}

progress#tFprogress::-webkit-progress-value {
  background-color: #f90;
  border-radius: 100vw;
}

#tFstop,
#tFhint,
#tFtime{
  top:100.1%; margin-top: 1rem;
}
#tFstop,
#tFhint {
  height: 4rem; background: none; border:none;outline: none; color: #fff; font-size: .925em;
  padding-left: 1.5rem;
}
#tFstop {right: 50%;margin-right:4rem;}
#tFhint {left: 50%;margin-left:4rem;}
#tFstop:before,
#tFhint:before,
#tFstop:after,
#tFhint:after {
  content: ''; display: block;
  position: absolute;left:0;top:50%;
  background: #fff;
}
#tFstop:before,
#tFstop:after {
  width: .2rem; height: .8rem;
  margin-top: -.4rem;
}
#tFstop:after {left:.5rem;}
#tFhint:before {
  width:.5rem; height: .5rem; 
  border:.15rem solid #fff; background: transparent;
  margin-top: -0.6rem;border-radius: 50%;
}
#tFhint:after {
  width: .15rem; height: .45rem;
  left:.75rem;margin-top: -.05rem;
  border-radius: .1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#tFhint span {padding-left: .5rem;}
#tFhint span:before {
  content: '×'; display: inline;
}






.playAlert {
  position: absolute;top:0;left:0;right: 0;bottom:0;background: rgba(0,0,0,.7);z-index: 999;
  visibility: hidden;opacity: 0;
  -webkit-transition: visibility .3s, opacity .3s;transition: visibility .3s, opacity .3s;
}
.playAlert.on {visibility: visible;opacity: 1;}
.playAlert p {
  position: absolute;top:50%;line-height: 0; font-size: 10vw;
  font-weight: 900; color: transparent; -webkit-text-stroke: .1rem #fff;
}
.playAlert p:nth-of-type(1) {right: 100%; margin-right: 2vw; -webkit-transition: right .6s; transition: right .6s;}
.playAlert p:nth-of-type(2) {left: 100%; margin-left: 2vw; -webkit-transition: left .6s; transition: left .6s;}
.playAlert.on p:nth-of-type(1) {
  right: 50%;
}
.playAlert.on p:nth-of-type(2) {
  left: 50%;
}
.playAlert4 {background: rgba(0,0,0,.9);}
.playAlert4 > div {
  position: absolute;left:21.5%;top:50%;
  width: 57%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.playAlert4 figure:before {
  display: block;content: 'LOADING..';
  position: absolute;left:0;top:50%;
  width: 100%; text-align: center;
}
.playAlert4 figure canvas {width: 100% !important; height: auto !important;position: relative;left:0;top:0; z-index: 3;}
.playAlert4 figure,
.playAlert4 figcaption {
  float: left;
}
.playAlert4 figure{width: 70%; position: relative;left:0;top:0;}
.playAlert4 figcaption {width: 30%;padding-left: 1rem; box-sizing: border-box;}
.playAlert4 figcaption h4 {font-size: 2.5em;padding:5rem 0 1rem;}
.playAlert4 figcaption li { border-bottom:1px solid #fff; }
.playAlert4 figcaption ol { padding-top:3rem; }
.artist_btn,
.playAlert4 figcaption li {
  position: relative;left:0;top:0;
  display: block;
  padding:.5rem 0;
}
.artist_btn,
.playAlert4 figcaption ol li a {
  padding-left:1.5rem;
  display: block;
  color: #fff;
}
.artist_btn span,
.playAlert4 figcaption ol li a span {
  display: block; width:.6rem; height:.6rem; 
  position: absolute;left:0;top:50%;
  margin-top: -.3rem;
}
.artist_btn span:before,
.artist_btn span:after,
.playAlert4 figcaption ol li a span:before,
.playAlert4 figcaption ol li a span:after {
  content: ''; display: block;
  position: absolute;
}
.artist_btn span:before,
.playAlert4 figcaption ol li a span:before {
  width: .1rem;height: .6rem;
  left:.23rem;top:-.1rem;
  background: #fff;
}
.artist_btn span:before {background: #222;}
.artist_btn span:after,
.playAlert4 figcaption ol li a span:after {
  left:.05rem;top:.05rem;
  width: .4rem;height: .4rem;
  border-right:.05rem solid #fff;
  border-bottom:.05rem solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.artist_btn span:after {border-color: #222;}
.playAlert4 figcaption ol li .copy span {
  margin-top: -.4rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.playAlert4 figcaption ol li a#download span {border-bottom:.05rem solid #fff;}

.artist_btn span,
.playAlert4 figcaption ol li a:not(#download):not(.copy) span {
    margin-left: .1rem;margin-top: -.4rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.playAlert4 > div:after {clear: both; content: ''; display: block;}

.trueFalseChoice figcaption  .sajeon,
.playAlert4 .sajeon {
  margin-top: .5rem;
  min-width: 8.5rem;
  white-space: nowrap;
  position: absolute;left:50%;top:100%;
  margin-left:.15rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}







@media screen and (orientation: portrait) and (max-width: 700px) {
  .trueFalseGame {
    width: 40vh;
    padding-bottom: 80vh;
    left: 50%; top: 49%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
  }
  .trueFalseIntro.on .refresh.ready.game.clear,
  .trueFalseIntro.on .refresh.ready.game {
    top:0; right: 50%; margin-right: -22px; margin-top:0;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    -moz-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75);
  }

  .trueFalseGame.ready ~ .trueFalseGameBg {z-index: 100;}
  .playAlert4 > div {
    top:48%;left:15%;
    width: 70%;
  }
  .playAlert4 figure,
  .playAlert4 figcaption {width: 100%; padding-left: 0;}
  .playAlert4 figcaption h4 {padding: 1rem 0 .5rem;}
  .playAlert4 figcaption ol {padding-top: 1rem;}
  .playAlert4 figcaption ul li {float: left; width: 50%; box-sizing: border-box;}
  .playAlert4 figcaption ul:after {clear: both; content: ''; display: block;}
  .trueFalseChoice figcaption  .sajeon,
  .playAlert4 .sajeon {
    -webkit-transform: translateX(-50%) scale(.75);
    -ms-transform: translateX(-50%) scale(.75);
    -moz-transform: translateX(-50%) scale(.75);
    -o-transform: translateX(-50%) scale(.75);
    transform: translateX(-50%) scale(.75);
  }
  .tFagree {
    min-width: 12rem;
    -webkit-transform: translateX(-50%) scale(.5);
    -ms-transform: translateX(-50%) scale(.5);
    -moz-transform: translateX(-50%) scale(.5);
    -o-transform: translateX(-50%) scale(.5);
    transform: translateX(-50%) scale(.5);
  }
  progress#tFprogress[value] {height: .1575rem;}
  #tFprogress {
    left:0%; width: 100%; top:100%; margin-top: .25rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tFstop, #tFhint, #tFtime {margin-top: 1.25rem;}
  #tFtime {
    width: 2rem;height: 2rem;line-height: 2rem; font-size: .75em;
  }
  #tFstop, #tFhint {
    height: 2rem;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    -moz-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75);
  }
  #tFstop {margin-right: 1.5rem;}
  #tFhint {margin-left: 1.5rem;}
  #tFtime p:before,
  #tFtime p:after,
  #tFtime {
    border:.075rem solid #f90;
  }
}




.bottomBanner {
  padding: var(--big-padding);
  position: absolute;left:0; right:0;bottom:0;z-index: 9999;
  background: #f90;
}

.bottomBanner article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}
.bottomBanner:before {
  content: ''; display: block;
  width: 100%;height: 100%;
  position: absolute;left:0;top:0;
    background: var(--brand-color-gradientRight);
  }
.bottomBanner * {position: relative;left:0;top:0;}
.bottomBanner div {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-right: var(--normal-padding);
  }
  .bottomBanner p {
  width: 100%;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction:row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bottomSajeon {
    display: inline-block;
    padding: var(--small-padding) var(--normal-padding);
    border-radius: 100vw; white-space: nowrap;
    background: #222; color: #fff !important;
  }




footer {position: fixed;right: 20px;bottom:15px; z-index: 5; text-align: right; color: #fff;}
footer address {text-decoration: none; font-style: normal; font-size: .875em; font-weight: 300; letter-spacing: .05em;}







/* INPUT design START */
        select.select-design {
          border: none;box-shadow: none;background: none;
          background-color: transparent;background-image: none;
            -webkit-appearance: none;-moz-appearance: none;appearance: none;
        }
        select.select-design + label,
        select.select-design + label {position: absolute;right: 0;top:0;bottom:1px/*0*/;background: transparent; width:20px;}

        input.radio-design + label:before,
        input.radio-design + label:after,

        input.checkbox-design + label:before,
        input.checkbox-design + label:after,

        input.checkbox-design-s + label:before,
        input.checkbox-design-s + label:after,

        select.select-design + label:before,
        select.select-design + label:after {display: block;content:'';width:0;height: 0;position: absolute;top:50%;}

        select.select-design + label:before {right: 0;margin-top:-4px;border: 7px solid transparent;border-top-color: #888;}
        select.select-design + label:after {right: 1px;margin-top:-5px;border: 6px solid transparent;border-top-color: transparent; }


        input.radio-design + label,
        input.checkbox-design + label,
        input.checkbox-design-s + label,
        select.select-design + label {color: #9d9ea0; font-weight: 600;}

        input.radio-design:checked + label,
        input.checkbox-design:checked + label,
        input.checkbox-design-s:checked + label,
        select.select-design:checked + label {color: #888;}
        /*input.checkbox-design,

        input.checkbox-design-s,

        input.radio-design {opacity: 0;}*/

        input.checkbox-design + label,

        input.checkbox-design-s + label,

        input.radio-design + label {position: relative;left:0;top:0;padding-left: 40px;cursor: pointer;}

        input.radio-design + label:before,
        input.radio-design + label:after {border-radius: 50%;}

        input.radio-design + label:before {left:0;margin-top:-15px;width:28px; height:28px;border:1px solid #ddd;}
        input.radio-design + label:after {left:7px;margin-top:-8px;width:16px; height:16px;background: transparent; }

        input.radio-design:checked + label:after {background: #888;}

        input.checkbox-design + label,

        input.checkbox-design-s + label {padding-left: 35px;}

        input.checkbox-design + label:before,
        input.checkbox-design + label:after {height:3px;background: #ddd;/*display: none;*/
          border-radius: 1.5px;}

        input.checkbox-design-s + label:before,
        input.checkbox-design-s + label:after {height:2px;background: #ddd;/*display: none;*/
          border-radius: 1px;top:54%;}

        input.checkbox-design + label:before,

        input.checkbox-design-s + label:before {
          left:0;/*left:9px;*/
          width:12px; 
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          border-radius: 1.5px;
        }
        input.checkbox-design + label:after,

        input.checkbox-design-s + label:after {
          left:5px;/*left:14px;*/margin-top:-3px;
          width:20px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        input.checkbox-design-s + label:before {
          left:5px;
          width:8px; 
        }
        input.checkbox-design-s + label:after {
          left:9px;margin-top:-2px;
          width:14px;
        }

        input.checkbox-design:checked + label:before,
        input.checkbox-design:checked + label:after,

        input.checkbox-design-s:checked + label:before,
        input.checkbox-design-s:checked + label:after {background:#888;/*display: block;*/}

/* INPUT design END */
