@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-Regular.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-Regular.ttf);
}
@font-face {
  font-family: "Fraunces";
  src: url(../../../../../fonts/Fraunces_72pt/Fraunces_72pt-Regular.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
}

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

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

body {
  margin: 0rem 2rem 0rem 3rem;
  padding: 0;
  background-color: #543b3b;
  overflow-x: clip;
  counter-reset: lc;
}

img {
  display: block;
}

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

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

h2 {
  color: hsl(294, 100%, 78%);
  font-size: 2.8rem;
  line-height: 2.75rem;
  margin: 1rem 1rem 0.8rem 1rem;
  padding-bottom: 0.2rem;
  text-align: left;
  border-bottom: hsl(277, 46%, 37%) 3px dotted;
}

p {
  position: relative;
  font-family: Sarabun;
  font-size: 2.5rem;
  margin-left: 3.25rem;
  color: hsl(294, 100%, 78%);
  counter-increment: lc;
  content: counter(lc);
}

p:before {
  content: counter(lc);
  position: absolute;
  left: -3.25rem;
  color: hsl(38, 100%, 87%);
  background-color: hsl(334, 100%, 50%);
  border-radius: 8rem;
  height: 2.5rem;
  width: 2.5rem;
  font-family: monospace;
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  top: 0.7rem;
  line-height: 2.7rem;
}

ul {
  margin-left: 3.25rem;
  margin-bottom: 2rem;
  list-style-type: none;
  counter-reset: question;
}

li {
  font-family: Sarabun;
  font-size: 2.5rem;
  line-height: 3.5rem;
  position: relative;
  color: #b49393;
}

li.t {
  color: hsl(57, 100%, 74%);
}

li.t:after {
  content: " ⇦";
  color: hsl(57, 100%, 74%);
  font-size: 2.5rem;
}

li b {
  font-weight: normal;
  color: hsl(294, 100%, 78%);
}

div.waveform {
  margin-bottom: 0;
}

img {
  width: 100%;
  max-width: 700px;
  margin: 1.5rem auto 0rem auto;
  border-radius: 13px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
u {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px dotted hsl(274, 33%, 62%);
}

u i {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
  font-style: normal;
  white-space: normal;
  position: absolute;
  color: hsl(0, 18%, 28%);
  background-color: hsl(274, 33%, 62%);
  width: 102%;
  top: 100%;
  padding: 0.25rem;
  border-radius: 0.3rem;
  opacity: 0;
}

u:hover i {
  opacity: 1;
}

u > i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 10px;
  margin-left: -10px;
  border-style: solid;
  border-color: transparent transparent hsl(274, 33%, 62%) transparent;
}

#fcFromUBtn {
  opacity: 1;
  background-color: #3b2929;
  margin-top: 1rem;
}

#fcFromUBtn:hover {
  -webkit-box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, 0.25);
          box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, 0.25);
}