@charset "UTF-8";
/* Visual */

.main_visual {
  background: center/cover no-repeat url(../images/main/visual_bg.svg);
}
.visual {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
.visual button {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 2.73438rem;
  height: 4.375rem;
  background: url(../images/main/arrow_next.svg) no-repeat center;
}
.visual button.slick-prev {
  left: 50px;
  font-size: 0;
  transform: rotate(180deg);
}
.visual button.slick-next {
  right: 50px;
  font-size: 0;
}
.visual button.slick-prev::before,
.visual button.slick-next::before {
  display: none;
}
.btn {
  text-align: center;
}
.btn button {
  margin: 10px 0 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background: var(--main-Cl02);
}

.visual .bg1,
.visual .bg2,
.visual .bg3,
.visual .bg4 {
  text-align: center;
  height: 580px;
  margin-block: 131px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.visual .bg1 {
  background-image: url(../images/main/visual_01.png);
}
.visual .bg2 {
  position: relative;
  background-image: url(../images/main/visual_02.png);
}
.visual .bg3 {
  position: relative;
  background-image: url(../images/main/visual_03.png);
}
.visual .bg4 {
  position: relative;
  background-image: url(../images/main/visual_04.png);
}
.visual .bg1 p,
.visual .bg2 p,
.visual .bg3 p,
.visual .bg4 p {
  position: absolute;
  left: 50%;
  transform: translateX(-5%);
  font-family: "LINESeedSansKR";
  color: var(--white);
  text-align: left;
}
.visual .bg1 .txt1,
.visual .bg2 .txt1,
.visual .bg3 .txt1 {
  top: 2.125rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.visual .bg1 .txt2,
.visual .bg2 .txt2,
.visual .bg3 .txt2,
.visual .bg4 .txt2 {
  bottom: 3.375rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 110%;
  em {
    font-size: 3.25rem;
    font-weight: 700;
  }
  span {
    font-size: 2.5rem;
    letter-spacing: -0.7px;
  }
}
.visual .bg1 .txt3,
.visual .bg2 .txt3,
.visual .bg3 .txt3,
.visual .bg4 .txt3 {
}

@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* main_contents */
.quick_menu {
  position: fixed;
  right: 5px;
  z-index: 100;
}
.quick_menu dt {
  display: none;
  font-family: "LINESeedSansKR";
  font-size: 22px;
  color: var(--main-Cl01);
  writing-mode: vertical-rl;
  width: 30px;
  padding-bottom: 30px;
}
.quick_menu dt span {
  color: var(--main-Cl02);
}
.quick_menu dl {
  padding: 10px 0;
}
.quick_menu a {
  display: block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
  text-indent: -9999rem;
}
.quick_menu a.quick_insta {
  background-image: url(../images/main/icon_insta.svg);
}
.quick_menu a.quick_facebook {
  background-image: url(../images/main/icon_facebook.svg);
}
.quick_menu a.quick_youtube {
  background-image: url(../images/main/icon_youtube.svg);
}
.quick_menu a.quick_blog {
  background-image: url(../images/main/icon_blog.svg);
}
.quick_menu a.quick_mail {
  background-image: url(../images/main/icon_mail.svg);
  background-size: 80% !important;
}

/* Quick Banner */

.quick_banner {
  max-width: 105rem;
  margin: 0 auto;
  p {
    font-family: "LINESeedSansKR";
    color: var(--main-Cl02);
    text-align: center;
    margin-bottom: 1rem;
  }
  .quick_wrap {
    width: 100%;
    /* max-width: 82.5rem; */
    margin: 2rem auto 6.25rem;
    padding: 0 1.25rem;
  }
  ul {
    position: relative;
    margin: 0 auto;
    max-width: 66.25rem;
    height: 4.375rem;
    border-radius: 4.375rem;
    background: var(--green);
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    li {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        left: 0;
        width: 2px;
        height: 3.125rem;
        background-color: var(--main-Cl01);
      }
      a {
        font-weight: 700;
        color: var(--main-Cl01);
        display: block;
        padding-left: 1.875rem;
        &::before {
          content: "";
          position: absolute;
          margin-left: -1.875rem;
          width: 1.5rem;
          height: 1.5rem;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
      &:first-child {
        &::before {
          display: none;
        }
      }
      &:nth-child(1) a::before {
        background-image: url(../images/main/quick_icon-check.svg);
      }
      &:nth-child(2) a::before {
        background-image: url(../images/main/quick_icon-time.svg);
      }
      &:nth-child(3) a::before {
        background-image: url(../images/main/quick_icon-festival.svg);
      }
    }
  }
}

/* section 공통 */
.section02,
.section03,
.section04,
.section05 {
  margin-bottom: 7.5rem;
}
.section02,
.section05 {
  padding-inline: 1.25rem;
}

.section02_wrap,
.section03_wrap,
.section04_wrap,
.section05_wrap {
  width: 100%;
  max-width: 82.5rem;
  margin: 0 auto;
}
.section03_wrap,
.section04_wrap {
  padding-block: 1.25rem 1.875rem;
  padding-inline: 1.875rem;
}
/* .section02_wrap .h1_wrap,
.section03_wrap .h1_wrap,
.section04_wrap .h1_wrap {
  margin-bottom: 3.125rem;
} */
.section02_wrap h1,
.section03_wrap h1,
.section04_wrap h1,
.section05_wrap h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-Cl01);
  text-align: left;
}
.section03_wrap {
  background-color: var(--main-Cl01);
  h1 {
    color: var(--white);
  }
}
.section04_wrap {
  background-color: #f0f0f0;
}

.section_news {
  width: 100%;
  padding-inline: 1.25rem;
}
.main_newsWrap {
  width: 100%;
  max-width: 82.5rem;
  margin: 6.25rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
.main_newsWrap .news {
  width: calc(50% - 1.25rem);
}
.main_newsWrap .h1_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 2.25rem;
}
.main_newsWrap h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-Cl01);
}

