.layer-close {
  position: absolute;
  top: -40px;
  right: 10px;
  cursor: pointer;
}
.s-btn {
  width: 50px !important;
  height: 50px !important;
  background-color: #000;
  display: flex;
}
.swiper-button-prev > svg {
  width: 20px !important;
  height: 20px !important;
}
.swiper-button-next > svg {
  width: 20px !important;
  height: 20px !important;
}
.sub__festivalText__Area {
  width: 100%;
  min-height: 80dvh;
  height: auto;
  padding: 90px 85px;
  color: var(--color-black);
}

.sub__festivalText__Area figure {
  margin-top: 35px;
}

.sub__festivalText__Area figure img {
  width: 30% !important;
}

.sub__festivalText__Area h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.sub__festivalText__Area h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 46px;
  margin: 40px 0;
}

.sub__festivalText__Area p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.sub__festivalText__Area p.bottom__text {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
  line-height: 30px;
  margin-top: 10px;
}

.sub__festivalText__Area.pastevent {
  padding: 30px 85px;
}

.sub__festivalText__Area.pastevent > div {
  display: flex;
}

.sub__festivalText__Area.pastevent > div > div {
  width: 50%;
  text-align: center;
}

.sub__festivalText__Area.pastevent > div > ul {
  margin-top: 0;
  width: 50%;
}

.sub__festivalText__Area.pastevent .sub__festivalPoster {
  margin-top: 0;
}

.sub__festivalText__Area.pastevent
  .sub__festivalPoster
  .slide-pastEvent__wrapper {
  margin: 0;
  width: 90%;
  margin: 0 auto;
}

.sub__festival__intro {
  width: 100%;
  height: auto;
  border-top: 3px solid var(--color-black);
  margin-top: 75px;
}

.sub__festival__intro.festival {
  margin-top: 30px;
}

.sub__festival__intro li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0;
  position: relative;
}

.sub__festival__intro li.top {
  align-items: flex-start;
}

.sub__festival__intro li.top label {
  position: relative;
  top: 3px;
}

.sub__festival__intro li label {
  min-width: 130px;
  font-size: 18px;
  font-weight: 500;
  color: #818181;
}

.sub__festival__intro li p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  word-break: break-word;
}

.sub__festival__intro li p.strong {
  font-weight: 600;
}

.sub__festival__intro li a {
  width: 152px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub__festival__intro li p > a {
  color: var(--color-black);
  border-bottom: 3px solid var(--color-black);
}

.sub__festival__intro li p > a.btn__download {
  padding: 10px 15px;
  background-color: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
  font-size: 16px;
}

.sub__festival__intro li p > em {
  color: var(--color-black);
  border-bottom: 3px solid var(--color-black);
}

.sub__festival__intro li p span.iconWrap {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 25px;
}

.sub__festival__intro li p span.iconWrap a {
  width: 40px;
  height: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub__festival__intro li p span.iconWrap a img {
  width: 30px;
}

.sub__festival__intro .position__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.sub__festival__intro .position__wrap.add__list {
  padding: 0 20px;
}

.sub__festival__intro .position__wrap + p:nth-child(n + 2) {
  margin-top: 40px;
}

.sub__festival__intro .position__wrap li {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  color: var(--color-black);
  padding: 17px 0;
  position: relative;
}

.sub__festival__intro .position__wrap li:nth-child(3n) {
  border-right: 1px solid #e0e0e0;
}

.sub__festival__intro .position__wrap li:nth-child(n) {
  border-left: 1px solid #e0e0e0;
}

.sub__festival__intro .position__wrap li:nth-child(n + 4) {
  border-top: none;
}

.sub__festival__intro .position__wrap li.border:last-of-type::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  right: -1px;
  top: 0;
  position: absolute;
}

.sub__festival__intro .position__wrap li:nth-child(n + 4)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  right: -1px;
  top: 0;
  position: absolute;
}

.sub__festivalPoster {
  margin-top: 31px;
  width: 100%;
  height: auto;
  text-align: center;
}

.sub__festivalPoster a {
  margin-top: 75px;
  background-color: var(--color-black);
  width: 455px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
}

.slide-pastEvent__wrapper {
  width: 100%;
  height: 580px;
  position: relative;
  margin: 100px 0 200px;
  overflow: hidden;
}

.slide-pastEvent__wrapper .slick-slider {
  height: 100%;
}

.slide-pastEvent__wrapper .slick-slider .slick-list {
  height: 100%;
}

.slide-pastEvent__wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
}

.slide-pastEvent__wrapper .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  position: relative;
}

.slide-pastEvent__wrapper
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide
  img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slide-pastEvent__wrapper .btn-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}

.slide-pastEvent__wrapper .slick-slide {
  overflow: hidden;
}

.slide-pastEvent__wrapper .slick-slide img {
  width: 100%;
}

