<style>
/* ==============================
   1) ±âº» Reset ¹× °øÅë ½ºÅ¸ÀÏ
   ============================== */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif;
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto; /* Å¬¸¯ ¹× ¸Þ´º ÀÌµ¿ °¡´ÉÇÏ°Ô À¯Áö */
}

/* Å¬¸¯ °¡´ÉÇÑ ¿ä¼Ò´Â ¿¹¿Ü Ã³¸® */
a, button, input, select, textarea {
  user-select: auto;
  pointer-events: auto;
}

/* ¸ð¹ÙÀÏ ¸Þ´º, ³×ºñ°ÔÀÌ¼Ç Å¬¸¯ °¡´É ¼³Á¤ */
nav, .menu-toggle, .mobile-menu, .submenu, .footer-link {
  pointer-events: auto;
}

/* ½ºÅ©·Ñ ºñÈ°¼ºÈ­ (ÇÊ¿ä ½Ã »ç¿ë) */
.noscroll {
  overflow: hidden;
}

/* ÄÁÅ×ÀÌ³Ê (±âº») */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/* ==============================
   2) Çì´õ & ³×ºñ°ÔÀÌ¼Ç
   ============================== */
header {
  position: relative;
  padding: 0;
}
header .container {
  max-width: 900px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  margin: 2px; /* ·Î°í ¿ÞÂÊÀ¸·ÎºÎÅÍÀÇ °ø°£ */
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.03em;  /* ±ÛÀÚ °£°Ý ¾à°£ Á¼Èû */
}

.namehouse-logo {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.01em; /* ÀüÃ¼ ±ÛÀÚ °£°Ý ¾à°£¸¸ Á¼Èû */
}

.namehouse-logo .name {
  font-size: 24px;  /* NAMEÀº ´õ Å­ */
  vertical-align: baseline;
}

.namehouse-logo .house {
  font-size: 20px;  /* HOUSE´Â ÀÛ°Ô */
  vertical-align: baseline;
  margin-left: 3px; /* NAME°ú HOUSE »çÀÌ »ìÂ¦ °£°Ý */
}

/* ·Î°í ¸µÅ© */
.logo-home-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

/* ¸ð¹ÙÀÏ È¨ ¾ÆÀÌÄÜÀº PC¿¡¼­ ¼û±è */
.mobile-home-icon {
  display: none;
}

/* ¸ð¹ÙÀÏ¿¡¼­¸¸ NAMEHOUSE ´ë½Å È¨ ¾ÆÀÌÄÜ Ç¥½Ã */
@media (max-width: 1023px) {
  /* ¸ð¹ÙÀÏ Çì´õ ÀüÃ¼ ³ôÀÌ¿Í Á¤·Ä */
  header .container {
    width: 100%;
    max-width: none;
    height: 44px;        /* ¸ð¹ÙÀÏ »ó´Ü ¿µ¿ª ³ôÀÌ */
    padding-left: 10px;  /* ¿ÞÂÊ Áý ¾ÆÀÌÄÜ À§Ä¡ */
    padding-right: 0;
  }

  /* ±âÁ¸ ·Î°í ¿©¹é ÃÊ±âÈ­ */
  header .logo {
    margin-left: 0;
  }

  /* ¿À¸¥ÂÊ ÇÜ¹ö°Å ¾ÆÀÌÄÜ À§Ä¡ */
  .menu-toggle {
    margin-left: auto !important;
    margin-right: 26px !important;
  }

  /* ¸ð¹ÙÀÏ¿¡¼­´Â NAMEHOUSE ÅØ½ºÆ® ¼û±è */
  .logo-home-link .namehouse-logo {
    display: none;
  }

  /* ¸ð¹ÙÀÏ È¨ ¾ÆÀÌÄÜ Å¬¸¯ ¿µ¿ª */
  .logo-home-link .mobile-home-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #111;
  }

  /* Áý ¾ÆÀÌÄÜ ½ÇÁ¦ Å©±â¿Í ¼± ±½±â */
  .logo-home-link .mobile-home-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

/* ±âº» ³×ºñ°ÔÀÌ¼Ç (PC¿ë) */
nav ul {
  list-style: none;
  display: flex;
  gap: 5px;  /* ¸Þ´º °£°Ý Á¶Àý */
  margin: 0;
  padding: 0;
}
nav ul li {
  position: relative;
}
nav ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 8px 15px;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 5px;
}
nav ul li:hover > a {
  background-color: #5F8325;
  color: #fff;
}
nav ul li .submenu {
  display: none;
  position: absolute;
  top: 136%;  /* ÇÏÀ§ ¸Þ´º ·¹ÀÌ¾î ³ôÀÌ Á¶Àý */
  left: 0;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 100;
}
nav ul li:hover .submenu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.submenu li {
  white-space: nowrap;
}
.submenu li a {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 15px;
  display: block;
  color: black;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 5px;
}
.submenu li a:hover {
  background-color: #E9E9E9;
  color: black;
}

/* ÇÜ¹ö°Å ¾ÆÀÌÄÜ (¸ð¹ÙÀÏ¿ë) */
.menu-toggle {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
.menu-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2.2px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 9px;
}
.menu-toggle span:nth-child(3) {
  top: 18px;
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ¿À¹ö·¹ÀÌ ¹× ¸ð¹ÙÀÏ ¸Þ´º ¹Ú½º */
.menu-overlay {
  position: fixed;
  top: 44px; 
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,1);  /* ºÒÅõ¸íµµ 90%´Â 0.9 */
z-index: 9999;
  display: none;
  overflow-y: auto;
}
.menu-overlay.active {
  display: block;
}
.mobile-menu {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
}
.mobile-menu ul {
  list-style: none;
  margin: 1px auto 0;
  padding: 0;
  text-align: center;
}
.mobile-menu ul li:first-child {
  border-top: 1px solid #e0e0e0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #e0e0e0;
}
.mobile-menu ul li a {
  display: block;
  padding: 12px 14px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}
.mobile-menu ul li a:hover {
  background: #000;
  color: #fff;
}
.mobile-menu ul li .submenu {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.5s ease-in-out;
}
.mobile-menu ul li.open .submenu {
  max-height: 500px;
}
.mobile-menu ul li .submenu li a {
  padding-left: 20px;
  background: #fff;
  color: #333;
  border-radius: 0;
  font-weight: normal;
  transition: background 0.3s ease, color 0.3s ease;
}
.mobile-menu ul li .submenu li a:hover {
  background: #E9E9E9;
  color: black;
  border-radius: 0;
}
.mobile-menu-bottom {
  text-align: center;
  margin: 50px 0;
}
.mobile-menu-bottom .btn-primary {
  background-color: #5F8325;
  color: #fff;
  border: 2px solid #5F8325;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mobile-menu-bottom .btn-primary:hover {
  background-color: #fff;
  color: #5F8325;
}

/* ¹ÝÀÀÇü Çì´õ ¼³Á¤ */
@media (max-width: 1023px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(255,255,255,0.82);
    border-bottom: 1px solid rgba(224,224,224,0.7);
  }
  body {
    padding-top: 44px;
  }
  nav ul {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
}
@media (min-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(255,255,255,0.82);
    border-bottom: 1px solid rgba(224,224,224,0.7);
  }
  body {
    padding-top: 56px; /* Çì´õ ³ôÀÌ¸¸Å­ ¿©¹é Ãß°¡ */
  }
  .menu-overlay {
    display: none !important;
  }
  .menu-toggle {
    display: none;
  }
