@charset "utf-8";

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
}

:root {
  --gr-blue: #0369a1;
  --gr-blue-dark: #0f3d68;
  --gr-sky: #0ea5e9;
  --gr-navy: #0f172a;
  --gr-text: #1e293b;
  --gr-muted: #64748b;
  --gr-line: #e2e8f0;
  --gr-soft: #f6f9fc;
  --gr-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  background: var(--gr-white);
  color: var(--gr-text);
}

.ginus-header,
.ginus-header *,
.gr-page,
.gr-page *,
.gr-customer-main,
.gr-customer-main *,
.gr-board-reader,
.gr-board-reader *,
.gr-download-auth,
.gr-download-auth *,
.ginus-footer,
.ginus-footer * {
  box-sizing: border-box;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  letter-spacing: 0;
}

.ginus-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  width: 100%;
  border-bottom: 1px solid var(--gr-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 12px rgba(15, 23, 42, 0.06);
}

.ginus-header__inner,
.gr-container {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.ginus-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ginus-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gr-navy);
  text-decoration: none;
}

.ginus-brand:hover {
  color: var(--gr-navy);
  opacity: 0.85;
}

.ginus-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ginus-brand span {
  font-size: 22px;
  font-weight: 800;
}

.ginus-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 6px;
}

.ginus-nav__item {
  position: relative;
}

.ginus-nav__account {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: -6px;
  padding-right: 16px;
  border-right: 1px solid #dbe3ed;
  white-space: nowrap;
}

.ginus-nav__account-name {
  max-width: 140px;
  overflow: hidden;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ginus-nav__account-link,
.ginus-nav__account-link:link,
.ginus-nav__account-link:visited,
.ginus-nav__account-link:active {
  color: #475569;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ginus-nav__account-link:hover {
  color: var(--gr-blue);
}

.ginus-nav__link,
.ginus-nav__link:link,
.ginus-nav__link:visited,
.ginus-nav__link:active {
  display: block;
  padding: 26px 16px;
  color: #475569;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ginus-nav__link:hover,
.ginus-nav__item:hover .ginus-nav__link {
  color: var(--gr-blue);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 15px;
}

.ginus-nav__submenu {
  position: absolute;
  top: 64px;
  left: 0;
  display: none;
  min-width: 170px;
  overflow: hidden;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  background: var(--gr-white);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.ginus-nav__item:hover .ginus-nav__submenu {
  display: block;
}

.ginus-nav__submenu a,
.ginus-nav__submenu a:link,
.ginus-nav__submenu a:visited,
.ginus-nav__submenu a:active {
  display: block;
  padding: 13px 16px;
  color: #475569;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.ginus-nav__submenu a:hover {
  background: #eaf6fd;
  color: var(--gr-blue);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 14px;
}

.ginus-header__tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ginus-header__tools a,
.ginus-header__tools a:link,
.ginus-header__tools a:visited,
.ginus-header__tools a:active {
  color: #475569;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ginus-header__tools a:hover {
  color: var(--gr-blue);
}

.gr-admin-login-page,
.gr-admin-login-page * {
  box-sizing: border-box;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
}

.gr-admin-login-page {
  min-width: 0;
  margin: 0;
  background: #eef5fb;
}

.gr-admin-login {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background:
    radial-gradient(circle at 18% 22%, rgba(14, 165, 233, 0.13) 0, rgba(14, 165, 233, 0) 30%),
    radial-gradient(circle at 82% 78%, rgba(31, 78, 234, 0.1) 0, rgba(31, 78, 234, 0) 32%),
    linear-gradient(145deg, #f8fbfe 0%, #edf5fb 52%, #e8f1f9 100%);
}

.gr-admin-login::before,
.gr-admin-login::after {
  position: absolute;
  border: 1px solid rgba(14, 165, 233, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.gr-admin-login::before {
  top: -180px;
  left: -140px;
  width: 460px;
  height: 460px;
}

.gr-admin-login::after {
  right: -120px;
  bottom: -210px;
  width: 520px;
  height: 520px;
}

.gr-admin-login__card {
  position: relative;
  z-index: 1;
  width: min(512px, 100%);
  padding: 38px 36px 37px;
  border: 0;
  border-radius: 16px;
  background: var(--gr-white);
  box-shadow: 0 26px 70px rgba(30, 64, 110, 0.16);
}

.gr-admin-login__card .gr-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 18px;
}

.gr-admin-login__card h1 {
  margin: 0 0 10px;
  color: var(--gr-navy);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 41px;
}

.gr-admin-login__card > p {
  margin: 0 0 16px;
  color: var(--gr-muted);
  font-size: 14px;
  line-height: 1.6;
}

.gr-admin-login__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0;
  text-decoration: none;
}

.gr-admin-login__close::before,
.gr-admin-login__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.gr-admin-login__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gr-admin-login__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gr-admin-login__close:hover {
  background: #e2e8f0;
  color: var(--gr-navy);
}

.gr-admin-login__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.gr-admin-login__card input {
  width: 100%;
  height: 48px;
  margin-top: 12px;
  padding: 0 15px;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  background: var(--gr-white);
  color: var(--gr-navy);
  font-size: 14px;
}

.gr-admin-login__card input:focus {
  border-color: var(--gr-blue);
  box-shadow: 0 0 0 3px rgba(3, 105, 161, 0.1);
  outline: 0;
}

.gr-admin-login__card button {
  width: 100%;
  height: 48px;
  margin-top: 0;
  border: 0;
  border-radius: 8px;
  background: var(--gr-blue);
  color: var(--gr-white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
}

.gr-admin-login__card button:hover {
  background: var(--gr-blue-dark);
}

.gr-admin-login__notice {
  margin: 14px 0 20px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
}

.gr-page {
  overflow: hidden;
  color: var(--gr-text);
  background: var(--gr-white);
}

.gr-section {
  padding: 72px 0;
}

.gr-section--soft {
  background: var(--gr-soft);
}

.gr-section--compact {
  padding: 48px 0;
}

.gr-home-solutions {
  background: #f4f8fc;
}

.gr-home-news {
  background: var(--gr-white);
}

.gr-home-support {
  background: #f4f8fc;
}

.gr-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--gr-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gr-title {
  margin: 0;
  color: var(--gr-navy);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.18;
}

.gr-title--center,
.gr-lead--center {
  text-align: center;
}

.gr-lead {
  margin: 18px 0 0;
  color: var(--gr-muted);
  font-size: 18px;
  line-height: 1.75;
}

.gr-rule {
  width: 48px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--gr-blue);
}

.gr-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gr-navy);
  color: var(--gr-white);
  text-align: center;
}

.gr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/redesign/medical-hero-bg.webp") center top / 100% auto no-repeat;
  background-attachment: fixed;
  opacity: 0.55;
}

.gr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(3, 105, 161, 0.58), rgba(15, 23, 42, 0.42));
}

