/*------------------------
  contents main
------------------------*/
section.sec-contents .ly-wrapper {
  max-width: 75rem;
}

.contets_map {
  background-color: #b9b9b9;
  padding: 6.25rem 4.375rem;
}

@media screen and (max-width: 767px) {
  .contets_map {
    padding: 5rem 1.5rem;
  }
}

.contets_map .contets_map_inner {
  max-width: 75rem;
  border-radius: 3.75rem;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contets_map .contets_map_inner {
    border-radius: 1.875rem;
  }
}

@media screen and (max-width: 576px) {
  .contets_map .contets_map_inner {
    border-radius: 1.25rem;
  }
}

.contents_wrap {
  width: 100%;
  margin: 0 auto;
}

.contents_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents_item:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .contents_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents_item:not(:last-child) {
    margin-bottom: 5.625rem;
  }
}

.contents_item .contents_item_image {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .contents_item .contents_item_image {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

.contents_item .contents_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    padding: 0 2.25rem;
    width: 100%;
    max-width: 31.25rem;
    margin-top: 1.25rem;
  }
}

.contents_item .contents_item_text .contents_text_inner {
  position: relative;
}

.contents_item .contents_item_text .contents_text_inner h3 {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 0.125rem;
}

@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    font-size: 1.625rem;
    line-height: 2.5rem;
    letter-spacing: 0.0625rem;
  }
}

@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.contents_item .contents_item_text .contents_text_inner p.text {
  position: relative;
  z-index: 2;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner p.text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.contents_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_image {
    margin: 0 0 0 auto;
  }
}