@charset "UTF-8";

.ind #mv li .mv_text_ind {
    background: none!important;
}
.mv_original img {
    width: 100%;
}
#notice_section + div {
  position: relative;
}
#notice_section + div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 0;
}
#notice_section + div .content_wrapper {
  position: relative;
  z-index: 1;
}