



 /* 메인 배너 */
.main-swiper{
  height:700px;
  overflow: hidden;
  position:relative;
}
.main-swiper .swiper-slide a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-swiper .banner-inner{
  position: absolute;
  top:50% !important;
  left:50% !important;
  transform: translate(-50%,-50%) !important;
  width:1400px;
  margin:0 auto;
  z-index: 10;
}
.main-swiper .swiper-button-next,  .main-swiper .swiper-button-prev{
  width:50px !important;
  height:50px !important;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.main-swiper .swiper-button-next{
  right:0 !important;
}
.main-swiper .swiper-button-prev{
  left:0 !important;
}
.main-swiper .swiper-button-next:after, .main-swiper .swiper-button-prev:after{
  font-family: unset;
  font-size:unset;
  content:'';
  width:50px;
  height:50px;
}
.main-swiper .swiper-button-next:after{
  background:rgba(0, 0, 0, 0.3) url('/images/icon/banner-rightbtn.svg') center center no-repeat;
}
.main-swiper .swiper-button-prev:after{
  background:rgba(0, 0, 0, 0.3)  url('/images/icon/banner-leftbtn.svg') center center no-repeat;
}
.main-swiper .swiper-button-next:hover:after{
  background:rgba(0, 0, 0, 0.6) url('/images/icon/banner-rightbtn.svg') center center no-repeat;
}
.main-swiper .swiper-button-prev:hover:after{
  background:rgba(0, 0, 0, 0.6) url('/images/icon/banner-leftbtn.svg') center center no-repeat;
}
.main-swiper .swiper-horizontal>.swiper-pagination-bullets, .main-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom,.main-swiper .swiper-pagination-fraction{
  bottom:60px !important;
}
.main-swiper .swiper-pagination-bullet{
  width:9px;
  height:9px;
  background-color:#eaeaea;
  opacity: 1;
}
.main-swiper .swiper-pagination-bullet-active{
  background-color:#fff;
  width:30px;
  height:9px;
  border-radius: 25px;
}

@media screen and (max-width:1400px) {
  .main-swiper .banner-inner{
      width: calc(100% - 30px);
  }
}

@media screen and (max-width:768px){
  .main-swiper{
    height:400px;
  }
  .main-swiper .banner-inner{
    display:none;
  }
  .main-swiper .swiper-horizontal>.swiper-pagination-bullets, .main-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom,.main-swiper .swiper-pagination-fraction{
    bottom:30px !important;
  }
}


/* 메인배너 텍스트 */
.main-swiper .banner01 .text-box{
  text-align: center;
  width:100%;
}
.main-swiper .banner01 .text-box h2{
  font-size:56px;
  color:#fff;
  line-height:72px;
  font-family: 'Tenada';
}
.main-swiper .banner01 .text-box p{
  color:#fff;
  font-size:18px;
  font-weight:300;
  margin-top:30px;
}
@media screen and (max-width:768px) {
  .main-swiper .banner01 .text-box h2{
    font-size:24px;
    line-height:32px;
  }
  .main-swiper .banner01 .text-box p{
    font-size:14px;
    margin-top:15px;
  }
}


/* 로컬관광 */

#localwrap{
  margin-top:180px;
  padding-bottom:160px;
  border-bottom:1px solid #ccc;
}
.tour-con{
  width:100%;
  position:relative;
}
.tour-inner{
  padding-left:calc(50% - 700px);
}
.tour-con{
  display: flex;
}
.tour-con .title-wrap{
  position:absolute;
  top:0;
  left:0;
  width:300px;
}
.tour-con .title-wrap h4{
  font-family: 'Cafe24Ohsquare';
  font-size:40px;
  line-height:40px;
  margin-bottom:20px;
  color:#222;
}
.tour-con .title-wrap h4 span{
  position:relative;
}
.tour-con .title-wrap h4 span::before{
  content:'';
  width:5px;
  height:5px;
  position:absolute;
  top:-5px;
  left:50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.tour-con .title-wrap.local-title-wrap h4 span{
  color:#3F9E6E;
}
.tour-con .title-wrap.local-title-wrap h4 span:before{
  background-color:#3F9E6E;
}
.tour-con .title-wrap p{
  font-size:18px;
  line-height:24px;
  color:#555;
  margin-bottom:80px;
}
.tour-con .title-wrap.local-title-wrap .more-btn{
  display:block;
  width:300px;
  height:40px;
  border-radius: 5px;
  background-color:#3F9E6E;
  color:#fff;
  line-height:40px;
  margin-bottom:20px;
  text-align: center;
}
.tour-con .title-wrap.local-title-wrap .more-btn:hover{
  background-color:#30865A;
}
.local-swiper-btn{
  position:relative;
  height:40px;
}
.local-swiper-btn .swiper-button-next{
  top:23px;
  right:0;
  left:unset;
  width:145px;
  height:40px;
}
.local-swiper-btn .swiper-button-next::after{
  content:'';
  width:145px;
  height:40px;
  border:1px solid #ccc;
  border-radius: 5px;
  background:url(/images/icon/main-tour-next.svg) center center no-repeat #f9f9f9;
}
.local-swiper-btn .swiper-button-next:hover::after{
  background:url(/images/icon/main-tour-next.svg) center center no-repeat #f1f1f1;
}
.local-swiper-btn .swiper-button-prev{
  top:23px;
  left:0;
  right:unset;
  width:145px;
  height:40px;
}
.local-swiper-btn .swiper-button-prev::after{
  content:'';
  width:145px;
  height:40px;
  border:1px solid #ccc;
  border-radius: 5px;
  background:url(/images/icon/main-tour-prev.svg) center center no-repeat #f9f9f9;
}
.local-swiper-btn .swiper-button-prev:hover::after{
  background:url(/images/icon/main-tour-prev.svg) center center no-repeat #f1f1f1;
}
.tour-swiper .tour-list-item .img-area{
  width:100%;
  aspect-ratio: 1/1;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom:20px;
}
.tour-swiper .tour-list-item .img-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.tour-swiper .tour-list-item:hover .img-area img{
  transform: scale(1.1);
}
.tour-swiper .tour-list-item .cat-icon01{
  display: inline-block;
  width: 64px;
  height:24px;
  color:#EE5050;
  font-size:14px;
  line-height:24px;
  text-align: center;
  border:1px solid #EE5050;
  border-radius: 5px;
  font-weight:500;
  margin-bottom:10px;
}
.tour-swiper .tour-list-item .text-area h5{
  min-height: 48px;
  font-size:18px;
  color:#222;
  font-weight:500;
  line-height:24px;
  margin-bottom:10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 표시할 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.tour-swiper .tour-list-item .text-area p{
  margin-bottom:20px;
  color:#555;
  white-space: nowrap;        /* 텍스트를 한 줄로 유지 */
    overflow: hidden;           /* 넘치는 부분을 숨김 */
    text-overflow: ellipsis;    /* 넘치는 부분에 ... 표시 */
}
.tour-swiper .tour-list-item .text-area h2{
  display: flex;
  align-items: center;
  font-size:16px;
  color:#555;
  font-weight:400;
}
.tour-swiper.local-tour-swiper .tour-list-item .text-area h2 strong{
  font-size:20px;
  font-weight:600;
  color:#3F9E6E;
}
.tour-swiper .text-area .product-location{
  color:#555;
  margin-bottom:30px;
}
.tour-swiper .text-area .product-location img{
  margin-right:3px;
}
.tour-con .tour-list-hidden{
  width:1400px;
  margin-left:360px;
  overflow: hidden;
  border-top-left-radius:25px;
  border-top-right-radius:25px;

}
.tour-con .tour-list-hidden .tour-swiper{
  width:1400px;
}

@media screen and (max-width:1400px) {
  .tour-inner{
    padding-left:15px;
  }
}
@media screen and (max-width:1200px){
  .tour-con .title-wrap{
    width:260px;
  }
  .tour-con .title-wrap.local-title-wrap .more-btn{
    width:260px;
  }
  .local-swiper-btn .swiper-button-prev{
    width:125px;
  }
  .local-swiper-btn .swiper-button-prev::after{
    width:125px;
  }
  .local-swiper-btn .swiper-button-next{
    width:125px;
  }
  .local-swiper-btn .swiper-button-next::after{
    width:125px;
  }
  .tour-con .tour-list-hidden{
    margin-left:280px;
  }
}
@media screen and (max-width:768px){
  .tour-con{
    flex-direction: column;
  }
  .tour-con .title-wrap{
    position:unset;
    width:100%;
    padding-right:15px;
  }
  .tour-con .title-wrap.local-title-wrap .more-btn{
    display:none;
  }
  .tour-con .title-wrap.local-title-wrap .local-swiper-btn{
    display:none;
  }
  .tour-con .tour-list-hidden{
    margin:0;
  }
  .tour-con .tour-list-hidden .tour-swiper{
    width:100%;
  }
  .tour-con .tour-list-hidden{
    width:100%;
  }
  #localwrap{
    margin-top:80px;
    padding-bottom:80px;
  }
  .tour-con .title-wrap h4{
    margin-bottom:15px;
    font-size:32px;
    line-height:32px;
  }
  .tour-con .title-wrap p{
    margin-bottom:20px;
    word-break: keep-all;
  }
  .tour-swiper .tour-list-item .text-area h5{
    font-size:16px;
    line-height:24px;
    margin-bottom:10px;
  }
  .tour-swiper .tour-list-item .img-area{
    margin-bottom:15px;
  }
  .tour-swiper .tour-list-item .text-area p{
    font-size:14px;
    margin-bottom:15px;
  }
  .tour-swiper .tour-list-item .text-area .product-location{
    font-size:14px;
    margin-bottom:25px;
  }
  .tour-swiper .tour-list-item .text-area h2 strong{
    font-size:18px;
  }
  .tour-swiper .tour-list-item .text-area h2 {
    font-size:14px;
  }
}

  @media screen and (max-width:450px){
    .tour-con .tour-list-hidden .tour-swiper{
      width:calc(100% + 200px);
    }
  }





/* 문화관광 */
#culturewrap{
  margin-top:180px;
}
.tour-con .title-wrap.culture-title-wrap h4 span{
  color:#D94F3D;
}
.tour-con .title-wrap.culture-title-wrap h4 span:before{
  background-color:#D94F3D;
}
.tour-con .title-wrap.culture-title-wrap .more-btn{
  display:block;
  width:300px;
  height:40px;
  border-radius: 5px;
  background-color:#D94F3D;
  color:#fff;
  line-height:40px;
  margin-bottom:20px;
  text-align: center;
}
.tour-con .title-wrap.culture-title-wrap .more-btn{
  background-color:#CB4230;
}
.culture-swiper-btn{
  position:relative;
  height:40px;
}
.culture-swiper-btn .swiper-button-next{
  top:23px;
  right:0;
  left:unset;
  width:145px;
  height:40px;
}
.culture-swiper-btn .swiper-button-next::after{
  content:'';
  width:145px;
  height:40px;
  border:1px solid #ccc;
  border-radius: 5px;
  background:url(/images/icon/main-tour-next.svg) center center no-repeat #f9f9f9;
}
.culture-swiper-btn .swiper-button-next:hover::after{
  background:url(/images/icon/main-tour-next.svg) center center no-repeat #f1f1f1;
}
.culture-swiper-btn .swiper-button-prev{
  top:23px;
  left:0;
  right:unset;
  width:145px;
  height:40px;
}
.culture-swiper-btn .swiper-button-prev::after{
  content:'';
  width:145px;
  height:40px;
  border:1px solid #ccc;
  border-radius: 5px;
  background:url(/images/icon/main-tour-prev.svg) center center no-repeat #f9f9f9;
}
.culture-swiper-btn .swiper-button-prev:hover::after{
  background:url(/images/icon/main-tour-prev.svg) center center no-repeat #f1f1f1;
}
.tour-swiper.culture-tour-swiper .tour-list-item .text-area h2 strong{
  font-size:20px;
  font-weight:600;
  color:#D94F3D;
}

