/* education-board */

#content-main table.education-board tbody tr td {
	border-top: 1px solid #DDD;
	text-align: center;
	font-size: 15px;
}

#content-main table.board td {
    padding: 5px;
}


.education-search {
	text-align: right;
	margin: 0;
	padding: 8px;
	/*background: #efefef;*/
}
.education-search label {
	font-size: 14px !important;
	letter-spacing: -1px;
	margin: 0 8px;
	color: #666;
}
.education-search input {
	width: 180px;
	padding: 4px;
	margin: 0;
	border: 1px solid #aaa;
}
#content-main .education-search button {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	width: 42px;
	height: 30px;
	background: #00a651;
	border: 1px solid #019c4c;
	margin: 0 0 0 3px;
	padding: 0;
}
#content-main .education-search button:hover,
#content-main .education-search button:focus {
	background: #444;
	border-color: #333;
}
.education-title-first {
	border-top: 1px solid #DDD;
}


/*�뚯썝愿�由�*/
#board-header {
	text-align: center;
	padding: 5px 8px;
	background: #efefef;
}
#board-header label {
	font-size: 11px !important;
	letter-spacing: -1px;
	margin-right: 8px;
	color: #666;
}
#board-header input {
	width: 180px;
	height: 14px;
	padding: 4px;
	margin: 0;
	border: 1px solid #aaa;
}
#content-main #board-header button {
	font-size: 12px;
	color: #fff;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	width: 42px;
	height: 24px;
	background: #00a651;
	border: 1px solid #019c4c;
	margin: 0 0 0 3px;
	padding: 0;
}
#content-main #board-header button:hover,
#content-main #board-header button:focus {
	background: #444;
	border-color: #333;
}
#content-main #board-header #board-checkbox {
	width:15px;
}

/*
.education-view-content {
	border-bottom: 1px solid #DDD;
}
*/
.education-board, .education-board th,
.education-board td {
	border-left: 0 none;
	border-right: 0 none;
}
.ntis-board th,
.ntis-board td {
	border: 1px solid #ddd;
}
#board-header {
	margin-bottom: 0.5em;
}
#content-main table.education-board tbody tr td.td-right-padding {
	text-align: right;
	padding-right:2.5em;
}
#content-main table.education-board tbody tr td.td-left-padding {
	text-align: left;
	padding-left:2.5em;
}

#content-main table.education-board tbody tr td span.total {
	padding-left:2.5em;
}
#content-main table.education-board tbody tr td span.point {
	color:blue;
}
#content-main table.education-board tbody tr td span.point-red {
	color:red;
}
#content-main table.education-board tbody tr td.bg-color01 {
	background-color: #A39D8E;
	font-weight: bold;
	font-size:1.2em;
}

/*common*/
.education-board table {
	border-top: 0px solid #199966;
}
#content-main table.education-board tbody tr td.td-left {
	text-align: left;
}
#content-main table.education-board tbody tr td.td-right {
	text-align: right;
}
#content-main table.education-board tbody tr.spend {
	background-color: #a39d8e;
}

/* view */
.education-view h5 {
	font-weight: 500;
	padding: 0;
}
div.education-content-view {
	position: relative;
	line-height: 2;
	padding: 30px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	font-size: 80%;
	/*width: 58em;*/
}
div.education-view-post {
	margin: 1em 0 0 0;
	padding: 0 0 0 1em;
}
/*
div.education-view-title-first {
	border-top: 1px solid #DDD;
	padding: 0.2em 0;
}
div.education-view-title {
	border-bottom: 1px solid #d6d6d6;
	padding: 9px 0;
	width: 100%;
}
*/
.education-view {
	font-size:14px;
}
div.education-view-title-first {
	border-top: 1px solid #DDD;
	padding: 1px 0;
}

div.education-view-title {
	border-bottom: 1px solid #d6d6d6;
	padding: 1px 0;
	font-size:14px;
}
div.education-view-title strong {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	line-height: 2em;
	padding: 0.25em 0 0.25em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 20%;
	background-color: #F4F4F4;
}
.lte7 div.education-view-title strong {
	display: inline;
}
div.education-view-title span {
	display: inline-block;
	vertical-align: top;
	line-height: 2em;
	padding: 0.25em 0;
}


