.home-mv,
.home-mv.home-mv-doc {
  position: relative;
  background: #7fc9ef;
}
.home-mv-text {
  padding: 20px 0 0 40px;
  text-align: center;
}
.home-mv__form {
  width: 45%;
  padding: 25px;
  background: #7fc9ef;
}
.home-mv-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
.logo-performer img {
  width: 110px;
}
.logo-performer {
  margin-top: -30px;
}
.home-mv-text h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 4px 4px 5px rgb(0 31 92 / 20%);
}
.home-mv-text h3 span:first-child {
  font-size: 83px;
  font-family: 'Lato', sans-serif;
  color: #000;
}

.home-mv-text h3 span:last-child {
  font-size: 47px;
  font-family: 'Lato', sans-serif;
  color: #000;
}
.home-mv-text p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.home-mv-image {
    max-width: 626px;
    margin: 0 auto;
}
.home-mv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.home-mv__form form {
  background: white;
  padding: 20px 18px;
  border-radius: 20px;
  max-width: 460px;
  margin: 0 auto;
}
.home-mv__form__title {
  font-weight: bold;
  font-size: 21px;
  color: #1a469d;
  text-align: center;
  padding-bottom: 2px;
}
.home-mv__form__subtitle {
  font-size: 16px;
  padding-bottom: 16px;
  margin: 0;
  color: #1a469d;
  text-align: center;
  font-weight: bold;
}

.home-mv__form__title > span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.home-mv__form_text {
  font-size: 12px;
  line-height: 1.51;
  color: #153847;
}
.home-mv__form_text a {
  color: #153847;
  text-decoration: underline;
}
.home-mv__form table td small {
  font-size: 12px;
  line-height: 1.63;
  color: #667075;
  margin-top: 2px;
  display: block;
}

.home-mv__form table {
  width: 100%;
  font-size: 13px;
}

.home-mv__form table th,
.home-mv__form table td {
  padding-bottom: 26px;
  vertical-align: top;
}

.home-mv__form table th {
  width: 100px;
  color: #667075;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  height: 40px;
  padding: 0;
  padding-right: 10px;
}

.home-mv__form table th span,
.home-mv__form table p span {
  background: #469cc7;
  font-size: 12px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  padding: 2px 5px;
}

.home-mv__form table td {
  position: relative;
  color: #fff;
}

.home-mv__form table td .require,
.home-mv__form table td .any {
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 7px;
  font-size: 10px;
}

.home-mv__form table td .require--sl,
.home-mv__form table td .any--sl {
  right: 50%;
  top: 9px;
  margin-right: 30px;
}

.home-mv__form table .fullname th.first-name {
  width: 65px;
}

