@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.event--gallery--wrap{
  margin-top:118px;
  position: relative;
}


.news--wrapper .new--title--wrap,
.spa--story .new--title--wrap,
.event--gallery--wrap .new--title--wrap{
  width:100%;
  max-width:1000px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin:0 auto;
  position: relative;
  /*padding:0 25px;*/
}


.news--wrapper .new--title--wrap > h2,
.spa--story .new--title--wrap > h2,
.event--gallery--wrap .new--title--wrap > h2{
  font-family: 'Montserrat', sans-serif;
  font-size:32px;
  font-weight: 700;
  color:#111;
  width:auto;
}


.news--wrapper .new--title--wrap >a,
.spa--story .new--title--wrap > a,
.event--gallery--wrap .new--title--wrap >a{
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  font-weight: 500;
  color:#333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:75px;
  height:30px;
  border:1px solid #b7b7b7;
  border-radius: 30px;
  margin-left:25px;
}

@media(max-width:1000px){
  .news--wrapper .new--title--wrap >a,
  .spa--story .new--title--wrap > a,
  .event--gallery--wrap .new--title--wrap >a{
    font-size: 12px;
    width: 52px;
    height: 22px;
  }

  .news--wrapper{
    margin-top:0px!important;
  }

}

@media(max-width:760px){
  .news--wrapper .new--title--wrap >a,
  .spa--story .new--title--wrap > a,
  .event--gallery--wrap .new--title--wrap >a{
    font-size: 10px!important;
  }
}


.story--swiper,
.package--gallery,
.event--gallery{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  margin-top:33px;
}