/* '³ªÀÇ¼­ºñ½ºÈ®ÀÎ' ¸Þ´º */
.menu-item.special > a {
  background-color: #5F8325;
  color: #fff;
  font-size: 14px;       /* ÅØ½ºÆ® Å©±â (¿¹: 12px·Î Ãà¼Ò) */
  font-weight: normal;
  padding: 8px 12px;     /* ¹öÆ° ³»ºÎ ¿©¹é (»óÇÏ: 8px, ÁÂ¿ì: 12px) */
  border-radius: 5px;
  border: 2px solid #5F8325;
  transition: background-color 0.3s, color 0.3s;
}
.menu-item.special > a:hover {
  background-color: #fff;
  color: #5F8325;
  border: 2px solid #5F8325;
}
  nav ul {
    display: flex;
  }
}


/* ==============================
   3) ¸ÞÀÎ(ÀÌ¹ÌÁö ¼½¼Ç, Hero)
   ============================== */
/* ¸ÞÀÎ ÀÌ¹ÌÁö ¿µ¿ª */
.image-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.image-section img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

/* PC È¯°æ: ¸ÞÀÎ ÀÌ¹ÌÁö ³ôÀÌ 280px °íÁ¤ (¸ð¹ÙÀÏÀº ºñÀ² À¯Áö) */
@media (min-width: 1024px) {
  .image-section img {
    width: 900px;
    height: 280px;
    object-fit: cover;
  }
}

/* Hero ¿µ¿ª */
.hero {
  text-align: center;
  padding: 10px 0;
}
.hero h2 {
  margin: 5px 0;
}
.hero p {
  margin: 5px 0 10px;
}
.hero .btn {
  display: block;
  margin: 10px 0;
}

/* Hero ¹öÆ° */
.hero .btn-primary {
  background-color: #5F8325;
  color: #fff;
  border: 2px solid #5F8325;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.hero .btn-primary:hover {
  background-color: transparent;
  color: #5F8325;
  border: 2px solid #5F8325;
  text-decoration: none;
}


/* ==============================
   4) ¼­ºñ½º Ä«µå ¿µ¿ª
   ============================== */
/* °øÅë ½ºÅ¸ÀÏ (PC + ¸ð¹ÙÀÏ) */
.services {
  margin: 0 auto;
  padding: 0;
}

/* Ä«µå °øÅë ½ºÅ¸ÀÏ */
.service-card {
  background: #fff;
  color: #333;
  text-align: center;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.service-img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.service-card-content {
  width: 100%;
  padding: 5px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* ¼­ºñ½º Ä«µå Á¦¸ñ ¹× ¼³¸í */
.service-card h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #333;
}
.service-card p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #666;
}

/* ¹öÆ° ½ºÅ¸ÀÏ */
.btn {
  display: inline-block;
  margin: 2px 4px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.3s, color 0.3s;
}
.btn:hover {
  background: #fff;
  color: #333;
}

/* ========== PC(1024px ÀÌ»ó) ========== */
@media (min-width: 1024px) {
  .services {
    width: 900px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 20px; /* Ç²ÅÍ¿Í °£°ÝÁ¶Àý */
  }
  .service-card {
    flex: 0 0 calc((100% - 30px) / 4);
  }
  .service-card-content {
    display: block;
  }
}

/* ========== ¸ð¹ÙÀÏ(1023px ÀÌÇÏ) ========== */
@media (max-width: 1023px) {
  .services {
    width: calc(100% - 20px); /* paddingÀÇ ¿ªÇÒ */
    margin: 0 auto 22px;  /* ÇªÅÍ¿ÍÀÇ ³ôÀÌ °£°Ý */
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .service-card-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /* ÇÑ ÁÙ·Î¸¸ ¹èÄ¡ (wrap ±ÝÁö) */
    text-align: left;
    overflow: hidden; /* ³ÑÄ¡´Â ÅØ½ºÆ® ¼û±è */
    padding: 6px;
  }
  .service-card-content h3 {
    margin: 0;
    font-size: 16px;
    flex: 0 0 auto;
    margin-right: 8px;
    white-space: nowrap;
  }
  .service-card-content p {
    margin: 0;
    font-size: 13px;
    letter-spacing: -0.05em; /* ¡ç ±ÛÀÚ °£°Ý ÁÙÀÌ±â */
    flex: 1 1 auto; /* ³²Àº °ø°£ Â÷Áö */
    white-space: nowrap; /* ÁÙ¹Ù²Þ ±ÝÁö */
    overflow: hidden;     /* ³ÑÄ¡´Â ºÎºÐ ¼û±è */
    text-overflow: ellipsis; /* ¸»ÁÙÀÓ Ç¥½Ã */
    margin-right: 0px;
  }
  .service-card-content .btn-group {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap; /* ¹öÆ°µµ ÁÙ¹Ù²Þ ±ÝÁö */
  }
}


/* ==============================
   5) ´ëÇ¥ÀüÈ­
============================== */
.customer-service {
    background-color: #eee;
    padding: 20px;
    border-radius: 0;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
}

/* ´ëÇ¥ÀüÈ­ + ÀüÈ­ ¾ÆÀÌÄÜ + ÀüÈ­¹øÈ£ ÇÑ ÁÙ Á¤·Ä */
.cs-info {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap; /* ÁÙ ¹Ù²Þ ¹æÁö */
}

/* '´ëÇ¥ÀüÈ­' ÅØ½ºÆ® */
.cs-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* ÀüÈ­ ¾ÆÀÌÄÜ */
.phone-icon {
    font-size: 16px;
    color: #000;
}

