/* window */
.window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0%;
}

.window .box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.window button.win_cls_btn {
  float: right;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0px;
  font-size: 18px;
  color: #fff;
}

.window button.win_cls_btn a {
  color: #fff;
  text-decoration: none;
}

.window button.win_cls_btn:hover a {
  text-decoration: underline;
}

.window .yt_player {
  height: calc(80vw * (9 / 16));
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* protect */
body .img-prot {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
      touch-action: none;
}

body div.protect-alert {
  background-color: rgba(255, 32, 32, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  height: 100%;
  width: 100%;
  z-index: 2147483647;
}

body div.protect-alert .alert_msg_window {
  position: absolute;
  text-align: center;
  margin: auto;
  padding: 10px 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100px;
  max-height: 300px;
  background-color: #ff2a2a;
  border: 0px inset #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
  color: #fff;
}

body .site-contents .grid {
  width: 100%;
  text-align: right;
}

body .site-contents .grid .cont_box {
  width: calc(100% - 450px);
  text-align: left;
  margin-left: auto;
  margin-right: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

.br {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */