
/* 우측영역 ==================================================================================*/
section .mainRight-viw{
/*     border:1px solid green; */
    /* width:340px; */
    height:100%;
		top:0;
    flex:2.32;
    margin:0;
    padding:0;
		display:flex;
		position:relative;
		

/*		border:1px solid red;*/
}
.mainRight-viw .line{   
    border-right:1px solid #cccccc;
    width:40px;
		max-height:5000px;
/*		display:relative;*/
		left:40px;
/*    flex:1;*/
/*     background-color: gold; */
}
.right-inner{
    width:40px;
    border:1px solid block;
    max-width:300px;
    width:100%;
		display:relative;
		margin-left:40px;
    /* background-color: gold; */
/*    position: relative;*/
/*    right:-80px;*/
    /* height:100vh; */
}
.r-top{
    /* border:1px solid red; */
    /* height:100vh; */
	max-width:300px;
    width:100%;
		max-height:320px;
		height:100%;
		/* margin-top:30px; */
}
.r-top img{
    width:100%;
		max-height:200px;
		height:100%;
}
.r-top p{  
    /* border:1px solid red; */
    margin: 0;
    color:#181818;
    font-size:15px;
}

.right-banner1{
/*    margin-top:20px;*/
/*    max-width:300px;*/
/*    width:100%;*/
/*    height:100px;*/
/*    background-color: green;*/
}
.right-banner2{
/*    margin-top:20px;*/
/*    max-width:300px;*/
/*    width:100%;*/
/*    height:200px;*/
/*    background-color: green;*/
}
.right-banner3{
/*    margin-top:20px;*/
/*    max-width:300px;*/
/*    width:100%;*/
/*    height:235px;*/
/*    background-color: green;*/
}

.popu-num{
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    width: 16px;
    height:16px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-right:6px;
}
