/* 포톤뉴스, 영농기술정보 */

@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: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff")
    format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard-bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-display: swap;
}

/* font */
@font-face{
  font-family: 'PretendardRegular';
  src: url('../font/Pretendard-Regular.woff2') format('woff2');
  src: url('../font/Pretendard-Regular.woff') format('woff');
}


.farming {
  width: 94.5%;
  margin: auto;
  font-family: "Pretendard";
  line-height: 1.7;
  font-size: 1.5rem;
  word-break: keep-all;
  letter-spacing: -2px;
  cursor: default;
  user-select: none;
}

/* 농업 종류 */
.farming .farmin_content {
  width: 100%;
  box-sizing: border-box;
  border: 4px solid #b89b4b;
  padding: 1.7rem 1.3rem;
  margin-bottom: 1.7rem;
}

.farming .farmin_content h3 {
  padding: 0.5rem 0;
  background-color: #b89b4b;
  color: #fff;
  font-family: "Pretendard-bold";
  font-weight: 600;
  text-align: center;
  font-size: 1.75rem;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}

.farming .farming_news {
  /* position: relative; */
  padding-left: 1.1rem;
  color: #4A4A4A;
  font-family: "PretendardRegular";
}

.farming .farming_list_bold {
  transform: translateX(-1.1rem);
  font-weight: bold;
  margin-top: 1rem;
}

.farming .farming_list {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: justify;
  word-break: normal;
}

/* 문단 구분 원 */
.farming .farming_list::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #4A4A4A;
  border-radius: 50%;
  left: -25px;
  top: 25px;
}

.farming .farming_enter {
  display: flex;
  gap: 0.5rem;
}

.farming .farming_enter p {
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
}

/* 포토 | 우리동네 */
/* 포토카드 */
.card_box {
  width: 94%;
  position: relative;
  margin: auto;
  font-family: "Pretendard";
  line-height: 1.7;
  font-size: 1.55rem;
  text-align: justify;
  word-break: normal;
  letter-spacing: -2.2px;
  cursor: default;
  user-select: none;
  margin-bottom: 13rem;
}

.card_box::after {
  content: "";
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  background-image: url("../img/common/page_footer2.jpg");
  background-position: top;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
}

.card_box .card_news {
  border: 4px solid #ddd;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}
.card_box .card_news h3 {
  font-family: "Pretendard-bold";
  font-weight: 600;
  color: #4A4A4A;
}

.card_box .card_news figure {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.card_box .card_news p {
  letter-spacing: -2px;
  color: #4A4A4A;
}

.card_box .card_news p b {
  font-family: "Pretendard-bold";
  font-weight: 600;
  margin-right: 0.7rem;
}

.card_box .card_news p span {
  margin-bottom: 0.7rem;
  display: block;
}
.card_box .card_news .right {
  text-align: right;
  font-family: "NanumSquareNeo";
  font-size: 1.3rem;
}

/* 우리동네 */
.photo_people .card_news {
  border-radius: 22px;
  padding-bottom: 2.2rem;
  position: relative;
}

.photo_people .card_news figure {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.photo_people .card_city {
  color: #fff;
  position: absolute;
  font-family: "Pretendard-bold";
  font-weight: 600;
  background-color: #ff2662;
  border-radius: 22px;
  width: 25%;
  text-align: center;
  padding: 0.2rem 0;
  height: auto;
  top: -0.7rem;
  right: 7%;
}

/* 복지관 소식 */

.photo_bok .card_news {
  border-color: #ff5067;
}

.photo_bok h3 {
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

/* 새마을지회 */

.photo_green {
  border: 5px solid #036a31;
  box-sizing: border-box;
}

.photo_green .card_news {
  border: none;
  margin-bottom: 1rem;
}

/* media */

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

  .farming {
    width: 95%;
  }

  /* 농업 종류 */
  .farming .farmin_content {
    border: 2px solid #b89b4b;
  }

  .farming .farmin_content h3 {
    letter-spacing: -0.7px;
    border-radius: 7px;
    margin-bottom: 1rem;
  }

  .farming .farming_news {
    padding-left: 12px;
  }

  /* 문단 구분 원 */
  .farming .farming_list::after {
    width: 6px;
    height: 6px;
    background-color: #202020;
    border-radius: 50%;
    left: -10px;
    top: 12px;
  }

  .farming .farming_enter {
    display: flex;
    /* gap: 0.5px; */
  }

  /* 포토 | 우리동네 */
  /* 포토카드 */
  .card_box {
    letter-spacing: -1px;
  }

  .card_box::after {
    bottom: -8rem;
    height: 7rem;
  }

  .card_box .card_news {
    border-width: 2px;
  }
  .card_box .card_news p {
    letter-spacing: -1.4px;
  }

  .card_box .card_news figure {
    border-radius: 10px;
  }

  /* 우리동네 */
  .photo_people .card_news {
    border-radius: 12px;
    padding-bottom: 17px;
  }
  .photo_people .card_news .card_city {
    width: 22%;
    padding: 0.1rem 0;
    top: -0.6rem;
  }
  .photo_people .card_news figure {
    border-radius: 10px;
  }

  .photo_people .card_city {
    border-radius: 7px;
    /* font-size: 15px; */
    letter-spacing: -1px;
    top: -10px;
    right: 7%;
  }

  /* 복지관 소식 */

  /* 새마을지회 */
  .photo_green {
    border: 2px solid #036a31;
    width: 93.5%;
  }

  .photo_green .card_news {
    margin-bottom: 0px;
  }
}

/* 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: 10.5px;
  }
}
