@charset "UTF-8";
@import url("/_templet7/css/sub.css");
@import url("contents.css");
/*-------------------------------------------------
title       : 서브
Author      : ㅈㅁㅈ
Create date : 2020-10-30
-------------------------------------------------*/
#wrap { background: url("../img/sub/visual.jpg") no-repeat center 0; }

#content { /* outline: 0 none; */ }

#snb.sub02 .nav #left_menu_top { table-layout: inherit; }

#snb.sub02 .nav #left_menu_top > li > a { font-size: 0.8rem; }

/* 
    게시판에서 상태 표시 
    condi01 : 레드 
    condi02 : 진한그레이
    condi03 : 밝은브라운
    condi04 : 연한그레이
    condi05 : 파랑

    상태 사용하는 페이지
    1. 80301000000 - 중부인 사회봉사 Bridge
*/

div.tstyle_list > div > ul > li > span[class^="condi"]{
	display: inline-block;
	padding: 0 1rem;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 1rem;
	border: 1px transparent solid;
	font-weight: 500;
	color: #fff;
}

div.tstyle_list > div > ul > li > span.condi01 { background-color: #D53746;}

div.tstyle_list > div > ul > li > span.condi02 { background-color: #454A4E;}

div.tstyle_list > div > ul > li > span.condi03 { background-color: #9B8873;}

div.tstyle_list > div > ul > li > span.condi04 { background-color: #F7F7F7; color: #333; border: 1px #ddd solid;}

div.tstyle_list > div > ul > li >span.condi05 { background-color: #026cb6;}

.table-wrap table tbody tr th{
	border-left: 0;
}
.table-wrap table tbody tr th,
.table-wrap table tbody tr td{
	border-left: 0;
	border-right: 1px solid #e9ebf1;
}
.table-wrap table tbody tr td:last-child{
	border-right: 0;
}

.manage-box{
	margin-bottom: 7.2rem;
}
.manage-box > li + li{
	margin-top: 2.2rem;
}
.manage-box .icon-box{
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	font-weight: 400;
}
.manage-box .icon-box .img-icon{
	width: 6.5rem;
	margin-right: 1.75rem;
}
.manage-box .icon-box .img-icon + div{
	width: calc(100% - 6.5rem - 1.75rem);
}
.manage-box .icon-box .tit{
	display: block;
	margin-bottom: 0.75rem;
	color: #222;
	font-weight: 700;
	font-size: 1.2rem;
}




.club-list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1rem;
}
.club-list > li{
	width: calc(33.3% - 2rem);
	margin: 0 1rem 2rem;
	padding: 1.5rem;
	border: 1px #ddd solid;
}
.club-list img{
	object-fit: cover;
}

.service-finish{ 
	position: relative; 
	width: 100%; 
	padding: 15px; 
	background-color: #f6f6f6; 
	text-align: center;
}
.service-finish .box{ 
	padding: 55px 50px 75px 50px; 
	border: 1px solid #d5d5d5; 
}
.service-finish .cont-tit{
	display: block;
	font-size: 1.45rem;
	font-weight: 500;
	color: #000;
	line-height: 1.25;
	word-break: keep-all;
	margin-top: 30px;
	margin-bottom: 20px;
}
.service-finish .cont-tit:before{ 
	content: ""; 
	display: block; 
	width: 415px; 
	height: 214px; 
	margin: 0 auto 48px; 
	background: url(../img/sub/donation_finish.png) no-repeat; 
	background-size: contain; 
	vertical-align: middle;
}
.service-finish p{ 
	font-size: 0.9rem; 
	font-weight: 400; 
	color:#555; 
	word-break: keep-all;
}

.btn_basic,
.BtnArea .btn_basic{ 
	min-width: auto; 
	padding: .6rem 2rem;
}
.btn_basic.btn_submit,
.BtnArea .btn_basic.btn_submit{ 
	background-color:#a61e2e; 
	border: 1px solid #a61e2e;
	color: #fff;
}
.btn_basic.btn_submit:hover,
.btn_basic.btn_submit:focus,
.BtnArea .btn_basic.btn_submit:hover,
.BtnArea .btn_basic.btn_submit:focus {
	background: #fff;
	border: 1px solid #ddd;
	color: #555;
}

@media screen and (max-width: 1024px) {
	
	.club-list > li{
		width: calc(50% - 2rem);
	}
}
@media screen and (max-width: 768px) {
	
	
	.club-list{
		display: block;
		margin: 0;
	}
	.club-list > li{
		width: 100%;
		margin: 0 auto 2rem;
	}
	.club-list img{
		width: 100%;
		height: 15rem;
		object-fit: cover;
	}
	
	.service-finish .cont-tit:before{ 
		width: 100%; 
		height: 0; 
		padding-bottom: 51.56%; 
	}
}
@media screen and (max-width: 580px) {
	
	.manage-box .icon-box .img-icon{
		display: block;
		margin-bottom: 1rem;
	}
	.manage-box .icon-box{
		display: block;
	}
	.manage-box .icon-box .img-icon + div{
		width: 100%;
	}
}
