/* 공통 -------------------------------------------------------------------   */


.c_fileColor {
/*
	background-color: #1f1b1b;
	color: #79d8d7;
*/
	color: #ff0000;
	text-decoration: none;
}


/* body 에서 함
.c_DefColor {
	background-color: #1f1b1b;
	color: #cccccc;
}
.c_DefFont {
	font: normal 10pt "맑은 고딕", "굴림체", Arial, Helvetica, sans-serif;
	font-size:8pt;
}
*/


/* 하단의 이동 버튼 */
#id_foot_btn {
	text-align: left;
	padding: 20px 10px 30px 10px;
}



/* 테이블  -------------------------------------------------------------------   */


#id_board_caption { /*제목 폰트*/
	font-size: 1.4rem; 
	font-weight: bold;
/*	margin: 1em 0;*/
	text-align:center;

/*
	font: bold 12pt "맑은 고딕", "굴림체", Arial, Helvetica, sans-serif;
	color: #107010;
*/
	/* 게시판 제목 색 */
}



.c_SetTable {
	border: 1px solid #313131;
	padding: 5px 10px 5px 10px;
	width: 100%;
	text-align: left;

}




.c_SetBox {
	border: 0px;
}

/* view 에서 제목 BAR 부분 */
.c_SetTableLeftTitle {
	background-color: #f1f1f1;
	color: #212121;
	width: 100px;
	text-align: center;

}

.c_SetTable td {
	padding: 5px;
	padding-left: 10px;
}


.c_SetDat {
	height: 110px;
	width:100%;
	background-color: #f1f1f1;
	color: #1f1b1b;
	border: 1px solid #313131;
}

.c_SetDat_replay {
	height: 110px;
	border : 2px double;
	height: 110px;
	background-color: #f1f1f1;
	color: #1f1b1b;
	border: 1px solid #313131;
}


.c_Dat_title {

	padding : 5px 10px 5px 10px;
/*	background-color: #f1f1f1;*/

	border: 1px solid #f1f1f1;

	font-weight: bold;
}

.c_currentDat1 {
	width:50px;
	text-align: right;


	background-color: #f1f1f1;
	color: #212121;
	border: 1px solid #313131;
}


/* 게시판 검색 콤보박스 - 제목,내용,전체 */ 
.c_search_kind {
	background-color: #f3f3f3;
	color:#212121;
	border: 1px solid #a3a3a3;
}









/* 테이블 -----------------------------------------------------------------------------------*/




/* 테이블 */
.c_table1 {
	border-collapse: collapse;
	width: 90%;
	border: 1px solid #313131;
	/*font-size : 9pt;*/
	/*color : #666666; */  /* 전체 글자 색 */
}

.c_table1 .txt_left {
	padding: 0.3em 0.8em;
	text-align : left;
}

.c_table1 th, .c_table1 td {
	padding: 0.6em 0.8em;
	text-align : center;

}

.c_table1 caption {
	font-size: 16pt; 
	font-weight: bold;
	margin: 1em 0;

}

.c_table1 col {
	border-right: 0px solid #111; /* 라인 색 */
}

.c_table1 col #albumcol {
	border: none;
}

.c_table1 thead {
	/* 게시판 테이블 제목 */

	/* background: #111 url(../img/bar3.gif) repeat-x left center; */
	
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	

}



.c_table1 th {
	font-weight: normal;
	text-align: left;
	text-align : center;
}


/* 게시물 목록 tr 색1 */
.c_table1 .c_odd1 {
	background-color:#dadada; /* #fefefe;*/
}
/* 게시물 목록 tr 색2 */
.c_table1 .c_odd2 {
	background-color: #f1f1f1; /*#edf5ff;*/
}

.c_table1 .c_txt_left {
	text-align : left;
}



/*
.c_table1 tr:nth-child(odd) {
	현재 지원되는 브라우져 없어서 tr:hover 로 사용해야함 
	이걸 사용하게 되면 IE만 빼고 다르게 작동함  - 배경이 안나온다든지 반대로 작동하든지..
	background-color: #edf5ff;
}
*/

