@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {
 font-family: 'Nanum Gothic';
 font-weight: 400;
 font-size: 13px;
 padding: 0; margin: 0;
}
a {
	text-decoration: none;
}
a:link,
a:visited {
    color: #333;
    outline: none;
    text-decoration: none;
   -webkit-transition: color 0.2s linear;  
   -moz-transition: color 0.2s linear;  
   -o-transition: color 0.2s linear;  
   transition: color 0.2s linear; 
}

a:hover
    { color: #666; }

/** clearfix **/
 .clearfix:after  {content:".";display:block;height:0;clear:both;visibility:hidden;}
 .clearfix   {display: inline-block;}
 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix   {display: block;}
 /* End hide from IE-mac */

 div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

hr {
	border: none;
	border-bottom: 1px dotted #999;
	margin: 30px 0;
	padding: 0;
}
input[type=text], input[type=password], textarea {
	font-family: 'Nanum Gothic', '나눔고딕', '맑은 고딕', '돋움', '굴림', sans-serif;
	font-size: 1em;
	color: #666;
	border: 1px solid #96bbe2;
	padding: 2px;
	margin: 0;
	outline-style: none;
}
input[type=submit], input[type=reset], input[type=button] {
	font-family: 'Nanum Gothic', '나눔고딕', '맑은 고딕', '돋움', '굴림', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	background-color: #555;
	border: 1px solid #333;
	border-radius: 3px;
	cursor: pointer;
	width: 80px;
	padding: 5px 10px;
	margin: 0 2px;
}
input[type=submit].smallBtn, input[type=reset].smallBtn, input[type=button].smallBtn {	
	font-size: 0.9166em;
	line-height: 1.0833em;
	background-color: #555;
	border: 1px solid #333;
	padding: 4px 7px 3px 7px;
	width: auto;
}
input[type=submit].bigBtn, input[type=reset].bigBtn, input[type=button].bigBtn {
	font-size: 1.0833em;
	background-color: #555;
	border: 2px solid #333;
	width: auto;
	padding: 9px 10px 9px 40px;
	background-image: url('../images/icon_08.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
input[type=checkbox], input[type=radio] {
	padding: 0;
	margin: 0;
}
span.smallBtn{
	font-weight: bold;
	color: #fff;
	font-size: 0.9166em;
	line-height: 1.0833em;
	background-color: #555;
	border: 1px solid #333;
	padding: 4px 7px 3px 7px;
	width: auto;
	border-radius: 3px;
}
.clear {
	clear: both;
}
.last {
	padding-bottom: 0;
	margin-bottom: 0;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.alignCenter {
 text-align: center:
}
.smallText {
	font-size: 0.9166em;
}
.redText {
	color: #c30;
}

.blueText {
	color: #369;
}
.greenText {
	color: #390;
}
table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
table caption {
	display: none;
}
table th, table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	padding: 5px;
}
table th {
	text-align: center;
}
table td {
	text-align: left;
}
table td.num, table td.date, table td.hit, table td.email {
	text-align: center;
	font-size: 0.9166em;
}
#body { width:1250px; height:auto; margin: 0 auto; }
#body2 { width:900px; height:auto; float:left; }
/* 좌측 메뉴 */
    #leftmenu { width:270px; height:auto; float:left; } 
	#leftmenu ul.form {
		position:relative;
		background:#fff;
		width:250px;
		margin:auto;
		padding:0;
		list-style: none;
		overflow:hidden;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		
		-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);	
	}
#admin_body { width:950px; height:auto; margin: 0 auto; }
#admin_body2 { width:600px; height:auto; float:left; }
/* 좌측 메뉴 */
    #leftmenu { width:270px; height:auto; float:left; } 
	#leftmenu ul.form {
		position:relative;
		background:#fff;
		width:250px;
		margin:auto;
		padding:0;
		list-style: none;
		overflow:hidden;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		
		-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);	
	}

	.form li a {
		width:225px;
		padding-left:20px;
		height:50px;
		line-height:50px;
		display:block;
		overflow:hidden;
		position:relative;
		text-decoration:none;
		text-transform:uppercase;
		font-size:14px;
		color:#686868;
		
		-webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;			
	}

	.form li a:hover {
		background:#efefef;
	}

	.form li a.profile {
		border-left:5px solid #008747;
	}

	.form li a.messages {
			border-left:5px solid #fecf54;
	}
		
	.form li a.settings {
			border-left:5px solid #cf2130;
	}

	.form li a.logout {
			border-left:5px solid #dde2d5;
	}	

	.form li:first-child a:hover, .form li:first-child a {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

	.form li:last-child a:hover, .form li:last-child a {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}

	.form li a:hover i {
		color:#ea4f35;
	}

	.form i {
		margin-right:15px;
		
		-webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;	
	}

	.form em {
		font-size: 10px;
		background: #ea4f35;
		padding: 3px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;		
		font-style: normal;
		color: #fff;
		margin-top: 17px;
		margin-right: 15px;
		line-height: 10px;
		height: 10px;		
		float:right;
	}

	.form li.selected a {
		background:#efefef;
	}


/* 헤더 */
#mainHeader {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}
#mainHeader h1 {
	font-size: 2.1666em;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 18px;
	left: 0;
}
#mainHeader h1 a:link {
	color: #fff;
}
#mainHeader h1 a:visited {
	color: #fff;
}
#mainHeader h1 a:hover {
	color: #360;
}
#mainHeader h1 a:active {
	color: #fff;
}
#mainHeader h2 {
	font-size: 0.8333em;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 45px;
	left: 0;
}
#mainHeader ul {
	position: absolute;
	overflow: hidden;
	top: 10px;
	right: 0;
	border-left: 1px solid #7f8e34;
	border-right: 1px solid #bfce74;
}
#mainHeader ul li {
	float: left;
}
#mainHeader ul li a {
	display: block;
	padding: 0 10px;
	font-size: 0.8333em;
	font-weight: bold;
	border-left: 1px solid #bfce74;
	border-right: 1px solid #7f8e34;
}
#mainHeader ul li a:link {
	color: #fff;
}
#mainHeader ul li a:visited {
	color: #fff;
}
#mainHeader ul li a:hover {
	color: #f30;
}
#mainHeader ul li a:active {
	color: #fff;
}
/* 메인 네비게이션 */
#mainGnb {
	width: 960px;
	height: 35px;
	margin: 0 auto 40px auto;
}

