@charset "utf-8";

body {
  background-size: cover;
  background-image: url(../img/background.webp);
  /*width: 99vw;*/
background-repeat: no-repeat;
background-size: cover;
/*height: 10305px;*/
  background-position-y: 1%;
}

.img-100 {
  width: 100%;
  height: 100%;
}

/* sect0 */
#sect0 {
  height: 100vh;
  overflow: hidden;
  z-index: 8;
}

.mv_slide {
  z-index: 9;
}
.mv_img {
  top: 0;
  left: 0;
  z-index: 10;
}

.mv_img img {
  z-index: 11;
}

.txt_main {
  top: 39vh;
  z-index: 10;
  left: 50vw;
}
.sec0_txt2{
  font-size: 3vw;
}
/* 메인 비주얼 영역 */
.main_visual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main_vis img {
  position: relative;
  top: 0;

  width: 55vw;
}

/* 화살표 버튼   */
.main_visual .swiper_page_arrow {
  position: relative;
  z-index: 5;
  width: 77px;
}
.main_visual .swiper_page_arrow .mid {
  position: relative;
  left: 35px;
  bottom: 1px;
  color: #fff;
}

.slide-num-container {
  width: fit-content;
  z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0;
  background: transparent;
  cursor: pointer !important;
}

.swiper-button-prev i,
.swiper-button-next i {
  color: #111;
  font-size: 14px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* 프로그레스 라인 */
.slide-progress {
  position: relative;
  width: 200px;
  height: 3px;
  background-color: #d8d8d8;
  margin: 0 10px;
  overflow: hidden;
}

.slide-progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #d3642c;
}

.slide-progress.animate-progress::after {
  animation: progressAnimation 4.3s linear forwards;
}

@keyframes progressAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.sect0_scroll {
  position: relative;
  top: -260px;
  left: 67px;
  /*position: absolute;*/
  /*top: 86%;*/
  /*left: 12.5%;*/
  /*transform: translate(-50%, -50%);*/
}

.scroll_down {
  position: relative;
  z-index: 99999999;
}

.scroll_down p {
  transform: rotate(90deg);
  transform-origin: left top;
}
.scroll_down span {
  display: block;
  width: 14px;
  height: 20px;
  border: 1px solid #111;
  box-sizing: border-box;
  border-radius: 30px;
  margin-top: 15px;
  position: relative;
  top: 30px;
  right: 15px;
}

.scroll_down span:after {
  content: ' ';
  width: 2px;
  height: 4px;
  border-radius: 5px;
  background-color: #111;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  animation: scroll_down infinite 1.5s ease-in-out;
}

/*@keyframes scroll_down {*/
/*  100% {*/
/*    top: 85%;*/
/*    opacity: 0;*/
/*  }*/
/*}*/

.scroll_down i {
  top: 28px;
  right: 15.9px;
  font-size: 11px;
  transform: translate(3px, 0);
  animation: up_down infinite 1.1s ease;
}

@keyframes up_down{
  0%{
    transform: translate(3px, 0);
  }

  80%{
    transform: translate(3px, 10px);
  }

  100%{
    transform: translateY(3px, 0);
  }
}
/* sect1 */
.sect1_box {
  border-radius: 13px;
  background-color: #f1f1f1;
  width: calc(100% / 8.3);
  height: 180px;
  transition: all 0.3s ease;
}
.sect1_box .img_wrap {
  height: 90px;
}
.sect1_box:hover {
  transform: scale(1.04);
}

/* sect2 */
.dot-span {
  position: relative;
}

.sect2_content_left{
  border-radius:20px;
  height: 500px;
  overflow: hidden;
}
.sect2_content_left img{
  width:100%; height:100%;
  object-fit: cover;
}
.dot-span .dot {
  position: absolute;
  top: 0;
  right: -20px;
  width: 12px;
  height: 12px;
  background-color: #de662b;
  border-radius: 50%;
}

/* sect3 */
#sect3 {
  background-color: #f0f0f0bb;
}
.sect3_btn {
  width: 60px;
  height: 60px;
  background-color: #b7b7b7;
}

