
@media only screen and (min-width: 1024px) {  
   img.img_logo_ks{position: relative; 
                   top: 32px;
	               right: 22px;
	               width: 243px;}
   .line_dot_ks{text-align: center; 
	            margin-bottom: 26px; 
	            border-top: 1px dashed #7b7b7b;}
   .img_bar_ks{line-height: 3px; 
	           background: url(http://www.jkn.co.kr/views/images/kss_bar01.gif) left/contain no-repeat;
		       background-color: #7b7b7b;}
   .txt_tit_ks{padding-top: 14px; 
	      font-weight: 600; 
	      font-size: 18px; 
	      letter-spacing: 1px;
	text-align: center}
}
   
      
   
@media (min-width: 768px) and (max-width: 1023px) {
   img.img_logo_ks{position: relative; 
                   top: 24px;
	   	           right: 22px;
	               width: 180px;}
   .line_dot_ks{text-align: center; 
	            margin-bottom: 16px;
	            border-top: 1px dashed #7b7b7b;}
   .img_bar_ks{border-top: 1px solid #e0e0e0;}
   .txt_tit_ks {display:none;}	
}     

@media only screen and (max-width: 767px) {
   img.img_logo_ks{position: relative; 
                   top: 18px;
	               width: 120px;}
   .line_dot_ks{text-align: center; 
	            margin-bottom: 6px;
	            border-top: 1px dashed #7b7b7b;	
	}
   .img_bar_ks{border-top: 1px solid #e0e0e0;}
   .txt_tit_ks {display:none;}	
}
  