 .moreZul{
 width:100%;height:30px;line-height:30px;cursor:pointer;
/*  border-bottom:1px #d4d4d4 solid; */
 }
 .span_x{
 margin-top: 3px; margin-left:30px; line-height: 35px; font-weight: 400; color: white; font-size:18px;
 }

.getStartNow1{
/* 	position:absolute;right:10px;bottom:14px; */
/* 		float:left; */
		height:40px;
	    cursor:pointer;	
	    border:1px #a9b7c9 solid;
	    border-radius:33px;
	    padding:8px;
	    opacity:0.8;
	    z-index:2;
	    color:#374d76;
		margin-left:10px;
		margin-top:10px;
		width:200px;
		line-height:15px;
		background:inherit;
}
.getStartNow1:hover{
	opacity:0.8;
	background:#eaeaea;
	border:1px #374d76 solid;
}
.banners{
/* 	border-radius:12px; */
	margin-bottom:-20px;padding:10px;width:100%;min-height:30px;height:auto;
/* 	background:#d3dbe5; */
/* 	background:#e7e9ec; */
	color:#374d76;margin-left:0%;
	backgroud:white;font-size:1.2em !important;
	border-top:1px #bac1cc solid;font-weight:700;
}
.newsRow{
/* 	background:#e6e6e6; */
	height:130px;line-height:30px; width:100%; border-bottom: 1px #d4d4d4 solid;
}
.news_name{
	width:100%;height:30px;padding-top:16px;line-height:30px;text-align:left;
	
}

.news_name1{
	width:100%;height:30px;margin-top:2px;line-height:30px;text-align:left;
}

.news_name2{
	width:100%;height:40px;margin-top:-2px;line-height:20px;text-align:left;
}

.index_gap{
	margin-top:0px;
	line-height:19px;
}
.news_name_right{
	float: right; width: 40%; margin-right:5%;text-align:right;
}

.news_name_left{
	float: left; width: 55%;
}
.news_cont{
	
	
}



.news_mi{
margin-left:calc(50% - 370px);width:800px;position:relative;
}
.prose_x {
  width: 700px;              /* 너비 고정 */
  line-height: 20px;         /* 줄 높이 */
  max-height: 40px;          /* 3줄 제한: 20px x 3 */
  overflow: hidden;          /* 넘치는 텍스트 숨김 */
  display: -webkit-box;      /* Flexbox 기반 레이아웃 */
  -webkit-box-orient: vertical; /* 수직 방향 */
  -webkit-line-clamp: 2;     /* 최대 3줄 */
  text-overflow: ellipsis;   /* 넘친 텍스트에 말줄임 표시 */
  word-break: break-word;    /* 단어 단위로 줄 바꿈 */
  padding-left:10px;
  cursor: pointer;    
}


.row{
	margin:0px auto;	
}
@media only screen and (min-width: 100px) and (max-width: 790px) {
	.counter{
		color:white;
		font-size:1.1rem;
	}	
	.news_mi{
		margin-left:5px;
		width:calc(100% - 10px);
	}	
	.link_part1_content_process{
		position:relative;
		height:60px;
		width:100%;
		padding-top:2px;
		padding-bottom:2px;
		line-height:22px;
		margin-bottom:2px;
		padding-left:0%;
		color:#a8b5cb;
		font-weight:500;
	 	white-space: nowrap;
	    overflow: hidden;
	    box-sizing: border-box;
		
	}	
		  
     .container {
        width: 96% !important;
        max-width: 96% !important;
        margin-left: 2% !important;
    }
    
    .col-md-12{
		width:100%;
	} 
    
	.css_section{
		width:90%;
		margin-left:5%;
	}
	.img_test{
/* 		width:75%; */
	height:370px;
	}
	.img_test1{
		height:200px;
	}
	.prose_x{
	width:100%;
	}
	.lg{
	display:none !important;
	}
	.sm{
	display:inline-block !important;
	margin-left:5px; margin-right:5px;
	}

	.newsRow{
	height:130px;line-height:30px; width:100%; border-bottom: 1px #d4d4d4 solid;
	}
	@keyframes mystery {
	  0% {
	    transform: scale(1);
	  }
	  50% {
	    transform: scale(1.05); /* Grow to 1.5 times original size */
	  }
	  100% {
	    transform: scale(1);   /* Shrink back to original size */
	  }
	}
	
	.mystery {
	  animation: mystery 1s infinite ease-in-out;
	}
	.span_x{
		margin-top: 3px; margin-left:5px; line-height:35px; font-weight: 400; color: white; font-size:18px;
	}
	
	.img_count{
		width:100%;	
 	}
 	
 	
 	div.containers1 {
 		 transform: rotate(180deg);
	}
	div.containers1 div.items1 {
 		 transform: rotate(-180deg);
 		 padding-left:40px;
 		 padding-right:40px;	 
 		 
 	}
 	div.containers div.items {
 		 padding-left:40px;
 		 padding-right:40px;	 
 	}
	div.items2{
		margin-top:-30px;
		padding-bottom:70px;
		padding-left:20px;
		padding-right:20px;
	}
	div.middler{
		margin-top:0px;
		padding-bottom:0px;
		margin-bottom:-30px;
	}
	.openAhef{
		line-height:40px !important;
	}
	.count_menu_left{
		float:left;width:15%;margin-left:2.5%;margin-right:2.5%;cursor:pointer;color:white;font-size:1.1rem;
	}
	
}		