/*
Theme Name: kimpo-hp Child New
Template: kimpo-hp
Theme URI: https://k-thememarket.co.kr/
Author: kimpo-hp
Author URI: https://k-thememarket.co.kr/
Description: kimpo-hp-child-theme-260602
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/

/* =========================================================
   Base Styles
========================================================= */

@font-face {
  font-family: "GyeongbokgungSumunjangBodyText";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2511-3@1.0/Sumunjang_BodyM.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

:root {
  --navy: #0E213C;
  --gold: #D1B26F;
  --gold-text: #E8C86A;
  --red: #8f0005;
  --blue: #669BBB;
  --beige: #e9dec9;
  --light-beige: #f3efe6;
  --text: #1b2635;
}

.fontGold {
  color: var(--gold-text);
}

.renew-main {
  font-family: "Noto Sans KR", sans-serif;
  color: var(--text);
}

.renew-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.renew-inner-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.renew-section {
  padding: clamp(56px, 7vw, 90px) 0;
}

.renew-title {
  text-align: center;
  margin-bottom: clamp(34px, 4vw, 50px);
}

.renew-title h3 {
  font-size: clamp(26px, 3.2vw, 50px);
  font-weight: 700;
  color: #12233f;
  margin: 0 0 14px;
}

.renew-title p {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.7;
  color: #6f7783;
  margin: 0;
  font-weight: 300;
}

.renew-label {
  font-size: clamp(10px, 0.8vw, 11px) !important;
  color: #333 !important;
  margin-bottom: 8px !important;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.5em;
}

.renew-header {
  position: relative;
  z-index: 1000;
  background: #fff;
}

.renew-header-top {
  height: 86px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.renew-header-top .renew-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.renew-logo {
  margin: 0;
}

.renew-logo img {
  max-width: 180px;
  display: block;
}

.renew-cert {
  display: flex;
  align-items: center;
  gap: 34px;
}

.renew-cert img {
  height: 44px;
  width: auto;
}

.renew-call {
  height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: #6c9dc4;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff !important;
  font-size: clamp(13px, 1vw, 14px);
  text-decoration: none;
}

.renew-call img {
  width: clamp(16px, 1.4vw, 18px);
}

.renew-call strong {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 700;
  color: #fff;
}

.renew-nav-wrap {
  height: 54px;
  background: var(--navy);
}

.renew-nav-wrap .renew-inner,
.renew-gnb,
.renew-gnb > ul,
.renew-gnb > ul > li > a {
  height: 100%;
}

.renew-gnb > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.renew-gnb > ul > li {
  position: relative;
  height: 100%;
}

.renew-gnb > ul > li > a {
  padding: 0 8px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.renew-depth {
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 190px;
  background: #fff;
  padding: 18px 0;
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  z-index: 20;
}

.renew-gnb > ul > li:hover .renew-depth {
  display: block;
}

.renew-depth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.renew-depth li a {
  display: block;
  padding: 10px 22px;
  text-align: center;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.renew-depth li a:hover {
  color: #930000;
}

#btn_gnbm,
#btn_tell_m {
  display: none;
}

#gnbm {
  position: fixed;
  top: 0 !important;
  left: -82%;
  right: auto !important;
  width: 82%;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: left 0.35s ease;
  overflow-y: auto;
}

#gnbm.open {
  left: 0 !important;
  right: auto !important;
}

.gnbm_out_bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99990;
}

