@font-face {
  font-family: "Matter-Light";
  src: url("../fonts/Matter-Light.ttf");
}

@font-face {
  font-family: "Matter-Regular";
  src: url("../fonts/Matter-Regular.ttf");
}

@font-face {
  font-family: "Matter-Medium";
  src: url("../fonts/Matter-Medium.ttf");
}

@font-face {
  font-family: "Matter-semiBold";
  src: url("../fonts/Matter-SemiBold.ttf");
}

@font-face {
  font-family: "Matter-Bold";
  src: url("../fonts/Matter-Bold.ttf");
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  margin: 0;
}

body .main_box {
  background-color: #1A1A1A;
  min-height: 100%;
  position: relative;
  padding: 200px 40px 40px;
}

body .main_box .p-left {
  color: #FFF;
  text-shadow: 0px 0px 0.093px rgba(141, 141, 141, 0.25);
  font-size: 28px;
  line-height: 96.5%;
  letter-spacing: 0.7px;
  font-family: "Matter-Light";
  position: absolute;
  top: 40px;
  left: 40px;
  margin: 0;
}

body .main_box .p-left span {
  display: block;
  font-family: "Matter-Medium";
}

body .main_box .p-right {
  margin: 0;
  color: #FFF;
  text-shadow: 0px 0px 0.093px rgba(141, 141, 141, 0.25);
  font-family: Matter;
  font-size: 18px;
  line-height: 96.5%;
  /* 17.37px */
  letter-spacing: 0.45px;
  font-family: "Matter-Regular";
  position: absolute;
  top: 40px;
  right: 40px;
}

body .main_box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 100%;
  padding-left: 380px;
}

body .main_box .text-box .user-box {
  text-align: center;
  position: absolute;
  left: 80px;
}

body .main_box .text-box .user-box img {
  max-width: 150px;
  margin-bottom: 20px;
}

body .main_box .text-box .user-box p {
  color: #FFF;
  font-size: 20px;
  line-height: 157.5%;
  /* 37.8px */
  font-family: "Matter-semiBold";
  margin: 0;
}

body .main_box .text-box .box p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-size: 32px;
  line-height: 117.5%;
  letter-spacing: 0.76px;
  font-family: "Matter-Light";
  max-width: 1000px;
}

body .main_box .text-box .box img {
  max-width: 150px;
  margin: 40px auto;
  display: block;
}

body .main_box .text-box .box .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  left: 100px;
  margin-top: 150px;
}

body .main_box .text-box .box .inputBox input {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #FFF;
  margin-right: 30px;
  width: 100%;
  outline: none;
  color: #FFF;
  text-shadow: 0px 0px 0.092px rgba(141, 141, 141, 0.25);
  font-size: 25px;
  /* line-height: 117.5%; */
  letter-spacing: 0.668px;
  font-family: "Matter-Bold";
}

body .main_box .text-box .box .inputBox button {
  border-radius: 50px;
  border: 3px solid #FFF;
  background: #000;
  color: #FFF;
  text-shadow: 0px 0px 0.092px rgba(141, 141, 141, 0.25);
  font-size: 25px;
  /* line-height: 117.5%; */
  letter-spacing: 0.668px;
  font-family: "Matter-Bold";
  padding: 8px 35px 12px 35px;
}

@media (max-width: 1600px) {
  body .main_box {
    padding: 170px 40px 40px;
  }
  body .main_box .p-left {
    font-size: 22px;
  }
  body .main_box .p-right {
    font-size: 16px;
  }
  body .main_box .text-box .user-box img {
    max-width: 120px;
    margin-bottom: 15px;
  }
  body .main_box .text-box .user-box p {
    font-size: 16px;
  }
  body .main_box .text-box .box p {
    color: white;
    text-align: center;
    text-shadow: rgba(141, 141, 141, 0.25) 0px 0px 0.11px;
    font-size: 26px;
    line-height: 117.5%;
    letter-spacing: 0.76px;
    font-family: Matter-Light;
    max-width: 760px;
  }
  body .main_box .text-box .box img {
    max-width: 90px;
    margin: 25px auto;
  }
  body .main_box .text-box .box .inputBox {
    left: 60px;
    margin-top: 100px;
  }
  body .main_box .text-box .box .inputBox input {
    font-size: 20px;
  }
  body .main_box .text-box .box .inputBox button {
    padding: 10px 35px 12px 35px;
    font-size: 18px;
    border: 2px solid #FFF;
  }
}

@media (max-width: 1366px) {
  body .main_box {
    padding: 125px 40px 40px;
  }
  body .main_box .p-left {
    font-size: 18px;
    left: 20px;
    top: 20px;
  }
  body .main_box .p-right {
    font-size: 14px;
    right: 20px;
    top: 20px;
  }
  body .main_box .text-box {
    padding-left: 290px;
  }
  body .main_box .text-box .user-box {
    left: 60px;
  }
  body .main_box .text-box .user-box img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  body .main_box .text-box .user-box p {
    font-size: 14px;
    margin: 0;
  }
  body .main_box .text-box .box p {
    font-size: 24px;
    font-family: Matter-Light;
    max-width: 760px;
    margin: 0;
  }
  body .main_box .text-box .box img {
    max-width: 90px;
    margin: 25px auto;
  }
  body .main_box .text-box .box .inputBox {
    left: 60px;
    margin-top: 100px;
  }
  body .main_box .text-box .box .inputBox input {
    font-size: 16px;
  }
  body .main_box .text-box .box .inputBox button {
    padding: 10px 35px 12px 35px;
    font-size: 14px;
    border: 2px solid #FFF;
  }
}

