@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

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

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

.btn.btn-primary {
    background-color: #07913b;
    border-color: #07913b;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0c7132;
    border-color: #0c7132;
}

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

p {
    line-height: 1.6em;
}

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

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

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

.navbar-inverse .navbar-brand {
    position: relative;
    padding: 0;
    margin-left: 0!important;
}
.navbar-inverse .navbar-brand::after {
    content: '관인노인복지센터';
    top: 36px;
    left: 50px;
    width: 190px;
    position: absolute;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.034em;
    white-space: nowrap;
}
.navbar-inverse .navbar-brand img{height: 40px;margin-top: 26px;}

.navbar-inverse .navbar-nav > li > a{font-size: 16px;font-weight:500;color:#222;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#07913b;}

.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:#07913b;color:#fff;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:15px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#222;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#07913b;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#07913b;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .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;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{left:50%;right:auto;transform:translate(-50%,0);border-radius:0;border:1px solid #ddd;border-top:3px solid #07913b;padding: 12px 0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);animation-fill-mode: both;animation-duration: .3s;animation-name: fadeIn;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 5px 20px;text-align:center;font-size: 15px;letter-spacing: -0.034em;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: transparent;color: #08913b;font-weight: 500;}
}

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

/* 슬라이드 공통 */
.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: 13px;height: 13px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin: 0 3px;border-radius:20px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width: 13px;height: 13px;background-color: #09bb4a;border-color: #09bb4a;margin: 0px 3px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);}

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

/* 푸터 */
#site footer{margin-top:0px;background-color: #656565;color:#ddd;}
#site footer .footer-info{padding: 35px 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.02em;color: #cacaca;}
#site footer .footer-info ul.info-li li:first-child {
    color: #fff;
}
#site footer .footer-info ul.info-li li:last-child {
    font-size: 11px;
    letter-spacing: 0em;
    opacity: 0.5;
}
#site footer .footer-info .login-li{
    text-align:right;
}
#site footer .footer-info .login-li li{
    margin-right:0;
    margin-left:15px;
}
@media(max-width:767px){
    #site footer .footer-info .login-li{
        text-align:left;
        padding-top:15px;
    }
    #site footer .footer-info .login-li li{
        margin-right:15px;
        margin-left:0;
    }
}
.login-li a{
    display:inline-block;
    padding:0px 10px;
    border-radius: 4px;
    background:rgba(255,255,255,0.7);
    color:#666;
    font-size:12px;
    font-weight: bold;
}
.login-li a:hover{
    text-decoration: none;
    background:#fff;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 700px;}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.carousel-caption h1 {
    margin: 0px 0 25px;
    font-size: 70px;
    font-weight: 600;
}
.carousel-caption p {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 28px;
    font-weight: 400;
}

@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:300px}
 .carousel-caption {
    right: 10%;
    left: 10%;
 }
 #mainCarousel .carousel-caption h1{font-size:35px}
 #mainCarousel .carousel-caption p{font-size:17px;}
}

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

.root_daum_roughmap .map_border {
  display: none !important;
}

.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;
}

/* 메인 추가 CSS */
.main-contents > section {
    margin-bottom: 40px;
    /* padding: 25px 0 25px; */
    background: #ffde67;
}
.main-contents .main-link {
    float: left;
    width: 20%;
    position: relative;
}
.main-contents .main-link+.main-link::before {
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 40px;
    position: absolute;
    background: transparent;
    transform: translateY(-50%);
    opacity: 0.7;
}
.main-contents .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 40px 20px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    /* border-radius: 50%; */
}
.main-contents .main-link > a::before,
.main-contents .main-link > a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s;
}
.main-contents .main-link > a::before {
    top: 0;
    left: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}
.main-contents .main-link > a::after {
    right: 0;
    bottom: 0;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.main-contents .main-link > a:hover {
    background: #ffd436;
}
.main-contents .main-link > a:hover::before {
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.main-contents .main-link > a:hover::after {
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.main-contents .main-link h4 {
    margin: 20px 0 0;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 700;
}

div[class^="board_box_"] .page-header h4 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

/* 공지사항, 센터소식 */
#section_3295c7 {
    padding: 20px 0 80px;
}
#section_3295c7 .page-header {
    border-bottom: 1px solid #999;
}
#section_3295c7 .board_box_list {
    padding: 0 40px;
    margin-bottom: 10px !important;
}
#section_3295c7 .row {
    margin: 0 -40px;
}
.board_box_list ul li a {
    font-size: 17px;
}
.board_box_list ul li {
    padding: 10px 0;
}
.board_box_list .info span.hits {
    display: none;
}
@media (min-width: 767px) {
  #section_3295c7 div[class^="board_box_"] {
    width: 50%;
  }
}

