@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.container_main {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop_all_con {
  width: 67.71%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-right: 30px;
  margin-bottom: 120px;
}

.img_section {
  width: 100%;
  overflow: hidden;
}

.shop_all_tit {
  width: 100%;
  height: 27px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.shop_all_tit>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

ul.range_section {
  width: 100%;
  height: 40px;
  background: #FBFBFB;
  margin-top: 15px;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
}

ul.range_section>li {
  margin-left: 15px;
}

ul.range_section>li:first-child {
  margin-left: 30px;
}

ul.range_section>li>button {
  width: 80px;
  height: 28px;
  border-radius: 10px;
  background: #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

ul.range_section>li>button>p {
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.132px;
}

ul.range_section>li>button:hover {
  background: #979797;
  transition: background-color 0.3s ease;
}

ul.range_section>li>button:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

ul.range_section>li>button.active {
  background: #979797;
}

ul.range_section>li>button.active p {
  color: #fff;
}

ul.item_section {
  width: 100%;
  height: 1040px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between; 
  column-gap: 100px; 
  row-gap: 40px;      
}

ul.item_section>li {
  width: calc((100% - 100px * 3) / 4); 
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.item_img {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* ---------------------------------------------------------------- */
#art_section {
  width: 100%;
  height: 1382px;
  margin-top: 80px;
}


/* ---------------------------------------------------------------- */
#crafts_section {
  width: 100%;
  height: 1382px;
  margin-top: 80px;
}


/* ---------------------------------------------------------------- */
#wood_section {
  width: 100%;
  height: 1382px;
  margin-top: 80px;
}


/* ---------------------------------------------------------------- */
#health_section {
  width: 100%;
  height: 1382px;
  margin-top: 80px;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

