:root {
  --gp-blue: #0057ff;
  --gp-text: #111318;
  --gp-muted: #777f8c;
  --gp-soft: #f5f7fb;
  --gp-line: #e8ecf2;
  --gp-card: #ffffff;
  --gp-dark: #181818;
  --gp-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --gp-shadow2: 0 26px 80px rgba(15, 23, 42, 0.16);
  --gp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.page-main {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.page-main * {
  box-sizing: border-box;
}

.page-main img {
  display: block;
  max-width: 100%;
}

.banner {
  width: 100%;
  height: 615px;
  background: #0d1622;
  overflow: hidden;
}

.banner-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(0.95) contrast(1.04);
  transition:
    opacity 1.2s ease,
    transform 8s ease;
}

.banner-img.show {
  opacity: 1;
  transform: scale(1);
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0.48) 42%,
      rgba(0, 0, 0, 0.2) 72%,
      rgba(0, 0, 0, 0.34) 100%
    ),
    radial-gradient(circle at 30% 30%, rgba(0, 87, 255, 0.16), transparent 35%);
  animation: overlayFade 1s ease both;
}

.banner-content {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner-box {
  width: min(780px, 100%);
  padding-top: 20px;
  animation: heroText 0.95s 0.16s var(--gp-ease) both;
}

.banner-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 22px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  backdrop-filter: blur(4px);
  animation: fadeSlideUp 0.75s 0.28s var(--gp-ease) both;
}

.banner-title {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 1000;
  line-height: 1.16;
  letter-spacing: -0.075em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  animation: fadeSlideUp 0.8s 0.38s var(--gp-ease) both;
}

.banner-sub {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: -0.04em;
  animation: fadeSlideUp 0.82s 0.5s var(--gp-ease) both;
}

.market-section {
  padding: 58px 0 70px;
  background: #fff;
}

.market-section .container,
.solution-section .container,
.review-section .container,
.notice-section .container,
.career-section .container {
  width: min(1140px, calc(100% - 80px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.section-head h2 {
  margin: 0;
  color: #111318;
  font-size: 30px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-head p {
  margin: 0;
  color: #6f7682;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.market-line {
  width: 100%;
  height: 2px;
  margin: 20px 0 34px;
  background: #111318;
  transform-origin: left center;
  animation: lineGrow 0.9s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 35%;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}

.stat-card {
  min-height: 122px;
  padding: 25px 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
  transition:
    transform 0.35s var(--gp-ease),
    box-shadow 0.35s var(--gp-ease),
    border-color 0.35s ease;
  animation: cardIn 0.7s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.stat-card:nth-child(1) {
  animation-delay: 0.02s;
}

.stat-card:nth-child(2) {
  animation-delay: 0.08s;
}

.stat-card:nth-child(3) {
  animation-delay: 0.14s;
}

.stat-card:nth-child(4) {
  animation-delay: 0.2s;
}

.stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 87, 255, 0.22);
  box-shadow: var(--gp-shadow);
}

.stat-card p {
  margin: 0 0 10px;
  color: #707783;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.stat-card strong {
  display: block;
  margin: 0 0 10px;
  color: #111318;
  font-size: 26px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.055em;
}

.stat-card strong span {
  color: #7a828f;
  font-size: 13px;
  font-weight: 900;
}

.stat-card em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 0;
  font-style: normal;
  color: #e04755;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.stat-card em.label {
  padding: 0 8px;
  border-radius: 4px;
  background: #fff1f2;
}

.price-board {
  padding: 34px 34px 28px;
  border-radius: 10px;
  background: #f5f6f8;
  animation: cardFloat 0.8s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 34%;
}

.price-board h3 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 28px;
  color: #3b3f46;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.price-board h3::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b3f46;
  animation: pulseDot 1.8s ease infinite;
}

.price-table {
  width: 100%;
}

.price-table .tr {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.2fr 0.7fr 0.5fr;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  column-gap: 22px;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.price-table .tr:not(.th):hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(6px);
}

.price-table .tr:last-child {
  border-bottom: 0;
}

.price-table .tr span,
.price-table .tr strong,
.price-table .tr em,
.price-table .tr b {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.price-table .th {
  min-height: 38px;
}

.price-table .th span {
  color: #737985;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.price-table .tr span:first-child {
  color: #3d424b;
  font-size: 14px;
  font-weight: 1000;
}

.price-table .tr span:nth-child(2) {
  color: #757d89;
}

.price-table .tr strong {
  color: #111318;
  font-size: 15px;
  font-weight: 1000;
}

.price-table .tr em {
  font-style: normal;
}

.price-table .tr em.down {
  color: #2d75e8;
}

.price-table .tr em.up {
  color: #dc3545;
}

.price-table .tr b {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 4px;
  background: #e9f7ef;
  color: #16a365;
  font-size: 11px;
  font-weight: 1000;
}

.solution-section {
  padding: 74px 0 84px;
  background: #fff;
}

.solution-title {
  margin-bottom: 34px;
}

.solution-title p {
  margin: 0 0 14px;
  color: var(--gp-blue);
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: -0.035em;
}

.solution-title h2 {
  margin: 0 0 14px;
  color: #111318;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 1000;
  line-height: 1.1;
  letter-spacing: -0.065em;
}

.solution-title span {
  display: block;
  color: #6f7682;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-card {
  position: relative;
  height: 294px;
  overflow: hidden;
  border-radius: 14px;
  background: #111;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  transform: translateZ(0);
  animation: cardIn 0.75s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 32%;
}

.solution-card:nth-child(1) {
  animation-delay: 0.03s;
}

.solution-card:nth-child(2) {
  animation-delay: 0.11s;
}

.solution-card:nth-child(3) {
  animation-delay: 0.19s;
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.85s var(--gp-ease),
    filter 0.85s ease;
}

.solution-card:hover img {
  transform: scale(1.12);
  filter: saturate(1.1) contrast(1.05);
}

.solution-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

.solution-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  color: #fff;
  transform: translateY(0);
  transition: transform 0.35s var(--gp-ease);
}

.solution-card:hover .solution-content {
  transform: translateY(-8px);
}

.solution-content i {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 18px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  font-style: normal;
  font-size: 22px;
  font-weight: 900;
  transition:
    transform 0.35s var(--gp-ease),
    background 0.35s ease;
}

.solution-card:hover .solution-content i {
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.12);
}

.solution-content small {
  display: block;
  color: #2c7cff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.solution-content h3 {
  margin: 6px 0 5px;
  color: #fff;
  font-size: 25px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.055em;
}

.solution-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.review-section {
  padding: 72px 0 82px;
  background: #f4f6fa;
}

.review-title {
  margin-bottom: 42px;
  text-align: center;
}

.review-title h2 {
  margin: 0 0 14px;
  color: #111318;
  font-size: 32px;
  font-weight: 1000;
  letter-spacing: -0.065em;
}