.home-mv__form button {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background-color: #ffec00;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-mv__form input[type="text"],
.home-mv__form textarea,
.home-mv__form select {
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  background: #cbe6f0;
  height: 40px;
}
.home-mv__form input::placeholder {
    color: #92A1A8;
}
.home-mv__form input[type="text"]:hover,
.home-mv__form textarea:hover,
.home-mv__form select:hover,
.home-mv__form input[type="text"]:focus,
.home-mv__form textarea:focus,
.home-mv__form input[type="text"]:focus {
  background: #b5ddef;
}

.home-mv__form select {
  min-height: 30px;
  background-size: 30px auto;
}

.home-mv__form textarea {
  height: 60px;
  resize: none;
}

.home-mv__t1 {
  width: 671px;
  height: 80px;
  font-size: 22px;
  color: #fff;
}

.home-mv__t2 {
  width: 527px;
  height: 48px;
  font-size: 18px;
  color: #fff;
}

.home-mv__btn {
  width: 300px !important;
  height: 50px;
  border-radius: 10px;
  background-color: #ffd700 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  gap: 16px;
  transition: 0.4s;
  margin: 0 auto;
}
.home-mv__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-mv__btn:hover {
  background-color: #ffc400 !important;
}

.home-mv__btn i {
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.home-mv__t3 {
  width: 271.7px;
  height: 24px;
  font-size: 24px;
  text-align: center;
  color: #222;
}

.checkbox-agree-box label {
  color: #0c82bc !important;
  font-size: 14px;
  font-weight: bold;
}
.checkbox-agree-box label a {
  color: #0c82bc !important;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.notify-captcha {
  display: none;
}
.notify-captcha.show {
  display: table-row;
}
.tr-checkbox td {
    padding-bottom: 16px !important;
}
.home-mv__form input[type="text"].error {
    background: #FFE8E9;
    border-color: #F95154;
}
.error-text {
    display: none;
}
.home-mv__form input[type="text"].error + .error-text, 
.home-mv__form input[type="text"].error + small + .error-text {
    display: block;
    color: #F95154;
    font-size: 10px;
    font-weight: bold;
    margin-top: 4px;
    position: absolute;
    bottom: 9px;
    left: 0;
}
.home-mv-banner-text {
  position: relative;
  text-align: left;
  display: inline-block;
  margin-bottom: 16px;
}
.home-mv-banner-text .home-mv-banner-content {
  margin: 0;
  background: #FFBE0C;
  display: inline-block;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 6px 0px;
  padding-left: 48px;
  position: relative;
  z-index: 3;
}
.home-mv-banner-text img {
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 9;
}
.home-mv-banner-text:after {
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 40px solid #ffbe0c;
  border-right: 16px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
.home-mv-banner-text:before {
  content: "";
  z-index: 0;
  width: calc(100% + 20px);
  height: 120%;
  border-top: 40px solid #000000;
  border-right: 16px solid transparent;
  position: absolute;
  left: 0;
  top: 5px;
}
.home-mv-banner-text .home-mv-banner-content sup {
  font-size: 15px;
  top: -6px;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .home-mv-text {
    width: 66%;
  }
}
@media (max-width: 1220px) {
  .home-mv-text h3 span:last-child {
    display: block;
  }
  .home-mv__form table th,
  .home-mv__form table td {
    display: block;
    width: 100%;
    height: auto;
  }

  .home-mv__form table tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .home-mv__form table th {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
  }

  .home-mv__form {
    width: auto;
    max-width: 385px;
  }
}
@media (max-width: 1000px) {
  .home-mv__btn {
    width: 100%;
    border: none;
    color: black;
    font-weight: bold;
    background: #ffd700;
    font-size: 18px;
    height: 60px;
    gap: 10px;
    align-self: center;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 6px;
    transition-duration: 0.4s;
    display: block;
    margin: 0 auto;
  }
  .home-mv,
  .home-mv.home-mv-doc {
    position: relative;
    height: auto;
    margin-top: 50px;
  }
  .home-mv-text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .home-mv__form {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 auto;
    max-width: 700px;
  }
  .home-mv:before,
  .home-mv.home-mv-doc:before {
    display: none;
  }
  .home-mv__inner {
    max-width: inherit;
    position: static;
    height: auto;
    flex-wrap: wrap;
  }
  .form-info {
    box-shadow: rgb(12 130 188 / 60%) 0px 7px 29px 0px;
    margin: 60px 20px;
    background: white;
    border-radius: 20px;
  }
  .form-info h1 {
    font-size: 22px;
    font-weight: bold;
    color: #0c82bc;
    padding: 15px 0;
    text-align: center;
  }
  #form_mobile table th,
  #form_mobile table td {
    display: block;
    width: 100%;
  }

  #form_mobile form {
    background: #e9f5fa;
    padding: 24px 15px;
    border-radius: 0 0 20px 20px;
  }

  #form_mobile table td input:not([type="checkbox"]),
  #form_mobile table td textarea {
    background: #cbe6f0;
    border: #cbe6f0;
    height: 40px;
    padding: 10px;
    font-size: 13px;
    color: #92a1a8;
    border-radius: 4px;
    outline: none;
  }

  #form_mobile table td input:focus {
    background: #b5ddef;
    color: #090a0a;
  }

  #form_mobile table th {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #form_mobile table tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #form_mobile table td .any,
  #form_mobile table td .require {
    position: absolute;
    top: 1px;
    left: 75px;
  }

  #form_mobile table td textarea {
    height: 60px;
  }
  #form_mobile .require,
  #form_mobile .any {
    background: #469cc7;
    border-radius: 4px;
    padding: 1px 6px;
    color: white;
    height: 18px;
    line-height: 15px;
    font-size: 11px;
  }

  #form_mobile .any {
    background: #92a1a8;
  }
  #form_mobile table th + td {
    margin-bottom: 15px;
  }
  #form_mobile table tr.tr-checkbox th {
    display: none;
  }
  #form_mobile table tr.tr-checkbox td {
    margin-bottom: 0;
  }

  #form_mobile table small {
    color: #667075;
    text-align: center;
    font-size: 12px;
  }
  .checkbox-agree-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .checkbox-agree-box label,
  .checkbox-agree-box a {
    color: #0c82bc !important;
    font-size: 12px;
  }
  .home-mv__form .notify-captcha {
    td {
      padding: 0;
    }
    th {
      display: none;
    }
  }
  .home-mv__form table tr.fullname {
    gap: 8px;
    th {
      display: none;
    }
    td {
      width: calc(100% / 2 - 4px);
    }
    p {
      position: relative;
      margin-bottom: 5px;
      display: flex;
      justify-content: space-between;
      color: #667075;
      font-size: 12px;
      span {
        position: static;
      }
    }
  }
}
@media (max-width: 1187px) {
  .home-mv-text h3 .hide-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .home-mv-banner-text {
    margin-bottom: 20px;
  }
  .home-mv-text .home-mv-banner-text .home-mv-banner-content {
    font-size: 18px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid #FFBE0C;
    line-height: inherit;
  }
  .home-mv-banner-text .home-mv-banner-content sup {
      font-size: 12px;
  }
  .home-mv-banner-text img {
    height: 70px;
    width: 66px;
    top: -7px;
    left: -30px;
  }
  .home-mv-banner-text:before {
    border-top: 60px solid #000000;
  }
  .home-mv-banner-text:after {
      border-top: 60px solid #ffbe0c;
  }
}
@-moz-document url-prefix() {
  .home-mv__form {
    padding-top: 20px;
  }
}