/* 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 }



#contents{}
.page_top .page_nav{float:right !important}
.page_top .page_nav a{font-weight:400 !important;}
ul.items{padding: 0 5% !important}
.recmd_sec{margin-top: 30px;margin-bottom:40px;padding: 0 5% !important; border-bottom:1px solid #eee}


.recmd_sec h3{font-family: 'Jost', sans-serif;font-size:23px; color:#333333; font-weight:600}
.recmd_sec .best_tit{display:flex; align-items:center; justify-content:space-between; margin-bottom:30px}
.recmd_sec .best_tit h3{}
.recmd_sec .best_tit>div{ }
.recmd_sec .swiper{}

.recmd_sec .swiper-pagination{position:unset}
.recmd_sec .swiper-pagination-bullets.swiper-pagination-horizontal{left:unset; top:unset; width:auto;}
.recmd_sec .swiper-pagination-bullet {width: 22px;height: 22px;text-align: center;line-height: 22px;box-sizing:unset; font-weight:500; font-size: 12px;color: #5d5d5d;opacity: 1; background: rgba(0, 0, 0, 0);font-family: 'Lato', sans-serif;border:1px solid #ccc }
.recmd_sec .swiper-pagination-bullet-active { color: #fff;background: #333333;}




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

/* ✅ 로고: 배너 하단 중앙에 걸쳐서, 최대 가로 846px */
.eyewantit-logo {
  position: absolute;
  left: 50%;
  bottom: -180px;                 /* 배너 하단을 40px 넘어오게 */
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 846px;              /* 요청: 최대 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로 줄임 */

  }
  
  /* 카테고리와 하단 이미지 사이 간격 */
.cate-wrap {
  margin-bottom: 40px; /* 원하는 값(px 단위)으로 조정 가능 */
}


#productClass .cate-wrap {
  margin-bottom: 50px; /* 30~60px 정도 권장 */
}

 
  
  .top-banner {
    position: relative;
    width: 100%;
    max-width: 846px;
    margin: 0 auto;
    height: 480px;
    background-image: url('/design/issis/homecare_03.png'); /* ← 배경이미지 등록 후 경로 수정 */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .top-banner .banner-text {
    color: #000;
    font-family: 'Pretendard Variable', sans-serif;
  }

  .top-banner .banner-text h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .top-banner .banner-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  @media screen and (max-width: 480px) {
    .top-banner {
      height: 360px;
    }

    .top-banner .banner-text h1 {
      font-size: 24px;
    }

    .top-banner .banner-text p {
      font-size: 14px;
    }
  }



  .homecare-wrap {
    max-width: 846px;
    margin: 0 auto;
    font-family: 'Pretendard Variable', sans-serif;
    color: #111;
    line-height: 1.6;
    background-color: #fff;
  }

  .homecare-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }

  .homecare-wrap .text-section {
    padding: 24px 16px;
    text-align: center;
  }

  .homecare-wrap .text-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .homecare-wrap .text-section p {
    font-size: 16px;
    font-weight: 400;
  }

  .homecare-wrap .step-box {
    background-color: #f9f9f9;
    border-radius: 12px;
    margin: 12px 16px;
    padding: 16px;
    text-align: left;
  }

  .homecare-wrap .step-box strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .homecare-wrap .step-box span {
    font-size: 14px;
    color: #555;
  }

  @media screen and (max-width: 480px) {
    .homecare-wrap .text-section h2 {
      font-size: 20px;
    }

    .homecare-wrap .text-section p {
      font-size: 14px;
    }

    .homecare-wrap .step-box {
      padding: 12px;
    }
  }
/* BASIC css end */

