/*########## 페이징 공통 ##########*/
#container_title {
	position:relative;
	font-weight:bold;
	color:#333; 
	text-align:center;
	z-index:9;
	background:url('/skin/layouts/prepare/img/sub_bg.jpg') center center;
	line-height:160px;
	color:#fff;
	font-size:3em;
	margin-top:95px;
	text-shadow: 5px 5px 5px #878787;
}
#content h3 {    
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	height: 80px;
	line-height: 80px;
	color: #565656;
}

/* left menu */
#cont_inner{
	max-width: 1000px; 
	margin:0 auto;
}
#cont_inner:after{
	content: ''; 
	clear: both; 
	display: block;
}

#cont_right{
	float:right; 
	width:100%;
}
#cont_right:after{
	content: ''; 
	clear: both; 
	display: block;
}

#mysubmenu {
	display:none;
	float:left; 
	width:16%;
}
#mysubmenu ul {
	list-style:none; 
	margin:0; 
	padding:0;
} 
#mysubmenu li { 
	margin: 0; 
	list-style: none;
} 
#mysubmenu .leftmenu_b {
	height: 80px; 
	line-height:80px; 
	margin-bottom:0px; 
	background-color:#dc6769; 
	text-align:center; 
	font-size:24px; 
	font-weight:bold; 
	color:#fff;
} 
#mysubmenu .leftmenu_b a{
	color:#fff;
}
#mysubmenu .leftmenu_s {
	line-height:60px; 
	line-height:60px; 
	margin-bottom:0px; 
	padding-left:20px; 
	background-color:#ffffff; 
	border-bottom:1px solid #e6e6e6; 
	font-size:15px;
} 
#mysubmenu a {
	text-decoration:none; 
	display:block;
} 
#mysubmenu .leftmenu_s a:hover {
	color:#000000;
}
#mysubmenu .active { 
	background-color:#f3f3f3; 
}

@media (max-width:1200px){
	#cont_inner{ width:100%; }
	#cont_right{ clear: both; width:100%; }
	#mysubmenu{ display: none; }
 }


/* page design */
#ctt { 
	padding:10px;
}

#ctt_con { 
	padding: 10px 0;
	margin-bottom:30px;
}
#ctt_con h4 { 
	position:relative;
	font-size:26px; 
	margin:40px 0; 
	color:#e75c5c; 
	font-weight:bold; 
	padding-left:15px;
}
#ctt_con h4:before { 
	content:''; 
	display:block; 
	position:absolute; 
	top:7px;
	left:0;
	width:5px; 
	height:18px;
	background-color:#e75c5c;
}
#ctt_con h4 span { 
	padding-right:5px; 
	color:#458fb4; 
}
#ctt_con h5 { 
	font-size:16px; 
	margin-bottom:15px;
	color:#559aaa; 
}
#ctt_con h6 { 
	font-size:15px; 
	margin-bottom:15px; 
	color:#333; 
}
#ctt_con .h6 { 
	float:left; 
}
#ctt_con .h6_span { 
	font-size:15px; 
	margin-bottom:15px; 
	color:#333; 
	float:right; 
}
#ctt_con img { 
	display:block; 
	margin:0 auto;
	margin-top:50px;
}

#ctt_con .con01 { 
	display:none; 
}

#ctt_con .mb_wrap {
display:none;
}
@media (max-width:969px){
#ctt_con .mb_wrap {
display:block;
}
#ctt_con .pc_wrap{
display:none;
}
}
/* 페이지디자인 */
.blank_10 { height:20px; }
.blank_20 { height:20px; }
.blank_30 { height:30px; }

.b_line { 
	padding-bottom:37px;
	margin-bottom:30px; 
	border-bottom:1px solid #dadada; 
}

.sm_txt { 

	font-size:13px; 
}

p.use_tit { font-size: 20px; padding-bottom: 10px;}

