#blog {
	padding:45px 0px;
}

#blog .head {
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  color: var(--secondaryColor);
  margin-bottom: 45px;
}
#blog .head article {
	margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  display: table;
  margin: auto;
  font-weight: 300;
  line-height: 30px;
  color: var(--textColor);
  opacity: .8;
}
#blog .detail {
	position: relative;
	z-index: 15;
}
#blog .detail .visual {
	margin-bottom:45px;
}
#blog .detail .visual img,
#blog .gallery img,
#blog .other .visual img   {
	border-radius: var(--radius);
}
#blog .detail article {
	color:var(--textColor);
	font-size: 17px;
	line-height: 28px;
	padding-top:20px;
}
#blog .detail article p {
	opacity: .85;
}
#blog.dark-mode .detail article p {
	opacity: .8;
}
#blog.dark-mode .detail article p b {
	font-weight: 600;
}
#blog .detail article p a  {
	color:var(--primaryColor);
	font-weight: 600;
}
#blog .detail article ul {
	display:block;
	clear: both;
	margin:35px 0px;
	padding-left:15px;
}
#blog .detail article ul li {
	margin-top:15px;
	margin-bottom:15px;
	opacity: .7;
	list-style: disc;
}
#blog img.main {
	border-radius:12px;
    width: 100%;
    margin-bottom:35px;
}

.dark-mode#blog .detail article img.main {
    background: rgb(36,42,54);
    background: linear-gradient(45deg, rgba(36,42,54,1) 0%, rgba(60,68,82,1) 50%, rgba(36,42,54,1) 100%);
    border:solid 1px rgba(255,255,255,.05);
}
#blog .intitle {
	margin-top:35px;
	margin-bottom:25px;
	font-weight: 600;
	font-size:20px;
	line-height: 20px;
	color:var(--secondaryColor);
}
#blog .other {
	padding-top:65px;
	overflow-y: auto;
	max-height: 80vh;
}
#blog .other li a {
	background-color:white;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: var(--radius);
	padding:15px;
	margin-bottom:15px;
}
#blog .other .visual img {
	border:solid 1px rgba(0,0,0,0.1);
}
#blog .other .title {
	color:var(--secondaryColor);
	font-weight: 600;
	font-size:16px;
	line-height: 22px;
	margin-bottom:5px;
}
#blog .other article {
	font-size:14px;
	line-height: 20px;
	color:var(--textColor);
	opacity: .8;
	display:-webkit-box!important;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden
}
#blog .other a:hover {
	opacity: 1;
}
#blog.dark-mode .other li {
	background-color:var(--footerBg);
}
#blog .blogHead {
	background-color:var(--primaryColor);
	margin-bottom:35px;
}
#blog .visualContent b {
	display:block;
	font-size:30px;
	line-height: 34px;
	color:white;
	margin-bottom:15px;
	padding-right:25px;
}
#blog .visualContent .keys {
	display:flex;
	flex-wrap: wrap;
	margin-bottom:25px;
} 
#blog .visualContent .keys li {
	white-space: nowrap;
	padding:0px 10px;
	font-size:13px;
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
	background-color:#edecff;
	border-radius: 5px;
	line-height: 30px;
} 
#blog .visualContent strong {
	font-style: italic;
	color:white;
	font-weight: 600;
	font-size:16px;
	line-height: 24px;
	opacity: .8;
	padding-right: 15px;
    display: inline-block;
} 
#blog .visualContent .row {
	margin:0;
} 
#blog.dark-mode .blogHead {
	background: rgb(36,42,54);
    background: linear-gradient(45deg, rgba(36,42,54,1) 0%, rgba(60,68,82,1) 50%, rgba(36,42,54,1) 100%);
    border: solid 1px rgb(56 69 88);
}



@media screen and (max-width:992px) {
	#pageHead {
		height:280px;
		padding-top:17%;
	}
	#blog .listHead {
		font-weight: 700;
		font-size:20px;
		line-height: 30px;
		margin-bottom:25px;
	}
	#blog .head {
		font-size:24px;
	}
	#blog .head article {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 0px;
	    width: 100%;
	}
	#blog {
		padding:12px 0px;
	}
	#blog .blog .title {
	    font-size: 20px;
	    line-height: 27px;
	}
	#blog .visualContent {
		padding-bottom:25px;
		margin-bottom:15px;
	}
	#blog .other {
		min-height:auto !important;
		max-height:initial !important;
		overflow: visible !important;
	}

}