@media (max-width: 1199px) {
  body .main_box {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main_box .text-box {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .main_box .text-box .user-box {
    position: static;
    margin-bottom: 40px;
  }
  body .main_box .text-box .box .inputBox {
    left: 0;
    position: static;
  }
}

@media (max-width: 576px) {
  body .main_box {
    padding: 140px 20px 30px;
  }
  body .main_box .p-right {
    font-size: 14px;
    left: 20px;
    top: 90px;
  }
  body .main_box .text-box .box p {
    font-size: 16px;
  }
  body .main_box .text-box .box img {
    max-width: 75px;
    margin: 15px auto;
  }
  body .main_box .text-box .box .inputBox {
    margin-top: 50px;
    display: block;
  }
  body .main_box .text-box .box .inputBox input {
    margin-right: 0;
  }
  body .main_box .text-box .box .inputBox button {
    margin-top: 15px;
    width: 100%;
  }
}

body {
  margin: 0;
}

body .main {
  background-color: #1A1A1A;
  min-height: 100%;
  position: relative;
}

body .main .p-left {
  color: #FFF;
  text-shadow: 0px 0px 0.093px rgba(141, 141, 141, 0.25);
  font-size: 28px;
  line-height: 96.5%;
  letter-spacing: 0.7px;
  font-family: "Matter-Light";
  position: absolute;
  top: 40px;
  left: 40px;
  margin: 0;
}

body .main .p-left span {
  display: block;
  font-family: "Matter-Medium";
}

body .main .box {
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 40px 40px;
}

body .main .box h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 0.092px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Bold";
  font-size: 100px;
  line-height: 128.5%;
  /* 146.49px */
  letter-spacing: 2.28px;
  margin: 0 0 100px;
}

body .main .box h1 img {
  max-width: 130px;
  position: relative;
  top: 31px;
  margin: 0 -15px;
}

body .main .box h5 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 0.092px rgba(141, 141, 141, 0.25);
  font-family: Matter;
  font-size: 50px;
  line-height: 140%;
  /* 70.588px */
  letter-spacing: 1.008px;
  font-family: "Matter-Regular";
  margin: 0;
  font-weight: 400;
}

body .main .box h6 {
  color: #FFF;
  text-align: center;
  font-family: "Matter-semiBold";
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.672px;
  margin: 0 0 40px;
}

body .main .box h6 i {
  font-family: "Matter-Regular";
}

body .main .box > ul {
  margin: 60px auto;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 475px 475px;
      grid-template-columns: 475px 475px;
  gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1320px;
  position: relative;
}

body .main .box > ul img {
  position: absolute;
  max-width: 180px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .main .box > ul li {
  list-style-type: none;
}

body .main .box > ul li .box {
  padding: 30px;
  border-radius: 50px;
  background: #FFF;
  -webkit-box-shadow: 7.819px 19.548px 31.277px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 7.819px 19.548px 31.277px 0px rgba(0, 0, 0, 0.15);
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main .box > ul li .box .inner .title {
  min-height: 145px;
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main .box > ul li .box .inner .title h3 {
  color: #000;
  text-align: center;
  font-family: "Matter-semiBold";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 4.125px;
  text-transform: uppercase;
  margin: 0;
}

body .main .box > ul li .box .inner h4 {
  color: #000;
  text-align: center;
  font-family: "Matter-semiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

body .main .box > ul li .box .inner p {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 148.5%;
  /* 35.64px */
  font-family: "Matter-Regular";
  margin: 0 auto;
  max-width: 300px;
  min-height: 60px;
}

body .main .box .imp {
  color: #FFF;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Bold";
  font-size: 22px;
  font-weight: 700;
  line-height: 147.5%;
  letter-spacing: 0.48px;
}

body .main .box .grid-50 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 40px) calc(50% - 40px);
      grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  gap: 80px;
  margin-top: 80px;
  max-width: 100%;
}

body .main .box .grid-50 .col {
  max-width: 100%;
}

body .main .box .grid-50 .col ul {
  margin: 0;
  padding: 0 0 0 25px;
}

body .main .box .grid-50 .col ul li {
  color: #FFF;
  font-size: 18px;
  font-family: "Matter-Regular";
  font-weight: 400;
  line-height: 135.5%;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

body .main .activity {
  background: #FBD855;
  padding: 60px 40px;
}

body .main .activity .inner {
  max-width: 1600px;
  margin: 0 auto;
}

body .main .activity .inner p {
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 147.5%;
  /* 29.5px */
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}

body .main .activity .inner ul {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body .main .activity .inner ul li {
  list-style-type: none;
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 147.5%;
  /* 29.5px */
  letter-spacing: 0.4px;
}

body .main .users-box {
  background: #fff;
  padding: 60px 40px;
}

body .main .users-box .inner {
  max-width: 1600px;
  margin: 0 auto;
}

body .main .users-box .inner ul {
  margin: 0 auto 60px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 335px 340px;
      grid-template-columns: 335px 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
}

body .main .users-box .inner ul li {
  list-style-type: none;
}

body .main .users-box .inner ul li .img_box {
  margin: 0 auto;
}

body .main .users-box .inner ul li .img_box img {
  max-width: 200px;
}

body .main .users-box .inner ul li .img_box p {
  margin: 0;
  color: #000;
  font-family: "Matter-SemiBold";
  font-size: 22px;
  font-weight: 600;
  line-height: 157.5%;
  /* 37.8px */
  text-align: left;
}

body .main .users-box .inner p {
  color: #000;
  text-align: center;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Medium";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 147.5%;
  /* 35.4px */
  letter-spacing: 0.48px;
  margin: 0 0 30px;
}

body .main .footer {
  background: #d6d6d6;
  padding: 40px;
}

body .main .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0;
  padding: 0;
}

body .main .footer ul li {
  list-style-type: none;
  padding: 0 40px;
}

body .main .footer ul li p {
  color: #000;
  font-family: "Matter-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 141%;
  letter-spacing: 0.3px;
  margin: 0;
  max-width: 320px;
}

body .main .footer ul li img {
  max-height: 80px;
  max-width: 120px;
}

body .not_allowed {
  background-color: #1A1A1A;
  min-height: 100%;
  padding: 210px 30px 60px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: none;
}

body .not_allowed p {
  color: #FFF;
  text-shadow: 0px 0px 0.059px rgba(141, 141, 141, 0.25);
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0.7px;
  font-family: "Matter-Light";
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0 30px;
}

body .not_allowed p span {
  font-family: "Matter-Medium";
  display: block;
}

body .not_allowed h6 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 0.062px rgba(141, 141, 141, 0.25);
  font-size: 37.472px;
  line-height: 117.5%;
  letter-spacing: 0.749px;
  font-family: "Matter-Light";
  max-width: 440px;
  margin: 0 auto;
  font-weight: 500;
}

body .not_allowed h5 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 0.069px rgba(141, 141, 141, 0.25);
  font-size: 37px;
  line-height: 117.5%;
  letter-spacing: 0.74px;
  font-family: "Matter-Bold";
  max-width: 420px;
  font-weight: 300;
  margin: 0 auto;
}

body .not_allowed img {
  max-width: 140px;
  margin: 30px auto;
  display: block;
}

@media (max-width: 1600px) {
  body .main .p-left {
    font-size: 22px;
  }
  body .main .box {
    max-width: 1300px;
  }
  body .main .box h1 {
    font-size: 85px;
  }
  body .main .box h1 img {
    max-width: 100px;
    position: relative;
    top: 18px;
  }
  body .main .box h5 {
    font-size: 38px;
  }
  body .main .box h6 {
    font-size: 26px;
  }
  body .main .box > ul {
    -ms-grid-columns: 380px 380px;
        grid-template-columns: 380px 380px;
    gap: 50px;
  }
  body .main .box > ul img {
    max-width: 130px;
  }
  body .main .box > ul li .box {
    min-height: 250px;
  }
  body .main .box > ul li .box .inner .title {
    max-width: 300px;
    min-height: 105px;
  }
  body .main .box > ul li .box .inner .title h3 {
    font-size: 32px;
  }
  body .main .box > ul li .box .inner .title h4 {
    font-size: 24px;
  }
  body .main .box > ul li .box .inner p {
    font-size: 16px;
    line-height: 140%;
    max-width: 230px;
    min-height: 45px;
  }
  body .main .box .imp {
    font-size: 18px;
  }
  body .main .box .grid-50 {
    margin-top: 60px;
    -ms-grid-columns: calc(50% - 25px) calc(50% - 25px);
        grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    gap: 50px;
  }
  body .main .box .grid-50 .col ul {
    padding: 0 0 0 15px;
  }
  body .main .box .grid-50 .col ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  body .main .activity .inner {
    max-width: 1225px;
  }
  body .main .activity .inner p {
    font-size: 16px;
  }
  body .main .activity .inner ul li {
    font-size: 16px;
  }
  body .main .users-box .inner {
    max-width: 1225px;
  }
  body .main .users-box .inner p {
    font-size: 20px;
  }
  body .main .users-box .inner ul {
    max-width: 850px;
    -ms-grid-columns: 302px 310px;
        grid-template-columns: 302px 310px;
  }
  body .main .users-box .inner ul li .img_box img {
    max-width: 130px;
  }
  body .main .users-box .inner ul li .img_box p {
    font-size: 20px;
  }
  body .main .footer {
    background: #d6d6d6;
    padding: 25px 40px;
  }
  body .main .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 0;
    padding: 0;
  }
  body .main .footer ul li {
    list-style-type: none;
    padding: 0 30px;
  }
  body .main .footer ul li p {
    font-size: 10px;
    max-width: 265px;
  }
  body .main .footer ul li img {
    max-height: 70px;
    max-width: 110px;
  }
}

