#archive-park88 .wrap_sp {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #archive-park88 .wrap_sp {
    width: 88%;
  }
}
#archive-park88 .txt_box01 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #archive-park88 .txt_box01 {
    margin-top: 10vw;
  }
}
#archive-park88 .txt_box01 + .txt_box01 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #archive-park88 .txt_box01 + .txt_box01 {
    margin-top: 10vw;
  }
}
#archive-park88 .txt_box01 .txt01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  #archive-park88 .txt_box01 .txt01 {
    font-size: 4.5vw;
  }
}
#archive-park88 .txt_box01 .txt02 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  #archive-park88 .txt_box01 .txt02 {
    font-size: 3.5vw;
  }
}
#archive-park88 .img_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #archive-park88 .img_box {
    margin-top: 10vw;
  }
}
#archive-park88 .img_box .img01 + .img01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #archive-park88 .img_box .img01 + .img01 {
    margin-top: 6vw;
  }
}
#archive-park88 .map {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #archive-park88 .map {
    margin-top: 10vw;
  }
}

.back_btn {
  width: 500px;
  height: auto;
  padding: 2px;
  text-align: center;
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgb(143, 195, 31) 0%, rgb(0, 160, 233) 40%, rgb(120, 89, 163) 60%, rgb(237, 108, 0) 100%);
  margin: 110px auto 0;
  border-radius: 35px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .back_btn {
    width: 80%;
    margin-top: 14vw;
  }
}
.back_btn:hover {
  opacity: 0.8;
}
.back_btn a {
  padding: 4%;
  background-color: #FFF;
  display: block;
  font-weight: 400;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .back_btn a {
    font-size: 3.5vw;
  }
}
.back_btn a:hover {
  opacity: 0.8;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .article {
    padding-top: 15vw;
  }
}
.article .article_inner {
  position: relative;
}
.article .article_inner .language_box {
  position: absolute;
  top: -60px;
  right: 0;
  width: 150px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .article .article_inner .language_box {
    top: -11vw;
    width: 40%;
    right: 0%;
  }
}
.article .article_inner .language_box .language {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  text-align: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .article .article_inner .language_box .language {
    font-size: 3.5vw;
  }
}
.article .article_inner .language_box .language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-70%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .article .article_inner .language_box .language::after {
    width: 3vw;
    height: 3vw;
    right: 5%;
  }
}
.article .article_inner .language_box .language.is-open::after {
  transform: translateY(-30%) rotate(135deg);
}
.article .article_inner .language_box .language_list {
  margin: 0;
  display: none;
}
.article .article_inner .language_box .language_list li {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  border-top: none;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .article .article_inner .language_box .language_list li {
    font-size: 3.5vw;
  }
}
.article .article_inner .language_box .language_list li.is-active {
  background-color: #eee;
}
.article .article_inner .title_box {
  display: none;
}
.article .article_inner p.en, .article .article_inner p.sc, .article .article_inner p.tc, .article .article_inner p.ko {
  display: none;
}
.article hr.wp-block-separator {
  border: none;
  border-top: 1px solid #000;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .article hr.wp-block-separator {
    margin: 7vw 0 0vw;
  }
}
.article p.sub_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .article p.sub_title {
    font-size: 4.5vw;
    margin-bottom: -6vw;
  }
}
.article .back_btn + .back_btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .article .back_btn + .back_btn {
    margin-top: 5vw;
  }
}/*# sourceMappingURL=style_park88.css.map */