﻿/* BODY */
body 	{font-size:10pt; font-family:\'Malgun Gothic\',\'돋움\';;}
a		{text-decoration: none; color: navy} 
a:hover	{text-decoration: underline; color: red}
/* TABLE */
table { margin-top:0; font-family:\'Malgun Gothic\',\'돋움\'; width: 700px; border:1px}
td, th { font-size: 10pt; font-family:\'Malgun Gothic\',\'돋움\';
     	 padding: 0;
         line-height:140%;  }
/* textarea */
textarea {line-height:130%;
		font-family:\'Malgun Gothic\',\'돋움\';
		 font-size:10pt
	 	 padding: 2px;	}

/* hr */        
hr 	  { width: 700px; border-top: 1px solid #8c8b8b;	border-bottom: 1px solid #fff; }  
			 
/* input */
input { font-family:\'Malgun Gothic\',\'돋움\';
				 font-size:10pt;  
				 padding: 2px;
  				 box-sizing: border-box;  			}		

/* select */
select  { font-family:\'Malgun Gothic\',\'돋움\';
		font-size:10pt; 
		padding: 2px;
  	  	box-sizing: border-box; }

.cont	{   border:1px;
		    border-width: 0.1em;  
		    border-spacing: 0;
    		border-collapse: collapse; 
    		border-style: solid; 
    		border-color: black;
    		width:700px;
    		line-height:140%; 
    	}		  
.cont td {  border-width: 0.1em;
			border-style: solid; 
			border-color: black;
		    height: 30px;   }			    
label{ 		display:inline-block;  }
.v_table	{  width: 700px;;	 }	
.v_table td {  padding: 5px 10px 5px 10px;
			   line-height:130%;  }
.blue_button {
    background-color: #4374D9;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 10pt;
   font-weight: 400;
}
