.c10-rich-text-content {
    line-height: 1.375;
  }
  .c10-rich-text-content a {
    color: #B23529;
    text-decoration: none;
  }
  .c10-rich-text-content a.href {
    text-decoration: underline;
  }
  .c10-rich-text-content .list {
    width: 1280px;
    max-width: calc(100% - 100px);
    margin: 0 auto 9.375vw;
  }
  .c10-rich-text-content .list .item {
    margin-top: 70px;
  }
  .c10-rich-text-content .list .item .title {
    font-size: 26px;
  }
  .c10-rich-text-content .list .item .text {
    color: #717171;
    font-size: 16px;
    margin-top: 28px;
  }
  .c10-rich-text-content .list .item .text-s {
    color: #717171;
    font-size: 16px;
  }
  .c10-rich-text-content .list .item .text-s-list {
    margin-top: 28px;
  }
  
  @media (max-width: 991px) {
    .c10-rich-text-content .list .item .title {
      font-size: 6.666667vw;
    }
    .c10-rich-text-content .list .item .text {
      font-size: 4.444444vw;
      margin-top: 5vw;
    }
    .c10-rich-text-content .list .item .text-s {
      font-size: 4.444444vw;
    }
    .c10-rich-text-content .list {
      width: 86.111111vw;
      max-width: 100%;
    }
    .c10-rich-text-content .list .item {
      margin-top: 13.888889vw;
      border-bottom: 1px solid #D8D8D8;
      padding-bottom: 1vw;
    }
  }
  .rich-text-area {
    width: 1280px;
    max-width: calc(100% - 100px);
    margin: 0 auto 9.375vw;
    margin-top: 70px;
  }
  
  .rich-text-area a {
    text-decoration: underline;
    color: #B23529;
  }
  
  .rich-text-area h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 30px 0;
    font-weight: 600;
  }
  
  .rich-text .rich-text-area h2, .rich-text-area h3, .rich-text-area h4, .rich-text-area h5, .rich-text-area h6 {
    margin: 30px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
  }
  
  .rich-text-area p {
    font-size: 16px;
    color: #717171;
    line-height: 1.375;
    font-weight: 400;
  }
  
  .rich-text-area ol li {
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    line-height: 1.375;
    list-style: decimal;
    margin: 10px 30px;
    font-weight: 400;
  }
  
  .rich-text-area ul li {
    font-size: 16px;
    color: #717171;
    line-height: 1.375;
    list-style: disc;
    margin: 10px 30px;
  }
  
  .rich-text-area ol, .rich-text-area ul {
    padding-left: 1em;
  }
  
  .rich-text-area p + p {
    margin-top: 30px;
  }
  
  @media (max-width: 991px) {
    .rich-text-area {
      margin-top: 13.888889vw;
      width: 86.111111vw;
      max-width: 100%;
    }
    .rich-text .rich-text-area h1, .rich-text-area h2, .rich-text-area h3, .rich-text-area h4, .rich-text-area h5, .rich-text-area h6 {
      font-size: 6.666667vw !important;
      margin: 8.611111vw 0;
      line-height: 1.375;
    }
    .rich-text-area p {
      font-size: 4.444444vw;
      line-height: 1.375;
    }
    .rich-text-area p + p {
      margin-top: 8.611111vw;
    }
    .rich-text-area ol li {
      font-size: 4.444444vw;
      line-height: 1.375;
      margin-left: 5vw;
      margin-right: 5vw;
      margin-top: 8.611111vw;
      margin-bottom: 8.611111vw;
    }
    .rich-text-area ul li {
      font-size: 4.444444vw;
      line-height: 1.375;
      margin-left: 5vw;
      margin-right: 5vw;
      margin-top: 8.611111vw;
      margin-bottom: 8.611111vw;
    }
  }



/*order-option*/
/*order-option*/
.m09-news-detail {
  background: white;
  color: #000000;
  font-size: 16px;
}

.m09-news-detail .page-container {
  width: 1280px;
  margin: 0 auto;
  max-width: 90%;
}

.m09-news-detail img {
  display: block;
  width: 100%;
}

.m09-news-detail .news-list-header {
  margin-top: 78px;
}

.m09-news-detail .page-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  line-height: 1.375;
  margin-bottom: 24px;
}

.m09-news-detail .news-list-header-date-container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 56px;
}

.m09-news-detail .news-list-header-date-container div:nth-child(2) {
  padding: 0 20px;
}

.m09-news-detail .news-item-img-container {
  margin-top: 60px;
}

.m09-news-detail h3.news-item-txt-title {
  font-size: 16px;
  color: #000000;
  line-height: 1.375;
  margin: 40px 0;
  font-weight: 500;
  text-align: center;
}

.m09-news-detail .share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 97px;
  margin-bottom: 97px;
  font-size: 20px;
  line-height: 1.375;
}

.m09-news-detail .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 58px;
}

.m09-news-detail .icon-box a {
  height: 27px;
  margin-right: 40px;
  color: #a2a2a2;
  cursor: pointer;
}

.m09-news-detail .icon-box a:hover {
  color: black;
}

