.sgr,
.sgr * {
  box-sizing: border-box;
  word-break: normal !important;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  hyphens: none !important;
}

body.guide.plastic-surgery-in-korea #sub__hd,
body.guide.plastic-surgery-in-korea #lnb {
  display: none !important;
}

html {
  overflow-x: hidden;
}

.sgr {
  --brand: #3c5585;
  --brand-dark: #172643;
  --brand-ink: #101827;
  --gold: #b89b63;
  --paper: #fbfaf7;
  --soft: #f4f7fb;
  --line: #e2e8f0;
  --text: #1f2937;
  --muted: #667085;
  --white: #fff;
  overflow: hidden;
  color: var(--text);
  font-family: "Noto Sans", "Noto Sans KR", "Noto Sans SC", "Noto Sans JP", "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
  background: var(--paper);
  text-align: left;
}

.sgr p,
.sgr h1,
.sgr h2,
.sgr h3,
.sgr h4,
.sgr dl,
.sgr dd {
  margin: 0;
}

.sgr .wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.sgr .hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  padding: 120px 0 70px;
  color: var(--white);
  background: linear-gradient(90deg, rgba(16, 24, 39, 0.9), rgba(23, 38, 67, 0.62) 54%, rgba(16, 24, 39, 0.24)), url("/page/guide/img/clinic-main-1200x675.jpg") center / cover no-repeat;
}

.sgr .hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 24, 39, 0), rgba(16, 24, 39, 0.26));
}

.sgr .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 800px);
  gap: 0;
  align-items: end;
}

.sgr .ey,
.sgr .section-label {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sgr .hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: 68px;
  font-weight: 460;
  line-height: 1.08;
  text-wrap: balance;
}

.sgr .hero .sub {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.5;
  text-wrap: balance;
}

.sgr .hero .intro {
  margin-top: 22px;
  max-width: 750px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.9;
}

.sgr .keyword-line {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 760px;
  margin-top: 24px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

.sgr .keyword-line strong {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sgr .keyword-line span {
  display: block;
}

.sgr .hero-note {
  display: none;
}

.sgr .hero-note h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 560;
  line-height: 1.35;
  text-wrap: balance;
}

.sgr .hero-note p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.sgr .section {
  padding: 108px 0;
}

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

.sgr .section.dark {
  color: rgba(255, 255, 255, 0.74);
  background: var(--brand-ink);
}

.sgr .section.dark .title,
.sgr .section.dark h3,
.sgr .section.dark b {
  color: var(--white);
}

.sgr .title {
  color: var(--brand-ink);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.16;
  text-wrap: balance;
}

.sgr .lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
  text-wrap: pretty;
}

.sgr .journey-layout {
  display: grid;
  grid-template-columns: 0.42fr 0.78fr;
  gap: 76px;
  align-items: start;
}

.sgr .sticky-head {
  position: sticky;
  top: 96px;
}

.sgr .step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.sgr .step:first-child {
  padding-top: 0;
  border-top: 0;
}

.sgr .num {
  color: var(--brand);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sgr .step h3 {
  color: var(--brand-ink);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.32;
  text-wrap: balance;
}

.sgr .step p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.88;
}

.sgr .image-band {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  color: var(--white);
  text-align: center;
  background: center / cover no-repeat;
}

.sgr .image-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(16, 24, 39, 0.18), rgba(16, 24, 39, 0.68));
}

.sgr .band-content {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 40px));
}

.sgr .image-band h3 {
  color: var(--white);
  font-size: 44px;
  font-weight: 430;
  line-height: 1.22;
  text-wrap: balance;
}

.sgr .band-cheonggye {
  background-image: url("/page/guide/img/guide-band-cheonggye.jpg");
}

.sgr .band-dusk {
  background-image: url("/page/guide/img/guide-band-dusk.jpg");
}

.sgr .band-gate {
  background-image: url("/page/guide/img/guide-band-gate.jpg");
}

.sgr .prep-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
}

.sgr .prep-layout > div:first-child {
  max-width: 680px;
}

.sgr .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sgr .card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.sgr .info-image-grid {
  gap: 12px;
}

