﻿@import url(public.css);
@import url(jim.accordion.css);
@media (max-width: 767px) {
  footer .socail {
    display: flex;
    justify-content: center;
  }
}
:root {
  --theme-red: #ED1C24;
  --dark_text: #101010;
  --333: #333333;
  --padding: 14.89%;
}
html {
  font-size: 20px;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
}
.header_link {
  padding: 0 !important;
  text-align: left !important;
}
.header_link:hover h3 {
  color: var(--theme-red);
}
.inner_page .top_banner {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-position: top right;
}
@media screen and (max-width: 1280px) {
  .inner_page .top_banner.cat76 {
    background-position: 50%;
  }
}
@media screen and (max-width: 1140px) {
  .inner_page .top_banner.cat76 {
    background-position: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .inner_page .top_banner.cat76 {
    background-position: 75%;
  }
}
@media screen and (max-width: 992px) {
  .inner_page .top_banner.cat76 {
    background-position: 80%;
  }
}
@media screen and (max-width: 575.98px) {
  .inner_page .top_banner.cat76 {
    background-position: 81%;
  }
  .inner_page .top_banner.cat76 h1.title,
  .inner_page .top_banner.cat76 p.desc {
    width: 50%;
  }
}
.inner_page .top_banner::before {
  padding-top: 20.8%;
}
.inner_page .top_banner .mask {
  background-image: linear-gradient(92deg, #FFFFFF 0%, #FFFFFF 43%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.inner_page .top_banner .text_container {
  padding-left: 0 !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: var(--padding);
  transform: translateY(-50%);
  width: 60%;
  max-width: 700px;
  min-width: 300px;
}
.inner_page .top_banner .text_container h1.title {
  line-height: 3.2rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--dark_text);
}
.inner_page .top_banner .text_container h1.title::after {
  content: none;
}
.inner_page .top_banner .text_container p.desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--dark_text);
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .inner_page .top_banner .text_container h1.title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .inner_page .top_banner .text_container h1.title,
  .inner_page .top_banner .text_container p.desc {
    width: 50%;
  }
}
.inner_page h2.title {
  line-height: 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--333);
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.75rem;
}
.inner_page h2.title::after {
  position: absolute;
  content: '';
  z-index: 2;
  width: 3rem;
  height: 2px;
  background-color: var(--theme-red);
  bottom: 0;
  left: 0;
  margin: 0 !important;
}
.inner_page h2.title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e7e7e7;
  content: '';
  z-index: 1;
  width: 100%;
  height: 1px;
}
.inner_page .bread {
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0px !important;
}
.inner_page .bread .bread_text {
  line-height: 1.2rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  margin: 0;
}
.inner_page .bread .bread_text:first-child {
  cursor: pointer;
}
.inner_page .bread .bread_text:first-child::before {
  content: none;
}
.inner_page .bread .bread_text:first-child:hover {
  color: var(--theme-red);
  border-color: var(--theme-red);
}
.inner_page .bread .bread_text:last-child {
  color: #666666;
}
.inner_page .bread .bread_text::before {
  content: '/';
  display: inline-block;
  padding: 0 0.5rem;
}
.inner_page .desc_box {
  margin-bottom: 2.4rem;
}
.inner_page .desc_box .grid_box {
  padding-top: 0.5rem;
}
.inner_page .desc_box img {
  margin-bottom: 1.5rem;
}
.inner_page .desc_box .table_box {
  width: 100%;
  font-size: 0.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.inner_page .desc_box .table_box th,
.inner_page .desc_box .table_box td {
  padding: 0.5rem 1.75rem;
  border: 0.25rem solid #fff;
  width: 32.5%;
}
.inner_page .desc_box .table_box th:first-child,
.inner_page .desc_box .table_box td:first-child {
  width: 25%;
}
.inner_page .desc_box .table_box.box_row_4 th,
.inner_page .desc_box .table_box.box_row_4 td {
  width: 25%;
}
.inner_page .desc_box .table_box.box_row_5 th,
.inner_page .desc_box .table_box.box_row_5 td {
  width: 20%;
}
.inner_page .desc_box .table_box.box_row_2 th,
.inner_page .desc_box .table_box.box_row_2 td {
  width: 75%;
}
.inner_page .desc_box .table_box.box_row_2 th:first-child,
.inner_page .desc_box .table_box.box_row_2 td:first-child {
  width: 25%;
}
.inner_page .desc_box .table_box .desc_text_cloumn span {
  display: block;
  margin-bottom: 0.6rem;
}
.inner_page .desc_box .table_box .desc_text_cloumn span:last-child {
  margin-bottom: 0;
}
.inner_page .desc_box .table_box .red,
.inner_page .desc_box .table_box th {
  background-color: var(--theme-red);
  color: #FFFFFF;
}
.inner_page .desc_box .table_box .gray {
  background-color: #ABABAB;
  color: #FFFFFF;
}
.inner_page .desc_box .table_box .lite_gray {
  background-color: #F9F9FA;
  color: var(--dark_text);
}
.inner_page .desc_box .table_box .white {
  background-color: #FFFFFF;
  color: var(--dark_text);
}
.inner_page .desc_box .text_left {
  text-align: left;
}
.inner_page .desc_box ol {
  padding-left: 1.5rem;
  font-size: 1rem;
  color: var(--dark_text);
  line-height: 1.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
}
.inner_page .desc_box ol li {
  list-style: decimal;
  margin-top: 0.5rem;
}
.inner_page .desc_box h3.title,
.inner_page .desc_box h3 {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--theme-red);
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
.inner_page .desc_box h3.title::after,
.inner_page .desc_box h3::after {
  content: none;
}
.inner_page .desc_box .line {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.8rem;
}
.inner_page .desc_box h4 {
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
}
.inner_page .desc_box h4::after {
  content: none;
}
.inner_page .desc_box h4.red_desc {
  color: var(--theme-red);
}
.inner_page .desc_box p.desc,
.inner_page .desc_box p {
  font-size: 1rem;
  color: var(--dark_text);
  line-height: 1.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
}
.inner_page .desc_box p.desc.gray,
.inner_page .desc_box p.gray {
  color: #767A7D;
}
.inner_page .desc_box p.desc.under_line,
.inner_page .desc_box p.under_line {
  text-decoration: underline;
}
.inner_page .desc_box p.desc strong:hover,
.inner_page .desc_box p strong:hover {
  border-bottom: 1px solid var(--theme-red);
}
.inner_page .desc_box p.desc span.with_arrow,
.inner_page .desc_box p span.with_arrow {
  position: relative;
  padding-left: 1rem;
}
.inner_page .desc_box p.desc span.with_arrow::before,
.inner_page .desc_box p span.with_arrow::before {
  content: '';
  background-image: url(../image/arrow-right.png);
  height: 0.7rem;
  width: 0.7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.7rem;
  left: 0;
  flex: none;
}
.inner_page .desc_box ul {
  font-size: 1rem;
  color: var(--dark_text);
  line-height: 1.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
}
.inner_page .desc_box ul li:not(.accordion) {
  position: relative;
  padding-left: 1rem;
}
.inner_page .desc_box ul li:not(.accordion)::before {
  content: '';
  background-color: initial;
  background-image: url(../image/arrow-right.png);
  height: 0.7rem;
  width: 0.7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.7rem;
  left: 0;
  flex: none;
}
.inner_page .attention,
.inner_page blockquote {
  background-color: #E8E8E8;
  padding: 2rem 1.75rem;
  font-size: 0.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: var(--dark_text);
  line-height: 1.7rem;
}
.inner_page .attention p:last-child,
.inner_page blockquote p:last-child {
  padding-bottom: 0;
}
.inner_page .attention p span.gray,
.inner_page blockquote p span.gray {
  font-size: 0.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: #767A7D;
  line-height: 1.7rem;
}
.inner_page .inner {
  padding-bottom: 2.5rem !important;
}
.inner_page .recent_link {
  background-color: #F6F6F6;
  padding-top: 1.9rem !important;
  padding-bottom: 4.5rem !important;
}
.inner_page .photo_link .img::before {
  padding-top: 50%;
}
.accordion_value.padding_0 {
  padding: 0 !important;
}
.accordion_value.padding_0 .file_list {
  background-color: #FFFFFF;
  padding: 20px 0;
}
.accordion_value.padding_0 .file_list .file_cell {
  text-decoration: underline;
  background-color: #F9F9FA;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  color: #333;
}
.accordion_value.padding_0 .file_list .file_cell img {
  margin-bottom: 0 !important;
}
.accordion_value.padding_0 .file_list .file_cell:last-child {
  margin-bottom: 0;
}
.accordion_value .table_box {
  margin-bottom: 0 !important;
}
.accordion_value .table_box .info_text {
  text-align: left;
}
.accordion_value .table_box .info_text strong {
  text-decoration: underline;
  color: var(--theme-red);
  font-weight: 400;
}
.accordion_value .table_box .info_text .lite {
  color: #767A7D;
}
.accordion_value li {
  margin-top: 0 !important;
}
.accordion_value a {
  color: #046bcc;
}
.download_box {
  padding: 1.8rem;
  font-size: 1rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: var(--dark_text);
  line-height: 1.5rem;
  background-color: #F9F9FA;
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: minmax(320px, 76%) minmax(200px, calc(24% - 20px));
  grid-gap: 20px;
}
.download_box .strong,
.download_box strong {
  color: var(--theme-red);
  text-decoration: underline;
}
.download_box .right {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.download_box .right a.down_load_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-right: 2rem;
}
.download_box .right a.down_load_link img {
  margin-bottom: 0.5rem;
}
.photo_link {
  background-color: #FFFFFF;
}
.photo_link .wrapper {
  transition: all 0.5s;
}
.photo_link:hover .wrapper {
  transform: scale(1.05);
}
.photo_link:hover span.text {
  color: var(--theme-red);
  border-color: var(--theme-red);
}
.photo_link:hover div.desc {
  border-color: var(--theme-red);
}
.photo_link span.text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4rem;
  transition: all 0.5s;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.photo_link span.text .date {
  font-size: 0.7rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #767A7D;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: left;
}
.photo_link span.text .left_text {
  width: 100%;
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8rem;
}
.photo_link .gray_height {
  background-color: #F9F9FA;
  padding: 1.5rem 0.75rem !important;
}
.photo_link div.desc {
  border-left: 1px solid #767a7d28;
  border-right: 1px solid #767a7d28;
  border-bottom: 1px solid #767a7d28;
  padding: 0.9rem;
}
.photo_link div.desc h4.title {
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: var(--dark_text);
}
.photo_link div.desc h4.title::after {
  content: none;
}
.photo_link div.desc p.desc {
  font-size: 1rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: var(--dark_text);
  line-height: 1.8rem;
  margin-bottom: 0;
}
.info_item {
  cursor: pointer;
}
.info_item:hover .circle_icon {
  background-color: var(--theme-red);
  border-color: var(--theme-red);
}
.info_item:hover .circle_icon img {
  filter: grayscale(100%) invert(100%) brightness(200%);
}
.info_item:hover h3.label,
.info_item:hover span.value {
  border-color: var(--theme-red) !important;
}
.info_item .circle_icon {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.6rem;
  flex: none;
  border-radius: 100%;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.info_item .circle_icon img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.info_item .info {
  flex: none;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  color: var(--dark_text);
  padding-bottom: 3rem;
}
.info_item .info h3.label {
  color: #ED1C24;
}
.info_item .info h3.label,
.info_item .info span.value {
  padding-bottom: 0.1rem;
  width: fit-content;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
.map_container {
  padding: 0.25rem 0 5.5rem 0;
}
.map_container .map {
  width: 100%;
  height: fit-content;
}
.inner_desc {
  font-size: 1rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: var(--dark_text);
  line-height: 1.3rem;
}
.inner_desc .text_link {
  color: var(--theme-red);
  border-bottom: 1px transparent solid;
}
.inner_desc .text_link:hover {
  border-bottom: 1px solid var(--theme-red);
}
.ext_box {
  padding: 1.2rem;
}
.ext_box:nth-child(2n + 1) {
  background-color: #F9F9FA;
}
.ext_box:nth-child(2n) {
  background-color: #FFFFFF;
}
.ext_box h3.title {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--theme-red);
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
.ext_box h3.title::after {
  content: none;
}
.ext_box .cell_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 1rem;
  color: #767A7D;
}
.ext_box .cell_list h4.title,
.ext_box .cell_list h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--dark_text);
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
.ext_box .cell_list h4.title::after,
.ext_box .cell_list h4::after {
  content: none;
}
.ext_box .cell_list span.name,
.ext_box .cell_list a.name {
  font-size: 1rem;
  font-weight: 400;
  color: #767A7D;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.ext_box .cell_list a.text_link,
.ext_box .cell_list a {
  border-bottom: 1px solid #767A7D;
  color: #767A7D;
}
.ext_box .cell_list a.text_link:hover,
.ext_box .cell_list a:hover {
  color: var(--theme-red);
  border-color: var(--theme-red);
}
.grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.brand_nav {
  width: 100%;
}
.brand_nav .ydnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--theme-red);
  padding: 0 var(--padding);
}
.brand_nav .pcnav {
  background: #efefef;
  padding: 0 var(--padding);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #767A7D;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.brand_nav a.nav_link {
  flex: none;
  display: block;
  padding: 1rem 2rem;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  position: relative;
}
html[lang="en-US"] .brand_nav a.nav_link {
  padding: 1rem 1.5rem;
}
.brand_nav a.nav_link::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background-color: transparent;
  transition: all 0.5s;
  left: 3rem;
  bottom: 0;
}
.brand_nav a.nav_link:hover {
  color: var(--theme-red);
  background-color: #ebebeb;
}
.brand_nav a.nav_link:hover::after {
  width: calc(100% - 6rem);
  background-color: var(--theme-red);
}
.brand_nav a.nav_link.active {
  color: var(--theme-red);
}
.brand_nav a.nav_link.active::after {
  width: calc(100% - 6rem);
  background-color: var(--theme-red);
}
.search_box {
  display: grid;
  grid-template-columns: minmax(300px, calc(100% - 8.6rem)) 7.6rem;
  grid-gap: 1rem;
  margin-bottom: 3.3rem;
}
.cell_list {
  width: 100%;
}
.cell_list.notice .file_cell {
  padding: 1rem 0;
}
.cell_list .items {
  padding: 1.3rem;
  background-color: #F9F9FA;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px transparent solid;
  transition: all 0.5s;
}
.cell_list .items:hover {
  border-color: var(--theme-red);
}
.cell_list .items p.desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #767A7D;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
}
.cell_list .items .file_cell {
  width: 100%;
}
.cell_list .items .file_cell .left {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-right: 1rem;
  text-decoration: none;
}
.cell_list .items .file_cell .left:hover .name {
  color: var(--theme-red);
  text-decoration: underline;
}
.cell_list .items .file_cell .left .download {
  height: 0.9rem;
  width: fit-content;
  margin-right: 0.7rem;
}
.cell_list .items .file_cell .left .name {
  transition: all 0.5s;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark_text);
  text-decoration: underline;
}
.cell_list .items .file_cell .date {
  line-height: 1.5rem;
  min-width: 88px;
  font-size: 1rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: var(--dark_text);
  white-space: nowrap;
}
.lite_drop_menu {
  position: relative;
  width: 100%;
}
.lite_drop_menu .label {
  cursor: default;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  white-space: nowrap;
  width: 100%;
}
.lite_drop_menu .label::after {
  content: "";
  transition: all 0.5s;
  font-family: 'FontAwesome';
  transform: rotate(90deg);
}
.lite_drop_menu .menu_list {
  transition: all 0.5s;
}
.lite_drop_menu .menu_list .list {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
  font-size: 0.95rem;
  width: 100%;
}
.lite_drop_menu .menu_list .list .menu_mini .list_mini {
  padding-left: 0.5rem;
  font-size: 0.8rem;
}
.grid_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem 0.6rem;
}
.logo_box {
  border: 1px solid #D5D5D5;
  padding: 0.9rem 2rem;
  transition: all 0.5s;
}
.logo_box .logo_imgs {
  transition: all 0.5s;
  max-height: 4rem;
  width: 100%;
  margin-bottom: 0 !important;
}
.logo_box:hover {
  border-color: var(--theme-red);
}
.logo_box:hover .logo_imgs {
  transform: scale(1.1);
}
.back_gray {
  background-color: #F9F9FA;
}
.back_gray .table_box th,
.back_gray .table_box td {
  border-color: #F9F9FA !important;
}
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 3rem 0 1.2rem 0;
}
.pagination .page_num {
  padding: 0.3rem 0.5rem;
  font-size: 0.9rem;
  font-family: Gordita-Regular, Gordita;
  font-weight: 400;
  color: #000000;
  line-height: 1.2rem;
  border: 1px solid transparent;
  transition: all 0.5s;
  margin: 0 0.4rem;
}
.pagination .page_num:hover {
  border-color: #707070;
}
.pagination .page_num.active {
  border-color: #707070;
}
.article h2.article_title {
  line-height: 2.4rem;
  font-size: 1.8rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 1.7rem;
}
.article .article_text {
  width: 100%;
}
.article .article_text .grid_1_9 {
  width: 100%;
  display: grid;
  grid-template-columns: 1.7rem calc(100% - 1.7rem);
  grid-gap: 1rem 2rem;
}
.article .article_text .grid_1_9 .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.article .article_text .grid_1_9 .left .icon_link {
  width: 100%;
  margin-bottom: 0.6rem;
}
.article .article_text .grid_1_9 .left .icon_link:hover .icon {
  transform: scale(1.2);
}
.article .article_text .grid_1_9 .left .icon_link .icon {
  height: 27px;
  width: 34px;
  max-width: 34px;
  transition: all 0.5s;
}
.article .article_text .grid_1_9 .right span.date {
  display: block;
  font-size: 0.8rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #333333;
  line-height: 1rem;
  margin-bottom: 1.65rem;
}
.article .article_text .grid_1_9 .right .words {
  font-size: 0.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: var(--dark_text);
  line-height: 1.7rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
.article .article_text .grid_1_9 .right .words img {
  width: 100%;
}
.article .article_text .grid_1_9 .right .words .table_box {
  width: 100%;
  font-size: 0.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.article .article_text .grid_1_9 .right .words .table_box th,
.article .article_text .grid_1_9 .right .words .table_box td {
  padding: 0.5rem 1.75rem;
  border: 0.25rem solid #fff;
  width: 32.5%;
}
.article .article_text .grid_1_9 .right .words .table_box th:first-child,
.article .article_text .grid_1_9 .right .words .table_box td:first-child {
  width: 25%;
}
.article .article_text .grid_1_9 .right .words .table_box.box_row_4 th,
.article .article_text .grid_1_9 .right .words .table_box.box_row_4 td {
  width: 25%;
}
.article .article_text .grid_1_9 .right .words .table_box.box_row_5 th,
.article .article_text .grid_1_9 .right .words .table_box.box_row_5 td {
  width: 20%;
}
.article .article_text .grid_1_9 .right .words .table_box.box_row_2 th,
.article .article_text .grid_1_9 .right .words .table_box.box_row_2 td {
  width: 75%;
}
.article .article_text .grid_1_9 .right .words .table_box.box_row_2 th:first-child,
.article .article_text .grid_1_9 .right .words .table_box.box_row_2 td:first-child {
  width: 25%;
}
.article .article_text .grid_1_9 .right .words .table_box .desc_text_cloumn span {
  display: block;
  margin-bottom: 0.6rem;
}
.article .article_text .grid_1_9 .right .words .table_box .desc_text_cloumn span:last-child {
  margin-bottom: 0;
}
.article .article_text .grid_1_9 .right .words .table_box .red,
.article .article_text .grid_1_9 .right .words .table_box th {
  background-color: var(--theme-red);
  color: #FFFFFF;
}
.article .article_text .grid_1_9 .right .words .table_box .gray {
  background-color: #ABABAB;
  color: #FFFFFF;
}
.article .article_text .grid_1_9 .right .words .table_box .lite_gray {
  background-color: #F9F9FA;
  color: var(--dark_text);
}
.article .article_text .grid_1_9 .right .words .table_box .white {
  background-color: #FFFFFF;
  color: var(--dark_text);
}
.article .article_text .grid_1_9 .right .page_pagination {
  padding: 1.5rem 0 5.2rem 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.article .article_text .grid_1_9 .right .page_pagination .links {
  font-size: 0.9rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: var(--dark_text);
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  transition: all 0.5s;
}
.article .article_text .grid_1_9 .right .page_pagination .links:hover {
  color: var(--theme-red);
}
.article .article_text .grid_1_9 .right .page_pagination .links.prev::before {
  content: "\f105";
  font-family: 'FontAwesome';
  padding-left: 1.5rem;
  transform: rotate(180deg) translateY(-0.1rem);
}
.article .article_text .grid_1_9 .right .page_pagination .links.next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  padding-left: 1.5rem;
  transform: translateY(0.1rem);
}
.text_center {
  text-align: center;
}
.lite_navgation {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  line-height: 1.3rem;
  font-size: 1rem;
  font-family: Alegreya Sans SC-Regular, Alegreya Sans SC;
  font-weight: 400;
  color: #767A7D;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.lite_navgation .nav-item {
  padding: 0 0.1rem !important;
  margin: 0 !important;
}
.lite_navgation .nav-item::before {
  content: none !important;
}
.lite_navgation .link {
  padding: 0.4rem 0.9rem;
  border: 1px solid #E8E8E8;
  margin-right: 0.15rem;
  margin-bottom: 0.4rem;
  background: #fff;
  line-height: 1.5;
  display: inline-block;
}
.lite_navgation .link:last-child {
  margin-right: 0;
}
.lite_navgation .link:hover {
  border-color: var(--theme-red);
}
.lite_navgation .link.active {
  border-color: var(--theme-red);
  background-color: var(--theme-red);
  color: #FFFFFF;
}
.calendar_page .cell_list .items .file_cell .left {
  padding-right: 0;
}
.cat15-list .file_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.cat15-list .file_list .file_cell {
  margin-bottom: 0 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  transition: all 0.3s !important;
}
.cat15-list .file_list .file_cell:hover {
  transform: scale(1.02);
  z-index: 1;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.cat15-list .file_list .file_cell .file-img,
.cat15-list .file_list .file_cell .file-img img {
  height: 60px;
}
.cat15-list .file_list .file_cell .file-divider {
  width: 30px;
  height: 3px;
  background: #ed1c24;
  position: relative;
  margin: 15px 0 15px 0;
}
.cat15-list .file_list .file_cell .down-date {
  line-height: 1.25;
  color: #666;
}
.cat15-list .file_list .file_cell .label {
  flex: 1;
  line-height: 1.5;
}
.cat15-list .file_list .file_cell .down-btn {
  position: relative;
}
.cat15-list .file_list .file_cell .down-btn img {
  transition: all 0.3s;
}
.cat15-list .file_list .file_cell:hover .down-btn img {
  margin-left: 50%;
}
.cat15-list .accordion .accordion_cell {
  color: var(--dark_text);
  background-color: transparent;
  padding: 0;
}
.cat15-list .accordion .accordion_cell .label {
  margin-right: 0;
  margin-left: 6px;
}
.cat15-list .accordion .accordion_cell .icon .fa {
  color: #ed1c24;
}
@media (max-width: 767px) {
  .cat15-list .file_list {
    grid-template-columns: 1fr;
    /* 改为单列布局 */
  }
}
