/* board */
.board_head {
  /* 	display: none; */
}
.board_tab .tab_menu {
  margin-bottom: 32px;
}
.board_tab .tab_menu ul {
  display: flex;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #f7f7f7;
}
.board_tab .tab_menu ul li {
  flex: 1;
  text-align: center;
  font-size: 1.125em;
}
.board_tab .tab_menu li a {
  display: block;
  padding: 12px 0;
}
.board_tab .tab_menu ul li.on_tab {
  color: #fff;
  font-weight: 500;
  background: #93b82b;
  background: #425900;
}

.board_content {
}
.board_content .board {
}
.board .board_head {
  margin-bottom: 40px;
}
.board_head .search_box {
}
.search_box {
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
.search_box div {
  display: inline-flex;
  margin-right: 12px;
}
.search_box div select {
  margin-right: 12px;
}
.board .board_foot {
  text-align: center;
}
.pager {
  font-family: "Tmoney RoundWind";
  display: inline-block;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline-block;
}
.pager li.page-stepper {
  display: inline;
  font-weight: bold;
}
.pager li.page-stepper a.previous,
.pager li.page-stepper a.next {
  padding: 8px 16px;
  color: #aaa;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.pager li.page-stepper a.previous:hover,
.pager li.page-stepper a.previous:focus,
.pager li.page-stepper a.previous:active,
.pager li.page-stepper a.next:hover,
.pager li.page-stepper a.next:focus,
.pager li.page-stepper a.next:active {
  color: #425900;
}
.board_tbl .tit a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 98%;
}
.board_tbl .tit:hover {
  text-decoration: underline;
}
.board_cont .board_btn {
  margin: 40px 0;
  text-align: right;
}

.board .board_foot {
  text-align: center;
}
.pager {
  font-family: "Tmoney RoundWind";
  display: inline-block;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline-block;
}
.pager li.page-stepper {
  display: inline;
  font-weight: bold;
}
.pager li.page-stepper a.previous,
.pager li.page-stepper a.next {
  padding: 8px 16px;
  color: #aaa;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.pager li.page-stepper a.previous:hover,
.pager li.page-stepper a.previous:focus,
.pager li.page-stepper a.previous:active,
.pager li.page-stepper a.next:hover,
.pager li.page-stepper a.next:focus,
.pager li.page-stepper a.next:active {
  color: #425900;
}
.pager ol.pager-pages {
  display: inline;
  margin: auto 16px;
}
.pager ol.pager-pages li {
  display: inline;
}
.pager ol.pager-pages li > a {
  font-weight: bold;
  display: inline-block;
  padding: 8px 16px;
  color: #595959;
  background-color: transparent;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pager ol.pager-pages li > a:hover,
.pager ol.pager-pages li > a:focus {
  background-color: #f8fbed;
  color: #425900;
}
.pager ol.pager-pages li.selected a {
  color: #fff;
  background-color: #425900;
}

.board .board_cont {
}
.board_cont .board_tbl {
  text-align: center;
}
.board_tbl .tbl_box thead th {
  font-size: 1.125em;
}
.board_tbl .tbl_box > tbody > tr:hover {
  background-color: rgba(66, 89, 0, 0.05);
}
.board_tbl .badge {
  color: #fff;
  background: #ff5252;
  padding: 2px 8px;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 25px;
}
.board_tbl .tbl_box tbody td.tit {
  text-align: left;
  font-weight: 500;
}
.board_tbl .tbl_box tbody td.secret {
  background: url(/images/snbr/locked.svg) no-repeat center left;
  padding-left: 24px;
}
.board_tbl .tit a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 98%;
}
.board_tbl .tit:hover {
  text-decoration: underline;
}
.board_btn {
  margin: 40px 0;
  text-align: right;
}

.secret_modal {
}
.secret_modal .modal-dialog {
  width: 32%;
  min-width: 600px;
  height: auto;
  text-align: center;
}
.secret_modal .modal-content img {
  width: 80px;
}
.secret_modal .txt_box {
  padding: 12px 0 20px;
}
.secret_modal .txt_box strong {
  font-family: "TmoneyRoundWindRegular";
  font-size: 1.5em;
  color: #192100;
  padding: 0 0 20px;
  display: block;
}
.secret_modal .txt_box p {
  color: #192100;
  opacity: 0.6;
}
.secret_modal input {
  width: 100%;
  margin-bottom: 12px;
}
.secret_modal .btn {
  width: 100%;
}

.board_view {
}
.board_view .board_view_head {
}
.board_view_head .bv_title {
  padding: 0 0 16px 0;
  border-bottom: 2px solid #192100;
}
.bv_title strong {
  color: #333;
  font-size: 1.25em;
  display: block;
  padding: 12px 12px;
}
.bv_title .bv_info {
  color: #767676;
  font-size: 0.9em;
}
.bv_title .bv_info li {
}
.bv_title .bv_info li b {
  color: #949494;
  margin-right: 4px;
}
.bv_title .bv_info li span {
}

.board_view_head .bv_file {
}
.bv_file li {
  padding: 12px 0 12px 36px;
  border-bottom: 1px solid #eee;
  background: url(/images/snbr/download.svg) no-repeat center left 12px;
}

.bv_file li a {
}

.board_view .board_view_cont {
  padding: 40px 0;
  border-bottom: 2px solid #eee;
}
.board_view_cont .bv_context {
}

.bv_context p img {
	width:100%;
	max-width:800px;
}

.board_view .board_view_foot {
}
.board_view_foot .board_btn {
}
.board_view_foot .board_pn_list {
  border-top: 1px solid #eee;
}
.board_pn_list dl {
  display: flex;
  border-bottom: 1px solid #eee;
}
.board_pn_list dl dt {
  width: 120px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-size: 16px;
  background-position: left 24px center;
  padding: 20px 0 20px calc(24px + 16px + 8px);
}
.board_pn_list dl:first-child dt {
  background-image: url(/images/snbr/up.svg);
}
.board_pn_list dl:last-child dt {
  background-image: url(/images/snbr/down.svg);
}
.board_pn_list dl dd {
  padding: 20px 16px;
  width: calc(100% - 120px);
}
.board_pn_list dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_pn_list dl dd:hover a {
  text-decoration: underline;
}

.gallery_list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.gallery_list > ul > li {
  margin-bottom: 32px;
}
.gallery_list .img_wrap {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 420px;
  height: 594px;
  margin: 0 auto;
}
/* .gallery_list > ul > li:hover .img_wrap img {
  transform: scale(1.1);
} */
.gallery_list .info_wrap {
  padding: 16px 0;
  width: 400px;
  margin: 0 auto;
}
.gallery_list .info_wrap .tit {
  color: #333;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.6em;

  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */

  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery_list .info_wrap .date {
  color: #949494;
  display: block;
  padding-top: 8px;
}
.board_write .board_write_cont .tbl_box th {
  text-align: left;
}
.board_view_head .point {
  color: #93b82b;
  font-weight: 500;
}
.board_view_cont .bv_reply {
  border-top: 2px dashed #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.board_view_cont .bv_reply h4 {
  background: url(/images/snbr/reply.svg) no-repeat left center;
  background-size: 1.25em;
  padding-left: 1.6em;
  font-size: 1.25em;
  color: #192100;
  color: #425900;
}
.board_view_cont .bv_reply .reply_box {
  margin-top: 12px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
}

/* sub_layout */
.sub_content {
}
.sub_content h4 {
  /*   background: url(/images/snbr/h4_ico.svg) no-repeat left center; */
  font-size: 1.35em;
  padding-top: 16px;
  position: relative;
  line-height: 100%;
  color: #293800;
  margin-bottom: 24px;
}
.sub_content h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 8px;
  height: 6px;
  width: 30px;
  border-left: 10px solid #425900;
  background: #637925;
  border-right: 10px solid #869b46;
}
.sub_content .h4_cont {
  margin-bottom: 60px;
}
.h4_cont > ul {
}
.h4_cont > ul > li {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.7em;
  padding-left: 16px;
}
.h4_cont > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 2px;

  background: #425900;
  background: #637925;
  width: 6px;
  height: 6px;
}
.h4_cont > ul > li > p {
  padding-bottom: 12px;
}
.h4_cont small {
  font-weight: 500;
  color: #949494;
}

.notice_box {
  position: relative;
  border: 2px solid #eee;
  border-radius: 4px;
  padding: 25px;
  text-align: center;
  /*background: url(/images/snbr/mini_quote.svg) no-repeat center top 28px;*/
  background-size: 16px;
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.notice_box:before,
.notice_box:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  border-top: 2px solid #637925;
  border-bottom: 2px solid #637925;
  width: 120px;
}
.notice_box:before {
  left: -2px;
  border-left: 2px solid #637925;
  border-radius: 4px 0px 0px 4px;
}
.notice_box:after {
  right: -2px;
  border-right: 2px solid #637925;
  border-radius: 0 4px 4px 0;
}

/* sub05 */
.greet_box {
}
.greet_box .greet_img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}
.greet_box .greet_txt {
}
.greet_txt .highlight {
  padding: 0;
}
.greet_txt .top {
  font-family: "TmoneyRoundWindRegular";
  font-size: 1.25em;
  color: #333;
  line-height: 1.8em;
  margin-bottom: 20px;
  padding: 0 32px;
}
.greet_txt .top strong {
  font-family: "TmoneyRoundWindExtraBold";
  color: #2f4600;
  font-size: 1.25em;
  margin-right: 4px;
}
.greet_txt .mid {
  background: #f9faf7;
  padding: 32px;
}
.greet_txt .mid p {
  padding-bottom: 16px;
}
.greet_txt .btm {
  padding: 32px;
  background: #f9faf7;
  text-align: right;
  color: #333;
  font-size: 1.25em;
  font-family: "KyoboHandwriting2020A";
}

