/* Pretendard 폰트 - 모든 가중치 적용 */
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* 기본 리셋 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Pretendard';
  line-height: 1.6;
  background-color: #fff;
}

.intro-heading {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 23px;
}

.w-full {
  width: 100%;
}

/* 모바일 스타일 (기본: 425px 이하) */
.wrap {
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 385px;
  margin: auto;
}

/* 헤더 스타일 */
.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
}

header {
  padding: 0;
}

/* 히어로 섹션 Swiper 스타일 */
.hero-section {
  height: 600px;
  position: relative;
  overflow: hidden;
}



.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 각 슬라이드 배경 이미지 */
.hero-swiper .swiper-slide:nth-child(1) {
  background-image: url('../images/banner01.png');
}

.hero-swiper .swiper-slide:nth-child(2) {
  background-image: url('../images/banner02.png');
}

.hero-swiper .swiper-slide:nth-child(3) {
  background-image: url('../images/banner03.png');
}

.hero-swiper .swiper-slide:nth-child(4) {
  background-image: url('../images/banner04.png');
}

/* 오버레이 */
.hero-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-text {
  position: relative;
  z-index: 2;
  color: white;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transform: translateY(15px);
}

.intro-heading {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 23px;
  line-height: 1.3;
  margin: 0;
  max-width: 280px;
  white-space: pre-line;
}
.hero-text .intro-heading span {
  font-weight: 900;
  color: #3b5d3b;
  -webkit-text-stroke: 0.5px white;
}
.intro-btn {
  display: inline-block;
  padding: 14px 45px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.intro-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Swiper 컨트롤 스타일 */
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
}

.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-swiper .swiper-pagination {
  bottom: 20px;
}

.hero-swiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 60px;
}

/* 리스트 컨테이너 스타일 */
.list-container {
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: initial;
  margin: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}


.list-container::-webkit-scrollbar {
  display: none;
}

.service-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 120px;
}

.service-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.service-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}


.intro-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.intro-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* 공지사항/이벤트 섹션 스타일 */
.notice {
  padding: 40px 20px;
}

.notice-header {
  text-align: center;
  margin-bottom: 40px;
}

.notice-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.notice-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.notice-content {
  max-width: 385px;
  margin: 0 auto;
}

.notice-box {
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.notice-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
}

.notice-box-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.plus-link {
  font-size: 24px;
  color: #999;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: color 0.3s ease;
}

.plus-link:hover {
  color: #333;
}

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
}

.notice-list li:last-child {
  border-bottom: none;
}

.notice-list .title {
  font-size: 15px;
  color: #333;
}

.notice-list .date {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
}

/* 우리집 털뭉치들 섹션 스타일 */
.guidebook {
  padding: 40px 20px;
}

.guidebook-header {
  text-align: center;
  margin-bottom: 40px;
}

.guidebook-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.guidebook-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.guidebook-wrapper {
  max-width: 385px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

.guidebook-card {
  background-color: #fff;
  border: 1px solid #333;
  overflow: hidden;
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 auto; /* 중앙 정렬 */
  width: 280px; /* 카드 너비 고정 */
  max-width: 100%;
}

/* 수정된 코드 */
.card-image {
  width: 100%;
  height: 250px; /* 고정 높이 설정 */
  overflow: hidden; /* 넘치는 부분 숨김 */
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 비율 유지하면서 크롭 */
  display: block;
}

.card-content {
  padding: 30px 20px; /* 패딩을 증가시켜 텍스트 영역 확보 */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px; /* 최소 높이 설정 */
}

.card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.card-content h3 span{
  font-size: 16px;
  font-weight: 600;
  color: #2F6022;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.more-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3b5d3b;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  z-index: 10;
}

.more-btn:hover {
  background-color: #2d4a2d;
}




/* 오시는 길 섹션 스타일 */
.directions {
  position: relative;
  padding: 40px 20px;
  min-height: 740px;
  background-image: url('../images/dir-base.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.directions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 어두운 오버레이 */
  z-index: 1;
}

.directions-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

.directions-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.map-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 385px;
  margin: 0 auto 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#map {
  width: 100%;
  height: 385px;
  background-color: #f0f0f0; /* 지도 로딩 전 기본 배경색 */
}

.address-info {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px 20px;
  border-radius: 5px;
  max-width: 385px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

.address-info h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #020202;
}

.address-info p {
  font-size: 14px;
  line-height: 1.8;
  color: #464646;
  margin-bottom: 10px;
}

.address-info .transport-info {
  margin-top: 15px;
}

.transport-info p {
  margin-bottom: 8px;
  color: #666;
}

.transport-info p:first-child {
  color: #333;
  font-weight: 600;
}


/* 푸터 스타일 */
footer {
  margin-top: 0;
  padding: 20px 20px;
  background-color: #2F6022;
  color: white;
  text-align: center;
}

.footer-content {
  max-width: 385px;
  margin: 0 auto;
}

.footer-logo img {
}

.footer-logo h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.footer-logo span {
  font-size: 14px;
  color: #b3d1b3;
  display: block;
}

.footer-info {
  margin-bottom: 30px;
  line-height: 1.8;
}

.footer-info p {
  font-size: 13px;
  font-weight: 100;
  color: #C0C0C0;
}

.footer-links {
}

.link-row {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
  padding: 0;
}

.link-row li {
  position: relative;
}

.link-row li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #5d8b5d;
}

