@charset "utf-8";
html, body, div, p {word-break: keep-all; font-size:17px; color: #444; line-height:1.4;}

/**/
.sprout {
    margin:0 0 30px 0;
    padding:0 0 0 32px;
    height:24px;
    display:flex;
    align-items: center;
    font-weight:bold;
    background:url(/images/content/menu/icon_sprout.jpg) no-repeat center left;
    color:#000;
}
.pages {max-width:720px;}
.pages article {margin-bottom:50px;}
.pages article:last-child {margin-bottom:0;}

/**/
table.table-happyhouse {
    table-layout: fixed;
    border-top:2px solid #8dc4a7;
    border-bottom:2px solid #8dc4a7;
    width:100%;
    max-width:100%;
}
table.table-happyhouse,
table.table-happyhouse p,
table.table-happyhouse div {font-size:13px;}
table.table-happyhouse th,
table.table-happyhouse td {
    vertical-align: middle;
    padding:6px;
    text-align:center;
    border:1px solid #e6e4e5;
}
table.table-happyhouse th {background:#e5ebdd;}
table.table-happyhouse td {background:#fdfdf5;}
table.table-happyhouse th:first-child,
table.table-happyhouse td:first-child {border-left:0;}
table.table-happyhouse th:last-child,
table.table-happyhouse td:last-child {border-right:0;}
table.table-happyhouse .division {width:85px;} /* 구분 */

/* 행복의집이야기 - 기관현황 */
#menu-15 {}
#menu-15 .chart {}
#menu-15 .history {}
#menu-15 .history .h-box {
    padding:20px 0 20px 0;
    margin:0;
    border-bottom:1px dashed #999;
}
#menu-15 .history .h-box ul {}
#menu-15 .history .h-box ul li {
    display:flex;
    margin-bottom:8px;
}
#menu-15 .history .h-box ul li:last-child {
    margin-bottom:0;
}
#menu-15 .history .h-box .date {
    width:160px;
    flex:0 0 160px;
    color:#58802a;
    text-align:right;
    padding:0 40px 0 0;
}
#menu-15 .history .h-box li:first-child .date .y {
    font-weight:bold;
}
#menu-15 .history .h-box .date .m {}
#menu-15 .history .h-box .date .m:after {content:'.';}
#menu-15 .history .h-box .date .d {}
#menu-15 .history .h-box .text {
    flex:0 1 auto;
    font-size:16px;
    color:#000;
}

/* 사업안내 - 복지사업 */
#menu-18 {}
#service02 {}
#service02 .service-list {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#service02 .service-list li {
    width:151px;
    margin-bottom:30px;
}
#service02 .service-list li .img {
    box-shadow:0 0 6px rgba(0,0,0,0.3);
}
#service02 .service-list li .img img {display:block;}
#service02 .service-list li a {
    margin-top:8px;
    display:flex;
    align-items: center;
    justify-content: center;
    height:30px;
    background:#acc05d;
    color:#000;
    border-radius:50px;
    font-size:15px;
}
#service02 .service-list li:nth-child(2n) a {
    background:#e2c255;
}