.history {
}
.history .intro {
  position: relative;
  background: url(/images/snbr/history_intro.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 60px;
}
.history .intro:before {
  /* content: ""; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010819;
  opacity: 0.6;
}
.history .intro p {
  font-family: "Tmoney RoundWind";
  font-size: 1.125em;
  position: relative;
}
.history .history_list {
  position: relative;
}
.history .history_list:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  position: absolute;
  top: 0px;
  left: 20px;
}
.history_list > li {
  position: relative;
  margin-bottom: 60px;
  padding-left: 52px;
}
.history_list > li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #425900;
  border: 8px solid #e1e5d6;
  position: absolute;
  top: 0px;
  /* box-sizing: content-box; */
  left: calc(20px - 11.5px);
}
.history_list > li .year {
  font-family: "TmoneyRoundWindExtraBold";
  font-size: 2.5em;
  color: #425900;
  padding-bottom: 20px;
}
.history_list > li > ul {
}
.history_list > li > ul > li {
  display: flex;
}
.history_list > li > ul > li .month {
  font-family: "TmoneyRoundWindExtraBold";
  color: #333;
  font-size: 1.125em;
  padding-right: 20px;
}
.org_box {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.org_box:before {
  content: "";
  display: block;
  width: 2px;
  height: 49%;
  background: #f0f2eb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.org_box p {
  display: inline-block;
  border-radius: 8px;
  padding: 16px 0;
  min-width: 120px;
  background: #fff;
  border: 2px solid #456d45;
}
.org_box p b {
  font-size: 1.125em;
  display: block;
  font-weight: normal;
  font-family: "TmoneyRoundWindRegular";
}
.org_box p span {
  display: block;
}
.org_box .org_top {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.org_top .head {
}
.org_top .head p {
  font-size: 1.125em;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #293800;
  border-color: #293800;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
}
.org_top .committee {
  position: relative;
  text-align: right;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: -1;
}
.org_top .committee:before {
  content: "";
  display: block;
  background: #f0f2eb;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.org_top .committee p {
  font-weight: 500;
  width: 100%;
  border-radius: 50px;
  color: #293800;
  text-align: center;
  padding: 20px 60px;
  margin: 0 auto;
}
.org_box .org_mid {
  margin: 12px 0 70px;
}
.org_box .org_mid p {
  border-color: #456d45;
  background: #456d45;
  color: #fff;

  width: 160px;
}
.org_btm > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}
.org_btm > ul:before {
  content: "";
  display: block;
  width: 100%;
  width: calc(100% - ((((100% - 80px) / 6) / 2) * 2));
  height: 2px;
  background: #f0f2eb;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.org_btm > ul > li {
  position: relative;
  background: #f9faf7;
  background: #f0f2eb;
  border-radius: 8px;
  width: calc((100% - 80px) / 7);
}
.org_btm > ul > li:before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #f0f2eb;
  position: absolute;
  top: -40px;
  left: calc(50% - 1px);
}
.org_box .org_btm p {
  background: #9bb97e;
  color: #fff;
  border: 0;
  padding: 12px 0;
  width: 100%;
}
.org_btm > ul > li > ol {
  padding: 12px 0 20px;
  line-height: 1.8em;
}
.org_box .org {
  cursor: pointer;
  transition: all 0.2s ease;
}
.org_box .org:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
}
.org_box b {
  font-size: 0.9em;
  font-weight: 500;
}
.org_info {
  text-align: left;
  margin-top: 16px;
}
.org_tbl_wrap {
  display: none;
}
.org_tbl_wrap > ul > li {
  display: none;
}
.org_tbl_wrap > ul > li.open {
  display: block;
}
.org_tbl_wrap table tbody tr th {
  width: 16%;
}
.org_tbl thead tr th:nth-child(1) {
  width: 160px;
}
.org_tbl thead tr th:nth-child(2) {
  width: 100px;
}
.org_tbl thead tr th:nth-child(3) {
  width: 160px;
}
.org_tbl thead tr th:nth-child(4) {
}
.org_tbl thead tr th:nth-child(5) {
  width: 60px;
}

