/* 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 {
  height: 250px !important;
  max-height: 250px;
  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 */

