.Blog_MainImg{
	position: relative;
	overflow: hidden;
}

.Blog_MainImg img {
	width: 100%;
   object-fit: cover;
}

.Blog_ClassAndTime {
	display: flex;
}

.Blog_Date {
	margin-left: auto;
  display: none;
}

.Blog_Title {
    line-height: 150%;
    color: #3F6B5B;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 0 5px;
    font-size: 24px;
}
.Blog_SubTitle {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.Blog_MainContent {
    display: block;
    margin-top: 20px;
}

.Blog_Go a {
    width: 125px;
    background: #4A4A4A;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
.Blog_Go a:hover {
    background: #000;
}

.Blog_ClassAndTime , .Blog_Btn {
	margin-top: 20px;
}

.Blog_Content {
    margin-top: 0px;
}

.BlogListList .MsgInfoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.BlogListList .MsgRGap + .MsgRowN {
	margin-top: 30px;
}

.BlogListList .MsgRowN {
    width: calc(50% - 20px);
    /* margin-right: 20px; */
     /* margin-right: 10px;*/
     /* margin-left: 10px;*/
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.BlogListList .MsgRow1 {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #979797;
    margin-bottom: 30px;
}
.BlogListList .MsgRow1 .Blog_Btn {
    /*margin-bottom: 35px;*/
}

.BlogListList .MsgRowN:nth-child(4n + 1) {
	/*margin-left: auto;*/
}

.BlogListList .MsgRowN > table {
	width: 100%;
}

.divPageCtrl {
    margin: 0px 10px 40px;
}


@media( max-width: 600px ) {
	.BlogListList .MsgRowN {
		width: 100%;
	    	border-bottom: 1px solid rgb(10, 10, 10, 0.3);
	}
}