@charset "EUC-KR";

@media (max-width: 1340px) {
  .mspWrap .leftSet .txt {
    margin: 0 20px;
  }
}

@media(max-width: 1290px){
	header .header--wrapper{
		padding: 0 20px;
	}
	.event--gallery--wrap{
		padding: 0 20px;
	}
	.news--wrapper{
		padding: 0 20px;
	}
}

@media (max-width:1195px){
  header .header--wrapper .header--bottom:after{
    display: none;
  }

  header .header--wrapper .header--bottom > ul > li{
    position: static;
  }

  header .header--wrapper .header--bottom > ul > li{
    padding-bottom:0px;
  }
  header .header--wrapper .header--bottom > ul > li:hover > a{
    color: #0051BA;
    position: relative;
  }
  header .header--wrapper .header--bottom > ul > li:hover > a:after{
    display: none;
  }
  header .header--wrapper .header--bottom > ul > li > ul{
    position: static;
    top:0px;
  }

  header .header--wrapper .header--bottom > ul > li > ul{
    max-height:auto;
    overflow: inherit;
    transition: max-height .2s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top:0px;
  }



  header .header--wrapper .header--bottom > ul > li.mobile--menu--block{
    display: block;
  }

  header{
    min-height:120px;
  }
  header .header--wrapper .logo picture,
  header .header--wrapper .logo{
    max-height:45px;
  }

  header .header--wrapper .logo img{
    height:100%;
    max-height:45px;
  }
  header .header--wrapper .header--menu--wrap{
    position: fixed;
    top:0px;
    left:100%;
    height:100%;
  }
  header .header--wrapper .hmb--btn{
    display: block;
  }

  header .header--wrapper .header--menu--wrap{
    transition: left 0.3s ease-in-out;
    width: 100%;
    height:100%;
    background: #fff;
    padding-top:100px;
    box-sizing: border-box;
  }

  header .header--wrapper .header--menu--wrap .header--top{
    position: absolute;
    top:43px;
    left:43px;
    padding:0px;
  }
  header .header--wrapper .header--menu--wrap .header--top > ul{
    justify-content: flex-start;
  }
  header .header--wrapper .header--menu--wrap .header--top > ul > li.mo--hide{
    display: none;
  }
  header .header--wrapper .header--menu--wrap .header--top a{
    font-size: 20px;
    color: #8a8d8f;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }
  header .header--wrapper .header--menu--wrap .header--bottom{
    padding:0px;
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul{
    flex-direction: column;
    justify-content: flex-start;
    gap:0px;
    width:100%;
    border-top:1px solid #e8e8e8;
    overflow-y: auto;
    height:calc(100vh - 100px);
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li{
    width:100%;
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > a{
    height:90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:50px;
    width:100%;
    box-sizing: border-box;
    background:url('/forest/images/bg/bg_re_menu_m.png') right 37px center no-repeat;
    font-size: 30px;
    color: #272d32;
    font-weight: 600;
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > a.active{
    color: #0051BA;
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > ul{
    width:auto;
    height:auto;
    max-height:0px;
    overflow: hidden;
    margin-left:50px;
    margin-right:50px;
    padding-top:20px;
    transition: max-height .6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > ul.active{
    max-height:600px;
    transition: max-height .6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > ul > li a{
    color:#000;
    display: block;
    font-size:14px;
    padding-bottom:30px;
    font-weight:400;
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > ul > li a br{
    display: none;
  }

  .main--visual--wrapper .swiper-slide a picture,
  .main--visual--wrapper .swiper-slide a img,
  .main--visual--wrapper .swiper-slide a,
  .main--visual--wrapper .swiper-slide,
  .main--visual--wrapper{
    height:100%;
  }

}


@media (max-width: 1050px) {
  .grid-item{
    width:calc( (100% - 30px) / 3)!important;
  }
  .grid-item .listBox{
    width:100%;
  }
  .grid-item .listBox img{
    height:auto;
  }
}

@media (max-width: 1000px) {
  .wt--wrap .wt--left--wrap .wt--left {
    padding-top: 90px;
  }
  .wt--wrap .wt--left--wrap .wt--left h2 {
    font-size: 28px;
  }
  .wt--wrap .wt--left--wrap .wt--left p {
    font-size: 13px;
    padding-right: 40px;
  }
  .wt--wrap .wt--left--wrap .wt--left .left--btn--wrap a {
    font-size: 13px;
  }
  .wt--wrap .wt--left--wrap .wt--left .left--btn--wrap a .ico {
    height: 60px;
    width: 60px;
  }
  .spa--footer {
    padding-bottom: 50px;
  }
  .spa--footer .footer--wrap .footer--bot .copy--info {
    padding-right: 0;
  }
  .spa--footer .footer--wrap .footer--bot .sns--wrap {
    position: static;
    justify-content: center;
    margin-bottom: 20px;
  }
  .spa--footer .footer--wrap .footer--bot .family--wrap {
    position: static;
    justify-content: center;
    margin-bottom: 23px;
  }
  .spa--footer .footer--wrap .footer--bot .family--wrap .family--select {
    right: calc(50% - 55px);
  }

  .news--wrapper .news-contents{
    flex-direction: column;
  }
  .news--wrapper .news-contents > div{
	padding-top: 25px;
    /* padding:25px!important; */
    margin:0px!important;
    width:100%!important;
    box-sizing: border-box;
  }
  .sns__contents .owl-item{
    width:calc(100vw - 50px)!important;
  }

  .event--contents{
    box-sizing: border-box;
  }
  .spSns{
    padding-top:30px;
    padding-bottom:0px!important;
  }
  .sns__contents{
    margin-top:15px!important;
  }


  .table--responsive--wrap{
    position: relative;
  }
  .table--responsive--wrap > table{
    min-width:1000px;
  }
  .table--responsive--wrap:after{
    content:'Å¬¸¯ÇÏ½Ã¸é ÁÂ¿ì ½ºÅ©·ÑÀÌ °¡´ÉÇÕ´Ï´Ù.';
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(0,0,0,.6) url(../img/hand_ic.png) no-repeat center;
    background-size: 80px;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    padding-top:64px;
    box-sizing: border-box;
    color:#fff;
    font-weight: bold;
    opacity: 1;
    transition: all .3s linear;
    background-position-y: calc(50% - 10px);
  }

  .table--responsive--wrap.active{
    overflow-x:auto;
  }
  .table--responsive--wrap.active:after{
    opacity: 0;
  }


  
  .mspWrap .leftSet .txt .conT {
    font-size: 13px;
  }


}

@media(max-width: 930px){
  .top--visual--wrap{
    height: 230px;
  }
}

@media (max-width:875px){
  .main--notice--swiper--wrap{
    max-width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
  }
  .main--notice--swiper--wrap .tit{
    display: none;
  }
  .main--notice--swiper--wrap .vert--notice{
    margin-left:0px;
    padding-right:110px;
  }
  .main--notice--swiper--wrap .vert--btn--wrap{
    display: none;
  }
  .main--notice--swiper--wrap .more--btn{
    right:20px;
  }

  .step--admission{
    flex-wrap: wrap;
  }

  .step--admission > div{
    width:calc(50% - 15px);
  }
  .step--admission > div:nth-of-type(even):after{
    display: none;
  }

}
@media (max-width:768px){
  header{
    min-height:70px;
  }
  header .header--wrapper .header--menu--wrap{
    padding-top:70px;
  }
  header .header--wrapper .hmb--btn{
    top:22px;
  }
  header .header--wrapper .header--menu--wrap .header--top{
    top:28px;
    left:30px;
  }
  header .header--wrapper .header--menu--wrap .header--top a{
    font-size:13px;
  }

  header .header--wrapper .hmb--btn span{
    width:28px;
    margin:6px;
  }

  header .header--wrapper .hmb--btn.active .line:nth-child(1){
    transform: translateY(5px);
  }
  header .header--wrapper .hmb--btn.active .line:nth-child(3){
    transform: translateY(-11px) rotate(90deg);
  }


  header .header--wrapper .header--menu--wrap .header--bottom > ul{
    height:calc(100vh - 70px);
    padding-top:20px;
  }
  header .header--wrapper .header--bottom > ul > li > ul > li{
    margin-bottom:0px;
  }
  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > a{
    font-size:20px;
    height:55px;
    padding-left:30px;
  }


  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > ul{
    padding-left:10px;
    margin-left:30px;
    margin-right:30px;
  }

  header .header--wrapper .header--menu--wrap .header--bottom > ul > li > ul > li a{
    padding-bottom:20px;
  }

  main{
	padding-top: 70px;
  }

  .event--gallery--wrap .new--title--wrap h2{
    font-size: 23px;
    margin: 60px 0 18px;
    letter-spacing: 0.2em;
  }
  .event--gallery--wrap .swiper-slide a .event--contents .desc--wrap p.txt{
    font-size: 18px;
  }
  .event--gallery--wrap .swiper-slide a .event--contents .desc--wrap p{
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .wt--wrap .wt--left--wrap {
    flex-direction: column;
  }
  .wt--wrap .wt--left--wrap .wt--left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .wt--wrap .wt--left--wrap .wt--left .swiper--btn--wrap {
    gap: 30px;
  }
  .wt--wrap .wt--bullets {
    width: 100%;
    left: 0;
    justify-content: center;
  }
  .wt--wrap .wt--bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .wt--wrap .wt--right {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .wt--wrap .wt--right .wt--swiper .slide--img img {
    width: 100%;
    height: auto;
  }

  .spa--footer {
    padding-top: 30px;
    margin-top: 110px;
  }
  .spa--footer .top--btn {
    width: 45px;
    height: 45px;
    top: -60px;
    right: 10px;
    background-size: 20px 16px;
  }
  .spa--footer .footer--wrap .footer--top {
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 27px;
  }
  .spa--footer .footer--wrap .footer--top a {
    font-size: 12px;
  }
  .spa--footer .footer--wrap .footer--bot .copy--info li {
    font-size: 12px;
  }
  .spa--footer .footer--wrap .footer--bot .copy--txt {
    font-size: 10px;
    text-align: center;
  }
  .spa--footer .footer--wrap .footer--bot .sns--wrap a {
    width: 26px;
    height: 26px;
    background-size: 100%;
  }
  .spa--footer .footer--wrap .footer--bot .family--wrap .family--select {
    width: 138px;
    height: 32px;
    right: calc(50% - 41px);
  }
  .spa--footer .footer--wrap .footer--bot .family--wrap .family--select--box {
    padding: 0 25px 0 10px;
    width: 138px;
    background-position: right 10px center;
    background-size: 8px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
  }
  .spa--footer .footer--wrap .footer--bot .family--wrap .family--btn {
    height: 32px;
    line-height: 32px;
    width: 45px;
    font-size: 12px;
  }

  .popupQ001 {top:204px; right:10px; width:126px; padding:0 12px;}
  .popupQ002 .pqhead {padding:0 0 8px 0;}
  .popupQ002 .pqhead p.ftc__text{
    font-size:13px;
    color:#fff;
    padding:20px 0 5px 0;
    letter-spacing: -1px;
    white-space: nowrap;
  }
  .popupQ002 .pqhead p {font-size:13px; padding: 0px 0 5px 0; letter-spacing:1.3px; margin-bottom: 0px;}
  .popupQ002 .pqhead span {font-size:15px; line-height:1.3; letter-spacing:-1px;}
  .popupQ002 .pqbody {padding:8px 0 16px 0;}
  .popupQ002 .pqbody p {font-size:13px; line-height:1.4; letter-spacing:0px; margin-bottom: 0px;}
  .popupQ002 .gobtn a {font-size:13px; line-height:28px; letter-spacing:-0.5px;}
  .popupQ001 .popup-close {padding:6px 0 0 0;}
  .popupQ001 .popup-close .today {font-size:12px; letter-spacing:-0.5px; padding:3px 0;}



  .event--gallery--wrap .swiper-slide a .event--contents .thumb--wrap img{
    max-width:100%!important;
  }

  header .header--wrapper .logo img{
    max-height: 24px;
  }

  .top--visual--wrap{
    height: 120px;
  }
  .container *.list--text{
    margin-bottom: 20px;
  }
  .container *.list--text.type--2 li{
    font-size: 13px;
  }
  .caution--captions.type--2{
    font-size: 13px !important;
  }


  /* mspWrap */
  .mspWrap {height:auto;}
  .mspWrap .leftSet {width:100%;height:auto;}
  .mspWrap .leftSet .txt .title {font-size:21px;padding-top:60px;}
  .mspWrap .leftSet .txt .big {font-size:27px;padding-top:25px;}
  .mspWrap .leftSet .txt .conT {padding-top:17px;line-height:2;padding-bottom:70px;}
  .mspWrap .leftSet .more {height:42px;width:180px;}
  .mspWrap .leftSet .more a {font-size:13px;line-height:42px;}
  .mspWrap .leftSet .more .plus img {width:11px;vertical-align:baseline;}
  .mspWrap .rightSet {position:relative;left:0;}
  .mspWrap .rightSet img {width:100%;}


  .news--wrapper{
    padding:40px 20px;
  }
}


@media(max-width:720px){
  .story--swiper .swiper-slide img{
    height:auto!important;
  }
  .news--wrapper .new--title--wrap > h2,
  .spa--story .new--title--wrap > h2{
    font-size:22px;
  }

  .news--wrapper .new--title--wrap,
  .spa--story .new--title--wrap{
    justify-content: space-between;
  }

  .pop--layer--wrap{
    height:100vh;
    box-sizing: border-box;
  }
  .pop--layer--content{
    width:calc(100% - 50px)!important;
    padding:25px!important;
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .desc--wrap{
    /*max-height:65px;*/
    overflow-y: auto;
  }


  .event--gallery--wrap{
    margin-top:20px;
  }
  .event--gallery--wrap .new--title--wrap{
    /*position: static;*/
  }
  .event--gallery--wrap .new--title--wrap a{
    font-size: 10px;
  }
  .event--gallery--wrap .new--title--wrap a span img{
    width: 7px;
  }
  .story-pagination{
    top:auto;
    bottom:-20px;
    right:0px;
    width:100%;
    text-align: center;
  }
}



@media (max-width: 675px){
  .grid-item{
    width:calc( (100% - 15px) / 2)!important;
  }
}


@media (max-width: 640px){
  .main--visual--wrapper > .swiper-wrapper > .swiper-slide,
  .main--visual--wrapper .swiper-slide a picture,
  .main--visual--wrapper .swiper-slide a img,
  .main--visual--wrapper .swiper-slide a,
  .main--visual--wrapper .swiper-slide,
  .main--visual--wrapper{
    height:auto;
  }
}


@media (max-width: 540px){
  .spWaterpark {
    margin: 40px 0px 0;
    padding-top:30px!important;
    padding-bottom:50px!important;
  }
  .news--wrapper .news-contents .gallery---layer .dc--contents .title{
    text-overflow: ellipsis;
    padding-right: 100px;
    white-space: nowrap;
    height: 22px;
    overflow: hidden;
  }

  .news--wrapper .new--title--wrap > h2,
  .spa--story .new--title--wrap > h2{
    letter-spacing: -1px;
    font-size:20px;
  }

  .news--wrapper .new--title--wrap,
  .spa--story .new--title--wrap{
    padding-left:0px;
  }

  .news--wrapper .news-contents .board > ul > li{
    height:47px;
  }

  .news--wrapper .news-contents .board > ul > li:nth-of-type(1){
    border-top:2px solid #000;
    margin-top:15px;
  }
  .news--wrapper .news-contents .board > ul > li a{
    height:17px;
  }
  .news--wrapper .news-contents .board > ul > li > span,
  .news--wrapper .news-contents .board > ul > li a{
    font-size:14px;
  }



  .news--wrapper .news-contents .gallery---layer .dc--contents .title{
    font-size:16px;
  }


  .news--wrapper .news-contents .gallery---layer .dc--contents >p{
    font-size:12px;
    margin-top:10px;
  }



  .news--wrapper .news-contents {
    padding: 29px 0 25px 0px;
    padding-top:0px!important;
  }

}




@media (max-width:500px){
  .grid-item{
    width:100%!important;
  }
}

@media (max-width:487px){
  .main--notice--swiper--wrap .vert--notice span{
    display: none;
  }
}