.package--gallery p:nth-of-type(1),
.event--contents p:nth-of-type(1){
  font-size:22px;
  color:#000;
  font-weight: 500;
  margin-top:20px;
  height:29px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.package--gallery p:nth-of-type(2),
.event--contents p:nth-of-type(2){
  font-size:17px;
  color:#888;
  font-weight: 400;
  margin-top:15px;
}

.package--gallery .swiper-pagination,
.event--gallery .swiper-pagination{
  width:100%;
  display: flex;
  align-items: center;
  position: static!important;
  justify-content: center;
  margin-top:38px;
}

.package--gallery .swiper-pagination span,
.event--gallery .swiper-pagination span{
  background:#e1e5ea!important;
  margin:0 7.5px;
}

.package--gallery .swiper-pagination span.swiper-pagination-bullet-active,
.event--gallery .swiper-pagination span.swiper-pagination-bullet-active{
  background:#0356b5!important;
}


.news--wrapper{
  background:#f6f7f8;
  width:100%;
  margin-top:40px;
}

.news--wrapper .news-contents{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
  padding:69px 0 45px 0px;
}
.news--wrapper .news-contents .board{
  width:calc(50% - 15px);
}
.news--wrapper .news-contents .board > ul > li{
  height:101px;
  box-sizing: border-box;
  border-bottom:1px solid #dedfe0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news--wrapper .news-contents .board > ul > li a{
  font-size: 17px;
  font-weight: 600;
  color:#111;
  height:24px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis!important;
  overflow: hidden;
  display: inline-block;
  width:calc(100% - 130px);
}

.news--wrapper .news-contents .board > ul > li > span{
  display: inline-block;
  font-size:14px;
  font-weight: 600;
  color:#8a8d8f;
  font-family: 'Montserrat', sans-serif;
}

.news--wrapper .news-contents .gallery---layer{
  width:calc(50% - 43px);
  margin-left:30px;
  position:relative;
}
.news--wrapper .news-contents .gallery---layer .swiper--layer--contents{
  margin-top:38px;
}
.news--wrapper .news-contents .gallery---layer .dc--contents{
  position: relative;
  z-index: 1;
}

.news--wrapper .news-contents .gallery---layer .dc--contents .dc--ic{
  width:34px;
  height:54px;
  background:url(../images/img/dc_ic.png) no-repeat center;
  position: absolute;
  top:0px;
  left:15px;
  z-index: 2;
}

.dc--ic{
  width:34px;
  height:54px;
  background:url(../images/img/dc_ic.png) no-repeat center;
  position: absolute;
  top:0px;
  left:15px;
  z-index: 2;
}

.news--wrapper .news-contents .gallery---layer .dc--contents .title{
  font-size:22px;
  font-weight: 700;
  color:#111;
  margin-top:18px;
  margin-bottom:5px;
}

.news--wrapper .news-contents .gallery---layer .dc--contents >p{
  color:#7d8a92;
  font-size:17px;
  font-weight: 300;
  margin-top:17px;
  display: none;
}

.news--wrapper .news-contents .gallery---layer .dc--contents .thumb img{
  width:100%;
  max-width:100%;
}

.news--wrapper .gallery---layer .dc--swiper--page{
  position: absolute;
  bottom:6px;
  right:0px;
  text-align: right;
  z-index: 999999;
}

.news--wrapper .gallery---layer .dc--swiper--page span{
  margin-left:10px;
  background: #e1e5ea;
  margin-right:0px!important;
}

.news--wrapper .gallery---layer .dc--swiper--page span.swiper-pagination-bullet-active{
  background:#0356b5!important;
}

.story-pagination{
  position: absolute;
  top:13px;
  right:25px;
  z-index: 999;
}
.story-pagination span{
  margin-left:10px;
  background: #e1e5ea;
}
.story-pagination span.swiper-pagination-bullet-active{
  background:#0356b5!important;
}

.spWaterpark{
  background:#e8ecf0;
  padding:85px 0px!important;
}


/********************************************************************
* ÀÎ½ºÅ¸±×·¥
 */

.insta__items{
  position: relative;
  z-index: 1;
  padding-bottom:100%;
}
.insta__items a{
  display: block;
  position: absolute;
  width:100%;
  height:100%;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot span{
  width:15px!important;
  height:15px!important;
  background: #969696;
  border:0px solid #222;
  box-sizing: border-box;
}


.owl-theme .owl-dots .owl-dot.active span{
  background: #0356b5!important;
}

.sns__contents{
  margin-top:45px;
}

.spSns{
  padding:120px 0px;
}

.event--contents .thumb--wrap img{
  max-width:100%;
  width:100%;
  height:100%;
}

.listBox a:hover{
  border-color:#1947ba!important;
}

.pop--layer--wrap{
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.5);
  z-index: 9999999!important;
}

.pop--layer--wrap .pop--layer--content{
  width:100%;
  max-width:700px;
  padding:30px 50px;
  background: #fff;
  height:calc(100vh - 120px);
  overflow-y: auto;
}
.pop--layer--wrap .pop--layer--content .title--wrapper{
  position: relative;
  z-index: 1;
}
.pop--layer--wrap .pop--layer--content .title--wrapper h2{
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.pop--layer--wrap .pop--layer--content .title--wrapper .pop--layer--close{
  width:31px;
  height:31px;
  background:url(/spa/images/img/close_btn.jpg) no-repeat center;
  border:0px;
  position: absolute;
  top:0px;
  right:0px;
  cursor: pointer;
}




.layer--pop{
  margin-top:19px!important;
}
.layer--pop img{
  width:100%;
  max-width:100%;
}
.layer--pop--page{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:25px;
}
.layer--pop--page span{
  background: #c3c3c3!important;
  margin:0 14px;
}
.layer--pop--page span.swiper-pagination-bullet-active{
  background: #333!important;
}

.desc--wrap{
  margin-top:35px;
  border-top:1px solid #f1f1f1;
  padding-top:50px;
}
.desc--wrap > p:nth-of-type(1){
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  padding-bottom: 15px;
}

.desc--wrap > p:nth-of-type(1):before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #f47320;
  margin-bottom: 7px;
}

.desc--wrap > p:nth-of-type(2){
  margin-top:15px;
  margin-bottom:5px;
}

.desc--wrap > p.location b,
.desc--wrap > p.tell b,
.desc--wrap > p.close__time b{
  color:#333;
}

.desc--wrap > p.location{
  margin-top:25px;
}

.desc--wrap > p.location:before,
.desc--wrap > p.tell:before,
.desc--wrap > p.close__time b::before{
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #333;
  margin-right: 3px;
  line-height: 1.5;
  vertical-align: middle;
}



/********************************************************************
* Á¦ÈÞÇÒÀÎ ¾÷µ¥ÀÌÆ®
 */
.desc--wrap .add__info__wrap{
  display: none;
}
.desc--wrap .add__info__wrap p{
  line-height:1.5;
}
.desc--wrap .add__info__wrap p:nth-of-type(1){
  color:#a50025;
  margin-bottom:10px;
}
.desc--wrap .add__info__wrap p:nth-of-type(2) i{
  display: inline-block;
  width:24.5px;
}
.dc__table__wrap{
  padding:10px 0px;
}
.dc__table__wrap table{
  border:1px solid #ddd;
}

.dc__table__wrap table th,
.dc__table__wrap table td{
  height:35px;
  border:1px solid #ddd;
  text-align: center;
}

.dc__table__wrap table th{
  background:#f1f1f1;
}


@media(max-width:1000px){

  .news--wrapper .news-contents{
    flex-direction: column;
  }
  .news--wrapper .news-contents > div{
    padding:25px!important;
    margin:0px!important;
    width:100%!important;
    box-sizing: border-box;
  }

  .owl-theme .owl-dots .owl-dot span{
    width:10px!important;
    height:10px!important;
    margin:5px 2px;
  }

  .sns__contents .owl-item{
    width:calc(100vw - 50px)!important;
  }

  .event--contents{
    box-sizing: border-box;
  }

  .event--gallery--wrap{
    padding:25px;
  }
  .spSns{
    padding-top:30px;
    padding-bottom:0px!important;
  }
  .sns__contents{
    margin-top:15px!important;
  }
}


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

  .news--wrapper .new--title--wrap,
  .spa--story .new--title--wrap,
  .event--gallery--wrap .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-hegiht:65px;
    overflow-y: auto;
  }


  .event--gallery--wrap{
    margin-top:20px;
  }
  .event--gallery--wrap .new--title--wrap{
    position: static;
  }
  .story-pagination{
    top:auto;
    bottom:-20px;
    right:0px;
    width:100%;
    text-align: center;
  }
}


@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,
  .event--gallery--wrap .new--title--wrap > h2{
    letter-spacing: -1px;
    font-size:20px;
  }

  .news--wrapper .new--title--wrap,
  .spa--story .new--title--wrap,
  .event--gallery--wrap .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;
  }

  .package--gallery p:nth-of-type(1), .event--contents p:nth-of-type(1),
  .news--wrapper .news-contents .gallery---layer .dc--contents .title{
    font-size:16px;
  }

  .package--gallery p:nth-of-type(2), .event--contents p:nth-of-type(2),
  .news--wrapper .news-contents .gallery---layer .dc--contents >p{
    font-size:12px;
    margin-top:10px;
  }


  .package--gallery .swiper-slide img,
  .event--gallery .swiper-slide img{
    max-height:269px;
  }


  .story--swiper,
  .package--gallery,
  .event--gallery{
    margin-top:10px;
  }

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

  .owl-theme .owl-dots .owl-dot span{
    width:7px!important;
    height:7px!important;
    margin: 0 5px;
  }
}


.layer--swiper--page{
  margin-top:15px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}