
/* 공통::s */
.sticker__onnuri{
  display: none;
}
.swiper-pagination-current{
    color: #191919;
}
.swiper-pagination-total{
    color: #696969;
}
/* 공통::e */

/* 카테고리::s */
.category__ul {  
  width: 1280px;
  margin: 45px auto 100px;
  display: flex;
  flex-wrap: nowrap; 
  justify-content: center;
  column-gap: 15px;
}
.category__ul li {
  flex: 1;
  position: relative;
  text-align: center;
}
.category__ul li a img {
  display: block;
  margin: 0 auto 15px;
  max-width: 80px;
}
.category__ul li a span {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
}
.category__ul li .icon-box{
  width: 75px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 12px;
  color: #fff;  
  animation: upDown 0.7s infinite alternate;
}
.category__ul li .icon-box:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #000 transparent transparent transparent;
}
.category__ul li .icon-txt{
  width: 100%;
  height: 23px;
  overflow: hidden;
}
.category__ul li .icon-txt p{
  font-size: 13px;
  position: relative;
  line-height: 23px;
  animation: txtUp 2.35s infinite;
}
@keyframes upDown{
  0%{top: -18px}
  100%{top: -15px}
}
@keyframes txtUp{
  0%{top: 0;}
  50%{top: -23px;}
  100%{top: -46px;}
}
/* 카테고리::e */