/* ÀüÈ­¹øÈ£ */
.cs-phone {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/* »ó´ã½Ã°£ ¹× Á¡½É½Ã°£ */
.cs-time p {
    font-size: 14px;
    color: #444;
    margin: 4px 0;
    text-align: center;
}


/* ==============================
   6) ÇªÅÍ ¸Þ´º
   ============================== */
footer-menu {
  display: block;
  background-color: #eee;
  font-size: 15px;
  color: #666;
  padding-top: 25px; /* »ó´Ü ¿©¹é È®º¸ */
  padding-bottom: 1px; /* ±âÁ¸ 10px ¡æ 1pxÀ¸·Î ÁÙÀÓ */
  margin-bottom: 0; /* ºÒÇÊ¿äÇÑ ¿©¹é Á¦°Å */
}

footer-menu .footer-menu-container {
  max-width: 700px; /* ±âÁ¸ 970px -> 700px·Î ÁÙÀÓ */
  margin: 0 auto;
  padding: 0 15px;
}

/* °øÅë ¸Þ´º ½ºÅ¸ÀÏ (ÇªÅÍ Àü¿ë) */
footer-menu .footer-nav ul {
  display: flex;
  justify-content: center; /* Áß¾Ó Á¤·Ä */
  gap: 30px; /* ¸Þ´º °£°Ý ÀÏÁ¤ÇÏ°Ô ¼³Á¤ */
}

/* »óÀ§ ¸Þ´º(¸ÞÀÎ Å¸ÀÌÆ²) (ÇªÅÍ Àü¿ë) */
footer-menu .menu-item {
  flex: 1; /* ¸ðµç Ç×¸ñ µ¿ÀÏÇÑ ³Êºñ */
  text-align: center; /* Áß¾Ó Á¤·Ä */
  white-space: nowrap; /* ÁÙ¹Ù²Þ ¹æÁö */
  min-width: 120px; /* ÃÖ¼Ò ³Êºñ */
  max-width: 160px; /* ÃÖ´ë ³Êºñ */
}

footer-menu .menu-item > strong {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-weight: bold; /* »óÀ§¸Þ´º ÅØ½ºÆ® µÎ²² */
}

/* ÀüÃ¼¸Þ´º ½ºÅ¸ÀÏ */
footer-menu .menu-item.menu-all {
  flex: 1; /* ¸ðµç Ç×¸ñ µ¿ÀÏÇÑ ³Êºñ */
  text-align: center; /* Áß¾Ó Á¤·Ä */
  white-space: nowrap; /* ÁÙ¹Ù²Þ ¹æÁö */
  min-width: 120px; /* ÃÖ¼Ò ³Êºñ */
  max-width: 160px; /* ÃÖ´ë ³Êºñ */
}

footer-menu .menu-item.menu-all > strong {
  color: #000;
}

/* ÇÏÀ§ ¸Þ´º(¼¼ºÎ Ç×¸ñ) (ÇªÅÍ Àü¿ë) */
footer-menu .menu-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

footer-menu .menu-item ul li {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0; /* ÇÏÀ§ ¸Þ´º ³ôÀÌ °£°Ý Á¶Àý */
}

/* ÇªÅÍ ³» ¸µÅ© ±âº» ½ºÅ¸ÀÏ */
footer-menu .footer-nav a {
  font-weight: normal !important; /* ¸µÅ©¿¡¼­µµ bold Á¦°Å */
  text-decoration: none !important; /* ¹ØÁÙ Á¦°Å */
  color: #666 !important; /* ±âÁ¸ »ö»ó À¯Áö */
  background: none !important; /* ¹è°æ»ö Á¦°Å */
  padding: 0; /* ¹öÆ° ÆÐµù Á¦°Å */
  border: none !important; /* È¤½Ã Àû¿ëµÈ border Á¦°Å */
  display: inline-block; /* ±âº» ¸µÅ© ½ºÅ¸ÀÏ À¯Áö */
}

/* ÇªÅÍ ¸µÅ©¿¡ ¸¶¿ì½º ¿À¹ö ½Ã¿¡µµ »ö º¯È­ ¹æÁö */
footer-menu .footer-nav a:hover,
footer-menu .footer-nav a:focus,
footer-menu .footer-nav a:active {
  font-weight: normal !important;
  text-decoration: none !important; /* ¹ØÁÙ Á¦°Å */
  color: #666 !important; /* ±âÁ¸ »ö À¯Áö */
  background: none !important; /* ÃÊ·Ï»ö ¹è°æ Á¦°Å */
  border: none !important;
  padding: 0 !important;
}


@media (max-width: 1023px) {
  /* ÀüÃ¼¸Þ´º ¼û±è */
  footer-menu .menu-item.menu-all {
    display: none;
  }

  /* °¨¸í ¸Þ´º ¼û±è */
  footer-menu .menu-review {
    display: none;
  }

  footer-menu {
    padding-bottom: 1px; /* ÇªÅÍ¸Þ´º¿Í ÇªÅÍ ³ôÀÌ °£°Ý */
  }

  /* ÇªÅÍ ¸Þ´º ¸®½ºÆ® ½ºÅ¸ÀÏ */
  footer-menu .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* °£°Ý ±ÕµîÇÏ°Ô Áß¾Ó Á¤·Ä */
    gap: 0px; /* °£°Ý ÃÖ¼ÒÈ­ */
    padding: 0 3px; /* ÁÂ¿ì ¿©¹é ÃÖ¼ÒÈ­ */
  }

  /* °³º° ¸Þ´º Ç×¸ñ Å©±â Á¶Á¤ */
  footer-menu .menu-item {
    flex: 1 1 20%; /* ÇÑ ÁÙ¿¡ 5°³ ¹èÄ¡ */
    min-width: 60px; /* ±âÁ¸ 75px ¡æ 60px */
    max-width: 100px; /* ÃÖ´ë ³Êºñ Ãà¼Ò */
    text-align: center;
    font-size: 15px; /* »óÀ§ ¸Þ´º ±Û¾¾ Å©±â */
    white-space: nowrap; /* ÁÙ¹Ù²Þ ¹æÁö */
  }

  /* ÇÏÀ§ ¸Þ´º ½ºÅ¸ÀÏ */
  footer-menu .menu-item ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin-top: 10px; /* »óÀ§ ¸Þ´º¿Í ÇÏÀ§ ¸Þ´º °£°Ý Á¶Àý */
  }

  /* ÇÏÀ§ ¸Þ´º Ç×¸ñ ½ºÅ¸ÀÏ */
  footer-menu .menu-item ul li {
    font-size: 14px; /* ÇÏÀ§ ¸Þ´º ±Û¾¾ Å©±â */
    padding: 1px 0;
    line-height: 1.2;
  }
}


/* ==============================
   7) ÇªÅÍ
   ============================== */
footer {
  background-color: #eee;
  padding: 15px 0; /* ÇªÅÍ À§¾Æ·¡ ³ôÀÌÁ¶Àý */
  text-align: center; /* ÀüÃ¼ ÇªÅÍ ¼¾ÅÍ Á¤·Ä */
  font-size: 12px;
  color: #666;
}

.footer-container {
  max-width: 400px;
  margin: 0 auto;
  text-align: left; /* ³»ºÎ ÄÁÅÙÃ÷µµ ÁÂÃø Á¤·Ä */
  line-height: 1.5;
  padding-left: 24px; /* ÁÂÃø ¿©¹é Ãß°¡ */
}

.footer-container p {
  margin: 3px 0;
}

.footer-link {
  text-decoration: none;
  color: #5F8325;
  font-weight: bold;
}

.footer-link:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 11px;
  color: #888;
  margin-top: 5px;
  text-align: left; /* ÀúÀÛ±Ç ¹®±¸µµ ÁÂÃø Á¤·Ä */
}

/* ==============================
   µ¥½ºÅ©Åé(1024px ÀÌ»ó) ÇªÅÍ ÁÂÃø Á¤·Ä À¯Áö
   ============================== */
@media (min-width: 1024px) {
  .footer-container {
    font-size: 12px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* ÁÂÃø Á¤·Ä À¯Áö */
    max-width: 900px;
    padding: 0 15px;
  }

  .footer-container p {
    width: 50%;
    margin: 5px 0;
    text-align: left;
  }

  .copyright {
    width: 100%;
    text-align: left !important;
    font-size: 11px;
    margin-top: 10px;
  }
}




/* ==============================
   ¼­ºêÆäÀÌÁö Àû¿ë ½ºÅ¸ÀÏ
   ============================== */
.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: #5F8325;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
}

.page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px; /* ÁÂ¿ì ¿©¹é */
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.04em; /* ¡ç ±ÛÀÚ °£°Ý ÁÙÀÌ±â */
}

.subpage-image {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.subpage-image img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

@media (min-width: 1024px) {
  .subpage-image img {
    width: 900px;
    height: 180px;
    object-fit: cover;
  }
}

/* ==============================
   SUB - feature_new.asp(¼­ºñ½º Æ¯Â¡)
   ============================== */
/*  */
.features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.feature-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.features .feature-item:last-child {
  margin-bottom: 100px;  /* ÇªÅÍ¸Þ´º¿Í °£°Ý */
  border-bottom: none;
}

.feature-image img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

.feature-text p {
  font-size: 18px;
  color: #444;
  margin: 0;
}

.feature-text h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

/* ¸ð¹ÙÀÏ ´ëÀÀ */
@media (max-width: 768px) {
  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .feature-text {
    padding-top: 10px;
  }
}


/* ==============================
   SUB - ¼º¸íÇÐÁ¤º¸ Á¦¸ñ¸µÅ© ¿µ¿ª
   ============================== */
.name-info-nav {
  margin: 30px 0;
  padding: 12px 12;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  max-width: 900px;
}

.name-info-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; /* ¼¼·Î Á¤·Ä */
  gap: 1px; /* Ç×¸ñ °£ °£°Ý */
}

