/* -------------------------------------------- */ 
/* ”News” */
/* -------------------------------------------- */ 

.clsNews_Date{
	text-align:left;
	color:#ccc;
	font-weight:bold;
}

.clsNews_Title{
	color:#fff;
	text-align:left;
	font-weight:bold;
	font-size:140%;
	padding:0 0 15px 0;
}

.news_contents{
	width:auto;
	margin: 20px 0 0 0;
    border-left: 2px solid #666666;
}

.clsNews_Img{
	width:0px;
    display:none;
}

.clsNews_Detail{
    width:auto;
    margin: 0 0 0 20px;
    text-align:left;
}

.clsNews_Detail > div {
    margin: 0 0 0 000px
}

.news_contents_line{
    width:95%;
    border:none;
    margin: 0 auto;
}

.news_contents_line:before {
	border-bottom:0px solid #4f4f4f;
}

.news_contents_line:before,
.news_contents_line:after {
    display: block;
    content: "";
    height: 30px;
}

@media screen and (max-width: 1280px) {
    .clsNews_Detail > div {
        margin: 0;
    }

    .clsNewsYouTubeContents {
        width: 100%;
        max-width: 378px;
        max-height: 213px;
        
    }
}