/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
.contact .info_form section .selectBox .verify, .contact .info_form section .selectBox input,
.contact .info_form section .selectBox textarea, .contact .info_form section .selectBox .selects .select_item select {
  width: 100%;
  font-size: 16px;
  color: #333;
  border: 1px #bbb solid;
  border-radius: 4px;
}

.contact .info_form section .selectBox .verify input, .contact .info_form section .selectBox textarea, .contact .info_form section .selectBox .selects .select_item select {
  padding: 10px 15px;
}

/* ==========================================================================
	contact & common
========================================================================== */
a, a >  label, button {
  display: table;
  transition: 0.3s;
}

.contact {
  color: #333;
  background-image: linear-gradient(to bottom, #fcfcfc 0, #fff 100%);
}
.contact .main {
  margin: auto;
  max-width: 950px;
}
.contact header {
  padding: 45px 0 10px;
}
.contact header .btn_version {
  float: right;
  padding: 6px 15px 5px;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 4px;
}
.contact header .btn_version.company {
  color: #003399;
  border: 1px #003399 solid;
}
.contact header .btn_version.company:hover {
  background-color: #003399;
}
.contact header .btn_version.member {
  color: #e40077;
  border: 1px #e40077 solid;
}
.contact header .btn_version.member:hover {
  background-color: #e40077;
}
.contact header .btn_version:hover {
  color: #fff;
}
.contact header .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
  width: 100%;
}
.contact header .title h1 {
  font-size: 27px;
}
.contact header .title h1.company {
  color: #003399;
}
.contact header .title h1.member {
  color: #e40077;
}
.contact header .title .service_info {
  display: flex;
  font-size: 14px;
}
.contact header .title .service_info li:first-child {
  margin-right: 15px;
}
.contact .info_form {
  padding: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  background-color: #f6f6f6;
  border: 1px #ddd solid;
}
.contact .info_form section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact .info_form section .formList_x1 {
  width: 100%;
}
.contact .info_form section .formList_x2 {
  width: 47.5%;
}
.contact .info_form section .selectBox {
  display: flex;
}
.contact .info_form section .selectBox label {
  margin-top: 11px;
}
.contact .info_form section .selectBox label span {
  color: #e50026;
}
.contact .info_form section .selectBox label.txt_x2 {
  min-width: 55px;
}
.contact .info_form section .selectBox label.txt_x3 {
  min-width: 70px;
}
.contact .info_form section .selectBox label.txt_x4 {
  min-width: 87px;
}
.contact .info_form section .selectBox label.txt_x4-2 {
  min-width: 78px;
}
.contact .info_form section .selectBox label.txt_x5 {
  min-width: 103px;
}
.contact .info_form section .selectBox label.txt_x5-2 {
  min-width: 93px;
}
.contact .info_form section .selectBox label.txt_x7 {
  min-width: 123px;
}
.contact .info_form section .selectBox .selects {
  flex-grow: 1;
}
.contact .info_form section .selectBox .selects .select_item {
  position: relative;
  margin-bottom: 20px;
}
.contact .info_form section .selectBox .selects .select_item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .info_form section .selectBox .selects .select_item:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}
.contact .info_form section .selectBox .selects.member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .info_form section .selectBox .selects.member .select_item:nth-child(odd) {
  width: 43.8%;
}
.contact .info_form section .selectBox .selects.member .select_item:nth-child(even) {
  width: 50.8%;
}
.contact .info_form section .selectBox input,
.contact .info_form section .selectBox textarea {
  flex-grow: 1;
  margin-bottom: 20px;
  outline: none;
}
.contact .info_form section .selectBox input {
  padding: 8px 15px 7px;
}
.contact .info_form section .selectBox textarea {
  height: 145px;
  line-height: 1.5;
}
.contact .info_form section .selectBox .verify {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact .info_form section .selectBox .verify .code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  font-family: Arial;
  letter-spacing: 3px;
  background-color: #ddd;
  border-radius: 0;
}
.contact .info_form section .selectBox .verify input {
  width: 55%;
  margin-bottom: 0;
  border-width: 0;
  border-left: 1px #bbb solid;
  border-radius: 0;
}
.contact .info_form section .remind {
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
}
.contact .info_form section .remind a {
  display: inline-table;
  color: #2979dc;
  text-decoration: underline;
}
.contact .info_form section .remind a:hover {
  text-decoration: none;
}
.contact .info_form section .remind span {
  display: block;
  color: #e50026;
}
.contact .info_form section .remind.member {
  margin-bottom: 10px;
}
.contact .info_form section.section_1 .select_item:last-child {
  margin-bottom: 0;
}
.contact .info_form section .textareaBox {
  padding-left: 55px;
  margin-bottom: 20px;
  width: 100%;
}
.contact .info_form section .textareaBox .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.contact .info_form section .textareaBox .btns input {
  display: none;
}
.contact .info_form section .textareaBox .btns .btn_upload {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 140px;
  height: 38px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}
