@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: #76bbc6;
  --def-bgnd: #12282b;
  --def-text: #9acdd5;
}

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

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

body {
  margin: 0;
  padding: 0;
  background-color: #21494f;
  overflow-x: clip;
}

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

h1, h2 {
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: hsl(103, 37%, 53%);
  margin: 1rem 1rem 0rem 1rem;
  padding: 0;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 1rem 2rem 1.5rem 2rem;
  text-align: center;
}

div.question {
  margin: 0rem 2rem 2rem 2rem;
  font-size: 2.25rem;
  line-height: 3.5rem;
  background: #1a3a3f;
  border-radius: 11px;
  padding: 2rem;
}

p {
  color: #c7e3e8;
}

p.qQues {
  margin-bottom: 1rem;
}

p.qT {
  position: relative;
  color: hsl(0, 0%, 100%);
}

p.qT::after {
  position: absolute;
  -webkit-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  font-weight: bold;
  color: hsl(81, 100%, 41%);
  content: " ↩";
}

p.qF {
  color: #397d87;
}

p.qExp {
  margin-top: 1rem;
  color: rgba(255, 221, 128, 0.7);
}

p.qExp a {
  text-decoration: none;
  color: hsl(102, 100%, 75%);
  border-bottom: 2px dotted;
}

sup {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

u {
  border-color: #316b74;
}

i {
  font-style: normal;
  color: rgba(255, 221, 128, 0.8);
}

u i {
  color: #73b9c4;
  background-color: #173337;
}

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

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