@import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap");
@font-face {
  font-family: "BMHANNAAir";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.0/BMHANNAAir.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

#html,
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
  height: 100%;
}
#header {
  width: 100%;
  height: 70px;
  border: 1px solid;
  background: black;
}
#header img {
  width: 170px;
  height: 33px;
  padding: 15px;
  margin-left: 10px;
  float: left;
}
#header p {
  font-family: "bahn";
  color: white;
  font-size: 35px;
  margin: 10px;
  padding: 5px;
  float: left;
}
#header a {
  font-size: 30px;
  font-family: "jua";
}
#about {
  float: right;
}
#about p {
  font-family: "bahn";
  font-size: 20px;
  padding-top: 15px;
}
#contribute {
  float: right;
  padding-right: 2%;
}
#contribute p {
  font-size: 20px;
  padding-top: 15px;
}
#content {
  width: 90%;
  height: 1000px;
  margin: 0 auto;
}
#movie {
  width: 640px;
  height: 360px;
  margin: 0 auto;
  margin-top: 10px;
}
#youtube {
  width: 100%;
  height: 100%;
}
#lines {
  width: 1300px;
  height: 60%;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid;
  word-break: keep-all;
  overflow: auto;
}
.eng {
  font-size: 19px;
  font-family: "Do Hyeon", sans-serif;
  text-align: center;
  line-height: 5px;
  white-space: inherit;
  word-break: normal;
}
.kor {
  font-size: 20px;
  font-family: "BMHANNAAir";
  text-align: center;
  line-height: 3px;
  white-space: inherit;
  word-break: normal;
}
#footer {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background: black;
}
#footer_4 {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  float: left;
  margin-top: 5px;
}
#footer_4 p {
  font-size: 13px;
  font-family: "Malgun Gothic";
  text-align: center;
  color: white;
}

@media all and (max-width: 400px) {
  #html,
  body {
    margin: 0 auto;
    padding: 0;
  }
  #wrap {
    width: 100%;
    height: 100%;
  }
  #header {
    width: 100%;
    height: 40px;
    background: black;
  }
  #header img {
    width: 100px;
    height: 15.435px;
    padding: 10px;
    float: left;
  }
  #header p {
    padding: 0;
    font-size: 15px;
  }
  #content {
    width: 97%;
    height: 150%;
    margin: 0 auto;
  }
  #movie {
    width: 350px;
    height: 196.875px;
    margin: 0 auto;
    margin-top: 5px;
  }
  #youtube {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #lines {
    width: 98%;
    height: 480px;
    margin: 0 auto;
    margin-top: 10%;
    border: 1px solid;
  }
  .eng {
    font-size: 19px;
    font-family: "Do Hyeon", sans-serif;
    text-align: center;
    line-height: 1em;
    white-space: inherit;
    word-break: normal;
  }
  .kor {
    font-size: 20px;
    font-family: "BMHANNAAir";
    text-align: center;
    line-height: 1em;
    white-space: inherit;
    word-break: normal;
  }
}

@media all and (max-width: 500px) {
  #html,
  body {
    margin: 0 auto;
    padding: 0;
  }
  #wrap {
    width: 100%;
    height: 100%;
  }
  #header {
    width: 100%;
    height: 40px;
    background: black;
  }
  #header img {
    width: 100px;
    height: 15.435px;
    padding: 10px;
    float: left;
  }
  #header p {
    padding: 0;
    font-size: 15px;
  }
  #content {
    width: 97%;
    height: 150%;
    margin: 0 auto;
  }
  #movie {
    width: 400px;
    height: 225px;
    margin: 0 auto;
    margin-top: 5px;
  }
  #youtube {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #lines {
    width: 98%;
    height: 480px;
    margin: 0 auto;
    margin-top: 3%;
    border: 1px solid;
  }
  .eng {
    font-size: 19px;
    font-family: "Do Hyeon", sans-serif;
    text-align: center;
    line-height: 1em;
    white-space: inherit;
    word-break: normal;
  }
  .kor {
    font-size: 20px;
    font-family: "BMHANNAAir";
    text-align: center;
    line-height: 1em;
    white-space: inherit;
    word-break: normal;
  }
}
