html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  height: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;

  word-break: keep-all;
}

body, html {
  line-height: 1.5;
  font-family: "Eulyoo1945-Regular", "EBGaramond-Regular", serif;
  background-color: #fdfdfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ml-ko {
  padding: 0 !important;
}

.ml-cn {
  position: relative;
  font-size: 0.875rem;
  padding: 0 !important;
}

.ml-en {
  position: relative;
  font-family: "EBGaramond-Regular" !important;
  font-size: 1.125rem;
  padding: 0 !important;
}

.ml-num {
  position: relative;
  font-family: "EBGaramond-Regular";
  font-size: 1.125rem;
  padding: 0 !important;
}

small
 {
  font-size: 0.75em;
  /*font-size: 0.75em;
  vertical-align: top;
  margin: 0 0 0 0.25rem;*/
  padding: 0;
}

small .ml-num,
small .ml-en
 {
  font-size: 0.84375rem;
  padding: 0;
}

.ml-glyphone {
  position: relative;
  font-family: "Eulyoo1945-Regular" !important;
  font-size: 1rem;
}

.ml-glyphtwo {
  position: relative;
  font-family: "EBGaramond-Regular" !important;
  font-size: 1.125rem;
  top: -0.045em;
  letter-spacing: 0.025em;
  word-spacing: 0.025rem;
}

/* .year .ml-num {
  position: relative;
  font-family: "EBGaramond-Regular" !important;
  font-size: 0.85em;
  margin: 0 0 0 0.425em;
  padding: 0 !important;
} */

.ml-enitalic {
  position: relative;
  font-family: "EBGaramond-Italic";
  font-size: 1.125rem;
  padding: 0 !important;
}

.ml-enlatin {
  position: relative;
  font-family: "EBGaramond-Regular" !important;
  font-size: 1.125rem;
  padding: 0 !important;
}

.ml-punct {
  position: relative;
  font-family: "EBGaramond-Regular";
  font-size: 1.125rem;
  top: -0.025em;
}

small.sub-information {
  margin: 0 0 0 0.5rem;
  line-height: 1.25;
  color: #a3a3a3;
}

body {
  position: relative;

  /* min-height: 100%; */
  min-height: 100svh;

  overflow-x: hidden;
  overflow-y: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;

  padding: 0 1rem 0 1rem;

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
}

body::-webkit-scrollbar {
  display: none !important;
}

body::-moz-scrollbar {
  display: none !important;
}

body:-o-scrollbar {
  display: none !important;
}

details summary::-webkit-details-marker,
details summary::marker {
 display: none; 
 content: "";
}

details summary:hover {
  font-style: normal;
}

summary {
  list-style-type: none;
}

ul, li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a.reference {
  border-bottom: 1.2px dotted #a3a3a3;
}

figure {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: flex-start;
}


iframe {
  width: 100%;
}

em {
  font-style: normal;
  /* border-bottom: 1px dotted; */
}

em.en {
  border: 0 !important;
  margin: 0.25rem 0 0 0;
}

td {
  vertical-align: text-top;
  text-align: left;

  word-break: break-all !important;
}

/* whole construction */
footer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;

  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100vh;
  -webkit-box-align: end;
  align-items: flex-end;

  width: 100%
}

footer p {
  flex: 1 1 100v !important;

  text-align: left;
  padding: 0rem 0rem 1rem 0;
  margin: auto auto 0 0;
}
/* end */




/* 작업 목록list-navigator */
.navigatorOfList,
.navigatorOfBibliog {
  position: sticky;
  top: 54.5px;
  /* top: 3.25rem; */
  z-index: 9999 !important;
  /*background-color: #fff;*/
  background-color: #fdfdfc;
  width: 100% !important;
  /* min-height: 2.75rem !important; */
  line-height: 1.5;
}

@media screen and (max-width: 380px) {
    .navigatorOfList,
    .navigatorOfBibliog {
    position: sticky;
    top: 54.5px;
    /* top: 3.25rem !important; */
    z-index: 9999 !important;
    /*background-color: #fff;*/
    background-color: #fdfdfc;
    width: 100% !important;
    /* min-height: 2.75rem !important; */
    line-height: 1.5;
  }
}

.navigatorOfList table {
  width: 100%;
}

td.blank-row {
  min-height: 0.75rem;
  /*background-color: #fff;*/
  background-color: #fdfdfc;
}

.navigator-container tr {
  display: grid;
  grid-template-columns: calc(126.89px + 1rem) 1fr 1fr !important;
  /* grid-template-columns: 1fr 4rem 1fr !important; */
  word-break: break-all;
  overflow-wrap: break-word !important;
}

