/* BASIC css start */
/* class-list */
#productClass .cate-wrap { overflow:hidden }
#productClass .cate-wrap .bcate {  font-family:  'Lora Variable', sans-serif; padding:70px 0 30px;  font-size:30px; color:#333; font-weight:600; text-align:center; }
#productClass .cate-wrap .class-list ul { text-align:center}
#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li { margin:0 5px; display:inline-block; }
#productClass .cate-wrap .class-list ul li a { font-family: 'Pretendard', sans-serif; display:block; font-size:13px; color:#555; background-color:#f9f9f9; padding:10px 25px; border-radius:30px }


 /* ✅ 아이원잇 텍스트 이미지 중앙정렬 */
    .eyewantit-text {
        text-align: center;
        margin: 20px 0; /* 위아래 여백 */
    }

    .eyewantit-text img {
        max-width: 100%;
        height: auto;
        display: inline-block; /* inline-block으로 중앙정렬 유지 */
    }


/* 비주얼 */
/* 상단 배너 */
.eyewantit-visual {
  position: relative;
  width: 100%;
  height: 740px;
  background: url('/design/issis/5555555.jpg') no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 80px;
  box-sizing: border-box;
       text-align: center; /* 부모에서 중앙 정렬 */
  /* 로고가 -40px 내려와 겹치므로, 아래 요소와 겹침 방지 여백 */
  margin-bottom: 60px;
}

/* ✅ 로고: 배너 하단 중앙에 걸쳐서, 최대 가로 846px */
.eyewantit-logo {
  position: absolute;
     display: inline-block; /* inline-block으로 중앙 배치 */
        max-width: 100%;
        height: auto;
  left: 50%;
  bottom: -70px;                 /* 배너 하단을 40px 넘어오게 */
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 785px;              /* 요청: 최대 846px */
  height: auto;                  /* 비율 유지 */
  display: block;
  pointer-events: none;          /* (선택) 클릭 방해 방지 */
}

/* 모바일 미세 조정 (선택) */
@media (max-width: 846px) {
  .eyewantit-visual { margin-bottom: 48px; }
  .eyewantit-logo { bottom: -30px; }
}





/* ✅ PC 전용 스타일 */
@media screen and (min-width: 1024px) {
  #container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
  }




/* 분류 카테고리 영역 */
.product_category_wrap{padding:20px 5% 45px !important}
.product_category_wrap .cate1{font-family: 'Noto Sans KR', sans-serif !important;font-weight:500 !important; font-size: 20px !important;padding: 0px 0 25px !important;color:#666 !important;}
.product_category_wrap .cate_child_wrap ul li a{font-family: 'Noto Sans KR', sans-serif !important;font-size: 12px !important;color:#aaaaaa !important; font-weight:400 }
.product_category_wrap .cate_child_wrap ul li a.sel{ color:#000 !important; border-bottom:none !important  }
.product_category_wrap .cate_child_wrap ul li{padding:0 !important; margin: 5px 7px !important;}
.product_category_wrap .cate_child_wrap ul li a{display:block;  padding:3px 10px !important;  }

.product_list_wrap.list_st2 .product_item, .product_list_wrap.list_st3 .product_item{padding:0 0 15px !important}
.MS_prod_mobile_image{width:100%;}

.product_category_wrap .cate_child_wrap ul.cate3.on{padding-top:15px !important}

 
 


  #container {
    padding-top: 20px; /* ✅ 상단 여백 10px로 줄임 */

    
  }
/* BASIC css end */