.gnbm_out_bg.open {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.gnbm_top {
  height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.gnbm_top h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.btn_gnbm_close {
  border: 0;
  background: none;
  padding: 0;
}

.gnbm_list {
  padding: 24px;
}

.gnbm_list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.gnbm_list li a {
  display: block;
  padding: 12px 0;
  color: #222;
  text-decoration: none;
  font-size: 16px;
}

.renew-visual {
  position: relative;
}

.renew-visual__bg {
  min-height: clamp(420px, 42vw, 520px);
  background-image: url("/wp-content/themes/kimpo-hp/images/visual_1.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.renew-visual__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}

.renew-visual__eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(10px, 0.9vw, 12px);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.renew-visual h3 {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

.renew-treatment {
  position: relative;
  overflow: hidden;
  background-color: #f5fbff;
  background-image: url("https://xn--h-zv6e268aqwjmpq.com/wp-content/themes/kimpo-hp-child-new/images/sectionbg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.renew-treatment::before {
  content: "";
  position: absolute;
  left: -15%;
  bottom: -42%;
  width: 115%;
  height: 70%;
  background: #fff;
  border-radius: 50% 50% 0 0;
  z-index: 0;
}

.renew-treatment > * {
  position: relative;
  z-index: 1;
}

.renew-treatment .renew-inner-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.treatment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 0 !important;
  padding: clamp(28px, 3vw, 42px) clamp(24px, 2.6vw, 36px);
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.treatment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.treatment-card span,
.treatment-card h4,
.treatment-card p {
  position: relative;
  z-index: 1;
}

.treatment-card span {
  display: block;
  font-size: clamp(11px, 0.9vw, 13px);
  opacity: 0.55;
  margin-bottom: clamp(20px, 3vw, 38px);
  color: #fff;
}

.treatment-card h4 {
  font-size: clamp(26px, 3.2vw, 50px);
  line-height: 1.2;
  margin: 0 0 18px;
  color: #fff;
}

.treatment-card p {
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.4;
  letter-spacing: -1px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 30ch;
}

.renew-smalleng {
  font-size: clamp(10px, 0.9vw, 12px) !important;
  font-family: "Lusitana", serif;
  white-space: nowrap;
  letter-spacing: 0 !important;
  margin-bottom: 30px !important;
}

.treatment-card--navy {
  background: var(--navy);
}

.treatment-card--gold {
  background: var(--gold);
}

.treatment-card--red {
  background: #710004;
}

.treatment-card--blue {
  background: var(--blue);
}

.renew-promise {
  position: relative;
  background: var(--navy);
  color: #fff;
  padding: clamp(90px, 9vw, 130px) 0 60px;
  overflow: visible;
  z-index: 2;
}

.renew-promise::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 140%;
  height: 280px;
  background: var(--navy);
  border-radius: 0 0 50% 50%;
  z-index: -1;
}

.renew-promise .renew-inner {
  position: relative;
  z-index: 2;
}

.renew-title--white {
  margin-bottom: clamp(48px, 5vw, 66px);
}

.renew-title--white h3,
.renew-title--white p {
  color: #fff;
}

.renew-title--white h3 span {
  color: var(--gold);
}

.promise-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.2vw, 40px);
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.promise-list li {
  position: relative;
  min-height: 310px;
  border: 1px solid rgba(255,255,255,0.55);
  padding: 32px 30px 36px;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
}

.promise-num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: rgba(255,255,255,0.12);
  letter-spacing: 0.06em;
}

.promise-icon {
  width: 92px;
  height: 92px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F2CC5C;
  font-size: 38px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.promise-list h4 {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  word-break: keep-all;
}

.promise-list p {
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.65;
  color: #B8C2D6;
  font-weight: 300;
  margin: 0;
  word-break: keep-all;
}

.renew-label-white {
  color: #fff !important;
}

.renew-photo-message {
  min-height: clamp(320px, 34vw, 680px);
  background-image: url("https://xn--h-zv6e268aqwjmpq.com/wp-content/uploads/2026/05/section_photo_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.renew-photo-message p {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.6;
  color: #111;
  margin: 0;
}

.renew-photo-message strong span {
  font-size: clamp(26px, 3.2vw, 50px);
  font-family: "GyeongbokgungSumunjangBodyText", "Noto Sans KR", serif !important;
  font-weight: 500 !important;
}

.renew-news {
  background: var(--light-beige);
  padding: clamp(90px, 8vw, 120px) 0;
}

.renew-news .renew-title {
  margin-bottom: clamp(48px, 5vw, 70px);
}

.news-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.95fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: stretch;
}

.news-box {
  background: #fff;
  border: 1px solid rgba(14, 33, 60, 0.12);
  padding: clamp(36px, 3.5vw, 56px) clamp(30px, 3vw, 48px);
  box-sizing: border-box;
  min-height: 420px;
}

.news-box > a,
.news-title {
  display: block;
  text-align: center;
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
  color: #333;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4ddce;
  text-decoration: none;
}

.news-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px dotted #ded6c8;
  font-size: clamp(14px, 1vw, 16px);
}

.news-box li a {
  color: #222;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-box li span {
  flex: 0 0 auto;
  color: #999;
  font-size: clamp(12px, 0.9vw, 14px);
  font-family: "JetBrains Mono", monospace;
}

.news-box table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.news-box table thead {
  display: none;
}

.news-box tr {
  border-bottom: 1px dotted #ded6c8;
  height: 50px;
}

.news-box td {
  padding: 17px 0;
  font-size: clamp(14px, 1vw, 16px);
  color: #222;
  vertical-align: middle;
}

.news-box td:first-child {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-box td:first-child a {
  color: #222;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.news-box td:last-child {
  width: 96px;
  text-align: right;
  color: #999;
  font-size: clamp(12px, 0.9vw, 14px);
  font-family: "JetBrains Mono", monospace;
}

.news-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 420px;
  background: #710004;
  color: #fff;
  padding: clamp(42px, 4vw, 64px);
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
}

.news-banner::before,
.news-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 80px solid rgba(255,255,255,0.045);
  width: 260px;
  height: 260px;
  right: -80px;
  top: 34px;
}

.news-banner::after {
  right: -30px;
  top: 160px;
}

.news-banner strong,
.news-banner span,
.news-banner em {
  position: relative;
  z-index: 1;
}

.news-banner strong {
  display: block;
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 1.2;
  color: var(--gold-text);
  margin-bottom: 22px;
}

.news-banner span {
  display: block;
  font-size: clamp(17px, 1.3vw, 22px);
  line-height: 1.6;
  color: #fff;
  margin-bottom: 34px;
  word-break: keep-all;
}

.news-banner em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: #fff;
  color: #9b0005;
  font-style: normal;
  font-size: 14px;
  padding: 16px 28px;
}

.renew-contact {
  background: #fff;
  padding: clamp(80px, 7vw, 120px) 0 0;
}

.renew-contact .renew-title {
  margin-bottom: clamp(44px, 4vw, 60px);
}

.contact-box {
  position: relative;
  background: var(--beige);
  overflow: hidden;
}

.contact-box::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(14,33,60,0.05);
}

