@charset "utf-8";

*{list-style: none; outline: none; text-decoration: none; margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; font-weight: 400; word-break: keep-all;}
img{border: 0;}
@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* PC 버전 */
@media (min-width: 1300px) {

.navbar_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  z-index: 999;
  animation: navbarBottom 1s forwards;
}

.navbar_links {
  margin-right: 10%;
}

.navbar_links a {
  color: #fff;
  margin-right: 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  padding: 0.5rem 0;
}

.navbar_links a:last-child {
  margin-right: 0;
}

.navbar_links a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

.navbar_links a:hover::before {
  width: 100%;
  left: 0;
}

.navbar_logo {
  margin-left: 10%;
  font-size: 2.3rem;
}

.navbar_scroll {
  background-color: #fff;
  z-index: 5;
  border-bottom: 1px solid gray;
}

.navbar_scroll div a {
  color: black;
}

.navbar_scroll a {
  color: black;
}

@keyframes navbarBottom {
  0% {
    transform: translateY(-70%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar_overlay {
    display: none;
  }

  .navbar_burger {
    display: none;
  }

  .navbar_menu {
    display: none;
  }    
    
}



/*---------------------------슬라이드-----------------------------*/

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    position: relative
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #fff;
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: #fff;
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

.visual-txt{
    position: absolute;
    left: 10%;
    top: 40%;
    width: 100%;
    text-align: left;
}

.visual-txt > .inner-txt-con > .inner-txt {
    transform:translateX(0);
    opacity:0;
}
.inner-txt{
    animation-name:fadeInRight;
    animation-duration:0.5s;
    animation-fill-mode: forwards;
}



.inner-txt-2{
    color: #fff;
    font-size: 4.5rem;
    font-weight: 600;
    
    margin-top: -1%;
}
.inner-txt-3{
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 3%;
    
        
}
.swiper-button-next, .swiper-button-prev{color: #ddd!important;}


@keyframes fadeInRight {
    0% {
        transform:translateX(-50px);
        opacity:0;
    }
    100% {
        transform:translateX(0);
        opacity:1;
    }
}


/*---------------------------sec2-----------------------------*/

.sec2{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #f5f6fa, #c5d0e4);
}

.sec2-wrap{
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 3%;
}
.linaer{
    width: 2px; 
    height: 65px;
    background: #c6d1e3;
    margin: 0 auto
}
.sec_main_txt{
    font-size: 2rem;
    font-weight: 700;
    padding: 3% 0 4%;
}

.sec_sub_txt{
    font-size: 1.5rem;
    font-weight: 400;
}
.flow-text {
	  display: flex;
      flex: 0 0 auto;
      white-space: nowrap;
      overflow: hidden;
      transition: 0.3s;
      font-size: 7.5rem;
      font-weight:900;
      color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;  
    padding: 0 0 3% 0;
  }
  .flow-text:hover {
    color: #fff;
    -webkit-text-stroke-width: 0px;
      
  }
  .flow-text:hover .flow-wrap {
    animation-play-state: paused;
    cursor: pointer;
  }
  .flow-wrap {
    animation: textLoop 14s linear infinite;
    padding-right: 1.4881vw;
    font-family: 'SBAggroB';
      
  }
  
  @keyframes textLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }

/*---------------------------sec3-----------------------------*/


.sec3-bg{
    background: url('../images/main/company.jpg') no-repeat center top;
    width: auto;
}
.sec3-wrap{
    width: 1300px;
    margin: 0 auto;
    padding: 8% 0 0%;
}
.sec3-txt{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.sec3-txt::after{
    content: '';
    width: 10px; 
    height: 10px;
    background: #fff;
    position: absolute;
    margin-left: 7px;
}
.sec3-txt2{
    color: #fff;
    font-size: 1.5rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.overview ul li p{
    color: #fff;
}


.overview ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #ffffff30;
}

.overview ul li{
    width: 25%;
    border: 1px solid #ddd;
    border-top: 7px solid #ddd;
    border-bottom: 0;
}

.overview-1{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 4% 0 3% 3%;
}
.overview-2{
    font-size: 1.2rem;
    font-weight: 400;
    padding: 3% 0 6% 3%;
}

/*---------------------------sec4-----------------------------*/

.sec4-wrap{
    width: 1300px;
    margin: 0 auto;
    padding: 8% 0;
}
.sec4-txt{
    color: #000;
    font-size: 2rem;
    font-weight: 700;
}
.sec4-txt::after{
    content: '';
    width: 10px; 
    height: 10px;
    background: #000;
    position: absolute;
    margin-left: 7px;
}

.business{
    padding: 5% 0 0;
}

.business ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #ffffff30;
}

.business ul li{
    width: 25%;
    background: #414141;
    margin: 0 1.5% 0 1.5%;
    border-radius: 0 50px 0 0;
    position: relative;
    overflow: hidden;
}
.business ul li:first-child{
    margin-left: 0;
}
.business ul li:last-child{
    margin-right: 0;
}
.business ul li a img{
    overflow: hidden;
    opacity: 0.5;
    width: 100%;
}
.business ul li:hover img{
    opacity: 1;
}
.business ul li a p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

/*---------------------------sec5-----------------------------*/

.sec5-wrap{
    width: 1300px;
    margin: 0 auto;
    padding: 0 0 8%;
}
.location{
    padding: 5% 0 0;
}
.location ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.location ul li{
    width: 49%;
}

.location ul li b{
    font-size: 1.5rem;
    font-weight: 800;
    display: block;
    padding: 1% 0 2%;
}
.location ul li p{
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
}
.location ul li p.half{
    width: 50%;
    float: left;
    padding: 1% 0;
    font-size: 1.1rem;
}

/*---------------------------footer-----------------------------*/

footer{
    background: #282828;
}
.footer-wrap{
    width: 1300px;
    margin: 0 auto;
    padding: 4% 0% 8%;
}
.footer-wrap img{
    display: block;
    margin-bottom: 2%;
}
.f-box{
    width: 50%;
    float: left;
}
.f-box ul li{
    color: #ddd;
    font-size: 1rem;
    padding: 1% 0 0;
}
.f-box ul li a{
    color: #ddd;
    font-size: 1rem;
} 
.copyright{
    color: #999;
    padding-top: 4%;
}
.f-txt-box{
    width: 50%;
    float: right;
    text-align: right;
    color: #fff;
    font-size: 2.5rem;
    margin-top: -60px;
}
.f-txt a{
    color: #fff;
    font-weight: 600;
}
.f-txt i{
    font-size: 1.5rem;
    margin-left: 2%;
    
}

.only_m{
    display: none;
}

.only_pc{
    display: block;
}
.only_pc_ser{display: block;}
.only_m_ser{display: none;}

/*---------------------------contact-----------------------------*/

.sub_head{width: 100%; background: url('../images/main/service-bg.jpg') no-repeat center top; background-size: cover;}
.sub_head_con{background: url('../images/main/con-bg.jpg') no-repeat center top;}
.sub_head_ai{background: url('../images/main/ai-bg.jpg') no-repeat center top;}
.sub-tit-txt{font-size: 3.5rem; color: #fff; text-align: center; font-weight: 700; letter-spacing: 1px;}

.con-box{border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 3% 0; padding: 3% 0;}
.con-box ul li{height: 70px; padding-top: 10px;}
.con-t{width: 10%; display: inline-block; font-size: 1.1rem; }
.con-box ul li.chk-wrap .con-t{display: inline-block;}
.con-box ul li input{padding: 1% 1.5%; font-size: 0.9rem;  color: #333; background: #f7f8ff; border: 0;}
.con-box ul li.chk-wrap{display: flex; flex-direction: row; flex-wrap: nowrap; height: 100px;}
.con-box ul li.chk-wrap div{display: inline-block; padding: 0 0 0 3.7%;}
.con-box ul li.chk-wrap div label{width: 200px; display: inline-block; color: #333; font-size: 0.9rem; padding: 0.5% 0;}
.con-t2{font-size: 0.9rem; color: #aaa; display: block; }
.con-box ul li:last-child{height: 300px;}
.con-box ul li:last-child textarea{width: 86%; height: 100%; vertical-align: top; border: 0; background:#f7f8ff; font-size: 0.9rem; padding: 1% 1.5%; color: #333}

.popup{display: flex;justify-content: space-between; flex-wrap: nowrap;}
.sum{width: 200px; background: #333; color: #fff; text-align: center; padding: 1% 1%; cursor: pointer;}


/*---------------------------service-----------------------------*/

.tap-menu{border-bottom: 1px solid #ddd;}
.tap-wrap{width: 1300px; margin: 0 auto; }
.tap-wrap ul{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly; padding: 1% 0; color: #ddd;}
.tap-wrap ul li a{color: #000; font-size: 1.2rem;}

.service-wrap{width: 1300px; margin: 0 auto; padding: 7% 0;}
.ser-txt{text-align: center; font-size: 3rem; font-weight: 700; padding-bottom: 2%;}

.zigzag{width: 100%;}
.zigzag ul li{margin: 4% 3%;}
.zigzag ul li .zigzag-txt{font-size: 1.7rem; font-weight: 600; padding: 1% 0 1.5% 3%;}
.zigzag ul li .zigzag-txt-r{font-size: 1.7rem; font-weight: 600; padding: 1% 4% 1.5% 0%; text-align: end}
.zigzag ul li .zigzag-txt::after{content: ''; width: 7px; height: 7px; background: #000; position: absolute; margin-left: 5px;}
.zigzag ul li .zigzag-txt-r::after{content: ''; width: 7px; height: 7px; background: #000; position: absolute; margin-left: 5px;}
.zigzag ul li .zigzag-sub{display: flex; justify-content: space-around;}
.zigzag ul li .zigzag-sub .z-img{width: 550px; height: 325px; background: #000; border-radius: 15px; overflow: hidden;}
.zigzag ul li .zigzag-sub .z-img img{display: inline-block; width: 100%;}
.zigzag ul li .zigzag-sub span{display: flex; vertical-align: middle; width: 500px; height: 325px; margin-left: 3%; font-size: 1.15rem; line-height: 1.5; align-content: center; flex-wrap: wrap;}

.zigzag ul li .zigzag-sub span.zl{margin-left: 0; margin-right: 3%; font-size: 1.15rem;}


.ai-txt{}
.ai-box{font-size: 1.3rem; padding: 5% 0 10%;}
.ai-step{background: #f7f8ff;}
.ai-step-box{padding: 5% 0;}
.ai-step-box ul{display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-evenly;}
.ai-step-box ul li img{width: 90%;}


.process{padding-top: 5%;}
.process ul{display:flex;}
.process ul li{}

.zigzag-txt-ai{font-size: 4rem; font-weight: 900; color: #e1e7ff;}
.sec4-wrap-ai{padding: 2% 0px 8%;}

.sub_head .sec4-wrap{padding: 11% 0;}






















/*---------------------------모바일-----------------------------*/
@media (max-width: 1980px) {
    footer{
        height: 300px;
    }
}

@media (max-width: 1500px) {
    .inner-txt-2{
        font-size: 3.5rem;
    }
    .inner-txt-3{
        font-size: 1.3rem;
    }
    .sec3-txt2{
        font-size: 1.3rem;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .overview-1{
        font-size: 1.3rem;
    }
    footer{
        height: 280px;
    }
}




@media (max-width: 1350px) {
    .navbar_links a{
        margin-right: 2rem;
    }
    .sec2-wrap{
        width: 1100px;
    }
    .sec3-wrap{
        width: 1100px;
    }
    .sec4-wrap{
        width: 1100px;
    }
    .sec5-wrap{
        width: 1100px;
    }
    .location ul li{
    width: 48%;
    }
    .footer-wrap{
        width: 1100px;
    }
}



@media (max-width: 1299.98px) {
/* 모바일 버전 입력*/
    
.navbar_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  z-index: 999;
  animation: navbarBottom 1s forwards;
}    
    
.navbar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
}
    
.navbar_logo {
  margin-left: 3%;
  font-size: 1.8rem;
}    
.navbar_logo img{
    width: 90%;
}    

.navbar_burger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
    z-index: 1000;    
}

.navbar_burger_back {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  color: #fff;  
}

.navbar_menu {
  position: fixed;
  top: 0;
  right: 0;
 /* width: 50%;*/
  height: 100%;
  background-color: #0e0e0e;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(100%);
  z-index: 1002;
  color: #000;
  transition: transform 0.3s ease;
}

.navbar_menu a {
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: 1rem;
  margin-bottom: 3rem;
  text-decoration: none;
}

.navbar_menu.active {
  transform: translateX(0);
}

.navbar_overlay.active {
  opacity: 1;
  pointer-events: auto;
    }
.navbar_links {
    display: none;
  }

}


@media (max-width: 1100px) {
    .inner-txt-2{
        font-size: 2.5rem;
    }
    .inner-txt-3{
        font-size: 1.1rem;
    }
    .sec2-wrap{
        width: 780px;
    }
    .sec_main_txt{
        font-size: 1.5rem;
    }
    .sec_sub_txt {
        font-size: 1.2rem;
    }
    .flow-text{
        font-size: 5.5rem;
    }
    .sec3-wrap{
        width: 780px;
    }
    .sec3-txt{
        font-size: 1.5rem;
    }
    .sec3-txt2{
        font-size: 1.1rem;
    }
    .overview-1{
        font-size: 1.1rem;
    }
    .overview-2{
        font-size: 1rem;
    }
    .sec4-wrap{
        width: 780px;
    }
    .sec4-txt{
        font-size: 1.5rem;
    }
    .business ul li{
        margin: 0 0.5%;
    }
    .business ul li a p{
        font-size: 1.2rem;
        width: max-content;
    }
    .business ul li:last-child a p{
        transform: translate(-50%,-10%);
    }
    .sec5-wrap{
        width: 780px;
    }
    .footer-wrap{
        width: 780px;
    }
    .location ul li b{
        font-size: 1.2rem;
    }
    .location ul li p{
        font-size: 0.9em;
    }
    .location ul li p.half{
        font-size: 0.9rem;
    }
    footer{
        height: 250px;
    }
    .f-box{
        width: 60%;
    }
    .f-box ul li{
        font-size: 0.9rem;
    }
    .f-txt-box{
        width: 30%;
        font-size: 1.8rem;
    }
    .f-txt i{
        font-size: 1.2rem;
        margin-left: 5%;
    }
    .sub-tit-txt{font-size: 2.5rem;}
    .tap-wrap{width: 100%;}
    .service-wrap{width: 100%;}
    .ser-txt{font-size: 2.5rem;}
    .zigzag ul li .zigzag-txt{padding: 1% 0 1.5% 1%;}
    .zigzag ul li .zigzag-txt-r{padding: 1% 2% 1.5% 0%}
    .zigzag ul li .zigzag-sub span{font-size: 1rem; height: 280px;}
    .zigzag ul li .zigzag-sub span.zl{font-size: 1.05rem;}
    .zigzag ul li .zigzag-sub .z-img{height: 280px; width: 450px;}
    .con-t{width: 100%; font-size: 1rem;}
    .con-box ul li input{margin: 2% 0 0;}
    .con-box ul li.chk-wrap{display: block; height: 130px;}
    .con-box ul li.chk-wrap div{padding: 2% 0 0;}
    .con-box ul li.chk-wrap div label{width: 30%;}
    .con-box ul li:last-child textarea{width: 96%; margin: 3% 0; height: 80%;}
    .sum{width: 150px;}
    .process ul{flex-wrap: wrap; justify-content: space-around; flex-direction: row;}
    .process ul li{width: 50%; text-align: center;}
    .process ul li img{display: block; width: 100%;}
    .sec4-txt-p{text-align: center; font-size: 1.8rem; border-bottom: 1px solid #ddd; padding-bottom: 5%}
    .ai-box{font-size: 1rem;}
}


@media (max-width: 780px) {
    .navbar_logo img{
        width: 75%;
    }
    .swiper-slide img {
        height: 500px;
    }
    .inner-txt-2{
        font-size: 2rem;
    }
    .inner-txt-3{
        font-size: 1rem;
        letter-spacing: -1px;
    }
    .sec2-wrap, .sec3-wrap, .sec4-wrap, .sec5-wrap, .footer-wrap{
        width: 500px;
    }
    .linaer{
        height: 40px;
    }
    .sec_main_txt{
        font-size: 1.1rem;
    }
    .sec_sub_txt{
        font-size: 0.95rem;
        letter-spacing: -1px;
    }
    .flow-text{
        font-size: 3.5rem;
    }
    .sec3-txt{
        font-size: 1.2rem;
    }
    .sec3-txt::after{
        width: 7px;
        height: 7px;
    }
    .sec3-txt2{
        font-size: 0.9rem;
        letter-spacing: -0.5px;
        margin-top: 4%;
        margin-bottom: 6%;
    }
    .overview ul{
        flex-wrap: wrap;
    }
    .overview ul li{
        border-top: 5px solid #ddd;
        width: 49.7%;
    }
    .overview-1{
        font-size: 1rem;
    }
    .overview-2{
        font-size: 0.9rem;
    }
    .sec4-txt{
        font-size: 1.2rem;
    }
    .sec4-txt::after{
        width: 7px;
        height: 7px;
    }
    .business ul{
        flex-wrap: wrap;
    }
    .business ul li{
        width: 100%;
        border-radius: 0;
        height: 150px;
        margin: 0;
        
    }
    .business ul li a p{
        top: 20%;
        left: 5%;
        transform:translate(0);
    }
    .business ul li:last-child a p{
        transform:translate(0);
        text-align: left
    }
    .location ul{
        flex-wrap: wrap;
    }
    .location ul li{
        width: 100%;
    }
    .location ul li:last-child{
        padding-top: 6%;
    }
    .f-box{
        width: 100%;
    }
    .footer-wrap img{
        width: 40%;
    }
    .f-txt-box{
        display: none;
    }
    .sub-tit-txt{font-size: 2.2rem;}
    .tap-wrap ul li a{font-size: 1.1rem;}
    .ser-txt{font-size: 2rem;}

    
    .zigzag ul li .zigzag-txt{font-size: 1.5rem;} 
    .zigzag ul li .zigzag-txt-r{font-size: 1.5rem; text-align: left}
    .zigzag ul li .zigzag-sub {display: flex; flex-direction: column; align-items: center;}
    .zigzag ul li .zigzag-sub span{height: auto; padding: 5% 0; width: 100%; margin: 0 3%;}
    .zigzag ul li .zigzag-sub .z-img{width: 100%;}
    .zigzag ul li .zigzag-sub span.zl{height: auto; padding: 5% 0; width: 100%; margin: 0 3%;}
    .only_pc_ser{display: none;}
    .only_m_ser{display: block;}
    .popup div label{font-size: 0.8rem;}
    .sum{width: 35%; font-size: 0.9rem;}
    .con-box ul li input{padding: 2% 2.5%;}
}

@media (max-width: 500px) {
    .only_m{
        display: block;
    }
    .sec2-wrap, .sec3-wrap, .sec4-wrap, .sec5-wrap, .footer-wrap{
        width: 92%;
    }
    .visual-txt{
        top: 35%;
    }
    .swiper-slide img {
        height: 700px;
    }
    .autoplay-progress {
        width: 40px;
        height: 40px;
    }
    .autoplay-progress svg {
        stroke-width: 3px;
    }
    .inner-txt-2{
        font-size: 2.3rem;
            margin-top: -5%;
    }
    .inner-txt-3{
        padding-top: 12%;
        font-size: 1.1rem;
    }
    .sec_main_txt{
        font-size: 1.25rem;
        line-height: 1.5;
        padding: 6% 0 8%;
    }
    .sec2-wrap{
        padding: 10% 0;
    }
    .flow-text{
        font-size: 3rem;
    }
    .sec3-txt{
        font-size: 1.3rem;
    }
    .sec_sub_txt {
    font-size: 1.1rem;
    letter-spacing: -1px;
    color: #333;
    font-weight: 300;
    }
    .flow-text{
    padding: 0 0 8% 0;
    }
    .only_pc{
        display: none;
    }
    .sec3-txt2{
        font-size: 1.05rem;
        font-weight: 300;
    }
    .overview ul li{
        width: 100%;
    }
    .overview-1{
        font-size: 1.2rem;
        padding: 2% 0 0 3%
    }
    .overview-2{
        font-size: 1rem;
        letter-spacing: -0.5px;
        padding: 2% 0 4% 3%;
        font-weight: 300;
    }
    .business ul li{
        height: 100px;
    }
    .footer-wrap{
        padding: 8% 0% 0%;
    }
    .f-box ul li a{
        font-size: 0.9rem;
    }
    .copyright{
        font-size: 0.9rem;
    }
    footer{
        height: 220px;
    }
    .navbar_logo img{
        width: 65%
    }
    .navbar_logo{
        font-size: 1.55rem;
    }
    .navbar_burger{
        top: 0.8rem;
    }
    :root {
    --swiper-theme-color: #fff!important;
}
:root {
    --swiper-navigation-size: 16px!important;
}
    .swiper-button-next:after, .swiper-button-prev:after{
        border: 1px solid #fff!important;
        padding: 4.5px 9px!important;
        border-radius: 100%!important;
    }    
    .swiper-button-next, .swiper-button-prev{
        top: 51%!important;
    }
    .swiper-button-next{
        left: 22%!important;
    }
    .swiper-button-prev{
        left: 12%!important;
    }
    .sub_head .sec4-wrap{padding: 20% 0;}
    .tap-wrap ul li{text-align: center;}
    .zigzag ul li .zigzag-sub .z-img{height: 200px;}
    .tap-menu{padding: 3% 0;}
}

@media (max-width: 415px) {
    .inner-txt-2{
        font-size: 2rem;
    }
    .inner-txt-3{
        font-size: 0.85rem;
        padding-top: 18%;
    }
    .sec3-txt2{
        font-size: 1rem;
        letter-spacing: -0.7px;
    }
    .overview-1{
        font-size: 1rem;
    }
    .business ul li a p{
        font-size: 1.1rem;
    }
    footer{
        height: 250px;
    }
    .sub-tit-txt{font-size: 2rem;}
    .ser-txt{font-size: 1.5rem}
    .tap-wrap ul li a{font-size: 1rem;}
    .zigzag ul li .zigzag-txt{font-size: 1.2rem;}
    .zigzag ul li .zigzag-txt-r{font-size: 1.2rem;}
    .zigzag ul li .zigzag-sub span.zl{font-size: 1rem;}
    .popup{display: block;}
    .sum{width: 96%; margin: 0 auto; padding: 3% 0; margin-top: 5%;}
}

@media (max-width: 350px) {
    .swiper-slide img{
        height: 500px;
    }
    .inner-txt-2{
        font-size: 1.7rem;
        margin-top: -7%;
    }
    .inner-txt-3{
        font-size: 0.9rem;
        padding-top: 14%;
    }
    .sec_main_txt{
        font-size: 1.1rem;
    }
    .sec_sub_txt{
        font-size: 0.95rem;
    }
    .flow-text{
        font-size: 2rem;
    }
    .sec3-txt2{
        font-size: 0.88rem;    
    }
    .location ul li p.half{
        font-size: 0.78rem;
    }
    .location ul li p{
        font-size: 0.78rem;
    }
    .footer-wrap img{
        width: 60%;
        margin-bottom: 5%;
    }
    .f-box ul li{
        font-size: 0.82rem;
    }
    .copyright{
        font-size: 0.8rem;
    }
    .f-box ul li a{
        font-size: 0.82rem;
    }
    .sub-tit-txt{font-size: 1.5rem;}
    .ser-txt{font-size: 1.3rem}
    .tap-wrap ul li a{font-size: 1rem;}
    .zigzag ul li .zigzag-txt{font-size: 1.1rem;}
    .zigzag ul li .zigzag-txt-r{font-size: 1.1rem;}
    .zigzag ul li .zigzag-sub span.zl{font-size: 1rem;}
    .con-box ul li.chk-wrap div label{width: 48%;}
    .con-box ul li.chk-wrap{height: 180px;}
    .con-t2{font-size: 0.8rem;}
}



