/* 5일장::s */
.onnuri5day-wrap{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 100px;
}
.onnuri5day-inner{
  width: 1280px;
  margin: 0 auto;
}
.onnuri5day-tit{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.onnuri5day-tit h3{
  color: #191919;
  font-size: 30px;
  font-weight: 600;
}
.onnuri5day-subtit{
  color: #999999;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
.onnuri5day-time{
  color: #191919;
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.onnuri5day-prd{
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.onnuri5day-prd .product{
  flex: 1;
}
.onnuri5day-prd .product_img{
  border-radius: 5px;
}
.onnuri5day-prd .product_sale{
  background-color: #ff6137;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 6px;
}
.onnuri5day-prd .prd_stor{
    position: inherit;
    gap: 5px;
}
.onnuri5day-prd .prd_stor .stbox{
    background-color: #f5f5f5;
    border-radius: 0;
    color: #b274da;
}
.onnuri5day-prd .prd_stor .stbox.soldout{
    background-color: #f5f5f5;
    color: #ff3737;
}
.onnuri5day-prd .challenge,
.onnuri5day-prd .product_sale_bottom{
    display: none;
}
/* 5일장::e */

/* 베스트::s */
.best-prd-wrap{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 100px;
}
.best-prd-inner{
    width: 1280px;
    margin: 0 auto;    
    position: relative;
}
.best-tit{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.best-tit h3{
    color: #191919;
    font-size: 30px;
    font-weight: 600;    
}
.best-subtit{
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0 30px;
    text-align: center;    
}
.best-prd-wrap .prd_num{
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ed853b;
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;    
}
.best-prd-wrap .swiper-button-next,
.best-prd-wrap .swiper-button-prev {
  background: url(/common/image/arrow/a2.svg) no-repeat center center / 10px 16px;
  width: 50px;
  height: 50px;
  top: 38%;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #e3e3e3;
}
.best-prd-wrap .swiper-button-next{
  right: -30px;
}
.best-prd-wrap .swiper-button-prev{
  transform: rotate(180deg);
  left: -30px;
}
.best-prd-wrap .swiper-button-disabled{
  opacity: 0 !important;
}
.best-prd-wrap .swiper-pagination{
    top: 0;
    right: 0;
    background: none;
}
.best-prd-wrap .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #787878;
    opacity: 1;
    font-weight: 600;
    background: #fff;
    margin-left: 5px;
}
.best-prd-wrap .swiper-pagination-bullet-active {
    color: #fff;
    background: #2d2d2d;
}
/* 베스트::e */

/* 탭메뉴상품::s */
.onnuri-tabmenu-prd{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 100px;
}
.tabmenu-prd-wrap {
    width: 1280px;
    margin: 0 auto 100px;
}
.tabmenu-prd-wrap .tab-tit{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.tabmenu-prd-wrap .tabmenu{
    display: flex;
    margin-bottom: 30px;
}
.tabmenu-prd-wrap li{
    cursor: pointer;
    flex: 1;
    padding: 20px 0;
    border: 1px solid #e2e2e2;
    border-right: none;
    text-align: center;
}
.tabmenu-prd-wrap li.active{
    border-bottom: 3px solid #191919;
}
.tabmenu-prd-wrap li:last-child{
    border-right: 1px solid #e2e2e2;
}
.tabmenu-prd-wrap .prd_cont{
    gap: 26px;
}
.tabmenu-prd-wrap .product{
    width: 300px;
}
.tabmenu-prd-wrap .product_sale{
    display: none !important;
}
/* 스와이프 상품 리스트::s */
.onnuri-swiper-prd{
  width: 1280px;
  margin: 0 auto 100px;  
  position: relative;
}
.onnuri-swiper-prd .swiper-prd-wrap{
  position: relative;
  margin-bottom: 100px;
}
.onnuri-swiper-prd .swiper-prd-wrap:last-child{
  margin-bottom: 0;
}
.onnuri-swiper-prd .swiper-title{
  color: #191919;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
.onnuri-swiper-prd .swiper-subtitle{
  color: #999999;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.onnuri-swiper-prd .swiper-button-next,
.onnuri-swiper-prd .swiper-button-prev {
  background: url(/common/image/arrow/a2.svg) no-repeat center center / 10px 16px;
  width: 50px;
  height: 50px;
  top: 38%;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #e3e3e3;
}
.onnuri-swiper-prd .swiper-button-next.type01, 
.onnuri-swiper-prd .swiper-button-prev.type01{
    top: 33%;
}
.onnuri-swiper-prd .swiper-button-next{
  right: -30px;
}
.onnuri-swiper-prd .swiper-button-prev{
  transform: rotate(180deg);
  left: -30px;
}
.onnuri-swiper-prd .swiper-button-disabled{
  opacity: 0 !important;
}
.onnuri-swiper-prd .swiper-pagination{
  top: 0;
  right: 0;
}
.onnuri-swiper-prd .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  color: #787878;
  opacity: 1;
  font-weight: 600;
  background: #fff;
  margin-left: 5px;
}
.onnuri-swiper-prd .swiper-pagination-bullet-active {
  color: #fff;
  background: #2d2d2d;
}
/* 스와이프 상품 리스트::e */

/* 온누리상품::s */
.onnuri-prd-wrap{
  width: 1280px;
  margin: 0 auto 200px;
}
.onnuri-title{
  text-align: center;
  color: #191919;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.onnuri-more-btn{
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 440px;
  padding: 15px 0;
  margin: 80px auto 120px;
  color: #191919;
  font-size: 14px;
  font-weight: 600;
}
.onnuri-more-btn img{
  margin-left: 12px;
  width: 5px;
  vertical-align: baseline;
}
.prd_sticker .challenge{
  background: #e86305;
}
.onnuri-prd-wrap .md_container{
    margin-top: 35px;
}
.onnuri-prd-wrap .product_sale,
.onnuri-prd-wrap .prd_stor{
    display: none;
}
/* 온누리상품::e */

/* 띠배너::s */
.banner-img-wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.banner-img-wrap{
  margin: 140px auto;
  margin-bottom: 168px;
}
.banner-img-wrap a{
  display: block;
}
.banner-img-wrap a img{
  width: 100%;
}
/* 띠배너::e */  

/* 고정구좌::s */
.onnuri-fix-prd{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 120px;  
}
.fix-prd-wrap{
  display: flex;
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}
.fix-prd-wrap + .fix-prd-wrap{
  margin-top: 60px;
}
.fix-img-wrap{
  width: 415px;
}
.fix-img-wrap img{
  width: 100%;
}
.fix-info{
  display: flex;  
  justify-content: space-between;
  margin-bottom: 10px;
}
.fix-info h3{
    font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
}
.fix-btn{
  display: flex;
  align-items: center;
  gap: 10px;
}
.fix-product{
  width: 845px;
}
.fix-swiper-btn{
  border: 1px solid #e1e1e1;
  background: url(/common/image/arrow/arrow_gray.svg) no-repeat center / 8px 16px;
  width: 36px;
  height: 42px;
  cursor: pointer;
  flex: none;
}
.fix-swiper-btn.swiper-button-disabled{
  opacity: 0.6;
}
.fix-button-prev{
  rotate: 180deg;
}
.fix-pagination{
  width: 60px;
  text-align: center;
  color: #696969;
}
/* 고정구좌::e */