.contact-info {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 4vw, 64px);
  box-sizing: border-box;
}

.contact-info .renew-label {
  color: var(--navy) !important;
  margin-bottom: 14px !important;
  text-align: left;
}

.contact-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  column-gap: clamp(24px, 3vw, 56px);
  margin-bottom: clamp(42px, 4vw, 56px);
}

.contact-head h4 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.2;
  font-weight: 800;
  color: #555;
  white-space: nowrap;
}

.contact-tel {
  display: contents;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-tel li {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  color: #555;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.contact-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 8vw, 140px);
  border-top: 1px solid rgba(14,33,60,0.18);
  padding-top: clamp(24px, 3vw, 34px);
}

.contact-detail dl {
  margin: 0;
}

.contact-detail dt {
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(11px, 0.9vw, 14px);
  letter-spacing: 0.35em;
  color: #555;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0,0,0,0.35);
}

.contact-detail dd {
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.9;
  color: #555;
  margin: 0;
  font-weight: 400;
}

.contact-detail dd div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-detail dd em {
  font-style: normal;
}

.contact-map {
  width: 100%;
  line-height: 0;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}

.renew-partners {
  padding: clamp(44px, 5vw, 70px) 0;
  background: #fff;
}

.renew-partners ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(26px, 4vw, 30px);
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.renew-partners img {
  max-height: clamp(42px, 26vw, 80px);
  max-width: 300px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.renew-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.55);
  padding: 56px 0 34px;
  font-size: 13px;
}

