@charset "utf-8";
/* CSS Document */

* {
	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_SR', 'Nanum_Go', 'Nanum_BGo', 'Nanum_SRR', 'Gmarket_S_M', 'Gmarket_S_B', 'Gmarket_S_L', sans-serif;
	letter-spacing: -0.01em;
	word-spacing: 0.05em;
	color: #555;
}
a[href], input[type='submit'], input[type='image'], label[for], select, button { cursor: pointer; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
ul, ol {
	margin: 0;
	padding: 0
}
ul li, ol li { list-style: none; }
a {
	text-decoration: none;
	color: inherit;
}
h2 { display: none; }
/* ===========================================================================  리스트 스타일 정의 */
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;
}
/* =========================================================================== page layout */
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	z-index: 1;
}
header, #top_landing, #top_bnr, #home_menu, #event, .ctn, footer, #footer_link, nav {
	position: relative;
	float: left;
	width: 100%;
}
section, #lnb {
	position: relative;
	width: 1200px;
	float: left;
	height: auto;
	left: 50%;
	margin: 0;
	margin-left: -600px;
}
article {
	position: relative;
	float: left;
	margin-bottom: 40px;
	padding: 0;
}
h1 { font-size: 0; }
h3, h4 {
	font-family: Nanum_SR;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -0.03em;
}
iframe {
	margin: 0;
	padding: 0;
	border: none;
}
/* =========================================================================== header */ 
header {
	height: auto;
	background: #fff;
	z-index: 120;
	border-bottom: 1px solid #dfdfdf;
}
/* top_banner */
#top_landing {
	height: 35px;
	background: #333a54;
}
#top_bnr {
	height: 70px;
	background: url(/images/main/2018/top_bnr_bg.gif) repeat-x;
}
/* home_menu */
#home_menu {
	height: 39px;
	background: #f1f1f1;
	margin-bottom: 18px;
}
#home_menu li {
	float: left;
	font-size: 13px;
	font-family: sans-serif;
	color: #666;
	margin-left: 5px;
}
.point_c {
	font-weight: bold;
	color: #1a48b5 !important;
}
#H_menu li::after {
	content: "·";
	padding-left: 5px;
}
#home_menu li a {
	line-height: 39px;
	color: #777;
	letter-spacing: -0.06em;
}
#home_menu li a:hover { color: #1761a9; }
#home_menu li a img { margin-top: 8px; }
#home_menu li.mg_l0 { margin-left: 5px; }
header > section { height: 94px; }
header h1 {
	text-align: center;
	width: 155px;
	height: 86px;
	line-height: 94px;
	display: block;
	margin: 0 auto;
}
header h1 img { vertical-align: middle; }
/* ====================================== 로그인 영역 */
/* 로그인*/
.login_ctn {
	position: absolute;
	right: 0;
	top: 57px;
	height: 68px;
	text-align: center;
	font-family: Gmarket_S_L;
	font-weight: 600;
}
.login_ctn li {
	display: inline-block;
	margin-left: 15px;
}
.login_ctn a {
	display: block;
	color: #333a54;
}
.login_ctn a:hover { color: #4e69d0; }
.login_ctn a.btn_lec { color: #ff4851; }
.login_ctn a.btn_lec:hover { color: #4e69d0; }
.login_ctn li.log_btn a {
	background: #333a54;
	color: #fff;
	padding: 5px 10px 3px 10px;
	font-size: 15px;
	border-radius: 5px;
}
.login_ctn li.log_btn a:hover { background: #4e69d0; }
.login_ctn i { vertical-align: text-top; }
/* 로그인 후 */
/* =========================================================================== nav */
nav {
	z-index: 121;
	background: #fff;
	position: relative;
}
#lnb {
	height: 49px;
	padding: 0;
}
#lnb li {
	float: left;
	display: inline-block;
	height: 35px;
	width: calc(1200px/7);
	width: -webkit-calc(1200px /7);
	padding-top: 17px;
	font-size: 17px;
	font-family: Gmarket_S_L;
	color: #000;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
}
#lnb .active::after, #lnb .active:hover::after {
	content: '▲';
	color: #4e69d0;
	display: block;
	margin-top: 4px;
	height: 14px;
}
#lnb .active a { color: #4e69d0 !important; }
#nav_open {
	width: 100%;
	height: 50px;
	background: #4e69d0;
	position: absolute;
	top: 49px;
	display: none; /* 코딩중 가림*/
}
.open_cover {
	position: relative;
	width: 1200px;
	height: 50px;
	float: left;
	left: 50%;
	margin: 0;
	margin-left: -600px;
}
.open_cover li {
	float: left;
	color: #fff;
	margin-right: 28px;
	padding: 16px 0;
}
.open_cover li a {
	height: 20px;
	display: block;
	font-size: 15px;
}
.open_cover li a:hover {
	color: #fff000;
	border-bottom: 1px solid #fff000;
}
#submenu_000000012300 { padding-left: 0; }/* 교육원소개 서브 */
#submenu_000000015743 { padding-left: 0; }/* 사업주위탁과정 서브 */
#submenu_000000012301 { padding-left: 310px; }/* 국민내일배움카드 서브 */
#submenu_000000012303 { padding-left: 533px; }/* 수강신청 서브 */
#submenu_000000015717 { padding-left: 460px; }/* 학습유의사항 서브 */
#submenu_000000048671 { padding-left: 430px; }/* 학습지원센터 서브 */
#submenu_000000012302 { padding-left: 960px; } /* 나의강의실 서브 */
/* =========================================================================== footer */
footer { margin-bottom: 20px; }
/* award_bnr */
#award_bnr li { float: left; }
/*  footer_link */