.gr-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 100px 0;
}

.gr-hero h1 {
  margin: 0;
  color: var(--gr-white);
  font-size: 68px;
  font-weight: 800;
  line-height: 1.12;
}

.gr-hero h1 span {
  color: #7dd3fc;
}

.gr-hero p {
  max-width: 720px;
  margin: 28px auto 0;
  color: #e0f2fe;
  font-size: 20px;
  line-height: 1.8;
}

.gr-grid {
  display: grid;
  gap: 28px;
}

.gr-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gr-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gr-card {
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  background: var(--gr-white);
  box-shadow: none;
}

.gr-solution-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 38px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gr-solution-card:hover {
  border-color: var(--gr-sky);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.gr-logo-product {
  display: block;
  width: auto;
  max-width: 260px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.gr-solution-card > .gr-logo-product {
  width: 260px;
  height: 72px;
  max-height: none;
}

.gr-solution-card > .gr-logo-product--phoenix {
  transform: translateY(-5px);
}

.gr-card p {
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.8;
}

.gr-feature-list {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.gr-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gr-navy);
  font-size: 16px;
  font-weight: 800;
}

.gr-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eaf6fd;
  color: var(--gr-blue);
  font-size: 18px;
  font-weight: 900;
}

.gr-icon svg {
  display: block;
}

.gr-solution-card .gr-feature-item .gr-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.gr-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gr-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.gr-link:hover {
  color: #075985;
}

.gr-card-link,
.gr-card-link:link,
.gr-card-link:visited,
.gr-card-link:active {
  gap: 9px;
  color: #0284c7;
  font-size: 13px;
  font-weight: 800;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
}

.gr-card-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
}

.gr-card-link:hover {
  color: #0369a1;
  font-size: 13px;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
}

.gr-card-link:hover svg {
  transform: translateX(3px);
}

.gr-news-card {
  padding: 32px;
}

.gr-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.gr-news-head h3 {
  margin: 0;
  color: var(--gr-navy);
  font-size: 24px;
  font-weight: 800;
}

.gr-news-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gr-news-title > span {
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: var(--gr-sky);
}

.gr-news-list {
  display: grid;
  gap: 2px;
}

.gr-news-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  gap: 16px;
  align-items: center;
  padding: 13px 4px;
  color: var(--gr-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gr-news-list a > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gr-news-list a:hover {
  background: #f8fafc;
}

.gr-news-list time {
  width: 78px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.gr-new {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px;
  background: var(--gr-blue);
  color: var(--gr-white);
  font-size: 11px;
  font-weight: 900;
}

.gr-support-link {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--gr-navy);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gr-support-link:hover {
  border-color: #7dd3fc;
  background: #f0f9ff;
}

.gr-support-link strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

.gr-support-main > span:last-child > span {
  display: block;
  margin-top: 5px;
  color: var(--gr-muted);
  font-size: 13px;
  font-weight: 600;
}

.gr-support-main > .gr-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.gr-support-main > .gr-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.gr-support-main > .gr-icon--remote svg {
  width: 27px;
  height: 27px;
}

.gr-support-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.gr-support-main > span:last-child {
  min-width: 0;
}

.gr-support-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #0284c7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
}

.gr-support-link:hover .gr-support-arrow {
  transform: translateX(3px);
}

.gr-subhero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--gr-line);
  background: #f8fafc;
}

.gr-subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image: linear-gradient(to right, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
}

.gr-subhero__inner {
  position: relative;
  padding: 100px 0;
  text-align: center;
}

.gr-subhero .gr-logo-product {
  max-width: 330px;
  max-height: 96px;
  margin: 0 auto 40px;
}