.sgr .info-card {
  --card-bg: url("/page/guide/img/clinic-main-1200x675.jpg");
  position: relative;
  isolation: isolate;
  min-height: 322px;
  overflow: hidden;
  padding: 36px 36px 34px;
  border: 0;
  color: var(--white);
  background: var(--brand-dark);
  box-shadow: 0 18px 34px rgba(16, 24, 39, 0.14);
  transform: translateZ(0);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.sgr .info-card::before,
.sgr .info-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.sgr .info-card::before {
  z-index: -2;
  background: var(--card-bg) center / cover no-repeat;
  transform: scale(1.02);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.sgr .info-visa::before {
  background-position: 48% 56%;
  background-size: 118%;
}

.sgr .info-language::before {
  background-position: 52% 62%;
  background-size: 150%;
}

.sgr .info-payment::before {
  background-position: 56% 54%;
  background-size: 122%;
}

.sgr .info-card::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(16, 24, 39, 0.62), rgba(23, 38, 67, 0.78));
}

.sgr .info-card:hover {
  box-shadow: 0 24px 46px rgba(16, 24, 39, 0.2);
  transform: translateY(-4px);
}

.sgr .info-card:hover::before {
  filter: saturate(1.06);
  transform: scale(1.08);
}

.sgr .card.info-card h4 {
  color: var(--white);
  font-size: 19px;
}

.sgr .card.info-card h4::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 18px 0 16px;
  background: rgba(255, 255, 255, 0.34);
  content: "";
}

.sgr .card.info-card p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.72;
}

.sgr .info-visa {
  --card-bg: url("/page/guide/img/info-visa.png");
}

.sgr .info-language {
  --card-bg: url("/page/guide/img/info-language.png");
}

.sgr .info-payment {
  --card-bg: url("/page/guide/img/info-payment.png");
}

.sgr .card h4,
.sgr .trust-item b {
  display: block;
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-wrap: balance;
}

.sgr .card p,
.sgr .trust-item span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.sgr .table {
  position: relative;
  isolation: isolate;
  display: grid;
  counter-reset: stay-row;
  gap: 10px;
  margin-top: 30px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(210, 220, 234, 0.9);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 20px 42px rgba(16, 24, 39, 0.08);
}

.sgr .table::before,
.sgr .table::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.sgr .table::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.94), rgba(248, 250, 252, 0.7)),
    url("/page/guide/img/procedure-guide.png") right center / 58% auto no-repeat;
}

.sgr .table::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 247, 251, 0.72)),
    radial-gradient(circle at 100% 0, rgba(60, 85, 133, 0.12), transparent 34%);
  backdrop-filter: blur(2px);
}

.sgr .row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.78);
}

.sgr .row:first-child {
  color: var(--white);
  background: linear-gradient(135deg, rgba(23, 38, 67, 0.94), rgba(60, 85, 133, 0.9));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(23, 38, 67, 0.12);
}

.sgr .cell {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.55;
}

.sgr .row:not(:first-child) .cell:first-child {
  padding-left: 70px;
  color: var(--brand-ink);
  font-weight: 650;
}

.sgr .row:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(60, 85, 133, 0.16);
  border-radius: 50%;
  color: var(--brand);
  background: rgba(244, 247, 251, 0.96);
  content: counter(stay-row, decimal-leading-zero);
  counter-increment: stay-row;
  font-size: 12px;
  font-weight: 800;
  transform: translateY(-50%);
}

.sgr .row:not(:first-child) .cell:last-child {
  justify-self: end;
  width: max-content;
  max-width: 100%;
  margin: 0 18px 0 0;
  padding: 8px 13px;
  border: 1px solid rgba(60, 85, 133, 0.16);
  border-radius: 999px;
  color: var(--brand);
  background: rgba(244, 247, 251, 0.9);
  font-weight: 700;
  text-align: center !important;
}

.sgr .note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  text-align: center !important;
}

.sgr .image-band,
.sgr .band-content {
  text-align: center !important;
}

.sgr .trust-head {
  display: grid;
  grid-template-columns: 0.48fr 0.72fr;
  gap: 72px;
  margin-bottom: 44px;
}

.sgr .trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.sgr .trust-item {
  min-height: 226px;
  padding: 26px;
  background: #121d32;
}

.sgr .trust-item span {
  color: rgba(255, 255, 255, 0.64);
}

.sgr .faq-layout {
  display: grid;
  grid-template-columns: 0.42fr 0.78fr;
  gap: 76px;
}

