/* 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:25px;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: 32px;
  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;
}
/* sec6 */
#sec6{overflow:hidden; position: relative; z-index: 1;margin-top: 60px; }
#sec6 .sec_inner{}
#sec6 .sec_inner .sec6_cont{display: flex; justify-content: space-between; flex-wrap: nowrap;gap: 20px;}
#sec6 .sec_inner .sec6_cont>div{width: calc((100% - 80px) / 2);}
#sec6 .sec_inner .sec6_cont>div .banner{position: relative;z-index: 1;}
#sec6 .sec_inner .sec6_cont>div .banner h3{ margin-bottom: 25px;font-family:'Montserrat','Noto Sans KR', sans-serif; font-size: 38px; font-weight: 500; color: #000;}
#sec6 .sec_inner .sec6_cont>div .banner .banner_img{}
#sec6 .sec_inner .sec6_cont>div .banner .banner_img a{display: block; width: 100%;border-radius: 15px; overflow: hidden;}
#sec6 .sec_inner .sec6_cont>div .banner .banner_img a img{width: 100%;}
#sec6 .sec_inner .sec6_cont>div .banner p{ margin: 20px 0 40px;letter-spacing:-.7px; font-family:'Noto Sans KR', sans-serif; font-size:16px; color:#000; font-weight:400; line-height:1.7;text-align: center;}
#sec6 .sec_inner .sec6_cont>div .swiper{position: relative;z-index: 2;padding-top: 30px;}

#sec6 .sec_inner .sec6_cont>div .swiper ul{}
#sec6 .sec_inner .sec6_cont>div .swiper ul li{}
#sec6 .sec_inner .sec6_cont>div .swiper ul li.item_list .info .prdname{margin-bottom:5px; margin-top: 5px;}
#sec6 .sec_inner .sec6_cont>div .swiper ul li.item_list .info .price{font-weight:500}
#sec6 .sec_inner .sec6_cont>div .swiper .swiper-scrollbar{height:2px; }
#sec6 .swiper :is(.swiper-button-next,.swiper-button-prev){ transition: filter .4s; filter: opacity(0);  background-color:#222; padding: 10px; width: 35px; height: 50px; transform: translateY(-50%); color:#fff;}
#sec6 .sec_inner .sec6_cont>div:hover :is(.swiper-button-next,.swiper-button-prev){ filter: opacity(1);}
#sec6 h3 { font-size:25px;font-weight: 300; ;font-family: 'Montserrat', 'SUIT', 'Pretendard', sans-serif; font-weight: 700; text-transform: uppercase;letter-spacing: 1px;margin: 40px 0 10px;text-align: center;}

.prdsubname {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  font-weight: 400;
  line-height: 1.4;
}

#sec6 .sec6_1 {
  transform: translateX(20px);
}


#sec6 .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#sec6 .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition-timing-function: ease;
}

#sec6 .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
 
}

#sec6 .sec6_1 {
  transform: translateX(25px); /* ¿À¸¥ÂÊÀ¸·ÎÀÌµ¿ */
}

#sec6 .sec6_2 {
  transform: translateX(-19px); /* ¿ÞÂÊÀ¸·Î ÀÌµ¿ */
}

/* ÀÌ¹ÌÁöÀÇ Á÷Á¢ Å©±â Á¶Á¤ */
#sec6 .swiper-slide .thumb img {
  width: 180px;      /* ¶Ç´Â ¿¹: 300px */
  height: 180px;
  display: block;
}

/* ½æ³×ÀÏ ÄÁÅ×ÀÌ³ÊÀÇ Å©±â Á¶Á¤ */
#sec6 .swiper-slide .thumb {
  width: 180px;     /* ¶Ç´Â °íÁ¤°ª: 300px µî */
  max-width: none; /* ´Ù¸¥ Á¦ÇÑÀÌ ÀÖ´Ù¸é Á¦°Å */
}


