@charset "utf-8";
h3.title {position:relative}

h3.title span.sub_slogan {color: #245C3A;padding: .5rem;margin-top: 5px;}
h3.title span.sub_slogan:before {/* background-color: #245C3A; */width: 35%;height: 100%;left: 50%;transform: translateX(-50%);margin-left: 0;border-radius: 2rem;}
.forest_img {
  margin-top: 1rem;
  display: block;
}
.forest_img img, .forest_img_m img {width:100%}
.forest_img_m {display: none;}
div.file_down {display: flex;justify-content: center;align-items: center;padding: 2em 0 4em;gap: 10px;}
div.file_down a {padding: 1em 2em;background: #245C3A;display: inline-block;color: white;/* margin: 0 auto; */border-radius: .5em;text-align: center;}
div.sec1 ul.t_flow {gap:1.5rem;}
div.sec1 ul.t_flow li {margin: 0;width: 22%;padding: 10px;word-break: keep-all;height: 7em;}
ul.t_flow li:nth-last-child(1) {background: #245C3A}


/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
  .forest_img {display: none;}
  .forest_img_m {display: block;}
  div.sec1 ul.t_flow li {width: 43%;}
  div.file_down {flex-wrap:wrap}
  div.file_down a {width:100%}
}

