/* BASIC css start */
   body,
    .ceo-banner-section,
    .ceo-title-section,
    .ceo-message-text,
    .ceo-photo {
      font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
      font-size: 16px;
      color: #333;
      line-height: 1.8;
      margin: 0;
      padding: 0;
    }

    #MS_current_best_product_page_cnt {  font-weight: 500; }


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

 
/* class-list */
#productClass .cate-wrap { overflow:hidden overflow: hidden;  margin-bottom: 60px; /* ✅ 하단 공간 추가 */}
#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 }



/* ✅ PC 전용 스타일 */


      #wrap,
      .page-body {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 40px;
      }



      .ceo-banner-section {
        position: relative;
        width: 100%;
        height: 740px;
        background: url('/design/issis/store_sell_02.jpg') no-repeat center center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 80px;
        box-sizing: border-box;
        margin-bottom: 0px;
      }


      .ceo-banner-section h2 {
        text-align: left;
        padding-left: 250px;
        font-size: 60px;
        font-weight: 400;
        color: #000;
      }
      
      
 

      .ceo-title-section {
        text-align: center;
        margin-top: 80px;
      }

      .ceo-title-section h3 {
        font-size: 28px;
        font-weight: 600;
      }

      .ceo-message-text {
        font-size: 18px;
        line-height: 1.8;
        margin: 20px auto;
        max-width: 846px;
        color: #444;
        text-align: center;
      }

      .ceo-photo {
        margin-top: 40px;
        text-align: center;
      }

      .ceo-photo img {
        max-width: 300px;
        border-radius: 8px;
      }

      .image-list {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        display: block;
      }

      .image-list li {
        list-style: none;
        margin-bottom: 0px;
      }

      .image-list img {
        max-width: 100%;
        width: 100%;
        max-width: 846px;
        height: auto;
        display: block;
        margin: 0 auto;
        line-height: 0;
        vertical-align: top;
      }

      .product_category_wrap {
        padding: 20px 60px;
      }

      .product_category_wrap .cate1 {
        font-size: 28px;
        font-weight: 600;
        color: #444;
        margin-bottom: 30px;
      }

      .product_category_wrap .cate_child_wrap ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .product_category_wrap .cate_child_wrap ul li {
        margin: 10px 12px;
      }

      .product_category_wrap .cate_child_wrap ul li a {
        display: block;
        padding: 6px 14px;
        font-size: 16px;
        color: #888;
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .product_category_wrap .cate_child_wrap ul li a:hover {
        color: #000;
      }

      .product_category_wrap .cate_child_wrap ul li a.sel {
        color: #000;
        font-weight: 600;
      }
    }
/* BASIC css end */