.gr-subhero h1 {
  margin: 0;
  color: var(--gr-navy);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
}

.gr-mobile-break {
  display: none;
}

.gr-subhero h1 + .gr-lead {
  margin-top: 26px;
}

.gr-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.gr-tags span {
  border-radius: 999px;
  background: var(--gr-white);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  color: var(--gr-blue);
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 800;
}

.gr-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.gr-about-grid .gr-title {
  font-size: 38px;
  line-height: 1.28;
}

.gr-about-grid > div:first-child .gr-lead {
  max-width: none;
  width: 100%;
  font-size: 17px;
  line-height: 1.85;
}

.gr-check-list {
  border-top: 1px solid var(--gr-line);
  border-bottom: 1px solid var(--gr-line);
}

.gr-check-row {
  display: flex;
  gap: 14px;
  padding: 26px 0;
  border-bottom: 1px solid var(--gr-line);
}

.gr-check-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: #0284c7;
}

.gr-check-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.gr-check-row:last-child {
  border-bottom: 0;
}

.gr-check-row h3 {
  margin: 0;
  color: var(--gr-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.gr-check-row p {
  margin: 10px 0 0;
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.7;
}

.gr-mini-card {
  min-height: 248px;
  min-width: 0;
  padding: 28px;
}

.gr-feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.gr-mini-card h3 {
  margin: 30px 0 0;
  color: var(--gr-navy);
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: break-word;
}

.gr-mini-card p {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.gr-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gr-benefit-list {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid var(--gr-line);
  border-bottom: 1px solid var(--gr-line);
}

.gr-benefit-row {
  display: grid;
  grid-template-columns: 90px 220px 1fr;
  gap: 16px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--gr-line);
}

.gr-benefit-row:last-child {
  border-bottom: 0;
}

.gr-benefit-row b {
  padding-left: 16px;
  color: var(--gr-blue);
  font-size: 14px;
}

.gr-benefit-row h3 {
  margin: 0;
  color: var(--gr-navy);
  font-size: 20px;
  font-weight: 800;
}

.gr-benefit-row p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 15px;
  line-height: 1.8;
}

.gr-tabs {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  border-bottom: 1px solid var(--gr-line);
}

.gr-tab-button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  padding: 0 2px 16px;
  white-space: nowrap;
}

.gr-tab-button.is-active {
  border-color: var(--gr-blue);
  color: var(--gr-blue);
}

.gr-tab-panel {
  display: none;
  padding-top: 30px;
}

.gr-tab-panel.is-active {
  display: block;
}

.gr-search {
  display: flex;
  justify-content: flex-end;
  margin: -56px 0 22px;
}

.gr-search input {
  width: 320px;
  height: 44px;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  color: var(--gr-text);
  font-size: 14px;
  padding: 0 14px;
}

.gr-table-list {
  border-top: 1px solid var(--gr-line);
}

.gr-table-list a {
  display: grid;
  grid-template-columns: 112px 1fr 120px 28px;
  gap: 18px;
  align-items: center;
  padding: 20px 8px;
  border-bottom: 1px solid #f1f5f9;
  color: var(--gr-text);
  text-decoration: none;
}

.gr-table-list a:hover {
  background: #f0f9ff;
}

.gr-category {
  width: fit-content;
  border-radius: 4px;
  background: #eaf6fd;
  color: var(--gr-blue);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.gr-table-title {
  display: block;
  color: var(--gr-navy);
  font-size: 16px;
  font-weight: 800;
}

.gr-table-desc {
  display: block;
  margin-top: 6px;
  color: var(--gr-muted);
  font-size: 13px;
}

.gr-table-date {
  color: var(--gr-muted);
  font-size: 13px;
  text-align: right;
}

.gr-download-selector {
  display: flex;
  justify-content: center;
  margin: 0 0 38px;
}

#tabmenu.gr-download-selector {
  height: auto;
  background: none;
}

.gr-download-selector span,
.gr-download-selector ul {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 5px;
  border: 1px solid var(--gr-line);
  border-radius: 7px;
  background: var(--gr-white);
  list-style: none;
}

#tabmenu.gr-download-selector ul {
  box-sizing: border-box;
  padding: 3px !important;
  padding-left: 3px !important;
}

.gr-download-selector ul li {
  float: none;
  display: flex;
  height: auto;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border: 0;
  background: none !important;
  line-height: normal;
}

#tabmenu.gr-download-selector ul li {
  padding-left: 0 !important;
}

.gr-download-selector button,
.gr-download-selector a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.gr-download-selector button.is-active,
.gr-download-selector a.is-active,
.gr-download-selector li.on a,
#tabmenu.gr-download-selector li.on a {
  border: 0 !important;
  background: var(--gr-blue) !important;
  color: var(--gr-white) !important;
  box-shadow: 0 2px 5px rgba(3, 105, 161, 0.2);
}

#tabmenu.gr-download-selector li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background-image: none !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.gr-download-panel {
  display: none;
  grid-template-columns: 1fr 260px;
  gap: 54px;
  align-items: center;
  padding: 42px 0;
}

.gr-download-panel.is-active {
  display: grid;
}

.gr-download-panel img {
  max-width: 280px;
  max-height: 84px;
  object-fit: contain;
}

.gr-download-actions {
  display: grid;
  gap: 12px;
}