.review-title p {
  margin: 0;
  color: #7b8290;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card {
  padding: 26px 26px 27px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.35s var(--gp-ease),
    box-shadow 0.35s var(--gp-ease);
  animation: cardIn 0.72s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 31%;
}

.review-card:nth-child(1) {
  animation-delay: 0.03s;
}

.review-card:nth-child(2) {
  animation-delay: 0.11s;
}

.review-card:nth-child(3) {
  animation-delay: 0.19s;
}

.review-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 28px 65px rgba(15, 23, 42, 0.11);
}

.review-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.review-name span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  background: var(--gp-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
}

.review-name b {
  color: #111318;
  font-size: 15px;
  font-weight: 1000;
}

.review-text {
  min-height: 86px;
  margin: 0 0 22px;
  color: #565e6b;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.8;
  letter-spacing: -0.04em;
}

.review-info {
  overflow: hidden;
  border-radius: 8px;
  background: #f3f5f8;
}

.review-info p {
  min-height: 41px;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.review-info p:last-child {
  border-bottom: 0;
}

.review-info span {
  color: #7a828e;
  font-size: 12px;
  font-weight: 900;
}

.review-info b {
  color: #111318;
  font-size: 13px;
  font-weight: 1000;
}

.review-info p:last-child b {
  color: var(--gp-blue);
}

.review-more {
  width: 204px;
  height: 50px;
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #111318;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: -0.04em;
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.25s var(--gp-ease),
    box-shadow 0.25s var(--gp-ease);
  animation: fadeSlideUp 0.72s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

.review-more:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
}

.review-more span {
  font-size: 20px;
  transition: transform 0.25s var(--gp-ease);
}

.review-more:hover span {
  transform: translateX(4px);
}

.career-section {
  position: relative;
  height: 405px;
  display: flex;
  align-items: center;
  background: #eef2f7;
  overflow: hidden;
}

.career-bg {
  position: absolute;
  inset: 0;
}

.career-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.03) saturate(0.75);
  transform: scale(1.05);
  animation: slowZoom 8s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 60%;
}

.career-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 247, 251, 1) 0%,
    rgba(245, 247, 251, 0.88) 32%,
    rgba(245, 247, 251, 0.48) 58%,
    rgba(245, 247, 251, 0.08) 100%
  );
}

.career-content {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  animation: fadeSlideUp 0.8s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 34%;
}

.career-content h2 {
  margin: 0 0 20px;
  color: #111318;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 1000;
  letter-spacing: -0.07em;
}

.career-content h2 span {
  color: var(--gp-blue);
  font-size: 30px;
  vertical-align: top;
}

.career-content p {
  margin: 0;
  color: #5f6774;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: -0.045em;
}

.notice-section {
  padding: 58px 0;
  background: #fff;
}

.notice-wrap {
  padding: 30px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.045);
  animation: cardFloat 0.72s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 32%;
}

.notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-title {
  margin: 0;
  color: #111318;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -0.055em;
}

.notice-more {
  color: #6f7682;
  font-size: 13px;
  font-weight: 900;
  transition: color 0.25s ease;
}

.notice-more:hover {
  color: var(--gp-blue);
}

.notice-line {
  height: 1px;
  margin: 18px 0;
  background: rgba(15, 23, 42, 0.09);
}

.notice-list:empty::before {
  content: "등록된 공지사항이 없습니다.";
  display: block;
  padding: 6px 0;
  color: #8a92a0;
  font-size: 14px;
  font-weight: 760;
}

.reveal {
  animation: revealUp 0.82s var(--gp-ease) both;
  animation-timeline: view();
  animation-range: entry 0% cover 34%;
}

.page-main {
  overflow: hidden;
}

.hero-image-section,
.plan-section,
.video-section {
  display: none !important;
}

#heroImageMount,
#planMount {
  display: none !important;
}

.notice-bubble[hidden] {
  display: none !important;
}

.rt-modal-ov {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(15, 23, 42, 0.56) !important;
  backdrop-filter: blur(6px) !important;
}

.rt-modal-ov.active,
.rt-modal-ov[aria-hidden="false"] {
  display: flex !important;
  animation: modalBgIn 0.25s ease both !important;
}

.rt-modal {
  width: min(620px, 100%) !important;
  max-height: min(760px, calc(100dvh - 48px)) !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24) !important;
  animation: modalIn 0.34s var(--gp-ease) both !important;
}

.rt-modal-head,
.rt-modal-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 22px !important;
}

.rt-modal-title {
  margin: 0 !important;
  color: #111318 !important;
  font-size: 18px !important;
  font-weight: 1000 !important;
}

.rt-modal-close,
.rt-modal-ok {
  height: 38px !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition:
    transform 0.22s ease,
    background 0.22s ease !important;
}

.rt-modal-close:hover,
.rt-modal-ok:hover {
  transform: translateY(-2px) !important;
  background: #0057ff !important;
}

.rt-modal-body {
  max-height: 520px !important;
  overflow: auto !important;
  padding: 22px !important;
  border-top: 1px solid #e8ecf2 !important;
  border-bottom: 1px solid #e8ecf2 !important;
}

.rt-modal-text {
  color: #4b5563 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
  white-space: pre-wrap !important;
}

#global-ticket-answered-popup {
  display: none;
}

#megaMenu:empty,
#megaGrid:empty {
  display: none !important;
}

#mInboxIcon,
#mMyPageIcon,
#mGuestIcons {
  display: none !important;
}

#mInboxIcon img,
#mMyPageIcon img,
#mGuestIcons img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: cover !important;
}

.banner,
.market-section,
.solution-section,
.review-section,
.career-section,
.notice-section,
.site-footer {
  position: relative;
  z-index: 1;
}

