/* top::s */
#onnuri_top {
  width: 100%;
  padding:20px 0;
}
#onnuri_top .onnuri_top_wrap {
  width: 1280px;
  margin: 0 auto; 
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#onnuri_top .onnuri_top_wrap p {
  font-size: 14px;
  color: #e86305;
  font-weight: 600;
}
#onnuri_top .onnuri_top_wrap a {
  display: block;
}
#onnuri_top .onnuri_top_wrap .onnuri_top_ri a{
  text-align: right;
}
.onnuri_top_link{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
.onnuri_top_link h4{
  color: #191919;
  font-size: 18px;
  font-weight: 800;
  margin-top: 2px;
}
.onnuri_top_link span{
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 12px;
  text-decoration: underline;
}
/* top::e */

/* 메인슬라이드::s */
#main_banner .swiper-slide{
  border-radius: 30px;
}
/* 메인슬라이드::e */

/* 카테고리::s */
.category__ul {  
  width: 1280px;
  margin: 45px auto 100px;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 15px 40px;
}
.category__ul li {
  position: relative;
  text-align: center;
}
.category__ul li a img {
  display: block;
  margin: 0 auto 15px;
}
.category__ul li a span {
  color: #191919;
  font-size: 18px;
  font-weight: 400;
}
.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%;
  padding-top: 50px;
  margin-bottom: 200px;
  background-image: url('/common/image/plan/onnuri/5day-bg.png');
  background-repeat: no-repeat;
}
.onnuri5day-inner{
  width: 1280px;
  margin: 0 auto;
}
.onnuri5day-tit{
  width: 100%;
  position: relative;
}
.onnuri5day-tit img{
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
}
.onnuri5day-tit p{
  color: #191919;
  font-size: 20px;
  font-weight: 500;
}
.fire-wrap{
  position: absolute;
  top: 0;
}
.firework {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px dotted rgb(255, 99, 71);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  animation: burst 2s infinite;
}

@keyframes burst {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  60%, 90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.firework:nth-child(1) { 
  left: -17px; 
  bottom: -80px;
  width: 40px; 
  height: 40px; 
  animation-delay: 0.3s; 
  border-color: rgb(244, 55, 56);
  border-width:5px;
}
.firework:nth-child(2) { 
  top: -30px;
  left: 63px; 
  width: 34px; 
  height: 34px; 
  animation-delay: 0.3s;
  border-color: rgb(18, 169, 70);
  border-width:6px;
}
.firework:nth-child(3) { 
  top: -12px;
  left: 155px; 
  width: 25px; 
  height: 25px; 
  animation-delay: 0.8s;
  border-color: rgb(94, 147, 155);
  border-width:5px;
}
.firework:nth-child(4) { 
  bottom: -120px;
  left: 325px; 
  width: 30px; 
  height: 30px; 
  animation-delay: 0.8s;
  border-color: rgb(255, 195, 50);
  border-width:5px;
}
.firework:nth-child(5) { 
  top: 0;
  left: 345px; 
  width: 50px; 
  height: 50px; 
  animation-delay: 0.8s;
  border-color: rgb(255, 144, 85);
  border-width:5px;
}
.onnuri5day-prd{
  border-radius: 30px;
  background-color: #fff;
  margin-top: 20px;
  padding: 70px 25px;
  display: flex;  
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 2px 9px rgba(0, 0, 0, 0.05);  
}
.onnuri5day-prd .prdouct_icons{
  display: none;
}
.onnuri5day-prd-left,
.onnuri5day-prd-right{
  width: 50%;
}
.onnuri5day-prd-left .product{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.onnuri5day-prd-left .product_img{
  width: 300px;
  border-radius: 20px;
}
.onnuri5day-prd-left .product_txt{
  flex: 1;
}
.onnuri5day-prd-right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.onnuri5day-prd-right .product{
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.onnuri5day-prd-right .product_img{
  width: 145px;
  border-radius: 20px;
}
.onnuri5day-prd-right .product_txt{
  flex: 1;
}
.onnuri5day-prd-right .item_tit{
  font-size: 14px;
}
.onnuri5day-prd-right .title_txt,
.onnuri5day-prd-right .prd_price{
  display: none;
}
.onnuri5day-prd-right .prc_sell_prc{
  font-size: 16px;
}
.onnuri5day-prd-right .prd_price{
  width: auto;
}
.onnuri5day-prd .challenge{
  color: #fff;
  background: #e86305;
  font-size: 12px;
  letter-spacing: -.3px;
  padding: 5px 6px 3px 6px;
  display: inline-block;
  margin-bottom: 2px;
}
/* 5일장::e */

/* 온누리상품::s */
.onnuri-prd-wrap{
  width: 1280px;
  margin: 0 auto;
}
.onnuri-title{
  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;
}
/* 온누리상품::e */

/* 키워드딜::s */
.keyword-deal-wrap{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  background-image: url('/common/image/plan/onnuri/keyword-bg.png');
}
.keyword-head{
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.keyword-list{
  display: flex;
  gap: 12px;
}
.keyword-list li{
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  color: #787878;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 24px;
  line-height: 1;
}
.keyword-list li.active{
  border: 1px solid #191919;
  background-color: #191919;
  color: #fff;
}
.keyword-content{
  position: relative;
  width: 1280px;
  margin: 35px auto 0;
}
.keyword-content .swiper{
  width: 1280px;
  overflow: hidden;
}
.keyword-content .swiper-slide{
  display: flex;
  gap: 28px;
}
.keyword-content .swiper-button-wrap .btn_left,
.keyword-content .swiper-button-wrap .btn_right{
  background: url('/common/image/arrow/arrow_w.svg') no-repeat rgba(0, 0, 0, .15) 20px center / 12px 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  top: 205px;
}
.keyword-content .swiper-button-wrap .btn_left{
  left: -60px;
  rotate: 180deg;
}
.keyword-content .swiper-button-wrap .btn_right{
  right: -60px;
}
.swiper-navigation-icon{
  display: none;
}
.keyword-content .product{
  width: 300px;
}
/* 키워드딜::e */

/* 띠배너::s */
.banner-img-wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.banner-img-wrap.mb-s{
  margin: 140px auto;
}
.banner-img-wrap.mb-l{
  margin: 140px auto;
}
.banner-img-wrap a{
  display: block;
}
.banner-img-wrap a img{
  width: 100%;
}
/* 띠배너::e */