/* news 공통*/
.cont_news .wrap_visual {
  background-image: url("../../images/news.jpg");
}

.cont_news .wrap_none {
  margin-bottom: 80px;
}

.cont_news .section_tab {
  padding-top: 50px;
}

.cont_news [class*="panel_"] {
  padding: 80px 0 100px;
}

.cont_news .item_paging {
  padding-top: 28px;
}

.item_news {
  position: relative;
  width: 792px;
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.item_news:hover {
  border-color: #1a1a1a;
}

.item_news + .item_news {
  margin-top: 20px;
}

.item_news .link_news {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.item_news .tit_news {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.item_news .desc_news {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 10px;
  font-size: 14px;
  color: #666;
}

.txt_time {
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
  color: #888;
}

.txt_time .ico_clock {
  margin-top: -1px;
  margin-right: 4px;
  vertical-align: middle;
}

/* none */
.cont_news .txt_alert {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.wrap_none {
  width: 792px;
  height: 332px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background-color: #fdfdfd;
}

.wrap_none .ico_alert {
  display: block;
  margin: 130px auto 0;
}

/* notice */
.type_notice .item_news {
  position: relative;
  height: 148px;
  padding: 0;
}

.type_notice .link_notice {
  padding: 32px;
}

.type_notice .txt_time {
  position: absolute;
  right: 32px;
  top: 32px;
  padding: 0;
  line-height: 30px;
}

.type_notice .desc_news {
  max-height: 46px;
}

/* notice > detail */
.container-doc.type_detail .doc-main {
  flex-grow: 1;
}

.container-doc.type_detail .inner_wrap {
  margin: 0 auto;
  max-width: 1006px;
  box-sizing: border-box;
}

.doc-main .wrap_detail {
  text-align: left;
}

.wrap_detail {
  padding: 240px 0;
}

.wrap_detail::after {
  content: "";
  display: block;
  clear: both;
}

.wrap_detail .group_tit {
  padding: 40px 0 47px 18px;
  border-top: 1px solid #000;
}

.wrap_detail .group_tit .tit_txt {
  font-size: 24px;
}

.wrap_detail .group_tit .txt_time {
  padding-top: 16px;
  font-size: 14px;
}

.wrap_detail .group_detail {
  padding: 50px 18px 60px;
  box-sizing: border-box;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  color: #666;
}

.wrap_detail .btn_back {
  float: right;
  width: 138px;
  height: 56px;
  margin-top: 40px;
  border-radius: 10px;
  line-height: 56px;
}

/* media */
.type_media {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto;
  padding: 0 34px;
  box-sizing: border-box;
}

.type_media .item_news {
  width: 384px;
  height: 486px;
  margin: 0 0 28px;
  padding: 0;
  box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, 0.07);
}

.type_media .item_news:nth-child(2n) {
  margin-left: 24px;
}

.type_media .item_news .tit_news {
  line-height: 28px;
}

.type_media .txt_time {
  padding-top: 20px;
  line-height: 20px;
}

.type_media .box_txt {
  padding: 32px;
}

.type_media .desc_news {
  max-height: 100px;
  -webkit-line-clamp: 4;
  line-height: 24px;
}

.img_media {
  display: block;
  width: 382px;
  height: 210px;
}
.img_media_detail {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
}

/* data */
.type_data .item_news {
  height: 116px;
}

.link_download {
  position: absolute;
  right: 32px;
  top: 38px;
}

/* Mobile -news */
@media only screen and (max-width: 768px) {
  .list_tab {
    margin-top: 30px;
  }

  .list_tab li {
    height: 42px;
    border-radius: 100px;
    background-color: #f3f3f3;
  }
  .list_tab a {
    padding: 10px 17px;
  }

  .list_tab li:hover {
    background-color: #000;
    color: #fff;
    font-weight: 700;
  }

  .list_tab li + li {
    margin-left: 10px;
  }

  .wrap_none {
    width: 100%;
  }

  .cont_news .section_tab {
    padding-top: 0px;
  }

  .tab_cont {
    padding: 40px 24px 50px;
  }
  .cont_news .wrap_none {
    margin-bottom: 0px;
  }

  .cont_news .item_paging {
    padding-top: 30px;
  }

  .doc-main .desc_txt {
    font-size: 16px;
    line-height: 26px;
  }

  /* Mobile - new > notice */
  .item_news {
    width: 100%;
  }

  .cont_news .txt_alert {
    font-size: 16px;
  }

  .type_notice .item_news {
    height: 248px;
  }
  .item_news .desc_news {
    font-size: 15px;
    padding-top: 16px;
    line-height: 26px;
    flex: 1;
  }

  .txt_time .ico_clock {
    width: 14px;
    height: 14px;
  }
  .type_notice .desc_news {
    max-height: none;
  }

  .type_notice .link_notice {
    padding: 24px;
    display: flex;
    flex-direction: column;
  }

  .item_news .tit_news {
    font-size: 18px;
    line-height: 27px;
  }
  .type_notice .txt_time {
    position: static;
    line-height: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 10px;
  }

  /* Mobile - new > notice_detail */
  .type_detail .menu-trigger span {
    background-color: #000;
  }

  .wrap_detail {
    padding: 134px 32px 50px;
  }

  .wrap_detail .group_tit {
    padding: 24px 8px;
  }

  .wrap_detail .group_tit .tit_txt {
    font-size: 18px;
    line-height: 27px;
  }

  .wrap_detail .group_detail {
    padding: 40px 8px;
    font-size: 15px;
    line-height: 26px;
  }

  .wrap_detail .btn_back {
    display: block;
    margin: 30px auto 0;
    width: 85px;
    height: 41px;
    float: none;
    line-height: 1;
    border-radius: 6px;
  }

  /* Mobile - new > media */
  .type_media {
    padding: 0;
    width: 100%;
  }

  .type_media .item_news {
    overflow: hidden;
    width: 100%;
    height: 413px;
  }

  .type_media .item_news:nth-child(2n) {
    margin-left: 0;
  }

  .type_media .img_media {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .type_media .box_txt {
    padding: 24px;
  }

  .type_media .item_news:last-child {
    margin-bottom: 0;
  }

  .img_media_detail {
    height: 150px;
  }

  .item_news .link_news {
    display: flex;
    flex-direction: column;
  }
  .type_media .txt_time {
    font-size: 14px;
    line-height: 10px;
  }

  /* Mobile - News > data */
  .item_news {
    padding: 24px;
  }

  .type_data .item_news {
    height: 99px;
  }
  .link_download {
    right: 24px;
    top: 28px;
  }

  .type_data .item_news .tit_news {
    max-width: 221px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .type_data .txt_time {
    font-size: 14px;
    line-height: 10px;
    padding-top: 12px;
  }

  .type_data .item_news + .item_news {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .wrap_detail {
    padding: 134px 24px;
  }
}