p.use_txt { font-size: 15px; color: #797979; line-height: 30px;}

p.use_txt2 { font-size: 18px; color: red;}

p.text2 {color: #565656; font-size: 17px; border:1px solid red;}
p.use_tit2 {  
	font-size: 15px;
    color: #797979;
    line-height: 30px;
}
.mb_images {display:none;}
span.rank {
			font-size: 17px;
			color: #565656;
			line-height: 30px;
			letter-spacing: 0.5px;
}
.use_txt b {
	font-weight:500;
}
.use_txt_noline { 
	margin-bottom:20px; 
	font-size:15px; 
}

.cont_table {
	border-spacing: 0; 
	border-collapse: separate; 
	font-size: 14px; 
	border-top:2px solid #dc6769; 
	width:100%; 
	margin-top:30px;
	margin-bottom: 50px; 
	line-height: 1.6em; 
	letter-spacing: -1px;
}
.cont_table tr th {
	color:#333; 
	background-color: #fdf3f3; 
	border-bottom: 1px solid #ddd; 
	padding:12px 6px;
}
.cont_table tr td {
	color:#888; 
	border-bottom: 1px solid #ddd;
	padding:14px; 
	text-align:center;
}
.cont_table .t_left {
	text-align:left;
	padding-left:30px;
}
.cont_table th.tb_line {
border-right: 1px solid #ddd;
}
p.popup_text {
				text-align:center;
				font-size:17px;
				margin-top:15px;
				color: #e75c5c;
	
}
@media (max-width:969px){
p.popup_text {font-size:15px;}
}
.cont_table2 {
	border-spacing: 0; 
	border-collapse: separate; 
	font-size: 14px; 
	width:100%;
	margin: -33px 0 32px 0; 
	line-height: 1.6em; 
	letter-spacing: -1px;
}
.cont_table2 tr th {
	color:#333; 
	background-color: #f7f7f7; 
	border-top: 1px solid #ddd; 
	padding:12px 6px;
}
.cont_table2 tr td {
	color:#888; 
	border-bottom: 1px solid #ddd;
	padding:14px; 
	text-align:center;
}

.cont_table2 tr td.table_line {
	border-right: 1px solid #ddd;
}



.root_daum_roughmap .wrap_controllers /* Kakao Map */ { 
	display:none !important;
} 

/* service */
.cont_table_consult { 
	border-spacing: 0; 
	border-collapse: separate; 
	width:100%;
	padding:20px;
	line-height: 1.925em; 
	font-size:15px;
	border:1px solid #fc8e2f;
	background:#fffcf5;
}
.cont_table_consult th { 
	padding:0; 
}
.cont_table_consult td {  

}
.cont_table_consult strong { 
	font-size:30px; 
	color:#fc8e2f; 
}


.con_info { 
	margin-bottom:50px; 
}
.cont_table_info { 
	border-spacing: 0; 
	border-collapse: separate; 
	width:100%;
	padding:20px;
	line-height: 1.925em;
	font-size:16px;
	border:5px solid #dadada;
}
.cont_table_info th { 
	font-size:50px; 
	padding:10px 30px; 
	border-right:1px solid #dadada; 
}
.cont_table_info th i { 
	color:#fc8e2f; 
}
.cont_table_info td { 
	text-align:right; 
}
.cont_table_info strong { 
	font-size:30px; 
	color:#fc8e2f; 
}
.info_txt { 
	margin:10px; 
	font-size:15px;  
}

.use_list { 
	font-size:15px; 
	line-height:1.5; 
}
.use_list ul { 
	list-style:circle inside;  
}

/* cost */
#box_wr { 
	padding:40px; 
	margin-bottom:32px; 
	text-align:center;
	background:#f7f7f7; 
	border:1px solid #ababab; 
}
.box_con { 
	overflow:hidden; 
}

.payinfo .box_con b { 
	width:5%; 
	font-size:35px; 
	line-height:80px; 
}
.payinfo .box_con strong { 
	font-size:18px; 
}
.payinfo .tx { 
	font-size:15px; 
	float:left; 
}
.payinfo .box_tx1, .payinfo .box_tx2 { 
	width:30%; 
	border-radius:50px; 
	padding:15px; 
	background:#fff; 
	border:3px solid #559aaa;
}
.payinfo .box_tx3 { 
	width:30%; 
	border-radius:50px; 
	padding:24px; 
	background:#559aaa; 
	border:3px solid #559aaa; 
	color:#fff;
}

.procedure .box_con ul li { 
	float:left; 
	width:25%; 
	padding:10px; 
	line-height:18px; 
}
.procedure .box_con ul li .bg {
	background:#559aaa; 
	padding:10px; 
}
.procedure .box_con ul li strong { 
	display:block; 
	padding-bottom:10px; 
	font-size:15px; 
	color:#fff; 
}
.procedure .box_con ul li p { 
	background:#fff; 
	padding:20px 0; 
}
.procedure .box_con ul li b { 
	display:block; 
	margin-top:7px; 
}

/* volunteer */
.way .box_con ul li { 
	float:left;
	width:33.3333%; 
	padding:10px; 
	line-height:18px; 
	font-size:15px; 
}
.way .box_con ul li .bg { 
	background:#559aaa; 
	padding:10px; 
}
.way .box_con ul li strong { 
	display:block; 
	padding-bottom:10px; 
	color:#fff;
}
.way .box_con ul li p { 
	background:#fff; 
	padding:20px 0;
	min-height:76px; 
}
.way .box_con ul li:nth-child(2) p {
	padding:29px 0;
}


@media (max-width:969px){
	#container_title {
		line-height: 55px;
		border-bottom: 1px solid #eee;
		color: #000;
		font-size: 17px;
		font-weight:600;
		text-align: left;
		padding: 0 20px;
		text-shadow:none;
		margin-top:65px;
	}
	
	#ctt_con { padding:20px 0 0; }
	#ctt_con h4 { font-size:18px; }
	#content h3 { display:none; }

	.use_txt { font-size:13px; }

	.cont_table { font-size:12px; }
	.cont_table th { padding-right:15PX; }
	.cont_table strong { font-size:18px; }
.pc_images {display:none;}
.mb_images {display:block;}
}