.sect3_box {
  padding: 30px 0;
  /* min-height: 735px !important; */
  /* height: 100%; */
  border-radius: 20px;
  display: flex !important;
  align-items: center !important;
  overflow: hidden;
}
.sect3_box.slick-slide {
  height: unset !important;
}
#sect3 .slick-dots {
  display: none !important;
}

/* sect4  */
#sect4 {
  position: relative;
}

.sect4_slider_container {
  position: relative;
  max-width: 1790px;
  margin: 60px auto 0;
  height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 35px;
}

/* 왼쪽 사이드 이미지 */
.sect4_side_left {
  width: 300px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0.7;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  position: relative;
}

/* 메인 이미지 */
.sect4_main_image {
  width: 1120px;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  margin: 0 0;
  position: relative;
}

/* 오른쪽 사이드 이미지 */
.sect4_side_right {
  width: 300px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0.7;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  position: relative;
}

/* 각 컨테이너 안의 이미지들 */
.sect4_side_left img,
.sect4_main_image img,
.sect4_side_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sect4_side_left img.active,
.sect4_main_image img.active,
.sect4_side_right img.active {
  opacity: 1;
}

/* 센터 슬라이더 화살표 */
.sect4_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #b7b7b7;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.sect4_arrow_prev {
  left: 244px;
}

.sect4_arrow_next {
  right: 244px;
}

/* 슬라이드 카운터 */
.sect4_counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: #7a7a7a69;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}

/* sect5 */
.sect5_top_box {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  padding: 30px 0;
}

.sect5_content .img_wrap_circle {
  background-color: #e6ebf5;
  width: 120px;
  height: 120px;
}

.sect5_bottom_box {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  width: calc(100% / 6);
  padding: 30px 15px;
}
.sect5_bottom_box .img_wrap {
  min-height: 85px;
}

.black_bar {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #111;
}

.sect5_bottom_box .inner2 {
  min-height: 170px;
}

