
markb {
	background-color:#4472C4; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
font-family: 'NanumMyeongjoYetHangul';
}
markw {
  display: inline-block;
  font-size: 20px;
  max-width: 380px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #4472c4;
  background: #c7d4ed;
  line-height: 20px;
font-family: 'NanumBarunGothicYetHangul';
}



markd {
	background-color:#ccc; 
	border: 1px solid translate;
	border-radius: 5px;
	color: #333;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
font-family: 'NanumMyeongjoYetHangul';
}

markdd {
  display: inline-block;
  font-size: 20px;
  max-width: 380px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #222;
  background: #eee;
  line-height: 20px;
font-family: 'NanumBarunGothicYetHangul';

}



body .panelb {
  overflow: hidden;
  height: 100vh;
  font-family: 'NanumGothic';
  position: absolute;
  right: 0px;
  width: 380px;
  top: 0;
  height: 100vh;
  transition: all 0.2s;
  color: black;
  background: white;
  padding: 0px 15px 0px 10px;
  overflow: scroll;
  overflow-x:hidden; 
}body .panelb body::-webkit-scrollbar {
  width: 1em;
}body .panelb body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}body .panelb body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}body .panelb .profile {
  padding-top: 4px;
}body .panelb .profile p {
  line-height: 10px;
}body .panelb .profile p span {
  font-weight: 600;
  color: black;
}body .panelb img {
  border-radius: 2px;
  width: 100%;
}body .panelb h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0 0;
  letter-spacing: 3px;
  top: 0;
  padding: 49px 0 0 0;
  width: 100%;
  font-size: 20px;
}body .panelb h1::after {
  width: 30px;
  height: 2px;
  background: black;
  display: block;
  content: "";
  margin-bottom: 30px;
  margin-top: 8px;
}body .panelb h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: 'NanumMyeongjoYetHangul';
}body .panelb h2::after {
  width: 30px;
  height: 2px;
  background: black;
  display: block;
  content: "";
  margin-top: 8px;
}body .panelb p {
  color: #a0a0a0;
  font-size: 15px;
  line-height: 25px;
}