.child-activity {
  position: relative;
  width: 100%;
}
.child-activity .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem;
  background: #F6F9FC;
  border-radius: 2rem;
}
.child-activity .description .img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8rem;
  aspect-ratio: 1/1;
  margin-right: 4.5rem;
}
.child-activity .description .img-wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/certificate.png") center center/contain no-repeat;
}
.child-activity .description .txt-wrap {
  width: 100%;
  min-width: 0;
}
.child-activity .description .txt-wrap h2 {
  font: 500 2.4rem/1.5 "Godo";
  color: #444;
  margin-bottom: 1.2rem;
}
.child-activity .description .txt-wrap p {
  font-size: 1.9rem;
  font-weight: 400;
  color: #444;
}
.child-activity .info-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 5rem 0;
}
.child-activity .info-item-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 2.5rem 3rem;
}
.child-activity .info-item-wrap li .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  aspect-ratio: 1/1;
  background: #F6F9FC;
  border-radius: 40%;
  margin-right: 2rem;
}
.child-activity .info-item-wrap li .img-wrap img {
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}
.child-activity .info-item-wrap li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.child-activity .info-item-wrap li.content {
  width: 100%;
}
.child-activity .info-item-wrap li .txt-wrap {
  width: 100%;
  min-width: 0;
}
.child-activity .info-item-wrap li .txt-wrap h3 {
  font: 500 2.2rem/1 "Godo";
  color: #444;
  margin-bottom: 1.5rem;
}
.child-activity .info-item-wrap li .txt-wrap p {
  font-size: 1.9rem;
  font-weight: 400;
  color: #444;
  line-height: 1.4;
}
.child-activity .activity-slide {
  position: relative;
  overflow: visible;
  margin-bottom: 4rem;
}
.child-activity .activity-slide .swiper-container {
  position: static;
}
.child-activity .activity-slide .swiper-container ul {
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.child-activity .activity-slide .swiper-container ul li {
  width: 33.3333333333% !important;
  aspect-ratio: 1/0.75;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.child-activity .activity-slide .swiper-container ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.child-activity .activity-slide .swiper-container ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.child-activity .activity-slide .swiper-container .swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.child-activity .activity-slide .swiper-container .swiper-button-next {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.child-activity .activity-slide .swiper-container .swiper-pagination {
  bottom: -2rem !important;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.child-activity input, .child-activity textarea {
  width: 100%;
  height: auto;
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.child-activity input:focus, .child-activity textarea:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.child-activity input:active, .child-activity textarea:active {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.add-file-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 2rem);
  margin: 0 -1rem 2rem;
}
.add-file-area li {
  position: relative;
  width: 33.3333333333%;
  aspect-ratio: 1/0.6;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
}
.add-file-area li > label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 1rem;
  overflow: hidden;
}
.add-file-area li > label span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.7rem;
  font-weight: 4000;
  color: #aaa;
  white-space: nowrap;
}
.add-file-area li > label span::before {
  display: block;
  content: "";
  min-width: 2rem;
  width: 20%;
  aspect-ratio: 1/0.85;
  background: url("../img/add-file.svg") center center/contain no-repeat;
  margin: 0 auto 1rem;
  opacity: 0.6;
}
.add-file-area li img {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: -1;
  width: calc(100% - 2rem);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.add-file-area li img.noimg {
  display: none;
}
.add-file-area li input {
  display: none;
}
.add-file-area li:hover > label {
  background: none;
}
.add-file-area li:hover > label::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.add-file-area li .file_del {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 2;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.add-file-area li .file_del label {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  cursor: pointer;
  font-size: 1.8rem;
  text-align: center;
}
.add-file-area li .file_del:hover {
  background: #eee;
}

.btn_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_confirm a, .btn_confirm button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20rem;
  width: 100%;
  aspect-ratio: 1/0.3;
  border-radius: 3rem;
  margin: 0 1rem;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #fff;
}
#bo_v_top {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(calc(-100% - 2rem));
          transform: translateY(calc(-100% - 2rem));
}
#bo_v_top .bo_v_com {
  margin: 0 !important;
}

.location-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 8rem 0 0;
}
.location-item-wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  padding: 5rem 3rem;
}
.location-item-wrap > li .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  aspect-ratio: 1/1;
  background: #F6F9FC;
  border-radius: 40%;
  margin-right: 4rem;
}
.location-item-wrap > li .img-wrap img {
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-item-wrap > li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.location-item-wrap > li.content {
  width: 100%;
}
.location-item-wrap > li .txt-wrap {
  width: 100%;
  min-width: 0;
}
.location-item-wrap > li .txt-wrap h3 {
  font: 500 2.2rem/1 "Godo";
  color: #444;
  margin-bottom: 1.5rem;
}
.location-item-wrap > li .txt-wrap p {
  font-size: 1.9rem;
  font-weight: 400;
  color: #444;
  line-height: 1.4;
}
.location-item-wrap > li .txt-wrap ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.7rem;
  font-weight: 400;
  color: #444;
  line-height: 1.8;
}
.location-item-wrap > li .txt-wrap ul li::before {
  position: absolute;
  top: 1.25rem;
  left: 0;
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  background: #00A8BF;
  border-radius: 50%;
}
.location-item-wrap > li .txt-wrap ul li.notice {
  padding-left: 0;
  font-weight: 500;
  color: #00A8BF;
}
.location-item-wrap > li .txt-wrap ul li.notice::before {
  display: none;
}
.location-item-wrap > li .txt-wrap ul li strong {
  font-weight: 500;
  color: #333;
}
.location-item-wrap > li.bus .txt-wrap ul li {
  padding-left: 0;
}
.location-item-wrap > li.bus .txt-wrap ul li::before {
  display: none;
}
.location-item-wrap > li.bus .txt-wrap ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.location-item-wrap > li.bus .txt-wrap ul li strong {
  display: block;
  color: #009cb1;
}
.location-item-wrap > li.bus .txt-wrap ul li p {
  font-size: 1.7rem;
  font-weight: 400;
  color: #444;
}