/* volunteer page */
.con02 .volunteer tr th {
	background-color:#dc6769;
	color:#fff;
}
.con02 .volunteer tr td {
	font-size:15px;
	color:#333;
}
.con02 .volunteer tr i {
	display:block;
	font-size:35px;
	padding-bottom:15px;
	color:#bf2320;
}


.cost p.cost_tit{ font-size: 20px; color: red; padding-bottom: 20px;}
.cost_txt { font-size: 18px; line-height: 50px; color: #565656; margin-bottom: 30px;}
.cost h4 { font-size: 18px; text-align: right; color: #343434; padding-top: 50px;}

.cont_table3 td.tb_line { border-right: 1px solid #ddd;}
.cont_table3 {
	border-spacing: 0; 
	border-collapse: separate; 
	font-size: 13px; 
	border-top:2px solid #dc6769; 
	width:100%; 
	margin-bottom: 10px; 
	line-height: 1.6em; 
	letter-spacing: -1px;
}
.cont_table3 tr th {
	color:#333; 
	background-color: #fdf3f3; 
	border-bottom: 1px solid #ddd; 
	padding:12px 6px;
}
.cont_table3 tr td {
	color:#888; 
	border-bottom: 1px solid #ddd;
	padding:10px; 
	text-align:center;
}

.cont_table3 th.tb_line {
	border-right: 1px solid #ddd;
}

.cont_table3 td.tb_rank {
	width: 10%;
	color: red;
	border-right: 1px solid #ddd;
	padding: 10
	px;
	font-weight: bold;
}

.cont_table3 td.tb_txt {
	width: 12%;
	color: red;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.cont_table3 td.tb_line {
	border-right: 1px solid #ddd;
}

@media (max-width:969px){
.cont_table3 tr td {padding: 2px; font-size: 13px;}
}