@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  background: #636363;
  font-family: "Nanum Myeongjo";
  font-weight: 400;
  word-break: keep-all;
}

a, a:link, a:visited {
  color: aqua;
  text-decoration: none;
}

h1 {
  font-family: "Nanum Myeongjo";
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

h2 {
  font-family: "times", serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #636363;
  margin: 0;
  text-align: center;
}

.header_wrap {
  width: 100vw;
  display: flex;
  position: fixed;
  justify-content: space-between;
  height: 5vh;
  background-color: none;
  list-style-type: none;
  text-align: center;
  z-index: 999;
}

.header_wrap li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 5vh;
  padding-left: 1vw;
}

.figure { 
  width: 100%; 
  margin: 0 auto; 
  text-align: center; 
}

.figure img { 
  max-width: 100%;
}

figcaption {
  font-family: "Pretendard", sans-serif;
  font-size: 1em;
  text-align: center;
  color:aqua
}

.background {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.background img { 
  max-width: 100%; 
}

.main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main h1 {
  position: absolute;
  margin: 100rem;
}

.contents {
  max-width: 980px;
  margin: 10vh auto;
  padding: 0 1rem;
}

.contents p {
  font-size: 1.5rem;
  line-height: 1.8em;
  padding-bottom: 0;
  color: #ffffff
}

.contents p span {
  font-family: "Nanum Myeongjo";
  font-weight: 700;
  font-size: 1em;
}

.column {
  float: center;
  width: 40%;
  padding: 5px;
}


table {
  font-size: 1.5rem;
  line-height: 1.8em;
  border-top: 2px solid aqua;
  border-bottom: 2px solid aqua;
  border-collapse: collapse;
  width: 100%;
   color: #ffffff
}

table tr, table td, table th {
  border: 1px solid aqua;
  border-left: none;
  border-right: none;
}

table td, table th {
  padding: 0.3em 0 0.3em;
}

table td:nth-child(2) {
  font-weight: 600;
}

table caption{
  font-family: "Pretendard", sans-serif;
  font-size: 1em;
  text-align: center;
  color:aqua}


@media screen and (max-width: 768px) {
  .figure {
    width: 100%;
    padding: 0rem;
  }
  .figure img {
    width: 100%;
  }
  .background {
    padding: 0;
  }
  figcaption {
    font-family: "Pretendard", sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 0 1rem;
  }
  table {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    line-height: 1.4em;
  }
  table td, table th {
    padding: 0.4em 0 0.3em;
  }
}

@media screen and (max-width: 450px) {
  .contents p {
    font-size: 1.2rem;
  }
}


@media screen and (max-width: 350px) {
  .contents p {
    font-size: 1.1rem;
  }
}