@media (max-width: 1024px) {
  #sec6 .swiper-slide .thumb {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  #sec6 .swiper-slide .thumb {
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  #sec6 .swiper-slide .thumb {
    max-width: 120px;
  }
}


/* NEW COLLECTION */
#tabProduct h2{
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 3px;
}


/* ÄÃ·º¼Ç */
#tabProduct {padding: 60px 20px;text-align: center; }
#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;
  font-family: 'Montserrat', 'Pretendard Variable', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  padding: 6px 0;
  transition: color 0.3s ease;
  display: inline-block;
  padding-bottom: 5px;
}


.newCateTab li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  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;
}

/* NEW COLLECTION ½½¶óÀÌµå ¸®½ºÆ® ½ºÅ¸ÀÏ ÀüÃ¼ ¼öÁ¤ */
#tabProduct .newCate_prod .slideList ul {
  overflow: hidden; /* float ÇØÁ¦¿ë */
  margin-left: 0;   /* -1.5% Á¦°Å */
  padding: 0;
}

#tabProduct .newCate_prod .slideList ul li.itemWrap {
  float: left;
  position: relative;
  width: 20%;                   /* 5°³ Á¤·Ä */
  padding: 0 10px 10px;         /* ÁÂ¿ì ¿©¹é + ÇÏ´Ü °£°Ý */
  box-sizing: border-box;
}



#tabProduct .newCate_prod .slideList ul li .thumb {
  overflow: hidden;
}

#tabProduct .newCate_prod .slideList ul li .thumb img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}


/* ÄÃ·¯Ä¨ ½ºÅ¸ÀÏ */
#tabProduct .newCate_prod .prd-info .clChip span {
  display: inline-block;
  width: 12px;
  height: 4px;
  margin: 0 1px;
  vertical-align: top;
}

/* »óÇ°Á¤º¸ ¿µ¿ª: °£°Ý ÃÖ¼ÒÈ­ */
#tabProduct .newCate_prod .prd-info {
  margin-top: 0px !important;    
  padding: 0 !important;
  position: relative;
  min-height: auto !important;
  line-height: 1.1; 
  z-index: 2;
}


/* »óÇ°¸í + ¿µ¾î¸í ÀüÃ¼ */
#tabProduct .newCate_prod .prd-info {
  margin-top: 2px !important;   /* ÀÌ¹ÌÁö ¾Æ·¡ ¿©¹é */
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.3;             /* ÀüÃ¼ ÁÙ°£°Ý */
  text-align: center;           /* ÅØ½ºÆ® Áß¾ÓÁ¤·Ä */
}

/* ÇÑ±Û »óÇ°¸í */
#tabProduct .newCate_prod .prd-info .prd-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;           /* ¿µ¾î »óÇ°¸í°úÀÇ °£°Ý */
}

/* ¿µ¾î »óÇ°¸í ÁÙ¹Ù²Þ Ã³¸® */
#tabProduct .newCate_prod .prd-info .prd-subname {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;

  white-space: normal !important;   /* ÁÙ¹Ù²Þ Çã¿ë */
  overflow: visible !important;     /* ¼û±è Á¦°Å */
  text-overflow: unset !important;  /* ¸»ÁÙÀÓÇ¥ ÇØÁ¦ */
  display: block;
  word-break: break-word;           /* ±ä ¿µ¾î ´Ü¾î ÁÙ¹Ù²Þ */
}


/* °¡°Ý Á¤º¸ */
#tabProduct .newCate_prod .prd-info .prd-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* ¿ø°¡ + ÇÒÀÎÀ² ÁÙ Á¤·Ä ¿¹½Ã */
#tabProduct .newCate_prod .prd-info .price_consumer {
  font-size: 13px;
  color: #aaa;
  margin-left: 4px;
}

#tabProduct .newCate_prod .prd-info .discount_percent {
  color: #1c8f3e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}