/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.sub-contents > .page-top {
    height: 260px;
    color: #fff;
    text-align: center;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.sub-contents > .page-top > .container {
    position: relative;
}
.sub-contents > .page-top .wrap-title {
    height: 260px;
    padding: 110px 0 0;
}
.sub-contents > .page-top .wrap-title > h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.034em;
}
.sub-contents > .page-top .wrap-title > .sm {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 300;
    opacity: .8;
}

/* Breadcrumb */
.sub-contents .breadcrumb {
    right: 15px;
    bottom: 18px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    background-color: transparent;
    opacity: 0.8;
}
.sub-contents .breadcrumb > li:first-child::before {
    content: '\f015';
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Link */
.sub-contents .link {
    border-bottom: 1px solid #eee;
}
.sub-contents .link ul {
    margin-bottom: 0;
    text-align: center;
}
.sub-contents .link ul > li > a {
    width: 100%;
    display: inline-block;
    padding: 24px 0;
    font-size: 17px;
    font-weight: 500;
    color: #666;
    line-height: 1;
    text-decoration: none;
    border: none !important;
    border-radius: 0;
}
.sub-contents .link ul > li > a::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    position: absolute;
}
.sub-contents .link ul > li.active > a {
    color: #333;
    font-weight: 600;
}
.sub-contents .link ul > li.active > a::after {
    background: #ffe500;
}
.sub-contents .link ul > li:not(.active) > a:hover {
    color: #000;
}
.sub-contents .link ul > li:not(.active) > a:hover::after {
    background: #ffe500;
}
.sub-contents > .contents {
    padding: 80px 0 120px;
}
#gallery > .contents {
    padding: 100px 0 120px;
}
.space-bottom {
    margin-bottom: 60px;
}

.title-lv-1 {
    margin: 0 0 80px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}
.title-lv-3 {
    margin: 0 0 45px;
    position: relative;
    /* padding-left: 12px; */
    font-size: 27px;
    letter-spacing: -0.06em;
    line-height: 1em;
    font-weight: 500;
}
.title-lv-3::before {
    content: '';
    top: 2px;
    left: 0;
    height: 22px;
    position: absolute;
    border-left: 3px solid #07913b;
    border-radius: 10px;
    display: none;
}
.title-lv-4 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 22px;
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 1.2em;
    float: left;
    width: 22%;
    padding-top: 5px;
    padding-right: 70px;
    word-break: keep-all;
    font-weight: 700;
}

