@charset "utf-8";
.ic_time:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_time.svg) no-repeat center / 8.3rem;
}

.ic_barrier01:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_barrier01.svg) no-repeat center / 5rem;
}

.ic_barrier02:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_barrier02.svg) no-repeat center / 5rem;
}

.ic_barrier03:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_barrier03.svg) no-repeat center / 5rem;
}

.ic_closed:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_closed.svg) no-repeat center / 8.3rem;
}

.ic_fee:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_fee.svg) no-repeat center / 8.3rem;
}

.ic_day:after {
  content: '';
  position: absolute;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  background: url(../img/contents/ic_day.svg) no-repeat center / 8.3rem;
}

.information .info_box {
  display: flex;
  gap: 1.3rem;
}

.information .info_box>dl {
  position: relative;
  flex: 1 1 auto;
  border: 0.3rem solid #eee;
  border-radius: 0.7rem;
}

.information .info_box>dl dt {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.information .info_box>dl dd span {
  font-size: 1.5rem;
}

.information .info_box.info01>dl {
  flex-basis: 50%;
  padding: 3.5rem 7rem 3.5rem 20%;
}

.information .info_box.info01>dl:after {
  left: 14%;
  top: calc(50% - 4.2rem);
  background-color: #2E5B46;
}

.information .info_box.info02>dl {
  flex-basis: 33.3%;
  text-align: center;
  padding: 14.3rem 0 3rem 0;
}

.information .info_box.info02>dl:after {
  left: 0;
  right: 0;
  top: 3.5rem;
  margin: auto;
  background-color: #923838;
}

.information .exclamation li {
  padding-top: 0.5rem;
  padding-left: 5rem;
  background: url(../img/contents/ic_exclamation.png) no-repeat 0.5rem top / 2.8rem;
}

.information .plus li {
  padding-top: 0.5rem;
  padding-left: 5rem;
  background: url(../img/contents/ic_plus.png) no-repeat 0.5rem top / 2.7rem;
}

.noapply {
  margin-top: 2rem;
  padding: 2rem 2rem 1.5rem;
  border: 1px solid #BD2323;
  border-radius: 0.3rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.noapply .alert {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.2rem;
  color: #BD2323;
  font-weight: 700;
}

.noapply .alert::before {
  flex: 0 0 auto;
  content: '';
  margin-top: -0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/contents/ic_alert.png) no-repeat 0 0 / 100%;
}

.guide_reserve {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

.guide_reserve>li {
  text-align: center;
  margin-top: 1%;
  width: 32.3%;
  border: 1px solid #ddd;
  border-radius: 0.7rem
}

.reserve_h4 {
  margin-top: 0;
  background: url(../img/contents/ic_reserve_bg.png) no-repeat 38% -1.2rem;
}

.guide_reserve>li a {
  display: block;
  padding: 10% 2%;
  background: url(../img/contents/ic_reserve_bg.png) no-repeat 38% 10%;
}

.reserve_h4.moon,
.guide_reserve>li.moon a {
  background-image: url(../img/contents/ic_reserve_moon.png);
}

.reserve_h4.play,
.guide_reserve>li.play a {
  background-image: url(../img/contents/ic_reserve_play.png);
}

.reserve_h4.uniform,
.guide_reserve>li.uniform a {
  background-image: url(../img/contents/ic_reserve_uniform.png);
}

.reserve_h4.rental,
.guide_reserve>li.rental a {
  background-image: url(../img/contents/ic_reserve_rental.png);
}

.reserve_h4.match,
.guide_reserve>li.match a {
  background-image: url(../img/contents/ic_reserve_match.png);;
  background-position-y: 25%;
}

.reserve_h4.match {
  background-position-y: 0;
}

.reserve_h4:before,
.guide_reserve>li a:before {
  display: block;
  content: '';
  margin: 0 auto 2rem;
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.reserve_h4:before {
  margin-bottom: 3rem;
}

.reserve_tit01:before {
  background-image: url(../img/contents/ic_reserve01.png);
}

.reserve_tit02:before {
  background-image: url(../img/contents/ic_reserve02.png);
}

.reserve_tit03:before {
  background-image: url(../img/contents/ic_reserve03.png);
}

.reserve_tit04:before {
  background-image: url(../img/contents/ic_reserve04.png);
}

.reserve_tit05:before {
  background-image: url(../img/contents/ic_reserve05.png);
}

.reserve_tit06:before {
  background-image: url(../img/contents/ic_reserve06.png);
}

.guide_reserve>li .place {
  display: block;
}

.guide_reserve>li .tit {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.guide_reserve>li .place+.tit {
  margin-top: 0.2rem;
}

.reserve_h4 {
  text-align: center;
}

.reserve_tab>ul {
  display: flex;
  gap: .6%;
}

.reserve_tab>ul>li {
  flex-grow: 1;
  text-align: center;
  width: 16%;
  max-width: 25rem;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
}

.reserve_tab>ul>li a {
  display: block;
  padding: 1.5rem 2rem 1rem;
  height: 100%;
  word-break: keep-all;
}

.reserve_tab .select {
  color: #fff !important;
  background: #064B72;
}

.reserve_tab .select a {
  color: #fff;
}

.reserve_tab+.bl01 {
  margin-top: 4rem;
}

.map {
  margin-bottom: 2rem;
  height: 40rem;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  overflow: hidden;
}

h4+.map {
  margin-top: 3rem;
}

.map-btn {
  display: inline-block;
  padding: 0 1rem;
  height: 2.6rem;
  color: #444;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  border: 0.2rem solid #444;
  border-radius: 1.7rem;
  box-sizing: border-box;
}

.location .list_con {
  margin-top: 5rem;
}

.location .list_con dl {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 0.5rem 4rem 0 4rem;
}

.location .list_con dl dt {
  flex: 0 0 18rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
}

.location .list_con dl dt::before {
  content: '';
  width: 5.2rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5.2rem;
}

.location .list_con .subway dt::before {
  background-image: url(../img/contents/location_subway.png);
}

.location .list_con .bus dt::before {
  background-image: url(../img/contents/location_bus.png);
}

.location .list_con .car dt::before {
  background-image: url(../img/contents/location_car.png);
}

.barrier_free_box {
  text-align: center;
  padding: 3.2rem;
  border: 1px solid #A9958A;
  border-radius: 0.7rem;
  background: url(../img/contents/greeting_bg.png);
}

.barrier_free_box p {
  font-family: var(--lp-typo-font-type);
  word-break: keep-all;
}

.barrier_free_box .tit {
  font-size: 2.8rem;
}

.barrier_free_box .txt {
  position: relative;
  padding-top: 2rem;
  margin-top: 1rem;
  font-size: 1.8rem;
}

.barrier_free_box .txt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #333;
  box-shadow: -1rem 0 #333, 1rem 0 #333;
}

.permanent {
  word-break: keep-all;
}

.permanent .justify {
  text-align: justify;
}

.permanent_water {
  text-align: center;
  margin: 0 auto 2rem;
  padding: 5.5rem 10% 4rem;
  max-width: 1000px;
  background: url(../img/contents/greeting_bg.png) center center;
  border-radius: 0.7rem;
}

.permanent_water p.txt {
  text-align: right;
  margin: 0.5rem auto 0;
  max-width: 55.5rem;
  font-size: 1.5rem;
}

.permanent_moon p.img {
  text-align: center;
  margin-bottom: 0.5rem;
}

.permanent_moon p.img img {
  margin-bottom: 0.5rem;
  line-height: 0;
  border-radius: 0.7rem;
}

.permanent_hall {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  -ms-grid-column-align: stretch;
  margin-top: 6rem;
}

.permanent_hall+.bl01 {
  margin-top: 6rem;
}

.permanent_hall>div {
  position: relative;
  margin-bottom: 1.2rem;
  margin-left: 1.2rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.permanent_hall>div.txt {
  display: flex;
  align-items: center;
  word-break: keep-all;
}

.permanent_hall>div.photo {
  position: relative;
  font-size: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}

.permanent_hall>div.photo p.img {
  width: 100%;
  height: 100%;
  font-size: 0;
}

.permanent_hall>div.photo p.img img {
  width: 100%;
  height: 100%;
}

.permanent_hall>div.photo p.name {
  opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  transition: all ease .5s;
}

.permanent_hall>div.photo:hover p.name {
  opacity: 1;
}

.experience_tab {
  display: flex;
}

.experience_tab li {
  flex: 1 1 calc(100% / 6);
  text-align: center;
  border: 1px solid #ccc;
  border-right-width: 0;
}

.experience_tab li:nth-last-child(1) {
  border-right-width: 1px;
}

.experience_tab li:hover,
.experience_tab li.select {
  border-color: #923838;
  background-color: #923838;
}

.experience_tab li a {
  position: relative;
  display: block;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
  height: 100%;
  background: url(../img/sub/ic_stab.png) no-repeat center 2rem / 3.8rem;
  transition: none;
}

.experience_tab li:first-child {
  border-left: 1px solid #ccc;
}

.experience_tab li:hover a,
.experience_tab li.select a {
  color: #fff;
  font-weight: bold;
  background-image: url(../img/sub/ic_stab_on.png);
  background-position: center 1.5rem;
  text-decoration: none;
}

.experience_tab li a span {
  position: absolute;
  display: flex;
  left: 50%;
  top: 1.4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 0.3rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
  font-size: .95em;
  background: #923838;
  border-radius: 2rem;
}

.experience_tab li.select a span,
.experience_tab li:hover a span {
  background: #FEE101;
  color: #923838
}

.experience .box {
  display: none;
  margin-top: 4rem;
}

.experience .box.select {
  display: block;
}

.experience .box .num {
  display: flex;
  font-weight: bold;
  font-size: 2.3rem;
}

.experience .box .num span {
  display: inline-block;
  text-align: center;
  width: 3.3rem;
  height: 3.3rem;
  margin-top: -0.3rem;
  margin-right: 1rem;
  padding-top: 0.6rem;
  border-radius: 100%;
  color: #fff;
  font-family: var(--lp-typo-font-type);
  font-size: 1.7rem;
  font-weight: normal;
  background-color: #923838;
}

.experience .conBox {
  text-align: center;
}

.experience .conBox .tit {
  margin-top: 6rem;
  font-family: var(--lp-typo-font-type);
  font-size: 2.8rem;
}

.experience .conBox .txt {
  margin-top: 2rem;
}

.experience .conBox .img {
  margin-top: 4.5rem;
}

.experience .conBox ul.img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.experience .conBox .img li {
  flex: 1 1 auto;
  position: relative;
  display: inline-block;
  width: calc(50% - 0.5rem);
}

.experience .conBox .img img {
  width: 100%;
  max-width: 97.7rem;
  height: 100%;
}

.experience .conBox .img li span {
  position: absolute;
  right: 0.7rem;
  bottom: .7rem;
  display: inline-block;
  padding: 0.4rem 1rem 0 1rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(0, 0, 0, .8);
}

.experience .conBox .box_con {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.experience .conBox .box_con li {
  flex: 0 0 auto;
  padding: 3.5rem 2.5rem;
  border-radius: 0.5rem;
  background-color: #eee;
}

.experience .conBox .box_con02 {
  display: flex;
  align-items: stretch;
  gap: 5%;
  margin-top: 2.5rem;
}

.experience .conBox .box_con02 dt {
  display: flex;
  align-items: center;
  padding: 2rem;
  font-size: 0.18rem;
  border-radius: 0.5rem;
  background-color: #eee;
}

.experience .conBox .box_con02 dd {
  flex: 1 1 auto;
}

.experience .conBox .box_con02 ul {
  display: flex;
}

.experience .conBox .box_con02 ul li {
  padding: 2rem 0;
}

.experience .conBox .box_con02 ul img {
  display: block;
}

.experience .map_con {
  position: relative;
  margin-bottom: 1.5rem;
  border: 0.3rem solid #EEEEEE;
  border-radius: 0.7rem;
  background: #F7F6F4;
}

.experience .map_con dl {
  position: absolute;
  left: 3rem;
  top: 3rem;
}

.experience .map_con dl dt {
  font-family: var(--lp-typo-font-type);
  font-size: 3rem;
  line-height: 0;
}

.experience .map_con dl dt img {
  max-width: 33rem;
}

.experience .map_con dl dd {
  margin-top: 1rem;
  margin-left: 4.5rem;
  font-size: 2rem;
}

.experience .map_con .img {
  padding: 7rem 0 0 18.5rem;
}

.experience .map_con ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 5.5rem 1rem;
}

.experience .map_con ul li {
  position: relative;
  border-radius: 6rem;
  background: #fff;
}

.experience .map_con ul li a {
  display: block;
  padding: 0.5rem 2rem 0.5rem 4rem;
}

.experience .map_con ul li span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-align: center;
  width: 3.3rem;
  height: 3.3rem;
  padding-top: 0.6rem;
  border-radius: 100%;
  color: #fff;
  font-family: var(--lp-typo-font-type);
  font-size: 1.7rem;
  font-weight: normal;
  background-color: #923838;
}

.experience .map_con #playMap area {
  display: block;
  cursor: pointer
}

.experience #con02 .conBox .img li:first-child {
  width: 100%;
}

.schedule .img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 2%;
  margin-top: 2rem;
}

