@charset "UTF-8";
#sub-wrap .info__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -750px 0;
  z-index: 10;
  width: 750px;
  font-size: 16px;
  color: var(--color-taupe);
  line-height: 2;
  letter-spacing: -0.01em;
}
#sub-wrap .info__title h4 {
  font-size: 60px;
  color: rgb(172, 139, 126);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
#sub-wrap .info__title h5 {
  padding: 1em 0;
  font-size: 25px;
  font-weight: normal;
  color: #343434;
  letter-spacing: -0.02em;
  line-height: 1;
}
#sub-wrap .info__addr {
  padding-top: 3.6em;
  margin-top: 3em;
  border-top: 1px solid #dcd6cb;
}
#sub-wrap .info__addr dt {
  font-size: 25px;
  font-weight: normal;
  color: #343434;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.4em;
}
#sub-wrap .info__addr dl + dl {
  margin-left: 3em;
}
#sub-wrap .info__way {
  padding-top: 3.6em;
  margin-top: 3.8em;
  border-top: 1px solid #dcd6cb;
}
#sub-wrap .info__way dt {
  font-size: 25px;
  font-weight: normal;
  color: #343434;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 1.2em;
}
#sub-wrap .info__way dd {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
#sub-wrap .info__way dd strong {
  width: 8em;
  padding: 0.8em 0;
  margin-right: 0.8em;
  border-radius: 100px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
#sub-wrap .info__way dd strong[data-title=首尔地铁9号线] {
  background: #cbaf69;
}
#sub-wrap .info__way dd strong[data-title=新盆唐线] {
  background: #b5283b;
}
#sub-wrap .info__way dd strong[data-title="公车 9600"] {
  background: #b63f39;
}
#sub-wrap .info__way dd strong[data-title="干线公交 241"] {
  background: #395fb6;
}
#sub-wrap .info__way dd strong[data-title="支线公交 3422"] {
  background: #398b44;
}

.root_daum_roughmap.root_daum_roughmap_landing {
  position: absolute;
  top: 0;
  left: 50%;
  width: 41.7%;
  height: 38.1%;
  border-radius: 50px;
  translate: 9.5% 0;
  max-width: 829px;
  min-width: 576px;
}

#contents .nav__button a {
  width: 55px;
  height: 55px;
  margin: 1em 1em 0 0;
  overflow: hidden;
  color: transparent;
}
#contents .nav__button a.--naver {
  background: url(/sub/sub-5/img/icon-naver.png) center/contain no-repeat;
}
#contents .nav__button a.--kakao {
  background: url(/sub/sub-5/img/icon-kakao.png) center/contain no-repeat;
}

.info__schedule {
  position: absolute;
  bottom: 142px;
  left: calc(50% - 700px);
  width: 1600px;
  height: 380px;
}

@media screen and (max-width: 1840px) {
  #contents .nav__button {
    width: 1260px;
    top: 20.2%;
  }
  #contents .nav__button a {
    width: 50px;
    height: 50px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 1650px) {
  #contents .nav__button {
    width: 1110px;
  }
  #contents .nav__button a {
    width: 42px;
    height: 42px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1500px) {
  #contents .nav__button {
    width: 975px;
  }
  #contents .nav__button a {
    width: 39px;
    height: 39px;
    margin-right: 3px;
  }
}/*# sourceMappingURL=sub-2.min.css.map */