/* CSS Document */

@import url("https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css");


body.fixed {
  overflow-y: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
  overflow: hidden;
}
body.scrollfix #container {
  margin-top: 120px;
}
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;
}


.h_menu {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-top: solid 1px #d7d7d7;
}

.h_menu ul {
  width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 70px;
}
.h_menu ul li {
  background: #ffffff;
  font-weight: 400;
}
.h_menu.fixed_menu ul li {
  margin: 0;
}
.h_menu ul li a {
  font-size: 19px;
  color: #4e4e4e;
  transition: 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
.h_menu ul li a:after {
  position: absolute;
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #24b7b3;
  bottom: 25%;
  left: 0%;
  transition: width 0.1s;
  z-index: -1;
  border-radius: 20px;
  opacity: 0.5;
}
.h_menu ul li a:hover,
.h_menu ul li.on a {
  color: #1d2266;
  font-weight: 600;
}
.h_menu.fixed_menu ul li.on a::after {
  width: 100%;
  transition: width 0.6s;
}

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

.h_menu.fixed_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}
.h_menu.fixed_menu ul {
  justify-content: space-between;
  align-items: center;
  width: 1330px;
  margin: 0 auto;
}


section {
  position: relative;
  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;
}

.h_in {
  height: 120px;
  width: 63%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_tel img, .h_logo img, .h_info img {
  width: 100%;
}


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


/* mainslide */
#top_main_slide {
  position: relative;
  overflow: hidden;
}
#top_main_slide .swiper-slide {
  cursor: grab;
}
#top_main_slide .swiper-slide:active {
  cursor: grabbing;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-button-prev {
  top: 49%;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  mix-blend-mode: luminosity;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-container-rtl .swiper-button-prev {
  right: 4%;
}

#top_main_slide .swiper-button-prev,
#top_main_slide .swiper-container-rtl .swiper-button-next {
  left: 4%;
}
#top_main_slide .swiper-button-next:hover,
#top_main_slide .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.7;
}

#top_main_slide .swiper-button-prev:hover,
#top_main_slide .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.7;
}


#top_main_slide .swiper-pagination-custom{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  bottom: 25px;
}
#top_main_slide .swiper-pagination-custom div{
  font-size: 18px;
  line-height: 30px;
  color: #dfdfdf;
}
#top_main_slide .swiper-pagination-fraction-current{
  font-weight: 600;
}
#top_main_slide .swiper-pagination-progress{
  position: relative;
  width: 120px;
  height: 4px;
  background-color: transparent;
}
#top_main_slide .swiper-pagination-progress::after{
  display: block;
  content: "";
  clear: both;
  width: 100%;
  height: 2px;
  background-color: rgb(224, 224, 224);
  position: absolute;
  bottom: 0;
}
#top_main_slide .swiper-pagination-progressbar{
  background-color: #dfdfdf;
  height: 4px;
  transition-duration: 800ms;
  z-index: 100;
}

#top_main_slide .btns{
  width: 30px;
  height: 30px;
}
#top_main_slide .play, #top_main_slide .stop{
  width: 30px;
  height: 30px;
  background: transparent no-repeat;
  background-size: 25px;
  background-position: center 1px;
  border: none;
  cursor: pointer;
}
#top_main_slide .play{
  background-image: url(../img/stop.png);
}
#top_main_slide .stop{
  background-image: url(../img/play.png);
}

/* part01 */
.position{
  position: relative;
}
.part01_1_1, .part01_1_2, .part01_1_3{
  position: absolute;
  top: 37%;
  width: 13.4%;
}
.part01_1_1{
  left: 21%;
}
.part01_1_2{
  left: 43%;
}
.part01_1_3{
 right: 21%;
}
.part01_1_4{
  position: absolute;
  width: 9.9%;
  bottom: 10%;
  right: 35%;
}
.part01_2_1{
  position: absolute;
  width: 67.3%;
  max-width: 1281px;
  bottom: 8%;
  left: 16%;
}

/* part02 */
.part02_6_1{
  position: absolute;
  top: 0;
  left: 23%;
  width: 15.7%;
}

/* 증례 slide */

.swiper-slide img{
  width: 100%;
  margin: 0 auto;
}
.case_swiper{
  position: absolute;
  top: 37%;
  width: 100%;
}
.case_swiper .swiper-slide{
  opacity: 0 !important;
}
.case_swiper .swiper-slide-active{
  opacity: 1 !important;
}
.case_swiper .swiper-slide img{
  width: 48%;
  max-width: 911px;
}
.case_swiper .swiper-button-prev, 
.case_swiper .swiper-button-next{
  height: 35px;
  margin-top: -33px;
  background-size: 25px 33px;
  transition: 0.3s;
}
.case_swiper .swiper-button-prev{
  left: 20%;
  background-image: url(../img/part_prev.png);
}
.case_swiper .swiper-button-next{
  right: 20%;
  background-image: url(../img/part_next.png);
}
.case_swiper .swiper-button-prev:hover, 
.case_swiper .swiper-button-next:hover{
  opacity: 0.5;
}

