	body,form {margin:0; padding:0;}
	img {border:none; hspace:0; vspace:0;}

    body { 
    		font-size:10pt; 
    		color:#383838; 
    		font-family: 돋움, 굴림; 
    }
    td { 
    	    font-size:10pt; 
    	    color:#383838; 
    	    font-family: 돋움, 굴림;
    	    line-height:1.3; 
    	    word-break:break-all; 
    	    white-space:wrap;
    	}
  	textarea {
  		font-size: 10pt;
  		font-family:Tahoma,굴림;
  		color:#4F4F30;
  		line-height:1.3;
  		 letter-spacing:0px;
     }
 
    a:link:not(ttldiv) { 
    	   text-decoration: none; 
    	   color:#333333; 
    	   font-size:10pt; 
    	   font-family: 돋움, 굴림; 
    }
 
 /*
    a:hover:not(.ttldiv) { 
    	    text-decoration: none; 
    	    color:#ff6633; 
    	    font-size:10pt; 
    	    font-family: 돋움, 굴림; 
    }
  */ 
        #topbg {
         <?if ($localchk=='ok' && $landadmin=='ok'){?>
          // position:fixed; 
           position:absolute; 
         //  position:relative; 
        <?}else{?>
           position:fixed; 
        <?}?>
           top:0; 
           left:0; 
           width:100%; 
           height:140px;
           background:#fff; 
           z-index:99
       }
     #container {
	      position: absolute;
	      top: 140px;
	      border-radius: 0px;
	      width:100%;    
	      clear: both;
    }    
/*
    .ttldiv{
	   border-radius: 4px; 
	   text-align:center; 
	   background-color:#28A0FF;
	   color:#FFFFFF; 
	   font-size:20px; 
	   font-weight:700;
	   margin-right: 0.1em;
	   margin-top: 0.2em;
	   margin-bottom: 0.2em;
	   padding: 5 0em;
	   box-shadow: 3px 3px 6px 1px #333;
	   width:200px;
	   height:25px;
	}        
    .ttldiv2{
	   left:50%;
	   border-radius: 4px; 
	   text-align:center; 
	   background-color:#ccc;
	   color:#BC6868; 
	   font-size:18px; 
	   font-weight:600;
	   margin-right: 0.1em;
	   margin-top: 0.2em;
	   margin-bottom: 0.2em;
	   padding: 5 0em;
	  // box-shadow: 3px 3px 6px 1px #333;
	   width:250px;
	   height:20px;
	}      
*/