table.form-area tr.form-tag {
  display: grid;
  grid-template-columns: 1fr !important;
}

table.form-area tr {
  display: grid;
  /* grid-template-columns: 5rem 1fr 1fr !important; */
  grid-template-columns: calc(126.89px + 1rem) 1fr 1fr !important;
  word-break: break-all;
  overflow-wrap: break-word !important;
}

.navigator-container td.year {
  width: calc(126.89px + 1rem);
  /* width: 4rem; */
  padding: 0 1rem 0 0.25rem;
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.navigator-container td.title {
  padding: 0 0 0 0.5rem;
  /* padding: 0 0 0 0; */
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.navigator-container td.keyword {
  /* padding: 0 1rem 0 1.375rem; */
  padding: 0 1rem 0 0.5rem;
  text-shadow: 0 0 0.5rem #8e8e8e;
}
/* end */



/* works개별 작업 페이지-navigator */
.navigatorOfWorks {
  padding: 1rem 0 1rem 0;
  width: 100%;
  /*background-color: #fff;*/
  background-color: #fdfdfc;
}

.navigatorOfWorks .navigator-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0 1rem 0 1rem;
  line-height: 1.25;
}

/* header-navigator */
.navigator {
  position: sticky;
  top: 0rem;
  z-index: 9999 !important;
  /*background-color: #fff;*/
  background-color: #fdfdfc;
  width: 100% !important;
}

@supports (-webkit-touch-callout: none) {
  .navigator {
    display: block;
  }

  .navigator > .navigator-container {
    display: flex;
  }
}

@media screen and (max-width: 380px) {
  .navigator {
    width: 100% !important;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    line-height: 1.25;
  }

  /* .navigator .navigator-container {
    position: sticky;
    top: 1rem;
    z-index: 1111 !important;
    background-color: #fff;
    width: 100% !important;
  } */
}

.navigatorOfWorks ul + ul {
  padding: 0rem 0rem 0rem 2rem;
}

.navigator ul + ul {
  /*padding: 0 0 1rem 1rem;*/
  /* padding: 0 0 0.75rem 1rem; */
  padding: 0 0 0.75rem 0;

  width: calc(50% - 2rem);
}

@media screen and (max-width: 380px) {
  .navigator ul + ul {
    padding: 0 0 1rem 0 !important;
  }
}

.selfhood {
  width: calc(126.89px - 0);
  /* width: calc(50% - 2rem - 0.125rem); */

  line-height: 1.25;
  padding: 0 0 1rem 0;
  margin: 0 0 0 0.125rem;
}

.navigator {
  width: 100% !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  line-height: 1.25;
  z-index: 9999 !important;
  /*background-color: #fff;*/
  background-color: #fdfdfc;

  margin: 0 0 0 0;
  /*margin: 0 0 1rem 0;*/
  /*padding: 0 0 1rem 0;*/
}

.navigator .navigator-container {
  width: 100%;
  column-gap: 1rem;
  
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  line-height: 1.25;

  padding: 1rem 0 0 0;
}

.navigatorOfList .navigator-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  line-height: 1.25;

  padding: 0 0 0.75rem 0;
}

.menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.menu li {
  padding: 0rem 0.5rem 0rem 0.5rem;
  /*border-radius: 0.5rem;*/
}

@media screen and (max-width: 380px) {
  .menu {
    margin: 0 0 0 0.5rem !important;
  }
}

.menu li:not(:last-child) {
  margin: 0 0.5rem 0 0;
}

.menu li a:hover {
  cursor: pointer;
  /*box-shadow: 0 0 0.125rem #a3a3a3;*/
  /*color: #8e8e8e;*/
  margin: 0 0 -0.5px 0 !important;
  padding: 0 0 0.25rem 0;
  /* border-bottom: 0.5px dashed #8e8e8e; */
  border-bottom: 0.5px dotted #8e8e8e;
}

.more-menu {
  border-radius: 1.25rem;
  box-shadow: 0 0 1rem #c1cdcd;
  margin: 0 1rem 0 1rem;
  padding: 0 0.5rem 0 0.5rem;
}

.more-menu span {
  text-align: center;
}
/* end */




.basic-index {
  margin: 0 0 0 0;
  min-height: calc(100vh - 5rem);
}

.basic {
  margin: 0 0 0 0;
  min-height: calc(100vh - 5rem);
}