/* 컨텐츠 */
#admin_content {
//	width: 900px;
	width: 90%;
	height:auto;
	margin: 30px auto;
	padding: 0 30px;
}

#content {
//	width: 900px;
	width: 90%;
	height:auto;
	margin: 30px auto;
	padding: 0 30px;
}

#content {
//	width: 900px;
	width: 90%;
	height:auto;
	margin: 30px auto;
	padding: 0 30px;
	text-align: left;
}
#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5em;
}
#content .last {
	margin-bottom: 0;
}
#content p.subSubTitle {
	font-size: 1.0833em;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}
#content div.subSubTitle {
	font-size: 1.0833em;
	font-weight: bold;
	padding: 0 0 0px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}
#content > h1 {
	font-size: 1.3333em;
	color: #000;
	font-weight: bold;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}


#content p.caution {
	color: #c30;
	margin-bottom: 30px;
}

#content span.caution {
	color: #c30;
	margin-bottom: 30px;
}
#content article {
	margin-bottom: 30px;
}
#content article>div {
	padding:0 0 30px 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#content article div>div {
	 width:100%;
	 display: -webkit-flex;
	 -webkit-justify-content: center;
	 margin:20px 0 0 0;
}
#content2 article div>div {
	 width:100%;
	 //display: -webkit-flex;
	 -webkit-justify-content: center;
	 margin:20px 0 0 0;
}
#content article div>div:nth-child(2) {
	 width:100%;
	 display: -webkit-flex;
	 -webkit-justify-content: center;
	 margin:0 0 0 0;
}
#content article div>div>ul>li {
	 width:150px;
	 display: -webkit-flex;
	 -webkit-justify-content: center;
	 text-align:center;
	 //margin:20px 0 0 0;
	// border: 1px solid #ccc;
}
#content article div>ul {
	 //width:100%;
	 //display: -webkit-flex;
	 //-webkit-justify-content: center;
	 //margin:20px 0 0 0;
	 clear:both;
	 //border: 1px solid #ccc;
}
#content article div>ul>li:nth-child(1) {
	float:left;
	 margin:0 100px 0 0;
}
#content article div>ul>li:nth-child(2) {
	float:left;
	 margin:0 100px 0 0;
}
#content article div>ul>li:nth-child(3) {	 
	 //margin:0 100px 0 0; 
	 float:left;
}