.gr-download-actions a {
  box-sizing: border-box;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  color: var(--gr-navy);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 18px;
  text-decoration: none;
}

.gr-download-actions a::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 12px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M12 4v10m0 0 3.5-3.5M12 14l-3.5-3.5M5 16.5v2.5h14v-2.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M12 4v10m0 0 3.5-3.5M12 14l-3.5-3.5M5 16.5v2.5h14v-2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gr-download-actions a span {
  display: none;
}

.gr-download-actions a:hover {
  border-color: #7dd3fc;
  background: #f0f9ff;
  color: var(--gr-blue);
}

.gr-download-auth {
  min-height: calc(100vh - 80px);
  background: var(--gr-white);
}

.gr-download-auth__hero {
  padding: 68px 0 72px;
  background: #f4f8fc;
}

.gr-download-auth__hero h1 {
  margin: 12px 0 14px;
  color: var(--gr-navy);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.gr-download-auth__hero p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 16px;
  line-height: 1.7;
}

.gr-download-auth__content {
  display: flex;
  justify-content: center;
  padding: 76px 24px 110px;
}

.gr-download-auth__card {
  box-sizing: border-box;
  width: min(100%, 520px);
  padding: 48px;
  border: 1px solid var(--gr-line);
  border-radius: 16px;
  background: var(--gr-white);
  box-shadow: 0 18px 48px rgba(15, 45, 74, 0.08);
  text-align: center;
}

.gr-download-auth__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border-radius: 14px;
  background-color: #eaf7ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%230078b9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M12 4v10m0 0 3.5-3.5M12 14l-3.5-3.5M5 16.5v2.5h14v-2.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}

.gr-download-auth__card h2 {
  margin: 0;
  color: var(--gr-navy);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gr-download-auth__description {
  margin: 14px 0 30px;
  color: var(--gr-muted);
  font-size: 15px;
  line-height: 1.7;
}

.gr-download-auth__form {
  text-align: left;
}

.gr-download-auth__form label {
  display: block;
  margin-bottom: 9px;
  color: var(--gr-navy);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.gr-download-auth__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 10px;
}

.gr-download-auth__field input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--gr-navy);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gr-download-auth__field input[type="text"]:focus {
  border-color: var(--gr-blue);
  box-shadow: 0 0 0 3px rgba(0, 120, 185, 0.12);
  outline: 0;
}

.gr-download-auth__field input::placeholder {
  color: #94a3b8;
}

.gr-download-auth__field button {
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: var(--gr-blue);
  color: var(--gr-white);
  cursor: pointer;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: background 0.2s ease;
}

.gr-download-auth__field button:hover {
  background: var(--gr-blue-dark);
}

.gr-download-auth__back {
  display: inline-block;
  margin-top: 24px;
  color: var(--gr-muted);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gr-download-auth__back:hover {
  color: var(--gr-blue);
}

.gr-remote-hero {
  padding: 78px 0 82px;
  background: #f4f8fc;
}

.gr-remote-hero h1 {
  margin: 12px 0 14px;
  color: var(--gr-navy);
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.gr-remote-hero p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 17px;
  line-height: 1.7;
}

.gr-remote-content {
  display: flex;
  justify-content: center;
  padding: 76px 24px 110px;
}

.gr-remote-card {
  box-sizing: border-box;
  width: min(100%, 560px);
  padding: 48px;
  border: 1px solid var(--gr-line);
  border-radius: 16px;
  background: var(--gr-white);
  box-shadow: 0 18px 48px rgba(15, 45, 74, 0.08);
  text-align: center;
}

.gr-remote-card__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: #eaf7ff;
  color: var(--gr-blue);
}

.gr-remote-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gr-remote-screen-front {
  fill: #eaf7ff;
}

.gr-icon .gr-remote-screen-front {
  fill: var(--gr-white);
}

.gr-remote-card h2 {
  margin: 0;
  color: var(--gr-navy);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gr-remote-card > p {
  margin: 14px 0 30px;
  color: var(--gr-muted);
  font-size: 15px;
  line-height: 1.7;
}

.gr-remote-card__button {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--gr-blue);
  color: var(--gr-white) !important;
  font-size: 15px !important;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease;
}

.gr-remote-card__button:hover {
  background: var(--gr-blue-dark);
}

.gr-remote-card__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gr-remote-guide {
  margin-top: 30px;
  padding: 22px 24px;
  border-radius: 10px;
  background: var(--gr-soft);
  text-align: left;
}

.gr-remote-guide strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gr-navy);
  font-size: 14px;
  font-weight: 800;
}

.gr-remote-guide ol {
  margin: 0;
  padding-left: 20px;
  color: var(--gr-muted);
  font-size: 14px;
  line-height: 1.8;
}

.gr-support-stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.gr-customer-hero {
  padding: 86px 0 92px;
  background: #f4f8fc;
}

.gr-customer-hero h1 {
  margin: 12px 0 14px;
  color: var(--gr-navy);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.gr-customer-hero p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 17px;
  line-height: 1.7;
}

.gr-customer-tabs {
  display: flex;
  gap: 34px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid var(--gr-line);
}

