@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap');

body {
    font-family: 'Noto Sans KR', sans-serif;
}



.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.btn-floating {
    width: 56px;
    height: 56px;
    padding: 0;
}


.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

 .btn-floating{
    font-size: 14px;
    outline: 0;
}
.btn-floating {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.black {
    background-color: #000 !important;
}

.btn-floating {
    line-height: 56px;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}


i.large {
    font-size: 2rem;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
}

ul:not(.browser-default)>li {
    list-style-type: none;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
}


.fixed-action-btn.active ul {
    visibility: visible;
  }
  
  .fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
    padding: 0 0 0 15px;
  }
  
  .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 100%;
    left: auto;
    /*width 100% only goes to width of button container */
    width: 500px;
  }
  
  .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
    display: inline-block;
    margin: 7.5px 15px 0 0;
  }
  
  .fixed-action-btn.direction-right {
    padding: 0 15px 0 0;
  }
  
  .fixed-action-btn.direction-right ul {
    text-align: left;
    direction: rtl;
    left: 64px;
    right: auto;
  }
  
  .fixed-action-btn.direction-right ul li {
    margin: 7.5px 0 0 15px;
  }
  
  .fixed-action-btn.direction-bottom {
    padding: 0 0 15px 0;
  }
  
  .fixed-action-btn.direction-bottom ul {
    top: 64px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .fixed-action-btn.direction-bottom ul li {
    margin: 15px 0 0 0;
  }
  
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px;
  }
  
  .fixed-action-btn.toolbar.active > a i {
    opacity: 0;
  }
  
  .fixed-action-btn.toolbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .fixed-action-btn.toolbar ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    -webkit-transition: none;
    transition: none;
  }
  
  .fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1;
  }
  
  .fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
  }
  
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
  }
  
  .fixed-action-btn ul li {
    margin-bottom: 15px;
  }
  
  .fixed-action-btn ul a.btn-floating {
    opacity: 0;
  }
  
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  .green {
    background-color: #4CAF50 !important;
  }

  .yellow {
    background-color: #ffeb3b !important;
  }

  .materialize-red.darken-1 {
    background-color: #d0181e !important;
  }

  .blue {
    background-color: #2196F3 !important;
  }
  


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


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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


.swiper-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
  }
.swiper-box.show {
    max-height: 300px; /* 충분한 높이로 조정 */
}


.price-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.price-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.price-table th, .price-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.price-table th {
  background: #f8f8f8;
  font-weight: bold;
}

.price-table tr:nth-child(even) {
  background: #f9f9f9;
}

.check-info {
  font-size: 1.1rem;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 500;
  color: #333;
}


@media (max-width: 767px) {
  .mobile-hide {
    /* display: none; */
    font-size: 0.8rem;
  }
  h1 {
    font-size: 1.7rem !important; /* display-1을 덮어쓰기 */
    font-weight: bold;
  }
}
.service-row {
  display: flex;
  flex-wrap: wrap;  /* 자동 줄바꿈 */
  justify-content: center;
  gap: 70px; /* 기본 간격 */
}

/* 아이콘 기본 스타일 */
.service-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px; /* 너비 설정 */
}

.service-icon img {
  width: 50px;
  height: auto;
}

.service-icon span {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* 🔥 모바일에서 한 줄에 4개씩 정렬되도록 변경 */
@media (max-width: 768px) {
  .service-row {
      gap: 10px; /* 간격 줄이기 */
  }

  .service-icon {
      width: 22%; /* 4개씩 정렬 (100% / 4 = 25%, 여백 고려해서 22%) */
  }
}

/* 🔥 더 작은 화면 (스마트폰)에서는 간격 더 줄이기 */
@media (max-width: 480px) {
  .service-row {
      gap: 5px;
  }

  .service-icon {
      width: 23%;
  }
}