/* header-2-indicator */
.indicator {
  /* width: calc(100% - 2.5rem);*/
  z-index: 1111 !important;
  padding: 0.25rem 1rem 0.25rem 1rem;
  /*background-color: #fff;*/
  background-color: #fdfdfc;
  /* box-shadow: 0 -0.5rem 0.5rem #eaeaea;*/
  /* box-shadow: 0 0 1rem #eaeaea;*/
  /* border-radius: 0 0 2rem 2rem;*/
  width: 100%;
}

.indicator-container {
  display: inline-flex;
  flex-direction: row; 
  justify-content: flex-start;
  align-items: flex-end;

  flex-wrap: nowrap;
  overflow-x: hidden !important;
}

.before {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  
  flex-wrap: wrap;

  margin: 0 1rem 0 0;
  min-width: 8rem !important;
}

.after {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row; 
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.headword {
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 0 0;
}

.category-location {
  line-height: 1.25;

  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 0 0 0 0;
}

.category-location select {
  padding: 0 0 0 0;
}

.keyword-location {
  line-height: 1.25;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  
  padding: 1rem 0 0 0;
}

.keyword-location select {
  padding: 0.4rem 0 0 0;
}

.type-location {
  line-height: 1.25;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  
  padding: 0.25rem 0 0 0;
}

.type-location select {
  padding: 0.4rem 0 0 0;
}
/* end */




/* works, news, blog */
ul.grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 16fr));
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 300px) {
  ul.grid {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 16fr));
  }
}

@media screen and (min-width: 600px) {
  ul.grid {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 16fr));
  }
}

@media screen and (min-width: 750px) {
  ul.grid {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 16fr));
  }
}

@media screen and (min-width: 900px) {
  ul.grid {
    grid-template-columns: repeat(auto-fill, minmax(18em, 16fr));
  }
}

ul.grid img {
  width: 100%;
  display: block;
  border: 0.5px solid #000;
}

ul.grid figcaption {
  margin: 0 0 0 0;
}

ul.grid img + figcaption {
  margin: 0.75rem 0 0 0;
}

.pagination {
  padding: 1rem 1rem 1rem 1rem;
}

.news {
  margin: 0 0 2rem 0;
}

.news-summary {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-tracks: flex-start;
  border-bottom: 0.5px dashed #8e8e8e;
}

.news-title {
  font-size: 1rem;
}

.news-time {
  margin: 0 0 0 0rem;
}

.news-space {
  margin: 0 0 0 0rem;
}

.news-event {
  margin: 0 0 0 0rem;
}


#newsMetamorphosis img {
  display: block;
  margin: 0.5rem 0 0 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
}

#newsMetamorphosis img:hover {
  display: block;
  width: 1rem;
  height: 1rem;
}

.audio-container {
  margin: 0 0 1.8rem 0;
}

audio.audio-file-of-jiyeon {
  height: 1.8rem;
}
/* end */


/* index.html - main */
.mainIndex {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  
  /*display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;*/
  padding: 2rem 0 4rem 0;
  
  min-height: calc(100vh - 3.5rem);
}

