@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
 
 	A:link { text-decoration:none; color: #3F3F3F;}
	A:visited { text-decoration:none; color: #3F3F3F;}
	A:active { text-decoration:underline; color:red ;}
	A:hover {color: red; text-decoration:underline;}
 
 *{
 	margin:0; padding:0;
 }
 
html,body {
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
 background-color: rgb(255, 255, 255);
 height: 100%;
}

	table{ 
		width: 90%;
		margin: auto;
		text-align: center;
	}
	
	.table_first_odd{
	    font-size: 15px;   
		border: 0px solid red;
		text-align: left;	
		width: 50%;	
		vertical-align: top;
		padding-top: 10px;				
	}
	
	.table_first_even{
	    font-size: 15px;  	
		border: 0px solid red;
		text-align: right;	
		width: 50%;	
		vertical-align: top;
		padding-top: 10px;				
	}	
	
	.table_second{
	    font-size: 15px;  	
		border: 0px solid black;
		text-align: center;
		width: 10px;
	}

	.table_third_odd{
	    font-size: 15px;  	
		border: 0px solid blue;
		text-align: left;
		width: 50%;			
		vertical-align: top;
		padding-bottom: 60px;
	}
	
	.table_third_even{
	    font-size: 15px;  	
		border: 0px solid blue;
		text-align: left;
		width: 50%;			
		vertical-align: top;
		padding-bottom: 60px;
	}	
	
	.subTitle{
		margin-left: 10px; 
        font-size: 20px;                   		
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
        font-weight: bold; 
        color:	#2F2F2F;        
	}
	
	.subSubTitle{
		margin-top: 10px; 	
		margin-left: 13px; 
		margin-right: 15px; 		
        font-size: 15px;                   		
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
        font-weight: bold; 
        color:	#2F2F2F;        
	}	
	
	
	h1{
        font-size: 18px;                   		
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
        font-weight: bold; 	
        color:	#2F2F2F;                
	}
	
	h2, h3{
        font-size: 15px;                    		
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
        color:	#2F2F2F;        		
	}	

	p{
	    font-size: 13px;                    		
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
        color:	#2F2F2F;        		
	}

    .center_message
    {
         text-align: center;
    }
	
	.resultMainFig{
	 		text-align:center;
	 	}	
	
#map1{
/*	margin: auto;*/
	text-align: center;
/*	margin-left: 50px;*/

	/*border: solid 1px #0000FF;*/
}

.loc{
	text-align: left;
	width: 610px;
}

.OnMFigureSet{
	width: 65%;
}

	.missonIntroduction{
		margin-left: 20px; 
		margin-right: 20px; 		
		line-height: 180%;		
        font-size: 15px;                   		
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
        color:	#2F2F2F;        
        /*color:	#3030F0;*/
	}	

.CTMI_Box{
    display: inline-block;
    margin-top: 20px;     
    margin-left: 30px; 
	padding:0px;
	width: 700px;	
	text-align:center;	
}

.registration_Box{
    display: inline-block;
    margin-top: 20px;     
    margin-left: 50px; 
	padding:0px;
	width: 100px;	
	text-align:center;	
}

#Footer{
	background-color: #1E1F21;
font-family: 'Tahoma' ,'Nanum Gothic' , sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: rgb(224,224,224);	
	text-align: center;
		
}
	
	