@charset "utf-8";

/* ====================지원단소개============================================ */
/* 인사말 */
.greet{
    width: 1000px;
    margin: 0 auto;
    text-align:center;
}
.greetImg{
    width: 1000px;
    height: 331px;
    margin: 0 auto;
    background: url('../images/sub/greet01.jpg')no-repeat center;
    margin-bottom:50px;
}
.greet h6{
    font-size:20px;
    color:#2a2a2a;
    font-family: 'scdream5';
    margin-bottom:37px;
}
.greet p{
    font-size: 15px;
    margin-bottom:33px;
    columns: #666666;
}
/* ------------------------------------------------------------------------------------------- */

/* 지원단소개 */
.introduction .introImg{
    width: 1002px;
    height: 275px;
    background: url('../images/sub/introduction01.jpg')no-repeat center;
    margin: 32px auto 44px;
}
.introduction p strong{
    font-family: 'scdream6';
    font-weight: 600;
    font-size: 32px;
    color: #222;
    text-align: center;
    margin-bottom: 30px;
}
.introduction p strong span{
    font-family: 'scdream4';
    font-weight: 400;
    color: #727171;
}
.introduction p.role{
    text-align: center;
    color: #666666;
    padding-bottom: 39px;
}
.introduction .cont{
    text-align: center;
}
.introduction .cont h6{
    float: left;
    font-size: 20px;
    font-weight: 500;
    font-family: 'scdream5';
    color: #eb8a1a;
    padding-top: 23px;
    width: 130px;
    text-align: left;
    position: relative;
}
.introduction h6::before{
    content: '';
    display: block;
    width: 40px;
    height: 7px;
    position: absolute;
    top: 33px;
    right: -1px;
    background: url('../images/sub/introduction_orange.png')no-repeat left center;
}
.introduction .vision{
    display:inline-block;
    margin-top: 63px;
}
.introduction .vision>div{
    float: left;
    width: 755px;
    height: 78px;
    padding: 27px;
    background: #f89828;
    border-radius: 39px;
    font-size: 18px;
    color: #fff;
    font-family: 'scdream5';
    text-align: center;
}
.strategy::after, .goal::after{
    content: '';
    display: inline-block;
    float: none;
    clear: both;
}
.strategy{
    margin-top: 140px;
}
.strategy h6::before{
    top:24px;
    background: url('../images/sub/introduction_blue.png')no-repeat left center;
}
.introduction .strategy h6, .introduction .goal h6{
    padding-top: 12px;
    color: #04344b;   
}
.strategy, .goal{
    display: inline-block;
}
.strategy>ul, .goal>ul{
    width: 756px;
    float: left;
    position: relative;
}
.strategy>ul:after{
    display: block;
    content: '';
    width: 111px;
    height: 86px;
    background: url('../images/sub/introduction_arr.png')no-repeat center top;
    position: absolute;
    top: -114px;
    left:50%;
    transform:translateX(-50%);
}
.strategy>ul>li, .goal>ul>li{
    width: 230px;
    float: left;
    margin: 0 33px 50px 0;
}
.strategy>ul>li>div, .goal>ul>li>div{
    width: 100%;
    height: 53px;
    text-align: center;
    background: #04344b;
    display: table;
}
.strategy>ul>li .v01 {
    margin-bottom: 26px;
    position: relative;
}
.strategy>ul>li .v01::after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
}
.strategy>ul>li>div>p, .goal>ul>li>div>p{
    display: table-cell;
    vertical-align: middle;
    font-family: 'scdream5';
    font-size: 16px;
    color: #fff;
}
.strategy>ul>li ul{
    height: 113px;
    border: 1px solid #ddd;
}
.strategy ul.dot_blue {
    padding: 22px 25px;
    position: relative;
}
.strategy>ul>li .dot_blue::after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.strategy ul.dot_blue li{
    text-align: left;
    background: url('../images/sub/dot_blue.png')no-repeat left top 10px;
    padding-left: 10px;
    font-size:15px;
    color:#2a2a2a;
}
.introduction .goal h6{
    color: #727171;
}
.introduction .goal h6::before{
    top:24px;
    background: url('../images/sub/introduction_gray.png')no-repeat left center;
}
.introduction .goal>ul>li>div{
    background: #727171;
}
.introduction .goal>ul>li .g02{
    position: relative;
}
.introduction .goal>ul>li .g02::before{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
}
.introduction .goal>ul>li ul{
    height: 113px;
    border: 1px solid #ddd;
}
.introduction .goal ul.dot_gray {
    padding: 22px 25px;
    margin-bottom: 26px;
}
.introduction .goal ul.dot_gray li{
    text-align: left;
    background: url('../images/sub/dot_gray.png')no-repeat left top 10px;
    padding-left: 10px;
    font-size:15px;
    color:#2a2a2a;
}
/* ------------------------------------------------------------------------------------------- */

