.ex_txt {
  width: 100% !important;
  text-align: left;
}

html {
  scroll-behavior: smooth;
}

body.no_scroll {
  overflow: hidden;
  padding-right: 17px;
}

/* 서브페이지 헤더 */
#sub {
  word-break: keep-all;
}
section.board {
  display: block;
  padding-top: 0;
}
#sub_visual {
  display: block;
  width: 100%;
  height: 320px;
  position: relative;
  top: 0px;
  overflow: visible;
  padding-top: 106px;
}
#sub_visual .sub_visual_bg {
  height: 100%;
}
#sub_visual .sub_nav_home {
  width: 24px;
  height: 19px;
}
.container {
  height: 320px;
}
.sub_visual_title {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-family: "S-Core Dream 6";
}
.sub_visual_tab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub_visual_tab ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 70px;
}
.sub_visual_tab ul li {
  width: calc(100% / 2);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #125e4d;
}
.sub_visual_tab ul li a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sub_visual_tab ul li.on {
  background-color: #fff;
}
.sub_visual_tab ul li.on a {
  color: #125e4d;
}
.sub_nav_txt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #888888;
  margin-top: 20px;
}
.sub_nav_txt img {
  margin: 2px 2px 0 0;
}
.sub_nav_txt p {
  margin-left: 5px;
}

/* 서브페이지 타이틀*/
#sub .board_list_title {
  padding: 11.5rem 0 7rem;
}
#sub .board_view_title {
  padding: 6rem 0;
}
#sub .board_list_title .sub_visual_title {
  text-align: center;
}
#sub .board_list_title div {
  margin-top: 7rem;
  width: 60%;
}
#sub .board_list_warp .con_box .content_txt {
  margin-bottom: 6.5rem;
}
#sub .board_list_warp .con_box .content_txt .content_txt_tit {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
#sub02 .board_list_title {
  padding: 8rem 0;
}
#sub02 .board_list_title .sub_visual_title {
  text-align: center;
}
#sub02 .board_list_title div {
  margin-top: 7rem;
  width: 60%;
}
#sub02 .board_list_warp .con_box .content_txt {
  margin-bottom: 6.5rem;
}
#sub02 .board_list_warp .con_box .content_txt .content_txt_tit {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}

/* list 리스트 페이지 */
.board_list_title {
  padding: 10rem 0;
}
.board_list_warp .list_top {
  align-items: flex-end;
  margin-bottom: 2rem;
  flex-direction: row-reverse;
}
.search_wrap .d-flex {
  gap: 9px;
}
.board_list_warp .search_select_wrap {
  position: relative;
}
.board_list_warp .search_select_wrap::after {
  content: "";
  display: flex;
  width: 10px;
  height: 6px;
  background: url(/new/images/ico_search_arr_down.png) no-repeat center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.board_list_warp .search_field {
  width: 18.7rem;
  height: 7rem;
  border: 1px solid #c3c3c3;
  padding: 0 3rem 0 1.5rem;
  font-size: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
}

.board_list_warp .search_area {
  position: relative;
}
.board_list_warp .search_area input {
  width: 37.8rem;
  height: 7rem;
  border: 1px solid #c3c3c3;
  padding: 0 7rem 0 3rem;
  font-size: 1.8rem;
  box-sizing: border-box;
}
form input::placeholder {
  font-size: 1.8rem;
  padding: 2rem 0rem;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.1rem;
  color: #c3c3c3;
  font-weight: 400;
}
.board_list_warp .search_area div {
  width: 20%;
  display: flex;
  height: 7rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/new/images/ico_search.png) center no-repeat;
  cursor: pointer;
}
table.board_normal {
  text-align: center;
  border-top: 1px solid #000;
}
table.board_normal tr {
  border-bottom: 1px solid #c3c3c3;
}
table.board_normal tr:last-child {
  border-bottom: 1px solid #000;
}
table.board_normal .board_point th {
  padding: 0;
  height: 87px;
  box-sizing: border-box;
}
table.board_normal .board_point td {
  padding: 0;
  height: 87px;
  box-sizing: border-box;
}

.board_point td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
table.board_normal tr th {
  border-right: hidden;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  padding: 30px 0px;
  vertical-align: middle;
}
table.board_normal tr td {
  border-right: hidden;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  padding: 30px 0px;
  vertical-align: middle;
}
table.board_normal .board_point:hover td.f_mint {
  color: #009a6e;
}
table.board_normal .board_point:hover td.f_mint p a {
  color: #009a6e;
}
table.board_normal .board_point:hover td {
  background-color: #f1f8f7;
}
/* table.board_normal .board_point td.new p{display: inline-block;}
table.board_normal .board_point td.new p::before{width: 1.7rem; height: 1.7rem; background: url(/images/ico_new.png) no-repeat center;}  */
table.board_normal .board_point .new p {
  display: inline-block;
}
table.board_normal .board_point .new p::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(/new/images/ico_new.png) no-repeat bottom;
  margin: 0 0.5rem;
}
table.board_normal .board_point td.file p {
  display: flex;
  align-items: center;
  justify-content: center;
}
table.board_normal .board_point td:nth-child(1) {
  width: 11%;
}
table.board_normal .board_point td:nth-child(2) {
  width: 39%;
}
table.board_normal .board_point td:nth-child(3) {
  width: 11%;
}
table.board_normal .board_point td:nth-child(4) {
  width: 16%;
}

