body {padding:0;margin:0;}

#console-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


#container.main {
  flex: 1 0 auto;
  min-height: auto;   /* ✅ 변경 */
  display: flex;
  flex-direction: column;
  padding-bottom:0 !important;
}

#container.main.in { 
  padding: 0 !important; 
} 

.subpay-layout {
  display: flex;
  align-items: stretch;
  min-height: auto;
  position: relative;
  gap: 0 !important;
}

.subpay-layout::before {
  content: "";
  position: absolute;         
  top: 0;               
  left: 0;
  width: 280px;
  bottom: 0;                
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(18px);
  box-shadow:
    inset 0 10px 15px -10px rgba(0,0,0,0.12),
    0 4px 8px rgba(0,0,0,0.03),
    0 12px 32px rgba(0,0,0,0.06);
  z-index: 0;
  pointer-events: none;
}

.leftMenu,
.rightContent {
  position: relative;
  z-index: 1;
}

.leftMenu {
   flex: 0 0 280px !important;
  flex-shrink: 0;
  align-self: stretch;
  min-height: auto;  
  border-radius: 0 !important; 
}

.rightContent {
  /* flex: 1;
  min-width: 0;
  min-height: 900px;  
  padding: 32px 32px 60px 24px !important; 
  background: transparent !important; 
  border-radius: 0 !important; 
  box-shadow: none !important; 
  align-self: stretch !important;  */
  
  padding: 32px 32px 32px 50px!important;
  background: transparent !important; 
  border-radius: 0 !important; 
  box-shadow: none !important; 
  align-self: stretch !important;
  width: 100%;
  min-height:800px;
}

.leftMenu-inner { 
  position: sticky;
  top: 80px;
  padding: 28px 22px;
  height: auto;
  max-height: none;

  
} 

.leftMenu .img-title span { 
  display: block; 
  font-weight: 700; 
  font-size: 22px; 
  color: #13233c; 
  letter-spacing: -0.3px; 
  margin-bottom: 18px; 
  padding-left:15px; 
  padding-bottom: 10px; 
  border-bottom: 1px solid rgba(0,0,0,0.06); 
} 

.leftMenu .list-box ul { 
  list-style: none; 
  margin: 15px 0 0 0; 
  padding: 0; 
  display: flex; 
  flex-direction: column; 
  gap: 5px; 
} 

.leftMenu .list-box li { 
  overflow: hidden; 
  border-radius: 6px; 
  transition: all 0.25s ease; 
} 

.leftMenu .list-box a { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  padding: 8px 15px; 
  border-radius: 6px; 
  color: #3e4b68; 
  font-size: 15px; 
  font-weight: 500; 
  background: transparent; 
  transition: all 0.25s ease; 
  /* display: block; 
  padding: 10px 14px; 
  color: #4b5878; 
  background: transparent; 
  transition: all 0.2s ease; 
  text-decoration: none; */ 
} 

.leftMenu .list-box li:hover a { 
  background: rgba(0, 107, 237, 0.08); 
  color: #0054c9; 
} 

.leftMenu .list-box li.on a { 
  background: linear-gradient(135deg, #006BED 0%, #2B99FF 100%); 
  color: #fff; 
  font-weight: 600; 
  box-shadow: 0 8px 24px rgba(74,108,247,0.28), inset 0 -2px 4px rgba(255,255,255,0.15); 
} 

.leftMenu .sns-list { 
  margin-top: 28px; 
  padding: 0 0 0 15px; 
  display: flex; 
  gap: 14px; 
} 

.leftMenu .sns-list a { 
  width: 44px; 
  height: 44px; 
  border-radius: 6px; 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  background-size: 22px; 
  background-position: center; 
  background-repeat: no-repeat; 
  box-shadow: 0 0 5px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(255,255,255,0.4); 
  backdrop-filter: blur(6px); 
  transition: transform 0.2s ease, box-shadow 0.2s ease; 
  text-indent: -9999px; 
  overflow: hidden; 
} 

/* SNS hover */ 
.leftMenu .sns-list a:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 6px 16px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(255,255,255,0.5); 
} 

.leftMenu .sns-list > a.kakao { 
  width: 44px; 
  height: 44px; 
  border-radius: 12px; 
  background: #F4D43A; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Crect x='4' y='7' rx='8' ry='8' width='28' height='22' fill='white'/%3E%3Ctext x='18' y='21' fill='%23F4D43A' font-size='11' font-family='Pretendard, sans-serif' font-weight='700' text-anchor='middle'%3ECh%3C/text%3E%3C/svg%3E"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 26px; 
  text-indent: -9999px; 
  overflow: hidden; 
} 

.leftMenu .sns-list > a.youtube { 
  width: 44px; 
  height: 44px; 
  border-radius: 12px; 
  background: #E73A3A; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Crect x='4' y='7' rx='8' ry='8' width='28' height='22' fill='white'/%3E%3Cpolygon points='16,14 24,18 16,22' fill='%23FF0000'/%3E%3C/svg%3E"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 26px; 
  text-indent: -9999px; 
  overflow: hidden; 
} 

.leftMenu .sns-list > a.blog { 
  width: 44px; 
  height: 44px; 
  border-radius: 12px; 
  background: #03C75A; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Crect%20x%3D%224%22%20y%3D%227%22%20rx%3D%228%22%20ry%3D%228%22%20width%3D%2228%22%20height%3D%2222%22%20fill%3D%22white%22/%3E%3Ctext%20x%3D%2218%22%20y%3D%2220.5%22%20fill%3D%22%2303C75A%22%20font-size%3D%2210%22%20font-family%3D%22Pretendard%2C%20sans-serif%22%20font-weight%3D%22700%22%20text-anchor%3D%22middle%22%3EBLOG%3C/text%3E%3C/svg%3E"); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 28px; 
  text-indent: -9999px; 
  overflow: hidden; 
} 

.leftMenu .adver-wrap { 
  margin-top: 32px; 
  border-radius: 16px; 
  overflow: hidden; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.06), inset 0 0 0 1px rgba(255,255,255,0.4); 
  /* margin-top: 28px; display: flex; flex-direction: column; gap: 10px; */ 
} 

.leftMenu .adver-wrap img { 
  width: 100%; 
  border-radius: 16px; 
  display: block; 
} 

/*pc원격상담 배너*/ 
.support-card { 
  width: 100%; 
  padding: 24px 20px; 
  background: linear-gradient(135deg, #eaf5ff 0%, #ffffff 60%); 
  border-radius: 12px; 
  border:1px solid #cfdeec; 
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255,255,255,0.5); 
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
  position: relative; 
  overflow: hidden; 
  margin-top:30px; 
} 

.support-icon img { 
  width: 72px; 
  height: auto; 
  display: block; 
  margin: 0 auto; 
} 