.sgr .faq-list {
  display: grid;
  gap: 10px;
}

.sgr .faq-item {
  padding: 25px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.sgr .faq-item dt {
  color: var(--brand-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.sgr .faq-item dd {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.sgr .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1), transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.sgr .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.sgr .delay-1 {
  transition-delay: 0.08s;
}

.sgr .delay-2 {
  transition-delay: 0.16s;
}

.sgr .delay-3 {
  transition-delay: 0.24s;
}

.sgr .nowrap {
  white-space: nowrap;
}

@media (max-width: 1060px) {
  .sgr .hero-inner,
  .sgr .journey-layout,
  .sgr .prep-layout,
  .sgr .trust-head,
  .sgr .faq-layout {
    grid-template-columns: 1fr;
  }

  .sgr .sticky-head {
    position: static;
  }

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

  .sgr .hero h1 {
    font-size: 56px;
  }

  .sgr .title {
    font-size: 38px;
  }
}

@media (max-width: 720px) {
  body.guide.plastic-surgery-in-korea {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  body.guide.plastic-surgery-in-korea #header {
    height: 76px !important;
    overflow: visible !important;
    background: transparent !important;
    transition: background 0.25s ease, height 0.25s ease !important;
  }

  body.guide.plastic-surgery-in-korea #header .hd__wrapper {
    height: 76px !important;
  }

  body.guide.plastic-surgery-in-korea #header .hd__container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 56px !important;
    margin: 8px auto 0 !important;
    padding: 0 12px !important;
    align-items: center !important;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  body.guide.plastic-surgery-in-korea #header h1 a {
    width: 124px !important;
    height: 31px !important;
  }

  body.guide.plastic-surgery-in-korea #header .hd__quick {
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%);
    font-size: 11px !important;
  }

  body.guide.plastic-surgery-in-korea #header .hd__quick img {
    width: 17px !important;
    height: auto !important;
  }

  body.guide.plastic-surgery-in-korea #header .hd__quick .lang {
    padding-right: 7px !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed {
    height: 68px !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed .hd__container {
    height: 50px !important;
    margin-top: 7px !important;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(226, 232, 240, 0.98);
    box-shadow: 0 12px 30px rgba(16, 24, 39, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  body.guide.plastic-surgery-in-korea #header.--fixed h1 a {
    width: 112px !important;
    height: 28px !important;
    background-image: url("/img/logo-wh-2.png") !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick {
    color: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick a {
    color: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick img {
    width: 15px !important;
  }

  body.guide.plastic-surgery-in-korea #header [class*="hamb"],
  body.guide.plastic-surgery-in-korea #header [class*="menu"],
  body.guide.plastic-surgery-in-korea #header [class*="global"],
  body.guide.plastic-surgery-in-korea #header [class*="globe"],
  body.guide.plastic-surgery-in-korea #header [class*="language"],
  body.guide.plastic-surgery-in-korea #header button {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 18px !important;
  }

  body.guide.plastic-surgery-in-korea #header [class*="global"] img,
  body.guide.plastic-surgery-in-korea #header [class*="globe"] img,
  body.guide.plastic-surgery-in-korea #header [class*="language"] img,
  body.guide.plastic-surgery-in-korea #header [class*="global"] svg,
  body.guide.plastic-surgery-in-korea #header [class*="globe"] svg,
  body.guide.plastic-surgery-in-korea #header [class*="language"] svg {
    width: 18px !important;
    height: 18px !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick .hd-membership,
  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick .hd-login,
  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick .hd-admin,
  body.guide.plastic-surgery-in-korea #header.--fixed .hd__quick .hd-logout {
    color: #172643 !important;
    border-color: rgba(23, 38, 67, 0.22) !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed button,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="hamb"],
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="menu"],
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="global"],
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="globe"],
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="language"] {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    color: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed button span,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="hamb"] span,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="hamb"]::before,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="hamb"]::after,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="menu"] span,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="menu"]::before,
  body.guide.plastic-surgery-in-korea #header.--fixed [class*="menu"]::after {
    background-color: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea #header.--fixed svg,
  body.guide.plastic-surgery-in-korea #header.--fixed svg path,
  body.guide.plastic-surgery-in-korea #header.--fixed svg circle,
  body.guide.plastic-surgery-in-korea #header.--fixed svg line {
    color: #172643 !important;
    fill: #172643 !important;
    stroke: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea header#hd {
    top: 8px !important;
    left: 10px !important;
    width: calc(100% - 20px) !important;
    height: 56px !important;
    padding: 0 12px !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
  }

  body.guide.plastic-surgery-in-korea header#hd .logo img {
    height: 34px !important;
    width: auto !important;
    opacity: 1 !important;
    filter: none !important;
  }

  body.guide.plastic-surgery-in-korea header#hd .logo::after {
    display: none !important;
  }

  body.guide.plastic-surgery-in-korea header#hd .right {
    gap: 9px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd .right .lan {
    width: 23px !important;
    height: 23px !important;
    background: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
    overflow: visible !important;
  }

  body.guide.plastic-surgery-in-korea header#hd .right .lan::before {
    display: none !important;
    width: 21px !important;
    height: 21px !important;
    background: #172643 !important;
    content: "" !important;
    -webkit-mask: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
    mask: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
  }

  body.guide.plastic-surgery-in-korea header#hd #btn-menu {
    width: 32px !important;
    height: 32px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd #btn-menu span,
  body.guide.plastic-surgery-in-korea header#hd #btn-menu::before,
  body.guide.plastic-surgery-in-korea header#hd #btn-menu::after {
    left: 4px !important;
    width: 24px !important;
    height: 2px !important;
    background: #fff !important;
  }

  body.guide.plastic-surgery-in-korea header#hd #btn-menu::before {
    top: 8px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd #btn-menu::after {
    bottom: 8px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd #btn-menu.active::before {
    top: 15px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd #btn-menu.active::after {
    bottom: 15px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd {
    height: 50px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(226, 232, 240, 0.98) !important;
    box-shadow: 0 12px 30px rgba(16, 24, 39, 0.14) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed .logo img,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd .logo img {
    height: 30px !important;
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(1177%) hue-rotate(178deg) brightness(91%) contrast(93%) !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed .logo::after,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd .logo::after {
    display: none !important;
    opacity: 0 !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed .right .lan,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd .right .lan {
    width: 21px !important;
    height: 21px !important;
    background: none !important;
    overflow: visible !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed .right .lan::before,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd .right .lan::before {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    background: #172643 !important;
    content: "" !important;
    -webkit-mask: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
    mask: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed .right .lan ul,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd .right .lan ul {
    top: 42px !important;
    width: max-content !important;
    min-width: 52px !important;
    background: #fff !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed #btn-menu,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd #btn-menu {
    width: 30px !important;
    height: 30px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.fixed #btn-menu span,
  body.guide.plastic-surgery-in-korea header#hd.fixed #btn-menu::before,
  body.guide.plastic-surgery-in-korea header#hd.fixed #btn-menu::after,
  body.guide.plastic-surgery-in-korea header#hd.fixed.active #btn-menu span,
  body.guide.plastic-surgery-in-korea header#hd.fixed.active #btn-menu::before,
  body.guide.plastic-surgery-in-korea header#hd.fixed.active #btn-menu::after,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd #btn-menu span,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd #btn-menu::before,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd #btn-menu::after,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu span,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu::before,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu::after {
    left: 4px !important;
    width: 22px !important;
    background: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active {
    height: 56px !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active .logo img,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active .logo img {
    height: 34px !important;
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(1177%) hue-rotate(178deg) brightness(91%) contrast(93%) !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active .logo::after,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active .logo::after {
    display: none !important;
    opacity: 0 !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active .right .lan,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active .right .lan {
    width: 23px !important;
    height: 23px !important;
    background: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active .right .lan::before,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active .right .lan::before {
    display: block !important;
    width: 23px !important;
    height: 23px !important;
    background: #172643 !important;
    content: "" !important;
    -webkit-mask: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
    mask: url("/img/common/lan/globe.svg") center / contain no-repeat !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active #btn-menu,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu {
    width: 32px !important;
    height: 32px !important;
  }

  body.guide.plastic-surgery-in-korea header#hd.active #btn-menu span,
  body.guide.plastic-surgery-in-korea header#hd.active #btn-menu::before,
  body.guide.plastic-surgery-in-korea header#hd.active #btn-menu::after,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu span,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu::before,
  body.guide.plastic-surgery-in-korea.sgr-hd-fixed header#hd.active #btn-menu::after {
    left: 4px !important;
    width: 24px !important;
    background: #172643 !important;
  }

  body.guide.plastic-surgery-in-korea #hd__gnb,
  body.guide.plastic-surgery-in-korea #quick {
    display: none !important;
  }

  body.guide.plastic-surgery-in-korea #wrapper,
  body.guide.plastic-surgery-in-korea #container_wr,
  body.guide.plastic-surgery-in-korea #container,
  body.guide.plastic-surgery-in-korea #sub-wrap,
  body.guide.plastic-surgery-in-korea #contents,
  body.guide.plastic-surgery-in-korea #ft,
  body.guide.plastic-surgery-in-korea #ft .ft-visual {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.guide.plastic-surgery-in-korea #ft_wr,
  body.guide.plastic-surgery-in-korea #ft .wr-t,
  body.guide.plastic-surgery-in-korea #ft .wr-b {
    min-width: 0 !important;
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.guide.plastic-surgery-in-korea #ft .wr-b {
    display: block !important;
  }

  body.guide.plastic-surgery-in-korea #ft .wr-b ul,
  body.guide.plastic-surgery-in-korea #ft .wr-b dl {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sgr {
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  .sgr .wrap {
    width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 32px) !important;
  }

  .sgr .hero {
    min-height: 640px;
    padding: 94px 0 46px;
    background-position: center;
  }

  .sgr .hero-note {
    padding: 0;
    border-left: 0;
  }

  .sgr .hero h1 {
    font-size: 40px;
    max-width: 100%;
  }

  .sgr .hero .sub {
    font-size: 19px;
  }

  .sgr .section {
    padding: 72px 0;
  }

  .sgr .title,
  .sgr .image-band h3 {
    font-size: 31px;
    max-width: 100%;
  }

  .sgr .step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
  }

  .sgr .num {
    font-size: 26px;
  }

  .sgr .step h3 {
    font-size: 20px;
  }

  .sgr .cards,
  .sgr .trust-grid {
    grid-template-columns: 1fr;
  }

  .sgr .card,
  .sgr .trust-item {
    min-height: 0;
  }

  .sgr .card.info-card {
    min-height: 260px;
    padding: 30px;
  }

  .sgr .row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sgr .table {
    gap: 10px;
    padding: 12px;
    box-shadow: 0 16px 34px rgba(16, 24, 39, 0.07);
  }

  .sgr .table::before {
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.94), rgba(248, 250, 252, 0.82)),
      url("/page/guide/img/procedure-guide.png") center top / cover no-repeat;
  }

  .sgr .row:first-child {
    display: none;
  }

  .sgr .row:not(:first-child) {
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 18px rgba(16, 24, 39, 0.035);
    padding: 16px;
  }

  .sgr .cell {
    padding: 0;
  }

  .sgr .row:not(:first-child) .cell:first-child {
    padding-left: 48px;
    font-size: 15px;
    line-height: 1.45;
  }

  .sgr .row:not(:first-child)::before {
    top: 14px;
    left: 16px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    transform: none;
  }

  .sgr .row:not(:first-child) .cell:last-child {
    justify-self: start;
    width: auto;
    margin: 12px 0 0 48px;
    padding: 8px 12px;
    border-color: rgba(60, 85, 133, 0.16);
    background: rgba(244, 247, 251, 0.92);
    color: var(--brand);
    font-size: 13px;
    line-height: 1.35;
  }

  .sgr .note {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .sgr .hero {
    min-height: 590px;
    padding: 86px 0 42px;
  }

  .sgr .hero h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .sgr .hero .sub {
    font-size: 17px;
  }

  .sgr .keyword-line {
    display: block;
    padding: 14px 15px;
    font-size: 13px;
  }

  .sgr .keyword-line strong {
    display: block;
    margin-bottom: 6px;
  }

  .sgr .hero .intro,
  .sgr .step p,
  .sgr .card p,
  .sgr .trust-item p,
  .sgr .prep-list li,
  .sgr .faq-item dd {
    font-size: 15px;
  }

  .sgr .card.info-card {
    min-height: 236px;
    padding: 26px;
  }

  .sgr .title,
  .sgr .image-band h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .sgr .step {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}
