@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;
}

.fix_shop_side_menu_section {
  position: fixed;
  top: calc(var(--header-h) + 50px); 
  left: 5px;                        
  width: 268px;
  height: 698px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
  z-index: 9997;          
  display: flex;
  justify-content: center;
  transform: translateY(0);  
  will-change: transform;     
}

.shop_sm_section {
  width: 150px;
  height: 600px;
  margin-top: 20px;
}

.ssm_tit {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  justify-content: center;
}

.ssm_tit>span {
  color: #868686;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.ssm_main_section {
  width: 100%;
  height: 552px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  scrollbar-width: none;        
  -ms-overflow-style: none;    
}

ul.ssm_main_section::-webkit-scrollbar {
  display: none;               
}

ul.ssm_main_section>li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.ssmm_tit {
  width: 100%;
  min-height: 23px;
  height: auto;
}

.ssmm_tit>a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ssmm_tit>a>p {
  color: #ADADAD;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.ssmm_tit>a>i {
  font-size: 15px;
  margin-top: 5px;
  color: #BFA76F;
  display: none;
}

.ssmm_tit:hover>a>p {
  color: #333;
  transition: color 0.3s ease;
}

.ssmm_tit:hover>a>i {
  display: block;
}

.ssmm_tit.active>a>p {
  color: #333;
  transition: color 0.3s ease;
}

.ssmm_tit.active>a>i {
  display: block;
}

.ssmm_card_section {
  width: 100%;
  min-height: 140px;
  border-radius: 20px;
  background: #FAFAFA;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.ssmm_card {
  width: 99px;
  min-height: 85px;
  height: auto;
}

ul.ssmm_card>li {
  display: flex;
  flex-direction: column;
}

ul.ssmm_card>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.ssmm_card>li>a>p {
  margin-top: 8px;
  width: 100%;
  height: 23px;
  color: #ADADAD;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.ssmm_card>li>a>p:hover {
  color: #333;
  transition: color 0.3s ease;
}

/* --------------------------------------------------- */
/* 상품 */
li.new_item_labbel>.bim_item_img>.new_labbel {
  display: flex;
}

.bim_item_img {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.new_labbel {
  width: 70px;
  height: 30px;
  border-radius: 0 20px 0 0;
  background: #333;
  position: absolute;
  bottom: 0; left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.new_labbel>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 12px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.bim_tit_txt {
  width: 250px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.bim_seller_nm {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
}

.bim_seller_nm>p {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
  cursor: pointer;
}

.bim_tit {
  width: 100%;
  height: 27px;
}

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

.bim_txt {
  width: 100%;
  height: 27px;
}

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

.bim_tag_section {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

ul.bim_tag {
  width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
}

ul.bim_tag>li {
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

ul.bim_tag>li:first-child {
  margin-left: 0;
}

ul.bim_tag>li>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 12px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.hot_item_tag {
  background: #9C0000;
}

.cate_item_tag {
  background: #004225;
}

.wish_cart_section {
  width: 56px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wish_check {
  width: 23px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.wish_check>i {
  color: #DACDAE;
  font-size: 20px;
}

.cart_move {
  width: 23px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_move>a>i {
  font-size: 20px;
  color: #E5E5E5;
}

.cart_move>a>i:hover {
  color: #004225;
  transition: color 0.3s ease;
}

.nim_price_section {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}

.no_price {
  width: 100%;
  height: 27px;
  position: relative;
}

.no_price>p {
  color: #A7A7A7;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
  
}

.np_line {
  width: 100px;
  border: 1px solid #333;
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sale_price_section {
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
}

.sale_per {
  width: 50px;
  height: 100%;
}

.sale_per>span {
  color: #FF6C6C;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.sale_price_section>.bim_price_section {
  margin-top: 0;
  margin-left: 10px;
}

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

.bim_price_section>span {
  color: #BFA76F;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.sold_out {
  display: none;
}

.sold_out2 {
  display: none;
}

.sold_out_section {
  position: relative;
  display: flex;
  align-items: center;
}

.sold_out_section>span {
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.so_line {
  width: 94px;
  border: 1px solid #333333;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sold_out_labbel {
  width: 70px;
  height: 20px;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #723A3A;
}

.sold_out_labbel>span {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.11px;
}

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;
}

ul.ssm_main_section>li {
  order: 2; /* 기본은 뒤쪽 */
}

ul.ssm_main_section>li.hasPoint {
  order: 1; /* 포인트가 있는 li는 가장 위 */
}