@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@700&family=Sarabun:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: auto;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root #__next {
  isolation: isolate;
}
body {
  background-image: -webkit-linear-gradient(#fff, #eaf0f8);
  background-image: linear-gradient(#fff, #eaf0f8);
}
.site-wrapper {
  /* background: url(../img/circle-green-gradient.svg) -360px -740px no-repeat,
    url(../img/circle-green-gradient.svg) right -460px bottom -720px no-repeat; */
  width: 100%;
  padding-bottom: 50px;
}
.home .site-wrapper {
  height: 100vh;
  padding-bottom: 0;
}
.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 10vh;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.site-nav a {
  color: #2d4156;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a:focus {
  color: #1d2e38;
  transition: box-shadow 200ms ease 0s;
  box-shadow: 0px 2px 0px #1d2e38;
}
.home .site-content {
  display: grid;
  place-items: center;
  height: 70vh;
}
.content {
  background-color: #fff;
  margin: 30px auto;
  width: 95%;
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0 0.025em 0.475em rgba(2, 2, 3, 0.05);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 700;
  color: #2d4156;
  margin-block: 0.25em;
}
.content h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.8em;
}
.content p {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #2d4156;
  line-height: 1.75;
  margin-bottom: 1.65em;
}
.content p b {
  font-weight: 700;
}
.content ul,
.content ol {
  color: #2d4156;
  margin-bottom: 2em;
  padding-left: 2em;
}
.content li {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #2d4156;
  line-height: 1.65;
  margin-bottom: 0.5em;
}
.content li > ul,
.content li > ol {
  margin-top: 1em;
  padding-left: 2em;
}
.content li > ul {
  list-style-type: disc;
}
.content a {
  color: #2d4156;
  text-decoration: none;
  box-shadow: 0px 1px 0px #2d4156;
}
.content a:hover,
.content a:focus {
  color: #1d2e38;
  transition: box-shadow 200ms ease 0s;
  box-shadow: 0px 2px 0px #1d2e38;
}
.content .has-bg {
  background-color: #f0f4f7;
  border-radius: 0.5em;
  padding: 1em 1.5em 0.5em;
}
@media only screen and (min-width: 768px) {
  .site-wrapper {
    background-position: -300px -600px, right -260px bottom -660px;
  }
  .content {
    width: 720px;
    padding: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    width: 840px;
  }
}

/*# sourceMappingURL=demo.css.map */

.logo {
  background-image: url('../img/logo-sk-horizontal-green.png');
  width: 253px;
  height: 100px;
  -moz-background-size: 253px 100px;
  -o-background-size: 253px 100px;
  -webkit-background-size: 253px 100px;
  background-size: 253px 100px;
  margin: 0px auto;
}