#heroHead.archivedHero #map * {
  pointer-events: none;
}
#heroHead.archivedHero #map * .on_hover {
  transform: none !important;
}
#heroHead #map .closedMsgWrapper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#heroHead .closedMsgWrapper {
  text-align: center;
}
#heroHead .closedMsgWrapper .msg {
  background-color: #f68c93;
  color: #fdfdfd;
  text-align: center;
  padding: 20px 30px;
  font-weight: bold;
  display: inline-block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #heroHead .closedMsgWrapper .msg {
    width: 80%;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#heroHead .closedMsgWrapper .duration {
  color: #fdfdfd;
  background-color: #150a5e;
  display: inline-block;
  font-weight: bold;
  padding: 10px 30px 12px;
  line-height: 1.3;
  margin-top: 15px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #heroHead .closedMsgWrapper .duration {
    font-size: 2rem;
  }
}

#about.archived {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  #about.archived {
    padding-top: 80px;
  }
}

#timeschedule.archived {
  background-color: #fffbe3;
}
#timeschedule .dayContainer {
  margin-bottom: 0px;
  margin-top: 30px;
}
#timeschedule .dayContainer.sun {
  margin-top: 0;
}
#timeschedule .dayContainer.sun .dayTitle {
  background-color: #eb0202;
}
#timeschedule .dayContainer .dayTitle {
  padding: 10px 15px;
  color: #fdfdfd;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  background-color: #2c98d1;
}
#timeschedule .archiveWrapper {
  margin-bottom: 30px;
}
#timeschedule .archiveWrapper .youtubeWrapper {
  margin-bottom: 10px;
}
#timeschedule .archiveWrapper .archiveTitle {
  text-align: center;
  font-weight: bold;
}
#timeschedule .archiveWrapper .archiveSubTitle {
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
#timeschedule .archiveWrapper .programBtnWrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 210px;
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#timeschedule .archiveWrapper .programBtnWrapper a {
  display: block;
  background-color: #150a5e;
  color: #fdfdfd;
  font-weight: 900;
  padding: 4px;
  margin: 3px 0;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}
#timeschedule .archiveWrapper .programBtnWrapper a.watchBtn, #timeschedule .archiveWrapper .programBtnWrapper a.dlBtn {
  pointer-events: none;
  opacity: 0.5;
  background-color: #adadad;
}
#timeschedule .archiveWrapper .programBtnWrapper a:hover {
  opacity: 0.7;
}
#timeschedule .archiveWrapper .programBtnWrapper .anno {
  color: #df0000;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#archiveExhibition {
  padding-top: 80px;
  padding-bottom: 30px;
}
#archiveExhibition .expoWrapper {
  display: block;
  border: 3px solid #1b1e24;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#archiveExhibition .expoWrapper .expoTitleWrapper {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  #archiveExhibition .expoWrapper .expoTitleWrapper {
    top: 44%;
  }
}
@media only screen and (min-width: 768px) {
  #archiveExhibition .expoWrapper .expoTitleWrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#archiveExhibition .expoWrapper .expoTitleWrapper .titleImg {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  #archiveExhibition .expoWrapper .expoTitleWrapper .titleImg {
    max-width: 240px;
  }
}
@media only screen and (min-width: 768px) {
  #archiveExhibition .expoWrapper .expoTitleWrapper .titleImg {
    max-width: 230px;
  }
}
@media only screen and (min-width: 992px) {
  #archiveExhibition .expoWrapper .expoTitleWrapper .titleImg {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1400px) {
  #archiveExhibition .expoWrapper .expoTitleWrapper .titleImg {
    max-width: 330px;
  }
}
#archiveExhibition .btnWrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 5px;
  z-index: 3;
  transform: translateY(0%) translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #archiveExhibition .btnWrapper {
    left: 50%;
    top: 50%;
    bottom: auto;
    display: inline-flex;
    flex-direction: column;
    transform: translateY(-40%) translateX(140px);
  }
}
@media only screen and (min-width: 992px) {
  #archiveExhibition .btnWrapper {
    transform: translateY(-40%) translateX(200px);
  }
}
#archiveExhibition .btnWrapper span {
  color: #150a5e;
  font-weight: bold;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  #archiveExhibition .btnWrapper span {
    padding-left: 0;
  }
}
#archiveExhibition .btnWrapper svg {
  width: 50px;
}
@media only screen and (min-width: 768px) {
  #archiveExhibition .btnWrapper svg {
    width: auto;
  }
}/*# sourceMappingURL=archive.css.map */