@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 주요색상 */
:root {
    --page-point-color: #8ec640;
    --page-secondary-color: #057587;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', 'Open Sans', sans-serif;
    letter-spacing: -0.034em;
}

a,
button {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

a[href^="mailto"] {
    color: inherit;
}

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: #333;
    border-color: #333;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #111;
    background: transparent;
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;padding-top:15px;padding-bottom:15px;margin-bottom:0;border:0}

.navbar-inverse .navbar-brand {
    padding: 0;
    height: 85px;
}
.navbar-inverse .navbar-brand img{
    height: 100%;
}

.navbar-inverse .navbar-nav > li > a{font-size: 18px;font-weight: 500;color: #333;padding: 33px 30px;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#222;}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:#222;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse {
    padding-top: 0;
    padding-bottom: 0;
}
 .navbar-inverse .navbar-toggle{
    border: 0;
    padding: 9px 0;
    margin: 26px 15px 26px 0;
 }
 .navbar-inverse .navbar-brand img{
    width: 100%;
    height: auto;
 }
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#666;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#222;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#222;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color:transparent;
    border-top: 1px solid #e6e6e6;
}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}

    .navbar-inverse .navbar-brand {
        padding: 0;
        height: auto;
        display: block;
        float: none;
        margin: 9px auto 0;
        width: 72px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        padding: 14px 30px;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu{
        text-align: center;
        background: #f8f8f8;
    }
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{left:50%;right:auto;transform:translate(-50%,0);border-radius: 0;border: 0;padding: 0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);background: #333;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 12px 20px;font-weight: 300;color: #fff;font-size: 14px;text-align: center;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{font-weight: 500;background: #93c633;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding-left:30px;padding-right:30px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.carousel-caption {text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);padding: 0;text-align: left;}
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption {
    text-shadow: none;
}
.carousel-caption h1{
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 30px;
}
.carousel-caption p{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.35em;
}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:6px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #363636;color: #b1b1b1;}
#site footer .logo {
    width: 13%;
}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size:14px;margin-right:15px;line-height: 24px;letter-spacing: 0;}
#site footer .footer-info ul li:first-child {
    color: #eee;
    font-weight: 400;
}
#site footer .footer-info ul li.copy {
    margin-top: 8px;
    letter-spacing: 0;
    color: #777;
    font-size: 11px;
}
#site footer .footer-info .logo img {
    height: 80px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 800px;}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:250px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}