#footer_link {
	width: 100%;
	float: left;
	background: #333a54;
}
#footer_link section {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer_link ul {
	margin-left: 320px;
	margin: 0 auto;
	width: 550px;
}
#footer_link li {
	float: left;
	margin-right: 25px;
	font-size: 15px;
}
#footer_link li:after {
	content: "|";
	margin-left: 20px;
	color: #606885;
}
#footer_link li:last-child:after { display: none; }
#footer_link li:last-child { margin-right: 0 }
#footer_link a { color: #fff; }
#footer_link a:hover, #footer_link a:hover b { color: #fff; }
#footer_link a b { color: #fff; }
/*  copyright */
footer dl {
	margin: 30px 0 0 0;
	padding: 0;
}
footer dt, footer dd, footer dd li {
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 120%;
	margin: 0;
	line-height: 130%;
}
footer dt img {
	margin-top: -7px;
	margin-right: 50px;
}
footer dd ul { margin-top: 10px; }
footer dd li a {
	padding: 3px 15px;
	background: #89add2;
	color: #fff;
}
footer dd li:last-child a {
	background: #dfdfdf;
	color: #555;
}
/* ==================================================================================== */
/* 회원실명확인 팝업 */
.ui-button-icon-primary.ui-icon.ui-icon-closethick {
	margin-left: -8px;
	margin-top: -8px;
}
.ui-button-text { font-size: 0em; }
/* 실명확인  */
/* 로그인 후 메인 실명인증 */
#dialog-form {
	font-family: "나눔고딕", "돋움", "맑은 고딕";
	font-size: 13px;
	margin-top: 10px;
}
#dialog-form .text_green {
	color: #378add;
	font-weight: 600;
	margin-bottom: 10px;
}
#dialog-form th {
	background: #e0e0e0;
	height: 50px;
	vertical-align: middle;
	padding: 10px;
	border-top: 2px solid #1761a9;
	font-weight: 500;
}
#dialog-form td {
	background: #fff;
	vertical-align: middle;
	height: 25px;
	border: 1px solid #dfdfdf;
	padding: 6px;
}
#dialog-form .agreebox_inner {
	margin: 10px 0;
	font-size: 15px;
	line-height: 130%;
	color: #666;
}
#dialog-form .agree_right {
	text-align: right;
	margin-bottom: 10px;
}
.check_name ul { margin: 0 auto; }
.check_name ul li {
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
}
.check_name input {
	height: 25px;
	border: 1px solid #c1c1c1;
	font-size: 16px;
}
/* 공통 레이어 팝업 설정 220513 추가 */
#callAgree_layer, #counsel_layer {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 999;
}
/* ************************************************************************* 상담신청 레이어팝업 241121변경  */
#wrap_new_counsel {
	position: absolute;
	width: 850px;
	left: 50%;
	top: 50vh;
	background: #fff;
	margin-left: -475px;
	margin-top: -255px;
	padding: 40px 50px 30px 50px;
	border: 1px solid #666;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	font-size: 17px;
	color: #333;
	font-family: Nanum_SR;
}
#wrap_new_counsel .counsel_close {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #333;
	font-family: Gmarket_S_B;
	font-size: 28px;
}
#wrap_new_counsel h3 {
	font-family: Gmarket_S_B;
	color: #333;
	font-size: 40px;
	line-height: 120%;
}
#wrap_new_counsel h3 + p {
	font-family: Gmarket_S_L;
	color: #333;
	font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 23px;
	border-bottom: 2px dotted #e5e5e5;
}
#wrap_new_counsel #form_counsel ul {
	margin: 0;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding: 0;
}
#wrap_new_counsel #form_counsel li {
	padding: 7px 0;
	margin: 0;
	width: 50%;
	float: left;
}
#wrap_new_counsel #form_counsel li ul li {
	width: 100%;
	padding: 0;
}
#wrap_new_counsel #form_counsel input {
	height: 20px;
	vertical-align: middle;
}
#wrap_new_counsel #R_REALNAME { width: 91%; }
#wrap_new_counsel #R_TEL1 { width: 28%; }
#wrap_new_counsel #R_TEL2 { width: 30%; }
#wrap_new_counsel #R_TEL3 { width: 30%; }
#wrap_new_counsel #SPE_CODE { width: 93%; }
#wrap_new_counsel #SC_TIME { width: 98%; }
#wrap_new_counsel #form_counsel .policy + ul label {
	font-size: 16px;
	line-height: 25px;
}
#wrap_new_counsel #form_counsel .policy + ul li:last-child label { font-weight: normal !important; }
#wrap_new_counsel #form_counsel .policy + ul a {
	display: inline-block;
	color: #ff5d15
}
#wrap_new_counsel #form_counsel input[type=checkbox] {
	width: 20px;
	height: 20px;
}
#wrap_new_counsel #form_counsel select {
	height: 39px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	vertical-align: middle;
	font-family: Nanum_SR;
	font-size: 16px;
}
#wrap_new_counsel #form_counsel label {
	display: block;
	width: 100%;
	line-height: 30px;
	font-weight: 600;
}
#wrap_new_counsel #form_counsel label b { color: #ff5d15 }
#wrap_new_counsel #form_counsel label + ul {
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
}
#wrap_new_counsel #form_counsel input {
	height: 35px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	font-family: Nanum_SR;
	font-size: 16px;
}
#wrap_new_counsel .btn_apply {
	float: right;
	display: block;
	background: #ff5d15;
	color: #fff;
	width: 350px;
	height: 60px;
	line-height: 63px;
	text-align: center;
	background-size: contain;
	margin: 20px 13px 0 0;
	font-size: 25px;
	font-family: Gmarket_S_M;
	border-radius: 4px;
}
/* 개인정보 팝업 */
#pop_agree {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -320px;
	border: 5px solid #4f4f4f;
	border-radius: 50px;
	width: 580px;
	height: 350px;
	padding: 0 30px;
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.09);
	background: #fff;
	z-index: 2;
	display: none;
}
#pop_agree .counsel_close {
	position: absolute;
	display: block;
	top: 13px;
	right: 13px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #333;
	font-family: Gmarket_S_B;
	font-size: 25px;
}
#pop_agree h4 {
	font-family: Gmarket_S_B;
	color: #4f4f4f;
	font-size: 25px;
	margin-top: 20px;
}
#pop_agree ol {
	margin: 20px;
	padding: 0;
}
#pop_agree li {
	letter-spacing: -0.1ex;
	word-break: break-word;
	list-style: decimal;
	padding: 10px 0;
}
#pop_agree table {
	width: auto;
	margin: 15px 0 0 -14px;
}
#pop_agree th {
	border: 1px solid #d8d8d8;
	background: #e5e5e5;
	text-align: center;
	padding: 3px 0;
}
#pop_agree td {
	border: 1px solid #d8d8d8;
	padding: 5px;
	word-break: break-all;
}
 @media only screen and (max-device-width:1024px) {
#wrap_new_counsel {
	width: 600px;
	margin-left: -350px;
	top: 37vh;
}
#wrap_new_counsel #form_counsel li {
	padding: 7px 0;
	margin: 0;
	width: 100%;
	float: left;
}
#wrap_new_counsel .btn_apply {
	float: none;
	margin: 0 auto;
}
#wrap_new_counsel #R_REALNAME { width: 95%; }
#wrap_new_counsel #R_TEL1 { width: 28%; }
#wrap_new_counsel #R_TEL2 { width: 30%; }
#wrap_new_counsel #R_TEL3 { width: 30%; }
#wrap_new_counsel #SPE_CODE { width: 96%; }
#wrap_new_counsel #SC_TIME { width: 96%; }
#wrap_new_counsel .btn_apply { margin-bottom: 15px; }
#pop_agree {
	top: 19%;
	width: 530px;
	margin-left: -303px;
	border: 2px solid #4f4f4f;
	border-radius: 30px;
}
}
 @media only screen and (max-device-width:767px) {
#wrap_new_counsel {
	width: 368px;
	margin-left: -200px;
	padding: 10px 15px;
	top: 36vh;
	font-size: 16px;
}
#wrap_new_counsel .counsel_close {
	top: 8px;
	right: 8px
}
#wrap_new_counsel h3 + p { font-size: 20px; }
#wrap_new_counsel #R_TEL2 { width: 28%; }
#wrap_new_counsel #R_TEL3 { width: 28%; }
#wrap_new_counsel #form_counsel label + ul {
	width: 93%;
	margin-left: 3%;
	margin-top: 5px;
}
#wrap_new_counsel .btn_apply { margin-bottom: 10px; }
#wrap_new_counsel #form_counsel .policy + ul a {
	display: block;
	margin-left: 25px;
}
#pop_agree {
	top: 18%;
	width: 340px;
	margin-left: -189px;
	border: 2px solid #4f4f4f;
	border-radius: 20px;
	height: auto;
	padding: 0 15px;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.09);
}
#pop_agree ol {
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
}
}
 @media only screen and (max-device-width:424px) {
#wrap_new_counsel {
	width: 280px;
	margin-left: -156px;
	top: 37vh;
}
#wrap_new_counsel h3 { font-size: 30px; }
#wrap_new_counsel h3 + p { font-size: 18px; }
#wrap_new_counsel .counsel_close {
	top: 0px;
	right: 0px
}
#wrap_new_counsel #form_counsel li { padding: 3px 0; }
#wrap_new_counsel #R_TEL2 { width: 27%; }
#wrap_new_counsel #R_TEL3 { width: 27%; }
#wrap_new_counsel .btn_apply {
	width: 250px;
	font-size: 21px;
}
#wrap_new_counsel #form_counsel .policy + ul label { font-size: 14px; }
#pop_agree {
	top: 18%;
	width: 253px;
	margin-left: -143px;
}
#pop_agree h4 { line-height: 110%; }
#pop_agree li { padding: 5px 0; }
}
/* ===========================================================================  class 정의 */
.w100 { width: 100%; }
.float_n { float: none; }
.float_l { float: left; }
.float_r { float: right !important; }
.txt_l { text-align: left !important; }
.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_t5 { margin-top: 5px; }
.mg_tb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.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_r10 { margin-right: 10px; }
.mg_r40 { margin-right: 40px; }
.mg_l20 { margin-left: 20px; }
.mg_l100 { margin-left: 100px; }
.pd0 { padding: 0; }
.pd_b0 { padding-bottom: 0; }
.pd_b10 { padding-bottom: 10px; }
.pd_l20 { padding-left: 20px !important; }
.pd_20 { padding: 20px; }
.pd_t20 { padding-top: 20px; }
.pd_tb7 { padding: 7px 0; }
.dp_none { display: none; }
.dp_b { display: block; }
/* 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; }
.fs17 { font-size: 17px; }
.fs16 { font-size: 16px; }
.fs15 { font-size: 15px; }
.fs14 { font-size: 14px; }
.fs13 { font-size: 13px; }
.fw_bold { font-weight: 600; }
/* color */
.color_bk { color: #000; }
.color_point { color: #4e69d0 }
.color_red { color: #ff4851; }
.color_gb { color: #099; }
.color_grey { color: #999; }
.bg_gray {
	background-color: #f0f0f0;
	font-weight: bold;
}
/* border */
.border_all { border: 1px solid #dfdfdf; }
.border_t { border-top: 1px solid #dfdfdf; }
.border_l { border-left: 1px solid #dfdfdf; }
.border_r { border-right: 1px solid #dfdfdf; }
.border_b { border-bottom: 1px solid #dfdfdf; }
/* 웹접근성 적용 */
.alt_hiddenbox {
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.wa_hidden {
	font-size: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