body > * {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.career-bg,
.career-bg img {
  opacity: 1 !important;
}

.notice-section {
  min-height: auto !important;
  background: #fff !important;
}

.notice-wrap {
  display: block !important;
  background: #fff !important;
}

.notice-list,
.notice-list * {
  opacity: 1 !important;
}

.review-more {
  color: #111318 !important;
  background: #fff !important;
  text-shadow: none !important;
}

@keyframes heroText {
  from {
    opacity: 0;
    transform: translateY(36px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(54px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes cardFloat {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes overlayFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.55;
    transform: scale(0.86);
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes modalBgIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-table .tr {
    grid-template-columns: 1.2fr 1fr 1fr 0.65fr 0.5fr;
  }
}

@media (max-width: 980px) {
  .market-section .container,
  .solution-section .container,
  .review-section .container,
  .notice-section .container,
  .career-section .container {
    width: min(100% - 32px, 720px);
  }

  .banner {
    height: 520px;
  }

  .banner-content {
    width: min(100% - 32px, 720px);
  }

  .banner-title {
    font-size: 39px;
  }

  .banner-sub {
    font-size: 15px;
  }

  .market-section,
  .solution-section,
  .review-section {
    padding: 56px 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .price-board {
    padding: 26px 20px;
    overflow-x: auto;
  }

  .price-table {
    min-width: 820px;
  }

  .solution-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    height: 280px;
  }

  .career-section {
    height: 360px;
  }

  #mInboxIcon:not([style*="display: none"]),
  #mMyPageIcon:not([style*="display: none"]) {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  #mGuestIcons:not([style*="display: none"]) {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  #mInboxIcon img,
  #mMyPageIcon img,
  #mGuestIcons img {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 560px) {
  .market-section .container,
  .solution-section .container,
  .review-section .container,
  .notice-section .container,
  .career-section .container {
    width: min(100% - 28px, 420px);
  }

  .banner {
    height: 480px;
  }

  .banner-content {
    width: min(100% - 32px, 420px);
  }

  .banner-eyebrow {
    height: 26px;
    padding: 0 16px;
    font-size: 10px;
  }

  .banner-title {
    font-size: 33px;
    letter-spacing: -0.075em;
  }

  .banner-sub {
    font-size: 14px;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .price-board {
    margin-left: -2px;
    margin-right: -2px;
  }

  .solution-title h2 {
    font-size: 31px;
  }

  .solution-title span {
    font-size: 14px;
  }

  .solution-card {
    height: 250px;
  }

  .solution-content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .solution-content h3 {
    font-size: 22px;
  }

  .review-card {
    padding: 23px 20px;
  }

  .career-section {
    height: 330px;
  }

  .career-content h2 {
    font-size: 39px;
  }

  .career-content p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.banner-stage {
  position: relative !important;
  overflow: hidden !important;
}

.banner-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  z-index: 0 !important;
}

.banner-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

.banner-content {
  position: relative !important;
  z-index: 2 !important;
}

.banner-img {
  display: none !important;
}
.review-section {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.review-section::before {
  content: "" !important;
  position: absolute !important;
  width: 520px !important;
  height: 520px !important;
  left: -180px !important;
  top: -180px !important;
  border-radius: 999px !important;
  background: rgba(0, 87, 255, 0.13) !important;
  filter: blur(24px) !important;
  animation: reviewBlobOne 7s ease-in-out infinite !important;
  z-index: -1 !important;
}

.review-section::after {
  content: "" !important;
  position: absolute !important;
  width: 430px !important;
  height: 430px !important;
  right: -160px !important;
  bottom: -180px !important;
  border-radius: 999px !important;
  background: rgba(0, 87, 255, 0.1) !important;
  filter: blur(22px) !important;
  animation: reviewBlobTwo 8s ease-in-out infinite !important;
  z-index: -1 !important;
}

.review-title {
  position: relative !important;
  animation: reviewTitlePop 0.95s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.review-title::before {
  content: "REAL REVIEW" !important;
  position: absolute !important;
  left: 50% !important;
  top: -42px !important;
  transform: translateX(-50%) !important;
  color: rgba(0, 87, 255, 0.07) !important;
  font-size: clamp(56px, 8vw, 118px) !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  letter-spacing: -0.08em !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  animation: reviewBgText 3.6s ease-in-out infinite !important;
}

.review-title h2 {
  position: relative !important;
  display: inline-block !important;
  animation: reviewTitleGlow 2.5s ease-in-out infinite !important;
}

.review-title h2::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -14px !important;
  width: 54px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: var(--gp-blue) !important;
  transform: translateX(-50%) scaleX(1) !important;
  animation: reviewTitleLine 1.8s ease-in-out infinite !important;
}

.review-title p {
  animation: reviewTextFade 0.95s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.review-grid {
  position: relative !important;
  perspective: 1200px !important;
}

.review-grid::before {
  content: "" !important;
  position: absolute !important;
  inset: -40px !important;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 36%,
    rgba(255, 255, 255, 0.7) 46%,
    rgba(0, 87, 255, 0.16) 50%,
    rgba(255, 255, 255, 0.65) 54%,
    transparent 64%,
    transparent 100%
  ) !important;
  transform: translateX(-90%) rotate(4deg) !important;
  animation: reviewGridShine 5.8s ease-in-out infinite !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.review-card {
  position: relative !important;
  overflow: hidden !important;
  transform-style: preserve-3d !important;
  animation: reviewCardBlast 0.9s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s ease,
    border-color 0.42s ease,
    filter 0.42s ease !important;
}

.review-card:nth-child(1) {
  animation-delay: 0.08s !important;
}

.review-card:nth-child(2) {
  animation-delay: 0.22s !important;
}

.review-card:nth-child(3) {
  animation-delay: 0.36s !important;
}

.review-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 87, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(0, 87, 255, 0.08), transparent 45%) !important;
  opacity: 0 !important;
  transition: opacity 0.35s ease !important;
  pointer-events: none !important;
}

.review-card::after {
  content: "" !important;
  position: absolute !important;
  left: -40% !important;
  top: 0 !important;
  width: 34% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  ) !important;
  transform: skewX(-18deg) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.review-card:hover {
  transform: translateY(-18px) rotateX(5deg) rotateY(-4deg) scale(1.035) !important;
  border-color: rgba(0, 87, 255, 0.34) !important;
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(0, 87, 255, 0.08),
    0 0 32px rgba(0, 87, 255, 0.12) !important;
  filter: saturate(1.05) !important;
}

.review-card:hover::before {
  opacity: 1 !important;
}

.review-card:hover::after {
  animation: reviewCardShine 0.75s ease both !important;
}

.review-name {
  position: relative !important;
  z-index: 1 !important;
}

.review-name span {
  animation: reviewBadgePulse 1.9s ease-in-out infinite !important;
}

.review-name b {
  transition:
    color 0.28s ease,
    transform 0.28s ease !important;
}

.review-card:hover .review-name b {
  color: var(--gp-blue) !important;
  transform: translateX(4px) !important;
}

.review-text,
.review-info {
  position: relative !important;
  z-index: 1 !important;
}

.review-text {
  transition:
    transform 0.35s ease,
    color 0.35s ease !important;
}

.review-card:hover .review-text {
  transform: translateY(-4px) !important;
  color: #111827 !important;
}

.review-info {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease !important;
}

.review-card:hover .review-info {
  transform: translateY(4px) !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(0, 87, 255, 0.12) !important;
}

.review-info p {
  transition:
    transform 0.28s ease,
    background 0.28s ease !important;
}

.review-card:hover .review-info p:nth-child(1) {
  transform: translateX(3px) !important;
}

.review-card:hover .review-info p:nth-child(2) {
  transform: translateX(6px) !important;
}

.review-card:hover .review-info p:nth-child(3) {
  transform: translateX(9px) !important;
}

.review-more {
  position: relative !important;
  overflow: hidden !important;
  animation: reviewMoreIn 0.85s 0.52s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.review-more::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 87, 255, 0.12),
    transparent
  ) !important;
  transform: translateX(-100%) !important;
  animation: reviewMoreShine 2.8s ease-in-out infinite !important;
}

.review-more:hover {
  transform: translateY(-8px) scale(1.045) !important;
  border-color: rgba(0, 87, 255, 0.28) !important;
  box-shadow:
    0 26px 60px rgba(15, 23, 42, 0.16),
    0 0 24px rgba(0, 87, 255, 0.12) !important;
}

.review-more:hover span {
  transform: translateX(8px) scale(1.2) !important;
}

@keyframes reviewBlobOne {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }

  50% {
    transform: translate(95px, 80px) scale(1.18);
    opacity: 1;
  }
}

@keyframes reviewBlobTwo {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.65;
  }

  50% {
    transform: translate(-90px, -70px) scale(1.14);
    opacity: 1;
  }
}

@keyframes reviewTitlePop {
  from {
    opacity: 0;
    transform: translateY(46px) scale(0.88);
    filter: blur(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes reviewBgText {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translateX(-50%) scale(1.05);
    opacity: 1;
  }
}

@keyframes reviewTitleGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(0, 87, 255, 0);
  }

  50% {
    text-shadow: 0 0 22px rgba(0, 87, 255, 0.22);
  }
}

@keyframes reviewTitleLine {
  0%,
  100% {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }

  50% {
    transform: translateX(-50%) scaleX(1.9);
    opacity: 0.62;
  }
}

@keyframes reviewTextFade {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes reviewGridShine {
  0% {
    transform: translateX(-95%) rotate(4deg);
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  44% {
    transform: translateX(95%) rotate(4deg);
    opacity: 0;
  }

  100% {
    transform: translateX(95%) rotate(4deg);
    opacity: 0;
  }
}

@keyframes reviewCardBlast {
  from {
    opacity: 0;
    transform: translateY(70px) rotateX(18deg) scale(0.88);
    filter: blur(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes reviewCardShine {
  0% {
    left: -45%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes reviewBadgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 87, 255, 0.22);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(0, 87, 255, 0);
    transform: scale(1.04);
  }
}

@keyframes reviewMoreIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.9);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes reviewMoreShine {
  0% {
    transform: translateX(-100%);
  }

  45%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 980px) {
  .review-title::before {
    top: -32px !important;
    font-size: 64px !important;
  }

  .review-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
  }
}

@media (max-width: 560px) {
  .review-title::before {
    top: -24px !important;
    font-size: 44px !important;
  }

  .review-card:hover {
    transform: translateY(-8px) scale(1.015) !important;
  }

  .review-grid::before {
    display: none !important;
  }
}
.banner {
  display: none !important;
}

.silver-main-hero {
  position: relative;
  width: 100%;
  min-height: 790px;
  padding: 74px 0 66px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 73% 25%,
      rgba(218, 224, 232, 0.68),
      transparent 25%
    ),
    radial-gradient(
      circle at 18% 18%,
      rgba(226, 231, 237, 0.58),
      transparent 26%
    ),
    linear-gradient(135deg, #ffffff 0%, #f4f6f9 48%, #eef2f6 100%);
  isolation: isolate;
}

.silver-main-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(144, 153, 166, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 153, 166, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 72%);
  pointer-events: none;
  z-index: -2;
}

.silver-main-hero::after {
  content: "";
  position: absolute;
  left: 36%;
  top: 7%;
  width: 520px;
  height: 390px;
  background:
    linear-gradient(
      90deg,
      transparent 0 8%,
      rgba(125, 134, 148, 0.12) 8% 8.6%,
      transparent 8.6% 16%
    ),
    linear-gradient(
      0deg,
      transparent 0 12%,
      rgba(125, 134, 148, 0.11) 12% 12.6%,
      transparent 12.6% 22%
    );
  opacity: 0.65;
  transform: rotate(-2deg);
  filter: blur(0.2px);
  pointer-events: none;
  z-index: -1;
  animation: silverGridMove 10s ease-in-out infinite;
}

.silver-main-inner {
  position: relative;
  width: min(1200px, calc(100% - 80px));
  min-height: 650px;
  margin: 0 auto;
}

.silver-copy {
  position: relative;
  z-index: 4;
  width: 43%;
  padding-top: 18px;
  animation: silverCopyIn 0.9s var(--gp-ease) both;
}

.silver-copy h1 {
  margin: 0;
  color: #202832;
  font-size: clamp(38px, 4.15vw, 62px);
  font-weight: 1000;
  line-height: 1.18;
  letter-spacing: -0.075em;
}

.silver-copy h1 span {
  font-size: 0.78em;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.silver-copy p {
  margin: 26px 0 0;
  color: #727b88;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.72;
  letter-spacing: -0.04em;
}

.silver-feature-row {
  display: flex;
  gap: 46px;
  margin-top: 56px;
}

.silver-feature {
  width: 110px;
  text-align: center;
  animation: silverFeatureIn 0.76s var(--gp-ease) both;
}

.silver-feature:nth-child(1) {
  animation-delay: 0.12s;
}

.silver-feature:nth-child(2) {
  animation-delay: 0.24s;
}

.silver-feature:nth-child(3) {
  animation-delay: 0.36s;
}

.silver-feature i,
.silver-service i {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #9aa2ad;
}

.silver-feature i {
  width: 44px;
  height: 44px;
}

.silver-feature svg,
.silver-service svg,
.naver-search svg {
  width: 100%;
  height: 100%;
}

.silver-feature path,
.silver-feature rect,
.silver-feature circle,
.silver-service path,
.silver-service rect,
.silver-service circle,
.naver-search path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.silver-feature strong {
  display: block;
  margin-top: 18px;
  color: #5f6874;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

.silver-feature span {
  display: block;
  margin-top: 8px;
  color: #969da7;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.silver-visual {
  position: absolute;
  right: -8px;
  top: 0;
  width: 57%;
  height: 430px;
  z-index: 2;
  animation: silverVisualIn 1s 0.12s var(--gp-ease) both;
}

.silver-chart-bg {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  overflow: hidden;
}

.silver-chart-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 7%;
  top: 24px;
  height: 255px;
  background:
    linear-gradient(90deg, rgba(120, 130, 145, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(120, 130, 145, 0.1) 1px, transparent 1px);
  background-size: 55px 42px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 16%,
    #000 72%,
    transparent
  );
}

.silver-chart-bg span {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 999px;
  background: rgba(143, 151, 164, 0.32);
  transform-origin: left center;
}

.silver-chart-bg span:nth-child(1) {
  left: 7%;
  top: 230px;
  width: 150px;
  transform: rotate(-20deg);
}

.silver-chart-bg span:nth-child(2) {
  left: 26%;
  top: 180px;
  width: 190px;
  transform: rotate(16deg);
}

.silver-chart-bg span:nth-child(3) {
  left: 53%;
  top: 190px;
  width: 210px;
  transform: rotate(-12deg);
}

.silver-market-card {
  position: absolute;
  right: 45px;
  top: 26px;
  width: 120px;
  padding: 15px 13px 13px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 42px rgba(80, 88, 101, 0.13);
  backdrop-filter: blur(8px);
  animation: silverCardFloat 3.8s ease-in-out infinite;
}

.silver-market-card small,
.silver-market-card b,
.silver-market-card strong {
  display: block;
}

.silver-market-card small {
  color: #89919d;
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.silver-market-card b {
  margin-top: 8px;
  color: #9ca3ad;
  font-size: 8px;
  font-weight: 1000;
}

.silver-market-card strong {
  margin-top: 6px;
  color: #3a434f;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.silver-market-card em {
  color: #7b838f;
  font-size: 11px;
  font-style: normal;
}

.silver-bars {
  position: absolute;
  right: 132px;
  top: 98px;
  width: 360px;
  height: 270px;
  perspective: 900px;
}

.silver-bar {
  position: absolute;
  border-radius: 11px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.92),
      rgba(166, 172, 180, 0.7) 38%,
      rgba(246, 248, 250, 0.94) 72%,
      rgba(134, 142, 153, 0.7)
    ),
    linear-gradient(135deg, #eef1f5, #aeb5bf);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.86),
    inset 0 -7px 16px rgba(87, 94, 105, 0.22),
    0 28px 54px rgba(86, 94, 108, 0.28);
}

.silver-bar-main {
  left: 66px;
  top: 0;
  width: 148px;
  height: 250px;
  transform: rotate(-19deg) skewX(-7deg);
  animation: silverBarMain 4.8s ease-in-out infinite;
  z-index: 3;
}

.silver-bar-main::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
}

.silver-bar-main::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 0;
  width: 27%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.38),
    transparent
  );
  transform: skewX(-12deg);
}

