@charset "utf-8";
.splide__sr { 
  display: none;
}

#contents {
  padding-bottom: 27.3rem;
  background: url(../../img/main/btm-bg.svg) no-repeat center bottom / contain;
}

#visual {
  position: relative;
  width: 100%;
  height: 100%;
  --visual: url(../../img/main/visual.svg) no-repeat 0 0 / 21rem;
}

#visual .slogan {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: -1rem;
  height: 100%;
  width: 100%;
  z-index: 9;
}

#visual .slogan p {
  text-align: center;
  color: #FFF;
  font-family: "Yoon Manse";
  font-size: 4rem;
  font-family: var(--manse);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.32);
}

#visual .slogan .txt02 {
  color: #FFF;
  font-size: 11.8rem;
}

#visual .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#visual .link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}

#visual .link li {
  position: relative;
  max-width: 24rem;
  width: 100%;
}

#visual .link a {
  position: relative;
  display: block;
  text-align: center;
  padding: 8.8rem 1rem 1.5rem 1rem;
  width: 100%;
  font-size: 1.8rem;
  line-height: 130%;
  border-radius: 3rem;
  z-index: 10;
}

#visual .link a span {
  display: block;
  font-weight: 700;
}

#visual .link a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5rem;
  margin: 0 auto;
  width: 10rem;
  height: 6rem;
  background: var(--visual);
}

#visual .link .forest a {
  background: linear-gradient(180deg, #FBFFE0 0%, #ECFFB7 100%);
}

#visual .link .forest a::before {
  background-position: 0 -4.1rem;
}

#visual .link .camp::before,
#visual .link .camp::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 3.1rem;
  height: 3.1rem;
  background: var(--visual);
  background-position: -8rem 0;
  z-index: 10;
}

#visual .link .camp::before {
  left: -3rem;
}

#visual .link .camp::after {
  right: -3rem;
  transform: rotate(90deg);
}

#visual .link .camp a {
  border-radius: 3rem 3rem 0rem 0rem;
  background: #fff;
}

#visual .link .camp a::before {
  background-position: -11rem -4.1rem;
}

#visual .splide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#visual .splide__list {
  display: flex;
}

#visual .splide__list>li {
  flex: 0 0 auto;
  position: relative;
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  line-height: 0;
}

#visual .splide__list>li.is-active {
  opacity: 1;
  z-index: 1;
}

#visual .splide__list>li>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#visual .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.15rem;
  padding: 1rem 2rem;
  margin: 0 auto;
  width: 23.4rem;
  z-index: 9;
}

#visual .splide__arrows button {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: none;
  background: none;
}

#visual .splide__arrows button::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--visual);
}

#visual .splide__arrows .splide__arrow--prev::before {
  left:  0;
}

#visual .splide__arrows .splide__arrow--next::before {
  right: 0;
  transform: rotate(180deg);
}

#visual .splide__arrows .count {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
}

#visual .splide__arrows .count span {
  font-weight: 900;
}

#visual .splide__arrows .count #visual-total {
  color: rgba(255, 255, 255, 0.70);
}

#visual .splide__arrows .splide__toggle::before {
  left: 0;
  background-position: -4rem 0;
}

#contents .tit-box {
  text-align: center;
  margin-bottom: 3rem;
}

#contents .tit-box h3 {
  color: #222;
  font-size: 4.6rem;
  font-weight: 400;
}

#contents .tit-box h3 span {
  color: var(--main);
  font-weight: 700;
}

#contents .tit-box p {
  margin-top: 1.5rem;
  color: #666;
  font-size: 1.8rem;
}

#play {
  padding-top: 8rem;
  background: url(../../img/main/play-bg.svg) no-repeat 0 7rem / 209.9rem ;
}

#play .tit-box {
  margin-top: 0;
}

#play .tit-box h3 {
  display: inline-block;
  padding-top: 3.1rem;
  padding-left: 18rem;
  background: url(../../img/main/play-tit.svg) no-repeat 0 bottom / 17rem;
}

#play .splide {
  position: relative;
  padding-left: 8rem;
  padding-right: 8rem;
  max-width: calc(1440px + 16rem);
  width: 100%;
  margin: 0 auto;
}

#play .wrap {
  padding-bottom: 5rem;
  overflow: hidden;
}

#play .splide__arrows button {
  position: absolute;
  top: calc(50% - 5rem / 2);
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  border: none;
  background: rgba(0, 0, 0, 0.30) url(../../img/main/play-arr.svg) no-repeat 0 0 / 5rem;
  z-index: 1;
}

