* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sl_body {
  margin: 0;
  min-height: 100vh;
  font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", sans-serif;
  color: #1f2937;
  background: #f4f6fa;
}

a { color: inherit; }

.sl_wrap {
  width: min(1120px, calc(100vw - 20px));
  margin: 0 auto;
  padding: 12px 0 28px;
}

.sl_header {
  margin-bottom: 10px;
}

.sl_header_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #e3e7ef;
  background: #fff;
}

.sl_logo {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: #222;
}

.sl_gnb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sl_gnb a {
  text-decoration: none;
  font-size: 13px;
  color: #707582;
  border: 1px solid #e3e6ef;
  background: #fafbfd;
  border-radius: 4px;
  padding: 7px 11px;
}

.sl_main {
  display: block;
}

.sl_content.sl_address_page {
  background: #fff;
  border: 1px solid #e3e7ef;
  padding: 12px;
}

.sl_address_intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 14px;
  align-items: start;
  margin-bottom: 10px;
}

.sl_address_badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #e2e6ee;
  background: #fafbfd;
  color: #7b8494;
  font-size: 12px;
  font-weight: 700;
}

.sl_address_intro_copy h1 {
  margin: 6px 0 4px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1f2430;
}

.sl_address_intro_copy p {
  margin: 0;
  max-width: 58rem;
  color: #7d8595;
  font-size: 13px;
  line-height: 1.5;
}

.sl_address_search_box {
  padding-top: 4px;
}

.sl_address_search_form {
  display: flex;
  gap: 6px;
}

.sl_address_search_form input {
  width: 100%;
  border: 1px solid #d8deea;
  border-radius: 4px;
  background: #fff;
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #222;
}

.sl_address_search_form button {
  width: 38px;
  border: 0;
  border-radius: 4px;
  background: #3973ea;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
}

.sl_grid {
  margin-bottom: 8px;
}

.sl_box {
  border: 1px solid #e3e7ef;
  background: #fff;
  padding: 8px 10px 10px;
}

.sl_box_title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f4756;
  margin-bottom: 8px;
}

.sl_side_current_popular {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.sl_side_current_popular li a {
  display: block;
  text-decoration: none;
  border: 1px solid #e5e8f0;
  background: #fafbfd;
  padding: 8px 9px;
  min-height: 48px;
}

.sl_side_current_popular strong {
  display: block;
  color: #2d3240;
  font-size: 13px;
  font-weight: 700;
}

.sl_side_current_popular small {
  display: block;
  margin-top: 2px;
  color: #7b8494;
  font-size: 12px;
}

.sl_address_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e3e7ef;
  border-left: 1px solid #e3e7ef;
}

.sl_address_card {
  background: #fff;
  border-right: 1px solid #e3e7ef;
  border-bottom: 1px solid #e3e7ef;
  min-height: 292px;
}

.sl_address_card_head {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 10px;
  border-bottom: 1px solid #edf0f5;
}

.sl_address_icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl_address_icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.sl_address_card_title {
  flex: 1;
  min-width: 0;
}

.sl_address_card_title h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #222;
}

.sl_address_card_more {
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #9aa1b2;
  padding: 0 2px;
}

.sl_address_list {
  list-style: none;
  margin: 0;
  padding: 10px 12px 12px;
  display: grid;
  gap: 8px;
}

