	@charset "utf-8";
	
	*{margin:0; padding:0;}
	img{border:0;}
	li{list-style:none;}
	a{color:#1e1e1e; text-decoration:none;}
	
	body{ overflow-x:hidden;
			  overflow-y:auto;
			  font-family:'맑은 고딕', 'Malgun Gothic', AppleGothic, Sans-serif;
			  min-width:1024px;
			  }
	
	div#wrap{position:absolute; width:100%; height:100%; z-index:99;}
	div#wrap_g{width:700px; margin:0 auto;}
	
	div#bg_img img{position:absolute;
										width:100%;
										height:999px;
										overflow:hidden;
										margin:0 auto;
										z-index:-1;
	}
	
	
	#wrap_g>p{color:#2ea821;
					font-size:45px; 
					text-align:center;
					line-height:60px;
					padding:65px 0;
	}
	h1{*margin-bottom:15px;}
	#wrap_g>p>span{color:#1e1e1e;
								font-size:55px;
	}
	
	#container{position:relative;
						 width:100%;
						  height:460px;
						  background-color:#fff;
						  opacity:0.9;
	}
	
	#before{position:absolute;
					 top:-11px;
	}
	#after{position:absolute;
					 bottom:-9px;
	}
	#before img, #after img{width:700px;}
	
	#container ul{padding:50px 70px 64px;
							   color:#2ea821;
							   font-size:27px;
	}
	
	#container ul form{float:right;
	}
	#container li{overflow:hidden;margin-bottom:25px; line-height:45px;}
	#container li b{width:163px; 
						height:39px; 
						font-size:18px;						
	}
	
	#container li input{width:340px; 
						height:39px;
						font-size:18px;
						background-color:#2ea821;						
						border:none; 
						ime-mode:active;
						text-align:center;
						outline-width:0;
						padding:2px;
	}
	#container li  .hp{
						height:39px; 
						font-size:18px;
						background-color:#94c948; 
						border:none; 
						text-align:center;
						outline-width:0;
						padding:2px;
	}
		#container li b{float:left;;min-width:200px;}
	#container li b.phone_t span{font-size:14px;}
	
	#container li#phone{margin-top:-25px; color:#787777;} /*번호번호번호*/
	#container li#phone b{font-size:20px;}
	#container li#phone b span{color:#1e1e1e;}
	
	#container li#btn_login a{
												display:block;
												width:213px;
												  height:53px;
												margin:3% auto;
												color:#000;
												 border:1px solid #3d3d3d;
												 border-radius:5px;
												 text-align:center;
												 line-height:53px;
												 }
												 
	#container li#btn_login a:hover{color:#2ea821; border:1px solid #2ea821;}
	
	#sec_ul{padding-top:10px;}
	
	#sec_ul li{background:url('../img/li_bullet.png') no-repeat 0 50%; 
					   margin:10px;
					   padding-left:12px;
					   color:#1e1e1e;
					   font-weight:bold;
					  }
					  
					  
	
	
	
	
	
	
		
	 #container li select option{
   	 background-color: #ffffff;
	}
	
	#container li select {
	    width: 340px;
	    height: 39px;
	    font-size: 18px;
	    background-color: #2ea821;
	    border: none;
	    ime-mode: active;
	    text-align: center;
	    outline-width: 0;
	    padding: 0 2px;
	}
	
	
	