.c_table1 tr:hover {
/*
	background-color:#3d80df;
	color : #fff;
*/

	background-color:#444444;
	color : #fff;


}

.c_table1 tr a { /* 링크 글씨 */
	color : #414141; 
	text-decoration:none; /* 밑줄 없애기 */
}


.c_table1 tr:hover a { /*  마우스 대면 글 색은 반대로 힌색이 되어야 잘보인다 */
	color : #ffffff;
}



/* 이 부분을 지우면 thead 에서 도 hover 현상이 나옴 */
.c_table1 thead tr:hover {
	background-color: transparent;
	color : inherit;
}


.c_table1 tfoot {
	/* 게시판 테이블 아래 라인 */

	/* background: #ccc url(../img/bar3.gif) repeat-x left center;  */
	 border-top: 1px solid #a5a5a5; 
	 border-bottom: 1px solid #a5a5a5; 

	

}

/* 이 부분을 지우면 foot 에서 도 hover 현상이 나옴 */
.c_table1 tfoot tr:hover {
	background-color: transparent;
	color : inherit;
}


.c_table1 tfoot tr:hover a { /*  페이지 부분 마우스 대면 글색 바뀌는 것*/
	color : #944;
}



/* -------------------------------------------------------------------------------------- */


/* 테이블 */
.c_table3 {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #0000;
	font-size : 1em;/*10pt;*/
	color : #666666; /* 전체 글자 색 */
}

.c_table3 .txt_left {
	padding: 0.3em 0.8em;
	text-align : left;
}

.c_table3 th, .c_table3 td {
	padding: 0.6em 0.8em;
	text-align : center;

}

.c_table3 caption {
	font-size: 1.2em;/*12pt; */
	font-weight: bold;
	margin: 1em 0;
}

.c_table3 col {
	border-right: 0px solid #111; /* 라인 색 */
}

.c_table3 col #albumcol {
	border: none;
}

.c_table3 thead {
	/* 게시판 테이블 제목 */

	/* background: #111 url(../img/bar3.gif) repeat-x left center; */
	
	border-top: 2px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	

}



.c_table3 th {
	font-weight: normal;
	text-align : center;
}


/* 게시물 목록 tr 색1 */
.c_table3 .c_odd1 {
/*	background-color: #dce4ee;*/
/*	background-color: #efefef;*/
  border-bottom: 1px dotted #a5a5a5;
}
/* 게시물 목록 tr 색2 */
.c_table3 .c_odd2 {
/*	background-color: #edf5ff;*/
/*	background-color: #ffffff;*/
   border-bottom: 1px dotted #a5a5a5;
}
   

.c_table3 .c_txt_left {
	text-align : left;
}



/*
.c_table3 tr:nth-child(odd) {
	현재 지원되는 브라우져 없어서 tr:hover 로 사용해야함 
	이걸 사용하게 되면 IE만 빼고 다르게 작동함  - 배경이 안나온다든지 반대로 작동하든지..
	background-color: #edf5ff;
}
*/

.c_table3 tr:hover {
/*
	background-color:#3d80df;
	color : #fff;
*/

	background-color:#444444;
	color : #fff;


}

.c_table3 tr a { /* 링크 글씨 */
	color : #414141; 
	text-decoration:none; /* 밑줄 없애기 */
}


.c_table3 tr:hover a { /*  마우스 대면 글 색은 반대로 힌색이 되어야 잘보인다 */
	color : #ffffff;
}



/* 이 부분을 지우면 thead 에서 도 hover 현상이 나옴 */
.c_table3 thead tr:hover {
	background-color: transparent;
	color : inherit;
}


.c_table3 tfoot {
	/* 게시판 테이블 아래 라인 */

	/* background: #ccc url(../img/bar3.gif) repeat-x left center;  */
	 border-top: 1px solid #a5a5a5; 
	 /* border-bottom: 1px solid #a5a5a5;  */

	

}