.link-row a {
  color: #C0C0C0;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.link-row a:hover {
  color: #b3d1b3;
}

/* 태블릿 버전 (768px 이상) */
@media (min-width: 768px) {
   .hero-section {
    height: 700px;
  }
  
  .intro-heading {
    font-size: 32px;
    max-width: 600px;
  }
  
  .intro-btn {
    padding: 16px 50px;
    font-size: 18px;
  }
  
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  
  .hero-swiper .swiper-button-next:after,
  .hero-swiper .swiper-button-prev:after {
    font-size: 20px;
  }
  
  .hero-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 3px;
    margin: 0 5px;
  }
  
  .hero-swiper .swiper-pagination-bullet-active {
    width: 70px;
  }

/* 리스트 컨테이너 스타일 */
.list-container {
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: initial;
  margin: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}


.list-container::-webkit-scrollbar {
  display: none;
}

.service-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 120px;
}

.service-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.service-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}


.intro-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.intro-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* 공지사항/이벤트 섹션 스타일 */
.notice {
  padding: 40px 20px;
}

.notice-header {
  text-align: center;
  margin-bottom: 40px;
}

.notice-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.notice-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.notice-content {
  max-width: 385px;
  margin: 0 auto;
}

.notice-box {
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.notice-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
}

.notice-box-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.plus-link {
  font-size: 24px;
  color: #999;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: color 0.3s ease;
}

.plus-link:hover {
  color: #333;
}

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
}

.notice-list li:last-child {
  border-bottom: none;
}

.notice-list .title {
  font-size: 15px;
  color: #333;
}

.notice-list .date {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
}

/* 우리집 털뭉치들 섹션 스타일 */
.guidebook {
  padding: 40px 20px;
}

.guidebook-header {
  text-align: center;
  margin-bottom: 40px;
}

.guidebook-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.guidebook-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.guidebook-wrapper {
  max-width: 385px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

  .guidebook-card {
    width: 600px;
  }

  .card-image {
    height: 300px;
  }

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 30px 20px; /* 패딩을 증가시켜 텍스트 영역 확보 */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px; /* 최소 높이 설정 */
}

.card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.card-content h3 span{
  font-size: 16px;
  font-weight: 600;
  color: #2F6022;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.more-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3b5d3b;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  z-index: 10;
}

.more-btn:hover {
  background-color: #2d4a2d;
}



/* 오시는 길 섹션 스타일 */
.directions {
  position: relative;
  padding: 40px 20px;
  min-height: 740px;
  background-image: url('../images/dir-base.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.directions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 어두운 오버레이 */
  z-index: 1;
}

.directions-header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

.directions-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.map-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 385px;
  margin: 0 auto 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#map {
  width: 100%;
  height: 385px;
  background-color: #f0f0f0; /* 지도 로딩 전 기본 배경색 */
}

.address-info {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px 20px;
  border-radius: 5px;
  max-width: 385px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

.address-info h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #020202;
}

.address-info p {
  font-size: 14px;
  line-height: 1.8;
  color: #464646;
  margin-bottom: 10px;
}

.address-info .transport-info {
  margin-top: 15px;
}

