html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

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;
}

*,
*::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;
}

ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

details summary::marker,
details summary::-webkit-details-marker {
  display: none;
  content: "";
}

details select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

body, html {
  font-size: 1rem;
  font-family: "PretendardJP-Regular", "FrutigerNextLT-Black", BlinkMacSystemFont, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*kr*/
body#kr {
  line-height: 1.75;
/*  background-color: #cbcbcb;*/
}
/*en*/
body#en {
  line-height: 1.25;
}

/*footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}*/

.footer {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
}

.footer .paratext {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: calc(100% - 3rem);

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1.5rem;
}

.footer section {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}

#martinBuber h1 {
  display: block;
  margin: 1rem 0 0 0;
}

/*#martinBuber h1 span:hover {
  color: #ffffff;
  background-color: #efefef;
}*/

#martinBuber h1 span {
  font-family: "PretendardJP-Black" !important;
  /*font-family: "malgunbd";*/
  font-size: 2.66rem;
  color: #efefef;
  text-shadow: 0.25px 0.5px #000;

  padding: 0.75rem 1.5rem 1.25rem 1.25rem;
  border-top: 0;
  border-right: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  border-left: 0;
  border-radius: 0.75rem;
  letter-spacing: 2px;
}

#martinBuber h1 span:hover {
  font-family: "PretendardJP-Black" !important;
  /*font-family: "malgunbd";*/
  font-size: 2.66rem;
  color: #efefef;
  text-shadow: -0.25px 0.5px #000;

  padding: 0.75rem 1.5rem 1.25rem 1.25rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 0.75px solid #000;
  border-left: 0.75px solid #000;
  margin: 0 0 -0.25px -0.25px;
  border-radius: 0.75rem;
  letter-spacing: 2px;
}

#inbound {
  font-family: "FrutigerNextLT-Black";
  /*font-family: "FrutigerNextLT-Regular";*/
  font-size: 1.999rem;
  padding: 0 0 1.5rem 0;
  color: #efefef;
  text-shadow: 0.25px 0.5px #000;

  text-align: right;
}

#inbound:hover {
  text-shadow: -0.25px 0.5px #000;
  margin: 0 0 0 -0.25px;
}

#inbound a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

#inbound a span#letterSpacingNarrow {
  margin: 0 0 0 -0.05em;
}

.text {
  font-family: 'UnShinmun';

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}