


span.main {color: #bea266;}
span.dawn {color: #8863dc;}
span.hanaro {color: #21a64b;}
span.wellpick {color: #f27f0e;}

.main_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto; 
  margin-top: 24px;
}
#main_visual .swiper-button-next {
  /* display: none; */
  background-image: url('/common/image/arrow/banner_r.png');
  right: -20px;
  margin-right: 0px;
  width: 50px;
  height: 50px;
  background-size: contain;
}
#main_visual .swiper-button-prev {
  /* display: none; */
  background-image: url('/common/image/arrow/banner_l.png');
  left: -20px;
  margin-left: 0px;
  width: 50px; 
  height: 50px;
  background-size: contain;
}
#main_visual .swiper-slide {
  width: 1280px;
  margin: 0 14px;
  border-radius: 30px;
  overflow: hidden;
}
#main_banner {
  position: relative;
  width: 100%;   
  margin: 0 auto; 
  overflow: hidden; 
}

#contents * {
  font-family: var(--main-fonts);
}
#mart__header {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#mart__header p {
  margin: 0;
  margin-top: 2px;
}
#mart__header .wrapper {
  width: 1280px;
  margin: 0 auto;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mart__header .wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  cursor: pointer;
}
#mart__header .wrapper .top__sticker {
  width: 116px;
  height: 32px;
  border-radius: 16px; 
  overflow: hidden; 
  font-size: 15px;
  margin-right: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#mart__header .wrapper .top__sticker img.on {
  display: none;
}
#mart__header .wrapper .top__sticker.on img.on {
  display: block;
}
#mart__header .wrapper .top__sticker.on img.def {
  display: none;
}
#mart__header .wrapper .top__sticker.main {
  border: 1px solid #bea266;
  color: #bea266;
}
#mart__header .wrapper .top__sticker.dawn {
  border: 1px solid #8863dc;
  color: #8863dc;
}
#mart__header .wrapper .top__sticker.hanaro {
  border: 1px solid #21a64b;
  color: #21a64b;
}
#mart__header .wrapper .top__sticker.wellpick {
  border: 1px solid #f27f0e;
  color: #f27f0e;
}


#mart__header .wrapper .top__sticker.on.main {
  background-color: #bea266;
  color: #fff;
}
#mart__header .wrapper .top__sticker.on.dawn {
  background-color: #8863dc;
  color: #fff;
}
#mart__header .wrapper .top__sticker.on.hanaro {
  background-color: #21a64b;
  color: #fff;
}
#mart__header .wrapper .top__sticker.on.wellpick {
  background-color: #f27f0e;
  color: #fff;
}
#mart__header .wrapper .top__sticker img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#mart__header .wrapper .map {
  width: 15px;
  height: 21px;
  margin-right: 5px;
}
section {
  width: 1280px; 
  margin: 50px auto;
}
section .section__title { 
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px; 
}
section .section__div { 
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
section .section__div .section__divBox {
  width: calc(100% / 4 - 14px);
  text-align: center;
  padding: 30px 0 30px 0;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: rgb(0 0 0 / 7%) 3px 3px 13px 0px;
  position: relative;
}
section .section__div .section__divBox img:not(.parrow) {
  width: 20px;
  height: 20px; 
  margin-right: 5px; 
}
section .section__div .section__divBox div.div__tab { 
  display: flex;
  align-items: center;
  justify-content: center;
}
section .section__div .section__divBox p {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
section .section__div .section__divBox > div > span {
  display: inline-block; 
  margin-top: 2px;
}
section .section__div .section__divBox a {
  color: #333333;
  width: 170px;
  height: 42px;
  line-height: 42px; 
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 21px;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}
section .section__div .section__divBox a.disabled {
  background: #f8f8f8;
  color: #969696;
}
section .section__div .section__divBox a:hover {
  background: #f8f8f8;
  color: #969696;
  border: 1px solid #969696;
}
.category__ul {  
  width: 1280px;
  margin: 0 auto; 
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap; 
}
.category__ul li {
  width: calc(100% / 10);
  text-align: center;
  margin-bottom: 15px;
}
.category__ul li a img {
  display: block;
  margin: 0 auto;
}
.category__ul li a span {
  font-size: 15px;
}
section .section__div .section__divBox .service_sticker {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block !important;
  padding: 5px 8px 3px 8px;
  font-size: 12px !important;
  color: #fff !important;
  background: #c292db;
  border-radius: 20px;
  margin-top: 0px !important;
}
section .more {
  display: table;
  margin: 20px auto 70px;
  /* width: 336px;
  height: 45px;
  line-height: 45px; */
  text-align: center; 
  border: 1px solid #e1e1e1;
  border-radius: 5px;

  font-size: 14px;
  color: #2e2e2e;
  padding: 14px 80px;
  cursor: pointer;
} 
section .more span{
  margin-left: 20px;
  color: #b7b7b7;
  text-decoration: underline;
}

.parrow {
  width: 8px !important;
  height: 12px !important;
  margin-left: 14px !important;
}


/* paldo  */

#paldo { 
  width: 1280px;
  margin: 0 auto;
}
#paldo .section__title {
  margin-bottom: 20px;
}
#paldo .paldo__div {
  display: flex;
  justify-content: space-between;
}
#paldo .paldo__div p.section__title + span {
  display: block;
  color: #969696;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 22px;
} 
#paldo .paldo__div .left__time { 
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#paldo .paldo__div .left__time img {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
#paldo .paldo__div .left__time #leftTime {
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 600;
}
#paldo .paldo__div .left__time #leftTime span {
  margin-right: 5px;
  display: inline-block;
}
#paldo .today_products {
  /* width: 524px; */
  width: 1280px;
  display: flex;
  gap: 26.5px;
}
#paldo .today_products .review__hot {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #fff;
  background: #9ccc75;
  font-size: 12px;
  padding: 5px 5px 3px 5px;
  display: block;
  border-radius: 5px;
}
#paldo .mainReview::after {
  position: absolute;
  content: '';
  right: 0;
  top: -140px;
  height: 140px;
  width: 140px;
  background: url(/common/image/plan/mart/paldo.png) no-repeat;
  background-size: cover;

}