#play .splide__arrows button path {
  display: none;
}

#play .splide__arrows button.splide__arrow--prev {
  left: 1rem;
}

#play .splide__arrows button.splide__arrow--next {
  right: 1rem;
  transform: rotate(180deg);
}

#play .splide__list {
  display: flex;
  align-items: flex-start;
}

#play .splide__list>li {
  flex: 0 0 auto;
  width: 32rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0.5rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.20);
  overflow: hidden;
}

#play .splide__list>li:nth-child(even) {
  margin-top: 4rem;
}

#play .splide__list>li .img {
  height: 30rem;
  line-height: 0;
  overflow: hidden;
}

#play .splide__list>li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#play .splide__list>li dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 2rem;
  height: 12.5rem;
}

#play .splide__list>li dl dt {
  font-size: 2rem;
  font-weight: 600;
}

#play .splide__list>li dl dd {
  color: #666;
  line-height: 140%;
  word-break: keep-all;
}

#news {
  padding-top: 5rem;
  padding-bottom: 5rem;
  --notice: url(../../img/main/notice.svg) no-repeat 0 0 / 4rem;
  --pzone: url(../../img/main/pzone.svg) no-repeat 0 0 / 6.2rem;
}

#news .con {
  display: flex;
  gap: 4rem;
}

#news .con>div {
  flex: 1 1 calc(50% - 2rem);
}

#news .con .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

#news .con .tit>p {
  font-size: 2.7rem;
  font-weight: 600;
}

#notice .tit .more {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 8.2rem;
  padding: 0.6rem 1rem;
  color: #666;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 3rem;
  border: 1px dashed #CECECE;
  transition: .3s;
}

#notice .tit .more:hover {
  gap: 0.2rem;
  border: 1px solid #CECECE;
}

#notice .tit .more::after {
  content: '';
  width: 1.7rem;
  height: 1rem;
  background: var(--notice);
}

#notice .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

#notice .list>li {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  position: relative;
}

#notice .list>li>a {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 4.5rem 3.2rem;
  border-radius: 2rem;
  border: 1px solid #E8E8E8;
  background: #FFF;
  box-sizing: border-box;
  transition: .3s;
}

#notice .list>li>a:hover {
  box-shadow: 0.5rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.20);
}

#notice .list>li>a i {
  position: absolute;
  left: 0;
  top: -0.66rem;
  padding: 0.2rem 1rem 0.4rem 1rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  border-radius: 1.3rem 1.3rem 1.3rem 0rem;
  background: linear-gradient(90deg, #108035 0%, #006BC3 100%);
}

#notice .list>li>a i::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  width: 1.3rem;
  height: 1.3rem;
  background: var(--notice);
  background-position: -2.7rem 0;
}

#notice .list>li>a>p {
  display: -webkit-box;
  height: 5.3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  word-break: keep-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#notice .list>li>a .date {
  color: #555;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#pzone .splide__arrows {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

#pzone .splide__arrows .count {
  margin-right: 0.6rem;
  color: #666;
  letter-spacing: 0.03em;
}

#pzone .splide__arrows .count #pzone-current {
  font-weight: 700;  
}

#pzone .splide__arrows button {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 3rem;
  background: var(--pzone);
  border: 1px solid #CECECE;
}

#pzone .splide__arrows .splide__toggle {
  background-position: -3.6rem 0;
}

#pzone .splide__arrows .splide__arrow--next {
  transform: rotate(180deg);
}

#pzone .splide__track {
  border-radius: 2rem;
  overflow: hidden;
}

#pzone .splide__list {
  display: flex;
}

#pzone .splide__list>li {
  flex: 0 0 auto;
}

#pzone .splide__list>li a {
  display: block;
}

#pzone .splide__list>li .focus:focus-visible::after {
  border-radius: 2rem;
}

#tour {
  padding-top: 5rem;
  padding-bottom: 3rem;
  --tour: url(../../img/main/tour.svg) no-repeat 0 0 / 15.3rem;
}

#tour .con {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 4rem;
  border-radius: 3rem;
  background: #F1F6EF;
}

#tour .con li {
  flex: 1 1 33.3%;
}

#tour .con li .tit {
  padding: 0 1rem 1rem 1rem;
  font-size: 2.7rem;
  font-weight: 600;
}

#tour .con li .tit span {
  color: var(--main);
}

#tour .con li a {
  position: relative;
  display: block;
  height: 28rem;
  border-radius: 2rem;
  overflow: hidden;
}

