/* BASIC css start */
body {
    font-family: 'Pretendard Variable', Pretendard, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}



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



/* 비주얼 */

/* 상단 배너 */
.lashaddict-visual {
  position: relative;
  width: 100%;
  height: 740px;
  background: url('/design/issis/PC_lash_banner_03.png') no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 80px;
  box-sizing: border-box;
  margin-bottom: 0;
}

/* 로고 (원래 크기 유지, 하단 중앙 겹쳐지게 배치) */
.lashaddict-logo {
  position: absolute;
  bottom: -70px; /* 배너와 겹쳐 보이도록 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-width: 846px;
  width: 100%;   /* 반응형으로 줄어듦 */
  height: auto;  /* 비율 유지 */
}


.lashaddict-visual-text h2 {
  font-family: 'Lora Variable';
  text-align: left;
  padding-left: 250px; 
  font-size: 60px;
  font-weight: 500;
  color: #000;
}






/* PC 전용 스타일 */
#container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px; /* ✅ 상단 여백 확대 */
}

.product_category_wrap.pc {
    padding: 40px 0 60px;
}

.product_category_wrap .cate1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align: center; /* ✅ 중앙 정렬 */
}

.product_category_wrap .cate_child_wrap ul li {
    display: inline-block;
    margin: 0 15px;
}

.product_category_wrap .cate_child_wrap ul li a {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #777;
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all 0.3s ease;
}




.product_list_wrap.list_st1 .product_item .desc_container { width: auto; }

    .centered-section {
        text-align: center;
        margin-top: 50px;
    }

    .centered-section img {
        max-width: 1200px;
        height: auto;
        display: inline-block;

}

.product_category_wrap .cate_child_wrap ul li a:hover,
.product_category_wrap .cate_child_wrap ul li a.sel {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.recmd_sec {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 0 10%;
    border-bottom: 1px solid #ddd;
}

.recmd_sec h3 {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.recmd_sec .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.recmd_sec .swiper-pagination-bullet-active {
    background: #333;
    color: #fff;
}


.insta-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

.commonninja-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
  }

  .commonninja_component {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
  }

  .commonninja_component iframe {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    width: auto !important;
  }
  
  
  


/* 맨 하단 회사 정보 */
.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.6;
}



/* BASIC css end */

