.header {
  display: none !important;
}
.footer {
  display: none !important;
}
.contact_service {
  display: none !important;
}
.header_quick {
  display: none !important;
}
.intro {
  height: 100vh;
  overflow: hidden;
}
.intro_row_wrap {
  height: 100%;
}
div.intro_row {
  width: 50%;
  height: 100%;
    display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  cursor: pointer;
}
.intro_row01 {
  background-color: #0C1A37;
}
.intro_row02 {
  background-color: #FFF391;
}
.main_13 {
  width: 23.6459%;
    display: flex;
    justify-content: center;
    align-items: center;  
    right: -33%;
    transition: right 0.3s ease-in-out;
  }
  .intro_row01:hover .main_13 {
    right: -5%;
  }
  .main_14 {
    width: 30.73%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -33%;
    transition: left 0.3s ease-in-out;
}
  .intro_row02:hover .main_14 {
    left: -5%;
  }
.main_03 {
    width: 86.35%;
    display: flex;
    justify-content: center;
    align-items: center;  
    left: -32%;
    top: -35%;
}
.main_02 {
  width: 28.3334%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .main_06 {
    width: 45.1042%;
      display: flex;
      justify-content: center;
      align-items: center;  
}

/* 인트로 반응형 */

@media screen and (max-width:599px) {
  .intro_row_wrap {
     flex-direction: column !important;
  }
  div.intro_row {
    width: 100%;
  }
  .main_02, .main_06{
    width: auto;
    height: 15vw;
  }
  .main_02 img, .main_06 img{
    height: 100%;
  }
  .main_13 {
    width: 29%;
    right: -4%;
    top: 26%;
}
.main_03 {
  width: 110%;
  left: -61%;
  top: -47%;
}
}