@media screen and (min-width: 768px) {
.wsp-name {
	border: 2px solid #EF426F;
	margin-left: auto; margin-right: auto;
	margin-top: 10px;
    line-height: 100px;
	text-align: center;
	font-size: 24pt;
	color: #191919;
	width: 100%;
	font-family: Noto Serif KR;
	letter-spacing: -0.05em;
}
}

@media screen and (max-width: 768px) {
.wsp-name {
	border: 2px solid #EF426F;
    margin-left: auto; margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    line-height: 80px;
	text-align: center; 
	font-size: 20pt;
	color: #191919;
	max-width: 768px;
	width: 100%;
	font-family: Noto Serif KR;
	letter-spacing: -0.05em;
}
}