.pagination {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
  text-align: center;
  position: relative;
}
.pagination ul {
  display: inline-flex;
}
.pagination li a {
  float: left;
  color: #777777;
  border: 1px solid #cbcbcb;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.pagination .btn_page {
  margin: 0 1rem;
}
.pagination .btn_page li a {
  border-right: none;
}
.pagination .btn_page li:last-child a {
  border-right: 1px solid #cbcbcb;
}
.pagination li a.on {
  color: #fff;
  /* border: 1px solid #009a6e; */
  background-color: #009a6e;
}
.pagination .btn_prev01 {
  background: url(/new/images/ico_page_prev_more.png) no-repeat center center;
  border: 1px solid #cbcbcb;
}
.pagination .btn_prev02 {
  background: url(/new/images/ico_page_prev.png) no-repeat center center;
  margin-left: 0.3rem;
  border: 1px solid #cbcbcb;
}
.pagination .btn_next01 {
  background: url(/new/images/ico_page_next.png) no-repeat center center;
  margin-right: 0.3rem;
  border: 1px solid #cbcbcb;
}
.pagination .btn_next02 {
  background: url(/new/images/ico_page_next_more.png) no-repeat center center;
  border: 1px solid #cbcbcb;
}
/* 리스트 탭 페이지 */
table.board_normal.board_tab .board_point td:nth-child(1) {
  width: 11%;
}
table.board_normal.board_tab .board_point td:nth-child(2) {
  width: 11%;
  font-weight: 500;
}
table.board_normal.board_tab .board_point td:nth-child(3) {
  width: 61%;
  padding-left: 60px;
}
table.board_normal.board_tab .board_point td:nth-child(4) {
  width: 17%;
}
table.board_normal.board_tab .board_point:hover td.name p {
  color: #185a8d;
}
.board_list_tab {
  width: 100%;
  margin-bottom: 80px;
}
.board_list_tab ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #185a8d;
}
.board_list_tab ul li {
  width: calc(100% / 4 - 7px);
  height: 66px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
}
.board_list_tab ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.board_list_tab ul li.on {
  background-color: #185a8d;
  border-color: #185a8d;
}
.board_list_tab ul li.on a {
  color: #fff;
}
.board_list_warp {
  display: none;
}
.board_list_warp.active {
  display: block;
}
.board_list_tab.tabNum3 ul li {
  width: calc(100% / 3 - 7px);
  height: 66px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
}
.board_list_tab.tabNum4 ul li {
  width: calc(100% / 4 - 7px);
}
/* 리스트 탭 서브 배너 */
.sub_banner {
  position: absolute;
  left: 50%;
  width: calc(100vw - 17px);
  max-width: none;
  transform: translateX(-50%);
}
.sub01_01 .sub_banner {
  height: 382px;
  background: url(/new/images/sub01_sub_bg01.jpg) no-repeat center;
  background-size: contain;
}
.sub02_01 .sub_banner {
  height: 251px;
  background: url(/new/images/sub02_sub_bg01.jpg) no-repeat center;
}
.sub02_03.sub_banner {
  background: url(/new/images/sub02_sub_bg.jpg) no-repeat top;
}
.sub02 .sub_banner.sub02_03 #board_tab01 {
  height: 691px;
}
.sub02 .sub_banner.sub02_03 #board_tab02 {
  height: 691px;
}
.sub02 .sub_banner.sub02_03 #board_tab03 {
  height: 691px;
}
.sub02_04.sub_banner {
  background: url(/new/images/sub02_sub_bg02.jpg) no-repeat top;
}
.sub02 .sub_banner.sub02_04 #board_tab01 {
  height: 691px;
}
.sub02 .sub_banner.sub02_04 #board_tab02 {
  height: 668px;
}
.sub02 .sub_banner.sub02_04 #board_tab03 {
  height: 693px;
}
.sub_banner .sub_banner_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_banner .sub_banner_wrap > p {
  font-weight: 700;
  margin: 0px 0 60px;
}
.sub_banner .sub_banner_wrap ul {
  width: 1175px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.sub_banner .sub_banner_wrap div.d-flex {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
}
.sub_banner .sub_banner_wrap .sub_banner_text {
  max-width: 1300px;
  width: 100%;
  min-height: 127px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub_banner .sub_banner_wrap .sub_banner_text p {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  line-height: 34px;
  margin-top: 30px;
}
.sub_banner .sub_banner_wrap .sub_banner_text p span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.sub_banner .sub_banner_wrap .sub_banner_text p span::before {
  content: "·";
  display: flex;
  position: absolute;
  left: 0;
}
.sub_banner .sub_banner_wrap .sub_banner_text .sub_banner_content {
  width: 100%;
}
.sub_banner .sub_banner_wrap .sub_banner_text.n2 .sub_banner_content {
  width: calc(50% - 20px);
}
.sub_banner
  .sub_banner_wrap
  .sub_banner_text
  .sub_banner_content
  .sub_banner_tit {
  box-sizing: border-box;
  line-height: 62px;
  border: 6px solid #0fc4df;
  border-radius: 50px;
  width: auto;
  display: inline-block;
  padding: 0 40px;
}
.sub_banner
  .sub_banner_wrap
  .sub_banner_text.n1
  .sub_banner_content
  .sub_banner_tit {
  box-sizing: border-box;
  line-height: 62px;
  border: 6px solid #0fc4df;
  border-radius: 50px;
  width: 100%;
}
.sub_banner
  .sub_banner_wrap
  .sub_banner_text.n2
  .sub_banner_content
  .sub_banner_tit {
  box-sizing: border-box;
  line-height: 62px;
  border: 6px solid #0fc4df;
  border-radius: 50px;
  width: 100%;
}
.sub_banner .sub_banner_wrap .sub_banner_text.n1 {
  width: auto;
  max-width: none;
}
.sub_banner .sub_banner_wrap .sub_banner_text.n1 p {
  width: auto;
  max-width: none;
  display: block;
}

/* gallery list 갤러리 리스트 페이지 */
.gallery ul {
  width: 100%;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 17px;
  padding-top: 35px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.gallery .gall_con {
  width: 100%;
  max-width: calc(100% / 4 - 13px);
  height: 387px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 25px;
}
.gallery .gall_con:hover {
  outline: 3px solid #239571;
  border: 1px solid #239571;
}
.notice .gallery .sec_sld_con {
  gap: 0px;
  padding: 0px;
}
.gallery .sec_sld_con .img_box {
  aspect-ratio: 337 / 253;
}
.gallery .sec_sld_con .img_box img {
  height: 100%;
}
.gallery .sec_sld_con .text_box {
  height: 135px;
  padding: 27px 25px 33px;
}

/* view 뷰 페이지 */
.border_view {
  width: 100%;
  margin: 0 auto;
}
table.board_normal_view {
  width: 100%;
  border-top: 1px solid #cbcbcb;
  table-layout: fixed;
}
table.board_normal_view tr {
  border-bottom: 1px solid #cfcfcf;
}
table.board_normal_view tr.view_title {
  border-top: 2px solid #000;
  border-bottom: 0;
}
table.board_normal_view tr th {
  height: 8.5rem;
  box-sizing: border-box;
  padding: 2.5rem 0;
  text-align: center;
  text-wrap: wrap;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  background: #fafafa;
  word-wrap: break-word;
  white-space: normal;
}
table.board_normal_view tr.view_title th {
  background: #fff;
  padding: 6rem 0 0;
  font-size: 48px;
  line-height: 48px;
}
table.board_normal_view tr td {
  height: 8.5rem;
  box-sizing: border-box;
  padding: 3rem 2rem;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.8rem;
  word-wrap: break-word;
  white-space: normal;
}
table.board_normal_view tr.view_info td {
  text-align: right;
  padding: 3rem 2rem 2rem;
  font-size: 22px;
}
table.board_normal_view tr td.board_info span {
  white-space: nowrap;
}
table.board_normal_view tr td.board_info span:last-of-type {
  margin-right: 0rem;
}
table.board_normal_view em {
  word-break: keep-all;
  text-wrap: nowrap;
  font-weight: 500;
}
table.board_normal_view em::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.7rem;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
  vertical-align: -0.2rem;
  background-color: #000;
}
table.board_normal_view tr.view_info td em::after {
  background-color: #c6c6c6;
  height: 2.1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
table.board_normal_view tr td .view_sub_tit {
  width: 165px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
table.board_normal_view tr td.view_pagination .view_sub_tit img {
  margin-top: 2px;
}
table.board_normal_view tr td.board_info div.board_file a {
  padding-right: 2.4rem;
  color: #009a6e;
  position: relative;
  font-weight: 500;
}
table.board_normal_view tr td.board_info div.board_file a::after {
  content: "";
  display: flex;
  width: 1px;
  height: 19px;
  background-color: #000000;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
table.board_normal_view
  tr
  td.board_info
  div.board_file
  a:nth-last-child(1):after {
  display: none;
}
table.board_normal_view tr td.board_content {
  padding: 6rem 2rem;
}
table.board_normal_view tr td.board_content p {
  width: 100% !important;
}
table.board_normal_view tr td.view_pagination {
  padding: 39px 0;
}
.view_page_wrap {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.view_page_wrap > div {
  width: calc(100% / 2 - 56px);
  padding: 3rem 3.5rem;
  background-color: #f5f5f5;
}
.view_page_wrap > div.next {
  justify-content: space-between;
}
.next .prenext.view_sub_tit {
  justify-content: flex-end;
}
.prenext_text {
  width: calc(100% - 165px);
}
.prenext_text a {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
table.board_normal_view tr td.prenext {
  text-align: center;
  font-weight: 500;
  background: #f9f9f9;
  white-space: normal;
}
table.board_normal_view tr td.prenext img {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}
table.board_normal_view tr td.prenext_text {
  padding-left: 2.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.board_btn {
  display: flex;
  justify-content: center;
}
.board_btn a {
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.5rem;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  background-color: #125e4d;
  border: 2px solid #125e4d;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.board_btn a:hover {
  background-color: #f5f5f5;
  color: #125e4d;
}
.board_btn button {
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.5rem;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  background-color: #125e4d;
  border: 2px solid #125e4d;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.board_btn button:hover {
  background-color: #f5f5f5;
  color: #125e4d;
}
/* gallery view 갤러리 뷰 페이지 */
table.board_normal_view tr.view_sld {
  border-bottom: 0;
}
table.board_normal_view tr td.slide_content {
  border-bottom: 0;
}
table.board_normal_view tr td.slide_content .view_slide_wrap {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.gallery-top {
  width: 100%;
  height: 770px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.gallery-top .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 770px;
}
.gallery-top .swiper-slide img {
  width: 1026px;
  max-width: 90%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.view_slide_wrap .swiper-button-prev.swiper-button-disabled,
.view_slide_wrap .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper_arr_top {
  width: 97px !important;
  height: 97px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #125e4d;
  border: 4px solid #125e4d;
  border-radius: 50%;
  box-sizing: border-box;
}
.swiper-button-prev.swiper_arr_top {
  left: 0;
}
.swiper-button-next.swiper_arr_top {
  right: 0;
}
.arrow_icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px auto;
}
.swiper-button-prev .arrow_icon {
  background-image: url(/new/images/ico_gall_arr_prev_w.png);
}
.swiper-button-next .arrow_icon {
  background-image: url(/new/images/ico_gall_arr_next_w.png);
}
.swiper-button-prev.swiper-button-disabled {
  background-color: #fff;
  border-color: #e0e0e0;
}
.swiper-button-next.swiper-button-disabled {
  background-color: #fff;
  border-color: #e0e0e0;
}
.swiper-button-prev.swiper-button-disabled .arrow_icon {
  background-image: url(/new/images/ico_gall_arr_prev.png);
}
.swiper-button-next.swiper-button-disabled .arrow_icon {
  background-image: url(/new/images/ico_gall_arr_next.png);
}
.swiper_wrap_inner {
  overflow: hidden;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}
.gallery-thumbs.swiper-container {
  width: 100%;
}
.swiper-button-prev.swiper_arr_thumbs,
.swiper-button-next.swiper_arr_thumbs {
  position: absolute;
  top: 70.5%;
  transform: translateY(-50%);
  z-index: 10;
}
.gallery-thumbs .swiper-slide {
  width: 140px;
  height: 92px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active img {
  border: 8px solid #239571;
  box-sizing: border-box;
  object-fit: cover;
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_arr_thumbs.swiper-button-prev {
  background: url(/new/images/ico_gall_arr_prev.png) no-repeat center;
  background-size: 20px;
  left: 180px;
}
.swiper_arr_thumbs.swiper-button-next {
  background: url(/new/images/ico_gall_arr_next.png) no-repeat center;
  background-size: 20px;
  right: 180px;
}

/* ////////// sub01 start //////////*/
/* 인사말 페이지 */
.sub01_title {
  width: 716px;
  margin: 0 auto;
  font-family: "S-Core Dream 9";
  font-size: 100px;
  color: #b6b6b6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.sub01_title p {
  font-family: "S-Core Dream 6";
  color: #000;
  letter-spacing: -1.5px;
}
.sub01_01_wrap {
  gap: 53px;
}
.sub01_01_wrap .f_bold {
  font-weight: 700 !important;
}
.sub01_01_wrap .left {
  width: 762px;
}
.sub01_01_wrap .left img {
  width: 100%;
}
.sub01_01_wrap .right {
  padding: 32px 0;
  width: 100%;
  text-align: center;
}
.sub01_01_wrap .right p:nth-child(1) {
  margin: 10px 0 50px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.sub01_01_wrap .right > p:nth-child(1)::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
  height: 2px;
  background-color: #009a6e;
}
.sub01_01_wrap .right > p.subTxt {
  line-height: 36px;
  margin-bottom: 30px;
}
.sub01_01_wrap .right .intro_con_box h1 {
  margin: 80px 0 30px;
}
.sub01_01_wrap .right .intro_con_box ul {
  display: flex;
  gap: 22px;
  justify-content: center;
}
.sub01_01_wrap .right .intro_con_box ul li {
  padding: 18px 10px 18px 23px;
  width: 100%;
  box-sizing: border-box;
}
.sub01_01_wrap .right .intro_con_box ul li:nth-child(1) {
  max-width: 420px;
}
.sub01_01_wrap .right .intro_con_box ul li:nth-child(2) {
  max-width: 330px;
}
.sub01_01_wrap .right .intro_con_box ul li:nth-child(3) {
  max-width: 450px;
}
.sub01_01_wrap .right .intro_con_box ul li div {
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}
.sub01_01_wrap .right .intro_con_box ul li div p {
  line-height: 26px;
  text-align: left;
}

/* 미션 비전 */
.sub01_02_wrap {
  gap: 80px;
}
.sub01_02_wrap div {
  width: 50%;
  border-radius: 25px;
  padding: 52px 68px;
  box-sizing: border-box;
  position: relative;
}
.sub01_02_wrap .sub_mission {
  background-color: #e9f9f7;
}
.sub01_02_wrap .sub_vision {
  background-color: #19b387;
}
.sub01_02_wrap div .ico_img {
  position: absolute;
  top: 52px;
  right: 68px;
  width: 90px;
  height: 90px;
}
.sub01_02_wrap .sub_mission .ico_img {
  background: url(/new/images/sub01_02_ico01.png) no-repeat center;
}
.sub01_02_wrap .sub_vision .ico_img {
  background: url(/new/images/sub01_02_ico02.png) no-repeat center;
}
.sub01_02_wrap div .title {
  margin: 8px 90px 70px 0;
}
.sub01_02_wrap div .sub_txt_box {
  line-height: 1.35;
}
.sub01_02 .border_cfcfcf {
  margin-top: 120px;
  padding: 68px 0 39px;
  box-sizing: border-box;
  gap: 20px;
}
.sub01_02 .border_cfcfcf img {
  object-fit: contain;
  /* max-width: 956px; */
  max-width: 1366px;
  margin-right: auto;
}

/* 연혁 */

.yearBtn {
  justify-content: center;
  padding: 13px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-bottom: 8rem;
}

.yearBtn li {
  padding: 12px 0;
  border-right: 1px solid #dfdfdf;
  position: relative;
}
.yearBtn li:last-of-type {
  border-right: none;
}
.yearBtn li span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.yearBtn li span::after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: #009a6e;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.yearBtn li.on span::after,
.yearBtn li:hover span::after {
  opacity: 1;
}

.sub01_03_wrap {
  border-top: 1px solid #303030;
  padding: 8rem 0;
}
.sub01_03_wrap section {
  /* padding-bottom: 125px; */
  /* border-bottom: 1px solid #cfcfcf; */
  display: none;
  opacity: 0;
  padding-top: 0;
}
.sub01_03_wrap section.show {
  opacity: 1;
  display: flex;
}
.sub01_03_wrap section:last-of-type {
  border-bottom: none;
}
.sub01_03_wrap section h4 {
  color: #009a6e;
  font-family: "S-Core Dream 6";
}

.sub01_03_wrap .left {
  width: 35%;
}
.sub01_03_wrap .right {
  width: 65%;
}
.sub01_03_wrap .year {
  font-family: "S-Core Dream 6";
  position: relative;
  padding-left: 40px;
}
.sub01_03_wrap .year::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 4px solid #16867d;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.sub01_03_wrap .yearBox {
  display: flex;
  flex-direction: column;
}
.sub01_03_wrap .yearBox > li {
  display: flex;
  align-items: center;
  column-gap: 42px;
  position: relative;
  padding-bottom: 60px;
}
.sub01_03_wrap .yearBox > li.alignSelfCenter {
  align-items: baseline;
}
.sub01_03_wrap .yearBox > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 11.5px;
  top: 17px;
  border-left: 1px solid #cfcfcf;
}
.sub01_03_wrap .yearBox > li:last-of-type::after {
  border-left: none;
}
.sub01_03_wrap .yearBox > li ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-start;
  row-gap: 15px;
}
.sub01_03_wrap .yearBox > li ul li {
  display: flex;
  column-gap: 10px;
}
.sub01_03_wrap .yearBox > li ul li > div {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sub01_03_wrap .yearBox > li ul li.titYear {
  transform: translateX(-15px);
}

.sub01_03_wrap .yearBox > li ul li .month {
  color: #009a6e;
  font-weight: 700;
  position: relative;
}
.sub01_03_wrap .yearBox > li .month::after {
  display: inline-block;
  content: "•";
  position: absolute;
  left: -15px;
  color: #000;
}
.sub01_03_wrap .yearBox > li ul li p {
  font-weight: 400;
}

/* 기관현황 및 오시는 길 공통 스타일 */
.sub01_05_wrap section,
.sub01_04_wrap section {
  padding-top: 7rem;
}
.sub01_05_wrap section .left,
.sub01_04_wrap section .left {
  width: 30%;
}
.sub01_05_wrap section .right,
.sub01_04_wrap section .right {
  width: 70%;
}
.sub01_05_wrap section h4,
.sub01_04_wrap section h4 {
  font-family: "S-Core Dream 6";
  padding-left: 6rem;
}
.sub01_05_wrap section table,
.sub01_04_wrap section table {
  width: 100%;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.sub01_05_wrap section table th,
.sub01_04_wrap section table th {
  text-align: center;
  font-weight: 500;
  padding: 2rem 0;
  background: #19b387;
  color: #fff;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  width: 50%;
}
.sub01_05_wrap section table td,
.sub01_04_wrap section table td {
  text-align: left;
  font-weight: 500;
  padding: 2rem;
  border: 1px solid #cfcfcf;
}
.sub01_05_wrap section table td span {
  margin-right: 2.5rem;
}

/* 기관현황 */
.sub_contents div.sub01_04_wrap section {
  padding: 7rem 0;
  border-bottom: 1px solid #cfcfcf;
}
.sub01_04_wrap section caption {
  text-align: right;
}
.sub01_04_wrap section:nth-of-type(1) {
  border-top: 2px solid #009a6e;
}
.sub_contents div.sub01_04_wrap section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sub01_04_wrap section table th.all_count,
.sub01_04_wrap section table td.all_count {
  background: #0b684e;
  color: #fff;
  width: auto;
}
.sub01_04_wrap section table td {
  text-align: center;
  width: auto;
}
.sub01_04_wrap section table td.tblSubTit {
  background: #eff9f6;
  min-width: 102px;
}
.sub01_04_img img {
  width: 100%;
}
.floor ul {
  border-top: 2px solid #009a6e;
}
.floor ul > li {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.floor ul > li h5 {
  max-width: 92px;
  max-height: 92px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  line-height: 92px;
  color: #fff;
  font-weight: 500;
}
.floor ul > li h5.floor3 {
  background: #009a6e;
}
.floor ul > li h5.floor2 {
  background: #19b387;
}
.floor ul > li h5.floor1 {
  background: #21c4b7;
}
.floor ul > li h5.floor_out {
  background: #21b3c4;
}
.floor ul > li h5.floor_in {
  background: #808080;
}
.floor ul > li > div {
  border-left: 1px solid #cfcfcf;
  padding: 1.5rem;
  padding-left: 3rem;
  text-wrap-style: pretty;
  word-break: unset;
}

/* 오시는 길 */
.root_daum_roughmap {
  max-width: 1400px;
  width: 100% !important;
  border: 1px solid #d3d4d3;
}
.root_daum_roughmap .cont {
  display: none;
}
.sub01_05_wrap .map {
  padding-bottom: 7rem;
  border-bottom: 2px solid #009a6e;
}
.bus_info li {
  display: flex;
  align-items: baseline;
  row-gap: 15px;
  column-gap: 5px;
  margin-top: 20px;
}

/* ////////// sub01 end //////////*/

/* ////////// sub02 start //////////*/
/* 소식지 리스트 */
.newsletter .gall_con {
  height: 560px;
}
.newsletter .sec_sld_con .img_box {
  height: 427px;
  aspect-ratio: 854 / 1080;
}
/* 소식지 뷰 */
.newsletter_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.view_newsletter .more_btn {
  background-color: #3db992;
  border-color: #3db992;
  color: #fff;
  cursor: pointer;
}
.view_newsletter .more_btn .arr {
  background: url(/new/images/ico_more_arr_w.png) no-repeat center;
}
/* ////////// sub02 end //////////*/

/* ////////// sub03 start //////////*/
/* 사업안내 이용안내 */
.sub03_wrap {
  width: 100%;
  border-top: 2px solid #009a6e;
}
.sub03_wrap .guide_section {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  padding: 70px 0px 70px 60px;
  box-sizing: border-box;
}
.sub03_wrap .guide_section h3 {
  font-family: "S-Core Dream 6";
  width: 30%;
}
.sub03_wrap .guide_section .contact_box {
  width: 70%;
  overflow-x: auto;
}
.sub03_wrap .guide_section .contact_box ul li {
  margin-bottom: 5px;
}
.sub03_wrap .guide_section .contact_box ul li span {
  margin-right: 5px;
}
.sub03_wrap .guide_section .contact_box table {
  width: 100%;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.sub03_wrap .guide_section .contact_box table th {
  font-size: 20px;
  padding: 18px 5px;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background-color: #19b387;
  color: #fff;
  box-sizing: border-box;
}
.sub03_wrap .guide_section .contact_box table td {
  text-align: left;
  padding: 18px 10px 18px 5px;
  border: 1px solid #cfcfcf;
}
.responsive_table {
  width: 100%;
  border-collapse: collapse;
}

.responsive_table th,
.responsive_table td {
  padding: 10px;
  vertical-align: top;
}
/* 발달지원 */
.sub03_01 .sub_contents_wrap {
  overflow: hidden;
}
.sub_banner_title {
  width: 100%;
  height: 373px;
  background-color: #029268;
  background-image: url(/new/images/ico_sub_banner_title.png);
  background-repeat: no-repeat;
  /* background-position: -59px 73px; */
  background-position: center;
  padding: 90px;
  box-sizing: border-box;
  position: relative;
}
.sub_banner_title p {
  text-align: center;
  line-height: 1.35;
  margin-top: 35px;
}
.sub_banner_title .bar {
  width: 79px;
  height: 3px;
  background-color: #28deaa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sub03_01 .sub_banner_title .sub_visual_title,
.sub03_02 .sub_banner_title .sub_visual_title{
  margin-top: 35px;
}
.sub03_sldWrap {
  width: 100%;
  background-color: #eefaf7;
  margin: 125px 0 90px;
  padding: 70px 0;
  box-sizing: border-box;
}
.sub03_sldWrap .swiper-slide {
  width: 553px;
  height: 324px;
  position: relative;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.sub03_sldWrap .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub03_sldWrap .swiper-slide .imgBox img {
  width: 100%;
  object-fit: cover;
}
.sub03_sldWrap .swiper-slide .txtBox {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.53);
}
.sub03_conBox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3열 */
  gap: 55px; /* 행·열 모두 간격 */
}
.sub03_conBox ul li {
  /* min-height: 186px; */
  height: auto;
  padding: 30px 35px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.sub03_conBox ul li span {
  width: 64px;
  height: 64px;
  background-color: #009a6e;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub03_conBox ul li .tit {
  font-family: "S-Core Dream 6";
  padding-bottom: 15px;
  margin-bottom: 17px;
  position: relative;
}
.sub03_conBox ul li .tit::after {
  content: "";
  width: 73px;
  height: 2px;
  background-color: #009a6e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub03_conBox ul li p {
  font-weight: 500;
  letter-spacing: -1.5px;
}
/* .sub03_02 .sub03_conBox ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 55px; 
    } */
/* ////////// sub03 end //////////*/

/* ////////// sub04 start //////////*/
/* 자원봉사신청 쓰기 페이지 */
.pint_star {
  margin-right: 5px;
}
.top_impTxt {
  margin-bottom: 16px;
  text-align: right;
}
.joinContainer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.joinContainer li {
  display: flex;
  padding: 13px 30px;
  border-bottom: 1px solid #cfcfcf;
  align-items: center;
  min-height: calc(101px - 26px);
}
.joinContainer li:last-of-type {
  border-bottom: none;
}
.joinContainer li > div {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
}
.joinContainer h4 {
  width: 15%;
  max-width: 209px;
  height: 100%;
}
.joinContainer h4 label {
  height: 100%;
}

.joinContainer input[type="text"] {
  height: 72px;
  display: inline-block;
  max-width: 313px;
  width: 60%;
  border: 1px solid #cfcfcf;
  font-size: inherit;
  padding: 0 20px;
}
#actName {
  max-width: 516px;
}
.joinContainer input#phone,
.joinContainer input#phone02,
.joinContainer input#phone03 {
  width: 21.333%;
  max-width: 207px;
}
.joinContainer li #memo {
  min-height: 410px;
  width: calc(85% - 40px);
  border: 1px solid #cfcfcf;
  padding: 20px;
}
.joinContainer textarea::placeholder {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.1rem;
  color: #c3c3c3;
  font-weight: 400;
  font-size: 1.8rem;
}
.joinContainer li.memoBox {
  height: auto;
}
.joinContainer li.memoBox > div {
  row-gap: 15px;
}
.joinContainer input[name="event_type"] {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px #d6d6d6;
}
.joinContainer input[name="event_type"]:checked {
  background-color: #16867d;
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px #16867d;
}
.radioBox,
.radioBox span,
.btnBox,
.joinContainer h4 label,
.phoneBox,
.durationBox {
  display: flex;
  align-items: center;
}
.radioBox {
  column-gap: 47px;
}
.radioBox span {
  column-gap: 10px;
}
.btnBox {
  column-gap: 9px;
  justify-content: center;
}
.btnBox .cancel_btn a {
  background-color: #4f4f4f;
  border: 2px solid #4f4f4f;
}
.cancel_btn a:hover {
  background-color: #f5f5f5;
  color: #4f4f4f;
}
/* 자원봉사신청 수정 페이지 */
.modifyContainer input#name,
.modifyContainer input#actName,
.modifyContainer input#hope {
  color: #5c5c5c;
}
/* 자원봉사신청 리스트 페이지 */
.pagination .btnBox {
  position: absolute;
  right: 0;
  top: 0;
}
.pagination .btnBox a {
  margin-top: 0;
}
/* 자원봉사신청 뷰 페이지 */
.board_top_txt {
  display: flex;
  column-gap: calc((100% - 910px) / 4);
}
.list_btn a {
  background-color: #009a6e;
  border: 2px solid #009a6e;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 후원안내 페이지 */
.sub04_03_wrap section:nth-child(1) {
  padding-top: 8rem;
}
.sub04_03 .sub01_title {
  text-align: center;
  justify-content: center;
}
.purpose {
  text-align: center;
  padding: 3.5rem 0;
}
.sub04_03 .sub_banner_title p {
  margin-top: 0;
}
.sub04_03_wrap section,
.sub04_01_wrap section {
  display: block;
  padding-top: 8rem;
}
.sub04_03_wrap section h3 {
  font-family: "S-Core Dream 6";
  text-align: center;
  margin-bottom: 5.5rem;
}
.sub04_03_wrap section > ul,
.sub04_01_wrap section > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.5rem;
}
.sub04_03_wrap section > ul li,
.sub04_01_wrap section > ul li {
  width: calc(33.333% - 2.4rem);
  border: 1px solid #dfdfdf;
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  row-gap: 6rem;
  aspect-ratio: 442 / 260;
}
.sub04_03_wrap section > ul li h5,
.sub04_01_wrap section > ul li h5 {
  margin-bottom: 3rem;
}
.sub04_03_wrap section > ul li img,
.sub04_01_wrap section > ul li img {
  max-width: 75px;
  max-height: 72px;
  width: 30%;
  object-fit: contain;
}
.useList > div {
  border: 1px solid #e6e6e6;
  padding: 6.5rem 0;
  text-align: center;
}
.useList > div > p {
  margin-bottom: 6.5rem;
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
}
.check_icon {
  position: absolute;
  left: -25px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
}
.useList ul {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 3rem;
  width: 80%;
  margin: 0 auto;
}
.useList ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
}
.useList ul li > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #eff9f5;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  max-height: 140px;
  margin: 0 auto;
}

.processBox,
.benefitBox {
  padding: 8rem 0 !important;
}
.processBox {
  margin-top: 125px;
  background: #eff9f5;
}
.processBox ul,
.benefitBox ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.processBox ul li,
.benefitBox ul li {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* .processBox ul li:nth-of-type(2) img{
        transform:translateX(13%);
    } */
.processRound {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #eaeaea;
  margin: 3.5rem 0;
  position: relative;
}
.processRound:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  background: #6dcaad;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 1px #cfcfcf);
}
.processRound:before {
  content: ">";
  color: #3cb892;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 700;
}
.benefitBox .processRound:before {
  display: none;
}
.processBox ul li:last-of-type .processRound:before {
  display: none;
}
.processBox img,
.benefitBox img {
  max-width: 77px;
  object-fit: contain;
  aspect-ratio: 5 / 4;
}
.processNum {
  font-family: "S-Core Dream 6";
  color: #3cb892;
  margin-bottom: 1.5rem;
}
.processBox h3,
.benefitBox h3 {
  margin-bottom: 10rem;
}
.sub04_03_wrap .donationAskBox {
  background: #f7f4e8;
  padding-top: 8.5rem;
  padding-bottom: 2.5rem;
}
.sub04_03_wrap .donationAskBox > div {
  display: flex;
}
.sub04_03_wrap .donationAskBox .left {
  width: 57%;
}
.sub04_03_wrap .donationAskBox .right {
  width: 43%;
  align-self: end;
}
.sub04_03_wrap .donationAskBox img {
  width: 80%;
  max-width: 335px;
}
.sub04_03_wrap section.donationAskBox h3 {
  text-align: left;
}
.sub04_03_wrap section.donationAskBox h4 {
  font-family: "S-Core Dream 5";
  display: inline-block;
}
.sub04_03_wrap section.donationAskBox h4 strong {
  font-family: "S-Core Dream 6";
}

#donationBtn {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans KR";
  font-weight: 500;
  padding: 13px 0;
  margin-top: 4rem;
  margin-bottom: 2rem;
  background: #125e4d;
  border: 2px solid #125e4d;
  overflow: hidden;
  cursor: pointer;
}
#donationBtn a {
  color: inherit;
}
#donationBtn a svg {
  margin-left: 0.5rem;
  transition: all 0.2s ease 0s;
}
#donationBtn:hover svg {
  transform: translateX(10%);
}
.mgb10 {
  margin-bottom: 10px;
}
#donation_apply_bg {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background: #000000a6;
  display: none;
  align-items: center;
  justify-content: center;
}
#donation_apply_bg.show {
  display: flex;
}
#donation_apply_box {
  max-width: 1200px;
  background: #fff;
  position: relative;
  height: 90%;
  width: 90%;
}
#close_popup_btn {
  position: absolute;
  right: -30px;
  top: -40px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 1px 13px hsl(0deg 0% 0% / 35%);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#close_popup_btn:hover {
  transform: scale(0.9);
}
#donation_apply_box > div {
  display: flex;
  align-items: flex-end;
}
#donation_apply_box > div h2 {
  background: #009a6e;
  color: #fff;
  padding: 38px 50px;
  font-family: "S-Core Dream 6";
}
#donation_apply_box > div p {
  width: 50%;
  border-bottom: 1px solid #009a6e;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
