@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import "//cdn.jsdelivr.net/npm/font-kopubworld@1.0/batang.min.css";

@font-face {
  font-family: "KoPub_batant_light";
  src: url("../fonts/KoPubWorld_Batang_Light.ttf") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "KoPub_batant_medium";
  src: url("../fonts/KoPubWorld_Batang_Medium.ttf") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "KoPub_batant_bold";
  src: url("../fonts/KoPubWorld_Batang_Bold.ttf") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Ko-batang";
  src: url(../fonts/KoPubWorld_Dotum_Bold.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: inherit; /* 부모 요소의 글자색 유지 */
  text-decoration: none; /* 밑줄 제거 */
}

a:visited {
  color: inherit; /* 방문 후에도 색 유지 */
}

a:hover,
a:focus,
a:active {
  color: inherit; /* 호버, 포커스, 클릭 시에도 색 유지 */
  text-decoration: none; /* 호버 시 밑줄 제거 */
  cursor: pointer;
}

.links {
  text-decoration: underline;
  font-weight: 900;
}

body {
  font-family: "Noto Sans KR", sans-serif;
}

.sub_ject_m {
  display: none;
}

/* PC: 1025px 이상 */
/* @media (min-width: 1025px) { */
.logo_wrap {
  display: flex;
  position: relative;
  top: 20px;
  justify-content: space-between;
}

.logo1 {
  /* max-width: 264px; */
  height: 73px;
  position: relative;
  top: 10px;
}

.logo2 {
  position: relative;
  top: 61px;
}

.logo3 {
  position: relative;
  top: 0px;
  height: 50px;
}

.header {
  width: 1025px;
  margin: auto;
  /* padding-top: 60px; */
  padding-left: 50px;
  height: 234px;
}

.bigtitlebg {
  background-color: #d7ebad;
  color: #333;
  width: 100%;
  margin: auto;
  height: 608px;
  background-image: url("../img/bg.png");
  background-position-x: center;
  margin-bottom: 130px;
}

.main_cont {
  width: 1025px;
  margin: auto;
  padding-top: 60px;
  padding-left: 70px;
  height: 169px;
  position: relative;
}

.titles {
  font-size: 45px;
  font-weight: 700;
  background-image: url("../img/divider.png");
  background-size: 269px 10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 4px;
}

.exp1 {
  background-image: url("../img/divider2.png");

  background-size: 319px 10px; /* 가로만 바꾸고 싶을 때 */
}

.exp2 {
  background-image: url("../img/divider3.png");

  background-size: 369px 10px; /* 가로만 바꾸고 싶을 때 */
}

.exp3 {
  background-image: url("../img/divider4.png");

  background-size: 159px 10px; /* 가로만 바꾸고 싶을 때 */
}

.main_txt {
  font-size: 30px;
  font-weight: 700;
  color: #414141;
  margin-top: 17px;
}

.objects {
  position: relative;
}

.tree {
  background-image: url(../img/tree.png);
  width: 317px;
  height: 464px;
  left: 1px;
  position: absolute;
  left: -119px;
  top: 42px;
}

.char {
  background-image: url(../img/char.png);
  width: 199px;
  height: 184px;
  position: absolute;
  top: 351px;
  left: 82px;
  z-index: 1;
}

.slide {
  background-image: url(../img/slide.png);
  width: 784px;
  height: 505px;
  position: absolute;
  top: 34px;
  /* left: 131px; */
  right: 0;
}

.data_reports {
  width: 1025px;
  margin: auto;
  padding-top: 60px;
  padding-left: 70px;

  position: relative;
}

.card-container {
  height: 739px;
  position: relative;
  width: 1025px;
  margin: auto;

  /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: auto;
    margin-top: 30px; */
}

.triangle {
  position: absolute;
  background-image: url(../img/triangles.png);
  width: 186px;
  height: 290px;
  bottom: 300px;
  background-repeat: no-repeat;
}

.triangle2 {
  position: absolute;
  background-image: url(../img/triangles2.png);
  width: 657px;
  height: 570px;
  bottom: 140px;
  bottom: 0;
  right: 0;
}

.line_bg {
  position: absolute;
  background-image: url(../img/line_bg.png);
  width: 947px;
  height: 391px;
  bottom: 240px;
  left: -10px;
  right: 0;
}

.article {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  z-index: 1;
}

.article img {
  position: relative;
  left: -80px;
}

.p1 {
  color: #5a8c45;
  font-weight: 700;
  font-size: 30px;
  text-align: right;
}

.p2 {
  text-align: right;
  font-weight: 400;
  font-size: 25px;
  margin-top: 10px;
}

.texts {
  margin-top: 40px;
  padding-right: 40px;
}

.card {
  /* background: white;
      border: 1px solid #ddd;
      border-radius: 36px;
      overflow: hidden;
      transition: all 0.3s ease; */
  /* height: 567px; */
}

/* .card.hover-green:hover {
      border-color: #4CAF50;
      color: #4CAF50;
    } */

.no-img {
  /* background-color: #e0e0e0; */
  height: 376px;
}

.card-content {
  padding: 36px;
}

.category {
  font-size: 17px;
  color: #666;
  margin-bottom: 8px;
  border: 1px solid #000;
  padding: 6px;
  width: 50%;
  text-align: center;
}

.title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.card.hover-green:hover .title {
  color: #4caf50;
}

.data_learning_wrap {
  background-image: url("../img/dl_back.png");
  width: 100%;
  height: 702px;
  margin-top: 74px;
  position: relative;
}

.data_learning {
  width: 1025px;
  margin: auto;
  padding-top: 60px;
  padding-left: 70px;
  position: relative;
  height: 100%;
}

.leaf1 {
  position: absolute;
  background-image: url(../img/leaf1.png);
  width: 376px;
  height: 212px;
  right: 0;
}
.leaf2 {
  position: absolute;
  background-image: url(../img/leaf2.png);
  width: 338px;
  height: 368px;
  bottom: 70px;
  left: 111px;
  z-index: 2;
}

.dl_achieve {
  background-image: url(../img/dl_ahieve.png);
  width: 806px;
  height: 386px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.dl_title {
  position: absolute;
  color: #fff;
  font-weight: 700;
  bottom: 63px;
  right: 80px;
  text-align: right;
  font-size: 28px;
}

.event {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: flex-end; /* ✅ 오른쪽 정렬로 변경 */

  margin-top: 80px;
}

.evnet_wrap {
  display: flex;
  flex-direction: row;
  width: 1025px;
  margin: auto;
  margin-top: 40px;
}

.deco {
  background-image: url(../img/deco.png);
  width: 381px;
  height: 382px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 328px;
  /* left: 61px; */
  /* top: -10px; */
  right: 0;
  bottom: 0;
}

.cont {
  background-image: url(../img/event.png);
  width: 806px;
  /* height: 386px; */
  position: relative;
  background-repeat: no-repeat;
  background-size: 697px;
  top: -9px;
  left: -19px;
}

.right {
  position: relative;
}

.notice_wrap {
  width: 100%;
}

.no-bg {
  background-image: unset;
}

.notice {
  width: 1025px;
  margin: auto;
  padding-top: 60px;
  position: relative;
}
.notice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.notice-card {
  width: 477px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}

.notice-card:hover {
}

.notice-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  /* margin-bottom: 12px; */
}

.notice-card p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}