/* 메인 추가 스타일 */
[class^="main-"] h3{
    font-size: 42px;
    text-align: center;
    margin: 0 0 80px;
    font-weight: 600;
    letter-spacing: -0.034em;
    color: #333;
}
.main-biz{
    padding: 100px 0 120px;
}
.main-biz .row{}
.main-biz .row > div{}
.main-biz .main-biz-link{
    display: block;
}
.main-biz .main-biz-link:hover{
  text-decoration: none;
}
.main-biz .main-biz-link img{
    margin-bottom: 20px;
    background: #333;
    border-radius: 10px;
}
.main-biz .main-biz-link .caption{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.main-biz .main-biz-link:hover .caption{}

.main-enter{}
.main-enter > .row{
    margin: 0;
    display: flex;
}
.main-enter > .row > div{
    padding: 0;
    width: 26.66666666666667%;
}
.main-enter > .row > div:first-child {
    background: #014b5c;
    width: 20%;
}
.main-enter .main-enter-link{
    display: block;
    position: relative;
    max-width: 100%;
}
.main-enter .main-enter-link img{
    max-height: 100%;
    background: #8ec640;
    display: block;
    width: 100%;
    height: 320px;
}
.main-enter .row > div:nth-child(2n-1) .main-enter-link img{
    background: #00879c;
}
.main-enter .main-enter-link .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.main-enter .main-enter-link .text .tit{
    font-size: 32px;
    font-weight: 500;
}
.main-enter .main-enter-link.no-link .text{
  /* background: none; */
  /* display: block; */
}
.main-enter .main-enter-link:hover .text{
    background: rgba(0,0,0,0.2);
}
.main-enter .main-enter-link.no-link:hover .text{
  background: none;
}
.main-enter .main-enter-link.no-link .tit{
    font-size: 25px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 0;
}
.main-enter .main-enter-link .material-icons{
    display: block;
    font-size: 86px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    color: #5f90a3;
    opacity: 1;
}
.main-enter .main-enter-link.no-link{padding-top: 90px;}

.main-community{
    padding: 100px 0;
}
.main-community .main-bbs{}
.main-bbs {
    padding-right: 20px;
}
.main-community .main-bbs > div {
    margin-bottom: 0 !important;
}
.main-bbs .page-header{
    border-bottom: 1px solid #999;
    margin: 0;
}
.main-bbs .page-header h4{
    margin: 0 0 10px;
    font-size: 24px;
}
.main-bbs .page-header a{
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    font-size: 15px;
    margin-top: 0 !important;
    color: #666 !important;
}
.main-bbs .type_list{}
.main-bbs .type_list li{
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 2px;
}
.main-bbs .type_list li a{
    font-size: 16px;
    letter-spacing: 0;
}
.main-bbs .type_list li .writer,
.main-bbs .type_list li .hits{display: none;}
.main-bbs .type_list li .regdate{}

.main-donation{
    display: block;
    background: linear-gradient(0.4turn, #a7917c 0%, #9d8166 50%, #bd956f 100%);
    height: 275px;
    position: relative;
    margin-left: 20px;
    color: #fff;
    border-radius: 10px;
}
.main-donation::before {
    content: '';
    display: block;
    width: calc( 100% - 24px );
    height: calc( 100% - 24px );
    /* border: 1px solid rgb(255 255 255 / 20%); */
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 10px;
}
.main-donation:hover{text-decoration: none;color: #fff;}
.main-donation h4{
    font-size: 26px;
    font-weight: 600;
    margin: 0px 0 14px;
    padding: 70px 50px 25px 140px;
    position: relative;
}
.main-donation h4::before {
    content: '\ea70';
    top: 45px;
    left: 85px;
    position: absolute;
    font-size: 65px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1,'wght' 600,'GRAD' 0,'opsz' 48;
    color: #fff;
    transform: translateX(-50%);
    line-height: 1em;
}
.main-donation .des{
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 0 70px 0 50px;
}
.main-donation .more{
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 12px;
    letter-spacing: 0;
    background: rgba(51, 51, 51, 0.2);
    padding: 7px 15px 5px;
    border-radius: 25px;
}
.main-donation:hover .more{
    /* background: #333; */
}

/* 페이지 준비중 */

.maintenance {
  margin-top: 5px;
  border: 7px solid #E5E5E5;
  padding: 50px 25px;
  text-align: center;
}

.maintenance .icon {
  display: block;
  line-height: 1;
  font-size: 64px;
margin-bottom: 10px;
}

.maintenance .big-cont {
display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.maintenance .small-cont {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #818181;
  margin-bottom: 20px;
}

.member_wrapper {
  max-width: 1170px;
}



/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 320px;
    position: relative;
    color: #333;
    text-align: center;
    background: #333 url(/public/img/sub/bg_sub_top.jpg) no-repeat center / cover;
    z-index: -1;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.05;
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    position: relative;
    margin: 0;
    padding-top: 110px;
    font-size: 43px;
    font-weight: 700;
    color: #333;
}

/* Link */
.subPage .link {
    margin-top: -60px;
}
.subPage .link ul {
    display: flex;
    margin: 0 -1px;
}
.subPage .link ul > li {
    flex: 1 1 0;
    position: relative;
}
.subPage .link ul > li::after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.1;
}
.subPage .link ul > li > a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: var(--page-secondary-color);
    padding: 0;
}
.subPage .link ul > li.active > a, .subPage .link ul > li.active > a:hover {
    font-weight: 700;
    color: var(--page-secondary-color);
    background: #fff;
    color: #333;
    font-size: 18px;
    padding-top: 9px;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    background: #016b7b;
}
  
.subPage > .contents {
    padding: 80px 0 150px;
}
/* .subPage > .contents section:first-child {
    padding-top: 120px;
}
.subPage > .contents section:last-child {
    padding-bottom: 120px;
} */
  
.title-lv-1 {
    margin: 0 0 70px;
    font-size: 38px;
    font-weight: 500;
    color: #222;
    line-height: 1em;
    letter-spacing: -0.04em;
    text-align: center;
}
.title-lv-2 {
    margin: 0 0 25px;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    line-height: 1em;
    letter-spacing: -0.034em;
}
/* .title-lv-3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    line-height: 1em;
    letter-spacing: -0.02em;
}
.title-lv-4 {
    position: relative;
    margin: 0 0 60px;
    padding-left: 8px;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1em;
    letter-spacing: -0.04em;
}
.title-lv-4::before {
    content: '';
    top: 2px;
    left: 0;
    width: 2px;
    height: 28px;
    position: absolute;
    background: #2952a3;
} */

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-style-1 {
    padding-left: 3px;
}
.list-style-1 > li {
    padding-left: 10px;
}
.list-style-1 > li::before {
    content: '';
    top: 7px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: #93c633;
}
/* .list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '-';
    top: -1px;
    left: 0;
    position: absolute;
}
.list-style-1 {
    padding-left: 3px;
}
.list-style-1 > li {
    padding-left: 15px;
}
.list-style-1 > li::before {
    content: '';
    top: 10px;
    left: 3px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1375cd;
    border-radius: 30px;
}
.list-style-2 {
    padding-left: 3px;
}
.list-style-2 > li {
    padding-left: 14px;
}
.list-style-2 > li::before {
    content: '';
    top: 8px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: #555;
}
.list-chk {
    padding-left: 10px;
}
.list-chk > li {
    padding-left: 18px;
}
.list-chk > li::before {
    content: '\e876';
    top: 2px;
    left: -5px;
    position: absolute;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Material Symbols Outlined';
    color: #318dff;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-style-1 {
    border-top: 1px solid var(--page-dark-color);
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
}
table.tb-style-1 > thead > tr > th {
    padding: 12px;
    background: #ebeef3;
    font-size: 16px;
}
table.tb-style-1 > tbody > tr > th {
    background: #f5f6f7;
    font-size: 16px;
} */
  
/* 인사말 (페이지) */
.wrap-greet{}
.wrap-greet .text{
    padding-right: 120px;
}
.wrap-greet h3{
    font-weight: 500;
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
    color: #267588;
    padding-bottom: 30px;
    letter-spacing: -0.034em;
}
.wrap-greet p{
    font-size: 17px;
    margin: 0 0 15px;
}
.wrap-greet p:last-child{
    margin-bottom: 0;
}
.wrap-greet .image{}
.wrap-greet .image img{
    width: 400px;
    height: 485px;
    background: #aaa;
}

/* 센터 연혁 및 현황 (페이지) */
.wrap-history {
    display: flex;
}

.wrap-history > h3 {
    flex: 1 1 35%;
    font-weight: 500;
    font-size: 20px;
    color: #267588;
    padding-top: 50px;
    border-top: 1px solid #999;
}
.wrap-history > h3 span {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 30px;
    color: #333;
}
.wrap-history > ul {
    flex: 1 1 65%;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.history{
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
}
.history > li{
    padding: 10px 15px;
    display: flex;
    position: relative;
}
.history > li .year{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    color: #008aab;
    font-family: 'notokr';
}
.wrap-history:nth-child(4) .history > li .year {
    flex-basis: 220px;
}
.history > li .issue{
    list-style: none;
}
.history > li .issue > li{
    font-size: 16px;
}
.history > li .issue > li .month{
    font-weight: 600;
    margin-right: 5px;
}
.history > li .issue > li .des{}
.history > li .issue > li .des small{
    font-size: 16px;
}
.history > li .issue > li .des small::before{
    content: '-';
    margin: 0 10px;
}

/* 조직도 (페이지) */
#center03 .wrap-organization img{
}

/* 찾아오시는 길 (페이지) */
.location{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 0 40px;
    margin: 20px 0 0;
}
.location > li{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.location > li > span{
    margin-right: 8px;
    color: #fff;
    background: #7cc2cd;
    font-size: 15px;
    padding: 6px;
    border-radius: 50%;
}

/* 자활사업 공통 */
[id^="business"] img{
}
[id^="business"] .page-title p{
    text-align: center;
    margin: -40px 0 80px;
    font-size: 18px;
    padding: 0 60px;
    font-weight: 500;
    color: #0a6d85;
}
[id^="business"] .page-title p b{
    font-weight: 600;
}
[id^="business"] .page-title p strong{
    color: #5bb900;
    font-weight: 700;
}

.biz-intro{}
.biz-intro.col-md-6{
    padding-right: 65px;
}
.biz-intro p{font-size: 20px;color: #333;line-height: 1.65em;font-weight: 500;}

[id^="business"] .nav-tabs{
    border: 0;
    margin: 0 0 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 2px;
}
[id^="business"] .nav-tabs > li{
    margin: 0;
    float: none;
}
[id^="business"] .nav-tabs > li > a{
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 20px 14px;
    text-align: center;
    color: #999;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
    line-height: 1em;
}
[id^="business"] .nav-tabs > li > a:hover,
[id^="business"] .nav-tabs > li > a:focus{
    border-color: #3ba8b9;
    color: #00879c;
}
[id^="business"] .nav-tabs > li.active > a{
    border-color: #3ba8b9;
    color: #00879c;
    font-weight: 700;
}

[id^="business"] .tab-content{
    border-radius: 10px;
}
[id^="business"] .tab-content .tab-pane > .row{
    margin: 0;
}
[id^="business"] .tab-content .tab-pane > .row > div{
    padding: 0;
}
[id^="business"] .tab-content .text{
    margin-bottom: 30px;
    padding-right: 80px !important;
}
[id^="business"] .tab-content h3{
    font-size: 32px;
    color: #00566a;
    margin-bottom: 20px;
}
[id^="business"] .tab-content .text p{
    font-size: 17px;
    letter-spacing: -0.034em;
    font-weight: 400;
}
[id^="business"] .tab-content .image{}
[id^="business"] .tab-content .image.col-md-12{
    /* padding-top: 45px !important; */
    /* margin-top: 45px; */
    /* border-top: 1px solid #ccc; */
}
[id^="business"] .tab-content .image img{
}

/* 자활사업이란? (페이지) */
#business01 .page-title p {
    margin: 0 0 80px;
    font-size: 20px;
    color: #333;
    line-height: 1.65em;
}
.wrap-biz01{
    margin: 0 0 30px;
}
.biz01-title{
    padding-top: 15px;
    border-top: 1px solid #999;
}
.biz01-title h4{
    font-size: 24px;
    padding-left: 20px;
    position: relative;
}
.biz01-title h4::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #8ec640;
    position: absolute;
    top: 0;
    left: 0;
}
.biz01-title h4 b{
}
.biz01-des{
    padding-right: 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.biz01-des .list-style-1{
    list-style: none;
}
.biz01-des .list-style-1 > li{
    position: relative;
    padding: 3px 0;
    padding-left: 14px;
    line-height: 1.6em;
}
.biz01-des .list-style-1 > li::before{
    top: 12px;
}


/* 게이트웨이 (페이지) */
.wrap-biz02{
    display: flex;
    align-items: flex-start;
}
#business02 .wrap-biz01 {
    margin: 50px 0 0;
}
.wrap-biz02 img{
}

/* 시장진입형 사업단 (페이지) */
/* 사회서비스형 사업단 (페이지) */
#business04 .tab-content .image img {
    margin-bottom: 30px;
}
/* 인턴도우미형자활근로 (페이지) */
#business05 .tab-content .image img {
    border-radius: 30px;
}

