@charset "UTF-8";

/*basic*/
body {
	font-family: 'Roboto', 'Noto Sans KR', sans-serif, "돋움", dotum, san-serif;
	color: #323232;
	font-weight: 400;
	padding-top: 15px;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #323232;
	text-decoration: none;
	font-weight: 500;
}

.login_bar {
	background: #114168;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 15px 0;
}

.login_bar a {
	color: #fff;
	text-decoration: none;
}

a.select {
	color: #114168 !important;
	font-weight: 700;
}

.border-right_n {
	border-right: 0 !important;
}

/* Clearfix*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*input*/
.text_form input {}

.text_form select {}

.text_form textarea {}

select.form-control {
	appearance: auto !important;
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
}

.input_s1 {
	display: inline-block;
	width: 30%;
	border-radius: 0;
	box-shadow: none;
}

.input_s2 {
	display: inline-block;
	width: 45%;
	border-radius: 0;
	box-shadow: none;
}

.input_s3 {
	display: inline-block;
	width: 70%;
	border-radius: 0;
	box-shadow: none;
}

.input_s4 {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.holderbg {
	background: #f5f5f5;
}

.btn_post {
	border: 1px solid #ddd;
	background: #f5f5f5;
	border-radius: 0;
	vertical-align: top;
	font-size: 11px;
	padding: 8px 14px;
	height: 34px;
}


/*font*/
h1,
h2,
h3 {
	margin-top: 10px;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-top: 50px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

.f_size1 {
	font-size: 30px;
}

.f_size2 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -1px;
}

.f_size3 {
	font-size: 16px;
}

.f_size4 {
	font-size: 11px;
}

.f_size5 {
	font-size: 12px;
	font-weight: 500;
}

.f_margin {
	margin: 0;
}

.f_weight1 {
	font-weight: 300;
}

.f_weight2 {
	font-weight: 500;
}

.f_weight3 {
	font-weight: 600;
}

.f_color1 {
	color: #114168;
}

.f_color2 {
	color: #999 !important;
}

.f_color3 {
	color: #e30212;
}

.f_color4 {
	color: #fffa71;
}

.f_color5 {
	color: #fd8900;
}

.f_color6 {
	color: #001eff;
}

a.f_link {
	font-weight: 300;
}


.txt_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	font-weight: 500;
}

.txt_title2 {
	font-weight: 500;
	font-size: 15px;
}

.txt_title3 {
	font-weight: 500;
	font-size: 18px;
}

.txt_date {
	font-size: 11px;
	color: #999;
	margin-right: 10px;
	width: 60px;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
}

/*btn*/
.btn_basic {
	margin: 10px 0 50px;
	text-align: center;
	clearfix
}

.btn_basic span {
	margin-right: 1px;
	width: 49%;
	display: inline-block;
}

.btn_basic a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}

.btn_basic a.btn_blue {
	border: 1px solid #114168;
	background: #114168;
	color: #fff;
}

.btn_basic a.btn_white {
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.btn_basic a.btn_black {
	border: 1px solid #323232;
	background: #323232;
	color: #fff;
}



/*search*/
.search {
	width: 100%;
	padding: 20px 20px 0;
	text-align: center;
}

.input_search {
	display: inline;
	width: 70%;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 12px;
	padding: 20px 40px 20px;
	background: url(images/search.png) no-repeat 10px center #f5f5f5;
	background-size: 20px
}

.btn_search {
	display: inline;
	background: #114168;
	color: #fff;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 12px;
}



.contents {
	font-size: 13px;
	line-height: 180%;
	margin-top: 20px;
}

.d_block {
	margin-bottom: 50px !important;
	width: 100%;
}

.contents .list-inline,
.bbs .list-inline {
	margin-left: 0;
}

ol {
	padding-inline-start: 15px !important
}

/*pagenation*/
.pagenation {
	text-align: center;
	margin-bottom: 30px;
}

.pagenation a {
	display: inline-block;
	margin: 4px;
	font-weight: 400;
}

.pagenation a.select {
	background: #114168;
	color: #fff !important;
	padding: 2px 8px;
	font-weight: 500;
}



/* header */
#header .logo {
	position: absolute;
	margin-left: 12%;
}