.notice-card:hover {
  border-color: #4caf50; /* 초록색 테두리 */
}

.notice-card:hover p {
  color: #4caf50; /* 텍스트도 초록색으로 */
}

.banner {
  display: flex;
  width: 1025px;
  justify-content: center;
  margin: auto;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.kofpi-footer {
  background-color: #2b2b2b;
  color: #ccc;
  padding: 30px 20px;
  font-family: sans-serif;
  font-size: 14px;
}

.footer-sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #444;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.sns-icon.blog {
  cursor: pointer;
  background-image: url("../img/sns1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-icon.nblog {
  cursor: pointer;
  background-image: url("../img/sns2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-icon.facebook {
  cursor: pointer;
  background-image: url("../img/sns3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-icon.instagram {
  cursor: pointer;
  background-image: url("../img/sns4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-icon.youtube {
  cursor: pointer;
  background-image: url("../img/sns5.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-icon.chat {
  cursor: pointer;
  background-image: url("../img/sns6.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #aaa;
}

.footer-info .logo img {
  height: 40px;
  filter: brightness(0.7);
}

.footer-info .text {
  max-width: 600px;
}

.footer-info strong {
  color: #eee;
}

.footer-info .copyright {
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
}

/* } */

/* sub */

.sub_cont_wrap {
  width: 100%;
  margin: auto;
  padding-top: 100px;
  background-color: #f1f4e7;
}

.sub_cont {
  width: 1025px;
  margin: auto;
  font-family: "KoPub_batant_light";
  text-align: center;
  font-size: 42px;
  /* height: 800px; */
}

.sub_head {
  text-align: center;
  font-family: "KoPub_batant_light";
}

.head1 {
  color: #6d9238;
}

.black {
  color: #000 !important;
}

.divider {
  width: 170px;
  height: 1px;
  background-color: #000;
  margin: auto;
  margin-top: 103px;
}

.sub_ject {
  font-family: "Noto Sans KR";
  margin-top: 90px;
  font-size: 25px;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.sub_title_pic {
  margin-top: 70px;
  margin-bottom: 75px;
}

.sub_texts {
  font-family: "Noto Sans KR";
  font-size: 22px;
  text-align: left;
}

.pri_text {
  font-family: "Noto Sans KR";
  font-size: 28px;
  font-weight: 500;
  color: #5c9946;
  text-decoration: underline;
  text-underline-offset: 9px; /* 원하는 간격(px)으로 조정 */
  display: flex;
  align-items: center;
  gap: 9px;
}

.pri_text_sub {
  font-size: 26px;
}

.sec_text {
  margin-top: 16px;
  text-align: justify;
  padding-bottom: 70px;
  font-weight: 300;
}

.quad_data {
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans KR";
  width: 887px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap; /* 핵심: 줄바꿈 허용 */
  gap: 16px;
}

.card {
  width: 435px;
  height: 260px;
  border: 1px solid #c9d898;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.card-tit {
  width: 100%;
  height: 67px;
  background-color: #b0c672;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text {
  padding: 20px;
  font-size: 20px;
}

.b_bold {
  font-weight: 700;
  color: #000;
}

.g_bold {
  font-weight: 700;
  color: #4caf50;
  text-decoration: underline;
  text-underline-offset: 5px; /* 원하는 간격(px)으로 조정 */
}

.br_bold {
  color: #895625;
  font-weight: 700;
}

.padd_reduce {
  padding-bottom: 30px;
}

.end_divider {
  width: 100%;
  border: 1px solid #000;
}

.bottom_cont {
  font-family: "Noto Sans KR";
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.pages {
  display: flex;
  font-size: 25px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.direction {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
}
.direction img {
  position: relative;
  top: -9px;
  left: -3px;
}
.page-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pdbt-50 {
  padding-bottom: 50px;
}

.no-mgbt {
  margin-bottom: unset !important;
}

.pipe {
  width: 3px;
  height: 23px;
}

.align-bt {
  justify-content: space-between;
}

/* sub */

/* sub2   */

.wrap_blue {
  background-color: #f6f6f6;
}

.head2 {
  font-family: "Ko-batang";
  font-size: 42px;
  font-weight: 700;
}

.head_blue {
  color: #fff;
  background-color: #79b663;
  width: 50%;
  margin: auto;
  font-size: 42px;
  font-weight: 700;
}

.txt_blue {
  color: #5c9946;
}

.inner_link {
  width: 266px;
  height: 57px;
  background-color: #3b8cb0;
  font-family: "Noto Sans KR";
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.gr_link {
  background-color: #58a456 !important;
}

.inner_link img {
  margin-top: -79px;
  width: 31%;
}

.triple_data {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* margin: auto; */
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 16px;
  margin-bottom: 30px;
}

.row_line {
  font-family: "Noto Sans KR";
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
}

.left {
  width: 176px;
  height: 130px;
  background-color: #7a8998;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.right_cont {
  width: 790px;
  height: 130px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
}

.green_box {
  background-color: #79b663;
  padding: 3px;
  color: #fff;
  font-weight: 400;
}

/* .purple{
  background-color: #7e7a98;
} */

/* sub2   */

/* sub3 */

.head_green {
  background-color: #58a6c7;
  color: #fff;
  width: 50%;
  margin: auto;
  font-size: 42px;
  font-weight: 700;
}

.head_purple {
  background-color: #8462a8;
  color: #fff;
  width: 61%;
  margin: auto;
  font-size: 42px;
  font-weight: 700;
}

.head_brown {
  background-color: #895625;
  color: #fff;
  width: 35%;
  margin: auto;
  font-size: 42px;
  font-weight: 700;
}

.wrap_purple {
  background-color: #f5f5f5;
}

.txt_purple {
  color: #8462a8 !important;
}

.txt_green {
  color: #219acd !important;
}

.txt_brown {
  color: #895625 !important;
}

.self_center {
  display: block;
  margin: 0 auto;
}

.p_bold {
  font-weight: 700;
  color: #8462a8;
}

.gr_bold {
  font-weight: 700;
  color: #58a6c7;
  text-decoration: underline;
  text-underline-offset: 5px; /* 원하는 간격(px)으로 조정 */
}

.underline {
  text-decoration: underline;
  text-underline-offset: 5px; /* 원하는 간격(px)으로 조정 */
}

.noline {
  text-decoration: unset !important;
}

.color_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  gap: 30px;
  margin: auto;
  margin: auto;
}

.color_div {
  width: 478px;
  height: 343px;
  border-radius: 15px;
  border: 2px solid #dbd4e2;
  font-family: "Noto Sans KR";
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background: linear-gradient(135deg, #ffffff 50%, #fbfaff 50%);
  padding-top: 20px;
}

.color_div > div:first-of-type {
  font-weight: bold;
}

.border-fix {
  border-radius: unset;
  border: 2px solid #cccdce;
}

.color_title {
  background-color: #f5f2fa;
  padding: 6px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  position: relative;
  top: 21px;
}

.color_text {
  padding: 20px;
  font-size: 19px;
}

.h_556 {
  height: 456px;
}

.w_320 {
  width: 320px;
}

.no_wrap {
  flex-wrap: unset !important;
  justify-content: space-around;
  gap: 10px;
  margin: auto;
  display: flex;
}

/* sub3 */

/* sub4 */

.wrap_gray {
  background-color: #fffcf7;
}

.head_gray {
  color: #895625;
}

.txt_purple {
  color: #895625;
}

.link_gray {
  background-color: #a77825;
}

.event-info {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  /* max-width: 800px; */
  margin: auto;
  text-align: left;
}

.info-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

.label {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
  white-space: nowrap;
}

.icon {
  color: red;
  margin-right: 4px;
  font-size: 16px;
  line-height: 1;
}

.text {
  flex: 1;
  font-size: 18px;
}

.info-row.multi {
  align-items: flex-start;
  font-size: 22px;
}

.text-block p {
  margin: 0 0 4px;
  font-size: 18px;
}

.green_round {
  width: auto;
  min-width: 100px;
  height: 37px;
  padding: 0 16px;
  background: #738a50;
  /* border-radius: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

.flx_c {
  flex-direction: column;
}

/* sub4 */

/* 8월 변경메인 */

.data-section {
  background-image: url("../img/bg-august.png"); /* ✅ 배경 이미지 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 20px;

  background-size: 100% 265px;
  background-position: top;
}

.data-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 985px;
  margin: 0 auto;
}

.data-card {
  position: relative;
  border: 2px solid #dadada;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.3s ease;
  width: 486px;
  height: 559px;
  cursor: pointer;
}

.data-card:hover {
  border-color: #2aad27;
}

.data-card-image {
  width: 100%;
  height: 349px;
  background-color: #a9d5e9;
  background-size: cover;
  background-position: center;
  background-size: 104%;
}

.data-card-content {
  padding: 16px 16px 20px;
}

.data-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.data-card-title {
  font-size: 38px;
  font-weight: 700;
  color: #2aad27;
  position: relative;
  display: inline-block;
}

/* .data-card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="6"><path d="M0,6 Q3,0 6,6 T12,6 T18,6 T24,6 T30,6 T36,6 T42,6" stroke="%232aad27" fill="transparent" stroke-width="2"/></svg>');
  background-repeat: repeat-x;
  background-size: auto 6px;
  5fa344
} */

.data-card:hover .titles {
  color: #5fa344;
  background-image: url(../img/divider_on.png);
}

.data-card-button {
  padding: 4px 10px;
  font-size: 0.8rem;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #aaa;
  cursor: pointer;
  margin-top: 2px;
}

.data-card:hover .data-card-button {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000000;
  /* background-color: #eee; */
}

.data-card-description {
  margin-top: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 1.5;
  word-break: keep-all;
}

.data-card-description:hover {
  color: #000;
}

/* 태블릿: 768px ~ 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    /* background-color: #fff3e0; */
    overflow-x: hidden;
  }
  .header {
    width: 100%;
  }

  .sub_ject {
    display: none;
  }

  .sub_ject_m {
    font-family: "Noto Sans KR";
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .bigtitlebg {
    width: 100%;
  }

  .head_green {
    font-size: 25px;
    font-weight: 700;
    width: 30%;
    min-width: 278px;
  }
  .head_blue {
    font-size: 25px;
    font-weight: 700;
    width: 40%;
    min-width: 278px;
  }
  .head_purple {
    font-size: 25px;
    font-weight: 700;
    width: 40%;
    min-width: 278px;
  }
  .head_brown {
    font-size: 25px;
    font-weight: 700;
    width: 40%;
    min-width: 278px;
  }

  .head2 {
    font-weight: 700;
    font-size: 20px;
  }
  .logo_wrap {
    display: flex;
  }

  .sub_cont_wrap {
    padding-top: 50px;
  }

  .sub_cont {
    width: 100%;
    padding: 20px;
  }

  .img {
    width: 80%;
  }

  .divider {
    margin-top: 40px;
  }

  .main_cont {
    padding-top: 11px;
    padding-left: 20px;
  }

  .self_center {
    display: block;
    margin: 0 auto;
    width: 80%;
  }

  .titles {
  }

  .exp1 {
  }

  .exp2 {
  }

  .exp3 {
  }

  .main_txt {
  }

  .objects {
  }

  .tree {
  }

  .char {
    top: 231px;
  }

  .slide {
    background-size: 84%;
    background-repeat: no-repeat;
    right: 5%;
  }

  .data_reports {
    padding-top: 0px;
    padding-left: 0px;
  }

  .card-container {
    width: 100%;
    padding: 20px;
  }

  .p1 {
    color: #5a8c45;
    font-weight: 700;
    font-size: 30px;
    text-align: right;
  }

  .texts {
    padding-right: 20%;
  }

  .card {
  }

  .card.hover-green:hover {
  }

  .no-img {
  }

  .no-img img {
    width: 100%;
  }

  .card-content {
  }

  .category {
  }

  .title {
  }

  .card.hover-green:hover .title {
  }

  .data_learning_wrap {
  }

  .data_learning {
    width: 100%;
    padding: 5px;
  }

  .sub_texts {
    text-align: center;
  }

  .leaf1 {
  }

  .leaf2 {
  }

  .dl_achieve {
  }

  .dl_title {
  }

  .event {
  }

  .evnet_wrap {
  }

  .deco {
  }

  .cont {
  }

  .right {
  }

  .notice_wrap {
    width: 100%;
  }

  .no-bg {
  }

  .notice {
    width: 100%;
  }

  .notice-grid {
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }

  .notice-card {
  }

  .notice-card:hover {
  }

  .notice-card img {
  }

  .notice-card p {
  }

  .notice-card:hover {
  }

  .notice-card:hover p {
  }

  .banner {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* margin: auto; */
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .kofpi-footer {
  }

  .footer-sns {
  }

  .sns-icon {
  }

  .sns-icon.blog {
  }

  .sns-icon.nblog {
  }

  .sns-icon.facebook {
  }

  .sns-icon.instagram {
  }

  .sns-icon.youtube {
  }

  .sns-icon.chat {
  }

  .footer-info {
  }

  .footer-info .logo img {
  }

  .footer-info .text {
  }

  .footer-info strong {
  }

  .footer-info .copyright {
  }

  .black {
    font-size: 20px;
  }
}

/* 모바일: 최대 767px */
@media (max-width: 767px) {
  html,
  body {
    /* background-color: #e1f5fe; */
    overflow-x: hidden;
  }
  .header {
    height: 200px;
  }

  .bigtitlebg {
    width: 100%;
    height: 438px;
  }

  .main_cont {
    width: 100%;
    padding: 40px;
  }

  .logo_wrap {
    display: flex;
    top: -10px;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    /* text-align: center; */
  }

  .logo1 {
    height: 30%;
  }

  .logo2 {
    height: 80px;
    top: unset;
  }

  .logo3 {
    display: none;
  }

  .titles {
    font-size: 35px;
  }

  .exp1 {
  }

  .exp2 {
  }

  .exp3 {
  }

  .main_txt {
  }

  .objects {
    position: relative;
  }

  .tree {
    left: -66px;
    background-size: 30%;
    /* width: 20%; */
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
  }

  .char {
    background-size: 40%;
    /* width: 20%; */
    background-repeat: no-repeat;
    position: absolute;
    right: -18px;
    left: 12px;
    /* bottom: 40px; */
    top: 151px;
  }

  .slide {
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -38px;
  }

  .data_reports {
    width: 100%;
    padding: 5px;
    height: 580px;
    margin-top: -13%;
  }

  .card-container {
    width: 100%;
  }

  .article {
  }

  .article img {
    width: 90%;
    left: 0;
  }

  .card {
  }

  .card.hover-green:hover {
  }

  .no-img {
  }

  .card-content {
  }

  .category {
  }

  .title {
  }

  .card.hover-green:hover .title {
  }

  .data_learning_wrap {
    background-image: url("../img/m_dl_back.png");
    width: 100%;
    height: 529px;
    margin-top: 74px;
    position: relative;
  }

  .data_learning {
    width: 100%;
    padding: 5px;
    padding-top: 12%;
  }

  .leaf1 {
    background-size: 230px;
    background-repeat: no-repeat;
    position: absolute;
    right: -250px;
    top: 130px;
  }

  .leaf2 {
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    top: 190px;
    left: 30px;
  }

  .dl_achieve {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-top: -18%;
  }

  .triangle2 {
  }

  .dl_title {
    position: absolute;
    right: 21%;
    bottom: 29%;
  }

  .event {
    align-items: end;
    z-index: 1;
    position: static;
    margin-top: -20%;
  }

  .evnet_wrap {
    width: 100%;
  }

  .deco {
    display: flex;
    position: absolute;
    top: 19%;
    left: 0%;
    background-size: 85%;
    width: 100%;
    height: 83%;
    background-position: center;
  }

  .cont {
    width: 100%;
    background-size: 100%;
    width: 337px;
    height: 181px;
    background-position: 0 0;
    left: 4%;
    top: 0;
  }

  .right {
    z-index: 1;
    position: relative;
  }

  .notice_wrap {
    width: 100%;
  }

  .no-bg {
  }

  .notice {
    width: 100%;
    padding: 20px;
  }

  .notice-grid {
  }

  .notice-card {
    width: 95%;
    margin: auto;
  }

  .notice-card:hover {
  }

  .notice-card img {
  }

  .notice-card p {
  }

  .notice-card:hover {
  }

  .notice-card:hover p {
  }

  .banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* margin: auto; */
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
  }

  .banner img {
    width: 100% !important;

    height: auto;
  }

  .kofpi-footer {
  }

  .footer-sns {
  }

  .sns-icon {
  }

  .sns-icon.blog {
  }

  .sns-icon.nblog {
  }

  .sns-icon.facebook {
  }

  .sns-icon.instagram {
  }

  .sns-icon.youtube {
  }

  .sns-icon.chat {
  }

  .footer-info {
    display: block;
  }

  .footer-info .logo img {
  }

  .footer-info .text {
    font-size: 16px;
  }

  .footer-info strong {
  }

  .footer-info .copyright {
  }

  .p1 {
    font-size: 30px;
  }

  .p2 {
    font-size: 26px;
  }

  .texts {
    margin-top: 40px;
    padding-right: 19px;
  }

  /*sub mo*/

  .header {
    width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sub_cont_wrap {
    padding-top: 40px !important;
    padding: 10px;
  }
  .sub_cont {
    width: 100%;
    margin: auto;
    font-family: "KoPub_batant_light";
    text-align: center;
    font-size: 42px;
  }
  .head_green {
    font-size: 25px;
    font-weight: 700;
    width: 70%;
    min-width: 278px;
  }
  .head_blue {
    font-size: 25px;
    font-weight: 700;
    width: 90%;
    min-width: 278px;
  }
  .head_purple {
    font-size: 25px;
    font-weight: 700;
    width: 90%;
    min-width: 278px;
  }
  .head_brown {
    font-size: 25px;
    font-weight: 700;
    width: 90%;
    min-width: 278px;
  }

  .head2 {
    font-size: 19px;
    font-weight: 700;
  }
  .sub_ject {
    font-family: "Noto Sans KR";
    margin-top: 90px;
    font-size: 16px;
    font-weight: 400;
  }
  .divider {
    width: 170px;
    height: 1px;
    background-color: #000;
    margin: auto;
    margin-top: 43px;
  }
  .sub_ject {
    font-family: "Noto Sans KR";
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
  }

  .sub_title_pic {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .sub_title_pic img {
    width: 80%;
  }
  .self_center {
    width: 98%;
  }
  .sec_text {
    margin-top: 6px;
    text-align: justify;
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
  }
  .img {
    width: 98%;
  }
  .pri_text {
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-weight: 500;
    color: #5c9946;
    text-decoration: underline;
    text-underline-offset: 9px;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .pri_text_sub {
    font-size: 20px;
  }

  .bottom_cont {
    flex-direction: column;
    gap: 20px;
  }

  .pages {
    justify-content: center;
  }

  .send_mail {
    width: 80%;
    margin: auto;
    margin-top: 40px;
  }

  .sub_ject {
    display: none;
  }

  .sub_ject_m {
    font-family: "Noto Sans KR";
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .color_div img {
    height: unset;
  }

  .color_text {
    padding: 20px;
    font-size: 15px;
  }

  .w_320 {
    width: 100%;
  }

  .black {
    color: #000 !important;
    font-size: 25px;
  }

  .inner_link img {
    margin-top: -68px;
    width: 27%;
  }

  .data-container {
    grid-template-columns: 1fr;
  }

  .data-container {
    padding: 0 10px;
    gap: 16px;
  }

  .data-card {
    width: 100%;
    border-radius: 14px;
    height: 420px;
  }

  .data-card-content {
    padding: 12px;
  }

  .data-card-title {
    font-size: 1rem;
  }

  .data-card-description {
    font-size: 0.9rem;
  }

  .data-card-image {
    height: 240px;
    background-size: unset;
  }
}
