@charset "utf-8";
*{-webkit-text-size-adjust:none;} /* ±ÛÀÚÅ©±â ÀÚµ¿Á¶Á¤¹æÁö*/
*{-webkit-text-size-adjust:auto;} /* È­¸é Æø¿¡ ¸ÂÃß¾î ÀÚµ¿Á¶Àý */
*{-webkit-text-size-adjust:100%;} /* ÆùÆ®Å©±â¸¦ ÁöÁ¤µÈ »çÀÌÁî·Î º¯°æ */

/* ±âº» ÅÂ±× CSS Àû¿ë*/
html, body {
	max-width: 800px; /* or whatever width you want */ 
    height: 100%;
	margin-right: auto; 
	margin-left: auto; 
}

body, td, select, textarea, input {font-size:12px; color:#666666; font-family:"dotum";}

/* margin, padding reset(ÃÊ±âÈ­) */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, select {margin:0;padding:0;}

/* heading fonts size reset(ÃÊ±âÈ­) */
h1, h2, h3, h4, h5, h6 {font-size:100%;}
h2 {}
h3 {vertical-align:middle; font-size:16px; color:#000000; font-weight:bold; padding-left:5px;}
h4 {padding:36px 0 20px 0;}

/* list style reset(ÃÊ±âÈ­) */
ol, ul {list-style:none;}

/* table style reset(ÃÊ±âÈ­) */
table {border-collapse:collapse;border-spacing:0;}

/* fieldset ¹× img °æ°è¼± reset(ÃÊ±âÈ­) */
fieldset, img {border:0;}
img{vertical-align:middle;}

/* caption text Á¤·Ä reset(ÃÊ±âÈ­) */
caption {text-align:left;}

/* form ¿ä¼Ò reset (ÃÊ±âÈ­) */
select {font-size:12px;vertical-align:middle;}
input {font-size:12px;vertical-align:middle;}
textarea {font-size:12px;line-height:140%;}
input.radio {vertical-align:middle;margin-bottom:3px;}

a:link    {color:#333333; text-decoration:none;}
a:active  {color:#ff0000; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover   {color:#ff0000; text-decoration:none;}

.monitor_tbl {
/* basic */
 margin: 0 auto;
/* width: 200px;*/
 width: 96%;
 padding: 100px;
 text-align: center;
/* border-radius */
 border-radius: 10px;
/* box-shadow */
 box-shadow: rgba(0,0,0,0.8) 0 0 10px;
 border-collapse: collapse;
}


.table01 {
  border:1 ;
  bordercolor: '#a9a9a9';
  cellpadding:1 ;
  cellspacing:2 ;
  table-layout:fixed; 
  word-break:break-all;
 }
   td {font-size;13pt;}
   th.small { font-size:14px ; color : white; border: 2px blue solid; background-color: blue ; align:center; }
   td.small { font-size:14px ; border: 2px darkgray solid; }
   td.base  { font-size:13px ; }
   td.page  { font-size:13px ; align:center;}
   td.middle { font-size:15px ;  }