#donation_apply_box form {
  padding: 38px 50px;
  height: 70%;
  overflow-y: scroll;
}

#donation_apply_box form h3 {
  font-family: "S-Core Dream 6";
  margin-bottom: 2.5rem;
}
.privacy_pop {
  height: 297px;
  overflow-y: scroll;
  border: 1px solid #dedede;
  background: #fbfbfb;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.privacy_pop * {
  font-size: 18px !important;
}
.privacy_pop .provision table {
  width: 1058px;
  overflow-x: scroll;
}
.agreeBox {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#agree {
  border: 1px solid #dedede;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
#agree::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 8px;
  border: solid #009a6e;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
#agree:checked::after {
  display: block;
}

/* 봉사안내 페이지 */
.mgCenter {
  margin: 0 auto;
}
.apply_pro {
  margin-top: 125px;
  background: #eefaf7;
  padding: 8rem 0;
  padding-top: 8rem !important;
}
.apply_pro ul {
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.apply_pro li {
  width: 20%;
}
.apply_pro li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 4px solid #9ce0cc;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  row-gap: calc(0.868vw - 1.67px);
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
}
.apply_pro img {
  max-width: 75px;
  max-height: 72px;
  width: calc(0.868vw + 23.33%);
  object-fit: contain;
}
.arrow_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(0.78125vw - -2%) !important;
}
.arrow_right img {
  max-width: 53px;
  max-height: 47px;
  width: 100%;
}
section.sub04_01_info {
  margin-top: 125px;
  border-top: 2px solid #009a6e;
  padding-top: 0;
}
section.sub04_01_info ul li {
  width: 100%;
  border: none;
  flex-direction: row;
  aspect-ratio: unset;
  justify-content: flex-start;
  row-gap: 0;
  padding: 0;
  text-wrap-style: pretty;
  margin-bottom: 5px;
}
section.sub04_01_info ul li:last-of-type {
  margin-bottom: 0;
}
section.sub04_01_info ul li .left {
  width: 40%;
}
section.sub04_01_info ul li .right {
  width: 60%;
}
section.sub04_01_info > ul > li {
  padding: 8rem 0;
  border-bottom: 1px solid #ececec;
}
.board_btn.VMS_btn a {
  border: 2px solid #009a6e;
  background: #fff;
  color: #000;
}
.board_btn.VMS_btn a:hover {
  background: #009a6e;
  color: #fff;
}
.sub04_01_wrap section h3 {
  margin-bottom: 5rem;
}
/* ////////// sub04 end //////////*/

