@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src:
    local("Pretendard Black"),
    url("/font/Pretendard-Black.woff2") format("woff2"),
    url("/font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src:
    local("Pretendard ExtraBold"),
    url("/font/Pretendard-ExtraBold.woff2") format("woff2"),
    url("/font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src:
    local("Pretendard Bold"),
    url("/font/Pretendard-Bold.woff2") format("woff2"),
    url("/font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src:
    local("Pretendard SemiBold"),
    url("/font/Pretendard-SemiBold.woff2") format("woff2"),
    url("/font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src:
    local("Pretendard Medium"),
    url("/font/Pretendard-Medium.woff2") format("woff2"),
    url("/font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src:
    local("Pretendard Regular"),
    url("/font/Pretendard-Regular.woff2") format("woff2"),
    url("/font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src:
    local("Pretendard Light"),
    url("/font/Pretendard-Light.woff2") format("woff2"),
    url("/font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src:
    local("Pretendard ExtraLight"),
    url("/font/Pretendard-ExtraLight.woff2") format("woff2"),
    url("/font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src:
    local("Pretendard Thin"),
    url("/font/Pretendard-Thin.woff2") format("woff2"),
    url("/font/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 900;
  font-display: swap;
  src:
    local("NotoSansThai-Black"),
    url("/font/NotoSansThai-Black.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 800;
  font-display: swap;
  src:
    local("NotoSansThai-ExtraBold"),
    url("/font/NotoSansThai-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 700;
  font-display: swap;
  src:
    local("NotoSansThai-Bold"),
    url("/font/NotoSansThai-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 600;
  font-display: swap;
  src:
    local("NotoSansThai-SemiBold"),
    url("/font/NotoSansThai-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 500;
  font-display: swap;
  src:
    local("NotoSansThai-Medium"),
    url("/font/NotoSansThai-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 400;
  font-display: swap;
  src:
    local("NotoSansThai-Regular"),
    url("/font/NotoSansThai-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 300;
  font-display: swap;
  src:
    local("NotoSansThai-Light"),
    url("/font/NotoSansThai-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 200;
  font-display: swap;
  src:
    local("NotoSansThai-ExtraLight"),
    url("/font/NotoSansThai-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansThai";
  font-weight: 100;
  font-display: swap;
  src:
    local("NotoSansThai-Thin"),
    url("/font/NotoSansThai-Thin.ttf") format("truetype");
}
html * {
  font-family:
    "Pretendard",
    -apple-system,
    BlinkMacSystemFont,
    "Apple SD Gothic Neo",
    Arial,
    sans-serif,
    helvetica;
  text-rendering: optimizeSpeed;
}
html[lang="th-TH"] * {
  font-family:
    "NotoSansThai",
    -apple-system,
    BlinkMacSystemFont,
    "Apple SD Gothic Neo",
    Arial,
    sans-serif,
    helvetica;
  text-rendering: optimizeSpeed;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  line-height: 1;
}
em,
i,
u,
b {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
.blind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999em;
  font-size: 0;
}
.hide {
  display: none;
}
:root {
  --container-padding: 24px;
  --transition: all ease-in-out 0.2s;
}
body {
  background: var(--background-bgSecondary, #17191c);
}
.redirect_conts {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  background: var(--background-bgSecondary, #17191c);
}
.redirect_conts section {
  display: flex;
  flex-direction: column;
}
.redirect_conts section .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 1280px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: calc(var(--spacing-sp20, 80px)) var(--container-padding);
  text-align: center;
  transition: var(--transition);
}
.redirect_conts section .inner .title_area {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp5, 20px);
}
.redirect_conts section .inner .title_area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sp2, 8px);
  transition: var(--transition);
}
.redirect_conts section .inner .title_area h2 .logo {
  display: inline-block;
  width: 100px;
  height: 29px;
  font-size: 0;
  line-height: 0;
  background: url(/images/svg/logo_dark.svg) no-repeat 0 0 / contain;
  transition: var(--transition);
}
.redirect_conts section .inner .title_area h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.014rem;
  color: var(--label-labelPrimary, #fcfcfd);
  white-space: nowrap;
}
.redirect_conts section .inner .title_area p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.0252rem;
  line-height: 1.4;
  color: var(--label-labelSecondary, #d5d7dc);
  transition: var(--transition);
}
.redirect_conts section .inner ul {
  display: flex;
  gap: var(--spacing-sp4, 16px);
  margin: var(--spacing-sp12, 48px) 0 var(--spacing-sp25, 100px);
  transition: var(--transition);
}
.redirect_conts section .inner ul li {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp4, 16px);
  flex: 1;
  text-align: center;
}
.redirect_conts section .inner ul li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.redirect_conts section .inner ul li .text_area {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sp1, 4px);
}
.redirect_conts section .inner ul li .text_area h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.014rem;
  line-height: 1.44;
  color: var(--label-labelPrimary, #fcfcfd);
}
.redirect_conts section .inner ul li .text_area p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.014rem;
  line-height: 1.5;
  color: var(--label-labelTertiary, #9196a1);
}
.redirect_conts section .inner strong {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.014rem;
  line-height: 1.5;
  color: var(--label-labelSecondary, #d5d7dc);
}
.redirect_conts section .inner strong span {
  display: inline-block;
  padding-left: var(--spacing-sp1, 4px);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  color: var(--blue-azureblue600, #3396ff);
}
@media screen and (max-width: 767px) {
  .redirect_conts section .inner .title_area {
    max-width: 480px;
    gap: var(--spacing-sp3, 12px);
  }
  .redirect_conts section .inner .title_area h2 {
    font-size: 28px;
  }
  .redirect_conts section .inner .title_area h2 .logo {
    width: 80px;
    height: 23px;
  }
  .redirect_conts section .inner .title_area p {
    font-size: 14px;
  }
  .redirect_conts section .inner ul {
    width: 100%;
    max-width: 480px;
    margin: var(--spacing-sp8, 32px) 0 var(--spacing-sp14, 56px);
  }
  .redirect_conts section .inner ul li:nth-child(2),
  .redirect_conts section .inner ul li:nth-child(3) {
    display: none;
  }
  .redirect_conts section .inner ul li img {
    max-width: 480px;
    margin: 0 auto;
  }
  .redirect_conts section .inner ul li .text_area h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .redirect_conts section .inner ul li .text_area p {
    font-size: 14px;
    line-height: 1.42;
  }
  .redirect_conts section .inner strong {
    font-size: 14px;
  }
  .redirect_conts section .inner strong span {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  :root {
    --container-padding: 16px;
  }
  .redirect_conts section .inner {
    padding: calc(var(--spacing-sp10, 40px)) var(--container-padding);
  }
  .redirect_conts section .inner ul {
    padding: 0px;
  }
} /*# sourceMappingURL=redirect.css.map */