.slide-pastEvent__wrapper .btn-wrap .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: var(--color-black);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slide-pastEvent__wrapper .btn-wrap .slick-arrow.prevArrow {
  left: 0;
}

.slide-pastEvent__wrapper .btn-wrap .slick-arrow.nextArrow {
  right: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper.pc__slide {
  width: 90%;
  height: 450px;
}

.swiper.mo__slide {
  width: 100%;
  height: 580px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide p {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.swiper__btn {
  font-size: 0;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper.mo__slide .swiper-slide img {
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper.mo__slide .swiper-slide img {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper.pc__slide .swiper-button-next {
  right: 1% !important;
}

.swiper.pc__slide .swiper-button-prev {
  left: 1% !important;
}

.past__list__wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 80%;
  margin-top: 30px;
}

.past__list__wrap > li {
  width: 100%;
  height: auto;
}

.past__list__wrap > li p {
  font-size: 27px;
  font-weight: 800;
  color: #000;
  margin-top: 20px;
  line-height: 1;
}

.past__list__wrap > li a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.past__list__wrap > li a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.composition__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.composition__list > li {
  width: 100%;
  height: auto;
  border: 3px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.composition__list > li .composition__picture__area img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.composition__list > li:last-of-type .composition__picture__area img {
  height: inherit;
  min-height: inherit;
  object-fit: contain;
}

.composition__list > li .composition__text__area {
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.composition__list > li .composition__text__area p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.composition__list > li .composition__text__area span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
}

.composition__list > li .composition__text__area + a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px;
  background-color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}

.composition__list > li .composition__text__area + a img {
  width: 8px;
}

.composition__list > li:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.composition__list > li:last-of-type .composition__picture__area {
  height: calc(100% - 56px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.composition__list > li:last-of-type a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px;
  background-color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
}

.intro__festival__f {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sub__content {
  width: 100% !important;
  max-width: 1920px !important;
}
.vote-intro {
  width: 100%;
  height: 1130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vote-intro > a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background-color: #000;
}
.vote-banner {
  width: 100%;
  height: 1130px;
}
.vote-banner > img {
  width: 100%;
  border: 1px solid #d0d0d0;
}
.vote-title {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 3px solid #000;
  width: 100%;
  height: 80px;
}
.vote-title > h2 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  font-weight: 700;
}
.vote-subtitle {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.vote-subtitle h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
}
.vote-subtitle h2 > b {
  font-size: 24px;
  font-weight: 700;
}
.vote-subtitle h2 > b > img {
  margin-top: 4px;
  margin-left: 4px;
}
.vote-subtitle p {
  font-size: 16px;
  font-weight: 500;
  color: #0c71cd;
}
.vote-content {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 100px;
}
.vote-content > ul {
  width: 100%;
  display: grid;
  justify-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.vote-content > ul > li {
  width: 100%;
  box-sizing: border-box;
}
.vote-content-box {
  width: 100%;
  max-width: 390px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.vote-content-box.active {
  box-sizing: border-box;
  /* border: 4px solid #0c71cd; */
  outline: 4px solid #0c71cd;
  outline-offset: -4px; /* 안쪽으로 밀어넣기 */
}
.content-layer-wrap {
  width: 100%;
}
.content-layer-wrap > img {
  /* width: 100%; */
}
/* 딤드 레이어 기본 숨김 */
.vote-content-box .dim-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000b2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s;
  gap: 10px;
}
/* 마우스 오버 시 나타남 */
.vote-item:hover .dim-layer {
  opacity: 1;
}
.vote-item > .image-box {
  max-width: 390px;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.vote-item > .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 비율 유지하면서 꽉 채움 */
  object-position: center; /* 중앙 기준 자르기 */
  display: block;
}
.vote-content > ul > li > h2 {
  font-size: 20px;
  margin-bottom: 10px;
  height: 60px;
  display: flex;
  align-items: center;
}
.imgDimLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.layer-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-content {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  min-height: 600px;
  max-height: calc(100dvh - 100px);
  padding: 60px 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.layer-content h2 {
  font-size: 22px;
  font-weight: 600;
}
.layer-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.imgDimLayer .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 비율 유지하면서 꽉 채움 */
  object-position: center; /* 중앙 기준 자르기 */
  display: block;
  /* box-shadow: 0 0 20px #000; */
}
.layer-content > .content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 34px;
  overflow-y: scroll;
  /* scrollbar-width: none;
  -ms-overflow-style: none; */
}
.layer-content > .content-wrap::-webkit-scrollbar {
  /* display: none; */
}
/* 전체 요소에 적용 */
.layer-content > .content-wrap {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 transparent; /* Firefox */
}

/* 크롬/사파리/엣지 (Webkit 브라우저) */
.layer-content > .content-wrap::-webkit-scrollbar {
  width: 6px;
}

.layer-content > .content-wrap::-webkit-scrollbar-thumb {
  background-color: #b3b3b3; /* 스크롤 막대 색 */
  border-radius: 10px;
}

.layer-content > .content-wrap::-webkit-scrollbar-track {
  background: transparent; /* 트랙 배경 */
}

.imgDimLayer .imgWrap {
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.submit-btn {
  width: 340px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.custom-radio input[type="radio"] {
  display: none; /* 기본 라디오 숨김 */
}

.radio-box {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon {
  display: none;
}
.radio-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 35px;
  display: flex;
  border: 2px solid #000;
  background-color: #fff;
  padding: 7px;
  z-index: 999;
}
.radio-wrap.active {
  background-color: #0c71cd;
  border: 2px solid #0c71cd;
  color: #fff;
}
.radio-wrap.active .radio-box {
  background-color: #f8cf01;
}
/* 텍스트 스타일 (선택) */
.label-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
/* 선택된 경우만 svg 체크 표시 보이게 */
.custom-radio input[type="radio"]:checked + .radio-box .check-icon {
  display: block;
}

.vote-intro-text > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.vote-intro-text > h2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 22px;
  margin-bottom: 25px;
}
.vote-intro-text > h2 > svg {
  width: 24px;
  height: 24px;
}
.vote-intro-text > h2 > span {
  width: 100%;
}
.intro-content {
  border-top: 3px solid #000;
}
.intro-content-list {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
}
.intro-content-title {
  width: 150px;
  font-size: 18px;
  color: #898989;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 20px;
}
.intro-content-info {
  font-size: 18px;
  font-weight: 600;
}
.intro-content > h2 {
  color: #0c71cd;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.intro-content > p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
/* media */
@media screen and (max-height: 1024px) {
  .imgDimLayer .imgWrap {
    min-height: 450px;
  }
}
@media screen and (max-height: 900px) {
  .imgDimLayer .imgWrap {
    min-height: 400px;
  }
}
@media screen and (max-height: 700px) {
  .imgDimLayer .imgWrap {
    min-height: 300px;
  }
}
@media screen and (max-width: 1600px) {
  .vote-content > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .vote-content > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sub__festivalText__Area {
    padding: 20px;
  }
  .sub__festivalText__Area h1 {
    margin-top: 30px;
    font-size: 24px;
  }
  .sub__festivalText__Area p {
    font-size: 14px;
    line-height: 24px;
  }
  .vote-title {
    margin-top: 40px;
    height: 60px;
  }
  .vote-title > svg {
    width: 20px;
    height: 20px;
  }
  .vote-title > h2 {
    font-size: 20px;
  }
  .vote-subtitle h2 {
    font-size: 17px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .vote-subtitle h2 > b {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vote-subtitle h2 > b > img {
    margin-top: 0;
    margin-left: 4px;
  }
  .vote-content > ul {
    width: 100%;
    display: grid;
    justify-items: stretch;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .vote-content-box {
    max-width: 100%;
  }
  .content-layer-wrap > img {
    width: 100%;
  }
  .vote-content > ul > li > h2 {
    font-size: 16px;
  }
  .vote-content {
    margin-bottom: 40px;
  }
  .submit-btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .intro__festival__f {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .vote-banner {
    width: 100%;
    height: auto;
  }
  .vote-banner > img {
    width: 100%;
  }
  .vote-intro {
    height: auto;
    gap: 30px;
  }
  .vote-intro > a {
    height: 50px;
    font-size: 16px;
  }
  .layer-content {
    padding: 30px;
  }
  .vote-subtitle {
    height: 100px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .radio-wrap {
    width: 90px;
    height: 30px;
  }
  .label-text {
    font-size: 14px;
  }
  .custom-radio {
    gap: 4px;
  }
  .radio-box {
    width: 16px;
    height: 16px;
  }
  .vote-item > .image-box {
    width: 100%;
  }
  .vote-intro-text > h2 {
    font-size: 16px;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .vote-intro-text > h2 > svg {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
  .vote-intro-text > p {
    margin-bottom: 15px;
  }
  .intro-content-title {
    width: 80px;
    font-size: 14px;
    padding: 0 15px;
  }
  .intro-content-info {
    font-size: 14px;
  }
  .intro-content > h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .intro-content > p {
    font-size: 14px;
    line-height: 20px;
  }
  .intro-content-list {
    height: 65px;
  }
  .imgDimLayer .imgWrap {
    min-height: 350px;
  }
  .s-btn {
    width: 30px !important;
    height: 30px !important;
    background-color: #000;
    display: flex;
  }
  .swiper-button-prev > svg {
    width: 15px !important;
    height: 15px !important;
  }
  .swiper-button-next > svg {
    width: 15px !important;
    height: 15px !important;
  }
}
