|  | @@ -93,16 +93,17 @@ export default {
 | 
	
		
			
				|  |  |  @import '@/styles/mixin.scss';
 | 
	
		
			
				|  |  |  // @import '@/styles/transition.scss';
 | 
	
		
			
				|  |  |  .user {
 | 
	
		
			
				|  |  | -  padding: 10px 0;
 | 
	
		
			
				|  |  | + // padding: 10px 0;
 | 
	
		
			
				|  |  |    @include w_h(100%, 100%);
 | 
	
		
			
				|  |  | -  background: $color_f2;
 | 
	
		
			
				|  |  | +  //background: $color_f2;
 | 
	
		
			
				|  |  |   //background-color: #3d70b2;
 | 
	
		
			
				|  |  |     //background-color: rgba($color: #0158a8, $alpha: 0.8);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    .container {
 | 
	
		
			
				|  |  |      @include flex(space-between, normal);
 | 
	
		
			
				|  |  |      @include w_h(100%, 830px);
 | 
	
		
			
				|  |  | -    padding: 0 $pad;
 | 
	
		
			
				|  |  | +   // padding: 0 $pad;
 | 
	
		
			
				|  |  | +   padding: 0;
 | 
	
		
			
				|  |  |      .user-slider {
 | 
	
		
			
				|  |  |        @include w_h(180px);
 | 
	
		
			
				|  |  |      background-color: rgba($color: #0158a8, $alpha: 1.0);
 |