#header .logo img {
	width: 130px;
}

#header .menu_bars img {
	width: 26px;
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
}

#gnb {
	margin-top: 40px;
}

#gnb a {
	color: #323232;
	text-decoration: none;
}

.sub_menu {
	border-top: 2px solid #114168;
	background: #f5f5f5;
	padding: 15px 15px 1px;
	font-size: 12px;
	border-bottom: 1px solid #ddd
}


/*footer*/
#footer {
	border-top: 1px solid #ddd;
	padding: 25px 15px;
	
	text-align: center;
}

.footer_logo img {
	width: 130px;
}

address {
	font-size: 11px;
}


@media (min-width: 768px) {
	.input_s1 {
		width: 10% !important
	}

	.input_s2 {
		width: 30% !important
	}

	.input_s3 {
		width: 30% !important;
	}

	.input_s4 {
		width: 70% !important;
	}
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.8;
	background: white;
	z-index: 99;
	text-align: center;
}

#loading > img {
	position: absolute;
	top: 45%;
	left: 42%;
	z-index: 100;
}

.select_li {
	border: 1px solid #c7c7c7;
	text-align: center;
	border-radius: 8px;
	padding: 5px;
	background-color: #114168;
}

.select_a {
	color: #FFFFFF !important;
}

/*tab Menu*/
.tabWrap ul {
	list-style: none;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #d2d9db;
	font-family: 'Noto Sans KR', sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
}

.tabWrap ul li {
	float: left;
	text-align: center;
	font-size: 12px;
	margin-right: 20px;
	border: 1px solid #a8b3bd;
	line-height: 37px;
	font-weight: 400;
	color: #565656;
	letter-spacing: -0.5px;
}

.tabWrap ul:after {
	content: '';
	display: block;
	clear: both;
}

.tabWrap ul li a {
	display: block;
	width: 100%;
	height: inherit;
	text-decoration: none;
	color: #565656;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* 발급자격 안내 */
.bdBx_gr {
	background: #fafafa;
	border: 1px solid #ddd;
	margin-bottom: 40px;
	width: 100%;
	margin-top: 20px;
	padding: 0;
}

.bdBx_gr ul {
	margin: 30px auto 50px;
	padding: 0;
	overflow: hidden;
	display: table;
	width: 98%;
}

.bdBx_gr ul li {
	float: left;
	display: table-cell;
	width: 33.3333%;
	height: 50px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0 5px;
}

.bdBx_gr div {
	display: table;
	margin: 0;
	padding: 0;
}

.bdBx_gr div span,
.bdBx_gr div p {
	display: table-cell;
}

.card_text_t2 {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #525252;
	letter-spacing: -0.5px;
	padding-left: 10px;
	margin: 10px 0;
}

/* 사업주 지원교육 안내 시작 */
.goyong {
	font-size: 16px;
	margin-top: 30px;
}

.goyong h3 {
	font-size: 16px;
	font-weight: 500;
}

.goyong h2 {
	font-size: 13px;
	line-height: 20px;
	color: #343434;
	font-weight: 400;
	margin-bottom: 50px;
}

.goyong span.titleBlue {
	color: #2c7ecf;
}

.goyong ol li {
	font-weight: 500;
}

.goyong ol li:not(:last-of-type) {
	margin-bottom: 50px;
}

/* 사업주 지원교육 안내 끝 */

/*교육진행절차 시작*/
.logic ul li {
	list-style: none;
}

.logicStep div {
	min-height: 52px;
	vertical-align: middle;
}

.logicStep div img {
	width: auto !important;
	height: auto;
}

.logicStep {
	padding: 10px;
	box-sizing: border-box;
}

.logicStep h1 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

/* 교육진행절차 끝*/

/* 교육유의사항 시작*/
.card_text span {
	display: inline-block;
	margin-top: 5px;
	background: #3195ea;
	line-height: 30px;
	width: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: 'Roboto';
	border-radius: 50%;
}

.card_text b {
	color: #0780c2;
	font-weight: 400;
}

.font_tmon {
	font-weight: 600;
	width: 140px;
	position: relative;
	margin-top: 40px;
}

span.titleBlue {
	color: #2c7ecf;
}

strong.blue,
span.blue,
label.blue {
	color: #2665ae !important;
}

.font_tmon::before {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: #a1effb;
	border-radius: 30px;
	content: "";
	z-index: -1;
}

strong.red {
	color: #c73333 !important;
}

.card_text:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.card_text_t2 {
	position: relative;
}

.card_text_t2::before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #5a5a5a;
	border-radius: 50%;
	content: "";
}

