@charset "utf-8";
/* CSS Document */


/* 게시판_이팀장님 */
div.ls_content {
    height: auto;
    padding: 0;
	 overflow: hidden;
	 padding-bottom:0.2em;
}

div.ls_content p, div.ls_content h5 { height: 3em; padding:0.8em; white-space: pre-line;}


#ls_title {

    height: 2.68em;
    padding: 0.5em;
    background: #fafafa;
    margin-top: 2.5em;
}

#ls_top_left {
    padding-bottom: 0.5em;
}

/*a.ls_lnk {
    font-family:돋움; 
    font-size: 14px;
}*/


#vc_body_content > table { width:100%;}

#vc_body_content > table > tbody > tr > td > img {     
    display: block;
    max-width: 100%;
    height: auto;
	 }
	 

  @media screen and (max-width:991px) {
	
#vc_body_content > table > tbody > tr > td > img {     
    width: 670px;
	 }

}

  @media screen and (max-width:768px) {
	
#vc_body_content > table > tbody > tr > td > img {     
    width: 600px;
	 }
}

  @media screen and (max-width:480px) {
	
#vc_body_content > table > tbody > tr > td > img {     
    width: 320px;
	 }
}

