.cms-subpage-main {
  min-height: 620px;
  background: #f7f7f7;
}

.cms-subpage-row {
  position: relative;
  z-index: 1;
  padding: 118px 0 58px;
  background: #f7f7f7;
}

.cms-subpage-row .customModuleRowInner,
.cms-subpage-pa {
  width: 1200px;
  min-height: 360px;
  margin: 0 auto;
}

.cms-target-pc {
  display: flex;
  align-items: flex-start;
}

.cms-target-left {
  flex: 0 0 251px;
  margin-right: 10px;
}

.cms-target-right {
  flex: 1 1 auto;
  min-width: 0;
}

.cms-target-shell .Mo,
.cms-target-shell .MoBody,
.cms-target-shell .MoBodyM,
.cms-target-shell .MoBodyC {
  background: #fff;
}

.cms-target-shell .MoHeadM {
  height: 44px;
  border-bottom: 2px solid #ad030f;
  background: #fff;
}

.cms-target-shell .MoName {
  margin: 0;
}

.cms-target-shell .NameTxt,
.cms-target-shell .NameTxt a {
  display: inline-block;
  color: #ad030f;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}

.cms-side-mo .MoHeadM {
  padding: 0 16px;
  background: #ad030f;
  border-bottom: 0;
}

.cms-side-mo .NameTxt,
.cms-side-mo .NameTxt a {
  color: #fff;
}

.cms-side-mo .MoBodyC {
  border: 1px solid #e4e4e4;
  border-top: 0;
}

.cms-side-mo .text-list-module li .inner {
  min-height: 42px;
  border-bottom: 1px solid #eeeeee;
}

.cms-side-mo .text-list-module li:last-child .inner {
  border-bottom: 0;
}

.cms-side-mo .text-list-a {
  display: block;
}

.cms-side-mo .text-list-a a {
  display: block;
  padding: 0 16px;
  color: #333;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
}

.cms-side-mo .text-list-a code {
  display: none;
}

.cms-side-mo li.cms-side-active a,
.cms-side-mo .text-list-a a:hover {
  color: #ad030f;
  background: #fafafa;
}

.cms-mo-wrap,
.cms-mo-wrap .cms-mo {
  width: 939px !important;
}

.cms-mo .MoBodyC {
  min-height: 420px;
  padding: 28px 34px 38px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.cms-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.cms-category-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
  color: #555;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.cms-category-tabs a.active,
.cms-category-tabs a:hover {
  border-color: #ad030f;
  color: #fff;
  background: #ad030f;
}

.cms-section-list ol {
  margin: 0;
  padding: 0;
}

.cms-section-list li {
  list-style: none;
}

.cms-section-list li .inner {
  display: flex;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid #eeeeee;
}

.cms-section-list .text-list-times {
  flex: 0 0 112px;
  color: #999;
  font-size: 13px;
  text-align: right;
  order: 2;
}

.cms-section-list .text-list-a {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}

.cms-section-list .text-list-a code {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 3px 0;
  background: #ad030f;
  vertical-align: middle;
}

.cms-section-list .text-list-a a {
  max-width: calc(100% - 20px);
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 46px;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}

.cms-section-list .text-list-a a:hover {
  color: #ad030f;
}

.cms-pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}

.cms-pager a {
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #dddddd;
  color: #555;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.cms-pager a.active,
.cms-pager a:hover {
  border-color: #ad030f;
  color: #fff;
  background: #ad030f;
}

.p-details-area {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.p-details-area .h1-title {
  margin: 0;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.a-abstract {
  margin-top: 14px;
  color: #888;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

#pShowListDetail {
  padding-top: 28px;
}

.cms-richtext {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  word-break: break-word;
}

.cms-richtext p {
  margin: 0 0 1em;
}

.cms-richtext h1,
.cms-richtext h2,
.cms-richtext h3,
.cms-richtext h4 {
  margin: 1.2em 0 0.6em;
  color: #222;
  line-height: 1.35;
  letter-spacing: 0;
}

.cms-richtext img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
}

.cms-richtext table {
  max-width: 100%;
  border-collapse: collapse;
}

.cms-richtext td,
.cms-richtext th {
  padding: 6px;
  border: 1px solid #e5e5e5;
}

.cms-single-page {
  min-height: 360px;
}

.cms-prev-next {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #eeeeee;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.cms-prev-next p {
  margin: 0;
}

.cms-prev-next a {
  color: #333;
  text-decoration: none;
}

.cms-prev-next a:hover {
  color: #ad030f;
}

@media (max-width: 1220px) {
  .cms-subpage-row .customModuleRowInner,
  .cms-subpage-pa {
    width: calc(100vw - 32px);
  }

  .cms-mo-wrap,
  .cms-mo-wrap .cms-mo {
    width: 100% !important;
  }

  .cms-target-left {
    flex-basis: 240px;
  }
}

@media (max-width: 760px) {
  .cms-subpage-row {
    padding: 92px 0 42px;
  }

  .cms-target-pc {
    display: block;
  }

  .cms-target-left,
  .cms-target-right {
    width: 100% !important;
    margin: 0 0 16px;
  }

  .cms-side-mo,
  .cms-side-mo .customModule,
  .cms-mo-wrap,
  .cms-mo-wrap .cms-mo {
    width: 100% !important;
  }

  .cms-mo .MoBodyC {
    padding: 24px 18px 30px;
  }

  .p-details-area .h1-title {
    font-size: 22px;
  }

  .cms-section-list li .inner {
    display: block;
    padding: 10px 0;
  }

  .cms-section-list .text-list-times {
    display: block;
    text-align: left;
  }

  .cms-section-list .text-list-a a {
    max-width: calc(100% - 20px);
    line-height: 1.6;
    white-space: normal;
  }
}