/* 이 부분을 지우면 foot 에서 도 hover 현상이 나옴 */
.c_table3 tfoot tr:hover {
	background-color: transparent;
	color : inherit;
}


.c_table3 tfoot tr:hover a { /*  페이지 부분 마우스 대면 글색 바뀌는 것*/
	color : #944;
}




/* 모바일 검색 테이블 */
.m_search_table {
	width: 100%;
	border-top: 2px solid #ddd;
	margin-top:14px;

	font-size : 1em;
	color : #666666;
}

.m_search_table th, .m_search_table td {
	margin: 0px;
	padding: 0px;
}





















/* --------------------------------------------------------------------------------------- */


.c_clear {
	float : clear;
	width : 50em;
}

.c_left {
	float : left;
}
.c_right {
	float : right;
}


.c_pagePaint {
	float : left;
	padding : 6px 15px 0px 15px;
}

.c_pagePaint a { /* 링크 글씨 */
	color : #515151; 
	text-decoration:none; /* 밑줄 없애기 */
}

.c_pageSearch {
	float : right;
	padding : 0px;
}



/* 총 게시물 */
.c_table2 {
	padding: 0px 15px 0px 15px;

	color: #333333;
	background-color: #f3f3f3;
	/*font-size : 9pt;*/ /* 1.3em; */
	width: 670px; 
}







.c_table_nodata {
	height : 50px;
}

.c_blank_height  {
	height : 10px;
}

col {
  border-right: 1px solid #ccc;
}


/* 테이블 하단에 검색 부분의 배경색 */
.c_page_div {
	background: #fdfdfd;
	text-align:center;
	height : 36px;
	padding: 0px;
	width: 90%; 
}



/* 폼 -----------------------------------------------------------------------------------*/

.c_table_10 {
	width:100%;
}

.c_table_10 th, .c_table_10 td {
	padding: 10px;

	

}




#id_textarea {
	width : 680px;
	/*font-size : 14px;*/
}


.c_fieldset1 {
	text-align : left;

	padding: 20px;

}

.c_fieldset1 legend {
	/*color:#313131;*/
}

/*

.c_fieldset1 #f_id {
	width : 200px;
	position: relative;
	left: 38px;
}

.c_fieldset1 label {
	position: relative;
	left: 20px;
}

.c_fieldset1 #f_gongji {
	width : 100px;
	position: relative;
	left: 60px;
}


.c_fieldset1 #f_title {
	position: relative;
	left: 80px;
}

.c_fieldset1 #f_pass {
	position: relative;
	left: 24px;
}


.c_fieldset1 #f_date {
	position: relative;
	left: 60px;
}

.c_fieldset1 #DIV_mygilWebEditor {
	position: relative;
	left: 50px;
}
.c_fieldset1 #mygilWebEditor {
	position: relative;
	left: 50px;
}

*/

.c_fieldset2 {
	padding: 25px 25px 25px 25px;
	margin: 25px 30px 25px 94px;
}



#scrollbox1
{
    BORDER: 0px solid white;
    PADDING: 0 0 0 0;
    overflow-x:auto;
    overflow-y:hidden;
    WIDTH: 100%;
    bgcolor: #FFFFFF;
    SCROLLBAR-FACE-COLOR: #e5e5e5;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #b4b4b4;
    SCROLLBAR-ARROW-COLOR: #767676;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #b4b4b4;
}


.c_imgvaligncenter {
	border-style: none;
		vertical-align: middle;

}


input:-ms-input-placeholder { color: #aaa; } /* Internet Explorer 10 이상에 적용*/
input::-webkit-input-placeholder { color: #aaa; } /*  Webkit, Blink, Edge에 적용*/
input::-moz-placeholder { color: #aaa; } /* Mozilla Firefox 4 부터 18에 적용*/
input::-moz-placeholder { color: #aaa; } /* Mozilla Firefox 19 이상에 적용*/
