@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;
}
/* ============================ 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_b50 { margin-bottom: 50px; }
.mg_t10 { margin-top: 10px; }
.mg_t15 { margin-top: 15px; }
.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; }
.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;
}
dd { margin-top: 5px; }
/* ============================ 01.자격증발급안내 */
.gun_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; }
.gun_info .top {
	font-family: nanum_srr;
	line-height: 140%;
	font-size: 17px;
	color: #0591de;
}
.gun_info p { margin-bottom: 30px; }
.gun_info p + h3{ margin-top:50px;}
.gun_info ul li {
	line-height: 145%;
	color: #555
}
.gun_info dd {
	margin: 5px 0 40px 32px;
	color: #777;
}
.gun_info h4 { margin-top: 50px; }
.gun_info h4 + dl dt { margin-left: 32px; }
.gun_info ul.color_point {
	margin-left: 25px;
	margin-top: -20px;
}
.gun_info ul.color_point li {
	color: #0591de;
	list-style: square;
}