@media (max-width: 1366px) {
  body .main .p-left {
    font-size: 18px;
    left: 20px;
    top: 20px;
  }
  body .main .box {
    max-width: 1200px;
    padding: 130px 40px 40px;
  }
  body .main .box h1 {
    font-size: 70px;
    margin: 0 0 80px;
  }
  body .main .box h1 img {
    max-width: 85px;
  }
  body .main .box h5 {
    font-size: 32px;
  }
  body .main .box h6 {
    font-size: 22px;
  }
  body .main .box > ul {
    -ms-grid-columns: 340px 340px;
        grid-template-columns: 340px 340px;
    gap: 35px;
  }
  body .main .box > ul img {
    max-width: 110px;
  }
  body .main .box > ul li .box {
    min-height: 215px;
    border-radius: 35px;
  }
  body .main .box > ul li .box .inner .title {
    max-width: 300px;
    min-height: 105px;
  }
  body .main .box > ul li .box .inner .title h3 {
    font-size: 28px;
  }
  body .main .box > ul li .box .inner .title h4 {
    font-size: 20px;
  }
  body .main .box > ul li .box .inner p {
    font-size: 14px;
    line-height: 140%;
    max-width: 200px;
  }
  body .main .box .imp {
    font-size: 16px;
  }
  body .main .box .grid-50 {
    margin-top: 60px;
    -ms-grid-columns: calc(50% - 15px) calc(50% - 15px);
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    gap: 30px;
  }
  body .main .box .grid-50 .col ul {
    padding: 0 0 0 15px;
  }
  body .main .box .grid-50 .col ul li {
    font-size: 14px;
  }
  body .main .activity {
    padding: 40px 40px 60px;
  }
  body .main .activity .inner {
    max-width: 1125px;
  }
  body .main .activity .inner p {
    font-size: 14px;
    margin-top: 0;
  }
  body .main .activity .inner ul li {
    font-size: 14px;
  }
  body .main .users-box {
    padding: 40px;
  }
  body .main .users-box .inner {
    max-width: 1225px;
  }
  body .main .users-box .inner p {
    font-size: 17px;
  }
  body .main .users-box .inner p:last-child {
    margin-bottom: 0;
  }
  body .main .users-box .inner ul {
    max-width: 800px;
    -ms-grid-columns: 260px 265px;
        grid-template-columns: 260px 265px;
    margin: 0 auto 40px;
  }
  body .main .users-box .inner ul li .img_box img {
    max-width: 100px;
  }
  body .main .users-box .inner ul li .img_box p {
    font-size: 17px;
  }
  body .main .footer {
    background: #d6d6d6;
    padding: 25px 40px;
  }
  body .main .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 0;
    padding: 0;
  }
  body .main .footer ul li {
    list-style-type: none;
    padding: 0 30px;
  }
  body .main .footer ul li p {
    font-size: 10px;
    max-width: 265px;
  }
  body .main .footer ul li img {
    max-height: 70px;
    max-width: 110px;
  }
}

