/* CSS Document */

@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

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:'Pretendard-Regular', '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;
}

.top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  color: #112248;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #112248;
}
.top_btn:hover {
  background-color: #112248;
  color: #f9f5b2;
  transition: .3s;
  scale: 1.1;
}

.jbMenu {
  text-align: center;
  background-color: #ffffff;
  padding: 0px 30px 0 10px;
  width: calc(100% - 505px);
}

.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: 65%;
}

.jbMenu.jbFixed ul li a {
  padding: 0 10px;
}

.jbMenu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
}
.jbMenu ul li {
  background: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.jbMenu ul li span {
  display: inline-block;
  margin: 0 2px;
}
.jbMenu ul li a {
  font-size: 18px;
  color: #4e4e4e;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  padding: 0 15px;
  transition: 0.3s;
}
.jbMenu ul li a:after {
  position: absolute;
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background-color: #f9f5b2;
  bottom: 23%;
  left: 50%;
  transform: translate3d(-50%,0,0);
  transition: width 0.1s;
  z-index: -1;
}
.jbMenu ul li a:hover,
.jbMenu ul li.on a 
{
  color: #112248;
  font-weight: 600;
}
.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: 30%;
  right: 0px;
  width: 90px;
  text-align: center;
  box-sizing: border-box;
  -moz-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;
}

.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;
  border-bottom: 1px solid #e6e6e6;
}

.logo-tt {
  height: 150px;
  width: 60%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo img {
  width: 100%;
}
.header_quick {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_quick li:first-child {
  margin-right: 8px;
}
.header_quick a {
  display: block;
}
.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 #42441f;
  border-right: 3px solid #42441f;
  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:#f9f5b2;
  transition: 0.4s;
}

.main-slide_pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  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 #eee;
  opacity: 0.8;
}
.main-slide_pagination span.on {
  background-color: #eee;
  opacity: 1;
}

/* part03 */
#part03_container {
  width: 100%;
  max-width: 1903px;
  height: 500px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#part03_container > .part03-top {
  width: 1195px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 42%;
  left: 50%;
}
#part03_container .swiper-button-next {
  background-image: url("../img/btn_next.png");
  background-size: contain;
  right: 10px;
  left: auto;
  width: 23px;
  height: 34px;
}
#part03_container .swiper-button-prev {
  background-image: url("../img/btn_prev.png");
  background-size: contain;
  left: 10px;
  right: auto;
  width: 23px;
  height: 34px;
}
#part03_container .swiper-button-prev, #part03_container .swiper-button-next {
  top: 45% !important;
  position: absolute;
}
#part03_container .swiper-button-prev {
  left: 200px !important;
}
#part03_container .swiper-button-next {
  right: 200px !important;
}

@keyframes slideImgOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.main-slide_wrapper > li {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* part04 */
#part04 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
  margin-top: 0.7rem;
}
/* part04/ */


/* 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;
} */


#part01-con {
  position: relative;
}
.part01_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 1%;
  left: 50%;
}