.m-news {
  padding: 110px 0 234px;
}
.m-news h2 {
  color: #3c4576;
  font-size: 28px;
  text-align: center;
  letter-spacing: -1.1px;
}
.m-news .hash-t {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.m-news .hash-t a {
  height: 33px;
  margin: 0 5px;
  padding: 0 12px;
  background: #f5f8f7;
  color: #1d9d5e;
  font-size: 14px;
  border-radius: 6px;
  line-height: 33px;
}
.m-news ul {
  margin: 0;
  padding: 0 7px;
}
.m-news ul li {
  margin-top: 55px;
  list-style: none;
}
.m-news ul li .thumb {
  overflow: hidden;
  display: block;
  height: 228px;
  border-radius: 15px;
}
.m-news ul li .thumb span {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform .5s;
}
.m-news ul li .info {
  padding: 28px 13px 0;
}
.m-news ul li .info strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.6px;
}
.m-news ul li .info p {
  margin: 12px 0 0;
  color: #515151;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.m-news ul li .info div {
  display: flex;
  margin-top: 13px;
}
.m-news ul li .info div span {
  font-size: 15px;
}
.m-news ul li .info div span.type {
  color: #34b479;
}
.m-news ul li .info div span.date {
  padding-left: 10px;
  color: #c6c6c6;
}
.m-news ul li a {
  display: block;
}
.m-news ul li a:focus .thumb {
  background-size: 120% auto;
}
@media (min-width: 650px) {
      .m-news {
        padding-left: 15px;
        padding-right: 15px;
      }
      .m-news h2 {
        font-size: 34px;
      }
      .m-news .hash-t {
        margin-top: 30px;
      }
      .m-news .hash-t a {
        height: 37px;
        font-size: 17px;
      }
      .m-news ul {
        display: flex;
        flex-wrap: wrap;
        padding: 45px 0 0;
      }
      .m-news ul li {
        width: calc(50% - 24px);
        margin: 55px 12px 0;
        box-sizing: border-box;
      }
    }
@media (min-width: 1000px) {
      .m-news ul {
        max-width: 1110px;
        margin: 0 auto;
      }
      .m-news ul li {
        width: calc(33.3% - 24px);
        margin: 50px 0 0 36px;
      }
      .m-news ul li a:hover .thumb span {
        transform: scale(1.2);
      }
      .m-news ul li:nth-child(3n+1) {
        margin-left: 0;
      }
    }


#press .press_item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

#press .press_item .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    -moz-transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    -o-transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    background-color: black;
}

#press .press_item .image:hover {
    cursor: pointer;
}

#press .press_item .image img {
    position: absolute;
    min-width: 100%; min-height: 100%;
    width: 100%; height: auto;
    left: 50%; top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    -moz-transform: translate(-50%, -50%) scale(1.01);
    -ms-transform: translate(-50%, -50%) scale(1.01);
    -o-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    -webkit-transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    -moz-transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    -o-transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    transition: all 250ms cubic-bezier(.25, .45, .45, .95);
    -o-object-fit: cover;
    object-fit: cover;
}

#press .press_item .image img:hover {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
}

#press .press_item .container_content {
    position: relative;
    background-color: white;
    border-radius: 33px;
}

#press .press_item .container_content .date {
    color: #414141;
}

#press .press_item .container_content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #000000;
}

#press .press_item .container_content .bottom {
    position: absolute;
    width: 100%;
    left: 0; bottom: 0;
    border-top: solid 1px #dcdcdc;
}

#press .press_item .container_content .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #6f6f6f;
}

#press .press_item .container_content .company {
    float: left;
    color: #0a723f;
}

#press .press_item .container_content .detail {
    float: right;
    color: #62a063;
}

@media (min-width: 983px) {
    #press .container {
        max-width: 882px;
    }

    #press .press_list {
        width: 882px;
    }

    #press .press_item {
        width: 280px; height: 466px;
        margin-right: 14px;
        margin-bottom: 14px;
    }

    #press .press_list .press_item:nth-child(3n) {
        margin-right: 0;
    }

    #press .press_item .image {
        width: 100%; height: 260px;
    }

    #press .press_item .container_content {
        width: 100%; height: 206px;
        padding: 10px 16px;
    }

    #press .press_item .container_content .date {
        margin-bottom: 6px;
        font-size: 0.6875rem;
        font-weight: 300;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }

    #press .press_item .container_content .title {
        height: 66px;
        margin-bottom: 6px;
        font-size: 0.9375rem;
        line-height: 1.47;
        letter-spacing: -0.0094rem;
    }

    #press .press_item .container_content .bottom {
        padding: 8px 16px;
    }

    #press .press_item .container_content .content {
        height: 60px;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }

    #press .press_item .container_content .company {
        font-size: 0.8125rem;
        font-weight: 500;
        margin: 0;
        line-height: 1.46;
        letter-spacing: -0.0081rem;
    }

    #press .press_item .container_content .detail {
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }
}

@media (min-width: 801px) and (max-width: 982px) {
    #press .container {
        max-width: 719px;
    }

    #press .press_list {
        width: 719px;
    }
    
    #press .press_item {
        width: 230px; height: 466px;
        margin-right: 14px;
        margin-bottom: 14px;
    }

    #press .press_list .press_item:nth-child(3n) {
        margin-right: 0;
    }

    #press .press_item .image {
        width: 100%; height: 260px;
    }

    #press .press_item .container_content {
        width: 100%; height: 205px;
        padding: 10px 16px;
    }

    #press .press_item .container_content .date {
        margin-bottom: 6px;
        font-size: 0.6875rem;
        font-weight: 300;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }

    #press .press_item .container_content .title {
        height: 66px;
        margin-bottom: 6px;
        font-size: 0.9375rem;
        line-height: 1.47;
        letter-spacing: -0.0094rem;
    }

    #press .press_item .container_content .bottom {
        width: 100%;
        left: 0; bottom: 0;
        padding: 8px 16px;
    }

    #press .press_item .container_content .content {
        height: 60px;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }

    #press .press_item .container_content .company {
        font-size: 0.8125rem;
        font-weight: 500;
        margin: 0;
        line-height: 1.46;
        letter-spacing: -0.0081rem;
    }

    #press .press_item .container_content .detail {
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }
}

@media (min-width: 741px) and (max-width: 800px) {
    #press .container {
        max-width: 600px;
    }

    #press .press_list {
        width: 600px;
    }

    #press .press_item {
        width: 260px; height: 426px;
    }

    #press .press_list .press_item:nth-child(1n) {
        margin: 7px;
    }

    #press .press_item .image {
        height: 220px;
    }
    
    #press .press_item .container_content {
        width: 100%; height: 205px;
        padding: 10px 16px;
    }

    #press .press_item .container_content .date {
        margin-bottom: 6px;
        font-size: 0.6875rem;
        font-weight: 300;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }

    #press .press_item .container_content .title {
        height: 66px;
        margin-bottom: 6px;
        font-size: 0.9375rem;
        line-height: 1.47;
        letter-spacing: -0.0094rem;
    }

    #press .press_item .container_content .bottom {
        width: 100%;
        left: 0; bottom: 0;
        padding: 8px 16px;
    }

    #press .press_item .container_content .content {
        height: 60px;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }

    #press .press_item .container_content .company {
        font-size: 0.8125rem;
        font-weight: 500;
        margin: 0;
        line-height: 1.46;
        letter-spacing: -0.0081rem;
    }

    #press .press_item .container_content .detail {
        font-size: 0.6875rem;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: -0.0069rem;
    }
}