body {
  background: #000; }
  body .h5Btn {
    display: none;
    opacity: 0; }
  body .h5Prev {
    display: none; }
  body .topLogo {
    height: 110px;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    align-items: center;
    z-index: 2;
    background: #000; }
    body .topLogo a {
      display: block;
      margin: 0 auto; }
    body .topLogo svg {
      display: block;
      margin: 0 auto; }
  body .headPage {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    body .headPage .headPageLeft {
      width: 720px; }
      body .headPage .headPageLeft .headPageTitle {
        color: #FFF;
        font-family: Inter;
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px; }
      body .headPage .headPageLeft .headPageText {
        color: rgba(255, 255, 255, 0.7);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 32px; }
      body .headPage .headPageLeft .headPageButton {
        display: flex;
        align-items: center;
        margin-bottom: 9px; }
        body .headPage .headPageLeft .headPageButton .headPageBtn {
          width: fit-content;
          color: #000;
          font-family: Inter;
          font-size: 24px;
          font-weight: 700;
          border-radius: 50px;
          background: #FFF;
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
          padding: 16px 24px;
          margin-right: 13px;
          cursor: pointer; }
        body .headPage .headPageLeft .headPageButton .btnText {
          color: #FFF;
          font-family: Inter;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          body .headPage .headPageLeft .headPageButton .btnText span {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.2px; }
      body .headPage .headPageLeft .headPageTime {
        color: #FFF;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    body .headPage .headPageRight {
      width: 300px;
      margin-right: 210px; }
  body .homePage {
    width: 100%;
    height: 100vh;
    position: relative; }
    body .homePage .inputBox {
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      body .homePage .inputBox .inputModular {
        width: 720px;
        position: relative; }
        body .homePage .inputBox .inputModular .inputName {
          color: #FFF;
          font-family: Inter;
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 16px; }
        body .homePage .inputBox .inputModular .inputStyle {
          margin-bottom: 12px;
          width: 720px;
          position: relative; }
          body .homePage .inputBox .inputModular .inputStyle input {
            width: 100%;
            height: 34px;
            background: transparent;
            border: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            color: #FFF;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding-bottom: 10px; }
          body .homePage .inputBox .inputModular .inputStyle input:focus {
            outline: none;
            border-bottom: 1px solid #FFF; }
          body .homePage .inputBox .inputModular .inputStyle input::placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
          body .homePage .inputBox .inputModular .inputStyle svg {
            cursor: pointer;
            position: absolute;
            right: 0; }
        body .homePage .inputBox .inputModular .inputButton {
          display: flex;
          align-items: center;
          height: 58px;
          opacity: 1; }
          body .homePage .inputBox .inputModular .inputButton .btn {
            cursor: pointer;
            width: fit-content;
            color: #000;
            font-family: Inter;
            font-size: 24px;
            font-weight: 700;
            border-radius: 200px;
            background: #FFF;
            box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
            padding: 12px 22px;
            margin-right: 13px; }
          body .homePage .inputBox .inputModular .inputButton .btnText {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            body .homePage .inputBox .inputModular .inputButton .btnText span {
              color: #FFF;
              font-family: Inter;
              font-size: 12px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              letter-spacing: 0.2px; }
        body .homePage .inputBox .inputModular .inputErrorBox {
          height: 58px;
          display: none; }
          body .homePage .inputBox .inputModular .inputErrorBox .inputError {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #FDDFDF;
            width: 148px;
            padding: 10px 6px;
            color: #F75E5E;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            body .homePage .inputBox .inputModular .inputErrorBox .inputError svg {
              margin-right: 6px; }
        body .homePage .inputBox .inputModular .selectOption {
          width: 720px;
          position: absolute;
          top: 90px;
          background-color: #000; }
          body .homePage .inputBox .inputModular .selectOption .option {
            cursor: pointer;
            width: 720px;
            height: 34px;
            padding: 0px 20px;
            line-height: 34px;
            border-radius: 200px;
            border: 1px solid var(--Grayscale-100, #FFF);
            background: #222;
            box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
            color: #FFF;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 10px; }
    body .homePage .setUpBox {
      display: flex;
      height: 48px;
      padding: 0px 20px;
      position: absolute;
      right: 100px;
      bottom: 100px;
      border-radius: 200px;
      background: #FFF;
      box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
      z-index: 100;
      cursor: pointer; }
      body .homePage .setUpBox .prev {
        padding: 12px 0;
        height: auto;
        margin-right: 6px; }
      body .homePage .setUpBox .line {
        height: 48px;
        border-right: 1px solid #e8eaed; }
      body .homePage .setUpBox .next {
        padding: 12px 0;
        height: auto;
        margin-left: 6px; }
  body .overPage {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #000; }
    body .overPage .overTitle {
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 56px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 16px; }
    body .overPage .overText {
      color: rgba(255, 255, 255, 0.7);
      text-align: center;
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

@media (max-width: 1319px) {
  body {
    background: #000; }
    body .topLogo {
      height: 110px;
      width: 100%;
      display: flex;
      position: fixed;
      top: 0;
      align-items: center;
      z-index: 2;
      background: #000; }
      body .topLogo svg {
        display: block;
        margin: 0 auto; }
    body .headPage {
      width: 100%;
      height: 100vh;
      display: block;
      align-items: center;
      justify-content: space-around;
      position: relative; }
      body .headPage .headPageLeft {
        position: absolute;
        width: 100%;
        bottom: 40%; }
        body .headPage .headPageLeft .headPageTitle {
          width: 60%;
          color: #FFF;
          font-family: Inter;
          font-size: 48px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 16px;
          padding-left: 16px; }
        body .headPage .headPageLeft .headPageText {
          color: rgba(255, 255, 255, 0.7);
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 32px;
          width: 100%;
          padding-right: 16px;
          padding-left: 16px; }
        body .headPage .headPageLeft .headPageButton {
          position: fixed;
          bottom: 30px;
          display: flex;
          align-items: center;
          margin-bottom: 9px;
          width: 100%;
          padding: 0 16px;
          z-index: 3; }
          body .headPage .headPageLeft .headPageButton .headPageBtn {
            width: 100%;
            height: 56px;
            text-align: center;
            color: #000;
            font-family: Inter;
            font-size: 24px;
            font-weight: 700;
            padding: 0;
            border-radius: 50px;
            background: #FFF;
            box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
            margin-right: 0;
            line-height: 56px;
            cursor: pointer; }
          body .headPage .headPageLeft .headPageButton .btnText {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            display: none; }
            body .headPage .headPageLeft .headPageButton .btnText span {
              color: #FFF;
              font-family: Inter;
              font-size: 12px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              letter-spacing: 0.2px; }
        body .headPage .headPageLeft .headPageTime {
          color: #FFF;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-align: center;
          position: fixed;
          bottom: 120px;
          left: 0;
          right: 0; }
      body .headPage .headPageRight {
        width: 300px;
        margin-right: 210px;
        display: none; }
    body .homePage {
      width: 100%;
      height: 100vh;
      position: relative; }
      body .homePage .inputBox {
        width: 100%;
        height: 100vh !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center; }
        body .homePage .inputBox .inputModular {
          width: 100%;
          padding: 0 16px;
          position: relative; }
          body .homePage .inputBox .inputModular .inputName {
            color: #FFF;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 16px; }
          body .homePage .inputBox .inputModular .inputStyle {
            margin-bottom: 12px;
            width: 100%;
            position: relative; }
            body .homePage .inputBox .inputModular .inputStyle input {
              width: 100%;
              height: 34px;
              background: transparent;
              border: transparent;
              border-bottom: 1px solid rgba(255, 255, 255, 0.5);
              color: #FFF;
              font-family: Inter;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              padding-bottom: 10px; }
            body .homePage .inputBox .inputModular .inputStyle input:focus {
              outline: none;
              border-bottom: 1px solid #FFF; }
            body .homePage .inputBox .inputModular .inputStyle input::placeholder {
              color: rgba(255, 255, 255, 0.5);
              font-family: Inter;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
            body .homePage .inputBox .inputModular .inputStyle svg {
              cursor: pointer;
              position: absolute;
              right: 0; }
          body .homePage .inputBox .inputModular .inputButton {
            display: flex;
            align-items: center;
            height: 58px;
            width: 100%;
            display: none;
            opacity: 0; }
            body .homePage .inputBox .inputModular .inputButton .btn {
              cursor: pointer;
              width: 100%;
              text-align: center;
              color: #000;
              font-family: Inter;
              font-size: 24px;
              font-weight: 700;
              border-radius: 200px;
              background: #FFF;
              box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
              padding: 12px 22px;
              margin-right: 0; }
            body .homePage .inputBox .inputModular .inputButton .btnText {
              color: #FFF;
              font-family: Inter;
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              display: none; }
              body .homePage .inputBox .inputModular .inputButton .btnText span {
                color: #FFF;
                font-family: Inter;
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.2px; }
          body .homePage .inputBox .inputModular .inputErrorBox {
            height: 58px;
            display: none; }
            body .homePage .inputBox .inputModular .inputErrorBox .inputError {
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 8px;
              background: #FDDFDF;
              width: 148px;
              padding: 10px 6px;
              color: #F75E5E;
              font-family: Inter;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              body .homePage .inputBox .inputModular .inputErrorBox .inputError svg {
                margin-right: 6px; }
          body .homePage .inputBox .inputModular .selectOption {
            width: 100%;
            position: absolute;
            top: 90px;
            background-color: #000;
            padding-left: 0;
            padding-right: 32px; }
            body .homePage .inputBox .inputModular .selectOption .option {
              cursor: pointer;
              width: 100%;
              height: 34px;
              padding: 0px 20px;
              line-height: 34px;
              border-radius: 200px;
              border: 1px solid var(--Grayscale-100, #FFF);
              background: #222;
              box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
              color: #FFF;
              font-family: Inter;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              margin-bottom: 10px; }
        body .homePage .inputBox .h5Btn {
          display: flex;
          align-items: center;
          width: 100%;
          position: absolute;
          bottom: 0;
          opacity: 1;
          padding: 0 16px;
          bottom: 40px;
          height: 56px; }
          body .homePage .inputBox .h5Btn .circular {
            width: 56px;
            height: 56px;
            background: transparent;
            flex: none;
            margin-right: 8px; }
          body .homePage .inputBox .h5Btn .btn {
            cursor: pointer;
            width: 100%;
            text-align: center;
            color: #000;
            font-family: Inter;
            font-size: 24px;
            font-weight: 700;
            border-radius: 200px;
            height: 56px;
            background: #FFF;
            box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
            padding: 0;
            line-height: 56px;
            margin-right: 0; }
          body .homePage .inputBox .h5Btn .btnText {
            color: #FFF;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            display: none; }
            body .homePage .inputBox .h5Btn .btnText span {
              color: #FFF;
              font-family: Inter;
              font-size: 12px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              letter-spacing: 0.2px; }
      body .homePage .setUpBox {
        display: flex;
        height: 48px;
        padding: 0px 20px;
        position: absolute;
        right: 100px;
        bottom: 100px;
        border-radius: 200px;
        background: #FFF;
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
        z-index: 100;
        cursor: pointer;
        display: none; }
        body .homePage .setUpBox .prev {
          padding: 12px 0;
          height: auto;
          margin-right: 6px; }
        body .homePage .setUpBox .line {
          height: 48px;
          border-right: 1px solid #e8eaed; }
        body .homePage .setUpBox .next {
          padding: 12px 0;
          height: auto;
          margin-left: 6px; }
      body .homePage .h5Prev {
        position: fixed;
        display: block;
        z-index: 10;
        bottom: 40px;
        z-index: 2;
        left: 16px; }
        body .homePage .h5Prev .prev {
          width: 56px;
          height: 56px;
          border-radius: 50px;
          background: #FFF;
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
          position: relative; }
          body .homePage .h5Prev .prev svg {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 16px; }
    body .overPage {
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      background: #000;
      padding: 0 16px; }
      body .overPage .overTitle {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
        width: 75%; }
      body .overPage .overText {
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; } }

