.add_content_wrap {
  width: 85%;
  margin: 0 auto;
  padding: 0 30px;
}
.add_content_wrap .movie_wrap {
  width: 100%;
  height: 350px;
  margin: 80px 0 30px;
}
.add_content_wrap .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.add_content_wrap .howto_wrap .head_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #6dcb2b;
  margin: 60px 0 40px;
}

.add_content_wrap .howto_wrap li {
  position: relative;
  border: 1px solid #6dcb2b;
  border-radius: 5px;
  display: flex;
  padding: 30px 20px;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  margin-bottom: 4%;
}
.add_content_wrap .howto_wrap li .num {
  position: absolute;
  color: #fff;
  background-color: #6dcb2b;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 7px 0 0 7px;
  font-size: 28px;
  line-height: 1;
}
.add_content_wrap .howto_wrap li .num:after {
  content: "";
  position: absolute;
  border-top: 80px solid #6dcb2b;
  border-right: 80px solid transparent;
  left: 0;
  top: 0;
  z-index: -1;
}
.add_content_wrap .howto_wrap li .txt_box {
  width: 52%;
  margin-left: 3%;
}
.add_content_wrap .howto_wrap li .txt_box h4 {
  font-size: 18px;
  font-weight: bold;
}
.add_content_wrap .howto_wrap li .txt_box p {
  font-size: 15px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 2px solid #6dcb2b;
}
.add_content_wrap .howto_wrap li .img_box {
  width: 38%;
  padding-bottom: 36%;
  max-width: 220px;
  position: relative;
}
.add_content_wrap .howto_wrap li .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
}
.delivery-ng-notice {
  margin-top: 10px;
  padding: 10px 12px;
  background: #fff5f5;
  border: 1px solid #f1c1c1;
}

.delivery-ng-notice .ng-text {
  color: #c40000;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .add_content_wrap .movie_wrap {
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .add_content_wrap .movie_wrap {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .add_content_wrap .howto_wrap li .num {
    padding: 7px 0 0 7px;
    font-size: 24px;
  }
  .add_content_wrap .howto_wrap li .num:after {
    border-top: 70px solid #6dcb2b;
    border-right: 70px solid transparent;
  }
  .add_content_wrap .howto_wrap li {
    flex-direction: column;
    padding: 20px;
  }
  .add_content_wrap .howto_wrap li .txt_box {
    order: 2;
    width: 100%;
    margin: 0;
  }
  .add_content_wrap .howto_wrap li .img_box {
    order: 1;
    width: 75%;
    padding-bottom: 70%;
    margin-bottom: 20px;
    max-width: unset;
  }
}
@media screen and (max-width: 480px) {
  .add_content_wrap .movie_wrap {
    height: 190px;
  }
  .add_content_wrap .howto_wrap .head_txt {
    font-size: 18px;
    margin: 60px 0 20px;
  }
  .add_content_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .add_content_wrap .howto_wrap li .txt_box h4 {
    font-size: 16px;
  }
  .add_content_wrap .howto_wrap li .txt_box p {
    font-size: 13px;
    border-top: 1px solid #6dcb2b;
  }
}