.gr-customer-tabs a,
.gr-customer-tabs a:link,
.gr-customer-tabs a:visited,
.gr-customer-tabs a:active {
  position: relative;
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  color: #64748b;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.gr-customer-tabs a:hover,
.gr-customer-tabs a.is-active {
  color: var(--gr-blue);
}

.gr-customer-tabs a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gr-blue);
  content: "";
}

.gr-customer-board #sub_content {
  float: none;
  width: min(1440px, calc(100% - 48px));
  min-height: 620px;
  margin: 0 auto;
}

.gr-customer-board #left_area,
.gr-customer-board #sky,
.gr-customer-board #sub_con_title {
  display: none !important;
}

.gr-customer-board #content_area {
  float: none;
  width: 100%;
  margin: 0;
}

.gr-customer-board #content {
  width: 100%;
  padding: 34px 0 90px;
}

.gr-board-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 14px;
  color: var(--gr-muted);
  font-size: 13px;
}

.gr-customer-board table.writeT.list {
  display: block;
  width: 100%;
  border-top: 1px solid var(--gr-line);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
}

.gr-customer-board table.writeT.list thead {
  display: none;
}

.gr-customer-board table.writeT.list tbody {
  display: block;
}

.gr-customer-board table.writeT.list tr {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 130px;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid #eef2f7;
}

.gr-customer-board table.writeT.list tr:hover {
  background: #f8fbfe;
}

.gr-customer-board table.writeT.list td {
  display: block;
  width: auto;
  border: 0;
  color: var(--gr-muted);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 13px;
  letter-spacing: -0.01em;
  padding: 0 8px;
}

.gr-customer-board table.writeT.list td:first-child {
  font-size: 0;
}

.gr-customer-board table.writeT.list td:first-child::after {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: #eaf6fd;
  color: var(--gr-blue);
  content: "공지사항";
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.gr-customer-board.is-insure-notice table.writeT.list td:first-child::after {
  content: "고시정보";
}

.gr-customer-board table.writeT.list td:nth-child(2) a {
  display: block;
  color: var(--gr-navy);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-decoration: none;
}

.gr-customer-board table.writeT.list td:nth-child(2) a:hover {
  color: var(--gr-blue);
}

.gr-customer-board table.writeT.list td:nth-child(3) {
  display: none;
}

.gr-customer-board table.writeT.list td:nth-child(4) {
  text-align: right;
}

.gr-customer-board table.writeT.list td:nth-child(5) {
  display: none;
}

.gr-customer-board .write {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-end;
  padding: 18px 0 0;
}

.gr-customer-board .write ul {
  position: static;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gr-customer-board .write ul li {
  float: none;
  height: auto;
  line-height: normal;
}

.gr-customer-board .write .gr-write-button {
  display: inline-flex;
  min-width: 104px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gr-blue);
  border-radius: 8px;
  background: var(--gr-blue);
  color: var(--gr-white);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 800;
  padding: 0 20px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gr-customer-board .write .gr-write-button:hover {
  border-color: var(--gr-blue-dark);
  background: var(--gr-blue-dark);
  color: var(--gr-white);
}

.gr-customer-page .mw_login {
  z-index: 10000;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
}

.gr-customer-page .mw_login .bg {
  background: #0f172a;
  opacity: 0.58;
  filter: alpha(opacity=58);
}

.gr-customer-page #login {
  top: 50%;
  left: 50%;
  width: min(440px, calc(100% - 32px));
  margin: 0;
  padding: 36px;
  border: 0;
  border-radius: 16px;
  background: var(--gr-white);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.26);
  color: var(--gr-text);
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  white-space: normal;
}

.gr-customer-page #login .close {
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0;
}

.gr-customer-page #login .close::before,
.gr-customer-page #login .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.gr-customer-page #login .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gr-customer-page #login .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gr-login-heading {
  margin-bottom: 28px;
}

.gr-login-heading span {
  color: var(--gr-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.gr-login-heading h2 {
  margin: 8px 0 10px;
  color: var(--gr-navy);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.gr-login-heading p {
  margin: 0;
  color: var(--gr-muted);
  font-size: 14px;
  line-height: 1.6;
}

.gr-customer-page #login .item {
  margin-top: 12px;
}

.gr-customer-page #login .i_label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.gr-customer-page #login .g_login .i_text {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  background: var(--gr-white);
  color: var(--gr-navy);
  font: 600 14px "Pretendard", sans-serif;
}

.gr-customer-page #login .g_login .i_text:focus {
  border-color: var(--gr-blue);
  box-shadow: 0 0 0 3px rgba(3, 105, 161, 0.1);
}

.gr-customer-page #login .g_login .i_text::placeholder {
  color: #94a3b8;
  font-weight: 600;
  opacity: 1;
}

.gr-customer-page #login .gr-login-notice {
  float: none;
  height: auto;
  margin: 14px 0 20px;
  padding: 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
}

.gr-customer-page #login .g_login .btn_login {
  position: static;
  display: block;
  height: auto;
  margin: 0;
  background: none;
}

.gr-customer-page #login .btn_login input {
  left: auto;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--gr-blue);
  color: var(--gr-white);
  font: 800 15px "Pretendard", sans-serif;
  line-height: 48px;
}

.gr-customer-page #login .btn_login input:hover {
  background: var(--gr-blue-dark);
}

.gr-customer-board ol.paging {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 38px 0 0;
}

