@font-face {
  font-family: en;
  src: ;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.title.title-center {
  text-align: center;
}
.title.title-center::before,
.title.title-center::after {
  left: 50%;
  transform: translatex(-50%);
}
.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11rem;
  border-bottom: 1px solid #e8e7e8;
}
.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  border-bottom: 1px solid #1156ba;
}
.title h2 {
  font-size: 2.25rem;
}
.title p {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #e8e7e8;
  margin-top: -1.6rem;
  position: relative;
  z-index: -1;
  font-weight: bold;
}
.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.7rem;
  border: 1px solid #1156ba;
  transition: all ease 0.3s;
  color: #1156ba;
}
.btn span {
  font: inherit;
  color: inherit;
}
.btn svg {
  width: 1rem;
  height: 0.8rem;
  margin-left: 0.3rem;
  transition: all ease 0.3s;
}
.btn svg path {
  transition: all ease 0.3s;
}
.btn:hover {
  border-radius: 0rem 1.25rem 0rem 1.25rem;
  color: #fff;
  background-color: #1156ba;
}
.btn:hover span {
  color: #fff;
}
.btn:hover svg {
  transform: translatex(0.5rem);
}
.btn:hover svg path {
  fill: #fff !important;
}
.main-1 {
  padding: 5rem 0;
}
.main-1 > div {
  display: flex;
  flex-wrap: wrap;
}
.main-1 .link {
  display: block;
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0 0 0.5rem #ebebeb;
  position: relative;
}
.main-1 .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  border-bottom: 2px solid #1156ba;
  transition-duration: 0.3s;
}
.main-1 .link:nth-of-type(3n) {
  margin-right: 0;
}
.main-1 .link .img {
  padding-bottom: 50%;
  position: relative;
}
.main-1 .link .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-1 .link .text {
  padding: 1rem;
}
.main-1 .link .text h6 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-1 .link .text p {
  line-height: 1.6;
  color: #999;
}
.main-1 .link .text .time {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.main-1 .link .text .time span {
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  border: 1px solid #999;
  color: #999;
}
.main-1 .link .text .time em {
  color: #999;
}
.main-1 .link:hover::after {
  width: 100%;
  left: 0;
  transition: width ease 0.3s;
}
.main-1 .link:hover .text h6 {
  color: #1156ba;
}
.main-1 .show-content {
  display: block;
}
.main-1 .show-content .top h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.main-1 .show-content .top p {
  display: flex;
  justify-content: center;
}
.main-1 .show-content .top p span {
  margin: 0 2rem;
}
.main-1 .show-content .top p *,
.main-1 .show-content .top p {
  color: #666;
}
.main-1 .show-content .info-content {
  padding: 2rem 0;
  margin: 2rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-1 .show-content .info-content * {
  line-height: 2.4 !important;
  font-family: "noto sans sc", arial, tahoma, sans-serif !important;
}
.main-1 .show-content .info-content img {
  margin: 30px auto !important;
}
.main-1 .show-content .info-content strong {
  font-weight: bold;
}
.main-1 .show-content .other p {
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .main-1 {
    padding: 2rem 0;
  }
  .main-1 > div {
    justify-content: space-between;
  }
  .main-1 .link {
    width: 48%;
    margin-right: 0 !important;
  }
  .main-1 .link .text {
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
  .main-1 .link .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .main-1 .link .text .time {
    align-items: center;
  }
  .main-1 .link .text .time span {
    display: none;
  }
}