#content h2 {
	font-size: 1.1666em;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	margin: 30px 0 15px 0;
	//background-image: url('../images/h2.png');
	//background-repeat: no-repeat;
	//background-position: left 50%;
}
#content h3 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	margin: 20px 0 5px 0;
	//background-image: url('../images/h3.png');
	//background-repeat: no-repeat;
	//background-position: left 50%;
}

/* 회원가입 약관 */
#content article .ruleWrap {
	padding: 20px;
	border: 1px solid #e6e6e6;
}
#content article .ruleWrap .joinRule {
	height: 120px;
	padding-right: 20px;
	overflow: auto;
}
#content article .ruleWrap .joinRule p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#content article p.ruleAgree {
	padding-top: 10px;
	margin: 0;
	overflow: hidden;
}
#content article p.ruleAgree input[type=checkbox] {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}
#content article p.ruleAgree label {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}
#content .buttonArea {
	text-align: center;
	margin-top: 20px;
}
#content .joinExp {
	font-size: 1.0833em;
	font-weight: bold;
	padding: 0 0 0px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}
/* 회원가입 폼 */
#content form .joinForm0 {
	margin-bottom: 30px;
	border-top: 1px dotted #ccc;
}
#content form .joinForm {
//	margin-bottom: 30px;
//	border-top: 1px dotted #ccc;
}

#content form .joinForm > p {
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	border-collapse: collapse;

	display: flex;
	display: -ms-flexbox;	
	justify-content: left; /*좌우 중간, 크롬 디코더에서 회색으로 비활성화 표시로 나오지만 적용된 상태*/
	align-items: center; /* 상하 중간, 크롬 디코더에서 회색으로 비활성화 표시로 나오지만 적용된 상태 */
	-ms-flex-align: center;/*상하*/
	-ms-flex-pack: left;/*좌우 중간*/
}
#content form .joinForm0 > p {
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	border-collapse: collapse;
}
#content form .joinForm > .th_textarea {
	height: 95px;
//	width: 600px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
//	border:1px #cccccc solid;
}
#content form .joinForm > .th_textarea textarea {
	height: 83px;
	width: 778px;
//	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
//	border:1px #cccccc solid;
}
#content form .joinForm > .th_textarea > div:first-child{
	float: left;
	width: 100px;
	height: 90px;
	line-height: 90px;
	margin-left: 10px;		
}
#content form .joinForm > .th_textarea > div:nth-child(2){
	float:left;
	width:400px;
	height:90px;
//	border:1px #cccccc solid;
//	padding:4px;
}
#content form .joinForm > .th_time_table {
	height: 110px;