div.education-view-title span.title {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0 0 0 .75em;
	margin-right: 1em;
	color: #333;
	width: 20%;
	background-color: #F4F4F4;
}
div.education-view-file {
	font-weight: bold;
	color: #333;
	padding: 1px 0;
	border-bottom: 1px solid #d6d6d6;
	/*
	padding: .5em 0 .5em .75em*;
	border: 1px solid #ddd;
	border-top: 0 none;
	*/
}
div.education-view-file strong {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	line-height: 2em;
	padding: 0.25em 0 0.25em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 20%;
	background-color: #F4F4F4;
}
div.education-view-file ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
}
div.education-view-file ul li {
	margin: 0 0 0 0;
}
div.education-view-file ul li img {
	vertical-align: middle;
	margin-right: .25em;
}
div.education-view ul {
	margin: 0.5em 0 2em 1em;
}
div.education-view ul li {
	line-height: 2em;
	background: url(/images/common/depth01.gif) no-repeat 0 14px;
}
div.education-view .info01 li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
div.education-view .info01 span.title {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 8em;
	margin-right: 1.5em;
}
div.education-view .info02 span.title,
div.education-view .info03 span.title,
div.education-view .info04 span.title {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 15em;
	margin-right: 1.5em;
}

div.education-view .info01 span.contents {
	display: inline-block;
	width: 220px;
}
div.education-view .info01 ul  {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
div.education-view .info01 ul li {
	display: block;
	width: 200px;
}
div.education-view table.join-board {
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}
div.education-view table.join-board td {
	text-align: left;
}
div.education-view table.join-board td.td-center {
	text-align: center;
	border-left: 1px solid #d5d5d5;
}

/*蹂몃Ц�댁슜*/
div.education-view-content p {
	line-height: 1.5em;
	margin: 1px 0;
}
div.education-view-content img {
	margin: 1em 0;
}
div.education-view-content {
	clear: both;
	font-family: Arial, sans-serif !important;
	font-size: 100%;
	padding: 2em 1em;
}
div.education-point {
	font-size:18px;
	color: red;
	font-weight: bold;
	padding-bottom: 0.5em;
}
textarea:focus {
	border: 2px solid blue;
}
div.clear-both {
	clear:both;
}

/* write */
.education-write {
	border-top: 2px solid #199966;
	font-size:14px;
}

div.education-write-title-first {
	border-top: 1px solid #d6d6d6;
}

div.education-write-title-n,
div.education-write-title-n span.title{
	border-bottom: 1px solid #d6d6d6;
	padding: 0.2em 0;
}
#content-main div.education-write-title-n strong,
#content-main div.education-write-title-n span.title {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0.75em 0 0.75em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 20%;
	background-color: #F4F4F4;
	font-size: 14px;
}
.lte7 div.education-write-title-n strong {
	display: inline;
	margin-right: 0em;
	font-size:14px;
}
div.education-write-title {
	padding: 0.2em 0;
	border-bottom: 1px solid #D6D6D6;
}
#content-main div.education-write-title label {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0.4em 0 0.4em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 20%;
	background-color: #F4F4F4;
	font-size: 14px;
}
.lte7 div.education-write-title label {
	display: inline;
}
div.education-write-title input{
	width: 75%;
	margin: 0;
	padding: 3px;
	border:1px solid #aabccb;
	background-color: #fcfaf7;
}
 
div.education-write-file {
	padding: 0.5em 0 0 0;
	border-bottom: 1px solid #D6D6D6;
}
div.education-write-file label {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0.4em 0 0.4em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 19%;
	background-color: #F4F4F4;
}

.lte7 div.education-write-file label {
	display: inline;
}

.MultiFile-label a {
	line-height: 1em;
	border: 1px solid red;
	padding: 0 0.35em;
}

div.font-design label,
div.font-design strong {
	color:red;
	width: 99%;
	background-color: #f4f4f4;
}


div.education-write table.join-board {
	border-right: 1px solid #d5d5d5;
}
div.education-write table.join-board td {
	text-align: left;
}

ul.sales-contents {
	display: inline-block;
	vertical-align: top;
}
.lte7 ul.sales-contents  {
	display: inline;
}
/* button   */
div.education-actions {
	width: 100%;
	margin: 1em auto 0 auto;
	padding-top: 1em;
	text-align: right;
}