.silver-bar-main div {
  position: absolute;
  inset: 38px 13px;
  text-align: center;
  transform: skewX(7deg);
  color: #8f969f;
}

.silver-bar-main span,
.silver-bar-main strong,
.silver-bar-main em,
.silver-bar-main small,
.silver-bar-main p {
  display: block;
}

.silver-bar-main span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.silver-bar-main strong {
  margin-top: 7px;
  color: #757d86;
  font-size: 27px;
  font-weight: 1000;
  letter-spacing: 0.02em;
}

.silver-bar-main em {
  margin-top: 10px;
  color: #8c949d;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.silver-bar-main small {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
}

.silver-bar-main p {
  margin: 34px 0 0;
  color: #7c848d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.silver-bar-sub {
  right: 2px;
  bottom: 10px;
  width: 164px;
  height: 102px;
  transform: rotate(8deg) skewX(-14deg);
  opacity: 0.92;
  z-index: 1;
  animation: silverBarSub 5.2s ease-in-out infinite;
}

.silver-coins {
  position: absolute;
  right: 14px;
  bottom: 28px;
  width: 190px;
  height: 120px;
  z-index: 5;
  animation: silverCoinsIn 1.1s 0.28s var(--gp-ease) both;
}

.silver-coins span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 38% 32%,
      rgba(255, 255, 255, 0.96),
      rgba(202, 207, 214, 0.88) 35%,
      rgba(128, 138, 150, 0.78) 72%,
      rgba(238, 240, 243, 0.85)
    ),
    linear-gradient(135deg, #d9dde3, #a5adb8);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.78),
    inset 0 -5px 9px rgba(73, 83, 96, 0.2),
    0 12px 24px rgba(73, 83, 96, 0.2);
}