//	width: 600px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
#content form .joinForm > .th_time_table > div:first-child{
	float: left;
	width: 100px;
	height: 90px;
	line-height: 90px;
	margin-left: 10px;		
}
#content form .joinForm > .th_time_table > div:nth-child(2){
	float:left;
	width:400px;
	height:100px;
	border:1px #cccccc solid;
	padding:4px;
}
#content form .joinForm > .th_time_table #th_time{
	float:left;
	width:120px;
	background-color:#f6f6f6;
	padding-left:10px;
	margin-right:10px;
}
#th_time_table #th_week ul li {
	float:left;
	padding:0 5px;
}
#th_time_table #th_week div ~ div { // #th_week  하위 div중에서 첫번째 div제외
//	clear:both;					
}
#content form .joinForm > .th_time_table #th_week{
	margin-left:10px;
	padding:5px 0 0 10px;
}
#content form .joinForm > .th_time_table #th_week > div{
	padding:0px 4px 5px 0;
}
#content form .joinForm > .th_time_table #th_week > div input[type=checkbox]{
	vertical-align:middle;
}

#content .joinForm2 {
	margin-bottom: 30px;
//	border-top: 1px dotted #ccc;
//	margin: 5px 0;
}
#content .joinForm2 .th_file {
	height: 133px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
//	border:1px #cccccc solid;
}
#content .joinForm2 .th_file > .th_file_label {
	float: left;
	width: 100px;
	height: 133px;
	line-height: 133px;
	margin-left: 10px;
//	background:#000;
}
#content .joinForm2 .th_file > .tx-editor-container2 {
	float:left;
	width:780px;
	height:133px;
//	border:1px #cccccc solid;
//	padding:4px;
}
#content .joinForm2 .th_file > .tx-editor-container2 .tx-attach-box {
	margin:0;
}

#content form .joinForm p span {
//	font-size: 0.9166em;
}
#content form .joinForm xmp {
	font-size: 0.9166em;
}
#content form .joinForm p.noLine {
	border: none;
	padding-bottom: 0;
}
#content form .joinForm p label {
	display: block;
	width: 90px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}

#content form .joinForm p .group01_t {
	display: block;
	width: 75px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}

#content form .joinForm p .group02_t {
	display: block;
	width: 120px;
	line-height: 20px;
	float: left;
	margin-left: 30px;
}

#content form .joinForm p .f_left > span:nth-child(2n+3) {
	text-align:center;	
}
/**/
#content form .joinForm p .f_left > span:nth-child(2n) {
	display: block;
	width: 150px;
//	line-height: 20px;
	float: left;
//	margin-left: 10px;
}

#content form .joinForm p .f_left > div:nth-child(2n+3) {
	text-align:center;	
}
#content form .joinForm p .f_left > div:nth-child(2n) {
	display: block;
	width: 150px;
//	line-height: 20px;
	float: left;
//	margin-left: 10px;
}

#content form .joinForm p .f_left > span:first-child + span {
	display: block;
	width: 150px;
//	line-height: 20px;
	float: left;
//	margin-left: 10px;
}

#content form .joinForm p .f_left > span:first-child + span + span + span {
	display: block;
	width: 150px;
//	line-height: 20px;
	float: left;
//	margin-left: 10px;
}

#content form .joinForm p .f_left > span:first-child + span + span + span + span + span {
	display: block;
	width: 150px;
//	line-height: 20px;
	float: left;
//	margin-left: 10px;
}

#content form .joinForm0 p span {
	font-size: 0.9166em;
}
#content form .joinForm0 xmp {
	font-size: 0.9166em;
}
#content form .joinForm0 p.noLine {
	border: none;
	padding-bottom: 0;
}
#content form .joinForm0 p label {
	display: block;
	width: 100px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}

.leftm110 {
	margin-left: 110px;
}

#content form .joinForm p.group01 input[type=radio] {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}
#content form .joinForm0 p.group01 input[type=radio] {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}
#content form .joinForm p.profile_detail_radio label {
	display: block;
	width: 300px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}
#content form .joinForm p.profile_detail_radio input[type=radio] {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
}
.profile_detail {
	display: none;
}

#th_sample {
	display: none;
}
#content form .joinForm p input[type=radio] {
//	display: block;
	height: 20px;
	line-height: 20px;