.footer-top {
  display: grid;
  grid-template-columns: 240px 1fr 200px;
  gap: 70px;
  align-items: start;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-logo img {
  max-width: 170px;
  height: auto;
  display: block;
}

.footer-info p {
  margin: 0 0 9px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
}

.footer-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-link a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 13px;
}

.footer-bottom {
  padding-top: 24px;
  text-align: center;
  color: rgba(255,255,255,0.38);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.nursing-page {
  font-family: "Noto Sans KR", sans-serif;
  color: #0E213C;
  background: #fff;
}

.nursing-page .m_mode {
  display: none;
}

.nursing-visual img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
	margin-bottom:40px;
}

.nursing-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0E213C;
}

.nursing-intro-img img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.nursing-intro-text h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
}

.nursing-intro-text strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 34px;
  font-size: 24px;
  color: #9FC6DF;
  font-weight: 500;
font-family: "GyeongbokgungSumunjangBodyText", "Noto Sans KR", serif;
}

.nursing-intro-text p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
  word-break: keep-all;
}

.nursing-guide {
  padding: 100px 0 110px;
  background: #f4efe6;
}

.nursing-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.nursing-title {
  text-align: center;
  margin-bottom: 60px;
}

.nursing-title p {
  margin: 0 0 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: #b99c5d;
}

.nursing-title h3 {
  margin: 0 0 16px;
  font-size: 42px;
  color: #0E213C;
}

.nursing-title span {
  font-size: 16px;
  color: #555;
}

.nursing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.nursing-card {
  background: rgba(255,255,255,0.34);
  padding: 42px 44px;
  min-height: 300px;
  box-sizing: border-box;
}

.nursing-card i {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border: 1px solid rgba(209,178,111,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.nursing-card i img {
  max-width: 22px;
}

.nursing-card h4 {
  margin: 0 0 24px;
  font-size: 23px;
  line-height: 1.4;
  color: #0E213C;
}

.nursing-card dl {
  margin: 0 0 22px;
}

.nursing-card dl div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(14,33,60,0.25);
}

.nursing-card dt,
.nursing-card dd {
  margin: 0;
  font-size: 15px;
}

.nursing-card dd {
  font-weight: 700;
}

.nursing-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  word-break: keep-all;
}

.nursing-tel {
  display: block;
  margin: 4px 0 26px;
  font-family: "JetBrains Mono", monospace;
  font-size: 28px;
  color: #0E213C;
}

.nursing-room,
.nursing-time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.nursing-room div,
.nursing-time div {
  padding: 22px;
  background: rgba(255,255,255,0.42);
}

.nursing-room span,
.nursing-time span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #777;
}

.nursing-room b,
.nursing-time b {
  font-size: 17px;
  color: #0E213C;
}

.nursing-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nursing-card li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.nursing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D1B26F;
}