.contact .info_form section .textareaBox .btns .btn_upload img {
  margin-right: 7px;
  height: 55%;
}
.contact .info_form section .textareaBox .btns .btn_upload.company {
  background-color: #003399;
}
.contact .info_form section .textareaBox .btns .btn_upload.company:hover {
  background-color: #2979dc;
}
.contact .info_form section .textareaBox .btns .btn_upload.member {
  background-color: #e40077;
}
.contact .info_form section .textareaBox .btns .btn_upload.member:hover {
  background-color: #8A0961;
}
.contact .info_form section .textareaBox p {
  font-size: 14px;
  color: #e50026;
  line-height: 1;
}
.contact .info_form section .textareaBox .confirm {
  display: none;
  font-size: 16px;
  line-height: 1;
}
.contact .info_form section .textareaBox .confirm li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
}
.contact .info_form section .textareaBox .confirm li .btn_cancel {
  margin-right: 7px;
  padding: 6px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 4px;
}
.contact .info_form section .textareaBox .confirm li .btn_cancel img {
  height: 100%;
}
.contact .info_form section .textareaBox .confirm li .btn_cancel:hover {
  background-color: rgba(229, 0, 38, 0.2);
}
.contact .info_form section .rules {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 43px;
}
.contact .info_form section .rules input[type=checkbox] {
  margin: 1px 6px 0 0;
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact .info_form section .rules label {
  cursor: pointer;
}
.contact .info_form section .rules label a {
  display: inline-table;
  padding-left: 5px;
  color: #2979dc;
  text-decoration: underline;
}
.contact .info_form section .rules label a:hover {
  text-decoration: none;
}
.contact .info_form hr {
  margin: 35px auto;
  border: 0;
  border-top: 1px #ddd solid;
  border-bottom: 2px #fff solid;
}
.contact .info_form .btn_sure {
  margin: 50px auto 0;
  width: 300px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
}
.contact .info_form .btn_sure.company {
  background-color: #003399;
  border-radius: 6px;
}
.contact .info_form .btn_sure.company:hover {
  background-color: #2979dc;
}
.contact .info_form .btn_sure.member {
  background-color: #e40077;
  border-radius: 6px;
}
.contact .info_form .btn_sure.member:hover {
  background-color: #8A0961;
}

body.popFix {
  overflow: hidden;
}

.pop {
  position: fixed;
  z-index: 999;
  top: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.pop.pop_warn, .pop.pop_select {
  display: none;
  justify-content: center;
  align-items: center;
}
.pop .pop_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.pop .pop_warnBox {
  position: relative;
  padding: 30px;
  width: 350px;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  border-radius: 10px;
}
.pop .pop_warnBox p {
  margin-bottom: 30px;
  min-height: 150px;
  font-size: 16px;
  line-height: 1.8;
}
.pop .pop_warnBox .btn_close {
  margin: 0 auto;
  width: 120px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
}
.pop .pop_warnBox .btn_close.company {
  background-color: #003399;
}
.pop .pop_warnBox .btn_close.company:hover {
  background-color: #2979dc;
}
.pop .pop_warnBox .btn_close.member {
  background-color: #e40077;
}
.pop .pop_warnBox .btn_close.member:hover {
  background-color: #8A0961;
}
.pop .pop_selectBox {
  position: relative;
  width: 100%;
  max-width: 450px;
  max-height: 100%;
  overflow: auto;
  border-radius: 10px;
  background-color: #fff;
}
.pop .pop_selectBox a {
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 1.35;
  word-wrap: break-word;
  border-bottom: 1px #ddd solid;
}
.pop .pop_selectBox a:first-child {
  background-color: #eee;
}
.pop .pop_selectBox a:last-child {
  border-width: 0;
}
.pop .pop_selectBox a.focus {
  color: #fff;
}
.pop .pop_selectBox.company a.focus {
  background-color: #003399;
}
.pop .pop_selectBox.member a.focus {
  background-color: #e40077;
}

@media screen and (max-width: 1030px) {
  .contact {
    padding: 0 4%;
  }
  .contact .info_form {
    padding: 5%;
  }
  .contact .info_form section .formList_x2 {
    width: 100%;
  }
  .contact .info_form section.section_1 .select_item:last-child {
    margin-bottom: 12px;
  }
  .contact .info_form section.section_1 .select_item.member:last-child {
    margin-bottom: 20px;
  }
  .contact .info_form section .remind {
    padding-left: 55px;
  }
  .contact .info_form section .remind.member {
    order: 3;
  }
  .contact .info_form section .textareaBox .btns .btn_upload {
    margin-right: 0;
  }
  .contact .info_form section .textareaBox .btns p {
    width: 100%;
    margin-top: 10px;
    line-height: 1.3;
  }
  .contact .info_form section .selectBox .selects.member .select_item:nth-child(odd),
  .contact .info_form section .selectBox .selects.member .select_item:nth-child(even) {
    width: 100%;
  }
  .contact .info_form section .rules {
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .contact header .title {
    align-items: center;
  }
  .contact header .title .service_info {
    flex-wrap: wrap;
    flex-grow: 1;
    margin-left: 10px;
    width: -moz-min-content;
    width: min-content;
    font-size: 13px;
    line-height: 1.3;
  }
  .contact header .title .service_info li {
    width: 100%;
    display: block;
    text-align: right;
  }
  .contact header .title .service_info li:first-child {
    margin-right: 0;
  }
  .contact .info_form .btn_sure {
    width: 55%;
    min-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .contact .info_form {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .contact .info_form section .selectBox {
    flex-wrap: wrap;
  }
  .contact .info_form section .selectBox label {
    margin: 0 0 8px;
    width: 100%;
  }
  .contact .info_form section .selectBox input,
  .contact .info_form section .selectBox textarea {
    margin-bottom: 25px;
  }
  .contact .info_form section .selectBox textarea {
    padding: 7px 10px;
  }
  .contact .info_form section.section_2 .selectBox .selects .select_item {
    margin-bottom: 25px;
  }
  .contact .info_form section .remind {
    padding-left: 0;
    line-height: 1.5;
  }
  .contact .info_form section .textareaBox {
    padding-left: 0;
  }
  .contact .info_form hr {
    margin: 7vw auto;
  }
  .contact .info_form .btn_sure {
    height: 45px;
    font-size: 19px;
    line-height: 44px;
  }
}
@media screen and (max-width: 390px) {
  .contact header .btn_version {
    padding: 6px 10px 5px;
    font-size: 14px;
  }
  .contact header .title h1 {
    font-size: 24px;
  }
  .contact header .title .service_info {
    margin: 5px 0 0 0;
    width: 100%;
    font-size: 12px;
  }
  .contact header .title .service_info li {
    width: auto;
    text-align: left;
  }
  .contact header .title .service_info li:first-child {
    margin-right: 15px;
  }
  .contact .info_form {
    font-size: 14px;
  }
  .contact .info_form section .selectBox .verify,
  .contact .info_form section .selectBox input,
  .contact .info_form section .selectBox textarea,
  .contact .info_form section .selectBox .selects .select_item select {
    font-size: 14px;
  }
  .contact .info_form section .selectBox .verify .code {
    font-size: 21px;
  }
  .contact .info_form section .remind {
    font-size: 13px;
  }
  .contact .info_form section .textareaBox .btns .btn_upload {
    width: 110px;
    height: 32px;
    font-size: 15px;
  }
  .contact .info_form section .textareaBox .btns p {
    font-size: 13px;
  }
  .contact .info_form section .textareaBox .confirm {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */