/* contact add
===================================================== */
.contact .fwbg a.btn.linkArr::before,
.contact .fwbg a.btn.linkArr::after,
.contact .fwbg a.btn.linkArr .box::before,
.contact .fwbg a.btn.linkArr .box::after {
  background: #f6f3f3;
}

a.btn.linkArr .col_red {
  color: #fa0046;
}

a.btn.linkArr:hover .col_red {
  color: #fff;
}

a.btn.linkArr.img.btn_modal .box {
  background-image: url("/assets/img/icon_plus.png");
  cursor: pointer;
}

a.btn.linkArr.img.btn_modal:hover .box {
  background-image: url("/assets/img/icon_plus_w.png");
}

.pageBody .modal_area .contactPoints li .img {
  background: transparent;
}

.pageBody .modal_area .contactPoints li a:hover .img img {
  opacity: 0.9;
  filter: brightness(0.7);
}

.pageBody .contactPoints li p.compact.solo {
  padding-top: 18px;
}

.modal_area {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal_area .modal_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal_area .modal_contents {
  width: 90%;
  max-width: 1230px;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  border: 3px solid #fa0247;
  border-radius: 8px;
}
.modal_area .modal_close {
  width: 31px;
  height: 31px;
  background: url("/assets/img/icon_close.png") no-repeat center/contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  transition: opacity .3s;
}
.modal_area .modal_close:hover {
  opacity: .6;
}

@media (min-width: 768px) {
  .pageBody .contactPoints li ul li {
    margin-right: 0;
  }

  .pageBody .mc.duo.ctr_L {
    justify-content: space-between;
  }
  .pageBody .mc.duo.ctr_L .col {
    width: 30%;
  }
  .pageBody .mc.duo.ctr_L .col a.btn.linkArr.img {
    display: block;
    width: 100%;
  }
  .pageBody .mc.duo.ctr_L .col a.btn.linkArr.img .box {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 10px;
    background-position: top 25px right 10px;
  }
  .pageBody .mc.duo.ctr_L .col a.btn.linkArr.img .box .txt {
    font-size: 2rem;
    text-align: left;
    padding: 0 20px 0 0;
    margin-bottom: .5em;
  }
  .pageBody .mc.duo.ctr_L .col a.btn.linkArr.img .box img {
    width: 100%;
  }
  .pageBody .mc.duo.ctr_L .col a.btn.linkArr.img:not(.btn_modal):hover .box {
    background-position: top 25px right 4px;
  }
}
@media (max-width: 767px) {
  .pageBody .modal_area .contactPoints {
    margin: 0 auto;
  }

  .contact .ctr_L a.btn.linkArr.img img {
    width: 35%;
  }

  .contact .fwbg .ctr {
    padding: 0 2em;
  }

  a.btn.linkArr.lg {
    font-size: 1.4rem;
  }

  .pageBody .contactPoints li p.compact.solo {
    padding-top: 12px;
  }

  .modal_area .modal_contents {
    max-height: 84%;
    height: 84%;
    padding: 40px 0 0;
    border-width: 1px;
    border-radius: 4px;
    top: 51%;
  }
  .modal_area .modal_inner {
    height: 100%;
    overflow-y: scroll;
  }
  .modal_area .modal_close {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
  .modal_area section {
    padding: 15px !important;
  }

  .simplebar-scrollbar::before {
    background: #28385E;
    border-radius: 4px;
    width: 4px;
    margin-left: 2px;
    margin-top: 2px;
  }

  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }

  .simplebar-track {
    background-color: #fff;
  }
}

/*# sourceMappingURL=contact.css.map */
