@charset 'utf-8';

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  src:
    local("Pretendard JP Variable"),
    url("/fonts/pretendard/woff2/PretendardJPVariable.woff2") format("woff2-variations");
}

@font-face {
  font-weight: 400;
  font-family: "KlavikaNX";
  font-style: normal;
  src: url("/fonts/KlavikaNX/KlavikaNX-Regular.otf");
}

@font-face {
  font-weight: 100;
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("/fonts/NotoSansKr/NotoSansKR-Thin.otf");
}

@font-face {
  font-weight: 300;
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("/fonts/NotoSansKr/NotoSansKR-Light.otf");
}

@font-face {
  font-weight: 400;
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("/fonts/NotoSansKr/NotoSansKR-Regular.otf");
}

@font-face {
  font-weight: 500;
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("/fonts/NotoSansKr/NotoSansKR-Medium.otf");
}

@font-face {
  font-weight: 700;
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("/fonts/NotoSansKr/NotoSansKR-Bold.otf");
}

@font-face {
  font-weight: 900;
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("/fonts/NotoSansKr/NotoSansKR-Black.otf");
}

#not-support {
  display: none;
  width: 100vw;
  height: 100vh;

  text-align: center;
  white-space: pre-line;
}

#not-support.ie {
  display: block;
  margin-top: 20%;
  margin-right: auto;
  margin-left: auto;
}

#not-support.other-browser {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#not-support-heading,
#not-support-content {
  margin: 0;
}

#not-support-heading {
  margin-bottom: 13px;

  color: #17191c;
  font-weight: 700;
  font-size: 36px;
  font-family: Pretendard, sans-serif;
  line-height: 54px;
  letter-spacing: -0.5px;
}

#not-support-content {
  margin-bottom: 32px;

  color: #747a86;
  font-size: 16px;
  font-family: Pretendard, sans-serif;
  line-height: 24px;
  letter-spacing: -0.35px;
  text-align: center;
}

.not-support-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-support-icon p {
  color: #000;
  font-size: 15px;
  font-family: Pretendard, sans-serif;
  line-height: 24px;
  letter-spacing: -0.35px;
  text-align: center;
}

.not-support-icon:not(:last-child) {
  margin-right: 34px;
}

.not-support-icon .icon-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .not-support-icon .icon-mobile {
    display: block;
  }

  .not-support-icon .icon-desktop {
    display: none;
  }

  #not-support-heading {
    margin-bottom: 12px;

    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.43px;
  }

  #not-support-content {
    margin-bottom: 29px;

    font-size: 14px;
    line-height: 22px;
  }

  .not-support-icon:not(:last-child) {
    margin-right: 20px;
  }

  .not-support-icon p {
    font-size: 14px;
    line-height: 22px;
  }

  #not-support.ie {
    margin-top: 30%;
  }
}
