@charset "UTF-8";
/* font reset */
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansKR-Thin.otf") format("otf");
  font-weight: 100;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansKR-Light.otf") format("otf");
  font-weight: 300;
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 400;
  src: url("../fonts/NotoSansKR-Regular.otf") format("otf");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 500;
  src: url("../fonts/NotoSansKR-Medium.otf") format("otf");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 700;
  src: url("../fonts/NotoSansKR-Bold.otf") format("otf");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 900;
  src: url("../fonts/NotoSansKR-Black.otf") format("otf");
}

/* var */
@media (max-width: 480px) {
  .pcOnly {
    display: none;
  }
}

@media (min-width: 481px) {
  .mobileOnly {
    display: none;
  }
}

/* reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  /* height: 100%; */
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  color: #111;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto 0;
}

@media (max-width: 480px) {
  main {
    height: auto;
    min-height: auto;
  }
}

strong {
  font-weight: bold;
}

footer {
  margin-top: auto !important;
}

.yellow {
  font-weight: 900;
  color: #5332ee;
}

@media (max-width: 480px) {
  .yellow {
    font-weight: 700;
  }
}

.rec {
  width: 60px;
  height: 4px;
  background: #B9B9FF;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .rec {
    width: 40px;
  }
}

.terms-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
}

@media (max-width: 480px) {
  .terms-container {
    width: 100%;
    height: 100%;
    margin: 50px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.terms-container .title {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 41px;
  /* color: #FFFFFF; */
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .terms-container .title {
    font-size: 20px;
    line-height: 27px;
  }
}

.terms-container .description {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* color: #FFFFFF; */
}

@media (max-width: 480px) {
  .terms-container .description {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 320px;
  }
}
