@charset "utf-8";
/* CSS Document */
/* 공통 스타일 */
.icon-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0px 30px 0px;
  margin: 0;
  align-items: flex-start;
}
.menu-item, .menu-item-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3px;
  box-sizing: border-box;
}
.menu-item .image-container, .menu-item2 .image-container {
  background-color: #EFEFEF;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item img {
  width: 40px;
  height: 40px;
}
.menu-item2 img {
  width: 224px;
  height: 224px;
  border-radius: 25px;
}
.banner-item span {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  max-height: 2.4em;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #999;
  font-size: 12px;
}
/* 데스크탑 스타일 */
@media (min-width: 769px) {
  .menu-item, .menu-item2, .menu-item-02 {
    flex: 0 0 10%;
  }
  .menu-item .image-container {
    width: 80px;
    height: 80px;
    border-radius: 25px;
  }
  .menu-item img {
    width: 50px;
    height: 50px;
  }
  .menu-item-02 img {
    width: 80px;
    height: 80px;
    border-radius: 25px;
	border: solid 1px #ddd;
  }
  .banner-item span {
    font-size: 14px;
  }
  .my-custom-swiper .swiper-container {
    overflow: visible;
  }
  .my-custom-swiper .swiper-slide {
    display: block;
  }
  .my-custom-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .my-custom-swiper .swiper-scrollbar {
    display: none;
  }
}
/* 모바일 스타일 */
@media (max-width: 768px) {
  .icon-menu {
    display: flex; /* Flexbox 레이아웃 사용 */
    justify-content:flex-start;
    list-style: none; /* 리스트 스타일 제거 */
    padding: 0; /* 기본 패딩 제거 */
    margin: 0; /* 기본 마진 제거 */
    width: 100%; /* 100% 너비 사용 */
    box-sizing: border-box; /* 테두리와 패딩 포함한 크기 계산 */
    flex-wrap: wrap; /* 여러 줄에 걸쳐 배치 가능하도록 설정 */
  }

  .menu-item, .menu-item2, .menu-item-02 {
    flex: 0 0 20%; /* 각 아이템이 20%의 너비를 차지하여 5개씩 배열 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 3px; /* 아이템 간의 패딩 */
    box-sizing: border-box; /* 테두리와 패딩 포함한 크기 계산 */
  }

  .menu-item .image-container,.image-container {
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }
  
  .menu-item img, {
    width: 35px;
    height: 35px;
  }
	
.menu-item-02 img {
    width: 55px;
    height: 55px;
	border-radius: 15px;
	border: solid 1px #ddd;
  }
  
	
  .my-custom-swiper .swiper-container {
    overflow: hidden;
  }
  
  .my-custom-swiper .swiper-slide {
    display: flex;
    justify-content: flex-start; /* 슬라이드 내 아이템 왼쪽 정렬 */
    flex-wrap: wrap; /* 여러 줄에 걸쳐 배치 가능하도록 설정 */
    width: 100%; /* 100% 너비 사용 */
  }
  
  .my-custom-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .my-custom-swiper .swiper-scrollbar {
    display: block;
  }
}



