@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap");

body {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Helvetica Neue", "微軟正黑體",
    "Microsoft JhengHei", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

a {
  text-decoration: none;
}

.footer__bottom * {
  font: revert;
  line-height: 24px !important;
  margin: 0;
}

.footer__container * {
  font: revert;
  margin: revert;
}

.footer p {
  line-height: 24px !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.direction-row {
  flex-direction: row;
}

.direction-column {
  flex-direction: column;
}

/* header */

.header {
  z-index: 100;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.header-dark {
  z-index: 2;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.header__navOutWrap {
  width: 100%;
}

.home-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-home-link {
  display: none;
}

/* .header nav {
  width: 100%;
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1294117647);
} */

.header nav {
  width: 100%;
  display: flex;
  padding: 25px 0 25px 0px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.header-dark nav {
  width: 100%;
  display: flex;
  padding: 25px 0 25px 0px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255);
}

.header__nav-wrap {
  display: flex;
}

.header__menu {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
  height: 45px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  transition: 0.2s;
}

.header__menu-wrap {
  position: relative;
  bottom: -2px;
  width: 100%;
  display: flex;
  flex-shrink: 0;
}

.header__menu-icon {
  display: none;
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
  color: #00a19b !important;
  z-index: 10;
  /* position: absolute;
  right: 20px; */
}

.header__a {
  margin-left: 22px;
}

.header__a img.blue-logo {
  display: none;
}

/* header */

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

/* footer */
.footer {
  background-color: #f0f0f0;
}
.footer__container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 0px 40px;
}

@media screen and (max-width: 768px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    padding: 20px 0 20px;
  }
}
@media print {
  .footer__container {
    padding-left: 0.72cm;
    padding-right: 0.72cm;
  }
}

.footer__container--bottom {
  width: 100%;
  max-width: 1160px;
  padding: 0px 0 20px;
  margin: 0 auto;
}

@media print {
  .footer__container--bottom {
    padding-left: 0.72cm;
    padding-right: 0.72cm;
  }
}
.footer select {
  background-color: #002247;
  color: #fff;
  border: none;
  padding: 0px 10px 0px 0px;
}
@media screen and (max-width: 768px) {
  .footer select {
    width: fit-content;
  }
}
.footer select span {
  width: 20px;
  height: 15px;
}
.footer img {
  display: inline-block;
  width: 25px;
  height: 15px;
}
.footer__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__list {
    display: none;
  }
}
.footer__item {
  width: 20%;
}
.footer__title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0px;
}
.footer__link {
  display: block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
.footer__link:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__link--text {
    display: none;
  }
}
.footer__logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 20px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo img {
  width: 150px;
  height: 46px;
}
.footer__community {
  display: flex;
  align-items: center;
}
@media print {
  .footer__community {
    display: none;
  }
}
.footer__community img {
  width: 40px;
  height: 40px;
}
.footer__community--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__community--mobile {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.footer__community--mobile img {
  width: 40px;
  height: 40px;
}
.footer__name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  /* color: #fff; */
}
@media screen and (max-width: 768px) {
  .footer__name {
    display: none;
  }
}
.footer__name--mobile {
  font-size: 20px;
  font-weight: 500;
  /* color: #fff; */
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__name--mobile {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__address {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__address {
    flex-wrap: wrap;
  }
}
.footer__addressItem {
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__addressItem {
    margin-bottom: 20px;
  }
}
.footer__addressItem:last-child {
  margin-right: 0px;
}
/* .footer__addressItem p {
  color: #fff;
} */
@media screen and (max-width: 768px) {
  .footer__addressItem p {
    text-align: center;
    font-size: 14px;
  }
}
.footer__bottom {
  background-color: #d9d9d9;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-wrap: wrap;
    padding: 0px 15px;
    margin-bottom: 20px;
  }
}
.footer__nav a {
  width: fit-content;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #1c1c1c;
  padding: 0px 15px;
  border-right: 1px solid #1c1c1c;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__nav a {
    font-size: 14px;
    border: none;
    width: 50%;
    text-align: start;
    padding: 0px;
    margin-bottom: 15px;
    white-space: normal;
  }
}
@media print {
  .footer__nav a {
    width: 33.3333%;
    text-align: center;
  }
}
.footer__nav a:last-child {
  border: none;
}
@media print {
  .footer__nav a:last-child {
    border-right: 1px solid #1c1c1c;
  }
}
.footer__nav a:first-child {
  padding-left: 0px;
}
.footer__innerText--bolder {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__innerText--bolder {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__innerText {
    padding: 0px 15px;
  }
}
.footer__contact-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__contact-wrap {
    justify-content: center;
  }
}
@media print {
  .footer__contact-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.footer__contact-wrap span {
  font-size: 16px;
  line-height: 24px;
  /* color: #fff; */
}
.footer__contact-wrap span:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .footer__contact-wrap span {
    font-size: 14px;
  }
  .footer__contact-wrap span:first-child {
    margin-right: 24px;
  }
}
.footer__anniversary {
  padding: 25px 0px;
  background-color: #fff;
}
.footer__anniversary-content-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__anniversary-content-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer__anniversary-logo {
  width: 160px !important;
  height: auto !important;
  margin-right: 30px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .footer__anniversary-logo {
    margin-bottom: 20px;
    top: 0px;
  }
}
.footer__anniversary-title {
  margin-top: 0px !important;
  color: #007bc3;
  font-weight: 700;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .footer__anniversary-title {
    text-align: center;
  }
}
.footer__anniversary-list {
  margin-bottom: 0px;
  padding-left: 0px !important;
  list-style: none;
}
.footer__anniversary-list-item {
  position: relative;
  padding-left: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.footer__anniversary-list-dot {
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1c1c1c;
  margin-right: 10px;
}
.footer__anniversary-list-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.footer-news h2 {
  color: #fff;
  margin: 40px 0px;
}
.footer-news h3 {
  color: #fff;
}
.footer-news p {
  margin-top: 0px;
}
.footer-news .news__item {
  margin-bottom: 40px;
}
.footer-news .vedio__img {
  border: none;
}

.footer-select {
  width: 180px;
}
@media print {
  .footer-select {
    display: none;
  }
}
.footer-select .accordion-button {
  padding: 10px 0px;
  background-color: #002247;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-select .accordion-button:focus {
  box-shadow: none;
  z-index: 2;
}
.footer-select .accordion-button::after {
  background-image: url("../img/arrow.svg");
  width: 16px;
  height: 8px;
  background-size: contain;
}
.footer-select__icon {
  margin-right: 10px;
}
.footer-select .nav-pills {
  width: 180px;
  background-color: #f3f8fb;
  position: absolute;
  flex-direction: column;
}
.footer-select .nav-link {
  background-color: #f3f8fb;
  color: #002247;
  padding: 10px;
}
.footer-select .nav-pills .nav-link.active {
  color: #002247;
  background-color: #f3f8fb;
}

.footer-content {
  overflow-y: hidden;
}
.footer-content.open {
  max-height: none !important;
}
@media screen and (max-width: 768px) {
  .footer-content {
    max-height: none !important;
  }
}
@media print {
  .footer-content {
    height: auto;
  }
}

.footer-toggle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
@media print {
  .footer-toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-toggle {
    display: none;
  }
}
.footer-toggle__link {
  display: flex !important;
  align-items: center;
  margin-bottom: 0px !important;
  color: #002247 !important;
  font-weight: bold;
}
.footer-toggle__image-wrap {
  position: relative;
  top: 1.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.footer-toggle__image {
  width: 12px !important;
  object-fit: contain;
  object-position: center;
  transition: 0.2s;
}
.footer-toggle__image.open {
  transform: rotate(-180deg);
}

.title-color {
  color: #002247 !important;
}

.interested-background {
  background-color: #f0f0f0;
}

@media (max-width: 770px) {
  .logo_container {
    display: none !important;
  }
}

.logo_container .footerLogo img {
  width: 350px;
  height: 220px;
}

.logo_container .footerIcon img {
  width: 60px;
  height: 60px;
}

@media (min-width: 770px) {
  .logo_container_mobile {
    display: none !important;
  }
}

.logo_container_mobile .footerLogo_mobile img {
  width: 350px;
  height: 220px;
}

.logo_container_mobile .footerIcon img {
  width: 40px;
  height: 60px;
}

@media (max-width: 350px) {
  .footerLogo_mobile img {
    width: 100% !important;
    height: auto !important;
  }
}

/* footer */

.color__white {
  color: #fff;
}

.color__black_phone_white {
  color: #1c1c1c;
}

.kv-live {
  height: 400px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
/*
.invest-kv {
  background: url(../img/KV_live.png) center center no-repeat;
  background-size: cover;
}*/

.kv h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
}

#animation_container,
#canvas,
#dom_overlay_container {
  width: 100% !important;
  height: 100% !important;
  background: none !important;
}
/*240501*/

.fixed-btns {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  z-index: 11;
}

.fixed-btns a {
  display: flex;
  align-items: center;
  margin: 5px 0;
  background: #0d2342;
  border-radius: 20px;
  height: 40px;
}
.fixed-btns a p {
  color: #e3b449;
  font-size: 16px;
  padding-left: 0em;
  font-weight: 500;
  letter-spacing: 0.125em;
  opacity: 0;
  width: 0;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  white-space: nowrap;
}

.fixed-btns a img {
  width: 40px;
}
@media screen and (min-width: 1050px) {
  .fixed-btns a:hover p {
    opacity: 1;
    padding-left: 2em;
    width: calc(1.125em * 4 + 2em);
  }
}

@media screen and (max-width: 1050px) {
  .kv {
    margin-top: 88px;
  }

  .kv {
    width: 100%;
    height: calc(227 / 640 * 100vw);
    object-fit: cover;
  }

  .kv h1 {
    font-size: calc(36 / 640 * 100vw);
  }

  .header__nav-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 60%;
    background-color: white;
    flex-direction: column;
    justify-content: start;
    padding-top: 60px;
  }

  .header__menu-wrap {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .header__menu-icon {
    display: block;
  }

  .d-flex {
    padding: 0 16px;
    justify-content: unset !important;
  }

  .header__menu {
    margin-left: 0;
    padding: 15px;
    border-bottom: none;
  }

  .header-dark {
    background-color: #fff;
  }

  .header-dark nav {
    background-color: #fff;
  }

  .header__a img.white-logo {
    display: none;
  }

  .header__a img.blue-logo {
    display: block;
  }

  .color__black_phone_white {
    color: #1c1c1c;
  }

  .home-icon {
    display: none; /* Hide image */
  }

  .mobile-home-link {
    display: inline;
    color: #1c1c1c;
  }
}

.contact-form * {
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

/*popup*/

.contact-form,
.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .btn-calculator {
  display: flex;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  width: 185px;
  cursor: pointer;
  background: #e3b449;
}
.contact-form .btn-send {
  width: 250px;
}
.contact-form .btn-calculator:hover .btn-arrow img {
  transform: translateX(5px);
}
.contact-form .btn-calculator .btn-arrow img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form .btn-calculator .btn-txt {
  width: calc(100% - 45px);
  height: 100%;
  font-size: 16px;
  color: #002247;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}
.contact-form .btn-calculator .btn-arrow {
  width: 45px;
  background: rgba(255 255 255 / 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contact-form .btn-calculator .btn-arrow img {
  width: 15px;
}
.contact-form .popup-box {
  position: relative;
  border-radius: 8px;
  border: 1px solid #002247;
  width: 1000px;
  overflow: hidden;
}
.contact-form .popup-box .popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 21px;
  cursor: pointer;
}
.contact-form .popup-box .popup-close {
  z-index: 2;
}

.contact-form .popup-head {
  background: #002247;
  position: relative;
  text-align: center;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-form .popup-head span {
  font-size: 22px;
  font-weight: bold;
  color: #d5ad33;
  line-height: 1.6em;
}
.contact-form .popup-head h3 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 1em;
}

.contact-form .popup-body {
  background: #fff;
  padding: 20px 50px 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-form .popup-btn {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.contact-form .popup-body-form-box {
  width: 425px;
}
.contact-form .popup-body-form-box p {
  line-height: 26px;
}
.contact-form .form-item {
  margin-top: 20px;
  width: 100%;
}
.contact-form .form-item label {
  display: block;
  font-size: 14px;
  color: #383838;
  margin-bottom: 1em;
}
.contact-form .form-item input {
  display: block;
  border: 1px solid #bbbcbd;
  outline: none;
  height: 48px;
  width: 100%;
  font-size: 16px;
  padding: 0 1em;
}
.contact-form .form-item textarea {
  display: block;
  width: 100%;
  border: 1px solid #bbbcbd;
  outline: none;
  height: calc(2em + 1.5em * 4);
  width: 100%;
  font-size: 16px;
  padding: 1em;
  line-height: 1.5em;
}
.contact-form .popup-ing1 {
  position: absolute;
  top: 0;
  left: 96px;
}
.contact-form .popup-ing2 {
  position: absolute;
  top: 68px;
  left: 206px;
}
.contact-form .privacy-box {
  width: 425px;
}
.contact-form .privacy-box p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.contact-form .privacy-con {
  position: relative;
  width: 100%;
  height: 357px;
  overflow-y: scroll;
  padding: 1em 1em 1em 3em;
  background: #f7f7f7;
}
.contact-form .privacy-con ul li {
  list-style: cjk-ideographic;
  font-size: 16px;
  line-height: 26px;
}
.contact-form .privacy-btn {
  margin-top: 1em;
}
.contact-form .privacy-btn input {
  position: relative;
  /*margin-top: 6px;
    margin-right: 4px;*/
  margin-right: 0.5em;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.contact-form .privacy-btn input::after,
.contact-form .privacy-btn input::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.contact-form .privacy-btn input:before {
  position: absolute;
  left: 2px;
  top: -1px;
  background-color: #002247;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.contact-form .privacy-btn input:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.contact-form .privacy-btn input:after {
  position: relative;
  top: -3px;
  border: 2px solid #666666;
}

.contact-form .calculator-form .btn-calculator {
  background: #d6ba66;
}

@media (min-width: 901px) and (max-height: 850px) {
  .popup-box {
    height: 95dvh;
  }
  .contact-form .popup-head,
  .popup-head {
    height: calc(136px * 0.75);
  }
  .contact-form .popup-ing1,
  .popup-ing1 {
    width: calc(96px * 0.75);
  }
  .contact-form .popup-ing2,
  .popup-ing2 {
    width: calc(96px * 0.75);
    top: 51px;
  }
  .contact-form .popup-body,
  .popup-body {
    padding: 24px;
  }
  .popup-head img {
    width: 100%;
  }
  .popup .popup-body-form-box p {
    line-height: 1.25em;
    font-size: 12px;
  }
  .popup .form-item input {
    height: 3em;
    font-size: 12px;
  }
  .contact-form .form-item label,
  .form-item label {
    font-size: 12px;
    margin-bottom: 0.75em;
  }
  .popup .form-item textarea {
    font-size: 12px;
    height: calc(2em + 1.5em * 2);
  }
  .contact-form .privacy-con,
  .popup .privacy-con {
    height: 340px;
  }
  .popup .popup-btn {
    margin-top: 10px;
  }
  .contact-form .privacy-con ul li,
  .privacy-con ul li {
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media (min-width: 901px) and (max-height: 700px) {
  .popup-box {
    width: 900px;
  }
  .contact-form .popup-head,
  .popup-head {
    height: calc(136px * 0.6);
  }
  .contact-form .popup-ing1,
  .popup-ing1 {
    width: calc(96px * 0.6);
  }
  .contact-form .popup-ing2,
  .popup-ing2 {
    width: calc(96px * 0.6);
    top: 41px;
  }
  .contact-form .popup-body,
  .popup-body {
    padding: 15px;
  }
  .popup-head img {
    width: 100%;
  }
  .popup .popup-body-form-box p {
    line-height: 1.25em;
    font-size: 12px;
  }
  .popup .form-item {
    margin-top: 15px;
  }
  .contact-form .form-item label,
  .form-item label {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .popup .form-item input {
    height: 3em;
    font-size: 12px;
  }
  .popup .form-item textarea {
    font-size: 12px;
    height: calc(2em + 1.5em * 2);
  }
  .contact-form .privacy-con,
  .popup .privacy-con {
    height: 320px;
  }
  .popup .popup-btn {
    margin-top: 10px;
  }
  .contact-form .privacy-con ul li,
  .privacy-con ul li {
    font-size: 12px;
    line-height: 1.5em;
  }
}

@media (max-width: 900px) {
  .contact-form .privacy-con {
    height: 320px;
  }
  .contact-form .popup-box {
    height: calc(90dvh);
    padding-bottom: 25px;
    background: #fff;
  }

  .contact-form .popup-body-form-box {
    width: 100%;
  }
  .contact-form .privacy-box {
    width: 100%;
    margin-top: 30px;
  }
  .contact-form .popup-body {
    padding: 25px;
    overflow: scroll;
    height: calc(90dvh - 110px - 25px);
    position: relative;
  }
  .contact-form .popup-btn {
    margin-top: 25px;
  }
  .contact-form .privacy-btn {
    text-indent: -2em;
    padding-left: 2em;
  }
  .contact-form .privacy-btn label {
  }
  .contact-form .popup-ing1 {
    width: 80px;
    left: 40px;
  }
  .contact-form .popup-ing2 {
    width: 75px;
    left: 80px;
    top: initial;
    bottom: 0;
  }
  .contact-form .popup-ing img {
    width: 100%;
  }
  .contact-form .popup-head {
    height: 140px;
  }
  .contact-form .privacy-con {
    height: auto;
    overflow: initial;
  }
  .contact-form .privacy-con ul li,
  .contact-form .popup-body-form-box p {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-form .form-item label {
    font-size: 22px;
  }
  .contact-form .form-item input {
    font-size: 26px;
    height: 68px;
  }
  .contact-form .form-item textarea {
    font-size: 26px;
  }
  .contact-form .popup-head h3 {
    font-size: 40px;
  }
  .contact-form .popup-body .popup-btn {
    padding-bottom: 25px;
  }
  .contact-form .popup-head span {
    font-size: 26px;
  }
  .contact-form .privacy-box p {
    font-size: 32px;
  }
  .contact-form .privacy-btn label {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .contact-form .popup-box {
    height: calc(90dvh);
    padding-bottom: calc(25 / 640 * 100vw);
    background: #fff;
  }
  .fixed-btns {
    right: 0;
  }
  .fixed-btns a {
    height: calc(50 / 640 * 100vw);
    margin: calc(10 / 640 * 100vw);
  }
  .fixed-btns a img {
    width: calc(50 / 640 * 100vw);
  }
  .fixed-btns a p {
    font-size: calc(24 / 640 * 100vw);
  }
  .contact-form .popup-body-form-box {
    width: 100%;
  }
  .contact-form .privacy-box {
    width: 100%;
    margin-top: calc(30 / 640 * 100vw);
  }
  .contact-form .popup-body {
    padding: calc(25 / 640 * 100vw);
    overflow: scroll;
    height: calc(90dvh - calc(110 / 640 * 100vw) - calc(25 / 640 * 100vw));
    position: relative;
  }
  .contact-form .popup-btn {
    margin-top: calc(25 / 640 * 100vw);
  }
  .contact-form .privacy-btn {
    text-indent: -2em;
    padding-left: 2em;
  }
  .contact-form .privacy-btn label {
  }
  .contact-form .popup-ing1 {
    width: calc(80 / 640 * 100vw);
    left: calc(40 / 640 * 100vw);
    display: none;
  }
  .contact-form .popup-ing2 {
    width: calc(75 / 640 * 100vw);
    left: calc(80 / 640 * 100vw);
    top: initial;
    bottom: 0;
    display: none;
  }
  .contact-form .popup-ing img {
    width: 100%;
  }
  .contact-form .popup-head {
    height: calc(140 / 640 * 100vw);
  }
  .contact-form .privacy-con ul li,
  .contact-form .popup-body-form-box p {
    font-size: calc(26 / 640 * 100vw);
    line-height: calc(40 / 640 * 100vw);
  }
  .contact-form .form-item label {
    font-size: calc(22 / 640 * 100vw);
  }
  .contact-form .form-item input {
    font-size: calc(26 / 640 * 100vw);
    height: calc(68 / 640 * 100vw);
  }
  .contact-form .form-item textarea {
    font-size: calc(26 / 640 * 100vw);
  }
  .contact-form .popup-head h3 {
    font-size: calc(40 / 640 * 100vw);
  }
  .contact-form .popup-head span {
    font-size: calc(26 / 640 * 100vw);
  }
  .contact-form .privacy-box p {
    font-size: calc(32 / 640 * 100vw);
  }
  .contact-form .privacy-btn label {
    font-size: calc(24 / 640 * 100vw);
  }
}
