@charset "utf-8";
/* @import "./common.css"; */

/* 메인배너 시작 */
.main_banner{
  height: 100vh;
  position: relative;
}

/* 배너 프로그래스바  */
:root {
/* PROGRESS COLOR */
--colorProgress: white;
--colorProgressBg: rgba(255, 255, 255, 0.5);
}
.swiper-up {
width: 100%;
height: 100%;
}
.swiper-up__slide {
  display: flex !important;
  min-height: 25rem;
  font-size: 2.5rem;
  display: flex;
}
.banner_text{
  transition: 1s;
  color: white;
  transition: all 1s;
  max-width: 1642px;
  height: 340px;
  width: 100%;
  margin: auto;
  padding-left: 30px;
}
.banner_text span{
  font-size: 30px;
  line-height: 30px;
  font-weight: var(--FW-R);
  color: white;
  opacity: 0.3;
  display: inline-block;
}
.banner_text h2{
  font-size: 65px;
  font-weight: var(--FW-SB);
  color: white;
  padding-bottom: 40px;
  line-height: 75px;
}
.banner_text p{
  font-size: 16px;
  line-height: 27px;
  font-weight: var(--FW-L);
  color: white;
  padding-bottom: 15px;
}
.banner_text a.btn_more{
  display: block;
  background-image: url(../images/main/btn_banner.png);
  margin-left: 17px;
}
.banner_text a.btn_more:hover::before{
  left: 120px;
}
.swiper-up__slide_first{
  background-image: url(../images/main/banner_test.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: right;
}
.swiper-up__slide_second{
  background-image: url(../images/main/banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-up__slide_third{
  background-image: url(../images/main/banner3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* 메인__솔루션 시작 */
.main_solution{
  padding-top: 150px;
  padding: 150px 0 0;
}
.main_title{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1540px;
}
.solution_txt{
margin: 0 auto;
position: relative;
}
.main_title h3{
  font-size: 30px;
  line-height: 130%;
  font-weight: var(--FW-SB);
}
.main_title p{
  font-size: 20px;
  line-height: 27px;
  color: var(--color-gray_4e);
  font-weight: var(--FW-R);
}
.main_solution .swiper_control{
  display: flex;
  height: 30px;
  align-items: center;
  gap: 20px;
}
.main_solution .swiper-button-next, 
.main_solution .swiper-button-prev{
  position: static;
  width: 11px ;
  height: 26px;
}
.main_solution .swiper-button-next:after, 
.main_solution .swiper-button-prev:after{
  line-height: 20px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 5px;
}
.main_solution .swiper-pagination-fraction{
  font-size: 20px;
  position: static ;
  text-align: left ;
  width: auto;
}
.main_solution .swiper {
  width: 100%;
  padding-top: 42px;
  padding-bottom: 100px;

}
.main_solution .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  transition: width 0.3s;
}

.main_solution .swiper-slide img {
  /* width: 100%; */
  width: 200px;
  margin-bottom: 20px;
  object-fit: cover;
  transition: all 0.7s;
}
.swiper-slide.swiper-slide-active img{
  width: 350px;
  transition: all 0.7s;

}
.main_solution .swiper-slide p {
  font-size: 22px;
  font-weight: var(--FW-SB);
  white-space: nowrap;
}
.main_solution .swiper-slide p > span{
  font-size: 16px;
  color: var(--color-gray_4e);
  font-weight: var(--FW-R);

}
.solution_swiper{
  width:100%;
  height: 600px;
}
.solution_swiper .swiper {
  width: 100%;
  height: 100%;
  /* position: relative; */
}
.solution_swiper .swiper::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 376px;
  background-color: #EEF4FA;
  top: 236px;
  height: 380px;
}
.solution_swiper .swiper-wrapper{
  margin-left: -5vw;
}
/* .solution_swiper .swiper-slide{
  width: 350px !important;
} */
.solution_swiper .swiper-slide.swiper-slide-active{
  width: 415px !important;
  transition: all 0.3s;
}
/* .swiper-slide.swiper-slide-active */
.solution_swiper .swiper-slide.swiper-slide-active p{
  font-size: 30px;
}
.solution_swiper .swiper-slide.swiper-slide-active p > span{
  font-size: 23px;
}
.solution_txt.main_title{
  padding: 0 30px;
}

/* 유지보수 시작 */
.main_manage{
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 45px; 
  padding: 230px 30px 0;
  justify-content: center;
}
.manage_content{
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
.manage_content > a{
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.manage_content > a:hover h5{
  color: var(--color-point);
}
.manage_img{
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.manage_img img{
  width: 100%;
  height: 100%;
  transition: transform 1s;
  object-fit: cover;
}
.manage_content > a:hover .manage_img img{
  transform: scale(1.1);
}
.manage_content .content_txt{
  width: 90%;
  height: 156px;
  padding: 0 32px;
  border: 1px solid var(--color-border);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: -70px;
}
.manage_content h5{
  font-size: 22px ;
  font-weight: var(--FW-SB);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -30px;
  transition: all 0.7s;
}
.manage_content p{
  font-size: 16px;
  line-height: 23px;
  color: var(--color-gray_4e);
  font-weight: var(--FW-R);
}
.manage_content .icon_box{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: var(--color-main);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.camera .icon_box{background-image: url(../images/main/icon_camera.png);}
.center .icon_box{background-image: url(../images/main/icon_center.png);}

/* 공통클래스로 빼야함 btn */
.btn_more{
  height: 20px;
  width: 125px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.content_txt .btn_more{
  background-image: url(../images/main/btn_more.png);
  transition: opacity 0.7s;
  opacity: 0;
}
.manage_content > a:hover .content_txt .btn_more{
  opacity: 1;
}
.btn_more::before{
  position: absolute;
  content: '';
  top: -5px;
  left: 0px;
  transform: translateX(-18px);
  display: flex;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  opacity: 0.22;
  background-color: var(--color-point);
  transition: left 1s;
}
.manage_content > a:hover .btn_more::before{
  left: 120px;
}

/* CCTV 시작 */
.cctv_overlay .btn_more{
  background-image: url(../images/main/btn_view.png);
  opacity: 1;
  display: block;
}
.cctv_overlay .btn_more::before{
  position: absolute;
  content: '';
  top: -5px;
  left: 0px;
  transform: translateX(-18px);
  display: flex;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  opacity: 0.22;
  background-color: white;
  transition: left 1s;
}
.cctv_swiper .swiper-slide > a:hover .btn_more::before{
  left: 120px;
}
.main_cctv{
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 230px 30px 0;
}
.cctv_txt{
  margin-bottom: 50px;
}
.cctv_swiper{
  height: 517px;
}
.cctv_swiper .swiper {
  width: 100%;
  height: 100%;
}

.cctv_swiper .swiper-slide > a{
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  background-color: white;
  justify-content: flex-end;
  height: 465px;
  border-radius: 30px;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
  position: relative;
}
.cctv_swiper .swiper-slide > a .cctv_overlay{
  opacity: 0;
  transition: opacity 0.7s;
  height: 0;
}
.cctv_swiper .swiper-slide > a:hover .cctv_overlay{
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #000000d5;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  z-index: 2;
}
.cctv_swiper .swiper-slide > a .cctv_overlay > p{
  font-size: 30px;
  color: white;
  font-weight: var(--FW-B);
}

.cctv_swiper .cctv_name{
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: flex-start;
}
.cctv_swiper .cctv_name h5{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 7px;
  margin-top: 10px;
}
.cctv_swiper .cctv_name p{
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: var(--color-gray_88);


}
.cctv_swiper .swiper-slide .cctv_img {
  display: block;
  width: 100%;
  height: 364px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid var(--color-border);
}
.cctv_swiper .swiper-slide:nth-child(1) .cctv_img{ background-image: url(../images/cctv/product_cctv_01_big.png);}
.cctv_swiper .swiper-slide:nth-child(2) .cctv_img{ background-image: url(../images/cctv/product_cctv_02_big.png);}
/* .cctv_swiper .swiper-slide:nth-child(3) .cctv_img{ background-image: url(../images/main/cctv03.jpg);} */
.cctv_swiper .swiper-slide:nth-child(3) .cctv_img{ background-image: url(../images/cctv/product_cctv_04_big.png);}
.cctv_swiper .swiper-slide:nth-child(4) .cctv_img{ background-image: url(../images/cctv/product_cctv_05_big.png);}
.cctv_swiper .swiper-slide:nth-child(5) .cctv_img{ background-image: url(../images/cctv/product_cctv_06_big.png);}
.cctv_swiper .swiper-slide:nth-child(6) .cctv_img{ background-image: url(../images/cctv/product_cctv_07_big.png);}


/* community 시작 */
.main_community{
  padding: 190px 30px 0;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.main_community > div{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.main_community .main_title{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.main_community h3{
  font-size: 30px;
  font-weight: var(--FW-B);
}
.main_community h3 > span{
  font-size: 20px;
  font-weight: var(--FW-M);
  color: var(--color-border);
  display: flex;
}
.community_content li{
  padding: 0 30px;
}
/* .community_content li:hover a{

} */
.community_content li a{
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 리스트 줄 공통클래스 */
.list_border li{
  border-bottom: 1px solid var(--color-border);
}
.list_border li:hover{
  background-color: #f9f9f9;
}
.list_border li:hover p{
  font-weight: var(--FW-B);
}
.list_border li p{
  font-size: 18px;
  font-weight: var(--FW-M);
}
.list_border li span{
  color: var(--color-gray_88);
}

/* marquee */
.wrap { 
  display: flex; 
  overflow: hidden;
  height: 300px;
  align-items: center;
  }
  .wrap .rolling-list ul { 
    display: flex;
  }
  .wrap .rolling-list ul li { 
    width: 250px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 46px 31px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .wrap .rolling-list ul li .image-wrap { 
    /* padding-right: 32px;  */
    width: 260px; 
    flex-shrink: 0; 
  }
  .wrap .rolling-list ul li .image-wrap > img { 
    width: 100%;
  }

  .rolling-list.original {
    animation: rollingleft1 90s linear infinite;
  }
  .rolling-list.clone {
    animation: rollingleft2 90s linear infinite;
  }

  @keyframes rollingleft1 {
    0% { transform: translateX(0); }
    50% { transform: translateX(-100%); }
    50.01% { transform: translateX(100%); }
    100% { transform: translateX(0); }
  }

  @keyframes rollingleft2 {
    0% { transition: translateX(0); }
    100% { transform: translateX(-200%); }
  }


  /* .banner_wraper { height: 60px; width: 1920px; position: absolute; overflow: hidden; }
  .banner_wraper img { height: 45px; position: absolute;  } */

  .btn_plus{
    width: 30px;
    height: 30px;
    background-image: url(../images/main/icon_plus.png);
    background-size: contain;
    transition: all 0.5s ease;
  }
  .btn_plus:hover{
    transform: rotate(180deg);
  }


/* 페이지네이션 커스텀 */
.mainbanner-control {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 200px;
  z-index: 10;
  color: white;
  display: block;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
.btn_pause{
  cursor: pointer;
}
.mainbanner-control{
  max-width: 1640px ;
  width: 100%;
  margin: 0 auto ;
}
.main_banner .swiper_buttons{
  display: flex;
  align-items: center;
  gap: 20px;
}
.main_banner .swiper_buttons > div{
  margin-top: 0;
  height: auto;
  display: flex;
}
.main_banner .swiper-button-next:after, 
.main_banner .swiper-button-prev:after{
  line-height: 18px;
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.main_banner .swiper-pagination-fraction{
font-size: 18px;
text-align: left ;
width: auto;
display: flex;
gap: 10px;
color: rgba(255, 255, 255, 0.503);
}
.main_banner .swiper-pagination-fraction > .swiper-pagination-current,
.main_banner .swiper-pagination-fraction > .swiper-pagination-total{
  color: white;
  font-weight: var(--FW-B);
}
.main_banner .swiper-pagination{
  bottom: 60px;
}
.main_banner .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 120px;
  border-radius: 0;
  position: relative;
  height: 5px;
}
.main_banner .swiper-pagination-bullet,
.main_banner .swiper-pagination-bullet-active.swiper-pagination-bullet{
  background-color: #ffffff4d ;
  opacity: 1;
}
.main_banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before{
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  animation: bulletActive 5s linear;
}
@keyframes bulletActive {
  0% { width: 0; }
  100% { width: 100%; }
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.pagination2{
  bottom: 210px;
  position: absolute;
  z-index: 10;
  display: flex;
  color: white;
  align-items: center;
  gap: 24px;
  max-width: 1642px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 30px;
}
.swiper-button-next, .swiper-button-prev{
  position: static;
  margin: 0;
}



/* 반응형 */
@media all and (max-width:1650px) { 
  .solution_swiper .swiper-wrapper{
    margin-left: -8vw;
  }
  .main_solution .swiper-slide p{
    font-size: 20px;
  }
  .solution_swiper .swiper-slide.swiper-slide-active p{
    font-size: 26px;
  }
  .main_solution .swiper-slide img {
    /* width: 100%; */
    width: 180px;
    /* margin-bottom: 20px;
    object-fit: cover;
    transition: all 0.7s; */
  }
  .swiper-slide.swiper-slide-active img{
    width: 280px;
    /* transition: all 0.7s; */
  
  }
  /* nav .wrapper,
  .banner_text,
  .pagination2,
  .main_title,
  .main_manage,
  .main_community,
  .main_cctv{
    padding-right: 30px;
    padding-left: 30px;
  } */
  .pagination2{
    bottom: 100px;
  }
  .scroll_down{
    height: 250px;
  }
  .scroll_line{
    height: 90px;
  }
  .mega-box .content{
    border: none;
  }
  .banner_text span{
    font-size: 20px;
    line-height: 20px;
  }
  .banner_text h2{
    font-size: 50px;
    line-height: 58px;
    padding-bottom: 30px;
  }
  .banner_text p{
    padding-bottom: 25px;
  }
  .main_title{
    gap: 16px;
  }
  .main_title p{
    font-size: 18px;
  }
  .list_border li p{
    font-size: 16px;
  }
  .manage_content .content_txt{
    width: 85%;
    word-break: keep-all;
  }
  .solution_swiper .swiper-slide.swiper-slide-active{
    width: 350px !important;
  }
} 
/* @media all and (max-width:1600px) {

} */
@media all and (max-width:1279px) {
  .solution_swiper .swiper-wrapper {
    margin-left: -11%;
  }
  .swiper-up__slide_first{
    background-color: #000926;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
  }
  .nav-links li > a{
    padding: 35px 20px;
  }
  .banner_text span{
    font-size: 16px;
    line-height: 16px;
  }
  .banner_text h2{
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 20px;
  }
  .banner_text p{
    padding-bottom: 20px;
  }
  /* .solution_swiper .swiper-slide.swiper-slide-active{
    width: 300px !important;
  } */
  .manage_content > a{
    height: 350px;
  }

}

@media all and (max-width:1024px) {
  .solution_swiper .swiper-wrapper{
    margin-left: 0;
  }

  .main_title p br{
    display: none;
  }
  .main_title p {
    font-size: 17px;
  }
  .manage_content{
    flex-direction: column;
    gap: 120px;
    width: 100%;
  }
  .manage_img{
    width: 100%;
  }
  .manage_content > a{
    width: 100%;
  }
  .main_community{
    flex-direction: column;
    gap: 80px;
  }
  .main_community > div{
    width: 100%;
  }
  /* .wrapper .nav-links{
    display: none;
  } */
  .swiper-slide.swiper-slide-active img{
      width: 350px;
  }
} 
@media all and (min-width:700px) and (max-width:900px) {
  .swiper-up__slide_first{
    background-image: url(../images/main/banner1_T2.png);
  }
  .solution_swiper .swiper-wrapper{
    margin-left: -3%;
  }
  .scroll_down{
    display: none;
  }
} 
/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:768px) {
  .solution_swiper .swiper-wrapper{
    margin-left: -11%;
  }
  .swiper-up__slide_first{
    background-image: url(../images/main/banner1_T2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: right;
  }
  .swiper-up__slide_second{
    background-image: url(../images/main/banner2_T.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .swiper-up__slide_third{
    background-image: url(../images/main/banner3_T.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* 롤링배너 */
  .wrap{
    height: 200px;
  }
  .wrap .rolling-list ul li{
    width: 180px;
  }
  .wrap .rolling-list ul li .image-wrap{
    width: 180px;
  }
}

@media all and (max-width:479px) {
  .swiper-up__slide_first{
    background-image: url(../images/main/banner1_M2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: right;
  }
  .swiper-up__slide_second{
    background-image: url(../images/main/banner2_M.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .swiper-up__slide_third{
    background-image: url(../images/main/banner3_M.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* 배너 */
  .banner_text{
    height: auto;
    padding: 0 30px;
    position: absolute;
    top: 34%;
  }
  .banner_text h2{
    font-size: 26px;
    line-height: 33px;

  }
  .banner_text span{
    color: #efefef;
    opacity: 1;
    font-size: 12px;
    line-height: 12px;
  }
  .banner_text p{
    font-size: 12px;
    line-height: 20px;
    word-wrap: break-word;
    letter-spacing: -0.15px;
    padding-bottom: 10px;
  }
  .banner_text p br{
    display: none;
  }
  .pagination2{
    gap: 16px;
    bottom: 30px;
  }
  .swiper-button-next, 
  .swiper-button-prev{
    width: 10px;
  }
  .main_banner .swiper-pagination-fraction{
    font-size: 16px;
  }
  .main_title{
    padding: 0;
    gap: 10px;
  }
  .main_title h3{
    font-size: 26px;
    line-height: 26px;
  }
  .main_title p{
    font-size: 12px;
    line-height: 16px;
  }
  .main_solution .main_title{
    padding: 0 30px;
  }
  /* 솔루션 */
  .main_solution .swiper-button-next:after, .main_solution .swiper-button-prev:after{
    font-size: 13px;
  }
  .main_solution .swiper-pagination-fraction{
    font-size: 16px;
  }

  .solution_swiper .swiper-slide.swiper-slide-active{
    width: 70% !important;
  }
  .solution_swiper .swiper-slide.swiper-slide-active p{
    font-size: 22px;
    line-height: 26px;
  }
  .solution_swiper .swiper-slide.swiper-slide-active p > span{
    font-size: 18px;
  }
  .solution_swiper .swiper-slide > a{
    width: 100% !important;
    /* padding: 0 30px; */
  }
  .solution_swiper .swiper-wrapper{
    margin-left: -10%;
  }
  .solution_swiper .swiper{
    height: 500px;
  }
  .main_solution .swiper{
    padding: 0;
  }
  .main_solution,
  .main_manage,
  .main_community{
    padding-top: 100px;
  }
  .main_cctv{
    padding-top: 200px;
  }

  /* 유지보수 */
  .manage_content > a{
    height: 220px;
  }
  .manage_content .icon_box{
    width: 60px;
    height: 60px;
  }
  .manage_content .icon_box{
    background-size: 60px auto;
  }
  .manage_img .btn_more{
    display: none;
  }
  .manage_content p{
    font-size: 12px;
    line-height: 16px;
  }
  .manage_content .content_txt{
    height: auto;
    padding: 20px 32px;
  }
  .manage_content .content_txt .btn_more{
    display: none;
  }
  .main_title p br{
    display: none;
  }
  .main_title p{
    word-break: keep-all;
  }
  .manage_content h5{
    margin: 0;
  }
  .manage_content h5{
    font-size: 17px;
  }
  /* 카메라 */
  .cctv_swiper .cctv_name h5{
    margin-top: 0;
  }

  /* 커뮤니티 */
  .main_title h3{
    font-size: 20px;
  }
  .main_community h3 > span{
    font-size: 12px;
  }
  .community_content li{
    padding: 0 10px ;
  }
  .list_border li p {
    font-size: 14px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
  }
  .list_border li span{
    font-size: 12px;
  }
  .btn_plus{
    align-self: center;
  }
  /* 롤링배너 */
  .wrap{
    height: 150px;
  }
  .wrap .rolling-list ul li{
    width: 150px;
  }
  .wrap .rolling-list ul li .image-wrap{
    width: 150px;
  }
  .map{
    height: 575px;
  }
  .footer__left{
    text-align: center;
    width: 100%;
  }

  /* .scroll_down{
    display: none;
  } */
  /* 유지보수 */
  .functionItem_wrap b{
    font-size: 20px;
    line-height: 40px;
  }
  .functionItem_wrap p{
    font-size: 14px;
    font-weight: var(--FW-R);
  }
  .swiper-slide.swiper-slide-active img{
    width: 200px;
}
}