@media (max-width: 820px) {
  body .main .p-left {
    font-size: 16px;
  }
  body .main .box {
    max-width: 1200px;
    padding: 100px 40px 40px;
  }
  body .main .box h1 {
    font-size: 48px;
    margin: 0 0 55px;
  }
  body .main .box h1 img {
    max-width: 70px;
    margin: 0 -10px;
  }
  body .main .box h5 {
    font-size: 28px;
  }
  body .main .box h6 {
    font-size: 16px;
    margin: 0 0 30px;
  }
  body .main .box > ul {
    -ms-grid-columns: 270px 270px;
        grid-template-columns: 270px 270px;
    gap: 35px;
    margin: 40px auto;
  }
  body .main .box > ul img {
    max-width: 85px;
  }
  body .main .box > ul li .box {
    min-height: 170px;
    border-radius: 35px;
    padding: 20px;
  }
  body .main .box > ul li .box .inner .title {
    max-width: 240px;
    min-height: 80px;
  }
  body .main .box > ul li .box .inner .title h3 {
    font-size: 24px;
  }
  body .main .box > ul li .box .inner .title h4 {
    font-size: 16px;
  }
  body .main .box > ul li .box .inner p {
    font-size: 12px;
    line-height: 120%;
    max-width: 175px;
  }
  body .main .box .imp {
    font-size: 14px;
  }
  body .main .box .grid-50 {
    margin-top: 30px;
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
  }
  body .main .box .grid-50 .col ul {
    padding: 0 0 0 15px;
  }
  body .main .box .grid-50 .col ul li {
    font-size: 12px;
  }
  body .main .activity {
    padding: 40px;
  }
  body .main .activity .inner {
    max-width: 1125px;
  }
  body .main .activity .inner p {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  body .main .activity .inner ul li {
    font-size: 13px;
  }
  body .main .users-box {
    padding: 40px;
  }
  body .main .users-box .inner {
    max-width: 1225px;
  }
  body .main .users-box .inner p {
    font-size: 15px;
  }
  body .main .users-box .inner p:last-child {
    margin-bottom: 0;
  }
  body .main .users-box .inner ul {
    max-width: 500px;
    -ms-grid-columns: 175px 175px;
        grid-template-columns: 175px 175px;
    margin: 0 auto 40px;
  }
  body .main .users-box .inner ul li .img_box img {
    max-width: 80px;
  }
  body .main .users-box .inner ul li .img_box p {
    font-size: 15px;
  }
  body .main .footer {
    background: #d6d6d6;
    padding: 25px 40px;
  }
  body .main .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 0;
    padding: 0;
  }
  body .main .footer ul li {
    list-style-type: none;
    padding: 0 20px;
  }
  body .main .footer ul li p {
    font-size: 10px;
    max-width: 265px;
  }
  body .main .footer ul li img {
    max-height: 60px;
    max-width: 91px;
  }
}

@media (max-width: 767px) {
  body .not_allowed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .main {
    display: none;
  }
}

@media (max-width: 576px) {
  body .not_allowed {
    padding: 150px 30px 60px;
  }
  body .not_allowed p {
    font-size: 20px;
  }
  body .not_allowed h6 {
    font-size: 26px;
    max-width: 280px;
  }
  body .not_allowed h5 {
    font-size: 30px;
    max-width: 345px;
  }
}

body {
  margin: 0;
}

body .gph_msg {
  min-height: 100%;
  position: relative;
  background-image: url("../images/lines.svg");
  background-repeat: repeat;
  background-size: 1000px;
  padding: 80px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gph_msg a {
  position: absolute;
  display: block;
  right: 45px;
  top: 45px;
  width: 90px;
}

body .gph_msg a img {
  max-width: 90px;
}

body .gph_msg .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body .gph_msg .box .left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
}

body .gph_msg .box .left .lineBox {
  width: 150px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

body .gph_msg .box .left .lineBox.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body .gph_msg .box .left .lineBox.b-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body .gph_msg .box .left .lineBox.b-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body .gph_msg .box .left .lineBox span {
  background-color: rgba(241, 203, 68, 0.4);
  display: block;
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'McLaren';
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-size: 20px;
  letter-spacing: 0.7px;
}

body .gph_msg .box .left .lineBox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 2px;
  background: #000;
}

body .gph_msg .box .left .lineBox::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #000;
}

body .gph_msg .box .left img {
  max-width: 220px;
}

body .gph_msg .box .right {
  width: 100%;
  position: relative;
}

body .gph_msg .box .right img {
  margin-bottom: 80px;
}

body .gph_msg .box .right .text-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 60px;
}

body .gph_msg .box .right .text-box p {
  font-family: 'McLaren';
  margin: 0 0 25px;
  font-size: calc(16px + .5vw);
}

body .m-h-70 {
  min-height: 70px;
}

@media (max-width: 1600px) {
  body .gph_msg .box .right img {
    max-width: 800px;
  }
  body .gph_msg .box .right .text-box {
    max-width: 800px;
  }
  body .gph_msg .box .right .text-box p {
    font-size: calc(14px + .4vw);
  }
}

@media (max-width: 1199px) {
  body .gph_msg a {
    width: 55px;
  }
  body .gph_msg .box {
    max-width: 940px;
  }
  body .gph_msg .box .left img {
    max-width: 190px;
  }
  body .gph_msg .box .right img {
    max-width: 700px;
  }
  body .gph_msg .box .right .text-box {
    padding: 25px 40px;
  }
  body .gph_msg .box .right .text-box p {
    font-size: calc(14px + .4vw);
  }
}

