@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */
@import url("../../../../../css/webfont.css");
@import url("../../../../../webfonts/NanumGothic_ExtraBold/stylesheet.css");
@import url("../../../../../webfonts/NanumGothic_Bold/stylesheet.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;*/
	vertical-align: middle;
}
/* 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;
	opacity: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;
}
span.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: 4px 20px;
	margin: 0 2px;
}

select{ width: 60px; height:23px; margin-top:8px;}

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;
}
.clear {
	clear: both;
}
.last {
	padding-bottom: 0;
	margin-bottom: 0;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis2 {	
	//word-break:break-all;
	//overflow:visible;
	//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;
}
/* 헤더 */
#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;
}

/* 컨텐츠 */
#content {
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	width: 100%;/* 800px */
	height:auto;
	margin: 0 auto;/* 30px auto */
	padding: 0 0;/* auto 30px */
	padding-bottom: 30px;
//	border-left: 1px solid #e6e6e6;
//	border-right: 1px solid #e6e6e6;
}
#content p {
	//margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
}
#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 > h1 {
	font-size: 1.3333em;
	color: #000;
	font-weight: bold;
	padding: 7px 10px;
//	border-bottom: 1px solid #ccc;
//	margin-bottom: 30px;
}
#content > #thistitle {
	font-size: 1.3em;
	color: #000;
//	font-weight: bold;
	padding: 7px 20px;
//	border-bottom: 1px solid #ccc;
//	margin-bottom: 30px;
}
#content > #thistitleView {
	font-size: 1.3em;
	color: #000;
//	font-weight: bold;
	padding: 7px 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
#content p.caution {
	color: #c30;
	margin-bottom: 30px;
}
#content article {
	margin-bottom: 30px;
}
#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: 40px;
}

/* 회원가입 폼 */
#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;
}
#content form .joinForm p span {
	font-size: 0.9166em;
}
#content form .joinForm p.noLine {
	border: none;
	padding-bottom: 0;
}
#content form .joinForm p label {
	display: block;
	width: 100px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
}
#content form .joinForm p input[type=radio] {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}

/* 로그인 폼 */
#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-repeat: no-repeat;
	background-position: 0 -60px;
}
#content form .loginForm p label, #content form .loginSearchForm p label {
	line-height: 20px;
}
#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;
}


