@charset "utf-8";
/* CSS Document */

/* =========================================================================== common */ 
* {
	word-break: keep-all;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
* html { overflow-y: auto; }
body {
	overflow: auto;
	padding: 0;
	margin: 0;
	font-family: 'nanum_go', 'nanum_bgo', 'nanum_sr', 'nanum_srr', sans-serif;
	letter-spacing: -0.02em;
	line-height: 140%;
	word-spacing: 0.05em;
	font-size: 15px;
	color: #555;
}
a[href], input[type='submit'], input[type='image'], label[for], select, button { cursor: pointer; }
table {
	border: 0;
	cellspacing: 0;
}
img {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0
}
ul li, ol li { list-style: none; }
a {
	text-decoration: none;
	color: inherit;
}
article {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}
h2 { display: none; }
h3, h4 {
	font-family: nanum_sr;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -0.03em;
}
/* 테이블 디자인 */
table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-top: 10px;
}
td, th {
	border: 1px solid #CCC;
	border-right: none;
	padding: 6px;
}
th {
	border-top: 2px solid #4b86c0;
	border-bottom: 2px solid #4b86c0;
	color: #165b9f;
	font-family: nanum_sr;
	text-align: center;
}
th[scope="row"] {
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCC;
	border-left: none;
	color: #555;
	background: #f8f8f8;
	font-family: nanum_sr;
}
caption {
	text-align: left;
	margin-bottom: 10px;
}/* ============================ class 정의 */
.w100 { width: 100%; }
.float_n { float: none; }
.float_l { float: left; }
.float_r { float: right; }
.txt_l { text-align: left; }
.txt_c, .text_center { text-align: center; }
.txt_r { text-align: right; }
.mg_0auto { margin: 0 auto; }
.mg0 { margin: 0; }
.mg_b0 { margin-bottom: 0; }
.mg_b10 { margin-bottom: 10px; }
.mg_b20 { margin-bottom: 20px; }
.mg_t10 { margin-top: 10px; }
.mg_t20 { margin-top: 20px; }
.mg_t30 { margin-top: 30px; }
.mg_t50 { margin-top: 50px; }
.mg_t100 { margin-top: 100px; }
.mg_r5 { margin-right: 5px; }
.mg_r40 { margin-right: 40px; }
.pd0 { padding: 0; }
.pd_b0 { padding-bottom: 0; }
.pd_20 { padding: 20px; }
.pd_t20 { padding-top: 20px; }
.dp_none { display: none; }
.dp_b { display: block; }
.ff_SR { font-family: nanum_sr; }
.ff_Bgo { font-family: nanum_bgo; }
.ff_Go { font-family: nanum_go; }
/* font-size : fs숫자로 정의*/
.fs30 { font-size: 30px; }
.fs27 { font-size: 27px; }
.fs25 { font-size: 25px; }
.fs23 { font-size: 23px; }
.fs20 { font-size: 20px; }
.fs18 { font-size: 18px; }
.fs15 { font-size: 15px; }
.fs14 { font-size: 14px;} 
.fs13 { font-size: 13px; }
.fw_bold { font-weight: bold; }
/* color */
.color_bk { color: #000; }
.color_point { color: #0591de }
.color_red { color: #ff4851; }
.color_gb { color: #099; }
/* 리스트 스타일 정의 */
ul.ul_list, ul.ul_list_c, ol.ol_list { margin-left: 25px; }
ul.ul_list li {
	list-style: disc;
	margin-bottom: 5px;
}
ul.ul_list_c li {
	list-style: circle;
	margin-bottom: 5px;
}
ol.ol_list li {
	list-style: decimal;
	margin-bottom: 5px;
}
/* =========================================================================== sub */ 
#ctn_iframe {
	position: relative;
	float: left;
	width: 100%;
	max-width: 915px;
	height: 100%;
}
#ctn_iframe article {
	margin-bottom: 70px;
}
#ctn_iframe h3 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #333;
	line-height: 40px;
	background: url(../images/title_bg.png) left top no-repeat;
	font-weight: bold;
}
#ctn_iframe h4 {
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #0591de;
	font-weight: bold;
}
dt {
	color: #000;
	font-family: nanum_sr;
	font-size: 16px;
}
/* ============================ 01.사회복지사란 */
.sa_info h3 { margin: 30px 0; }
nav { margin: 30px 0; }
nav a {
	padding: 10px 20px;
	margin-right: 5px;
	background: #a8c3de;
	color: #fff;
}
nav a.active { background: #1761a9; }
nav + article { margin-top: 50px; }
.sa_info .top {
	font-family: nanum_srr;
	line-height: 140%;
	font-size: 17px;
	color: #0591de;
}
.sa_info p { margin-bottom: 30px; }
.sa_info ul li {
	line-height: 145%;
	color: #555
}
.sa_info dd {
	margin: 0px 0 40px 32px;
	color: #777;
}
.sa_info h4 { margin-top: 50px; }
.sa_info h4 + dl dt { margin-left: 32px; }
.sa_info ul.color_point {
	margin-left: 25px;
	margin-top: -20px;
}
.sa_info ul.color_point li {
	color: #0591de;
	list-style: square;
}
.dl_info2 {
	float: none;
	clear: both;
	height: 210px;
}
.dl_info2::before {
	content: url(../images/sa01_01.jpg);
	float: left;
	display: block;
	margin-top: -30px;
}
.dl_info2.dl_ctn01::before { content: url(../images/sa01_01.jpg); }
.dl_info2.dl_ctn02::before { content: url(../images/sa01_02.jpg); }
.dl_info2.dl_ctn03::before { content: url(../images/sa01_03.jpg); }
.dl_info3 dt+dt { margin-top: 10px; }
/* ============================ 02.사회복지학사 */
.sa_college dt, .sa_college dd { margin: 0; }
.sa_college dd { margin: 10px 0 30px 20px; }
#sa_table01 td:nth-last-child(-n+3) { text-align: center; }
/* ============================ 01.사회복지2급1급 */
.sa_class dd + dt { margin-top: 30px; }
.sa_class dd { margin-left: 20px; }
.sa_class dd h5 {
	font-size: 15px;
	font-family: nanum_sr;
	font-weight: normal;
	color: #099;
	margin: 20px 0 0px 0;
}
table#sa_table03 {
	border-top: 2px solid #4b86c0;
	border-bottom: 2px solid #4b86c0;
}
table#sa_table03 th { width: 20%; }
.dl_info4 dt{ color:#099;}
/* ============================ 04.자격증발급안내 */
.btn_down {
	background: #3789dd;
	color: #fff;
	padding: 15px 50px 20px 50px;
	line-height: 90%;
	border-radius: 15px;
	border: 3px solid #9cc5ef;
	font-size: 16px;
	letter-spacing:-0.07rem;
	margin:30px auto;
	cursor:pointer;
}
.btn_down1 {
	background: #3789dd;
	color: #fff;
	padding: 3px 10px 4px 10px;
	line-height: 90%;
	border-radius: 15px;
	border: 2px solid #9cc5ef;
	font-size: 12px;
	letter-spacing:-0.07rem;
	cursor:pointer;
	vertical-align:middle;
}
.sa_license .ol_list li{margin-bottom:20px;}