@media (max-width: 1024px) {
  body .gph_msg a {
    width: 55px;
  }
  body .gph_msg .box {
    max-width: 700px;
  }
  body .gph_msg .box .left img {
    max-width: 130px;
  }
  body .gph_msg .box .left .lineBox {
    width: 110px;
    height: 70px;
    margin-top: 30px;
  }
  body .gph_msg .box .left .lineBox span {
    font-size: 16px;
  }
  body .gph_msg .box .left .right img {
    max-width: 700px;
    margin-bottom: 60px;
  }
  body .gph_msg .box .right .text-box {
    padding: 20px;
  }
  body .gph_msg .box .right .text-box p {
    font-size: calc(12px + .2vw);
  }
}

@media (max-width: 767px) {
  body .not_allowed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .gph_msg {
    display: none;
  }
}

body {
  margin: 0;
}

body .gph {
  min-height: 100%;
  position: relative;
  background-image: url("../images/lines.svg");
  background-repeat: repeat;
  background-size: 1500px;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gph .w-100 {
  width: 100%;
}

body .gph .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

body .gph .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 160px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .gph .box ul li {
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 14px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  display: block;
  list-style-type: none;
  margin-right: 45px;
  position: relative;
}

body .gph .box ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  display: block;
  position: absolute;
  left: -27px;
}

body .gph .box ul li:last-child {
  margin-right: 0;
}

body .gph .box ul li:last-child::before {
  background-color: #FBD855;
  border: 0;
}

body .gph .box > div.leftBox {
  width: 50%;
  position: relative;
  padding-right: 100px;
  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;
}

body .gph .box > div.leftBox .u-msg {
  max-width: 70%;
  margin-left: auto;
  display: block;
  margin-top: 40px;
}

body .gph .box > div.leftBox .user-img {
  max-width: 160px;
}

body .gph .box > div.leftBox .check-box {
  padding: 25px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #000;
  max-width: 210px;
  margin-left: 30%;
  margin-top: 50px;
}

body .gph .box > div.leftBox .check-box p {
  color: #1A1A1A;
  font-family: "Matter-Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.5%;
  letter-spacing: 0.695px;
  margin: 0;
}

body .gph .box > div.rightBox {
  width: 42%;
  position: relative;
}

body .gph .box > div.rightBox p {
  text-align: center;
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 24px;
  line-height: 117.5%;
  letter-spacing: 0.6px;
  margin: 0 0 15px;
}

body .gph .box > div.rightBox .gph_result {
  position: relative;
}

body .gph .box > div.rightBox .gph_result span {
  position: absolute;
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-SemiBold";
  font-size: 16px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
}

body .gph .box > div.rightBox .gph_result span.t {
  top: 0;
  left: calc(50% + 10px);
}

body .gph .box > div.rightBox .gph_result span.b {
  bottom: 0;
  left: calc(50% + 10px);
}

body .gph .box > div.rightBox .gph_result span.l {
  top: calc(50% + 5px);
  left: 0;
}

body .gph .box > div.rightBox .gph_result span.r {
  top: calc(50% + 5px);
  right: 0;
}

body .gph .box > div.rightBox .gph_result .ab-pos-tl {
  margin: 0;
  color: #000;
  font-family: "Matter-Regular";
  font-size: 16px;
  font-style: italic;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  position: absolute;
  top: 20%;
  left: 10%;
  -webkit-transform: translate(-20%, -10%) rotateZ(-30deg);
          transform: translate(-20%, -10%) rotateZ(-30deg);
}

body .gph .box > div.rightBox .gph_result .ab-pos-tr {
  margin: 0;
  color: #000;
  font-family: "Matter-Regular";
  font-size: 16px;
  font-style: italic;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  position: absolute;
  top: 20%;
  right: 10%;
  -webkit-transform: translate(-20%, -10%) rotateZ(-30deg);
          transform: translate(-20%, -10%) rotateZ(-30deg);
}

body .gph .box > div.rightBox .gph_result .ab-pos-bl {
  margin: 0;
  color: #000;
  font-family: "Matter-Regular";
  font-size: 16px;
  font-style: italic;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: 20%;
  left: 10%;
  -webkit-transform: translate(-20%, -10%) rotateZ(-30deg);
          transform: translate(-20%, -10%) rotateZ(-30deg);
}

body .gph .box > div.rightBox .gph_result .ab-pos-br {
  margin: 0;
  color: #000;
  font-family: "Matter-Regular";
  font-size: 16px;
  font-style: italic;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: 20%;
  right: 10%;
  -webkit-transform: translate(-20%, -10%) rotateZ(-30deg);
          transform: translate(-20%, -10%) rotateZ(-30deg);
}

body .gph .box > div.rightBox .gph_result h6 {
  position: absolute;
  top: calc(50% + 30px);
  right: -75px;
  margin: 0;
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 20px;
  line-height: 117.5%;
  font-weight: 400;
  letter-spacing: 0.6px;
}

body .gph .box > div.rightBox .gph_result .user-icons {
  height: 22px;
  width: auto;
}

body .gph .box > div.rightBox .gph_result img {
  width: 100%;
}

body .gph .msg-b {
  margin-top: 40px;
  color: #1A1A1A;
  text-align: center;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 18px;
  line-height: 117.5%;
  letter-spacing: 0.6px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 30px;
  max-width: 325px;
  display: block;
  margin-left: auto;
  background-color: #fff;
}

body .gph-1 {
  min-height: 100%;
  position: relative;
  background-image: url("../images/lines.svg");
  background-repeat: repeat;
  background-size: 1500px;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gph-1 .training-box {
  position: absolute;
  right: 60px;
  top: 50px;
  text-align: end;
}

body .gph-1 .training-box p {
  margin: 0;
  color: #000;
  font-family: "Matter-Medium";
  font-size: 16px;
  letter-spacing: 1px;
}

body .gph-1 .training-box .line {
  height: 2px;
  background-color: #000;
  width: 80%;
  position: relative;
  margin: 30px 0 30px auto;
}

body .gph-1 .training-box .line img {
  width: 20px;
}

body .gph-1 .w-100 {
  width: 100%;
}

body .gph-1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 14%;
  position: relative;
}

body .gph-1 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 42%;
  bottom: 0;
  width: 160px;
  -webkit-transform: translateX(-42%);
          transform: translateX(-42%);
  margin: 0;
}