/* 게시판리스트-테이블타입1 */
table.type1 {
	border: none;
	border-bottom: 2px solid #ddd;
}
table.type1 th {
	border-top: 2px solid #ddd;
	border-right: none;
	border-bottom: 2px solid #ddd;
	border-left: none;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0;
	background-color: #f6f6f6;
	color: #000;
}
table.type1 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.type1 td label {
	display: none;
}
table.type1 td a {
	color: #69c;
}
table.type1 td a:link {
	color: #69c;
}
table.type1 td a:visited {
	color: #69c;
}
table.type1 td a:hover {
	color: #f60;
}
table.type1 td a:active {
	color: #69c;
}
/* 게시판 페이지/검색 등 */
.listBottom {
	margin-top: 20px;
	overflow: hidden;
	vertical-align: middle;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.listBottom .listPage {
//	float: left;
//	text-align: center;
	margin: 0;
	line-height: 20px;
}
.listBottom .listSearch {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 20px;
	width:400px;
}
.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;
}
.listSearch {
	margin-top: 20px;
	text-align: center;
}
.listSearch span {
	margin-left: 20px;
}
.listSearch label {
	display: none;
}
.listSearch select {
	font-family: 'Nanum Gothic', '나눔고딕', '맑은 고딕', '돋움', '굴림', sans-serif;
	font-size: 1em;
	color: #666;
	padding: 1px;
}
/* 게시판리스트-테이블타입2 */
table.type2 {
	border: none;
	border-bottom: 2px solid #ddd;
}
table.type2 th {
/*	border-top: 1px solid #a7a7a7;*/
	border-top: 2px solid #000;
	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.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.type1 a:visited {
	color: #666;
}
table.type2 a:hover {
	color: #f60;
}
table.type2 a:active {
	color: #666;
}
/* 게시판글쓰기-타입3 */
div.type3 {
	border: none;
	border-top: 1px solid #ddd;
	margin-bottom: 0px;
}
div.type3 div.item {
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	border-collapse: collapse; /*collapse separate */
}
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: 300px;
}
div.type3 div.item.area label {
	display: block;	
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 300px;
}
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;
}
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.noItem2 {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
div.type3 div.noItem2 label {
	display: none;
}
div.type3 div.noItem2 input[type=text] {
	width: 98%;
	box-sizing: border-box;
	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: 2.0em;
	padding: 7px 5px;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	color: #000;
}
div.type4 div.viewWriter {
	line-height: 2.0em;
	padding: 5px;
	border-bottom: 1px solid #eee;
	color: #693;
//	background-color: blue;
}
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%;
}
div.type4>div>ul>li:first-child {
	float:left;
	width:100px;
//	color:blue;
	text-align:center;
	font-size: 1.17em;
}
div.type4>div>ul>li:nth-child(2) {
	float:left;
	font-size: 1.17em;
}
div.type4>div:nth-child(4)>ul>li:first-child {
	border-bottom: 1px solid #eee;
	width:100%;
}
div.type4>div:nth-child(4)>ul>li:nth-child(2) {
//	border-bottom: 1px solid #eee;
	width:100%;
	min-height:100px;
	padding-top:20px;
}
div.type4>div:nth-child(4)>ul>li {
	clear:both;

}
/* 코멘트 */
.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;
}

/*** 카테고리 ****/
.tab.line{padding:0 0 35px 0}
.tab.line ul{position:relative; margin:0; padding:0; list-style:none; border-bottom:1px solid #ccc; *zoom:1}
.tab.line ul:after{content:"";display:block;clear:both}
.tab.line li{float:left;margin-bottom:-1px}
.tab.line li a{position:relative;float:left;text-decoration:none;border:1px solid #eee;border-bottom-color:#ccc;background:#fafafa;color:#333}
.tab.line li a span{display:inline-block;height:14px;padding:6px 25px 6px 25px;letter-spacing:-1px;cursor:pointer}
.tab.line li ul{width:100%;position:absolute;top:40px;left:0;list-style:none;border:0;margin:0;padding:0;white-space:nowrap;overflow:hidden;*zoom:1}
.tab.line li ul:after{content:"";display:block;clear:both}
.tab.line li li{position:relative;left:-1px;padding:0 10px;border-left:1px solid #ddd;overflow:visible}
.tab.line li li a{padding:0;margin:0;border:0 !important;color:#666 !important;font-weight:normal;background:transparent;letter-spacing:normal}
.tab.line li.active a{border:1px solid #ccc;border-bottom:1px solid #fff;margin-top:-1px;background:transparent}
.tab.line li.active a span{padding-top:7px;font-weight:bold}
.tab.line li li a:hover,
.tab.line li li a:active,
.tab.line li li a:focus,
.tab.line li li.active a{font-weight:bold;letter-spacing:-1px;color:#333 !important}
.tab.line.mn{padding:0}
.tab.line.mn ul{border:0}
.tab.line.mn li{float:none}
.tab.line.mn li a{float:none;display:block;font-weight:bold;color:#333;border:1px solid #eee !important;border-bottom-color:#ccc !important;background:#fafafa !important}
.tab.line.mn li ul{position:static;display:block;padding:5px 0;left:0;top:0}
.tab.line.mn li li{display:inline}
.tab.line.mn li li a{display:inline;letter-spacing:normal;border:0 !important;font-weight:normal !important;color:#666 !important;background:none !important}
.tab.line.mn li li a:hover,
.tab.line.mn li li a:active,
.tab.line.mn li li a:focus{text-decoration:underline}