.name-info-nav li {
  margin: 0;
}

.name-info-nav li a {
  display: block;
  padding: 12px 12px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.name-info-nav li a:hover {
  background-color: #eee;
  color: #000;
}

/* ==============================
   SUB - ÀÌ¹ÌÁö »ðÀÔ(¼­ºêÆäÀÌÁö)
   ============================== */
.sub-image {
  margin-top: 40px;
  text-align: center;
}

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


/* ==============================
   SUB - namelaw_02.asp (¿ÀÇàÀÌ¶õ)
   ============================== */
.five-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;  /* ÀÌ¹ÌÁö»çÀÌ °£°Ý */
  margin-top: 40px;
  text-align: center;
}

.five-item {
  width: auto;
  text-align: center;
}

.five-item img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: none;    /* Å©±â Á¦ÇÑ ¾ø¾Ö±â */
}

.five-item h4 {
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .five-container {
    flex-direction: row;
    gap: 100px;
    align-items: flex-start;
  }

  .five-item {
    width: auto;
  }
}


/* ==============================
   SUB - namelaw_03.asp (ÀÚ¿ø¿ÀÇàÀÌ¶õ)
   ============================== */
.hanja-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}

.hanja-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px; /* ¿©¹é ÁÙÀÓ */
  width: 100%;
  max-width: 90%; /* ¸ð¹ÙÀÏ¿¡¼­ ³Ê¹« ³ÐÁö ¾Ê°Ô */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
}

.hanja-box h4 {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}

.hanja-box p {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  line-height: 1.8;
  margin: 4px 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .hanja-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding: 0 20px;
  }

  .hanja-box {
    width: 40%;       /* PC¿¡¼­ ´õ ½½¸²ÇÏ°Ô */
    max-width: 480px; /* ³Ê¹« Ä¿ÁöÁö ¾Êµµ·Ï Á¦ÇÑ */
  }
}


/* ==============================
   SUB - namelaw_04.asp (¼Ò¸®¿ÀÇàÀÌ¶õ)
   ============================== */
.sound-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}

.sound-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  max-width: 95%; /* ¸ð¹ÙÀÏ¿¡¼­ ³Ê¹« ³ÐÁö ¾Ê°Ô */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  text-align: left; /* ÅØ½ºÆ® ÁÂÃø Á¤·Ä */
}

.sound-box h4 {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center; /* Á¦¸ñ¸¸ °¡¿îµ¥ */
}

.sound-box p {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
  margin: 8px 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .sound-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding: 0 20px;
  }

  .sound-box {
    width: 40%;          /* ³Êºñ Á¶±Ý ´Ã¸² (±âÁ¸ 40~45%) */
    max-width: 500px;    /* ÇÑ ÁÙ¿¡ Ç¥Çö °¡´ÉÇÏµµ·Ï ¿©À¯ */
  }
}


/* ==============================
   SUB - namelaw_05.asp (81¼ö¸®±æÈäÀÌ¶õ)
   ============================== */
.law-wrapper {
  display: flex;
  flex-direction: column; /* Ç×»ó ¼¼·Î 2ÁÙ */
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.law-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 500px;  /* Àû´çÇÑ ¹Ú½º ³Êºñ */
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.law-box h4 {
  margin-top: 0;
  margin-bottom: 14px;
  text-align: center; /* Á¦¸ñ¸¸ °¡¿îµ¥ */
}

.law-box p {
  font-size: 1em;
  line-height: 1.7;
  margin: 6px 0;
}

.image-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: none; /* PC¿¡¼­ È®´ë ¹æÁö (¿øº» À¯Áö) */
}

/* ¸ð¹ÙÀÏ Àü¿ë ¼³Á¤ */
@media screen and (max-width: 768px) {
  .image-box img {
    max-width: 100%;  /* ¸ð¹ÙÀÏ¿¡¼­ ºÎ¸ð ¹Ú½º¿¡ ¸Â°Ô Ãà¼Ò */
    height: auto;
  }
}


/* ==============================
   SUB - namelaw_06.asp (¼º¸íÇÐÀÇ ÇÑÀÚÈ¹¼ö »êÁ¤¹ý)
   ============================== */
.stroke-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.stroke-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stroke-box img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 16px;
}

.stroke-box h4 {
  margin-top: 0;
  margin-bottom: 14px;
  text-align: center; /* Á¦¸ñ¸¸ °¡¿îµ¥ */
}

@media (max-width: 768px) {
  .stroke-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .stroke-box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px;
  }
}




/* ==============================
   SUB - ÀÛ¸í½ÅÃ» ÀÔ·Â Æû
   ============================== */
/* ÀÛ¸í ½ÅÃ» Æû ÀüÃ¼ ¿µ¿ª */
.naming-form {
  max-width: 900px;          /* ³Êºñ ³Ð°Ô */
  margin: 5px auto 60px;    /* »ó´Ü 5px, ÇÏ´Ü 60px */
  padding: 0;
  box-sizing: border-box;
  border: none;
  font-family: 'Noto Sans KR', sans-serif;
  text-align: left;          /* ÁÂÃø Á¤·Ä */
}

/* °³º° ÀÔ·Â ±×·ì °£ °£°Ý */
.naming-form .form-group {
  margin-bottom: 20px;
}

/* ¶óº§ ½ºÅ¸ÀÏ */
.naming-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* ÀÏ¹Ý ÀÔ·Â ÇÊµå, ¼¿·ºÆ®, ÅØ½ºÆ®¹Ú½º */
.naming-form input[type="text"],
.naming-form input[type="email"],
.naming-form select,
.naming-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

/* ¸ðµç select °øÅë ½ºÅ¸ÀÏ */
.naming-form select {
  font-size: 14px;
  padding: 8px 6px;
  min-width: 60px;
  height: 40px;
  box-sizing: border-box;
}

/* »ý³â¿ùÀÏ½Ã ÀüÃ¼ ÁÙ */
.multi-selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px; /* °£°Ý Á¼Èû */
  width: 100%;
  box-sizing: border-box;
}

/* »ý³â¿ùÀÏ½Ã select - °øÅë Àû¿ëµÈ ½ºÅ¸ÀÏ ¿Ü¿¡ width¸¸ ¼³Á¤ */
.multi-selects select {
  width: auto;
}

/* »ý³â¿ùÀÏ½Ã ´ÜÀ§ ÅØ½ºÆ® (³â/¿ù/ÀÏ/½Ã/ºÐ) */
.select-label {
  margin-left: 4px;
  margin-right: 12px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
}

/* ¶óµð¿À ±×·ì */
.radio-group {
  display: flex;
  flex-wrap: wrap; /* Á¼Àº Æø¿¡¼­ ÀÚµ¿ ÁÙ¹Ù²Þ */
  gap: 20px;
  font-size: 16px;
  align-items: center;
}

.radio-group label {
  margin: 0;
  white-space: nowrap;
}

/* ÇÑÀÚ ÀÔ·Â ¹öÆ°°ú ¹Ú½º Á¤·Ä */
.hanja-input {
  display: flex;
  align-items: center;
  gap: 8px;  /* ±âÁ¸ 15px ¡æ 8px */
  flex-wrap: wrap;
}

.hanja-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 48px;
  height: 48px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #E6E6FA;
  cursor: pointer;
}

