/* BASIC css start */
---µðÀÚÀÎÆíÁý ---
/* °øÅë ¼½¼Ç ½ºÅ¸ÀÏ */
section {
  margin-bottom: 90px;
}
section .sec_inner {
  width: 1280px;
  margin: 0 auto;
}
section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 13px;
}
section h2 a {
  float: right;
}

/* sec1 : 1:1 ½½¶óÀÌµå */
#sec1 {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin-bottom: 90px;
}
#sec1 .sec1_container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
#sec1 .swiper {
  width: 50%;
  height: 100%;
  position: relative;
}
#sec1 .swiper ul,
#sec1 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#sec1 .swiper ul li,
#sec1 .swiper-slide {
  width: 100%;
  height: 100%;
}
#sec1 .swiper ul li a,
#sec1 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#sec1 .swiper ul li a img,
#sec1 .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec1 .swiper-pagination {
  bottom: 20px;
}
#sec1 .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
#sec1 .swiper_btn_prev,
#sec1 .swiper_btn_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}
#sec1 .swiper_btn_prev {
  left: 10%;
}
#sec1 .swiper_btn_next {
  right: 10%;
}



#sec1 #moutline {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

#sec1 #moutline .m1,
#sec1 #moutline .m2 {
  width: 50%;
  height: 100%;
}

#sec1 #moutline .m1 img,
#sec1 #moutline .m2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* ¸ÞÀÎ ½½¶óÀÌµå Å×µÎ¸®¸¦ µÕ±Û°Ô ¸¸µé±â */
.swiper-container {
  border-radius: 1px;
  overflow: hidden;
}

.swiper-slide {
  border-radius: 1px;
  overflow: hidden;
}

/* ¸¸¾à ÀÌ¹ÌÁöµµ ÇÔ²² µÕ±Û°Ô ÇÏ°í ½Í´Ù¸é */
.swiper-slide img {
  border-radius: 1px;
}

/* ±×¸²ÀÚ »ìÂ¦ Ãß°¡ÇØ¼­ ÀÔÃ¼°¨ ÁÙ ¶§ */
.m1 .swiper-container,
.m2 .swiper-container {
  border-radius: 1px;
  overflow: hidden;
}


/* ½½¶óÀÌµå»çÀÌ Çá¾á¶ì */
.swiper-slide:not(:last-child) {
  position: relative;
}

.swiper-slide:not(:last-child)::after {
  content: none !important;
  position: absolute;
  top: 1%;
  bottom: 1%;
  right: 0;
  width: 1px;
  background: #fff
}





/* sec2 : ½æ³×ÀÏ ¹è³Ê */
#sec2 ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#sec2 ul li {
  position: relative;
  border-radius: 1px;
  overflow: hidden;
}
#sec2 ul li img {
  width: 100%;
  display: block;
  transition: filter 0.3s;
  filter: grayscale(0.4);
}
#sec2 ul li a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 27px;
  border-radius: 1px;
  border: 1px solid #666;
  background: rgba(255,255,255,0);
  opacity: 0.7;
  transition: all 0.3s;
}
#sec2 ul li:hover img {
  filter: grayscale(0);
}
#sec2 ul li:hover a {
  opacity: 1;
  margin-top: 0;
}

/* sec3 °øÅë È¿°ú Àç»ç¿ë */
#sec3 .info.show1,
#sec6 .info.show1 {
  display: block;
}
#sec3 .info.show2,
#sec6 .info.show2 {
  opacity: 1;
}

/* sec5 : Áß°£ ¹è³Ê */
#sec5 img {
  width: 100%;
  display: block;
  border-radius: 1px;
  overflow: hidden;
}








/* sec7 : ÀÎ½ºÅ¸±×·¥ */
#sec7 .lightwidget-widget {
  width: 100% !important;
  border: 0;
  overflow: hidden;
  display: block;
}






/* sec6 : ¼¼·ÎÇü ÀÌ¹ÌÁö + Áß¾ÓÅÇ Á¤·Ä + 1ÁÙ 4°³ ¹è¿­ (1280px °íÁ¤Æø¿¡ Á¤È®È÷ ¸ÂÃã) */
#sec6 .sec_inner .sec6_cate {
  margin: 30px 0 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#sec6 .sec_inner .sec6_cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
