/* BASIC css start */
#contentWrapper h2 { font-size:40;font-family: 'Montserrat', 'SUIT', 'Pretendard', sans-serif; font-weight: 700; text-transform: uppercase;letter-spacing: 1px;margin: 40px 0 10px;text-align: center;}
#contentWrapper h3 { font-size:34px;font-weight: 300; }
#contentWrapper h4 { font-size:23px;font-family: 'SUIT', 'Pretendard', sans-serif; font-weight: 300;color: #676666; margin-bottom: 10px; letter-spacing: 0.2px;}


#mainWrap {width:100%;min-width: 1200px;height:auto;}
item-wrap {margin-bottom:10px; width:100%;}




/* 메인 슬라이드 배너 */
#mainSlider {margin-bottom: 60px;}
#mainSlider {position:relative;height: auto;overflow: hidden;}
#mainSlider .swiper-container { width: 100%;  height: auto;}
#mainSlider .swiper-slide { text-align: center; font-size: 18px; background: #fff; }
#mainSlider .swiper-slide img { width: 100%;height: auto;max-height:600px;object-fit: cover;display: block;}
#mainSlider .swiper-button-next,
#mainSlider .swiper-button-prev { opacity:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }


#mainSlider .swiper-container:hover .swiper-button-next,
#mainSlider .swiper-container:hover .swiper-button-prev { opacity:1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

#mainSlider .swiper-button-next { right:50px; background:url('/design/burton7218/13199/tem173/arrow_right.png') 0 0 no-repeat; width: 28px; height: 60px;}
#mainSlider .swiper-button-prev { left:50px; background:url('/design/burton7218/13199/tem173/arrow_left.png') 0 0 no-repeat; width: 28px; height: 60px;}
#mainSlider .swiper-button-next::after,
#mainSlider .swiper-button-prev::after {
  display: none;  /* 기본 Swiper 화살표 제거 */
}


#mainSlider .swiper-pagination-bullets { bottom:26px;}
#mainSlider .swiper-pagination-bullet { width:9px; height:9px; background:#2e2e2e; opacity:1; }
#mainSlider .swiper-pagination-bullet-active { background:#fff;}
/* sec15 매장인포 */

#sec15 .info_banner_list {
  display: flex;
  flex-wrap: wrap;            /* 줄바꿈 허용 */
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
#sec15 .info_banner_list li {
  flex: 0 0 290px;
  max-width: 290px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

#sec15 .info_banner_list li:hover {
  transform: translateY(-5px);
}

#sec15 .img_sec img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}


/* sec2 상단2번째줄 배너4개 */
#sec2 {
  padding: 40px 0;
  background-color: #fff;
}

#sec2 .sec_inner {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 20px;
}

#sec2 h2 {
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 10px;
}

#sec2 .sec2_cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#sec2 .sec2_cont ul li {
  flex: 1 1 calc(25% - 20px); /* 4개 한줄 기준 */
  max-width: 430px;
  background: #fff;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); 삭제됨 */
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 8px;
}

#sec2 .sec2_cont ul li:hover {
  transform: translateY(-5px);
}

#sec2 .img_sec a {
  display: block;
  width: 100%;
}

#sec2 .img_sec img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#sec2 .info_sec {
  padding: 20px;
  text-align: left;
}

#sec2 .info_sec h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

#sec2 .info_sec p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}


/* sec5 다중배너*/

#sec5 h2 { 
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 10px;
}
/* 원인 제거용 재정의 */
#sec5 .sec5_cont {
  max-width: 1760px !important;
  margin: 0 auto !important;
  min-width: auto !important;
  width: 100% !important;
  margin-bottom: 10px;
}

html, body {
  overflow-x: hidden !important;
}

#sec5 .sec5_cont .swiper{}
#sec5 .sec5_cont .swiper ul{width: 100%;}
#sec5 .sec5_cont .swiper ul li{width: 600px; height: 410px; }
#sec5 .swiper-slide{transform: scale(.9);transition: all .4s;filter: brightness(.5);}
#sec5 .swiper-slide.swiper-slide-active{opacity: 1 !important; transform: scale(1);filter: brightness(1);}
#sec5 .swiper_btn_prev{position: absolute; top: 50%; transform: translate(-580px,-50%); left: 50%;z-index: 10;cursor: pointer;}
#sec5 .swiper_btn_next{position: absolute; top: 50%; transform: translate(580px,-50%); right: 50%;z-index: 10; cursor: pointer;}



/* 세일타임 - 4개 가로 정렬 + 반응형 */

#sec11 {
  padding: 20px 0;margin-top:0px; margin-bottom:10px;
}

#sec11 h2 {
  text-align: center;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  margin: 40px 0 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
}

#sec11 .sale-banner {
  display: flex;
  flex-wrap: wrap; /* 줄바꿈 허용 */
  gap: 16px;
  justify-content: center;
  padding: 0 10px;
}

#sec11 .sale-banner a {
  flex: 1 1 calc(25% - 16px);  /*  4개 정렬 기준 */
  max-width: calc(25% - 16px);
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