.title-lv-4::before {
    content: '';
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 5px solid;
    border-top-color: #333;
    border-right-color: #555;
    border-bottom-color: #555;
    border-left-color: #333;
    /*
    border-top-color: #f1d801;
    border-right-color: #07913b;
    border-bottom-color: #07913b;
    border-left-color: #f1d801;
    */
    border-radius: 25px;
}
.title-lv-4 + .box-list,
.title-lv-4 + table,
.title-lv-4 + ul,
.title-lv-4 + table + p,
.title-lv-4 + .table-responsive + p,
.title-lv-4 + div + .table-responsive + p,
.title-lv-4 + div + table {
    float: right;
    width: 78%;
    margin-bottom: 0;
}
.title-lv-4 + .table-responsive table {margin-bottom: 0;}
.title-lv-4 + table + p,
.title-lv-4 + .table-responsive + p,
.title-lv-4 + div + .table-responsive + p {font-size: 15px;}
.title-lv-4 + table + p {margin-top: 10px;}
.title-lv-4 + .table-responsive + p,
.title-lv-4 + div + .table-responsive + p {margin-top: -10px;}
.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
    word-break: keep-all;
}
.list-process > li:first-child {
    padding-left: 0 !important;
}
.list-process > li:last-child {
    padding-right: 0 !important;
}
.list-num > li {
    padding-left: 24px;
}
.list-num > li .num {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    padding: 2px 0 0 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: left;
    background: #07913b;
    border-radius: 20px;
}
.list-dash > li {
    padding-left: 12px;
}
.list-dash > li::before {
    content: '';
    left: 0;
    top: 10px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #999;
}
.list-bullet > li {
    padding-left: 10px;
}
.list-bullet > li::before {
    content: '';
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #07913b;
    border-radius: 10px;
}
.list-h > li {
    padding-left: 24px;
}
.list-h > li .h {
    top: 0;
    left: 0;
    position: absolute;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    word-break: keep-all;
    vertical-align: middle;
    border-top: none;
    border-right: none !important;
    border-bottom: 1px solid #e3e3e3;
}
table.tb-default > thead > tr > th:first-child, 
table.tb-default > tbody > tr > th:first-child, 
table.tb-default > tbody > tr > td:first-child {
    border-left: none;
}
table.tb-style-1 {
    border-top: 1px solid #222;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    font-weight: 600;
    text-align: center;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
table.tb-style-2 {
    border-top: 2px solid #222;
}
table.tb-style-2 > thead > tr > th,
table.tb-style-2 > tbody > tr > th,
table.tb-style-2 > tbody > tr > td {
    padding: 12px;
    font-size: 15px;
    text-align: center;
}
table.tb-style-2 > thead > tr > th,
table.tb-style-2 > tbody > tr > th {
    font-weight: 600;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

/* 인사말 (페이지) */
#greeting .image {
    width: 36%;
}
#greeting .text {
    padding: 0 0 0 70px;
    width: 64%;
}
#greeting .text > h4 {
    margin: 0 0 50px;
    font-size: 35px;
    letter-spacing: -0.05em;
    word-break: keep-all;
    font-weight: 700;
    color: #00861e;
    line-height: 1.3em;
    font-family: 'Nanum Myeongjo', serif;
}
#greeting .text > p {
    margin: 0 0 30px;
    font-size: 17px;
    word-break: keep-all;
    line-height: 1.6em;
}
#greeting .text strong {
    font-size: 19px;
    font-weight: 500;
}
#greeting .box-inner {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
}
#greeting .box-inner > .left {
    float: left;
    width: auto;
    margin: 3px 8px 0 0;
    padding: 0;
    font-size: 43px;
    line-height: 1em;
    text-align: left;
}
#greeting .box-inner > .right {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
#greeting .box-inner > p {
    margin: 10px 0 0;
    font-size: 20px;
    text-align: left;
    padding-left: 93px;
    letter-spacing: -0.06em;
}
#greeting .box-inner > p::before {content: '';display: block;clear: both;}
#greeting .text > .from {
    margin-top: 30px;
    font-weight: 600;
    color: #555;
    text-align: right;
}

/* 법인소개 (페이지) */
#intro_corp #row1 h4 {
    margin: 0;
    text-align: center;
}
#intro_corp #row1 h4.heading1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -20px;
}
#intro_corp #row1 h4.heading2 {
    margin: 40px 0 60px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Nanum Myeongjo', serif;
}
#intro_corp #row1 h4 > .blue {color: #00861e;}
#intro_corp #row1 h4 > .red {color: #de1818;}
#intro_corp table > tbody > tr > th,
#intro_corp table > tbody > tr > td {
    padding: 20px;
    word-break: keep-all;
    line-height: 1.5em;
}
#intro_corp table > tbody > tr > th:first-child {
    width: 200px;
}
#intro_corp table ul > li strong {color: #de1818;}


/* 센터소개 (페이지) */
#intro_center #row1 {
    text-align: center;
}
#intro_center #row1 h4 {
    margin: 0;
}
#intro_center table > tbody > tr > th,
#intro_center table > tbody > tr > td {
    padding: 20px;
    word-break: keep-all;
    line-height: 1.5em;
}
#intro_center table > tbody > tr > th:first-child {
    width: 200px;
}
#intro_center .box-inner {
    display: inline-block;
    text-align: left;
    margin-top: -20px;
}
#greeting .box-inner > .left, #intro_center .box-inner > .left {
    float: left;
    width: auto;
    margin: 2px 12px 0 0;
    padding: 0;
    font-size: 75px;
    line-height: 1em;
    text-align: left;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    color: #eb6fdf;
}
#greeting .box-inner > .right, #intro_center .box-inner > .right {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    padding-top: 6px;
    padding-left: 5px;
    line-height: 1.3em;
}
#intro_center .box-inner::after, #intro_corp #row1 h4.heading1::after, #support_guide #row1 h4::after {content: '';display: block;width: 1px;height: 40px;background: #999;margin: 20px auto;}
#intro_center #row1 h4 {
    margin: 15px 0 60px;
    font-size: 36px;
    font-weight: 600;
    color: #00861e;
    line-height: 1.4em;
    font-family: 'Nanum Myeongjo', serif;
}
#intro_center table > tbody > tr > td h5 {
    margin: 0 0 10px;
    font-size: 17px;
}
#intro_center table > tbody > tr > td .list-num > li {
    margin-top: 10px;
}
#intro_center table > tbody > tr > td .list-num > li+li {
    margin-top: 20px;
}

