/* 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;
}

body.fixed {
  overflow-y: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  max-width: 1908px;
  margin: 0 auto;
  overflow: hidden;
}

body,
td,
input,
textarea,
div,
th,
p,
a,
address ul {
  font-family: "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: 15px;
  right: 15px;
  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);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
}
.top_btn:hover {
  border-color: #08364e;
  background: #08364e;
  color: #d2effd;
  transition: 0.23s;
}
.top_btn.active {
  visibility: visible;
  opacity: 1;
}

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

.jbMenu.jbFixed {
  position: fixed;
  width: 100%;
  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: 1280px;
}

.jbMenu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  flex-wrap: wrap;
  min-width: 1280px;
  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 {
  font-size: 18px;
  color: #4e4e4e;
  transition: 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
.jbMenu ul li a:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 0;
  height: 10px;
  left: 50%;
  bottom: 0.8rem;
  transform: translate(-50%, 0px);
  z-index: -1;
  background-color: #f6f39d;
  transition: all 0.7s;
}
.jbMenu ul li a:hover,
.jbMenu ul li.on a 
{
  color: #0084c9;
  font-weight: 600;
}
.jbMenu ul li a:hover::after,
.jbMenu ul li.on a::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: 40%;
  right: 0px;
  width: 90px;
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
  border-radius: 60px 0 0 60px;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.nav-bar img {
  width: 100%;
  height: auto;
}
.nav-bar.active {
  top: 55px;
  visibility: visible;
  opacity: 1;
}
.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: 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;
  border-bottom: 1px solid #e6e6e6;
}

.logo-tt {
  height: 140px;
  width: 65%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-tt_right li:nth-child(1) {
  text-align: right;
  margin-bottom: 5px;
}

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


/* 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: 100%;
}

.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: 1s ease-in;
  -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: 3.2%;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slide_pagination span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  border: 1px solid #efefef;
  opacity: 0.8;
}

.main-slide_pagination span.on {
  background-color: #efefef;
  opacity: 1;
}
/* custon_slider css 끝 */

/* p02 */
.p02_mv {
  margin: 5% auto;
}
.p02_mv p {
  text-align: center;
  margin: 2% auto;
}
.p02_mv p img {
  width: 19vw;
  text-align: center;
  margin: 0 auto;
}

/* part_jangbi */
#jangbi_container {
  background-color: #e3eff6;
  width: 100%;
  max-width: 1903px;
  height: 600px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#jangbi_container .jangbi_top {
  width: 1058px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 6rem;
}
#jangbi_container .swiper-button-next {
  background-image: url("/theme/smartconsis/img/btn_next.png");
  background-size: contain;
  right: 10px;
  left: auto;
  width: 27px;
  height: 33px;
}
#jangbi_container .swiper-button-prev {
  background-image: url("/theme/smartconsis/img/btn_prev.png");
  background-size: contain;
  left: 10px;
  right: auto;
  width: 27px;
  height: 33px;
}
#jangbi_container .swiper-button-prev, #jangbi_container .swiper-button-next {
  top: 50% !important;
  position: absolute;
}
#jangbi_container .swiper-button-prev {
  left: 15% !important;
}
#jangbi_container .swiper-button-next {
  right: 15% !important;
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.4;
  transition: 0.5s;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.4;
  transition: 0.5s;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px solid #747273;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #747273;
}

/* part tour */
#tour_container {
  width: 100%;
  max-width: 1903px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#tour_container .tour_top {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#tour_container .tour_top .swiper-slide {
  height: 100%;
}
#tour_container .gallery-thumbs {
  width: 1200px;
  box-sizing: border-box;
  padding: 2rem 0 8rem 0;
}
#tour_container .gallery-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
#tour_container .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}
#tour_container .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  cursor: default;
}
#tour_container .swiper-button-next {
  background-image: url("/theme/smartconsis/img/btn_next.png");
  background-size: contain;
  right: 10px;
  left: auto;
  width: 27px;
  height: 33px;
}
#tour_container .swiper-button-prev {
  background-image: url("/theme/smartconsis/img/btn_prev.png");
  background-size: contain;
  left: 10px;
  right: auto;
  width: 27px;
  height: 33px;
}
#tour_container .swiper-button-prev, #tour_container .swiper-button-next {
  top: 45% !important;
  position: absolute;
}
#tour_container .swiper-button-prev {
  left: 10% !important;
}
#tour_container .swiper-button-next {
  right: 10% !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


@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: #eaeaea;
}

.footer_img img {
  width: 100%;
  height: auto;
}
.footer_img {
  position:relative;
}
.footer_img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-52%,-25%,0);
  background-color: transparent;
  width: 14%;
  height: 55px;
  text-indent: -99999px;
  color: transparent;
}
.footer_map {
  width: 50%;
  height: auto;
}

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

.login_out {
  padding: 1rem;
  width: 73%;
  margin:  0 auto;
}

.login_out ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login_out li {
  margin-left: 1rem;
}