/** About
================================================*/
/** Heading */
.head_section {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.head_section .title {
  font-size: 52px;
  line-height: 62.4px;
  font-weight: 600;
  margin: 0;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .head_section .title {
    font-size: 40px;
    line-height: 48px;
  }
}

/** About */
.gv_page_about {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

/** Collabor */
.gv_page_collabor {
  position: relative;
  overflow: hidden;
}
.gv_page_collabor .content-box {
  padding-top: 120px;
  padding-bottom: 60px;
}
.gv_page_collabor .content-box article {
  width: 100%;
}
.gv_page_collabor .content-box article .entry-content {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

/** Mission Box */
.mission-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mission-box .name {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 24px;
}
.mission-box .name h2 {
  font-size: 52px;
  text-align: center;
  font-weight: 600;
  line-height: 62.4px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .mission-box .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.mission-box .mission-item .inner {
  font-family: "Open Sans", sans-serif;
  padding-top: 24px;
  padding-bottom: 24px;
}
.mission-box .mission-item .inner .icon {
  padding-bottom: 20px;
}
.mission-box .mission-item .inner .icon span {
  display: inline;
}
.mission-box .mission-item .inner .icon span img {
  height: 35px;
  width: auto;
}
.mission-box .mission-item .inner .info h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #F2F2F2;
  margin-bottom: 16px;
}
.mission-box .mission-item .inner .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #9597A7;
}

/** Vision Box */
.vision-box {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 110px;
}
.vision-box .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vision-box .image img {
  width: 100%;
  height: auto;
}
.vision-box .name {
  position: relative;
  padding-bottom: 24px;
}
.vision-box .name h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 62.4px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .vision-box .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.vision-box ul {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.vision-box ul > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.vision-box ul > li .inner {
  font-family: "Open Sans", sans-serif;
  padding-top: 24px;
  padding-bottom: 24px;
}
.vision-box ul > li .inner .icon {
  padding-bottom: 20px;
}
.vision-box ul > li .inner .icon span {
  display: inline;
}
.vision-box ul > li .inner .icon span img {
  height: 35px;
  width: auto;
}
.vision-box ul > li .inner .info h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #F2F2F2;
  margin-bottom: 16px;
}
.vision-box ul > li .inner .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #9597A7;
}

/** Science Box */
.science-wrap {
  position: relative;
  overflow: hidden;
  padding: 160px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.science-wrap::before {
  content: "";
  position: absolute;
  background: rgba(43, 44, 59, 0.7);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.science-wrap .container {
  position: relative;
  z-index: 3;
}
.science-wrap .tag {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.science-wrap .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.science-wrap .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.science-wrap .name h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 52.8px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .science-wrap .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

/** Team Box */
.team-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 110px;
}
.team-box .container > .row {
  align-items: center;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 767px) {
  .team-box .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.team-box .container > .row > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .team-box .container > .row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .team-box .container > .row .vx-left {
    order: 2;
  }
}
@media (max-width: 767px) {
  .team-box .container > .row .vx-right {
    order: 1;
  }
}
.team-box .image img {
  width: 100%;
  height: auto;
}
.team-box .name {
  position: relative;
  padding-bottom: 24px;
}
.team-box .name h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 62.4px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .team-box .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.team-box .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #F2F2F2;
}

/** Consult Box */
.consult-box {
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 50px;
}
.consult-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.consult-box .row > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.consult-box .info .name {
  position: relative;
  margin-bottom: 24px;
}
.consult-box .info .name h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .consult-box .info .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.consult-box .info .price {
  padding-bottom: 24px;
  position: relative;
}
.consult-box .info .price .in-price {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
  width: 265px;
  border-radius: 16px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #9597A7;
}
.consult-box .info .price .in-price span {
  color: rgb(124, 149, 254);
  font-size: 44px;
  line-height: 52.8px;
  font-weight: 700;
  margin-right: 10px;
}
.consult-box .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.consult-box .info .desc ul, .consult-box .info .desc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
}
.consult-box .info .desc ul > li, .consult-box .info .desc ol > li {
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
}
.consult-box .info .desc ul > li::before, .consult-box .info .desc ol > li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #F24040;
  position: absolute;
  left: 0;
  top: 10px;
}
.consult-box .info .desc ul > li:last-child, .consult-box .info .desc ol > li:last-child {
  margin-bottom: 0;
}
.consult-box .info .desc table {
  width: 100%;
  border: 0;
}
.consult-box .info .desc table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.consult-box .info .desc table thead tr th {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #F2F2F2;
  padding: 10px 0;
}
.consult-box .info .desc table thead tr th:nth-child(2) {
  text-align: center;
}
.consult-box .info .desc table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.consult-box .info .desc table tbody tr th {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #F2F2F2;
  padding: 10px 0;
}
.consult-box .info .desc table tbody tr th:nth-child(2) {
  text-align: center;
}
.consult-box .info .desc table tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F2F2F2;
  padding: 6px 0;
}
.consult-box .info .desc table tbody tr td:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.consult-box .image .img {
  display: block;
}
.consult-box .image .img img {
  width: 100%;
  height: auto;
}