/* 연혁 */
.history{
    padding-left: 49px;
    background: url('../images/sub/history_bg01.png'), url('../images/sub/history_bg02.png');
    background-repeat: no-repeat;
    background-position: right 0 top 415px, bottom 83px right 175px;
}
h4.year {
    margin: 0 0 20px 0;
    font-size: 80px;
    font-family: 'scdream7';
    color: #cacaca;
}
.history ol {
    padding-left: 45px;
}
.history ol li dt,
.history ol li dd {
    float: left;
    color: #2a2a2a;
}
.history ol li dt{
    width: 62px;
    font-family: 'scdream5';
    font-size: 20px;
    margin-top: -5px;
}
.history ol li dd{
    padding: 0 0 25px 20px;
    border-left: 1px solid #e7e7eb;
    position: relative;
}
.history ol li dd::after{
    width: 15px;
    height: 15px;
    background: url('../images/sub/history.png')no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -8px;
}
.history ol li dd li{
    font-size: 15px;
    margin-bottom: 5px;
}
.history .month_right {
    float: left;
}
.history.his2015 {
    background: url(../images/sub/history_bg02.png);
    background-repeat: no-repeat;
    background-position: bottom 40px right 0;

}

/* ------------------------------------------------------------------------------------------- */

/* 조직도 및 주요업무 */
.organization .orgWrap{
    margin: 38px 0 0;
    text-align: center;
}
.organization .orgWrap>div{
    position:relative;
    display: inline-block;
}
.organization .orgWrap .org{
    width: 240px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #04344b url('../images/sub/org01.png')no-repeat right 2px bottom -3px;
    color: #fff;
    font-family: 'scdream5';
    font-size: 18px;
    margin:0 auto 20px;
    position: relative;
}
.organization .orgWrap .org::after{
    content: '';
    display: block;
    background: #e1e1e1;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.organization .orgWrap .or2{
    background: #e9573f url('../images/sub/org02.png')no-repeat right 2px bottom -10px;
}
.organization .orgWrap .or3{
    background: #727171 url('../images/sub/org03.png')no-repeat right -5px bottom -5px;
}
.organization .orgWrap .or3::after{
    height: 105px;
    bottom: -105px;
}
.organization .orgWrap .or4{
    background: #365d6f url('../images/sub/org03.png')no-repeat right -5px bottom -5px;
    right: -330px;
}
.organization .orgWrap .or4::after{
    width: 210px;
    height: 1px;
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
}
.organization .orgWrap .or5{
    background: #ff9000 url('../images/sub/org03.png')no-repeat right -5px bottom -5px;
}
.organization .orgWrap .or6{
    background: #a5957a url('../images/sub/org03.png')no-repeat right -5px bottom -5px;
    margin-bottom: 88px;
}
.organization .gssc p.or6::after{
    width:330px;
    height:37px;
    background:url('../images/sub/org_line.png')no-repeat bottom center;
    bottom: -37px;
}
.organization .gssc ul{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}
.organization .gssc ul li{
    float: left;
    width:195px;
    height:232px;
    border: 1px solid #dedede;
    position: relative;
    color: #333333;
}
.organization .gssc ul li::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 52px;
    background: #dedede;
    left: 50%;
    transform: translateX(-50%);
    top: -52px;
}
.organization .gssc ul li:first-child{
    margin-right: 133px;
}
.organization .gssc li dl{
    padding-bottom:27px;
    color: #333;
}
.organization .gssc ul li dt{
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-family: 'scdream5';
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    background: #f8f8f8;
    margin-bottom:17px;
}
.organization .gssc ul li dd{
    font-size: 15px;
    letter-spacing: -1.2px;
    padding: 0 23px 0 34px;
    text-align: left;
    position:relative;
    margin-bottom:5px;
    background: url('../images/sub/dot_gray02.png')no-repeat left 20px top 8px;
}
.organization .board_table_01{
	width:calc(100% - 147px);
	margin-left:147px;
}
/* ------------------------------------------------------------------------------------------- */


/* 오시는 길 */
.map_adr{
    background: #fbfbfb url('../images/sub/map_icon.png')no-repeat left 33px center;
    padding: 34px 33px;
}
.map_adr>div{
    padding-left:105px;
}
.map_adr dl{
    font-size: 14px;
}
.map_adr dl::after{
    content: '';
    display: block;
    clear: both;
    float: none;
}
.map_adr dt{
    float:left;
    font-weight: 600;
    width: 68px;
    text-align:justify;
    position: relative;
    padding-right: 24px;
    color: #2a2a2a;
}
.map_adr dt::after{
    content: '';
    background:#e3e4e8;
    width:2px;
    height:12px;
    display:block;
    position: absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}