.nursing-message {
  min-height: 520px;
  background-image: url("https://xn--h-zv6e268aqwjmpq.com/wp-content/uploads/2026/05/nursing_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.nursing-message p {
  margin: 0;
  font-size: 30px;
  line-height: 1.7;
  color: #111;
}

.nursing-message strong {
  font-family: "GyeongbokgungSumunjangBodyText", "Noto Sans KR", serif;
  font-size: 44px;
  font-weight: 500;
}

.nursing-intro-text {
  position: relative;
  padding: 76px 72px;
  color: #fff;
  overflow: hidden;
  background-color: #0E213C;
  background-image: url("/wp-content/themes/kimpo-hp-child-new/images/nursingbg.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.nursing-intro-text h3,
.nursing-intro-text strong,
.nursing-intro-text p {
  position: relative;
  z-index: 1;
}

/* =========================================================
   Media: (max-width: 1280px)
========================================================= */

@media (max-width: 1280px) {
  .renew-inner,

    .renew-visual__inner {

    max-width: 1100px;

  }
}

/* =========================================================
   Media: (max-width: 1024px)
========================================================= */

@media (max-width: 1024px) {
  .renew-header-top {

    height: 72px;

    background: #fff !important;

  }

  .renew-header-top .renew-inner {

    position: relative;

    height: 72px !important;

    padding: 0 20px !important;

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .renew-logo {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    margin: 0;

  }

  .renew-logo img {

    height: 34px;

    width: auto;

    max-width: none;

  }

  .renew-cert,

    .renew-nav-wrap,

    #btn_tell_m {

    display: none !important;

  }

  #btn_gnbm {

    display: block !important;

    position: absolute !important;

    left: 18px !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    z-index: 1000000 !important;

  }

  #btn_gnbm a {

    display: flex !important;

    width: 38px !important;

    height: 38px !important;

    align-items: center !important;

    justify-content: center !important;

    background: var(--navy) !important;

    border-radius: 50% !important;

  }

  #btn_gnbm img {

    display: block !important;

    width: 20px !important;

    height: 20px !important;

    object-fit: contain;

  }

  .renew-call {

    display: flex !important;

    position: absolute !important;

    right: 16px;

    top: 50%;

    transform: translateY(-50%);

    height: 36px;

    padding: 0 12px;

    gap: 6px;

    border-radius: 999px;

    font-size: 12px;

    white-space: nowrap;

  }

  .renew-call span {

    display: none;

  }

  .renew-call img {

    width: 14px;

  }

  .renew-call strong {

    font-size: 14px;

  }

  .news-grid {

    grid-template-columns: 1fr;

  }

  .news-box,

    .news-banner {

    min-height: auto;

  }

  .news-banner {

    aspect-ratio: auto;

  }

  .promise-list {

    grid-template-columns: 1fr;

    gap: 24px;

  }

  .promise-list li {

    min-height: auto;

    aspect-ratio: auto;

  }

  #gnbm {

    position: fixed !important;

    top: 0 !important;

    left: 0 !important;

    right: auto !important;

    width: 82vw !important;

    max-width: 360px !important;

    height: 100vh !important;

    background: #fff !important;

    z-index: 999999 !important;

    transform: translateX(-100%) !important;

    transition: transform 0.35s ease !important;

    overflow-y: auto !important;

  }

  #gnbm.open {

    transform: translateX(0) !important;

  }

  #gnbm .gnbm_list {

    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    padding: 24px !important;

    box-sizing: border-box !important;

  }

  .gnbm_out_bg {

    display: none !important;

    position: fixed !important;

    inset: 0 !important;

    background: rgba(0,0,0,0.55) !important;

    z-index: 999990 !important;

    opacity: 0 !important;

    pointer-events: none !important;

  }

  .gnbm_out_bg.open {

    display: block !important;

    opacity: 1 !important;

    pointer-events: auto !important;

  }

  .nursing-intro {

    grid-template-columns: 1fr;

  }

  .nursing-intro-img img {

    min-height: auto;

    aspect-ratio: 16 / 9;

  }

  .nursing-card-grid {

    grid-template-columns: 1fr;

  }
}

/* =========================================================
   Media: (max-width: 767px)
========================================================= */