/* 새벽배송  */
#dawn__top .section__divBox {
  display: flex;
  width: auto;
  display: flex;
  width: auto;
  padding: 40px 0 40px 0;
}
#dawn__top .section__divBox > div:first-child {
  width: 336px;
  border-right: 1px solid #dddddd;
}
#dawn__top .section__divBox > div:last-child {
  width: 460px;
}
#dawn__top .section__divBox > div:first-child > p {
  line-height: 22px;
  margin: 15px 0;
  margin-bottom: 0;
}
#dawn__top .section__divBox > div:first-child > p strong {
  font-weight: 500;
}
#dawn__top .more__div {
  position: relative;
}
#dawn__top .more__div .hover_info {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translate(-50%,0);
  width: auto;
  background: #8863dc;
  color: #fff;
  white-space: nowrap;
  padding: 6px 15px;
  border-radius: 30px;
  transition: all .3s;
}
#dawn__top .more__div .hover_info > div {
  position: relative;
}
#dawn__top .more__div .hover_info > div::after {
  position: absolute; 
  content: '';
  top: -14px;
  width: 10px;
  left: 50%; 
  transform: translate(-50%,0);
  bottom: auto;
  border-width: 0 5px 8px;
  border-color: #8863dc transparent;
  border-style: solid;
  display: block;
  width: 0;
}
#dawn__top .more__div a {
  margin-top: 15px;
}
#dawn__top .more__div:hover .hover_info {
  display: block;
  opacity: 1;
}
#dawn__top .div__tab span {
  color: #8863dc;
  margin-top: 2px;
}


/* 하나로마트  */
#hanaro__top .section__divBox {
  display: flex;
  width: auto;
  display: flex;
  width: auto;
  padding: 40px 0 40px 0;
}
#hanaro__top .section__divBox > div:first-child {
  width: 336px;
  border-right: 1px solid #dddddd;
}
#hanaro__top .section__divBox > div:last-child {
  width: 460px;
}
#hanaro__top .section__divBox > div:first-child > p {
  line-height: 22px;
  margin: 15px 0;
  margin-bottom: 0;
}
#hanaro__top .section__divBox > div:first-child > p strong {
  font-weight: 500;
}
#hanaro__top .more__div {
  position: relative;
}
#hanaro__top .more__div .hover_info {
  display: none;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translate(-50%,0);
  width: auto;
  background: #21a64b;
  color: #fff;
  white-space: nowrap;
  padding: 6px 15px;
  border-radius: 30px;
  transition: all .3s;
  opacity: 0;
}
#hanaro__top .more__div .hover_info > div {
  position: relative;
}
#hanaro__top .more__div .hover_info > div::after {
  position: absolute; 
  content: '';
  top: -14px;
  width: 10px;
  left: 50%;
  transform: translate(-50%,0);
  bottom: auto;
  border-width: 0 5px 8px;
  border-color: #21a64b transparent;
  border-style: solid;
  display: block;
  width: 0;
}
#hanaro__top .more__div a {
  margin-top: 15px;
}
#hanaro__top .more__div:hover .hover_info {
  display: block;
  opacity: 1;
}
#hanaro__top .div__tab span {
  color: #21a64b;
  margin-top: 2px;
}

