/* 나눔고딕
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);
/* font-family: 'Nanum Gothic', serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
/* font-family:'Open Sans', sans-serif; */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* font-family: 'NanumSquare', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
/* font-family:'Roboto'; */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


@font-face {
	font-family: 'tmonmonsori.ttfregular';
	src: url('font/tmonmonsori.woff2') format('woff2'), url('font/tmonmonsori.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;

	font-size: 16px;
	background: #f2f6f7;
}

input,
button,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}

button img,
img {
	vertical-align: middle;
}

.fLeft {
	float: left;
	margin-right: 5px;
}

.fRight {
	float: right;
	margin-left: 5px;
}

.Left {
	text-align: left !important;
	margin-right: 5px !important;
}

.Right {
	text-align: right;
	margin-left: 5px;
}

input[readonly="readonly"] {
	background: #f8f8f8;
}

strong.red,
span.red,
label.red {
	color: #c73333 !important;
}

strong.blue,
span.blue,
label.blue {
	color: #2665ae !important;
}

strong.titleBlue,
span.titleBlue {
	color: #2c7ecf;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

.select {
	border: 1px solid #e8e8e8;
	color: #666;
	height: 30px;
	/*	width: 100px;*/
	line-height: 30px;
	text-indent: 4px;
	background: #fff;
	vertical-align: top;
}

.select:focus {
	border: 1px solid #cae2fb;
	box-shadow: 2px 2px 6px #eee inset;
}

.font_tmon {
	position: relative;
	display: inline-block;
	font-family: 'tmonmonsori.ttfregular';
	z-index: 1;
}

.font_tmon::before {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: #a1effb;
	border-radius: 30px;
	content: "";
	z-index: -1;
}

/*상단배너*/
#topBannerArea {
	background: url(../images/safety/bg_topbanner.png);
	text-align: center;
}

/* 공통 Top */
#header {
	overflow: hidden;
	min-width: 1260px;
	background: linear-gradient(to right, #27B1AC, #3AA0B8, #5F89B7, #7774B0);
}

#header div {
	width: 1260px;
	height: 10px;
	margin: 0 auto;
	text-align: right;
	line-height: 40px;
	color: #fff;
}

#header button {
	height: 26px;
	padding: 0 10px;
	border: none;
	background: #114168;
	/*background:url(../images/global/bg_glbalbtn.png); */
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
}

#header button + button {
	margin-left: 4px;
}

#header button:hover {
	color: #8fc4f2;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#GNB h1,
#GNB h2,
#GNB h3,
#GNB h4,
#GNB h5,
#GNB ul,
#GNB li,
#LNB h1,
#LNB h2,
#LNB h3,
#LNB h4,
#LNB h5,
#LNB ul,
#LNB li,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer ul,
#footer li {
	margin: 0;
	padding: 0;
}

/* 공통GNB */
#GNB {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
	min-width: 1260px;
	border-bottom: 1px solid #e7edee;
	background: #fff;
	z-index: 900;
}

#GNB > div {
	overflow: hidden;
	width: 1260px;
	margin: 0 auto;
	text-align: right;
}

#GNB a {
	float: left;
	margin: 30px 10px 0;
	border: none;
}

#GNB a img {
	border: none;
}

/* GNB Main */
#GNB ul,
#GNB ol,
#GNB li {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

#GNB ul {
	float: right;
	/*margin-top: 10px;*/
}

#GNB ul > li {
	overflow: hidden;
	float: left;
	margin-left: 50px;
	cursor: pointer;
}

#GNB ul h1 {
	padding-top: 23px;
	border-bottom: 5px solid #fff;
	font-size: 16px;
	font-weight: 700;
	color: #565656;
	line-height: 70px;
	min-width: 98px;
	text-align: center;
}

#GNB ul h1:hover {
	border-bottom: 1px solid #0f0f0f;
}

#GNB ul > li.studyMenu {
	background: url(../images/global/icon_studymenu.png) no-repeat center top;
}

#GNB ul > li.studyMenu > h1 {
	border-bottom: 5px solid #68adde;
	color: #68adde;
}

#GNB ol {
	display: none;
	margin: 5px 0 15px;
}

#GNB ol li {
	line-height: 33px;
	color: #565656;
	text-align: center;
	font-size: 14px;
}

#GNB ol li:hover {
	color: #2665ae;
	font-weight: bold;
}

#GNB ul:hover ol {
	display: block;
}

/* GNB Main Sub */
#GNBSub {
	position: absolute;
	overflow: hidden;
	top: 100px;
	left: 0;
	width: 100%;
	min-width: 1260px;
	border-bottom: 2px solid #2665ae;
	background: #fff;
	z-index: 890;
}

#GNBSub > div {
	overflow: hidden;
	width: 1260px;
	margin: 0 auto;
	text-align: right;
}

#GNBSub a {
	float: left;
	margin: 26.5px 10px;
	border: none;
}

#GNBSub a img {
	border: none;
}

#GNBSub ul,
#GNBSub ol,
#GNBSub li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#GNBSub ul {
	float: right;
}

#GNBSub ul > li {
	overflow: hidden;
	float: left;
	margin-left: 28px;
	cursor: pointer;
}

#GNBSub ul h1 {
	padding-top: 10px;
	border-bottom: 5px solid #fff;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 50px;
	min-width: 98px;
	text-align: center;
}

#GNBSub ul > li:hover > h1 {
	border-bottom: 3px solid #2665ae;
}

#GNBSub ul > li.studyMenu {
	background: url(../images/global/icon_studymenu.png) no-repeat center top;
}

#GNBSub ul > li.studyMenu > h1 {
	border-bottom: 5px solid #68adde;
	color: #68adde;
}

#GNBSub ol {
	display: none;
	margin: 5px 0 15px;
}

#GNBSub ol li {
	line-height: 33px;
	color: #565656;
	text-align: center;
	font-size: 13px;
}

#GNBSub ol li:hover {
	color: #2665ae;
	font-weight: bold;
}

#GNBSub ul:hover ol {
	display: block;
}

/* footer */
#footer {
	overflow: hidden;
	min-width: 1260px;
	background: linear-gradient(to right, #27B1AC, #3AA0B8, #5F89B7, #7774B0);
}

#footer > div {
	overflow: hidden;
	width: 1260px;
	margin: 3px auto;
}

#footer > div ul,
#footer > div li {
	display: block;
	margin: 0;
	padding: 0;
}

#footer > div ul {
	overflow: hidden;
	margin: 10px 0 10px;
}

#footer > div li {
	font-size: 14.5px;
	float: left;
	margin-right: 30px;
	line-height: 16px;
	font-weight: bold;
	color: #fafafa;
	cursor: pointer;
	transition: .15s
}

#footer > div li:hover {
	color: #0f0f0f;
}

#footer > div li + li {
	padding-left: 30px;
	border-left: 1px solid #66899a;
}

#footerBot {
	margin: 3px auto;
	width: 1260px;
}

#footerBot > div:nth-child(1) {
	margin: 20px auto;
}

#footerBot > div img {
	float: left;
	margin-right: 36px;
}

#footerBot > div address {
	position: relative;
	line-height: 18px;
	color: #999;
	font-style: normal;
	font-size: 14px;
}

#footerBot > div label.FamilySiteBox {
	position: relative;
	top: -53px;
	right: 0;
	float: right;
}

#footerBot > div label.FamilySiteBox > select {
	height: 30px;
}

/* Quickmenu */
.quickmenu {
	position: fixed;
	_position: absolute;
	z-index: 800;
	right: 49%;
	top: 220px;

	background-color: transparent;
	margin-right: -730px;
	padding: 0;

	box-shadow: 5px 5px 10px -5px;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}

.quickmenu dl {
	width: 100px;
	/* background: #fff; */
	overflow: hidden;
	text-align: center;
	margin: 0;
	border-radius: 10px;
	box-shadow: 5px 5px 10px -5px;

	border-radius: 0;
	box-shadow: none;

}

.quickmenu dl dt {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
	background: #367d8d;
}

.quickmenu dl dd {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 80px;
	width: 110px;
	padding: 10px 5px;
	border-left: 1px solid #d2d9db;
	border-right: 1px solid #d2d9db;
	box-sizing: border-box;
}

.quickmenu dl dd img {
	display: block;
}

.quickmenu dl dd.last {
	height: 92px;
}

.quickmenu dl dd a {
	display: block;
	padding-top: 54px;
	color: #666;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}

.quickmenu dl dd a:hover {
	color: #000;
}

.quickmenu p {
	margin: 0;
	margin-bottom: 3px;
}

.quickmenu p a {
	display: block;
	width: 90px;
	text-align: center;
	/*	line-height: 26px;*/
	/*	background: #000;*/
	/*	color: #fff;*/
	font-weight: 600;
	font-size: 12px;

	color: #444444;
}

.quickmenu p a:hover {
	/*	background: #232425;*/
}

.quickmenu .aiChat {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: #ffffff;
}

.quickmenu .aiChat > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.quickmenu .aiChat > a > img {
	width: 46px;
}

/* 메인 */
#main_contents {
	margin-top: 170px;
	width: 100%;
}

#main_contents > ul,
#main_contents > ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_contents > ul {
	overflow: hidden;
	width: 1260px;
	margin: 0 auto;
	padding: 40px 0;
}


#main_contents > ul > li {
	display: inline-block;
	width: 408px;
	/* background:#fff; border:1px solid #e7edee;*/
}

#main_b_banner {

	/*background: #f2f6f7;*/
}

/* 슬라이딩 */
#main_contents li.slideArea {
	overflow: hidden;
	/*float:right;*/
	width: 833px;
	height: 467px;
	background: #fff;
	border: 1px solid #e7edee;
}

#main_contents li.slideArea button {
	position: absolute;
	width: 52px;
	margin: 192px 0 0 0;
	padding: 25px 0;
	border: none;
	background: url(../images/global/bg_glbalbtn.png);
	text-align: center;
}

#main_contents li.slideArea button.btn_next {
	margin-left: 781px;
}

#main_contents li.slideArea > div {
	overflow: hidden;
}

#main_contents li.slideArea > div ul,
#main_contents li.slideArea > div li {
	margin: 0;
	padding: 0;
}

#main_contents li.slideArea > div li {
	float: left;
}

/*오른쪽로그인*/
.rightLogin {
	float: right;
}

/* 로그인 */
.loginArea,
.myInformation {
	overflow: hidden;
	height: 194px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #e7edee;
}

.loginArea > h1 {
	margin: 0;
	padding: 0 20px;
	background: #4478AF;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
}

.loginArea > form {
	padding: 15px 20px;
}

.loginArea > form input {
	width: 255px;
	height: 42px;
	border: 1px solid #c7cbcc;
	padding: 0 5px;
	color: #c7cbcc;
	color: #798696;
}

.loginArea > form input:focus {
	color: #55616f;
}

.loginArea > form br + input {
	margin-top: 8px;
}

.loginArea > form > button {
	float: right;
	width: 105px;
	height: 92px;
	border: none;
	background:
		/*url(../images/main/btn_login.png) no-repeat center 20px*/
		#114168;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 92px;
}

.loginArea > form div {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #ccc;
	text-align: right;
}

.loginArea > form div button.useInfo {
	float: left;
	text-align: left;
	background: url(../images/main/icon_info.png) no-repeat left center;
	padding-left: 20px;
}

.loginArea > form div button {
	border: none;
	background: none;
	color: #8a98a9;
	font-weight: bold;
}

/* 게시판영역 */
.BBSArea {
	height: 160px;
	background: #fff;
	border: 1px solid #e7edee;
}

.BBSArea > h1 {
	height: 40px;
	margin: 0;
	padding: 0 20px;
	border-bottom: 1px solid #e7edee;
	line-height: 40px;
	font-size: 20px;
	color: #0780c2;
}

.BBSArea > h1 span {
	padding-left: 10px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #a7bad8;
}

.BBSArea > h1 button {
	float: right;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	border: none;
	background: #B3B3B3;
	/* url(../images/global/bg_glbalbtn.png); */
	text-align: center;

}

.BBSArea table {
	border-collapse: collapse;
	width: 368px;
	margin: 20px 20px;
	table-layout: fixed;
	font-size: 12px;

}

.BBSArea table td,
.BBSArea table th {
	height: 24px;
	text-align: left;
	cursor: pointer;
}

.BBSArea table th {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #565656;
}

.BBSArea table th a {
	color: #565656;
}

.BBSArea table th:hover {
	text-decoration: underline;
}

/* 개인정보영역 */
.myInformation > h1 {
	margin: 0;
	padding: 0 20px;
	background: #4478AF;
	color: #dee9f4;
	font-size: 14px;
	line-height: 56px;
}

.myInformation > h1 > strong {
	color: #fff;
	font-size: 20px;
}

.myInformation > h1 > button {
	float: right;
	height: 26px;
	margin: 15px 0;
	padding: 0 10px;
	border: none;
	background: url(../images/global/bg_glbalbtn.png);
	color: #fff;
	font-weight: bold;
	line-height: 26px;
}

.myInformation > ul,
.myInformation li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.myInformation li {
	float: left;
	width: 134.6px;
	height: 133px;
	border-bottom: 3px solid #fafbfb;
	background: #fafbfb;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}

.myInformation li > div {
	overflow: hidden;
	width: 53px;
	height: 44px;
	margin: 30px auto 15px;
}

.myInformation li > div img {
	margin-top: -44px;
}

.myInformation li + li {
	border-left: 1px solid #e7edee;
}

.myInformation li:hover {
	border-bottom: 5px solid #0780c2;
	background: #fff;
	color: #0780c2;
}

.myInformation li:hover img {
	margin-top: 0;
}

/* 신규 최신 콘텐츠 */
#main_contents > div {
	overflow: hidden;
	padding: 20px 0;
	background: #fff;
}


#main_contents > div > div {
	width: 1260px;
	margin: 0 auto;
	/* background: url(../images/main/bg_contentstitle.png) repeat-x bottom; */
}

#main_contents > div > div > h1,
#main_contents > div > div h2 {
	margin: 0;
	padding: 0;
}

#main_contents > div > div h1 {
	margin: 10px 0 2px 15px;
	color: #000;
	/* #2c8ac6; */
	font-size: 26px;
}

#main_contents > div > div h2 {
	display: inline-block;
	padding: 8px 8px 0 15px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 100;
	line-height: 20px;
}

#main_contents > div > ul,
#main_contents > div > ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_contents > div > ul {
	width: 1260px;
	margin: 5px auto 0px;
}

#main_contents > div > ul li {

	margin-left: 15px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
	padding: 0;
	background: #eef1f3;
	border: 1px solid #d2d9db;
	cursor: pointer;
}

#main_contents > div > ul li > div {
	overflow: hidden;
}

#main_contents > div > ul li > div img {
	width: 100%;
}

#main_contents > div > ul li + li {
	margin-left: 15px;
}

#main_contents > div > ul li > img {
	position: absolute;
	margin: -2px 0 0 326px;
}

#main_contents > div > ul li > h1,
#main_contents > div > ul li > h2 {
	overflow: hidden;
	margin: 0;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main_contents > div > ul li > h1:hover {
	text-decoration: underline;
}

#main_contents > div > ul li > h1 {
	margin: 18px 0 5px;
	font-size: 18px;
}

#main_contents > div > ul li > h2 {
	font-size: 12px;
	margin-bottom: 20px;
}

#main_contents > div > ul li > h2 img {
	margin: 0 10px;
}


/* 메인중간배너 시작 */
.quickInner {
	display: flex;
	background: #f2f6f7;
	text-align: center;
}

.quickInner ul {
	padding: 0;
	padding-top: 10px;
	width: 100%;
}

.quickInner img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 20px;
}


.quickInner a {
	color: #000;
	font-weight: 600;
	font-family: 'NanumGothic';
	font-size: 15px;
	letter-spacing: .3px;
}

.quickInner a:hover {
	color: #0780c2
}

.quickInner ul a .quickOn {
	display: none
}


.quickInner ul a:hover .quickOn {
	display: block
}

.quickInner ul a:hover .quickN {
	display: none;
}

/* 메인중간배너 끝 */


/* 교육과정리스트 다운로드 */
#main_contents li.downloadArea {
	margin-right: 14px;
	float: right;
	width: 516px;
	height: 245px;
	background: #fff;
	border: 1px solid #dee5e7;
	box-sizing: border-box;
}

#main_contents li.downloadArea h1 {
	margin: 0;
	padding: 0;
	margin: 10px 0 0 20px;
	line-height: 60px;
	font-family: 'NanumSquare', sans-serif;
	font-size: 20px;
	color: #0b7ad2;
}

#main_contents li.downloadArea h1 span {
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 200;
	color: #a7bad8;
}

#main_contents li.downloadArea a {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 148px;
	height: 150px;
	text-align: center;
	border: 1px solid #b8bfca;
	border-radius: 10px;
	margin-left: 11px;
}

#main_contents li.downloadArea a.first {
	margin-left: 20px;
}

#main_contents li.downloadArea a:hover {
	border: 1px solid #0b7ad2;
}

#main_contents li.downloadArea a span {
	display: inline-block;
	background: #0a4a8c;
	color: #fff;
	line-height: 28px;
	padding: 0 20px;
	margin-top: 15px;
	font-size: 13.5px;
	font-weight: 600;
	border-radius: 14px;
	cursor: pointer;
}

/* 고객센터 */
#main_contents li.CSCenter {
	width: 376px;
	height: 245px;
	background: #fff;
	border: 1px solid #dee5e7;
	box-sizing: border-box;
}

#main_contents li.CSCenter > h1 {
	margin: 10px 0 0 20px;
	padding: 0;
	line-height: 45px;
	font-family: 'NanumSquare', sans-serif;
	font-size: 20px;
	color: #0b7ad2;
}

#main_contents li.CSCenter > h1 span {
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 200;
	color: #a7bad8;
}

#main_contents li.CSCenter > h2 {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
}

#main_contents li.CSCenter > table {
	border-collapse: collapse;
	margin: 0 0 10px 22px;
}

#main_contents li.CSCenter > table th,
#main_contents li.CSCenter > table td {
	padding: 8px 0;
	vertical-align: top;
	line-height: 18px;
	font-size: 15px;
}

#main_contents li.CSCenter > table th {
	width: 100px;
	font-weight: bold;
	text-align: left;
}

#main_contents li.CSCenter > table td {
	font-family: 'Roboto';
	font-weight: 700;
	color: #0b7ad2;
	font-size: 30px;
}