.cardArea .sub_tit {
	font-size: 35px;
	padding-top: 10px;
}

.skyblue {
	color: #5da3d4;
	font-weight: 700;
}

.ruleTextBox li {
	background: none !important;
	padding-left: 0 !important;
}

/* 교육유의사항 끝 */


/*250219 내일배움카드안내 수정 시작*/
.cardArea {
	line-height: 1;
	word-break: keep-all;
}

.cardArea .blind {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	margin: -1px;
	overflow: hidden;
}

.cardArea .mainSort {
	margin-bottom: 30px;
	width: 100%;
}

/*카드 타이틀*/
.cardArea .mainTit {
	margin: 0 0 10px 0;

	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.cardArea .mainTit span {
	position: relative;
	color: #2c7ecf;
}

.cardArea .mainTit .mainTitHeight {
	line-height: 1.8;
}

.cardArea .mainTit span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 104%;
	height: 110%;
	background-color: #ccf2ff;
	z-index: -1;
}

.cardArea .subTit {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #343434;
}

.cardArea .subTitHeight {
	line-height: 1.4;
}

.cardArea .subTit .strongP {
	font-weight: bold;
	color: #f05650;
}

.cardArea .imgBox {
	width: 100%;
	height: 260px;
	object-fit: cover;

	background: url(../images/card01_main01.jpg) no-repeat center center / cover;
}

.cardArea .titBox {
	margin: 0 0 14px 0;
}

/*카드 내용*/
.cardArea .txtBox .txtTit {
	display: block;
	margin: 0 0 8px 0;

	font-size: 16px;
	color: #2c7ecf;
	line-height: 1.3;
}

.cardArea .txtBox:not(:last-child) {
	margin: 0 0 14px 0;
}

.cardArea .txtBox p {
	position: relative;
	display: block;
	padding: 0 0 0 10px;
	line-height: 1.5;
	margin: 0 0 4px 0;
}

.cardArea .txtBox p::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #777777;
}

.cardArea .txtBox .paraBox {
	padding: 10px 16px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;

	border-radius: 4px;
}

.cardArea .txtBox .paraBox::before {
	display: none;
}

.cardArea .btn_box {
	margin: 0 0 14px 0;
}

.cardArea .btn_box,
.cardArea .btn_sort {
	display: flex;
	flex-direction: column;
	gap: 4px;

	line-height: 1.2;
}

.cardArea .btn_box a {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	text-align: center;
	padding: 14px 0;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
}

.cardArea .btn_box .btn_sort a:nth-child(1) {
	background-color: #2c7ecf;
	color: #ffffff;
	font-weight: normal;
}

.cardArea .btn_box .btn_sort a:nth-child(2) {
	background-color: #ccf2ff;
	border: 1px solid #dddddd;
	padding: 16px 0;
	font-weight: normal;
}

.cardArea .procBox {
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	padding: 20px 14px;
	border-radius: 4px;
}