#sec11 .sale-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* 반응형 대응 */
@media (max-width: 1024px) {
  #sec11 .sale-banner a {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  #sec11 .sale-banner a {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* 상품명 */
.prd-name {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

/* 서브 상품명 */
.subname {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 14px !important;
  color: #666 !important;
}

/* 소비자가 */
.consumer {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #8e8d8d !important;
  margin: 0 6px 0 0 !important;  /* 오른쪽만 간격 */
}

/* 판매가 */
.prd-price {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #333 !important;
  position: relative !important;
  margin-right: 6px !important;  /* 간격 좁힘 */
}


/* 할인율 */
.dcPercent {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #007d48 !important;
}

.item-list {
  text-align: center; /* 텍스트와 이미지 모두 중앙 정렬 */
  width: 200px;        /* 이미지 폭에 맞게 설정 */
  margin: 0 auto;      /* 중앙 배치 */
}

.item-list .thumb img {
  display: block;
  margin: 0 auto;
}

.item-list .prd-name,
.item-list .prd-subname,
.item-list .price {
  display: block;
  text-align: center;
}


/* 인스타그램 */

.instargram .ttl {text-align: center;font-size: 30px; margin-bottom: 20px;font-weight: 500;}

h2 {
  width: 100%;
  text-align: center;
  margin: 40px 0 10px; /* 필요시 여백 */
}

h2 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}



.instargram .btnFollow {
  margin-bottom: 10px;
}

.instargram .btnFollow a {
  display: inline-block;
  line-height: 35px;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #222;
  transition: all 0.3s ease;
}

.instargram .btnFollow a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

/* 인스타그램 이미지 리스트 */
.instargram ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

.instargram ul li {
  flex: 1 1 180px; /* 반응형으로 줄어듦 */
  max-width: 300px;
}

.instargram ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

#instagram-section {
  margin-bottom: 0; !important; /* 기존보다 작은 수치로 조정 */
}

/* 유튜브 */
#youtube-section {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.youtube .ttl {text-align: center;font-size: 30px; margin-bottom: 20px;font-weight: 500;}

h2 {
  width: 100%;
  text-align: center;
  margin: 40px 0 10px; /* 필요시 여백 */
}

h2 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}



.youtube .btnFollow {
  margin-bottom: 10px;
}

.youtube .btnFollow a {
  display: inline-block;
  line-height: 35px;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #222;
  transition: all 0.3s ease;
}

.youtube .btnFollow a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

/*  이미지 리스트 */
.youtube ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

.youtube ul li {
  flex: 1 1 180px; /* 반응형으로 줄어듦 */
  max-width: 300px;
}

.youtube ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
/* snapwidget iframe 높이 강제 제한 */
iframe.snapwidget-widget {
  
  overflow: hidden;
  display: block;
  margin: 0 auto;
}


/* 불필요한 슬라이더 높이 제거 */
.bx-wrapper {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto;
  padding: 0;
}

/* 완전히 비어있다면 숨김 */
.bx-wrapper:empty {
  display: none;
}

/* 푸터 영역 */
#footer, .footer, .footerWrap {
  padding: 10px 0;
  background-color: #1a1a1a;
  box-sizing: border-box;
}

.footer_inner, .footer-content, .footer-wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* 전체 슬라이더 감싸는 래퍼 */
.product-slider-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1800px; /* 필요 시 조절 */
}

/* Slick 슬라이더 */
.product-slider {
  margin-bottom: 30px;
}

/* 개별 상품 카드 */
.product-slider .item {
  padding: 10px;
  text-align: center;
}

/* 상품 썸네일 */
.product-slider .thumb img {
  width: 100%;
  transition: transform 0.3s ease;
}

/* 상품명 */
.product-slider .prd-name {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  color: #222;
}

/* 가격 */
.product-slider .prd-price {
  font-size: 13px;
  color: #666;
}

/* 섹션 타이틀 */
.section-title {
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 40px 0 20px;
  text-transform: uppercase;
  color: #111;
}

/* 화살표 공통 */
.swiper_btn_prev,
.swiper_btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

/* 왼쪽 화살표 위치 */
.swiper_btn_prev {
  left: -30px;
}

/* 오른쪽 화살표 위치 */
.swiper_btn_next {
  right: -30px;
}

/* 화살표 이미지 크기 조정 (선택) */
.swiper_btn_prev img,
.swiper_btn_next img {
  width: 32px;
  height: auto;
}
.swiper_btn_prev,
.swiper_btn_next {
  display: none; /* 기본은 숨겨놓고 JS에서 조건부 show() */
}
.product-slider .slick-slide {
  padding: 10px;
}

.swiper_btn_prev,
.swiper_btn_next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper_btn_prev {
  left: -30px;
}

.swiper_btn_next {
  right: -30px;
}

.product-slider .thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease-in-out; /* 지속 시간 + 가속도 조정 */
  transform-origin: center center;
}

.product-slider .thumb:hover img {
  transform: scale(1.08);
}

/* BASIC css end */

