/*------ program ------*/
.program-mvSec img {
  object-position: 50% 45%;
}

.border-line {
  position: absolute;
  top: 3rem;
  bottom: -10rem;
  left: -2.55rem;
  width: 2px;
  height: 0;
  background: #dcdcdc;
}
@media screen and (max-width: 768px) {
  .border-line {
    left: -1.65rem;
  }
}

.program-daySec {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .program-daySec {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .program-daySec .w890 {
    margin-right: 1rem;
  }
}
.program-daySec__list {
  position: relative;
}
.program-daySec__item {
  position: relative;
  padding-bottom: 2rem;
  line-height: 2.25;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .program-daySec__item {
    padding-bottom: 1.5rem;
    line-height: 1.9;
  }
}
.program-daySec__item:last-child {
  padding-bottom: 0;
}
.program-daySec__item::before {
  top: 1.6rem;
  left: -3.3rem;
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  background: #f5cf1f;
  border-radius: 50%;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .program-daySec__item::before {
    left: -2.4rem;
  }
}
.program-daySec__item--list ul {
  padding-left: 1.25rem;
  list-style: disc;
}
.program-daySec__item--list ul li:last-child {
  list-style: none;
}
.program-daySec__item h3 {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-family: "M PLUS 2";
  font-size: clamp(1.125rem, -270rem + 600vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px solid #333;
}
.program-daySec__item h3 span {
  margin-left: 1rem;
  font-size: clamp(1.3125rem, -134.2941176471rem + 300vw, 1.5rem);
  color: #1e9dd8;
}
@media screen and (max-width: 768px) {
  .program-daySec__item h3 span {
    margin: 0;
  }
}
.program-daySec__detail {
  line-height: 1.7;
}
.program-daySec__container {
  padding: 1.5rem 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .program-daySec__container {
    padding: 1rem 1rem;
  }
}

.program-recreSec {
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .program-recreSec {
    padding: 1rem 0 4rem;
  }
}
.program-recreSec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .program-recreSec__list {
    gap: 1.5rem;
  }
}
.program-recreSec__item {
  width: 100%;
  padding: 1.5rem 3rem 2rem;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .program-recreSec__item {
    width: 100%;
    padding: 1rem 1rem 1.5rem;
  }
}
.program-recreSec__item h3 {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-family: "M PLUS 2";
  font-size: clamp(1.3125rem, -134.2941176471rem + 300vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px solid #333;
}
.program-recreSec__item h3 i {
  margin-right: 0.5rem;
  color: #f5cf1f;
}
.program-recreSec__item p {
  margin-bottom: 1rem;
}
.program-recreSec__item p:last-child {
  margin-bottom: 0;
}
.program-recreSec__box {
  width: 100%;
  padding: 1rem 1.5rem 1rem 2.5rem;
  font-family: "M PLUS 2";
  font-size: clamp(0.75rem, -180rem + 400vw, 1rem);
  line-height: 1.9;
  list-style: disc;
  background: #fff;
  border: 2px dashed #333;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .program-recreSec__box {
    padding: 1rem 1rem 1rem 1.75rem;
    margin-top: 1rem;
  }
}

.program-checkSec__list02 li {
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, -224.9411764706rem + 500vw, 1.3125rem);
}