/* 미션 및 비전 (페이지) */
#mission_vision #row1 {
    padding: 0 130px;
}
#mission_vision #row1 > div[class^='col-'] {
    padding: 0 20px;
}
#mission_vision .box-mission {
    min-height: 490px;
    padding: 80px 50px 46px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0px 5px 0px 0px #f3f3f3;
    border-top: 2px solid #333;
}
#mission_vision .box-mission > h4 {
    margin: 35px 0;
    font-size: 40px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    letter-spacing: 0.034em;
}
#mission_vision .box-mission > h4 .en {
    display: block;
    margin: 8px 0 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto';
}
#mission_vision .box-mission > p {
    padding-top: 26px;
    font-size: 20px;
}
#mission_vision .box-mission > ul {
    display: inline-block;
    font-size: 18px;
    text-align: left;
}
#mission_vision .box-mission > ul > li {
    padding-left: 26px;
}
#mission_vision .box-mission > ul > li .num {
    top: 1px;
    width: 20px;
    height: 20px;
    padding: 3px 0 0 6px;
}

/* 연혁 (페이지) */
#history table th {
    background: transparent;
}
#history table tbody th {
    font-size: 23px;
    font-weight: 400;
    padding: 20px 0;
    position: relative;
}
#history table tbody td {
    font-size: 17px;
}
#history table {
    border-top: 1px solid #222;
}
#history table tbody th::after {content: '';display: block;width: 1px;height: 17px;background: #999;position: absolute;right: 0;top: 27px;}

/* 조직현황 (페이지) */
#organization #row1 h4 {
    margin: 60px 0 20px;
    font-size: 20px;
    font-weight: 600;
}
#organization #row1 table > tbody > tr > th {
    width: 14.3%;
}

/* 오시는길 (페이지) */
#location .contact {
    margin-top: 50px;
}
#location .contact > div[class^='col-'] {
    padding: 0;
}
#location .contact .name {
    font-size: 22px;
    font-weight: 600;
    color: #07913b;
}
#location .contact .addr {
    margin-top: 5px;
    font-size: 17px;
    text-align: right;
    padding-right: 10px;
}
#location .contact .addr > i {
    margin-right: 2px;
    color: #07913b;
}
#location .contact .addr > strong {
    padding-right: 4px;
    font-size: 16px;
}
#location .way-to {
    padding: 0 10px;
}
#location .way {
    float: left;
    width: 49%;
    display: inline-block;
    margin: 25px 5px 0;
    padding: 20px 38px 20px;
    /* border: 1px solid #ddd; */
    background: #f6f6f6;
    border-radius: 10px;
}
#location .way > .icon {
    float: left;
    margin: 10px 30px 0 0;
}
#location .way > .icon .inner {
    width: 80px;
    height: 80px;
    padding: 15px;
    background: #37b24d;
    border-radius: 50px;
}
#location .way > .desc {
    width: 77%;
    display: inline-block;
    word-break: keep-all;
}
#location .way > .desc h4 {
    margin: 15px 0 10px;
    font-weight: 500;
    font-size: 20px;
}
#location .way > .desc p {line-height: 1.35em;}


/* 재가노인지원 서비스 개요 (페이지) */
#biz_elderly01 .space-bottom {
    margin-bottom: 50px;
}
#biz_elderly01 .box-list > p {
    font-weight: 500;
    word-break: keep-all;
}
#biz_elderly01 .col1 .box-list > p {
    margin: 0;
}
#biz_elderly01 .col1 .box-list > p.colored {
    margin-top: 12px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border: 1px dashed #07913b;
}
#biz_elderly01 .box-list > ol {
    padding-left: 20px;
}
#biz_elderly01 .box-text {
    float: right;
    width: 78%;
    margin-top: 15px;
}
#biz_elderly01 .box-text > .inner {
    padding: 20px 20px 10px;
    font-size: 15px;
    font-weight: 500;
    background: #fff4df;
}

