/*----------------------------------
SERVICE TOP
------------------------------------*/
#serviceIndex .p-inquiry {
  position: relative;
  margin-top: 100px;
  margin-bottom: 190px;
}

#serviceIndex .p-relation {
  position: relative;
}

#serviceIndex .p-relation .c-card {
  width: 100%;
}

.serviceIndex_content {
  position: relative;
  overflow: hidden;
}

.serviceIndex_content::before {
  display: block;
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  height: 9999px;
  background-color: white;
  content: "";
}

@media screen and (max-width: 768px) {
  #serviceIndex .p-inquiry {
    margin-top: 80px;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  #serviceIndex .p-irwServiceLineup .c-inner-stripe {
    padding-bottom: 170px;
  }
}