//	padding: 0;
//	margin: 0;
	vertical-align: middle;
}
#content form .joinForm p input[type=checkbox] {
//	display: block;
	height: 20px;
	line-height: 20px;
//	padding: 0;
//	margin: 0;
	vertical-align: middle;
}
#content form .joinForm p span.vamiddle {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
/* 로그인 폼 */
#content form .loginForm, #content form .loginSearchForm {
	height: 60px;
	border: 3px solid #e6e6e6;
}
#content form .loginForm p {
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding-left: 60px;
	margin: 0;
	background-image: url('../images/icon_07.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content form .loginSearchForm p {
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding-left: 60px;
	margin: 0;
	background-image: url('../images/icon_07.png');
	background-repeat: no-repeat;
	background-position: 0 -60px;
}
#content form .loginForm p label, #content form .loginSearchForm p label {
	line-height: 20px;
}
#content form .loginForm div label {
//	display: block;
//	float: left;
//	width: 100px;
//	height: 20px;
//	line-height: 20px;
//	padding-left: 10px;
}
#content form .loginForm div input[type=text] {
//	display: block;
//	float: left;
//	width: 100px;
//	height: 20px;
//	line-height: 20px;
//	padding-left: 10px;
}
#content form .loginForm p input[type=text], #content form .loginForm p input[type=password], #content form .loginSearchForm p input[type=text], #content form .loginSearchForm p input[type=password] {
	margin-right: 10px;
}

/* 우편번호 */
#zip {
	width: 360px;
	padding: 10px 0 30px 0;
	margin: 0 auto;
}
#zip form .zipsearch {
	height: 50px;
	padding: 0;
	margin: 20px 0;
	border: 3px solid #aabd46;
}
#zip form .zipsearch p {
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0;
}
#zip form .zipsearch p label {
	display: none;
}
#zip > h1 {
	font-size: 1.3333em;
	color: #000;
	font-weight: bold;
	padding: 7px 0;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
#zip p {
	line-height: 1.5em;
}
#zip ul {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#zip ul li {
	border-bottom: 1px dotted #ccc;
	height: 25px;
	line-height: 25px;
}
#zip ul li a {
	display: block;
	color: #666;
	height: 25px;
	line-height: 25px;
}
#zip ul li a:link {
	color: #666;
}
#zip ul li a:visited {
	color: #666;
}
#zip ul li a:hover {
	color: #f30;
}
#zip ul li a:active {
	color: #666;
}



/* 게시판리스트-테이블타입2 */
table.type2 {
	border: none;
	border-bottom: 2px solid #ddd;
}
table.type2 th {
	border-top: 1px solid #a7a7a7;
	border-right: none;
	border-bottom: 1px solid #a7a7a7;
	border-left: none;
	vertical-align: middle;
	text-align: center;
	padding: 12px 0;
	background:url("../images/thBar.gif") right center no-repeat;
	color: #000;
}
table.type2 thead th.last {background:none;}
table.type2 tbody tr#bodylistb{ background:#eee; }
table.type2 td {
	border-top: 1px solid #eee;
	border-right: none;
	border-bottom: 1px solid #eee;
	border-left: none;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0;
}
table.type2 td span{
    font-size:11px;
}
table.type2 td.subject {
	text-align: left;
	line-height: 1.4em;
	text-indent: 10px;
}
table.type2 td.subject img {
	margin-right: 5px;
	vertical-align: middle;
}
table.type2 td.writer {
	line-height: 1.4em;
}
table.type2 td label {
	display: none;
}
table.type2 a {
	color: #666;
}
table.type2 a:link {
	color: #666;
}

table.type2 a:hover {
	color: #f60;
}
table.type2 a:active {
	color: #666;
}