.cardArea .procBox .sortBox {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cardArea .procBox .sortBox:not(:last-child) {
	margin: 0 0 14px 0;
}

.cardArea .procBox .numTit {
	display: block;
	padding: 8px 0;
	width: 80px;
	border-radius: 10px;
	background-color: #2c7ecf;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	margin: 0 0 6px 0;
}


.cardArea .procBox img {
	border: 1px solid #dddddd;
}

.cardArea .procBoxSec:not(:last-child) {
	margin: 0 0 30px 0;
}

.cardArea .procBoxSec .mainTit span {
	display: inline-block;
	color: #ffffff;
	padding: 10px 14px;
	background-color: #2c7ecf;
	border-radius: 14px;
}

.cardArea .procBoxSec .sortBox .txtBox {
	display: flex;
	align-items: baseline;
}

.cardArea .procBoxSec .sortBox:not(:last-child) {
	margin: 0 0 28px 0;
}

.cardArea .procBoxSec .sortBox .txtBox .numTit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #ccf2ff;
	border-radius: 50%;
	border: 1px solid #2c7ecf;
	font-weight: 600;
	color: #333333;
	padding: 0;
	margin: 0;
}

.cardArea .procBoxSec .txtBox p::before {
	display: none;
}

.cardArea .procBoxSec .sortBox figure {
	position: relative;
}

.cardArea .procBoxSec .sortBox figure span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	background: #2c7ecf;
	color: #ffffff;
	font-weight: bold;
}

.cardArea .procBoxSec .sortBox .strongP {
	font-weight: bold;
	color: #f05650;
	line-height: 1.4;
	margin: 0;
}


.cardArea .noticeBox {
	margin: 0 0 30px 0;
}

.cardArea .noticeBox .mainTit span {
	position: relative;
	color: #2c7ecf;
	text-align: center;
	margin: 0 auto;
}


.cardArea .noticeBox .txtBox {
	padding: 20px 14px;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
}

.cardArea .noticeBox li {
	list-style: none;
	list-style: none;
	display: flex;
	align-items: baseline;
	gap: 4px
}

.cardArea .noticeBox li:not(:last-child) {
	margin: 0 0 10px 0;
}


.cardArea .noticeBox .txtBox p {
	padding: 0;
	margin: 0;
}

.cardArea .noticeBox .txtBox p::before {
	display: none;
}

.cardArea .tableBox .mainTit span::before {
	display: none;
}

.cardArea .tableBox .infoBox {
	border-collapse: collapse;
	width: 100%;
}

.cardArea .tableBox .infoBox th,
.cardArea .tableBox .infoBox td {
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 1.3;
}

.cardArea .tableBox .infoBox .strongP {
	font-weight: bold;
	color: #f05650;
	line-height: 1.4;
	margin: 0;
}

.cardArea .noticeBoxSec .txtBox p::before {
	display: block;
}

.cardArea .noticeBoxSec .txtBox p {
	display: block;
	padding: 0 0 0 10px;
}

.cardArea .noticeBoxSec .txtBoxIn {
	padding: 18px 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
	
	margin: 0 auto;
}

.cardArea .noticeBoxSec .txtBox .txtBoxIn p {
	padding: 0;
}

.cardArea .noticeBoxSec .txtBox .txtBoxIn p::before {
	display: none;
}

.cardArea .noticeBoxSec .txtBoxIn .txtTit {
	font-weight: bold;
	text-align: center;
}

.cardArea .noticeBoxSec .strongP {
	font-weight: bold;
	color: #f05650;
	line-height: 1.4;
	margin: 0;
}

.cardArea .noticeBoxSec .txtBoxSec p {
	padding: 0;
}

.cardArea .noticeBoxSec .txtBoxSec p::before {
    display: none;
}

@media (min-width: 400px) {
	.cardArea .imgBox {
		background: url(../images/card01_main02.jpg) no-repeat center center / cover;
	}
}

@media (min-width: 500px) {
	.cardArea .btn_sort {
		display: flex;
		flex-direction: row;
		gap: 4px;

		line-height: 1.2;
	}
}

/*250219 내일배움카드안내 수정 끝*/