@media screen and (max-width: 1500px) {
  #sub_visual {
    padding-top: 80px;
  }
  .sub_visual_title {
    text-align: center;
    font-size: 45px;
  }
  #sub .board_list_title {
    padding: 6rem 0;
  }
  #sub02 .board_list_title {
    padding: 6rem 0;
  }
  #sub .board {
    padding: 0 3rem;
  }
  #sub02 .board {
    padding: 0 3rem;
  }

  /* 탭 리스트 서브 배너 tab list sub banner 1500px*/
  .sub_banner {
    width: 100vw;
  }
  .sub_banner .sub_banner_wrap ul {
    width: 90%;
  }
  .sub_banner .sub_banner_wrap ul li img {
    width: 100%;
  }

  /* 후원안내 페이지 1500px */
  #sub.sub04_03 .board {
    padding: 0;
  }

  /* 봉사안내 페이지 1500px */
  .apply_pro ul {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  /* gallery view 페이지 1400px */
  .swiper_arr_thumbs.swiper-button-next {
    right: 5%;
  }
  .swiper_arr_thumbs.swiper-button-prev {
    left: 5%;
  }

  /* gallery list 페이지 1400px */
  .gallery .gall_con {
    height: 100%;
  }
  .gallery .sec_sld_con .img_box {
    height: 100%;
  }
  .gallery .sec_sld_con .img_box img {
    height: 100%;
    object-fit: contain;
  }

  /* sub01 1400px */
  /* 미션비전 페이지 1400px */
  .sub01_02_wrap {
    gap: 40px;
  }
  .sub01_02_wrap div .title {
    margin: 8px 90px 20px 0;
  }
  .sub01_02 .border_cfcfcf {
    margin-top: 60px;
    padding: 50px 0 30px;
  }

  /* sub03 1400px */
  .sub_banner_title {
    padding: 90px !important;
  }
  .sub01_02_wrap div {
    padding: 20px 30px;
  }
  .sub01_02_wrap div .ico_img {
    top: 20px;
    right: 30px;
  }
}

