/* BASIC css start */
	
	#base {
		width:100%;
		margin:0 auto;
		
		}
	
    #base .brand {
    	margin-top: 40px;
    position: relative;
   
    text-align: center;
    
    }
    





		

	

	
	
	/*¹öÆ° ½ºÅ¸ÀÏ-.button button*/
	
     #base .brand .button_in {
    position: absolute;
   bottom: 212px;
    left: 50%;
     transform: translateX(-50%);
		width: 1200px;
		display: inline-block;
		text-align: center;
     
		
	}
	
	
    #base .brand .button_in button {
		width: 360px;
		height: 90px;
		background-color: #2e4052;
		color: #fff;
		font-size:20px;
		margin-top: 30px;
		margin-right:15px ;
           border: none;
  border-radius: 12px;

	}
	
	      #base .brand .button_in button:hover {
		background-color: #445576;
		
	}
	
	        #base .brand .button_in button:last-child {
		margin-right: 0px;
	}
	
	        #base .brand .button p {
		text-align: center;
	

		
	}
	
	        #base .brand .button p span  {
		margin: 25px 25px 0 25px ;
		display: inline-block;
		color: #555;
		font-size: 20px;

	}
	
	


	
	
/* BASIC css end */

