@charset "UTF-8";
@keyframes flash {
  0% {
    opacity: 0.8; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }

.effect {
  color: white;
  height: calc(100% - 7rem);
  width: 100%; }
  .effect .page-head {
    letter-spacing: 0.20rem; }
    .effect .page-head .ice {
      color: #00ffff;
      font-size: 1.5em; }
  .effect .intro.effect-body {
    left: calc(60% - 50vh);
    top: unset; }
    .effect .intro.effect-body .intro-box {
      position: absolute;
      display: flex;
      width: 100%;
      height: 100%;
      color: #eeeeee;
      pointer-events: none; }
      .effect .intro.effect-body .intro-box:hover {
        color: white; }
      .effect .intro.effect-body .intro-box.brain {
        top: 15%;
        left: 44.6%; }
        .effect .intro.effect-body .intro-box.brain .image {
          height: 8%;
          width: 12.5%;
          background-image: url("../image/effect/brain/brain.png");
          animation: flash infinite 1s; }
      .effect .intro.effect-body .intro-box.heart {
        top: 40%;
        left: 52%; }
        .effect .intro.effect-body .intro-box.heart .image {
          height: 16%;
          width: 16%;
          background-image: url("../image/effect/heart/heart-normal-200.gif");
          margin-left: -2.5rem; }
      .effect .intro.effect-body .intro-box.body {
        top: 64%;
        left: 45%; }
        .effect .intro.effect-body .intro-box.body .image {
          height: 10%;
          width: 10%; }
      .effect .intro.effect-body .intro-box .text {
        position: absolute;
        font-size: 1.5rem;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0.25rem;
        padding: 1rem 2rem;
        right: calc(100% + 1.5rem);
        white-space: nowrap;
        pointer-events: auto; }
        .effect .intro.effect-body .intro-box .text:before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: 100%;
          top: calc(50% - 0.75rem);
          border-top: 0.75rem solid transparent;
          border-left: 1rem solid rgba(0, 0, 0, 0.5);
          border-bottom: 0.75rem solid transparent; }
      .effect .intro.effect-body .intro-box .image {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        pointer-events: auto; }
  .effect .info-box-mobile {
    height: 30%;
    width: 100%;
    position: fixed;
    z-index: 50;
    bottom: -30%;
    left: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.9); }
    .effect .info-box-mobile.visible {
      bottom: 0; }
    .effect .info-box-mobile .info-box-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0.75rem 1.25rem; }
      .effect .info-box-mobile .info-box-bar .info-header {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .effect .info-box-mobile .info-box-bar .info-header > * {
          margin-right: 0.75rem; }
        .effect .info-box-mobile .info-box-bar .info-header > span.icon {
          display: block;
          width: 2.5rem;
          height: 2.5rem;
          background-size: 100% 100%; }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-1 {
            background-image: url("../image/effect/body/icon-comb.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-2 {
            background-image: url("../image/effect/body/icon-eye.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-3 {
            background-image: url("../image/effect/body/icon-tooth.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-4 {
            background-image: url("../image/effect/body/icon-bone.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-5 {
            background-image: url("../image/effect/body/icon-temp.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-6 {
            background-image: url("../image/effect/body/icon-heart.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-7 {
            background-image: url("../image/effect/body/icon-bug.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-8 {
            background-image: url("../image/effect/body/icon-band.png"); }
          .effect .info-box-mobile .info-box-bar .info-header > span.icon.icon-9 {
            background-image: url("../image/effect/body/icon-hand.png"); }
        .effect .info-box-mobile .info-box-bar .info-header > .btn-voice {
          padding: 0;
          height: 2.5rem;
          width: 2.5rem;
          font-size: 1.25rem; }
          .effect .info-box-mobile .info-box-bar .info-header > .btn-voice:focus {
            box-shadow: none; }
          .effect .info-box-mobile .info-box-bar .info-header > .btn-voice > i:nth-child(1) {
            display: block; }
          .effect .info-box-mobile .info-box-bar .info-header > .btn-voice > i:nth-child(2) {
            display: none; }
          .effect .info-box-mobile .info-box-bar .info-header > .btn-voice.toggle > i:nth-child(1) {
            display: none; }
          .effect .info-box-mobile .info-box-bar .info-header > .btn-voice.toggle > i:nth-child(2) {
            display: block; }
      .effect .info-box-mobile .info-box-bar .close {
        text-shadow: none;
        color: #eeeeee; }
        .effect .info-box-mobile .info-box-bar .close:hover {
          color: white; }
    .effect .info-box-mobile .info-content {
      height: 100%;
      overflow-y: auto;
      margin: 0 2rem;
      font-size: 1.25rem; 
	  padding-bottom: 8rem;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .5);
}

@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: sclae(1); } }

.effect .effect-body {
  height: 100vh;
  width: 100vh;
  position: absolute;
  left: calc(75% - 50vh);
  top: -5rem;
  opacity: 1;
  flex: 1; }
  .effect .effect-body .body-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s linear; }
    .effect .effect-body .body-img.body-0 {
      background-image: url("../image/effect/body/body-normal.png"); }
    .effect .effect-body .body-img.body-1 {
      background-image: url("../image/effect/body/body-nohair.png"); }
    .effect .effect-body .body-img.body-2 {
      background-image: url("../image/effect/body/body-eye.png"); }
    .effect .effect-body .body-img.body-3 {
      background-image: url("../image/effect/body/body-tooth.png"); }
    .effect .effect-body .body-img.body-4 {
      background-image: url("../image/effect/body/body-thin.png"); }
    .effect .effect-body .body-img.body-5 {
      background-image: url("../image/effect/body/body-heat.png"); }
    .effect .effect-body .body-img.body-6 {
      background-image: url("../image/effect/body/body-heartbeat.png"); }
    .effect .effect-body .body-img.body-7 {
      background-image: url("../image/effect/body/body-bugs.png"); }
    .effect .effect-body .body-img.body-8 {
      background-image: url("../image/effect/body/body-skin.png"); }
    .effect .effect-body .body-img.body-9 {
      background-image: url("../image/effect/body/body-handshake.png"); }
    .effect .effect-body .body-img[class^="body"].visible {
      opacity: 1;
      transition: opacity 0.3s linear; }
  .effect .effect-body .btn-icon {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: none;
    background-size: 100%;
    animation: 0.5s linear both show;
    transition: all 0.15s linear;
    cursor: pointer; }
    .effect .effect-body .btn-icon:hover {
      transform: scale(1.2);
      box-shadow: 0 0 10px white;
      transition: all 0.15s linear; }
    .effect .effect-body .btn-icon.icon-1 {
      background-image: url("../image/effect/body/icon-comb-c.png");
      top: 15%;
      left: 50%;
      animation-delay: 0s; }
    .effect .effect-body .btn-icon.icon-2 {
      background-image: url("../image/effect/body/icon-eye-c.png");
      top: 23%;
      left: 41%;
      animation-delay: 0.125s; }
    .effect .effect-body .btn-icon.icon-3 {
      background-image: url("../image/effect/body/icon-tooth-c.png");
      top: 30%;
      left: 44%;
      animation-delay: 0.25s; }
    .effect .effect-body .btn-icon.icon-4 {
      background-image: url("../image/effect/body/icon-bone-c.png");
      top: 40%;
      left: 60%;
      animation-delay: 0.375; }
    .effect .effect-body .btn-icon.icon-5 {
      background-image: url("../image/effect/body/icon-temp-c.png");
      top: 45%;
      left: 40%;
      animation-delay: 0.5s; }
    .effect .effect-body .btn-icon.icon-6 {
      background-image: url("../image/effect/body/icon-heart-c.png");
      top: 50%;
      left: 53%;
      animation-delay: 0.625s; }
    .effect .effect-body .btn-icon.icon-7 {
      background-image: url("../image/effect/body/icon-bug-c.png");
      top: 60%;
      left: 42%;
      animation-delay: 0.75s; }
    .effect .effect-body .btn-icon.icon-8 {
      background-image: url("../image/effect/body/icon-band-c.png");
      top: 65%;
      left: 67%;
      animation-delay: 0.875s; }
    .effect .effect-body .btn-icon.icon-9 {
      background-image: url("../image/effect/body/icon-hand-c.png");
      top: 71%;
      left: 29%;
      animation-delay: 1s; }

.effect .info-box {
  width: 24rem;
  top: 4rem; }
  .effect .info-box .info-title {
    letter-spacing: 0.20rem; }
    .effect .info-box .info-title .ice {
      color: #00ffff;
      font-size: 1.5em; }
  .effect .info-box .info-subtitle {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none; }
    .effect .info-box .info-subtitle.visible {
      opacity: 1; }
  .effect .info-box .info {
    width: 100%;
    transition: all 0.5s ease;
    opacity: 0; }
    .effect .info-box .info.visible {
      opacity: 1; }
    .effect .info-box .info .info-header {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 0.5rem; }
      .effect .info-box .info .info-header > * {
        margin-right: 0.75rem; }
      .effect .info-box .info .info-header > span.icon {
        width: 2.5rem;
        height: 2.5rem;
        background: none;
        background-size: 100%;
        display: block; }
        .effect .info-box .info .info-header > span.icon.icon-1 {
          background-image: url("../image/effect/body/icon-comb.png"); }
        .effect .info-box .info .info-header > span.icon.icon-2 {
          background-image: url("../image/effect/body/icon-eye.png"); }
        .effect .info-box .info .info-header > span.icon.icon-3 {
          background-image: url("../image/effect/body/icon-tooth.png"); }
        .effect .info-box .info .info-header > span.icon.icon-4 {
          background-image: url("../image/effect/body/icon-bone.png"); }
        .effect .info-box .info .info-header > span.icon.icon-5 {
          background-image: url("../image/effect/body/icon-temp.png"); }
        .effect .info-box .info .info-header > span.icon.icon-6 {
          background-image: url("../image/effect/body/icon-heart.png"); }
        .effect .info-box .info .info-header > span.icon.icon-7 {
          background-image: url("../image/effect/body/icon-bug.png"); }
        .effect .info-box .info .info-header > span.icon.icon-8 {
          background-image: url("../image/effect/body/icon-band.png"); }
        .effect .info-box .info .info-header > span.icon.icon-9 {
          background-image: url("../image/effect/body/icon-hand.png"); }
      .effect .info-box .info .info-header > .btn-voice {
        padding: 0;
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.25rem; }
        .effect .info-box .info .info-header > .btn-voice:focus {
          box-shadow: none; }
        .effect .info-box .info .info-header > .btn-voice > i:nth-child(1) {
          display: block; }
        .effect .info-box .info .info-header > .btn-voice > i:nth-child(2) {
          display: none; }
        .effect .info-box .info .info-header > .btn-voice.toggle > i:nth-child(1) {
          display: none; }
        .effect .info-box .info .info-header > .btn-voice.toggle > i:nth-child(2) {
          display: block; }
    .effect .info-box .info .info-content {
      color: white;
      font-size: 1.2em;
      padding-left: 1.25rem;
      margin-left: 1.25rem;
      border-left: 0.125rem solid white; }

@media screen and (max-width: 768px) {
  .effect .effect-body {
    margin-top: -5rem;
    top: 0;
    left: calc(52% - 50vh); } }

.effect.heart .heart-box-wrapper {
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 100%; }
  .effect.heart .heart-box-wrapper .heart-anime {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .effect.heart .heart-box-wrapper .heart-anime.normal {
      background-image: url("../image/effect/heart/heart-normal-500.gif"); }
    .effect.heart .heart-box-wrapper .heart-anime.fast {
      background-image: url("../image/effect/heart/heart-fast-500.gif"); }
    .effect.heart .heart-box-wrapper .heart-anime.abnormal {
      background-image: url("../image/effect/heart/heart-abnormal-500.gif"); }
    .effect.heart .heart-box-wrapper .heart-anime.failure {
      background-image: url("../image/effect/heart/heart-failure-500.gif"); }

.effect.heart .selector {
  margin-top: 6rem;
  border-radius: 6rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.5); }
  .effect.heart .selector > label {
    display: inline-block;
    cursor: pointer;
    height: 3rem;
    padding: 3rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .effect.heart .selector > label.icon-1 {
      background-image: url("../image/effect/heart/icon-heart-normal.png"); }
      .effect.heart .selector > label.icon-1:after {
        content: attr(data-h1);
        color: white;
        position: absolute;
        top: 6.5rem;
        left: 0;
        text-align: center;
        width: 100%; }
    .effect.heart .selector > label.icon-2 {
      background-image: url("../image/effect/heart/icon-heart-fast.png"); }
      .effect.heart .selector > label.icon-2:after {
        content: attr(data-h2);
        color: white;
        position: absolute;
        top: 6.5rem;
        left: 0;
        text-align: center;
        width: 100%; }
    .effect.heart .selector > label.icon-3 {
      background-image: url("../image/effect/heart/icon-heart-abnormal.png"); }
      .effect.heart .selector > label.icon-3:after {
        content: attr(data-h3);
        color: white;
        position: absolute;
        top: 6.5rem;
        left: 0;
        text-align: center;
        width: 100%; }
    .effect.heart .selector > label.icon-4 {
      background-image: url("../image/effect/heart/icon-heart-failure.png"); }
      .effect.heart .selector > label.icon-4:after {
        content: attr(data-h4);
        color: white;
        position: absolute;
        top: 6.5rem;
        left: 0;
        text-align: center;
        width: 100%; }
  .effect.heart .selector .toggler {
    border-radius: 6rem;
    background-color: rgba(255, 255, 255, 0.5); }

.effect.heart .toggler-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 2.5rem; }

@media screen and (max-width: 992px) {
  .effect.heart .info-box {
    top: 0; }
    .effect.heart .info-box .info-content {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
  .effect.heart .heart-box-wrapper {
    margin-top: 2rem;
    padding-bottom: calc(100vh - 34rem); } }

@media screen and (max-width: 768px) {
  .effect.heart .info-box .info-content {
    font-size: 1em; } }

body.bind {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../image/body-bg-top.png"), url("../image/body-bg-bottom.jpg"); }

.brain .effect-brain {
  background-image: url("../image/effect/brain/head-brain.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100vh;
  height: 100vh;
  bottom: -20%;
  left: calc(50% - 53vh); }

@keyframes flashlight {
  0% {
    background: radial-gradient(9rem 6rem, #f74507 20%, transparent 60%);
    opacity: 0; }
  50% {
    background: radial-gradient(9rem 6rem, #f74507 20%, transparent 60%);
    opacity: 1; }
  100% {
    background: radial-gradient(9rem 6rem, #f74507 20%, transparent 60%);
    opacity: 0; } }

.brain .flashlight {
  position: absolute;
  height: 12rem;
  width: 12rem;
  animation: flashlight 1s infinite;
  display: none; }
  .brain .flashlight.visible {
    display: block; }

.brain .brain-label-group {
  width: 100%;
  height: 100%; }
  .brain .brain-label-group .brain-label {
    position: absolute;
    font-size: 0.9rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 0.125rem 0.125rem 0.5rem black; }

.brain .info-box-float {
  position: absolute;
  width: 26rem;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 4rem white;
  border-radius: 0.25rem; }
  .brain .info-box-float.visible {
    display: block;
    transition: all .25s ease; }
  .brain .info-box-float .info-box-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.75rem 1rem 0.5rem; }
    .brain .info-box-float .info-box-bar .info-header {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .brain .info-box-float .info-box-bar .info-header > * {
        margin-right: 0.75rem; }
      .brain .info-box-float .info-box-bar .info-header > .btn-voice {
        padding: 0;
        height: 2rem;
        width: 2rem;
        font-size: 1rem; }
        .brain .info-box-float .info-box-bar .info-header > .btn-voice:focus {
          box-shadow: none; }
        .brain .info-box-float .info-box-bar .info-header > .btn-voice > i:nth-child(1) {
          display: block; }
        .brain .info-box-float .info-box-bar .info-header > .btn-voice > i:nth-child(2) {
          display: none; }
        .brain .info-box-float .info-box-bar .info-header > .btn-voice.toggle > i:nth-child(1) {
          display: none; }
        .brain .info-box-float .info-box-bar .info-header > .btn-voice.toggle > i:nth-child(2) {
          display: block; }
    .brain .info-box-float .info-box-bar .close {
      text-shadow: none;
      color: #eeeeee; }
      .brain .info-box-float .info-box-bar .close:hover {
        color: white; }
  .brain .info-box-float .info-content {
    height: 100%;
    overflow-y: auto;
    margin: 0 1rem 1rem; }

@media screen and (max-width: 768px) {
  .brain .effect-brain {
    width: 90vh;
    height: 90vh;
    left: calc(50% - 50vh);
    bottom: -8%; }
  .brain .info-box-float.visible {
    display: none; } }

@media screen and (max-width: 576px) {
  .brain .effect-brain {
    width: 85vh;
    height: 85vh;
    left: calc(50% - 46vh);
    bottom: -5%; } }

/*# sourceMappingURL=effect.css.map */