/* 자활기업 공통 */
[id^="enterprise"] > .pageTop p{
    color: #a97c1e;
    position: relative;
    margin: 18px 0 0;
    font-size: 16px;
    font-weight: 500;
}
[id^="enterprise"] .text{
  margin-bottom: 80px;
}
[id^="enterprise"] .text p{
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
[id^="enterprise"] .image{}
[id^="enterprise"] .image.col-md-12{}
[id^="enterprise"] .image img{
}
[id^="enterprise"] .image P {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    margin-top: 15px;
}
/* 뜸부기모시떡 (페이지) */
/* 해노을 (페이지) */
/* 예사랑공방 (페이지) */

/* 자산형성지원사업 (페이지) */
#support .wrap-support{
    margin: 0;
    padding: 0;
}
#support .wrap-support > div{
    padding: 0;
}
#support .wrap-support > div img{
}

/* 후원안내 (페이지) */
.wrap-donation{
    margin: 0;
}
.wrap-donation > div{
    padding: 0;
}

.dl-donation{
    width: 800px;
    height: 400px;
    margin: 0 auto;
    background: linear-gradient(0.4turn, #ab9b7f 0%, #7e6c5a 50%, #87734f 100%);
    border-radius: 2px;
    text-align: center;
}
.dl-donation dt{
    font-size: 24px;
    margin: 0 0 30px;
    color: #ffd682;
    font-weight: 500;
    position: relative;
    padding-top: 185px;
}
.dl-donation dt::before {
    content: '\ea70';
    top: 45px;
    left: 50%;
    position: absolute;
    font-size: 120px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1,'wght' 600,'GRAD' 0,'opsz' 48;
    color: #fff;
    transform: translateX(-50%);
    line-height: 1em;
}

.dl-donation dt::after {
    content: '';
    display: block;
    width: 770px;
    height: 370px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 15px;
    left: 15px;
}
.dl-donation dd{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.dl-donation dd small{
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.dl-donation dd span{
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
}






/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.search_wrap {
  margin-bottom: 0;
}
.board_wrapper .table.table_default {
  border-top: 1px solid #555;
}
.table.table_default tr th,
.table.table_default tr td {
  border-color: #e6e6e6;
}
.table.table_default tr td.writer, .table.table_default tr td.regdate,
.table.table_default tr td.hits {
  color: #999;
}
.table.table_default tr td.subject {
  position: relative;
}
.table.table_default thead th {
  font-weight: 600;
  color: #333;
  background: #fff;
  border-color: #ccc;
  padding: 17px 15px;
  font-size: 16px;
}
.table.table_default tbody .subject .badge {
  top: 15px;
  position: absolute;
  padding: 4px 6px 3px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  background: var(--page-secondary-color);
  border: none;
  border-radius: 0;
}
.table.table_default tbody .subject a {
  font-size: 17px;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
  padding-left: 62px;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-weight: 500;
    letter-spacing: -0.02em;
}

:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 20px 15px 20px;
}

:where(.table_video, .table_blog2) dd {
    margin-bottom: 55px;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a {
    background: #000;
}

.board_data_view {
  border-top: 1px solid #555;
  border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
  padding: 40px 5px 38px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
  border-bottom: 1px solid #eee;
}
.board_data_view .header_wrap .info {
  margin: 0;
  padding: 11px 0 11px;
}
.board_data_view .header_wrap .info span {
  font-size: 13px;
  color: #909090;
}
.board_data_view p {
  font-size: 18px;
}

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
  color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
  border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
  color: var(--page-point-color);
}

.board_wrapper .text-center {
  margin-bottom: 0;
}

#reply_list span {
  font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  font-size: 15px;
  border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
  width: 200px;
  font-weight: 700;
  color: #333;
  background: #f8f8f8;
  padding-left: 30px;
  font-size: 16px;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
  color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 6px 8px;
}
.form-control {
  letter-spacing: -0.03em;
  font-size: 15px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
  width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
  margin-top: 10px !important;
  font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
  font-weight: 500;
  color: var(--page-point-color);
  text-decoration: underline;
}
.form-control:not([readonly]):focus {
  border-color: #555;
}
input+#list_btn {
    display: none;
}