div.education-actions input {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	font-family: dotum, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	background-color: #1186ea;
	border: 1px solid #036cc5;
	padding: .5em .75em;
	margin: 0;
}
.lte7 div.education-actions input {
	display: inline;
}
div.education-actions input:hover,
div.education-actions input:focus {
	background-color: #036cc5;
	border-color: #0062b5;
}
div.education-actions a {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
	border: 1px solid #b6b6b6;
	margin-left: 3px;
	padding: 6px 12px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
.lte7 div.education-actions a {
	display: inline;
}

div.education-actions-search {
	text-align: left;
}
div.education-actions-search span.title{
	padding-left: 1em;
}
div.education-actions-search button {
	color: white;
	background-color: #086FBC;
	border: 1px solid #045DA5;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	letter-spacing: -1px;
	font-weight: bold;
	width: 44px;
	height: 24px;
	vertical-align: top;
}

div.education-actions-search input {
	margin: 0 0 0 1px;
	padding: 4px 3px;
	border: 1px solid #AAA;
	
}
div.education-actions-search div.search1 span {
	padding-left:1em;
}

div.education-actions-search div.search1 {
	padding-bottom:0.5em;
}

div.education-actions-search a {
	font-size: 12px;
	font-family: dotum, sans-serif;
	margin-left: .25em;
	border: 1px solid #B6B6B6;
	padding: .5em .75em;
}
 div.education-actions-search-first {
	padding-bottom:1em;
 }


/* categories */

div.education-categories {
	margin: 0 0 1.5em 0;
}
div.education-categories ul.level-0 {
	margin: 0 !important;
}

#content-main div.education-categories li {
	display: inline-block;
	vertical-align: top;
	width: 7.8%;
	margin: 0 0 0 -1px;
	padding: 0;
	background: transparent;
}
.lte7 #content-main div.education-categories li {
	display: inline;
}
div.education-categories li a {
	font-size: 11px;
	color: #555;
	font-family: dotum, sans-serif;
	line-height: 2em;
	letter-spacing: -1px;
	border: 1px solid #bbb;
	background-color: #eee;
}
div.education-categories li a:hover,
div.education-categories li.current a {
	color: #ff6600;
	background-color: #fff;
	border-bottom-color: #fff;
}
div.education-categories li.level-0-0 {
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	border-color: #444;
	background-color: #666;
}
div.education-categories li.level-1 {
	border: none;
	width: 14.5em;
	margin: 0 0.5em 0.5em 0;
}
div.education-categories li.level-0 ul {
	display: none;
	position: relative;
	width: 60em;
	margin-top: 0.5em;
	padding: 0.5em 0.5em 0 0.5em;
}
div.education-categories li.level-0-0 ul {
	left: 0;
}
div.education-categories li.level-0-1 ul {
	left: -7.5em;
}
div.education-categories li.level-0-2 ul {
	left: -15em;
}
div.education-categories li.level-0-3 ul {
	left: -22.5em;
}
div.education-categories li.level-0-4 ul {
	left: -30em;
}
div.education-categories li.level-0-5 ul {
	left: -37.5em;
}
div.education-categories li.level-0-6 ul {
	left: -45em;
}
div.education-categories li.level-0-7 ul {
	left: -52.5em;
}
div.education-categories li.expanded ul {
	display: block;
}
div.education-categories li.level-0 li.current {
	background: #eee;
}
div.education-categories a,
div.education-categories span {
	display: block;
	padding: 0px;
	cursor:pointer;
	vertical-align: middle;
}
div.education-categories li.level-1 a,
div.education-categories li.level-1 span {
	border: none;
}
div.education-categories li a, div.education-categories li span {
	/*padding-left:0.75em;
	background:url(/images/bb/collapsed.gif) no-repeat left center;*/
	text-align: center;
}
/*
div.education-categories li.current a,
div.education-categories li.current span {
	background:red url(/images/bb/expanded.gif) 0 50% no-repeat;
}
*/
div.education-categories li li a,
div.education-categories li.expanded li a {
	background-image:url(/images/bb/bullet.png);
}
div.education-categories li.expanded li a:hover {
	text-decoration:underline;
}