.schedule .img_list li {
  flex: 1 1 30%;
}

.schedule .img_list li.unable {
  position: relative;
}

.schedule .img_list li.unable::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  content: "수도국산달동네박물관\000a 체험 리뉴얼 중";
  white-space: pre-wrap;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background: rgba(233, 233, 233, .8);
}

.schedule .img_list .img {
  display: inline-block;
  position: relative;
  border-radius: 0.5rem;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.schedule .img_list .img img {
  width: 100%;
}

.schedule .img_list .tit {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 15px;
  padding: 0.8rem 0.5rem 0.4rem 0.5rem;
  font-weight: bold;
  border-radius: 0.3rem;
  background-color: #F0F0F0;
}

.schedule .img_list .txt {
  margin-bottom: 1rem;
  word-break: keep-all
}

.schedule .img_list .bl04>li {
  color: #666;
  margin-bottom: 0;
  font-size: .95em;
}

.schedule .img_list+.img_list {
  margin-top: 3rem;
}

.schedule .img_list02 {
  margin-top: max(2rem, 5%)
}

.schedule .img_list02>li {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 3.1rem;
  margin-bottom: 3rem;
  border-bottom: 1px dashed #ccc;
}

.schedule .img_list02 .img {
  position: relative;
  border-radius: 0.5rem;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  max-width: 23rem;
}

.schedule .img_list02 .img img {
  width: 100%;
}

.schedule .img_list02 .tit {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.schedule .img_list02 .txt {
  margin-bottom: 2rem;
  color: #666;
}

.schedule .img_list02 .bl04 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.schedule .img_list02 .bl04>li {
  flex: 1 1 49%;
  color: #666;
}

.schedule_txt {
  margin-top: 4rem;
  color: #666;
}

.schedule span.place {
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  text-align: center;
  padding: 0.8rem 0.7rem 0.3rem;
  background: #333;
  color: #fff;
  font-size: .9rem;
  min-width: 7rem;
  line-height: 1;
  border-radius: 0.2rem;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, .3)
}

.schedule span.place1 {
  background: #2E5B46;
  padding-bottom: 0.4rem;
}

.schedule span.place2 {
  background: #923838;
  padding-top: 0.9rem;
}

.greeting {
  display: flex;
  border: 1px solid #EFE7DB;
  border-radius: 0.7rem;
  background: #FFFCF8;
}

.greeting .tit {
  flex: 0 0 auto;
  text-align: center;
  padding: 0.5rem;
  width: 48rem;
  border: 1px solid #A9958A;
  border-radius: 0.7rem;
  background: url(../img/contents/greeting_bg.png);
}

.greeting .tit>div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7rem;
  width: 100%;
  height: 100%;
  border: 1px solid #A9958A;
  border-radius: 0.5rem;
}