.silver-coins span::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: inherit;
}

.silver-coins span::after {
  content: "FINE SILVER";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(113, 122, 135, 0.72);
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: -0.03em;
  transform: translate(-50%, -50%) rotate(-8deg);
  white-space: nowrap;
}

.silver-coins span:nth-child(1) {
  width: 84px;
  height: 84px;
  right: 4px;
  bottom: 0;
}

.silver-coins span:nth-child(2) {
  width: 70px;
  height: 70px;
  left: 58px;
  bottom: 12px;
}

.silver-coins span:nth-child(3) {
  width: 54px;
  height: 54px;
  left: 18px;
  bottom: 20px;
}

.silver-coins span:nth-child(4) {
  width: 46px;
  height: 46px;
  left: 93px;
  top: 8px;
}

.silver-search-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 465px;
  height: 258px;
  padding: 43px 42px 34px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(82, 91, 105, 0.13);
  backdrop-filter: blur(8px);
  z-index: 5;
  animation: silverSearchIn 0.95s 0.32s var(--gp-ease) both;
}

.naver-logo {
  margin-bottom: 22px;
  text-align: center;
  color: #42c852;
  font-size: 48px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.045em;
}

.naver-search {
  height: 54px;
  display: flex;
  align-items: center;
  border: 2px solid #43c653;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.naver-search span {
  flex: 1;
  padding-left: 28px;
  color: #26303a;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.naver-search button {
  width: 62px;
  height: 100%;
  display: grid;
  place-items: center;
  border: 0;
  background: #43c653;
  color: #fff;
}

.naver-search svg {
  width: 24px;
  height: 24px;
}

.naver-search path {
  stroke-width: 2.7;
}

.silver-search-card p {
  margin: 18px 0 0;
  text-align: center;
  color: #717985;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.silver-search-card p b {
  color: #43c653;
  font-weight: 1000;
}

.silver-service-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 535px;
  min-height: 128px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 18px 46px rgba(82, 91, 105, 0.13);
  backdrop-filter: blur(8px);
  z-index: 5;
  animation: silverServiceIn 0.95s 0.44s var(--gp-ease) both;
}

.silver-service {
  position: relative;
  padding: 0 12px;
  text-align: center;
}

.silver-service + .silver-service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(126, 135, 148, 0.13);
}

.silver-service i {
  width: 34px;
  height: 34px;
}

.silver-service svg {
  opacity: 0.88;
}

.silver-service path,
.silver-service circle {
  stroke-width: 3.2;
}