.hanja-char {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto; /* ÀÚµ¿ ³Êºñ */
  min-width: 48px;
  height: 48px;
  font-size: 30px; /* ±ÛÀÚ ÁÙÀÌ±â */
  letter-spacing: 4px; /* ±ÛÀÚ °£°Ý */
  padding: 0 8px;
  font-family: "¸¼Àº °íµñ", "Apple SD Gothic Neo", sans-serif;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}


/* ÇÑÀÚ ÀÔ·Â ÀÌ¹ÌÁö ¹öÆ° */
.hanja-input img {
  height: 40px;
  width: auto;
  cursor: pointer;
}

/* Æû ¹öÆ° ¿µ¿ª */
.form-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.form-actions button,
.form-actions .cancel-button {
  padding: 18px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 160px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

.form-actions button {
  background-color: #5F8325;
  color: white;
  border: none;
}

.form-actions .cancel-button {
  background-color: #ddd;
  color: #333;
  text-decoration: none;
  border: none;
}

.section-title {
  background-color: #f0f0f0;
  padding: 10px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.section-title label {
  margin-bottom: 0;
  color: #222;
}

.form-section-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin: 5px 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}

.form-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

.form-control-static {
  padding-left: 12px; /* ÇÊ¿ä½Ã 16px, 20px·Î Á¶Á¤ °¡´É */
}

/* ¹ÝÀÀÇü - ¸ð¹ÙÀÏ ´ëÀÀ */
@media screen and (max-width: 768px) {
  .naming-form {
    padding: 0 20px;
    margin: 20px auto;
  }

  .naming-form label {
    font-size: 14px;
  }

  .naming-form input[type="text"],
  .naming-form input[type="email"],
  .naming-form select,
  .naming-form textarea {
    font-size: 14px;
    padding: 8px;
  }

  .multi-selects {
    flex-wrap: wrap;
  }

  .multi-selects select {
    width: 30%;
    margin-bottom: 10px;
    min-width: 80px;
  }

  .form-actions {
    flex-direction: column;
    align-items: center;
  }

  .form-actions button,
  .form-actions .cancel-button {
    width: 100%;
    max-width: 300px;
  }

  .hanja-input {
    flex-direction: column;
    align-items: flex-start;
  }

  .hanja-char {
    font-size: 28px;
    margin-top: 5px;
  }
}


/* ==============================
   SUB - °³¸í½ÅÃ» ÀÔ·Â Æû
   ============================== */
.change_hanja_group {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px;
}

.change_hanja_input {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ÇÑÀÚ ¹öÆ°: ¼¼·Î Á¤·Ä + 2ÁÙ ÅØ½ºÆ® */
.change_hanja_input .hanja-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* ¹öÆ° Å©±â */
  width: 3rem;
  height: 3rem;

  /* ÅØ½ºÆ® */
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0;

  /* »ö»ó ¹× Å×µÎ¸® */
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #E6E6FA; /* ¹öÆ° »ö»ó */

  cursor: pointer;
}
/* ÁÙ¹Ù²Þ ÈÄ °£°Ý Á¶Àý */
.change_hanja_input .hanja-btn br {
  line-height: 0.8;
}

.change_hanja_char {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 4px;
  font-size: 30px;
}

.change_input_label {
  font-size: 0.75rem;
  color: #555;
  margin-left: 4px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .change_hanja_group {
    flex-direction: column;
    gap: 16px;

    /* ¸ð¹ÙÀÏ¿¡¼± ÄÁÅ×ÀÌ³Ê ÀÚÃ¼¸¦ ¿ÞÂÊÀ¸·Î ºÙÀÔ´Ï´Ù */
    align-items: flex-start;
  }

  .change_hanja_input {
    /* °¢ ¾ÆÀÌÅÛ(¹öÆ°+¹Ú½º+¶óº§)µµ ¿ÞÂÊÀ¸·Î ºÙÀÌ°í */
    justify-content: flex-start;
  }
}


/* ==============================
   SUB - qna_list.asp (°Ô½ÃÆÇ)
   ============================== */

/* ¦¡¦¡¦¡ ¾È³» ¹®±¸ ¦¡¦¡¦¡ */
.inquiry-guide {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 4px 20px;
  border-radius: 8px;
  margin: 20px auto 20px !important;
  max-width: 900px;
}

.inquiry-guide strong {
  color: #222;
}

.faq-link {
  color: #2a66cc;
  font-weight: bold;
  text-decoration: underline;
}

.faq-link:hover {
  color: #1a4da1;
  text-decoration: none;
}


/* ¦¡¦¡¦¡ °Ô½Ã±Û °Ë»ö ¦¡¦¡¦¡ */
.board-search-bar {
  text-align: center;
  margin: 40px auto 30px;
}

.search-form {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* °øÅë ÀÔ·Â ¿ä¼Ò (select, input) */
.input-control {
  height: 44px;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

/* Æ÷Ä¿½º Å×µÎ¸® Á¦°Å */
.input-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

/* °Ë»ö ¹öÆ°, ±Û¾²±â ¹öÆ° °øÅë */
.btn-control {
  height: 44px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

/* °Ë»ö ¹öÆ° »ö»ó */
.btn-search {
  background-color: #555;
}
.btn-search:hover {
  background-color: #333;
}

/* ±Û¾²±â ¹öÆ° »ö»ó */
.btn-write-inline {
  background-color: #7c6651;
}
.btn-write-inline:hover {
  background-color: #5f4a3d;
}



/* ¦¡¦¡¦¡ °Ô½Ã±Û ¸®½ºÆ® ±âº» ¦¡¦¡¦¡ */
.board-list {
  margin-bottom: 1.5rem;
}
.styled-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: inherit;
}

/* Çì´õ ½ºÅ¸ÀÏ */
.styled-table thead th {
  padding: 0.75rem 0.5rem;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
  font-weight: 500;
  color: #333;
  background-color: #fafafa;
}

/* º»¹®Çà ±¸ºÐ¼± */
.styled-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
.styled-table tbody tr:last-child {
  border-bottom: none;
}

/* ¼¿ ±âº» ¿©¹é ¹× Á¤·Ä */
.styled-table td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  color: #555;
  word-break: break-word;
}

/* ¹øÈ£, ÀÛ¼ºÀÚ µî Áß¾Ó Á¤·Ä Ä®·³¸¸ ÁöÁ¤ */
.styled-table td[align="center"] {
  text-align: center;
  white-space: nowrap;
}

/* Á¦¸ñ ¸µÅ© ½ºÅ¸ÀÏ */
.styled-table td a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.styled-table td a:hover {
  text-decoration: none;
}

/* ºñ¹Ð±Û Àá±Ý ¾ÆÀÌÄÜ */
.icon-lock {
  display: inline-block;
  margin-left: 0.25rem;
  color: #999;
  font-size: 0.9em;
  /* FontAwesome ¾²½Å´Ù¸é: 
     font-family: "Font Awesome 5 Free"; 
     font-weight: 900;
     &::before { content: "\f023"; } 
  */
}

/* »óÅÂ ¹èÁö */
.status {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  font-size: 0.8em;
  font-weight: 500;
  white-space: nowrap;
}
.status.waiting {
  color: #856404;
  background-color: #fff3cd;
}
.status.answered {
  color: #155724;
  background-color: #d4edda;
}

/* Å×ÀÌºí Çì´õ Á¤·Ä */
.styled-table thead th {
  text-align: center;
  vertical-align: middle;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f9f9f9;
  border-bottom: 2px solid #ddd;
}

/* Å×ÀÌºí º»¹® Á¤·Ä */
.styled-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

/* Á¦¸ñ ÄÃ·³¸¸ ÁÂÃø Á¤·Ä */
.styled-table tbody td.td-title {
  text-align: left;
  padding-left: 16px;
}

.styled-table td.td-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ¦¡¦¡¦¡ ¸ð´ÞÃ¢ ½ºÅ¸ÀÏ ¦¡¦¡¦¡ */
.pw-modal-buttons {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.pw-modal-buttons button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pw-modal-buttons button:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
}

.pw-modal-buttons button.confirm {
  background-color: #7c6651;
  color: white;
  border-color: #7c6651;
}
.pw-modal-buttons button.confirm:hover {
  background-color: #5f4a3d;
  border-color: #5f4a3d;
}




/* ¦¡¦¡¦¡ °Ô½Ã±Û ÆäÀÌÂ¡ ¦¡¦¡¦¡ */
.pagination {
  text-align: center;
  margin: 30px auto 60px;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.pagination li {
  display: inline-block;
  border-right: 1px solid #eee;
}

.pagination li:last-child {
  border-right: none;
}

.pagination li a {
  display: block;
  padding: 10px 16px;
  color: #0a4175;
  text-decoration: none;
  font-weight: 500;
  background-color: #fff;
}

.pagination li.active a {
  background-color: #7c6651 !important;
  color: #fff !important;
  font-weight: bold;
}

.pagination li a:hover {
  background-color: #f5f5f5;
}

/* ÇªÅÍ ±úÁü ¹æÁö¿ë ¿©À¯ °ø°£ */
.board-paging {
  min-height: 50px;
  margin-bottom: 60px;
}
  
  
  
  

/* ¦¡¦¡¦¡ ºñ¹Ð¹øÈ£ È®ÀÎ ¸ð´ÞÃ¢ ¦¡¦¡¦¡ */
.pw-modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex; justify-content: center; align-items: center;
  z-index: 9999;
}
.pw-modal-content {
  background: white;
  padding: 24px 20px;
  border-radius: 8px;
  width: 340px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* ¦¡¦¡¦¡ Á¦¸ñ ¦¡¦¡¦¡ */
.pw-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* ¦¡¦¡¦¡ Æû ±¸Á¶ ¦¡¦¡¦¡ */
.pw-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ¦¡¦¡¦¡ ÀÔ·Â ÇÊµå ·¡ÆÛ ¦¡¦¡¦¡ */
.pw-input-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* ¦¡¦¡¦¡ ºñ¹Ð¹øÈ£ ÀÔ·Â ÇÊµå ¦¡¦¡¦¡ */
.pw-input {
  width: 80%;
  max-width: 280px;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pw-input:focus {
  outline: none;
  border-color: #7c6651;
  box-shadow: 0 0 0 2px rgba(124, 102, 81, 0.15);
}

/* ¦¡¦¡¦¡ ¹öÆ° ±×·ì ¦¡¦¡¦¡ */
.pw-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

/* ¦¡¦¡¦¡ ¹öÆ° ½ºÅ¸ÀÏ ¦¡¦¡¦¡ */
.pw-modal-buttons button {
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.2s;
}
.pw-modal-buttons button:hover {
  background-color: #eaeaea;
}

/* ¦¡¦¡¦¡ °­Á¶ ¹öÆ° (È®ÀÎ) ¦¡¦¡¦¡ */
.pw-modal-buttons button.confirm {
  background-color: #7c6651;
  color: white;
  border: none;
}
.pw-modal-buttons button.confirm:hover {
  background-color: #5f4a3d;
}


@media (max-width: 768px) {
  .search-form {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
  }

  .search-form select,
  .search-form input[type="text"] {
    width: auto;
    max-width: 100%;
  }

  .search-form input[type="text"] {
    flex: 1 1 130px;  /* ? °Ë»öÃ¢ ³Êºñ ÁÙÀÌ±â */
    min-width: 100px;
  }

  .btn-control.btn-search {
    flex-shrink: 0;
    padding: 0 16px;
    font-size: 14px;
    height: 40px;
  }

  .btn-control.btn-write-inline {
    display: inline-flex;
    align-items: center;       /* ? ¼öÁ÷ °¡¿îµ¥ Á¤·Ä */
    justify-content: center;
    height: 44px;              /* ? ³ôÀÌ ¸í½Ã */
    font-size: 15px;
    padding: 0 20px;
    margin-top: 8px;
    margin-left: auto;
  }

  .btn-write-inline {
    width: 100%;
    margin-top: 6px;
    padding: 12px 0;
    font-size: 16px;
    justify-content: center;
  }

  /* Å×ÀÌºí ¼¿ ÁÙ¹Ù²Þ Çã¿ë */
  .styled-table td[align="center"] {
    white-space: normal;
    word-break: break-word;
  }

  /* »óÅÂ ¹îÁöµµ ÁÙ¹Ù²Þ Çã¿ë */
  .status {
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Á¦¸ñ ¸µÅ© */
  .styled-table td a {
    white-space: normal;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
  }

  /* board-list°¡ ³ÑÄ¡Áö ¾Êµµ·Ï */
  .board-list {
    overflow-x: hidden;
  }

  .styled-table thead th {
    font-size: 13px;       /* ? ÅØ½ºÆ® Å©±â Ãà¼Ò */
    padding: 8px 6px;      /* ? »óÇÏ ÁÂ¿ì ¿©¹é Ãà¼Ò */
    line-height: 1.4;
  }

  .styled-table tbody td {
    padding: 8px 6px; /* ? ¼¿ »óÇÏ ÁÂ¿ì ¿©¹é ÁÙÀÓ */
    font-size: 14px;
    line-height: 1.4;
  }

  .styled-table td.td-title {
    padding-left: 10px !important; /* Á¦¸ñ ÄÃ·³ ¿©¹é ÁÙÀÓ */
  }

  .status {
    font-size: 12px;         /* ? ÆùÆ® ÀÛ°Ô */
    padding: 4px 6px;        /* ? ¹îÁö ¾È ¿©¹é ÁÙÀÓ */
    border-radius: 12px;
    line-height: 1.2;
    display: inline-block;
  }

  .date-year {
    display: none;
  }

  .pagination li a {
    font-size: 16px;  /* ? ¿øÇÏ´Â Å©±â·Î Á¶Àý */
    padding: 6px 10px;  /* ¼±ÅÃ: Å©±â ÁÙÀÌ¸é ÆÐµùµµ °°ÀÌ ÁÙÀÌ±â */
  }  
}

  
/* ¦¡¦¡¦¡ °Ô½ÃÆÇ qna_view.asp ¦¡¦¡¦¡ */
.qna-view-table .col-th {
  width: 150px;
}

.qna-view-table .col-td {
  width: auto;
}

.qna-view-table {
  border-top: 1px solid #eee;  /* »ó´Ü ¶óÀÎ */
}

  .qna-view-table th {
  text-align: left;
  background-color: #f5f5f5;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.qna-view-table td {
  vertical-align: top;
  text-align: left !important;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.qna-view-table td .qna-text {
  text-align: left;
  white-space: pre-wrap;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .qna-view-table .col-th {
    width: 80px !important;
  }

  .qna-view-table .col-td {
    width: auto !important;
  }

  .qna-view-table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  .qna-view-table th {
    width: 50px !important;
    min-width: 40px !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
    white-space: nowrap !important;
    background-color: #f5f5f5;
  }

  .qna-view-table td {
    font-size: 14px !important;
    padding: 8px 12px !important;
    word-break: break-word;
  }

  .qna-text {
    font-size: 14px;
    line-height: 1.5;
  }
}



/* ¦¡¦¡¦¡ °Ô½ÃÆÇ qna_write.asp ¦¡¦¡¦¡ */
/* qna ÀÔ·ÂÆû Å×µÎ¸® »ö Á¶Á¤ */
.styled-table.qna-view-table input[type="text"],
.styled-table.qna-view-table input[type="email"],
.styled-table.qna-view-table input[type="password"],
.styled-table.qna-view-table textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

/* Æ÷Ä¿½º ½Ã */
.styled-table.qna-view-table input:focus,
.styled-table.qna-view-table textarea:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}


/* Æû ÀüÃ¼¸¦ Áß¾Ó¿¡ Á¤·Ä */
.page-content form {
  max-width: 600px;
  margin: 0 auto;
}

/* ±×¸®µå Çü½Ä À¯Áö */
.qnawrite_form_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px 20px;
  align-items: center;
}

/* ¶óº§ */
.qnawrite_form_grid label {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

/* ÀÎÇ²°ú ÅØ½ºÆ®¿µ¿ª */
.qnawrite_form_grid input,
.qnawrite_form_grid textarea {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

.qnawrite_info_text {
  grid-column: 2 / 3;
  font-size: 13px;
  color: #666;
  margin-top: -6px;
  margin-bottom: 8px;
}

/* ¹öÆ° ¿µ¿ª */
.qnawrite_actions {
  margin-top: 30px;
  text-align: center;
}

.qnawrite_btn_submit,
.qnawrite_btn_cancel {
  background-color: #444;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
}

.qnawrite_btn_cancel {
  background-color: #888;
}

.qna-hint {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.styled-table.qna-view-table input,
.styled-table.qna-view-table textarea {
  width: 100% !important;
  padding: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

.btn-submit {
  background-color: #444;
}

.btn-cancel {
  background-color: #888;
}

/* ¹ÝÀÀÇü */
@media (max-width: 600px) {
  .qnawrite_form_grid {
    grid-template-columns: 1fr;
  }

  .qnawrite_form_grid label {
    text-align: left;
    padding-right: 0;
  }

  .qnawrite_info_text {
    grid-column: 1 / -1;
  }
}
  
  
/* ======================================================
   SUB - faq.asp renewal (ÀÚÁÖÇÏ´Â Áú¹®)
   ====================================================== */

.faq-page .sub-title-block {
  margin-bottom: 28px;
}

/* FAQ »ó´Ü ¾È³» ¹Ú½º */
.faq-guide-box {
  background: #f4f9ec;
  border-left: 4px solid #5F8325;
  border-radius: 0 14px 14px 0;
  padding: 20px 22px;
  margin: 0 0 42px;
}

.faq-guide-box .guide-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #5F8325;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.faq-guide-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
  word-break: keep-all;
}

/* FAQ Ä«Å×°í¸® Á¦¸ñ */
.faq-category {
  margin: 42px 0 14px;
  padding-top: 26px;
  border-top: 1px solid #e8e8e8;
}

.faq-page .sub-title-block + .faq-category {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.faq-guide-box + .faq-category {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.faq-category .cat-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #5F8325;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.faq-category h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.04em;
}

/* FAQ ¾ÆÄÚµð¾ð */
.faq-accordion {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 34px;
  border-top: 2px solid #111;
}

.accordion-item {
  border-bottom: 1px solid #e8e8e8;
}

.accordion-header {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 20px 6px;
  font-size: 16px;
  color: #222;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  transition: color 0.2s, background-color 0.2s;
}

.accordion-header:hover {
  color: #5F8325;
  background-color: #fafff5;
}

.accordion-header > span {
  flex: 1 1 auto;
  text-align: left;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.accordion-header .icon-chevron {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  fill: none;
  stroke: #999;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease, stroke 0.2s;
}

.accordion-header:hover .icon-chevron {
  stroke: #5F8325;
}

.accordion-item.open .accordion-header {
  color: #5F8325;
}

.accordion-item.open .icon-chevron {
  transform: rotate(180deg);
  stroke: #5F8325;
}

.accordion-body {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 6px;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.accordion-item.open .accordion-body {
  max-height: 1200px;
  padding: 0 6px 22px;
}

.accordion-body p {
  margin: 0 0 10px;
  word-break: keep-all;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body ul,
.accordion-body ol {
  margin: 10px 0 12px;
  padding-left: 22px;
}

.accordion-body li {
  margin: 5px 0;
  word-break: keep-all;
}

.accordion-body strong {
  color: #3d6016;
  font-weight: 800;
}

/* ¿ä±Ý Ä«µå */
.faq-price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 4px 0 16px;
}

.faq-price-list div {
  background: #f7f9f4;
  border: 1px solid #e3ead7;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
}

.faq-price-list strong {
  display: block;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}

.faq-price-list span {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: #5F8325;
  letter-spacing: -0.03em;
}

.faq-bottom-space {
  height: 60px;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 768px) {
  .faq-page .sub-title-block {
    margin-bottom: 22px;
  }

  .faq-guide-box {
    padding: 16px 16px 16px 18px;
    margin-bottom: 30px;
  }

  .faq-guide-box p {
    font-size: 13px;
  }

  .faq-category {
    margin: 34px 0 12px;
    padding-top: 22px;
  }

  .faq-category h4 {
    font-size: 19px;
  }

  .faq-accordion {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .accordion-header {
    padding: 17px 2px;
    font-size: 14px;
  }

  .accordion-header > span {
    line-height: 1.5;
  }

  .accordion-header .icon-chevron {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  .accordion-body {
    font-size: 13px;
    line-height: 1.75;
    padding: 0 2px;
  }

  .accordion-item.open .accordion-body {
    padding: 0 2px 18px;
  }

  .faq-price-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .faq-price-list div {
    padding: 12px 8px;
  }

  .faq-price-list span {
    font-size: 15px;
  }
}



/* ==============================
   SUB - guide.asp (ÀÌ¿ë¾È³»)
   ============================== */
.guide-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
}

.guide-box {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.pastel-blue { background-color: #f0f7ff; }
.pastel-yellow { background-color: #fff9e5; }
.pastel-green { background-color: #f3fdf4; }
.pastel-pink { background-color: #fff3f7; }

.guide-box h4 {
  margin-top: 0;
  font-size: 18px;
  color: #333;
}

.guide-box ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.price {
  color: #003399;
  font-weight: bold;
}

.highlight {
  color: #003399;
  font-weight: bold;
  margin-bottom: 10px;
}









/* ======================================================
   ¸®´º¾ó ¼­ºêÆäÀÌÁö µðÀÚÀÎ ½Ã½ºÅÛ v2 (2026)
   - PC + ¸ð¹ÙÀÏ ¿ÏÀü ´ëÀÀ
   ====================================================== */

/* ¦¡¦¡ page-content ¸ð¹ÙÀÏ ¿©¹é º¸¿Ï ¦¡¦¡ */
@media (max-width: 768px) {
  .page-content {
    padding: 0 16px;
    font-size: 15px;
  }
}

/* ¦¡¦¡ ÆäÀÌÁö Å¸ÀÌÆ² ºí·Ï ¦¡¦¡ */
.sub-title-block {
  padding: 36px 0 28px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
}
.sub-title-block .label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #5F8325;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sub-title-block h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.sub-title-block .sub-desc {
  font-size: 15px;
  color: #777;
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .sub-title-block {
    padding: 24px 0 20px;
    margin-bottom: 28px;
  }
  .sub-title-block h2 {
    font-size: 22px;
  }
  .sub-title-block .sub-desc {
    font-size: 14px;
  }
}

/* ¦¡¦¡ °øÅë ¼½¼Ç ±¸ºÐ ¦¡¦¡ */
.sub-section {
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
}
.sub-title-block + .sub-section {
  border-top: none;
}
.sub-section:first-of-type {
  border-top: none;
  padding-top: 0;
}
.sub-section .en-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #5F8325;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.sub-section h3 {
  font-size: 21px;
  font-weight: 700;
  color: #111;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .sub-section {
    padding: 28px 0;
  }
  .sub-section h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

/* ¦¡¦¡ ¼­ºñ½º Ä«µå ±×¸®µå ¦¡¦¡ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0 36px;
}
.svc-card {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 22px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.svc-card:hover {
  border-color: #5F8325;
  box-shadow: 0 4px 16px rgba(95,131,37,0.08);
}
.svc-card .svc-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #5F8325;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.svc-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
}
.svc-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.svc-card .price-tag {
  display: inline-block;
  margin-top: 14px;
  font-size: 19px;
  font-weight: 800;
  color: #5F8325;
  letter-spacing: -0.02em;
}
/* ÅÂºí¸´: 2¿­ */
@media (max-width: 768px) {
  .svc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0 28px;
  }
  .svc-card {
    padding: 16px 14px;
  }
  .svc-card h4 {
    font-size: 15px;
  }
  .svc-card p {
    font-size: 12px;
  }
  .svc-card .price-tag {
    font-size: 17px;
    margin-top: 10px;
  }
}
/* ¸ð¹ÙÀÏ: 1¿­ */
@media (max-width: 420px) {
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .svc-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
  }
  .svc-card .svc-card-left {
    flex: 1;
  }
  .svc-card .price-tag {
    margin-top: 0;
    flex-shrink: 0;
  }
}

/* ¦¡¦¡ Ã¼Å© ¸®½ºÆ® ¦¡¦¡ */
.check-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 28px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  word-break: keep-all;
}
.check-list li:last-child {
  border-bottom: none;
}
/* ¾ÆÀÌÄÜ */
.check-list li .check-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  background: #5F8325;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 10 8 14 16 6'/%3E%3C/svg%3E");
  background-size: contain;
  display: block;
}
/* ÅØ½ºÆ® - ³²Àº °ø°£ ÀüºÎ Â÷Áö */
.check-list li .check-text {
  flex: 1;
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .check-list li {
    font-size: 14px;
    padding: 12px 0;
    gap: 10px;
  }
  .check-list li .check-icon {
    width: 20px;
    height: 20px;
  }
}

/* ¦¡¦¡ °­Á¶ ¹Ú½º ¦¡¦¡ */
.highlight-box {
  background: #f4f9ec;
  border-left: 4px solid #5F8325;
  border-radius: 0 10px 10px 0;
  padding: 20px 22px;
  margin: 20px 0 36px;
}
.highlight-box .hl-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #5F8325;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.highlight-box p {
  font-size: 14px;
  color: #333;
  line-height: 1.75;
  margin: 0 0 8px;
  word-break: keep-all;
}
.highlight-box p:last-child {
  margin-bottom: 0;
}
.highlight-box strong {
  color: #3d6016;
}
@media (max-width: 768px) {
  .highlight-box {
    padding: 16px 16px 16px 18px;
    margin: 14px 0 28px;
  }
  .highlight-box p {
    font-size: 13px;
  }
}

/* ¦¡¦¡ ÇÁ·Î¼¼½º ¸®½ºÆ® (ÀÛ¸í/°³¸í/°¨¸í ¾È³») ¦¡¦¡ */
.process-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 36px;
}
.process-list li {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #f0f0f0;
}
.process-list li:last-child {
  border-bottom: none;
}
.proc-num {
  flex-shrink: 0;
  font-size: 38px;
  font-weight: 900;
  color: #deecc0;
  line-height: 1;
  min-width: 44px;
  letter-spacing: -0.04em;
}
.proc-body h5 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 2px 0 6px;
  letter-spacing: -0.02em;
}
.proc-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .process-list li {
    gap: 14px;
    padding: 18px 0;
  }
  .proc-num {
    font-size: 28px;
    min-width: 34px;
  }
  .proc-body h5 {
    font-size: 15px;
  }
  .proc-body p {
    font-size: 13px;
  }
}

/* ¦¡¦¡ ÀÎ»ç¸» ·¹ÀÌ¾Æ¿ô ¦¡¦¡ */
.intro-hero {
  padding: 36px 0 44px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 44px;
}
.intro-hero .big-quote {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0 0 20px;
  word-break: keep-all;
}
.intro-hero .big-quote em {
  color: #5F8325;
  font-style: normal;
}
.intro-hero .intro-body {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .intro-hero {
    padding: 24px 0 32px;
    margin-bottom: 32px;
  }
  .intro-hero .big-quote {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .intro-hero .intro-body {
    font-size: 14px;
  }
}

/* ¦¡¦¡ ¼­ºñ½º Æ¯Â¡ ¸®½ºÆ® ¦¡¦¡ */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 32px 0;
  border-bottom: 1px solid #e8e8e8;
}
.feature-list li:last-child {
  border-bottom: none;
}
.feature-icon-wrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #f4f9ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon-wrap svg {
  width: 26px;
  height: 26px;
}
.feature-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.feature-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .feature-list li {
    gap: 16px;
    padding: 24px 0;
  }
  .feature-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .feature-icon-wrap svg {
    width: 22px;
    height: 22px;
  }
  .feature-body h4 {
    font-size: 16px;
  }
  .feature-body p {
    font-size: 13px;
  }
}

/* ¦¡¦¡ ¼º¸íÇÐÁ¤º¸ ³×ºñ ¦¡¦¡ */
.ns-nav {
  margin: 28px 0 0;
  border-top: 2px solid #111;
}
.ns-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  font-weight: 500;
  word-break: keep-all;
}
.ns-nav a:hover {
  color: #5F8325;
  background: #fafff5;
}
.ns-nav a .arrow {
  color: #ccc;
  font-size: 18px;
  margin-left: 12px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}
.ns-nav a:hover .arrow {
  color: #5F8325;
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .ns-nav a {
    padding: 14px 2px;
    font-size: 13px;
  }
}

/* ¦¡¦¡ ·Î±×ÀÎ Æû ¦¡¦¡ */
.login-wrap {
  max-width: 440px;
  margin: 36px auto 56px;
  padding: 0 4px;
}
.login-wrap .form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
}
.login-wrap .form-input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #111;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
}
.login-wrap .form-input:focus {
  border-color: #5F8325;
  box-shadow: 0 0 0 3px rgba(95,131,37,0.12);
}
.login-wrap .form-group {
  margin-bottom: 18px;
}
.login-btn {
  width: 100%;
  padding: 15px;
  background: #5F8325;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
  font-family: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
}
.login-btn:hover {
  background: #4a6a1a;
}
.login-btn:active {
  background: #3a5214;
}
@media (max-width: 768px) {
  .login-wrap {
    max-width: 100%;
    margin: 24px 0 48px;
    padding: 0;
  }
  .login-wrap .form-input {
    font-size: 16px; /* iOS ÀÚµ¿ È®´ë ¹æÁö */
    padding: 14px;
  }
}


/* ¦¡¦¡ ÀÌ¸§ °á°ú Å×ÀÌºí ¸ð¹ÙÀÏ ¦¡¦¡ */
@media (max-width: 768px) {
  .board-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ¦¡¦¡ °Ô½ÃÆÇ ¸ð¹ÙÀÏ ¿©¹é ¦¡¦¡ */
@media (max-width: 768px) {
  .board-search-bar {
    gap: 8px;
  }
  .input-control {
    font-size: 16px; /* iOS È®´ë ¹æÁö */
  }
}


</style>