#content-main div.education-categories li {
	width: 15.85%;
}
/*photo*/


#content-main form legend {
	display: none;
}
#content-main form select,
#content-main form input,
#content-main form button {
	vertical-align: baseline;
}
#content-main form select {
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	height: 28px;
}
#content-main form#ebook input {
	width: 11em;
	margin: 0 0 0 1px;
	padding: 2px;
	border: 1px solid #aaa;
	border-right: 0 none;
}
#content-main form#ebook button {
	color: #fff;
	background-color: #086fbc;
	border: 1px solid #045da5;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	width: 39px;
	height: 21px;
}
.ie9 #content-main form#ebook button {
	vertical-align: top;
}
#content-main form#ebook button:focus,
#content-main form#ebook button:hover {
	background-color: #2599f3;
	border-color: #0c7dd4;
}
.lte7 #content-main form#ebook button {
	line-height: 1.5em;
}


/*#content-main #board-footer {
	border-top: 1px solid #999;
}*/
.education-photo-list {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 1em 0.575em;
	padding: 0;
	overflow: hidden;
}
.lte7 .education-photo-list {
	display: inline;
}
.education-photo-list img {
	width: 150px;
	height: 15em;
	padding: 0.25em;
	border: 1px solid #aaa;
}
.education-photo-list dl {
	padding-left: 0.25em;
}
.education-photo-list dl dt {
	font-weight: bold;
	line-height: 1.75em;
}
.education-photo-list dl dd {
	line-height: 1.35em;
}
.education-photo-list dl dd.date {
	font-size: 90%;
	/*font-family: dotum;*/
	color: #666;
	margin-bottom: 0.5em;
}
.education-photo-list dl dd.pdf,
.education-photo-list dl dd.ebook {
	display: inline-block;
	vertical-align: top;
}

.education-photo-list dl dd.pdf {
	margin-right: 0.5em;
}
.lte7 .education-photo-list dl dd.pdf {
	display: inline;
}
.lte7 .education-photo-list dl dd.ebook {
	display: inline;
}
.education-photo-list dl dd img {
	width: 5.75em;
	height: 2em;
	border: 0 none;
	padding: 0;
}
#content-main .education-write-title label {
	/*padding-bottom: 0.25em;*/
}

 



div.empty-data {
	display: block;
	line-height: 1.5em;
	text-align:center;
	padding-top:0.75em;
	font-weight: bold;
}

/*�댁쟾湲� �ㅼ쓬湲�*/

div.education-view-topic-neighbors {
	/*border: 1px solid #d9d9d9;*/
	margin: 2em 0 0 0;
	/*padding: 0.5em;*/
}
div.education-view-topic-newer a,
div.education-view-topic-older a {
	padding: 0.5em 0.5em 0.5em 0.75em;
	border: 1px solid #bdbdbd;
}
div.education-view-topic-newer a:hover,
div.education-view-topic-older a:hover {
	border: 1px solid #666;
}
div.education-view-topic-newer {
	margin-bottom: 0.25em;
}
div.education-view-topic-neighbors a {
	display: block;
}
div.education-view-topic-neighbors a img {
	vertical-align: top;
	margin: 7px 6px 0 0;
}


/*�깆옣瑜�*/
#content-main div.education-growth ul li {
	padding-bottom:1em;
	width:100%;
}

#content-main div.education-growth ul li span.year {
	font-size:2em;
	padding-left:0.5em;

}
#content-main div.education-growth ul li span.title {
	font-size:1.2em;
	font-weight:bold;
	padding-left:3.5em;
	width:120px;
}

#content-main div.education-growth ul li span.data {
	font-weight:bold;
	padding-left:1em;
	width:120px;
	text-align:left;
}


td.info-hidden {
	color:blue;
}


div.view-message {
	display: block;
	line-height: 1.5em;
	padding-top:0.75em;
	font-size: 12px;
}
div.view-message span.color-blue,
div.view-message a.tel {
	color:blue;
	font-weight: bold;
}

input.excelgo {
	cursor: pointer;
	width: 45px;
	height: 25px;
	margin-left: 4px;
	background: #fff;
}
input.excelgo:hover,
input.excelgo:focus {
	color: #ff0000;
}

