.wrap {
  background-color: #eaeaea;
}

.block_style {
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

.featured_sites_block .title, .cooperative_block > h2 {
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured_sites_block .content a h3 {
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured_sites_block .content a h3:hover {
  color: #009491;
}

.bread_block {
  background-color: #e5e7eb;
}

.bread_block h1 {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb {
  margin: 0;
  line-height: 1.8;
}

.bread_block nav > .breadcrumb > li a:hover {
  color: #009491;
}

.bread_block nav > .breadcrumb > li:first-child a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f015";
  margin-right: 5px;
}

.article_block > .title, .recommend_block > .title, .keyword_block > .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d5db;
}

.article_block > .title h2, .recommend_block > .title h2, .keyword_block > .title h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}

.article_block > hr, .recommend_block > hr, .keyword_block > hr {
  background-color: #009491;
  width: 40px;
  height: 2px;
  margin: 0 0 0 0;
  opacity: 1;
}

.article_block .content, .recommend_block .content, .keyword_block .content {
  padding: 1rem 0 0 0;
}

.featured_sites_block {
  border-top: 1px solid rgba(129, 129, 129, 0.2);
}

.featured_sites_block .content {
  margin: 0px;
}

.featured_sites_block .content a {
  display: block;
}

.featured_sites_block .content a img {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.featured_sites_block .content a img:hover {
  padding: 0px;
}

.featured_sites_block .content a:active {
  outline: 0 !important;
}

.featured_sites_block .content a:focus {
  outline: 0 !important;
}

.cooperative_block > h2 {
  color: white;
}

.cooperative_block > .content {
  margin: 0px;
}

.cooperative_block > .content a {
  display: block;
  padding: 0 10px 10px 10px;
}

.cooperative_block > .content a img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 60px;
}

.cooperative_block > .content a:active {
  outline: 0 !important;
}

.cooperative_block > .content a:focus {
  outline: 0 !important;
}

.cooperative_block .slick-arrow::before {
  color: white;
}

.cooperative_block .slick-arrow:hover::before {
  color: white;
}

.cooperative_block .slick-arrow:hover {
  background-color: #009491;
  color: white;
}

.slick-arrow::before {
  color: black;
}

.slick-arrow:hover::before {
  color: white;
}

.slick-arrow:hover {
  background-color: #009491;
}

.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
}

.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f104";
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: white;
  background-color: #009491;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button:focus {
  color: white;
  background-color: #009491;
  border-color: #009491;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 148, 145, 0.25);
          box-shadow: 0 0 0 0rem rgba(0, 148, 145, 0.25);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
  margin: auto 0;
  margin-left: auto;
}

.accordion-collapse .accordion-body a:hover {
  color: #009491;
}

.accordion-collapse .accordion-body .col-12:nth-child(odd) {
  background: #f3f4f6;
}

.accordion-collapse .btn {
  border: 1px solid #009491;
  color: #009491;
  border-radius: 2rem;
}

.accordion-collapse .btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f101";
  margin-left: 5px;
}

.accordion-collapse .btn:hover {
  background: #009491;
  color: white;
}

.article_block .content a,
.recommend_block .content a,
.keyword_block .content a {
  display: -webkit-box;
  -webkit-line-clamp: 100;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article_block .content a:hover,
.recommend_block .content a:hover,
.keyword_block .content a:hover {
  color: #009491;
}

.article_block .content .name,
.recommend_block .content .name,
.keyword_block .content .name {
  line-height: 1.8;
}

.article_block .content .keyword_search_btn,
.recommend_block .content .keyword_search_btn,
.keyword_block .content .keyword_search_btn {
  border: 1px solid #d1d5db;
  border-radius: 5px;
  cursor: pointer;
  line-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .slick-arrow {
    display: none !important;
  }
}
