.outline_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.outline_content {
  max-width: 1000px;
}

.benefit {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.service_contents {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 80%;
  flex-direction: column;
}

.service_contents_lists {
  display: flex;
  gap: 12px;
}

.service_contents_item {
  display: flex;
  width: 350px;
  height: 300px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #b49664;
  background: #fff;
  box-sizing: border-box;
}

.service_contents_item {
  max-width: 300px;
}

.service_contents_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.service_contents_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.uipay {
  padding: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .service_contents {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .service_contents_lists {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .service_contents_item {
    width: 100%;
    max-width: none;
    height: 280px;
  }
}
