

/******************* ±âº»Å×ÀÌºí ½ºÅ¸ÀÏ½ÃÀÛ *******************/
/* °Ë»öÇÏ´Â ºÎºÐÀÇ ½ºÅ¸ÀÏ */
.searcharea{
	padding:0 0 10px 0;
}

/*listºÎºÐ*/
.tlist{
  border-collapse: collapse;
}
.tlist thead th{
  height:25px;
  color: #333333;
  padding:1px 0 0 0;
  border-bottom:1px solid #606060;
  border-top:2px solid #606060;
  background:#F6F8EB;
}

.tlist tfoot th{
  height:30px;
  padding:0;
}

.tlist tbody th{
  text-align:left;
  color: #333333;
  font-size: 13px;
  font-weight:bold;
  background-color:#f5f5f5;
  border-bottom:1px solid #606060;
}

.tlist tbody td{
  font-size: 13px;
  color:#232323;
  border-bottom:1px solid #606060;
  font-weight: normal;
  padding:5px;
}
/*listºÎºÐ*/

/*readÆ®ºÎºÐ*/
.tread{
  border-collapse: collapse;
}
.tread thead th{
  height:1px;
  padding:0px;
  border-top:1px solid #606060;
}

.tread tfoot th{
  padding:0;
}

.tread tbody th{
  text-align:left;
  color: #333333;
  font-size: 13px;
  font-weight:bold;
  background:#f5f5f5;
  border:1px solid #d6d6d6;
  padding:5px;
}

.tread tbody td{
  font-size: 13px;
  color:#232323;
  border:1px solid #d6d6d6;
  font-weight: normal;
  background:#ffffff;
  padding:5px;
}
/*readºÎºÐ*/

/*writeÆ®ºÎºÐ*/
.twrite{
  border-collapse: collapse;
}
.twrite thead th{
  height:1px;
  padding:0px;
  border-top:1px solid #606060;
}

.twrite tfoot th{
  padding:0;
}

.twrite tbody th{
  text-align:left;
  color: #333333;
  font-size: 13px;
  font-weight:bold;
  background:#f5f5f5;
  border:1px solid #d6d6d6;
  padding:5px;
}

.twrite tbody td{
  font-size: 13px;
  color:#232323;
  border:1px solid #d6d6d6;
  font-weight: normal;
  background:#ffffff;
  padding:5px;
}
/*writeºÎºÐ*/

/******************* ±âº»Å×ÀÌºí ½ºÅ¸ÀÏ³¡ *******************/

/*ÇÏ´Ü¿¡ ¹öÆ°*/
.divbutton{
  text-align:center;
  padding:10px 0 10px 0;
}
