/* BASIC css start */
#content {margin:0 auto;}

.lunar img { max-width: 100%; }

#top{ position: relative; }
#top #top_bann  {
        aspect-ratio: 200 / 125; /*°¡·Î¼¼·Î ¿ä¼Ò Å©±â Á¶Á¤ÇÏ´Â °ª*/
        display: flex; 
        align-items:center;
        justify-content:center;
        background: url("https://junjewelry.jpg3.kr/home/2025/event/junjuweek_01.jpg");
        background-repeat: repeat;
        background-position: center top;
        background-size:100%;
       }
#top .top_txt { position: absolute; 
  top: 0%;
    left: 0%;
  z-index: 3;  
 animation: slide_a 6s ease-out infinite;

}
@keyframes slide_a{
         0%{  top: 16%;       opacity: 0;  }
         70%{ top: 0%;   opacity: 1;   }
       100%{ top: 0%;   opacity: 1;   }
        }

/*¸ñÂ÷ ¹öÆ°*/

.list_btn {
  background-color: #000;
  max-width: 2000px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.list_btn ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list_btn li {
  position: relative;
  margin: 0 5vw;
  font-size: clamp(8px, 2vw, 14px);
  white-space: nowrap;
}

.list_btn a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
}

/* ¼¼·Î¼± */
.list_btn li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff;
  opacity: 30%;
  
}

 
.list_btn.sticky {
  position: fixed;
  top:62px;
  left: 0;
  right: 0;
  z-index: 99;
}

/*¸ñÂ÷ ³¡*/




.best {
    position: relative;
    margin-bottom:70px;
}
.best .best-slide .swiper-slide  { width:auto; }
 


.bcate {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    /*padding-top: 100px;
    padding-bottom: 45px;*/
    position: absolute;
    top: 30px;
}
.best .best-slide {
    padding-top: 65px;
}

.best-slide .swiper-pagination {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: initial !important;
    text-align: right;
}
.best-slide .swiper-pagination .swiper-pagination-bullet {
    background: #b2b2b2;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.best-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    width: 23px;
    border-radius: 20px;
}
.class-list {

}

.class-list ul {
    font-size: 0;
}

.class-list ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    border-radius:20px;
    background:#ececec;
}

.class-list ul li a {
    color: #000;
    font-size: 15px;
    line-height:28px;
    padding:0 10px;
    display:block;
}

.class-list ul li.on {
    background:#000;
}

.class-list ul li.on a {
    color: #fff;
}

.class-list ul li a:hover {
    opacity: 0.8;
}

.class-list ul li.on a:hover {
    opacity: 0;
}

.class-list ul li:first-child {
} 
.list_wrap {
    margin: 80px auto 0;
    max-width:1800px;
    padding:0 60px ;
}

.list_info {
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 35px;
}

.list_count {
    display: inline-block;
    vertical-align: middle;
    color: #838383;
    font-size: 14px;
    width: 50%;
    font-weight:500;
}

.list_count b {
    color: #000;
    font-weight:500;
}

.sort {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50%;
    font-size: 0;
}

.sort li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    padding-left: 16px;
    position: relative;
}

.sort li a span {
    color: #999;
    font-size: 12px;
}

.sort li a span.on, .sort li a span:hover {
    color: #000;
}

.sort li:after {content: "";background: #e6e6e6;width: 1px;height: 13px;display: block;position: absolute;top: 1px;left: 0;}

.sort li:first-child:after {
    display: none;
}







.instagram {
    padding-top: 145px;
    padding-bottom: 130px;
}
.instagram_inner {
    text-align: center;
}
.instagram .tit {
    color: #000000;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 35px;
    position: relative;
}
.instagram .tit span {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
}
.instagram .tit a  {
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 16px;
    right: 0;
} 
.instagram .tit a img{
    margin-left: 4px;
}

.pt40 {
    padding-top: 40px !important;
}
.best .best-slide .swiper-slide img {
    width: 100%;
}

.cate_all_name{margin-right: 13px; display: inline-block; float: left; background: #ececec; border-radius: 20px;}
.cate_all_name a{color: #000; font-size: 15px; line-height: 28px; line-height: 28px; padding: 0 10px; display:block; border-radius: 20px;}
.cate_all_name.on a{background:#000; color:#fff;}

/* ¼öÁ¤ */
.prd_list li:nth-child(4n) {margin-right:0; margin-bottom:85px;}
.cateName {font-size:30px; font-weight:300; padding:76px 0 57px; text-align:center;}
.name_sub {}

/* Á¤·Ä */
.sort_wrap {display:inline-block; float:right; margin-top:-8px;}
.sort_wrap select {width:112px; height:34px; padding:0 7px 0 10px; border-color:#d1d1d1; -webkit-appearance: none; background:url('/design/koreajisuk/renewal/pc/img/menu_arrow.png')no-repeat 94% center;}

.fix_sort {position: fixed; bottom: 0; width: 100%; background: #fff; z-index: 9; left: 0; padding:10px 0 73px; display:none;}
.fix_sort li {text-align:center; padding:13px 0;}
.fix_sort li a {font-size:14px; color:#808080; font-weight:500;}
.fix_sort li a.on {color:#000;}

/* ±âÈ¹Àü */ 
.tp_ban img {max-width:100%;}
.sd_banner {text-align:center; background:#ebebeb; padding:100px 0 80px;}
.sd_banner > img {}
.sd_banner > h3{font-size:30px; color:#000; font-weight:bold; }
.sd_banner > p {font-size:20px; font-weight:100; color:#000; line-height:40px; padding:30px 0 50px; font-weight: 400; }
.sd_banner ul {}
.sd_banner ul li {}
.sd_banner ul li a {}
.sd_banner ul li a img {max-width:100%;}
.sd_banner .swiper-container-horizontal>.swiper-pagination-progressbar {width:1214px; left:50%; margin-left:-607px; bottom:40px; top:auto; background:#fff;}
.sd_banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#000;}
.cp_ban img {max-width:100%;}
.list_banner img {max-width:100%; margin-bottom:4.5%;}
/* BASIC css end */