.sl_address_list_item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.sl_address_rank {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f5f6fa;
  color: #ee8c21;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.sl_address_item_info a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.sl_address_list_item:nth-child(1) .sl_address_item_info a { color: #ff2f75; }
.sl_address_list_item:nth-child(2) .sl_address_item_info a { color: #31b100; }
.sl_address_list_item:nth-child(3) .sl_address_item_info a { color: #2058e2; }
.sl_address_list_item:nth-child(4) .sl_address_item_info a { color: #2058e2; }
.sl_address_list_item:nth-child(5) .sl_address_item_info a { color: #222; }
.sl_address_list_item:nth-child(6) .sl_address_item_info a { color: #ff2f75; }
.sl_address_list_item:nth-child(7) .sl_address_item_info a { color: #31b100; }
.sl_address_list_item:nth-child(8) .sl_address_item_info a { color: #2058e2; }
.sl_address_list_item:nth-child(9) .sl_address_item_info a { color: #222; }
.sl_address_list_item:nth-child(10) .sl_address_item_info a { color: #222; }

.sl_guide_hub {
  margin-top: 12px;
  border: 1px solid #e3e7ef;
  background: #fff;
  padding: 20px;
}

.sl_guide_hub_head span {
  color: #b65b00;
  font-size: 12px;
  font-weight: 800;
}

.sl_guide_hub_head h2 {
  margin: 5px 0 8px;
  color: #252b36;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}

.sl_guide_hub_head p {
  margin: 0 0 18px;
  max-width: 880px;
  color: #687181;
  font-size: 14px;
  line-height: 1.7;
}

.sl_guide_hub_links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.sl_guide_hub_links a {
  min-width: 0;
  border: 1px solid #e3e7ef;
  background: #fafbfd;
  padding: 14px;
  text-decoration: none;
}

.sl_guide_hub_links strong,
.sl_guide_hub_links span { display: block; }
.sl_guide_hub_links strong { color: #303744; font-size: 15px; }
.sl_guide_hub_links span { margin-top: 5px; color: #727b8b; font-size: 12px; line-height: 1.45; }

.sl_guide_hub_content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #e3e7ef;
}

.sl_guide_hub_content h3,
.sl_home_steps h3,
.sl_home_faq h3 {
  margin: 0 0 9px;
  color: #29313e;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}

.sl_guide_hub_content p,
.sl_home_faq p {
  margin: 0;
  color: #626c7c;
  font-size: 14px;
  line-height: 1.75;
}

.sl_guide_hub_content p a {
  color: #285fc9;
  font-weight: 800;
}

.sl_home_steps,
.sl_home_faq {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #e3e7ef;
}

.sl_home_steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.sl_home_steps li {
  border-left: 3px solid #f0a202;
  background: #f7f8fb;
  padding: 14px;
}

.sl_home_steps strong,
.sl_home_steps span { display: block; }
.sl_home_steps strong { color: #303744; font-size: 14px; }
.sl_home_steps span { margin-top: 5px; color: #6d7685; font-size: 13px; line-height: 1.55; }

.sl_home_faq details {
  border-top: 1px solid #e5e8ee;
  padding: 14px 0;
}

.sl_home_faq details:last-child { border-bottom: 1px solid #e5e8ee; }
.sl_home_faq summary { color: #343c49; font-size: 14px; font-weight: 800; cursor: pointer; }
.sl_home_faq details p { margin-top: 8px; }

.sl_foot {
  border: 1px solid #e3e7ef;
  border-top: 0;
  background: #fff;
  text-align: center;
  padding: 18px 14px 20px;
}

.sl_foot_top {
  color: #333b49;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.sl_foot_bottom {
  color: #8a90a1;
  font-size: 12px;
  line-height: 1.5;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 1120px) {
  .sl_address_grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sl_side_current_popular { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .sl_wrap { width: min(100vw - 14px, 1120px); padding-top: 7px; }
  .sl_header_in { padding: 14px; }
  .sl_logo { font-size: 24px; }
  .sl_address_intro { grid-template-columns: 1fr; }
  .sl_address_search_box { padding-top: 0; }
  .sl_side_current_popular { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sl_address_grid { grid-template-columns: 1fr; }
  .sl_address_card { min-height: 0; }
  .sl_guide_hub { padding: 16px; }
  .sl_guide_hub_links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sl_guide_hub_content,
  .sl_home_steps ol { grid-template-columns: 1fr; }
  .sl_guide_hub_content { gap: 22px; }
}