#room_info .room-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 4rem 1.5rem;
  background: #F6F9FC;
  border-radius: 2rem;
}
#room_info .room-info-top li {
  width: 20%;
  height: 29rem;
  padding: 2rem 2.5rem;
}
#room_info .room-info-top li:not(:last-child) {
  border-right: 1px dashed #ddd;
}
#room_info .room-info-top li .img-wrap {
  position: relative;
  width: 8rem;
  aspect-ratio: 1/1;
  margin: 0 auto 2rem;
}
#room_info .room-info-top li .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 5rem;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
#room_info .room-info-top li .txt-wrap {
  text-align: center;
}
#room_info .room-info-top li .txt-wrap h3 {
  font-family: "Godo";
  font-size: 2rem;
  color: #333;
  margin-bottom: 1.5rem;
}
#room_info .room-info-top li .txt-wrap p {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.5;
  word-break: keep-all;
}
#room_info .room-info-top li .txt-wrap span {
  display: block;
  font-size: 1.6rem;
  color: #999;
  margin-top: 2rem;
}
#room_info .room-info-cont {
  margin: 8rem 0;
}
#room_info .room-info-cont h2 {
  font-family: "Godo";
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 2rem;
}
#room_info .room-info-cont.use ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 6rem 3rem 4rem;
  background: #f6f9fc;
  border-radius: 2rem;
}
#room_info .room-info-cont.use ul li {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 0 1.5rem;
}
#room_info .room-info-cont.use ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/2;
  background: url("../img/angle_right_grey.svg") center center/contain no-repeat;
  vertical-align: middle;
}
#room_info .room-info-cont.use ul li .img-wrap {
  position: relative;
  width: 8rem;
  aspect-ratio: 1/1;
  background: #00A8BF;
  border-radius: 40%;
  margin: 0 auto 1.5rem;
}
#room_info .room-info-cont.use ul li .img-wrap span {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 3rem;
  line-height: 3rem;
  aspect-ratio: 1/1;
  background: #045582;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
#room_info .room-info-cont.use ul li .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 4rem;
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#room_info .room-info-cont.use ul li p {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.4;
  text-align: center;
}
#room_info .room-info-cont.use2 ul li {
  width: 20%;
}
#room_info .room-info-cont.notice ul {
  width: 100%;
  padding: 3rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#room_info .room-info-cont.notice ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  color: #444;
  line-height: 1.8;
  word-break: keep-all;
}
#room_info .room-info-cont.notice ul li strong {
  font-weight: 500;
  color: #333;
}
#room_info .room-info-cont.notice ul li::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 0.6rem;
  aspect-ratio: 1/1;
  background: #00A8BF;
  border-radius: 50%;
}
#room_info .btn-wrap .btn {
  background: #00A8BF;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#room_info .btn-wrap .btn:hover {
  background: #009aae;
}
#room_info.room-info2 .btn-wrap .btn img {
  width: 2.8rem;
  aspect-ratio: 1/1;
}

.tbl-wrap ol {
  counter-reset: list-counter;
}
.tbl-wrap ol li {
  position: relative;
  padding-left: 2.25rem;
  counter-increment: list-counter;
  line-height: 1.7;
}
.tbl-wrap ol li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