@media (max-width: 767px) {
  .renew-inner,

    .renew-visual__inner {

    padding: 0 18px;

  }

  .renew-section {

    padding: 48px 0;

  }

  .renew-title {

    margin-bottom: 30px;

  }

  .renew-title h3 {

    font-size: 28px;

    line-height: 1.25;

  }

  .renew-title p {

    font-size: 14px;

    line-height: 1.7;

    word-break: keep-all;

  }

  .renew-label {

    font-size: 10px !important;

    letter-spacing: 0.28em;

  }

  .renew-visual__bg {

    min-height: 230px;

    background-position: center;

  }

  .renew-visual__inner {

    padding: 0 24px;

  }

  .renew-visual__eyebrow {

    font-size: 9px;

    padding: 5px 10px;

    margin-bottom: 12px;

  }

  .renew-visual h3 {

    font-size: 24px;

    line-height: 1.35;

    word-break: keep-all;

  }

  .treatment-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .treatment-card {

    aspect-ratio: 1 / 1;

    padding: 18px 16px;

  }

  .treatment-card h4 {

    font-size: 22px;

    line-height: 1.25;

  }

  .treatment-card p {

    font-size: 15px;

    line-height: 1.45;

    letter-spacing: -0.04em;

  }

  .treatment-card span {

    font-size: 10px;

    margin-bottom: 18px;

  }

  .renew-promise {

    padding: 56px 0 44px;

  }

  .promise-list {

    gap: 16px;

    margin-top: 36px;

  }

  .promise-list li {

    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding: 22px 18px;

    min-height: auto;

    aspect-ratio: auto !important;

  }

  .promise-icon {

    width: 64px;

    height: 64px;

    padding: 14px;

    margin: 0;

    flex-shrink: 0;

  }

  .promise-icon img {

    width: 30px;

  }

  .promise-list h4 {

    font-size: 21px;

    line-height: 1.35;

    margin: 0 0 12px;

    padding-bottom: 12px;

  }

  .promise-list p {

    font-size: 14px;

    line-height: 1.7;

  }

  .promise-num {

    top: 14px;

    right: 16px;

    font-size: 30px;

  }

  .renew-photo-message {

    min-height: 260px;

    background-position: center;

  }

  .renew-photo-message p {

    font-size: 18px;

    line-height: 1.55;

  }

  .renew-photo-message strong span {

    font-size: 28px;

    line-height: 1.45;

  }

  .news-box {

    padding: 28px 22px;

  }

  .news-banner {

    padding: 34px 26px;

  }

  .news-banner strong {

    font-size: 28px;

  }

  .news-banner span {

    font-size: 16px;

  }

  .contact-info {

    padding: 34px 26px;

  }

  .contact-head {

    grid-template-columns: 1fr 1fr !important;

    gap: 18px;

    align-items: start;

    margin-bottom: 30px;

  }

  .contact-head h4 {

    font-size: 25px;

    line-height: 1.25;

  }

  .contact-tel {

    display: grid;

    grid-template-columns: 1fr;

    gap: 8px;

    text-align: right;

  }

  .contact-tel li {

    font-size: 20px;

    line-height: 1.35;

  }

  .contact-detail {

    grid-template-columns: 1fr;

    gap: 30px;

    padding-top: 26px;

  }

  .contact-detail dt {

    font-size: 11px;

    letter-spacing: 0.25em;

  }

  .contact-detail dd {

    font-size: 14px;

  }

  .contact-map iframe {

    min-height: 300px;

  }

  .renew-partners ul {

    display: grid !important;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    justify-items: center;

    align-items: center;

  }

  .renew-partners li {

    width: 100%;

    text-align: center;

  }

  .renew-partners img {

    max-width: 100%;

    max-height: 56px;

    width: auto;

    height: auto;

  }

  .renew-footer {

    padding: 42px 0 28px;

  }

  .footer-top {

    grid-template-columns: 1fr;

    gap: 26px;

  }

  .footer-logo img {

    max-width: 140px;

  }

  .footer-info p,

    .footer-link a {

    font-size: 12px;

  }

  .footer-bottom {

    text-align: left;

    font-size: 11px;

  }

  .renew-sub-page .m_none {

    display: none;

  }

  .renew-sub-page .m_mode {

    display: block;

  }

  .nursing-inner {

    padding: 0 18px;

  }

  .nursing-page .m_none {

    display: none;

  }

  .nursing-page .m_mode {

    display: block;

  }

  .nursing-visual img {

    height: 180px;

  }

  .nursing-intro-text {

    padding: 42px 24px;

  }

  .nursing-intro-text h3 {

    font-size: 25px;

  }

  .nursing-intro-text strong {

    font-size: 18px;

    margin-bottom: 22px;

  }

  .nursing-intro-text p {

    font-size: 14px;

  }

  .nursing-guide {

    padding: 58px 0 64px;

  }

  .nursing-title {

    margin-bottom: 34px;

  }

  .nursing-title h3 {

    font-size: 30px;

  }

  .nursing-title span {

    font-size: 14px;

    line-height: 1.6;

  }

  .nursing-card {

    padding: 28px 22px;

    min-height: auto;

  }

  .nursing-card h4 {

    font-size: 20px;

  }

  .nursing-room,

    .nursing-time,

    .nursing-card ul {

    grid-template-columns: 1fr;

  }

  .nursing-tel {

    font-size: 22px;

  }

  .nursing-message {

    min-height: 360px;

    background-position: center right;
	  background:url('https://xn--h-zv6e268aqwjmpq.com/wp-content/themes/kimpo-hp-child-new/images/nursing-bg-m.jpg') right/cover no-repeat;

  }

  .nursing-message p {

    font-size: 21px;

  }

  .nursing-message strong {

    font-size: 24px;

  }
}

