@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: #7b3bce;
  --def-bgnd: #050208;
  --def-text: #9664d8;
}

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

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

body {
  margin: 0;
  padding: 0;
  background-color: #1c0c31;
  overflow-x: clip;
}

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

h1, h2 {
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: hsl(116deg, 9%, 47%);
  margin: 0 1rem 0 1rem;
  padding: 0;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 1rem 2rem 2rem 2rem;
  text-align: left;
  border-bottom: 3px solid;
  border-bottom-color: #451e79;
  padding-bottom: 0.5rem;
}

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

p {
  color: #9e6fdb;
}

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

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

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

p.qF {
  color: #6f30c1;
}

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

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

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

u {
  border-color: #9e6fdb;
}

i {
  font-style: normal;
  color: rgba(255, 176, 218, 0.8);
  color: hsla(0deg, 100%, 60%, 0.6);
}

u i {
  color: #06020a;
  background-color: #9e6fdb;
}

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

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