/** Software Box */
.software-box {
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 50px;
}
.software-box .row {
  align-items: stretch;
  margin-left: -25px;
  margin-right: -25px;
}
.software-box .row > [class*=col-] {
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.software-box .info .name {
  position: relative;
  margin-bottom: 24px;
}
.software-box .info .name h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .software-box .info .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.software-box .info .price {
  padding-bottom: 24px;
  position: relative;
}
.software-box .info .price .in-price {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
  width: 265px;
  border-radius: 16px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #9597A7;
}
.software-box .info .price .in-price span {
  color: rgb(124, 149, 254);
  font-size: 44px;
  line-height: 52.8px;
  font-weight: 700;
  margin-right: 10px;
}
.software-box .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.software-box .info .desc ul, .software-box .info .desc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
}
.software-box .info .desc ul > li, .software-box .info .desc ol > li {
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
}
.software-box .info .desc ul > li::before, .software-box .info .desc ol > li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #F24040;
  position: absolute;
  left: 0;
  top: 10px;
}
.software-box .info .desc ul > li:last-child, .software-box .info .desc ol > li:last-child {
  margin-bottom: 0;
}
.software-box .info .desc table {
  width: 100%;
  border: 0;
}
.software-box .info .desc table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.software-box .info .desc table thead tr th {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #F2F2F2;
  padding: 10px 0;
}
.software-box .info .desc table thead tr th:nth-child(2) {
  text-align: center;
}
.software-box .info .desc table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.software-box .info .desc table tbody tr th {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #F2F2F2;
  padding: 10px 0;
}
.software-box .info .desc table tbody tr th:nth-child(2) {
  text-align: center;
}
.software-box .info .desc table tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F2F2F2;
  padding: 6px 0;
}
.software-box .info .desc table tbody tr td:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.software-box .image .img {
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .software-box .image .img {
    height: auto;
    border-radius: 0;
  }
}
.software-box .image .img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 991px) {
  .software-box .image .img img {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

/** Regist Box */
.regist-box {
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 110px;
}
.regist-box > .row {
  align-items: stretch;
  margin-left: -25px;
  margin-right: -25px;
}
.regist-box > .row > [class*=col-] {
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.regist-box .info .name {
  position: relative;
  margin-bottom: 24px;
}
.regist-box .info .name h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 62.4px;
  margin: 0;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .regist-box .info .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.regist-box .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #F2F2F2;
}
.regist-box .form {
  font-family: "Open Sans", sans-serif;
}
.regist-box .form .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #D3D4DA;
  padding-bottom: 10px;
}
.regist-box .form .navi {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
.regist-box .form .navi .tab_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.regist-box .form .navi .tab_nav > li {
  display: block;
  position: relative;
}
.regist-box .form .navi .tab_nav > li a {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 100px;
  line-height: 20px;
  color: #F2F2F2;
  display: block;
  width: 150px;
  text-align: center;
}
.regist-box .form .navi .tab_nav > li.active a {
  background: #fff;
  color: #131313;
}
.regist-box .form .tab_content .form-box {
  position: relative;
  z-index: 3;
  background: #171631;
  border-radius: 16px;
  padding: 32px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.regist-box .form .tab_content .form-box h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.regist-box .form .tab_content .form-box .form-person .form-input, .regist-box .form .tab_content .form-box .form-enterprise .form-input {
  margin-bottom: 16px;
}
.regist-box .form .tab_content .form-box .form-person label, .regist-box .form .tab_content .form-box .form-enterprise label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  margin-bottom: 7px;
}
.regist-box .form .tab_content .form-box .form-person input[type=text],
.regist-box .form .tab_content .form-box .form-person input[type=tel],
.regist-box .form .tab_content .form-box .form-person input[type=email],
.regist-box .form .tab_content .form-box .form-person input[type=date],
.regist-box .form .tab_content .form-box .form-person textarea, .regist-box .form .tab_content .form-box .form-person select, .regist-box .form .tab_content .form-box .form-enterprise input[type=text],
.regist-box .form .tab_content .form-box .form-enterprise input[type=tel],
.regist-box .form .tab_content .form-box .form-enterprise input[type=email],
.regist-box .form .tab_content .form-box .form-enterprise input[type=date],
.regist-box .form .tab_content .form-box .form-enterprise textarea, .regist-box .form .tab_content .form-box .form-enterprise select {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  height: 48px;
  padding: 9px 16px;
  line-height: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  outline: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}
.regist-box .form .tab_content .form-box .form-person input[type=file], .regist-box .form .tab_content .form-box .form-enterprise input[type=file] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  z-index: -2;
  position: relative;
  line-height: 0;
  font-size: 0;
  width: 0;
}
.regist-box .form .tab_content .form-box .form-person label.file-box, .regist-box .form .tab_content .form-box .form-enterprise label.file-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 32px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  margin: 0;
  cursor: pointer;
  height: 150px;
}
.regist-box .form .tab_content .form-box .form-person label.file-box .upload-file-drop .upl-icon, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .upload-file-drop .upl-icon {
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.regist-box .form .tab_content .form-box .form-person label.file-box .upload-file-drop .upl-icon span, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .upload-file-drop .upl-icon span {
  display: inline-block;
}
.regist-box .form .tab_content .form-box .form-person label.file-box .upload-file-drop .upl-icon span i, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .upload-file-drop .upl-icon span i {
  display: block;
  height: 32px;
  width: 32px;
  background-image: url("../images/svg/icn-upload-cloud.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.regist-box .form .tab_content .form-box .form-person label.file-box .upload-file-drop .upl-info h4, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .upload-file-drop .upl-info h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.25px;
  color: #fff;
  margin-bottom: 12px;
}
.regist-box .form .tab_content .form-box .form-person label.file-box .upload-file-drop .upl-info p, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .upload-file-drop .upl-info p {
  font-size: 12px;
  line-height: 14.08px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.4);
}
.regist-box .form .tab_content .form-box .form-person label.file-box .view-file-name, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .view-file-name {
  display: block;
  width: 100%;
  text-align: center;
}
.regist-box .form .tab_content .form-box .form-person label.file-box .view-file-name span, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .view-file-name span {
  display: inline-block;
  border-radius: 8px;
  padding: 8px;
  padding-right: 40px;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  line-height: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
}
.regist-box .form .tab_content .form-box .form-person label.file-box .view-file-name span::before, .regist-box .form .tab_content .form-box .form-enterprise label.file-box .view-file-name span::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5px;
  width: 12.5px;
  background-image: url("../images/svg/icn-close-box.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.regist-box .form .tab_content .form-box .form-person textarea, .regist-box .form .tab_content .form-box .form-enterprise textarea {
  height: 113px;
}
.regist-box .form .tab_content .form-box .form-person input[type=checkbox], .regist-box .form .tab_content .form-box .form-enterprise input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  z-index: -2;
  position: relative;
  line-height: 0;
  font-size: 0;
  width: 0;
}
.regist-box .form .tab_content .form-box .form-person label.acceptance, .regist-box .form .tab_content .form-box .form-enterprise label.acceptance {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  color: #D3D4DA;
}
.regist-box .form .tab_content .form-box .form-person label.acceptance::before, .regist-box .form .tab_content .form-box .form-enterprise label.acceptance::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #D3D4DA;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0px;
}
.regist-box .form .tab_content .form-box .form-person label.acceptance::after, .regist-box .form .tab_content .form-box .form-enterprise label.acceptance::after {
  content: "";
  background-image: url("../images/svg/icn-checkbox.png");
  height: 12px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 4px;
  top: 4px;
  display: none;
}
.regist-box .form .tab_content .form-box .form-person input[type=checkbox]:checked ~ label::after, .regist-box .form .tab_content .form-box .form-enterprise input[type=checkbox]:checked ~ label::after {
  display: block;
}
.regist-box .form .tab_content .form-box .form-person label.error, .regist-box .form .tab_content .form-box .form-enterprise label.error {
  color: red;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  font-weight: 300;
}
.regist-box .form .tab_content .form-box .form-person button, .regist-box .form .tab_content .form-box .form-enterprise button {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  background: linear-gradient(#4263EB, #253885);
  box-shadow: 0px 4px 12px 0 rgba(27, 27, 27, 0.06);
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  outline: none;
  cursor: pointer;
  border: 0;
}
.regist-box .form .tab_content .form-box .form-person .notice-box .success-notice, .regist-box .form .tab_content .form-box .form-enterprise .notice-box .success-notice {
  color: green;
  padding: 10px 0;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.regist-box .form .tab_content .form-box .form-person .notice-box .error-notice, .regist-box .form .tab_content .form-box .form-enterprise .notice-box .error-notice {
  color: red;
  padding: 10px 0;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.regist-box .form .tab_content .form-box .wpcf7-form p {
  margin: 0 0 16px;
  display: block;
  position: relative;
}
.regist-box .form .tab_content .form-box .wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  margin-bottom: 7px;
}
.regist-box .form .tab_content .form-box .wpcf7-form input[type=text],
.regist-box .form .tab_content .form-box .wpcf7-form input[type=tel],
.regist-box .form .tab_content .form-box .wpcf7-form input[type=email],
.regist-box .form .tab_content .form-box .wpcf7-form input[type=date],
.regist-box .form .tab_content .form-box .wpcf7-form textarea, .regist-box .form .tab_content .form-box .wpcf7-form select {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  height: 48px;
  padding: 9px 16px;
  line-height: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  outline: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}
.regist-box .form .tab_content .form-box .wpcf7-form input[type=file] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  z-index: -2;
  position: relative;
  line-height: 0;
  font-size: 0;
  width: 0;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 16px 32px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  margin: 0;
  cursor: pointer;
  height: 150px;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .upload-file-drop .upl-icon {
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .upload-file-drop .upl-icon span {
  display: inline-block;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .upload-file-drop .upl-icon span i {
  display: block;
  height: 32px;
  width: 32px;
  background-image: url("../images/svg/icn-upload-cloud.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .upload-file-drop .upl-info h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.25px;
  color: #fff;
  margin-bottom: 12px;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .upload-file-drop .upl-info p {
  font-size: 12px;
  line-height: 14.08px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.4);
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .view-file-name {
  display: block;
  width: 100%;
  text-align: center;
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .view-file-name span {
  display: inline-block;
  border-radius: 8px;
  padding: 8px;
  padding-right: 40px;
  width: 100%;
  overflow: hidden;
  height: 36px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  line-height: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
}
.regist-box .form .tab_content .form-box .wpcf7-form label.file-box .view-file-name span::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 12.5px;
  width: 12.5px;
  background-image: url("../images/svg/icn-close-box.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.regist-box .form .tab_content .form-box .wpcf7-form textarea {
  height: 113px;
}
.regist-box .form .tab_content .form-box .wpcf7-form span.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.regist-box .form .tab_content .form-box .wpcf7-form span.wpcf7-acceptance .wpcf7-list-item label input {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  position: relative;
  width: 0;
  padding: 0;
  margin: 0;
}
.regist-box .form .tab_content .form-box .wpcf7-form span.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  color: #D3D4DA;
}
.regist-box .form .tab_content .form-box .wpcf7-form span.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #D3D4DA;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0px;
}
.regist-box .form .tab_content .form-box .wpcf7-form input.wpcf7-submit {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  background: linear-gradient(#4263EB, #253885);
  box-shadow: 0px 4px 12px 0 rgba(27, 27, 27, 0.06);
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 100%;
  outline: none;
  cursor: pointer;
}/*# sourceMappingURL=about.css.map */