@media screen and (max-width: 1280px) {
  #sub .board {
    padding: 0rem;
  }
  #sub02 .board {
    padding: 0rem;
  }
  .board_list_title {
    padding: 7rem 0;
  }
  /* .f_20px{font-size: 1.6rem;}
    .f_24px{font-size: 2rem;}
    .f_26px{font-size: 2.1rem;}
    .f_28px{font-size: 2.2rem;}
    .f_35px{font-size: 2.5rem; line-height: 3.8rem;}
    .f_40px{font-size: 2.75rem;}
    .f_48px{font-size: 3rem;}
    .f_60px{font-size: 4rem;}
    .f_72px{font-size: 5rem;} */
  #sub_visual .sub_title.f_60px {
    font-size: 5rem;
  }

  /* list 페이지 1280px */
  table.board_normal.board_tab .board_point td:nth-child(3) {
    width: 45%;
    padding-left: 30px;
  }
  /* view 페이지 1280px */
  table.board_normal_view tr th {
    height: 7rem;
    padding: 1.8rem 0;
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
  table.board_normal_view tr td {
    height: 7rem;
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  table.board_normal_view em::after {
    height: 1.5rem;
  }
  table.board_normal_view tr td.board_content img {
    width: 100% !important;
    height: auto !important;
  }
  table.board_normal_view tr td.prenext img {
    margin-left: 0.8rem;
    margin-top: 1.1rem;
  }
  .board_btn a {
    width: 12rem;
    margin: 3rem 1rem 0 1rem;
    line-height: 5rem;
  }
  .board_btn button {
    width: 12rem;
    margin: 3rem 1rem 0 1rem;
    line-height: 5rem;
  }

  /* 탭 리스트 서브 배너 tab list sub banner 1280px*/
  .sub_banner .sub_banner_wrap .sub_banner_text.greenTxt04 {
    width: 90%;
  }
  .sub_banner .sub_banner_wrap .sub_banner_text.blueTxt04 {
    width: 90%;
  }
  .sub02 .sub_banner.sub02_03 #board_tab01 .sub_banner_text {
    justify-content: space-around;
  }

  /* gallery view 페이지 1280px */
  .swiper_wrap_inner {
    width: 80%;
  }
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 71.7%;
  }
}

