/* @font-face {
  font-family: "NEXON Lv1 Gothic OTF";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff")
    format("woff");
  font-style: normal;
}

@font-face {
  font-family: "NEXON Lv1 Gothic OTF Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON%20Lv1%20Gothic%20OTF%20Bold.woff")
    format("woff");
  font-style: normal;
} */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr * {
  font-family: "Noto Sans KR", sans-serif;
}

@font-face {
  font-family: "S-CoreDream-3Light";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 1.7em;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #1d1d1f;
  background-color: white;
}

h2 {
  margin-top: 1.5em;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #1d1d1f;
}

p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #1d1d1f;
}

br {
  line-height: 2.5em;
}

.indent {
  margin-left: 20px;
}

.subtitle {
  border: 0px;
  border-left: 3px solid #4681a6;
  padding-left: 16px;
}

ul li {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5em;
}

.tableWrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  min-width: 100%;
  overflow-x: scroll;
  scrollbar-color: rgb(111, 111, 111);
  white-space: nowrap;
  border-radius: 16px;
  box-shadow: inset 1px 1px 15px 5px rgba(220, 220, 220, 0.5);
  /* -ms-overflow-style: none; */
  /* scrollbar-width: none; */
  margin-top: 1em;
  position: relative;
}

.tableWrap ::-webkit-scrollbar {
  color: rgb(111, 111, 111);
}

table {
  position: relative;
  margin: auto;
  /* margin-top: 17px;
  margin-bottom: 17px; */
  padding: 0;
  width: 100%;
  border: solid #ffffff 1px;
  border-collapse: collapse;
  border-radius: 16px;
  z-index: -1;
  /* overflow: hidden; */
  /* box-shadow: 1px 1px 15px 5px rgba(220, 220, 220, 0.5); */
}

th {
  font-size: 0.9em;
  margin: 0;
  padding: 8px 20px;
  border: solid #ffffff 1px;
  background-color: #e0e0e0;
  text-align: center;
}

td {
  margin: 0;
  padding: 8px 20px;
  border: solid #ffffff 1px;
  background-color: #fcfcfc;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
}

.embedVid {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden;
}

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contentWrap {
  max-width: 640px;
  margin: auto;
}

.textBox {
  width: 90.5%;
  margin: auto;
}

.textBox img {
  border-radius: 16px;
  width: 100%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.link {
  width: 300px;
  height: 40px;
  border-radius: 0.5em;
  font-size: 20px;
  display: block;
  margin: auto;
  margin-bottom: 17px;
  margin-top: 17px;
}

button {
  height: 30px;
  width: 60px;
  background-color: #4681a6;
  border: 0;
  color: white;
  border-radius: 0.5em;
  cursor: pointer;
}

button:hover {
  background-color: #8fbdd9;
  box-shadow: 0px 0px 3px 3px #8fbdd94b;
}

input {
  max-width: 200px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-family: "NEXON Lv1 Gothic OTF";
  border: 0;
  background-color: rgb(240, 240, 240);
}

.footer {
  width: 90.5%;
  max-width: 640px;
  margin: auto;
  text-align: center;
}

.footer img {
  margin: 40px 0px;
  width: 20%;
}

.footerLogo {
  width: 90.5%;
  max-width: 640px;
  margin: auto;
  text-align: center;
}

.footerLogo img {
  margin: 40px 0px;
  width: 20%;
}

.widget {
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
}

.chart-container {
  filter: blur(0px);
  padding: 100px;
}

.shadow {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 10px 10px rgba(30, 202, 211, 0.5));
}

section {
  display: flex;
  flex-direction: column;
  height: auto;
}

@media (orientation: landscape) {
  .tableWrap {
    overflow-x: visible;
    width: 700px;
  }
}