#main_contents li.CSCenter > p {
	margin: 0;
	padding: 0;
	margin-left: 23px;
	font-size: 13px;
	line-height: 20px;
	background: url(../images/global/lnb_bl.png) no-repeat 0 8px;
	padding-left: 10px;
}

#main_contents li.CSCenter > p strong {
	color: #2b7cbc;
}

/* 계좌정보 */
#main_contents li.BankInfo {
	float: right;
	padding-bottom: 15px;
	width: 341px;
	height: 135px;
	background: #fff;
	border: 1px solid #dee5e7;
	box-sizing: border-box;
}

#main_contents li.BankInfo > h1 {
	margin: 20px 20px 0 20px;
	font-family: 'NanumSquare', sans-serif;
	/*border-bottom:1px solid #e7edee;*/
	line-height: 30px;
	font-size: 20px;
	color: #0b7ad2;
}

#main_contents li.BankInfo > h1 span {
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 200;
	color: #a7bad8;
}

#main_contents li.BankInfo > div {
	overflow: hidden;
	border: 1px solid #e7edee;
	margin: 0 18px;
}

#main_contents li.BankInfo > div > img {
	float: left;
	padding: 7px;
}

#main_contents li.BankInfo > div > h1 {
	margin: 0;
	padding: 0 10px 0 7px;
	line-height: 18px;
	margin-top: 7px;
	font-size: 13px;
	color: #343434;
	font-weight: 400;
}

#main_contents li.BankInfo > div > h1 span {
	padding-left: 10px;
}

#main_contents li.BankInfo > div > p {
	margin: 0;
	padding: 0 10px 0 15px;
	line-height: 18px;
	margin: 5px 0 6px 0;
	color: #565656;
	font-size: 14px;
}

#main_contents li.BankInfo > div > p > strong {
	font-family: 'Roboto';
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
}

#main_contents li.BankInfo > div + div {
	margin-top: 5px;
}

/* 원격지원 */
#main_contents li.ezhelp {
	float: right;
	width: 341px;
	margin-top: -121px;
}

/* 수강평등록 */
#main_contents li.hrd_review {
	float: right;
	width: 341px;
	margin-top: -110px;
}

/* 공통LNB */
#LNB {
	float: left;
	overflow: hidden;
	width: 270px;
	margin-right: 15px;
}

#LNB > div {
	overflow: hidden;
	border: 1px solid #d2d9db;
	background: #fff;
}

/* 좌측메뉴 */
#LNB > div.menuArea {
	margin-bottom: 10px;
}

#LNB > div.menuArea > h1 {
	font-family: 'NanumSquare', sans-serif;
	padding: 51px 20px 50px;
	border-top: 5px solid #2665ae;
	border-bottom: 1px solid #d2d9db;
	font-size: 30px;
	color: #2665ae;
}

#LNB > div.menuArea > h1 span {
	font-size: 22px;
	color: #aabcd9;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}

#LNB > div.menuArea > h1.twoLine {
	padding-bottom: 15px;
}

#LNB > div.menuArea ul {
	background: #fafbfb;
}

#LNB > div.menuArea li {
	color: #343434;
	font-size: 16px;
	padding: 15px 0 15px 20px;
	font-weight: bold;
	cursor: pointer;
}

#LNB > div.menuArea li:last-child {
	padding-bottom: 40px;
}

#LNB > div.menuArea li:hover,
#LNB > div.menuArea li.selected {
	background-color: #fff;
	color: #0981c3;
}

#LNB > div.menuArea li.selected {
	background-image: url(../images/global/bg_lnbselected.png);
	background-repeat: no-repeat;
	background-position: 242px center;
}

/* 빠른메뉴메뉴 */
#LNB > div.quickHelp {}

#LNB > div.quickHelp > h1 {
	padding: 0 20px;
	border-bottom: 1px solid #d2d9db;
	font-size: 15px;
	color: #2665ae;
	line-height: 38px;
}

#LNB > div.quickHelp button {
	float: left;
	width: 134px;
	margin: 10px 0;
	border: none;
	background: none;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: bold;
}

#LNB > div.quickHelp button img {
	margin: 5px 0 2px;
}

#LNB > div.quickHelp button + button {
	border-left: 1px solid #d2d9db;
}

.leftHelp {
	background: #147dd0;
	width: 270px;
	width: 270px;
	height: 108px;
	margin-top: 30px;
}

.leftHelp li {
	float: left;
	width: 134px;
	text-align: center;
	height: 108px;
	cursor: pointer;
}

.leftHelp li + li {
	border-left: 1px solid #318dd5;
}

.leftHelp li h1 {
	color: #fff;
	margin-top: 10px;
	line-height: 50px;
	font-size: 16px;
}

.leftHelp li h1:hover {
	color: #bcdcf5;
}

/* 고객센터 */
#LNB > div.CSCenter {
	padding-bottom: 20px;
	background: url(../images/global/bg_cscenter.png) no-repeat right 5px #83c0eb;
	color: #fff;
}

#LNB > div.CSCenter > h1,
#LNB > div.CSCenter > h2,
#LNB > div.CSCenter > table {
	margin-left: 20px;
}

#LNB > div.CSCenter > h1 {
	margin-top: 30px;
	font-size: 14px;
}

#LNB > div.CSCenter > h2 {
	margin-top: 5px;
	font-size: 34px;
	font-family: 'Open Sans', sans-serif;
}

#LNB > div.CSCenter > table {
	border-collapse: collapse;
}

#LNB > div.CSCenter > table th,
#LNB > div.CSCenter > table td {
	padding: 8px 0;
	vertical-align: top;
	line-height: 15px;
	font-size: 12px;
}

#LNB > div.CSCenter > table th {
	width: 54px;
	font-weight: bold;
	text-align: left;
}

#LNB > div.CSCenter > table td {
	letter-spacing: -0.05em;
}

#LNB > div.CSCenter02 {
	clear: both;
	margin: 0;
	padding: 20px 0 18px 0;
	background: url(../images/global/lnb_01.png) no-repeat 180px 200px #fff;
	border: 1px solid #a4c3e8;
	box-sizing: border-box;
	border-top: none;
}

#LNB > div.CSCenter02 > h1,
#LNB > div.CSCenter02 > table,
#LNB > div.CSCenter02 > p {
	margin-left: 13px;
}

#LNB > div.CSCenter02 > h1 {
	margin-top: 6px;
}

#LNB > div.CSCenter02 > h1 > span {
	display: inline-block;
	width: 95px;
	background-color: #74b8f1;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 8px;
	border-radius: 15px;
	font-size: 14px;
}

#LNB > div.CSCenter02 > h1 > strong {
	display: inline-block;
	position: absolute;
	margin-bottom: -18px;
	/*font-family: 'Roboto';*/
	color: #1a87e1;
	font-weight: 600;
	font-size: 20px;
}

#LNB > div.CSCenter02 > table {
	border-collapse: collapse;
	margin-top: 15px;
}

#LNB > div.CSCenter02 > table th,
#LNB > div.CSCenter02 > table td {
	padding: 4px 0;
	vertical-align: top;
	line-height: 15px;
	font-size: 13px;
}

#LNB > div.CSCenter02 > table th {
	width: 60px;
	font-weight: bold;
	text-align: left;
	background: url(../images/global/lnb_bl.png) no-repeat 3px 11px;
	padding-left: 12px;
}

#LNB > div.CSCenter02 > p {
	padding-left: 12px;
	line-height: 18px;
	font-size: 13px;
}

#LNB > div.CSCenter02 > p > strong {
	color: #3ea4ed;
	font-weight: 700;
}

/* LNB공통간격 */
#LNB > div + div {
	margin-top: 15px;
}

/* 컨텐츠 영역 공통 선언 */
#wrap {
	overflow: hidden;
	width: 1260px;
	margin: 210px auto 15px;
}

#contents {
	overflow: hidden;
	border: 1px solid #d2d9db;
	background: #fff;
}

/* 컨텐츠 영역 공통 제목부 */
#titleArea {
	overflow: hidden;
	height: 170px;
	padding: 0 20px;
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d2d9db;
}

#titleArea h1,
#titleArea h2,
#titleArea h3 {
	margin: 0;
	padding: 0;
}

#titleArea h2 {
	margin: 45px 0 8px;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

#titleArea h2 strong,
#titleArea h3 strong {
	font-size: 12px;
	color: #565656;
}

#titleArea h2 img {
	margin: 0 5px;
}

#titleArea h1 {
	margin-bottom: 16px;
	font-size: 42px;
	color: #343434;
}

#titleArea h3 {
	font-size: 12px;
	color: #565656;
	font-weight: normal;
}

/* 강의듣기페이지 */
#wrap.study div#titleArea h3 {
	padding-left: 20px;
	background: url(../images/study/bg_title_h3.png) no-repeat left center;
}

#wrap.study div#contents div.noticeArea {
	overflow: hidden;
	margin: 15px 20px;
	padding: 15px;
	background: url(../images/study/bg_notice.png);
	color: #eaecf7;
	line-height: 18px;
}

#wrap.study div.noticeArea img {
	float: right;
	margin-top: 5px;
}

#wrap.study div.noticeArea h1,
#wrap.study div#contents div.noticeArea p {
	margin: 0;
	padding: 0;
}

#wrap.study div.noticeArea h1 {
	margin-bottom: 5px;
	font-size: 15px;
	color: #fff;
}

#wrap.study div.noticeArea strong {
	color: #ffdc61;
}

/* 나의강의실 안내사항 */
#noticeArea {
	overflow: hidden;
	width: 933px;
	height: 172px;
	margin: 26px auto;
	background: url(../images/study/bg_study01.png) 0 0 no-repeat;
	box-sizing: border-box;
}

#noticeArea > img {
	float: left;
	margin: 34px 0 0 29px;
}

.noticeArea02 {
	float: left;
	margin-left: 39px;
}

.noticeArea02 > h1 {
	margin: 29px 0 0;
	font-size: 19px;
	color: #1b2531;
}

.noticeArea02 > ul {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

.noticeArea02 > ul > li {
	background: url(../images/study/bg_notice01.png) 0 center no-repeat;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #455467;
}

.noticeArea02 > ul > li strong {
	color: #2b7ee7;
}

.noticeArea02 > p {
	width: 644px;
	margin: 13px 0 0;
	padding-bottom: 2px;
	background: url(../images/study/bg_study02.png) 0 bottom no-repeat;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #253244;
}

.noticeArea02 > p strong {
	color: #2b7ee7;
}

/* 과정정보 */
#wrap.study div#contentsArea ul,
#wrap.study div#contentsArea li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrap.study div#contentsArea {
	padding: 0 20px 20px;
}

#wrap.study div#contentsArea > ul > li {
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #bfc3c4;
	border-top: 4px solid #cfcfcf;
	background: url(../images/study/bg_study.png);
}

#wrap.study div#contentsArea > ul > li:hover,
#wrap.study div#contentsArea > ul > li.openClass {
	border-top: 4px solid #0780c2;
}

#wrap.study div.summuryArea {
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}

#wrap.study div.summuryArea > div,
#wrap.study div.summuryArea img {
	width: 128px;
	height: 96px;
}

#wrap.study div.summuryArea img {
	float: left;
	margin: 10px;
}

#wrap.study div.summuryArea > div {
	position: absolute;
	margin: 10px;
	background: url(../images/study/bg_summeryimg.png);
}

#wrap.study div.summuryArea > h1,
#wrap.study div.summuryArea > h2,
#wrap.study div.summuryArea > h3 {
	overflow: hidden;
	float: left;
	display: inline-block;
	width: 460px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}

#wrap.study div.summuryArea > h1 {
	line-height: 24px;
	font-size: 20px;
	margin-top: 20px;
}

#wrap.study div.summuryArea > h2 {
	line-height: 18px;
	font-size: 15px;
	margin-top: 5px;
}

#wrap.study div.summuryArea > h3 {
	line-height: 15px;
	font-size: 12px;
	margin-top: 12px;
}

#wrap.study div.summuryArea > h3 strong {
	display: inline-block;
	padding: 0 8px;
	margin-left: 15px;
	background: #0780c2;
	border: 1px solid #83c0eb;
	border-radius: 4px;
	line-height: 18px;
	color: #fff;
}

#wrap.study div.summuryArea ul {
	float: right;
}

#wrap.study div.summuryArea li {
	float: left;
	width: 104px;
	height: 116px;
	border-left: 1px solid #bfc3c4;
	background: #f5f5f5;
	text-align: center;
	color: #999;
	font-size: 20px;
	line-height: 76px;
}

#wrap.study div.summuryArea li strong {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

#wrap.study div.summuryArea li > h1 {
	height: 40px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bfc3c4;
	line-height: 40px;
	color: #343434;
	font-size: 12px;
}

#wrap.study div.summuryArea li.smallText > h1 {
	margin-bottom: 5px;
}

#wrap.study div.summuryArea li.smallText {
	font-size: 15px;
	line-height: 30px;
}

#wrap.study div.summuryArea li.smallText strong {
	font-size: 20px;
}

#wrap.study div.summuryArea li button.epilogue {
	overflow: hidden;
	width: 80px;
	height: 70px;
	border: none;
	background: url(../images/study/btn_write.png) no-repeat center top;
	line-height: 108px;
	font-size: 15px;
	font-weight: 700;
	color: #999;
}

#wrap.study div.summuryArea li button.epilogue:hover {
	background: url(../images/study/btn_write.png) no-repeat center bottom;
	color: #2665ae;
}

#wrap.study div#contentsArea > ul > li > button {
	width: 100%;
	height: 34px;
	border: none;
	background-color: #2972f9;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/study/btn_studyopen.png);
}

#wrap.study div#contentsArea > ul > li.openClass > button {
	background-image: url(../images/study/btn_studyclose.png);
}

#wrap.study div#contentsArea > ul > li:hover > button {
	background-position: center top;
}

#wrap.study div#contentsArea > ul > li > ul {
	overflow: hidden;
	margin: 15px 10px 15px;
	border: 1px solid #bfc3c4;
	background: #fff;
}

#wrap.study div#contentsArea > ul > li > ul li {
	float: left;
	width: 172px;
	height: 68px;
	padding: 20px 10px 20px 120px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 30px center;
	line-height: 22px;
	cursor: pointer;
}

#wrap.study div#contentsArea > ul > li > ul li h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#wrap.study div#contentsArea > ul > li > ul li strong {
	font-size: 15px;
}

#wrap.study div#contentsArea > ul > li > ul li span {
	color: #787878;
}

#wrap.study div#contentsArea > ul > li > ul li a {
	color: #2665ae;
}

#wrap.study div#contentsArea > ul > li > ul li a:after {
	content: ' >'
}

#wrap.study div#contentsArea > ul > li > ul li + li {
	border-left: 1px solid #bfc3c4;
}

#wrap.study div#contentsArea > ul > li > ul li.middleTest {
	background-image: url(../images/study/img_test01_small.png);
}

#wrap.study div#contentsArea > ul > li > ul li.lastTest {
	background-image: url(../images/study/img_test02_small.png);
}

#wrap.study div#contentsArea > ul > li > ul li.debate {
	background-image: url(../images/study/img_discussion.png);
}

#wrap.study div#contentsArea > ul > li > ul li.report {
	background-image: url(../images/study/img_report_small.png);
}

#wrap.study div#contentsArea > ul > li > ul li:hover {
	background-color: #efefef;
}

#wrap.study div#contentsArea > ul > li table {
	width: 911px;
	margin: 0 10px 5px;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #bfc3c4;
	border-bottom: none;
}

#wrap.study div#contentsArea > ul > li table th,
#wrap.study div#contentsArea > ul > li table td {
	height: 48px;
	border-bottom: 1px solid #bfc3c4;
	border-top: 1px solid #bfc3c4;
}

#wrap.study div#contentsArea > ul > li table th {
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 0;
	color: #565656;
}

#wrap.study div#contentsArea > ul > li table th strong {
	color: #343434;
	font-size: 14px;
	word-break: break-all;
}

#wrap.study div#contentsArea > ul > li table td {
	text-align: center;
}

#wrap.study div#contentsArea > ul > li table button {
	overflow: hidden;
	height: 25px;
	margin-right: 10px;
	padding: 0;
	border: none;
	background: none;
}

#wrap.study div#contentsArea > ul > li table button img {
	margin-top: -25px;
}

#wrap.study div#contentsArea > ul > li table button:hover img {
	margin-top: 0;
}

#wrap.study div#contentsArea > ul > li table.passCheck {
	margin-top: 15px;
}

#wrap.study div#contentsArea > ul > li table.passCheck th,
#wrap.study div#contentsArea > ul > li table.passCheck td {
	height: 30px;
	padding: 0;
	text-align: center;
	border: 1px solid #bfc3c4;
}

#wrap.study div#contentsArea > ul > li table.passCheck th {
	background: #eaf2f8;
	color: #343434;
}

#wrap.study div#contentsArea > ul > li table.passCheck td.title {
	background: #2665ae;
	color: #fff;
}

#wrap.study div#contentsArea > ul > li table.passCheck td.downFile,
#wrap.study div#contentsArea > ul > li > table.passCheck td.detailView {
	width: 120px;
}

#wrap.study div#contentsArea > ul > li table.passCheck td a {
	color: #343434;
	text-decoration: none;
}

#wrap.study div#contentsArea > ul > li table.passCheck td.downFile h1,
#wrap.study div#contentsArea > ul > li > table.passCheck td.detailView h1 {
	font-size: 14px;
	margin: 0;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center top;
}

#wrap.study div#contentsArea > ul > li table.passCheck td.downFile h1 {
	background-image: url(../images/study/img_filedown.png);
}

#wrap.study div#contentsArea > ul > li table.passCheck td.detailView h1 {
	background-image: url(../images/study/img_contdetail.png);
}

#wrap.study div#contentsArea > ul > li table.passCheck td.downFile:hover,
#wrap.study div#contentsArea > ul > li > table.passCheck td.detailView:hover {
	text-decoration: underline;
	background: #efefef;
}

#wrap.study div#contentsArea > ul > li.noList {
	height: 120px;
	background: #efefef;
	line-height: 120px;
	font-size: 15px;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

#wrap.study .openClass div.summuryArea {
	border-bottom: 1px solid #bfc3c4;
}

#wrap.study div.summuryArea:hover > h1,
#wrap.study .openClass div.summuryArea > h1 {
	color: #333;
}

