@charset "UTF-8";

.section-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

/* header */
.cmn-service-sec .unit-title-02 .line::before {
  left: calc(-100vw - 10px);
}

/* service page */
.cmn-service-sec-01 .content01 {
  display: flex;
  gap: 50px;
}

.cmn-service-sec-01 .content01 .txt-box {
  width: 55%;
}

.cmn-service-sec-01 .content01 .img-box {
  width: calc(45% - 50px);
}
.cmn-service-sec-01 .content01 .img-box img {
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
