@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: 120%;
	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-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; }
.fs13 { font-size: 13px; }
.fw_bold { font-weight: bold; }
/* color */
.color_bk { color: #000; }
.color_point { color: #0591de }
.color_red { color: #ff4851; }
/* 리스트 스타일 정의 */
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: auto;
}
#ctn_iframe article {
	margin-bottom: 70px;
	line-height: 130%
}
#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; }
.td_center { text-align: center; }
/* ============================ 04.원격지원요청*/

.hel_far p { margin-bottom: 30px; }
.point { color: #099; }
.cursor { cursor: pointer; }
/* ============================ 05.공인인증센터*/
.hel_certificate .top {
	font-family: nanum_srr;
	line-height: 140%;
	font-size: 17px;
	margin-bottom: 40px;
	color: #099;
}
nav { margin: 30px 0; }
nav a {
	padding: 10px 15px;
	margin-right: 5px;
	background: #a8c3de;
	color: #fff;
}
nav a.active { background: #1761a9; }
nav + article { margin-top: 50px; }
.cer_ctn {
	padding: 15px;
	background: #eff7ff;
}
.cer_ctn ol > li { margin-bottom: 20px; }
.hel_cer04 .bak_c {
	margin-top: 10px;
	text-align: left;
	padding: 7px 10px;
	border-radius: 5px;
	background: #e7e7e7;
	display: inline-block;
}
.hel_cer04 li {
	float: left;
	height: 80px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.hel_cer04 li:nth-child(1) { width: 30%; }
.hel_cer04 li:nth-child(2) { width: 40%; }
.hel_cer04 li:nth-child(3) { width: 25%; }
.hel_cer04 li > p {
	padding: 0;
	margin: 0;
}
.cer04_link::after { content: " >"; }
.cer04_link {
	padding: 10px 20px;
	background: #1761a9;
	border-radius: 30px;
	margin-top: 20px;
	color: #fff;
	display: inline-block;
}
.hel05_qna {
	border-top: 2px solid #1761a9;
	margin-bottom: 30px;
}
.hel05_qna dt {
	border-bottom: 1px solid #a8c3de;
	padding: 10px 0;
	color: #1761a9;
}
.hel05_qna dd { padding: 10px 10px 10px 20px; }
.hel05_qna dd img {
	display: block;
	margin-top: 20px;
}
.hel05_qna a { color: blue; }
/* ============================ 07.필수프로그램 다운*/
.hel_down .top {
	font-family: nanum_srr;
	line-height: 140%;
	font-size: 17px;
	margin-bottom: 20px;
	color: #099;
}
.hel_down p { margin-bottom: 30px; }
.hel_down td img {
	vertical-align: middle;
	padding-right: 5px;
}
.hel_down a {
	padding: 5px 15px;
	background: #0591de;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
}
.hel_down table { text-align: left; }
/* ============================ 10.학습자가이드*/
.hel_guide .top {
	font-family: nanum_srr;
	line-height: 140%;
	font-size: 17px;
	margin-bottom: 30px;
	color: #099;
}
.hel_guide p { margin-bottom: 30px; }
.guide01_table .bak01 { background: #d6ebff; }
.guide01_table .bak02 { background: #f2f8ff; }
.guide01_table th {
	padding: 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.guide01_table td {
	padding: 25px 20px;
	line-height: 140%;
}
.guide_list {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 20px 0;
}
.guide_list img { display: block; }
.guide_list p { padding-left: 15px; }
.guide_list i {
	padding: 2px 6px;
	background: #7f00ff;
	color: #fff;
	border-radius: 30px;
	font-style: normal;
}
.guide03_ctn {
	padding: 30px 20px;
	background: #f2f8ff;
	border-radius: 10px;
}
.guide03_ctn li { margin-bottom: 15px; }
.guide03_ctn li:before { content: "•"; }
.inline_list {
	margin-left: 50px;
	margin-top: -20px;
}
.inline_list li {
	list-style: disc;
	margin-bottom: 5px;
}
.learner_ctn {
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.learner_ctn dt {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	width: 440px/*440-40-1*/;
	border-right: 1px dotted #1761a9;
}
.learner_ctn dd {
	float: left;
	margin-top: 0px;
	width: 434px;
	margin-left: 0;
}
.learner_ctn h5 {
	font-size: 25px;
	font-weight: 500;
	padding: 7px 15px;
	background: #099;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	line-height: 25px;
	margin-bottom: 20px;
}
.learner_ctn p {
	line-height: 150%;
	margin-top: 10px;
}
.learner_ctn ul { }
.learner_ctn li { }
.point_box {
	background: #fdf2e7;
	padding: 30px;
	margin-bottom: 30px;
}
.point_box .tit_p {
	color: red;
	font-size: 20px;
	font-weight: 500;
}
/* 안내 이미지만 들어가는 리스트 */
.guide_img_st li {
	text-align: center;
	padding: 70px 0 100px 0;
	border-top: 1px dotted #099
}
.guide_img_st li h5 {
	width: 120px;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 23px;
	font-weight: 500;
	padding: 7px 50px;
	background: #099;
	border-radius: 50px;
	color: #fff;
	margin-bottom: 40px;
	margin-top: -90px;
	line-height: 25px;
}
.guide_img_st li h5::before { content: "- " }
.guide_img_st li h5::after { content: " -" }
.btn_cb {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 100px;
}
