﻿@charset "utf-8";



/* CSS Document */

/* 테이블 */
.box01 { text-align:center; border-top:2px solid #639702; border-bottom:1px solid #bfbfbf; border-right:0; border-left:0;}
.box01 th { border-bottom:1px solid #bfbfbf; border-right:0; border-left:0; background:#E8F0D9; font-weight:bold; color:#639702; padding:10px 0 10px 0; }
.box01 td { border-bottom:1px solid #E4E4E4; border-right:1px solid #E4E4E4; padding:10px 0 10px 0; }
.box01 .r_border { border-right:0px; }
.box01 .b_border { border-bottom:0px; }
.box01 .b_border1 { border-bottom:0px; border-right:0px; }
.box01 .b_border2 { border-bottom:0px; background-color:#F9F9F9; }
.box01 .color { background-color:#F9F9F9;}

.txt { vertical-align:top; line-height:22px; text-align:justify; color:#787878 }