@media screen and (max-width: 1350px) {
  .mainIndex {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .mainIndex {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  .mainIndex {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

/* @media screen and (min-width: 300px) {
  .mainIndex {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 8fr));
  }
}

@media screen and (min-width: 600px) {
  .mainIndex {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 8fr));
  }
}

@media screen and (min-width: 750px) {
  .mainIndex {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 8fr));
  }
}

@media screen and (min-width: 900px) {
  .mainIndex {
    grid-template-columns: repeat(auto-fill, minmax(18em, 8fr));
  }
} */


.section-index {
  columns: 12rem 2;
  -webkit-columns: 12rem 2;
  -ms-columns: 12rem 2;
  -moz-columns: 12rem 2;
  -o-columns: 12rem 2;
  column-gap: 2rem;
  -webkit-column-gap: 2rem;
  -ms-column-gap: 2rem;
  -moz-column-gap: 2rem;
  -o-column-gap: 2rem;
}

.category-area-index {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0.5rem 0.5rem 0;
}

.list-location {
  margin: 0 0 1rem 0;
}

/* .dashed {
  display: inline-block;
  margin: 0 0 0.5rem 0;
  width: 100%;
  border-bottom: 0.5px dashed #8e8e8e;
}*/

.location {
  margin: 0 0 0.5rem 0;
  line-height: 1.25;
}

.first-depth summary {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
}

.second-depth summary {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
}

.second-depth-item {
  margin: 0.5rem 0 0.5rem 2rem;
}

.second-depth-item:last-child{
  margin: 0.5rem 0 0 2rem;
}

.second-depth .location {
  margin: 0 0.5rem 0 0;
}

summary div#listening-writing {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.keyword-tag#releases {
  padding: 0 1.5rem 0 0;
}

.sub-keyword-tag {
  margin: 0.35rem 0 0 0;
}

.keyword-tag {
  /*display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;*/
  line-height: 1.25;
  margin: 0 0.5rem 0 0;
}

.category-tag {
  line-height: 1.25;
}

details.first-depth-category-tag {
  padding: 0 0 1rem 0rem;
}

details.first-depth {
  padding: 0 0 1.8rem 0rem;
}

details.second-depth {
  padding: 0 0 0.75rem 0rem;
}

.sub-location .second-depth {
  margin: 0 0 0 1rem;
}

details.second-depth summary {
  line-height: 1.25;
  padding: 0 0 0.5rem 0; 
}
/* end */


/* list.html - main */
.main {
  padding: 0 0 4rem 0;
  margin: 0 0 0 0;
  height: 100%;

  flex: 1 0 0;
}

table.form-area {
  width: 100%;
  padding: 0 0 2rem 0;
}

tr.form-tag p {
  border-bottom: 0.5px dashed #8e8e8e;
  margin: 0 0 1.25rem 0;
}

/*tr.form-tag span {
  
}*/

/*.form-area td {
  padding: 0 0 1rem 0;
}*/

table.form-area tr:last-of-type td.year {
  padding: 0 1rem 0 0.25rem;
}

table.form-area tr:last-of-type td.keyword {
  /* padding: 0 1rem 0 1.25rem; */
  padding: 0 1rem 0 0.5rem;
}

table.form-area tr:last-of-type td.title {
  padding: 0 0 0 0.5rem;
  /* padding: 0 0 0 0; */
}

.form-area td.year {
  width: 5rem;
  line-height: 1.25;
  padding: 0 1rem 1rem 0.25rem;
}

.form-area td.keyword {
  line-height: 1.25;
  /* padding: 0 1rem 1rem 1.25rem; */
  padding: 0 1rem 1rem 0.5rem;
  word-break: break-all;
  overflow-wrap: break-word;
}

.form-area td.title {
  line-height: 1.25;
  padding: 0 0 1rem 0.5rem;
  /* padding: 0 0 1rem 0; */
}

@media screen and (max-width: 600px) {
  .form-area td.year {
    word-break: break-all;
    width: calc(126.89px + 1rem);
    line-height: 1.25;
    padding: 0 0 1rem 0.25rem;
  }

  .form-area td.keyword {
    line-height: 1.25;
    padding: 0 0 1rem 1.25rem;
  }

  .form-area td.title {
    line-height: 1.25;
    padding: 0 0 1rem 0.25rem;
  }
}

small.subtitle-directory {
  min-width: 5rem;
  word-break: break-word;
}

.location span:not(:first-child){
  padding: 0.5rem 0 0 0;
}

/*.location span,
.location-of-location span {
  display: flex;
  margin: 0 2rem 0 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.25;
  text-overflow: ellipsis;
}*/

.category-tag {
  line-height: 1.25;
  width: 100%;
  padding: 0.25rem 0 0.25rem 0;
  /* border-top: 0.5px dashed #8e8e8e; */
  /* border-bottom: 0.5px dashed #8e8e8e; */
  border-bottom: 0.5px dotted #8e8e8e;
}

div#listening-writing .category-tag {
  line-height: 1.25;
  width: 100%;
  margin: 0 0.5rem 0 0;
  padding: 0.25rem 0rem 0.25rem 0;
  /*border-top: 0.5px dashed #8e8e8e;*/
  /* border-bottom: 0.5px dashed #8e8e8e; */
  border-bottom: 0.5px dotted #8e8e8e;
}

.location-of-location {
  /*background-color: #fff;*/
  background-color: #fdfdfc;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  justify-content: left;
  -webkit-box-pack: left;
}

details.location-of-location {
  margin: 0 0 0 2rem;
}

.sub-location {
  /*background-color: #fff;*/
  background-color: #fdfdfc;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  -webkit-box-pack: left;
}

.branch {
  margin: 0 0 0 2rem;
}

.branch-directory {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 0 0rem;
}

.work-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
}

.work-list-directory {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
}


.list {
  display: grid;
/*  padding: 1rem;*/
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

@media screen and (min-width: 300px) {
  .list {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  }
}

@media screen and (min-width: 600px) {
  .list {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  }
}

@media screen and (min-width: 750px) {
  .list {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  }
}

@media screen and (min-width: 900px) {
  .list {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
}

div.item:not(:last-child) {
  margin: 0 0 0.75rem 0;
}

li.item:not(:last-child) {
  margin: 0 0 0.5rem 0;
}

div.item-directory {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;

  padding: 0 1.5rem 1rem 0;
  /*padding: 0.5rem 0 0 0;
  border-top: 1px solid #a3a3a3;*/
  line-height: 1.25;
}

span.title-directory {
  line-height: 1.25;
}

.item em.middle-point {
  font-style: normal;
  border-bottom: none;
  max-width: 1rem !important;
}

.item span {
  line-height: 1.25;
}

.item-in-item .title {
  padding: 0 0 0.75rem 0rem;
  margin: 0 0 0 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1.25;
}

.not-registered {
  color: rgba(0, 0, 0, 0.5);
}

.item-in-item .not-registered:hover {
  cursor: not-allowed !important;
}

.item .not-registered:hover {
  cursor: not-allowed !important;
}

small.subtitle {
  font-size: 1em;
  margin: 0 0 0 0;
}

small.dilatation {
  font-size: 0.5em;
  line-height: 1.25;
  margin: 0 0 0 0.25rem;
}

#metamorphosis img {
  display: block;
  width: 0.75rem;
  height: 0.75rem;

  margin: 0.25rem 0 0 0;
}

#metamorphosis img:hover {
  display: block;
  transform: scale(1.333, 1.333);
  /* width: 1rem;
  height: 1rem; */
}
/* end */




/* diagram.html */
.diagram-as-pattern {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0rem 0rem 0;
}

.diagram {
  width: 100%;
  height: auto;
  padding: 1rem 1rem 1rem 1rem;
}

.each-diagram,
.sign-relay ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  float: left;
  flex-wrap: wrap;
}

