		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.imbue-<uniquifier> {
  font-family: "Imbue", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.old-standard tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}

.old-standard tt-bold {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}

.old-standard tt-regular-italic {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}

.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: "Blatt";
    src: url("Blatt.otf") format("truetype");
}

@font-face {
  font-family: 'SungDongMyungjo';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoR.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoR.woff') format('woff');
}

@font-face {
  font-family: 'SungDongMyungjo';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoB.woff') format('woff');
}

.sungdongmyungjo * {
 font-family: 'SungDongMyungjo', serif;
}


body{
	margin: 10px;
	background-color: #FFFEDA;
  border: 1px solid #76D300;
  padding: 20px;
	/*background-image: url("img/bg.png");
	background-size: 200px;*/
}

h1{
	font-family: "Imbue", serif;
  font-weight: 400;
	font-size: 30px;
	display: inline;
/*	background-color: #FF9797;*/
	color: #76D300;
	margin-left: 5px;
	margin-bottom: 50px;

}

h5{
  color: #56C200;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;

}

p{
font-family: "Old Standard TT", serif;
font-size: 14px;
color: #56C200;
margin-left: 5px;}

details > summary {
  font-family: "Imbue", serif;
  padding: 10px;
  font-size: 18px;
  width: 200px;
  border: none;
  color: #76D300;
}

details > p {
  padding: 8px;
  margin: 0;
}

details > h5 {
  padding: 8px;
  margin: 0;
}


a{
 margin: 0 auto;
}

div {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
}

table {
  display: block;

    border-collapse: collapse;
    margin-bottom: 20px;
  }

th, td {
  border: 1px solid;
  border-color: #BCEB00;
  font-size: 15px;
  color: #76D300;
  padding: 4px;
}

th{
  text-align: left;
  font-family: "Old Standard TT", serif;
    font-style: italic;
}

td{
  font-family: "Old Standard TT", serif;

}


figcaption{
	display: inline-block;
	font-size: 16px;
  font-family: "playfair Display", serif;
  font-weight: 400;
  color: #76D300;
  margin-right: 15px;


}

img{
	width: 120px;
  margin: auto;

/*	border: 1px solid #76D300;*/

}