#tour .con li a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 2.6rem;
  background: var(--tour), linear-gradient(90deg, #108035 0%, #006BC3 100%);
  background-position: -10.3rem 0, 0 0;
  transition: .3s;
  z-index: 2;
}

#tour .con li a:hover::after {
  right: 2rem;
  bottom: 2rem;
}

#tour .con li a::before {
  content: '';
  position: absolute;
  right: -0.1rem;
  bottom: -0.1rem;
  width: 9.3rem;
  height: 9.3rem;
  background: var(--tour);
  z-index: 2;
}

#tour .con li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem 2rem 10rem 2rem;
  overflow: hidden;
  transition: .3s;
}

#tour .con li a:hover img {
  transform: scale(1.1);
}

#quick {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 5rem;
  border-radius: 3rem;
  border: 1px solid #9BA693;
}

#quick>li {
  max-width: 11rem;
  width: 100%;
}

#quick a {
  position: relative;
  display: block;
  padding-top: 8rem;
  color: #222;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  transition: .3s;
}

#quick a:hover {
  padding-top: 7rem;
}

#quick a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 8rem;
  height: 6rem;
  background: url(../../img/main/quick.svg) no-repeat 0 0 / 62rem;
  transition: .3s;
}

#quick a:hover::before {
  top: 1rem;
}

#quick li:nth-child(2) a::before {
  background-position: -9rem 0;
}

#quick li:nth-child(3) a::before {
  background-position: calc(-9rem * 2) 0;
}

#quick li:nth-child(4) a::before {
  background-position: calc(-9rem * 3) 0;
}

#quick li:nth-child(5) a::before {
  background-position: calc(-9rem * 4) 0;
}

#quick li:nth-child(6) a::before {
  background-position: calc(-9rem * 5) 0;
}

#quick li:nth-child(7) a::before {
  background-position: calc(-9rem * 6) 0;
}

/* mb */
@media screen and (max-width:1024px) {
  #contents {
    padding-bottom: 20rem;
  }
  
  #visual {
    height: 60rem;
    margin-bottom: 135px;
  }

  #visual .wrap {
    bottom: -133px;
    background: #3A502E;
  }
  
  #visual .link {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
    height: 135px;
  }
  
  #visual .link li {
    max-width: 100%;
  }
  
  #visual .link li a {
    border-radius: 2rem !important;
  }

  #visual .link a span {
    display: inline-block;
  }

  #visual .link .camp::before,
  #visual .link .camp::after {
    display: none;
  }

  #visual .splide__slider,
  #visual .splide__track,
  #visual .splide__list {
    height: 100%;
  }

  #play .splide {
    padding-left: 60px;
    padding-right: 60px;
  }

  #play .splide__arrows button.splide__arrow--prev {
    left: 0;
    margin-left: 20px;
  }

  #play .splide__arrows button.splide__arrow--next {
    right: 0;
    margin-right: 20px;
  }

  #play .splide__list>li {
    margin-top: 0 !important;
  }

  #news .con {
    flex-direction: column;
  }

  #pzone .splide__list>li img {
    width: 100%;
  }
}

/* mid-mb */
@media screen and (max-width:800px) {
  #contents {
    padding-bottom: 15rem;
  }

  #tour .con li a {
    height: 170px;
  }

  #quick {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

/* min-mb */
@media screen and (max-width:500px) {
  #contents {
    padding-bottom: 10rem;
  }
  
  #visual {
    height: 380px;
    margin-bottom: 142px;
  }

  #visual .wrap {
    bottom: -140px;
  }

  #visual .link {
    align-items: center;
    height: 142px;
  }
  
  #visual .slogan .txt01 {
    font-size: 18px;
  }

  #visual .slogan .txt02 {
    font-size: 60px;
  }

  #visual .link a span {
    display: block;
  }

  #contents .tit-box h3 {
    font-size: 28px;
  }

  #play {
    background-size: auto 80%;
  }

  #play .tit-box h3 {
    padding-left: 14rem;
    padding-top: 1.1rem;
    background-size: 12rem;
  }

  #play .splide__list>li {
    width: 196px;
  }

  #play .splide__list>li .img {
    height: 180px;
  }

  #notice .list>li>a {
    padding: 2.5rem;
  }

  #notice .list>li>a>p {
    height: 38px;
    word-break: normal;
  }

  #tour .con {
    flex-direction: column;
  }

  #tour .con li {
    flex-basis: 100%;
    width: 100%;
  }

  #quick>li {
    max-width: calc(50% - 1rem);
  }
}