/* BASIC css start */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

/* =========================================================
   01. 공통 레이아웃 / 타이포그래피
   ========================================================= */
:root {
  --content-max: 1760px;
  --page-gutter: 20px;
  --text: #333;
  --muted: #777;
  --thumbnail-bg: #f3f3f3;
  --accent: #007d48;
}

html,
body {
  overflow-x: hidden;
}

#mainWrap {
  width: 100%;
  min-width: 0;
}

#contentWrapper h2 {
  margin: 40px 0 10px;
  font-family: "Montserrat", "SUIT", "Pretendard Variable", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

#contentWrapper h3 {
  font-size: 18px;
  font-weight: 600;
}

.sec_inner {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-max));
  margin: 0 auto;
}

/* =========================================================
   02. 메인 슬라이드
   이미지 원본 비율 유지: 화면 크기에 따라 잘리지 않음
   ========================================================= */
#mainSlider {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}

#mainSlider .swiper-container {
  width: 100%;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  background: #fff;
}

#mainSlider .swiper-wrapper,
#mainSlider .swiper-slide {
  width: 100%;
  height: 100%;
}

#mainSlider .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

#mainSlider .swiper-slide {
  background: #fff;
  text-align: center;
}

#mainSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

#mainSlider .swiper-button-next,
#mainSlider .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 100;

  width: 28px;
  height: 60px;

  margin-top: 0;
  opacity: 1 !important;
  transform: translateY(-50%);
}

/* 오른쪽 화살표 */
#mainSlider .swiper-button-next {
  right: 120px !important;
  left: auto !important;
  background: url("/design/burton7218/13199/tem173/arrow_right.png") center center / contain no-repeat;
}

/* 왼쪽 화살표 */
#mainSlider .swiper-button-prev {
  left: 100px !important;
  right: auto !important;
  background: url("/design/burton7218/13199/tem173/arrow_left.png") center center / contain no-repeat;
}

/* Swiper 기본 화살표 제거 */
#mainSlider .swiper-button-next::after,
#mainSlider .swiper-button-prev::after {
  display: none;
}


#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;
}

/* =========================================================
   03. 매장 안내
   ========================================================= */
#sec15 .info_banner_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sec15 .sec_inner {
  width: min(calc(100% - 40px), 1760px);
}

#sec15 .info_banner_list li {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 15%);
  transition: transform 0.3s ease;
}

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

#sec15 img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   04. 공통 4열 프로모션
   HTML: #featuredPromos / #newItems / #salePromos
   ========================================================= */
.promo-grid {
  padding: 40px 0;
  background: #fff;
}

.promo-grid h2 {
  margin: 20px 0 10px !important;
  font-size: 32px !important;
}

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

.promo-grid .sec2_cont > ul > li {
  flex: 1 1 calc(25% - 20px);
  max-width: 430px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.promo-grid .sec2_cont > ul > li:hover {
  transform: translateY(-5px);
}

.promo-grid .img_sec a,
.promo-grid .img_sec img {
  display: block;
  width: 100%;
}

.promo-grid .img_sec img {
  height: auto;
}

.promo-grid .info_sec {
  padding: 20px;
  text-align: left;
}

.promo-grid .info_sec h3 {
  margin-bottom: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.promo-grid .info_sec p {
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

.section-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0 20px;
  background: #eee;
}

/* =========================================================
   05. BEST COLLECTION 탭 상품
   ========================================================= */

#tabProduct {
  padding: 60px 20px;
  text-align: center;
}

#tabProduct h2 {
  margin: 0 0 3px;
  font-size: 32px;
}

#tabProduct .item-wrap {
  padding: 0;
}

#tabProduct .newCate_prod {
  position: relative;
}


/* ---------------------------------------------------------
   카테고리 탭
   --------------------------------------------------------- */

.newCateTab {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 8px;
}

.newCateTab li a {
  position: relative;
  display: inline-block;
  padding: 6px 0 5px;

  color: #aaa;

  font-family: "Montserrat", "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 600;

  text-transform: uppercase;
  transition: color 0.3s ease;
}

.newCateTab li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;

  width: 0;
  height: 2px;

  background: #000;

  content: "";
  transition: width 0.3s ease;
}

.newCateTab li a:hover,
.newCateTab li a.active {
  color: #000;
}

.newCateTab li a:hover::after,
.newCateTab li a.active::after {
  width: 100%;
}


/* ---------------------------------------------------------
   상품 목록
   --------------------------------------------------------- */