/* 웰픽마켓 */
#wellpick__top .section__divBox {
  display: flex;
  width: auto;
  display: flex;
  width: auto;
  padding: 40px 0 40px 0;
}
#wellpick__top .section__divBox > div:first-child {
  width: 336px;
  border-right: 1px solid #dddddd;
}
#wellpick__top .section__divBox > div:last-child {
  width: 460px;
}
#wellpick__top .section__divBox > div:first-child > p {
  line-height: 22px;
  margin: 15px 0;
  margin-bottom: 0;
}
#wellpick__top .section__divBox > div:first-child > p strong {
  font-weight: 500;
}
#wellpick__top .more__div {
  position: relative;
}
#wellpick__top .more__div a {
  margin-top: 15px;
}
#wellpick__top .div__tab span {
  color: #f38b25;
  margin-top: 2px;
}





#popular { 
  width: 1280px;
  margin: 70px auto;
  overflow: hidden;
} 
#popular .top_title {
  margin-bottom: 15px;
}  
#popular .top_title p { 
  font-size: 22px;
  margin: 0;
  margin-bottom: 15px;  
  color: #0e0e0e;
}
#popular .cate_list {
  width: 100%;
}
#popular .cate_list li {
  text-align: center;
  cursor: pointer;
}
#popular .cate_list li.active span::after {
  content:'';
  position: absolute;
  width: 5px;  
  height: 5px;
  top: 0px;
  right: -8px;
  background: #21a64b;
  border-radius: 10px;
}
#popular .cate_list li .icon {
  width: 93px;
  height: 93px;
  margin: 20px auto; 
  margin-top: 0;
}  
#popular .cate_list li span {
  font-size: 15px;
  position: relative;
  display: inline-block;
} 
#popular .pop_cont {
  display: flex; 
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 26.5px;
}
#popular .product_img .challenge {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #fff;
  background: #ae75cc;
  font-size: 12px;
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  padding: 5px 5px 3px 5px;
  display: block;
  border-radius: 5px;
}
#popular .cate__more {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #2e2e2e;
  padding: 14px 80px;
  display: table;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 30px;
}
#popular .cate__more span {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif;
  font-size: 14px;
  display: inline-block;
  position: relative;
  color: #b7b7b7;
}
#popular .cate__more span.current {
  margin-left: 20px;
  margin-right: 26px;
  color: #2e2e2e; 
}
#popular .cate__more span.current::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: -13px;
  width: 1px;
  height: 10px;
  background: #cccccc; 
}

section.banner{
  margin: 70px auto;
}

/* 도전 최저가 */

#weeks .stock{
  display: none !important;
}
#weeks .prd_cont {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
}
.today_front {
  position: relative;
}
.tf_txt {
    position: absolute;
    top: 36px;
    left: 195px;
    width: 100%;
}
.tf_txt > div {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}
.tf_txt p {
    margin: 0;
    font-family: var(--main-fonts);
    font-size: 30px;
    color: #0e0e0e; 
    font-weight: 300;
}
.tf_txt #day2 {
    margin: 0;
    margin-bottom: 0px;
    font-family: var(--main-fonts);
    font-size: 30px;
    color: #0e0e0e;
    position: relative;
    margin-left: 10px;
    font-weight: 800;
}
.tf_txt #day2:after {
    position: absolute;
    bottom: 7px; 
    right: -7px;
    content: '';
    width: 5px;
    height: 5px;
    background: #0e0e0e;
    border-radius: 5px; 
} 
.tf_txt span:nth-of-type(1) {
    margin: 0;
    font-family: var(--main-fonts);
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -.5px;
}
.tf_txt #todaySaleTime2 {
    margin-left: 29px;
    letter-spacing: -1px;
    color: #191919;
    font-size: 30px;
    font-weight: bolder;
    font-family: var(--main-fonts);

}
.tf_txt #todaySaleTime2 span {
    margin-right: 8px;
    font-weight: 300;
    font-size: 26px;
}
.product_img .prdnum {
  color: #fff;
  font-size: 17px;
  background: #000;
  border-radius: 0px;
  width: 40px;
  height: 40px; 
  top: 0px;
  left: 0px;
}  
/* 공통::s */
#contents .prd_cont{
  gap: 26.5px;
}
#contents .product{
  width: 300px;
  margin-right: 0;
}
/* 공통::e */
.banner_div{
  width: 1280px !important;
}