body {
  overflow-x: hidden;
}

.links .link-pagelink {
  width: 50% !important;
  max-width: 258px;
}

.access-map {
  padding: 90px 5% 96px;
  background: url(../images/access/map_bg.png), url(../images/access/map_circle.png);
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: auto, auto 884px;
}
.access-map .bg-right {
  left: 58%;
  top: -175px;
  z-index: -1;
}
.access-map .map {
  display: block;
  max-width: 880px;
  height: 560px;
  margin: 48px auto;
}
.access-map .button {
  display: block;
  margin: 0 auto;
}
.access-map .bottom {
  gap: 3%;
  margin-top: 48px;
}
@media screen and (max-width: 767.8px) {
  .access-map .map {
    height: 300px !important;
  }
  .access-map .bottom {
    text-align: center;
  }
  .access-map .bottom img {
    margin: 0 auto 10px;
  }
}

.guide {
  padding: 96px 0;
  overflow: hidden;
}
.guide .catch {
  margin-top: 5px;
}
.guide .pagelink {
  padding: 40px 0 0;
}
.guide .pagelink .buttons {
  row-gap: 30px;
}
.guide > section {
  padding-top: 96px;
}
@media screen and (max-width: 767.8px) {
  .guide .pagelink .buttons {
    gap: 15px;
  }
  .guide .pagelink .buttons .btn-pagelink {
    width: 46%;
  }
  .guide > section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575.8px) {
  .guide .pagelink .buttons {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .guide .pagelink .buttons .btn-pagelink {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.25rem;
    letter-spacing: normal;
  }
}

.section-title {
  width: 90%;
  margin: 0 auto;
}
.section-title .text {
  font-size: 24px;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
  padding-bottom: 40px;
  border-bottom: 1px solid #343434;
  text-align: center;
}
.section-title .bg-circle-right {
  left: 70%;
  top: -180px;
  z-index: -1;
}

.section-image {
  width: 100%;
  margin-top: 48px;
  padding: 96px 5%;
}
@media screen and (max-width: 767.8px) {
  .section-image img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-image img:nth-child(3) {
    margin-top: 50px;
  }
}

.section-text {
  background: url(../images/access/bg_text.png) no-repeat;
  background-position: left 5% top;
  background-size: 54.25% auto;
}
.section-text .content {
  width: 90%;
  padding: 44px 0;
  border-bottom: 1px solid #343434;
}
.section-text .content p {
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 767.8px) {
  .section-text {
    background-size: 80% auto;
  }
}

.information a {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .links .link-pagelink {
    width: 80% !important;
    max-width: 258px;
  }
  .section-title {
    width: 90%;
    margin: 0 auto;
  }
  .section-title .text {
    font-size: 24px;
    font-family: "Noto Serif KR", "Nanum Myeongjo", Batang, serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #343434;
    text-align: center;
  }
  .section-title .bg-circle-right {
    left: 70%;
    top: -180px;
    z-index: -1;
  }
}