@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);
}
: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 0rem 1rem 0rem;
  padding: 0;
  background-color: hsl(96deg, 16%, 13%);
  overflow-x: clip;
}

a.standalone {
  font-size: 2rem;
  line-height: 2rem;
  color: #617454;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  border-bottom: 0.25rem dotted;
}

a.standalone:hover {
  border-bottom: 0.25rem dotted hsl(48deg, 100%, 88%);
}

h1, h2, h3, h4 {
  font-family: Kanit;
  color: hsl(256deg, 100%, 74%);
  margin: 2rem 2rem 0rem 2rem;
}

h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
}

h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}

figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}

figcaption {
  font-size: 2rem;
  line-height: 3.4rem;
  color: hsl(107deg, 16%, 72%);
  padding: 1.5rem 1rem 0rem 1rem;
}

figcaption p {
  margin-top: 1rem;
}

u {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 2.6rem;
  text-decoration: none;
  border-bottom: 2px dotted;
}

i {
  font-style: normal;
  color: #aae499;
}

u > i {
  display: none;
  position: absolute;
  top: 98%;
  font-size: 0.8rem;
  line-height: 0.88rem;
  color: white;
  background-color: #4b5a41;
  text-align: center;
  min-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.05rem 0.5rem 0.3rem 0.5rem;
  border-radius: 0.3rem;
  z-index: 1;
}

u > i:after {
  content: "‣";
  color: #4b5a41;
  position: absolute;
  display: block;
  font-size: 2rem;
  left: 50%;
  bottom: 80%;
  -webkit-transform: translateX(-66%) rotateZ(-90deg);
          transform: translateX(-66%) rotateZ(-90deg);
}

u:hover > i, u:active > i {
  display: block;
}

@media (min-width: 1300px) {
  section.fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  figure {
    width: 50%;
  }
}
@media (min-width: 1900px) {
  section.fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  figure {
    width: 33%;
  }
}