.silver-service strong {
  display: block;
  margin-top: 12px;
  color: #5c6571;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

.silver-service span {
  display: block;
  margin-top: 8px;
  color: #969da7;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.42;
  letter-spacing: -0.045em;
}

@keyframes silverCopyIn {
  from {
    opacity: 0;
    transform: translateX(-46px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes silverVisualIn {
  from {
    opacity: 0;
    transform: translateX(60px) scale(0.96);
    filter: blur(14px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes silverFeatureIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.9);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes silverSearchIn {
  from {
    opacity: 0;
    transform: translateY(42px) scale(0.95);
    filter: blur(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes silverServiceIn {
  from {
    opacity: 0;
    transform: translateY(42px) scale(0.95);
    filter: blur(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes silverCoinsIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.82);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes silverCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes silverBarMain {
  0%,
  100% {
    transform: rotate(-19deg) skewX(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-19deg) skewX(-7deg) translateY(-9px);
  }
}

@keyframes silverBarSub {
  0%,
  100% {
    transform: rotate(8deg) skewX(-14deg) translateY(0);
  }
  50% {
    transform: rotate(8deg) skewX(-14deg) translateY(6px);
  }
}

@keyframes silverGridMove {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
    opacity: 0.65;
  }
  50% {
    transform: rotate(-2deg) translateY(16px);
    opacity: 0.9;
  }
}

@media (max-width: 1180px) {
  .silver-main-hero {
    min-height: 830px;
  }

  .silver-main-inner {
    width: min(100% - 48px, 980px);
  }

  .silver-copy {
    width: 45%;
  }

  .silver-feature-row {
    gap: 28px;
  }

  .silver-visual {
    width: 55%;
    right: -24px;
  }

  .silver-bars {
    right: 96px;
  }

  .silver-search-card {
    width: 430px;
  }

  .silver-service-card {
    width: 500px;
  }
}

@media (max-width: 980px) {
  .silver-main-hero {
    min-height: auto;
    padding: 54px 0 44px;
  }

  .silver-main-inner {
    width: min(100% - 32px, 720px);
    min-height: auto;
    display: grid;
    gap: 22px;
  }

  .silver-copy,
  .silver-visual,
  .silver-search-card,
  .silver-service-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .silver-copy {
    padding-top: 0;
    text-align: left;
  }

  .silver-copy h1 {
    font-size: clamp(36px, 7.5vw, 54px);
  }

  .silver-copy p {
    margin-top: 20px;
  }

  .silver-feature-row {
    justify-content: space-between;
    gap: 12px;
    margin-top: 34px;
  }

  .silver-feature {
    width: 31%;
  }

  .silver-visual {
    height: 390px;
    order: 2;
    margin-top: 8px;
  }

  .silver-bars {
    left: 50%;
    right: auto;
    top: 88px;
    transform: translateX(-50%);
  }

  .silver-market-card {
    right: 40px;
    top: 18px;
  }

  .silver-coins {
    right: 42px;
    bottom: 22px;
  }

  .silver-search-card {
    order: 3;
    height: auto;
    padding: 34px 28px 28px;
  }

  .silver-service-card {
    order: 4;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .silver-main-hero {
    padding: 40px 0 34px;
  }

  .silver-main-inner {
    width: min(100% - 28px, 420px);
    gap: 18px;
  }

  .silver-copy h1 {
    font-size: 34px;
    line-height: 1.22;
  }

  .silver-copy p {
    font-size: 13px;
    line-height: 1.65;
  }

  .silver-feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 28px;
  }

  .silver-feature {
    width: 100%;
  }

  .silver-feature i {
    width: 34px;
    height: 34px;
  }

  .silver-feature strong {
    margin-top: 11px;
    font-size: 11px;
  }

  .silver-feature span {
    font-size: 9px;
  }

  .silver-visual {
    height: 320px;
    overflow: hidden;
  }

  .silver-bars {
    top: 74px;
    width: 300px;
    height: 230px;
  }

  .silver-bar-main {
    left: 62px;
    width: 116px;
    height: 205px;
  }

  .silver-bar-main div {
    inset: 31px 10px;
  }

  .silver-bar-main span {
    font-size: 11px;
  }

  .silver-bar-main strong {
    font-size: 21px;
  }

  .silver-bar-main em {
    font-size: 17px;
  }

  .silver-bar-main p {
    margin-top: 24px;
    font-size: 9px;
  }

  .silver-bar-sub {
    width: 126px;
    height: 84px;
    right: 18px;
    bottom: 15px;
  }

  .silver-market-card {
    right: 8px;
    top: 8px;
    width: 104px;
    padding: 12px 10px;
  }

  .silver-coins {
    right: 0;
    bottom: 16px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .silver-search-card {
    padding: 30px 22px 24px;
  }

  .naver-logo {
    font-size: 42px;
  }

  .naver-search {
    height: 50px;
  }

  .naver-search span {
    padding-left: 20px;
    font-size: 15px;
  }

  .naver-search button {
    width: 56px;
  }

  .silver-service-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
    padding: 24px 12px;
  }

  .silver-service:nth-child(3)::before {
    display: none;
  }

  .silver-service + .silver-service::before {
    top: 8px;
    bottom: 8px;
  }
}
@media (min-width: 981px) {
  .silver-main-hero {
    min-height: 860px;
  }

  .silver-main-inner {
    min-height: 730px;
  }

  .silver-copy {
    padding-top: 26px;
  }

  .silver-copy p {
    margin: 22px 0 0;
  }

  .silver-feature-row {
    margin-top: 34px;
    gap: 42px;
    align-items: flex-start;
  }

  .silver-feature {
    width: 112px;
  }

  .silver-search-card {
    bottom: 18px;
    left: 0;
    width: 465px;
    z-index: 5;
  }

  .silver-service-card {
    bottom: 18px;
    right: 0;
    z-index: 5;
  }

  .naver-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 0 24px;
    color: #35c84a;
    font-size: 54px;
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -0.065em;
    text-align: center;
    text-shadow: 0 8px 18px rgba(53, 200, 74, 0.08);
  }

  .naver-search {
    box-shadow: inset 0 0 0 1px rgba(67, 198, 83, 0.08);
  }

  .naver-search span {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
  }

  .naver-search button {
    flex: 0 0 66px;
  }
}

@media (max-width: 980px) {
  .naver-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
  }
}
@media (min-width: 981px) {
  .silver-main-hero {
    min-height: 930px !important;
    padding-top: 86px !important;
    padding-bottom: 82px !important;
  }

  .silver-main-inner {
    min-height: 770px !important;
  }

  .silver-copy {
    padding-top: 0 !important;
  }

  .silver-copy h1 {
    margin-top: 0 !important;
  }

  .silver-copy p {
    margin-top: 24px !important;
  }

  .silver-feature-row {
    margin-top: 48px !important;
    margin-bottom: 0 !important;
    gap: 48px !important;
    position: relative !important;
    z-index: 7 !important;
  }

  .silver-feature {
    position: relative !important;
    z-index: 7 !important;
    padding-bottom: 28px !important;
  }

  .silver-feature i {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 0 !important;
  }

  .silver-feature strong {
    margin-top: 17px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .silver-feature span {
    display: block !important;
    margin-top: 10px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  .silver-search-card {
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 465px !important;
    height: 258px !important;
    padding: 38px 42px 32px !important;
    z-index: 4 !important;
  }

  .silver-service-card {
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 4 !important;
  }

  .naver-logo {
    height: auto !important;
    margin: 0 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #36c64a !important;
    font-size: 52px !important;
    font-weight: 1000 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
    text-align: center !important;
    transform: translateY(0) !important;
  }

  .naver-search {
    height: 54px !important;
    border-width: 2px !important;
  }

  .naver-search span {
    padding-left: 28px !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .naver-search button {
    width: 64px !important;
    min-width: 64px !important;
  }

  .silver-visual {
    top: 0 !important;
  }
}
.silver-bars,
.silver-coins {
  display: none !important;
}

.silver-visual {
  position: absolute;
  right: -6px;
  top: 10px;
  width: 57%;
  height: 430px;
  z-index: 2;
  animation: silverVisualIn 1s 0.12s var(--gp-ease) both;
}

.silver-chart-bg {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  overflow: hidden;
}

.silver-chart-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 6%;
  top: 18px;
  height: 270px;
  background:
    linear-gradient(90deg, rgba(120, 130, 145, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(120, 130, 145, 0.08) 1px, transparent 1px);
  background-size: 54px 42px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 12%,
    #000 82%,
    transparent
  );
}

.silver-chart-bg::after {
  content: "";
  position: absolute;
  left: 60px;
  right: 86px;
  top: 54px;
  bottom: 66px;
  background: linear-gradient(
    90deg,
    transparent 0 7%,
    rgba(150, 158, 170, 0.17) 7% 7.8%,
    transparent 7.8% 17%,
    rgba(150, 158, 170, 0.15) 17% 17.8%,
    transparent 17.8% 27%,
    rgba(150, 158, 170, 0.14) 27% 27.8%,
    transparent 27.8% 39%,
    rgba(150, 158, 170, 0.16) 39% 39.8%,
    transparent 39.8% 52%,
    rgba(150, 158, 170, 0.14) 52% 52.8%,
    transparent 52.8% 100%
  );
  opacity: 0.3;
  filter: blur(0.2px);
}

.silver-chart-bg span {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 999px;
  background: rgba(156, 164, 176, 0.3);
  transform-origin: left center;
}

.silver-chart-bg span:nth-child(1) {
  left: 88px;
  top: 214px;
  width: 156px;
  transform: rotate(-19deg);
}

.silver-chart-bg span:nth-child(2) {
  left: 228px;
  top: 174px;
  width: 196px;
  transform: rotate(17deg);
}

.silver-chart-bg span:nth-child(3) {
  left: 414px;
  top: 184px;
  width: 210px;
  transform: rotate(-12deg);
}

.silver-market-card {
  position: absolute;
  right: 48px;
  top: 28px;
  width: 122px;
  padding: 15px 14px 13px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(80, 88, 101, 0.12);
  backdrop-filter: blur(8px);
  z-index: 8;
  animation: silverCardFloat 3.8s ease-in-out infinite;
}

.silver-market-card small,
.silver-market-card b,
.silver-market-card strong {
  display: block;
}

.silver-market-card small {
  color: #89919d;
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.silver-market-card b {
  margin-top: 8px;
  color: #9ca3ad;
  font-size: 8px;
  font-weight: 1000;
}

.silver-market-card strong {
  margin-top: 6px;
  color: #3a434f;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.silver-market-card em {
  color: #7b838f;
  font-size: 11px;
  font-style: normal;
}

.silver-metal-scene {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.silver-ingot {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(216, 221, 228, 0.96) 18%,
    rgba(154, 163, 175, 0.82) 36%,
    rgba(250, 251, 252, 0.98) 54%,
    rgba(177, 185, 196, 0.88) 72%,
    rgba(244, 246, 248, 0.98) 100%
  );
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.9),
    inset 0 -10px 20px rgba(96, 104, 115, 0.2),
    0 26px 46px rgba(95, 103, 114, 0.16);
}

.silver-ingot::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.silver-ingot::after {
  content: "";
  position: absolute;
  left: 16%;
  top: 0;
  width: 24%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.38),
    transparent
  );
  transform: skewX(-10deg);
  opacity: 0.9;
}

.silver-ingot-back {
  right: 122px;
  bottom: 82px;
  width: 214px;
  height: 116px;
  transform: rotate(10deg) skewX(-16deg);
  z-index: 2;
}

.silver-ingot-front {
  right: 274px;
  top: 72px;
  width: 166px;
  height: 268px;
  transform: rotate(-17deg) skewX(-8deg);
  z-index: 4;
  animation: silverBarMain 4.8s ease-in-out infinite;
}

.silver-ingot-face {
  position: absolute;
  inset: 34px 18px;
  color: #8a919b;
  text-align: center;
  transform: skewX(8deg);
}

.silver-ingot-face small,
.silver-ingot-face strong,
.silver-ingot-face em,
.silver-ingot-face span,
.silver-ingot-face p {
  display: block;
}

.silver-ingot-face small {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.silver-ingot-face strong {
  margin-top: 10px;
  color: #717983;
  font-size: 26px;
  font-weight: 1000;
  letter-spacing: 0.03em;
}

.silver-ingot-face em {
  margin-top: 16px;
  color: #8a919b;
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.silver-ingot-face span {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 800;
}

.silver-ingot-face p {
  margin: 42px 0 0;
  color: #747c86;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.silver-coin-stack {
  position: absolute;
  right: 114px;
  bottom: 62px;
  width: 96px;
  height: 122px;
  z-index: 5;
}

.silver-coin-stack span {
  position: absolute;
  left: 0;
  width: 82px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(195, 201, 209, 0.95) 42%,
    rgba(129, 138, 150, 0.88) 50%,
    rgba(239, 242, 245, 0.98) 100%
  );
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.88),
    inset 0 -2px 3px rgba(88, 98, 110, 0.15),
    0 8px 14px rgba(86, 95, 107, 0.12);
}

.silver-coin-stack span::before {
  content: "";
  position: absolute;
  inset: 3px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.silver-coin-stack span:nth-child(1) {
  bottom: 0;
}
.silver-coin-stack span:nth-child(2) {
  bottom: 12px;
}
.silver-coin-stack span:nth-child(3) {
  bottom: 24px;
}
.silver-coin-stack span:nth-child(4) {
  bottom: 36px;
}
.silver-coin-stack span:nth-child(5) {
  bottom: 48px;
}
.silver-coin-stack span:nth-child(6) {
  bottom: 60px;
}

.silver-coin-front {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 34% 30%,
    rgba(255, 255, 255, 0.98),
    rgba(208, 214, 221, 0.95) 35%,
    rgba(145, 154, 166, 0.88) 74%,
    rgba(245, 247, 249, 0.98)
  );
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.92),
    inset 0 -6px 10px rgba(80, 90, 102, 0.18),
    0 16px 28px rgba(82, 91, 103, 0.18);
  transform: rotate(-11deg);
  z-index: 6;
}

.silver-coin-front::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.54);
}

.silver-coin-front::after {
  content: "1 FINE SILVER";
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: rgba(116, 124, 136, 0.78);
  font-size: 9px;
  font-weight: 1000;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .silver-visual {
    width: 100%;
    height: 390px;
    right: auto;
    top: auto;
  }

  .silver-ingot-front {
    right: 246px;
    top: 70px;
    width: 154px;
    height: 248px;
  }

  .silver-ingot-back {
    right: 108px;
    bottom: 82px;
    width: 196px;
    height: 108px;
  }

  .silver-coin-stack {
    right: 98px;
    bottom: 60px;
    transform: scale(0.95);
    transform-origin: bottom right;
  }

  .silver-coin-front {
    right: 14px;
    bottom: 18px;
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 640px) {
  .silver-visual {
    height: 320px;
    overflow: hidden;
  }

  .silver-market-card {
    right: 8px;
    top: 8px;
    width: 104px;
    padding: 12px 10px;
  }

  .silver-ingot-front {
    right: 166px;
    top: 76px;
    width: 118px;
    height: 198px;
  }

  .silver-ingot-face {
    inset: 28px 12px;
  }

  .silver-ingot-face small {
    font-size: 9px;
  }

  .silver-ingot-face strong {
    margin-top: 8px;
    font-size: 19px;
  }

  .silver-ingot-face em {
    margin-top: 10px;
    font-size: 15px;
  }

  .silver-ingot-face span {
    margin-top: 10px;
    font-size: 9px;
  }

  .silver-ingot-face p {
    margin-top: 24px;
    font-size: 8px;
  }

  .silver-ingot-back {
    right: 70px;
    bottom: 64px;
    width: 150px;
    height: 86px;
  }

  .silver-coin-stack {
    right: 58px;
    bottom: 45px;
    transform: scale(0.74);
    transform-origin: bottom right;
  }

  .silver-coin-front {
    right: 2px;
    bottom: 10px;
    width: 88px;
    height: 88px;
  }

  .silver-coin-front::after {
    font-size: 7px;
    bottom: 14px;
  }
}
.silver-metal-scene,
.silver-ingot,
.silver-ingot-back,
.silver-ingot-front,
.silver-coin-stack,
.silver-coin-front,
.silver-bars,
.silver-coins {
  display: none !important;
}

.silver-visual {
  position: absolute !important;
  right: -10px !important;
  top: 18px !important;
  width: 57% !important;
  height: 430px !important;
  z-index: 2 !important;
  overflow: visible !important;
}

.silver-visual-img {
  position: absolute !important;
  right: 10px !important;
  top: 48px !important;
  width: min(560px, 92%) !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  z-index: 6 !important;
  filter: drop-shadow(0 28px 38px rgba(85, 94, 108, 0.2));
  animation:
    silverVisualImgIn 1s 0.15s var(--gp-ease) both,
    silverVisualImgFloat 5.5s ease-in-out infinite 1.2s;
}

.silver-market-card {
  right: 48px !important;
  top: 28px !important;
  z-index: 8 !important;
}

@keyframes silverVisualImgIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.94);
    filter: blur(10px) drop-shadow(0 28px 38px rgba(85, 94, 108, 0));
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) drop-shadow(0 28px 38px rgba(85, 94, 108, 0.2));
  }
}

@keyframes silverVisualImgFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.015);
  }
}

