@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
button {
  border: none;
  background: none;
  text-indent: 0;
}
select#site {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {display:none}
.donate_wrap .list_ct tbody tr td label .radio {
  appearance: auto;
}
input,
textarea,
button,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
html,
body {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  word-break: break-all;
  -ms-word-break: break-all;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  overflow-y: auto;
  -ms-content-zooming: none;
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}
body {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif !important;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
  line-height: 1.5;
  font-size: 13px;
}
#wrap {
  width: 100%;
}
header {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
section {
  width: 100%;
}
.non_scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

/* skip 네비게이션 */
#skipnavigation {
  position: absolute;
  z-index: 9999;
}
#skipnavigation a {
  display: block;
  position: absolute;
  text-align: center;
  top: -500px;
  width: 500px;
}
#skipnavigation a:hover,
#skipnavigation a:focus,
#skipnavigation a:active {
  background: #000;
  color: #fff;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 999;
}
/* // skip 네비게이션 */

.header {
  padding: 15px 10px 10px 3%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo1 {
  text-indent: -9999px;
  background: url(/images/mobile/logo03.png) no-repeat left center/contain;
  width: 40%;
  height: 60px;
}
header nav {
  transform: translateX(100%);
  overflow: hidden;
  background: #fff;
  width: 100%;
  z-index: 100;
  position: absolute;
  display: none;
}
header nav .n_top {
  font-size: 1.15em;
  color: #666666;
  padding: 15px 10px 10px 0;
  height: 86px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b8bd8d;
}
.nav_open img,
.nav_close img {
  width: auto;
  height: 2em;
}

header nav .nav__list .nav__item {
  position: relative;
}
.menu_more {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1000;
  width: 20px;
  height: 20px;
}
.menu_more {
  border: none;
  background: url(/images/mobile/menu_more.png) no-repeat center center/contain;
  font-size: 0;
}
.menu_more_on {
  background: #fff;
  height: 2.5px;
  top: 35px;
}
.subnav_list {
  display: none;
  background: #f4f4f4;
}
.subnav_list li a {
  font-size: 1.2em;
  font-weight: 400;
  display: block;
  padding: 15px;
  color: #697704;
  margin: 0 10px;
  border-bottom: 1px solid #dedede;
}
.subnav_list .last {
  border-bottom: 1px solid #f4f4f4;
}
.subnav_list li a::before {
  content: "";
  display: inline-block;
  background: url(/images/mobile/dot.png) no-repeat center center/contain;
  margin-right: 12px;
  width: 8px;
  height: 8px;
}

#nav_layer {
  transform: translateX(100%);
  opacity: 0;
}
a.m_t {
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid #b8bd8d;
  cursor: pointer;
}
a.m_t_on {
  display: block;
  color: #ffffff;
  background: #b0c608;
}
.nav__link {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.st_subnav_list {
  background: #fff;
}
.st_subnav_list li a {
  border-bottom: none;
}
.st_subnav_list li a::before {
  content: "";
  display: inline-block;
  background: url(/images/mobile/sub_more.png) no-repeat center center/contain;
  margin-right: 12px;
  width: 8px;
  height: 8px;
}
.subnav_list li a.m_st {
  border-bottom: none;
}
a.m_st {
  display: block;
  background-size: 15px;
}

/* .nav--active */
.nav--active .nav__link {
  opacity: 1;
  /* border-bottom: 1px solid #b8bd8d; */
}
.nav--active #nav_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}
.nav--active .nav {
  transform: translate(0);
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  opacity: 1;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  display: block;
  padding-bottom: 100px;
}
.nav--active .subnav_list_on {
  display: block;
}
/* // .nav--active */

/* ******************** footer **************** */

footer {
  margin-top: 80px;
  font-size: 0.9em;
}
footer .sns_link {
  text-align: center;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.instagram,
.facebook {
  margin-right: 20px;
}
.sns_link a img {
  width: 13vw;
  max-width: 45px;
}
footer select {
  width: 100%;
  padding: 8px 10px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  color: #777;
  border-radius: 0;
  -webkit-border-image: 0;
}
select {
  font-weight: 550;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background: url(/images/mobile/select-btn.jpg) no-repeat center right #fff;
  background-size: 24px;
}
footer #set_copy {
  background: #f0f0f0;
  padding: 30px 10px 20px 10px;
  text-align: center;
}
#set_copy .ft_logo {
  background: url(/images/mobile/ft_logo03.png) no-repeat center center/contain;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
#set_copy .copylink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.copylink {
  margin-bottom: 10px;
}
.copylink li a {
  font-weight: 550;
  color: #696969;
}
.copylink li::after {
  content: "|";
  color: #b3b3b3;
  font-size: 0.8em;
  padding: 0 3px;
}
.copylink li:last-child::after {
  display: none;
}
#set_copy .pc_btn {
  display: inline-block;
  background: #4c4c4c;
  color: #ffffff;
  padding: 8px 28px;
  border-radius: 8px;
  margin: 20px 0;
}
#set_copy .copyaddress {
  color: #888;
}
#set_copy .copyaddress li {
  margin-bottom: 2px;
}
#copyright {
  margin-top: 8px;
  font-size: 0.7em;
  font-weight: 300;
  color: #999;
}

