/* 압축메인 260317 jyp */

header.header { padding-top: 0 !important; background: none !important; }
    a { text-decoration: none; }

    .mn_wrap {
      position: relative;
      min-height: 100vh;
      background: #121220;
      overflow: hidden;
    }
    a.service_card {
      text-decoration: none;
      display: flex;
    }

    /* 파티클 캔버스 */
    #bg-canvas {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none;
    }

    .sbinner { position: relative; z-index: 2; }

    /* Hero 레이아웃 */
    .hero_layout {
      display: flex;
      align-items: stretch;
      gap: 0;
      min-height: 100vh;
      z-index: 1;
    }
    .hero_layout > .wrap {
      flex: 1 1 auto;
      display: flex;
      align-items: right;
    }
    .overview_title {
      flex: 1 1 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 14vh 6vw 14vh 10vw;
    }
    .overview_title h1 {
      color: #ef5e31;
      font-size: clamp(2rem, 3.2vw, 4rem);
      line-height: 1.18;
      letter-spacing: -0.02em;
      font-family: 'Poppins', sans-serif;
    }
    .overview_title p {
      color: #fff;
      font-size: clamp(1rem, 1.3vw, 1.45em);
      font-weight: 400;
      margin-top: 40px;
      line-height: 1.8;
      opacity: 0.85;
      max-width: 480px;
      word-break: keep-all;
    }
    .fade-ltr { visibility: hidden; }

    .service_col {
      flex: 0 0 36%;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      opacity: 0.9;
      z-index: 1;
    }
    .service_col img.carebell_logo { width: 230px; position: relative; z-index: 1; }
    .service_col img.zeroweb_logo  { width: 175px; position: relative; z-index: 1; }

    .service_card {
      flex: 1 1 50%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 7vh 5vw;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease;
    }
    .service_card:hover { flex: 1.5 1 60%; }
    .service_card:nth-child(1) {
      background: linear-gradient(160deg, #f7215d 0%, #ff7d91 40%, #ffc3dd 100%);
    }
    .service_card:nth-child(2) {
      background: linear-gradient(160deg, #45018f 0%, #2e0d9a 60%, #030406 100%);
    }
    .service_card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-image: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.04) 0%, transparent 60%);
      pointer-events: none;
    }
    .service_card h2 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.3rem, 2vw, 2rem);
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 18px;
    }
    .service_card p {
      color: rgba(255,255,255,0.55);
      font-size: clamp(0.82rem, 0.9vw, 0.95rem);
      line-height: 1.75;
      word-break: keep-all;
      max-width: 320px;
      margin-bottom: 32px;
    }
    .service_card_arrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,0.6);
      font-size: 0.8em;
      transition: color 0.3s, gap 0.3s;
    }
    .service_card:hover .service_card_arrow { color: #fff; gap: 18px; }
    .service_card_arrow::after { content: '→'; font-size: 1.1em; }

    .hero_divider {
      width: 1px;
      background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.12) 70%, transparent 100%);
      flex-shrink: 0;
    }

    .fade-ltr .w {
      display: inline;
      opacity: 0;
      transform: translateX(-12px);
      transition: opacity 0.6s ease, transform 0.6s ease;
      font-size: inherit;
      color: inherit;
      font-family: inherit;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: inherit;
    }
    .fade-ltr .w.show { opacity: 1; transform: translateX(0); }

    .foot { padding: 5vh 10vw !important; background: none !important; }
    .foot li { font-size: 0.75em !important; }
    .foot_cont li.priv_group { margin-top: 3vh !important; }

    /* 반응형 */
    @media all and (max-width: 900px) {
      .hero_layout { flex-direction: column; min-height: auto; }
      .overview_title { padding: 15vh 0 12vh 0; }
      .hero_divider { display: none; }
      .service_col { flex-direction: row; min-height: 60vw; flex: none; width: 100%; }
      .service_col img.carebell_logo { width: 150px; }
      .service_col img.zeroweb_logo  { width: 125px; }
      .service_card { flex: 1 1 50%; min-height: 50vw; }
      .service_card:hover { flex: 1.5 1 60%; }
    }
    @media all and (max-width: 768px) {
      .service_col { flex-direction: column; min-height: auto; }
      .service_card { min-height: 260px; padding: 7vh 10vw; }
      .overview_title h1 { font-size: 1.7rem; }
      .foot { padding: 5vh 10vw !important; }
        
    }
      
      /* =============================================
   ZEROWEB 공지 팝업
   사용법: <link rel="stylesheet" href="/css/popup.css">
   ============================================= */

/* 오버레이 */
#zwPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
}

/* 팝업 박스 */
#zwPopup .zw-popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  background: #fff;
  border: 1px solid #333;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.35);
}

/* 이미지 영역 */
#zwPopup .zw-popup-cont img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 버튼 바 */
#zwPopup .zw-popup-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 16px;
  background: #111;
  box-sizing: border-box;
}

/* 체크박스 라벨 */
#zwPopup .zw-popup-btn label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}

#zwPopup .zw-popup-btn label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

/* 닫기 버튼 */
#zwPopup .zw-popup-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 4px 8px;
  flex-shrink: 0;
  /* 터치 영역 확보 */
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============================================
   모바일 대응 (480px 이하)
   ============================================= */
@media (max-width: 480px) {
  #zwPopup .zw-popup-box {
    width: 94%;
  }

  #zwPopup .zw-popup-btn {
    height: 54px;
    padding: 0 12px;
  }

  #zwPopup .zw-popup-btn label {
    font-size: 13px;
    gap: 6px;
  }

  #zwPopup .zw-popup-btn label input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  #zwPopup .zw-popup-close {
    font-size: 20px;
  }
}