@media screen and (max-width:1200px){
  .culture-swiper-btn .swiper-button-prev{
    width:125px;
  }
  .culture-swiper-btn .swiper-button-prev::after{
    width:125px;
  }
  .culture-swiper-btn .swiper-button-next{
    width:125px;
  }
  .culture-swiper-btn .swiper-button-next::after{
    width:125px;
  }
  .tour-con .title-wrap.culture-title-wrap .more-btn{
    width:260px;
  }
}

@media screen and (max-width:768px){
  #culturewrap{
    margin-top:80px;
  }
  .tour-con .title-wrap.culture-title-wrap .more-btn{
    display:none;
  }
  .tour-con .title-wrap.culture-title-wrap .culture-swiper-btn{
    display:none;
  }
}



/* 일반관광 */
#basictour{
  margin:160px 0 160px 0;
}
#basictour .basicwrap {
  width:100%;
  background: url('/images/basictourbg.jpg') no-repeat top center;
  padding-top:80px;
}
#basictour .basicwrap .title h4{
  font-size:40px;
  color:#fff;
  margin-bottom:15px;
  font-family: 'Cafe24Ohsquare';
  text-align: center;
}
#basictour .basicwrap .title p{
  color:#E7F7FE;
  line-height:24px;
  text-align:center;
  margin:0 auto;
  font-weight:300;
  word-break: keep-all;
}
#basictour .basicwrap .basiccon{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top:60px;
}
#basictour .basicwrap .basiccon .basicbox{
  margin-right:20px;
  min-width:453px;
  height:250px;
  border-radius: 25px;
  position:relative;
  overflow: hidden;
  transition: matin-0 0.3s;
  transition: transform 0.3s;
}
#basictour .basicwrap .basiccon div.jejutour{
  background:url('/images/basic-jejutour.jpg') center center no-repeat;
  background-size: cover;
}
#basictour .basicwrap .basiccon div.domestictour{
  background:url('/images/basic-domestictour.jpg') center center no-repeat;
  background-size: cover;
}
#basictour .basicwrap .basiccon div.overseastravel{
  background:url('/images/basic-overseastravel.jpg') center center no-repeat;
  margin-right:0;
  background-size: cover;
}
#basictour .basicwrap .basiccon .basicbox .textarea{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:90%;
  text-align: center;
}
#basictour .basicwrap .basiccon .basicbox .textarea h5{
  font-size:24px;
  font-weight: 600;
  margin-bottom:10px;
  color:#fff;
}
#basictour .basicwrap .basiccon .basicbox .textarea p{
  font-size:18px;
  color:#fff;
  font-weight:300;
}
#basictour .basicwrap .basiccon .basicbox .textarea a{
  display:none;
  padding:11px 41px 11px 26px;
  color:#222;
  font-size:16px;
  margin:45px auto 0 auto;
  border-radius: 5px;
  background:url('/images/icon/morearrow.svg') right 23px center no-repeat #fff;
  transition: all 0.2s;
}
#basictour .basicwrap .basiccon .basicbox:hover{
  transform: translateY(-20px);
}
#basictour .basicwrap .basiccon .basicbox:hover .textarea a{
  display:inline-block;
}
#basictour .basicwrap .basiccon .basicbox:hover .hover-bg{
  position:absolute;
  width:100%;
  height:100%;
  background-color:#052330;
  opacity: 0.95;
}
#basictour .basicwrap .basiccon .basicbox .textarea a:hover{
  background:url('/images/icon/morearrow-on.svg') right 23px center no-repeat #D94F3D;
  color:#fff;
}
@media screen and (max-width:1400px) {
  #basictour .basicwrap .basiccon .basicbox{
    min-width: unset;
    width:33%;
  }
}
@media screen and (max-width:768px) {
  #basictour{
    margin-top:80px;
    margin-bottom:80px;
  }
  #basictour .basicwrap {
    width:100%;
    background: url('/images/mo-basictourbg.jpg') no-repeat top center;
    background-size:contain;
    padding-top:40px;
  }
  #basictour .basicwrap .basiccon{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;

  }
  #basictour .basicwrap .title h4{
    font-size:24px;
  }
  #basictour .basicwrap .title p{
    width:unset;
    font-size:14px;
  }

  #basictour .basicwrap .basiccon .basicbox .textarea h5{
    font-size:18px;
  }

  #basictour .basicwrap .basiccon .basicbox{
    width:100%;
    height:200px;
    margin:0;
    margin-top:25px;
  }

  #basictour .basicwrap .basiccon .basicbox .hover-bg{
    display:none;
  }
  #basictour .basicwrap .basiccon .basicbox .textarea p{
    font-size:14px;
  }
  #basictour .basicwrap .basiccon .basicbox .textarea a{
    display:block;
    width:100%;
    margin-top:20px;
    font-size:14px;
  }
}


