/* CSS Document */

/* [정리] @font-face "SeoulNamsanM"(projectnoonnu CDN) 삭제 — 테마 어디에서도 사용하지 않음 */

body.fixed {
  overflow-y: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  max-width: 1908px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  overflow: hidden;
}
body.scrollfix #container {
  margin-top: 120px;
}
body,
td,
input,
textarea,
div,
th,
p,
a,
address ul {
  font-family: "Noto Sans KR", sans-serif;   /* [정리] "Noto Sans Korean"(구 earlyaccess 폰트명) → Noto Sans KR */
  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: #0e4f54;
  background: #05b2bf;
  color: #fff;
}

.jbMenu {
    text-align: center;
    background-color: #ffffff;
    margin: 0 auto;
    border-top: 1px solid #efefef;
}

.jbMenu.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);
}
.jbMenu.jbFixed ul {
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.jbMenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 var(--one-gap-sm);
    border-top: 1px solid #efefef;
    padding: var(--one-gap-r) 0;
    max-width: 1300px;
}

.jbMenu ul li {
  background: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.jbMenu ul li span {
  display: inline-block;
  margin: 0 2px;
}
.jbMenu ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  padding: 18px 10px;
  transition: 0.2s;
}
.jbMenu ul li:last-of-type a:after {
  display: none;
}
.jbMenu ul li a:hover {
  color: #00a6b1;
  font-weight: 600;
  transition: 0.2s;
}
.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: 20%;
    right: 0px;
    max-width: 100px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 999;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.11);
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.nav-bar.active {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.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%;
  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: 1903px;
  text-align: center;
  margin: 0 auto;
}

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

#header-wrap {
  width: 100%;
  min-width: 1200px;
  margin-top: 0px;
}

.logo-tt {
  height: 150px;
  width: 70%;
  min-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_tel {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
}
.header_tel a {
  display: block;
}
.header_tel p {
  margin: 0 0 10px;
}

.header_quick {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  width: 240px;
}
.header_quick a {
  display: block;
}
.header_quick a:first-child {
  margin: 0 0 10px;
}
.fancybox-toolbar {
  right: 0;
  top: 50px !important;
}

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

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

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

.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 a img {
  width: 100%;
  height: 100%;
}
.main-slide_images:active {
  cursor: grabbing;
}

.main-slide_wrapper.shifting {
  transition: 1s ease-in;
}

.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 #232323;
  border-right: 3px solid #232323;
  text-indent: -99999px;
}
.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: 35px;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slide_pagination span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  border: 1px solid #fcfcfc;
  opacity: 0.8;
}
.main-slide_pagination span.on {
  background-color: #fcfcfc;
  opacity: 1;
}
/* part-tour */
.part_tour {
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
  height: auto;
  /* padding: 0 0 150px; */
}
.part-tour_title {
  margin-bottom: 30px;
}
.part-tour_topWrapper ul,
.part-tour_topWrapper li,
.part-tour_thumbWrapper ul,
.part-tour_thumbWrapper li {
  list-style: none;
  padding: 0;
}

.part-tour_topContainer.swiper-wrapper > li:first-child {
  margin-left: 50px;
}

.part-tour_topWrapper.swiper-container {
  width: 1010px;
  margin: 0 auto 45px;
  height: 566px;
  padding: 0 80px;
}
.part-tour_topWrapper .swiper-slide {
  width: 850px !important;
}
.part-tour_thumbWrapper.swiper-container {
  width: calc(200px * 5 - 14px) !important;
}
.part-tour_thumbWrapper.swiper-container .swiper-slide {
  width: 190px;
  height: 125px;
  overflow: hidden;
  background-color: #000;
}
.part-tour_thumbWrapper.swiper-container .swiper-slide img {
  opacity: 0.5;
  cursor: pointer;
}
.part-tour_thumbWrapper.swiper-container .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.part-tour_topContainer img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.part-tour_thumbContainer img {
  width: 100%;
  height: 100%;
}
.part-tour_thumbWrapper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.part-tour_thumbWrapper .swiper-slide-active {
  opacity: 1;
}

.part-jangbi-prev,
.part-jangbi-next {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 30px;
  border-top: 3px solid #232323;
  border-right: 3px solid #232323;
  text-indent: -9999px;
}
.part-jangbi-prev {
  left: 10px;
  transform: rotate(-135deg);
}

.part-jangbi-next {
  right: 10px;
  transform: rotate(45deg);
}

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

  100% {
    opacity: 0;
  }
}

.part02_slide-prev {
  background-image: url("../img/btn-prev.jpg") !important;
}
.part02_slide-next {
  background-image: url("../img/btn-next.jpg") !important;
}
.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;
}
.footer_img {
  position: relative;
  width: 50%;
  overflow: hidden;
}
/* .footer_img a{
  position: absolute;
  display: block;
  width: 14%;
  height: 51px;
  top: 49%;
  left: 43%;
  background-color: transparent;
  color: transparent;
  text-indent: -99999px;
} */
.footer_img img {
  height: 100%;
  width: auto;
}

.footer_map {
  width: 50%;
  height: auto;
}
/* .wrap_controllers.hide {
  display: none;
} */



#main_video {
  margin-bottom: -2%;
}
