@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1080px) {
	
}
@media screen and (max-width: 824px) {
	/* 개인정보처리방침 */
	.content .sub_title {
		font-size: 42px;
	}
	.content .section p.section_txt {
		font-size: 16px;
		line-height: 28px;
	}
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 500px) {
	.section.fixed .calendar_container {
	
		max-width: 480px;
		width: 75%;
		left: 40%;
		top: 45%;
		
	}
	
}

@media screen and (max-width: 375px) {
	


}