#tabProduct .newCate_prod .slideList ul {
  display: flex;
  flex-wrap: wrap;

  gap: 20px 0;

  margin: 0;
  padding: 0;

  overflow: hidden;
}

#tabProduct .newCate_prod .slideList ul li.itemWrap {
  position: relative;

  width: 20%;

  padding: 0 10px 10px;

  box-sizing: border-box;
}


/* ---------------------------------------------------------
   상품 썸네일
   #F3F3F3 배경
   --------------------------------------------------------- */

#tabProduct .itemWrap .thumb {
  overflow: hidden;
  background: #f3f3f3;
}

#tabProduct .itemWrap .thumb .product-image {
  display: block;

  width: 100%;

  background: #f3f3f3;
}

#tabProduct .itemWrap .thumb .product-image img {
  display: block;

  width: 100%;
  height: auto;

  background: #f3f3f3;

  mix-blend-mode: multiply;

  transform: none;
}


/* ---------------------------------------------------------
   상품 정보
   --------------------------------------------------------- */

#tabProduct .prd-info {
  position: relative;
  z-index: 2;

  min-height: 0;

  margin-top: 2px;
  padding: 0;

  line-height: 1.3;
  text-align: center;
}


/* 컬러칩 */

#tabProduct .clChip span {
  display: inline-block;

  width: 12px;
  height: 4px;

  margin: 0 1px;

  vertical-align: top;
}


/* 상품 서브네임 */

#tabProduct .subname {
  display: block;

  margin-bottom: 5px;

  overflow: visible;

  color: #888;
  font-size: 13px;

  white-space: normal;
  overflow-wrap: anywhere;
}

/* =========================================================
   06. 상품 공통 정보 / 옵션 미리보기
   ========================================================= */
.prd-name {
  margin: 0 0 2px;
  color: var(--text);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.prd-price {
  position: relative;
  margin-right: 6px;
  color: var(--text);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.consumer {
  margin-right: 6px;
  color: #8e8d8d;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.dcPercent {
  color: var(--accent);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.prd-preview-text {
  display: inline-block;
  margin: 8px 0 5px;
  padding: 6px;
  background: #ddd;
  border-radius: 20px;
  color: var(--text);
  font-size: 13px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.prd-preview-text:hover {
  background: #555;
}

.prd-preview-text a {
  display: block;
  color: #fff;
  text-decoration: none;
}

/* =========================================================
   07. 중간 2열 배너
   ========================================================= */
#sec33 {
  padding: 40px 0;
  background: #fff;
}

#sec33 .sec_inner {
  width: min(calc(100% - 40px), 1903px);
}

#sec33 .sec33_cont ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sec33 .sec33_cont li {
  flex: 1 1 50%;
  overflow: hidden;
}

#sec33 img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   08. 추가 상품 슬라이더
   HTML: #productSlider6 / #productSlider7
   ========================================================= */
.product-slider .sec_inner {
  position: relative;
  width: min(calc(100% - 80px), 1800px);
}

.product-slider .swiper_btn_prev,
.product-slider .swiper_btn_next {
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateY(-50%);
}

.product-slider .swiper_btn_prev {
  left: -30px;
}

.product-slider .swiper_btn_next {
  right: -30px;
}

.product-slider .thumb {
  text-align: center;
}

.product-slider .thumb img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* =========================================================
   09. 브랜드 배너 슬라이더
   ========================================================= */
#sec5 .sec5_cont {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto 10px;
}

#sec5 .sec5_cont .swiper ul {
  width: 100%;
}

#sec5 .swiper-slide {
  width: 600px;
  height: 410px;
  filter: brightness(0.5);
  transform: scale(0.9);
  transition: filter 0.4s ease, transform 0.4s ease;
}

#sec5 .swiper-slide-active {
  filter: brightness(1);
  transform: scale(1);
}

#sec5 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   10. Instagram / YouTube
   ========================================================= */
.instargram,
.youtube {
  padding: 5px 0;
  text-align: center;
}

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

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

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

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

.instargram .btnFollow a:hover,
.youtube .btnFollow a:hover {
  background: #fff;
  color: #222;
}

.instargram ul,
.youtube ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe.snapwidget-widget {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* =========================================================
   11. 화면 폭별 보정
   ========================================================= */
@media (max-width: 1200px) {
  #mainSlider .swiper-button-next { right: 20px; }
  #mainSlider .swiper-button-prev { left: 20px; }
}

@media (max-width: 768px) {
  iframe.snapwidget-widget { height: 160px !important; }
}

@media (max-width: 480px) {
  iframe.snapwidget-widget { height: 120px !important; }
}

/* BASIC css end */

