@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf)
      format("truetype");
}

@font-face {
  font-family: "NanumSquareNeoExtraBold";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf)
      format("truetype");
}

@font-face {
  font-family: "NanumSquareNeoHeavy";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf)
      format("truetype");
}

@font-face {
  font-family: "Paperlogy-8ExtraBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-style: normal;
}

/* ul */
.notice {
  width: 93%;
  margin: auto;
  letter-spacing: -2.4px;
  line-height: 1.75;
  font-family: "NanumSquareNeo";
  padding-top: 0.5rem;
  cursor: default; /* 마우스 모양 기본값 (화살표) */
  user-select: none;
  word-break: keep-all;
  overflow-wrap: break-word;
}
/* li - 기사 */
.notice .notice_list {
  margin-bottom: 3.5rem;
}
.notice .notice_list:last-child {
  margin-bottom: 1.5rem;
}

/* H3 - 기사 제목 */
.notice .notice_list h3 {
  position: relative;
  font-size: 1.9rem;
  color: #28517a;
  font-family: "NanumSquareNeoHeavy";
  padding: 0.3rem 1.3rem;
  text-align: center;
  border: 7px solid transparent;
  /* border-image: linear-gradient(to top, #3553a6, #31ccb1); */
  margin-bottom: 1.3rem;
  border-radius: 3rem;
  z-index: 1;
}

/* H3 - Border - Gradient */
.notice .notice_list h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 3.1rem;
  padding: 6px; /* Border weight */
  background: linear-gradient(to top, #3553a6, #31ccb1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.notice .notice_content {
  border: 4px #3358a8 solid;
  border-radius: 0.5rem;
  padding: 1.5rem 5%;
  text-align: justify;
  word-break: normal;
  margin-bottom: 2rem;
}

.notice .notive_info {
  padding: 0 2%;
}

/* 기사 정보 */
.notice .info_list {
  display: flex;
}
.notice .info_list b {
  /* font-weight: 700; */
  font-family: "NanumSquareNeoExtraBold";
  margin-right: 0.5rem;
  white-space: nowrap;
}

.notice .notice_footer {
  padding-bottom: 5rem;
}

/* 기사 표 */
.notice img {
  margin-top: 7px;
  margin-bottom: 10px;
}
.notice table {
  font-size: 1.3rem;
  margin: 1rem 0;
}
th,
td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
}
th {
  background-color: #f0f8ff;
  font-weight: bold;
}
td:first-child {
  /* background-color: #f9f9f9; */
  /* font-weight: bold; */
}
tr:nth-child(even) td {
  /* background-color: #fcfcfc; */
}

/* 표에 글 들어갈 때 */
table .table_txt {
  word-break: normal;
  text-align: left;
}
/* 기사 바로가기 */
.notice a {
  position: relative;
  width: 100%;
  padding: 0.6rem 0;
  font-size: 46px;
  margin: 20px 0;
  border-radius: 38px;
  font-family: "Paperlogy-8ExtraBold";
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  background-color: #2d8bbf;
}
.notice a::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 25px;
  right: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("../img/common/btn_hand.webp");
}
/* ---------- MEDIA ---------- */

/* @media only screen and (min-width: 360px) and (max-width: 900px) { */
@media all and (max-width: 900px) {
  .notice {
    width: 91%;
    font-size: 17px;
    letter-spacing: -1px;
  }

  .notice .notice_list {
    margin-bottom: 40px;
  }
  .notice .notice_list:last-child {
    margin-bottom: 20px;
  }

  /* H3 - 기사 제목 */
  .notice .notice_list h3 {
    font-size: 20px;
    padding: 0px 15px;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
    border-radius: 3rem;
    z-index: 1;
  }

  /* H3 - Border - Gradient */
  .notice .notice_list h3::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 35px;
    padding: 2.5px; /* Border weight */
  }

  .notice .notice_content {
    border: 2px #3358a8 solid;
    border-radius: 0.5rem;
    padding: 15px 5%;
    margin-bottom: 20px;
  }

  /* 기사 바로가기 */
  .notice a {
    padding: 5px;
    font-size: 19px;
    margin: 10px 0;
    border-radius: 17px;
  }
  .notice a::before {
    width: 55px;
    height: 65px;
    background-size: 100%;
    top: 10px;
  }

  .notice table {
    font-size: 15px;
  }
}
