/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/templates/contact.scss ***!
  \****************************************************************************************************************************************************/
.teamBox {
  padding-bottom: 120px;
}
.teamBox .members {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  padding-top: 40px;
}
.teamBox .member > div {
  position: relative;
}
.teamBox .member figure img {
  margin: 0 auto;
  width: 270px;
  max-width: 100%;
}
.teamBox .member .memberInfo {
  text-align: center;
  padding: 16px 16px 24px;
}
.teamBox .member .memberInfo h3 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding-bottom: 8px;
}
.teamBox .member .memberInfo .position {
  font-size: 12px;
  color: #30aa86;
}
.teamBox .member .lkd {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #30aa86;
}
.teamBox .member .lkd svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
@media screen and (min-width: 640px) {
  .teamBox .members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1080px) {
  .teamBox .member .memberInfo {
    background: #003c3e;
    border-color: #003c3e;
  }
}
@media screen and (min-width: 1081px) {
  .teamBox {
    padding-bottom: 200px;
  }
  .teamBox h2 {
    font-size: 40px;
  }
  .teamBox .members {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    justify-content: center;
    padding-top: 80px;
  }
  .teamBox .member {
    cursor: pointer;
  }
  .teamBox .member .memberInfo {
    transition: all 0.4s ease;
    background: #b3b3b3;
    border-color: #b3b3b3;
  }
  .teamBox .member .memberInfo h3 {
    color: #fff;
    transition: all 0.4s ease;
  }
  .teamBox .member .memberInfo .position {
    color: #fff;
    transition: all 0.4s ease;
  }
  .teamBox .member .lkd {
    opacity: 0%;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .teamBox .member .lkd:hover {
    background: #003c3e;
  }
  .teamBox .member .lkd:hover svg path {
    fill: #30aa86;
  }
  .teamBox .member:hover .memberInfo {
    background: #003c3e;
    border-color: #003c3e;
  }
  .teamBox .member:hover .memberInfo h3 {
    color: #fff;
  }
  .teamBox .member:hover .memberInfo .position {
    color: #30aa86;
  }
  .teamBox .member:hover .lkd {
    opacity: 100%;
    visibility: visible;
  }
}

.sectionItem {
  padding: 80px 0;
}
.sectionItem.asfolder {
  padding-top: 25px;
  padding-bottom: 0;
}
.sectionItem.asfolder:first-child {
  padding-top: 155px;
}
.sectionItem.asfolder .folder {
  padding-top: 48px;
  padding-bottom: 80px;
}
.sectionItem .title {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionItem.asfolder .boxes .item:nth-child(2n) {
    flex-direction: row;
  }
  .sectionItem.asfolder .boxes .item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1081px) {
  .sectionItem {
    padding: 120px 0;
  }
  .sectionItem.asfolder {
    padding-top: 80px;
  }
  .sectionItem.asfolder:first-child {
    padding-top: 197px;
  }
  .sectionItem.asfolder .folder {
    padding: 80px 0 120px;
  }
  .sectionItem .title {
    padding-bottom: 80px;
  }
}

.boxes .item {
  padding-bottom: 80px;
}
.boxes .item:last-child {
  padding-bottom: 0;
}
.boxes .item h2 strong {
  color: #30aa86;
}
.boxes .item figure {
  position: relative;
  margin-bottom: 52px;
}
.boxes .item figure img {
  border-radius: 16px;
  margin: 0 auto;
}
.boxes .item figure mark {
  position: absolute;
  bottom: -28px;
  right: 32px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #30aa86;
}
.boxes .item figure .desc {
  border-radius: 8px;
  padding: 12px 24px;
  background: #003c3e;
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: -40px;
}
.boxes .item figure .desc p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.boxes .item figure .desc p strong {
  color: #30aa86;
}
@media screen and (min-width: 768px) {
  .boxes .item {
    align-items: flex-start;
  }
  .boxes .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .boxes .item figure {
    width: 47.6%;
    margin-bottom: 0;
  }
  .boxes .item .info {
    width: 48.5%;
  }
  .boxes .item .info--wide {
    width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .boxes .item {
    padding-bottom: 160px;
  }
  .boxes .item figure mark {
    bottom: -44px;
    right: 48px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 16px;
    font-size: 32px;
  }
  .boxes .item figure .desc {
    border-radius: 20px;
    padding: 24px;
    right: 47px;
    bottom: -47px;
  }
  .boxes .item figure .desc p {
    font-size: 18px;
  }
}

.cForm p {
  font-size: 12px;
  line-height: 1.2;
}
.cForm .fileBox {
  position: relative;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .cForm .fileBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cForm .fileBox {
    margin-bottom: 32px;
  }
}
.cForm .fileBox.error .file_tip {
  display: block;
  color: #f00;
}
.cForm .fileBox.error .file_label {
  border: 1px solid #f00;
}
.cForm .fileBox.warning .file_tip {
  display: block;
}
.cForm .fileBox.warning .file_label {
  border: 1px solid #30aa86;
}
@media screen and (max-width: 768px) {
  .cForm .fileBox .file_name {
    font-size: 16px;
  }
}
.cForm .fileBox .cross {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #003c3e;
  cursor: pointer;
  transform: translate(0, -50%) scale(1.3);
  transition: all 0.4s ease;
  pointer-events: none;
}
.cForm .fileBox .cross.is_active {
  transform: translate(0, -50%) scale(1.3) rotate(45deg);
  pointer-events: initial;
  color: #30aa86;
}
.cForm .fileBox .file_tip {
  position: absolute;
  font-size: 10px;
  padding-top: 4px;
  line-height: 120%;
  color: #30aa86;
  display: none;
}
.cForm .file_label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 16px 44px 16px 30px;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  background: #fff;
}
.cForm .file_label span {
  margin: 0;
}
.cForm .file_label.uploaded {
  pointer-events: none;
}
.cForm .file_label.uploaded span {
  color: #003c3e;
}
.cForm .fileInput {
  display: none;
}
.cForm .button {
  margin-top: 16px;
}

.preFooter .formBox {
  display: grid;
}
@media screen and (min-width: 931px) {
  .preFooter .formBox {
    grid-template-rows: minmax(auto, max-content) 1fr;
    grid-template-columns: minmax(330px, 490px) 512px;
    column-gap: 25px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 930px) {
  .preFooter .formBox {
    row-gap: 32px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 360px) {
  .preFooter .formBox {
    row-gap: 24px;
  }
}
.preFooter h2 {
  padding-bottom: 24px;
}
@media screen and (min-width: 931px) {
  .preFooter h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 930px) {
  .preFooter h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
}
.preFooter .teamBox {
  padding-bottom: 0;
  width: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 930px) {
  .preFooter .teamBox {
    margin-top: 32px;
  }
}
@media screen and (max-width: 360px) {
  .preFooter .teamBox {
    margin-top: 8px;
  }
}
.preFooter .teamBox .member {
  position: relative;
}
.preFooter .teamBox .member .memberInfo {
  position: absolute;
  max-width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 1080px) {
  .preFooter .teamBox .member .memberInfo {
    background: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.preFooter .teamBox .member .folder::before,
.preFooter .teamBox .member .folder::after {
  display: none;
}
.preFooter .teamBox .member h3 {
  line-height: 1.8;
  color: #003c3e;
  padding: 0;
}
.preFooter .teamBox .member .position {
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 930px) {
  .preFooter .teamBox .member figure {
    max-width: 306px;
  }
}
.preFooter .teamBox .member img {
  width: auto;
}
.preFooter .teamBox .member .lkd {
  right: 5px;
  transform: scale(1.4);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 931px) {
  .preFooter {
    padding-top: 52px;
  }
  .preFooter .titleBox--mobile {
    display: none;
  }
  .preFooter .cForm {
    min-width: 330px;
    margin-bottom: 52px;
  }
  .preFooter .cForm p {
    font-size: 14px;
  }
  .preFooter .teamBox {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .preFooter .teamBox .member .memberInfo {
    width: 400px;
    bottom: 41px;
    padding: 11px 16px 19px;
  }
  .preFooter .teamBox .member h3 {
    font-size: 26px;
  }
  .preFooter .teamBox .member .position {
    font-size: 18px;
  }
  .preFooter .teamBox .member .lkd {
    top: 5px;
  }
}
@media screen and (max-width: 930px) {
  .preFooter {
    padding-top: 32px;
  }
  .preFooter .teamBox h2 {
    padding-bottom: 10px;
  }
  .preFooter .teamBox .member {
    max-width: 324px;
    margin: 0 auto;
  }
  .preFooter .teamBox .member .memberInfo {
    width: 310px;
    bottom: 16px;
    padding: 13px 16px 14px;
  }
  .preFooter .teamBox .member h3 {
    font-size: 18px;
  }
  .preFooter .teamBox .member .position {
    font-size: 14px;
  }
  .preFooter .teamBox .member .lkd {
    top: 9%;
  }
}

.swal2-popup {
  background: #003c3e;
  border-radius: 16px;
}
.swal2-popup .swal2-html-container {
  margin: 0;
}
.swal2-popup .swal2-close {
  background: #30aa86;
  position: relative;
  top: 31px;
  right: 31px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  transition: all 0.4s ease;
}
.swal2-popup .swal2-close:focus {
  box-shadow: none;
}
.swal2-popup .swal2-close:hover {
  background: #30aa86;
}
@media screen and (min-width: 768px) {
  .swal2-popup .swal2-close {
    top: 48px;
    right: 48px;
    width: 36px;
    height: 36px;
    font-size: 38px;
  }
}

.popup-form {
  padding: 96px 32px 64px;
  text-align: left;
  color: #003c3e;
}
.popup-form h4 {
  font-size: 32px;
  padding-bottom: 24px;
  color: #30aa86;
}
.popup-form input[type=text],
.popup-form input[type=email],
.popup-form input[type=tel],
.popup-form input[type=search],
.popup-form input[type=password],
.popup-form textarea {
  padding: 16px 32px;
}
.popup-form textarea {
  height: 160px;
}
@media screen and (min-width: 769px) {
  .popup-form div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .popup-form div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 24px;
  }
}
.popup-form div.wpcf7 .wpcf7-list-item-label {
  color: #fff;
}
.popup-form div.wpcf7 .wpcf7-list-item-label::before {
  border: 1px solid #fff;
  background: #fff;
}
.popup-form div.wpcf7 .wpcf7-list-item-label::after {
  border: solid #003c3e;
  border-width: 0 2px 2px 0;
}
.popup-form div.wpcf7 .wpcf7-list-item-label input:checked + span::before {
  background: #fff;
}
.popup-form div.wpcf7 .label {
  color: #fff;
}
.popup-form div.wpcf7 .fileBox .wpcf7-form-control-wrap {
  margin: 0;
}
@media screen and (max-width: 360px) {
  .popup-form .checkInfo .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
.popup-form .checkInfo p,
.popup-form .checkInfo .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 10px;
}
.popup-form .checkInfo p {
  padding-bottom: 16px;
}
.popup-form .checkInfo .wpcf7-not-valid-tip {
  top: -12px;
}
.popup-form .button:hover {
  background-color: #30aa86;
}
@media screen and (min-width: 769px) {
  .popup-form h4 {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .popup-form textarea {
    height: 160px;
  }
}

.mBox {
  position: relative;
}

.swal-submit-popup {
  padding: 0 0 64px;
  width: 100%;
  max-width: 750px;
}
.swal-submit-popup .swal2-image {
  margin: 96px auto 0;
}
@media screen and (min-width: 361px) {
  .swal-submit-popup .swal2-image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 360px) {
  .swal-submit-popup .swal2-image {
    width: 70px;
    height: 70px;
  }
}
.swal-submit-popup .swal2-title {
  padding: 32px 32px 0;
}
.swal-submit-popup .swal2-title h2 {
  color: #fff;
}
@media screen and (min-width: 361px) {
  .swal-submit-popup .swal2-title h2 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 360px) {
  .swal-submit-popup .swal2-title h2 {
    padding-bottom: 24px;
  }
}
.swal-submit-popup .swal2-title p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 0;
}
.swal-submit-popup .swal2-title br {
  display: none;
}
.swal-submit-popup .swal2-html-container {
  color: #fff;
}

.cooBox {
  position: fixed;
  z-index: 300;
  left: 0;
  right: 0;
  bottom: 0;
  background: #30aa86;
  color: #fff;
  opacity: 0%;
  transition: all 0.4s ease;
}
.cooBox.visible {
  opacity: 100%;
}
.cooBox > div {
  padding: 25px 7%;
}
.cooBox .info {
  font-size: 14px;
}
.cooBox p {
  padding: 0;
}
.cooBox p a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.cooBox p a:hover {
  text-decoration: none;
}
.cooBox .button {
  background: #003c3e;
  color: #fff;
}
.cooBox .button:hover {
  background: #fff;
  color: #003c3e;
}
@media screen and (max-width: 767px) {
  .cooBox {
    border-radius: 16px 16px 0 0;
    text-align: center;
  }
  .cooBox .accept {
    margin: 20px auto 0;
  }
  .cooBox br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cooBox {
    border-radius: 24px 24px 0 0;
    text-align: left;
  }
  .cooBox > div {
    align-items: center;
  }
  .cooBox .info {
    flex: 1;
  }
  .cooBox .accept {
    margin-left: 5%;
  }
}

.contactPage {
  padding: 56px 0 120px;
}
.contactPage .container {
  width: 620px;
}
.contactPage h1 {
  font-size: 22px;
  padding-bottom: 13px;
}
@media screen and (min-width: 1081px) {
  .contactPage {
    padding-bottom: 160px;
  }
  .contactPage .container {
    width: 1270px;
  }
  .contactPage h1 {
    padding-bottom: 24px;
  }
  .contactPage .contactBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.cForm .button {
  margin-top: 24px;
}
.cForm .checkInfo p,
.cForm .checkInfo .wpcf7-list-item-label {
  font-size: 10px;
}
.cForm .checkInfo p {
  padding-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .cForm {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1081px) {
  .cForm {
    width: 490px;
    max-width: 43%;
  }
}

.contactMap {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .contactMap {
    width: 620px;
    max-width: 50%;
  }
}

#contact_map {
  width: 100%;
  height: 280px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #contact_map {
    height: 428px;
    border-radius: 24px;
  }
}

.locTitles {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.locTitles .item {
  display: block;
  background: #30aa86;
  color: #fff;
  font-weight: 600;
  font-size: 8px;
  text-align: center;
  padding: 5px;
  position: relative;
  width: 25%;
  transition: all 0.4s ease;
  cursor: pointer;
}
.locTitles .item::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #1d8566;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -1px;
}
.locTitles .item figure {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-right: 8px;
  line-height: 1;
}
.locTitles .item figure svg {
  width: 100%;
}
.locTitles .item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.locTitles .item:first-child::after {
  display: none;
}
.locTitles .item:hover, .locTitles .item.active {
  background: #003c3e;
  z-index: 1;
}
.locTitles .item:hover::after, .locTitles .item.active::after {
  display: none;
}
@media screen and (min-width: 600px) {
  .locTitles {
    margin-top: -58px;
  }
  .locTitles .item {
    font-size: 16px;
    padding: 10px 5px;
  }
  .locTitles .item::after {
    border-width: 14px 11px 0;
  }
  .locTitles .item figure {
    width: 28px;
    margin-right: 10px;
  }
  .locTitles .item:hover::after, .locTitles .item.active::after {
    bottom: -14px;
  }
}

.locDescriptions {
  position: relative;
  z-index: 2;
}
.locDescriptions .item {
  background: #003c3e;
  color: #fff;
  display: none;
  padding: 20px;
  border-radius: 0 0 8px 8px;
}
.locDescriptions .item .columnWrap {
  display: flex;
  justify-content: space-between;
}
.locDescriptions .item .column div {
  margin-bottom: 10px;
}
.locDescriptions .item figure {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
  color: #30aa86;
}
.locDescriptions .item p {
  padding-bottom: 0;
}
.locDescriptions .item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.locDescriptions .item .address figure {
  vertical-align: top;
  margin-top: 3px;
}
.locDescriptions .item.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .locDescriptions .item {
    border-radius: 0 0 16px 16px;
    padding: 25px 28px;
  }
}