.org_box ol li {
  text-align: center;
  font-size: 14px;
  padding-left: 10px;
}

.org_box ol li b {
  float: left;
  width: 50%;
}

/* 시설안내 */
.facility_box {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.facility_box .img_box {
  flex: 1;
}
.facility_box .txt_box {
  flex: 1;
  padding: 32px;
}
.facility_box .txt_box h5 {
  font-family: "TmoneyRoundWindExtraBold";
  font-family: "TmoneyRoundWindRegular";
  font-size: 1.25em;
  color: #333;
  margin-bottom: 16px;
}
.facility_box .txt_box .dl_list {
}
.facility_box .txt_box .dl_list dl {
}
.facility_box .txt_box .dl_list dl dt {
}
.facility_box .txt_box .dl_list dl dd {
}

.facility .tbl_box {
  margin-bottom: 32px;
}
.facility .tbl_box th {
  width: 120px;
}

.facility .photo_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  padding-top: 20px;
}
.facility .photo_list li {
  width: 33.3333%;
  padding: 8px;
  overflow: hidden;
}
.facility .photo_list li .thumb {
  border-radius: 4px;
  cursor: pointer;
}

.map_box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.map_box .map_img .root_daum_roughmap {
  width: 100%;
}
.map_box .map_info {
  padding: 8px 20px;
}
.map_box .map_info dl {
  padding: 12px 0px;
}
.map_box .map_info dl dt {
  width: 80px;
  color: #767676;
  text-align: left;
  background: url(/images/snbr/map.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 32px;
  font-weight: bold;
}
.map_box .map_info dl:last-child dt {
  background-image: url(/images/snbr/call.svg);
}
.map_box .map_info dl dd {
  color: #333;
}
.transport_box {
}
.transport_box > li {
  padding: 32px 0;
}
.transport_box > li.bus {
  border-bottom: 1px dashed #e0e0e0;
}
.transport_box h5 {
  font-family: "TmoneyRoundWindExtraBold";
  color: #333;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.transport_box .transport {
  padding-left: 160px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100px;
  min-height: 100px;
}
.transport_box .bus .transport {
  background-image: url(/images/snbr/bus.svg);
}
.transport_box .car .transport {
  background-image: url(/images/snbr/car.svg);
}
.transport_box .transport .title {
  background: url(/images/snbr/map1.svg) no-repeat left center;
  padding-left: 28px;
  font-weight: 500;
  font-size: 1.125em;
  color: #333;
  margin-bottom: 8px;
}
.transport_box .bus ol li {
  margin-bottom: 20px;
}
.transport_box {
}

/* sub01 */
.sub_content.sub01 h4 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.4em;
}
.sub_content.sub01 h4:before {
  top: -12px;
  left: calc(50% - 15px);
  height: 4px;
  transform: rotate(-90deg);
}
.sub01 .img_box {
  position: relative;
  padding-top: 32%;
  border-radius: 8px;
  margin-bottom: 40px;
}
.sub01 .img_box img {
  position: absolute;
  top: 0;
  left: 0;
}
.sub01 .highlight {
  font-weight: 500;
  font-size: 1.125em;
  color: #333;
}
.sub01 .h4_cont > ul > li > p {
  margin-top: 4px;
}
.ref_box {
  padding: 24px 20px 20px;
  margin-top: 32px;
}
.ref_box .tit {
  font-family: "TmoneyRoundWindRegular";
  font-size: 1.125em;
  font-weight: bold;
  color: #333;
  background: url(/images/snbr/ref_ico.svg) no-repeat left center;
  background-size: 20px;
  padding-left: 32px;
  margin-bottom: 16px;
}
.ref_box ol {
  background: #fff;
  padding: 8px 20px;
  border-radius: 4px;
}