#wrap.study div.summuryArea:hover > h2,
#wrap.study .openClass div.summuryArea > h2 {
	color: #666;
}

#wrap.study div.summuryArea:hover > h3,
#wrap.study .openClass div.summuryArea > h3 {
	color: #999;
}

#wrap.study div.summuryArea:hover ul strong,
#wrap.study .openClass div.summuryArea ul strong {
	color: #2665ae;
}

#wrap.study div.summuryArea:hover div,
#wrap.study .openClass div.summuryArea div {
	display: none;
}

/* 과정상세보기 */
#contentsArea.lectureDetail {
	font-size: 14px;
	line-height: 22px;
}

#contentsArea.lectureDetail div.summuryArea {
	overflow: hidden;
	padding: 20px 0;
	background: url(../images/global/bg_block.png) no-repeat bottom;
}

#contentsArea.lectureDetail div.summuryArea > img {
	float: left;
	width: 40%;
	margin: 0 20px 0 10px;
	border: 1px solid #bfc3c4;
}

#contentsArea.lectureDetail h1,
#contentsArea.lectureDetail h2,
#contentsArea.lectureDetail h3,
#contentsArea.lectureDetail h4,
#contentsArea.lectureDetail h5 {
	margin: 0;
	padding: 0;
}

#contentsArea.lectureDetail div.summuryArea h1 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 30px;
}

#contentsArea.lectureDetail div.summuryArea h2 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: normal;
}

#contentsArea.lectureDetail div.summuryArea h3 {
	margin: 0 0 15px;
	font-size: 12px;
}

#contentsArea.lectureDetail div.summuryArea h5 {
	margin: 25px 0 20px;
	font-size: 12px;
}

#contentsArea.lectureDetail div.summuryArea h5 img {
	margin: 0 8px;
}

#contentsArea.lectureDetail div.summuryArea button {
	width: 173px;
	height: 48px;
	margin: 15px 0;
	border: none;
	background: #0780c2;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#contentsArea.lectureDetail div.summuryArea button.listButton {
	background: #666;
	color: #fff;
	margin-left: 2px;
}

#contentsArea.lectureDetail > h1 {
	overflow: hidden;
	border-left: 3px solid #0780c2;
	padding: 0 0 0 7px;
	margin: 20px 0 10px 0;
	font-size: 15px;
}

#contentsArea.lectureDetail > h1 button {
	float: right;
	margin-top: 3px;
	border: none;
	background-color: transparent;
	font-weight: 800;
}

#contentsArea.lectureDetail table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#contentsArea.lectureDetail table th,
#contentsArea.lectureDetail table td {
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ccc;
}

#contentsArea.lectureDetail table th {
	background: #eaf2f8;
}

#contentsArea.lectureDetail div.bookInfo {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#contentsArea.lectureDetail div.bookInfo img {
	width: 100px;
	margin-right: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#contentsArea.lectureDetail div.bookInfo h1 {
	display: inline-block;
	font-size: 15px;
}

#contentsArea.lectureDetail div.infoArea {
	padding: 5px 10px 15px;
	line-height: 22px;
}

#contentsArea.lectureDetail ol {
	padding-left: 25px;
	line-height: 28px;
}

#contentsArea.lectureDetail ol + h1 {
	margin-top: 40px;
}

#contentsArea.lectureDetail div.btnArea {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 20px 0;
}

#contentsArea.lectureDetail div.reviewArea ul,
#contentsArea.lectureDetail div.reviewArea li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentsArea.lectureDetail div.reviewArea ul {
	border-top: 1px solid #ccc;
}

#contentsArea.lectureDetail div.reviewArea li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#contentsArea.lectureDetail div.reviewArea h3 {
	overflow: hidden;
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 15px;
	text-align: center;
	line-height: 110px;
	font-weight: normal;
	color: #787878;
}

#contentsArea.lectureDetail div.reviewArea h3 strong {
	font-size: 20px;
	font-weight: 800;
	color: #343434;
}

#contentsArea.lectureDetail div.reviewArea h3.scroe1 {
	background: url(../images/lecture/bg_score1.png) no-repeat 10px 10px;
}

#contentsArea.lectureDetail div.reviewArea h3.scroe2 {
	background: url(../images/lecture/bg_score2.png) no-repeat 10px 10px;
}

#contentsArea.lectureDetail div.reviewArea h3.scroe3 {
	background: url(../images/lecture/bg_score3.png) no-repeat 10px 10px;
}

#contentsArea.lectureDetail div.reviewArea h3.scroe4 {
	background: url(../images/lecture/bg_score4.png) no-repeat 10px 10px;
}

#contentsArea.lectureDetail div.reviewArea h3.scroe5 {
	background: url(../images/lecture/bg_score5.png) no-repeat 10px 10px;
}

#contentsArea.lectureDetail div.reviewArea h1,
#contentsArea.lectureDetail div.reviewArea h2,
#contentsArea.lectureDetail div.reviewArea p {
	margin: 0 0 0 135px;
	padding: 0;
	border-left: 1px solid #ccc;
}

#contentsArea.lectureDetail div.reviewArea h1,
#contentsArea.lectureDetail div.reviewArea h2 {
	padding-left: 10px;
}

#contentsArea.lectureDetail div.reviewArea h1 {
	line-height: 24px;
	font-size: 15px;
}

#contentsArea.lectureDetail div.reviewArea h2 {
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

#contentsArea.lectureDetail div.reviewArea p {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

#contentsArea.lectureDetail div.reviewArea + div {
	border-top: none;
}

/* 디자인페이지 */
div.designImage {
	padding: 20px;
}

.agreement div.textArea,
.agreement div.textArea2 {
	padding: 30px;
	line-height: 18px;
}

#contentsArea {
	padding: 0 20px 20px;
}

/* 검색영역 */
div.searchArea {
	overflow: hidden;
	padding: 8px 20px 12px;
	text-align: right;
	background: url(../images/global/bg_block.png) no-repeat center bottom;
}

div.searchArea form {
	float: right;
	padding-left: 35px;
	background: url(../images/global/icon_search.png) no-repeat left center;
}

div.searchArea input,
#contents div.searchArea select,
#contents div.searchArea button {
	height: 30px;
	border: 1px solid #ccc;
}

div.searchArea select {
	border: none !important;
	border-bottom: 2px solid #999 !important;
	padding-left: 5px;
}

div.searchArea input {
	border: none;
	border-bottom: 2px solid #999;
}

div.searchArea input[type="text"] {
	width: 180px;
}

div.searchArea button {
	border: 2px solid #999 !important;
	background: none;
	color: #565656;
	vertical-align: middle;
	line-height: 23px;
	font-weight: bold;
}

div.searchArea > button {
	float: right;
	margin: 2px 0 0 5px;
}

div.searchArea br + form {
	margin-top: 5px;
}

div.searchArea select + select,
div.searchArea input + select {
	margin-left: 10px;
}

div.searchArea div.searchChangeArea {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.inputArea {
	padding: 10px;
	background: #ddd;
	border-top: 1px solid #999;
}

div.inputArea table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ccc;
}

div.inputArea table th,
div.inputArea table td {
	padding: 5px 0;
	border: 1px solid #ccc;
	line-height: 18px;
	text-align: center;
}

div.inputArea table th {
	background: #efefef;
}

div.inputArea table td {
	background: #fff;
}

div.inputArea table input[type="text"],
div.inputArea table input[type="tel"],
div.inputArea table select {
	height: 28px;
	padding-left: 5px;
}

div.inputArea table input[type="text"],
div.inputArea table input[type="tel"] {
	width: 90%;
	padding-right: 5px;
}

div.inputArea table td > button {
	width: 80%;
	height: 48px;
	border: 1px solid #ccc;
	background: #efefef;
	color: #121212;
	font-weight: bold;
}

div.inputArea + div.searchArea {
	margin-top: 5px;
}

div.inputArea + div.BBSList,
div.searchArea + div.BBSList {
	margin-top: 10px;
}

/* 게시판 쓰기페이지 */
.BBSList {}

.BBSList table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #565656 !important;
}

.BBSList table th,
.BBSList table td {
	text-align: center;
	padding: 15px 0;
	line-height: 20px;
}

.BBSList table th button {
	width: 16px;
	height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.BBSList table th {
	border-top: 1px solid #565656;
	background: #fff;
}

.BBSList table td {
	border-top: 1px dashed #999;
	background: #fff;
}

.BBSList table th.left,
.BBSList table td.left {
	text-align: left;
	padding-left: 10px;
}

.BBSList table td.right {
	text-align: right;
	padding-right: 15px;
	line-height: 28px;
}

.BBSList table td.right span {
	color: #999;
}

.BBSList table td.right strong {
	color: #e91818
}

.BBSList table td img {
	vertical-align: middle;
}

.BBSList table td span {
	color: #999;
}

.BBSList table tr.hover {
	background: #efefef;
}

.BBSList table td button {
	background: #fff;
	line-height: 28px;
	padding: 0 8px;
	border: 1px solid #999;
	color: #565656;
	background: #efefef;
}

.BBSList table td button img {
	margin-right: 5px;
}

.BBSList table td input[type="text"],
.BBSList table td input[type="tel"] {
	height: 28px;
	padding: 0 5px;
	border: 1px solid #999;
	width: 90%;
}

.BBSList table td select {
	height: 28px;
	padding: 0 0 0 5px;
	border: 1px solid #999;
}

.BBSList table td br + button {
	margin-top: 8px;
}

.BBSList table tr.red td {
	background-color: #fbe3e3;
}

.BBSList table tr.green td {
	background-color: #edf7e9;
}

.BBSList table tr.notice td {
	background-color: #f8f8f8;
}

/* FAQ보기용 */
.BBSList table tr.openView td {
	text-align: left;
	padding: 5px 15px 20px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	background: #efefef;
}

.BBSList table tr.openView td div {
	border: 1px solid #ccc;
	background: #fff;
	padding: 15px;
}

/* 과정리스트 */
.BBSList ul.lectureList,
.BBSList ul.lectureList li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.BBSList ul.lectureList {}

.BBSList ul.lectureList li {
	overflow: hidden;
	border: 1px solid #ccc;
}

.BBSList ul.lectureList li.noList {
	text-align: center;
	line-height: 80px;
	font-size: 15px;
}

.BBSList ul.lectureList li + li {
	margin-top: 8px;
}

.BBSList ul.lectureList li > img {
	float: left;
	width: 18%;
	margin: 10px;
	cursor: pointer;
}

.BBSList ul.lectureList li button {
	float: right;
	width: 112px;
	height: 132px;
	border-radius: 0;
	border: none;
	border-left: 1px solid #ccc;
	background: #efefef;
	font-weight: bold;
	color: #565656;
	text-align: center;
}

.BBSList ul.lectureList li button img {
	margin-bottom: 15px;
}

.BBSList ul.lectureList li button:hover {
	background: #fff;
}

.BBSList ul.lectureList li h1,
.BBSList ul.lectureList li h2,
.BBSList ul.lectureList li h3,
.BBSList ul.lectureList li h4,
.BBSList ul.lectureList li h5 {
	margin: 0;
	padding: 0;
}

.BBSList ul.lectureList li h1 {
	overflow: hidden;
	width: 400px;
	font-size: 15px;
	color: #0780c2;
	margin: 10px 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.BBSList ul.lectureList li h2 {
	font-size: 12px;
	color: #565656;
	font-weight: normal;
}

.BBSList ul.lectureList li h3 {
	font-size: 12px;
	color: #999;
	margin: 25px 0 8px;
}

.BBSList ul.lectureList li h2,
.BBSList ul.lectureList li h5 {
	display: inline-block;
}

.BBSList ul.lectureList li h5 {
	padding: 0 8px;
	margin-left: 5px;
	background: #0780c2;
	border: 1px solid #83c0eb;
	border-radius: 4px;
	line-height: 18px;
	color: #fff;
}

/* 수강후기 */
.BBSList ul.reviewList {
	margin: 48px 0 0;
	padding: 0;
}

.BBSList ul.reviewList li {
	overflow: hidden;
	padding: 10px 0 12px;
	border-bottom: 1px dashed #999;
	list-style: none;
	cursor: pointer;
}

.BBSList ul.reviewList li > h1,
.BBSList ul.reviewList li > h2 {
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.BBSList ul.reviewList li > h1 {
	width: 5.5%;
	margin: 10px 0 0;
	color: #121212;
}

.BBSList ul.reviewList li > h2 {
	width: 15%;
	margin: 0;
	padding-top: 25px;
	color: #000017;
}

.BBSList ul.reviewList li > h2 strong {
	font-size: 15px;
	font-weight: 800;
	color: #c34602;
}

.BBSList ul.reviewList li > h2.scroe1 {
	background: url(../images/lecture/bg_score1.png) no-repeat center 0;
}

.BBSList ul.reviewList li > h2.scroe2 {
	background: url(../images/lecture/bg_score2.png) no-repeat center 0;
}

.BBSList ul.reviewList li > h2.scroe3 {
	background: url(../images/lecture/bg_score3.png) no-repeat center 0;
}

.BBSList ul.reviewList li > h2.scroe4 {
	background: url(../images/lecture/bg_score4.png) no-repeat center 0;
}

.BBSList ul.reviewList li > h2.scroe5 {
	background: url(../images/lecture/bg_score5.png) no-repeat center 0;
}

.BBSList ul.reviewList li > div {
	overflow: hidden;
}

.BBSList ul.reviewList li > div > h1 {
	margin: 3px 0 0;
	font-size: 12px;
	font-weight: 800;
	color: #121212;
}

.BBSList ul.reviewList li > div > p {
	overflow: hidden;
	margin: 3px 0 0;
	padding-right: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #121212;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.BBSList ul.reviewList li.on > div > p {
	white-space: normal;
}

.BBSList ul.reviewList li.reviewTitle {
	padding: 18px 0;
	border-top: 1px solid #565656;
}

.BBSList ul.reviewList li.reviewTitle h1 {
	width: auto;
	margin: 0;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #000017;
}

.BBSList ul.reviewList li.noList {
	padding: 14px 0;
	text-align: center;
}

/* 카테고리탭 */
.BBSCategory,
.BBSCategory li {
	display: block;
	margin: 0;
	padding: 0;
}

.BBSCategory {
	overflow: hidden;
	margin: 10px 0 5px;
	padding: 5px 10px 0;
	border: 1px solid #ccc;
	border-bottom: none;
	background: url(../images/admin/bg_boardcategory.png) repeat-x bottom #efefef;
}

.BBSCategory li {
	float: left;
	padding: 0 20px;
	line-height: 36px;
	border: 1px solid #efefef;
	border-bottom: none;
	cursor: pointer;
}

.BBSCategory li.select {
	border-bottom: none;
	background: #fff;
	font-weight: bold;
}

/* Paser */
.BBSList div.pager {
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
}

.BBSList div.pager a,
.BBSList div.pager b,
.BBSList div.pager button {
	vertical-align: middle;
}

.BBSList div.pager button {
	height: 24px;
	border: none;
	margin: 0;
	background-color: transparent;
}

.BBSList div.pager button img {
	vertical-align: middle;
}

.BBSList div.pager a,
.BBSList div.pager b {
	display: inline-block;
	height: 24px;
	padding: 0 7px;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
}

.BBSList div.pager a {
	color: #787878;
	text-decoration: none;
}

.BBSList div.pager b {
	border: 1px solid #dfdfdf;
	margin: 3px 0 5px;
	color: #ec772d;
}

.BBSList div.pager a:hover {
	text-decoration: underline;
}

/* 버튼영역 */
.btnArea {
	text-align: center;
	margin: 10px 0;
}

.btnArea button {
	height: 46px;
	margin: 0 2px;
	padding: 0 30px;
	border-radius: 3px;
	background: #666;
	border: 1px solid #ccc;
	line-height: 24px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}

.BBSView {
	margin-top: 5px;
}

.BBSView div.titleArea {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.BBSView div.titleArea h1,
.BBSView div.titleArea h2,
.BBSView div.titleArea h3,
.BBSView div.titleArea div {
	margin: 0;
	padding: 0 35px;
}

.BBSView div.titleArea h1 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 24px;
}

.BBSView div.titleArea h1 span {
	font-size: 15px;
	color: #565656;
}

.BBSView div.titleArea h2 {
	overflow: hidden;
	font-size: 15px;
	line-height: 38px;
	color: #565656;
}

.BBSView div.titleArea h2 span {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 2px solid #ccc;
	font-weight: normal;
	font-size: 15px;
	color: #999;
}

.BBSView div.titleArea h2 strong.email,
.BBSView div.titleArea h2 strong.tel,
.BBSView div.titleArea h2 strong.date,
.BBSView div.titleArea h2 strong.hit {
	float: right;
	display: inline-block;
	padding-left: 28px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 36px;
	font-size: 12px;
}

.BBSView div.titleArea h2 strong.email {
	background-image: url(../images/admin/icon_mail.png);
}

.BBSView div.titleArea h2 strong.tel {
	background-image: url(../images/admin/icon_tel.png);
}

.BBSView div.titleArea h2 strong.date {
	background-image: url(../images/admin/icon_date.png);
}

.BBSView div.titleArea h2 strong.hit {
	background-image: url(../images/admin/icon_hit.png);
}

.BBSView div.titleArea h2 strong + strong {
	margin-right: 30px;
}

.BBSView div.titleArea h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #999;
}

.BBSView div.titleArea div {
	overflow: hidden;
	color: #343434;
}

.BBSView div.titleArea div p {
	display: inline-block;
	padding: 0 20px 0 0;
	margin: 0;
	line-height: 24px;
}

.BBSView div.titleArea h2,
.BBSView div.titleArea h3,
.BBSView div.titleArea div {
	border-top: 1px dashed #ccc;
}

.BBSView div.fileArea {
	overflow: hidden;
	height: 50px;
	padding: 0 35px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}

.BBSView div.fileArea a {
	display: inline-block;
	height: 32px;
	margin: 8px 10px 8px 0;
	padding: 0 15px 0 10px;
	border: 1px dashed #999;
	background: #fff;
	line-height: 32px;
	text-decoration: none;
	color: #121212;
}

.BBSView div.fileArea img {
	width: 24px;
	opacity: 0.5;
	vertical-align: middle;
	margin-right: 5px;
}

.BBSView div.fileArea a:hover {
	border: 1px solid #565656
}

.BBSView div.BBSContents {
	min-height: 360px;
	padding: 20px 35px;
	line-height: 18px;
}

.BBSView div.btnArea {
	border-top: 1px dashed #ccc;
	padding: 20px 0;
}

/* 비밀번호 확인 모달 */
#modal .chkPWD input[type="password"] {
	width: 180px;
	height: 32px;
	text-align: center;
}

/* 코멘트 */
.BBSView .commentArea {
	overflow: hidden;
	background: #efefef;
}

.BBSView form.commentWrite {
	border: 1px solid #ccc;
	margin: 15px;
	padding: 10px;
	background: #fff;
}

.BBSView form.commentWrite > div {
	margin-bottom: 10px;
}

.BBSView form.commentWrite > div h1 {
	display: inline;
	font-size: 12px;
	padding-right: 8px;
}

.BBSView form.commentWrite > div input {
	height: 32px;
	padding: 0 5px;
	border: 1px solid #999;
	color: #666;
	vertical-align: middle;
	margin-right: 32px;
}

.BBSView form.commentWrite textarea,
.BBSView form.commentWrite button {
	height: 74px;
	vertical-align: middle;
	border: 1px solid #999;
}

.BBSView form.commentWrite textarea {
	width: 90%;
	border-right: none;
	padding: 10px 5px;
}

.BBSView form.commentWrite button {
	width: 10%;
	background: #565656;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.BBSView ul.commentList {
	padding: 0 15px 10px;
}

.BBSView ul.commentList li {
	padding: 10px 15px;
	margin-top: 5px;
	list-style: none;
	border: 1px solie #999;
	background: #fff;
}

.BBSView ul.commentList li h1,
.BBSView ul.commentList li h3 {
	line-height: 18px;
	font-size: 12px;
}

.BBSView ul.commentList li h1 {
	float: left;
	margin-bottom: 8px;
	line-height: 20px;
	font-weight: bold;
	color: #565656;
}

.BBSView ul.commentList li h1 span {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 2px solid #ccc;
	font-weight: normal;
	color: #999;
}

.BBSView ul.commentList li p {
	clear: both;
	padding: 3px 0;
	line-height: 18px;
}

.BBSView ul.commentList li h3 {
	color: #999;
}

.BBSView ul.commentList li form > button {
	float: right;
	margin: 5px 0 0 5px;
	background: none;
	border: 1px solid #999;
	vertical-align: middle;
	line-height: 24px;
	color: #565656;
}

.BBSView ul.commentList li form > button:hover {
	background: #efefef;
}

.BBSView ul.commentList li.noReply {
	text-align: center;
	line-height: 40px;
}

.BBSView ul.commentList div {
	clear: both;
}

.BBSView ul.commentList div > div {
	margin-bottom: 10px;
}

.BBSView ul.commentList div > div h1 {
	display: inline;
	font-size: 12px;
	padding-right: 8px;
}

.BBSView ul.commentList div > div input {
	height: 32px;
	padding: 0 5px;
	border: 1px solid #999;
	color: #666;
	vertical-align: middle;
	margin-right: 32px;
}

.BBSView ul.commentList div textarea,
.BBSView ul.commentList div button {
	height: 74px;
	vertical-align: middle;
	border: 1px solid #999;
}

.BBSView ul.commentList div textarea {
	width: 90%;
	border-right: none;
	padding: 10px 5px;
}

.BBSView ul.commentList div button {
	width: 10%;
	background: #565656;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div.replyArea {
	display: block;
	margin: 10px 0;
	padding: 8px 20px 20px;
	border: 1px solid #ccc;
	background: #eaf2f8;
}

div.replyArea h2 {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 15px;
	color: #0780c2;
}

div.replyArea h2 span {
	font-size: 12px;
	color: #666;
}

div.replyArea h2 button {
	float: right;
	background: #666;
	color: #efefef;
	font-weight: bold;
}

div.replyArea div {
	width: 96%;
	min-height: 180px;
	padding: 2%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 18px;
}

.BBSWrite {}

.BBSWrite ul {
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #999;
}

.BBSWrite li {
	overflow: hidden;
	padding: 5px 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 22px;
	list-style: none;
}

.BBSWrite li > h1,
.BBSWrite li div.halfDiv > h1 {
	display: inline-block;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	border-right: 2px solid #ccc;
	vertical-align: middle;
}

.BBSWrite li > h2 {
	margin: 0 10px 10px 0;
	font-size: 12px;
	vertical-align: middle;
}

.BBSWrite li input {
	vertical-align: middle;
}

.BBSWrite li br + input[type="text"] {
	margin: 2px 0;
}

.BBSWrite li input[type="tel"],
.BBSWrite li input[type="text"],
.BBSWrite li input[type="password"],
.BBSWrite li select,
.BBSWrite li input[type="file"] {
	height: 32px;
	padding: 0 5px;
	border: 1px solid #999;
	color: #666;
	vertical-align: middle;
}

.BBSWrite li select {
	padding-right: 0;
}

.BBSWrite li textarea {
	width: 85%;
	height: 180px;
	border: 1px solid #999;
	padding: 8px;
	line-height: 18px;
	vertical-align: middle;
}

.BBSWrite li div.normalText,
.BBSWrite li div.address,
.BBSWrite li div.halfDiv,
.BBSWrite li div.textInputs {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.BBSWrite li div.textInputs {
	width: 88%;
}

.BBSWrite li div.address {
	line-height: 32px;
}

.BBSWrite li div.normalText {
	line-height: 24px;
}

.BBSWrite li div.halfDiv {
	width: 48%;
	line-height: 22px;
}

.BBSWrite li button {
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #999;
	background: #efefef;
	line-height: 32px;
	text-decoration: none;
	color: #121212;
	vertical-align: middle;
}

.BBSWrite li button img {
	width: 24px;
	vertical-align: middle;
}

.BBSWrite .subject {
	width: 600px;
}

.BBSWrite .name {
	width: 200px;
}

.BBSWrite .tel {
	width: 60px;
}

.BBSWrite .mail {
	width: 240px;
}

.BBSWrite .year {
	width: 50px;
}

.BBSWrite .month {
	width: 30px;
}

.BBSWrite div.btnArea {
	padding: 20px 0;
	border-bottom: 1px solid #565656;
	text-align: center;
}

.BBSWrite div.btnArea button {
	height: 48px;
	margin: 0 5px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #666;
	padding: 0 20px;
	font-weight: bold;
}

.BBSWrite div.btnArea button img {
	margin-right: 6px;
}

.BBSWrite div.textPrint {
	padding: 8px 0;
	line-height: 18px;
}

.BBSWrite div.attachFile {
	display: inline-block;
	padding: 3px;
	background: #565656;
	vertical-align: middle;
	text-align: center;
}

.BBSWrite div.attachFile a {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	line-height: 28px;
	text-decoration: none;
	vertical-align: middel;
	font-weight: bold;
	color: #121212;
}

.BBSWrite div.attachFile a img {
	margin-right: 8px;
}

.BBSWrite div.attachFile button {
	border: none;
	height: 28px;
	color: #efefef;
	background: none;
	vertical-align: middle;
}

.BBSWrite label.AttachFiles {
	display: inline-block;
	min-width: 60px;
	height: 28px;
	padding: 0 15px 0 42px;
	border: 1px solid #999;
	border-radius: 2px;
	background: url(../images/admin/icon_addfile.png) no-repeat 10px center #efefef;
	line-height: 28px;
	vertical-align: middle;
}

.BBSWrite div.examView {
	overflow-y: scroll;
	overflow-x: none;
	width: 95%;
	height: 80px;
	margin: 5px 0;
	border: 1px solid #999;
	padding: 8px;
	line-height: 18px;
	vertical-align: middle;
	word-break: break-strict;
}

.BBSWrite label.AttachFiles span {
	padding: 0;
	margin: 0;
	display: inline;
}

.BBSWrite li.replyArea {
	display: block;
	margin: 10px 10px 0;
	padding: 8px 20px 20px;
	border: 1px solid #ccc;
	background: #eaf2f8;
}

.BBSWrite li.replyArea h2 {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
	font-size: 15px;
	color: #0780c2;
}

.BBSWrite li.replyArea h2 span {
	font-size: 12px;
	color: #666;
}

.BBSWrite li.replyArea h2 button {
	float: right;
	background: #666;
	color: #efefef;
	font-weight: bold;
}

.BBSWrite li.replyArea div {
	width: 96%;
	min-height: 180px;
	padding: 2%;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 18px;
}

/* 통계 레이아웃 */
/* study modal */
#screenModal {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f6f7;
	z-index: 999;
}

#screenModal > div,
#screenModal > form > div {
	width: 1260px;
	margin: 0 auto;
	border: 1px solid #bfc3c4;
	background: #fff;
}

