@charset "utf-8";
/* secMain */
.secMain{}
@media only screen and (max-width:767px){
    .secMain{}
}
/* secNot */
.secNot{
	text-align:center;
	padding:50px 0;
}
.secNot .tit{
	font-size: 33px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: bold;
}
.secNot .txt{
	font-size: 15px;
    line-height: 2.2;
    margin-top: 24px;
    letter-spacing: 0.25px;
}
.secCmnBack{}
@media only screen and (max-width:767px){
	.secNot{
		padding: 60px 3%;
	}
	.secNot .tit{
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}
	.secNot .txt{
		font-size: 14px;
		line-height: 1.5;
		font-weight: 500;
		letter-spacing: 0.5px;
		margin-top: 20px;
		text-align: left;
	}
    .secCmnBack{}
}