/* .wrapper */
.single-event .wrapper {
  padding-top: 20px;
  padding-bottom: 100px;
	max-width: 1136px;
	width: 100%;
	margin: 0 auto;
  overflow-x: hidden;
}



/* .container */
.single-event .container {

}



/* .title */
.single-event .container .page-title {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 6px;
  background: #EDF3FF;
  color: #1351F6;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 14px;
}



/* .event-title */
.single-event .container .event-title {}

.single-event .container .event-title .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}



/* .event-post-content */
.single-event .event-post-content {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.single-event .event-post-content .box {
  width: 100%;
  padding: 30px 30px 40px;
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
  border-radius: 8px;
  color: #000;
  background: #F7FAFC;
}

.single-event .event-post-content img {
	max-width: 100%;
}

.single-event .event-post-content p {
  line-height: 200%;
  color: #000;
	font-weight: 400
}

.single-event .event-post-content strong {
  font-weight: 700;
}

.single-event .event-post-content h1 {
	font-size: 36px;
	margin: 24.12px 0;
}

.single-event .event-post-content h2 {
	font-size: 27px;
	margin: 22.41px 0;
}

.single-event .event-post-content h3 {
	font-size: 21.06px;
	margin: 21px 0;
}

.single-event .event-post-content h4 {
	font-size: 18px;
	margin: 21px 0;
}

.single-event .event-post-content h5 {
	font-size: 14.94px;
	margin: 21px 0;
}

.single-event .event-post-content h6 {
	font-size: 12.06px;
	margin: 21px 0;
}

.single-event .event-post-content ol {
	list-style: auto;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}

.single-event .event-post-content ul {
	list-style: revert;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 400
}

.single-event .event-post-content li {
	margin: 10px 0;
	font-weight: 400;
}

.single-event .event-post-content hr {
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #f6f7f7;
}

.single-event .event-post-content table {
  width: 100%;
  margin-bottom: 20px;
}

.single-event .event-post-content table th,
.single-event .event-post-content table td {
  border: 1px solid #dcdcde;
  padding: 0.5em 1em;
}


  /* .list-btn */
.single-event .list-btn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 47px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  background-color: #000;
  margin-bottom: 60px;
}

.single-event .list-btn:hover {
  opacity: 0.6;
}



/* 진행중인 다른 이벤트 */
.single-event .other-event-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.single-event .other-event {}

.single-event .other-event .swiper {
  overflow: visible;
}

.single-event .other-event #otherEventSwiperMo {
  display: none;
}

.single-event .other-event .swiper-slide {
  width: 269px;
  margin-right: 20px;
}

.single-event .other-event .swiper-slide .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.single-event .other-event .swiper-slide .item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.single-event .other-event .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-event .other-event .swiper-slide .item .text {
  position: absolute;
  left: 30px;
  top: 30px;
}

.single-event .other-event .swiper-slide .item .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}

.single-event .other-event .swiper-slide .item .desc {
  color: #444;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.single-event .other-event .swiper-pagination {
  position: static;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 30px;
}

.single-event .other-event .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 !important;
  border-radius: 40px;
}

.single-event .other-event .swiper-pagination-bullet-active {
  width: 20px;
  background: #000;
}




@media screen and (max-width: 1176px) {
  .single-event .wrapper {
    max-width: 100%;
    padding: 0 20px 100px;
  }
}


@media screen and (max-width: 768px) {
  .single-event .wrapper {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .single-event .container .page-title {
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 12px;
  }

  .single-event .container .event-title .title {
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
  }

  .single-event .event-post-content {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .single-event .event-post-content .box {
    padding: 20px 20px 24px;
    font-size: 13px;
  }

  .single-event .event-post-content h1 {
    font-size: 26px;
    margin: 20.12px 0;
  }

  .single-event .event-post-content h2 {
    font-size: 22px;
    margin: 18.41px 0;
  }

  .single-event .event-post-content h3 {
    font-size: 18.06px;
    margin: 16px 0;
  }

  .single-event .event-post-content h4 {
    font-size: 16px;
    margin: 16px 0;
  }

  .single-event .event-post-content h5 {
    font-size: 14.94px;
    margin: 16px 0;
  }

  .single-event .event-post-content h6 {
    font-size: 12.06px;
    margin: 15px 0;
  }

  .single-event .event-post-content ol {
    list-style: auto;
    padding-left: 12px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .single-event .event-post-content ul {
    list-style: revert;
    padding-left: 12px;
    margin-bottom: 20px;
    font-weight: 400
  }

  .single-event .event-post-content li {
    margin: 4px 0;
    font-weight: 400;
    font-size: 14px;
  }

  .single-event .event-post-content hr {
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #f6f7f7;
  }


  .single-event .list-btn {
    font-size: 13px;
    margin-bottom: 40px;
  }


  .single-event .other-event-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .single-event .other-event #otherEventSwiperPc {
    display: none;
  }

  .single-event .other-event #otherEventSwiperMo {
    display: block;
  }

  .single-event .other-event .swiper-slide {
    width: 100%;
    min-height: calc(((100vw - 40px) * 150 / 353) * 2 + 10px);
    margin-right: 0;
  }

  .single-event .other-event .swiper-slide .item {
    aspect-ratio: 353 / 150;
    border-radius: 8px;
  }

  .single-event .other-event .swiper-slide .item .text {
    top: 50%;
    transform: translateY(-51%);
    left: 30px;
  }

  .single-event .other-event .swiper-slide .item .title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .single-event .other-event .swiper-slide .item .desc {
    font-size: 12px;
  }

  .single-event .other-event .swiper-pagination {
    margin-top: 20px;
  }
}