/* 이용대상/서비스 내용 (페이지) */
#biz_elderly02 .title-lv-3 {
    margin: 0 0 20px;
}
#biz_elderly02 .col3 .box-list {
    min-height: 304px;
    padding: 30px;
}

/* 노인장기요양제도 (페이지) */
.box-text {
    padding: 7px;
    background: #fff url('/public/img/sub/b_ptn.png');
}
.box-text > .inner {
    width: 100%;
    margin: 0;
    padding: 30px 30px 20px;
    word-break: keep-all;
    background: #fff;
}
.box-text h3 {
    margin: 0 0 15px;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.box-text h3 + p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.034em;
    line-height: 1.45em;
    color: #666;
}
.box-list {
    padding: 20px 30px;
    background: #f8f8f8;
}
.box-list > ul, .box-list > ol {
    margin-bottom: 0;
}
.box-list > ul li:last-child,
.box-list > ol li:last-child {
    margin-bottom: 0;
}
#nursing_insurance01 #row2 > .space-bottom {
    margin-bottom: 50px;
}
.box-list .list-num {
    padding: 10px 0;
}
#nursing_insurance01 #row2 .list-num > li+li {
    margin-top: 15px;
}
#nursing_insurance01 #row2 .list-num > li > h5 {
    margin: 0 0 5px;
    font-size: 17px;
}
#nursing_insurance01 #row2 > .col4 .box-list {
    margin-bottom: 20px;
}
#nursing_insurance01 #row2 table > tbody > tr > th,
#nursing_insurance01 #row2 table > tbody > tr > td {
    padding: 20px;
    font-size: 15px;
}

/* 방문요양사업 (페이지) */
#nursing_insurance02 #row2 > .space-bottom {
    margin-bottom: 50px;
}
#nursing_insurance02 #row2 > .col4 table > tbody > tr > th,
#nursing_insurance02 #row2 > .col6 table > tbody > tr > th {
    width: 25%;
}
#nursing_insurance02 #row2 .list-process > li {
    float: left;
    display: inline-block;
    padding: 0 20px;
}
#nursing_insurance02 #row2 .list-process > li+li::after {
    content: "\f054";
    top: 50%;
    left: -9px;
    position: absolute;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
    transform: translateY(-50%);
}
#nursing_insurance02 #row2 .list-process > li .inner {
    width: 145px;
    height: 100px;
    padding: 40px 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #999;
    border-radius: 50px;
    color: #fff;
}
#nursing_insurance02 #row2 .list-process > li:last-child .inner {
    color: #fff;
    background: #2bb75f;
}
#nursing_insurance02 #row2 > .col5 table > tbody > tr > th,
#nursing_insurance02 #row2 > .col5 table > tbody > tr > td {
    padding: 20px;
    font-size: 15px;
}
#nursing_insurance02 #row2 > .col5 table > tbody > tr > th {
    width: 230px;
}
#nursing_insurance02 #row2 > .col6 .year {
    padding: 0 0 6px;
    font-size: 15px;
    color: #222;
    text-align: right;
}

/* 노인일자리지원사업 */
#biz_elderly_job #row1 > .space-bottom {
    margin-bottom: 50px;
}
#biz_elderly_job .list-process > li {
    float: left;
    display: inline-block;
    padding: 0 30px;
}
#biz_elderly_job .list-process > li+li::after {
    content: "\f054";
    top: 50%;
    left: -10px;
    position: absolute;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
    transform: translateY(-50%);
}
#biz_elderly_job .list-process > li .inner {
    width: 236px;
    height: 100px;
    padding: 38px 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #999;
    border-radius: 97px;
    color: #fff;
}
#biz_elderly_job .list-process > li:last-child .inner {
    color: #fff;
    background: #2bb75f;
}

/* 후원안내 (페이지) */
#support_guide #row1 h4 {
    letter-spacing: -0.04em;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    font-family: 'Nanum Myeongjo', serif;
    margin-top: -20px;
}
#support_guide #row1 p {
    margin: 25px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    color: #00861e;
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}
#support_guide #row2 > .space-bottom {
    margin-bottom: 40px;
}
#support_guide #row2 h5 {
    margin: 0 0 5px;
    font-size: 17px;
}