/* ¼¼ÀÏÅ¸ÀÓ - 4°³ °¡·Î Á¤·Ä + ¹ÝÀÀÇü */

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

#sec11 h2 {
  text-align: center;
  font-size: 32px;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0 10px;
}

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



/* sec5 ´ÙÁß¹è³Ê*/

#sec5 h2 { 
  text-align: center;
  font-size: 32px;
  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;}


/* »óÇ°¸í */
.prd-name {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-top: 0;
  margin-bottom: 2px;
  
}

/* ¼­ºê »óÇ°¸í */
.prd-subname {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 14px !important;
  color: #666 !important;
  margin-bottom: 4px;
}

/* ¼ÒºñÀÚ°¡ */
.consumer {
  font-family: 'Pretendard Variable', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #8e8d8d !important;
  margin-right: 6px !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: 19px !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 {
  text-align: center;
  padding: 5px 0;
}

.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 {
  text-align: center;
  padding: 5px 0;
}

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

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

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

/* ºÒÇÊ¿äÇÑ ½½¶óÀÌ´õ ³ôÀÌ Á¦°Å */
.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;
}
.prd-preview-text {
  text-align: center;
  margin-top: 0px;
  margin-bottom:5px;
}

.prd-preview-text {
  display: inline-block;
  padding: 6px 6px;
  background-color: #ddd;
  color: #333;
  font-size: 13px;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

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


.prd-preview-text a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.mainSec04 h5 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
   margin: 0px 0 10px;  /* »ó:60px, ÁÂ¿ì:0, ÇÏ:10px */
}


/* BEST COLLECTION¿ë °øÅë ½ºÅ¸ÀÏ */
.mainSec04 .best-wrap {
  width: 100%;
}

.mainSec04 .best-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainSec04 .best-list .itemWrap {
  width: 20%;  /* ÇÑ ÁÙ¿¡ 5°³ Á¤·Ä */
  padding: 0 10px 30px;
  box-sizing: border-box;
}



.mainSec04 .itemWrap .thumb img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.mainSec04 .itemWrap .thumb:hover img {
  transform: scale(1.15);
}

.mainSec04 .prd-info {
  margin-top: 10px;
}

.mainSec04 .prd-name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.mainSec04 .subname {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.mainSec04 .prd-price {
  font-size: 14px;
  color: #333;
}

.mainSec04 .prd-price .consumer {
 
  font-size: 13px;
  color: #aaa;
  margin-left: 4px;
}

/* »óÇ° Á¤º¸ ÀüÃ¼ ¿µ¿ª ÃÖ¼ÒÈ­ + Áß¾Ó Á¤·Ä */
.mainSec04 .prd-info {
  margin-top: 2px !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* ÇÑ±Û »óÇ°¸í */
.mainSec04 .prd-info .prd-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

/* ¿µ¾î »óÇ°¸í ÁÙ¹Ù²Þ Ã³¸® */
.mainSec04 .prd-info .subname,
.mainSec04 .prd-info .prd-subname {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;

  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block;
  word-break: break-word;
}

/* ÆÇ¸Å°¡ */
.mainSec04 .prd-info .prd-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* ¿ø°¡ */
.mainSec04 .prd-info .price_consumer {
  font-size: 13px;
  color: #aaa;
  margin-left: 4px;
}

/* ÇÒÀÎÀ² */
.mainSec04 .prd-info .discount_percent,
.mainSec04 .prd-info .dcPercent {
  color: #1c8f3e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}


.product-section {
  background: #fff;
  padding: 80px 20px;
 
}

/* sec10 */

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

#sec10 .swiper_btn_prev {
  left: -30px;
}

#sec10 .swiper_btn_next {
  right: -30px;
}

#sec10 .thumb {
  text-align: center;
}

#sec10 .thumb img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition: transform 0.6s ease-in-out; /* Áö¼Ó ½Ã°£ + °¡¼Óµµ Á¶Á¤ */
  transform-origin: center center;
}




/* BASIC css end */