/* 갤러리 swiper-container 스타일 */
.gallery-swiper .swiper-container {
  overflow-x: auto; /* 가로 스크롤 가능 */
  overflow-y: hidden;
  width: 100%;
}
/* 갤러리 swiper 스타일 */
.gallery-swiper .swiper-wrapper {
  display: flex; /* Swiper의 wrapper를 플렉스 요소로 설정 */
  flex-wrap: nowrap; /* 모든 슬라이드를 한 줄에 표시 */
}
.gallery-swiper .swiper-slide {
  flex: 0 0 auto;
  width: 224px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.gallery-menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.image-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: #EFEFEF;
}
.menu-item2 {
  flex: 0 0 auto;
}
.menu-item2 img {
  width: 224px;
  height: 224px;
  border-radius: 25px;
}
/* 기본 스크롤바 스타일 */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
/* 스크롤바 드래그 스타일 */
.swiper-scrollbar-drag {
  background: #333;
}
/* 스크롤바 드래그 시 커서 스타일 */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* 스크롤바가 비활성화될 때 숨기기 */
.swiper-scrollbar-lock {
  display: none;
}
/* 배너 스타일 */
.banner-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 10px;
  background-color: #fff;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-container::-webkit-scrollbar {
  display: none;
}
.banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: color 0.3s ease;
}
.banner-item img {
  opacity: 0.9;
  transition: opacity 0.3s;
  mix-blend-mode: multiply;
}
/* 마우스 오버 스타일 추가 */
.banner-item:hover span {
  color: #000;
}
.banner-item:hover img {
  filter: none;
}
/* 슬라이드 버튼 스타일 */
.slideBtn {
  display: flex;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: hsla(0, 0%, 100%, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  background-size: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
  background-position: center;
}
.slideBtn img {
  transform: rotate(0deg);
}
.slideBtn.left img {
  transform: rotate(180deg) !important;
}
.slideBtn.left {
  left: 10px;
}
.slideBtn.right {
  right: 10px;
}
/* 반응형 스타일 시작 */
.responsive-item {
  box-sizing: border-box;
  padding: 15px;
  margin: 0px;
  border-radius: 10px;
  border: none;
}
.responsive-item2 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0px;
  border-radius: 10px;
  border: none;
}
.responsive-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 15px;
  border: none;
}
.content-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .responsive-item {
    width: calc(50% - 20px);
    float: left;
  }
  .responsive-item2 {
    width: calc(25% - 20px);
    float: left;
  }
}
@media (max-width: 1024px) {
  .responsive-item {
    width: calc(50% - 20px);
    float: left;
  }
  .responsive-item2 {
    width: calc(25% - 20px);
    float: left;
  }
}
@media (max-width: 1023px) {
  .responsive-item {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border-radius: 10px;
  }
  .responsive-item2 {
    width: 50%;
    padding: 20px 0;
    margin: 0;
    border-radius: 10px;
  }
  .content-box {
    padding: 10px;
    border-radius: 10px;
  }
  .responsive-title {
    padding: 0 10px;
  }
}
/* 반응형 스타일 끝 */
.more {
  display: inline-block;
  margin-left: auto;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 24px;
  color: #999;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.more:hover {
  border-color: #25282B;
  color: #25282B;
}
/* 서브배너 */
.sub-banner {
  width: 100%;
  overflow: hidden;
  padding: 15px 3px;
  margin-bottom: 15px;
}
.sub-banner img {
  width: 100%;
  border-radius: 7px;
  display: block;
}

/* 데스크탑 스타일 */
@media (min-width: 769px) {
  .sub-banner {
    margin-bottom: 15px; /* PC 화면에서는 margin-bottom 적용 */
  }
}

/* 모바일 스타일 */
@media (max-width: 768px) {
  .sub-banner {
    margin-bottom: 0; /* 모바일 화면에서는 margin-bottom 제거 */
  }
}

/* my-custom-swiper 스타일 */
.my-custom-swiper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 30px 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.my-custom-swiper .swiper-pagination {
  text-align: center;
  margin-top: 10px;
}
.my-custom-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #ddd;
  display: inline-block;
  margin: 5px;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.my-custom-swiper .swiper-pagination-bullet-active {
  background-color: #333;
}
/* Flex 컨테이너로 설정하여 두 개의 아이템을 한 줄에 배치 */
.container {
  display: flex;
  flex-wrap: wrap;
}
/* 각 아이템의 크기를 고정하여 균일한 배치를 보장 */
.responsive-item {
  flex: 1 1 45%; /* 45% 너비를 지정하여 두 개의 아이템을 한 줄에 배치, 사이에 간격을 고려 */
  box-sizing: border-box;
  margin: 10px; /* 아이템 간의 간격 */
  min-width: 300px; /* 최소 너비 설정으로 작은 화면에서도 보기 좋게 */
}
/* 모든 컨텐츠 박스가 동일한 높이를 가지도록 설정 */
.content-box {
  min-height: 200px; /* 최소 높이를 지정하여 모든 박스의 높이를 통일 */
  overflow: hidden; /* 내용이 넘칠 경우 숨김 */
}