#sec6 .sec_inner .sec6_cate ul li {
  margin: 0;
}
#sec6 .sec_inner .sec6_cate ul li a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #bbb;
  border-bottom: 2px solid transparent;
  padding: 8px 10px;
  display: block;
  transition: border-color 0.2s, color 0.2s;
}
#sec6 .sec_inner .sec6_cate ul li.on > a,
#sec6 .sec_inner .sec6_cate ul li:hover > a {
  color: #000;
  border-color: #000;
}

#sec6 .sec_inner .sec6_prd > div {
  display: none;
}
#sec6 .sec_inner .sec6_prd > div.show {
  display: block;
}
#sec6 .sec_inner .sec6_prd > div > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 12px;
  row-gap: 20px;
}

#sec6 .sec_inner .sec6_prd > div > ul > li {
  width: 296px; /* Á¤È®È÷ 4°³ * 296px + 3 * 12px = 1280px */
  position: relative;
  margin-bottom: 0;
  border-radius: 1px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

#sec6 .sec_inner .sec6_prd > div > ul > li .thumb {
  width: 100%;
  height: auto;
}
#sec6 .sec_inner .sec6_prd > div > ul > li .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#sec6 .sec_inner .sec6_prd > div > ul > li .info {
  display: none;
  transition: opacity .4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.86);
  
}
#sec6 .sec_inner .sec6_prd > div > ul > li .info.show1 { display: block; }
#sec6 .sec_inner .sec6_prd > div > ul > li .info.show2 { opacity: 1; }

#sec6 .sec_inner .sec6_prd > div > ul > li .info.show2 .info_inner {
  margin-top: 0;
  opacity: 1;
}
#sec6 .sec_inner .sec6_prd > div > ul > li .info.show2 .prd_icon {
  opacity: 1;
}

#sec6 .sec_inner .sec6_prd > div > ul > li .info .info_inner {
  width: 230px;
  height: 200px;
  display: flex;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
  transition: margin-top .3s, opacity .7s;
}

#sec6 .sec_inner .sec6_prd > div > ul > li .info .prd_icon {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .5s;
}
#sec6 .sec_inner .sec6_prd > div > ul > li .info .prd_icon ul {
  display: flex;
  align-items: center;
}
#sec6 .sec_inner .sec6_prd > div > ul > li .info .prd_icon ul li {
  margin: 0 8px;
}
#sec6 .sec_inner .sec6_prd > div > ul > li .info .prd_icon ul li a {
  display: block;
}

#sec6 {
  margin-top: 90px;
}




.search-center-btn {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 150px;  /* Å¬¸¯ ¿µ¿ª ³ÐÈ÷±â */
  z-index: 10;

}
.search-center-btn img {
  width: 26px;
  height: 26px;
  display: block;
}
.search-center-btn:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}




#sec7 {
  margin-top: 80px;
}


.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}


/*  Hover Á¤º¸ ÅØ½ºÆ® µå·¡±× ¹× º¹»ç °¡´ÉÇÏ°Ô */
.item_list .info,
.item_list .info * {
  user-select: text !important;
  pointer-events: auto !important;
}



/* ¼³¸í: ¸ÞÀÎ 1:1 ½½¶óÀÌµå °¡¿îµ¥ Èò»ö ºÐÇÒ¼±(Ç® ³ôÀÌ) */
#sec1 #moutline { position: relative; }
#sec1 #moutline::after{
  content:"";
  position:absolute;
  left:50%;
  top:0;           /* »ó´Ü ³¡±îÁö */
  bottom:0;        /* ÇÏ´Ü ³¡±îÁö */
  width:1px;
  background:#fff;
  opacity:.9;
  transform: translateX(-0.5px); /* 1px Áß¾Ó º¸Á¤(¿É¼Ç) */
  pointer-events:none;
  z-index:5;
}





/* ¿· Å¸ÀÏ°ú °°Àº ³ôÀÌ·Î ÅëÀÏ (¼ýÀÚ¸¸ ¸ÂÃç ÁÖ¼¼¿ä) */
.thumb-4x3{
  position: relative;
  height: 250px;   /* ¡ç ¿· ¹è³Ê ³ôÀÌ */
  width: 100%;
  background: #000;   /* ·¹ÅÍ¹Ú½º »ö */
  overflow: hidden;
}