.year-entry {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 0rem;
  background: linear-gradient(135deg, #f9f9f9, #fdfdfd);
  background: -moz-linear-gradient(135deg, #f9f9f9, #fdfdfd);
  background: -o-linear-gradient(135deg, #f9f9f9, #fdfdfd);
  box-shadow: 0 0 0.25rem #c1c1c1;
}

.sign {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 2rem;
}

li#field .sign {
  background: linear-gradient(45deg, #f3f3f3, #f8f8f8);
  background: -moz-linear-gradient(45deg, #f3f3f3, #f8f8f8);
  background: -o-linear-gradient(45deg, #f3f3f3, #f8f8f8);
}

li#media-instrument-experiment .sign {
  background: linear-gradient(to top, #eeeeee, #efefef);
  background: -moz-linear-gradient(to top, #eeeeee, #efefef);
  background: -o-linear-gradient(to top, #eeeeee, #efefef);
}

li#listening-writing .sign {
  background: linear-gradient(to bottom, #eeeeee, #fdfdfd);
  background: -moz-linear-gradient(to bottom, #eeeeee, #fdfdfd);
  background: -o-linear-gradient(to bottom, #eeeeee, #fdfdfd);
}

li#listening-seeing .sign {
  background: linear-gradient(to bottom, #e5e5e5, #f9f9f9);
  background: -moz-linear-gradient(to bottom, #e5e5e5, #f9f9f9);
  background: -o-linear-gradient(to bottom, #e5e5e5, #f9f9f9);
}

li#music .sign {
  background: linear-gradient(to top, #f1f1f1, #fdfdfd);
  background: -moz-linear-gradient(to top, #f1f1f1, #fdfdfd);
  background: -o-linear-gradient(to top, #f1f1f1, #fdfdfd);
}

.year-entry div,
.sign div {
  padding: 1rem 0 1rem 0;
  text-align: center;
  line-height: 1;
}

.sign-relay figcaption {
  font-size: 0.5rem;
  text-align: center;
}
/* end */




/* pages(section; text, paratext) - main */
.section {
  padding: 0 0 4rem 0;
}

/*.section article {
  position: relative;
  width: 100%;

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;

  overflow-y: hidden;
}*/

.text p.title {
  font-weight: normal;
}


/* paratext */
.paratext, .text {
  width: 100%;
}

.paratext {
  margin: 0 0 2rem 0;
  height: 100% !important;
}

@media screen and (min-width: 1200px) {
  .section {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    /* flex-direction: row;
    flex-wrap: nowrap; */
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .paratext-sticky {
    /* top: calc(22.5px + 4rem); */
    position: sticky;
    position: -webkit-sticky;
    top: 0;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-wrap: nowrap;

  }

  .paratext {
    width: calc(100% / 4);
  } 

  .paratext-sticky h2 {
    position: sticky;
    position: -webkit-sticky;
    top: calc(54.5px);
  }

  .text {
    width: calc(300% / 4);
    padding: 0 1.5rem 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .paratext-sticky {
    /* top: calc(22.5px + 4rem); */
    position: static;
  }

  .paratext-sticky h2 {
    position: static;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (min-width: 1200px) {
    .paratext-sticky {
      display: block;
    }

    .paratext-sticky > * {
      display: flex;
      flex-direction: column;
    }
  }
}

.documentation .column p {
  margin: 0 0 0 0;
}

.documentation .column p + a {
  margin: 2rem 0 0 0;
}

.text p, .paratext p {
  margin: 0 0 1.5rem 0;
}

li.information {
  padding: 0.5rem;
  margin: 0rem 0.25rem 0.5rem 0;
  background-color: #eaeaea;
  border-radius: 1rem;
}

.section h2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  /*background-color: #fff;*/
  background-color: #fdfdfc;
  z-index: 111 !important;
  margin: 0 0 0 0;
}

.section span.title {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 1.5rem 0;
}

.section span.title .ml-en {
  position: relative;
  font-family: "EBGaramond-Regular";
  font-size: 1.6875rem !important;
  padding: 0 !important;
}

.section span.title .ml-num {
  position: relative;
  font-family: "EBGaramond-Regular";
  font-size: 1.6875rem !important;
  padding: 0 !important;
}

.paratext span.another-title {
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 0.5rem 0;
}

.paratext .indent {
  width: 0.75rem !important;
}

.paratext .information {
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.paratext td.information {
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;

  min-width: 8ch;
  word-break: break-all;
}

.paratext table {
  /* width: fit-content;
  overflow-x: hidden !important; */
  word-wrap: break-all;
}

.paratext table::-webkit-scrollbar {
  display: none !important;
}

.paratext table::-moz-scrollbar {
  display: none !important;
}

.paratext table:-o-scrollbar {
  display: none !important;
}

.paratext tr.line {
  /* margin: calc(0.5rem - 0.5px) 0 calc(0.5rem - 0.5px) 0; */
  height: 1rem;
  border: 1.2px dotted #a3a3a3;
}

td + td {
  padding: 0 0.25rem 0 0.25rem;
}

td.entry {
  min-width: 2rem;
}

td em.tag {
  border-bottom: 1px dashed #000;
} 

#presentationAndCredit {
  padding: 0 3rem 0 0;
}

#presentationAndCredit ul {
  margin: 0 0 0 1ch;
}

#presentationAndCredit li.time {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 0 0.75rem 0 !important; 
}

#presentationAndCredit li.place {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 !important; 
}

#presentationAndCredit li.time p:nth-of-type(2),
#presentationAndCredit li.place p:nth-of-type(2) {
  padding: 0 0 0 1ch;
  text-indent: -1ch;
}

#presentationAndCredit li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

#presentationAndCredit #cap {
  width: 100%;
  margin: 0 0 0.75rem 0;
}

#presentationAndCredit p {
  margin: 0 !important;
}

#presentationAndCredit p:first-of-type {
  min-width: 12ch !important;
  max-width: 12ch !important;
  word-break: break-all !important;
}

#presentationAndCredit p:last-of-type {
  padding: 0 0 0 2ch;
}

#firstPresentationFirstLine {
  width: 100%;
  margin: 0 0 0.75rem 0;
  text-indent: 1ch;

  word-break: break-all;
}

#secondPresentationFirstLine {
  width: 100%;
  margin: 1.5rem 0 0.75rem 0;
  text-indent: 1ch;

  word-break: break-all;
}
/* end */


/* text */
.text article h3 {
  width: 100%;
  margin: 0 0 1rem 0;
  border-top: 1.2px dotted #a3a3a3;
  border-bottom: 1.2px dotted #a3a3a3;
  padding: 0.125rem 0 0.125rem  0.25rem;
  /* 0.15rem(margin-top)=2.4px=1.2px((border-top, 0.15*16pt/2)+1.2px(border-bottom, 0.15*16pt/2) */
}

.documentation-container {
  margin: 0 0 2rem 0;
}

.gallery-container {
  width: 100%;
  margin: 0 0 2rem 0;
}

.gallery {
  /* display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;

  gap: 2rem; */
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 2rem;
  align-items: flex-start;
  justify-content: flex-start;

  flex-direction: row;
  flex-wrap: wrap;
}

.galleryw24, .galleryw33, .galleryw50, .galleryw100 {
  width: fit-content;
}

.gallery img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.column li {
  line-height: 1.5;
  margin: 0 0 0 0;
}

/* .column::nth-of-type(2),
.column::nth-of-type(3),
.column::nth-of-type(4) {
  padding: 2rem 0 0 0;
  border-top: 1.2px dotted #a3a3a3;
} */

.column:nth-last-of-type(1) .columnParts:nth-last-of-type(1) {
  width: 100% !important;

  /* -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; */
  margin: 0 0 1.5rem 0;
  /* border-top: 1.2px dotted #a3a3a3; */
}

.column {
  columns: 12rem 2;
  -webkit-columns: 12rem 2;
  -ms-columns: 12rem 2;
  -moz-columns: 12rem 2;
  -o-columns: 12rem 2;
  column-gap: 2rem;
  -webkit-column-gap: 4rem;
  -ms-column-gap: 4rem;
  -moz-column-gap: 4rem;
  -o-column-gap: 4rem;

  padding: 0rem 1rem 0rem 0rem;
  
  vertical-align: text-top;
}

@media screen and (max-width: 600px) {
  .column {
    display: flex;
    column-width: auto;
    column-count: 1;
    flex-direction: column;
  }
}

.columnParts {
  margin: 0;
  /* -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; */
}

.columnParts + .columnParts {
  border-top: 1.2px dotted #a3a3a3;
}

/* .columnParts:nth-of-type(2) {
  padding: calc(1.5rem - 0.6px) 0 0 0;
} */

.columnParts:nth-of-type(2) {
  padding: 1.5rem 0 0 0;
}

.columnParts:not(:last-of-type) {
  /* -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; */
  margin: 0 0 1.5rem 0;
}

.column a {
  text-decoration: underline dotted #8e8e8e;
  text-decoration-thickness: 0.6px;
  text-underline-offset: 3.6px;
}

.column a:hover {
  text-decoration: underline dashed #8e8e8e;
  text-decoration-thickness: 1.2px;
  text-underline-offset: 3.6px;
}

/* .column + .column {
  margin: 2rem 0 0 0;
} */

.column p + p {
  margin: 1.5rem 0 0 0 !important;
}

ul.table-of-contents li {
  margin: 0 0 0 1rem;
  text-indent: -1rem;
}

/*.column {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}*/

.text ul.table-of-contents {
  line-height: 1.5;
  margin: 0 0 0 0 !important;
}

.text ul {
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}

.text li#indent-list-title {
  margin: 0 0 0 1rem;
}

.text li#indent-list {
  margin: 0 0 1rem 1rem;
}

.section article img {
  width: 100%;
  border: 0.5px solid #000;
}

.section figure {
  margin: 0 0 0 0;
  vertical-align: text-top;
}

.images img {
  box-sizing: border-box;
}

.w12 {
  width: 12vw;
  height: auto;
}

.w20 {
  width: 20vw;
  height: auto;
}

.w24 {
  width: 24vw;
  height: auto;
}

.w33 {
  width: 33vw;
  height: auto;
}

.w40 {
  width: 40vw;
  height: auto;
}

.w50 {
  width: 45vw;
  height: auto;
}

figure.galleryw24 {
  width: 24vw;
}

@media screen and (max-width: 600px) {
  figure.galleryw24 {
    width: 48vw;
  }
}

figure.galleryw33 {
  width: 33vw;
}

figure.galleryw50 {
  width: 50vw;
}

figure.galleryw100 {
  width: 100vw;
}

@media screen and (max-width: 550px) {
  .w12 {
    width: calc(100% - 2rem) !important;
  }

  .w20 {
    width: calc(100% - 2rem) !important;
  }

  .w24 {
    width: calc(100% - 2rem) !important;
  }

  .w33 {
    width: calc(100% - 2rem) !important;
  }

  .w40 {
    width: calc(100% - 2rem) !important;
  }

  .w50 {
    width: calc(100% - 2rem) !important;
  }
}
/* end */


/* related */
.related {
  padding: 2rem 0 2rem 0;
  border-top: 1.2px solid #a3a3a3;
}

.related-sign {
  padding: 0 0 2rem 0.5rem;
}

@media screen and (min-width: 300px) {
  .related ul {
    grid-template-columns: repeat(auto-fill, minmax(4rem, 6fr));
  }
}

@media screen and (min-width: 450px) {
  .related ul {
    grid-template-columns: repeat(auto-fill, minmax(5rem, 6fr));
  }
}

@media screen and (min-width: 600px) {
  .related ul {
    grid-template-columns: repeat(auto-fill, minmax(6rem, 6fr));
  }
}

@media screen and (min-width: 750px) {
  .related ul {
    grid-template-columns: repeat(auto-fill, minmax(7.5rem, 6fr));
  }
}

.related ul {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 6fr));
}

.related ul li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;

  text-align: left;

  position: relative;
  padding: 1rem;
  box-shadow: 0 0 0.125rem #a3a3a3;
  border-radius: 0.5rem;
}