.support-text { text-align: center; } 
.support-title { font-size: 16px; font-weight: 700; color: #13233c; margin-bottom: 6px; } 
.support-phone { font-size: 22px; color: #006BED; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 8px; } 
.support-hours { font-size: 13px; color: #7E8790; line-height: 1.5; } 
.support-button { 
  margin-top: 8px; 
  display: block; 
  text-align: center; 
  color: #006BED !important; 
  padding: 12px 0; 
  border-radius: 6px; 
  border:1px solid #006BED; 
  font-weight: 500; 
  font-size: 14px; 
  box-shadow: 0 6px 10px rgba(0,107,237,0.15);
  transition: all 0.25s ease; 
  text-decoration: none; 
} 
.support-button:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 6px 10px rgba(0,107,237,0.25);
} 


/***********************************************오른쪽******************************************************************/ 

/*이용요금결제 타이틀 + 가격안내 버튼 ST*/ 
.subpay-header, 
.history-header,
.cmmn-header { 
  display: flex; 
  justify-content: space-between; 
  gap: 20px; 
  align-items: center; 
  margin-bottom: 25px; 
  border-bottom: 0 !important; 
} 

.subpay-header h2, 
.history-header h2,
.cmmn-header h2 { 
  font-size: 26px; 
  font-weight: 700; 
  color: #13233c; 
  margin: 0; 
  position: relative; 
  /*padding-left: 14px; dot 들어갈 공간 */ 
} 

/* title앞 dot 
.subpay-header h2::before, 
.history-header h2::before { 
  content: ""; 
  position: absolute; 
  left: 0px; 
  top: 50%; 
  width: 6px; 
  height: 6px; 
  background: #006cee; 
  border-radius: 50%; 
  transform: translateY(-50%); } 
  */ 
  
  /* 가격안내 버튼 */ 
  .price-guide-btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 6px; 
    padding: 8px 25px; 
    font-size: 15px; 
    font-weight: 600; 
    color: #006BED; 
    background: #fff; 
    border:1px solid #006BED;
    border-radius: 6px; 
    cursor: pointer; 
    box-shadow: 0 6px 10px rgba(0, 107, 237, 0.15);
    transition: all .2s ease; 
  } 
  
  .price-guide-btn:hover { 
    background:#f4f9fe;
    transform: translateY(-2px); 
    box-shadow: 0 6px 10px rgba(0,107,237,0.25);
  } 
  
  /* 화살표 아이콘 */ 
  .price-guide-btn i { font-size: 12px; } 
 
  .tab-box-con .tab-con { display: none; } 
  .tab-box-con .tab-con.active { display: block; } 
  
  
  /***********************무료체험***********************/
  .free_wrap_box {
      width:450px;
      margin:0 auto;
      background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 100%);
      border: 1px solid #cfdeec;
      border-radius: 20px;
      padding: 50px 50px 60px;
      margin-top:80px;
      box-shadow: 0 12px 32px rgba(35, 62, 128, 0.08);
      text-align:center;
    }

  .free_wrap_box h2 {font-size:30px;padding-top:15px;font-weight:700;} 
  .free_wrap_box p {margin-top:10px;color:#7E8790}

  /* 상단 라인 일러스트 */ 
  .sub-illu { display: flex; justify-content: center; margin-bottom: 12px; opacity: 0.9; } 
  

  /* 카드 배경에 흐린 패턴 */ 
  .subscription-card { 
    position: relative; 
    min-height: unset; 
    background: #fff; 
    border-radius: 20px; 
    padding: 30px 30px 40px 30px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 8px -10px; 
    border: 1px solid rgba(74, 108, 247, 0.08); 
  
    overflow: hidden;  
  } 
  
  .subscription-card h2 {font-size:30px;padding-top:15px;} 

  .subscription-card__status { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px; margin: 15px 0; 
    padding: 10px 30px; 
    border-radius: 999px; 
    background: #f4f7ff; 
    border: 1px solid #cfdeec; 
    color: #006BED; 
    font-weight: 600; 
    font-size: 15px; 
  } 
  
  .subscription-card__actions { 
    margin-top: 30px; 
    display: flex; 
    justify-content: center; 
    gap: 0 !important; 
  } 
  
  .subscription-card p { 
    margin: 10px 0 0; 
    font-size: 17px; 
    color: #516387; 
    line-height: 1.6; 
  } 
  
  .subscription-card p.subscription-card__note { margin-top: 40px; font-size: 15px; color: #516387; line-height: 1.6; } 
  
  /*구독하기버튼*/ 
  .btn-subscribe { 
    background: linear-gradient(135deg, #006BED 0%, #2B99FF 100%) !important; 
    color: #fff !important; 
    box-shadow: 0 6px 10px rgba(0, 107, 237, 0.25) !important; 
    width:250px; 
    font-size:17px !important; 
    border-radius:6px !important; 
    transition: all 0.25s ease; 
  } 

  .btn-subscribe:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 10px rgba(0, 107, 237, 0.35) !important; 
  } 
  
  .btn-subscribe i { margin-left: 8px !important; } 
  
  /*가격비교버튼 모달 ST*/ 
  .price-modal .price-modal__header { 
    background: #0d6efd; 
    text-align: center; 
    border-radius: 18px 18px 0 0; 
    position: relative; 
    padding: 18px 0; 
  } 
  
  .price-modal .modal-title { color: #fff; font-size: 20px; font-weight: 600; } 

  .price-modal .btn-modal-close { 
    position: absolute; top: 50%; 
    right: 20px; 
    transform: translateY(-50%); 
    background: transparent; 
    border: 0; 
    font-size: 26px; 
    color: #fff; 
    cursor: pointer; 
  } 
  
  .price-modal__body { padding: 40px 45px 50px; } 

  /* 가격안내 모달이 백드롭 위로 나오도록 보정 */
  body.modal-open .subpay-layout .leftMenu,
  body.modal-open .subpay-layout .rightContent {
    z-index: auto;
  }

  body.modal-open .price-modal {
    z-index: 2000;
  }
/* 
  body.modal-open .modal-backdrop {
    z-index: 1900;
  } */
  
  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } 
  
  /* 섹션 */ 
  .price-section { background: #f3f6fb; border-radius: 16px; padding: 25px 20px 30px; } 
  .price-section__title { font-size: 22px; font-weight: 700; margin-bottom: 18px; color: #333; text-align: center; } 
  
  /* 카드 */ 
  .price-card { 
    background: #fff; 
    border: 1px solid #e4e6eb; 
    border-radius: 15px; 
    padding: 20px; 
    margin-bottom: 18px; 
    box-shadow: rgba(0,0,0,0.08) 0 4px 8px -2px; 
  } 
  
  .price-card__name { font-size: 18px; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; } 
  
  /* 할인 태그 */ 
  .tag-discount { font-size: 12px; font-weight: 700; padding: 2px 7px; border-radius: 6px; color: #fff; } 
  .tag-discount.red { background: linear-gradient(90deg, #e54b4b, #ff896b); } 
  .tag-discount.blue { background: linear-gradient(90deg, #1965f2, #6797f0); } 
  
  /* 가격 */ 
  .price-card__price { font-size: 18px; font-weight: 700; margin-bottom: 10px; letter-spacing:-0.03em; } 
  .price-card__price span { font-weight: 400; font-size: 14px; color: #999; } 
  
  /* 상세항목 */ 
  .price-card__info { padding-left: 18px; color: #7e8790; line-height: 22px; font-size: 14px; } 
  
  /* 하단 견적문의 */ 
  .price-bottom-btn { text-align: center; margin: 20px 0 10px 0; } 
  .price-bottom-btn span {font-size:15px;} 
  .btn-estimate { background: #fff; border: 1px solid #006bed; color: #006bed; padding: 8px 18px; border-radius: 6px; font-weight: 600; font-size: 14px; } 
  .btn-estimate:hover { background: #f3f6fb; } 
 /*가격비교 버튼 모달 ED*/ 
 
 /* 하단 버튼 */ 
 .price-bottom { text-align:center; margin-top: 10px; } 
 .inquiry-btn i { margin-left:6px; } 
 .subscription-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } 
 .subscription-breadcrumb { font-size: 17px; font-weight: 500; color: #222; display: flex; align-items: center; gap: 6px; } 
 .subscription-breadcrumb i { line-height: 1; } 
 .subscription-tools { display: flex; align-items: center; gap: 8px; } 
 .subscription-tools button { 
  gap: 6px; 
  padding: 6px 14px; 
  border: 1px solid #d8dee8; 
  background: #fff; 
  border-radius: 6px; 
  font-size: 14px; 
  color: #333; 
  cursor: pointer; 
  transition: all .2s ease; 
  height: 36px; 
} 
.subscription-tools button:hover { background: #f7faff; border-color: #276ef1; color: #276ef1; } 
.subscription-tools button i { color: #276ef1; } 
.subscription-tools button:hover i { color: #0060ee;  } 
.subscription-tools button:hover { border-color: #0060ee; color: #0060ee; } 
/* .subscription-table { 
  width: 100%; 
  border-collapse: collapse; 
  border-radius: 16px; 
  overflow: hidden; 
  background: #fff; 
  box-shadow: inset 0 0 0 1px rgba(74, 108, 247, 0.06); 
} 
.subscription-table th { background: #eef2fb; color: #2c3a5c; font-weight: 600; text-align: center; padding: 14px 16px; font-size: 14px; } 
.subscription-table td { padding: 18px 16px; text-align: center; font-size: 14px; color: #4b5878; border-top: 1px solid rgba(74, 108, 247, 0.08); }
.subscription-table td.align-left { text-align: left; } */ 

.subscription-status-text { 
  display: inline; 
  font-size: 14px; 
  font-weight: 600; 
  border: 1px solid #006bed !important;
  color: #006bed; 
  padding: 3px 10px;
  border-radius: 6px;
} 

.subscription-table td .amount { font-weight: 400; color: #006BED; } 
.subscription-table td .amount-note { display: block; margin-top: 6px; font-size: 12px; color: #ff7b30; font-weight: 600; } 
.subscription-actions { display: flex; justify-content: center; align-items: center; margin-top: 28px; } 

.subscription-actions .btn-pause {
    padding: 16px 70px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg,  #760c0c 0%, #a73116 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 107, 237, 0.25);
    transition: transform 0.2s ease;
}

.subscription-actions .btn-pause:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 107, 237, 0.35);
}

.subscription-actions .btn-primary { 
  padding: 16px 70px;
  border: none; 
  border-radius: 6px; 
  background: linear-gradient(135deg, #ff4c4c 0%, #ff6b4a 100%); 
  color: #fff; 
  font-size: 16px; 
  font-weight: 700; 
  cursor: pointer; 
  box-shadow: 0 5px 10px rgba(255, 76, 76, 0.3); 
  transition: transform 0.2s ease;
} 

.subscription-actions .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 5px 10px rgba(255, 76, 76, 0.3); } 

.modal-actions {border-top:1px solid #e4e8ef;padding-top:20px;}
.modal-actions .btn-secondary { 
  padding: 0 30px; 
  height:40px; 
  border-radius: 6px; 
  border: 1px solid #ccc; 
  background: #fff; color: #000; 
  font-size: 14px; 
  font-weight: 500; 
  cursor: pointer; 
  box-shadow: 0 0 10px rgba(54, 65, 91, 0.18); 
  transition: transform 0.2s ease, box-shadow 0.2s ease; 
  
} 
.modal-actions .btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 0 10px rgba(54, 65, 91, 0.18); } 

.modal-actions .btn-dark { 
  height:40px; 
  padding: 0 30px;
  border-radius: 6px;
  border: none; 
  background: linear-gradient(135deg, #ff4c4c 0%, #ff6b4a 100%); 
  color: #ffffff; 
  font-size: 15px; 
  font-weight: 600; 
  cursor: pointer; 
  box-shadow: 0 0 10px rgba(31, 31, 31, 0.35); 
  transition: transform 0.2s ease, box-shadow 0.2s ease; 
} 
.modal-actions .btn-dark:hover { transform: translateY(-2px); box-shadow: 0 0 10px rgba(31, 31, 31, 0.35); } 

.btn-danger { background: linear-gradient(135deg, #ba1a1a 0%, #d13434 100%); box-shadow: 0 12px 24px rgba(186, 26, 26, 0.25); } 
.btn-danger:hover { box-shadow: 0 16px 24px rgba(186, 26, 26, 0.35); } 

.modal-actions .btn-pause {
  height:40px; 
  padding: 0 30px;
  border-radius: 6px;
  border: none; 
  background: linear-gradient(135deg, #760c0c 0%, #a73116 100%);
  color: #ffffff; 
  font-size: 15px; 
  font-weight: 600; 
  cursor: pointer; 
  box-shadow: 0 0 10px rgba(31, 31, 31, 0.35); 
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.modal-actions .btn-pause:hover { transform: translateY(-2px); box-shadow: 0 0 10px rgba(31, 31, 31, 0.35); }

.subscription-status-text.cancelled { color: #006bed; font-weight: 700; } 

/**유의사항**/ 
.subscription-warning { text-align: center; margin-top: 30px; } 
.subscription-warning .warning-content { 
  display: inline-flex; 
  align-items: flex-start; 
  gap: 10px; 
  background: #fafafa; 
  border: 1px solid #e5e7eb; 
  border-radius: 12px; 
  padding: 20px; 
  text-align: left; 
} 

.subscription-warning .warning-content i { color: #ff4c4c; font-size: 20px; margin-top: 2px; } 
.warning-text h5 { margin: 0 0 6px 0; font-size: 17px; font-weight: 700; color: #222; } 
.warning-text ul { margin: 0; padding: 0; list-style: none; margin-top:10px; } 
.warning-text ul li { position: relative; padding-left: 14px; margin-bottom: 6px; color:#555; font-size:14px; font-weight:400; } 
.warning-text ul li::before { content: ""; width: 5px; height: 5px; background: #ff6b6b; border-radius: 50%; position: absolute; left: 4px; top: 8px; } 
.warning-text ul li strong {color:#000 !important;font-weight:600;} 
.centered-tabs { display: flex; justify-content: center; gap: 12px; } 
.centered-tabs > li { display: inline-block; } 
.tab-box .btn-tab { border-radius: 999px; padding: 12px 24px; border: none; background: #eef1f8; color: #4b5878; font-weight: 500; } 
.tab-box .btn-tab.active { background: linear-gradient(135deg, #4a6cf7 0%, #6a85fb 100%); color: #fff; box-shadow: 0 8px 18px rgba(74, 108, 247, 0.25); } 
.table-wrap { background: #fafbff; border-radius: 14px; padding: 18px; box-shadow: inset 0 0 0 1px rgba(74, 108, 247, 0.06); } 
/* .table thead th { background: rgba(74, 108, 247, 0.08); color: #22324c; font-weight: 600; }  */

.progress-service-wrap, 
.alarmtalk-service-wrap { background: #fefefe; border-radius: 14px; padding: 24px; box-shadow: inset 0 0 0 1px rgba(74, 108, 247, 0.08); } 

/*******카카오 알림톡 부가서비스 *******/
.addon-service-card {
    background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 100%); 
    border: 1px solid #cfdeec;
    border-radius: 20px;
    padding: 30px 50px 50px;
    box-shadow: 0 12px 32px rgba(31, 45, 96, 0.08);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* 상단 헤더 */
.addon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:60px;
    border-bottom:1px solid #cfdeec;
}

.addon-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #13233c;
    margin: 0;
}

/* 배지 */
.addon-badge {
    padding: 7px 14px;
    font-size: 15px;
    background: #e8f0ff;
    border-radius: 999px;
    color: #2b5bdc;
    font-weight: 600;
}

/* 설명 */
.addon-info {
    margin: 0;
    padding-left: 18px;
    font-size: 15px;
    color: #7E8790;
    line-height: 1.4;
}

.addon-info li {
    text-align:left;
    list-style: disc;
    margin-bottom: 4px;
}


/* 수량 선택 영역 */
.addon-select-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addon-select-row label {
    font-size: 22px;
    color: #000;
    font-weight: 800;
}

.addon-select-wrap {
    position: relative;
    display: inline-block;
    width: 90px;
}

.addon-select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid #d6dce5;
    background: #ffffff;
    appearance: none;        /* 기본 화살표 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.addon-select-wrap::after {
    content: "\f107"; /* FA angle-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #56627c;
    pointer-events: none;
}

/* 가격 */
.addon-price {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.02em;
}

.addon-price span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
    color: #7e8790;
}

/* 버튼 */
.addon-charge-btn {
    width: 100%;
    padding: 14px 0;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #006bed 0%, #2b99ff 100%);
    box-shadow: 0 6px 10px rgba(0, 107, 237, 0.25);
    transition: 0.2s ease;
}

.addon-charge-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 107, 237, 0.35);
}


/* 카카오 알림톡 부가서비스
.alarmtalk-card { 
  background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 100%); 
  border: 1px solid #cfdeec; 
  border-radius: 20px; padding: 28px 32px; 
  box-shadow: 0 12px 32px rgba(35, 62, 128, 0.08); 
  display: flex; 
  flex-direction: column; 
  gap: 24px; 
} 

.alarmtalk-card__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; } 
.alarmtalk-card__title { font-size: 22px; font-weight: 700; color: #1f2f5c; } 
.alarmtalk-card__badge { 
  display: inline-flex; 
  align-items: center; 
  padding: 6px 14px; 
  border-radius: 999px; 
  background: #e8f0ff; 
  color: #2b5bdc; 
  font-size: 13px; 
  font-weight: 600; 
} 

.alarmtalk-card__body { display: grid; gap: 18px; } 
.alarmtalk-card__stats { display: flex; justify-content: space-between; font-size: 13px; color: #4b5878; font-weight: 600; }  */

.addon-card-grid { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: stretch; margin:20px;} 
.cloud-card { 
  background: linear-gradient(135deg, #f9fbff 0%, #ffffff 100%); 
  border: 1px solid rgba(34, 52, 94, 0.08); 
  border-radius: 20px; padding: 28px 32px; 
  box-shadow: 0 12px 30px rgba(31, 45, 96, 0.08); 
  display: flex; 
  flex-direction: column; 
  gap: 20px; 
} 

.cloud-card__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; } 
.cloud-card__title { font-size: 21px; font-weight: 700; color: #23345e; } 
.cloud-card__badge { 
  display: inline-flex; 
  align-items: center; 
  padding: 6px 14px; 
  border-radius: 999px; 
  background: #eef3ff; 
  color: #2f57d9; 
  font-size: 13px; 
  font-weight: 600; 
} 

.cloud-card__body { display: grid; gap: 18px; } 
.cloud-card__stats { display: flex; justify-content: space-between; font-size: 13px; color: #4b5878; font-weight: 500; } 
.cloud-card__list { margin: 0; padding-left: 18px; font-size: 13px; color: #516387; line-height: 1.6; } 
.cloud-card__footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; } 
.cloud-card__hint { font-size: 13px; color: #7b88aa; } 

#subscriptionModal.modal-overlay { 
  position: fixed; 
  inset: 0; 
  background: rgba(20,28,45,.45); 
  display: none; 
  pointer-events: none; 
  align-items: center; 
  justify-content: center; 
  z-index: 1200; 
  pointer-events: auto; 
} 

#subscriptionModal.modal-overlay.is-active { display: flex; pointer-events: auto; } 
#cardListModal.is-active, #subscriptionModal.is-active { display: flex !important; } 


#cardListModal[hidden] { display: none !important; } 
#subscriptionModal[hidden] { display: none !important; } 
#subscriptionModal .modal-dialog { 
  pointer-events: auto; 
  width: 450px; 
  background: #ffffff; 
  border-radius: 16px; 
  box-shadow: 0 24px 48px rgba(20, 28, 45, 0.18); 
  padding: 50px 0; 
  text-align: center; 
} 

#subscriptionModal .modal-dialog p { margin: 0; color: #7E8790 !important; line-height: 1.6; font-size: 17px; font-weight: 400; white-space: pre-line; } 

.danger-text { color: #000; font-weight: 700; } 
.modal-actions { margin-top: 24px; display: flex; gap: 12px; justify-content: center; } 

/****************결제카드관리 ***************/ 
#cardListModal.modal-overlay { 
  position: fixed; 
  inset: 0; 
  background: rgba(0,0,0,0.45); 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding: 20px; 
  z-index: 9999; 
  pointer-events: auto !important; 
} 

#cardListModal.modal-overlay.is-active { display: flex; pointer-events: auto; } 
#cardListModal .card-modal__header { background: #0d6efd; text-align: center; border-radius: 18px 18px 0 0; position: relative; padding: 18px 0; } 
#cardListModal .btn-modal-close { 
  position: absolute; 
  right: 18px; 
  top: 50%; 
  transform: translateY(-50%); 
  background: transparent; 
  border: 0; 
  font-size: 20px; 
  color: #fff; 
  cursor: pointer; 
} 

#cardListModal .modal-title { color: #fff !important; font-size: 20px; font-weight: 600 !important; margin: 0; width: 100%; } 
#cardListModal .modal-dialog .card-txt {text-align:left;font-weight:600;display: flex;align-items: center;} 
#cardListModal .modal-dialog .card-txt i {font-size:5px;margin-right:5px;} 
#cardListModal .modal-dialog { pointer-events: auto; } 
#cardListModal .modal-dialog { 
  max-width: 450px; 
  width: 100%; 
  background: #ffffff; 
  border-radius: 20px; 
  box-shadow: 0 24px 48px rgba(20, 28, 45, 0.18); 
  /* padding: 36px 40px; */ 
  text-align: center; 
} 

#cardListModal .modal-dialog h4 { margin: 0 0 12px; color: #22324c; font-size: 18px; font-weight: 700; } 
#cardListModal .modal-dialog p { margin: 0; color: #2c3a5c; line-height: 1.6; font-size: 15px; font-weight: 500; white-space: pre-line; } 
#cardListModal #cardListContainer { max-height: 820px; overflow-y: auto; margin-bottom: 16px; } 
#cardListModal .btn-primary { 
  width: 100%; 
  padding: 12px 0; 
  background: linear-gradient(135deg, #006BED 0%, #2B99FF 100%) !important; 
  color: #fff !important; border:0; 
  box-shadow: 0 5px 10px rgba(0, 107, 237, 0.35) !important; 
  width: 100%; 
  font-size: 17px !important; 
  border-radius: 6px !important; 
  transition: all 0.25s ease; 
} 

#cardListModal .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0, 107, 237, 0.35); } 

#cardListModal .card-option-grid { display: flex; flex-direction: column; gap: 10px; padding: 0; } 
#cardListModal .card-option-item { 
  background: #ffffff; 
  border: 1px solid rgba(0,0,0,0.1); 
  border-radius: 10px; 
  padding: 0; 
  transition: all .25s ease;
  margin-top:2px;
} 
#cardListModal .card-option-item.is-active { border-color: #2b99ff; box-shadow: 0 0 10px rgba(0,107,237,0.20); transform: translateY(-2px); } 
#cardListModal .card-option-button { 
  width: 100%; 
  height: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  gap: 12px; 
  padding: 15px 20px; 
  border: none; 
  background: transparent; 
  color: #1d2c4c; 
  font-size: 14px; 
  text-align: left; 
  cursor: pointer; 
  transition: background 0.2s ease, color 0.2s ease; 
  border-radius:10px; 
} 

#cardListModal .card-option-button:hover:not(:disabled) { background: #f3f6fb; } 
#cardListModal .card-option-button:disabled { opacity: 0.6; cursor: not-allowed; } 
#cardListModal .card-option-button .brand { font-size: 15px; font-weight: 500; color: #7e8790; } 
#cardListModal .card-option-button .number { font-size: 15px; font-weight: 400; color: #7e8790; } 
#cardListModal .card-option-item.is-active .card-option-button .number { font-size: 25px; font-weight: 700; color: #000; } 

.card-item-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 12px; } 
.card-item-inner .left-area { display: flex; flex-direction: column; gap: 4px; } 

.card-item-inner .status { max-width:90px; padding: 4px 14px; border-radius: 999px; font-size: 13px; font-weight: 400; display: inline-block; } 
.card-item-inner .status.active { background: #e9f2fe; color: #006BED; } 
.card-item-inner .status.inactive { background: #ECEFF3; color: #7e8790; } 
.card-delete-btn { 
  background: transparent; 
  border: 0; 
  color: #555; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  cursor: pointer; 
  transition: 0.2s; 
  flex-shrink: 0; 
} 
.card-delete-btn:hover { color: #ff4c4c ; } 

/* .rightContent { flex: 1 1 auto; background: #ffffff; border-radius: 16px; padding: 24px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } 
.history-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }*/ 

/* .history-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(74, 108, 247, 0.06); } 
.history-table th, .history-table td { padding: 14px 18px; text-align: left; font-size: 14px; } 
.history-table th { background: #eef2fb; font-weight: 600; color: #2c3a5c; } 
.history-table tr:nth-child(even) { background: #f9fbff; } */ 

.history-status { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; background: rgba(74, 108, 247, 0.1); color: #3e4f8d; } 
.history-status.refunded { background: rgba(231, 76, 60, 0.1); color: #c0392b; } 

/* .history-actions a { color: #4a6cf7; font-weight: 500; text-decoration: none; } 
.history-actions a:hover { text-decoration: underline; }  */

.payment-method-detail {color:#7E8790;}

/* 매출전표 버튼 */
.receipt-btn,
.receipt-btn:active {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #006BED !important;
    border:1px solid #006BED ;
    border-radius: 6px;
    text-decoration: none;
}

.receipt-btn i {
    font-size: 15px;
}


/*************************서비스구독*******************************/ 
.pay_container { 
  max-width: 550px; 
  margin: 40px auto; 
  padding:30px; 
  background: #fff; 
  border-radius: 30px; 
  box-shadow: 0 12px 32px rgba(0,0,0,0.08); 
  overflow: hidden; 
  font-family: "Pretendard", "Noto Sans KR", sans-serif; 
} 

.main-content{flex: 1;padding:0 !important;} 
.pay_container .header { text-align: center; margin:10px 0 25px 0; } 
.pay_container .header h2 { font-size: 27px; font-weight: 700; } 
.pay_container .header small { color: #7e8790; font-size: 18px; } 

.plan { 
  padding: 30px; 
  border: 1px solid #cfdeec; 
  border-radius: 15px; 
  transition: 0.25s ease; 
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 8px -2px; 
  margin-bottom:25px;
} 
.plan:hover { border-color: #2f6fff; box-shadow: 0 8px 26px rgba(47,111,255,0.15); transform: translateY(-2px); } 
.plan.active { 
  border:3px solid #006cee;
  background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 100%);
  /* box-shadow: 0 0 0 3px rgba(0,108,238,0.15);  */
  box-shadow: 0 6px 10px rgba(0, 107, 237, 0.2) !important;
  transform: translateY(-2px); 
} 
.plan:last-child { border-bottom: none; } .plan ul { flex: 1; margin: 0; padding-left: 10px; list-style: none; } 
.plan ul li { position: relative; padding-left: 10px; /* 도트와 글자 사이 여백 */ color: #222; line-height: 1.6; } 
.plan ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; background: #006cee; /* 도트 색상 */ border-radius: 50%; } 

/* ✅ 클라우드 + 알림톡만 가로정렬 */ 
.plan ul li:nth-child(2), .plan ul li:nth-child(3) { display: inline-block; width: auto; margin-right: 20px; /* 두 항목 간 간격 */ } 
.plan-title { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; } 

.plan-title h3 { 
  font-size: 17px; 
  margin: 0; 
  font-weight: 500; 
  background:#5e6e7e; 
  padding:2px 10px; 
  border-radius:30px; 
  color:#fff; 
} 
.plan-price-wrap { display: flex; flex-direction: column; align-items: flex-end; } 
.plan-price-note { font-size: 14px; color: #7e8790; font-weight: 400; letter-spacing:-0.03em; } 
.plan-price-detail { display: flex; align-items: center; gap: 8px; } 
.plan-discount { background: linear-gradient(90deg, #e54b4b, #ff896b); color: #fff; border-radius: 6px; padding: 2px 7px; font-weight: 500; font-size: 13px; } 

.plan-price {
  font-size: 17px; 
  font-weight: 600; 
  color: #000; 
  letter-spacing:-0.03em; } 

.plan-price-selected { 
  font-size: 22px; 
  font-weight: 700; 
  color: #006bed; } 
.plan-select { 
  width: 100%; 
  margin:20px 0; 
  align-self: center; 
  padding: 10px 12px; 
  border: 1px solid #ced5e7; 
  border-radius: 6px; 
  font-size: 15px; 
  color: #000; 
  font-weight: 600; 
  appearance: none; 
  /* 기본 화살표 제거 */ 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%2356627c' height='12' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'><path d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0L160 241.4l96.5-96.5c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.5 9.4-24.8 9.4-34 0z'/></svg>") no-repeat right 10px center; 
  background-size: 10px; 
} 



.note { font-size: 15px; font-weight:400; color: #7e8790; text-align: center; padding: 10px 0 0; } 
.warn { margin: 10px 0 20px 0; } 
.warn strong { color: #ff7b30; } 
.footer { padding: 20px; border-top: 1px solid #f0f1f4; text-align: center; } 

.subscribe-btn { 
  width: 100%; 
  background: linear-gradient(135deg, #006bed 0%, #2b99ff 100%); 
  color: #fff; 
  border: none; 
  border-radius: 6px; 
  font-size: 17px; 
  font-weight: 700; 
  padding: 14px 0;
  cursor: pointer; 
  margin-top: 5px; 
  box-shadow: 0 6px 10px rgba(0, 107, 237, 0.35) !important; 
  transition: 0.25s ease; 
} 
.subscribe-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 10px rgba(0, 107, 237, 0.35) !important; } 

@media (max-width: 768px) { 
  .container { margin: 20px auto; border-radius: 12px; } 
  .plan { flex-direction: column; } 
  .plan-title { flex-direction: column; align-items: flex-start; } 
  .plan-price-wrap { align-items: flex-start; } 
  .plan-select { width: 100%; margin-top: 10px; } 
} 

/*******************************선택한 구독 내역확인 ******************************************/ 
/* 카드 섹션 공통 */ 
.confirm-card { 
  background: linear-gradient(135deg, #f9fbff 0%, #ffffff 100%); 
  border: 1px solid #cfdeec; 
  border-radius: 15px; 
  padding: 24px; 
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 8px -2px; margin-bottom: 25px; 
} 

.confirm-card h3 { 
  position: relative; 
  font-size: 17px; 
  margin: 0; 
  font-weight: 700; 
  color: #000; 
  border-bottom: 1px solid #e4e6eb; 
  margin: 0 0 18px 0; 
  padding-left: 12px;
  padding-bottom: 10px; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); 
} 

.confirm-card h3::before { 
  content: ''; 
  position: absolute; 
  left: 0; 
  top: 30%; 
  transform: translateY(-50%); 
  width: 6px; 
  height: 6px; 
  background: #006bed; 
  border-radius: 50%; 
  box-shadow: 0 0 4px rgba(0, 107, 237, 0.4); 
} 

.confirm-card dl { margin: 0; display: grid; grid-template-columns: 130px 1fr; row-gap: 8px; column-gap: 12px; font-size: 15px; } 
.confirm-card dt { font-weight: 400; color: #7e8790; } 
.confirm-card dd { margin: 0; text-align: right; color: #000; font-weight: 600; } 

/* 금액 표시 */ 
.confirm-card .title-flex { 
  display: flex; align-items: center; justify-content: space-between; 
  font-size: 19px; font-weight: 700; color: #1f2f5c; 
  margin: 0 0 18px 0; padding-left: 14px; position: relative; 
} 
/* 도트 표시 */ 
.confirm-card .title-flex::before { 
  content: ''; position: absolute; left: 0; top: 50%; 
  transform: translateY(-50%); 
  width: 6px; height: 6px; 
  background: #006bed; border-radius: 50%; 
  box-shadow: 0 0 4px rgba(0, 107, 237, 0.4); 
} 

.confirm-card .amount-list dd { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; } 
.confirm-card .amount-meta { display: flex; align-items: center; gap: 8px; } 
.confirm-card .amount { font-size: 22px; font-weight: 800; color: #000; letter-spacing: -0.02em; } 
.confirm-card .discount-tag { 
  background: linear-gradient(90deg, #e54b4b, #ff896b); 
  color: #fff; 
  font-size: 12px; font-weight: 700; 
  border-radius: 999px; 
  padding: 3px 9px; 
} 

.confirm-card .vat-note { font-size: 14px; color: #7e8790; font-weight: 500; } 
.confirm-card .highlight { color: #e54b4b; font-weight: 700; } 


.confirm-actions { display: flex; gap: 12px; margin: 12px 0 25px 0; } 
.confirm-actions button { flex: 1; padding: 14px 18px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.25s ease; } 

/* 신용카드 버튼 */ 
.confirm-actions .btn-secondary { 
  border: 1px solid #006cee; 
  background: transparent; 
  color: #006cee; 
  font-size:17px; font-weight: 600; 
  box-shadow: 0 6px 10px rgba(74, 108, 247, 0.15); transition: 0.25s ease; 
  cursor: default;
} 
  .confirm-actions .btn-prevpay { 
    border: 1px solid #aaa; background: #c3c3c3; 
    color: #fff; font-size:17px; font-weight: 600; 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); 
    transition: 0.25s ease; 
  } 
  
  .confirm-actions .btn-prevpay:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); 
  } 
  
  /* 결제하기 버튼 */ 
  .confirm-actions .btn-primary { 
    background: linear-gradient(135deg, #006bed 0%, #2b99ff 100%); 
    border: none; color: #fff; 
    box-shadow: 0 6px 10px rgba(0, 107, 237, 0.25); 
    font-size:17px; font-weight: 700; 
    transition: 0.25s ease; 
  } 
  
  .confirm-actions .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 10px rgba(0, 107, 237, 0.35); } 
  
  /* 유의사항 
  .confirm-notice { 
  background: #fff8f1; border: 1px solid rgba(255, 123, 48, 0.25); 
  border-radius: 16px; padding: 24px 26px; font-size: 14px; color: #4a4a4a; line-height: 1.7; 
  } 
  
  .confirm-notice strong { display: block; margin-bottom: 10px; color: #ff7b30; font-size: 15px; font-weight: 700; } 
  .confirm-notice ul { margin: 0; list-style: disc; } 
  .confirm-notice li { margin-bottom: 6px; } 
  .confirm-notice li:last-child { margin-bottom: 0; }*/ 
  
  /************************************* 이용요금결제 > 서비스구독 *****************************************/ 
  /* 탭 리스트 전체 */ 
  .tab-box .tab-list { display: flex; justify-content: center; gap: 10px; } 
  
  .tab-box .tab-item { list-style: none; } 
  .tab-box .tab-item a { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 190px; height: 60px; 
    font-size: 17px; color:#000 !important; 
    font-weight: 500; color: #8f8f8f; 
    background: #f8f8f8; 
    border: 1px solid #ccc; 
    border-bottom:0; 
    margin-bottom: -1px; 
    border-radius: 10px 10px 0 0; 
    text-decoration: none; 
    transition: 0.25s ease; 
  } 
  /* 활성 탭 */ 
  .tab-box .tab-item.active a { 
    color: #0060ee !important; 
    background: #fff; 
    border: 1px solid #0060ee; 
    border-bottom: none; 
    box-shadow: #000c 0 -7px 8px -10px; 
    position: relative; z-index: 2; 
  }



/**************************************************업체정보************************************************/
 
  /* .subpay-layout .rightContent{
    flex:1;
    min-width:0;

  } */
  .comp-page {
    /* background: #f5f7fb; */
    padding: 32px 32px 32px 50px;
    width: 100%;
    min-height:800px;
  }
  .comp-grid {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 22px;
  }
  .cmmn-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 8px -10px;
    border: 1px solid rgba(74, 108, 247, 0.08);
    padding: 30px 30px 40px 30px !important;
  }

  .cmmn-title {
    display:flex;
    /* justify-content:space-between; */
    align-items:center;
    margin-bottom:8px;
    gap:10px;
  }

  .cmmn-title h4 {
    font-size: 17px;
    font-weight: 700;
    padding:0;
    margin:0;
  }

  .company-add-wrap {text-align:center;}

  .btn-company-add {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #006bed;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 15px;
    font-weight:500;
    color: #006bed;
    margin:0 auto;
  }

  .btn-company-add:hover {background-color: #f3f6fb;}
  
  .btn-company-add i {font-size:20px;}

  .company-add-wrap span {;font-size:14px;color:#7E8790;}

  .com-badge-tag {
    width: 31px;
    height: 31px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: transparent !important;
    color: #006bed !important;
    border: 1px solid #006bed !important;
    padding: 0 !important;
    font-size: 20px;
    cursor: pointer;
  }
  .com-badge-tag i.bi-plus::before {
    content: "\f4fe";
  }

  .com-badge-tag:hover {
    background-color: #f3f6fb !important;
  }

  .company-meta {
    font-size:15px;
    position: relative;
    padding-left: 10px;
  }

  .company-meta::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #006BED; 
  border-radius: 50%;
  transform: translateY(-50%);
}

  .comp-table {
    border-top: 2px solid #000;
    width:100%;
    border-collapse:collapse;
    margin:10px 0 25px 0;
  }

  .comp-table th {
    background-color: #f3f6fb;
    font-size:15px;
    font-weight:500;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    vertical-align: middle !important;
    padding: 15px 30px !important;
  }

  .comp-table td {
    padding: 8px 15px !important;
    border-bottom: 1px solid #E9E9E9;
    color: #7e8790 !important;
  }

  .comp-table td .form-control {
    width: 100%;
    padding: 6px 15px;
    font-size: 15px;
    color: #222;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.18s ease;
    font-family: inherit;
    background-image: none !important;
    font-weight: 400;
    line-height: 1.5;
  }

  .text-danger {
    --bs-text-opacity: 1;
    color: rgba(220, 53, 69, 1) !important;
}

  .iframe-card {
    margin-bottom: 12px;
  }

  
  .modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.4);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:1000;
  }
  .modal-card{
    position: relative;
    width: 530px !important;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(20, 33, 63, 0.28);
    padding: 30px;
    z-index: 1;
  }

  .modal-card .modal-body {padding:10px 20px !important;}

  .modal-card .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
     width: 40px;          /* ★ 핵심 */
    height: 40px;         /* ★ 핵심 */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: #8891a7;
    z-index:999;
  }

  .modal-card h3{
    font-size: 20px;
    font-weight: 700;
    color: #0e1f48;
    margin-bottom: 15px;
  }

  .modal-guide {
    padding:0;
    font-size: 15px;
    color: #7E8790;
    line-height: 1.6;
    margin: 0 0 15px;
}

  .modal-card .form-row{
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  .modal-card label{
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
  }

  /* .modal-card label::after, */
  .form-row label::after {
    content: attr(data-req);
    color: #e03131;
    margin-left: 2px;
  }
  .modal-card input{
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #d6dbe6;
    background: #fff;
    transition: all 0.2s ease;
  }

  .modal-card input:focus{
    outline: none;
    border-color: #2b99ff;
    box-shadow: 0 0 0 4px rgba(43,153,255,0.15);
  }

  .modal-card input:not([type="file"]) {
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #d6dbe6;
    background: #fff;
    transition: all 0.2s ease;
}

.modal-card input:not([type="file"]):focus {
    outline: none;
    border-color: #2b99ff;
    box-shadow: 0 0 0 4px rgba(43,153,255,0.15);
}

.modal-card input[type="file"]{
  border: none !important;
  padding: 0;
  height: auto;
  box-shadow: none !important;
  background: transparent;
}

.modal-card input[type="file"]::file-selector-button{
  height: 36px;
  padding: 0 16px;
  margin-right: 12px;

  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f8fafc;
  color: #006BED;

  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-card input[type="file"]::file-selector-button:hover{
  background: #eef5ff;
  border-color: #2b99ff;
  
}


  .modal-actions{
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .modal-card select {
    height: 40px;
    padding: 0 40px 0 14px; /* 오른쪽 화살표 공간 */
    font-size: 14px;
    color:#222;
    border-radius: 6px;
    border: 1px solid #d6dbe6;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;

    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236e7e95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
  }

  .modal-card select:focus{
    outline: none;
    border-color: #2b99ff;
    box-shadow: 0 0 0 4px rgba(43,153,255,0.15);
  }

  .modal-card select:disabled{
    background-color: #f5f7fa;
    color: #9aa4b2;
    cursor: not-allowed;
  }

  .modal-card select option[value=""]{
    color: #9aa4b2;
  }


  .modal-actions .btn-outline,
  .center-action .btn-outline{
  height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 10px rgba(109, 109, 109, 0.15);
  transition: 0.25s ease;
}

.modal-actions .btn-outline:hover,
.center-action .btn-outline:hover{
  /* background: #f3f4f6; */
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(109, 109, 109, 0.15);
}

/* 저장 */
.modal-actions .btn-primary,
.center-action .btn-primary{
  height: 40px;
  padding: 0 40px;
  border-radius: 6px;
  border: none;
  background: linear-gradient(135deg, #006bed 0%, #2b99ff 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 10px rgba(0,107,237,0.25);
  transition: all 0.2s ease;
}

.modal-actions .btn-primary:hover,
.center-action .btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0,107,237,0.35);
}

   /*
  .btn-outline{
    padding:8px 14px;
    border:1px solid #d0d4db;
    border-radius:8px;
    background:#fff;
    cursor:pointer;
  } */
  .btn-primary{
    padding:8px 14px;
    border:0;
    border-radius:8px;
    background:#0d6efd;
    color:#fff;
    cursor:pointer;
  }
  .no-scroll{overflow:hidden;}

  .center-action{
    display:flex;
    justify-content:center;
    margin-top:14px;
  }
 .center-action button {cursor: pointer;}
  .center-action .btn-blue:hover {background:#2258ba;}
  
  .del-icon{
    cursor:pointer;
    color:#999;
    font-size:16px;
  }

  .official-empty {margin-top:30px;text-align:center;font-size:15px;}

  .official-empty span { color:#7e8790 !important;}

.btn-com-badge-tag {
    padding: 8px 14px;
    margin: 10px 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #2b7bff !important;
    background: #eef5ff;
    border: 1px solid #d6e7ff !important;
    transition: all 0.2s ease;
}

.btn-com-badge-tag:hover {
  background-color:#e2efff !important;
  border-color:#bcd7ff !important;
}

/*****************************************직원관리**************************************/
.subpay-header .btn-regi {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    background-color: #006bed;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: none !important;
    border: 0;
  }

  .action-link{color:#5c7080;cursor:pointer;}
  .action-link:hover{color: #006BED;}

  .modal-popup{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:1100;}
  .modal-popup .pop-bg{position:absolute;inset:0;background:rgba(0,0,0,0.35);}
  .modal-popup .popup{
    position:relative;
    background:#fff;
    border-radius:28px;
    max-width:580px;
    max-height:90vh;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 25px 65px rgba(20, 33, 63, 0.28);
    padding:40px 60px 40px;
  }
  .modal-popup .pop-head{display:flex;align-items:center;justify-content:space-between;flex-shrink: 0;padding-bottom:15px;border-bottom:1px solid #e4e8ef;}
  .modal-popup .pop-body {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px; /* 스크롤 여백 */
  }
  /* 스크롤바 스타일 (선택) */
  .modal-popup .pop-body::-webkit-scrollbar {
    width: 6px;
  }

  .modal-popup .pop-body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
  }

  .modal-popup .pop-body::-webkit-scrollbar-track {
    background: transparent;
  }
  .modal-popup .btn-close{
    position: absolute;
    top: 30px;
    right: 60px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: #8891a7;
  }
  .modal-popup .tit {
    font-size: 20px;
    font-weight: 700;
    color: #0e1f48;
  }

  .btn-ntag-black:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
  }

  .btn-ntag-black:disabled:hover {
    background: #f3f4f6;
  }
  
  /* .search-box{display:flex;gap:8px;align-items:center;}
  .search-box input{padding:8px 10px;border:1px solid #d9dde3;border-radius:8px;min-width:260px;}
  .search-box button{padding:8px 14px;border:0;border-radius:8px;background:#0d6efd;color:#fff;cursor:pointer;}
  .table-wrap{overflow:auto;} 
  table.member-table{width:100%;border-collapse:collapse;}
  table.member-table th, table.member-table td{border:1px solid #e6e8ec;padding:10px;font-size:13px;white-space:nowrap;}
  table.member-table th{background:#f3f5f8;font-weight:700;}

  .state-badge{display:inline-block;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:700;color:#fff;}
  .state-working{background:#1d7dfa;}
  .state-leave{background:#ff8c42;}
  .state-retire{background:#c23b22;}
  .state-pending{background:#e93851;}


  .tag-btn{padding:6px 12px;border-radius:10px;border:1px solid #d0d4db;background:#fff;cursor:pointer;font-size:12px;}
  .tag-btn.disabled{pointer-events:none;opacity:0.5;}

  .cust-tag{display:inline-block;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:700;border:1px solid #d0d4db;background:#fff;}
  .wait-tag{background:#fcecd8;border-color:#f9c58d;color:#c76a13;}
  .return-tag{background:#e9f5ff;border-color:#9ad1ff;color:#0e74ce;}
   */
  
  /* .filters{display:flex;gap:12px;margin:6px 0 12px;}
  .filters select{padding:6px 10px;border:1px solid #d9dde3;border-radius:8px;} */

  

#updateForm {
  margin-top: 8px;
}

#adminEditStaff .form-row,
#delCompModal .form-row,
.subpay-modal .form-row,
#passwordForm .form-row,
#counselModal .form-row {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

/* label */
#adminEditStaff .form-row > label,
#delCompModal .form-row > label,
.subpay-modal .form-row > label,
#passwordForm .form-row > label,
#counselModal .form-row > label {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}


/* input / select */
#adminEditStaff .form-row > input,
#adminEditStaff .form-row > select,
#adminEditStaff .form-row > .file-row,
#adminEditStaff .form-row > .inline-row
#counselModal .form-row > input {
  width: 100%;
}

/* input / select */
#adminEditStaff .form-input,
#adminEditStaff .form-select,
#delCompModal .form-input,
#delCompModal .form-select,
.subpay-modal .form-input,
#passwordForm .form-input,
#counselModal .form-input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background-color: #fff;
}
#counselModal label {padding-bottom:10px;}
#counselModal textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background-color: #fff;
}


#adminEditStaff .form-hint {
  grid-column: 2 / 3; 
  font-size: 13px;
  color: #e11d48;
  text-align: right;        /* ★ 오른쪽 정렬 */
  white-space: nowrap;      /* ★ 한 줄 고정 */
}

#adminEditStaff .inline-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

#adminEditStaff .file-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-file {
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #f8fafc;
  color:#006bed;
  font-size: 13px;
  cursor: pointer;
}

.file-chip {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #374151;
}

#adminEditStaff .modal-actions {
  overflow: visible;
  padding-bottom: 15px; /* 그림자 숨쉴 공간 */
}

/* .submit-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.btn-primary {
  padding: 10px 22px;
  border-radius: 10px;
  border: 0;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
} */

/*****************************************************회원탈퇴**************************************************/
  /* 안내 박스 */
.secession .txt-box{
  margin-top:20px;
}

.secession .txt-box .tit{
  display:block;
  font-size:16px;
  font-weight:700;
  color:#0e1f48;
  margin-bottom:6px;
}

.secession .txt-box .txt{
  font-size:14px;
  color:#5c7080;
  line-height:1.5;
}

/* 탈퇴 주의사항 */
.secession .dot-list{
  background:#fff5f5;
  border:1px solid #fecaca;
  border-radius:14px;
  padding:14px 18px;
  margin-bottom:20px;
}

.secession .dot-list li{
  font-size:14px;
  color:#374151;
  line-height:1.7;
  position:relative;
  padding-left:14px;
}

.secession .dot-list li::before{
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color:#e11d48;
  font-weight:700;
}

.secession .dot-list .color{
  color:#e11d48;
  font-weight:700;
}

.secession .mod-form-list{
  display:grid;
  gap:16px;
}

.secession .form{
  display:grid;
  grid-template-columns:120px 1fr;
  align-items:center;
  gap:14px;
}

.secession .form-title{
  font-size:15px;
  font-weight:600;
  color:#0e1f48;
  white-space:nowrap;
}

.secession .intxt,
.secession .tarea{
  width:100%;
  border:1px solid #d1d5db;
  border-radius:6px;
  font-size:14px;
  padding:8px 12px;
}

.secession .intxt[readonly],
.secession .intxt:disabled{
  background:#f3f4f6;
  color:#6b7280;
}

.secession .tarea{
  min-height:100px;
  resize:vertical;
}

.secession .btnWrap-grid{
  margin-top:28px;
  text-align:center;
}

.secession .btn-del{
  min-width:120px;
  height:40px;
  border-radius:10px;
  border:1px solid #d1d5db;
  background:#fff;
  font-size:14px;
  cursor:pointer;
}

.secession .btn-del:hover{
  background:#f3f4f6;
}

.secession .btn-save{
  min-width:120px;
  height:40px;
  border-radius:10px;
  border:0;
  background:#e11d48;
  color:#fff;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.secession .btn-save:hover{
  background:#be123c;
}


/******************************************회원설정***********************************/
/******개인정보수정********/
.tit-with-icon {
  display: flex;
  align-items: center;
  justify-content: center; /* 카드 중앙 정렬 */
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

/* 아이콘 스타일 */
.tit-with-icon i {
  font-size: 16px;
  color: #7e8790 ; /* 버튼이랑 톤 맞춤 */
  background: rgba(59,120,194,.1);
  padding: 10px;
  border-radius: 50%;
}

  /* 개인정보 수정 - 한줄 폼 */
.mod-form-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mod-form-list .form {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 14px;
}

.mod-form-list .form:has(.chk-box),
.mod-form-list .form:has(.blue-txt) {
  align-items: flex-start;
}

/* 라벨 */
.mod-form-list .form-title {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  text-align: left;
  justify-self: start;
}

/* 필수표시 */
.mod-form-list .form-require {
  color: #e54848;
  margin-left: 2px;
}

/* input 영역 */
.mod-form-list .form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 6px;
}

/* input 공통 */
.mod-form-list .intxt {
  width:100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}

.mod-form-list .intxt:focus {
  border-color: #3b78c2;
  box-shadow: 0 0 0 3px rgba(59,120,194,.15);
  outline: none;
}

/* disabled input */
.mod-form-list .intxt:disabled {
  background: #f5f7fa;
  color: #888;
  cursor: not-allowed;
}

/* 안내문구 */
.mod-form-list .blue-txt,
#passwordForm .blue-txt {
  margin-top: 0px;
  margin-left: 0;       /* ← 핵심 */
  padding-left: 0;
  font-size: 12px;
  line-height: 1.4;
}

.mod-form-list .chk-box {
  margin-top: 8px;
  padding-left: 0;      /* 혹시 있는 여백 제거 */
}

.mod-form-list .check-ceo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 0;
  font-size: 13px;
  color: #555;
}

.btn-full-box {
  height: 44px;
  border-radius: 10px;
  background: #3b78c2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
}

.btn-full-box:hover {
  background: #3267ab;
}

/*************서명 등록/수정*************/
.sign-preview{
    border:1px dashed #d1d5db;
    border-radius:10px;
    background:#fff;
    height:250px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
  }
  .sign-preview img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
  }
  .sign-empty{
    color:#9ca3af;
    font-size:14px;
  }
  .sign-modal{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:12000;
  }
  .sign-modal .modal-bg{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
  }
  .sign-modal .modal-card{
    position:relative;
    background:#fff;
    border-radius:28px;
    width:min(720px, 92vw);
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
  }
  .sign-modal .modal-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 16px 0;
  }
  .sign-canvas-wrap{
    border:1px solid #d1d5db;
    border-radius:10px;
    background:#f9fafb;
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  #signatureCanvas{
    width:100%;
    height:100%;
    border-radius:10px;
    background:#fff;
    touch-action:none;
  }

  /***************************************자주하는 질문*******************************************/
  /* 전체 리스트 */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
}

/* FAQ 카드 */
.faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

/* hover */
.faq-item:hover {
  border-color: #c7d2fe;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}

/* 질문 버튼 */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

/* 제목 영역 */
.faq-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

/* 카테고리 태그 */
.faq-tag {
  background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 100%);
  color: #006BED;
  border: 1px solid #cfdeec;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  border-radius: 999px;
  white-space: nowrap;
  width:80px;
  text-align:center;
}

/* 질문 텍스트 */
.faq-title {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}

.faq-question.active .faq-title {color:#006BED}

/* 화살표 */
.faq-arrow {
  margin-left: 16px;
  font-size: 14px;
  color: #94a3b8;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* 열렸을 때 */
.faq-question.active .faq-arrow {
  transform: rotate(180deg);
  color: #006BED;
}

/* 답변 영역 */
.faq-answer {
  display: none !important;
  padding: 25px 110px;
  background: #f9fafb;
  border-top:1px solid #e5e7eb;
  text-align:left;
}

.faq-answer ol {margin-left:20px;padding:0;}

.faq-answer p, .faq-answer ol li p{
  font-size: 15px !important;
  font-weight:400;
  line-height: 1.4;
  color: #505050;
}

/* 답변 열림 */
.faq-question.active + .faq-answer {
  display: block !important;
  animation: faqFade 0.25s ease;
}

/* 답변 내부 텍스트 정리 */
.faq-answer p,
.faq-answer div {
  margin: 6px 0;
}

/* subtle animation */
@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== 비어있을 때 ===== */
.faq-empty {
  padding: 80px 20px;
  text-align: center;
  color: #64748b;
}

.faq-empty .empty-icon {
  font-size: 42px;
  color: #c7d2fe;
  margin-bottom: 16px;
}

.faq-empty .empty-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.faq-empty .empty-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}


/***********************************************1:1문의하기**************************************/
.detail-content {
  line-height: 1.6;
}

.dot-line {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.dot-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 4px;
  height: 4px;
  background: #7E8790;
  border-radius: 50%;
}

  .no-answer{
    display:inline-flex;
    padding:4px 12px;
    border-radius:999px;
    background:#f1f5f9;
    color:#64748b;
    font-size:12px;
    font-weight:600;
  }
  .answer-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:12px;
  }
  .answer-text{
    padding:20px;
    border-radius:12px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    line-height:1.7;
    font-size:15px;
    color:#1f2937;
  }
  .date-display{
    color:#7E8790;
    margin-top:6px;
    font-size:13px;
  }


  /**********이용요금 결제 > 이벤트프로모션**********/
  /* 이벤트 프로모션 카드 */
.event-promo {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 40px auto;
  border-radius: 18px;
  overflow: hidden;
  background: #FFD454; /* 노란 배경 */
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}


/* 본문 영역 */
.event-promo__body {
  padding: 50px 50px 30px 50px;
  text-align:center;
}

/* 하단 CTA */
.event-promo__cta {
  width: 100%;
  height: 72px;
  border: 0;
  background: #5B3DF5; /* 보라 버튼 */
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.event-promo__cta i {
  font-size: 16px;
}

/* hover */
.event-promo__cta:hover {
  background: #4a2fe0;
}

.event-promo-txt {
  color:#111;
  font-size:22px;
  font-weight:700;
  line-height:1.4;
}
.event-promo-txt span {color:#FF4736;}

.event-info-box {
  background: #fff;
  border-radius: 16px;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.3;
  color: #222;
}

/* 리스트 */
.event-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 5px auto; /* ← 핵심 */
  display: inline-block;   /* ← 핵심 */
  text-align: left; 
}

.event-info-box li {
  display: flex;
  gap: 8px;
  position: relative;
  padding-left: 12px;   
  margin-bottom: 6px;
}

.event-info-box ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;           
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4F46E5; 
}


/* 파란 강조 */
.event-info-box .blue {
  color: #4F46E5;
  font-weight: 700;
}


/* 하단 주석 */
.event-info-note {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  text-align:left;
  margin-left:45px;
}

.trial-notice {
  display: flex;
  align-items: center;
  gap: 15px;

  padding: 10px 25px;
  margin-left: 6px;

  background: linear-gradient(135deg, #EEF4FF, #E0ECFF);
  border: 1px solid #C7DAFF;
  border-radius: 6px;

  font-size: 14px;
  color: #1E3A8A;

  box-shadow: 0 6px 10px rgba(0, 107, 237, 0.15);
}



/* 무료체험중 라벨 */
.trial-notice__label {
  padding: 4px 10px;
  background: #006BED ;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

/* 만료일 텍스트 */
.trial-notice__text {
  font-size: 18px;
  color: #1E40AF;
}

.trial-notice__text strong {
  font-weight: 800;
  color: #1D4ED8;
}
