.mv {
  width: 93.9rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 64.9rem;
  }
}

.sec01 {
  padding-top: 7.5rem;
  background: url(../images/transit/bg_sec01.png) no-repeat center top 2.9rem/100rem auto;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-block: 9.5rem 11rem;
    background: url(../images/transit/bg_sec01_sp.png) no-repeat center top 2.9rem/100% auto;
  }
  .sec01 .l-content-inner {
    padding: 0 4vw;
  }
}
.sec01__title {
  width: 72rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec01__title {
    width: 69rem;
  }
}
.sec01__text {
  width: 52.6rem;
  margin: 5.3rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    width: 53.8rem;
  }
}

.sec02 {
  padding-block: 11.7rem 1.5rem;
  background: url(../images/transit/bg_sec02.png) no-repeat center top/104.5rem auto;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-block: 0 12.5rem;
    background: url(../images/transit/bg_sec02_sp.png) no-repeat left bottom 2rem/100% auto;
  }
  .sec02 .l-content-inner {
    padding: 0 4vw;
  }
}
.sec02__title {
  width: 72rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    width: 69rem;
  }
}
.sec02__box {
  width: 72rem;
  background: linear-gradient(142deg, rgb(248, 209, 226) 0%, rgb(252, 232, 220) 24%, rgb(255, 251, 205) 50%, rgb(221, 234, 194) 74%, rgb(195, 218, 240) 100%);
  border-radius: 8.9rem;
  padding-block: 5.2rem 7rem;
}
@media screen and (max-width: 767px) {
  .sec02__box {
    width: 69rem;
    padding-block: 5.2rem 6rem;
  }
}
.sec02__box.-incheon {
  margin: 5.2rem auto 0;
  --sec02__box__title_width: 47.7rem;
  --sec02__movie_top: 2.2rem;
  --sec02__movie_left: 30.6rem;
  --sec02__recommend_title: 53rem;
}
@media screen and (max-width: 767px) {
  .sec02__box.-incheon {
    --sec02__box__title_width: 50rem;
    --sec02__movie_top: 1rem;
    --sec02__movie_left: 23.6rem;
  }
}
.sec02__box.-taoyuan {
  margin: 8rem auto 0;
  --sec02__box__title_width: 45.4rem;
  --sec02__movie_top: 7.2rem;
  --sec02__movie_left: 21.9rem;
  --sec02__recommend_title: 51.4rem;
}
@media screen and (max-width: 767px) {
  .sec02__box.-taoyuan {
    margin: 4rem auto 0;
    --sec02__box__title_width: 52.3rem;
    --sec02__movie_top: 5.5rem;
    --sec02__movie_left: 20.6rem;
  }
}
.sec02__box__title {
  margin: 0 auto;
  width: var(--sec02__box__title_width);
}
.sec02__movie {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  aspect-ratio: 720/335;
}
@media screen and (max-width: 767px) {
  .sec02__movie {
    margin-top: 2.5rem;
    aspect-ratio: 690/330;
  }
}
.sec02__movie .btn {
  position: absolute;
  top: var(--sec02__movie_top);
  left: var(--sec02__movie_left);
  width: 17.7rem;
}
@media screen and (max-width: 767px) {
  .sec02__movie .btn {
    width: 24.4rem;
  }
}
.sec02__movie .btn img {
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
.sec02__recommend {
  width: 60rem;
  margin: 5.3rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec02__recommend {
    margin: 5.7rem auto 0;
  }
}
.sec02__recommend .title {
  width: var(--sec02__recommend_title);
  margin: 0 auto 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02__recommend .title {
    margin: 0 auto 1rem;
  }
}
.sec02__recommend .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left {
  bottom: 2rem;
  right: 2rem;
}
.sec02__recommend .map,
.sec02__recommend .leaflet-container {
  border-radius: 3.2rem;
  overflow: hidden !important;
}
.sec02__timetable {
  width: 60rem;
  margin: 3rem auto 0;
  background: #ffffff;
  border-radius: 4rem;
  padding: 4rem 1.5rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec02__timetable {
    padding: 5rem 2.5rem 1.8rem;
  }
}
.sec02__timetable .item {
  padding: 0 1rem 4rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__timetable .item {
    padding: 5.5rem 0 8.5rem;
  }
}
.sec02__timetable .item + .item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec02__timetable .item + .item {
    margin-top: 7rem;
  }
}
.sec02__timetable .item.-scroll {
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.sec02__timetable .item.-scroll img {
  width: 100rem;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .sec02__timetable .item.-scroll img {
    width: 120rem;
  }
}
.sec02__timetable .leaflet-container {
  overflow: visible !important;
}
.sec02__timetable .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left {
  bottom: -3.5rem;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .sec02__timetable .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left {
    bottom: -8rem;
    right: 0;
  }
}
.sec02__note {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec02__note {
    font-size: 1.7rem;
    line-height: 1.2941176471;
    text-align: left;
    margin: 1.5rem 0 0 1em;
    padding-inline: 4.5rem;
    text-indent: -1em;
  }
}
.sec02 .leaflet-container {
  background: transparent;
}
.sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left {
  top: auto;
  left: auto;
}
.sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left a {
  border-radius: 0;
  border-bottom: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left a:first-child {
  border-right: 1px solid #A5A5A6;
}
.sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left a:last-child {
  padding-right: 3px;
}
html.mac .sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left a {
  line-height: 19px;
  padding-right: 1px;
}
html.mac .sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left a:last-child {
  padding-right: 1px;
}

.sec02 .leaflet-container .leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom {
  display: flex;
  border: 1px solid #A5A5A6;
  border-radius: 0;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}
.sec02 .leaflet-touch .leaflet-control-zoom-in, .sec02 .leaflet-touch .leaflet-control-zoom-out {
  font-size: 18px;
  color: #767676;
}

.m-homebtn {
  margin: 13rem auto 0;
}
@media screen and (max-width: 767px) {
  .m-homebtn {
    margin: 8.7rem auto 0;
  }
}
