/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.program-detail-section {
  padding: 3rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .program-detail-section {
    padding: 2.5rem 0 3rem;
  }
}

.program-detail-section .schedule-badge {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 6px 12px;
  display: table;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .program-detail-section .schedule-badge {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}

.program-detail-section .schedule-badge span {
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .program-detail-section .schedule-badge span {
    font-size: 12px;
  }
}

.program-detail-section .program-desc {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 2;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .program-detail-section .program-desc {
    margin-bottom: 2.5rem;
  }
  .program-detail-section .program-desc p {
    display: inline;
  }
}

.program-detail-section ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}

.program-detail-section ul.second {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .program-detail-section ul.second {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .program-detail-section ul {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
}

.program-detail-section ul li {
  width: 175px;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .program-detail-section ul li {
    width: 47.5%;
    margin-bottom: 5%;
    line-height: 1.5;
  }
}

.program-detail-section ul li img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .program-detail-section ul li img {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .program-detail-section ul li p, .program-detail-section ul li span {
    font-size: 14px;
  }
}

.program-detail-section .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.program-detail-section .btnBox a {
  color: #FFF;
  background-color: #e51a6a;
  width: 312px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .program-detail-section .btnBox a {
    font-size: 1rem;
    width: 260px;
    height: 44px;
  }
}

.program-detail-section .btnBox a:hover {
  background-color: #b71555;
}

.program-list-section {
  padding: 3rem 0 4rem;
}

.program-list-section .program-card {
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 1rem;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-list-section .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.program-list-section .program-card .card-img-wrap {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-list-section .program-card .card-img-wrap img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.program-list-section .program-card .program-title {
  min-height: 58.23px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 12px;
}

.program-list-section .program-card .schedule-badge {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  display: table;
  margin-bottom: 8px;
  border-radius: 4px;
  line-height: 1.4;
}

.program-list-section .program-card .schedule-badge span {
  font-weight: normal;
  font-size: 0.6rem;
}

.program-list-section .program-card .program-desc {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 1rem;
  min-height: 46.06px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.program-list-section .program-card .card-actions .btn {
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-list-section .program-card .card-actions .btn-program-outline {
  background-color: #ffffff;
  border: 1px solid #111111;
}

.program-list-section .program-card .card-actions .btn-program-outline:hover {
  background-color: #eee;
}

.program-list-section .program-card .card-actions .btn-program-solid {
  background-color: #e51a6a;
  color: #ffffff;
  border: 1px solid #e51a6a;
}

.program-list-section .program-card .card-actions .btn-program-solid:hover {
  background-color: #b71555;
  border-color: #b71555;
}

@media (max-width: 767px) {
  .program-list-section {
    padding: 2.5rem 0 3rem;
  }
  .program-list-section .program-card .card-img-wrap {
    height: 120px;
  }
  .program-list-section .program-card .program-title {
    font-size: 1.25rem;
    min-height: auto;
  }
  .program-list-section .program-card .program-title br {
    display: none;
  }
  .program-list-section .program-card .program-desc {
    min-height: auto;
  }
}

/*# sourceMappingURL=program.css.map */