@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");
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@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;
  font-size: 1.6rem;
  letter-spacing: -2.4px;
  line-height: 1.75;
  font-family: "Pretendard";
  font-weight: 300;
  padding-top: 0.5rem;
  cursor: default; /* 마우스 모양 기본값 (화살표) */
  user-select: none;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* 전화기 또는 이모지 */
.notice .imoji {
  font-family: "NanumSquareNeo";
}

/* 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-weight: 800;
  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: 600;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.notice .info_list > p > b {
  font-weight: 600;
}
.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) {
  html {
    font-size: 13px;
  }
  .notice {
    letter-spacing: -1px;
    font-size: 1.4rem;
  }

  /* H3 - 기사 제목 */
  .notice .notice_list h3 {
    font-size: 1.6rem;
    padding: 0px 1.1rem;
    letter-spacing: -1.5px;

    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: 1.1rem 5%;
    margin-bottom: 1.4rem;
  }

  /* 기사 바로가기 */
  .notice a {
    padding: 0.4rem;
    font-size: 1.32rem;
    margin: 0.8rem 0;
    border-radius: 17px;
  }
  .notice a::before {
    width: 3.5rem;
    height: 4rem;
    background-size: 100%;
    top: 10px;
  }
}

/* iPad Mini 같은 작은 태블릿 전용 (세로/가로 모두 포함) */
@media all and (min-width: 744px) and (max-width: 1133px) {
  html {
    font-size: 20px;
  }
}

@media all and (max-width: 360px) {
  html {
    font-size: 11px;
  }
}