/* part04_4 증례 추가되면 display: block*/
.part04_4 .swiper-button-prev, .part04_4 .swiper-button-next{
  display: none;
}


/* 단계 slide */
.step_swiper{
  width: 100%;
}
.step_swiper .swiper-slide img{
  width: 43.1%;
  max-width: 820px;
}
.step_swiper .swiper-button-prev, 
.step_swiper .swiper-button-next{
  top: 50%;
  height: 35px;
  margin-top: -17.5px;
  background-size: 25px 33px;
}
.step_swiper .swiper-button-prev{
  left: 26%;
  background-image: url(../img/part_prev.png);
}
.step_swiper .swiper-button-next{
  right: 26%;
  background-image: url(../img/part_next.png);
}


/* part tour */
.part_tour_wrap{
  background-color: #f3efe8;
}
.tour_container{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 8%;
}
.gallery-top{
  margin-bottom: 2%;
}
#part_tour .tour_container .gallery-thumbs .swiper-slide{
  background-color: #555;
  cursor: pointer;
}
#part_tour .tour_container .gallery-thumbs .swiper-slide img{
  opacity: 0.5;
}
#part_tour .tour_container .gallery-thumbs .swiper-slide-active img{
  opacity: 1;
}
#part_tour .swiper-button-prev, 
#part_tour .swiper-button-next{
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 39px;
  transition: 0.2s;
}
#part_tour .swiper-button-prev{
  left: 18%;
  background-image: url(../img/tour/tour_prev.png);
}
#part_tour .swiper-button-next{
  right: 18%;
  background-image: url(../img/tour/tour_next.png);
}
#part_tour .swiper-button-prev:hover, 
#part_tour .swiper-button-next:hover{
  opacity: 0.7;
}


/* part jangbi */
.jangbi_container{
  background-color: #05193e;
  padding-bottom: 8%;
}
.jangbi_slide{
  width: 50%;
  filter: drop-shadow(0 15px 50px rgba(0,0,0,0.2));
  overflow: hidden;
  margin: 0 auto;
}
.jangbi_slide .swiper-slide{
  filter: blur(1px);
  border-radius: 10px;
  width: 37.3% !important;
  overflow: hidden;
}
.jangbi_slide .swiper-slide-active{
  filter: blur(0px);
}
.jangbi_container .swiper-pagination{
  bottom: 9%;
}
.jangbi_container .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  border: 1.5px solid #fff;
  margin: 0 5px;
  opacity: 0.8;
  background: transparent;
}
.jangbi_container .swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}
.jangbi_container .swiper-button-prev, 
.jangbi_container .swiper-button-next{
  width: 40px;
  height: 50px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 39px;
  transition: 0.2s;
}
.jangbi_container .swiper-button-prev{
  left: 18%;
  background-image: url(../img/jangbi/jangbi_prev.png);
}
.jangbi_container .swiper-button-next{
  right: 18%;
  background-image: url(../img/jangbi/jangbi_next.png);
}
.jangbi_container .swiper-button-prev:hover,
.jangbi_container .swiper-button-next:hover{
  opacity: 0.7;
}


/* footer */

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


/* quick======================= */

.quick_bar {
  position: fixed;
  right: 15px;
  top: 20%;
  width: 80px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 999;
  filter: drop-shadow(2px 5px 13px rgba(0,0,0,0.15));
}
.quick_bar.active {
  visibility: visible;
  opacity: 1;
  top: 10%;
}
.quick_bar ul{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick_bar li a {
  display: block;
}

.quick_bar li img {
  width: 100%;
}


/* top button ====================== */

.top_btn {
  position: fixed;
  bottom: -50px;
  right: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #3c5182;
  text-align: center;
  font-size: 20px;
  z-index: 90;
  border-radius: 20px;
  border: none;
  background: #fff;
  box-shadow: 2px 5px 13px rgb(0 0 0 / 20%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.top_btn:hover {
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #9fd6d4, #24b7b3);
}
.top_btn:hover i {
  animation: topBtn 0.5s linear infinite alternate;
}
.top_btn.active{
  bottom: 20px;
}
/* @keyframes topBtn {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    transform: translate3d(0, -2px, 0);
  }
} */
.top_btn.active {
  opacity: 1;
  visibility: visible;
}