/* =========================================================
   Media: (max-width: 480px)
========================================================= */

@media (max-width: 480px) {
  .renew-inner,

    .renew-visual__inner,

    .nursing-inner {

    padding: 0 14px;

  }

  .brM {

    display: block;

  }

  .renew-call {

    display: none !important;

  }

  .renew-logo img {

    height: 28px;

  }

  .renew-visual h3 {

    font-size: 18px;

    line-height: 1.4;

  }

  .renew-visual__eyebrow {

    font-size: 8px;

  }

  .renew-title h3 {

    font-size: 22px;

  }

  .renew-title p {

    font-size: 13px;

  }

  .treatment-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .treatment-card {

    padding: 12px;

    aspect-ratio: 1/1.5;

  }

  .treatment-card span,

    .renew-smalleng {

    display: none;

  }

  .treatment-card h4 {

    font-size: 16px;

    line-height: 1.3;

    margin-bottom: 8px;

  }

  .treatment-card p {

    font-size: 12px;

    line-height: 1.45;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;

  }

  .renew-promise {

    padding: 40px 0 28px;

  }

  .promise-list li {

    padding: 16px;

    gap: 12px;

  }

  .promise-icon {

    width: 56px;

    height: 56px;

    padding: 12px;

  }

  .promise-icon img {

    width: 24px;

  }

  .promise-list h4 {

    font-size: 16px;

    line-height: 1.35;

  }

  .promise-list p {

    font-size: 12px;

    line-height: 1.6;

  }

  .promise-num {

    font-size: 22px;

  }

  .renew-photo-message {

    min-height: 220px;

    background: url("/wp-content/themes/kimpo-hp-child-new/images/section_photo_bg_m.jpg");

    background-position: right;

    background-size: cover;

  }

  .renew-promise::after {

    height: 150px;

    bottom: -26px;

  }

  .renew-photo-message p {

    font-size: 15px;

  }

  .renew-photo-message strong span {

    font-size: 22px;

  }

  .contact-head {

    grid-template-columns: 1fr !important;

    gap: 12px;

  }

  .contact-head h4 {

    font-size: 18px;

  }

  .contact-tel {

    text-align: left;

  }

  .contact-tel li {

    font-size: 16px;

  }

  .contact-info {

    padding: 24px 18px;

  }

  .renew-partners img {

    max-height: 42px;

  }
}