/* 검진항목 알아보기 팝업 스타일 */
.base-info-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.base-info-popup.active {
  display: block;
}

.base-info-popup .popup-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  max-width: 660px;
  max-height: 80vh;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}

.base-info-popup  .popup-header {
  background: #E46182;
  padding: 20px;
  text-align: center;
  position: relative;
}

.base-info-popup .popup-header h3 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1875em;
  margin: 0;
}

.base-info-popup  .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.base-info-popup  .popup-close svg {
  width: 35px;
  height: 35px;
  fill: #FFFFFF;
}

.base-info-popup .popup-body {
  padding: 30px;
}

.base-info-popup .popup-body p{
  font-size: 22px;
  color: #000;
  line-height: 1.5;
}

.base-info-popup .info-section {
  padding: 38px;
  border-bottom: 1px solid #D1D1D1;
}

.base-info-popup .info-section:last-child {
  border-bottom: none;
}

.base-info-popup .info-section h4 {
  color: #51308E;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3571em;
  letter-spacing: -6%;
  margin: 0 0 14px 0;
}

.base-info-popup .info-section p {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -6%;
  margin: 0;
}

.base-info-popup .info-section ul {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -6%;
  margin: 14px 0 0 0;
  padding-left: 0;
  list-style: none;
}

.base-info-popup .info-section li {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 14px;
  position: relative;
  padding-left: 0;
}

.base-info-popup .info-section li:last-child {
  margin-bottom: 20px;
}

.popup-footer {display: flex; justify-content: center}
.base-popup__btn { width:30%; height: 50px; text-align:center; background:#FE98B7; border-radius:25px; transition:all 0.3s ease;background: linear-gradient(135deg,#FE98B7 0%, #7064E7 40%);}
.base-popup__btn span { width:50%; height: 50px; text-align:center; color: #fff; border-radius:25px; transition:all 0.3s ease; font-size: 20px;}

@media (max-width: 750px) {
  .base-info-popup .popup-header h3 {
    font-size: 20px;
  }
  .base-info-popup .popup-header {
    padding: 15px;
  }
  .base-info-popup .popup-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .base-info-popup .info-section {
    padding: 20px;
    border-bottom: 1px solid #D1D1D1;
  }
  .base-info-popup .info-section h4 {
    font-size: 18px;
  }
  .base-info-popup .info-section p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .base-info-popup .info-section ul {
    font-size: 15px;
  }

  .base-info-popup .info-section li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .base-info-popup .popup-body p{
    font-size: 16px;
    line-height: 1.2;
  }
  .base-popup__btn { width:30%; height: 40px; text-align:center; background:#FE98B7; border-radius:20px; transition:all 0.3s ease;background: linear-gradient(135deg,#FE98B7 0%, #7064E7 40%);}
  .base-popup__btn span { width:50%; height: 40px; text-align:center; color: #fff; border-radius:20px; transition:all 0.3s ease; font-size: 16px;}

}
