/* 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;
}
.blank_link {
  text-align: center;
  top: 362px;
  position: relative;
  left: -16px;
}

.blank_link2 {
  text-align: center;
  top: 2333px;
  position: relative;
  left: -10px;
}
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: 3px 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: #0b1c3a;
  background: #5796ff;
  color: #fff;
}


.nav-bar {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 92px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 999;
  overflow: hidden;
  border-radius: 45px 0 0 45px;
  box-shadow: -4px 8px 12px rgb(0 0 0 / 5%);
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.nav-bar.active {
  opacity: 1;
  visibility: visible;
  top: 15%;
}
.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;
  /* filter: drop-shadow(2px 5px 5px #00000029); */
}
.sns-link li a p {
  margin-top: 1px;
}

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

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

.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: 95%;
  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 #143375;
  border-right: 3px solid #143375;
  text-indent: -99999px;
}
.main-slide-arrow .main-slide-next {
  transform: rotate(45deg);
}
.main-slide-arrow .main-slide-prev {
  transform: rotate(-135deg);
}

.main-slide-next:hover,
.main-slide-prev:hover
 {
  border-color:#fefefe;
  transition: 0.4s;
}

.main-slide_pagination {
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 100%;
  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 #fefefe;
  opacity: 0.8;
}
.main-slide_pagination span.on {
  background-color: #fefefe;
  opacity: 1;
}

/* #part_intro */
.part_intro_bg {
  position: relative;
}
.part_intro_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 2%;
}

/* #part_intro/ */


@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 {
  width: 50%;
  overflow: hidden;
}
.footer_img img {
  height: 100%;
  width: auto;
}

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