/* sub02 */
.call {
  display: inline-block;
  border-radius: 25px;
  background-color: #f5f5f5;
  background-image: url(/images/snbr/call.svg);
  background-repeat: no-repeat;
  background-position: left 32px center;
  background-size: 18px;
  padding: 12px 32px 12px 56px;
}
.call b {
  color: #192100;
  padding-right: 8px;
}
.call span {
  color: #425900;
}
.use_stepbox {
  text-align: center;
}
.use_stepbox .step_list:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #eee;
  top: calc(50% - 0.5px);
}
.use_stepbox .step_list > li {
  background: #fff;
  border: 3px solid #eee;
  margin-right: 24px;
  padding: 32px 0;
  border-radius: 100px;
}
.use_stepbox .step_list > li:last-child {
  margin-right: 0;
  border-color: #93b82b;
}
.use_stepbox .step_list > li span {
  font-size: 0.9em;
  font-weight: bold;
  color: #757968;
  color: #aaad9b;
}
.use_stepbox .step_list > li i {
  background-size: 40px;
  height: calc(40px + 24px);
}
.use_stepbox .step_list > li strong {
  font-family: "TmoneyRoundWindRegular";
  color: #333;
  font-size: 1.125em;
}
.use_stepbox .ico01 {
  background-image: url(/images/snbr/use01.svg);
}
.use_stepbox .ico02 {
  background-image: url(/images/snbr/use02.svg);
}
.use_stepbox .ico03 {
  background-image: url(/images/snbr/use03.svg);
}
.use_stepbox .ico04 {
  background-image: url(/images/snbr/use04.svg);
}
.use_stepbox .ico05 {
  background-image: url(/images/snbr/use05.svg);
}
.use_stepbox .ico06 {
  background-image: url(/images/snbr/use06.svg);
}