/* 슬라이더 스타일 */
.sect7_slider {
  height: 630px;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.sect7_slide {
  width: 100%;
  position: relative;
  outline: none;
  padding: 0 5px; /* 슬라이드 간격 */
}

.sect7_slide .img_wrap {
  width: 100%;
  height: 630px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.sect7_slide .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sect7_slide .txts {
  position: absolute;
  top: 50%;
  left: 7%;
  z-index: 3;
  transition: opacity 0.3s ease;
}

/* Slick 슬라이더 커스터마이징 */
.sect7_slider .slick-list {
  overflow: visible;
}

.sect7_slider .slick-track {
  display: flex;
  align-items: center;
}

.sect7_slider .slick-slide {
  transition: all 0.3s ease;
  opacity: 0.6;
}

.sect7_slider .slick-slide.slick-center {
  opacity: 1;
}

.sect7_slider .slick-slide:not(.slick-center) .txts {
  opacity: 0;
}

.sect7_slider .slick-slide.slick-center .txts {
  opacity: 1;
}

/* 화살표 숨기기 */
.sect7_slider .slick-prev,
.sect7_slider .slick-next {
  display: none !important;
}

.sect7_slider .slick-dots {
  display: none !important;
}

/* sect8 */

.map_box {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /* border-radius: 20px; */
}

.root_daum_roughmap {
  width: 100% !important;
}

.root_daum_roughmap .wrap_map {
  width: 100% !important;
}

.root_daum_roughmap .cont {
  display: none !important;
}

.root_daum_roughmap .wrap_controllers {
  display: none;
}
.loc_info_box {
  width: 29%;
  border-left: 1px solid #d7d7d7;
}

/* 좌측fix */
/* 상담문의*/
.consultation_widget {
  position: fixed;
  left: 0;
  top: 57%;
  transform: translateY(-70%);
  z-index: 99999;
/*  background:#fff*/
}

.consultation_card.open {
  transform: translateX(0px);
  border: 2px solid #4ca6fa;
}
.consultation_card {
  width: 247px;
  background: white;
  border-radius: 20px 0 20px 20px;
  transform: translateX(-247px);
  transition: all 0.4s ease;
  position: relative;
}

.consultation_tab {
  width: 12px;
  position: absolute;
  right: -48px;
  top: 82px;
  transform: translateY(-50%);
  background: #4ca6fa;
  border-radius: 0 20px 20px 0;
  padding: 22px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  display: table-cell;
  vertical-align: middle;
}

.card_header {
  padding: 32px 33px;
}

.company_info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.company_logo {
  width: 16px;
  height: 16px;
  background: #6c757d;
  border-radius: 2px;
}

.company_name {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
}

.consultation_title {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 20px;
}

.phone_icon {
  width: 30px;
  height: 30px;
  background: #4ca6fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}

.phone_number {
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.hours_icon {
  background-color: #ff5501;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.hours {
  color: #ff5501;
}

/* 우측fix */
/* 우측fix */
.right_bottom {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 모든 요소를 오른쪽 정렬 */
  gap: 15px;
  z-index: 1000;
}

.view_more_container {
  background-color: #fff;
  width: 55px;
  height: 55px;
  position: relative;
  padding: 5px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50px;
  transition: 1s all ease;
}

.view_more_container2 {
  background-color: #39b449;
  width: 55px;
  height: 55px;
  position: relative;
  padding: 5px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50px;
  transition: 1s all ease;
}

.top_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  align-self: flex-end; /* 개별적으로 오른쪽 정렬 */
}

.view_more_text {
  margin-left: 10px;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  display: none;
  color: #3e4964;
  white-space: nowrap;
}

.view_more_icon {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.view_more_icon2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.view_more_text2 {
  margin-left: 10px;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  display: none;
  white-space: nowrap;
}

/* 호버 효과 */
.view_more_container:hover {
  width: 207px;
  opacity: 1;
  background-color: #fff;
  border-radius: 40px;
}

.view_more_container2:hover {
  width: 130px;
  opacity: 1;
  background-color: #39b449;
  border-radius: 40px;
}

.view_more_container:hover .view_more_text {
  color: #111;
  display: block;
}

.view_more_container2:hover .view_more_text2 {
  color: #ffffff;
  display: block;
}

.view_more_container:hover .view_more_icon {
  background-color: transparent;
}

.route {
  position: absolute;
  top: 50%;
  left: 5.5%;
  transform: translate(-50%, -50%);
}

.route ul {
  color: white;
}

.route ul li img {
  text-transform: uppercase;
  margin-right: 10px;
}

/* 수정 */
.route2 {
  position: fixed;
  top: 45%;
  right: 4%;
  transform: translate(0%, -50%);

  z-index: 99;
}

.route2 ul li a .circle {
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  border-radius: 64px;
  display: inline-block;

  cursor: pointer;
}

.route2 ul li a.active .circle {
  /*background-color: #de662b;*/
  background-color: #48506a;
}

.route2 ul li:first-child a.active .circle {
  background-color: #de662b;
  /*background-color: #48506a;*/
}

.route2 ul li a {
  /*transition: all 0.2s;*/
  cursor: default;
}

.route2 ul li a p {
  transition: all 0.2s;

  opacity: 0;
  visibility: hidden;
}

.route2 ul li a.list1 {
  opacity: 1;
}

.route2 ul li a.active p {
  opacity: 1;
  visibility: visible;
}

.route2 ul li p {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
}

.blog_icon {
display:block;
  width:39px;
  height:39px;
  position: relative;
  z-index: 1;
}

/* mobile */
@media screen and (max-width: 766px) {
  body {
    background-size: cover;
    background-image: url(../img/background.webp);
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    background-position-y: -10%;
  }

  .main_vis img {
    width: 145%;
  }
  .route2 {
    display: none !important;
  }
  .txt_main {
    /* position: unset !important; */
    width: 92% !important;
    margin: 0 auto;
    top: 61vh;
    z-index: 10;
    left: 4vw;
  }

  .consultation_widget {
    width: 0;
    top: 356px;
  }

  .consultation_tab {
    right: -38px;
    top: 60px;
    padding: 12px 13px;
  }

  .sect0_scroll {
    position: relative;
    top: -55vh;
    left: 9.6%;
  }

  .scroll_down i {
    opacity: 0;
  }

  .scroll_down span {
    top: 22px;
    right: 14px;
  }

  .sect1_box {
    width: 31%;
    height: 143px;
    margin-bottom: 20px;
  }
  .sect2_content_left {
    border-radius: 20px;
    height: 289px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .sect3_btn {
    width: 30px;
    height: 30px;
  }
  .sect3_box {
    padding-top: 20px !important;
    min-height: 350px !important;
  }

  .sect5_top_box {
    padding: 15px 0;
  }

  .sect5_content .img_wrap_circle {
    width: 80px;
    height: 80px;
  }

  .sect5_content .img_wrap_circle img {
    transform: scale(0.8);
  }
  .sect5_bottom_box .inner2 {
    min-height: 60px;
  }
  .sect5_bottom_box {
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 10px;
  }

  .sect7_slide .img_wrap {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
  }
  .sect7_slide .txts {
    position: absolute;
    top: 19%;
    left: 7%;
    z-index: 3;
    transition: opacity 0.3s ease;
    width: 86%;
  }
  #sect7 .slick-slider .slick-track,
  .slick-slider .slick-list {
    gap: 0px !important;
  }
  .sect7_slider {
    height: 388px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .map_box {
    height: 300px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .root_daum_roughmap {
    width: 100% !important;
  }

  .root_daum_roughmap .wrap_map {
    width: 100% !important;
  }

  .root_daum_roughmap .cont {
    display: none !important;
  }

  .root_daum_roughmap .wrap_controllers {
    display: none;
  }
  .root_daum_roughmap .wrap_btn_zoom {
    bottom: 0;
    height: 104px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: -77px !important;
    z-index: 20;
  }

  .loc_info_box {
    width: 100%;
    border-left: 1px solid #d7d7d7;
  }
  .view_more_container {
    background-color: #fff;
    width: 30px;
    height: 30px;
  }
  .view_more_container2 {
    background-color: #39b449;
    width: 30px;
    height: 30px;
  }
  /* 호버 효과 */
  .view_more_container:hover {
    width: 30px;
    height: 30px;
    opacity: unset
  }

  .view_more_container2:hover {
    width: 30px;
    height: 30px;
    opacity: unset;
  }

  .view_more_container:hover .view_more_text {
    display: none;
  }

  .view_more_container2:hover .view_more_text2 {
display: none;
  }


  .top_btn {
    width: 39px;
    height: 39px;
  }

  .sect4_side_left,
  .sect4_side_right {
    display: none;
  }
  .sect4_arrow_prev {
    left: -3px;
    width: 40px;
    height: 40px;
    background-color: #b7b7b78c;
  }
  .sect4_arrow_next {
    right: -3px;
    width: 40px;
    height: 40px;
    background-color: #b7b7b78c;
  }
}

/* tablet 세로기준 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  body{
    width:100vw
  }
  .main_vis img{
    width: 100vw;
  }
  .txt_main {
    top: 64vh;
    z-index: 10;
    left: 6vw;
  }
  .sect1_box {
    border-radius: 13px;
    background-color: #f1f1f1;
    width: 32%;
    height: 180px;
    transition: all 0.3s ease;
    margin-bottom: 11px;
  }


  .sect4_arrow_prev {
    left: 40px;
  }
  .sect4_arrow_next {
    right: 40px;
  }

  .sect5_bottom_box {
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    width: 44%;
    padding: 13px 15px;
    margin-bottom: 20px;
  }
  .sect3_btn {
    width: 45px;
    height: 45px;
    background-color: #b7b7b7;
  }
  .consultation_tab {
    top: 63px;
  }

  /* 호버 효과 */
  .view_more_container:hover {
    width: 207px;
    opacity: unset
  }

  .view_more_container2:hover {
    width: 207px;
    opacity: unset;
  }

  .view_more_container:hover .view_more_text {
    display: none;
  }

  .view_more_container2:hover .view_more_text2 {
    display: none;
  }

}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