@media screen and (max-width: 1200px) {
  /* 후원안내 페이지 1200px */
  .useList ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

@media screen and (max-width: 1098px) {
  /* gallery view 갤러리 뷰 페이지 1098px */
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 70.8%;
  }
}
@media screen and (max-width: 1024px) {
  /* gallery view 갤러리 뷰 페이지 1024px */
  .gallery-top .swiper-slide img {
    max-width: 80%;
  }
  .gallery-top .swiper_arr_top {
    transform: scale(0.7);
  }

  /* ////////// sub03 start //////////*/
  /* 발달지원 1024px */
  .sub03_conBox ul li span {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
  /* ////////// sub03 end //////////*/

  /* ////////// sub04 start //////////*/
  /* 자원봉사신청 뷰 페이지 1024px */
  .board_top_txt {
    justify-content: space-around;
  }
  /* ////////// sub04 end //////////*/
}

@media screen and (max-width: 980px) {
  /* 탭 리스트 서브 배너 tab list sub banner 980px*/
  .sub_banner .sub_banner_wrap .sub_banner_text {
    width: 90%;
  }
  /* .sub_banner .sub_banner_wrap .sub_banner_text p{line-height: 24px; padding-top: 100px; padding-left: 0;} */
  /* 리스트 탭 980px */
  .sub_banner .sub_banner_wrap .sub_banner_text .sub_banner_content {
    width: calc(100%) !important;
    margin-bottom: 30px;
  }
  .sub_banner
    .sub_banner_wrap
    .sub_banner_text
    .sub_banner_content
    .sub_banner_tit {
    line-height: 40px !important;
    padding: 10px 30px;
  }
  .sub_banner .sub_banner_wrap .sub_banner_text .sub_banner_content p {
    margin-top: 15px !important;
  }
  /* .sub02 .sub_banner.sub02_03 #board_tab01{height: 900px;}
    .sub02 .sub_banner.sub02_03 #board_tab02{height: 900px;}
    .sub02 .sub_banner.sub02_03 #board_tab03{height: 600px;}
    .sub02 .sub_banner.sub02_04 #board_tab01{height: 800px;}
    .sub02 .sub_banner.sub02_04 #board_tab02{height: 600px;}
    .sub02 .sub_banner.sub02_04 #board_tab03{height: 800px;} */
  .sub02 .sub_banner .sub_banner_wrap {
    height: auto !important;
    padding: 80px 0 50px;
  }
  .sub02 .sub_banner .sub_banner_text.n2 {
    flex-direction: column;
    justify-content: center;
  }
  /* list 페이지 980px */
  .pagination li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
  }

  /* view 페이지 980px */
  table.board_normal_view tr.view_title th {
    padding: 5rem 0 0;
    font-size: 30px;
    line-height: 30px;
  }
  table.board_normal_view tr td {
    padding: 2rem 1rem;
  }
  table.board_normal_view tr.view_info td {
    padding: 2rem 1rem 2rem;
    font-size: 20px;
  }
  table.board_normal_view tr td.board_content {
    padding: 3rem 1rem;
  }
  .view_page_wrap {
    gap: 15px;
  }
  .view_page_wrap > div {
    width: calc(100% / 2 - 30px);
    padding: 2rem 1.5rem;
  }
  /* gallery view 페이지 980px */
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 73.5%;
  }

  /* ////////// sub01 start //////////*/
  /* 인사말 페이지 980px */
  .sub01_title {
    width: 100%;
    max-width: 400px;
    font-size: 50px;
  }
  .sub01_title p {
    text-align: center;
  }
  .sub01_01_wrap {
    gap: 20px;
  }
  .sub01_01_wrap .left img {
    content: url(/new/images/sub01_01_m.png);
  }
  .sub01_01_wrap .right p:nth-child(1) {
    font-size: 20px;
  }
  .sub01_01_wrap .right {
    padding: 0;
  }
  .sub01_01_wrap .right > p.subTxt {
    line-height: 20px;
  }
  .sub01_01_wrap .right .intro_con_box h1 {
    margin: 30px 0 15px;
    font-size: 20px;
  }
  .sub01_01_wrap .right .intro_con_box ul {
    gap: 5px;
  }
  .sub01_01_wrap .right .intro_con_box ul li {
    padding: 10px 15px;
  }
  .sub01_01_wrap .right .intro_con_box ul li div img {
    width: 30px;
    object-fit: contain;
  }

  /* 미션비전 980px */
  .sub01_02 .sub_contents > .d-flex {
    flex-direction: row;
  }
  .sub01_02 .border_cfcfcf {
    margin-top: 50px;
    padding: 40px 0px 0px;
  }
  /* ////////// sub01 end //////////*/

  /* ////////// sub03 start //////////*/
  /* 사업안내 이용안내 980px */
  .sub03_wrap .guide_section {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
  }
  .sub03_wrap .guide_section h3 {
    width: 100%;
  }
  .sub03_wrap .guide_section .contact_box {
    width: 100%;
  }
  .sub03_wrap .guide_section .contact_box table th {
    font-size: 16px;
    padding: 10px 5px;
  }
  .sub03_wrap .guide_section .contact_box table td {
    padding: 10px 5px 10px 5px;
  }
  .sub03_wrap .guide_section .contact_box ul li span {
    margin-right: 2px;
  }
  /* 발달지원 980px */
  .sub_banner_title {
    padding: 50px 50px 80px !important;
    height: auto;
    background-size: contain;
  }
  .sub03_sldWrap,
  .sub03_sld {
    width: 100%;
    overflow: hidden;
  }
  .sub03_sldWrap {
    margin: 85px 0 50px;
    padding: 50px 0;
  }
  .sub03_sldWrap .swiper-slide {
    width: 40vw;
    height: auto;
    aspect-ratio: 553 / 324;
    flex-shrink: 0;
  }
  .sub03_conBox ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  /* .sub03_02 .sub03_conBox ul {
        gap: 30px;
    } */
  .sub03_conBox ul li {
    /* min-height: 150px; */
    padding: 20px 25px;
  }
  .sub03_conBox ul li .tit {
    padding-right: 25px;
  }
  /* ////////// sub03 end //////////*/
}
@media screen and (max-width: 768px) {
  /* 서브 헤더 및 네비 */
  #sub_visual {
    height: 30rem;
    overflow: visible;
  }
  .container {
    height: 300px;
  }
  .container.t_2 {
    height: calc(300px - 110px);
  }

  /* 서브 타이틀 */
  #sub .board .board_list_title {
    padding: 4rem 0 22rem 0;
  }
  #sub02 .board .board_list_title {
    padding: 4rem 0 22rem 0;
  }
  #sub_visual .sub_visual_title {
    font-size: 30px;
  }
  #sub .sub_visual_title {
    font-size: 25px;
    font-family: "S-Core Dream 8";
  }
  .sub_visual_tab {
    bottom: 15px;
  }
  .sub_visual_tab ul {
    width: calc(100% - 0px);
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: auto;
  }
  .sub_visual_tab ul li {
    width: calc(100% / 2 - 5px);
    height: 45px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .sub_visual_tab ul li:nth-child(1),
  .sub_visual_tab ul li:nth-child(2) {
    margin-top: 0px;
  }
  .sub_visual_tab ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .sub_visual_tab ul li.on {
    background-color: #125e4d;
    border-color: #125e4d;
  }
  .sub_visual_tab ul li.on a {
    color: #fff;
  }
  #sub_visual .sub_title.f_60px {
    font-size: 3.6rem;
  }
  table.board_normal_view colgroup col:nth-of-type(1) {
    width: 80px;
  }
  .board_list_warp {
    padding-bottom: 0rem;
  }

  /* list 페이지 768px */
  .search_wrap .d-flex {
    gap: 8px;
  }
  .notice .board .board_list_title {
    padding: 4.5rem 0 3rem !important;
  }
  .notice .board_list_warp .search_select_wrap .search_field {
    font-size: 1.5rem;
    width: 128px;
    height: 5rem;
    padding: 0 2rem 0 1rem;
  }
  .notice .board_list_warp .search_area input {
    font-size: 1.5rem;
    width: 25rem;
    height: 5rem;
  }
  .board_list_warp .search_area div {
    height: 5rem;
  }
  table.board_normal .board_point td {
    font-size: 15px;
    padding: 2rem 0;
  }
  table.board_normal .board_point td:nth-child(1) {
    width: 10%;
  }
  table.board_normal .board_point td:nth-child(2) {
    width: 70%;
  }
  table.board_normal .board_point td:nth-child(4) {
    width: 20%;
  }
  table.board_normal colgroup col:nth-of-type(4) {
    width: 10%;
  }
  td.f_mint.new p {
    display: flex !important;
    align-items: center;
  }
  td.f_mint p a {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hide_mo {
    display: none;
  }
  form input::placeholder {
    font-size: 1.5rem;
  }
  table.board_normal.listTd3 .board_point {
    position: relative;
    -webkit-position: relative;
    height: 72px;
    display: table-row;
  }
  table.board_normal.listTd3 .board_point td {
    position: relative;
    -webkit-position: relative;
    overflow: visible;
  }
  table.board_normal.listTd3 .board_point td:nth-child(1) p {
    position: absolute;
    -webkit-position: absolute;
    top: 10px;
    left: 45%;
    transform: translateX(-50%);
  }
  table.board_normal.listTd3 .board_point td:nth-child(2) p {
    width: 100%;
    position: absolute;
    -webkit-position: absolute;
    top: 10px;
    left: 0px;
  }
  table.board_normal.listTd3 .board_point td:nth-child(3) p {
    position: absolute;
    -webkit-position: absolute;
    bottom: 10px;
    left: -67vw;
    width: 100px;
    font-size: 13px;
    color: #555555;
    text-align: left;
  }
  table.board_normal.listTd3 .board_point td.f_mint p a {
    /* width: 95%; */
    width: auto;
    max-width: 95%;
    -webkit-line-clamp: 1;
    text-align: left;
  }
  /* list tab 페이지 */
  .board_list_tab {
    margin-bottom: 35px;
  }
  .board_list_tab ul {
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: auto;
  }
  .board_list_tab ul li {
    width: calc(100% / 2 - 5px) !important;
    height: 45px;
  }
  .board_list_tab ul li:nth-child(1),
  .board_list_tab ul li:nth-child(1) {
    margin-bottom: 10px;
  }
  .board_list_tab ul li a {
    font-size: 15px;
  }
  .board_list_tab.tabNum3 ul li {
    width: calc(100% / 1);
    height: 45px;
  }
  .board_list_tab.tabNum3 ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  table.board_normal.board_tab .board_point {
    position: relative;
    height: 72px;
  }
  table.board_normal.board_tab .board_point td:nth-child(1) p {
    position: absolute;
    top: 10px;
    left: 5px;
  }
  table.board_normal.board_tab .board_point td:nth-child(2) p {
    position: absolute;
    bottom: 10px;
    left: 45px;
    font-size: 13px;
    color: #555555;
  }
  table.board_normal.board_tab .board_point td:nth-child(3) p {
    position: absolute;
    top: 10px;
    left: 45px;
  }
  table.board_normal.board_tab .board_point td:nth-child(4) p {
    position: absolute;
    bottom: 10px;
    left: 150px;
    width: 100px;
    font-size: 13px;
    color: #555555;
  }
  table.board_normal.board_tab .board_point td.f_mint p a {
    width: 95%;
    -webkit-line-clamp: 1;
    text-align: left;
  }

  .sub02 .sub_banner .sub_banner_wrap {
    height: auto !important;
    padding: 50px 0 20px;
  }
  .sub02 .sub_banner.sub02_04 #board_tab03 > p.f_40px {
    margin-top: 30px;
  }
  /* 탭 리스트 서브 배너 tab list sub banner 768px*/
  .sub_banner_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sub_banner .sub_banner_wrap > p {
    margin: 30px 0;
  }
  .sub_banner .sub_banner_wrap ul {
    margin-bottom: 30px;
  }
  .sub_banner .sub_banner_wrap .sub_banner_text {
    width: 90% !important;
    background-position: center top !important;
    background-size: 80px !important;
  }
  .sub_banner .sub_banner_wrap .sub_banner_text p {
    line-height: 24px;
    margin: 0 auto;
  }
  .sub_banner .sub_banner_wrap .sub_banner_text p.f_20px {
    margin: 0;
  }
  .sub_banner
    .sub_banner_wrap
    .sub_banner_text
    .sub_banner_content
    .sub_banner_tit {
    line-height: 24px !important;
    padding: 10px 20px;
    border: 4px solid #0fc4df !important;
  }
  .pagination {
    margin-top: 2rem;
  }
  .prenext_text {
    width: calc(100% - 100px);
  }

  /* gallery list 리스트 페이지 768px */
  .gallery ul {
    gap: 10px;
    padding-top: 20px;
  }
  .gallery .gall_con {
    max-width: calc(100% / 2 - 5px);
    width: 100%;
    height: 225px;
    margin-bottom: 10px;
  }
  .gallery .sec_sld_con .img_box {
    width: 100%;
  }
  .gallery .sec_sld_con .text_box {
    height: 100px;
    padding: 18px 8px;
  }

  /* view 페이지 768px */
  #sub .board_view_title {
    padding: 2.5rem 0;
  }
  table.board_normal_view tr.view_title {
    border-top: 1px solid #000;
  }
  table.board_normal_view tr th {
    height: 5rem;
    padding: 1.2rem 0;
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
  table.board_normal_view tr.view_title th {
    padding: 2rem 0 0;
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
  table.board_normal_view tr td {
    height: 5rem;
    padding: 1.5rem 0;
    font-size: 1.5rem !important;
  }
  table.board_normal_view tr.view_info td.board_info {
    padding: 2rem 0rem 0.9rem;
  }
  table.board_normal_view tr td.board_info {
    padding: 1.5rem 0rem;
  }
  table.board_normal_view em::after {
    height: 1.3rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  table.board_normal_view tr td.board_content {
    padding: 2.5rem 0;
  }
  table.board_normal_view tr td.view_pagination {
    padding: 15px 0;
  }
  .view_page_wrap {
    flex-direction: column;
    gap: 4px;
  }
  .view_page_wrap > div {
    width: 100%;
    padding: 12px 18px;
    box-sizing: border-box;
  }
  .view_page_wrap > div.next {
    flex-direction: row-reverse;
    justify-content: left;
  }
  table.board_normal_view tr td .view_sub_tit {
    width: 100px;
    gap: 7px;
  }
  table.board_normal_view tr td .board_info_flex .view_sub_tit img {
    transform: scale(0.7);
    transform-origin: right;
  }
  .view_page_wrap > div.prev .view_sub_tit {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .view_page_wrap > div.prev .view_sub_tit img {
    content: url(/new/images/ico_view_arr_next.png);
  }
  .next .prenext.view_sub_tit {
    justify-content: flex-start;
  }
  table.board_normal_view tr td.prenext img {
    margin-left: 0.8rem;
    margin-top: 0.7rem;
  }
  .board_file {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 100px);
  }
  .board_btn a {
    border: 1px solid #888888;
    font-size: 1.4rem;
  }
  .board_btn button {
    border: 1px solid #888888;
    font-size: 1.4rem;
  }
  /* gallery view 뷰 페이지 768px */
  .gallery-top {
    height: 500px;
  }
  .gallery-top .swiper-slide {
    height: 500px !important;
  }
  .gallery-top .swiper-slide img {
    max-width: 100%;
  }
  .gallery-top .swiper_arr_top {
    transform: scale(0.45);
  }
  .swiper_wrap_inner {
    width: 80%;
  }
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 68%;
  }
  .swiper_arr_thumbs.swiper-button-prev {
    left: 0;
  }
  .swiper_arr_thumbs.swiper-button-next {
    right: 0;
  }
  .gallery-thumbs .swiper-slide {
    height: 70px !important;
  }
  .border_view .board_btn a {
    height: 39px;
  }
  .border_view .board_btn button {
    height: 39px;
  }

  /* /* gallery list 페이지 768px */
  .gallery .gall_con {
    height: 100%;
  }

  /* 인사말 768px */
  .sub01_01_wrap .right .intro_con_box ul {
    flex-wrap: wrap;
  }
  .sub01_01_wrap .right .intro_con_box ul li:nth-child(1) {
    max-width: 100%;
  }
  .sub01_01_wrap .right .intro_con_box ul li:nth-child(2) {
    max-width: 100%;
  }
  .sub01_01_wrap .right .intro_con_box ul li:nth-child(3) {
    max-width: 100%;
  }
  /* 미션 비전 768px */
  .sub01_02_wrap {
    gap: 15px;
  }
  .sub01_02_wrap div {
    padding: 20px 30px 30px;
  }
  .sub01_02_wrap div .ico_img {
    width: 50px;
    height: 50px;
    background-size: contain !important;
  }
  .sub01_02_wrap div .title {
    margin: 8px 50px 15px 0;
  }
  /* 오시는길, 현황 페이지 공통 스타일 768px */
  .sub01_05_wrap section,
  .sub01_04_wrap section {
    flex-direction: column;
  }
  .sub01_05_wrap section h4,
  .sub01_04_wrap section h4 {
    padding-left: 0;
    margin-bottom: 4rem;
  }
  .sub01_05_wrap section .left,
  .sub01_05_wrap section .right,
  .sub01_04_wrap section .left,
  .sub01_04_wrap section .right {
    width: 100%;
    padding-left: 0;
  }

  .sub01_05_wrap section table td,
  .sub01_04_wrap section table td {
    padding: 1.5rem;
  }

  .sub01_05_wrap section,
  .sub01_04_wrap section {
    padding-top: 4rem;
  }

  /* 오시는 길 768px */
  .sub01_05_wrap .map {
    padding-bottom: 4rem;
  }
  .sub01_05_wrap section table td span {
    margin-right: 0;
  }

  /* 현황 페이지 768px */
  .sub01_04_wrap section .right {
    overflow-x: scroll;
  }

  /* 연혁 페이지 768px */
  .sub01_03_wrap .left,
  .sub01_03_wrap .right {
    width: 100%;
  }
  .sub01_03_wrap {
    padding: 6rem 0;
  }
  .yearBtn {
    margin-bottom: 6rem;
  }
  .sub01_03_wrap section.show {
    flex-direction: column;
    row-gap: 45px;
  }
  .yearBtn li span {
    text-align: justify;
    width: auto;
  }

  /* ////////// sub03 768px start //////////*/
  /* 사업안내 이용안내 768px */
  .sub03_wrap .guide_section .contact_box table {
    border: 0;
  }
  .responsive_table,
  .responsive_table thead,
  .responsive_table tbody,
  .responsive_table th,
  .responsive_table td,
  .responsive_table tr {
    display: block;
    width: 100%;
  }

  .responsive_table thead {
    display: none;
  }

  .responsive_table tr {
    margin-bottom: 0;
    border: 0;
    padding: 0;
  }

  .sub03_wrap .guide_section .contact_box table td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 0;
    position: relative;
  }
  .sub03_wrap .guide_section .contact_box table td:last-child {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
  }

  .responsive_table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    background-color: #19b387;
    width: 125px;
    height: 100%;
    padding: 10px 8px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -1px;
  }

  .responsive_table ul {
    padding-left: 120px;
    margin: 0;
    list-style: none;
  }

  .sub03_wrap .guide_section .contact_box ul li {
    margin-bottom: 0;
  }

  .responsive_table .d-flex {
    display: flex;
    align-items: flex-start;
  }

  .responsive_table .d-flex p {
    margin: 0;
  }

  /* 발달지원 768px */
  .sub03_01 .board .board_list_title {
    padding: 4.5rem 0 3rem !important;
  }
  .sub03_conBox ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* .sub03_02 .sub03_conBox ul{
        gap: 20px;
    } */
  .sub_banner_title {
    padding: 40px 30px 60px !important;
    /* background-position: -59px 53px; */
  }
  .sub_banner_title p {
    margin-top: 30px;
  }
  .sub03_sldWrap {
    margin: 50px 0 30px;
  }
  .sub03_sldWrap .swiper-slide {
    width: 50vw;
  }
  .sub03_sldWrap .swiper-slide .txtBox {
    height: 30px;
    font-size: 15px;
  }
  .sub03_conBox ul li {
    padding: 20px 15px;
  }
  .sub03_conBox ul li span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .sub03_conBox ul li .tit {
    padding-right: 30px;
  }
  /* ////////// sub03 768px end //////////*/

  /* ////////// sub04 768px start //////////*/
  /* 자원봉사신청 쓰기 페이지 */
  .joinContainer li {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    padding: 13px 7.5px;
  }
  .joinContainer li > div {
    width: 100%;
  }
  .joinContainer input[type="text"] {
    width: 100%;
    height: 62px;
  }
  .joinContainer li #memo {
    width: calc(100% - 40px);
  }
  .joinContainer .durationBox input[type="text"] {
    width: 30%;
  }

  /* 자원봉사신청 리스트 페이지 768px */
  table.board_normal tr th.applyTit {
    min-width: 100px;
    text-align: center;
    padding-right: 0;
  }
  /* table.board_normal .board_point td.applyDate.date p{
        top: 10px;
        position: absolute;
        padding-right:0;
    } */
  .pagination .btnBox {
    position: unset;
  }
  .pagination .btnBox a {
    margin: 3rem 1rem 0 1rem;
  }
  /* ////////// sub04 768px end //////////*/

  /* ////////// sub04 start //////////*/
  /* 자원봉사신청 뷰 페이지 768px */
  .board_top_txt {
    flex-direction: column;
  }
  .board_top_txt span.f_bold {
    display: inline-block;
    min-width: 54px;
  }
  .border_view .btnBox {
    justify-content: space-between;
  }
  .border_view .btnBox .board_btn {
    width: 33.333%;
  }
  .border_view .btnBox a {
    margin: 3rem 0rem 0 0rem;
  }

  /* 후원 안내페이지 768px */
  .sub04_03_wrap section:nth-child(1) {
    padding-top: 6rem;
  }
  .sub04_03_wrap section > ul,
  .sub04_01_wrap section > ul {
    gap: 1.5rem;
  }
  .sub04_03_wrap section > ul li,
  .sub04_01_wrap section > ul li {
    width: calc(50% - 9px);
    padding: 3rem 2rem;
  }
  .sub04_03_wrap section > ul li img,
  .sub04_01_wrap section > ul li img {
    width: 25%;
  }
  .useList ul {
    row-gap: 3rem;
  }
  .sub04_03_wrap .donationAskBox > div {
    flex-direction: column;
    row-gap: 3rem;
  }
  .sub04_03_wrap .donationAskBox .left {
    width: 100%;
    text-align: center;
  }
  .sub04_03_wrap section.donationAskBox h3 {
    text-align: center;
  }
  .check_icon {
    left: 50%;
    top: -35px;
    transform: translate(-50%, -50%);
  }
  #donation_apply_box > div {
    flex-direction: column;
    align-items: baseline;
  }
  #donation_apply_box > div h2,
  #donation_apply_box form {
    padding: 19px 20px;
  }
  #apply_pop .joinContainer h4 {
    width: 100%;
  }
  #donation_apply_box > div p {
    width: 90%;
  }
  #close_popup_btn {
    width: 58px !important;
    height: 58px !important;
    top: -30px !important;
  }

  /* 봉사안내 768px */
  .apply_pro {
    padding: 6rem 0;
    padding-top: 6rem !important;
  }
  section.sub04_01_info {
    margin: 0 10px;
    margin-top: 6rem;
    padding-top: 6rem;
    width: calc(100% - 20px);
  }
  section.sub04_01_info > ul > li {
    padding: 0;
    padding-bottom: 6rem;
    flex-direction: column;
    width: 100%;
  }
  .apply_pro ul {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .apply_pro li {
    width: 30%;
  }
  .arrow_right {
    transform: rotate(90deg);
    width: 25% !important;
  }
  .apply_pro img {
    width: 40%;
  }
  section.sub04_01_info ul li p,
  section.sub04_01_info h5 {
    text-align: left;
  }
  section.sub04_01_info ul li .left,
  section.sub04_01_info ul li .right {
    width: 100%;
  }
  section.sub04_01_info ul li {
    justify-content: flex-start;
    width: 100%;
  }
  section.sub04_01_info ul ul li {
    padding: 0;
  }

  /* ////////// sub04 end //////////*/
}
@media screen and (max-width: 640px) {
  /* list 페이지 640px */
  .board_list_warp .list_top {
    display: block !important;
    margin-bottom: 1rem;
  }
  .board_list_warp .list_top form {
    margin-bottom: 2rem;
    justify-content: flex-end !important;
  }
  .board_list_warp .search_area a {
    height: 5rem;
  }
  .notice .board_list_warp .search_area {
    text-align: right;
  }
  .notice .board_list_warp .search_area input {
    width: 100% !important;
    height: 5rem !important;
    padding: 0 5rem 0 1.5rem !important;
  }
  table.board_normal tr th {
    padding: 10px 0;
    font-size: 15px;
  }
  table.board_normal tr th:nth-last-child(1):not(.applyTit) {
    padding: 0 20px 0 0;
  }
  table.board_normal .board_point td {
    height: 70px;
    padding: 0rem 0;
  }
  table.board_normal .board_point td.date p {
    position: absolute;
    /* width: 100px; */
    top: 10px;
    padding-right: 20px;
    text-align: center;
    justify-content: center;
  }

  /* 탭 리스트 서브 배너 tab list sub banner 640px*/
  .sub_banner .sub_banner_wrap ul {
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .sub_banner .sub_banner_wrap ul li {
    width: calc(100% / 2 - 10px);
  }
  .sub_banner .sub_banner_wrap .sub_banner_text.greenTxt02,
  .sub_banner .sub_banner_wrap .sub_banner_text.greenTxt03,
  .sub_banner .sub_banner_wrap .sub_banner_text.greenTxt04 {
    margin-top: 20px;
  }
  .sub_banner .sub_banner_wrap .sub_banner_text.blueTxt02,
  .sub_banner .sub_banner_wrap .sub_banner_text.blueTxt03,
  .sub_banner .sub_banner_wrap .sub_banner_text.blueTxt04 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 590px) {
  /* gallery view 갤러리 뷰 페이지 590px */
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 66.5%;
  }
  /* 미션 비전 590px */
  .sub01_02 .sub_contents > .d-flex {
    flex-direction: column;
  }
  .sub01_02_wrap div {
    width: 100%;
  }
  .sub01_02 .border_cfcfcf {
    margin-top: 30px;
    padding: 20px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  /* list 페이지 480px */
  /* table.board_normal .board_point td.date p{width: 40px; margin: 0 auto;} */
  table.board_normal .board_point td:nth-child(1) {
    width: 20%;
  }
  table.board_normal .board_point td:nth-child(4) {
    width: 10%;
  }
  .pagination li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
  /* gallery view 뷰 페이지 480px */
  .gallery-top {
    height: 256px;
  }
  .gallery-top .swiper-slide {
    height: 256px !important;
  }
  .swiper-button-next.swiper_arr_top {
    right: -20px;
  }
  .swiper-button-prev.swiper_arr_top {
    left: -20px;
  }
  .gallery-thumbs .swiper-slide {
    height: 55px !important;
  }
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 55%;
    transform: scale(0.6);
  }

  /* 오시는 길 480px */
  .floor ul > li {
    column-gap: 1.5rem;
  }
  .floor ul > li h5 {
    max-width: 72px;
    max-height: 72px;
    line-height: 72px;
    color: #fff;
  }
  .floor ul > li > div {
    padding-left: 1.5rem;
  }

  /* ////////// sub03 start //////////*/
  .sub03_conBox ul {
    gap: 15px;
  }
  /* .sub03_02 .sub03_conBox ul {
        gap: 15px;
    } */
  .sub03_sldWrap .swiper-slide {
    width: 70vw;
  }
  /* ////////// sub03 end //////////*/

  /* ////////// sub04 start //////////*/
  /* 자원봉사신청 쓰기 페이지 480px */
  .joinContainer li > div.phoneBox {
    display: grid;
    grid-template-columns: calc(31.5% - 10px) 3% calc(31.5% - 10px) 3% calc(
        31.5% - 10px
      );
    justify-content: space-between;
    align-items: center;
    text-align: center;
    column-gap: 0;
  }
  .joinContainer input#phone,
  .joinContainer input#phone02,
  .joinContainer input#phone03 {
    width: auto;
  }
  .joinContainer li > div.durationBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .joinContainer li > div.durationBox input {
    width: calc(100% - 40px);
  }
  .joinContainer .durationBox input[type="text"] {
    width: auto;
  }
  /* ////////// sub04 end //////////*/
}
@media screen and (max-width: 445px) {
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 54%;
  }
}
@media screen and (max-width: 425px) {
  /* 425px 서브 타이틀 */
  #sub .board .board_list_title {
    padding: 4rem 0 20rem 0;
  }
  #sub02 .board .board_list_title {
    padding: 4rem 0 20rem 0;
  }

  /* list 페이지 425px */
  .notice .board_list_warp .search_area {
    width: calc(100% - 136px);
    text-align: left;
  }
  .notice .board_list_warp .search_area input {
    width: 100% !important;
    padding: 0 3rem 0 1.5rem !important;
  }
  table.board_normal .board_point .date {
    padding-right: 4vw;
  }

  .pagination li a {
    width: 31px;
    height: 31px;
    line-height: 31px;
  }
  /* .pagination > ul > li:first-child {display: none;}
    .pagination > ul > li:first-child{display: none;}
    .pagination > ul > li:last-child{display: none;} */
  .pagination .btn_page li:nth-child(3) {
    border-right: 1px solid #cbcbcb;
  }
  /* .pagination .btn_page li:nth-child(4){display: none;}
    .pagination .btn_page li:nth-child(5){display: none;} */

  /* 탭 리스트 서브 배너 tab list sub banner 425px*/
  .sub_banner .sub_banner_wrap > p {
    margin-top: 0;
  }

  /* 연혁 페이지 425px */
  .sub01_03_wrap .yearBox > li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 25px;
  }
  .sub01_03_wrap .yearBox > li ul {
    padding-left: 60px;
  }
  /* ////////// sub04 start //////////*/
  /* 자원봉사신청 리스트 페이지 425px */
  table.board_normal.listTd3 .board_point td.f_mint p a {
    /* width: 75%; */
    width: 90%;
  }

  /* 후원안내 페이지 425px */
  .processBox,
  .benefitBox {
    margin-top: 6rem !important;
  }
  .processBox ul,
  .benefitBox ul {
    row-gap: 5rem;
    flex-direction: column;
    align-items: center;
  }
  .processBox li,
  .benefitBox li {
    width: 100%;
    position: relative;
  }
  .processBox li:after,
  .benefitBox li:after {
    content: ">";
    color: #3cb892;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    font-weight: 700;
  }
  .processBox li:last-of-type:after,
  .benefitBox li:last-of-type:after {
    display: none;
  }
  .processBox img,
  .benefitBox img {
    margin-bottom: 1.5rem;
  }
  .processRound {
    display: none;
  }
  .sub04_03_wrap section {
    padding-top: 6rem;
  }
  .sub04_03_wrap section > ul li,
  .sub04_01_wrap section > ul li:not(.sub04_01_info > ul li) {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .sub04_03_wrap section > ul li img,
  .sub04_01_wrap section > ul li img {
    margin: 0 auto;
  }
  .sub04_03_wrap .donationAskBox {
    padding-top: 6rem;
  }
  .useList ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  #donation_apply_box > div h2,
  #donation_apply_box form {
    padding: 19px 10px;
  }
  #close_popup_btn {
    width: 48px !important;
    height: 48px !important;
    top: -20px !important;
    right: -20px !important;
  }

  /* 봉사안내 425px */
  .apply_pro {
    margin-top: 6rem;
  }
  .apply_pro li {
    width: 50%;
  }
  /* ////////// sub04 end //////////*/
}

@media screen and (max-width: 375px) {
  /* 375px 서브 타이틀 */
  #sub .board .board_list_title {
    padding: 4rem 0 18rem 0;
  }
  #sub02 .board .board_list_title {
    padding: 4rem 0 18rem 0;
  }
}
@media screen and (max-width: 365px) {
  /* gallery view 페이지 365px */
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 52.5%;
  }
}
@media screen and (max-width: 340px) {
  .pagination li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 306px) {
  /* gallery view 페이지 306px */
  .swiper-button-prev.swiper_arr_thumbs,
  .swiper-button-next.swiper_arr_thumbs {
    top: 51%;
  }
}
