@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 {
  padding: 0;
  background-color: hsl(297, 100%, 9%);
  overflow-x: clip;
  counter-reset: lc;
}

img {
  display: block;
}

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

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 1rem 1rem 1rem 1rem;
  color: hsl(312, 100%, 67%);
  text-align: center;
}

h2 {
  font-size: 2.5rem;
  color: hsl(45, 100%, 76%);
}

#hwDiv {
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 2rem 2rem 2rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
  background-color: #420045;
  color: rgba(255, 255, 255, 0.8);
}

img {
  width: 100%;
  margin-bottom: 2rem;
}

ol {
  list-style: none;
  counter-reset: index;
}

ol li {
  position: relative;
  counter-increment: index;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
}

ol li:before {
  position: absolute;
  left: -3rem;
  width: 2.75rem;
  text-align: right;
  content: counters(index, ".") ".";
  color: #b000b9;
}

li ol li {
  margin-left: 5rem;
}

li ol li:before {
  left: -5.25rem;
}

li h2, li span {
  color: hsl(0, 100%, 80%);
}

li ol {
  margin-bottom: 2rem;
}

ol ol {
  margin-bottom: 1rem;
  margin-left: -0.5rem;
}

ol ol ol {
  list-style: none;
  margin-left: 0rem;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

ol ol ol li {
  margin-left: 0rem;
  margin-bottom: 0rem;
}

ol ol ol li:before {
  width: 1rem;
  margin-left: 3.75rem;
  content: "•";
}

u {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px dotted #84008b;
}

u i {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
  font-style: normal;
  white-space: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(6rem, 100%, 100%);
  color: #b000b9;
  background-color: #230025;
  top: 100%;
  padding: 0.25rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  opacity: 0;
}

u:hover i {
  opacity: 1;
  z-index: 1;
}

u > i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 10px;
  margin-left: -10px;
  border-style: solid;
  border-color: transparent transparent #230025 transparent;
}

#fcFromUBtn {
  opacity: 1;
  background-color: #1f0020;
  margin-top: 1rem;
  margin-bottom: 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);
}