@media (max-width: 1180px) {
  .silver-visual-img {
    right: 0 !important;
    width: min(500px, 96%) !important;
  }
}

@media (max-width: 980px) {
  .silver-visual {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 390px !important;
  }

  .silver-visual-img {
    left: 50% !important;
    right: auto !important;
    top: 48px !important;
    width: min(520px, 92%) !important;
    transform: translateX(-50%) !important;
  }

  @keyframes silverVisualImgIn {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(30px) scale(0.94);
      filter: blur(10px) drop-shadow(0 28px 38px rgba(85, 94, 108, 0));
    }

    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
      filter: blur(0) drop-shadow(0 28px 38px rgba(85, 94, 108, 0.2));
    }
  }

  @keyframes silverVisualImgFloat {
    0%,
    100% {
      transform: translateX(-50%) translateY(0) scale(1);
    }

    50% {
      transform: translateX(-50%) translateY(-6px) scale(1.012);
    }
  }
}

@media (max-width: 640px) {
  .silver-visual {
    height: 310px !important;
  }

  .silver-visual-img {
    top: 56px !important;
    width: min(390px, 102%) !important;
  }

  .silver-market-card {
    right: 8px !important;
    top: 8px !important;
  }
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 130px minmax(0, 1fr) 240px !important;
  gap: 28px !important;
  align-items: flex-start !important;
}