.related ul li:hover {
  transform: scale(1.025, 1.025);
}

.related a {
  margin: 0.5rem 0 0.25rem 0;
}

.related span.title {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related p.year {
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.25rem 0.25rem;
}

.related p.outcome {
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.25rem 0.25rem;
}

/* end */




/* bibliog */
.navigatorOfBibliog table,
section.form-area.bibliog table {
  width: 100% !important; 
}

.navigatorOfBibliog tr,
section.form-area.bibliog tr {
  display: grid;
  /* grid-template-columns: 5rem auto 1fr 1fr 5rem !important; */
  grid-template-columns: calc(126.89px + 1rem) auto 1fr 1fr 5rem !important;
  /* gap: 1rem; */
  word-break: break-all;
  overflow-wrap: break-word !important;

  width: 100% !important; 
}

.navigatorOfBibliog td.title,
section.form-area.bibliog td.title {
  min-width: 45vw;
}

section.form-area.bibliog td.seeAlso:hover {
  text-shadow: 0 0 0.5rem #8e8e8e;
}

@media screen and (max-width: 600px) {
  .navigatorOfBibliog td.title,
  section.form-area.bibliog td.title {
    min-width: 5rem;
  }
  .navigatorOfBibliog tr,
  section.form-area.bibliog tr {
    grid-template-columns: auto 5rem 1fr 1fr 3rem !important;
  }
}

.navigator-container td.author,
.navigator-container td.presentedAt,
.navigator-container td.seeAlso {
  padding: 0 0 0 0.25rem;
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.bibliog-link {
  font-size: 0.75rem;
  color: #a3a3a3;
}

.bibliog-link:hover {
  font-size: 0.75rem; 
  color: #000;
}

.bibliog-entry-container .bibliog-of-me-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;

  line-height: 1.25;
}

.bibliog-of-me-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.bibliog-about-me-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;

  margin: 1.5rem 0rem 0rem 0rem;
}