.map_adr dd{
    float:left;
    padding-left:15px;
}
.directions h5.public{
    padding-left: 30px;
    background: url('../images/sub/bus_icon.png')no-repeat left center;
}
.directions .public td{
    text-align: left;
    font-size: 13px;
}
.directions .public td li{
    float: left;
    margin-right:12px;
}
.directions .public td li span{
    padding: 5px 11px;
    border-radius: 50px;
    background: #4fa437;
    color: #fff;
    float: left;
    margin-right: 3px;
}
.directions .public td li.blueColor span{
    background: #3253a4;
}
.directions .public td li.blueColor p{
    color: #3253a4;
}
.directions .public td li p{
    float: left;
    padding-top:5px;
    color: #4fa437;
}
.directions h5.car{
    padding-left: 30px;
    background: url('../images/sub/car_Icon.png')no-repeat left center;
}
.directions h5.subway{
    padding-left: 30px;
    background: url('../images/sub/subway_Icon.png')no-repeat left center;
}

/* ========================================================================================= */

/* 제도안내 */

/* 지역자율형사회서비스 */
.area .propel{
    position: relative;
    text-align: center;
}
.area .propel .bg01{
    margin-bottom: 70px;
    display: inline-block;
}
.area .propel .before, .area .propel .after{
    float: left;
}
.area .propel .before{
    width: 456px;
    position: relative;
    margin-right: 93px;
}
.area .propel .before::after{
    display: block;
    content: '';
    position: absolute;
    width:46px;
    height:48px;
    background: url('../images/sub/arr_right01.png')no-repeat;
    right: -68px;
    top: 50%;
    transform: translateY(-50%);
}
.area .propel .border ul{
    width: 100%;
    padding: 15px 20px;
    height: 107px;
    background: #fff;
    display: inline-block;
}
.area .propel .before ul li{
    font-size: 15px;
    color: #2a2a2a;
    text-align: left;
    padding-left: 13px;
    background: url('../images/sub/dot_skyblue.png')no-repeat left top 10px;
}
.area .propel .border{
    width: 270px;
    height: 166px;
    background: #727171;
    border-radius: 15px;
    border: 5px solid #727171;
    position: relative;
    overflow: hidden;
}
.area .propel .border h6{
    height: 50px;
    background: #727171;
    padding-top: 12px;
    font-size: 16px;
    font-family: 'scdream5';
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.area .propel .blindSpot{
    width: 226px;
    height: 167px;
    background: url('../images/sub/propel_blindSpot.png')no-repeat;
    font-size: 14px;
    font-family: 'scdream5';
    text-align: center;
    color: #fff;
    padding: 45px 0 0 65px;
    position: absolute;
    right: 0;
    top: 0;
}
.area .propel .blindSpot h6{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.area .propel .after ul{
    padding: 10px 20px;
}
.area .propel .after ul li{
    font-size: 14px;
    color: #2a2a2a;
    padding-left: 13px;
}
.area .propel .after ul li span{
    font-size: 11px;
    color: #555;
}
.area .propel .bg02 >ul{
    display: inline-block;
}
.area .propel .bg02 >ul >li{
    width: 280px;
    float: left;
    font-family: 'scdream5';
    font-size: 16px;
    margin-right: 30px;
}
.area .propel .bg02 >ul >li:last-child{
    margin-right: 0;
}
.area .propel .bg02 >ul >li>h6{
    width: 100%;
    height: 45px;
    border-radius: 23px;
    background: #3a3a3c;
    font-family: 'scdream5';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 38px;
    position: relative;
}
.area .propel .bg02 >ul >li>h6::after{
    width: 9px;
    height: 38px;
    content: '';
    display: block;
    position: absolute;
    background: url('../images/sub/dot_gray03.png')no-repeat center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -38px;
}
.area .propel .bg02 ul li li{
    width: 100%;
    height: 53px;
    padding: 14px 0;
    background: #04344b;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}
.area .propel .bg02 ul li li:last-child{
    margin-bottom: 0;
}
.area .propel .bg02 ul li li::before{
    width: 14px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background: #cfcfcf;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.area .propel .bg02 .scope01 li{
    width: 100%;
    height: 189px;
    line-height: 189px;
    background: #04344b;
    color: #fff;
    border-radius: 10px;
}
.area .propel .bg02 ul .scope01 li::before{
    display: none;
}
.area .propel .bg02 ul .scope01 li::after{
    width: 16px;
    height: 137px;
    background: url('../images/sub/propel_line01.png')no-repeat;
    right: -16px;
    left: auto;
    bottom: 25px;
    content: '';
    display: block;
    position: absolute;
}
.area .propel .bg02 li.s2{
    background: #365d6f;
}

.area .propel .bg02 ul .scope02 .s1::after{
    width: 17px;
    height: 137px;
    background: url('../images/sub/propel_line02.png')no-repeat;
    right: -17px;
    left: auto;
    bottom: 25px;
    top: 50%;
    transform: translateY(0);
    position: absolute;
    content: '';
    display: block;
}
.area .propel .bg02 li.s3{
    background: #4f7181;
}

/* ------------------------------------------------------------------------------------------- */

/* 광주사회서비스 */
.gwangjuService .creation{
    margin: 26px 0 65px;
    position: relative;
}
.gwangjuService .creation>div{
    float: left;
    margin:0 0 0 32px;
}
.gwangjuService .way{
    float: left;
    width: 251px;
    height: 239px;
    border-radius: 20px 0 20px 0;
    border: 1px solid #dddddd;
    border-top:0;
    overflow: hidden;
    position: relative;
    margin: 0 34px;
}
.gwangjuService .creation .wayArrow{
    float: left;
    width:46px;
    height:48px;
    border: 0;
    background: url('../images/sub/socialService_arr.png')no-repeat;
    margin-top: 97px;
}
.gwangjuService .way h6{
    width: 100%;
    height:61px;
    line-height:61px;
    font-size:18px;
    font-family: 'scdream5';
    text-align:center;
    color:#fff;
    background: #04344b;
}
.gwangjuService .way.w02 h6{
    background: #f89828;
}
.gwangjuService .way .list01{
    padding: 25px 33px 0;
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 0;
}
.gwangjuService table{
    margin-bottom: 65px;
}
/* ------------------------------------------------------------------------------------------- */


/* 전자바우처 */
.voucher .introBg {
    width: 902px;
    margin: 38px auto 84px;
}
.voucher .introBg>div.radius39{
    width: 100%;
    height: 78px;
    line-height: 78px;
    background: #727171;
    border-radius: 39px;
    text-align: center;
    font-family: 'scdream5';
    font-size:22px;
    color:#fff;
}
.voucher .introBg>dl{
    margin-bottom:54px;
}
.voucher .introBg dt.tit{
    width: 270px;
    height: 270px;
    background: #f89828;
    border-radius:50%;
    font-family: 'scdream8';
    font-size:28px;
    color:#fff;
    text-align:center;
    padding:99px 0;
    margin: 54px auto 75px;
    position: relative;
}
.voucher .introBg dt.tit::after{
    position: absolute;
    content: '';
    display: block;
    width:718px;
    height: 75px;
    background: url('../images/sub/introBg_line.png')no-repeat;
    bottom: -75px;
    left:50%;
    transform:translateX(-50%);
}
.voucher .introBg>dl>dd>dl{
    float:left;
    margin-right:74px;
}
.voucher .introBg>dl dl:first-of-type{
    margin-left:10px;
}
.voucher .introBg>dl dl:last-of-type{
    margin-right:10px;
}
.voucher .introBg dd dt{
    font-family: 'scdream6';
    font-size:20px;
    color:#fff;
    width:165px;
    height:165px;
    padding: 65px 0;
    background:#04344b;
    border-radius:50%;
    text-align:center;
    position: relative;
    margin-top: 45px;
}
.voucher .introBg dd dt::after{
    display: block;
    position: absolute;
    content:'';
    width:1px;
    height:45px;
    background:#d8d8d8;
    top:-45px;
    left:50%;
    transform:translateX(-50%);
}
.voucher .introBg dd dd{
    width:165px;
    height:80px;
    border:1px solid #ccc;
    background: #fbfbfb;
    text-align: center;
    margin-top:20px;
    position: relative;
    padding-top: 20px;
    font-size: 14px;
    color: #2a2a2a;
}
.voucher .introBg dd dd::after{
    display: block;
    content: '';
    position: absolute;
    width: 29px;
    height: 35px;
    background: url('../images/sub/introBg01.png')no-repeat bottom;
    top: -20px;
    left:50%;
    transform:translateX(-50%);
}
.voucher .introBg dd dd span{
    display:block;
    font-size:18px;
    color:#04344b;
    font-family: 'scdream5';
}
.voucher .introBg .board_table_01{
    margin-top: 24px;
}
.voucher .introBg .board_table_01 td{
    text-align:left;
}
.voucher .flowChart div.img{
    width: 904px;
    height: 509px;
    background: url('../images/sub/voucher01.jpg')no-repeat;
    margin: 38px auto 68px;
}

/* ------------------------------------------------------------------------------------------- */

/* ========================================================================================= */


/* 사업안내 */
.box_orange{
	padding:6px 14px;
	color:#fff;
	background:#ff9000;
	display:inline-block;
	margin:12px auto 18px;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	font-family: 'scdream5';
	font-size:18px;
}


/* 제공기관 검색 */
.provi_list .map_wrap, .provi_list .provi_list .block-content.list{
	float:left;	
}
.provi_list .block-content .map_wrap{
	width:520px;
	height:590px;
}
.provi_list .block-content #map{
	width:100%;
	height:100%;
}
.addMap_homepage{
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 16px;
}
.providerList_icon{
	margin-bottom:14px;
}
.providerList_icon li{
	float:left;
	margin-right:18px;
	font-family: 'scdream4';
	font-size:13px;
}
.providerList_icon li img{
	float:left;
	margin-right: 7px;
}
.providerList_icon li a{
	color:#2a2a2a;
}
.provi_list .block-content.list{
	width:653px;
	float:left;
	margin-left:26px;
}
.block-content.list table thead tr {
    background:#f6f6f6;
}
.block-content.list thead th {
	padding: 13px 0;
    border-top:2px solid #8e867e;
	font-family: 'scdream4';
	font-size:13px;
	color:#2a2a2a;
}
.block-content.list tbody td {
	padding: 12px 0;
    border-bottom: 1px solid #dde2e8;
    text-align:center;
}
.block-content.list tbody td.num {
	font-size:13px;
	color:#2a2a2a;
}
.block-content.list tbody td h3{
	font-family: 'scdream5';
	font-size:13px;
	color:#2a2a2a;
}
.block-content.list tbody td.prvdAdd div{
	font-family: 'notokr-light';
	font-size:12px;
	color:#444;
}
.block-content.list tbody td.certify ul{
	display:inline-block;
}
.block-content.list tbody td.certify li{
	float:left;
	margin: 0 6px;
}


/* 제공기관 검색_디테일 */
.provi_detail .block-content{
    width: 100%;
    height: 364px;
    background: #f9f9f9;
    position:relative;
    border-radius: 50px 0 50px 0;
    padding: 60px 36px 28px;
}
.provi_detail .block-content .addWrap{
    width: 527px;
    height:100%;
    float: left;
    position:relative;
}
.provi_detail .block-content .addWrap h3{
    font-family: 'scdream5';
    font-size:24px;
    color:#2a2a2a;
    padding-bottom:32px;
    border-bottom:1px solid #8d8d8d;
    margin-bottom:32px;
}
.provi_detail .block-content .addWrap>ul li{
	font-size:14px;
	line-height:24px;
	font-family: 'notokr-light';
	color:#444;
}
.provi_detail .block-content .addWrap>ul li strong{
	font-size:14px;
	font-family: 'scdream5';
	color:#2a2a2a;
	font-weight: 500;
}
.provi_detail .block-content .addWrap>ul li .btn_black01{
	margin-left:7px;
}
.provi_detail .providerList_icon{
	background:#fff;
	padding:8px 0;
	margin:40px 0 0;
}
.provi_detail .providerList_icon li{
	margin-left:26px;
	margin-right:0;
}
.heart{
	position:absolute;
	top:0;
	right:0;
}
.heart a{
	display:block;
	width:23px;
	height:21px;
	background:url("../images/sub/heart.png")no-repeat center top;
}
.provi_detail .block-content .map_wrap{
    width: 570px;
    height: 361px;
    float:right;
}
.provi_detail .block-content #map{
	width:100%;
	height:100%;
}
.provi_detail .detail_cont{
	border-bottom: 1px solid #dcdcdc;
    height: 50px;
    margin: 91px 0 50px 0;
}
.provi_detail .detail_cont article{
	position:relative;
}
.provi_detail .detail_cont article:after{
	position:absolute;
	background:#e4e4e4;
	width:100%;
	height:1px;
	content:'';
	display:block;
	top:49px;
}
.provi_detail .detail_cont a.tab{
	position:relative;
	float:left;	
	width:25%;
	height:50px;
	background: #f2f2f2;
	border:1px solid #eaeaea;
	border-width: 1px 1px 1px 0;
	text-align:center;
	line-height:50px;
	font-family: 'scdream4';
	font-size:16px;
	color:#666;
}
.provi_detail .detail_cont article:first-of-type a{
	border-width: 1px 1px 1px 1px;
}
.provi_detail .detail_cont article>div{
	position:absolute;
	top:73px;
	width:100%;
}
.provi_detail .detail_cont a.active{
	font-family: 'scdream5';
	color:#fff;
	background: #ffa633;
}
.provIntro{
	padding:29px 26px;
	border:10px solid #eee;
	margin-bottom:18px;
	display:inline-block;
	margin-top:32px;
}
.provIntro p{
	font-size:15px;
	color:#2a2a2a;
}
.facility{
	margin:32px 0 50px;
}
.facility li{
	width:285px;
	height:252px;
	float:left;
	margin-right:20px;
}
.facility li:last-child{
	margin-right: 0;
}
.facility .provThum{
	height:192px;
	background:#444;
}
.facility li .tit a{
	text-align:center;
	display:block;
	height:61px;
	line-height:60px;
	font-family: 'notokr-medium';
	font-size:16px;
	color:#000;
	border:1px solid #e4e4e4;
}
.provi_detail .board_table_01{
	width:1200px;
}


/* =========== @media ============== */
@media screen and (max-width:1200px){
	/* 제공기관 리스트 */
	.provi_list .block-content .map_wrap{
		width:42%;
	}
	.provi_list .block-content.list{
		width:55%;
	    margin-left: 3%;
	}
	
	/* 제공기관 디테일 */
	.provi_detail .block-content{
		height:auto;
	}
	.provi_detail .providerList_icon li{
		width:100%;
	}
	.provi_detail .block-content .addWrap{
		width:45%;
	}
	.provi_detail .block-content .map_wrap{
		width:45%;
	}
	.facility li{
		width:23%;
		margin:0 1%;
	}
}

@media screen and (max-width: 1024px){
	/* 지원단소개 */
    .introduction .introImg {
        width: 100%;
        background-size: 100%;
    }
    
    /* 조직도 및 주요업무 */
    .organization .board_table_01{
		width:100%;
		margin-left:0;
	}
}

@media screen and (max-width:1000px){
	/* 인사말 */
    .greet{
        width: 100%;
    }
    .greetImg{
        width: 100%;
    }
    
    /* 연혁 */
    .history{
        padding-left: 0;
        background-size: 20%, 25%;
        background-position: right 0 top 315px, bottom 83px right 80px;
    }
    .history.his2015{
        padding-left: 0;
        background-size: 25%;
    }
}

@media screen and (max-width: 950px){
	/* 지원단소개 */
    .introduction .introImg {
        display: none;
    }
    .introduction p.role span.disB{
        display:inline !important;
    }
    .introduction p.role{
        width: 90%;
        margin: 32px auto 0;
    }
    .strategy>ul>li, .goal>ul>li{
        margin-bottom: 30px;
    }
    .strategy>ul {
        margin-bottom: 30px;
    }
    .strategy>ul>li .dot_blue::after{
        display: none;
    }
    .introduction .cont h6 {
        float: none;
        padding-top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .introduction h6::before {
        display: none;
    }
    .strategy>ul:after {
        top: -160px;
    }
    
    /* 조직도 및 주요업무 */
    .organization .orgWrap .org {
        height: 50px;
        line-height: 50px;
    }
    .organization .orgWrap .or4 {
        right: -270px;
    }
    .organization .orgWrap .or4::after {
        width: 150px;
        left: -150px;
    }
    .organization .gssc ul li{
        height:auto;
    }
    .organization .gssc li dl{
        padding-bottom:15px;
    }
    .organization .gssc ul li dt{
        height:50px;
        line-height:50px;
    }
    
    /* 지역자율형사회서비스 */
    .area .propel .before{
        float: none;
        margin: 0 auto 20px;
    }
    .area .propel .before::after{
        display: none;
    }
    .area .propel .after{
        width: 456px;
    }
    .area .propel .after .border{
        width: 100%;
    }
    .area .propel .bg02 >ul{
        width: 100%;
    }
    .area .propel .bg02 >ul >li{
        width: 33.33%;
        padding: 0 1%;
        margin-right: 0;
    }
    .area .propel .bg02 ul .scope01 li::after, .area .propel .bg02 ul .scope02 .s1::after, .area .propel .bg02 ul li li::before{
        display: none;
    }
    
    /* 전자바우처 */
    .voucher .introBg, .voucher .introBg>div{
        width: 100%;
    }
    .voucher .introBg dt.tit{
        width: 65%;
        height: auto;
        margin: 70px auto 40px;
        font-size: 20px;
        padding: 10px 0;
        border-radius: 50px;
    }
    .voucher .introBg dt.tit::after{
        background: none;
        display: none;
    }
    .voucher .introBg>dl dl:first-of-type{
        margin-left:0
    }
    .voucher .introBg>dl dl:last-of-type{
        margin-right:0
    }
    .voucher .introBg>dl>dd>dl{
        width:25%;
        margin-right:0;
    }
    .voucher .introBg dd dt{
        margin: 0 auto;
    }
    .voucher .introBg dd dt::after {
        background:none;
    }
    .voucher .introBg dd dd{
        margin: 20px auto 0;
    }
    .voucher .flowChart{
        width: 100%;
    }
    
    /* 제공기관 리스트 */
	.provi_list .block-content .map_wrap{
		width:100%;
		height:360px;
	}
	.provi_list .block-content.list{
		width:100%;
	    margin-left: 0;
	    margin-top:30px;
	}
}

@media screen and (max-width: 830px){
	/* 지원단소개 */
    .introduction p strong{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .introduction .vision{
        width: 100%;
    }
    .introduction .vision>div{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .strategy, .goal{
        width: 100%;
    }
    .strategy>ul, .goal>ul {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .strategy>ul>li, .goal>ul>li {
        width: 100%;
        margin: 0 auto 26px !important;
    }
    
    /* 제공기관 디테일 */
	.provi_detail .block-content .addWrap{
		width:100%;
	}
	.provi_detail .block-content .map_wrap{
	    width: 100%;
	    margin-top:30px;
	}
	.facility li{
		width:46%;
		margin:2%;
	}
}

@media screen and (max-width:800px){
	/* 연혁 */
    .history, .history.his2015{
        padding-left: 0;
        background: none;
    }
    .history ol{
        padding-left: 24px;
    }
	h4.year {
	    font-size: 65px;
	}
    .history ol li dt{
        width: 12%;
    }
    .history ol li dd{
        width: 88%;
    }
    
    /* 조직도 및 주요업무 */
    .organization .orgWrap .org {
        margin: 0 0 20px;
    }
    .organization .orgWrap .or4{
        right:-100px;
    }
    .organization .orgWrap .org::after {
        left: 32px;
        transform: translateX(0);
    }
    .organization .orgWrap .or4::after {
        width: 68px;
        left: -68px;
    }
    .organization .orgWrap .or6 {
        margin-bottom: 60px;
    }
    .organization .gssc p.or6::after {
        width: 1px;
        height: 328px;
        bottom: -328px;
        background: #dedede;
        left: 32px;
        transform: translateX(0);
    }
    .organization .gssc ul {
        left: 0;
        transform: translateX(0);
        padding-left: 100px;
    }
    .organization .gssc ul li{
        width: 80%;
        margin-bottom: 20px;
    }
    .organization .gssc ul li:first-child {
        margin-right: 0;
    }
    .organization .gssc ul li::after {
        width: 68px;
        height: 1px;
        left: -68px;
        transform: translateX(0);
        top: 25px;
    }
   
	
	/* 지역자율형사회서비스 */
    .area .propel .bg02 >ul >li{
        width: 80%;
        margin: 0 auto 60px;
        float: none;
    }
    .area .propel .bg02 >ul >li:last-child{
        margin-right: auto;
    }
    
    /* 광주사회서비스 */
    .gwangjuService .creation>div {
        margin: 0;
    }
    .gwangjuService .way{
        margin: 0 25px;
    }
}

@media screen and (max-width: 750px){
	/* 지원단소개 */
    .introduction .vision>div{
        width: 100%;
    }
    
    /* 오시는 길 */
    .directions .car .board_table_02 td span{
        display: inline !important;
    }
    .directions .public tr:first-child td  li:first-child{
        margin-bottom:12px;
    }
    
    /* 전자바우처 */
    .voucher .introBg>dl>dd>dl{
        width:25%;
        padding:0 1%;
    }
    .voucher .introBg dd dt{
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 10px 0;
        font-size: 15px;
    }
    .voucher .introBg dd dd span{
        font-size: 16px;
    }
    .voucher .introBg dd dd{
        width: 100%;
    }
}

@media screen and (max-width:700px){
	/* 오시는 길 */
    .directions .board_table_02 th{
        padding: 30px 12px 29px;;
    }
    
    /* 광주사회서비스 */
    .gwangjuService .creation>div {
        width: 100%;
    }
    .gwangjuService .creation .wayArrow{
        display: none;
    }
    .gwangjuService .way {
        width: 46%;
        height:auto;
        margin: 0 2%;
    }
    .gwangjuService .way .list01 {
        padding: 25px 20px;
    }
}

@media screen and (max-width:650px){
	/* 연혁 */
	h4.year {
	    margin: 20px 0 0 0;
	}
    .history ol li dt{
        width: 15%;
        padding: 20px  0 10px;
    }
    
    /* 오시는 길 */
    .map_adr{
        background: #fbfbfb;
        padding: 34px 25px;
    }
    .map_adr>div{
        padding-left:0;
    }
    .map_adr dt {
        width: 12%;
        padding-right:0;
    }
    .map_adr dd {
        width: 88%;
    }
}

@media screen and (max-width:600px){
	/* 전자바우처 */
    .voucher .introBg>div.radius39{
        height:auto;
        line-height:28px;
        font-size:18px;
        padding: 10px 40px;
        border-radius:10px;
    }
    .voucher .introBg>dl{
    	margin-bottom:20px;
    }
    .voucher .introBg dt.tit{
        width: 70%;
        margin:50px auto 30px;
        font-size: 18px;
        border-radius:10px;
    }
    .voucher .introBg dt.tit span{
        display:inline-block !important;
    }
    .voucher .introBg>dl>dd>dl{
        width:50%;
        padding:0 2%;
        margin-bottom: 30px;
    }
    
    /* 제공기관 디테일 */
    .provi_detail .block-content {
	    padding: 60px 20px 28px;
	}
	.provi_detail .block-content .map_wrap {
	    height: 270px;
	}
	.facility li{
		width:48%;
		margin:2% 1%;
	}
}

@media screen and (max-width: 550px){
	/* 지원단소개 */
.introduction p strong{
        font-size: 24px;
    }
    .introduction .vision>div {
        height: auto;
        border-radius: 10px;
        letter-spacing: -1.2px;
    }
    .strategy>ul, .goal>ul {
        width: 95%;
    }}

@media screen and (max-width:500px){
	/* 오시는 길 */
    .map_adr dl{
       margin-bottom: 12px;
    }
    .map_adr dt{
        width: 60px;
        padding-right: 14px;
    }
    .map_adr dt::after {
	    right: 10px;
	}
    .map_adr dd{
        width: calc(100% - 60px);
        padding-left: 0;
    }
    
    /* 지역자율형사회서비스 */
    .area .propel .bg01{
        width: 100%;
    }
    .area .propel .before, .area .propel .after{
        width: 100%;
    }
    .area .propel .border{
        width: 100%;
    }
    .area .propel .blindSpot{
        position: relative;
        width: 90%;
        background: #04344b;
        padding: 20px;
        height: auto;
        margin: 10px auto 0;
        border-radius: 10px;
    }
    .area .propel .bg02 >ul >li{
        width: 100%;
    }
    
    /* 광주사회서비스 */
    .gwangjuService .way {
        width: 80%;
        float:none;
        margin: 0 auto 20px;
    }
    
     /* 제공기관 리스트 */
     .providerList_icon li{
     	width:100%;
     	margin:5px 0; 
     }
	.provi_list .block-content.list{
		width:100%;
	    margin-left: 0;
	    margin-top:50px;
	}
	.provi_list .block-content.list .num{
		display:none;
	}
	.provi_list .block-content.list .prvdAdd{
		width:53%;
	}
	.provi_list .block-content.list .homepage{
		width:17%;
	}
	.provi_list .block-content.list .certify{
		width:30%;
	}
}

@media screen and (max-width:450px){
	/* 연혁 */
    .history ol li dt, .history ol li dd{
        width: 100%;
        float: none;
    }
    .history ol li dt {
        margin: 10px 15px;
    }
    .history ol li dd li{
        margin-bottom: 10px;
    }
    
    /* 제공기관 디테일 */
	.facility li{
		width:100%;
		margin:20px 0;
		float:none;
	}
}

@media screen and (max-width:380px){
	/* 조직도 및 주요업무 */
    .organization .orgWrap{
        text-align: left;
    }
    .organization .orgWrap>div{
        width: 100%;
    }
    .organization .orgWrap .org {
        width: 75%;
    }
    .organization .orgWrap .or4 {
        right: -80px;
    }
    .organization .orgWrap .or4::after {
        width: 48px;
        left: -48px;
    }
    .organization .gssc ul {
        padding-left: 80px;
    }
    .organization .gssc ul li {
        width: 97%;
    }
    .organization .gssc ul li::after {
        width: 48px;
        left: -48px;
    }
}

.cal_option{position:relative;}
.cal_month{text-align:center; font-size:28px; margin:20px 0 10px 0;}
.cal_month span.prev,.cal_month span.next{display:inline-block; width:27px; height:42px; margin:0 10px;}
.cal_month span.prev a{display:block; background:url("../images/sub/edu_arrow_left.png") 0 8px no-repeat; text-indent:-9999px;}
.cal_month span.next a{display:block; background:url("../images/sub/edu_arrow_right.png") 0 8px no-repeat; text-indent:-9999px;}
select.conSel02{height:42px; vertical-align: middle; min-width: 135px; margin: 2px 0; font-size: 14px; color: #3d3d3d; border: 1px solid #cccccc; border-radius: 0; padding: 0 8px; overflow: hidden;}

.table-calendar{margin:20px 0 0 0; border-left:1px solid #e0e0e0; border-top:1px solid #e0e0e0;}
.table-calendar thead th{padding:25px 0; background:#f4f4f4; font-size:15px; border-right:1px solid #e0e0e0;}
.table-calendar thead th.sun{color:#ec5c58;}
.table-calendar thead th.sat{color:#96c2ec;}
.table-calendar thead th span{display:block; color:#96afd4; font-size:12px;}
.table-calendar tbody td{position:relative; padding:15px; border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; width:14.28%; 
	vertical-align:top; height:150px; font-size:14px;
	}
.table-calendar tbody td div > ul{overflow-y:scroll; height:150px; width:110%; margin:0 auto;}
.table-calendar tbody td div > ul > li > ul > li{    background: url('../images/sub/dept_01.gif') 0 9px no-repeat;    padding-left: 10px;
	background-size:5px;}

.table-calendar tbody td button{border:none; background:#2c5ba9; color:#fff; font-size:13px; padding:5px; margin:0;}
.table-calendar tbody td.active{background:#f9f2ea;}
.table-calendar tbody td.sun, .table-calendar thead th.sun{color:#f10c57;}
.table-calendar tbody td.sat, .table-calendar thead th.sat{color:#19a0f5;}
.table-calendar tbody td.today em{padding:3px 5px; background:#ffb95e; border-radius:7px; color:#fff;}
.table-calendar tbody td .date{font-size:17px; font-weight:bold;}
.table-calendar tbody td p{display:block; text-align:left; margin-top:10px;}
.table-calendar tbody td span{padding:3px 0px; margin-right:3px; text-align:center; display:inline-block; width:43px; letter-spacing:-1px; color:#fff; font-size:12px; font-family:'Dotum'}
.table-calendar tbody td span.C101{background:#65af4e; }
.table-calendar tbody td span.C102{background:#3d8fe3;}
.table-calendar tbody td span.C103{background:#9c69c5;}
.table-calendar tbody td span.C104{background:#717274;}
.table-calendar ul{margin:5px 0 0 0;}
.table-calendar ul li{padding:3px 0;}
.btn_br{display:none;}

