@charset "UTF-8";
@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Light.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
@font-face {
  font-family: "PlexSans";
  src: url(../../../../../../fonts/IBM_Plex_Sans_Thai/IBMPlexSansThai-Medium.ttf);
}
@font-face {
  font-family: "NotoSansThai";
  src: url(../../../../../../fonts/NotoSansThai/NotoSansThai-Light.ttf);
}
@font-face {
  font-family: "Fraunces";
  src: url(../../../../../../fonts/Fraunces_72pt/Fraunces_72pt-SemiBold.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
  --def-undr: white;
  --def-bgnd: #7affbf;
  --def-text: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: hsl(151deg, 100%, 84%);
  overflow-x: clip;
}

h1, h2 {
  font-family: Kanit;
  font-weight: normal;
}

h1, h2 {
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  color: hsl(332deg, 100%, 50%);
  margin: 0 1rem 0 1rem;
  padding: 0;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-top: 2rem;
  margin-left: 2rem;
  text-align: left;
  border-bottom: 5px solid;
  border-bottom-color: #83ffc3;
  padding-bottom: 0.5rem;
}

p {
  font-size: 2.25rem;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
  margin-left: -2.5rem;
}

ul {
  list-style: none;
  counter-reset: counter;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 1rem 2rem 2rem 5rem;
}

ul li {
  position: relative;
  counter-increment: counter;
  color: hsl(245deg, 46%, 33%);
  margin-bottom: 0rem;
  line-height: 4.5rem;
}

ul li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: monospace;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  display: block;
  content: counter(counter);
  position: absolute;
  top: 1.55rem;
  left: -3rem;
  border-radius: 12.5rem;
  border: 2px solid #00ab59;
  background-color: hsl(47deg, 100%, 96%);
  color: hsl(332deg, 100%, 50%);
}

u {
  border-color: #00562c;
}

i {
  font-style: normal;
  color: hsl(148deg, 100%, 33%);
}

u i {
  color: #00562c;
  background-color: #adffd8;
}

u i:after {
  border-color: transparent transparent #adffd8 transparent;
}

#fcFromUBtn {
  color: hsl(245deg, 46%, 33%);
  background-color: hsla(47deg, 100%, 96%, 0.5);
  border: 1px solid #00ab59;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem 2rem 2rem 2rem;
}

.sidebar .title {
  font-family: Kanit;
  font-size: 2rem;
  color: hsl(332deg, 100%, 50%);
  text-align: center;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0 0.5rem;
  background: hsl(90deg, 100%, 89%);
  border: 2px solid #00ab59;
  border-radius: 9px;
}

.sidebar .content {
  padding: 2.25rem 1rem 1rem 1rem;
  background: #ceffe7;
  border: 2px solid #00ab59;
  border-radius: 9px;
}

.sidebar .content p {
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: left;
  color: hsl(245deg, 46%, 33%);
  margin: 0rem 1rem 1rem 1rem;
}

.sidebar .content .summation {
  color: hsl(245deg, 46%, 33%);
  background: hsl(90deg, 100%, 89%);
  padding: 1rem;
  border: 2px solid #00ab59;
  border-radius: 9px;
}

.sidebar .content .summation ol {
  list-style: none;
}

.sidebar .content .summation ol li {
  position: relative;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin: 1rem 1rem 0rem 3rem;
}

.sidebar .content .summation li:before {
  position: absolute;
  content: "↦ ";
  margin-left: -1.75rem;
  font-weight: bold;
  color: hsl(330deg, 100%, 50%);
}