body {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.g_kv {
  position: relative;
  background-attachment: fixed;
  background-image: url("img/kv_bg.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
}
.g_kv .df_logo {
  width: 18%;
  position: relative;
  left: 0;
  top: 0;
}
.g_kv .df_logo img {
  width: 100%;
  max-width: 100%;
}
.g_kv .tit {
  position: relative;
  padding: 2% 0 10% 0;
}
.g_kv .tit .main_title {
  font-size: 3.3rem;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 4rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  padding-right: 25%;
}
.g_kv .tit .sub_title {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: Montserrat;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

.g_main .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.g_main .container .title {
  margin: 4% 0 4% 0;
  display: inline-block;
  font-weight: 700;
}
.g_main .container .content_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.g_main .container .content_area .intro {
  font-family: Merriweather, Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  color: #5f5f5f;
  flex: 0 0 2;
}
.g_main .container .content_area .intro p {
  line-height: 28px;
  margin-bottom: 1rem;
}
.g_main .container .content_area .intro ul {
  font-size: 1rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.g_main .container .content_area .intro ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 28px;
  color: #5f5f5f;
  margin-bottom: 1rem;
  font-weight: 400;
  margin-left: 16px;
}
.g_main .container .form_area {
  flex: 0 0 1;
  background-color: #fff;
  box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.1);
  float: right;
  width: 100%;
  padding: 30px 25px;
  border-radius: 10px;
  max-width: 400px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.g_main .container .form_area .title {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
.g_main .container .form_area #regForm {
  width: 100%;
  display: block;
  margin: 0;
  float: left;
}
.g_main .container .form_area #regForm .formWrap {
  margin-bottom: 20px;
}
.g_main .container .form_area #regForm .formWrap.checkbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.g_main .container .form_area #regForm .formWrap.checkbox input {
  width: 25px;
  height: 25px;
}
.g_main .container .form_area #regForm .formWrap.hidden {
  display: none;
}
.g_main .container .form_area #regForm .formWrap .formLabel {
  display: none;
  width: 0;
  height: 0;
}
.g_main .container .form_area #regForm .formWrap .formInput {
  padding: 10px;
  font-size: 0.85rem;
  color: #6d6d66;
  font-weight: 500;
  transition: border-color 0.25s;
  border: 1px solid rgba(99, 99, 99, 0.3);
  cursor: pointer;
  width: 100%;
}
.g_main .container .form_area #regForm .formWrap select {
  width: 100%;
  border: 1px solid rgba(99, 99, 99, 0.3);
  transition: border-color 0.25s;
  font-size: 0.85rem;
  padding: 10px;
  background-color: #fff;
  font-weight: 500;
  border-radius: 0;
  color: #6d6d66;
  outline: 0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.g_main .container .form_area #regForm .formWrap option {
  font-weight: normal;
  display: block;
  white-space-collapse: collapse;
  text-wrap: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
.g_main .container .form_area #regForm .notice {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  margin-left: 20px;
}
.g_main .container .form_area #regForm .notice span {
  text-decoration: underline;
}
.g_main .container .form_area #regForm .notice span a {
  color: #212529;
}
.g_main .container .form_area #regForm .notice span a:hover {
  color: red;
  text-decoration: underline;
}
.g_main .container .form_area #regForm .form_btn {
  width: 100%;
  margin-top: 25px;
}
.g_main .container .form_area #regForm .form_btn .sendBtn {
  width: 100%;
  border-radius: 50px;
  background-color: #ffcb06 !important;
  color: #000 !important;
  font-weight: 600;
  padding: 15px 0;
  border: none;
  cursor: pointer;
  text-shadow: none;
  transition: all 0.2s ease-in;
}
.g_main .container .form_area #regForm .form_btn .sendBtn:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.g_footer {
  margin-top: 80px;
  margin-bottom: 20px;
}
.g_footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.g_footer .container .private_text h5 {
  color: #999;
  font-weight: 500 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px;
  line-height: 16px;
}
.g_footer .container .private_text span a {
  color: #999;
  text-decoration: none;
}
.g_footer .container .private_text span a:hover {
  text-decoration: underline;
}
.g_footer .container .links {
  font-weight: 500 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.g_footer .container .links span a {
  text-decoration: none;
  color: #999;
}
.g_footer .container .links span a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .g_kv {
    background-attachment: initial;
    background-size: cover;
    background-position: 60% 100%;
  }
  .g_kv .df_logo {
    width: 80%;
  }
  .g_kv .tit {
    padding: 0 10px;
    margin-bottom: 100px;
  }
  .g_kv .tit .main_title {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 25px;
    margin-top: 5px;
    padding: 0;
    text-align: left;
  }
  .g_kv .tit .sub_title {
    text-align: center;
    font-size: 1rem;
    text-align: left;
  }
  .g_main .container .title {
    margin: 50px 0;
  }
  .g_main .container .content_area {
    flex-direction: column;
    padding: 0 25px;
  }
}/*# sourceMappingURL=style.css.map */