.main-screen {
	padding-top: 0; /* text, cv, contact에서만 높이 맞게 0으로 설정 */
}
.frameTable {
	width: 100%;
	padding: 0;
	margin: 0 auto 10rem auto;
	border-spacing: 0;
}
.textTable {
	border-collapse: separate;
	border-spacing: 1rem 0;
}
.text {
	width: 88%;
}
.language {
	/* position: fixed;
	width: 6.75%; /* 12%로 하고 싶으면, 75%(full-screen)의 75%(main-screen)의 12%(language) = 6.75% */
	width: 12%;
	vertical-align: top;
	font-size: 0.7rem;
}
.sort {
	text-align: right;
	font-size: 0.9rem;
	font-weight: 600; /* 별론데? */
	padding-bottom: 1rem;
}
.name {
	text-align: left;
	padding-bottom: 1rem;
}
.name > a, .name > p {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: -0.015rem;
	line-height: 1.45rem;
}
.name > p {
	margin: 0;
}
.name > a:hover {
  text-decoration: underline;
}

/* 공통 적용 */
* {
	font-family: "Noto Sans KR", sans-serif;
	text-decoration: none;
	color: black;
}
