@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-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: #ff38ca;
  --def-bgnd: #380029;
  --def-text: #ff6bd8;
}

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

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

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

div.figure {
  position: relative;
  display: block;
  margin-top: 4rem;
  border-top: 2px solid hsl(332deg, 100%, 50%);
  border-bottom: 2px solid hsl(332deg, 100%, 50%);
  background-color: hsl(316deg, 100%, 21%);
}

div.figure img {
  width: 100%;
  border-bottom: 2px solid hsl(332deg, 100%, 50%);
}

div.figure h2 {
  position: absolute;
  font-family: Kanit;
  font-size: 2rem;
  line-height: 2.25rem;
  color: rgb(255, 179, 45);
  background-color: #56003f;
  padding: 0.25rem 1rem 0.25rem 1rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid hsl(332deg, 100%, 50%);
  border-radius: 7rem;
  white-space: nowrap;
}

div.caption {
  padding: 2rem;
}

div.caption p {
  font-family: Sarabun;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #ff86df;
}

div.caption p span {
  color: rgb(255, 179, 45);
}

div.caption p span::after {
  content: ":  ";
}

h1 {
  font-family: Kanit;
  text-align: center;
  color: hsl(332deg, 100%, 50%);
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 0;
}

u {
  font-size: 2.5rem;
  border-color: #e400a7;
}

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

u i {
  font-size: 0.825rem;
  color: #ff5ed4;
  background-color: #600047;
}

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

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

@media (min-width: 1200px) {
  #mainContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
  div.figure {
    width: 45%;
    border: 2px solid hsl(332deg, 100%, 50%);
  }
}