body .gph-1 .box ul li {
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 14px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  display: block;
  list-style-type: none;
  margin-right: 45px;
  position: relative;
}

body .gph-1 .box ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  display: block;
  position: absolute;
  left: -27px;
}

body .gph-1 .box ul li:last-child {
  margin-right: 0;
}

body .gph-1 .box ul li:last-child::before {
  background-color: #FBD855;
  border: 0;
}

body .gph-1 .box > div.leftBox {
  width: 35%;
  position: relative;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .gph-1 .box > div.leftBox .u-msg {
  max-width: 80%;
  margin-left: 30%;
  display: block;
}

body .gph-1 .box > div.leftBox .user-img {
  max-width: 160px;
}

body .gph-1 .box > div.rightBox {
  width: 55%;
  position: relative;
}

body .gph-1 .box > div.rightBox .gph_result {
  position: relative;
  margin-top: 40px;
}

body .gph-1 .box > div.rightBox .gph_result span {
  position: absolute;
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-SemiBold";
  font-size: 16px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .gph-1 .box > div.rightBox .gph_result span img {
  width: 30px;
}

body .gph-1 .box > div.rightBox .gph_result span.t {
  top: -50px;
  left: calc(50% + 10px);
}

body .gph-1 .box > div.rightBox .gph_result span.t > div {
  width: 150px;
  margin-left: 10px;
  line-height: 24px;
}

body .gph-1 .box > div.rightBox .gph_result span.b {
  bottom: 0;
  left: calc(50% + 25px);
}

body .gph-1 .box > div.rightBox .gph_result span.l {
  top: calc(50% + -16px);
  left: -35px;
}

body .gph-1 .box > div.rightBox .gph_result span.r {
  top: calc(50% - 45px);
  right: -200px;
}

body .gph-1 .box > div.rightBox .gph_result span.r > div {
  width: 150px;
  margin-left: 10px;
  line-height: 24px;
}

body .gph-1 .box > div.rightBox .gph_result .user-icons {
  height: 22px;
  width: auto;
}

body .gph-1 .box > div.rightBox .gph_result img {
  width: 100%;
}

body .gph-1 .msgSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

body .gph-1 .msgSec .check-box {
  padding: 25px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #000;
  max-width: 210px;
}

body .gph-1 .msgSec .check-box p {
  color: #1A1A1A;
  font-family: "Matter-Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.5%;
  letter-spacing: 0.695px;
  margin: 0;
}

body .gph-1 .msgSec .msg-b {
  margin-top: 40px;
  color: #1A1A1A;
  text-align: center;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 18px;
  line-height: 117.5%;
  letter-spacing: 0.6px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 30px;
  max-width: 325px;
  display: block;
  margin-left: auto;
  background-color: #fff;
}

body .gph-2 {
  min-height: 100%;
  position: relative;
  background-image: url("../images/lines.svg");
  background-repeat: repeat;
  background-size: 1500px;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gph-2 .w-100 {
  width: 100%;
}

body .gph-2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

body .gph-2 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 160px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .gph-2 .box ul li {
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 14px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  display: block;
  list-style-type: none;
  margin-right: 45px;
  position: relative;
}

body .gph-2 .box ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  display: block;
  position: absolute;
  left: -27px;
}

body .gph-2 .box ul li:last-child {
  margin-right: 0;
}

body .gph-2 .box ul li:last-child::before {
  background-color: #FBD855;
  border: 0;
}

body .gph-2 .box > div.leftBox {
  width: 50%;
  position: relative;
  padding-right: 100px;
  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;
}

body .gph-2 .box > div.leftBox .u-msg {
  max-width: 70%;
  margin-left: auto;
  display: block;
  margin-top: 40px;
}

body .gph-2 .box > div.leftBox .user-img {
  max-width: 160px;
}

body .gph-2 .box > div.leftBox .check-box {
  padding: 25px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #000;
  max-width: 210px;
  margin-left: 30%;
  margin-top: 50px;
}

body .gph-2 .box > div.leftBox .check-box p {
  color: #1A1A1A;
  font-family: "Matter-Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.5%;
  letter-spacing: 0.695px;
  margin: 0;
}

body .gph-2 .box > div.rightBox {
  width: 42%;
  position: relative;
}

body .gph-2 .box > div.rightBox .gph_result {
  position: relative;
  margin: 25% 0 10%;
}

body .gph-2 .box > div.rightBox .gph_result .c-text,
body .gph-2 .box > div.rightBox .gph_result .inc-text,
body .gph-2 .box > div.rightBox .gph_result .time-text {
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-SemiBold";
  font-size: 18px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  margin: 0;
}

body .gph-2 .box > div.rightBox .gph_result .c-text {
  position: absolute;
  left: 15px;
  top: -5px;
}

body .gph-2 .box > div.rightBox .gph_result .inc-text {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

body .gph-2 .box > div.rightBox .gph_result .time-text {
  position: absolute;
  font-family: "Matter-Regular";
  right: -10px;
  bottom: 15px;
}

body .gph-2 .box > div.rightBox .gph_result .start,
body .gph-2 .box > div.rightBox .gph_result .end {
  position: absolute;
  font-family: "Matter-Regular";
  color: #000;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 14px;
  line-height: 117.5%;
  letter-spacing: 0.4px;
  margin: 0;
}

body .gph-2 .box > div.rightBox .gph_result .start {
  left: 15px;
  bottom: -20px;
}

body .gph-2 .box > div.rightBox .gph_result .end {
  right: -10px;
  bottom: -20px;
}

body .gph-2 .box > div.rightBox .gph_result > span {
  border-radius: 50%;
  background-color: #FBD855;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-1 {
  left: 8%;
  top: 12%;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-2 {
  left: 13%;
  top: 12%;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-3 {
  left: 18%;
  top: 12%;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-4 {
  left: 24%;
  top: 12%;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-5 {
  left: 29%;
  top: 12%;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-6 {
  left: 40%;
  top: 12%;
}

body .gph-2 .box > div.rightBox .gph_result > span.ball-7 {
  left: 36%;
  top: 67%;
}

body .gph-2 .box > div.rightBox .gph_result .out-line {
  position: absolute;
  left: 46%;
  top: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #E00;
  border-radius: 50%;
  padding: 1px 5px;
}

body .gph-2 .box > div.rightBox .gph_result .out-line span {
  border-radius: 50%;
  background-color: #FBD855;
  height: 15px;
  width: 15px;
}

body .gph-2 .box > div.rightBox .gph_result .out-line span.ball {
  margin: 0 5px;
}

body .gph-2 .box > div.rightBox .gph_result img {
  width: 100%;
}

body .gph-2 .box > div.rightBox .gph_result .o-ass {
  position: absolute;
  left: 45%;
  bottom: 4px;
}

body .gph-2 .box > div.rightBox .gph_result .o-ass .aas-bar {
  width: 8px;
  height: 30px;
  background-color: #747474;
  position: absolute;
  border-radius: 20px;
  bottom: -10px;
}

body .gph-2 .box > div.rightBox .gph_result .o-ass .aas-text {
  color: #747474;
  font-family: "Matter-SemiBold";
  font-size: 12px;
  -webkit-transform: rotate(-48.722deg);
          transform: rotate(-48.722deg);
  position: absolute;
  width: 70px;
  left: -55px;
  bottom: -46px;
}

body .gph-2 .box > div.rightBox .gph_result .y-ass {
  position: absolute;
  left: 50%;
  bottom: 4px;
}

body .gph-2 .box > div.rightBox .gph_result .y-ass .aas-bar {
  width: 8px;
  height: 30px;
  background-color: #E00;
  position: absolute;
  border-radius: 20px;
  bottom: -10px;
}

body .gph-2 .box > div.rightBox .gph_result .y-ass .aas-text {
  color: #E00;
  font-family: "Matter-SemiBold";
  font-size: 12px;
  -webkit-transform: rotate(-48.722deg);
          transform: rotate(-48.722deg);
  position: absolute;
  width: 55px;
  left: -40px;
  bottom: -40px;
}

body .gph-2 .msg-b {
  margin-top: 40px;
  color: #1A1A1A;
  text-align: center;
  text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
  font-family: "Matter-Regular";
  font-size: 18px;
  line-height: 117.5%;
  letter-spacing: 0.6px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 30px;
  max-width: 325px;
  display: block;
  margin-left: auto;
  background-color: #fff;
}

@media (max-width: 1600px) {
  body .gph .box > div.leftBox {
    width: 42%;
    padding-right: 60px;
  }
  body .gph .box > div.leftBox .user-img {
    max-width: 140px;
  }
  body .gph .box > div.leftBox .check-box {
    padding: 25px 20px;
    max-width: 175px;
  }
  body .gph .box > div.leftBox .check-box p {
    font-size: 18px;
  }
  body .gph .box > div.rightBox p {
    font-size: 18px;
  }
  body .gph .box > div.rightBox .gph_result span {
    position: absolute;
    color: #000;
    text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
    font-family: "Matter-SemiBold";
    font-size: 14px;
    line-height: 117.5%;
    letter-spacing: 0.4px;
  }
  body .gph .box > div.rightBox .gph_result h6 {
    right: -65px;
    font-size: 18px;
  }
  body .gph .box > div.rightBox .gph_result .ab-pos-tl,
  body .gph .box > div.rightBox .gph_result .ab-pos-tr,
  body .gph .box > div.rightBox .gph_result .ab-pos-bl,
  body .gph .box > div.rightBox .gph_result .ab-pos-br {
    font-size: 14px;
  }
  body .gph .msg-b {
    margin-top: 30px;
    font-size: 16px;
    max-width: 280px;
  }
  body .gph-1 .training-box {
    position: absolute;
    right: 60px;
    top: 50px;
    text-align: end;
  }
  body .gph-1 .training-box p {
    font-size: 14px;
  }
  body .gph-1 .training-box .line {
    margin: 20px 0 20px auto;
  }
  body .gph-1 .training-box .line img {
    width: 17px;
    top: -8.5px !important;
  }
  body .gph-1 .box {
    margin: 0 auto 0 8%;
  }
  body .gph-1 .box > div.leftBox {
    width: 33%;
  }
  body .gph-1 .box > div.leftBox .user-img {
    max-width: 140px;
  }
  body .gph-1 .box > div.rightBox {
    width: 40%;
  }
  body .gph-1 .box > div.rightBox .gph_result span {
    font-size: 14px;
  }
  body .gph-1 .box > div.rightBox .gph_result span img {
    width: 25px;
  }
  body .gph-1 .box > div.rightBox .gph_result span.l > div, body .gph-1 .box > div.rightBox .gph_result span.r > div {
    line-height: 20px;
  }
  body .gph-1 .msgSec .msg-b {
    margin-top: 30px;
    font-size: 16px;
    max-width: 280px;
  }
  body .gph-1 .msgSec .check-box {
    padding: 25px 20px;
    max-width: 175px;
  }
  body .gph-1 .msgSec .check-box p {
    font-size: 18px;
  }
  body .gph-2 .box > div.leftBox {
    width: 42%;
    padding-right: 60px;
  }
  body .gph-2 .box > div.leftBox .u-msg {
    max-width: 60%;
  }
  body .gph-2 .box > div.leftBox .user-img {
    max-width: 140px;
  }
  body .gph-2 .box > div.leftBox .check-box {
    padding: 25px 20px;
    max-width: 175px;
  }
  body .gph-2 .box > div.leftBox .check-box p {
    font-size: 18px;
  }
  body .gph-2 .box > div.rightBox p {
    font-size: 18px;
  }
  body .gph-2 .box > div.rightBox .gph_result {
    margin: 15% 0 10%;
  }
  body .gph-2 .msg-b {
    margin-top: 30px;
    font-size: 16px;
    max-width: 280px;
  }
}

@media (max-width: 1537px) {
  body .gph,
  body .gph-1 {
    padding: 40px 70px;
  }
  body .gph-2 {
    padding: 40px 70px;
  }
  body .gph-2 .box > div.leftBox {
    width: 42%;
    padding-right: 60px;
  }
  body .gph-2 .box > div.leftBox .u-msg {
    margin-left: 120px;
  }
  body .gph-2 .box > div.leftBox .check-box {
    margin-top: 25px;
  }
}

@media (max-width: 1366px) {
  body .gph {
    padding: 30px 70px;
  }
  body .gph .box > div.leftBox {
    width: 35%;
    padding-right: 60px;
  }
  body .gph .box > div.leftBox .u-msg {
    margin-top: 25px;
  }
  body .gph .box > div.leftBox .user-img {
    max-width: 140px;
  }
  body .gph .box > div.leftBox .check-box {
    padding: 15px;
    max-width: 150px;
  }
  body .gph .box > div.leftBox .check-box p {
    font-size: 16px;
  }
  body .gph .box > div.rightBox {
    width: 35%;
  }
  body .gph .box > div.rightBox p {
    font-size: 18px;
  }
  body .gph .box > div.rightBox .gph_result span {
    position: absolute;
    color: #000;
    text-shadow: 0px 0px 0.11px rgba(141, 141, 141, 0.25);
    font-family: "Matter-SemiBold";
    font-size: 14px;
    line-height: 117.5%;
    letter-spacing: 0.4px;
  }
  body .gph .box > div.rightBox .gph_result h6 {
    right: -65px;
    font-size: 18px;
  }
  body .gph .box > div.rightBox .gph_result .ab-pos-tl,
  body .gph .box > div.rightBox .gph_result .ab-pos-tr,
  body .gph .box > div.rightBox .gph_result .ab-pos-bl,
  body .gph .box > div.rightBox .gph_result .ab-pos-br {
    font-size: 12px;
  }
  body .gph .box > div.rightBox .gph_result .user-icons {
    height: 16px;
    width: auto;
  }
  body .gph-1 .training-box p {
    font-size: 14px;
  }
  body .gph-1 .training-box .line {
    margin: 20px 0 20px auto;
  }
  body .gph-1 .training-box .line img {
    width: 17px;
    top: -8.5px !important;
  }
  body .gph-1 .box {
    margin: 0 auto 0 0;
    max-width: 1000px;
  }
  body .gph-1 .box > div.leftBox .u-msg {
    max-width: 60%;
  }
  body .gph-1 .box > div.rightBox {
    width: 36%;
  }
  body .gph-1 .box > div.rightBox .gph_result span {
    font-size: 14px;
  }
  body .gph-1 .box > div.rightBox .gph_result span img {
    width: 25px;
  }
  body .gph-1 .box > div.rightBox .gph_result span.l > div, body .gph-1 .box > div.rightBox .gph_result span.r > div {
    line-height: 20px;
  }
  body .gph-1 .msgSec .check-box {
    padding: 15px;
    max-width: 150px;
  }
  body .gph-1 .msgSec .check-box p {
    font-size: 16px;
  }
  body .gph-2 {
    padding: 30px 70px;
  }
  body .gph-2 .box > div.leftBox {
    width: 35%;
  }
  body .gph-2 .box > div.leftBox .u-msg {
    margin-top: 25px;
  }
  body .gph-2 .box > div.leftBox .check-box {
    padding: 15px;
    max-width: 150px;
  }
  body .gph-2 .box > div.leftBox .check-box p {
    font-size: 16px;
  }
  body .gph-2 .box > div.rightBox {
    width: 33%;
  }
  body .gph-2 .box > div.rightBox .gph_result .c-text,
  body .gph-2 .box > div.rightBox .gph_result .inc-text,
  body .gph-2 .box > div.rightBox .gph_result .time-text {
    font-size: 15px;
  }
  body .gph-2 .box > div.rightBox .gph_result > span {
    width: 12px;
    height: 12px;
  }
  body .gph-2 .box > div.rightBox .gph_result .out-line span {
    width: 12px;
    height: 12px;
  }
  body .gph-2 .box > div.rightBox .gph_result .start,
  body .gph-2 .box > div.rightBox .gph_result .end {
    font-size: 12px;
  }
  body .gph-2 .box > div.rightBox .gph_result .o-ass .aas-bar {
    width: 7px;
    height: 25px;
  }
  body .gph-2 .box > div.rightBox .gph_result .o-ass .aas-text {
    font-size: 10px;
    width: 57px;
    left: -43px;
    bottom: -43px;
  }
  body .gph-2 .box > div.rightBox .gph_result .y-ass .aas-bar {
    width: 7px;
    height: 25px;
  }
  body .gph-2 .box > div.rightBox .gph_result .y-ass .aas-text {
    font-size: 10px;
    width: 43px;
    left: -32px;
    bottom: -38px;
  }
  body .gph-2 .box > div.rightBox .gph_result .inc-text {
    left: 17px;
    bottom: 20px;
  }
  body .gph-2 .box > div.rightBox .gph_result .time-text {
    bottom: 12px;
  }
  body .gph-2 .box > div.rightBox .gph_result .start,
  body .gph-2 .box > div.rightBox .gph_result .end {
    bottom: -15px;
  }
}

@media (max-width: 1024px) {
  body .gph {
    padding: 30px 45px 30px 10px;
  }
  body .gph .box > div.leftBox {
    width: 45%;
  }
  body .gph .box > div.leftBox .check-box {
    margin-top: 20px;
  }
  body .gph .box > div.leftBox .user-img {
    max-width: 125px;
  }
  body .gph .box > div.rightBox {
    width: 45%;
  }
  body .gph .box > div.rightBox .gph_result h6 {
    right: -60px;
    font-size: 15px;
  }
  body .gph-1 {
    padding: 30px 100px 30px 25px;
  }
  body .gph-2 .box > div.leftBox {
    width: 55%;
    padding-right: 0;
  }
  body .gph-2 .box > div.rightBox {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body .gph,
  body .gph-1,
  body .gph-2 {
    display: none;
  }
}