#support_guide #row2 .list-bullet > li+li {
    margin-top: 18px;
}
#support_guide .box-list strong {
    font-weight: 500;
    color: #00861e;
    font-size: 17px;
}
/* 후원단체 (페이지) */
#support_group ul.list-support > li {
    float: left;
    width: calc(100%/5);
    margin-bottom: 10px;
    padding: 0 5px;
}
#support_group ul.list-support > li h5 {
    height: 120px;
    margin: 0;
    /* padding: 48px 0; */
    font-size: 17px;
    line-height: 1.2em;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #333;
    box-shadow: 3px 3px 0px 0px #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* #support_group ul.list-support > li:nth-child(2) h5,
#support_group ul.list-support > li:nth-child(3) h5,
#support_group ul.list-support > li:nth-child(4) h5,
#support_group ul.list-support > li:nth-child(5) h5,
#support_group ul.list-support > li:nth-child(6) h5,
#support_group ul.list-support > li:nth-child(7) h5,
#support_group ul.list-support > li:nth-child(9) h5,
#support_group ul.list-support > li:nth-child(19) h5 {
    padding: 38px;
} */

/* 달맞이꽃사랑봉사단 (페이지) */
#volunteer_group .col1 {
    margin-bottom: 40px;
}
#volunteer_group .box-text ul > li {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1em;
}
#volunteer_group .box-text ul > li h4 {
    margin: 0 12px 0 2px;
    font-weight: 600;
}
#volunteer_group .box-text ul > li:first-child {
    margin-bottom: 15px;
}
#volunteer_group .box-text ul > li:first-child h4 {
    margin-bottom: 8px;
}
#volunteer_group .box-text ul > li:not(:first-child) h4 {
    float: left;
}
#volunteer_group .space-bottom {
    margin-bottom: 15px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.table.table_default,
