.main-banner-wrapper {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* 배너 */
.main-banner {
  position: relative;
  width: 100%;
  height: 580px;
  background: #000;
}

/* 슬라이드 */
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.slide.active {
  opacity: 1;
  z-index: 1;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
  display: block;
}

/* 컨트롤러 전체 래퍼 */
.custom-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 30px;
  z-index: 10;
}

/* 컨트롤러 점 */
.dots {
  display: flex;
  gap: 8px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}
.dot.active {
  background: #fff;
}

/* 화살표 버튼 (점 크기에 맞춤) */
.nav.dot-btn {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-quick-menus {
border-radius:30px 0 30px 0;
overflow:hidden;
background:#ffffff;
display: grid;
}

.main-quick-menus a {
color:#000;
font-size:16px;
padding:25px;display: flex;
align-items: center;
justify-content: space-between;
border-right: 1px solid #4d81b4;
 border-bottom:1px solid #4d81b4;
}

.main-quick-menus a .point{
color:#f7de21;
font-size:16px;
font-weight:700;

}@import url("/usr/css/20250805_4480977342193099.css");