.bsn_list {
}
.bsn_list > li {
  padding: 28px 0px;
  /* 	border-bottom: 1px solid #aaa; */
}
.bsn_list h5 {
  display: inline-block;
  font-size: 1.35em;
  color: #192100;
  border-bottom: 3px solid #93b82b;
  padding-bottom: 12px;
  font-weight: 500;
}
.bsn_list .bsn_box {
  display: flex;
  border-top: 3px dashed #eee;
  padding-top: 20px;
  margin-top: -3px;
}
.bsn_box .bsn_img {
  flex: 1;
  border-radius: 4px;
  overflow: hidden;
  min-height: 140px;
  margin-right: 32px;
}
.bsn_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bsn_box .bsn_cont {
  flex: 2.5;
}
.bsn_cont dl {
  display: flex;
  border-bottom: 1px dashed #eee;
  padding: 12px 0;
}
.bsn_cont dl dt {
  width: 100px;
  padding-left: 20px;
  color: #637925;
  font-weight: 500;
}
.bsn_cont dl dd {
  flex: 1;
}
.daycare .intro_box {
  margin-bottom: 20px;
}
.daycare .intro_box .grey_box {
  border-radius: 20px 20px 0 0;
  font-size: 1.05em;
  color: #333;
  padding: 28px 32px;
  text-align: center;
}
.daycare .intro_box .dl_list {
  margin-top: 20px;
}
.daycare_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.daycare_list > li {
  width: calc(100% / 3 - 24px);
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  margin: 12px;
}
.daycare_list > li .bsn_img {
  height: 208px;
}
.daycare_list > li .txt_box {
  padding: 12px 20px 20px;
}
.daycare_list > li .txt_box h5 {
  display: inline-block;
  font-size: 1.25em;
  font-size: 1.15em;
  color: #192100;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.5em;
  border-bottom: 3px solid #93b82b;
  padding-bottom: 4px;
}
.daycare_list > li .txt_box p {
  border-top: 2px dashed #eee;
  padding-top: 12px;
  margin-top: -2px;
}