.check-box.order-check .check-input-wrap .check-input-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.check-box.order-check .check-input-wrap .check-input-item h2 {
  width: 13rem;
  font-weight: 600;
}
.check-box.order-check .check-input-wrap .check-input-item .input-wrap {
  width: calc(50% - 13rem);
}
.check-box.order-check .check-input-wrap .check-input-item .input-wrap input {
  width: 100%;
  height: 4.5rem;
  padding: 0 1.5rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
}
.check-box.order-check .check-input-wrap .check-input-item .input-wrap span.help {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #777;
  margin-top: 0.75rem;
  line-height: 1.4;
  word-break: keep-all;
}

.room-info-cont {
  margin: 0rem 0 4rem;
}
.room-info-cont h2 {
  font-family: "Godo";
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 2rem;
}
.room-info-cont.order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 6rem 3rem 4rem;
  background: #f6f9fc;
  border-radius: 2rem;
}
.room-info-cont.order ul li {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 0 1.5rem;
}
.room-info-cont.order ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/2;
  background: url("../img/angle_right_grey.svg") center center/contain no-repeat;
  vertical-align: middle;
}
.room-info-cont.order ul li .img-wrap {
  position: relative;
  width: 8rem;
  aspect-ratio: 1/1;
  background: #00A8BF;
  border-radius: 40%;
  margin: 0 auto 1.5rem;
}
.room-info-cont.order ul li .img-wrap span {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 3rem;
  line-height: 3rem;
  aspect-ratio: 1/1;
  background: #045582;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.room-info-cont.order ul li .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 4rem;
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.room-info-cont.order ul li p {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.4;
  text-align: center;
}
.room-info-cont.order ul li:nth-child(5) {
  width: 100%;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding-top: 3rem;
  border-top: 1px solid #e9e9e9;
  margin: 3rem 3rem -1rem;
}
.room-info-cont.order ul li:nth-child(5)::before {
  display: none;
}
.room-info-cont.order ul li:nth-child(5) p {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--mc);
}

#open_popup_btn {
  position: absolute;
  top: 10rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.5rem;
  background: var(--mc);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.015rem;
}
#open_popup_btn::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  background: url("../img/post.svg") center/contain no-repeat;
  margin-right: 1rem;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
}
.culture-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.culture-list-popup.show {
  display: block;
  opacity: 1;
}
.culture-list-popup.hide {
  opacity: 0;
}
.culture-list-popup.hide .popup {
  -webkit-animation: fadeOut 0.6s forwards;
          animation: fadeOut 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.culture-list-popup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 128rem;
  width: 85%;
  max-height: 80vh;
  min-height: 50rem;
  height: 100%;
  padding: 5rem 0.5rem 0 1rem;
  background: #fff;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
          animation: fadeIn 0.6s ease-in-out forwards;
}
.culture-list-popup .popup .popup-title {
  font: 500 2.8rem/1.3 "Godo";
  color: #222;
  margin: 3rem 0 4rem;
  text-align: center;
}
.culture-list-popup .popup .popup-inner {
  height: calc(100% - 8rem);
  padding: 0 3rem 5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.culture-list-popup .popup .popup-inner::-webkit-scrollbar {
  width: 5px;
}
.culture-list-popup .popup .popup-inner::-webkit-scrollbar-thumb {
  background: #bbb;
  width: 5px;
  border-radius: 3px;
}
.culture-list-popup .popup .popup-inner::-webkit-scrollbar-track {
  display: none;
}
.culture-list-popup .popup .popup-inner::-webkit-scrollbar-button {
  display: none;
}
.culture-list-popup .popup .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "SUITE";
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  word-break: keep-all;
}
.culture-list-popup .popup .table-title .caption {
  position: static;
  text-align: right;
  margin-top: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.culture-list-popup .popup .notice-area {
  padding: 2.5rem 3rem;
  background: #f4f6fa;
  border-radius: 1.5rem;
  margin-top: 6rem;
  font-size: 1.7rem;
  color: #444;
  line-height: 1.7;
  word-break: keep-all;
}
.culture-list-popup .popup .notice-area li {
  position: relative;
  padding-left: 1.25rem;
}
.culture-list-popup .popup .notice-area li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 5px;
  aspect-ratio: 1/1;
  background: var(--mc);
  border-radius: 50%;
}
.culture-list-popup .close-btn {
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 3rem;
  color: #222;
  cursor: pointer;
}
.culture-list-popup .tbl-wrap .tbl_st2 tr td {
  padding: 1.5rem 3rem;
}
.culture-list-popup .tbl-wrap .tbl_st2 tr td span {
  white-space: nowrap;
}