
@media  (max-width:820px){


    .mainRight-viw{
        display: none;
    }


}

@media  (max-width:600px){

	.right-inner{
		margin-left:0;
	}
	.viw-latest-news-list{
		max-width:100%;
		width:100%;
	}
	.viw-latest-news-img img{
		max-width:600px;
		width:100%;
		max-height:100%;
		height:calc(100vw * 0.5);
	}
	.viw-editors-pick-list{
		height:70px;
	}
	.viw-editors-pick-img{
		height:70px;
	}
	.viw-editors-pick-img img {
		width:100px;
		height:70px;
	}
	.cheditor-caption{
		max-width:100%;
		width:100%;
	}
	.cheditor-caption img{
		width:100%;
	}
.viw-right-opinion{
	margin:20px 0;
}
.viw-right-opinion hr{
	margin:0;
}
.viw-right-opinion-list{
	margin:0 ;
	padding:10px;
	border-bottom:1px solid #ccc;
}
.viw-right-opinion-list h4{
	margin:0;
}

.viw-latest-news-area{
	
}
.viw-latest-news-list{
	max-width:100%;
	position:relative;
	min-height:70px;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.viw-latest-news-img{
	display:flex;
	justify-content:start;
	align-items:flex-start;
}
.viw-latest-news-img img{
	max-width:600px;
	width:100px;
	max-height:70px;
	height:70px;
	min-height:70px;
	border-radius:3%;
	min-width:100px;
}
.viw-latest-news-img p{
	margin:0 0 0 20px;
    height: 60px;
    overflow: hidden;
    padding: 0 0 1px ;
}
.viw-latest-news hr{ 
	margin: 0;
}

.viw-editors-pick-list{
	margin:0;
	padding:10px 0;
}
.viw-editors-pick-list:nth-of-type(n+6):nth-of-type(-n+10){
display:none;
}

.r-top{
	display:none;
}

.viw-editors-pick-list .viw-editors-pick-ttl p{
	height:65px;
    overflow: hidden;
	line-height:1.4;
}
#editorPickMore{
	display:block;
	width:100%;
	text-align:center;
	border-top:1px solid #000;
	height:40px;
	background-color: #eee;
	line-height: 40px;
	font-weight: 500;
	cursor:pointer;
}

/*¸ð¹ÙÀÏ¿¡¼­µµ ÃÖ½Å±â»ç 6°³ º¸ÀÌ°Ô Ã³¸®*/
.viw-latest-news-list:nth-of-type(6){
/*display:none;*/
}




.viw-relay-news ul{
	padding-left:20px;
}
.viw-relay-news h3{
	margin-bottom:5px;
}
.viw-relay-news hr{
	border:0;
	margin:0;
}
/* ======================================================================*/
}