@charset "utf-8";
/* CSS Document */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Nanum Gothic Bold';
	font-weight: 600;
	line-height: 1.5;
}
.mj_20 {
	font-size: 1.286em;
	line-height: 1.5;
	font-family: 'Nanum Myeongjo Bold';
	font-weight: 600;
}
.bdbox {
	padding: 10px;
	border: #e2e2e2 solid 1px;
}
.bdbox .bg-info {
	padding:10px;
}
ul.dep_info {
	margin: 0;
	padding: 0;
}
ul.dep_info li {
	padding: 4px 0;
	border-bottom: #ccc dashed 1px;
	list-style-type: none;
	font-family: 'Nanum Gothic Bold';
	font-weight: 600;
}
ul.dep_info li span {
	display: inline-block;
	width: 60px;
	height: 20px;
	margin-right: 4px;
	border-radius: 50%;
	color: #012d5a;
	font-size: 12px;
	font-family: 'Nanum Gothic Bold';
	font-weight: 600;
	text-align: left;
}
ul.dep_info li a {
	color: #666;
}
ul.dep_info li a:hover, ul.dep_info li a:focus {
	color: #0062a7
}
.sns {
	margin: 15px 0;
}
ul.listStyle02.text-sm li {
	font-size: 12px;
}
ul.sub0401_list {
	margin: 0;
	padding: 0;
}
ul.sub0401_list li {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
ul.sub0401_list li .txt {
	border: #ccc solid 1px;
	padding: 120px 20px 20px;
}
ul.sub0401_list li p span {
	font-size: 13px;
}
ul.sub0401_list li.bg1 {
	background: url(../Images/Sub0401_ico1.png) no-repeat 50% 10%;
}
ul.sub0401_list li.bg2 {
	background: url(../Images/Sub0401_ico2.png) no-repeat 50% 10%;
}
ul.sub0401_list li.bg3 {
	background: url(../Images/Sub0401_ico3.png) no-repeat 50% 10%;
}
ul.sub0401_list li.bg4 {
	background: url(../Images/Sub0401_ico4.png) no-repeat 50% 10%;
}

@media all and (min-width:560px) {
ul.sub0401_list:after {
	content: '';
	display: block;
	clear: both;
}
ul.sub0401_list li {
	width: 50%;
	float: left;
}
ul.sub0401_list li .txt {
	margin: 10px;
	min-height: 340px;
}
}
