.location-operation h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .location-operation h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .location-operation h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.location-operation .table-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .location-operation .table-wrapper {
    width: 100%;
    margin-top: 1.25rem;
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .location-operation .table-wrapper {
    width: 100%;
    margin-top: 0.5rem;
    flex-flow: column nowrap;
  }
}
.location-operation table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 1023px) {
  .location-operation table {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .location-operation table {
    width: 100%;
  }
}
.location-operation table tr:not(:last-child) th,
.location-operation table tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #E1E1E4;
}
.location-operation table th:not(:last-child),
.location-operation table td:not(:last-child) {
  border-right: 0.0625rem solid #E1E1E4;
}
.location-operation th, .location-operation td {
  border-block: 0.0625rem solid #E1E1E4;
  text-align: left;
}
.location-operation th {
  background-color: #F8F8FA;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .location-operation th {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.location-operation thead tr:first-of-type th {
  height: 3.625rem;
  padding-block: 1rem;
}
@media only screen and (max-width: 767px) {
  .location-operation thead tr:first-of-type th {
    height: 3rem;
    padding-block: 0.75rem;
  }
}
.location-operation thead tr:last-of-type th {
  width: 33.3333333333%;
  height: 2.5rem;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303030;
  font-weight: 600;
}
.location-operation tbody > tr td {
  padding: 0.75rem 1.25rem;
  vertical-align: baseline;
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .location-operation tbody > tr td {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding-inline: 1.25rem;
    padding-top: 3.125rem;
  }
}
.location-operation tbody > tr td > ul li {
  list-style-type: disc;
  margin-left: 0.625rem;
}
.location-operation ul {
  margin: 0;
}
.location-operation li {
  margin-bottom: 0.3125rem;
}
.location-operation .highlight {
  color: red;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .location-operation table {
    border: 0;
  }
  .location-operation thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .location-operation tr {
    border-top: 3px solid gray;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .location-operation td {
    border-bottom: 0.0625rem solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
    position: relative;
  }
  .location-operation td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    text-align: left;
    background-color: #F8F8FA;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-block: 0.5rem;
    padding-left: 0.625rem;
  }
  .location-operation td:last-child {
    border-bottom: 0;
  }
}

.location {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}
.location h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .location h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .location h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.location > .map {
  height: 25rem;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .location > .map {
    width: 100%;
    height: 21.875rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .location > .map {
    height: 21.875rem;
    margin-top: 0.5rem;
  }
}
.location > .map .root_daum_roughmap {
  width: 100% !important;
  height: 100%;
}
.location > .map .root_daum_roughmap .wrap_controllers {
  display: none;
}
.location > .map .root_daum_roughmap .cont {
  display: none;
}
.location table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #111111;
}
.location th, .location td {
  padding: 0.75rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid #E1E1E4;
  color: #505050;
  font-weight: 400;
}
.location th {
  background-color: #f4f4f4;
  color: #303030;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  width: 11.25rem;
}
@media only screen and (max-width: 1023px) {
  .location th {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .location th {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.location .use-bus {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.625rem;
}
.location .use-bus li {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  position: relative;
  padding-inline: 3.125rem;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .location .use-bus li {
    padding-left: 3.125rem;
    padding-right: 0;
  }
}
.location .use-bus li::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.375rem;
  background: url(../img/bus.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
.location .use-car {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.25rem;
}
.location .use-car > li:not(:last-of-type) {
  list-style-type: disc;
  margin-left: 0.625rem;
}
.location .use-car > li:last-of-type {
  color: #767676;
}
.location .use-car > li:last-of-type::before {
  content: "*";
  display: inline-block;
  margin-right: 0.625rem;
  text-indent: -0.25rem;
}
.location .bus, .location .car {
  color: #F23F5C;
  font-weight: 600;
  display: inline-block;
}
.location .arrow-right {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/arrow-right.svg) no-repeat center/contain;
  vertical-align: middle;
}
.location strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .location table {
    border: 0;
  }
  .location tr {
    border-top: 0.0625rem solid #E1E1E4;
    border-bottom: none;
    display: block;
    margin-bottom: 0;
  }
  .location th {
    width: 100%;
    display: block;
  }
  .location td {
    border-bottom: 0.0625rem solid #ddd;
    display: block;
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: left;
    position: relative;
  }
  .location td:last-child {
    border-bottom: 0;
  }
}