#screenModal > div + div,
#screenModal > div + form,
#screenModal > form div + div {
	margin-top: 15px;
}

#screenModal div.titleArea {
	overflow: hidden;
	width: 100%;
	border-top: 5px solid #0780c2;
	border-bottom: 2px solid #2665ae;
	background: #fff;
}

#screenModal div.titleArea > div {
	overflow: hidden;
	width: 1260px;
	margin: 20px auto;
	text-align: right;
}

#screenModal div.titleArea > div > img,
#screenModal div.titleArea > div > h1,
#screenModal div.titleArea > div > h2 {
	float: left;
}

#screenModal div.titleArea > div > img {
	margin-right: 20px;
}

#screenModal div.titleArea > div > h1,
#screenModal div.titleArea > div > h2 {
	width: 1020px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#screenModal div.titleArea > div > h1 {
	margin: 26px 0 8px;
	font-size: 30px;
	color: #343434;
}

#screenModal div.titleArea > div > h2 {
	font-size: 20px;
	color: #565656;
}

#screenModal div.titleArea > div button {
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin: 27px 0;
	padding: 0;
	border: none;
	background: none;
}

/* #screenModal > div.caution { padding:45px 0; background:url(../images/study/bg_notice.png); text-align:center; } */
#screenModal > div.caution {
	padding: 45px 0;
	text-align: center;
}

#screenModal > div.caution h1,
#screenModal > div.caution strong,
#screenModal > div.caution b {
	color: #3B74B6;
}

#screenModal > div.caution h1 {
	font-size: 26px;
}

#screenModal > div.caution p {
	margin: -25px auto;
	line-height: 22px;
	font-size: 15px;
	padding: 20px 80px;
	color: #000000;
}

/*#screenModal > div.caution p + p { padding-top:25px; background:url(../images/study/img_blockdiv.png) no-repeat center top; }*/
#screenModal > div.caution p + p {
	padding-top: 25px;
}

#screenModal > div.agreeArea {
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 15px;
}

#screenModal > div.agreeArea input[type="checkbox"],
#screenModal > div.agreeArea input[type="radio"] {
	display: none;
}

#screenModal > div.agreeArea input[type="checkbox"],
#screenModal > div.agreeArea input[type="radio"] {
	display: inline-block\9;
	width: 36px;
	height: 36px;
	border: 2px solid #666;
	padding: 0;
	vertical-align: middle;
}

/* IE8 Hack */
#screenModal > div.agreeArea label {
	overflow: hidden;
	display: inline-block;
	height: 43px;
	margin: 15.5px 0;
	padding-left: 48px;
	background-image: url(../images/study/input_checkbox_big.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 52px;
	cursor: pointer;
}

#screenModal > div.agreeArea label {
	background: none\9;
	padding-left: 8px\9;
	vertical-align: middle\9;
}

/* IE8 Hack */
#screenModal > div.agreeArea input:checked + label {
	background-position: left top;
}

#screenModal > div.btnArea {
	overflow: hidden;
	border: none;
	background: none;
	padding: 20px 0;
	margin-bottom: 40px;
	text-align: center;
}

#screenModal > div.btnArea button {
	overflow: hidden;
	height: 54px;
	margin: 0 2px;
	padding: 0;
	border: none;
	background: none;
	vertical-align: middle;
}

#screenModal > div.btnArea button img {
	margin-top: -54px;
}

#screenModal > div.btnArea button:hover img {
	margin-top: 0;
}

/* 시험보기 페이지 */
#screenModal > div.cautionTest {
	overflow: hidden;
	height: 85px;
	padding: 0;
	background: url(../images/study/bg_notice.png);
	color: #fff;
}

#screenModal > div.cautionTest strong,
#screenModal > div.cautionTest b {
	color: #ffdc61;
}

#screenModal > div.cautionTest div.timer {
	float: left;
	width: 270px;
	height: 85px;
	margin-right: 20px;
	background: url(../images/global/bg_glbalbtn.png);
	line-height: 85px;
	color: #ffdc61;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#screenModal > div.cautionTest div.timer strong {
	margin-left: 5px;
	font-size: 50px;
	color: #fff;
	vertical-align: middle;
	font-weight: 700;
}

#screenModal > div.cautionTest div.textArea {
	overflow: hidden;
	height: 85px;
	margin: 0 20px 0 10px;
	padding: 0;
	background: url(../images/study/img_notice.png) no-repeat right center;
}

#screenModal > div.cautionTest div.textArea h1,
#screenModal > div.cautionTest div.textArea p {
	margin: 0;
	padding: 0;
	margin-right: 72px;
}

#screenModal > div.cautionTest div.textArea h1 {
	padding: 15px 0 5px;
	font-size: 15px;
}

#screenModal > div.cautionTest div.textArea p {
	line-height: 18px;
}

#screenModal div.mobileCert span.red {
	display: inline-block;
	margin-left: 96px;
}

#contentsPopup {
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid #bfc3c4;
	background: #fff;
}

#contentsPopup div.caution {
	overflow: hidden;
	margin: 15px 30px 0;
	padding: 15px 10px;
	background: url(../images/study/bg_notice.png);
	color: #fff;
}

#contentsPopup div.caution h1 {
	font-size: 15px;
	margin: 0 0 8px;
	padding: 0;
}

#contentsPopup div.caution strong,
#contentsPopup div.caution b {
	color: #ffdc61;
}

#contentsPopup div.answerTrue {
	background: url(../images/study/bg_checktrue.png) no-repeat 10px 15px;
}

#contentsPopup div.answerFalse {
	background: url(../images/study/bg_checkfalse.png) no-repeat 10px 15px;
}

#contentsNav {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #0780c2;
	background: #f2f6f7;
}

#contentsNav > h1 {
	overflow: hidden;
	float: left;
	font-size: 15px;
	font-weight: normal;
	color: #121212;
	margin: 0;
	padding: 0 20px;
	line-height: 60px;
	text-overflow: ellipsis;
}

#contentsNav > h2 {
	overflow: hidden;
	float: left;
	font-size: 15px;
	font-weight: normal;
	color: #121212;
	margin: 0;
	padding: 10px 20px;
	line-height: 20px;
	text-overflow: ellipsis;
}

#contentsNav > h2 span {
	font-size: 12px;
	color: #898989;
}

#contentsNav form,
#contentsNav table {
	float: right;
}

#contentsNav table {
	margin: 5px;
	border-collapse: collapse;
	border: 1px solid #bfc3c4;
}

#contentsNav table th,
#contentsNav table td {
	width: 60px;
	height: 20px;
	background: #fff;
	text-align: center;
}

#contentsNav table td {
	border-top: 1px dashed #ccc;
	background: #fff;
}

#contentsNav form {
	height: 60px;
	padding: 0 10px;
	background: #0780c2;
	text-align: center;
}

#contentsNav form select {
	height: 28px;
}

#contentsNav form h1 {
	margin: 0;
	padding: 0;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
}

/* 최종평가 모달 */
#screenModal .studyModal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 450px;
	margin: -90px 0 0 -225px;
	padding: 20px;
	border: none;
	border-top: 6px solid #373839;
	z-index: 1111;
	text-align: right;
	box-sizing: border-box;
}

#screenModal .studyModal > h1 {
	margin: 0 0 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

#screenModal .studyModal > button {
	margin: 0 0 0 5px;
	padding: 8px 15px;
	background: none;
	border: 1px solid #bfc3c4;
	font-family: 'Nanum Gothic';
	font-size: 12px;
}

#screenModal .studyModal > button:hover {
	border-color: #0780c2;
}

#screenModal .dark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1000;
	background: #000;
	opacity: 0.4;
}

div.mobileCert {}

div.mobileCert > form {
	display: none;
}

div.mobileCert ul,
div.mobileCert li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.mobileCert li {
	line-height: 45px;
	padding: 10px 20px;
}

div.mobileCert li h1 {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 2px solid #ccc;
	font-size: 15px;
}

div.mobileCert li form {
	display: inline-block;
}

div.mobileCert li button {
	height: 45px;
	padding: 0 60px;
	border: none;
	font-size: 15px;
	color: #fff;
	background: #787878;
	font-weight: bold;
}

div.mobileCert li strong {
	font-size: 15px;
}

