.sec-contents .ly-wrapper {
  max-width: 93.75rem;
  padding: 0 5rem;
}
@media screen and (max-width: 750px) {
  .sec-contents .ly-wrapper {
    padding: 0 0rem;
  }
}

/*------------------------
  contents main
------------------------*/
.sec-contents .contents_item {
  position: relative;
  margin: 0 auto;
  width: 62.5rem;
  max-width: 80%;
  margin-top: 4.375rem;
}
.sec-contents .contents_item:not(:last-child) {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 750px) {
  .sec-contents .contents_item {
    max-width: 85%;
    margin-top: 0;
  }
  .sec-contents .contents_item:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.sec-contents .contents_item h2 {
  display: block;
  position: absolute;
  background: #050505;
  color: #C1191F;
  font-family: "Arial Black", sans-serif;
  transform-origin: center left;
  font-size: 4.5rem;
  line-height: 3.625rem;
  height: 4.375rem;
  transform: scale(0.55, 1);
  padding: 0 2.5rem;
  letter-spacing: -0.0625rem;
  border: 0.25rem solid #050505;
  top: -4.375rem;
}
@media screen and (max-width: 750px) {
  .sec-contents .contents_item h2 {
    transform: scale(1, 0.55);
    writing-mode: vertical-rl;
    font-size: 1.75rem;
    line-height: 80%;
    height: auto;
    width: 5%;
    padding: 1.25rem 0;
    top: -0.10625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-contents .contents_item h2 {
    line-height: 75%;
    width: 9%;
  }
}
.sec-contents .contents_item img {
  width: 100%;
}
.sec-contents .contents_item .contents_item_text {
  padding: 2.5rem min(4.375rem, 6%);
}
@media screen and (max-width: 750px) {
  .sec-contents .contents_item .contents_item_text {
    padding: 1.5rem min(4.375rem, 6%);
  }
}
.sec-contents .contents_item .contents_item_text h3 {
  color: #C1191F;
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .sec-contents .contents_item .contents_item_text h3 {
    font-size: 1rem;
  }
}
.sec-contents .contents_item .contents_item_text p {
  letter-spacing: 0.0625rem;
}
.sec-contents .contents_item:nth-child(2n-1) {
  margin-left: 0;
  margin-right: auto;
}
.sec-contents .contents_item:nth-child(2n-1) h2 {
  left: -4px;
}
@media screen and (max-width: 750px) {
  .sec-contents .contents_item:nth-child(2n-1) {
    margin-left: -2px;
  }
  .sec-contents .contents_item:nth-child(2n-1) h2 {
    right: -5%;
    left: auto;
    transform-origin: top center;
  }
}
@media screen and (max-width: 576px) {
  .sec-contents .contents_item:nth-child(2n-1) h2 {
    right: -9%;
  }
}
.sec-contents .contents_item:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}
.sec-contents .contents_item:nth-child(2n) h2 {
  right: -4px;
  transform-origin: center right;
}
@media screen and (max-width: 750px) {
  .sec-contents .contents_item:nth-child(2n) {
    margin-right: -2px;
  }
  .sec-contents .contents_item:nth-child(2n) h2 {
    left: -5%;
    right: auto;
    transform-origin: top center;
  }
}
@media screen and (max-width: 576px) {
  .sec-contents .contents_item:nth-child(2n) h2 {
    left: -9%;
  }
}/*# sourceMappingURL=contents.css.map */