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

body {
    font-family: SF pro Rounded, Pretendard, sans-serif;
    font-size: 14pt;
    word-break: keep-all;
    padding: 30px;
    padding-left: 5%;
    padding-right: 5%;
    height: 200%;
    overflow-x: hidden;
}

.title {
  padding-bottom: 20px;
  font-size: 25pt; 
}

p {
	padding-bottom: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  border-bottom: 1px solid #000000;
  text-align: left;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
}


.date {
	text-align: right;
}

.detail, .role {
  font-size: 12pt;
  line-height: 1.5;
}


figcaption{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 50px;
  padding-left: 3px;
  /*background: #f0f0f0;*/
}

summary {
  list-style: none;
}

summary:hover {
  color: #b8b8b8;

}


a {
	color: #b8b8b8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
  color: black;
}

thead {
  position: relative;
}

.hover-img {
  display: none;
  position: fixed;
  bottom:7%;
	left: 50%;
  transform: translateX(-50%);
  width: 75vw;
  min-height: 40vh;
  max-height: 60vh;
  object-fit: contain;
  border: 1px;
  z-index: -1;
}

iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

thead:hover .hover-img {
  display: block;
}


footer {
  position: fixed;
  bottom: 15px;
  width: 100%;
  font-size: 12pt;
  z-index: 1;
}


@media only screen and (max-width: 1000px) {
  
  body {
    font-size: 12pt
    }

  .detail, .role {
    font-size: 10pt;
  }

  .Category {
    display: none;
  }

   footer {
   	font-size: 10pt;
   }

}


@media only screen and (max-width: 600px) {
  
  .Category, .subject, .date {
    display: none;
  }

}