/* 게시판글쓰기-타입3 */
div.type3 {
	border: none;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
div.type3 div.item {
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	border-collapse: collapse;
}
div.type3 div.item label {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}
div.type3 div.item input[type=text] {
	width: 559px;
	box-sizing: border-box;
}
div.type3 div.item textarea {
	line-height: 1.4em;
	width: 559px;
	box-sizing: border-box;
	height: 100px;
}
div.type3 div.radioArea {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
div.type3 div.radioArea label {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
}
div.type3 div.radioArea input[type=radio] {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 0 7px;
}
div.type3 div.noItem {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
div.type3 div.noItem label {
	display: none;
}
div.type3 div.noItem input[type=text] {
	width: 98%;
	box-sizing: border-box;
	margin: 0 1%;
}
div.type3 div.noItem textarea {
	line-height: 1.4em;
	width: 98%;
	box-sizing: border-box;
	height: 300px;
	margin: 0 1%;
}
div.type3 div.writeFile {
	width: 98%;
	box-sizing: border-box;
	margin: 0 1%;
	padding: 5px 0;
}
ul.uploadFile {
	padding: 5px 10px;
	margin: 5px 0;
	border: 1px solid #ddd;
}
ul.uploadFile li {
	display: block;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	border-top: 1px solid #eee;
}
ul.uploadFile li:first-child {
	border: none;
}
ul.uploadFile li span.fileName {
	display: block;
	width: 500px;
	height: 22px;
	line-height: 22px;
	text-align: left;
	float: left;
}
ul.uploadFile li span.fileUse {
	display: block;
	width: 130px;
	height: 22px;
	line-height: 22px;
	text-align: right;
	float: right;
}
ul.uploadFile li span.fileUse a {
	margin-left: 10px;
	color: #69c;
}
ul.uploadFile li span.fileUse a:hover {
	color: #f60;
}
/* 게시판글보기-타입4 */
div.type4 {
	border: none;
	padding-bottom:60px;
	border-bottom: 2px solid #ddd;
}
div.type4 div.viewInfo {
	padding: 0 5px 3px 5px;
	border-bottom: 2px solid #ddd;
	font-size: 0.8333em;
	text-align: right;
	color: #69c;
}
div.type4 div.viewSubject {
	line-height: 1.4em;
	padding: 7px 5px;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	color: #000;
}
div.type4 div.viewWriter {
	padding: 5px;
	border-bottom: 1px solid #eee;
	color: #693;
}
div.type4 div.viewMessage {
	padding: 30px 5px 20px 5px;
	border-bottom: 1px solid #eee;
}
div.type4 div.viewMessage table {
	line-height: 1.5em;
	margin: 30px 0;
}
div.type4 div.viewMessage table th {
	background-color: #f6f6f6;
}
div.type4 ul.viewFile {
	padding: 5px;
}
div.type4 ul.viewFile li a {
	font-size: 0.9166em;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	background-image: url('../images/clip.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
/* 코멘트 */
.c,.comwritebox{ 
   margin:30px auto;
   padding:20px 0; 
   width: 98%;
   height:auto;
}
/* 일반 내용 페이지 */
figure {
	margin: 30px 0;
}
figcaption {
	font-size: 0.9166em;
	line-height: 1.4em;
	color: #069;
	text-align: center;
	margin: 3px 0;
}
ul.titleList {
	padding: 10px;
	margin-top: 30px;
	border: 3px solid #69c;
	background-color: #f6f6f6;
}
ul.titleList li {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding: 0 15px;
	border-bottom: 1px dotted #ccc;
	background-image: url('../images/point_5.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
ul.titleList li:first-child {
	border-top: 1px dotted #ccc;
}
ul.basicList {
	margin: 10px 0;
}
ul.basicList li {
	line-height: 1.5em;
	padding: 0 10px;
	margin: 2px 0;
	background-image: url('../images/point_6.png');
	background-repeat: no-repeat;
	background-position: 0 6px;
}
ol {
	margin: 10px 0;
}
ol > li {
	line-height: 1.5em;
	list-style-type: decimal;
	margin-left: 16px;
}
.halfLeft {
	width: 325px;
	float: left;
}
.halfRight {
	width: 325px;
	float: right;
}
.halfLeft > figure, .halfRight > figure {
	margin: 5px 0 0 0;
}
.diagram {
	overflow: hidden;
	margin: 0 0 12px 0;
}
.diagramChart {
	overflow: hidden;
	margin: 0;
}
.diagram > figure {
	margin: 0 0 0 20px;
	float: left;
}
.diagram > figure:first-child {
	margin-left: 0;
}
#content p.diaBigTitle {	
	width: 208px;
	height: 40px;
	line-height: 40px;
	font-size: 1.3333em;
	font-weight: bold;
	color: #fff;
	border: 2px solid #5c8ab8;
	background-color: #69c;
	border-radius: 5px;
	margin: 0 0 0 232px;
	text-align: center;
}
#content p.discription {	
	width: 652px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	border: 2px solid #5c8a2e;
	background-color: #693;
	border-radius: 5px;
	padding: 10px;
	margin: 0;
	text-align: center;
}
#content p.arrowBig {
	text-align: center;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.diagramChart > div.chart {
	width: 188px;
	height: 210px;
	margin: 0 0 0 20px;
	float: left;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px 0 10px;
}
.diagramChart > div.chart:first-child {
	margin-left: 0;
}
.diagramChart > div.chart > p.diaTitle {
	font-size: 1.6666em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #69c;
	border-bottom: 2px dotted #ccc;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.diagramChart > div.chart > p.dt1 {
	background-image: url('../images/dt_1.png');
}
.diagramChart > div.chart > p.dt2 {
	background-image: url('../images/dt_2.png');
}
.diagramChart > div.chart > p.dt3 {
	background-image: url('../images/dt_3.png');
}
.diagramChart > div.chart > ul > li {
	letter-spacing: -1px;
}
#content div.certiSet {
	overflow: hidden;
}
#content div.certiSet > img {
	float: left;
}
#content div.certiSet > p {
	margin-left: 140px;
}
#content div.certiSet > p.cirtiTitle {
	font-size: 1.0833em;
	font-weight: bold;
	color: #69c;
}
#content img.certiDia {
	padding-top: 10px;
}
table.sheet01 {
	margin-top: 10px;
}
table.sheet01 th {
	color: #069;
	line-height: 1.4em;
	background-color: #f6f6f6;
	padding: 5px 0;	
}
table.sheet01 td {
	line-height: 1.4em;
	text-align: center;
	padding: 5px 0;
}
table.sheet02 {
	margin-top: 10px;
	font-size: 0.9166em;
}
table.sheet02 th {
	color: #069;
	line-height: 1.4em;
	background-color: #f6f6f6;
	padding: 5px 0;	
}
table.sheet02 td {
	line-height: 1.4em;
	text-align: center;
	padding: 5px 0;
}
table.sheet02 td.green {
	background-color: #E8F3DC;
}
table.sheet02 td.blue {
	background-color: #DCE8F3;
}

.listBottom {
	margin: 20px auto;
	overflow: hidden;
	vertical-align: middle;
	width:500px; 
	text-align:center;
}
 .listPage {
	float: left;
	margin: 0;
	line-height: 20px;
}
.listPage {
	margin-top: 20px;
	text-align: center;
}
.listPage a {
	display: inline-block;
	width: auto;
	height: 15px;
	line-height: 15px;
	padding: 0 4px;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.listPage a:link {
	color: #666;
}
.listPage a:visited {
	color: #666;
}
.listPage a:hover {
	color: #f30;
	background-color: #f6f6f6;
}
.listPage a:active {
	color: #666;
}
.listPage a.checked {
	color: #f30;
	background-color: #f6f6f6;
}
.ext {
	display: block;
//	padding: 0 10px;
	font-size: 0.8111em;
//	font-weight: bold;
//	border-left: 1px solid #bfce74;
//	border-right: 1px solid #7f8e34;
}
.wid100 {
	width: 100px;
}
.wid200 {
	width: 200px;
}
.wid300 {
	width: 300px;
}