div.mobileCert li button {
	padding: 0 25px 0 60px;
	height: 48px;
	border: none;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #666;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

div.mobileCert li button.btnPhone {
	background-image: url(../images/member/icon_phone.png);
}

div.mobileCert li button.btnIpin {
	background-image: url(../images/member/icon_ipin.png);
}

div.testArea {
	overflow: hidden;
}

div.testArea > ul,
div.testArea > ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.testArea > ul {
	float: left;
	overflow: hidden;
	width: 270px;
}

div.testArea > ul li {
	overflow: hidden;
	height: 30px;
	text-align: center;
	background: #f6f6f6;
	line-height: 30px;
	border-bottom: 1px solid #bfc3c4;
	font-size: 0;
}

div.testArea > ul li .orderBy {
	float: left;
	display: block;
	width: 99px;
	text-align: center;
	font-size: 12px;
}

div.testArea > ul li div {
	overflow: hidden;
	float: right;
	text-align: center;
	width: 140px;
	padding: 0 15px;
	border-left: 1px solid #bfc3c4;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

div.testArea > ul {
	border-right: 1px dashed #bfc3c4;
}

div.testArea > div {
	width: 929px;
	overflow: hidden;
	padding: 0 30px 30px;
}

div.testArea > div h1,
div.testArea > div h2,
div.testArea > div h3 {
	margin: 0;
	padding: 0;
}

div.testArea > div h1 {
	margin: 40px 0 20px;
	font-size: 20px;
	color: #565665;
}

div.testArea > div h2 {
	margin-bottom: 10px;
	font-size: 15px;
	color: #565665;
	line-height: 22px
}

div.testArea > div h3 {
	border: 1px dashed #999;
	margin-bottom: 10px;
	padding: 0 8px;
	font-size: 12px;
	color: #565656;
	line-height: 30px;
	font-weight: normal;
}

div.testArea > div h3 strong {
	color: #343434;
	padding-right: 20px;
}

div.testArea > div ol,
div.testArea > div li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.testArea > div li {
	overflow: hidden;
	padding: 5px 0;
}

div.testArea > div li input[type="radio"] {
	display: none;
}

div.testArea > div li input[type="radio"] {
	float: left\9;
	display: inline-block\9;
	width: 18px;
	height: 18px;
	border: none;
	padding: 0;
	vertical-align: middle;
}

/* IE8 Hack */
div.testArea > div li label {
	float: left;
	display: inline-block;
	overflow: hidden;
	background: url(../images/study/input_radio_off.png) no-repeat left top;
	line-height: 17px;
	padding-left: 23px;
	cursor: pointer;
	vertical-align: top;
}

div.testArea > div li label {
	background: none\9;
	padding-left: 8px\9;
	vertical-align: middle\9;
}

/* IE8 Hack */
div.testArea > div li input[type="radio"]:checked + label {
	background: url(../images/study/input_radio_on.png) no-repeat left top;
}

div.testArea > div input[type="text"],
div.testArea > div textarea {
	width: 100%;
	border: 1px solid #bfc3c4;
	color: #999;
}

div.testArea > div input[type="text"] {
	height: 36px;
	padding: 0 10px;
}

div.testArea > div textarea {
	height: 200px;
	padding: 10px;
}

div.testArea > div input[type="text"]:focus,
div.testArea > div textarea:focus {
	color: #343434;
	border: 1px solid #666;
}

div.reportArea {
	overflow: hidden;
	padding: 20px 0;
}

div.reportArea > h1,
div.reportArea > h2 {
	margin: 0;
	padding: 0 30px;
}

div.reportArea > h1 {
	margin: 10px 0 20px;
	font-size: 20px;
	color: #565665;
}

div.reportArea > h2 {
	margin-bottom: 10px;
	font-size: 15px;
	color: #565665;
	line-height: 22px
}

div.reportArea > h3 {
	border: 1px dashed #999;
	margin: 0 30px 10px;
	padding: 0 8px;
	font-size: 12px;
	color: #565656;
	line-height: 30px;
	font-weight: normal;
}

div.reportArea > h3 strong {
	color: #343434;
	padding-right: 20px;
}

div.reportArea > a {
	display: block;
	margin: 0 30px;
	padding: 0 10px 0 60px;
	border: 1px solid #bfc3c4;
	background: url(../images/study/bg_a_tag.png) no-repeat 20px center;
	line-height: 50px;
	color: #0780c2;
	font-size: 15px;
	text-decoration: none;
}

div.surveyArea {
	overflow: hidden;
	overflow: hidden;
	padding: 0 0 30px;
}

div.surveyArea > form {
	padding: 0 30px;
}

div.surveyArea h1,
div.surveyArea > div h2,
div.surveyArea > div h3 {
	margin: 0;
	padding: 0;
}

div.surveyArea h1 {
	margin: 40px 0 20px;
	font-size: 20px;
	color: #565665;
}

div.surveyArea h2 {
	margin-bottom: 10px;
	font-size: 15px;
	color: #565665;
	line-height: 22px
}

div.surveyArea h3 {
	border: 1px dashed #999;
	margin-bottom: 10px;
	padding: 0 8px;
	font-size: 12px;
	color: #565656;
	line-height: 30px;
	font-weight: normal;
}

div.surveyArea h3 strong {
	color: #343434;
	padding-right: 20px;
}

div.surveyArea ol,
div.surveyArea li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.surveyArea li {
	overflow: hidden;
	padding: 5px 0;
}

div.surveyArea li input[type="radio"] {
	display: none;
}

div.surveyArea li input[type="radio"] {
	display: inline-block\9;
	padding: 0;
	vertical-align: middle;
}

/* IE8 Hack */
div.surveyArea li label {
	float: left;
	display: inline-block;
	overflow: hidden;
	background: url(../images/study/input_radio_off.png) no-repeat left top;
	line-height: 17px;
	padding-left: 23px;
	cursor: pointer;
	vertical-align: top;
}

div.surveyArea li label {
	background: none\9;
	padding-left: 8px\9;
	vertical-align: middle\9;
}

/* IE8 Hack */
div.surveyArea li input[type="radio"]:checked + label {
	background: url(../images/study/input_radio_on.png) no-repeat left top;
}

div.surveyArea textarea {
	width: 100%;
	border: 1px solid #bfc3c4;
	color: #999;
}

div.surveyArea textarea {
	height: 52px;
	padding: 10px;
}

div.surveyArea textarea:focus {
	color: #343434;
	border: 1px solid #666;
}

div.testArea div.commentaryArea,
div.reportArea div.commentaryArea {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #bfc3c4;
	background: #f2f6f7;
}

div.testArea div.commentaryArea > h1,
div.reportArea div.commentaryArea > h1 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #bfc3c4;
	font-size: 15px;
	color: #0780c2;
}

div.reportArea div.exampleArea {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

div.reportArea div.exampleArea > h1 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	color: #343434;
}

div.reportArea div.commentaryArea,
div.reportArea div.exampleArea {
	margin: 15px 30px;
}

div.reportArea div.commentaryArea > div,
div.reportArea div.exampleArea > div {
	font-size: 13px;
	line-height: 21px;
}

div.reportArea div.commentaryArea a,
div.reportArea div.exampleArea a {
	display: block;
	margin: 0;
	padding: 0 10px 0 60px;
	border: 1px solid #bfc3c4;
	background: url(../images/study/bg_a_tag.png) no-repeat 20px center #fff;
	line-height: 50px;
	color: #0780c2;
	font-size: 15px;
	text-decoration: none;
}

div.reportSubmit {
	margin: 20px;
	/*border: 1px solid #999;*/
}

div.reportSubmit > ul,
div.reportSubmit > ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.reportSubmit > ul li {
	float: left;
	height: 74px;
	font-size: 20px;
	color: #565665;
	width: 590px;
	text-align: center;
	background: #e5ebec;
	line-height: 74px;
	cursor: pointer;
}

div.reportSubmit > ul li.select {
	background: #fff;
}

div.reportSubmit > div {
	overflow: hidden;
	padding: 20px;
}

div.reportSubmit > div ul,
div.reportSubmit > div ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.reportSubmit > div ul {
	margin: 20px 0;
}

div.reportSubmit > div ul li {
	overflow: hidden;
	margin: 0;
	padding: 15px;
	line-height: 22px;
	font-size: 15px;
}

div.reportSubmit > div ul li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	padding: 5px 0 0 40px;
	background: url(../images/study/bg_a_tag.png) no-repeat 0 center;
	line-height: 22px;
	color: #0780c2;
}

div.reportSubmit > div ul li h1 {
	float: left;
	width: 120px;
	margin: 10px 20px 10px 0;
	padding: 0 20px 0 10px;
	border-right: 2px solid #565656;
	font-size: 15px;
}

div.reportSubmit > div ul li label {
	display: inline-block;
	height: 50px;
	padding: 0 25px 0 60px;
	border: 1px solid #a0acae;
	background: url(../images/study/btn_file.png) no-repeat 20px center;
	font: bold;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

div.reportSubmit > div ul li input[type="file"] {
	display: none;
}

div.reportSubmit > div ul li + li {
	border-top: 1px dashed #bfc3c4;
}

div.reportSubmit > div textarea {
	width: 100%;
	height: 240px !important;
	margin-bottom: 10px;
	border: 1px solid #bfc3c4;
	color: #999;
	height: 52px;
	padding: 10px;
}

div.reportSubmit > div textarea:focus {
	color: #343434;
	border: 1px solid #666;
}

div.reportSubmit > div div {
	overflow: hidden;
	padding: 20px;
	background: url(../images/study/bg_notice.png);
	color: #fff;
	line-height: 36px;
	border-radius: 10px;
}

div.reportSubmit > div div strong {
	color: #ffdc61;
}

/* 회원가입 */
#contentsArea.agreementPage {
	overflow: hidden;
}

#contentsArea.agreementPage div,
#contentsArea.agreementPage h1 {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#contentsArea.agreementPage > div {
	padding: 20px 0 30px;
	background: url(../images/global/bg_block.png) no-repeat bottom;
}

#contentsArea.agreementPage h1 {
	float: left;
	width: 200px;
	padding: 10px 0;
	font-size: 20px;
	line-height: 30px;
}

#contentsArea.agreementPage input {
	display: none;
}

#contentsArea.agreementPage input {
	display: inline-block\9;
	width: 36px;
	height: 36px;
	border: 2px solid #666;
	padding: 0;
	vertical-align: middle;
}

/* IE8 Hack */
#contentsArea.agreementPage h1 label {
	margin-top: 8px;
	display: block;
	padding-left: 21px;
	background-image: url(../images/global/input_checkbox.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 12px;
	line-height: 17px;
	cursor: pointer;
}

#contentsArea.agreementPage h1 label {
	background: none\9;
	padding-left: 8px\9;
	vertical-align: middle\9;
}

/* IE8 Hack */
#contentsArea.agreementPage h1 input:checked + label {
	background-position: left top;
}

#contentsArea.agreementPage > div > div {
	overflow-y: scroll;
	border: 1px solid #bfc3c4;
	width: 700px;
	height: 360px;
	padding: 10px;
	line-height: 18px;
}

#contentsArea.agreementPage > div button {
	padding: 0 25px 0 60px;
	height: 48px;
	border: none;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #666;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#contentsArea.agreementPage > div.btnArea {
	background: none;
	text-align: center;
}

#contentsArea.agreementPage > div.btnArea button {
	width: 400px;
	height: 68px;
	border: none;
	background: #0780c2;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#contentsArea.agreementPage > div.btnArea button img {
	float: right;
}

#contentsArea.agreementPage > div strong {
	line-height: 50px;
	font-size: 15px;
}

#contentsArea.agreementPage > div form {
	display: inline-block;
}

#contentsArea.agreementPage button.btnPhone {
	background-image: url(../images/member/icon_phone.png);
}

#contentsArea.agreementPage button.btnIpin {
	background-image: url(../images/member/icon_ipin.png);
}

#contentsArea.agreementPage span.red {
	display: inline-block;
	margin-left: 200px;
}

/* 수강신청 */
.submitLectureArea {
	overflow: hidden;
	margin: 20px;
	padding: 10px;
	border: 1px solid #bfc3c4;
}

.submitLectureArea h1,
.submitLectureArea h1,
.submitLectureArea h3 {
	margin: 0;
	padding: 0;
}

.submitLectureArea > h1 {
	padding: 0 10px;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	line-height: 30px;
}

.submitLectureArea > h2 {
	margin-bottom: 8px;
	padding: 0 10px;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
}

.submitLectureArea > h2 strong {
	color: #343434;
}

.submitLectureArea h3 {
	margin: 10px 10px 15px;
	text-align: right;
	font-size: 15px;
}

.submitLectureArea table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #0780c2;
}

.submitLectureArea table th,
.submitLectureArea table td {
	height: 34px;
	text-align: center;
}

.submitLectureArea table th {
	border-bottom: 1px dashed #ccc;
	background: #eaf2f8;
}

.submitLectureArea table td {
	border-bottom: 1px solid #999;
	text-align: center;
}

/* 로그인페이지 */
#loginArea {
	overflow: hidden;
	width: 410px;
	height: 538px;
	border: 1px solid #bfc3c4;
	margin: 210px auto 15px;
	padding: 50px 750px 50px 100px;
	background: url(../images/member/login_img.png) no-repeat right center #fff;
	text-align: center;
}

#loginArea > form {
	padding: 30px 0;
}

#loginArea > form h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}

#loginArea > form input {
	height: 52px;
	padding: 0 10px;
	border: 1px solid #bac3c5;
	color: #787878;
	font-size: 15px;
	font-weight: bold;
}

#loginArea > form > input {
	width: 400px;
}

#loginArea > form > button {
	width: 400px;
	height: 68px;
	border: none;
	background: #0780c2;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#loginArea > form > button img {
	margin-right: 10px;
}

#loginArea > form > input + input {
	margin-top: 10px;
}

#loginArea > form > input + button {
	margin-top: 30px;
}

#loginArea > form > div + button {
	margin-top: 15px;
}

#loginArea > form > div {
	overflow: hidden;
	text-align: left;
}

#loginArea > form > div h1 {
	float: left;
	width: 65px;
	margin: 0 15px 0 0;
	padding: 0;
	border-right: 2px solid #ccc;
	line-height: 52px;
	font-size: 15px;
}

#loginArea > form > div + div {
	margin-top: 15px;
}

#loginArea > form > div strong {
	line-height: 24px;
	color: #ef1313;
}

#loginArea > form > div input {
	width: 300px;
}

#loginArea > form > div input[type="tel"] {
	width: 52px;
}

#loginArea > form > div input.email {
	width: 168px;
}

#loginArea > a {
	padding: 0 8px;
	color: #999;
	font-size: 15px;
	text-decoration: none;
}

#loginArea > a:hover {
	color: #666;
}

/* 공사중, 홈페이지 준비중 */
#contentsArea.alreadyPage {
	min-height: 840px;
	background: url(../images/global/alreadypage.png) no-repeat center #fff;
}

/* 학습하기 모달 */
#studyPopup {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #666;
	zoom: 1;
}

#studyPopup > button {
	width: 10px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(bg_btnarea.jpg) repeat-y;
	z-index: 999;
	vertical-align: top;
}

div#popupStudyArea,
#studyPopup iframe {
	margin: 0;
	padding: 0;
}

/*#popupStudyArea { position:absolute; overflow-y:scroll; overflow-x:hidden; top:0; width:338px; padding:0; background:#f2f6f7; z-index:900; }*/
#popupStudyArea {
	position: absolute;
	top: 0;
	width: 338px;
	padding: 0;
	background: #f2f6f7;
	z-index: 900;
}

#popupStudyArea h1,
#popupStudyArea h2,
#popupStudyArea h5 {
	margin: 0;
	padding: 0;
}

#popupStudyArea > h1 {
	padding: 0 20px;
	margin: 20px 0 8px;
	font-size: 15px;
	color: #2665ae;
}

#popupStudyArea > h2 {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #121212;
	font-weight: normal;
}

#popupStudyArea > h3 > a {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: red;
	font-weight: normal;
	text-decoration: none;
}

#popupStudyArea > h5 {
	padding: 0 20px;
	background: #0780c2;
	line-height: 30px;
	color: #edf9ff;
	text-align: center;
	font-size: 12px;
}

#popupStudyArea > h5 strong {
	color: #fff;
	font-size: 15px;
}

#popupStudyArea > span {
	padding: 0 20px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}

#popupStudyArea > span > button {
	width: 70px;
	height: 30px;
	margin: 0 10px 10px;
	border: none;
	background: #009900;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#popupStudyArea ul,
#popupStudyArea li {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#popupStudyArea > ul {
	margin: 0 11px 0 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #ccc;
}

#popupStudyArea > ul > li {
	float: left;
	width: 33.3%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#popupStudyArea > ul > li.select {
	background: #fff;
	color: #0780c2;
}

#popupStudyArea > div,
#popupStudyArea > form {
	margin: 0 10px 0;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}

#popupStudyArea > div h1 {
	margin: 10px 0 5px;
	font-size: 12px;
	color: #0780c2;
}

#popupStudyArea > div ul {
	padding: 10px;
}

#popupStudyArea > div li {
	padding: 10px;
	line-height: 18px;
}

#popupStudyArea > div li + li {
	border-top: 1px dashed #ccc;
}

#popupStudyArea > form {
	display: block;
	width: 279px;
	padding: 10px;
}

#popupStudyArea > form textarea {
	width: 281px;
	height: 280px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 10px;
}

*:first-child + html #popupStudyArea > form textarea {
	width: 260px;
	margin-left: -10px;
}

#popupStudyArea > form h1 {
	margin: 10px 0 5px;
	font-size: 12px;
	color: #0780c2;
}

#popupStudyArea > form h2 {
	margin: 10px 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#popupStudyArea > form > button {
	width: 281px;
	height: 42px;
	margin: 10px 0;
	border: 1px solid #999;
	color: #565656;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
}

#popupStudyArea > form > button:hover {
	background: #ff6666;
}

/*#efefef*/
/*#popupStudyArea > button { width:303px; height:42px; margin:0 10px 10px; border:none; background:#0780c2; color:#fff; font-size:15px; font-weight:bold; }*/
#popupStudyArea > button {
	width: 318px;
	height: 42px;
	margin: 0 10px 10px;
	border: none;
	background: #0780c2;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

#popupStudyArea .studyText ul {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 375px;
}

#popupStudyArea .prgoressText {
	margin: 0;
	padding: 10px;
	color: #0780c2;
	font-weight: 600;
	text-align: center;
	line-height: 140%;
}

#popupStudyArea .endButton {
	width: 318px;
	height: 42px;
	background-color: #ff6666;
	border-radius: 12px;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

/* 일반모달 */
/* 모달 설정 */
#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/admin/bg_modal.png);
	z-index: 999;
}

#modal > div {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border: 1px solid #121212;
}

#modal > div > h1 {
	overflow: hidden;
	margin: 0;
	padding: 10px 15px;
	line-height: 32px;
	font-size: 16px;
	background: #4a5359;
	color: #efefef;
}

#modal > div > h1 button {
	position: absolute;
	left: 100%;
	width: 32px;
	height: 32px;
	margin: 0 0 0 -45px;
	padding: 0;
	background: #d0d6da;
	border: 3px solid #292f33;
	border-radius: 16px;
}

#modal > div > div,
#modal > div > form > div {
	padding: 15px;
}

#modal > div > div > h1,
#modal > div > form > div > h1 {
	border-bottom: 1px dashed #565656;
	padding: 0 0 0 8px;
	margin: 3px 0;
	border-left: 5px solid #4a5359;
	line-height: 24px;
	font-size: 15px;
}

#modal > div > div > h1 span,
#modal > div > form > div > h1 span {
	font-size: 12px;
	font-weight: normal;
	color: #787878;
}

#modal > div > div > ul + h1,
#modal > div > div > table + h1,
#modal > div > div > div + h1,
#modal > div > form > div > ul + h1,
#modal > div > form > div > table + h1,
#modal > div > form > div > div + h1 {
	margin-top: 12px;
}

#modal div.scrollDiv {
	overflow-y: scroll;
	background: #fefefe;
}