.bibliog-entry-container td.year {
  width: 4rem;
  /*padding: 0 1rem 0 0.25rem;*/
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.bibliog-entry-container td.title {
  width: calc(40vw - 7.5rem) !important;
  /*padding: 0 2rem 0 0.25rem;*/
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.bibliog-entry-container td.author {
  width: 6rem;
  /*padding: 0 2rem 0 1.25rem;*/
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.bibliog-entry-container td.presented-at {
  width: calc(60vw - 15.5rem) !important;
  /*padding: 0 2rem 0 1.25rem;*/
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.bibliog-entry-container td.link {
  width: 10rem;
  text-shadow: 0 0 0.5rem #8e8e8e;
}

.bibliog-of-me-container td.year {
  width: 4rem;
  /*padding: 0 1rem 0 0.25rem;*/
}

.bibliog-about-me-container td.year {
  width: 4rem;
  /*padding: 0 1rem 0 0.25rem;*/
}

.bibliog-of-me-container td.title {
  width: calc(40vw - 7.5rem) !important;
  /*padding: 0 2rem 0 0.25rem;*/
}

.bibliog-about-me-container td.title {
  width: calc(40vw - 7.5rem) !important;
  /*padding: 0 2rem 0 0.25rem;*/
}

.bibliog-of-me-container td.author {
  width: 6rem;
  /*padding: 0 2rem 0 1rem;*/
}

.bibliog-about-me-container td.author {
  width: 6rem;
  /*padding: 0 2rem 0 1rem;*/
}

.bibliog-of-me-container td.presented-at {
  width: calc(60vw - 15.5rem) !important;
  /*padding: 0 2rem 0 1.5rem;*/
}

.bibliog-of-me-container td.link {
  width: 10rem;
  display: inline-block;
  overflow-x: clip;
}

.bibliog-about-me-container td.presented-at {
  width: calc(60vw - 5.5rem) !important;
  /*padding: 0 2rem 0 1.5rem;*/
}
/* end */