@media screen and (max-width:1074px){
.xe-widget { width: 100% !important; box-sizing:border-box; }
  
}
  
@media screen and (min-width: 1075px){
.xe-widget { width: 49% !important; box-sizing:border-box; }
  
}

@media screen and (max-width:1074px){
.xe-widget2 { width: 100% !important; box-sizing:border-box; }
  
}
  
@media screen and (min-width: 1075px){
.xe-widget2 { width: 33% !important; box-sizing:border-box; }
  
}

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}


/* ==================================================
   About - Ministry Section
================================================== */
.profile {
	margin-bottom: 10px;
	text-align: left;
}

.profile-name {
	font-family: 'Spoqa Han Sans', sans-serif; font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.profile-description {
	font-family: 'Spoqa Han Sans', sans-serif; 
	font-size: 17px;	
	line-height: 20px;
	text-align: left;
	font-weight: 300;
	height: 30px;
}

.email-description {
	font-family: 'Spoqa Han Sans', sans-serif; 
	font-size: 13px;	
	line-height: 18px;
	text-align: left;
	height: 30px;
}

.music-description {
	font-family: adobe-garamond-pro, Garamond, Times, serif;
	font-size: 15px;	
	line-height: 18px;
	letter-spacing: -0.03em;
	text-align: left;
	height: 50px;	
}

.music-description-long {
	font-family: adobe-garamond-pro, Garamond, Times, serif;
	font-size: 15px;	
	line-height: 18px;
	letter-spacing: -0.03em;
	text-align: left;
	height: 50px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		 
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;			
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;			
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #333;
	
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 45%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}