
.sub._list_page.news {
    width: 100%;
    padding-bottom: 160px;
  }
  .sub._list_page.news .list-area {
    border-top: 2px solid #242424;
    margin-bottom: 60px;
  }
  .sub._list_page.news .list-area .top {
    display: flex;
    height: 72px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #CECECE;
  }
  .sub._list_page.news .list-area .top span {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .sub._list_page.news .list-area .top span:nth-of-type(1) {
    width: 70px;
  }
  .sub._list_page.news .list-area .top span:nth-of-type(2) {
    width: calc(100% - (70px + 148px));
  }
  .sub._list_page.news .list-area .top span:nth-of-type(3) {
    width: 148px;
  }
  .sub._list_page.news .list-area ul li a {
    display: flex;
    align-items: center;
    height: 72px;
    border-bottom: 1px solid #CECECE;
    box-sizing: border-box;
  }
  .sub._list_page.news .list-area ul li a > div {
    text-align: center;
  }
  .sub._list_page.news .list-area ul li a > div span {
    font-size: 18px;
  }
  .sub._list_page.news .list-area ul li a .num {
    color: #000;
    font-weight: 600;
    width: 70px;
  }
  .sub._list_page.news .list-area ul li a .title {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    width: calc(100% - (70px + 148px));
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
  }
  .sub._list_page.news .list-area ul li a .title span {
    display: inline-flex;
    width: 100%;
  }
  .sub._list_page.news .list-area ul li a .title span small {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .sub._list_page.news .list-area ul li a .date {
    color: #888;
    font-weight: 400;
    width: 148px;
  }
  .sub._list_page.news .list-area ul li.new .title span::after {
    content: 'NEW';
    display: inline-block;
    min-width: 37px;
    height: 20px;
    border-radius: 4px;
    background-color: #E70017;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Mont-SemiBold';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-left: 12px;
  }

  @media screen and (min-width: 1025px){
    .sub._list_page.news .list-area ul li:hover{ background-color: rgba(0,0,0,0.01); }
  }


  @media screen and (max-width: 768px) {
    .sub .search-area {
      flex-direction: column;
      align-items: flex-start;
    }
    .sub .search-area .txt-box {
      margin-bottom: 12px;
    }
    .sub .search-bar {
      width: 100%;
    }
    .sub .search-bar input {
      width: 100%;
    }

    /* �� */
    .sub._list_page.news .list-area .top > span:nth-of-type(1) {
      display: none;
    }
    .sub._list_page.news .list-area .top span:nth-of-type(2) {
      width: 70%;
    }
    .sub._list_page.news .list-area .top span:nth-of-type(3) {
      width: 30%;
    }
    .sub._list_page.news .list-area ul li a .num {
      display: none;
    }
    .sub._list_page.news .list-area ul li a .title {
      width: 70%;
    }
    .sub._list_page.news .list-area ul li a .date {
      width: 30%;
    }
  }
  @media screen and (max-width: 480px) {
    .sub .search-area {
      margin-bottom: 20px;
    }
    .sub._list_page.news {
      padding-bottom: 100px;
    }
    .sub._list_page.news .list-area {
      margin-bottom: 40px;
    }

    /* �� */
    .sub._list_page.news {
      margin-top: 16px;
    }
    .sub._list_page.news .list-area .top {
      display: none;
    }
    .sub._list_page.news .list-area ul li a {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      padding: 12px 0;
    }
    .sub._list_page.news .list-area ul li a .title {
      padding: 0;
      width: 100%;
    }


    .sub._list_page.news .list-area ul li a .title span::after {
      display: none !important;
    }


    .sub._list_page.news .list-area ul li a .title span small {
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2; 
      -webkit-box-orient: vertical;
    }
    .sub._list_page.news .list-area ul li a .title span small::after {
      display: inline-block;
      width: 37px;
      height: 20px;
      line-height: 20px;
      border-radius: 4px;
      background-color: #E70017;
      color: #FFF;
      text-align: center;
      font-family: 'Mont-SemiBold';
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      margin-left: 5px;
      vertical-align: text-top;
    }
    .sub._list_page.news .list-area ul li.new a .title span small::after {
      content: 'NEW';
    }
    .sub._list_page.news .list-area ul li a .date {
      width: auto;
    }
    .sub._list_page.news .list-area ul li a > div span {
      font-size: 16px;
      line-height: 24px;
    }
    .sub._list_page.news .list-area ul li a > div.date span {
      font-size: 14px;
    }
  }



  .sub._list_page.event {
    padding-top: 10px;
    padding-bottom: 160px;
  }
  .sub._list_page.event .tab-box {
    display: flex;
    align-items: center;
  }
  .sub._list_page.event .tab-box button {
    margin-right: 40px;
    padding: 12px 0;
    transition: all 0.3s;
  }
  .sub._list_page.event .tab-box button:last-child {
    margin-right: 0;
  }
  .sub._list_page.event .tab-box button span {
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .sub._list_page.event .tab-box button.on {
    padding: 12px 20px;
    border-radius: 50px;
    background-color: #000;
  }
  .sub._list_page.event .tab-box button.on span {
    color: #fff;
  }
  .sub._list_page.event .list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 16px;
    margin-bottom: 60px;
  }
  .sub._list_page.event .list li a {
    position: relative;
    transition: all 0.6s ease-in-out;
    border-radius: 20px;
  }
  .sub._list_page.event .list li a .img-box {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  .sub._list_page.event .list li a .img-box img {
    transition: all 0.6s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub._list_page.event .list li a .txt-box {
    border-radius: 0 0 16px 16px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    height: 133px;
  }
  .sub._list_page.event .list li a .txt-box em {
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sub._list_page.event .list li a .txt-box small {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #888888;
  }
  .sub._list_page.event .list li.end .img-box img {
    filter: grayscale(1);
  }


  @media screen and (min-width: 1024px) {
    /* .sub._list_page.event ul li:hover a {
      box-shadow: rgba(0, 0, 0, 0.2) 0px 14px 28px, rgba(0, 0, 0, 0.1) 0px 10px 10px;
    } */
    /* .sub._list_page.event ul li:hover .txt-box {
      border-color: transparent;
    } */
    .sub._list_page.event ul li:hover .img-box img {
      transform: translate(-50%, -50%) scale(1.1);
    }
  }
  @media screen and (max-width: 1024px) {
    .sub._list_page.event .list {
      grid-template-columns: repeat(2, 1fr);
    }
    .sub._list_page.event .list li a .txt-box em {
      font-size: 18px;
    }
    .sub._list_page.event .list li a .txt-box small {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 780px) {
    .sub._list_page.event {
      padding-top: 8px;
      padding-bottom: 100px;
    }
    .sub._list_page.event .tab-box {
      justify-content: center;
    }
    .sub._list_page.event .tab-box button {
      margin-right: 24px;
    }
    .sub._list_page.event .tab-box button.on {
      padding: 10px 16px;
    }
    .sub._list_page.event .tab-box button span {
      font-size: 14px;
    }
    .sub._list_page.event .list {
      grid-template-columns: repeat(1, 1fr);
      max-width: 400px;
      margin: 0 auto;
      margin-top: 20px;
      gap: 16px;
      margin-bottom: 40px;
    }
    .sub._list_page.event .list li a .txt-box {
      height: auto;
      padding: 16px;
    }
    .sub._list_page.event .list li a .txt-box em {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 4px;
    }
    .sub._list_page.event .list li a .txt-box small {
      font-size: 14px;
      line-height: 22px;
    }
  }



  .sub._view {
    padding-bottom: 160px;
  }
  .sub._view .top {
    padding: 40px 0;
    margin-bottom: 20px;
    border-top: 2px solid #242424;
  }
  .sub._view .top h4 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
  }
  .sub._view .top small {
    display: block;
    margin-top: 12px;
    color: #888;
    font-size: 24px;
    font-weight: 500;
  }

  .sub._view .attach{ display: flex; font-size: 16px; margin-bottom: 40px; display: none; }
  .sub._view .attach span{ font-weight: 700; padding: 10px 0; box-sizing: border-box; display: inline-block; }
  .sub._view .attach a{ text-decoration: underline; text-underline-position: under; padding: 10px; box-sizing: border-box; display: inline-block; }

  .sub._view .contents{ font-size: 24px; line-height: 1.4; font-weight: 500;  }
  .sub._view .contents img{ height: 100% !important; }

  .sub._view .contents h1,
  .sub._view .contents h2,
  .sub._view .contents h3,
  .sub._view .contents h4,
  .sub._view .contents h5,
  .sub._view .contents h6,
  .sub._view .contents b,
  .sub._view .contents strong{ font-weight: 700; }


  .sub._view .con img.test {
    margin-bottom: 40px;
  }
  .sub._view .con p.test {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    line-height: 1.4;
  }
  @media screen and (max-width: 1024px) {
    .sub._view .top h4 {
      font-size: 32px;
      line-height: 1.4;
    }
    .sub._view .top small {
      font-size: 20px;
      line-height: 1.4;
    }
    .sub._view .contents{ font-size: 20px; }
  }
  @media screen and (max-width: 768px) {
    .sub._view {
      padding-bottom: 100px;
    }
    .sub._view .top {
      padding: 16px 0;
      margin-bottom: 8px;
    }
    .sub._view .top h4 {
      font-size: 24px;
      line-height: 32px;
    }
    .sub._view .top small {
      font-size: 14px;
      line-height: 24px;
      margin-top: 4px;
    }
    .sub._view .contents {
      min-height: 300px;
      font-size: 14px;
    }
    .sub._view .sub-btn {
      margin-top: 40px;
    }
  }
  