@font-face {
  font-family: 'Valky Regular';
  src: url("../assets/Valky Regular.ttf") format("truetype"); }

.news-year-select, .news-date, .news-more, .news-view span, .news-back a {
  font-family: "Valky Regular", sans-serif; }

.news-class:after, .news-item, .news-item .news-content, .news-item .news-img img, .news-title:after, .news-more, .news-album-item img {
  transition: all 0.5s ease; }

.ins-content .wrap {
  display: flex; }
  @media (max-width: 640px) {
    .ins-content .wrap {
      flex-direction: column; } }

.news-side {
  width: 200px;
  margin-right: 80px; }
  @media (max-width: 768px) {
    .news-side {
      margin-right: 40px; } }
  @media (max-width: 640px) {
    .news-side {
      width: 100%;
      margin-bottom: 20px; } }

.news-year-select {
  font-size: 18px;
  background-color: #efefef;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
  width: 100%;
  letter-spacing: 2.34px; }

.news-class {
  border-top: 1px solid #b4b4b4;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  letter-spacing: 2.34px; }
  .news-class-list {
    display: flex;
    flex-direction: column; }
    @media (max-width: 640px) {
      .news-class-list {
        flex-direction: row;
        overflow-x: scroll; } }
  .news-class:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left; }
  @media (min-width: 1281px) {
    .news-class:hover {
      opacity: 1; }
      .news-class:hover:after {
        content: "";
        position: absolute;
        transform: scaleX(1); } }
  @media (max-width: 768px) {
    .news-class {
      margin-bottom: 10px; } }
  @media (max-width: 640px) {
    .news-class {
      font-size: 16px;
      padding: 10px 15px;
      margin-bottom: 0;
      word-break: keep-all;
      letter-spacing: 0.96px; } }
  .news-class.current {
    opacity: 1; }
    .news-class.current:after {
      content: "";
      position: absolute;
      transform: scaleX(1); }

.news-list {
  width: 100%; }

.news-info {
  width: 100%; }
  .news-info .top {
    background-color: #f7f5f5;
    box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.25);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 80px 80px 40px;
    position: relative; }
    .news-info .top:before {
      content: "";
      position: absolute;
      content: url("../images/icon-about.png");
      top: 20px;
      left: 20px;
      scale: 0.75;
      pointer-events: none; }
    @media (max-width: 640px) {
      .news-info .top {
        padding: 80px 30px 40px; } }
  .news-info .news-title {
    margin-bottom: 0;
    font-size: 25px;
    letter-spacing: 3.25px; }
    @media (max-width: 640px) {
      .news-info .news-title {
        font-size: 18px;
        letter-spacing: 1.08px; } }
  .news-info .news-content {
    padding: 40px 20px; }

.news-item {
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ccc;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 1281px) {
    .news-item:hover {
      background-color: #f7f5f5;
      border-color: #f7f5f5;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
      .news-item:hover .news-more {
        opacity: 1; }
      .news-item:hover .news-img img {
        scale: 1.2; } }
  @media (max-width: 640px) {
    .news-item {
      flex-direction: column-reverse; } }
  .news-item .news-content {
    align-self: center;
    width: 60%;
    padding: 60px 100px;
    position: relative; }
    .news-item .news-content:before {
      content: "";
      position: absolute;
      content: url("../images/icon-about.png");
      top: 10px;
      left: 20px;
      scale: 0.75;
      pointer-events: none; }
      @media (max-width: 1024px) {
        .news-item .news-content:before {
          display: none; } }
    @media (max-width: 1024px) {
      .news-item .news-content {
        padding: 20px 60px; } }
    @media (max-width: 768px) {
      .news-item .news-content {
        padding: 20px; } }
    @media (max-width: 640px) {
      .news-item .news-content {
        width: 100%; } }
  .news-item .news-img {
    overflow: hidden;
    height: 100%;
    width: 40%;
    font-size: 0; }
    @media (max-width: 640px) {
      .news-item .news-img {
        width: 100%;
        max-height: 200px;
        object-fit: cover; } }
    .news-item .news-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      max-width: 100%; }

.news-date {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 1.82px; }

.news-title {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1.56px; }
  .news-title:after {
    content: "";
    position: absolute;
    background-color: #000;
    bottom: -5px;
    height: 1px;
    left: 0;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0); }
  @media (min-width: 1281px) {
    .news-title:hover:after {
      content: "";
      position: absolute;
      transform: scaleX(1); } }
  @media (max-width: 768px) {
    .news-title {
      font-size: 16px;
      margin-bottom: 10px;
      letter-spacing: 0.96px; } }

.news-text {
  font-size: 13px;
  letter-spacing: 1.69px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.news-more {
  font-size: 18px;
  opacity: 0;
  position: absolute;
  right: 40px;
  bottom: 10px;
  letter-spacing: 2.34px; }
  @media (min-width: 1281px) {
    .news-more:hover {
      letter-spacing: 2.88px; } }

.news-view {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  .news-view img {
    margin-right: 10px; }

.news-album {
  position: relative; }
  .news-album:after {
    content: "";
    position: absolute;
    background-color: #f8f8f8;
    width: 95%;
    height: 200px;
    left: -5%;
    bottom: -40px;
    z-index: -1; }
  .news-album-title {
    align-items: center;
    display: flex;
    font-size: 18px;
    letter-spacing: 3.12px; }
    .news-album-title img {
      margin-right: 10px; }
  .news-album-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #000; }
    @media (max-width: 768px) {
      .news-album-list {
        grid-template-columns: repeat(2, 1fr); } }
  .news-album-item {
    height: 200px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 1281px) {
      .news-album-item:hover img {
        scale: 1.2; } }
    .news-album-item img {
      aspect-ratio: 16/9;
      height: 100%;
      width: 100%;
      max-width: 100%;
      object-fit: cover; }

.news-back {
  margin-top: 80px;
  text-align: right; }
  .news-back a {
    font-size: 16px;
    letter-spacing: 2.08px; }
