/* CSS Document */

@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@font-face {
  font-family: "SeoulNamsanM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap');
.hide-txt {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

body.fixed {
  overflow-y: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  max-width: 1908px;
  margin: 0 auto;
  overflow: hidden;
}
body.scrollfix #container {
  margin-top: 120px;
}
body,
td,
input,
textarea,
div,
th,
p,
a,
address ul {
  font-family: "NanumSquareNeo-Variable","Noto Sans Korean", "Malgun Gothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.05em;
}

.sub-section {
  position: relative;
  padding: 0px 0;
  background-color: rgba(255, 255, 255, 1);
}
.sub-section.no-padding {
  padding: 0;
}
.sub-section > .innerContainer {
  position: relative;
  width: 1200px;
  margin: auto;
}
.sub-section > .innerContainer:after {
  clear: both;
  display: block;
  content: "";
}
.innerContainer {
  position: relative;
  width: 1200px;
  margin: auto;
}
.innerContainer:after {
  clear: both;
  display: block;
  content: "";
}

.container-bgtype {
  background-position: center top;
  background-repeat: no-repeat;
}

.blue_bg {
  background-color: #203e7a;
}

.top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}
.top_btn:hover {
  border-color: #6e4e26;
  background: #e9d7c1;
  color: #fcfcfc;
  transition: 0.25s;
}

.jbMenu {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 2%;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #d2d2d2;
}

.jbMenu.jbFixed {
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  border: 0;
  box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}

.jbMenu.jbFixed ul {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  min-width: 1230px;
}

.jbMenu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  min-width: 1100px;
  margin: 0 auto;
  line-height: 55px;
}
.jbMenu ul li {
  background: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.jbMenu ul li span {
  display: inline-block;
  margin: 0 2px;
}

.jbMenu ul li a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #6f6f6f;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  padding: 18px;
  transition: 0.4s;
  letter-spacing: 0.9px;
  z-index: 1;
}

.jbMenu ul li:first-child a
{
  color: #9a6b59;
  font-weight: 500;
}

.jbMenu ul li a:hover,
.jbMenu.jbFixed ul li:first-child a:hover,
.jbMenu ul li.on a 
{
  color: #9a6b59;
  font-weight: 600;
}

/* 메뉴- 섹션마다 메뉴 활성화 */
.jbMenu ul li a::after {
  position: absolute;
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 13px;
  background-color: #fef0b182;
  bottom: 23%;
  left: 50%;
  transform: translate3d(-50%,0,0);
  transition: width 0.1s;
  z-index: -1;
}
.jbMenu ul li a:hover::after,
.jbMenu.jbFixed ul li a:hover::after,
.jbMenu.jbFixed ul li.on a::after {
  width: 100%;
  transition: width 0.6s;
}

.jbFixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}
.nav-bar {
  position: fixed;
  top: 130px;
  right: 0px;
  width: 95px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 999;
  overflow: hidden;
  transition: top 0.8s;
}
.nav-bar img {
  width: 100%;
  -webkit-filter: drop-shadow(5px 1px 5px #1111113a);
  filter: drop-shadow(5px 1px 5px #1111113a);

}
.nav-bar.active {
  top: 23%;
}
.sns-link {
  width: inherit;
  overflow: hidden;
  margin: 0px 0;
  padding: 0;
}
.sns-link li {
  list-style: none;
  margin: 0px 0;
}
.sns-link li a {
  display: block;
  line-height: 13.33px;
  font-size: 13.33px;
  letter-spacing: -1px;
  color: #000;
}
.sns-link li a img {
  width: 100.5%;
  height: auto;
}
.sns-link li a p {
  margin-top: 1px;
}

.top_banner {
  width: 100%;
  min-width: 1400px;
}

.top_banner img {
  width: 100%;
  height: auto;
}

section {
  width: 100%;
  max-width: 1908px;
  text-align: center;
  margin: 0 auto;
}

section img {
  width: 100%;
  height: auto;
  display: block;
}

#header-wrap {
  width: 100%;
  min-width: 1200px;
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.logo-tt {
  height: 150px;
  width: 69%;
  padding: 0 0 0 2%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  margin: 0 0 0 3%;
}
.header_logo img {
  width: 360px;
}
.header_quick {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.header_right a{
  display: block;

}
.header_right a:first-child {
  text-align: right;
	margin: 10px 0;
}

.header_quick a {
  display: block;
}
.header_tel img {
  width: 180px;
}
.fancybox-toolbar {
  right: 0;
  top: 50px !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .pc_view {
    display: none;
  }
}

section {
  position: relative;
  max-width: 1903px;
  margin: 0 auto;
}

/* custon_slider css */
.main-slide_container {
  position: relative;
  width: 100%;
  max-width: 1908px;
  height: fit-content;
  overflow: hidden;
}

.main-slide_container ul {
  display: flex;
  height: inherit;
  will-change: left;
}

.main-slide_images {
  width: 100%;
  height: auto;
  max-width: 1908px;
  text-align: center;
  cursor: grab;
}
.main-slide_images a {
  display: block;
  width: 100%;
}

.main-slide_images img {
  width:100%;
  height: auto;
}

.main-slide_images a img {
  width: 100%;
  height: 100%;
}
.main-slide_images:active {
  cursor: grabbing;
}


/* slide janking 삭제 */
.main-slide_wrapper {
  -webkit-transform-style:preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.main-slide_wrapper.shifting {
  transition: 1.2s cubic-bezier(0.01, 0.73, 1, 1);
  -webkit-transform-style:preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.main-slide-arrow {
  position: absolute;
  width: 90%;
  height: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 48%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.main-slide-arrow button {
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #9dd9f5;
  border-right: 3px solid #9dd9f5;
  text-indent: -99999px;
  transition: 0.4s;
}
.main-slide-arrow button:hover {
  opacity: 0.6;
}
.main-slide-arrow .main-slide-next {
  transform: rotate(45deg);
}
.main-slide-arrow .main-slide-prev {
  transform: rotate(-135deg);
}

.main-slide_pagination {
  position: absolute;
  left: 50%;
  bottom: 4.2%;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slide_pagination span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #efefef;
  opacity: 0.8;
  cursor: pointer;
  transition: width 0.1s;
}

.main-slide_pagination span.on {
  background-color: #efefef;
  opacity: 1;
  width: 30px;
  border-radius: 30px;
  transition: width 0.7s;
}
/* custon_slider css 끝 */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 35px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 66% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
 opacity: 0.5;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/tour_lf.png");
}
 .swiper-button-next,
 .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/tour_rf.png");
} 


/* part-tour */
.tour_container {
  width: 60%;
  margin: 0 auto 5rem;
  padding: 3rem 0;
}
.tour_container .gallery-top {
  padding: 0 0 1rem 0;
  width: 85%;
  margin: 0 auto;
}
.part_tour_tt {
  width: 45vw;
  margin: 0 auto;
  padding-top: 4%;
  max-width: 875px;
}
.tour_container .swiper-button-next,
.tour_container .swiper-container-rtl .swiper-button-prev {
  right: 20%;
  left: auto;
}
.tour_container .swiper-button-prev,
.tour_container .swiper-container-rtl .swiper-button-next {
  left: 20%;
  right: auto;
}
.tour_container .swiper-button-next,
.tour_container .swiper-button-prev {
  position: absolute;
  top: 52%;
  width: 35px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 66% auto;
  background-position: center;
  background-repeat: no-repeat;
}


.gallery-thumbs .swiper-slide {
  background-color: rgb(112, 112, 112);
  cursor: pointer;
  
}
.gallery-thumbs .swiper-slide img {
opacity: 0.3;
  
}
.gallery-thumbs .swiper-slide.swiper-slide-active img {
  opacity: 1;
}


/* jangbi */
.part_jangbi_container {
  background-color:#e8d3c9;
}
.part_jangbi_tt {
  padding: 4% 0 0;
  margin: 0 auto;
  width: 30vw;
  max-width: 595px;
}
.jangbi_swiper {
  width: 57%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5rem 0 6rem;
}
.part_jangbi_container .swiper-button-next,
.part_jangbi_container .swiper-button-prev {
  top:61%;
}
.part_jangbi_container .swiper-button-prev,
.part_jangbi_container .swiper-container-rtl .swiper-button-next {
  left: 18%;
  right: auto;
}

.part_jangbi_container .swiper-button-next,
.part_jangbi_container .swiper-container-rtl .swiper-button-prev {
  right: 18%;
  left: auto;
}

.part_jangbi_container .swiper-container-horizontal>.swiper-pagination-bullets,
.part_jangbi_container .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 2.5rem;
  left: 0;
  width: 100%;
}

.part_jangbi_container .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1.5px solid #959595;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #959595;
}


@keyframes slideImgOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.main-slide_wrapper > li,
.part02_wrapper > div,
.part-jangbi > div {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* footer */

.footer {
  width: 100% !important;
  max-width: 1908px !important;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.footer_img img {
  width: 100%;
  height: auto;
}
.footer_img {
  position:relative;
}
.footer_img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-28%,100%,0);
  background-color: transparent;
  width: 16%;
  height: 55px;
  text-indent: -99999px;
  color: transparent;
}
.footer_map {
  width: 50%;
  height: auto;
}
.footer_txt {
  padding: 3%;
  width: 50%;
  color: #363636; 
}
.footer_txt dt {
  margin: 7% 0;
}
.footer_txt dd {
  font-size: 1rem;
}
.footer_txt .copy_right {
  margin: 0 0 4%;
  color: #a2a2a2;
  font-size: 0.8rem;
}
.footer_txt .price_btn {
  display: inline-block;
  width: 17%;
  min-width: 105px;
  height: 50px;
  margin: -13px 0 0 5%;
  min-width: 90px;
  color: #aaa;
  font-size: 1.1em;
  line-height: 3em;
  text-align: center;
  font-weight: 600;
  transition: opacity 0.4s;
  font-family: "Noto Sans Korean", "NanumSquareNeo-Variable", "Malgun Gothic", sans-serif ;
}

.footer_txt .price_btn:hover {
  opacity: 0.5;
}
.footer_txt .ft_txt {
  display: inline-block;
  width: 100%;
  line-height: 1.8em;
}

/* .wrap_controllers.hide {
  display: none;
} */