@media screen and (max-width:768px) {

  #basictour .basicwrap .basiccon .basicbox{
    margin-top:20px;
  }
  #basictour .basicwrap .basiccon .basicbox:hover{
    transform:unset;
  }


}


/* 커뮤니티 공지사항 */

.main-commuwrap{
  display:flex;
}
.main-gallery{
  margin-right:20px;
  border:1px solid #dadada;
  padding:40px;
  border-radius: 15px;
  flex-shrink: 1;
}
.main-gallery .main-gallery-top {
  margin-bottom:25px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.main-gallery .main-gallery-top h4{
  font-size:30px;
  font-weight:600;
  color:#222;
}
.main-gallery .main-gallery-top .main-gallery-swiper-btn{
  position: relative;
}
.main-gallery .main-gallery-top .swiper-button-next{
  width:38px;
  height:38px;
  border:1px solid #ccc;
  top:50%;
  right:0;
  left:unset;
  transform: translateY(-50%);
  margin-top:0;
  border-radius: 5px;
  overflow: hidden;
}
.main-gallery .main-gallery-top .swiper-button-next::after{
  content:'';
  width:100%;
  height:100%;
  background: url(/images/icon/main-gallery-right.svg) center center no-repeat #f9f9f9;
}
.main-gallery .main-gallery-top .swiper-button-next:hover::after{
  background: url(/images/icon/main-gallery-right.svg) center center no-repeat #f1f1f1;
}
.main-gallery .main-gallery-top .swiper-button-prev{
  margin-top:0;
  width:38px;
  height:38px;
  border:1px solid #ccc;
  top:50%;
  right:48px;
  left:unset;
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}
.main-gallery .main-gallery-top .swiper-button-prev::after{
  content:'';
  width:100%;
  height:100%;
  background: url(/images/icon/main-gallery-left.svg) center center no-repeat #f9f9f9;
}
.main-gallery .main-gallery-top .swiper-button-prev:hover::after{
  background: url(/images/icon/main-gallery-left.svg) center center no-repeat #f1f1f1;
}
.main-gallery .main-gallery-con{
  width:845px;
  height:260px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.main-gallery .main-gallery-con .gallery-item .img-area{
  width:100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom:12px;
}
.main-gallery .main-gallery-con .gallery-item .img-area img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: all 0.3s;
}
.main-gallery .main-gallery-con .gallery-item .text-area h2{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 표시할 최대 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size:16px;
  font-weight: 400;
  line-height:24px;
  word-break:break-all;
}
.main-gallery .main-gallery-con .gallery-item{
  cursor: pointer;
}
.main-gallery .main-gallery-con .gallery-item:hover img{
  transform: scale(1.1);
}
.main-gallery .main-gallery-con .gallery-item:hover .text-area h2{
  font-weight:500;
  color:#222;
}


.main-community-right .main-notice{
  border:1px solid #dadada;
  border-radius: 15px;
  padding:40px 30px 20px 30px;
}
.main-community-right .main-notice .main-notice-title{
  font-size:30px;
  font-weight:600;
  color:#222;
  margin-bottom:15px;
}
.main-notice-con{
  min-height:203px;
}
.main-notice-item{
  display:flex;
  justify-content: space-between;
  border-bottom:1px dashed #ddd;
  line-height:50px;
}
.main-notice-item:last-child{
  border-bottom:none;
}
.main-notice-item p {
  min-width: 290px;
  width: 290px;
  white-space: nowrap;      /* 텍스트를 한 줄로 표시 */
  overflow: hidden;         /* 넘친 텍스트를 숨김 */
  text-overflow: ellipsis;  /* 넘친 부분을 '...'으로 표시 */
  color:#444;
  margin-right:10px;
  cursor: pointer;
}
.main-notice-item p:hover{
  color:#222;
  font-weight:500;
}
.main-notice-item span{
  font-size:15px;
  color:#888;
  font-weight:400;
}
.main-review{
  margin-top:20px;
  padding:20px 20px;
  background-color:#DEEEF4;
  border-radius: 15px;
  display:flex;
  align-items: center;
}
.main-review a{
  width:150px;
  line-height:40px;
  background-color:#137099;
  color:#fff;
  font-weight:500;
  text-align: center;
  border-radius: 5px;
  margin-right:20px;
}
.main-review a:hover{
  background-color:#105371;
}

@media screen and (max-width:1400px) {

  .main-gallery .main-gallery-con{
    width:100%;
  }
  .main-gallery{
    width:calc(65% - 20px);
  }
  .main-gallery .main-gallery-con{
    width:100%;
    height:unset;
  }
  .main-notice-item p{
    min-width: unset;
    width:calc(100% - 105px);
  }
  .main-community-right{
    width:35%;
  }
  .main-review a{
    width:100%;
    margin:0;
  }
  .main-review p  {
    display:none;
  }

}


@media screen and (max-width:1024px) {

  .main-commuwrap{
    flex-direction: column;
  }
  .main-gallery{
    width:100%;
    margin-right:0;
    padding:40px 15px;
  }
  .main-gallery .main-gallery-top h4{
    font-size:24px;
  }
  .main-community-right{
    width:100%;
  }
  .main-community-right .main-notice{
    margin-top:20px;
    padding:40px 15px;
  }
  .main-community-right .main-notice .main-notice-title{
    font-size:24px;
    margin-bottom:20px;
  }
  .main-notice-con{
    min-height: unset;
  }
  .main-notice-item{
    flex-direction: column;
    line-height:unset;
    padding:15px 0;
  }
  .main-notice-item p{
    width:100%;
    margin-bottom:5px;
  }
  .main-review {
    flex-direction: column;
    padding:20px 15px;
  }
  .main-review p  {
    display:block;
    margin-top:20px;
    font-size:14px;
  }
}

@media screen and (max-width:768px) {
  .main-gallery .main-gallery-con .gallery-item .text-area h2{
    font-weight:500;
    color:#222;
  }
}