.transport-info p {
  margin-bottom: 8px;
  color: #666;
}

.transport-info p:first-child {
  color: #333;
  font-weight: 600;
}


/* 푸터 스타일 */
footer {
  margin-top: 0;
  padding: 20px 20px;
  background-color: #2F6022;
  color: white;
  text-align: center;
}

.footer-content {
  max-width: 385px;
  margin: 0 auto;
}

.footer-logo img {
}

.footer-logo h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.footer-logo span {
  font-size: 14px;
  color: #b3d1b3;
  display: block;
}

.footer-info {
  margin-bottom: 30px;
  line-height: 1.8;
}

.footer-info p {
  font-size: 13px;
  font-weight: 100;
  color: #C0C0C0;
}

.footer-links {
}

.link-row {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
  padding: 0;
}

.link-row li {
  position: relative;
}

.link-row li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #5d8b5d;
}

.link-row a {
  color: #C0C0C0;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.link-row a:hover {
  color: #b3d1b3;
}

/* 기존 device-indicator 스타일 유지 */
.device-indicator {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #e74c3c;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

.device-indicator {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #e74c3c;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

}


/* 태블릿 버전 (768px 이상) */
@media (min-width: 768px) {
  .inner {
    max-width: 720px;
  }
  
  /* 히어로 섹션 */
 .hero-section {
    height: 700px;
  }
  
  .intro-heading {
    font-size: 32px;
    max-width: 400px;
  }
  
  .intro-btn {
    padding: 16px 50px;
    font-size: 18px;
  }
  
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  
  .hero-swiper .swiper-button-next:after,
  .hero-swiper .swiper-button-prev:after {
    font-size: 20px;
  }
  
  .hero-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  
  /* 서비스 박스 */
  .list-container {
    gap: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .service-box {
    width: 140px;
  }
  
  .service-image {
    width: 140px;
    height: 140px;
  }
  
  .service-name {
    font-size: 20px;
  }
  
  /* 공지사항 섹션 */
  .notice {
    padding: 60px 20px;
  }
  
  .notice-header h2 {
    font-size: 28px;
  }
  
  .notice-header p {
    font-size: 18px;
  }
  
  .notice-content {
    max-width: 720px;
    display: flex;
    gap: 20px;
  }
  
  .notice-box {
    flex: 1;
    margin-bottom: 0;
  }
  
  .notice-box-header h3 {
    font-size: 20px;
  }
  
  .notice-list .title {
    font-size: 16px;
  }
  
  /* 생활백서 섹션 */
  .guidebook {
    padding: 60px 20px;
  }
  
  .guidebook-header h2 {
    font-size: 28px;
  }
  
  .guidebook-header p {
    font-size: 18px;
  }
  
  .guidebook-wrapper {
    max-width: 720px;
  }
  
  .card-content {
    padding: 40px 30px;
    min-height: 120px;
  }
  
  .card-content h3 {
    font-size: 18px;
  }
  
  .card-content h3 span {
    font-size: 18px;
  }
  
  .more-btn {
    padding: 12px 40px;
    font-size: 18px;
  }
  /* 오시는 길 섹션 */
    .directions {
    padding: 60px 20px;
    min-height: 600px;
  }
  
  .directions-header h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .directions-content {
    margin: 0 auto;
    max-width: 720px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  
  .map-container {
    flex: 1;
    margin-bottom: 0;
    min-width: 400px;
  }
  
  #map {
    height: 400px;
  }
  
  .address-info {
    flex: 0 0 300px;
    padding: 30px 25px;
    height: fit-content;
  }
  
  .address-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .address-info p {
    font-size: 15px;
  }
  
  /* 태블릿에서 진료시간과 연락처 정보 표시 */
  .clinic-hours,
  .contact-info {
    display: block;
  }
  
  .clinic-hours h4,
  .contact-info h4 {
    font-size: 15px;
  }
  
  .hours-list {
    font-size: 14px;
  }
  
  .contact-info p {
    font-size: 14px;
  }
  
  /* 푸터 */
  .footer-content {
    max-width: 720px;
  }
  
  .footer-info p {
    font-size: 14px;
  }
  
  .link-row a {
    font-size: 16px;
  }
  
}

/* PC 버전 (1024px 이상) */
@media (min-width: 1024px) {
  .guidebook-card {
    width: 800px;
  }
  .inner {
    max-width: 1200px;
  }
    .card-image {
    height: 350px;
  }
  .header-container {
    width: 1200px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header-container .logo a img {
    height: 55px;
  }
  
  .menu-btn {
    width: 30px;
    height: 22px;
  }
  
  /* 히어로 섹션 */
    .hero-section {
    height: 800px;
  }
  
  .hero-text {
    text-align: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 60px;
    margin: 0 auto;
    justify-content: center;
  }
  
  .intro-heading {
    font-size: 42px;
    max-width: 1200px;
    text-align: center;
  }
  
  .intro-btn {
    padding: 20px 60px;
    font-size: 20px;
    align-self: center;
  }
  
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  
  .hero-swiper .swiper-button-next:after,
  .hero-swiper .swiper-button-prev:after {
    font-size: 24px;
  }
  
  .hero-swiper .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    margin: 0 6px;
  }
  
  .hero-swiper .swiper-pagination-bullet-active {
    width: 80px;
  }
  
  /* 서비스 박스 */
  .list-container {
    gap: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .service-box {
    width: 150px;
  }
  
  .service-image {
    width: 150px;
    height: 150px;
  }
  
  .service-name {
    font-size: 22px;
  }
  
  /* 공지사항 섹션 */
  .notice {
    padding: 80px 20px;
  }
  
  .notice-header h2 {
    font-size: 36px;
  }
  
  .notice-header p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .notice-content {
    max-width: 1200px;
    gap: 30px;
  }
  
  .notice-box-header {
    padding: 20px 25px;
  }
  
  .notice-box-header h3 {
    font-size: 22px;
  }
  
  .notice-list li {
    padding: 15px 25px;
  }
  
  .notice-list .title {
    font-size: 17px;
  }
  
  .notice-list .date {
    font-size: 15px;
  }
  
  /* 생활백서 섹션 */
  .guidebook {
    padding: 80px 20px;
  }
  
  .guidebook-header h2 {
    font-size: 36px;
  }
  
  .guidebook-header p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .guidebook-wrapper {
    max-width: 1200px;
  }
  
  .card-content {
    padding: 50px 40px;
    min-height: 140px;
  }
  
  .card-content h3 {
    font-size: 20px;
  }
  
  .card-content h3 span {
    font-size: 20px;
  }
  
  .more-btn {
    padding: 15px 50px;
    font-size: 20px;
  }
  
  /* 오시는 길 섹션 */
   .directions {
    padding: 80px 20px;
    min-height: 700px;
  }
  
  .directions-header h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  
  .directions-content {
    margin: 0 auto;
    max-width: 1200px;
    gap: 40px;
  }
  
  .map-container {
    min-width: 500px;
  }
  
  #map {
    height: 500px;
  }
  
  .address-info {
    flex: 0 0 350px;
    padding: 40px 30px;
  }
  
  .address-info h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  .address-info p {
    font-size: 16px;
  }
  
  .clinic-hours h4,
  .contact-info h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .hours-list {
    font-size: 15px;
  }
  
  .contact-info p {
    font-size: 15px;
  }
  
  /* 푸터 */
  footer {
    padding: 30px 20px;
  }
  
  .footer-content {
    max-width: 1200px;
  }
  
  .footer-logo h3 {
    font-size: 22px;
  }
  
  .footer-logo span {
    font-size: 16px;
  }
  
  .footer-info {
    margin-bottom: 40px;
  }
  
  .footer-info p {
    font-size: 15px;
  }
  
  .link-row {
    gap: 25px;
    margin-bottom: 15px;
  }
  
  .link-row a {
    font-size: 17px;
  }
  
}

/* 대형 PC 버전 (1440px 이상) */
@media (min-width: 1440px) {
  .inner {
    max-width: 1400px;
  }
  
  .header-container {
    width: 1400px;
  }
  
  .list-container {
    max-width: 1000px;
  }
  
  .notice-content {
    max-width: 1400px;
  }
  
  .guidebook-wrapper {
    max-width: 1400px;
  }
  .map-container {
    max-width: 1400px;
  }
  
  .address-info {
    max-width: 1400px;
  }
  
  .footer-content {
    max-width: 1400px;
  }
}