* {
  margin: 0px;
  padding: 0px; }

header .header-bottom {
  background: var(--BG_01); }

.mainBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  padding: 90px 0;
  background: var(--BG_01); }
  .mainBanner .pane-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px; }
  .mainBanner .r {
    width: 580px; }
  .mainBanner .l {
    width: 590px; }
    .mainBanner .l .pp1 {
      color: var(--BK_01);
      font-size: 46px;
      font-weight: 600;
      line-height: 130%;
      /* 52px */ }
      .mainBanner .l .pp1.en {
        white-space: nowrap; }
    .mainBanner .l .navUl {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .mainBanner .l .navUl .navLi {
        display: flex;
        gap: 5px;
        color: var(--BK_02);
        font-size: 18px;
        font-weight: 400;
        line-height: 160%; }
        .mainBanner .l .navUl .navLi::before {
          content: "";
          width: 28px;
          height: 28px;
          background-image: url("../img/true_20_20.svg");
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-position: center center;
          flex: none; }
        .mainBanner .l .navUl .navLi i {
          font-weight: 600;
          color: var(--BK_01); }
    .mainBanner .l .start_btn {
      color: #FFF;
      font-size: 16px;
      font-weight: 500;
      line-height: 100%;
      padding: 15px 50px;
      border-radius: 4px;
      background-color: #0060FA;
      margin-top: 70px;
      display: inline-block;
      cursor: pointer; }
    .mainBanner .l .pp4 {
      color: #081D4D;
      font-size: 15px;
      font-weight: 300;
      line-height: 150%;
      margin-top: 15px; }

.whyTl {
  color: var(--BK_01);
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
  /* 40px */
  margin: 130px auto 60px;
  text-align: center; }

.whyBox {
  width: 1320px;
  margin: 130px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px; }
  .whyBox .l {
    width: 580px; }
  .whyBox .r .pp1 {
    color: var(--BK_01);
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    /* 54px */ }
  .whyBox .r .pp2 {
    margin-top: 25px;
    color: var(--BK_02);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */ }
    .whyBox .r .pp2 i {
      color: var(--BK_01);
      font-weight: 600; }
  .whyBox .r .startBtn {
    border-radius: 4px;
    background: var(--VI_01);
    padding: 15px 50px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    cursor: pointer;
    margin-top: 50px; }

.howBox {
  display: flex;
  width: 1320px;
  gap: 30px;
  position: relative;
  margin: 0 auto; }
  .howBox .stepLine {
    position: absolute;
    left: -14px;
    top: 243px;
    width: 1350px;
    height: 2px;
    background: #EAEFF9;
    z-index: -1; }
  .howBox .stepCon .stepImg {
    width: 307px; }
  .howBox .stepCon .blueLine {
    width: 243.425px;
    height: 8px;
    margin-top: 20px;
    background: url("../../index/img/cdk/blueLine.svg") no-repeat left center; }
  .howBox .stepCon .pp1 {
    color: var(--BK_01);
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    line-height: 150%;
    /* 27px */
    display: flex;
    align-items: center;
    gap: 5px; }
    .howBox .stepCon .pp1 .right {
      width: 20px;
      height: 20px; }
  .howBox .stepCon .pp2 {
    color: var(--BK_02);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    margin-top: 15px; }

.howBox-wap {
  display: none; }

.flex-wrap-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 1320px;
  margin: 0 auto; }
  .flex-wrap-box .flex-item {
    width: calc(100% / 2 - 30px);
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: var(--BG_01, #F8F9FB);
    border-radius: 4px; }
    .flex-wrap-box .flex-item .pp1 {
      color: var(--BK_01);
      font-size: 20px;
      font-weight: 500;
      line-height: 100%;
      /* 20px */ }
    .flex-wrap-box .flex-item .pp2 {
      color: var(--BK_02);
      font-size: 16px;
      font-weight: 400;
      line-height: 160%;
      /* 22.4px */
      margin-top: 15px; }
    .flex-wrap-box .flex-item .reIcon {
      width: 220px; }

.payBox {
  margin-top: 130px;
  padding: 100px 0px;
  background-color: #F8F9FB; }
  .payBox .tl {
    color: #081D4D;
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    /* 36px */
    text-align: center; }
  .payBox .subTl {
    color: #374459;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 24px;
    line-height: 150%;
    /* 27px */ }
  .payBox .payMent {
    width: 1320px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .payBox .payMent .payImg {
      width: 474px; }
    .payBox .payMent .pays {
      width: 400px;
      display: flex;
      flex-direction: column;
      gap: 55px;
      padding-top: 25px;
      align-items: flex-start; }
      .payBox .payMent .pays:first-child {
        align-items: flex-end; }
      .payBox .payMent .pays .payItem {
        padding: 15px 25px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--BK_01);
        font-size: 15px;
        font-weight: 400;
        line-height: 130%;
        /* 20.8px */
        border-radius: 4px;
        background: #FFF; }
        .payBox .payMent .pays .payItem + .payItem {
          max-width: calc(100% - 30px); }
        .payBox .payMent .pays .payItem .payIcon {
          width: 28px;
          height: 28px; }

.options {
  width: 100%;
  margin-top: 130px;
  padding: 70px 0;
  display: flex;
  gap: 150px;
  justify-content: center;
  align-items: center;
  background: var(--BG_01); }
  .options .l {
    width: 580px; }
  .options .r {
    width: 590px; }
    .options .r .pp1 {
      color: var(--BK_01);
      font-size: 40px;
      font-weight: 600;
      line-height: 130%;
      /* 54px */ }
    .options .r .pp2 {
      color: var(--BK_02);
      font-size: 18px;
      font-weight: 400;
      line-height: 160%;
      /* 25.6px */
      margin-top: 20px; }
    .options .r .pay-flex {
      display: flex;
      margin-top: 40px;
      gap: 10px; }
      .options .r .pay-flex .payItem {
        padding: 0px 10px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 4px;
        border: 1px solid var(--Line_01);
        background: var(--White);
        width: 190px; }
        .options .r .pay-flex .payItem .payIcon {
          width: 36px;
          margin-right: 5px; }
        .options .r .pay-flex .payItem .trueIcon {
          width: 20px;
          margin-left: auto; }
        .options .r .pay-flex .payItem > span {
          color: var(--BK_01);
          font-size: 14px;
          font-weight: 400;
          line-height: 160%;
          /* 22.4px */ }

.quest-list {
  margin: 0 auto 130px; }

.quest-list .index-h2 {
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 42px;
  color: var(--BK_01);
  font-weight: 600;
  line-height: 130%;
  /* 40px */ }

@media screen and (max-width: 820px) {
  .pane-box {
    display: none !important; }

  .mainBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 35px;
    padding: 30px 20px;
    background: var(--BG_01); }
    .mainBanner .r {
      width: 100%; }
    .mainBanner .l {
      width: 100%; }
      .mainBanner .l .pp1 {
        color: var(--BK_01);
        font-size: 34px;
        font-weight: 600;
        line-height: 130%;
        /* 52px */ }
        .mainBanner .l .pp1.en {
          white-space: wrap; }
      .mainBanner .l .navUl {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .mainBanner .l .navUl .navLi {
          display: flex;
          gap: 5px;
          color: var(--BK_02);
          font-size: 16px;
          font-weight: 400;
          line-height: 150%; }
          .mainBanner .l .navUl .navLi::before {
            content: "";
            width: 20px;
            height: 20px;
            background-image: url("../img/true_20_20.svg");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            flex: none; }
          .mainBanner .l .navUl .navLi i {
            font-weight: 500;
            display: inline;
            color: var(--BK_01); }
      .mainBanner .l .start_btn {
        width: 100%;
        text-align: center;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        padding: 15px 50px;
        border-radius: 4px;
        background-color: #0060FA;
        margin-top: 30px;
        display: inline-block;
        cursor: pointer; }
      .mainBanner .l .pp4 {
        color: #081D4D;
        font-size: 15px;
        font-weight: 300;
        line-height: 150%;
        margin-top: 15px; }

  .whyTl {
    color: var(--BK_01);
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    /* 40px */
    margin: 50px auto 30px;
    padding: 0 20px;
    text-align: center; }

  .whyBox {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding: 0 20px;
    gap: 30px; }
    .whyBox .l {
      width: 100%; }
    .whyBox .r .pp1 {
      color: var(--BK_01);
      font-size: 26px;
      font-weight: 600;
      line-height: 130%;
      /* 54px */ }
    .whyBox .r .pp2 {
      margin-top: 20px;
      color: var(--BK_02);
      font-size: 16px;
      font-weight: 400;
      line-height: 160%;
      /* 25.6px */ }
      .whyBox .r .pp2 i {
        color: var(--BK_01);
        font-weight: 600; }
    .whyBox .r .startBtn {
      border-radius: 4px;
      background: var(--VI_01);
      padding: 15px 50px;
      display: inline-block;
      color: #FFF;
      font-size: 18px;
      font-weight: 500;
      line-height: 100%;
      /* 16px */
      cursor: pointer;
      margin-top: 50px;
      display: none; }

  .howBox {
    display: none; }

  .howBox-wap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px; }
    .howBox-wap .stepLine {
      position: absolute;
      left: 23px;
      top: 5px;
      width: 2px;
      height: 100%;
      background: #EAEFF9;
      z-index: -1; }
    .howBox-wap .stepCon {
      display: flex;
      gap: 15px; }
      .howBox-wap .stepCon .start_btn {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 100%;
        padding: 11px 20px;
        border-radius: 4px;
        background-color: #0060FA;
        margin-top: 15px;
        display: inline-block;
        width: auto;
        height: 35px;
        cursor: pointer;
        text-align: center; }
      .howBox-wap .stepCon .stepImg {
        width: 100%;
        margin-top: 15px; }
      .howBox-wap .stepCon .blueLine {
        width: 8px;
        height: 100px;
        margin-top: 5px;
        background-image: url("../../index/img/cdk/blueLine-wap1.svg"), url("../../index/img/cdk/blueLine-wap.svg");
        background-repeat: no-repeat;
        background-position: top center;
        flex-shrink: 0; }
      .howBox-wap .stepCon .pp1 {
        color: var(--BK_01);
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
        /* 27px */
        display: flex;
        align-items: center;
        gap: 5px; }
        .howBox-wap .stepCon .pp1 .right {
          width: 20px;
          height: 20px; }
      .howBox-wap .stepCon .pp2 {
        color: var(--BK_02);
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        /* 24px */
        margin-top: 10px; }

  .flex-wrap-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    .flex-wrap-box .flex-item {
      width: 100%;
      padding: 25px 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      background: var(--BG_01, #F8F9FB);
      border-radius: 4px; }
      .flex-wrap-box .flex-item .pp1 {
        color: var(--BK_01);
        font-size: 18px;
        font-weight: 600;
        line-height: 100%;
        /* 20px */ }
      .flex-wrap-box .flex-item .pp2 {
        color: var(--BK_02);
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        /* 22.4px */
        margin-top: 10px; }
      .flex-wrap-box .flex-item .reIcon {
        width: 100%; }

  .options {
    width: 100%;
    margin-top: 50px;
    padding: 25px 20px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    background: var(--BG_01); }
    .options .l {
      width: 100%; }
    .options .r {
      width: 100%; }
      .options .r .pp1 {
        color: var(--BK_01);
        font-size: 26px;
        font-weight: 600;
        line-height: 130%;
        /* 54px */ }
      .options .r .pp2 {
        color: var(--BK_02);
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        /* 25.6px */
        margin-top: 20px; }
      .options .r .pay-flex {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 10px; }
        .options .r .pay-flex .payItem {
          padding: 0px 10px;
          height: 50px;
          display: flex;
          align-items: center;
          border-radius: 4px;
          border: 1px solid var(--Line_01);
          background: var(--White);
          width: 100%; }
          .options .r .pay-flex .payItem .payIcon {
            width: 36px;
            margin-right: 5px; }
          .options .r .pay-flex .payItem .trueIcon {
            width: 20px;
            margin-left: auto; }
          .options .r .pay-flex .payItem > span {
            color: var(--BK_01);
            font-size: 14px;
            font-weight: 400;
            line-height: 160%;
            /* 22.4px */ }

  .quest-list .index-h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 26px;
    color: var(--BK_01);
    font-weight: 500;
    line-height: 150%;
    /* 40px */ } }