/* 공지사항 (게시판) */
/* 포토갤러리 (게시판) */
#community02 .table_blog2 .inner{
    border: 0;
}
#community02 .table_blog2 .inner .top{}
#community02 .table_blog2 .inner .top .thumb{
    height: 300px;
}
#community02 .table_blog2 .inner .bottom{
    padding: 0;
}
#community02 .table_blog2 .inner .bottom .title{
    padding: 0;
    margin: 0;
    text-align: center;
}
#community02 .table_blog2 .inner .bottom .title a{
    display: block;
    padding: 20px 0;
    line-height: 1;
}
#community02 .table_blog2 .inner .bottom .title span{}
#community02 .table_blog2 .inner .bottom .info{
    display: none;
}

/* 자활생산품 (게시판) */







/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    .main-biz {
        padding: 40px 0;
    }
    [class^="main-"] h3 {
        font-size: 26px;
        text-align: center;
        margin: 0 0 30px;
    }
    .main-biz .main-biz-link {
        display: block;
        margin: 0 0 30px;
    }
    .main-biz .main-biz-link img{margin-bottom: 10px;}
    .main-biz .main-biz-link .caption {font-size: 15px;}
    .main-enter > .row {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .main-enter > .row > div {
        padding: 0;
        width: 50%;
    }
    .main-enter > .row > div:first-child{
        width: 50%;
    }
    .main-enter .main-enter-link .text .tit {
        font-size: 22px;
    }
    .main-enter .main-enter-link.no-link {
        padding-top: 30px;
    }
    .main-enter .main-enter-link.no-link .tit {
        font-size: 21px;
        margin: 15px 0 0;
    }
    .main-enter .main-enter-link img {
        height: 190px;
    }
    .main-bbs .page-header h4 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .main-bbs .page-header a {
        border: 1px solid #ddd;
        width: 22px;
        height: 22px;
        text-align: center;
        padding-top: 1px;
        font-size: 15px;
        margin-top: 0 !important;
        color: #666 !important;
    }
    .main-bbs {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .main-donation{
        margin-left: 0;
        height: 200px;
    }
    .main-donation h4 {
        font-size: 21px;
        font-weight: 600;
        margin: 0px 0 11px;
        padding: 30px 50px 25px 140px;
        position: relative;
    }
    .main-donation h4::before {
        content: '\ea70';
        top: 15px;
        left: 85px;
        position: absolute;
        font-size: 55px;
    }
    .main-donation .des {
        display: block;
        font-size: 13px;
    }
    .main-donation .more {
        display: block;
        position: absolute;
        right: 40px;
        bottom: 15px;
    }

    /* sub */
    .subPage > .pageTop {
        height: 130px;
    }
    .subPage .link{display: none;}
    .subPage > .pageTop h1, .subPage > .pageTop h2 {
        position: relative;
        margin: 0;
        padding-top: 50px;
        font-size: 30px;
    }
    .subPage > .contents {
        padding: 60px 0 90px;
    }
    .title-lv-1 {
        margin: 0 0 30px;
        font-size: 28px;
    }
    .wrap-greet .text {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .wrap-greet h3 {
        font-weight: 500;
        margin: 0;
        font-size: 18px;
    }
    .wrap-greet p {
        font-size: 14px;
    }
    .wrap-history {
        display: flex;
        flex-direction: column;
    }
    .wrap-history > h3 {
        flex: 1 1 35%;
        font-weight: 500;
        font-size: 16px;
        color: #267588;
        padding-top: 30px;
        border-top: 1px solid #999;
    }
    .history > li {
        padding: 10px 15px;
        display: flex;
        position: relative;
        flex-direction: column;
    }
    .history > li .issue > li {
        font-size: 14px;
    }
    .history > li .year {
        font-size: 18px;
    }
    .history > li .issue {
        list-style: none;
        padding-top: 5px;
        padding-left: 0;
    }
    .history > li .issue > li .des small {
        font-size: 14px;
    }
    .wrap-history:nth-child(4) .history > li .year {
        flex-basis: auto;
    }
    .wrap-history > h3 span {
        display: block;
        margin-top: 15px;
        font-weight: 700;
        font-size: 24px;
        color: #333;
    }
    .location {
        list-style: none;
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        margin: 0;
        flex-direction: column;
        padding-left: 0;
    }

    [id^="business"] .page-title p {
        text-align: center;
        margin: 0px 0 30px;
        font-size: 16px;
        padding: 0 0px;
        font-weight: 500;
        color: #0a6d85;
    }
    #business01 .page-title p {
        margin: 0 0 80px;
        font-size: 16px;
        color: #333;
        line-height: 1.65em;
    }
    .biz01-des .list-style-1 > li {
        position: relative;
        padding: 3px 0;
        padding-left: 14px;
        line-height: 1.6em;
        font-size: 14px;
    }
    .wrap-biz02 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .biz-intro.col-md-6 {
        padding-right: 15px;
    }
    .biz-intro p {
        font-size: 17px;
    }
    [id^="business"] .nav-tabs {
        border: 0;
        margin: 0 0 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 10px;
        flex-wrap: wrap
    }
    [id^="business"] .nav-tabs::before,
    [id^="business"] .nav-tabs::after{
        display: none;
    }
    [id^="business"] .nav-tabs > li > a {
        border: 1px solid #ddd;
        font-size: 14px;
        padding: 6px 20px 7px;
    }
    [id^="business"] .tab-content .text {
        margin-bottom: 30px;
        padding-right: 15px !important;
    }
    [id^="business"] .tab-content .tab-pane > .row > div {
        padding: 0;
    }
    [id^="business"] .tab-content h3 {
        font-size: 22px;
        color: #00566a;
        margin-bottom: 10px;
    }
    [id^="business"] .tab-content .text p{
        font-size: 14px;
    }
    [id^="enterprise"] > .pageTop p {
        color: #a97c1e;
        position: relative;
        margin: 55px 0 0;
        font-size: 14px;
        font-weight: 500;
    }
    [id^="enterprise"] .text p {
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        margin: 0;
    }
    [id^="enterprise"] .text {
        margin-bottom: 40px;
    }
    [id^="enterprise"] .image img {
        margin-bottom: 30px;
    }

    [id^="enterprise"].subPage > .contents {
        padding-top: 90px;
    }
    [id^="enterprise"] .image P {
        margin-top: -25px;
    }

    .table_blog2 > dd{width: 100%;}
    .dl-donation {
        width: auto;
        height: 300px;
    }
    .dl-donation dt::before {
        top: 45px;
        font-size: 60px;
    }
    .dl-donation dt {
        font-size: 19px;
        margin: 0 0 15px;
        padding-top: 115px;
    }
    .dl-donation dd {
        font-size: 23px;
    }
    .dl-donation dd small {
        font-size: 13px;
    }
    .dl-donation dd span {
        display: block;
        margin-top: 15px;
        font-size: 12px;
        font-weight: 400;
        padding: 0 15px;
    }
    .dl-donation dt::after {
        content: '';
        display: block;
        width: calc(100% - 30px);
        height: 270px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 15px;
        left: 15px;
    }

    #site footer .logo {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        padding: 33px 13px;
    }
    .dl-donation {
        width: auto;
    }
    .dl-donation dt::after {
        width: calc(100% - 30px);
    }
    [id^="enterprise"] .image img {
        margin-bottom: 30px;
    }
    [id^="enterprise"] .image P {
        margin-top: -25px;
    }
    .subPage .link ul > li > a {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }
    .subPage .link ul > li.active > a, .subPage .link ul > li.active > a:hover{
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 23px;
        padding-right: 23px;
    }
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
}
/************ 모바일 최적화 끝 ************/