#contents .root dt {
  margin-right: 1em;
}

#contents {
  padding-top: 150px;
  font-size: 20px;
  color: #363636;
  border-bottom: 1px solid #e1dbd7;
  margin-bottom: 150px;
}
#contents dt {
  font-weight: 700;
}
#contents .root_daum_roughmap.root_daum_roughmap_landing {
  width: 100%;
  height: 600px;
}
#contents h3 {
  width: 340px;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  line-height: 1;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
#contents h3::before, #contents h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e1dbd7;
}
#contents h3::after {
  width: 85px;
  background: var(--theme-color);
}
#contents .sub-container {
  display: flex;
  padding-bottom: 100px;
}
#contents .sub-container .info-box {
  width: 50%;
}
#contents .sub-container .info-ways:nth-child(1),
#contents .sub-container .info-box:nth-child(1) {
  padding-left: 300px;
}
#contents .hospi {
  line-height: 1;
}
#contents .hospi > div {
  margin-bottom: 70px;
}
#contents .hospi dl {
  display: flex;
}
#contents .hospi .schedule dl {
  flex-wrap: wrap;
}
#contents .hospi .schedule dl dt {
  width: 6em;
  margin-bottom: 25px;
}
#contents .hospi .schedule dl dd {
  width: calc(100% - 6em);
}
#contents .hospi .tel strong {
  font: 600 50px var(--brown);
  line-height: 1;
}
#contents .info-ways {
  width: 50%;
}
#contents .info-ways .way-box {
  margin-bottom: 80px;
}
#contents .info-ways h4 {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 25px;
}
#contents .info-ways h4::before {
  line-height: 0;
  margin-right: 20px;
}
#contents .info-ways .bus h4::before {
  content: url(/sub/intro/04/a/img/sub_1/bus.png);
}
#contents .info-ways .car h4::before {
  content: url(/sub/intro/04/a/img/sub_1/car.png);
}
#contents .info-ways .metro h4::before {
  content: url(/sub/intro/04/a/img/sub_1/metro.png);
}
#contents .info-ways .bus dl {
  display: flex;
  flex-wrap: wrap;
}
#contents .info-ways .bus dl dt {
  width: 5em;
  margin-bottom: 20px;
  font-weight: bold;
}
#contents .info-ways .bus dl dd {
  width: calc(100% - 5em);
  font-family: var(--brown);
}
#contents .info-ways .bus dl .blue {
  color: #096cab;
}
#contents .info-ways .bus dl .green {
  color: #1cab09;
}
#contents .info-ways .car li {
  margin-bottom: 20px;
}
#contents .info-ways .car li:nth-child(1) {
  font-weight: bold;
}
#contents .info-ways .car li:nth-child(4) {
  font-weight: 500;
  color: var(--theme-color);
}
#contents .info-ways .metro li {
  margin-bottom: 20px;
  display: flex;
}
#contents .info-ways .metro span {
  font-weight: bold;
  color: var(--theme-color);
  padding-right: 7px;
}/*# sourceMappingURL=sub_1.min.css.map */