/* 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;}


/* ¸ÞÀÎ ½½¶óÀÌµå ¹è³Ê */
/*--------------------------------------------------------------------------------
//
//            section01
//
--------------------------------------------------------------------------------*/
.mainSec01 {
  width: 100%;
  margin-top: 85px;
  margin-bottom: 60px;
  overflow: hidden;
}

.mainSec01 .swiper {
  padding: 0 !important;
  margin: 0 auto;
  overflow: visible;
}

.mainSec01 .swiper-wrapper {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important; /* ÇÊ¼ö: °£°Ý Á¦°Å */
}

.mainSec01 .swiper-slide {
  margin: 5px !important;
  padding: 0 !important;
  box-sizing: border-box;
  flex-shrink: 0;
  width: auto;
  height: 750px; /* ¿øÇÏ´Â °íÁ¤ ³ôÀÌ·Î ÁöÁ¤ */
  overflow: hidden;
  position: relative;
}

.mainSec01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ÀÌ¹ÌÁö Àß¸®´Â ´ë½Å ºñÀ² À¯ÁöÇÏ¸ç ²Ë Ã¤¿ò */
  display: block;
}



.mainSec01 .swiper-pagination-progressbar {
  background: #ccc;
  height: 2px;
  bottom: 0;
}

.mainSec01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}

.mainSec01 .swiper-button-next,
.mainSec01 .swiper-button-prev {
  color: #fff;
}

.mainSec01 .swiper-button-prev {
  left: 50px;
}

.mainSec01 .swiper-button-next {
  right: 50px;
}

.mainSec01 .textBox {
  position: absolute;
  top: 539px;
  left: 30px;
  color: #fff;
}

.mainSec01 .textBox strong {
  display: block;
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
}

.mainSec01 .textBox span {
  font-size: 20px;
  line-height: 29px;
}


/* 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;
}



/* BASIC css end */

