@charset "utf-8";
.location-box .root_daum_roughmap { border: 1px solid #0000001a; width: 100%; border-radius: 16px; box-sizing: border-box; }
.location-box .root_daum_roughmap .cont { display: none; }
.contact-info-box { display: flex; background: #eff4f8; border-radius: 16px; padding-block: 24px; align-items: center; }
.contact-info-box .icon-wrap { width: 352px; display: flex; justify-content: center; align-items: center; border-right: 1px solid #c0c0c0; box-sizing: border-box}
.contact-info-box .icon-wrap .circle { width: 80px; height: 80px; background: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03); }
.contact-info-box .icon-wrap .circle img { width: 32px; }
.contact-info-box .info-wrap { padding-left: 40px; flex: 1; display: flex; flex-wrap: wrap; gap: 16px 16px; }
.contact-info-box .info-row { display: flex; align-items: center; gap: 16px; }
.contact-info-box .info-row:first-child { width: 100%; gap: 8px }
.contact-info-box .label { color: #222222; font-family: Pretendard GOV; font-weight: 700; font-size: 18px; line-height: 160%; letter-spacing: -2%; }
.contact-info-box .value { color: #696969; font-family: Pretendard GOV; font-weight: 400; font-size: 18px; line-height: 160%; letter-spacing: -2%; }
.transport-section { background: #eff4f8; padding: 16px; border-radius: 16px; display: flex; flex-direction: column; gap: 16px; }
.transport-card { background: #fff; border-radius: 8px; overflow: hidden; }
.transport-card-header { padding: 24px 40px; border-bottom: 1px solid #c0c0c0; display: flex; align-items: center; gap: 10px; color: #222; font-weight: 700; font-size: 26px; line-height: 120%; letter-spacing: 0%; }
.transport-card-header img { width: 24px; height: 24px; }
.tc-row { display: flex; border-bottom: 1px solid #e9e9e9; padding-block: 24px }
.tc-row:last-child { border-bottom: none; }
.tc-left { width: 336px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid #e9e9e9; padding: 30px; background: #fff; text-align: center; }
.tc-left .ko { color: #222; font-family: Pretendard GOV; font-weight: 700; font-style: Bold; font-size: 30px; line-height: 100%; letter-spacing: 0%; text-align: center; }
.tc-left .en { color: #808080; margin-top: 8px; font-family: Noto Sans KR; font-weight: 500; font-size: 16px; line-height: 120%; letter-spacing: 0%; text-align: center; }
.tc-right { flex: 1; padding: 24px 48px; }
.route-block { margin-bottom: 40px; }
.route-block:last-child { margin-bottom: 0; }
.route-badge { display: inline-flex; align-items: center; background: #184892; color: #fff; padding-inline: 28px; height: 48px; border-radius: 40px; margin-bottom: 8px; font-family: Paperlogy; font-weight: 600; font-size: 16px; line-height: 20px; letter-spacing: 0.3px; text-align: center; }
.route-list {padding-left: 14px}
.route-list li { position: relative; padding-left: 12px; color: #696969; font-family: Pretendard GOV; font-weight: 400; font-size: 16px; line-height: 160%; letter-spacing: -2%; }
.route-list li:before { content: "·"; position: absolute; left: 0; top: 0; color: #696969 }
.route-list li.red-txt { color: #ea0000; margin-bottom: 0; }
.bus-list { display: flex; flex-direction: column; padding: 24px 40px 40px; }
.bus-row { display: flex; gap: 40px; font-weight: 700; font-size: 20px; line-height: 130%; letter-spacing: 0%; align-items: center; }
.bus-row + .bus-row { margin-top: 24px; }
.bus-row .bus-type { color: #222; }
.bus-row .bus-link { flex: 1; color: #184892; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.bus-row .bus-link::after { content: ""; width: 24px; height: 24px; background: url("/_res/nsu/dxtechmgmtscience/img/common/ico-btn-link-blue.png") no-repeat center center; background-size: contain; }
@media screen and (max-width: 1024px) {
  .contact-info-box { padding: 16px; }
  .contact-info-box .icon-wrap { width: 100px; }
  .contact-info-box .icon-wrap .circle { width: 44px; height: 44px; }
  .contact-info-box .icon-wrap .circle img { width: 18px; }
  .contact-info-box .info-wrap { padding-left: 14px; gap: 6px 12px; }
  .contact-info-box .info-row { gap: 8px; }
  .contact-info-box .info-row:first-child { margin-bottom: 2px; }
  .contact-info-box .label, .contact-info-box .value { font-size: 13px; }
  .transport-section { padding: 10px; gap: 8px; }
  .transport-card-header { padding: 12px 14px; font-size: 20px; }
  .tc-row { flex-direction: column; padding-block: 0}
  .tc-left { width: unset; border-right: none; border-bottom: 1px solid #e9e9e9; padding: 12px 14px; flex-direction: row; gap: 8px; }
  .tc-left .ko { font-size: 24px; }
  .tc-left .en { margin-top: 0; font-size: 16px; }
  .tc-right { padding: 14px; }
  .route-block { margin-bottom: 14px; }
  .route-badge { padding-inline: 14px; height: 32px; font-size: 12px; line-height: 14px; }
  .route-list li { font-size: 14px; }
  .route-list { padding-left: 0 }
  .bus-list { padding: 14px; }
  .bus-row { gap: 10px; font-size: 14px; }
  .bus-row + .bus-row { margin-top: 10px; }
  .bus-row .bus-link::after { width: 16px; height: 16px; }
  .feature-row .side-title .tit { font-size: 18px; }
  .feature-row .side-content .ul-type-dot > li { font-size: 16px; }
}
@media screen and (max-width: 768px) {
  .contact-info-box { flex-direction: column; padding: 10px; }
  .contact-info-box .icon-wrap { width: 100%; border-right: none; border-bottom: 1px solid #c0c0c0; padding-bottom: 10px; margin-bottom: 10px; }
  .contact-info-box .icon-wrap .circle { width: 40px; height: 40px; }
  .contact-info-box .icon-wrap .circle img { width: 16px; }
  .contact-info-box .info-wrap { padding-left: 0; gap: 8px 16px; }
  .contact-info-box .info-row { gap: 4px; }
  .contact-info-box .label, .contact-info-box .value { font-size: 14px; }
  .transport-section { padding: 8px; gap: 6px; }
  .transport-card-header { padding: 10px 12px; font-size: 20px; }
  .tc-left { padding: 8px 12px; gap: 6px; }
  .tc-left .ko { font-size: 24px; }
  .tc-left .en { font-size: 16px; }
  .tc-right { padding: 10px; }
  .route-block { margin-bottom: 10px; }
  .route-badge { padding-inline: 10px; height: 26px; font-size: 11px; }
  .route-list li { font-size: 14px; }
  .bus-list { padding: 10px; }
  .bus-row { flex-direction: column; align-items: flex-start; gap: 4px; font-size: 14px; }
  .bus-row + .bus-row { margin-top: 8px; }
  .bus-row .bus-type { width: 100%; }
  .bus-row .bus-link { font-size: 14px; }
  .bus-row .bus-link::after { width: 12px; height: 12px; }
  .feature-row .side-title .tit { font-size: 15px; }
}