.news_more {
  /* position: absolute;
  top: 0px;
  right: 0; */
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/main/more_btn.svg) center no-repeat;
  text-indent: -9999rem;
  transition: 0.3s;
}
/* .news_more:hover {
  background: url(../images/main/more_btnHover.svg) center no-repeat;
} */

.news_ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  border-top: 2px solid var(--main-Cl01);
}
.news_ul li {
  width: 50%;
  /* height: -webkit-fill-available; */
  height: 9.0625rem;
  padding-block: 0.75rem;
  padding-right: 0;
  border-bottom: 2px solid var(--main-Cl01);
}
.news_ul li:nth-child(2n + 1) {
  padding-block: 0.75rem;
  padding-right: 1.25rem;
}
.news_ul li strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--main-Cl01);
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_ul li p {
  font-size: 1rem;
  color: var(--main-Cl01);
  /* height: 38px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news_ul li span {
  font-size: 1rem;
  color: var(--main-Cl01);
}

.news_wrap .tab ul {
  justify-content: right;
}
.tab_group.program,
.tab_group.namdoplus {
  /* width: 100%; */
  /* margin-right: 4.375rem; */
  /* width: 48.125rem; */
  /* position: relative; */
  margin-top: -76.8px;
  .tab {
    margin-bottom: 50px;
    ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      li {
        /* width: 100%; */
        &.on {
          button {
            background-color: var(--main-Cl01);
            color: var(--white);
          }
        }
        button {
          /* width: 100%; */
          background-color: transparent;
          color: var(--main-Cl01);
          font-size: 1rem;
          font-weight: 700;
          padding-inline: 12px;
          padding-block: 16px;
        }
      }
    }
  }
}

.tab_group.namdoplus {
  .tab_content {
    .namdoplus_wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem;
      img {
        width: 100%;
      }
      .namdoplus_desc {
        border-top: 2px solid var(--main-Cl01);
      }
      .h2_wrap {
        margin-top: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        h2 {
          font-size: 40px;
          font-weight: 700;
          color: var(--main-Cl01);
        }
        .namdoplus_more {
          display: block;
          width: 1.25rem;
          height: 1.25rem;
          margin-right: 0.625rem;
          background: url(../images/main/more_plus.svg) center no-repeat;
          text-indent: -9999rem;
          transition: 0.3s;
        }
      }
      p {
        font-size: 18px;
        font-weight: 400;
        color: var(--main-Cl01);
        margin-top: 40px;
      }
    }
  }
}

.tab ul.mainConts {
  display: flex;
  justify-content: center;
  padding-right: 30px;
}
.tab ul.mainConts li {
  position: relative;
  padding: 0 17px;
}
.tab ul.mainConts li.on {
  z-index: 2;
}
.tab ul.mainConts li.on button {
  color: var(--gray50);
}

