.section_top { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 450px; background-color: black; 
  /* background-image: url(../img/company/section_top.png);  */
  background-repeat: no-repeat; background-position: center; background-size: cover; padding-top: 60px;}

/* section01 */
.section01{
    padding: 20px 0;
}

.section01 .wrap{
    width: 100%;
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
}

.section01 .wrap h2{
    color: #222;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.12px;
    margin: 0 auto;
    margin-top: 30px;    
}

.section01 .wrap hr{
    width: 1px;
    height: 70px;
    border: 1px solid #848484;
    margin: 0 auto;
    margin-top: 20px;
}

.section01 .wrap > p{
    color: #4D4D4D;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.77px;
    margin-top: 20px;
}

/* section02 */
.section02 {
    width: 100%;
    max-width: 1500px;
}

.section02 .wrap{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.section02  .item{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section02 .item:nth-of-type(1){
    margin-top: 100px;
}

.section02 .item img{
    width: 100%;
}

.section02 .item span{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.84px;
    padding: 10px 60px;
    border-radius: 60px;
    background: #353535;
    margin-top: 15px;
}

/* section07 */

.section07 {
    position: relative;
    width: 1681px;
    height: 784px;
    margin: 0 auto;
    padding: 50px 100px;
  }
  
  .section07 .map {
    width: 100%;
  }
  
  .path-line {
    position: absolute;
    height: 4px;
    overflow: hidden;
  }
  
  .path-line::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(to right, red 50%, transparent 50%);
    background-size: 8px 4px;
  }
  
  .path-line1 {
    width: 80px;
    left: 710px; 
    top: 535px; 
    transform: rotate(20deg);
  }
  
  .path-line1::before {
    width: 0;
    animation: animateDashed1 2s linear 0s forwards infinite;
  }
  
  .path-line2 {
    width: 160px;
    left: 735px; 
    top: 475px;
    transform: rotate(295deg);
  }
  
  .path-line2::before {
    width: 0;
    animation: animateDashed2 2s linear 0s forwards infinite;
  }
  
  .map_popup{
    position: absolute;
    top: 55%;
    left: 50%;
    display: none;
  }
  
  @keyframes animateDashed1 {
    to {
      width: 85px;
    }
  }
  
  @keyframes animateDashed2 {
    to {
      width: 160px;
    }
  
  }
  
  
  .section08{
    padding: 50px 100px;
  }
  
  .section08 > p{
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.9px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
  }
  
  .section08 > p img{
    margin-right: 10px;
  }
  
  .section08 .flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  
  .section08 .flexbox .left p{
    color: #3F3F3F;
    font-size: 24px;
    line-height: 192.5%;
    letter-spacing: 0.6px;
    white-space: pre-line;
    }
  
    .section08 .flexbox .right img{
      margin-left: 20px;
    }


@media screen and (max-width: 1600px) {
    .section07{zoom: 0.8; padding:0;}
  }

  @media screen and (max-width: 1400px) {
   .section07{zoom: 0.65;}
   }

@media screen and (max-width: 1024px) {

    .section01 .wrap{
        width: 95%;
        margin: 0 auto;
    }

    .section01 .wrap h2{
        font-size: 22px;
        margin-top: 20px;
    }

    .section01 .wrap p{
        font-size: 14px;
    }

    .section02 .wrap{
        width: 95%;
        margin: 0 auto;
    }
    
    .section02 .item span{
        font-size: 14px;
        padding: 10px 30px;
    }
    
    .section02 .item:nth-of-type(1){
        margin-top: 50px;
    }

    .section07{
        zoom: 0.5;
    }

    .section08{
        width: 95%;
        padding: 50px 0;
        margin: 0 auto;
    }

    .section08 > p{
        font-size: 20px;
    }

    .section08 > p img{
        width: 34px;
        height: 22px;
    }

    .section08 .flexbox{
        flex-direction: column;
        margin-top: 20px;
    }

    .section08 .flexbox .left p{
        font-size: 15px;
    }

    .section08 .flexbox .right{
        display: flex;
        justify-content: space-evenly;
        margin-top: 30px;
    }

    .section08 .flexbox .right img{
        width: 50px;
        margin-left: 0;
    }



}

@media screen and (max-width: 900px){

    .section07{
      zoom: 0.4;
    }

  }
 
  @media screen and (max-width: 700px){

    .section07{
      zoom: 0.3;
    }

  }

  @media screen and (max-width: 500px){

    .section07{
      zoom: 0.25;
    }

  }


@media screen and (max-width: 400px){

  .section07{
    zoom: 0.2;
  }
 }
 