.board_data_view {
    border-top:1px solid #333;
}
.table.table_default tr th, 
.table.table_default tr td {
    padding: 16px 15px;
    color: #555;
    letter-spacing: -0.034em;
}
.table.table_default thead th{
    color:#333;
    border-bottom: 1px solid #d3d3d3;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    color: #fff;
    background: #666;
    border-radius: 2px;
}
.board_data_view .header_wrap .info {
    margin-top: 12px;
}

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.034em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.table_blog2 dd .inner .top a .thumb {
    border: 1px solid #eee;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 5px;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 14px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 18px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #a61325;
}
/* board 추가 css end */

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

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .title-lv-4 {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        padding-right: 0;
    }
    .title-lv-4 + .box-list, .title-lv-4 + table, .title-lv-4 + ul,
    .title-lv-4 + table + p, .title-lv-4 + .table-responsive + p, .title-lv-4 + div + .table-responsive + p,
    .title-lv-4 + div + table {
        width: 100%;
        float: none;
    }
    .title-lv-4 + table + p, .title-lv-4 + .table-responsive + p, .title-lv-4 + div + .table-responsive + p {font-size: 14px;}
    #biz_elderly01 .box-text {
        width: 100%;
        float: none;
    }
    #mission_vision #row1 {padding: 0;}
    #location .way > .icon {
        float: none;
        margin: 10px auto 5px;
    }
    #location .way > .icon .inner {margin: 0 auto;}
    #location .way > .desc {width: 100%;}
    #biz_elderly02 .col3 .box-list {
        min-height: auto;
        padding: 20px;
    }
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site {padding-top: 60px;}
    .navbar-inverse {
        position: fixed;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-brand img {
        height: 32px;
        margin: 15px 0 0 15px;
    }
    .navbar-inverse .navbar-brand::after {
        top: 22px;
        left: 54px;
        font-size: 21px;
    }
    .navbar-inverse .navbar-nav {margin: 10px -15px;}
    .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
    .navbar-inverse .navbar-nav > li > a {
        padding: 9px 15px;
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {padding: 10px 0;}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #111;
    }

    .main-contents > section {
        margin-bottom: 20px;
        padding: 15px 0;
    }
    .main-contents .main-link {width: 50%;}
    .main-contents .main-link > a {padding: 12px 10px;}
    .main-contents .main-link .icon {
        float: left;
        width: 18%;
    }
    .main-contents .main-link h4 {
        width: 75%;
        display: inline-block;
        margin: 8px 0 0 8px;
        text-align: left;
        font-size: 14px;
    }
    #section_3295c7 {padding: 10px 0 40px;}
    #section_3295c7 .row {margin: 0 -15px;}
    #section_3295c7 .board_box_list {padding: 0 15px;}
    #section_3295c7 .page-header {
        margin: 30px 0 5px;
        padding-bottom: 4px;
    }
    div[class^="board_box_"] .page-header h4 {font-size: 20px;}
    .board_box_list ul li a {font-size: 15px;}
    .board_box_list .info span {font-size: 15px;}

    #site footer .footer-info {padding: 25px 0;}
    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 12px;
        line-height: 20px;
    }

    .sub-contents > .page-top {height: 180px;}
    .sub-contents > .page-top .wrap-title {
        height: 180px;
        padding: 58px 0 0;
    }
    .sub-contents > .page-top .wrap-title > h2 {font-size: 37px;}
    .sub-contents > .page-top .wrap-title > .sm {
        margin: 8px 0 0;
        font-size: 14px;
    }
    .sub-contents .breadcrumb {
        bottom: 15px;
        font-size: 11px;
    }
    .sub-contents .link {
        margin-top: 20px;
        border-bottom: none;
    }
    .sub-contents .link ul {margin: 0 -2px;}
    .sub-contents .link ul > li {
        float: left;
        width: 50%;
        padding: 0 2px;
    }
    .sub-contents .link ul > li > a {
        padding: 12px;
        margin-bottom: 0;
        font-size: 14px;
        border: 1px solid #ddd !important;
    }
    .sub-contents .link ul > li > a::after {
        left: 3px;
        bottom: 0;
        width: 97%;
    }
    .sub-contents > .contents, #gallery > .contents {padding: 50px 0 70px;}
    .title-lv-1 {
        margin: 0 0 50px;
        font-size: 35px;
    }
    #biz_elderly01 .title-lv-1 {font-size: 32px;}
    .title-lv-3 {
        margin: 0 0 35px;
        font-size: 24px;
    }
    .space-bottom, #biz_elderly_job #row1 > .space-bottom {margin-bottom: 40px;}

    #greeting .image {
        width: auto;
        padding: 0 50px;
    }
    #greeting .text {
        padding: 30px 15px 0;
        width: auto;
    }
    #greeting .text > h4 {
        margin: 0 0 30px;
        font-size: 30px;
        text-align: center;
    }
    #greeting .box-inner > .left {margin-left: 30px;}
    #greeting .box-inner > p {
        margin: 15px 0 0;
        padding-left: 0;
        font-size: 18px;
        word-break: keep-all;
        line-height: 1.4em;
        text-align: center;
    }
    #intro_corp #row1 h4.heading1 {font-size: 20px;}
    #intro_corp #row1 h4.heading2 {
        margin: 25px 0 40px;
        font-size: 26px;
    }
    #intro_corp table > tbody > tr > th, #intro_corp table > tbody > tr > td,
    #intro_center table > tbody > tr > th, #intro_center table > tbody > tr > td {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }
    #intro_corp table > tbody > tr > th:first-child,
    #intro_center table > tbody > tr > th:first-child {
        width: 100%;
        padding: 12px;
    }
    #intro_center .box-inner > .left {font-weight: 500;}
    #intro_center #row1 h4 {
        margin: 10px 0 40px;
        font-size: 28px;
        word-break: keep-all;
    }
    #mission_vision .left {margin-bottom: 30px;}
    #mission_vision .box-mission {
        min-height: auto;
        padding: 40px 15px 30px;
    }
    #mission_vision .box-mission > h4 {
        margin: 30px 0 0;
        font-size: 35px;
    }
    #mission_vision .box-mission > p {
        padding-top: 0;
        font-size: 18px;
    }
    #history table tbody th {
        padding: 20px;
        font-size: 20px;
    }
    #history table tbody td {font-size: 16px;}
    #location iframe {height: 350px;}
    #location .contact {margin-top: 30px;}
    #location .contact .name {font-size: 20px;}
    #location .contact .addr {
        margin-top: 10px;
        text-align: left;
    }
    #location .way {
        width: 100%;
        margin: 10px 0 0;
        padding: 15px 25px;
        text-align: center;
    }
    .box-list {padding: 20px;}
    #biz_elderly02 .col3 {margin-top: 40px;}
    .box-text > .inner {padding: 20px 20px 10px;}
    .box-text h3 {
        margin: 0 0 12px;
        font-size: 24px;
    }
    #nursing_insurance01 #row2 table > tbody > tr > th, #nursing_insurance01 #row2 table > tbody > tr > td {
        width: 100%;
        display: inline-block;
    }
    #nursing_insurance01 #row2 table > tbody > tr > th {padding: 10px;}
    #nursing_insurance02 #row2 .list-process {
        width: 100%;
        display: inline-block;
    }
    #nursing_insurance02 #row2 .list-process > li {width: 50%;}
    .list-process > li:first-child {padding-left: 20px !important;}
    #nursing_insurance02 #row2 .list-process > li+li::after {left: 0;}
    #nursing_insurance02 #row2 > .col5 table > tbody > tr > th, #nursing_insurance02 #row2 > .col5 table > tbody > tr > td {
        width: 100%;
        display: inline-block;
    }
    #nursing_insurance02 #row2 > .col5 table > tbody > tr > th {padding: 10px;}
    #biz_elderly_job .list-process {
        width: 100%;
        display: inline-block;
    }
    #biz_elderly_job .list-process > li {
        width: 100%;
        padding: 0 !important;
    }
    #biz_elderly_job .list-process > li+li {margin-top: 20px;}
    #biz_elderly_job .list-process > li+li::after {
        top: -33px;
        left: 48%;
        transform: rotate(90deg);
    }
    #biz_elderly_job .list-process > li .inner {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    #support_guide #row1 h4 {
        font-size: 26px;
        word-break: keep-all;
    }
    #support_guide #row1 p {
        font-size: 18px;
    }
    #support_group ul.list-support > li {
        width: 50%;
    }
    #support_group ul.list-support > li h5 {
        height: 110px;
        padding: 45px 0;
        font-size: 15px;
    }
    #support_group ul.list-support > li:nth-child(2) h5, #support_group ul.list-support > li:nth-child(3) h5, #support_group ul.list-support > li:nth-child(4) h5, #support_group ul.list-support > li:nth-child(5) h5, #support_group ul.list-support > li:nth-child(6) h5, #support_group ul.list-support > li:nth-child(7) h5, #support_group ul.list-support > li:nth-child(9) h5, #support_group ul.list-support > li:nth-child(19) h5 {
        padding: 38px 10px;
    }
    #volunteer_group .box-text h3 {
        font-size: 23px;
    }

    .board_wrapper .table colgroup, .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {display: none;}
    .board_wrapper .table .subject {width: 55%;}
    .board_wrapper .table .writer {width: 20%;}
    .board_wrapper .table .regdate {width: 25%;}
  
    .board_data_view .header_wrap {padding: 30px 10px;}
    .board_data_view .header_wrap .title {
        font-size: 25px;
        line-height: 1.25em;
    }
    .table.table_default tr th, .table.table_default tr td {padding: 10px;font-size: 14px;}
    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }
    .table.table_default tbody .subject a {font-size: 15px;}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
      width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn {margin-top: 20px;}
    .member_wrapper {
      padding-top: 60px;
      padding-bottom: 100px;
    }

    .table_video dd .inner .top a .thumb, .table_blog2 dd .inner .top a .thumb {height: 100px;}
    .table_blog2 dd .inner .bottom .title a {font-size: 16px;}
}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar-inverse > .container {
        width: 100%;
    }
    .navbar-inverse > .container > .navbar-header {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .navbar-inverse .navbar-brand {
        float: none;
        height: auto;
        display: inline-block;
        margin: 0 auto 0 -170px !important; 
    }
    .navbar-inverse .navbar-collapse {text-align: center;}
    .navbar-inverse .navbar-right {
        float: none !important;
        display: inline-block;
        margin-right: 0;
        margin-bottom: -6px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 20px 8px;
        font-size: 15px;
    }
    .carousel-caption {
        right: 15%;
        left: 15%;
    }
    .main-contents .container {width: 100%;}
    .main-contents .main-link {width: 33.3%;}
    .main-contents .main-link > a {padding: 20px;}
    #greeting .text {padding: 0 0 0 30px;}
    #mission_vision #row1 > div[class^='col-'] {padding: 0 15px;}
    #mission_vision .box-mission {
        min-height: 432px;
        padding: 50px 15px 20px;
    }
    #location .way {
        width: 48%;
        text-align: center;
    }
    #biz_elderly02 .col3 {margin-top: 60px;}
    #biz_elderly_job .list-process > li {
        width: 33.3%;
        padding: 0 20px;
    }
    #biz_elderly_job .list-process > li .inner {width: 100%;}
    #support_group ul.list-support > li {width: 33.3%;}
    #volunteer_group .space-bottom {margin-bottom: 60px;}
}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */

}
/******* 모바일 최적화 끝 *******/