.greeting .tit>div:after,
.greeting .tit>div:before {
  content: '';
  position: absolute;
  top: 4rem;
  margin: auto;
  width: 16rem;
  height: 3.5rem;
  background: url(../img/contents/greeting_deco.svg) no-repeat 0 0 / 100%;
}

.greeting .tit>div:before {
  top: calc(100% - 7.5rem);
  transform: rotate(180deg);
}

.greeting .tit .logo {
  width: 20rem;
}

.greeting .tit .txt {
  position: relative;
  padding-top: 4.6rem;
  margin-top: 4.6rem;
  font-family: var(--lp-typo-font-type);
  font-size: 1.8rem;
  word-break: keep-all;
}

.greeting .tit .txt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #333;
  box-shadow: -1rem 0 #333, 1rem 0 #333;
}

.greeting .con {
  flex: 1 1 auto;
  padding: 5%;
}


.greeting .con .stxt {
  text-align: right;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.greeting .con .photo {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}

.greeting .con .txt {
  margin-top: 2.5rem;
  word-break: keep-all;
  text-align: justify;
}

.greeting .con .name {
  text-align: right;
  margin-top: 5rem;
  font-weight: 700;
}

/***************************************************************************************************************************/


@media all and (min-width:901px){
	.permanent_hall>div.txt {
    margin-bottom: 4rem;
    grid-row: 1;
    grid-column: span 4;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  .permanent_hall>div.caption {
    padding-top: 0.4rem;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    height: fit-content;
  }

  .permanent_hall:nth-of-type(1)>div.caption {
    grid-row: 4;
    grid-column: 1 / -1;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }

  .permanent_hall:nth-of-type(2)>div.caption {
    grid-row: 8;
    grid-column: 1 / -1;
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 16;
  }

  .permanent_hall:nth-of-type(3)>div.caption {
    grid-row: 3;
    grid-column: 1 / -1;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .permanent_hall:nth-of-type(4)>div.caption {
    grid-row: 2;
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width:900px){
  .information .exclamation li,
  .information .plus li {
    background-position: 0.5rem 0.5rem;
  }

  .guide_reserve>li {
    width: 49%;
  }

  .guide_reserve>li a {
    background: none !important;
  }

	.reserve_h4 {
    margin: auto;
    background: none !important;
    padding-top: 0;
  }
  
  .reserve_h4:before {
    display: none;
  }

  .location .list_con dl,
  .location .list_con dl dt {
    flex-direction: column;
  }

  .location .list_con dl {
    padding: 2rem;
  }
  
  .location .list_con dl dt {
    flex: 1 1 auto;
    gap: 1rem;
    text-align: center;
  }

  .information .info_box {
    flex-direction: column;
  }
  
	.permanent br {
    display: none;
  }
  
  .permanent_hall {
    gap: 0.5rem;
    grid-template-rows: auto;
    -ms-grid-rows: max-content 10rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  
  .permanent_hall>div {
    text-align: left !important;
  }
  
  .permanent_hall>div.txt {
    grid-column: span 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    padding-top: 1.5rem;
  }
  
  .permanent_hall>div.txt:first-child {
    margin-top: 0;
  }
  
  .permanent_hall>div.photo {
    height: 10rem;
    margin-bottom: 1rem;
  }
  
  .permanent_hall>div.photo p.name {
    font-size: 1.2rem;
    padding: 0.5rem;
    word-break: keep-all;
    word-wrap: break-word
  }
  
  .permanent_hall div.spot01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  
  .permanent_hall div.spot02 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  
  .permanent_hall div.spot03 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  
  .permanent_hall div.spot04 {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  
  .permanent_hall div.spot05 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  
  .permanent_hall div.spot06 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  
  .permanent_hall div.spot07 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  
  .experience_tab {
    flex-wrap: wrap;
  }

  .experience_tab li:nth-child(-n+3) {
    border-bottom: none;
  }
  
  .experience_tab li:nth-child(3) {
    border-right: 1px solid #ccc;
  }
  
  .experience_tab li {
    flex-basis: 33.3%;
    word-break: keep-all
  }
  
  .experience_tab li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
    background: none !important;
  }
  
  .experience_tab li:nth-child(1) a {
    justify-content: center;
  }
  
  .experience_tab li a span {
    position: static;
  }
  
  .experience .map_con {
    padding: 2rem;
  }
  
  .experience .map_con dl {
    position: static;
    text-align: center;
  }
  
  .experience .map_con dl dd {
    margin-top: 1.5rem;
  }
  
  .experience .map_con dl br {
    display: none;
  }
  
  .experience .map_con .img {
    padding: 1rem;
  }
  
  .experience .map_con ul {
    justify-content: flex-start;
    gap: 0.5rem 2%;
    padding: 2rem 0;
  }
  
  .experience .map_con ul li {
    flex-basis: 45%
  }
  
  .experience .map_con ul li a {
    padding: 0.5rem 1rem 0px 3rem;
  }
  
  .experience .map_con ul li span {
    width: 2.5rem;
    height: 2.5rem
  }
  
  .experience .conBox br {
    display: none;
  }
  
  .experience .conBox {
    word-break: keep-all;
  }
    
  .experience .conBox .box_con {
    flex-wrap: wrap;
  }
  
  .experience .conBox .box_con li {
    padding: 1.5rem;
    word-break: keep-all;
  }

  .experience .conBox ul.img {
    flex-direction: column;
  }
  
  .experience .conBox ul.img li {
    width: 100%;
  }
  
  .experience #con01 .box_con li,
  .experience #con02 .box_con li {
    flex-basis: 100%
  }
  
  .experience #con02 .conBox .img li {
    flex-basis: calc(50% - 1rem);
  }
  
  .experience #con03 .conBox .img>li,
  .experience #con03 .conBox .img ul {
    flex-basis: 100%;
  }
  
  .experience #con03 .conBox .img ul>li {
    flex-basis: calc(50% - 0.5rem);
  }
  
  .experience .conBox .box_con02 ul {
    flex-wrap: wrap;
  }
  
  .experience .conBox .box_con02 ul li {
    flex-basis: 33.3%;
  }
  
  #playMap {
    display: none;
  }

	.schedule .para_line>div {
    padding-left: 3%;
  }
  
  .schedule .img_list {
    flex-wrap: wrap;
    gap: 2rem 2%;
  }
  
  .schedule .img_list>li {
    flex-basis: 100%;
  }
  
  .schedule .img_list02 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4%;
  }
  
  .schedule .img_list02>li {
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  
  .schedule .img_list02 .bl04>li {
    flex-basis: 50%;
  }
  
  .schedule .img_list .img {
    width: 100%;
  }
  .schedule .img_list02 .img {
    width: 100%;
    max-width: 100%;
  }

  .greeting {
    flex-direction: column;
  }

  .greeting .tit {
    width: 100%;
  }
  
  .greeting .tit>div {
    padding: 4rem;
  }

  .greeting .tit>div::after,
  .greeting .tit>div:before {
    display: none;
  }

  .greeting .tit .txt br {
    display: none;
  }
}