#modal table + table {
	margin-top: 18px;
}

/* 모달별 설정 */
#modal .lectureSubmit {
	width: 640px;
	height: 530px;
}

/* 캡차 */
#captcha {
	overflow: hidden;
	width: 380px;
	height: 435px;
	border-top: 5px solid #0780c2;
}

#captcha > form {
	display: none;
}

#captcha div.header {
	overflow: hidden;
	height: 42px;
	border-bottom: 1px solid #0780c2;
	background: #fff;
	padding: 0 15px;
	line-height: 42px;
}

#captcha div.header > h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #0780c2;
}

#captcha div.header > input {
	float: right;
	height: 22px;
	margin: 10px 0;
	border: 2px solid #0780c2;
	color: #0780c2;
	background: none;
}

#captcha div.info_area {
	text-align: center;
	padding: 0 15px;
}

#captcha div.info_area h1,
#captcha div.info_area h2 {
	padding: 0;
	margin: 0;
}

#captcha div.info_area h1 {
	margin: 15px 0 5px;
	font-size: 15px;
	color: #343434;
}

#captcha div.info_area h2 {
	margin: 0 0 8px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #898989;
	border-bottom: 1px dashed #ccc;
}

#captcha div.info_area ul,
#captcha div.info_area li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#captcha div.info_area li {
	line-height: 24px;
}

#captcha div.capcha_div {
	margin: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
}

#captcha div.capcha_div div {
	overflow: hidden;
	height: 62px;
}

#captcha div.capcha_div div + div {
	height: 34px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

#captcha div.capcha_div div > img {
	display: block;
	margin: 0 auto;
}

#captcha div.capcha_div div > input {
	width: 40%;
	height: 24px;
	background: #efefef;
	border: 1px solid #999;
	color: #565656;
}

#captcha div.capcha_div h2 {
	color: #0780c2;
	font-size: 12px;
}

#captcha div.capcha_div > input[type="text"] {
	width: 82%;
	border: 1px solid #999;
	height: 28px;
	text-align: center;
}

#captcha div.capcha_div > input[type="button"] {
	width: 82%;
	height: 36px;
	margin-top: 5px;
	border: none;
	background: #0780c2;
	color: #fff;
}

/* 최초 본인인증페이지 */
#agreementCheck {}

#agreementCheck > div,
#agreementCheck > form {
	width: 1260px;
	margin: 0 auto;
	border: 1px solid #bfc3c4;
	background: #fff;
}

#agreementCheck > div + div,
#agreementCheck > div + form,
#agreementCheck > form div + div {
	margin-top: 15px;
}

#agreementCheck div.titleArea {
	overflow: hidden;
	width: 100%;
	border-top: 5px solid #0780c2;
	border-bottom: 2px solid #2665ae;
	background: #fff;
}

#agreementCheck div.titleArea > div {
	overflow: hidden;
	width: 1260px;
	margin: 20px auto;
	text-align: right;
}

#agreementCheck div.titleArea > div > img,
#agreementCheck div.titleArea > div > h1,
#agreementCheck div.titleArea > div > h2 {
	float: left;
}

#agreementCheck div.titleArea > div > img {
	margin-right: 20px;
}

#agreementCheck div.titleArea > div > h1,
#screenModal div.titleArea > div > h2 {
	width: 1020px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#agreementCheck div.titleArea > div > h1 {
	margin: 26px 0 8px;
	font-size: 30px;
	color: #343434;
}

#agreementCheck div.titleArea > div > h2 {
	font-size: 20px;
	color: #565656;
}

#agreementCheck div.agreeUse > h1,
#agreementCheck div.private > h1,
#agreementCheck div.ACS > h1 {
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	background: #0780c2;
	color: #fff;
	line-height: 54px;
}

#agreementCheck div.agreeUse > div,
#agreementCheck div.private > div,
#agreementCheck div.ACS > div {
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
	height: 200px;
	line-height: 22px;
	font-size: 13px;
}

#agreementCheck > div.agreeArea {
	height: 74px;
	line-height: 74px;
	margin: 5px auto 20px;
	text-align: center;
	font-size: 15px;
}

#agreementCheck > div.agreeArea input[type="checkbox"],
#agreementCheck > div.agreeArea input[type="radio"] {
	display: none;
}

#agreementCheck > div.agreeArea input[type="checkbox"],
#agreementCheck > div.agreeArea input[type="radio"] {
	display: inline-block\9;
	width: 36px;
	height: 36px;
	border: 2px solid #666;
	padding: 0;
	vertical-align: middle;
}

/* IE8 Hack */
#agreementCheck > div.agreeArea label {
	overflow: hidden;
	display: inline-block;
	height: 43px;
	margin: 15.5px 0;
	padding-left: 48px;
	background-image: url(../images/study/input_checkbox_big.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 52px;
	cursor: pointer;
}

#agreementCheck > div.agreeArea label {
	background: none\9;
	padding-left: 8px\9;
	vertical-align: middle\9;
}

/* IE8 Hack */
#agreementCheck > div.agreeArea input:checked + label {
	background-position: left top;
}

#agreementCheck > div.btnArea {
	overflow: hidden;
	border: none;
	background: none;
	padding: 20px 0;
	margin-bottom: 40px;
	text-align: center;
}

#agreementCheck > div.btnArea button {
	overflow: hidden;
	height: 54px;
	margin: 0 2px;
	padding: 0;
	border: none;
	background: none;
	vertical-align: middle;
}

#agreementCheck > div.btnArea button img {
	margin-top: -54px;
}

#agreementCheck > div.btnArea button:hover img {
	margin-top: 0;
}

#agreementCheck > form {
	margin-bottom: 15px;
	padding-bottom: 20px;
}

#agreementCheck > form > ul,
#agreementCheck > form > ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#agreementCheck > form > h1 {
	margin: 0 0 15px 0;
	padding: 0 20px;
	font-size: 18px;
	background: #0780c2;
	color: #fff;
	line-height: 54px;
}

#agreementCheck > form > ul {
	padding: 0 20px;
}

#agreementCheck > form > ul li {
	overflow: hidden;
	line-height: 45px;
	font-size: 15px;
}

#agreementCheck > form > ul li + li {
	border-top: 1px dashed #ccc;
}

#agreementCheck > form > ul li h1 {
	display: inline-block;
	width: 120px;
	font-size: 15px;
	color: #999;
}

#agreementCheck > form > ul li input,
#agreementCheck > form > ul li select {
	height: 32px;
	padding: 5px;
	font-size: 15px;
}

#agreementCheck > form > ul li input[type="tel"] {
	width: 60px;
}

#agreementCheck > form > ul li input[type="text"] {
	width: 180px;
}

#agreementCheck > form > div {
	overflow: hidden;
	margin: 10px 20px;
	padding: 0 20px;
	background: url(../images/study/bg_notice.png);
	color: #fff;
	line-height: 36px;
}

#agreementCheck div.address {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

#agreementCheck div.address input[type="tel"] {
	margin-bottom: 5px;
	width: 120px;
	border: 1px solid #ccc;
}

#agreementCheck div.address input[type="text"] {
	margin-bottom: 5px;
	width: 680px;
}

#agreementCheck div.address button {
	height: 32px;
	padding: 0 10px;
	border: 1px solid #343434;
	background: #666;
	color: #fff;
	vertical-align: middle;
}

/* 상단 날짜및 공지 출력 페이지 */
div.dateArea {
	overflow: hidden;
	margin: 10px 20px 1px;
	background: url(../images/study/bg_notice.png);
}

div.dateArea ul,
div.dateArea li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.dateArea li {
	float: left;
	margin-right: 20px;
	font-size: 15px;
	color: #ffdc61;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
}

div.dateArea li + li {
	border-left: 1px solid #787878;
}

div.dateArea li h1 {
	display: inline-block;
	padding: 0 10px 0 20px;
	font-size: 15px;
	color: #fff;
}

/* 탭메뉴 */
ul.tabMenu {}

ul.tabMenu,
ul.tabMenu > li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabMenu {
	margin: 0 20px 10px;
	background: #787878;
	border-bottom: 3px solid #454545;
}

ul.tabMenu > li {
	display: inline-block;
	float: left;
	padding: 0 16px;
	background: #666;
	border-right: 1px solid #565656;
	line-height: 36px;
	color: #cdcdcd;
	font-weight: bold;
	cursor: pointer;
}

ul.tabMenu > li + li {
	border-left: 1px solid #787878;
}

ul.tabMenu > li.select {
	background: #454545;
	color: #fff;
}

/* 학습도움말 */
#helpDesk {
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	padding-top: 66px;
}

#helpDesk > div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	background: #2665ae;
	text-align: center;
	color: #fff;
}

#helpDesk > div > button {
	position: absolute;
	top: 0;
	width: 68px;
	height: 66px;
	border: none;
	background-image: url(../images/help_img/btn_bg.png);
	background-repeat: repeat-y;
	background-color: transparent;
	text-align: center;
}

#helpDesk > div > button.btnPrev {
	left: 0;
	background-position: right;
}

#helpDesk > div > button.btnNext {
	left: 100%;
	margin-left: -68px;
	background-position: left;
}

#helpDesk > div > h1,
#helpDesk > div > h2 {
	margin: 0;
	padding: 0;
}

#helpDesk > div > h1 {
	font-size: 20px;
	margin: 10px 0 5px;
}

#helpDesk > div > h2 {
	font-size: 15px;
	color: #a0b3d0;
}

/* 교육이용 안내 */
.rule {
	padding-top: 44px;
}

.rule ul {
	margin: 0;
	padding: 0;
}

.rule .skyblue {
	color: #5da3d4;
	font-weight: 700;
}

.rule ol {
	margin: 0 0 0 66px;
	padding: 0;
}

.rule ol > li {
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #343434;
}

.rule ol > li > ul {
	margin-top: 12px;
}

.rule ol > li > ul > li {
	padding-left: 14px;
	background: url(../images/eduinfo/bg_rule_list01.png) 0 10px no-repeat;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	list-style: none;
	color: #343434;
}

.rule ol > li > ul > li > ul > li {
	padding-left: 14px;
	background: url(../images/eduinfo/bg_rule_list02.png) 0 10px no-repeat;
	font-size: 13px;
	line-height: 21px;
	list-style: none;
	color: #787878;
}

.rule ol > li > ul > li > ul > li > ol {
	margin: 0 0 0 14px;
}

.rule ol > li > ul > li > ul > li > ol > li {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	color: #787878;
}

.rule .list > ul > li + li {
	margin-top: 25px;
}

.rule .list > ul > li > ul > li + li {
	margin-top: 21px;
}

/* 환급절차 */
.goyong {
	padding: 44px 0 60px;
}

.goyong h1 {
	margin: 0 0 0 44px;
	font-size: 20px;
	color: #343434;
}

.goyong h2 {
	margin: 19px 0 0 44px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #343434;
}

.goyong ol {
	margin: 0 0 0 66px;
	padding: 0;
}

.goyong ol > li {
	margin-top: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #343434;
}

.goyong ol > li h2 {
	margin: 19px 0 0;
}

.goyong ol > li > img {
	margin-top: 20px;
}

.goyong ol > li button {
	margin-top: 11px;
	padding: 0;
	background: none;
	border: none;
}

.goyong ol > li > ul {
	padding: 0;
}

.goyong ol > li > ul > li {
	margin-top: 22px;
	list-style: none;
	font-size: 15px;
	color: #565656;
}

.goyong ol > li > ul > li p {
	margin: 7px 0 0 19px;
	font-size: 15px;
	font-weight: 400;
	color: #666;
}

.goyong ol > li > ul > li > ol {
	margin: 6px 0 0 35px;
}

.goyong ol > li > ul > li > ol > li {
	margin: 0;
	list-style-type: lower-alpha;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
}

.goyong ol > li > ul > li > ol > li > ul {
	margin: 0 0 6px 0;
}

.goyong ol > li > ul > li > ol > li > ul > li {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}

/* 교육진행절차 */
.logic {
	overflow: hidden;
	margin: 50px 0;
}

.logic ul {
	display: block;
}

.logic ul li {
	float: left;
	text-align: center;
	background: url(../images/eduinfo/logic_arrow.png) 195px 70px no-repeat;
	width: 240px;
	height: 260px;
	text-align: left;
}

.logic ul li p {
	display: inline-block;
	width: 185px;
	font-size: 14px;
	height: 150px;
	text-align: center;
	line-height: 17px;
}

.logic ul p.step02 {
	background: url(../images/eduinfo/logic_arrow02.png) 75px 75px no-repeat;
	height: 300px;
}

.logic ul li:last-child {
	background: none;
	width: 185px;
}

.logic ul:nth-child(2) {
	float: right;
	margin: 80px 25px 60px 0;
}

.logic ul:nth-child(2) li {
	float: right;
	background: url(../images/eduinfo/logic_arrow03.png) 195px 70px no-repeat;
	width: 240px;
	height: 260px;
}

.logic ul:nth-child(2) li:first-child {
	background: none;
	width: 185px;
}

.logicStep {
	width: 185px;
	height: 185px;
	border: 1px solid #a4c2e8;
	border-radius: 20px;
	text-align: center;
}

.logicStep h1 span {
	display: inline-block;
	margin-top: 5px;
	background: #3195ea;
	line-height: 46px;
	width: 46px;
	color: #fff;
	font-family: 'Roboto';
	border-radius: 50%;
}

.logicStep h2 {
	color: #004da4;
	font-family: 'NanumSquare', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

/**.logic { overflow:hidden; height:935px; padding-left:374px; background:url(../images/eduinfo/bg_logic.png) 56px 66px no-repeat; }
.logic h1 { margin:69px 0 0 0; font-size:20px; color:#343434; }
.logic ol { margin:48px 0 0 0; padding-left:16px; }
.logic ol li { margin-bottom:65px; font-size:15px; font-weight:700; line-height:22px; color:#565656; }
.logic ol li span { color:#0780c2; text-decoration:underline; }**/
/* 위탁교육안내 */
.eduinfoArea {
	padding-bottom: 60px;
}

.eduinfoArea h1 {
	margin: 54px 0 0 66px;
	font-size: 20px;
	color: #343434;
}

.eduinfoArea h2 {
	margin: 19px 0 0 44px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #343434;
}

.eduinfoArea ol {
	margin: 0 0 0 48px;
	padding: 0;
}

.eduinfoArea ol > li {
	margin-top: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #343434;
}

.eduinfoArea ol > li > ul {
	margin-top: 12px;
	padding: 0;
}

.eduinfoArea ol > li > ul > li {
	/*padding-left:14px;*/
	background: url(../images/eduinfo/bg_rule_list01.png) 0 10px no-repeat;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	list-style: none;
	color: #343434;
}

.eduinfoArea ol li h2 {
	margin: 19px 0 0;
}

.eduinfoArea p {
	margin: 22px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #999;
}

.eduinfoArea table {
	width: 838px;
	margin-top: 18px;
	border-collapse: collapse;
	border-bottom: 1px solid #b8c4c6;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

.eduinfoArea th {
	padding: 5px 0;
	background: #eaedee;
	border-top: 1px solid #b8c4c6;
	border-bottom: 1px solid #b8c4c6;
}

.eduinfoArea th + th {
	border-left: 1px solid #b8c4c6;
}

.eduinfoArea tr + tr td {
	border-top: 1px dashed #b8c4c6;
}

.eduinfoArea td + td {
	border-left: 1px solid #b8c4c6;
}

.eduinfoArea .tableLeft {
	padding: 14px 0 14px 34px;
	text-align: left;
}

.eduinfoArea .tableLeft p {
	margin: 0;
}

.eduinfoArea .imgBox {
	border: 1px solid #dde4e5;
	width: 850px;
	padding: 50px 0;
	margin: 10px 0 30px 0;
	text-align: center;
}

.eduinfoArea .imgInfo01 {
	margin: 30px 0 30px 130px;
}

.eduinfoArea .imgInfo02 {
	margin: 10px 0 50px 30px;
}

.eduinfoArea .imgInfo03 {
	margin: 5px 0 100px 60px;
}

.eduinfoArea .imgInfo04 {
	margin: 50px 0 0 100px;
}

.eduinfoArea .textBox {
	width: 850px;
	background: #f5f5f6;
	padding: 10px 0;
	margin-top: 10px;
}

.eduinfoArea .textBox p {
	margin: 0 30px;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 13px;
	background: url(../images/global/lnb_bl.png) no-repeat 0 12px;
	padding-left: 10px;
}

/* 회사소개 */
#about {
	width: 885px;
	margin: 20px auto 50px;
}

#about h1 {
	color: #1c61b3;
	margin-bottom: 50px;
	font-size: 30px;
	font-family: 'NanumSquare', sans-serif;
}

#about h1:before {
	display: block;
	content: '';
	width: 60px;
	height: 3px;
	background: #1b75ce;
	margin-top: 70px;
	margin-bottom: 30px;
}

#about p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

#about .sign {
	display: inline-block;
	float: right;
	width: 230px;
	color: #fff;
	background: #74b8f1;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	margin: 20px 0 50px 0;
}

/* 비전,조직도 */
.vision {
	width: 885px;
	margin: 70px auto 100px;
	text-align: center;
	font-family: 'NanumSquare', sans-serif;
}

.vision h1,
.vision h2,
.vision p {
	margin: 0;
	padding: 0;
}