#content-main .width250 {
	width: 280px;
	max-width: 280px;
}
#content-main .width250 a {
	word-wrap: break-word;
}

/*�섍컯�좎껌 �� 硫붿꽭吏�*/
/*
#content-main .guide-list {
	position: relative;
	top: 8px;
	display: block;
	height: auto;
	padding: 12px;
	margin-bottom: 32px;
}
#content-main .guide-list .guide-image {
	float: left;
	width: 184px;
	text-align: center;
	height: 194px;
	background: url(/images/open.content/ko/information/education/register/authentication-bg.png) no-repeat 12px 12px;
	margin-right: 22px;
}
*/
#content-main .education-apply-state01,
#content-main .education-apply-state02,
#content-main .education-apply-state03 {
	display: inline-block;
	width: 497px;
	margin-top: 12px;
}
#content-main .education-apply-state01 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	color: #009DE7;
}
#content-main .education-apply-state03 {
	width: 480px;
	background: #f9f9f9;
	margin-top: 20px;
	margin-bottom: 24px;
	padding: 6px 12px;
	border: 1px solid #ccc;
}

#content-main .education-guide-message {
/*	background: #f9f9f9;
	padding: 6px 12px;
	border: 1px solid #ccc;*/
	margin-bottom: 24px;
}

#content-main .authentication a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 24px;
	bottom: -10px;
	height: 31px;
	width: 144px;
	margin: 0 auto;
	background: url(/images/open.content/ko/information/education/register/authentication-btn.png) no-repeat 0 0;
}
.lte7 #content-main .authentication a {
	bottom: -26px;
}
#content-main .authentication a:hover,
#content-main .authentication a:focus {
	background-position-y: -31px;
}

span.color-blue {
	color:blue;
}
span.color-0c9602 {
	color:#0c9602;
}


.color-red a {
	color:red;
}
.color-c55151 {
	color:#c55151;
}
div.view-contents {
	clear: both;
	font-family: Arial, sans-serif !important;
	font-size: 100%;
	padding: 20px;
	margin-top: 12px;
	border: 1px solid #ccc;
	background: #f9f9f9;
}

/*education-board  modify btn*/
.education-board .modify {
	color: #fff;
	padding: 4px;
	background: #1186ea;
	border: 1px solid #036cc5;
}
.education-board .modify:hover,
.education-board .modify:focus {
	background: #036cc5;
	border: 1px solid #0062b5;
}
.education-list {
	margin-bottom: 30px;
}
.education-list td a img {
  margin: 0 2px 2px 0;
}

.education-write-title-n input.all-receipt {
	border:0;
	text-align:right;
	width:35px;
	color: blue;
	font-weight:bold;
}

div.sex-statistics{
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 5px;
}

div.error-message {
	color: red;
	font-size: 15px;
	padding: 1em;
}


span.input-guide {
	font-size: 13px;
}



 #content-main form .education-config-permissions label,
 #content-main form .education-write-title-n label {
    font-size: 90%;
}

#content-main .warning-message {
    margin: 0 0 15px 0;
    padding: 25px;
    background-color: #e5fcff;
	color: red;
	font-size: 18px;
	padding: 1em;
	text-align: center;
	font-weight: bold;
}

a.certificate-print {
    font-size: 110%;
    text-align: center;
    padding: 5px 13px;
    border: 1px solid #e84e6f;
    background-color: #e84e6f;
    color: white;
}




/* 2024-09-12 */
.personal-information h3.tit {
    font-size: 180% !important;
    font-weight: 600 !important;
    text-align: center;
}
.personal-information p.txt {
    font-size: 120%;
}
.personal-information div.box {
	border: 1px solid #666;
	padding: 20px;
    margin-bottom: 15px;
}
.personal-information div.box table th,
.personal-information div.box table td {
	font-size: 100%;
}
.personal-information div.box span.em {
	font-weight: 600;
	color: blue;
	text-decoration: underline;
}
.personal-information div.box p.bold {
	font-weight: 500;
}
.personal-information div.box.mt25 {
	margin-top: 25px;
}
.personal-information div.box.mt25 p {
	padding: 30px 0 0;
}
.personal-information div.box.mt25 p.top {
	text-align: center;
	padding: 0;
}
/* 2024-09-12 */