@charset "UTF-8";
@import url("/_templet7/css/main.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@600&display=swap");
/*-------------------------------------------------
title       : 메인
Author      : ㄱㅅㄱ
Create date : 2022-10-20
-------------------------------------------------*/
.visual .desc strong { 
	font-family: "Noto Serif KR", "Noto Sans KR"; 
}
.visual .desc strong span { 
	letter-spacing: 0; 
}
#MainContents .latest .group.group3 h3 a { 
	left: 15rem; 
}
#popupzone.program {
	overflow: visible;
	position: relative;
	height: 10.8rem;
	max-height: inherit;
	padding: 2rem 13.5rem 2rem 2rem;
	background: url('../img/main/program.png') 100% 100% no-repeat #9c1c2b;
	text-align: left;
	z-index: 0;
	color: #fff;
}
#popupzone.program .popup-box{
	display: block;
}
/* #popupzone.program:after{
	content:'';
	position: absolute;
	bottom: 0;
	right: 1.5rem;
	display: inline-block;
	width: 12.5rem;
	height: 8.25rem;
	background: url("../img/main/program.png") 50% 50% no-repeat;
	background-size: contain;
} */
#popupzone.program h3 { 
	margin: 0 0 0.75rem; 
	padding: 0; 
	font-size: 1rem; 
	text-align: left; 
	line-height: 1; 
}
#popupzone.program p {
	font-size: 0.75rem; 
	font-weight: 300;
}
.banner a .icon { 
	top: 1.5rem; 
}
#MainContents .calender:last-child { 
	margin-bottom: 0; 
}
#MainContents .calender .group1 { 
	padding-bottom: 1.5rem; 
}
#MainContents .PhotoWrap ul li a .title { 
	height: 3.5rem; 
}
#MainContents .PhotoWrap .more { 
	display: none; 
}

#MainContents .latest .group.active .article{
	min-height: 16rem;
}
#MainContents .latest .article a .desc span{
	display: block;
	height: 1rem;
}


@media (max-width: 768px) { 
	.banner a .icon { 
		top: 1rem; 
	}
}

@media (max-width: 530px) { 
	#MainContents .latest .group.group3 h3 a { 
		left: 12rem; 
	}
	#MainContents .latest .group.active .more { 
		display: none; 
	}
	.banner a .icon { 
		top: 0.75rem; 
	}
}