.rich-text-area {
  width: 1280px;
  /* margin: 0 auto; */
  max-width: 90%;
  margin-top: 40px;
}
.m09-news-detail .rich-text-area{
  margin: 0 auto 9.375vw;
}
.m09-news-detail .rich-text-area {
  max-width: 100%;
}
.rich-text .rich-text-area h1 {
  margin: 30px 0;
  font-size: 32px;
}

.rich-text-area h2 {
  margin: 30px 0;
  font-size: 24px;
}

.rich-text-area h3,
.rich-text-area h4,
.rich-text-area h5,
.rich-text-area h6 {
  margin: 30px 0;
  font-size: 16px;
}

.rich-text-area p {
  font-size: 16px;
  color: #000000;
  line-height: 1.375;
}

.rich-text-area ol li {
  list-style: decimal;
}

.rich-text-area ul li {
  list-style: disc;
}

.rich-text-area ol li,
.rich-text-area ul li {
  font-size: 16px;
  color: #717171;
  padding-left: 1em;
  margin-bottom: 10px;
}

.rich-text-area p + p {
  margin-top: 40px;
}

.rich-text-area table {
  width: 100%;
  margin: 30px 0;
}

.rich-text-area td {
  border: 1px solid #E5E5E5;
  vertical-align: middle;
  padding: 15px;
  font-size: 16px;
  color: #717171;
  line-height: 1.375;
}

.rich-text-area table td p {
  font-size: 16px;
  color: #717171;
  line-height: 1.375;
  margin-top: 0;
}

.rich-text-area a {
  color: #B23529;
  text-decoration: none;
  word-break: break-word;
}
.rich-text-area a.href {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .m09-news-detail {
    padding: 0 6.9444444444vw;
  }
  .m09-news-detail .page-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m09-news-detail .news-list-header {
    margin-top: 10.9722222222vw;
  }
  .m09-news-detail .page-title {
    font-size: 6.6666666667vw;
    margin-bottom: 8.3333333333vw;
  }
  .m09-news-detail .news-list-header-date-container {
    width: 100%;
    font-size: 4.4444444444vw;
    color: #999999;
    margin-bottom: 12.5vw;
  }
  .m09-news-detail .news-list-header-date-container div:nth-child(2) {
    padding: 0 3.8888888889vw;
  }
  .m09-news-detail .news-item-img-container {
    margin-top: 11.6666666667vw;
  }
  .m09-news-detail h3.news-item-txt-title {
    font-size: 3.6111111111vw;
    margin: 6.9444444444vw 0 6.9444444444vw 0;
  }
  .m09-news-detail .share-wrap {
    margin-top: 12.5vw;
    font-size: 4.4444444444vw;
    margin-bottom: 12.5vw;
  }
  .m09-news-detail .icon-box {
    margin-left: 7.2222222222vw;
  }
  .m09-news-detail .icon-box a {
    height: 6.666667vw;
    margin-right: 6.9444444444vw;
    color: black;
  }
   .rich-text-area {
    margin-top: 6.9444444444vw;
    width: 86.111111vw;
    max-width: 100%;
  }
   .rich-text .rich-text-area h1 {
    font-size: 6.6666666667vw;
  }
   .rich-text-area h2 {
    font-size: 5.2777777778vw;
  }
   .rich-text-area h3,
   .rich-text-area h4,
   .rich-text-area h5,
   .rich-text-area h6 {
    font-size: 3.6111111111vw;
    margin: 5.5555555556vw 0 6.9444444444vw 0;
  }
   .rich-text-area p {
    font-size: 4.4444444444vw;
  }
   .rich-text-area p + p {
    margin-top: 8.3333333333vw;
  }
   .rich-text-area ol li {
    font-size: 4.444444vw;
  }
   .rich-text-area {
    overflow: hidden;
  }
   .rich-text-area table {
    margin: 8.611111vw 0;
    overflow: auto;
    white-space: initial;
    display: block;
  }
   .rich-text-area td {
    padding: 4vw;
    font-size: 4.444444vw;
  }
   .rich-text-area table td p {
    font-size: 4.444444vw;
  }

  .rich-text-area {
    margin-top: 6.9444444444vw;
    width: 86.111111vw;
    max-width: 100%;
  }
  .rich-text .rich-text-area h1 {
    font-size: 6.6666666667vw;
  }
  .rich-text-area h2 {
    font-size: 5.2777777778vw;
  }
  .rich-text-area h3,
  .rich-text-area h4,
  .rich-text-area h5,
  .rich-text-area h6 {
    font-size: 3.6111111111vw;
    margin: 5.5555555556vw 0 6.9444444444vw 0;
  }
  .rich-text-area p {
    font-size: 4.4444444444vw;
  }
  .rich-text-area p + p {
    margin-top: 8.3333333333vw;
  }
  .rich-text-area ol li {
    font-size: 4.444444vw;
  }
  .rich-text-area {
    overflow: hidden;
  }
  .rich-text-area table {
    margin: 8.611111vw 0;
    overflow: auto;
    white-space: initial;
    display: block;
  }
  .rich-text-area td {
    padding: 4vw;
    font-size: 4.444444vw;
  }
  .rich-text-area table td p {
    font-size: 4.444444vw;
  }
}