.vision h1 {
	color: #0b4a98;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}

.vision h2 {
	color: #5495e6;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.vision .visionTitle {
	color: #4478AF
}

.vision p {
	display: inline-block;
	background: #f6f6f6;
	font-size: 18px;
	line-height: 30px;
	padding: 0 50px;
	border-radius: 15px;
	margin: 20px 0 70px 0;
}

/* 조직도 */
.organ {
	width: 885px;
	margin: 40px auto 100px;
}

/* 찾아오시는 길 */
.location {
	padding: 0 0 0px 44px;
}

.location h1 {
	margin: 44px 0 0;
	font-size: 25px;
	color: #343434;
}

.location iframe + h1 {
	margin-top: 60px;
}

.location div {
	margin-top: 28px;
}

.location div h1,
.location div p {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.location div h1 {
	width: 154px;
	font-size: 15px;
	line-height: 28px;
}

.location div h1 strong {
	font-size: 25px;
}

.location div p {
	margin-left: 16px;
	font-size: 15px;
	line-height: 22px;
	color: #343434;
}

.location .transit {
	display: inline-block;
	position: relative;
	top: -90px;
	left: 140px;
	width: 700px;
}

.location .transit li {
	height: 130px;
}

.location .transit li div {
	position: relative;
	top: -120px;
	left: 110px;
}

.location .transit li div h2 {
	color: #4f8cd9;
	line-height: 30px;
	margin: 0;
}

.location .transit li div p {
	line-height: 30px;
	font-weight: 600;
	margin-left: 0;
}

.location .transit li div span {
	display: block;
	background: url(../images/global/lnb_bl.png) no-repeat 0 10px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

/* 교육신청하기 */
.pay {
	padding: 8px 20px 12px;
}

.pay h1 {
	margin: 40px 0 20px;
	font-size: 24px;
	line-height: 30px;
}

.pay .BBSList th {
	background: #eaf2f8;
}

.pay .payForm {
	margin-top: 45px;
}

.payForm input[type="radio"],
.payForm label,
.payForm span {
	vertical-align: middle;
}

.payForm label {
	margin-right: 10px;
}

.pay .payForm .BBSWrite {
	display: none;
}

/* 팝업 컨텐츠 상세보기 */
body.lectureDetail {
	overflow: hidden;
}

body.lectureDetail > div.lectureArea {
	overflow-y: scroll !important;
	height: 594px;
	margin-top: 30px;
	padding: 0 15px 15px;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	box-sizing: border-box;
}

body.lectureDetail > div.lectureArea h1 {
	overflow-y: hidden;
	border-left: 3px solid #3e75e6;
	padding: 0 0 0 7px;
	margin: 20px 0 10px 0;
	font-size: 15px;
}

body.lectureDetail > div.lectureArea h1 button {
	float: right;
	margin-top: 3px;
	border: none;
	background-color: transparent;
	font-weight: 800;
}

body.lectureDetail div.navArea {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 38px;
	top: 0;
	left: 0;
	background: #666;
	border-bottom: 1px solid #464646;
	line-height: 38px;
	text-align: right;
}

body.lectureDetail div.navArea h1 {
	float: left;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 800;
	color: #efefef;
}

body.lectureDetail div.navArea button {
	width: 32px;
	height: 32px;
	margin: 3px 8px;
	border-radius: 16px;
	border: 1px solid #787878;
	background: #ccc;
}

body.lectureDetail div.navArea button:hover {
	background: #efefef;
}

body.lectureDetail div.summuryArea {
	overflow: hidden;
	padding: 20px 0;
	background: url(../images/global/bg_block.png) no-repeat bottom;
}

body.lectureDetail div.summuryArea > img {
	float: left;
	width: 186px;
	height: 140px;
	margin: 0 20px 0 10px;
	border: 1px solid #bfc3c4;
}

body.lectureDetail h1,
body.lectureDetail h2,
body.lectureDetail h3,
body.lectureDetail h4,
body.lectureDetail h5 {
	margin: 0;
	padding: 0;
}

body.lectureDetail div.summuryArea h1 {
	border: none;
	padding: 0;
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 30px;
}

body.lectureDetail div.summuryArea h2 {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: normal;
}

body.lectureDetail div.summuryArea h3 {
	margin: 0 0 10px;
	font-size: 12px;
}

body.lectureDetail div.summuryArea h5 {
	margin: 8px 0;
	font-size: 12px;
}

body.lectureDetail div.summuryArea h5 img {
	margin: 0 8px;
}

body.lectureDetail div.summuryArea button {
	width: 180px;
	height: 48px;
	margin: 15px 0;
	border: none;
	background: #e6443e;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

body.lectureDetail div.summuryArea button.listButton {
	background: #666;
	color: #fff;
	margin-left: 2px;
}

body.lectureDetail table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

body.lectureDetail table th,
body.lectureDetail table td {
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ccc;
}

body.lectureDetail table th {
	background: #e8f9fc;
}

body.lectureDetail div.bookInfo {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

body.lectureDetail div.bookInfo img {
	width: 100px;
	margin-right: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

body.lectureDetail div.bookInfo h1 {
	display: inline-block;
	font-size: 15px;
}

body.lectureDetail div.infoArea {
	padding: 5px 10px 15px;
	line-height: 22px;
}

body.lectureDetail ol {
	padding-left: 25px;
	line-height: 28px;
}

body.lectureDetail ol + h1 {
	margin-top: 40px;
}

body.lectureDetail div.btnArea {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 20px 0;
}

body.lectureDetail div.reviewArea ul,
body.lectureDetail div.reviewArea li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.lectureDetail div.reviewArea ul {
	border-top: 1px solid #ccc;
}

body.lectureDetail div.reviewArea li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

body.lectureDetail div.reviewArea h3 {
	overflow: hidden;
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 15px;
	text-align: center;
	line-height: 110px;
	font-weight: normal;
	color: #787878;
}

body.lectureDetail div.reviewArea h3 strong {
	font-size: 20px;
	font-weight: 800;
	color: #343434;
}

body.lectureDetail div.reviewArea h3.scroe1 {
	background: url(../images/lecture/bg_score1.png) no-repeat 10px 10px;
}

body.lectureDetail div.reviewArea h3.scroe2 {
	background: url(../images/lecture/bg_score2.png) no-repeat 10px 10px;
}

body.lectureDetail div.reviewArea h3.scroe3 {
	background: url(../images/lecture/bg_score3.png) no-repeat 10px 10px;
}

body.lectureDetail div.reviewArea h3.scroe4 {
	background: url(../images/lecture/bg_score4.png) no-repeat 10px 10px;
}

body.lectureDetail div.reviewArea h3.scroe5 {
	background: url(../images/lecture/bg_score5.png) no-repeat 10px 10px;
}

body.lectureDetail div.reviewArea h1,
body.lectureDetail div.reviewArea h2,
body.lectureDetail div.reviewArea p {
	margin: 0 0 0 135px;
	padding: 0;
	border-left: 1px solid #ccc;
}

body.lectureDetail div.reviewArea h1,
body.lectureDetail div.reviewArea h2 {
	padding-left: 10px;
}

body.lectureDetail div.reviewArea h1 {
	line-height: 24px;
	font-size: 15px;
}

body.lectureDetail div.reviewArea h2 {
	line-height: 18px;
	font-size: 12px;
	color: #999;
}

body.lectureDetail div.reviewArea p {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

body.lectureDetail div.reviewArea + div {
	border-top: none;
}

.tip {
	margin: 30px 66px 0 !important;
	font-size: 15px;
	font-weight: 700 !important;
	color: #e46c0a !important;
}

p.eduinfo_txt {
	margin-top: 15px;
	padding: 0 66px;
	font-size: 15px;
	line-height: 22px;
	color: #343434;
}

/*tab Menu*/
.tabWrap ul {
	list-style: none;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #d2d9db;
	font-family: 'Noto Sans KR', sans-serif;
}

.tabWrap ul:after {
	content: '';
	display: block;
	clear: both;
}

.tabWrap ul li {
	float: left;
	text-align: center;
	font-size: 15px;
	margin: 0 10px 5px 0;
	border: 1px solid #a8b3bd;
	line-height: 37px;
	font-weight: 400;
	color: #565656;
	letter-spacing: -0.5px;
}

.tabWrap ul li.select {
	background: #7bb9f0;
	color: #fff;
	height: 37px;
	border: none;
}

.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;
}

.tabWrap ul li a:hover {
	color: #2c7ecf;
}

.tabWrap ul li.select a {
	color: #fff;
}

/* 근로자 카드 */
.cardArea {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
}

.cardArea .sub_tit {
	font-size: 35px;
	padding-top: 10px;
}

.cardArea h2 {
	padding: 0;
	line-height: 15px;
	margin-top: -5px;
}

.box_top {
	margin: 15px 0;
	background: url(../images/eduinfo/bg_str.gif) 0 0 repeat;
	height: 160px;
	width: 98%;
	padding: 10px;
}

.box_top .box_inner {
	padding: 15px;
	background: #fff url(../images/eduinfo/bg_ico.gif) 30px center no-repeat;
	height: 130px;
}

.box_top .box_inner .box_txt {
	padding-left: 240px;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	width: 70%;
	margin-top: 10px;
}

.bg_blue {
	background: url(../images/eduinfo/bg_blue.gif) 0 0 repeat-x;
	font-size: 15px !important;
	color: #000 !important;
	display: inline;
}

.card_text {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.card_text:last-child {
	border: none;
	margin-bottom: 50px;
}

.card_text dd {
	margin: 0;
	padding: 0;
}

.card_text b {
	color: #0780c2;
	font-weight: 400;
}

.card_text_t1 {
	font-size: 20px;
	font-weight: 900;
	color: #525252;
	letter-spacing: -0.5px;
}

.card_text_t1 > span {
	display: inline-block;
	width: 37px;
	height: 37px;
	color: #fff;
	background: #4478AF;
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	margin-right: 10px;
}

.card_text_t2 {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #525252;
	letter-spacing: -0.5px;
	padding-left: 10px;
	margin: 10px 0;
}

.card_text_t2::before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #5a5a5a;
	border-radius: 50%;
	content: "";
}

.card_text dd {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #6b6b6b;
	letter-spacing: -0.5px;
	padding-left: 10px;
}

/* 발급자격 안내 */
.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;
}

.bdBx_gr div span b {
	display: inline-block;
	width: 26px;
	line-height: 26px;
	color: #fff;
	background: #4478AF;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
}

.bdBx_gr div p {
	padding-left: 3px;
	font-size: 14px;
	color: #333;
}

/* 신청절차 */
.card_step {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
}

.step-wrap {
	border: 1px solid #ddd;
	padding: 20px 0 10px;
	margin-bottom: 50px;
}

.step-wrap > li {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.step-wrap > li:last-child {
	border: none;
	margin-bottom: 5px;
}

.step-wrap > li.step04 {
	padding-bottom: 0 !important;
	;
}

.step-wrap li {
	overflow: hidden;
	background: none !important;
}

.step-wrap li.step01 .step_img {
	background: url(../images/eduinfo/step1.png) 15px 50px no-repeat;
}

.step-wrap li.step02 .step_img {
	background: url(../images/eduinfo/step3.png) 15px 50px no-repeat;
}

.step-wrap li.step03 .step_img {
	background: url(../images/eduinfo/step5.png) 15px 50px no-repeat;
}

.step-wrap li.step04 .step_img {
	background: url(../images/eduinfo/step4.png) 15px 50px no-repeat;
}

.step-wrap li .step_img {
	float: left;
	width: 170px;
	height: 100%;
	min-height: 190px;
}

.step-wrap li .step_img p {
	font-size: 18px;
	font-family: 'nanumsquare';
	color: #000;
	font-weight: bold;
}

.step-wrap li .step_img p span {
	padding-left: 10px;
	color: #0780c2;
}

.step-wrap li .step_con {
	margin-left: 180px;
	margin-top: 30px;
}

.step-wrap li .step_con .bull-dia.mbt30 {
	margin-top: 70px;
}

.step-wrap li .step_con .bull-dia li {
	margin-bottom: 20px;
}

.step-wrap li .step_con .bull-dia li strong {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	background: url(../images/eduinfo/bull_dia.png) 0 7px no-repeat !important;
	padding-left: 12px;
}

.step-wrap li .step_con .bull-dia li a {
	background: #2c7ecf;
	width: 120px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.step-wrap li .step_con .bull-dia li a:hover {
	background: #136ac0;
}

.step-wrap li .step_con .bull-dia li p {
	font-size: 15px;
	width: 100%;
	margin: 10px 0 0 0;
}

.box_gray {
	background: #f8f8f8;
	padding: 30px;
	padding-bottom: 10px;
	width: 800px;
	margin: 20px 0 50px;
}

.box_gray ul {
	margin: 0;
	padding: 0;
}

.box_gray ul li {
	padding-left: 13px;
	background: url(../images/eduinfo/bull_cir.png) 0 6px no-repeat;
	font-size: 15px !important;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
	list-style: none;
}

.box_gray ul li:last-child {
	margin-bottom: 0;
}

p.txt {
	width: 92%;
	height: 60px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	background: #ddd;
	color: #333;
	padding: 10px 20px 0;
	margin-top: 10px;
}

.tbl_bl {}

.tbl_bl table {
	width: 860px !important;
	margin-bottom: 100px;
}

.tbl_bl table caption {
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	display: none;
}

.tbl_bl table thead tr th {
	font-size: 15px;
	background: #095fb5;
	text-align: center;
	height: 60px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	padding: 10px 0;
}

.tbl_bl table thead tr th:nth-child(2) {
	background: #2c7ecf;
}

.tbl_bl table tbody tr {
	background: #f7f7f7;
	border: 0;
}

.tbl_bl table tbody tr:nth-child(2) {
	background: #fff;
}

.tbl_bl table tbody tr td {
	font-size: 15px;
	text-align: left;
	padding: 10px 10px 10px 0;
}

.tbl_bl table tbody tr td:nth-child(1) {
	text-align: center;
}

.tbl_bl table tbody tr td.bg_g {
	background: #f2f2f2;
}

.tbl_bl table tbody tr td.bg_g2 {
	background: #fafafa;
}

.tbl_bl table tbody tr td ul {
	padding: 0;
	padding-left: 10px;
	vertical-align: top;
}

.tbl_bl table tbody tr td ul li {
	position: relative;
	padding-left: 10px;
}

.tbl_bl table tbody tr td ul li::before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #5a5a5a;
	border-radius: 50%;
	content: "";
}

.MainLogo {}

.w240 {
	width: 240px;
}

/* 뷰어다운로드 */
.download {
	padding: 0 30px 50px 30px;
}

.download > h1 {
	margin: 52px 0 0;
	font-size: 24px;
	color: #343434;
}

.download > h2 {
	margin: 21px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #595959;
}

.download > ul {
	margin: 30px 0 0;
	padding: 41px 0 0;
	list-style: none;
	border-top: 1px solid #e6e6e6;
}

.download > ul > li > h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
}

.download > ul > li + li > h1 {
	margin-top: 60px;
}

.download > ul > li > ul {
	overflow: hidden;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.download > ul > li > ul > li {
	float: left;
	width: 285px;
	height: 223px;
	margin: 0 28px 30px 0;
	padding: 0 26px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.download > ul > li > ul > li > h1 {
	margin: 28px 0 0;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 39px;
	text-align: center;
}

.download > ul > li > ul > li > h2 {
	margin: 33px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #696969;
}

.download > ul > li > ul > li > button {
	width: 231px;
	height: 37px;
	margin-top: 12px;
	background: url(../images/download/down_btn.png) 194px 6px no-repeat;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	color: #5e5e5e;
	outline: 0;
}

.download > ul > li > ul > li > button:hover {
	color: #429ad9;
	border-color: #55aeed;
	background-image: url(../images/download/down_btn_on.png);
}

/*사업주유의사항*/
.caution_wrap {
	background: #ffffff;
	padding: 20px;
}

.caution_wrap * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
}

.caution_all {
	width: 100%;
	background: #fff;
	padding-bottom: 60px;
}

.caution_title {
	height: 287px;
	background: url('../images/eduinfo/caution_title_bg.png') right center no-repeat;
	padding-left: 30px;
}

.caution_title1 {
	font-size: 20px;
	color: #3b3b3b;
	letter-spacing: 2.5px;
	font-family: 'tmonmonsori.ttfregular';
	margin-bottom: 10px;
	padding-top: 96px;
}

.caution_title2 {
	font-size: 60px;
	color: #318dd5;
	font-family: 'tmonmonsori.ttfregular';
}

.caution_title3 {
	width: 100%;
	height: 260px;
	background: #e9f5ff;
	color: #4b4b4b;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 32px;
}

.caution_text_all {
	padding: 0 30px 0 30px;
}

.caution_t_all_bg {
	position: relative;
	font-size: 30px;
	color: #3b3b3b;
	font-family: 'tmonmonsori.ttfregular';
	margin: 40px 0 30px;
	z-index: 1;
}

.caution_t_all_bg > img {
	vertical-align: bottom;
	margin-right: 15px;
}

.caution_t_all_bg::before {
	position: absolute;
	left: 64px;
	bottom: 0;
	width: 236px;
	height: 12px;
	background: #a1effb;
	border-radius: 30px;
	content: "";
	z-index: -1;
}

.caution_text_box {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.caution_t1 {
	font-size: 20px;
	font-weight: 900;
	color: #525252;
	letter-spacing: -0.5px;
}

.caution_t1 > span {
	display: inline-block;
	width: 37px;
	height: 37px;
	color: #fff;
	background: #46c10e;
	text-align: center;
	line-height: 37px;
	border-radius: 50%;
	margin-right: 10px;
}

.caution_t2 {
	font-size: 17px;
	font-weight: 500;
	color: #525252;
	letter-spacing: -0.5px;
	margin: 10px 0;
}

.caution_text_box dd {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #6b6b6b;
	letter-spacing: -0.5px;
	padding-left: 10px;
}

.caution_text_box dd::before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #5a5a5a;
	border-radius: 50%;
	content: "";
}

.caution_text_box2 {
	margin-bottom: 20px;
}

.caution_text_box2:after {
	content: "";
	display: block;
	clear: both;
}

.caution_text_box2 > div {
	float: left;
}

.caution_icon1 {
	width: 95px;
	height: 95px;
	background: url('../images/eduinfo/caution_icon1.png') #2cc4f4 31px 16px no-repeat;
	border-radius: 50%;
	text-align: center;
	padding-top: 53px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
	margin-right: 14px;
}

.caution_icon_t {
	font-size: 15px;
	font-weight: 400;
	color: #6b6b6b;
	letter-spacing: -0.5px;
	padding-top: 22px;
}

.caution_text_box3:after {
	content: "";
	display: block;
	clear: both;
}

.caution_icon2 {
	float: left;
	width: 95px;
	height: 95px;
	background: url('../images/eduinfo/caution_icon2.png') #2cc4f4 31px 16px no-repeat;
	border-radius: 50%;
	text-align: center;
	padding-top: 53px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
}

.caution_icon_t2 {
	float: left;
}

.caution_icon_t2:after {
	content: "";
	display: block;
	clear: both;
}

.caution_icon_t2 > li {
	float: left;
	height: 110px;
	font-size: 14px;
	font-weight: 400;
	color: #6b6b6b;
	letter-spacing: -0.5px;
	line-height: 24px;
	padding: 0 14px;
	border-left: 1px solid #ccc;
}

.caution_icon_t2 > li:first-child {
	border: 0;
}

.caution_icon_t2 > li > p {
	font-size: 15px;
	font-weight: 700;
	color: #414141;
}

/* 사이트 바로가기  */
.site {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

.site:after {
	content: "";
	display: block;
	clear: both;
}

.site > li {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	height: 40px;
	line-height: 40px;
	list-style: none;
}

.site > li > a {
	display: inline-block;
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.site > li.select a {
	background: #fff;
	border-right: none;
	color: #114168;
	font-weight: 800;
}

/*241112 근로자내일배움카드 디자인 수정*/
/*공통요소 시작*/
.cardBox {
	width: 100%;
	padding: 0 40px;
	color: #212121;

	word-break: keep-all;
}

.flex_box {
	display: flex;
	align-items: flex-start;
}

.tit_box {
	padding: 30px 0 0 0;
	font-family: 'GmarketSansMedium';

	text-align: center;
	line-height: 1;

	margin: 0 0 20px 0;
}

.tit_box .main_tit {
	font-weight: normal;
	font-size: inherit;

	font-size: 28px;
	color: #2c7ecf;

	font-weight: bold;

	margin: 0 0 10px 0;
}


.tit_box .main_tit > span {
	position: relative;
	margin: 0 6px 0 0;

	color: #2c7ecf;
	z-index: 1;
}

.tit_box .main_tit > span::before {
	content: "";
	position: absolute;
	top: 42%;
	left: 50%;

	transform: translate(-50%, -50%);

	width: 104%;
	height: 110%;
	background-color: #ccf2ff;

	z-index: -1;
}

.tit_box .second_tit {
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.txt_box {
	font-family: 'GmarketSansMedium';
	line-height: 1;
	font-size: 15px;
	font-weight: lighter;

	display: flex;
	gap: 20px;
	padding: 0 0 70px 0;
}

.txt_box > * {
	flex: 1;
}

.txt_wrap .txt_tit {
	font-family: 'GmarketSansMedium';
	font-size: 16px;
	font-weight: bold;
	color: #2c7ecf;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.txt_paragraph {
	position: relative;
	line-height: 1.4;
	padding: 0 0 0 12px;
}

.txt_paragraph::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #777777;
}

.txt_box .box_right .txt_tit {
	font-size: 16px;
	font-weight: bold;
	color: #2c7ecf;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.txt_box .box_right .txt_paragraph {
	position: relative;
	line-height: 1.4;
	padding: 0 0 0 12px;
}

.img_box {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.img_box > img {
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.img_box:not(:last-child) {
	margin-bottom: 6px;

}

.img_txt {
	text-align: center;
	margin-bottom: 22px;
}

.strong_p {
	font-weight: bold;
	color: #f05650;
}

.strong_b {
	font-weight: bold;
}

.txt_wrap {
	display: flex;
	flex-direction: column;
	gap: 28px;

	padding: 0 0 60px 0;
}

.txt_wrap .txt_paragraph:not(:last-child) {
	margin: 0 0 12px 0;
}

/*공통요소 끝*/



/*card01 시작*/
.cardBox {
	width: 100%;
	padding: 0 40px;
}

.cardBox01 .tit_box:nth-child(1) {
	margin: 0 0 30px 0;
}

.cardBox01 .tit_box:nth-child(1) .main_tit {
	margin: 0 0 20px 0;
}

.cardBox01 .tit_box img {
	max-width: 100%;
	width: 100%;
}

.cardBox01 .txt_box .box_left {
	box-sizing: border-box;
}

.cardBox01 .box_left .box_sort .txt_tit {
	font-size: 20px;
	color: #2c7ecf;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.cardBox01 .box_left .box_sort:nth-child(1) .txt_paragraph {
	padding: 14px 16px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	line-height: 1.4;
	margin: 0 0 14px 0;
	border-radius: 4px;
}

.cardBox01 .txt_box .box_left img {
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	object-fit: contain;

	border-radius: 4px;
	border: 1px solid #dddddd;

	margin: 0 0 10px 0;
}

.cardBox01 .txt_box .box_left .btn_box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cardBox01 .txt_box .box_left .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;
	color: inherit;
}

.cardBox01 .txt_box .box_left .btn_box a:hover,
.cardBox01 .txt_box .box_left .btn_box a:active {
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

.cardBox01 .txt_box .box_left .btn_box > a:first-child {
	color: #2c7ecf;
}

.cardBox01 .txt_box .box_left .btn_box > a:nth-child(2) {
	background-color: #2c7ecf;
	color: #ffffff;
}

.cardBox01 .txt_box .box_left .btn_box .btn_sort {
	display: flex;
	gap: 10px;
}

.cardBox01 .txt_box .box_left .btn_box .btn_sort a {
	background-color: #ccf2ff;
	border: 1px solid #dddddd;
	padding: 16px 0;
	line-height: 1.2;

	font-weight: normal;
	transition: .3s;
}

.cardBox01 .txt_box .box_left .btn_box .btn_sort a:hover {
	background-color: #98e4f9;
}

.cardBox01 .txt_box .box_left .btn_box .btn_sort a:nth-child(1) {
	background-color: #2c7ecf;
	color: #ffffff;
	font-weight: normal;

	transition: .3s;
}

.cardBox01 .txt_box .box_left .btn_box .btn_sort a:nth-child(1):hover {
	background-color: #0055a5;
}

.cardBox01 .txt_box .box_right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 32px 0 0 0;

}

.cardBox01 .txt_box .box_sort > * {
	display: block;
}

.cardBox01 .txt_box .box_right .txt_tit {
	font-size: 16px;
	font-weight: bold;
	color: #2c7ecf;

	line-height: 1.3;
	margin: 0 0 6px 0;
}

.cardBox01 .txt_box .box_right .txt_tit_in {
	margin: 0;
	padding: 0 0 0 18px;
}

.cardBox01 .txt_box .box_right .txt_paragraph {
	margin: 0;
	font-size: 16px;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: normal;
}

.cardBox01 .box_left .box_sort .txt_paragraph::before {
	display: none;
}


.cardBox01 .txt_box .box_right .txt_paragraph:not(:last-child) {
	margin: 0 0 12px 0;
}

/*card01 끝*/

/*card02 시작*/
/* 카드02 시작 */
.cardBox02 {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	padding-top: 30px;
	padding-bottom: 40px;
}

.cardBox02 .tit_box {
	padding-top: 0;
	textx-align: center;
}

.cardBox02 .tit_box .main_tit {
	margin: 0 0 10px 0;
}

.cardBox02 .txt_wrap {
	padding: 0 0 46px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cardBox02 .txt_wrap .txt_paragraph {
	margin: 0;
}

.cardBox02 .txt_wrap .txt_paragraph:not(:last-child) {
	margin: 0 0 4px 0;
}

.cardBox02 .txt_wrap .txt_paragraph::before {
	top: 7px;
}

.cardBox02 .txt_wrap .txt_tit {
	position: relative;
	display: block;
	margin: 0 0 4px 0;

	padding: 0 0 0 13px;
}

.cardBox02 .txt_wrap .txt_tit::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #2c7ecf;
	top: 4px;
	left: 0;
}

.cardBox02 .txt_box {
	padding: 0 0 30px 0;
}

.cardBox02 .txt_box .box_left {
	flex: 2;
}

.cardBox02 .txt_box .box_left img {
	width: 100%;
	box-sizing: border-box;
}

.cardBox02 .txt_box .box_right {
	flex: 1;
}

.cardBox02 .txt_box .box_right .txt_tit {
	display: block;
	padding: 12px 0;
	width: 100px;
	border-radius: 10px;
	background-color: #2c7ecf;
	color: #ffffff;

	text-align: center;
	line-height: 1;
	margin: 0 0 12px 0;
}

.cardBox02 .txt_box .box_right .txt_paragraph {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

	padding: 0 0 0 4px;
	font-weight: 600;
}

.cardBox02 .txt_box .box_right .txt_paragraph::before {
	display: none;
}

.cardBox02 .process_box {
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	padding: 30px 26px;
	border-radius: 4px;
}

.cardBox02 .process_box .tit_box {
	text-align: center;
}

.cardBox02 .process_box .box_left img {
	border: 1px solid #dddddd;
}

/* 카드02 끝 */
/*card02 끝*/


/* 카드03 시작 */
.cardBox03 .tit_box .main_tit {
	margin-bottom: 30px;
}


.cardBox03 .tit_box .second_tit {
	line-height: 1.3;
}

.cardBox03 .process_box {
	border: 1px solid #dddddd;
	padding: 30px 26px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 50px;
	background-color: #f9f9f9;
}


.cardBox03 .process_box .tit_box {
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cardBox03 .process_box .tit_box > .main_tit {
	display: inline-block;
	padding: 12px 20px;

	font-weight: normal;
	color: #ffffff;
	background-color: #2c7ecf;
	border-radius: 4px;
	font-size: 18px;
	margin: 0;
}

.cardBox03 .process_box .txt_paragraph {
	padding: 0;
}

.cardBox03 .process_box .txt_paragraph::before {
	display: none;
}

.cardBox03 .box_wrap .sort_01 {
	margin-bottom: 70px;
}

.cardBox03 .box_wrap .tit_box {
	text-align: left;
	font-size: 20px;

	font-weight: bold;
	color: #2c7ecf;
}

.cardBox03 .box_wrap .box_sort:not(:last-child) {
	margin-bottom: 60px;
}

.cardBox03 .box_wrap .box_sort .txt_box {
	align-items: center;
	gap: 10px;

	padding: 0 0 14px 0;
}

.cardBox03 .box_wrap .box_sort .txt_box > .txt_tit {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 36px;
	height: 36px;
	background-color: #ccf2ff;
	border-radius: 50%;
	border: 1px solid #2c7ecf;
	font-weight: 600;
}

.cardBox03 .box_wrap .box_sort .txt_box > * {
	flex: unset;
	font-size: 16px;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: bold;
}

.cardBox03 .box_wrap .box_sort .flex_box:not(:last-child) {
	margin-bottom: 30px;
}

.cardBox03 .box_wrap .box_sort .img_box {
	position: relative;
}

.cardBox03 .box_wrap .box_sort .img_txt {
	display: inline-block;
	background-color: #2c7ecf;
	/*	background-color: #545454;*/

	padding: 10px -0;
	width: 180px;
	color: #ffffff;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 20px;
}


.cardBox03 .box_wrap .box_sort .strong_p::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 62%;
	height: 10px;
	background-color: #ffe4e3;
	z-index: -1;
}

.cardBox03 .notice_box {
	margin-bottom: 50px;
}

.cardBox03 .notice_box .txt_paragraph {
	display: flex;
	flex-direction: column;
	gap: 14px;

	padding: 36px 42px;

	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	line-height: 1.4;
	border-radius: 4px;
}

.cardBox03 .notice_box .txt_paragraph::before {
	display: none;
}

.cardBox03 .notice_box .txt_paragraph .tit_box {
	padding: 0;
	margin: 0;
}

.cardBox03 .notice_box .txt_paragraph .tit_box .main_tit {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.cardBox03 .notice_box .txt_paragraph > li {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.cardBox03 .notice_box .txt_paragraph > li > span {
	font-weight: bold;
}

.cardBox03 .notice_box .txt_paragraph > li > p {
	margin: 0;
}

.cardBox03 .table_box {
	padding-bottom: 40px
}

.cardBox03 .table_box .main_tit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #2c7ecf;
	font-family: 'GmarketSansMedium';
	margin: 0 0 10px 0;
}

.cardBox03 .information_box {
	border-collapse: collapse;
	width: 100%;
}

.cardBox03 .information_box th,
.cardBox03 .information_box td {
	width: 100px;
	height: 50px;
	text-align: center;
	border: 1px solid #dddddd;

	vertical-align: top;
	vertical-align: bottom;
	vertical-align: middle;
	padding: 10px 14px;
}

.cardBox03 .information_box .table_light {
	background-color: #f9f9f9;
}

.cardBox03 .information_box .table_light th {
	padding: 0;
}

.cardBox03 .information_box .table_content td span {
	display: block;
}

.cardBox03 .information_box .table_content td span:not(:last-child) {
	margin-bottom: 12px;
}

/* 카드03 끝 */

/* 카드04 시작 */
.cardBox04 .tit_box .main_tit {
	margin-bottom: 36px;
}

.cardBox04 .txt_wrap .txt_tit {
	display: block;
	margin-bottom: 8px;
}

.cardBox04 .txt_wrap .notice_box {
	display: flex;
	flex-direction: column;
	gap: 14px;

	padding: 20px 24px;

	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	line-height: 1.4;
	border-radius: 4px;
	margin: 0;
}

.cardBox04 .txt_wrap {
	padding: 26px 26px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

.cardBox04 .txt_wrap:not(:last-child) {
	margin-bottom: 40px;
}

.cardBox04 .txt_wrap > .box_sort:nth-child(2) {
	margin-bottom: 20px;
}


.cardBox04 .txt_wrap > .box_sort .txt_paragraph:last-child {
	margin: 0;
}

.cardBox04 .txt_wrap .notice_box::before {
	display: none;
}

.cardBox04 .txt_wrap .notice_box li {
	list-style-type: none;
}

.cardBox04 .txt_wrap .notice_box .tit_box {
	padding: 0;
	margin: 0;
	text-align: left;
}

.cardBox04 .txt_wrap .notice_box .tit_box .main_tit {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.cardBox04 .txt_wrap .notice_box > li {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.cardBox04 .txt_wrap .notice_box > li > span {
	font-weight: bold;
}

.cardBox04 .txt_wrap .notice_box > li > p {
	margin: 0;
}

.cardBox04 .notice_box {
	padding: 0 0 40px 0;
}

.cardBox04 .notice_box .txt_paragraph {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 36px 42px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	line-height: 1.4;
	border-radius: 4px;
}

.cardBox04 .notice_box .txt_paragraph .tit_box {
	padding: 0;
	margin: 0;
}

.cardBox04 .notice_box .txt_paragraph .tit_box .main_tit {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.cardBox04 .notice_box .txt_paragraph > li {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.cardBox04 .notice_box .txt_paragraph > li > span {
	font-weight: bold;
}

.cardBox04 .notice_box .txt_paragraph > li > p {
	margin: 0;
}


.cardBox04 .notice_box .txt_paragraph::before {
	display: none;
}

/* 카드04 끝 */

/*241115 근로자내일배움카드 디자인 수정 중*/


/* ===== KM 현대 테마 레이어 (자동 병합) ===== */
/* ============================================================
   KM캠퍼스 현대 테마 레이어 (디자인 토큰 + 공통 컴포넌트 리프레시)
   레거시 userStyle.css 이후에 로드되어 시각적 톤을 갱신한다.
   구조/마크업은 유지하고 색·타이포·버튼·카드 등 표면을 현대화한다.
   ============================================================ */

:root {
  /* 브랜드 팔레트 */
  --km-primary:        #2563eb;   /* 메인 블루 */
  --km-primary-dark:   #1d4ed8;
  --km-primary-light:  #dbeafe;
  --km-accent:         #06b6d4;
  --km-success:        #16a34a;
  --km-danger:         #dc2626;
  --km-warning:        #f59e0b;

  /* 중립 */
  --km-ink:            #1f2937;   /* 본문 텍스트 */
  --km-ink-soft:       #4b5563;
  --km-muted:          #9ca3af;
  --km-line:           #e5e7eb;   /* 경계선 */
  --km-bg:             #f8fafc;   /* 페이지 배경 */
  --km-surface:        #ffffff;   /* 카드 표면 */

  /* 형태 */
  --km-radius:         10px;
  --km-radius-sm:      6px;
  --km-shadow-sm:      0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.10);
  --km-shadow:         0 4px 12px rgba(16,24,40,.08);
  --km-shadow-lg:      0 12px 32px rgba(16,24,40,.12);

  /* 타이포 */
  --km-font: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', sans-serif;
}

/* ---- 기본 타이포/배경 톤 ---- */
body {
  font-family: var(--km-font);
  color: var(--km-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---- 링크 ---- */
a { transition: color .15s ease; }
a:hover { color: var(--km-primary-dark); }

/* ---- 버튼 계열(레거시 클래스 + 신규 km-btn) ---- */
.km-btn,
button.btn, .btn, input[type="submit"].btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--km-font);
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: var(--km-radius-sm);
  padding: 10px 18px;
  cursor: pointer;
  transition: transform .05s ease, box-shadow .15s ease, background .15s ease;
}
.km-btn:active, .btn:active { transform: translateY(1px); }

.km-btn-primary,
.btn-primary {
  background: var(--km-primary);
  border-color: var(--km-primary);
  color: #fff;
  box-shadow: var(--km-shadow-sm);
}
.km-btn-primary:hover,
.btn-primary:hover { background: var(--km-primary-dark); border-color: var(--km-primary-dark); color:#fff; }

.km-btn-ghost {
  background: var(--km-surface);
  border-color: var(--km-line);
  color: var(--km-ink);
}
.km-btn-ghost:hover { border-color: var(--km-primary); color: var(--km-primary); }

/* ---- 카드 ---- */
.km-card {
  background: var(--km-surface);
  border: 1px solid var(--km-line);
  border-radius: var(--km-radius);
  box-shadow: var(--km-shadow-sm);
  padding: 20px;
}
.km-card:hover { box-shadow: var(--km-shadow); }

/* ---- 배지 ---- */
.km-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--km-primary-light);
  color: var(--km-primary-dark);
}
.km-badge-archive { background: #ecfeff; color: #0e7490; }   /* 아카이브 훈련 표식 */

/* ---- 입력 폼 톤 ---- */
input[type="text"], input[type="password"], input[type="email"],
input[type="number"], input[type="search"], input[type="tel"],
select, textarea {
  border: 1px solid var(--km-line);
  border-radius: var(--km-radius-sm);
  padding: 9px 12px;
  font-family: var(--km-font);
  color: var(--km-ink);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--km-primary);
  box-shadow: 0 0 0 3px var(--km-primary-light);
}

/* ---- 테이블 톤(레거시 게시판/목록 가독성 향상) ---- */
table.km-table { border-collapse: collapse; width: 100%; }
table.km-table th {
  background: #f1f5f9;
  color: var(--km-ink);
  font-weight: 700;
  border-bottom: 2px solid var(--km-line);
  padding: 12px;
}
table.km-table td {
  border-bottom: 1px solid var(--km-line);
  padding: 12px;
}
table.km-table tr:hover td { background: #f8fafc; }

/* ---- 스크롤바(웹킷) ---- */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--km-muted); }