.footer-cs-box {
  width: 240px !important;
  min-width: 240px !important;
  margin-left: auto !important;
  padding-top: 2px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  align-items: flex-start !important;
}

.footer-cs-item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-cs-item span {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
}

.footer-cs-item strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.04em !important;
}

.footer-kakao-card,
#kakaoLink.footer-kakao-card {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: rgba(255, 255, 255, 0.88) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-decoration: none !important;
}

.footer-kakao-card:hover,
#kakaoLink.footer-kakao-card:hover {
  transform: none !important;
  background: transparent !important;
  border-color: transparent !important;
}

.footer-kakao-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.footer-kakao-icon svg,
#kakaoLink.footer-kakao-card svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

.footer-kakao-text {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.footer-kakao-text b {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.04em !important;
}

.footer-kakao-text em {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
}

.footer-kakao-card:hover .footer-kakao-text b,
#kakaoLink.footer-kakao-card:hover .footer-kakao-text b {
  color: #fee500 !important;
}

.footer-kakao-only,
.social.footer-kakao-only {
  display: none !important;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .footer-cs-box {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    padding-top: 4px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 18px !important;
    align-items: start !important;
  }

  .footer-kakao-card,
  #kakaoLink.footer-kakao-card {
    grid-column: 1 / -1 !important;
  }

  .footer-cs-item span {
    font-size: 11.5px !important;
  }

  .footer-cs-item strong {
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  .footer-main {
    padding: 26px 0 42px !important;
  }

  .footer-cs-box {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-top: 2px !important;
  }

  .footer-kakao-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }

  .footer-kakao-icon svg,
  #kakaoLink.footer-kakao-card svg {
    width: 22px !important;
    height: 22px !important;
  }
}
#kakaoLink.footer-kakao-card {
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#kakaoLink.footer-kakao-card[href="#"],
#kakaoLink.footer-kakao-card:not([href]),
#kakaoLink.footer-kakao-card[href=""] {
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
@media (min-width: 981px) {
  .silver-copy {
    width: 54% !important;
  }

  .silver-copy h1 {
    font-size: clamp(42px, 3.65vw, 54px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.08em !important;
    white-space: nowrap !important;
  }

  .silver-copy h1 span {
    font-size: 0.82em !important;
  }
}