/* 메인 */
.mainimg_box ul li {
  overflow: hidden;
  height: 450px;
}
.mainimg_box ul li img {
  width: 100% !important;
  height: 100% !important;
}
.vis::after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: regular;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  line-height: 1;
  bottom: 15px;
  right: 15px;
}
.m_but_wrap {
  margin-bottom: 40px;
}
.m_but {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.m_but li {
  width: 48%;
}
.m_but li a,
.m_but li a img {
  width: 100%;
  height: auto;
  display: block;
}

/* 탭메뉴 */
.tab_t li {
  width: calc(100% / 3);
  font-size: 16px;
}
.tab_t li.more {
  width: 15%;
}
.tab_t li.more a {
  border-bottom: none;
}
.more_btn {
  display: inline-block;
  text-indent: -9999px;
  background: url(/images/mobile/more_btn.png) no-repeat center center;
  background-size: 1.3em;
  height: 60px;
}
.mboard {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #bababa;
  border-top: none;
  border-collapse: collapse;
  min-height: 180px;
}
.mboard .tab_t {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1.5em;
  font-weight: 550;
}
.tab_t li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  height: 60px;
  color: #3c3c3c;
  border: 1px solid #bababa;
  border-collapse: collapse;
  border-right: none;
}
#tab_t01 a {
  border-left: none;
}
.tab_t li a.selected {
  color: #ffffff;
  border: 1px solid #b0c608;
  border-collapse: collapse;
  background: #b0c608;
}
.mboard > div {
  padding: 10px 16px;
  height: 301px;
}
.mboard > div.mboard3 {
  padding: 18px 16px;
}
.mboard > div > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}
.mboard > div > ul > li > a {
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 69%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.mboard div ul li span {
  color: #b6bcb6;
  font-size: 15px;
}
/* .mboard2,
.mboard3{
  display: none;
} */

.mboard2,
.mboard3 {
  display: none;
}
.mboard1 ul li a::before,
.mboard2 ul li a::before {
  content: "·";
  color: #bbb;
  padding-right: 5px;
  font-size: 20px;
}

/* 201110 */
.mboard3 ul li a {
  position: relative;
  padding-left: 17px;
}
.mboard3 ul li a::before {
  content: "·";
  color: #bbb;
  padding-right: 5px;
  font-size: 20px;
  position: absolute;
  top: -7px;
  left: 0;
}
/* 교육행사 */
/* .mboard3 li::before {
  content: "·";
  margin-left: -10px;
  padding-right: 5px;
  font-size: 20px;
  color: #bbb;
} */
.state.ing,
.state.end {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  width: 60px;
  text-align: center;
  /* line-height: 18px; */
  margin-right: 10px;
}
.state.end {
  background: #555;
}
.state.ing {
  background: #4377c6;
}
.m3_tit {
  letter-spacing: -1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 76%;
  margin-top: -4px;
}
.m3_flex {
  display: flex;
  align-items: center;
}
.mboard .mboard3 ul li {
  height: auto;
  margin-bottom: 10px;
}
.mboard .mboard3 ul li:last-child {
  margin-bottom: 0;
}
.mboard div.mboard3 ul li a {
  width: 100%;
  line-height: 1.7;
}
.mboard .mboard3 ul li span {
  font-size: 13.5px;
  display: block;
}
/* //탭메뉴 */

/* 퀵메뉴 */
.quick_area {
  margin-top: 40px;
  width: 100%;
  background: #e8e8e8;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}
.quick_area > div {
  background: #fff;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.quick_area div .quick_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.quick_wrap li {
  width: 22%;
}
.quick_wrap li a {
  display: block;
  word-break: keep-all;
  letter-spacing: -1.3px;
}
.quick_wrap li a img {
  width: 100%;
  height: auto;
}
.quick_wrap li a p {
  font-size: 1.15em;
  font-weight: 600;
  color: #444444;
  height: 45px;
  margin-top: 8px;
}
/* //퀵메뉴 */

/* 복지관소식 */

.photonews {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.photonews h2 {
  font-size: 1.5em;
  padding-top: 5px;
}
.photo_t {
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.photonews .button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.photonews .button .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #b2b2b2;
  background-size: 1.2em;
}
.prev {
  background: url(/images/mobile/prev_click.png) no-repeat center center !important;
  background-size: 1.1em !important;
}
.next {
  background: url(/images/mobile/next_click.png) no-repeat center center !important;
  background-size: 1.1em !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin-top: 0;
}
.photonews .photo_t .more_btn {
  margin-left: 5px;
}

.photo_btn {
  display: inline-block;
  text-align: center;
  font-size: 1.3em;
  width: 50px !important;
  line-height: 38px;
  font-weight: 550;
  color: #333;
  margin-left: 5px;
  cursor: pointer;
}
.photo_wrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.photonews .photo_wrap ul li {
  border: 1px solid #efefef;
  width: 48%;
  height: 190px;
}
.photo_wrap img {
  width: 100%;
  height: 97px;
  display: block;
}
.photo_wrap .photo_txt {
  padding: 8px 5px 0 5px;
}
.photo_wrap h4 {
  font-size: 1.25em;
  font-weight: 550;
  color: #333333;
  margin-bottom: 4px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.photo_wrap p {
  font-size: 1.1em;
  font-weight: 300;
  color: #7f7f7f;
}
/* // 메인 */