/* ºñµð¿À´Â ·¡ÆÛ¸¦ ±âÁØÀ¸·Î 100% Ã¤¿ìµÇ 'contain'À¸·Î ºñÀ² À¯Áö */
.sec2-video{
  width: 100%;
  height: 100%;
  object-fit: contain;   /* ÀÚ¸£Áö ¾ÊÀ½ */
  object-position: center;
  display: block;
}





/* -------------------------------------------
   [Ãß°¡/PC Àü¿ë] #sec6 »óÇ° Ä«µå °£°Ý ÃÊ¾ÐÃà
   - °¡·Î/¼¼·Î °£°ÝÀ» º¯¼ö·Î ÇÑ ¹ø¿¡ Á¦¾î
   - 4¿­ À¯Áö, ÀÌ¹ÌÁö/ÅØ½ºÆ® ¿©¹éµµ Ãà¼Ò
   ------------------------------------------- */
:root{
  --pc-sec6-gap-x: 4px;   /* °¡·Î(¿­) °£°Ý: ´õ ºÙÀÌ·Á¸é 2px/0px */
  --pc-sec6-gap-y: 6px;   /* ¼¼·Î(Çà) °£°Ý: ´õ ºÙÀÌ·Á¸é 4px/2px */
}

/* ±×¸®µå °£°Ý Ãà¼Ò (¸ðµç ÅÇ °øÅë: sec6_1 ~ sec6_5) */
#sec6 .sec_inner .sec6_prd > div > ul{
  column-gap: var(--pc-sec6-gap-x) !important;
  row-gap: var(--pc-sec6-gap-y) !important;
  justify-content: flex-start !important; /* space-between Á¦°Å È¿°ú */
}

/* Ä«µå ³Êºñ¸¦ °£°Ý¿¡ ¸ÂÃç ÀÚµ¿ °è»ê (4¿­) */
#sec6 .sec_inner .sec6_prd > div > ul > li{
  width: calc((100% - (3 * var(--pc-sec6-gap-x))) / 4) !important;
  margin: 0 !important;     /* ÁÖÀ§ ¸¶Áø Á¦°Å */
  padding: 0 !important;    /* ³»ºÎ ÆÐµù Á¦°Å */
  border-radius: 1px;
  overflow: hidden;
}

/* ÀÌ¹ÌÁö-ÅØ½ºÆ® »çÀÌ ¿©¹é/¿À¹ö·¹ÀÌ °£°Ýµµ ÄÄÆÑÆ®ÇÏ°Ô */
#sec6 .sec_inner .sec6_prd > div > ul > li .thumb img{
  display:block; width:100%; height:auto; object-fit: cover;
}

/* ¿À¹ö·¹ÀÌ ³»ºÎ °£°Ý Ãà¼Ò */
#sec6 .sec_inner .sec6_prd > div > ul > li .info .info_inner{
  width: 220px !important;          /* »ìÂ¦ ÁÙ¿© Áß¾Ó ¹Ú½º ¿©¹é ÃÖ¼ÒÈ­ */
  height: 180px !important;
  margin-top: 8px !important;       /* ±âÁ¸ 15px ¡æ 8px */
}

#sec6 .sec_inner .sec6_prd > div > ul > li .info .prd_icon{
  bottom: 14px !important;          /* ±âÁ¸ 25px ¡æ 14px */
}

/* ÅØ½ºÆ® ÁÙ °£°Ý/¸¶Áø Ãà¼Ò */
#sec6 .sec_inner .sec6_prd > div > ul > li .info .prdname,
#sec6 .sec_inner .sec6_prd > div > ul > li .info .prdetc,
#sec6 .sec_inner .sec6_prd > div > ul > li .info .prdprice{
  margin: 4px 0 !important;         /* ±âÁ¸ º¸´Ù Å¸ÀÌÆ® */
  line-height: 1.28 !important;
}

/* Áß¾Ó Å¬¸¯¹öÆ° hit-areaµµ °£¼· ¾ø°Ô ÃÖ¼ÒÈ­ (¿øÇÏ¸é À¯Áö) */
#sec6 .sec_inner .sec6_prd > div > ul > li .search-center-btn{
  padding: 120px !important;        /* ±âÁ¸ 150px ¡æ 120px (¿øÇÏ¸é ´õ ÁÙ¿©µµ OK) */
}



/* BASIC css end */

