:root {
  --info-navy: #0a3a6c;
  --info-blue: #1478c9;
  --info-sky: #e7f5ff;
  --info-page: #f4f9fd;
  --info-border: #dce7f0;
  --info-text: #12253a;
  --info-muted: #617184;
  --info-shadow: 0 10px 30px rgba(10, 58, 108, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: #e8eef3;
  color: var(--info-text);
  font-family: "Noto Sans KR", Pretendard, "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: 0;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.info-skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: #fff;
  color: var(--info-navy);
}
.info-skip-link:focus { transform: translateY(0); }
.info-page {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  overflow: hidden;
  background: var(--info-page);
}
.info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 30px;
}
.info-heading h2 { font-size: 20px; line-height: 30px; }
.info-heading > a { color: var(--info-blue); font-size: 12px; }
.info-heading .plus {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--info-sky);
  font-size: 18px;
}
.info-card {
  overflow: hidden;
  border: 1px solid var(--info-border);
  background: #fff;
  box-shadow: var(--info-shadow);
}
.info-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-social a, .info-social img { width: 32px; height: 32px; }

/* Concept 05 */
.i5 { min-height: 1260px; }
.i5-header { height: 142px; background: #fff; }
.i5-header-top {
  position: relative;
  height: 82px;
  overflow: hidden;
  background: #033464;
}
.i5-header-top::before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 318px;
  height: 6px;
  background: #bde900;
  content: "";
}
.i5-bookmark { position: absolute; top: 6px; height: 76px; }
.i5-bookmark-white { z-index: 3; left: 0; width: 578px; }
.i5-bookmark-green { z-index: 2; left: 508px; width: 292px; }
.i5-bookmark-blue { z-index: 1; left: 738px; width: 286px; }
.i5-logo, .i5-resource, .i5-education, .i5-utils { position: absolute; z-index: 6; }
.i5-logo { top: 23px; left: 100px; width: 250px; height: 44px; }
.i5-logo img { width: 100%; height: 100%; object-fit: contain; }
.i5-resource, .i5-education { top: 33px; font-size: 18px; font-weight: 700; }
.i5-resource { left: 614px; color: #142405; }
.i5-education { left: 839px; color: #fff; }
.i5-utils {
  top: 37px;
  right: 37px;
  display: flex;
  gap: 7px;
  color: #e0edfa;
  font-size: 11px;
}
.i5-nav-row {
  position: relative;
  height: 60px;
  border: 1px solid #e0e8f0;
  background: #fff;
}
.i5-nav {
  position: absolute;
  top: 0;
  left: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  height: 58px;
  color: #092541;
  font-size: 16px;
  font-weight: 700;
}
.i5-nav a { white-space: nowrap; }
.i5-header-search {
  position: absolute;
  top: 10px;
  right: 128px;
  display: flex;
  width: 258px;
  height: 37px;
  overflow: hidden;
  border: 1px solid #e0e8f0;
  border-radius: 19px;
  background: #fff;
}
.i5-header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: var(--info-text);
  font-size: 13px;
}
.i5-header-search input::placeholder { color: #9aa3b0; }
.i5-header-search button { width: 40px; border: 0; background: #fff; }
.i5-header-search img { width: 17px; height: 17px; margin: auto; }

.i5-hero-row {
  display: grid;
  grid-template-columns: 890px 398px;
  gap: 24px;
  height: 398px;
  padding: 28px 64px;
}
.i5-hero {
  position: relative;
  height: 342px;
  overflow: hidden;
  border-radius: 28px;
}
.i5-hero-photo, .i5-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.i5-hero-photo { object-fit: cover; }
.i5-hero-shade { background: linear-gradient(90deg, rgba(4,31,64,.96), rgba(4,31,64,.62) 52%, rgba(4,31,64,.02)); }
.i5-hero-copy {
  position: absolute;
  top: 42px;
  left: 44px;
  width: 490px;
  color: #fff;
}
.i5-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 14px;
  background: #cad401;
  color: #22303a;
  font-size: 12px;
  font-weight: 700;
}
.i5-hero-copy h1 { font-size: 38px; font-weight: 900; line-height: 50px; }
.i5-hero-copy > p:not(.i5-eyebrow) { margin-top: 12px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 24px; }
.i5-hero-actions { display: flex; gap: 10px; margin-top: 12px; }
.i5-hero-actions a {
  display: flex;
  width: 128px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--info-navy);
  font-size: 14px;
  font-weight: 700;
}
.i5-hero-actions a + a {
  width: 158px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 500;
}
.i5-quick {
  height: 342px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid var(--info-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--info-shadow);
}
.i5-quick-grid { display: grid; grid-template-columns: repeat(3,110px); gap: 10px; margin-top: 14px; }
.i5-quick-grid a {
  display: flex;
  width: 110px;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  text-align: center;
}
.i5-quick-grid img { width: 38px; height: 38px; margin-top: 14px; object-fit: contain; }
.i5-quick-grid strong { display: flex; height: 44px; align-items: center; justify-content: center; font-size: 14px; line-height: 19px; }
.i5-quick-grid .education { background: #00b0ec; }
.i5-quick-grid .culture { background: #007dc9; }
.i5-quick-grid .vms { background: #0078be; }
.i5-quick-grid .library { background: #7e8083; }
.i5-quick-grid .donate { background: #0554a6; }
.i5-quick-grid .facility { background: #96c44e; }

.i5-content-row {
  display: grid;
  grid-template-columns: 568px 360px 336px;
  gap: 24px;
  height: 330px;
  padding: 20px 64px;
}
.i5-content-row .info-card { height: 290px; border-radius: 22px; padding: 22px 24px; }
.i5-tabs { display: flex; gap: 18px; margin-top: 14px; color: var(--info-muted); font-size: 13px; }
.i5-tabs .active { color: var(--info-blue); font-weight: 700; }
.i5-featured-news {
  display: flex;
  height: 78px;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding: 12px 14px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--info-sky);
}
.i5-featured-news time, .i6-featured-news time {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--info-blue);
}
.i5-featured-news time { width: 50px; height: 54px; }
.i5-featured-news time b, .i6-featured-news time b { font-size: 16px; }
.i5-featured-news time span, .i6-featured-news time span { color: var(--info-muted); font-size: 10px; }
.i5-featured-news > span { min-width: 0; }
.i5-featured-news strong { display: block; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.i5-featured-news small { display: block; overflow: hidden; margin-top: 5px; color: var(--info-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.i5-news-line { display: flex; height: 26px; align-items: center; justify-content: space-between; font-size: 12px; }
.i5-news-line:first-of-type { margin-top: 8px; }
.i5-news-line time { color: var(--info-muted); font-size: 11px; }
.i5-video {
  position: relative;
  display: block;
  width: 312px;
  height: 174px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 16px;
  background: #07172e;
}
.i5-video > img { width: 100%; height: 100%; object-fit: cover; }
.i5-video > span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(4,23,46,.28); }
.i5-video > span img { width: 52px; height: 52px; }
.i5-video-title { display: block; margin-top: 9px; font-size: 14px; font-weight: 700; }
.i5-publication-body { display: flex; width: 100%; height: 178px; align-items: center; gap: 22px; margin-top: 14px; }
.i5-publication-body > img { width: 131px; height: 172px; object-fit: cover; }
.i5-publication-body > span { display: flex; min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; gap: 8px; }
.i5-publication-body em { padding: 5px 9px; border-radius: 99px; background: #fff0b8; color: var(--info-blue); font-size: 10px; font-style: normal; font-weight: 700; white-space: nowrap; }
.i5-publication-body strong { font-size: 15px; line-height: 22px; }
.i5-publication-body small { color: var(--info-muted); font-size: 11px; line-height: 18px; }

.i5-service-row {
  display: grid;
  grid-template-columns: 760px 252px 252px;
  gap: 24px;
  height: 220px;
  padding: 20px 64px;
}
.i5-facility-search {
  height: 180px;
  padding: 20px 24px;
  overflow: hidden;
  border: 1px solid var(--info-border);
  border-radius: 22px;
  background: var(--info-sky);
}
.i5-facility-heading { display: flex; height: 34px; align-items: center; justify-content: space-between; }
.i5-facility-heading h2 { display: flex; align-items: center; gap: 10px; color: var(--info-navy); font-size: 20px; }
.i5-facility-heading h2 img { width: 26px; height: 26px; }
.i5-facility-heading > span { color: var(--info-muted); font-size: 12px; }
.i5-facility-form { display: grid; grid-template-columns: 150px 150px 150px 232px; gap: 10px; margin-top: 12px; }
.i5-facility-form button {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--info-border);
  border-radius: 12px;
  padding: 0 8px 0 14px;
  background: #fff;
  color: var(--info-muted);
  font-size: 12px;
  line-height: 1;
}
.info-select-chevron { display: block; width: 24px; height: 24px; flex: 0 0 24px; object-fit: contain; }
.i5-facility-form .submit { justify-content: center; border-color: #0078be; background: #0078be; color: #fff; font-size: 14px; font-weight: 700; }
.i5-service-row .info-card { height: 180px; border-radius: 22px; }
.i5-schedule { padding: 20px 24px; }
.i5-event { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.i5-event time {
  display: flex;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1c4;
  color: #0554a6;
}
.i5-event time b { font-size: 20px; }
.i5-event time span { font-size: 10px; }
.i5-event div { display: flex; flex-direction: column; gap: 5px; }
.i5-event strong { font-size: 14px; line-height: 21px; }
.i5-event small { color: var(--info-muted); font-size: 11px; }
.i5-alert { padding: 16px 20px; }
.i5-alert .info-heading { height: 24px; }
.i5-alert .info-heading h2 { font-size: 18px; line-height: 24px; }
.i5-alert .info-heading a { font-size: 10px; }
.i5-alert-body { display: grid; grid-template-columns: 72px 130px; gap: 10px; height: 112px; margin-top: 8px; overflow: hidden; }
.i5-popup > img { width: 72px; height: 82px; border: 1px solid #d7e2ec; border-radius: 4px; object-fit: cover; }
.i5-popup > div { display: flex; width: 72px; height: 24px; align-items: center; justify-content: space-between; margin-top: 6px; }
.i5-popup button { display: grid; width: 18px; height: 18px; place-items: center; border: 0; border-radius: 50%; padding: 0; background: #eaf4fc; color: #1467b3; line-height: 18px; }
.i5-popup span { color: #6e7d8d; font-size: 9px; }
.i5-alert-copy { font-size: 9px; }
.i5-alert-copy strong { display: block; color: #18324d; font-size: 11px; line-height: 15px; }
.i5-alert-copy b { display: block; margin-top: 4px; color: #6b48a8; font-size: 10px; line-height: 14px; }
.i5-alert-copy p { margin-top: 4px; color: #66717c; line-height: 13px; }
.i5-footer { position: relative; height: 163px; overflow: hidden; background: #06376c; color: #fff; }
.i5-footer > a { position: absolute; top: 22px; left: 80px; width: 280px; height: 48px; }
.i5-footer > a img { width: 100%; height: 100%; object-fit: contain; }
.i5-footer p { position: absolute; left: 80px; }
.i5-footer .links { top: 82px; font-size: 12px; font-weight: 700; }
.i5-footer .address { top: 105px; color: #b8c2c9; font-size: 12px; }
.i5-footer .copyright { top: 125px; color: #6b7880; font-size: 10px; }
.i5-footer .info-social { position: absolute; top: 18px; right: 80px; }

/* Concept 06 */
.i6 { min-height: 1200px; background: #fff; }
.i6-header { height: 160px; background: #fff; }
.i6-utility { display: flex; height: 32px; align-items: center; justify-content: flex-end; padding: 0 64px; background: #0554a6; color: rgba(255,255,255,.82); font-size: 12px; }
.i6-brand-row { display: flex; height: 76px; align-items: center; justify-content: space-between; padding: 0 64px; background: #fff; }
.i6-logo { width: 280px; height: 48px; }
.i6-logo img { width: 100%; height: 100%; object-fit: contain; }
.i6-brand-tools { display: flex; align-items: center; gap: 12px; }
.i6-brand-search { display: flex; width: 330px; height: 42px; align-items: center; border: 1px solid var(--info-border); border-radius: 12px; background: #fff; }
.i6-brand-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding-left: 16px; background: transparent; color: var(--info-text); font-size: 13px; }
.i6-brand-search input::placeholder { color: var(--info-muted); }
.i6-brand-search button { width: 42px; height: 40px; border: 0; padding: 0; background: transparent; }
.i6-brand-search img { width: 22px; height: 22px; margin: auto; }
.i6-channel { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 700; }
.i6-channel.instagram { background: #eb3d7a; }
.i6-channel.facebook { background: #2959ad; }
.i6-channel.youtube { background: #f21f29; }
.i6-channel.kakao { background: #f5d12e; }
.i6-nav-row { display: flex; height: 52px; align-items: center; justify-content: space-between; border-top: 1px solid var(--info-border); padding: 0 64px; }
.i6-nav { display: grid; width: 972px; grid-template-columns: repeat(5,188px); gap: 8px; }
.i6-nav a { display: flex; height: 40px; align-items: center; justify-content: center; border-radius: 12px; font-size: 16px; font-weight: 500; }
.i6-menu { display: flex; align-items: center; gap: 8px; border: 0; padding: 0; background: #fff; color: var(--info-navy); font-size: 14px; font-weight: 500; }
.i6-menu img { width: 20px; height: 20px; }

.i6-hero { position: relative; height: 398px; overflow: hidden; color: #fff; }
.i6-hero-photo, .i6-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.i6-hero-photo { object-fit: cover; }
.i6-hero-shade { background: rgba(9,24,41,.7); }
.i6-hero-copy { position: absolute; z-index: 1; top: 42px; left: 64px; width: 760px; }
.i6-hero-copy p { color: #c9d401; font-size: 13px; font-weight: 700; line-height: 19px; }
.i6-hero-copy h1 { margin-top: 8px; font-size: 44px; font-weight: 900; line-height: 58px; }
.i6-hero-copy span { display: block; margin-top: 8px; color: rgba(255,255,255,.88); font-size: 15px; line-height: 24px; }
.i6-shortcuts { position: absolute; z-index: 1; top: 218px; left: 64px; display: grid; width: 760px; grid-template-columns: repeat(4,1fr); gap: 10px; }
.i6-shortcuts a { display: flex; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.34); border-radius: 10px; background: rgba(255,255,255,.16); font-size: 16px; font-weight: 500; }
.i6-integrated-search { position: absolute; z-index: 1; top: 276px; left: 64px; display: flex; width: 760px; height: 58px; align-items: center; justify-content: space-between; border-radius: 10px; padding: 0 8px 0 18px; background: #fff; box-shadow: var(--info-shadow); }
.i6-integrated-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  box-shadow: none;
  color: var(--info-text);
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
}
.i6-integrated-search input::placeholder { color: var(--info-muted); }
.i6-integrated-search button { width: 132px; height: 42px; border: 0; border-radius: 12px; background: var(--info-blue); color: #fff; font-size: 16px; font-weight: 500; }
.i6-keywords { position: absolute; z-index: 1; top: 350px; left: 64px; color: rgba(255,255,255,.84); font-size: 13px; line-height: 19px; }
.i6-frequent { position: absolute; z-index: 1; top: 24px; left: 948px; width: 428px; height: 350px; overflow: hidden; border: 1px solid rgba(255,255,255,.68); border-radius: 20px; padding: 20px 24px; background: rgba(255,255,255,.62); box-shadow: 0 12px 34px rgba(5,31,56,.18); backdrop-filter: blur(9px); color: var(--info-text); }
.i6-frequent-heading { position: relative; height: 58px; }
.i6-frequent-heading h2 { font-size: 22px; line-height: 30px; }
.i6-frequent-heading a { position: absolute; top: 5px; right: 0; color: var(--info-muted); font-size: 12px; }
.i6-frequent-heading p { margin-top: 3px; color: var(--info-muted); font-size: 13px; }
.i6-frequent-grid { display: grid; grid-template-columns: repeat(2,185px); gap: 10px; margin-top: 14px; }
.i6-frequent-grid > a { position: relative; display: grid; height: 70px; grid-template-columns: 38px 1fr; grid-template-rows: 22px 16px; column-gap: 10px; align-content: center; border: 1px solid rgba(212,222,232,.72); border-radius: 12px; padding: 11px 12px; background: rgba(255,255,255,.72); }
.i6-frequent-grid > a > span { display: grid; width: 38px; height: 38px; grid-row: 1 / 3; place-items: center; border-radius: 50%; }
.i6-frequent-grid > a > span img { width: 20px; height: 20px; }
.i6-frequent-grid strong { overflow: hidden; font-size: 13px; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; }
.i6-frequent-grid small { font-size: 10px; line-height: 16px; }
.i6-frequent-grid .education { background: var(--info-blue); }
.i6-frequent-grid .culture { background: #ff7c6b; }
.i6-frequent-grid .vms { background: #0a3a6c; }
.i6-frequent-grid .library { background: #6f7d8d; }
.i6-frequent-grid .donate { background: #4db576; }
.i6-frequent-grid .facility { background: #00a7d7; }
.i6-frequent-grid a:nth-child(1) small, .i6-frequent-grid a:nth-child(1) { color: var(--info-blue); }
.i6-frequent-grid a:nth-child(2) small { color: #ff7c6b; }
.i6-frequent-grid a:nth-child(3) small { color: var(--info-navy); }
.i6-frequent-grid a:nth-child(4) small { color: #6f7d8d; }
.i6-frequent-grid a:nth-child(5) small { color: #4db576; }
.i6-frequent-grid a:nth-child(6) small { color: #00a7d7; }
.i6-frequent-grid strong { color: var(--info-text); }

.i6-news-row { display: grid; grid-template-columns: 860px 428px; gap: 24px; height: 330px; padding: 20px 64px; background: #fff; }
.i6-news, .i6-notice { height: 290px; overflow: hidden; border: 1px solid var(--info-border); border-radius: 12px; background: #fff; }
.i6-news { padding: 20px 24px; }
.i6-featured-news { display: flex; height: 96px; align-items: center; gap: 16px; margin-top: 12px; border-radius: 12px; padding: 12px 14px 12px 12px; background: var(--info-sky); }
.i6-featured-news time { width: 72px; height: 72px; border-radius: 10px; }
.i6-featured-news > span { min-width: 0; }
.i6-featured-news strong { display: block; font-size: 16px; font-weight: 500; line-height: 24px; }
.i6-featured-news small { display: block; margin-top: 5px; color: var(--info-muted); font-size: 13px; line-height: 19px; }
.i6-news-columns { display: grid; grid-template-columns: repeat(2,394px); gap: 10px 24px; margin-top: 12px; font-size: 15px; line-height: 24px; }
.i6-notice { padding: 22px 22px 20px; }
.i6-notice .info-heading h2 { font-size: 22px; }
.i6-notice .info-heading > a { color: #5f6b7a; font-size: 13px; }
.i6-main-notice { display: flex; height: 66px; align-items: center; gap: 14px; margin-top: 14px; }
.i6-main-notice time { display: flex; width: 60px; height: 48px; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; background: #f2f7fb; }
.i6-main-notice time b { color: #007ebf; font-size: 22px; }
.i6-main-notice time span { color: #7a8492; font-size: 10px; }
.i6-main-notice > span { display: flex; flex-direction: column; gap: 5px; }
.i6-main-notice strong { font-size: 15px; line-height: 20px; }
.i6-main-notice small { color: #007ebf; font-size: 11px; font-weight: 700; }
.i6-notice-list { margin-top: 14px; border-top: 1px solid #e5e7eb; padding-top: 7px; }
.i6-notice-list a { display: grid; height: 35px; grid-template-columns: 58px 1fr 44px; align-items: center; gap: 10px; }
.i6-notice-list b { color: #667085; font-size: 11px; }
.i6-notice-list a:first-child b { color: #007ebf; }
.i6-notice-list span { overflow: hidden; color: #374151; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.i6-notice-list time { color: #8b95a1; font-size: 11px; text-align: right; }

.i6-bottom-row { display: grid; grid-template-columns: 440px 520px 304px; gap: 24px; height: 220px; padding: 20px 64px; background: #f5f7fa; }
.i6-story, .i6-facility, .i6-opportunity { height: 180px; overflow: hidden; border: 1px solid #d9dee7; border-radius: 12px; background: #fff; }
.i6-story { display: grid; grid-template-columns: 188px 252px; }
.i6-story-media { position: relative; width: 188px; height: 180px; overflow: hidden; background: #07172e; }
.i6-story-media > img { width: 100%; height: 100%; object-fit: cover; }
.i6-story-media > i { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(16,42,67,.18); }
.i6-story-media > i img { width: 48px; height: 48px; }
.i6-story-copy { display: flex; flex-direction: column; gap: 9px; padding: 24px 20px 20px; }
.i6-story-copy em { color: #007ebf; font-size: 13px; font-style: normal; font-weight: 700; }
.i6-story-copy strong { color: #24313f; font-size: 20px; line-height: 25px; }
.i6-story-copy small { color: #667085; font-size: 12px; line-height: 18px; }
.i6-facility { padding: 20px; }
.i6-facility form { display: grid; grid-template-columns: 126px 150px 126px 54px; gap: 8px; margin-top: 12px; }
.i6-facility form button { display: flex; height: 42px; align-items: center; justify-content: space-between; border: 1px solid #d9dee7; border-radius: 8px; padding: 0 8px 0 12px; background: #f7f9fb; color: #667085; font-size: 12px; line-height: 1; }
.i6-facility form .submit { justify-content: center; border-color: #007ebf; background: #007ebf; color: #fff; font-weight: 700; }
.i6-fast-search { display: flex; height: 28px; align-items: center; gap: 8px; margin-top: 12px; font-size: 11px; }
.i6-fast-search b { color: #667085; }
.i6-fast-search a { padding: 6px 8px; border-radius: 14px; background: #f3f5f7; color: #59636f; }
.i6-fast-search .active { background: #e8f4fa; color: #007ebf; }
.i6-opportunity { padding: 18px; }
.i6-opportunity .info-heading { height: 26px; }
.i6-opportunity .info-heading h2 { font-size: 20px; line-height: 26px; }
.i6-opportunity .info-heading a { color: #667085; }
.i6-opportunity > a { display: grid; height: 40px; grid-template-columns: 45px 1fr 56px; align-items: center; gap: 8px; }
.i6-opportunity b { font-size: 10px; }
.i6-opportunity .job { color: #007ebf; }
.i6-opportunity .event { color: #7e57c2; }
.i6-opportunity .share { color: #77a900; }
.i6-opportunity span { overflow: hidden; color: #374151; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.i6-opportunity em { font-size: 10px; font-style: normal; font-weight: 700; text-align: right; }
.i6-opportunity > a:nth-of-type(1) em { color: #007ebf; }
.i6-opportunity > a:nth-of-type(2) em { color: #7e57c2; }
.i6-opportunity > a:nth-of-type(3) em { color: #77a900; }
.i6-footer { display: flex; position: relative; height: 92px; align-items: center; justify-content: space-between; padding: 18px 64px; background: #0554a6; color: #fff; }
.i6-footer > div { display: flex; flex-direction: column; gap: 5px; }
.i6-footer > div strong { font-size: 15px; }
.i6-footer > div span { color: rgba(255,255,255,.64); font-size: 11px; }
.i6-footer-logo { width: 250px; height: 43px; }
.i6-footer-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.i6-footer .info-social { position: absolute; left: 932px; }
.i6-footer .i6-footer-links { align-items: flex-end; gap: 6px; }
.i6-footer .i6-footer-links strong { color: rgba(255,255,255,.88); font-size: 11px; font-weight: 500; }
.i6-footer .i6-footer-links span { color: rgba(255,255,255,.48); font-size: 10px; }

@media (min-width: 1441px) {
  .i5-hero-row, .i5-content-row, .i5-service-row,
  .i6-news-row, .i6-bottom-row {
    width: 1440px;
    margin-inline: auto;
  }

  .i5-header-top::before { left: 0; width: calc(50% - 402px); }
  .i5-header-top::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: calc(50% - 720px);
    height: 100%;
    background: #fff;
    content: "";
  }
  .i5-bookmark-white { left: calc(50% - 720px); }
  .i5-bookmark-green { left: calc(50% - 212px); }
  .i5-bookmark-blue { left: calc(50% + 18px); }
  .i5-logo { left: calc(50% - 620px); }
  .i5-resource { left: calc(50% - 106px); }
  .i5-education { left: calc(50% + 119px); }
  .i5-utils { right: calc(50% - 683px); }
  .i5-nav { left: calc(50% - 320px); }
  .i5-header-search { right: calc(50% - 592px); }
  .i5-footer > a, .i5-footer p { left: calc(50% - 640px); }
  .i5-footer .info-social { right: calc(50% - 640px); }

  .i6-utility, .i6-brand-row, .i6-nav-row, .i6-footer {
    padding-right: calc(50% - 656px);
    padding-left: calc(50% - 656px);
  }
  .i6-hero-copy, .i6-shortcuts, .i6-integrated-search, .i6-keywords {
    left: calc(50% - 656px);
  }
  .i6-frequent { left: calc(50% + 228px); }
  .i6-footer .info-social { left: calc(50% + 212px); }
}

@media (max-width: 1180px) {
  .i5-utils { display: none; }
  .i5-nav { left: 300px; width: 560px; }
  .i5-header-search { right: 24px; width: 230px; }
  .i5-hero-row { grid-template-columns: minmax(0,2fr) minmax(342px,.9fr); padding-inline: 32px; }
  .i5-quick-grid { grid-template-columns: repeat(3,1fr); }
  .i5-quick-grid a { width: 100%; }
  .i5-content-row { grid-template-columns: 1.55fr 1fr .95fr; padding-inline: 32px; }
  .i5-video, .i5-publication-body { width: 100%; }
  .i5-service-row { grid-template-columns: minmax(560px,2.4fr) minmax(210px,1fr) minmax(210px,1fr); padding-inline: 32px; }
  .i5-facility-form { grid-template-columns: repeat(3,1fr) 1.45fr; }
  .i6-brand-row, .i6-nav-row, .i6-utility { padding-inline: 32px; }
  .i6-nav { width: calc(100% - 130px); grid-template-columns: repeat(5,1fr); }
  .i6-hero-copy, .i6-shortcuts, .i6-integrated-search { left: 40px; width: 56%; }
  .i6-keywords { left: 40px; }
  .i6-frequent { right: 32px; left: auto; width: 36%; }
  .i6-frequent-grid { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .i6-frequent-grid > a { width: 100%; }
  .i6-news-row { grid-template-columns: 2fr 1fr; padding-inline: 32px; }
  .i6-news-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .i6-bottom-row { grid-template-columns: 1.35fr 1.6fr 1fr; padding-inline: 32px; }
  .i6-story { grid-template-columns: 42% 58%; }
  .i6-story-media { width: 100%; }
  .i6-facility form { grid-template-columns: repeat(3,minmax(0,1fr)) 54px; }
  .i6-footer { padding-inline: 32px; }
  .i6-footer .info-social { display: none; }
}

@media (max-width: 900px) {
  body { background: #fff; }
  .info-page { max-width: none; }
  .i5 { min-height: 0; }
  .i5-header { height: 76px; }
  .i5-header-top { height: 76px; background: #fff; }
  .i5-header-top::before { width: 220px; }
  .i5-bookmark, .i5-resource, .i5-education, .i5-utils, .i5-nav-row { display: none; }
  .i5-logo { top: 16px; left: 20px; width: 250px; height: 44px; }
  .i5-hero-row, .i5-content-row, .i5-service-row { display: grid; height: auto; grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .i5-hero { height: 420px; }
  .i5-quick { height: auto; }
  .i5-quick-grid { grid-template-columns: repeat(3,1fr); }
  .i5-content-row .info-card, .i5-service-row .info-card, .i5-facility-search { width: 100%; height: auto; min-height: 180px; }
  .i5-content-row .info-card { min-height: 290px; }
  .i5-publication-body { justify-content: center; }
  .i5-service-row { padding-top: 0; }
  .i5-facility-form { grid-template-columns: repeat(3,1fr) 1.45fr; }
  .i5-footer { height: 210px; }
  .i5-footer > a, .i5-footer p { left: 24px; }
  .i5-footer .info-social { right: 24px; }
  .i5-footer .address { width: calc(100% - 48px); line-height: 18px; }
  .i6 { min-height: 0; }
  .i6-header { height: 76px; }
  .i6-utility, .i6-nav-row { display: none; }
  .i6-brand-row { height: 76px; padding: 0 20px; }
  .i6-logo { width: 250px; height: 44px; }
  .i6-brand-tools { display: none; }
  .i6-hero { display: flex; height: auto; min-height: 760px; flex-direction: column; gap: 16px; padding: 36px 20px 24px; }
  .i6-hero-copy, .i6-shortcuts, .i6-integrated-search, .i6-keywords, .i6-frequent { position: relative; top: auto; right: auto; left: auto; width: 100%; }
  .i6-hero-copy { order: 1; }
  .i6-shortcuts { order: 2; grid-template-columns: repeat(2,1fr); }
  .i6-integrated-search { order: 3; }
  .i6-keywords { order: 4; }
  .i6-frequent { order: 5; height: auto; margin-top: 4px; }
  .i6-frequent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .i6-news-row, .i6-bottom-row { display: grid; height: auto; grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .i6-news, .i6-notice, .i6-story, .i6-facility, .i6-opportunity { width: 100%; }
  .i6-bottom-row { padding-top: 0; }
  .i6-footer { height: auto; min-height: 150px; flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px; }
  .i6-footer .i6-footer-links { align-items: flex-start; }
}

@media (max-width: 560px) {
  .info-heading h2 { font-size: 18px; }
  .i5-logo, .i6-logo { width: 220px; }
  .i5-hero-row, .i5-content-row, .i5-service-row, .i6-news-row, .i6-bottom-row { padding-inline: 16px; }
  .i5-hero { height: 450px; border-radius: 18px; }
  .i5-hero-photo { object-position: 62% center; }
  .i5-hero-copy { top: 34px; left: 24px; width: calc(100% - 48px); }
  .i5-hero-copy h1 { font-size: 32px; line-height: 43px; }
  .i5-hero-copy > p:not(.i5-eyebrow) br { display: none; }
  .i5-hero-actions { flex-wrap: wrap; }
  .i5-quick-grid { grid-template-columns: repeat(2,1fr); }
  .i5-tabs { gap: 11px; overflow-x: auto; }
  .i5-content-row .i5-featured-news { height: auto; min-height: 92px; overflow: visible; }
  .i5-featured-news strong, .i5-featured-news small { white-space: normal; }
  .i5-popup button { overflow: hidden; font-size: 11px; line-height: 1; }
  .i6-opportunity { height: auto; min-height: 184px; }
  .i5-news-line time { display: none; }
  .i5-video { height: 170px; }
  .i5-facility-heading { height: auto; align-items: flex-start; gap: 8px; }
  .i5-facility-heading h2 { font-size: 17px; }
  .i5-facility-heading > span { text-align: right; }
  .i5-facility-form { grid-template-columns: 1fr; }
  .i5-facility-form button { width: 100%; }
  .i5-footer { height: 240px; }
  .i5-footer .info-social { top: 78px; left: 24px; right: auto; }
  .i5-footer .links { top: 126px; }
  .i5-footer .address { top: 153px; }
  .i5-footer .copyright { top: 203px; width: calc(100% - 48px); }
  .i6-hero { min-height: 920px; }
  .i6-hero-copy h1 { font-size: 34px; line-height: 46px; }
  .i6-hero-copy span { font-size: 14px; }
  .i6-shortcuts { grid-template-columns: 1fr; }
  .i6-integrated-search { height: auto; flex-direction: column; gap: 10px; padding: 10px; }
  .i6-integrated-search input, .i6-integrated-search button { width: 100%; height: 42px; }
  .i6-frequent-grid { grid-template-columns: 1fr; }
  .i6-featured-news { height: auto; align-items: flex-start; }
  .i6-featured-news strong, .i6-featured-news small { white-space: normal; }
  .i6-news-columns { grid-template-columns: 1fr; }
  .i6-news, .i6-notice { height: auto; min-height: 290px; }
  .i6-story { height: auto; min-height: 180px; grid-template-columns: 42% 58%; }
  .i6-facility { height: auto; min-height: 260px; }
  .i6-facility form { grid-template-columns: 1fr; }
  .i6-facility form button { width: 100%; }
  .i6-fast-search { height: auto; flex-wrap: wrap; }
  .i6-notice-list a { grid-template-columns: 50px 1fr 38px; }
  .i6-footer .i6-footer-links strong { line-height: 18px; }
}