.gr-customer-board ol.paging a,
.gr-customer-board ol.paging span {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gr-customer-board ol.paging .style1 {
  background: var(--gr-blue);
  color: var(--gr-white);
}

.gr-customer-detail .gr-board-detail {
  margin: 42px 0 90px;
  border: 1px solid var(--gr-line);
  border-radius: 16px;
  background: var(--gr-white);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.gr-board-detail__header {
  padding: 42px 48px 32px;
  border-bottom: 1px solid var(--gr-line);
}

.gr-board-detail__category {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: #eaf6fd;
  color: var(--gr-blue);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 11px;
}

.gr-board-detail__header h2 {
  margin: 20px 0 18px;
  color: var(--gr-navy);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.4;
}

.gr-board-detail__meta {
  display: flex;
  gap: 0;
  align-items: center;
  color: var(--gr-muted);
  font-size: 13px;
}

.gr-board-detail__meta span + span::before {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 12px;
  background: var(--gr-line);
  content: "";
  vertical-align: -1px;
}

.gr-board-detail__content {
  min-height: 280px;
  padding: 48px;
  color: #334155;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.gr-board-detail__content img {
  max-width: 100%;
  height: auto;
}

.gr-board-detail__content table {
  max-width: 100%;
}

.gr-board-detail__files {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  margin: 0 48px;
  padding: 22px 0;
  border-top: 1px solid var(--gr-line);
  color: var(--gr-navy);
  font-size: 14px;
}

.gr-board-detail__files > div {
  display: grid;
  gap: 8px;
}

.gr-board-detail__files a {
  color: var(--gr-blue);
  font-weight: 700;
  text-decoration: none;
}

.gr-board-detail__files a span {
  margin-left: 8px;
  color: var(--gr-muted);
  font-weight: 500;
}

.gr-board-detail__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px 36px;
  border-top: 1px solid var(--gr-line);
}

.gr-board-detail__actions > div {
  display: flex;
  gap: 8px;
}

.gr-board-button {
  display: inline-flex;
  min-width: 88px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  padding: 0 18px;
  text-decoration: none;
}

.gr-board-button--secondary {
  border: 1px solid var(--gr-line);
  background: var(--gr-white);
  color: var(--gr-navy);
}

.gr-board-button--secondary:hover {
  border-color: #94a3b8;
  color: var(--gr-blue);
}

.gr-board-button--danger {
  border: 1px solid #fee2e2;
  background: #fff5f5;
  color: #dc2626;
}

.gr-board-button--danger:hover {
  border-color: #fecaca;
  background: #fee2e2;
  color: #b91c1c;
}

@media (max-width: 720px) {
  .gr-customer-detail .gr-board-detail {
    margin: 28px 0 64px;
    border-radius: 12px;
  }

  .gr-board-detail__header {
    padding: 30px 24px 24px;
  }

  .gr-board-detail__header h2 {
    margin-top: 16px;
    font-size: 24px;
  }

  .gr-board-detail__meta {
    flex-wrap: wrap;
    gap: 8px 0;
  }

  .gr-board-detail__content {
    min-height: 220px;
    padding: 32px 24px;
    font-size: 15px;
  }

  .gr-board-detail__files {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 24px;
  }

  .gr-board-detail__actions {
    gap: 12px;
    padding: 24px;
  }

  .gr-board-button {
    min-width: 76px;
    padding: 0 14px;
  }
}

.gr-board-reader {
  min-height: 780px;
  padding: 64px 24px 110px;
}

.gr-board-reader a,
.gr-board-reader button {
  font-family: inherit !important;
}

.gr-customer-detail .gr-board-detail {
  width: min(860px, 100%);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.gr-board-detail__back {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 44px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gr-board-detail__back span {
  color: #94a3b8;
  font-size: 20px;
  font-weight: 400;
}

.gr-board-detail__back:hover {
  color: var(--gr-blue);
}

.gr-board-detail__header {
  position: relative;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--gr-line);
}

.gr-board-detail__category {
  border-radius: 5px;
  padding: 6px 10px;
}

.gr-board-detail__header h1 {
  max-width: 720px;
  margin: 18px 0 22px;
  color: var(--gr-navy);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.gr-board-detail__meta {
  gap: 24px;
}

.gr-board-detail__meta span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.gr-board-detail__meta span + span::before {
  display: none;
}

.gr-board-detail__meta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gr-board-detail__admin {
  position: absolute;
  right: 0;
  bottom: 24px;
  display: flex;
  gap: 8px;
}

.gr-board-detail__admin a {
  border: 1px solid var(--gr-line);
  border-radius: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
  text-decoration: none;
}

.gr-board-detail__admin a:hover {
  border-color: #94a3b8;
  color: var(--gr-blue);
}

.gr-board-detail__admin a.is-danger:hover {
  border-color: #fecaca;
  color: #dc2626;
}

.gr-board-detail__content {
  min-height: 520px;
  padding: 40px 0 60px;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.gr-board-detail__files {
  margin: 0;
  padding: 22px 0;
}

.gr-board-detail__share {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 26px 0 34px;
  border-top: 1px solid var(--gr-line);
  color: #475569;
  font-size: 14px;
}

.gr-board-detail__share button {
  display: inline-flex;
  gap: 7px;
  height: 36px;
  align-items: center;
  border: 1px solid var(--gr-line);
  border-radius: 18px;
  background: var(--gr-white);
  color: #475569;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
}

.gr-board-detail__share button:hover {
  border-color: #94a3b8;
  color: var(--gr-blue);
}

.gr-board-detail__share svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gr-board-detail__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.gr-board-detail__navigation a,
.gr-board-detail__navigation .is-disabled {
  display: flex;
  min-width: 0;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gr-line);
  border-radius: 8px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  padding: 0 18px;
  text-decoration: none;
}

.gr-board-detail__navigation a {
  gap: 12px;
}

.gr-board-detail__navigation a:nth-child(2) {
  flex-direction: row-reverse;
}

.gr-board-detail__navigation a strong {
  min-width: 0;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gr-board-detail__navigation a:hover {
  border-color: var(--gr-sky);
  color: var(--gr-blue);
}

.gr-board-detail__navigation .is-disabled {
  color: #cbd5e1;
}

.gr-board-detail__list {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 7px;
  background: #1f4eea;
  color: var(--gr-white) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.gr-board-detail__list:hover {
  background: #173dc1;
  color: var(--gr-white) !important;
}

@media (max-width: 720px) {
  .gr-board-reader {
    padding: 36px 20px 72px;
  }

  .gr-board-detail__back {
    margin-bottom: 32px;
  }

  .gr-board-detail__header {
    padding: 0 0 24px;
  }

  .gr-board-detail__header h1 {
    margin: 16px 0 20px;
    font-size: 27px;
  }

  .gr-board-detail__meta {
    gap: 10px 18px;
  }

  .gr-board-detail__admin {
    position: static;
    margin-top: 20px;
  }

  .gr-board-detail__content {
    min-height: 360px;
    padding: 32px 0 46px;
    font-size: 15px;
  }

  .gr-board-detail__navigation {
    gap: 8px;
  }

  .gr-board-detail__navigation a,
  .gr-board-detail__navigation .is-disabled {
    height: 52px;
    padding: 0 12px;
  }

  .gr-board-detail__navigation a strong {
    display: none;
  }
}

.gr-customer-content {
  padding-top: 0;
}

.gr-customer-content .gr-customer-tabs {
  margin-bottom: 34px;
}

.gr-customer-content .gr-download-selector {
  margin-bottom: 38px;
}

.ginus-footer {
  border-top: 1px solid var(--gr-line);
  background: var(--gr-white);
}

.ginus-footer__inner {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0;
}

.ginus-footer__brand {
  margin-bottom: 26px;
}

.ginus-footer p {
  margin: 8px 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.ginus-footer strong {
  color: #334155;
}

.ginus-footer__copy {
  margin-top: 24px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.ginus-footer__selects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ginus-footer__selects select {
  min-width: 180px;
  height: 38px;
  border: 1px solid var(--gr-line);
  border-radius: 6px;
  background: var(--gr-white);
  color: #475569;
  font-size: 13px;
  padding: 0 10px;
}

@media (max-width: 1200px) {
  .gr-about-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .gr-hero::before {
    background-size: cover;
    background-attachment: scroll;
  }

  .ginus-header__inner,
  .gr-container,
  .ginus-footer__inner {
    width: min(100% - 28px, 1440px);
  }

  .ginus-header__inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
    gap: 12px;
  }

  .ginus-header__inner:has(.ginus-nav__item--solution.is-open) {
    padding-bottom: 0;
  }

  .ginus-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0;
  }

  .ginus-nav__link {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .ginus-nav__account {
    order: 1;
    gap: 10px;
    margin-right: 4px;
    padding: 10px 14px 10px 0;
  }

  .ginus-nav__account-name {
    display: none;
  }

  .ginus-nav__submenu {
    display: none !important;
  }

  .ginus-nav__item--solution {
    order: 2;
  }

  .ginus-nav > .ginus-nav__item:not(.ginus-nav__item--solution) {
    order: 3;
  }

  .ginus-nav__item--solution.is-open {
    display: contents;
  }

  .ginus-nav__item--solution.is-open > .ginus-nav__link {
    order: 1;
  }

  .ginus-nav__item--solution.is-open .ginus-nav__submenu {
    position: static;
    display: flex !important;
    order: 3;
    width: 100%;
    min-height: 56px;
    min-width: 0;
    align-items: stretch;
    justify-content: flex-start;
    border: 0;
    border-top: 1px solid var(--gr-line);
    border-radius: 0;
    box-shadow: none;
  }

  .ginus-nav__item--solution.is-open .ginus-nav__submenu a {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 12px 16px;
    text-align: left;
  }

  .ginus-header__tools {
    display: none;
  }

  .gr-subhero h1 {
    line-height: 1.3;
  }

  .gr-mobile-break {
    display: block;
  }

  .gr-hero {
    min-height: 470px;
  }

  .gr-hero h1 {
    font-size: 42px;
  }

  .gr-hero p {
    font-size: 17px;
  }

  .gr-title {
    font-size: 32px;
  }

  .gr-grid--2,
  .gr-grid--3,
  .gr-grid--4,
  .gr-about-grid,
  .gr-download-panel.is-active {
    grid-template-columns: 1fr;
  }

  .gr-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gr-feature-grid .gr-mini-card {
    min-height: 230px;
    padding: 22px 14px;
    text-align: center;
  }

  .gr-feature-grid .gr-feature-icon {
    margin: 0 auto;
  }

  .gr-feature-grid .gr-mini-card h3 {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
  }

  .gr-feature-grid .gr-mini-card p {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .gr-benefit-row,
  .gr-table-list a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gr-benefit-row b {
    padding-left: 0;
  }

  .gr-table-date {
    text-align: left;
  }

  .gr-search {
    margin: 18px 0;
    justify-content: stretch;
  }

  .gr-search input {
    width: 100%;
  }

  .gr-customer-hero {
    padding: 58px 0 64px;
  }

  .gr-customer-hero h1 {
    font-size: 38px;
  }

  .gr-customer-tabs {
    width: 100%;
    gap: 0;
    overflow: visible;
  }

  .gr-customer-tabs a,
  .gr-customer-tabs a:link,
  .gr-customer-tabs a:visited,
  .gr-customer-tabs a:active {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
  }

  .gr-customer-board #sub_content {
    width: min(100% - 28px, 1440px);
  }

  .gr-customer-board table.writeT.list tr {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .gr-customer-board table.writeT.list td:first-child {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    text-align: left;
  }

  .gr-customer-board table.writeT.list td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .gr-customer-board table.writeT.list td:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    text-align: left;
  }
}

/* Board write */
.gr-board-write-page,
.gr-board-write-page * {
  box-sizing: border-box;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
}

.gr-board-write-page {
  min-width: 0;
  margin: 0;
  background: #f8fafc;
  color: #334155;
}

.gr-board-write {
  min-height: calc(100vh - 76px);
  padding: 64px 24px 100px;
}

.gr-board-write__container {
  width: min(940px, 100%);
  margin: 0 auto;
}

.gr-board-write__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gr-board-write__back:hover {
  color: var(--gr-blue);
}

.gr-board-write__header {
  margin: 38px 0 28px;
}

.gr-board-write__badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 11px;
  border-radius: 6px;
  background: #eaf6fd;
  color: var(--gr-blue);
  font-size: 12px;
  font-weight: 800;
}

.gr-board-write__header h1 {
  margin: 14px 0 10px;
  color: var(--gr-navy);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.gr-board-write__header p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.gr-board-write__card {
  padding: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.gr-board-write__field + .gr-board-write__field {
  margin-top: 30px;
}

.gr-board-write__field > label {
  display: block;
  margin-bottom: 10px;
  color: var(--gr-navy);
  font-size: 14px;
  font-weight: 800;
}

.gr-board-write__field > input[type="text"] {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #dbe3ed;
  border-radius: 9px;
  background: #fff;
  color: var(--gr-navy);
  font-size: 15px;
  font-weight: 600;
  outline: 0;
}

.gr-board-write__field > input[type="text"]::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.gr-board-write__field > input[type="text"]:focus {
  border-color: var(--gr-blue);
  box-shadow: 0 0 0 3px rgba(3, 105, 161, 0.1);
}

.gr-board-write__editor {
  overflow: hidden;
  min-height: 460px;
  border: 1px solid #dbe3ed;
  border-radius: 10px;
  background: #fff;
}

.gr-board-write__editor iframe {
  display: block;
  width: 100% !important;
  min-height: 460px;
  border: 0 !important;
}

.gr-board-write__field--files {
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}

.gr-board-write__field--files > p {
  margin: -2px 0 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.gr-board-write__file + .gr-board-write__file {
  margin-top: 10px;
}

.gr-board-write__file {
  padding: 11px 14px;
  border: 1px solid #dbe3ed;
  border-radius: 9px;
  background: #f8fafc;
}

.gr-board-write__file input {
  width: 100%;
  color: #64748b;
  font-size: 13px;
}

.gr-board-write__file input::file-selector-button {
  margin-right: 12px;
  padding: 8px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  background: #fff;
  color: #475569;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
}

.gr-board-write__captcha {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}

.gr-board-write__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.gr-board-write__cancel,
.gr-board-write__cancel:link,
.gr-board-write__cancel:visited,
.gr-board-write__cancel:active,
.gr-board-write__submit {
  display: inline-flex;
  min-width: 112px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Pretendard", "Nanum Gothic", "Malgun Gothic", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.gr-board-write__cancel,
.gr-board-write__cancel:link,
.gr-board-write__cancel:visited,
.gr-board-write__cancel:active {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #475569;
}

.gr-board-write__cancel:hover {
  border-color: #94a3b8;
  color: var(--gr-navy);
}

.gr-board-write__submit {
  border: 1px solid var(--gr-blue);
  background: var(--gr-blue);
  color: #fff;
}

.gr-board-write__submit:hover {
  border-color: var(--gr-blue-dark);
  background: var(--gr-blue-dark);
}

@media (max-width: 700px) {
  .gr-board-write {
    padding: 38px 16px 72px;
  }

  .gr-board-write__header {
    margin: 28px 0 22px;
  }

  .gr-board-write__header h1 {
    font-size: 29px;
  }

  .gr-board-write__card {
    padding: 24px 18px;
  }

  .gr-board-write__editor,
  .gr-board-write__editor iframe {
    min-height: 380px;
  }

  .gr-board-write__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gr-board-write__cancel,
  .gr-board-write__submit {
    width: 100%;
    min-width: 0;
  }
}