.tab ul.mainConts li button {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray99);
  background-color: var(--white);
}

.tab_content {
  display: none;
}
.tab_content.on {
  display: block;
}

.ie9 .tab ul:after {
  content: "";
  display: block;
  clear: both;
}
.ie9 .tab ul li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.ie9 .tab ul.no2 li {
  width: 50%;
}
.ie9 .tab ul.no4 li {
  width: 25%;
}
.ie9 .tab ul.no5 li {
  width: 20%;
}

/* section02 */
.section02 {
  /* background-color: #d6f7fa;  */
  /* min-height: 744px; */
}

.section02_wrap .tab_group.program .tab {
  /* padding: 0 0 20px; */
}
.tab_group.program {
  width: 100%;
  max-width: 100%;
}
.tab_group.program button {
  background-color: transparent;
}
.tab_group.program li.on button {
  color: var(--main-Cl01);
}
.tab_group.program button::before {
  left: 50%;
  top: -15px;
}

.program_movie {
  width: 100%;
}
.program_movieUl {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.program_movieUl li {
  width: calc(25% - 30px);
  min-height: 310px;
  background-color: var(--white);
}
.program_movieUl li img {
  /* min-width: 250px; */
  width: 100%;
}
.program_movieUl li a {
  display: block;
  /* padding: 20px; */
}
.program_movieUl .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  color: var(--main-Cl01);
}
.program_movieUl .writer,
.program_movieUl .desc {
  font-size: 16px;
  color: var(--main-Cl01);
  line-height: 1.4;
}
.program_movieUl .writer {
  /* margin-top: 15px; */
}

/* section03 */
.section03 {
  /* background-color: var(--main-Cl01); */
}
.section03_wrap {
  .h1_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  .fest_more {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/main/more_plus-white.svg) center no-repeat;
    text-indent: -9999rem;
    transition: 0.3s;
  }
}

/* section03 */
.slide_block {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  position: relative;
  /* background-color: var(--grayf7); */
}
.slide_block .title {
  margin-top: 1.255rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
.slide_block .writer {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

/* slick */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  /* margin: 0px 20px; */
}
.slick-slide img {
  width: 100%;
  width: 100%;
  border-radius: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 32%;
  transform: translateX(-50%);
  font-size: 0;
  text-indent: -9999px;
  z-index: 100;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 66px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 80px;
}
.slick-prev:before {
  left: 0;
  background: url(../images/main/slide_prev.svg) center no-repeat;
}
.slick-next:before {
  left: 0;
  background: url(../images/main/slide_next.svg) center no-repeat;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-active {
  opacity: 0.9;
}
.slick-current {
  opacity: 1;
}
.slick-dots {
  display: none !important;
}

.program_festival {
  width: 100%;
}
.program_festivalUl {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.program_festivalUl li {
  width: calc(25% - 30px);
  padding: 20px;
  background-color: var(--grayf7);
}
.program_festivalUl .title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
.program_festivalUl .writer,
.program_festivalUl .desc {
  font-size: 14px;
  color: var(--gray50);
  line-height: 1.4;
}
.program_festivalUl .writer {
  margin-top: 15px;
}

/* section04 */
.section04_wrap {
  width: 100%;
  max-width: 82.5rem;
  margin: 0 auto;
}
/* .section04_wrap h1 { margin-bottom: 30px !important;} */
.section04_wrap h1 span {
  color: var(--main-Cl01);
}
.section04_wrap h1 strong {
  color: var(--main-Cl02);
}
.section04_wrap p.h1_p {
  font-size: 18px;
  color: var(--gray99);
  text-align: center;
  padding-top: 20px;
}

.tab_group {
  .namdoplus {
  }
}

/* slide banner */
.partners-list-area {
  /* padding-inline: 1.25rem;
  padding-block: 0.625rem; */
}
.swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  &.partners-list {
    /* max-width: 82.5rem; */
    /* margin-block: 1.25rem; */
    transition-timing-function: linear !important;
    ul {
      li {
        text-align: center;
        width: auto;
        height: 80px;
        padding: 10px 25px;
        img {
          max-width: 100%;
          height: 40px;
        }
      }
    }
  }
}