/* sub03 */
.spon_list {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.spon_list > li {
  flex: 1;
  padding: 32px 24px;
  border-right: 2px dashed #eee;
  text-align: center;
}
.spon_list > li:last-child {
  border-right: 0;
}
.spon_list > li img {
  display: inline-block;
  height: 60px;
}
.spon_list > li strong {
  display: block;
  padding: 20px 0 8px;
  font-size: 1.125em;
  color: #425900;
  color: #333;
  font-weight: 500;
}

.h4_cont .h4_cont_dot {
  display: flex;
  align-items: center;
}

.h4_cont .h4_cont_dot > div {
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #637925;
  margin-right: 10px;
}
.bank_card {
  background: url(/images/snbr/nh_logo.svg) no-repeat left 20px center;
  border-radius: 4px;
  border: 4px solid #eee;
  padding: 20px 20px 20px 100px;
  margin: 4px 0;
}
.bank_card strong {
  font-family: "TmoneyRoundWindExtraBold";
  font-size: 1.25em;
  color: #192100;
  padding: 0 8px;
}
.bank_card span b {
  color: #333;
}

.volunteer_stepbox {
}
.volunteer_stepbox .step_list {
}
.volunteer_stepbox .step_list > li {
  background: #f5f5f5;
  padding: 20px 8px;
  text-align: center;
  border-radius: 4px;
  margin-right: 16px;
}
.volunteer_stepbox .step_list > li:before {
  z-index: -1;
  background-image: url(/images/snbr/step_next.svg);
  background-size: 24px;
  opacity: 0.1;
  right: -8px;
}
.volunteer_stepbox .step_list > li i {
  background-size: 48px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 8px;
}
.volunteer_stepbox .step_list > li span {
  font-family: "TmoneyRoundWindExtraBold";
  font-size: 0.9em;
  color: #93b82b;
}
.volunteer_stepbox .step_list > li strong {
  color: #192100;
  font-weight: 500;
  padding-top: 4px;
  letter-spacing: -1px;
}

.volunteer_stepbox .ico01 {
  background-image: url(/images/snbr/volunteer_ico01.svg);
}
.volunteer_stepbox .ico02 {
  background-image: url(/images/snbr/volunteer_ico02.svg);
}
.volunteer_stepbox .ico03 {
  background-image: url(/images/snbr/volunteer_ico03.svg);
}
.volunteer_stepbox .ico04 {
  background-image: url(/images/snbr/volunteer_ico04.svg);
}
.volunteer_stepbox .ico05 {
  background-image: url(/images/snbr/volunteer_ico05.svg);
}
.volunteer_stepbox .ico06 {
  background-image: url(/images/snbr/volunteer_ico06.svg);
}

.sitemap {
}
.sitemap > ul {
}
.sitemap > ul > li {
  margin-bottom: 32px;
}
.sitemap > ul > li p {
  display: block;
  padding: 12px;
  font-size: 1.25em;
  font-weight: 700;
  color: #425900;
  border-bottom: 1px solid #425900;
  margin-bottom: 12px;
}
.sitemap > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
.sitemap > ul > li > ul li {
  margin-bottom: 20px;
  width: 25%;
  padding: 0 12px;
  flex-wrap: wrap;
}
.sitemap > ul > li > ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #425900;
  position: absolute;
  top: 8px;
  left: 0;
}
.sitemap > ul > li > ul li a {
  display: block;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
}
.etc_content {
}
.etc_content .etc_intro {
  margin-bottom: 32px;
  border-radius: 8px;
  background: #fff;
  border: 4px solid #eee;
  padding: 28px;
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 120px;
  padding-left: 180px;
}
.etc_intro.etc1 {
  background-image: url(/images/snbr/etc01.svg);
}
.etc_intro.etc2 {
  background-image: url(/images/snbr/etc02.svg);
}
.etc_intro.etc3 {
  background-image: url(/images/snbr/etc03.svg);
}
.etc_content .etc_intro p {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.etc_content .title {
}
.etc_content .etc_box {
}

.etc_box h4 {
  font-size: 1.35em;
  line-height: 100%;
  color: #425900;
  margin-bottom: 8px;
  margin-bottom: 16px;
}
.etc_box h5 {
  font-size: 1.125em;
  line-height: 100%;
  color: #192100;
  margin-bottom: 8px;
}
.etc_box > ul > li {
  margin-bottom: 36px;
}
.etc_box > ul > li > ol {
}
.etc_box > ul > li > ol > li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.etc_box > ul > li > ol > li > ul {
  padding-left: 20px;
}
.etc_box > ul > li > ol > li > ul > li {
}
.etc_box > ul > li > ol > li > ul > li > p {
  font-size: 0.938rem;
  line-height: 1.75;
}
.etc_box > ul > li > ol > li > ul > li > span {
  display: block;
  padding-left: 15px;
}

.etc_box .tbl_box {
  text-align: center;
  margin-top: 5px;
}
.etc_box .tbl_box th {
}
.etc_box .tbl_box td {
}
.etc_box .tbl_box td.left {
  text-align: left;
}
.etc_box .tbl_box th,
.etc_box .tbl_box td {
  border: 1px solid #ddd;
}

.card_box {
  background: url(/images/snbr/ic_phone.png) #fff no-repeat center left 30px;
  border-radius: 4px;
  border: 4px solid #eee;
  padding: 20px 20px 20px 60px;
  margin-bottom: 4px;
}

/*미션비전*/
.mission_con_wrap {
  padding-bottom: 60px;
  position: relative;
  top: 0;
  left: 0;
}
.mission_con_tit {
  font-size: 28px;
  color: #293800;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.mission_con {
  padding-left: 150px;
}
.mission_big_box {
  background-color: #f6f6f6;
  padding: 35px 40px;
}
.mission_con_line {
  width: 35px;
  height: 3px;
  background-color: #425900;
}
.mission_big_box .mission_con_txt {
  padding-top: 15px;
}
.mission_con_txt {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}
.mission_circle_wrap {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.mission_circle_wrap .mission_con_txt {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.mission_circle {
  width: 220px;
  height: 220px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mission_circle_in {
  position: relative;
  top: 0;
  left: 0;
}
.mission_circle_in:after {
  content: "";
  width: 205px;
  height: 205px;
  border: 1px solid #fff;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mission_circle_01 {
  background-color: #93b82b;
}
.mission_circle_02 {
  background-color: #456d45;
}
.mission_circle_03 {
  background-color: #293800;
}
.mission_box_wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.mission_box {
  width: 270px;
  height: 300px;
  padding: 30px 10px;
}
.mission_box_01 {
  background-color: #f2f6e7;
}
.mission_box_02 {
  background-color: #dfedd1;
}
.mission_box_03 {
  background-color: #d3f0b7;
}
.mission_con_icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission_box_wrap .mission_con_txt {
  padding: 20px 0 15px;
}
.mission_con_txt2 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.mission_con_wrap_04 {
  padding-bottom: 0;
}

/* 250708 수정 */
.gallery_list.sub0404_list > ul {margin-left:-20px; justify-content: flex-start;}
.gallery_list.sub0404_list > ul > li{padding-left:20px; width:20%;}
.sub0404_list .img_wrap img {position: relative;left: 0;transform:none;}
.gallery_list.sub0404_list .img_wrap {width: 100%;height: 260px; overflow:hidden; padding-top:0;}
.gallery_list.sub0404_list .info_wrap{width:100%;}
.gallery_list.sub040401_list > ul {margin-left:-30px; justify-content: flex-start;}
.gallery_list.sub040401_list > ul > li{padding-left:30px; width:20%;}
.sub040401_list .img_wrap img {position: relative;left: 0;transform:none;}
.gallery_list.sub040401_list .img_wrap {width: 170px;height: 170px; overflow:hidden; padding-top:0;}
.gallery_list.sub040401_list .info_wrap{width:100%;}

/* 250716 수정 */
.notice_box_icon2{transform: rotate(180deg);}
.notice_box_icon img{width:17px;}

/* 250909 수정 */
.sub_txt{padding: 30px 0 24px;}
.sub_txt span{font-weight: 600; font-size: 1.1em; color: #637925;}



