.post__common {
  padding-top: 65px;
  padding-bottom: 120px;
  background-color: #f6f6f6;
}

.post__common .inner {
  width: 90%;
  margin-left: auto;
}

.post__common .container {
  display: flex;
  justify-content: space-between;
}

.post__common .container .left {
  background-color: #d5040a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-5deg) !important;
  width: 37.14vw;
  max-width: 520px;
  height: 39.28vw;
  max-height: 550px;
}

.post__common .container .left .sec__img {
  width: 37.14vw;
  max-width: 520px;
  height: 39.28vw;
  max-height: 550px;
  height: auto;
  transform: rotate(5deg);
}

.post__common .container .right {
  width: 50%;
  margin-top: 50px;
}

.sec__num {
  position: relative;
}

.sec__num::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #d5040a;
  bottom: -30px;
  left: 0;
}

.sec__num::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #cfcfcf;
  bottom: -30px;
  left: 35px;
}

.sec__num .sec__name {
  font-size: calc(14px + 6 * (100vw - 320px) / 1080);
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.sec__num .main__name {
  font-size: calc(16px + 16 * (100vw - 320px) / 1080);
  line-height: 0.75;
  letter-spacing: 0.08em;
  padding-top: 30px;
}

@media screen and (min-width: 1440px) {
  .sec__num .sec__name {
    font-size: 20px;
  }

  .sec__num .main__name {
    font-size: 32px;
  }
}

.sec__num .num__text {
  position: relative;
  padding-left: 40px;
}

.sec__num .num__text::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #222222;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post__common .container .right .sec__heading {
  font-size: calc(16px + 16 * (100vw - 320px) / 1080);
  line-height: 1.468;
  letter-spacing: 0.08em;
}

.post__common .container .right .contents__text {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 60px;
}

@media screen and (min-width: 1440px) {
  .post__common .container .right .sec__heading {
    font-size: 32px;
  }

  .post__common .container .right .contens__text {
    font-size: 16px;
  }
}

.post__common .container .right .common__btn {
  margin-top: 40px;
  box-shadow: 0 2px 7px rgb(0, 0, 0, 5%);
}

/* -------------------------------------------------------------------------------------------------------------- */
/* responsive */
@media screen and (max-width: 1024px) {
  .post__common .inner {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .post__common {
    padding-bottom: 80px;
  }

  .post__common .container .right {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .post__common {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .post__common .container {
    flex-direction: column;
  }

  .post__common .container .right {
    width: 100%;
  }

  .post__common .container .left {
    width: 45vw;
    height: 50vw;
    margin: auto;
    margin-top: 40px;
  }

  .post__common .container .left .sec__img {
    width: 100%;
  }

  .post__common .container .right .sec__num .main__name {
    padding-top: 15px;
  }
}

/* -------------------------------------------------------------------------------------------------------------- */
