@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&subset=chinese-traditional);
html {
  margin: 0 !important;
  padding: 0 !important;
}

.nav_seting {
  background-color: #157a2cb0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav_seting a img {
  width: 100%;
}

.nav_seting .nav-link {
  color: #444444;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .nav_seting a img {
    width: 100%;
  }
}

.navbar-brand {
  margin-right: 0%;
  width: 60%;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    margin-right: 0%;
    width: 60%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand {
    margin-right: 0%;
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand {
    margin-right: 0%;
    width: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand {
    margin-right: 0%;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: 0%;
    width: 30%;
  }
}

.top_meun_block ul[alt="meun"] {
  width: 100%;
}

.icon_link {
  width: 20%;
}

.icon_link li {
  display: block;
}

.icon_link li a {
  margin-right: 15px;
  font-size: 2rem;
}

@media (max-width: 575.98px) {
  .top_meun_block ul[alt="meun"] {
    width: 100%;
  }
  .icon_link {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top_meun_block ul[alt="meun"] {
    width: 100%;
  }
  .icon_link {
    width: 100%;
  }
}

.carousel_block {
  padding-top: 0px;
}

@media screen and (max-width: 575.98px) {
  .carousel_block {
    padding-top: 90px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .carousel_block {
    padding-top: 90px;
  }
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-nav > .active {
  color: #ffffff !important;
}

.nav-item > a {
  color: #ffffff !important;
}

.nav-item > a:hover {
  color: #383838 !important;
}

.navbar-collapse {
  margin-top: 15px;
  padding-left: 15px;
  width: 100%;
}

.navbar-toggler {
  background-color: #eeeeee;
}

button:focus {
  outline: none;
}

.main_block {
  position: relative;
  padding-top: 60px;
}

.main_block .main_ps_photo_01 {
  position: absolute;
  right: 15px;
  top: 35px;
  width: calc(35vh * 0.5625);
}

.main_block .main_ps_photo_01 img {
  width: 100%;
}

.news_bt_line {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
}

.news_bt_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 98%;
  border-top: 1px dashed #2c2c2c;
}

.news_b {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.news_b_img_001 {
  width: calc(40vw * 0.5625);
}

@media screen and (max-width: 575.98px) {
  .news_b_img_001 {
    width: calc(85vw * 0.5625);
  }
}

.zw_post_date_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zw_post_date_day span[alt="d"] {
  font-size: clamp(1.5rem, 2.5vw, 4rem);
  letter-spacing: 4px;
}

.carouselExampleFade {
  position: relative;
}

.carousel_pint {
  position: absolute;
  left: 0%;
  top: 90%;
  height: 50px;
  z-index: 10;
}

.carousel_mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  pointer-events: none;
  z-index: 8;
}

.carousel_mask img {
  width: 100%;
}

.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  background-color: #eeff00;
  border-radius: 50%;
}

.commodity_photo {
  position: absolute;
  right: calc(25vw * 0.5625);
  top: 80%;
  width: calc(40vw * 0.5625);
  height: 300px;
  z-index: 11;
}

.commodity_photo img {
  width: 100%;
}

.post_thumbnails_photo {
  width: 90%;
  height: 90%;
  overflow: hidden;
}

.post_thumbnails_photo img {
  width: 100%;
}

.insert_bg_01 {
  height: 40vh;
  width: 100%;
  overflow: hidden;
}

.insert_bg_01 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

@media screen and (max-width: 575.98px) {
  .insert_bg_01 {
    height: 20vh;
    width: 100%;
    overflow: hidden;
  }
}

.product_btn {
  padding: 20px 15px;
}

.product_btn a {
  width: 50%;
  height: 50px;
  background-color: #0e3c3f;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_btn a:hover {
  background-color: #23959b;
  color: #e0e0e0;
  overflow: hidden;
}

.product_photo {
  overflow: hidden;
}

.CP_Contact_block {
  position: relative;
  height: 68vh;
  background-image: url("http://gold.mgbanner.tw/wp-content/uploads/mask_001.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.CP_Contact_block img {
  width: 100%;
}

.CP_Contact_block .CP_Contact_info {
  position: absolute;
  left: 50%;
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.CP_Contact_block .CP_Contact_info .CP_Contact_info_title {
  position: relative;
}

.CP_Contact_block .CP_Contact_info .CP_Contact_info_title::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 15%;
  width: 50%;
  height: 1px;
  background-color: #000000;
}

@media screen and (max-width: 575.98px) {
  .CP_Contact_block {
    position: relative;
    height: 70vh;
  }
  .CP_Contact_block .CP_Contact_info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .CP_Contact_block .CP_Contact_info .CP_Contact_info_title p {
    font-size: 1rem;
  }
  .CP_Contact_block .CP_Contact_info .CP_Contact_info_title::before {
    height: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .CP_Contact_block {
    position: relative;
    height: 60vh;
  }
  .CP_Contact_block .CP_Contact_info {
    top: 50%;
  }
  .CP_Contact_block .CP_Contact_info .CP_Contact_info_title p {
    font-size: 1rem;
  }
  .CP_Contact_block .CP_Contact_info .CP_Contact_info_title::before {
    height: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .CP_Contact_block {
    position: relative;
    height: 50vh;
  }
  .CP_Contact_block .CP_Contact_info {
    position: absolute;
    left: 50%;
    top: 70%;
    bottom: 2%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .CP_Contact_block .CP_Contact_info .CP_Contact_info_title p {
    font-size: 0.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .CP_Contact_block {
    position: relative;
    height: 50vh;
  }
  .CP_Contact_block .CP_Contact_info .CP_Contact_info_title p {
    font-size: 0.8rem;
  }
}

.map_block {
  overflow: hidden;
  height: 50vh;
  padding-bottom: 15px;
}

.map_block iframe {
  width: 100%;
  height: 50vh;
}

.footer_block {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #304936;
}

.footer_block a {
  text-decoration: none;
  color: #ffffff;
}

.footer_block p {
  color: #ffffff;
}

.leftLogoText {
  font-size: 1.8rem;
  color: #bb0202;
}

.leftLogoText span {
  font-size: 1.3rem;
}

.form-black-go-to h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 10px;
  color: #ffffff !important;
}

.form_contain {
  position: relative;
  overflow: hidden;
}

.form_contain .form_ps_photo_01 {
  position: absolute;
  left: 15px;
  top: -80px;
  width: calc(30vh * 0.5625);
  background-color: #f11313;
  height: 60px !important;
}

.form_contain .form_ps_photo_02 {
  position: absolute;
  right: 15px;
  bottom: -100px;
  width: calc(30vh * 0.5625);
}

.form_contain .form_ps_photo_02 img {
  width: 100%;
}

.form_block {
  position: relative;
  overflow: hidden;
}

.form_block .logo_yang {
  position: absolute;
  width: 20%;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.form_block .logo_yang img {
  width: 100%;
}

.form_block .Photo_l {
  position: absolute;
  width: calc(45vw * 0.5625);
  left: 0;
  bottom: 0;
}

.form_block .Photo_l img {
  width: 100%;
}

.form_block .Photo_r {
  position: absolute;
  width: calc(45vw * 0.5625);
  right: 0;
  bottom: 0;
}

.form_block .Photo_r img {
  width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .form-black {
    background: #0e3c3f;
  }
  .form-black .logo_yang {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
  .form-black .logo_yang img {
    width: 100%;
  }
}

@-webkit-keyframes ldio-bdb60efu1c6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ldio-bdb60efu1c6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ldio-bdb60efu1c6 div {
  left: 47px;
  top: 24px;
  position: absolute;
  -webkit-animation: ldio-bdb60efu1c6 linear 1s infinite;
          animation: ldio-bdb60efu1c6 linear 1s infinite;
  background: #0d3ba4;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  -webkit-transform-origin: 3px 26px;
          transform-origin: 3px 26px;
}

.ldio-bdb60efu1c6 div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -0.9166666666666666s;
          animation-delay: -0.9166666666666666s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -0.8333333333333334s;
          animation-delay: -0.8333333333333334s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.6666666666666666s;
          animation-delay: -0.6666666666666666s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.5833333333333334s;
          animation-delay: -0.5833333333333334s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.4166666666666667s;
          animation-delay: -0.4166666666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.3333333333333333s;
          animation-delay: -0.3333333333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.16666666666666666s;
          animation-delay: -0.16666666666666666s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.08333333333333333s;
          animation-delay: -0.08333333333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #ffffff;
}

.loadingio-spinner-spinner-ep6wnccq1mu {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

.ldio-bdb60efu1c6 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.7);
          transform: translateZ(0) scale(0.7);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  /* see note above */
}

.ldio-bdb60efu1c6 div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.form_title_text {
  padding: 0rem;
  border: 0.125rem solid white;
}

.form_title_text h1 {
  font-size: clamp(1.7rem, 50vw, 2rem);
  color: #ffffff;
}

.form_title_text h2 {
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 374.98px) {
  .form_title_text {
    padding: 0rem;
  }
  .form_title_text h1 {
    font-size: 20pt;
    color: #ffffff;
  }
  .form_title_text h2 {
    font-size: 14pt;
  }
}

@media screen and (min-width: 375px) and (max-width: 567.98px) {
  .form_title_text {
    padding: 0rem;
  }
  .form_title_text h1 {
    font-size: 20pt;
    color: #ffffff;
  }
  .form_title_text h2 {
    font-size: 20pt;
  }
}

.form-group label {
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
}

.invalid-feedback {
  color: #d8c72f !important;
  font-size: 1rem !important;
}

.form-check-input[alt="form_check"] {
  margin-left: 0 !important;
  width: 20px;
  height: 20px;
}

.form-check-label[alt="form_check"] {
  margin-left: calc(2.5vw * 0.5625) !important;
  margin-top: 2.5px;
  font-size: calc(2vw * 0.5625);
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .form-check-input[alt="form_check"] {
    margin-left: 0 !important;
    width: 20px;
    height: 20px;
  }
  .form-check-label[alt="form_check"] {
    margin-left: calc(11vw * 0.5625) !important;
    margin-top: 3.5px;
    font-size: calc(7vw * 0.5625);
  }
}

.frombtnloading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frombtnloading span {
  color: #eeeeee;
  font-size: calc(2vw * 0.5625);
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .frombtnloading span {
    color: #eeeeee;
    font-size: calc(8vw * 0.5625);
  }
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link_btn a[alt="link"] {
  height: 60px;
  font-size: calc(3.5vw * 0.5625);
  color: #ffffff;
  text-decoration: none;
}

.link_btn a[alt="link"] div {
  height: 60px;
  background-color: #e0a800;
}

.link_btn div[alt="link_map"] {
  height: 60px;
  font-size: calc(3.5vw * 0.5625);
  color: #000000;
  text-decoration: none;
}

.link_btn div[alt="link_map"] div {
  height: 60px;
  border: 1px solid #e0a800;
}

@media screen and (min-width: 319px) and (max-width: 567.98px) {
  .link_btn a[alt="link"] {
    font-size: calc(8vw * 0.5625);
  }
  .link_btn div[alt="link_map"] {
    font-size: calc(8vw * 0.5625);
  }
}

.map_info_title {
  font-family: "noto serif tc";
  font-size: 36px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_info_box {
  margin-left: 6rem;
  width: calc(90vw * 0.5625) !important;
}

.map_info_time {
  color: #00000000;
}

.map_info {
  font-family: "noto serif tc";
}

.map_info div[alt="info"] {
  font-family: "noto serif tc";
  font-weight: 600;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_info div[alt="info_dir"] {
  font-size: 36px;
  font-family: "noto serif tc";
  font-weight: 600;
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_info div[alt="text"] h3 {
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.map_info div[alt="text"] h5 {
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .map_info_box {
    margin-left: 0rem;
  }
  .map_info div[alt="text"] h5 span {
    white-space: normal;
  }
}

#footer {
  background-color: #363636;
}

.footer_icon {
  border-radius: 0px;
  text-decoration: none !important;
}

.mask {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("images/mask/mask_mini.png") no-repeat top center;
  background-size: cover;
  -webkit-mask: url("圖片位址") no-repeat center center;
  mask: url("圖片位址") no-repeat center center;
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;
  -webkit-animation: bounce;
          animation: bounce;
  /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* don't forget to set a duration! */
}

/* bootstrap 轮播图淡入淡出 */
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.screen_box {
  display: none;
}

@media screen and (max-width: 991.98px) and (orientation: landscape) {
  .screen_box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
  }
  .screen_box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-image: url(../../images/pc_bg_reservation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .screen_box .screen_data {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#banner {
  position: fixed;
  z-index: 99;
  width: 6.375rem;
  height: 6.375rem;
  bottom: 5%;
  right: 5%;
}

#banner img {
  width: 100%;
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

#personalinfo_info {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 50;
  background-color: #3d3d3d77;
  left: 0;
  top: 0;
}

#personalinfo_info .personalinfo_block {
  position: relative;
  width: 90%;
  height: 75vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fffffff6;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 1rem;
}

#personalinfo_info .personalinfo_block .cancel {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(7vw * 0.5625);
  height: calc(7vw * 0.5625);
  z-index: 99;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#personalinfo_info .personalinfo_block .cancel img {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#personalinfo_info .personalinfo_block .cancel img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#personalinfo_info .personalinfo_block p {
  color: #2c2c2c;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  #personalinfo_info .personalinfo_block p {
    font-size: 0.6rem;
  }
  #personalinfo_info .personalinfo_block .cancel {
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(18vw * 0.5625);
    height: calc(18vw * 0.5625);
    z-index: 99;
  }
  #personalinfo_info .personalinfo_block .cancel img {
    width: 100%;
  }
}

#floatboxbut {
  position: fixed;
  background-color: #142C31;
  bottom: 0;
  height: 65px;
  width: 100%;
  display: block;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
  -webkit-transition-duration: ease-in-out;
  transition-duration: ease-in-out;
  z-index: 99;
}

#floatboxbut div {
  width: 20vw;
}

#floatboxbut div[alt="phone"] {
  border-right: 0.1rem solid #eeeeee;
}

#floatboxbut div[alt="fb"] {
  border-right: 0.1rem solid #eeeeee;
}

#floatboxbut div[alt="map"] {
  border-right: 0.1rem solid #eeeeee;
}

#floatboxbut div[alt="fb_fan"] {
  border-right: 0.1rem solid #eeeeee;
}

#floatboxbut #form_btn_m {
  color: #eeeeee;
  text-decoration: none;
}

#floatboxbut #form_btn_m img {
  width: 30%;
}

#floatboxbut #form_btn_m i {
  color: #bb926d;
}

#floatboxbut #form_btn_m span {
  font-size: clamp(0.6rem, 2.5vw, 0.7rem);
  white-space: nowrap;
}

#floatboxbut #fbmag_btn_m {
  text-decoration: none;
  color: #eeeeee;
}

#floatboxbut #fbmag_btn_m img {
  width: 30%;
}

#floatboxbut #fbmag_btn_m i {
  color: #bb926d;
}

#floatboxbut #fbmag_btn_m span {
  font-size: clamp(0.6rem, 2.5vw, 0.7rem);
  white-space: nowrap;
}

#floatboxbut #map_btn_m {
  text-decoration: none;
  color: #eeeeee;
}

#floatboxbut #map_btn_m img {
  width: 30%;
}

#floatboxbut #map_btn_m i {
  color: #bb926d;
}

#floatboxbut #map_btn_m span {
  font-size: clamp(0.6rem, 2.5vw, 0.7rem);
  white-space: nowrap;
}

#floatboxbut #phone_btn_m {
  text-decoration: none;
  color: #eeeeee;
}

#floatboxbut #phone_btn_m img {
  width: 30%;
}

#floatboxbut #phone_btn_m i {
  color: #bb926d;
}

#floatboxbut #phone_btn_m span {
  font-size: clamp(0.6rem, 2.5vw, 0.7rem);
  white-space: nowrap;
}

@media screen and (min-width: 576px) and (max-width: 1199.98px) {
  #floatboxbut div {
    width: 10%;
  }
  #floatboxbut #form_btn_m img {
    width: 30%;
  }
  #floatboxbut #form_btn_m i {
    color: #bb926d;
  }
  #floatboxbut #form_btn_m span {
    font-size: clamp(0.6rem, 2.5vw, 0.7rem);
    white-space: nowrap;
  }
  #floatboxbut #fbmag_btn_m {
    text-decoration: none;
    color: #eeeeee;
  }
  #floatboxbut #fbmag_btn_m img {
    width: 30%;
  }
  #floatboxbut #fbmag_btn_m i {
    color: #bb926d;
  }
  #floatboxbut #fbmag_btn_m span {
    font-size: clamp(0.6rem, 2.5vw, 0.7rem);
    white-space: nowrap;
  }
  #floatboxbut #map_btn_m {
    text-decoration: none;
    color: #eeeeee;
  }
  #floatboxbut #map_btn_m img {
    width: 30%;
  }
  #floatboxbut #map_btn_m i {
    color: #bb926d;
  }
  #floatboxbut #map_btn_m span {
    font-size: clamp(0.6rem, 2.5vw, 0.7rem);
    white-space: nowrap;
  }
  #floatboxbut #phone_btn_m {
    text-decoration: none;
    color: #eeeeee;
  }
  #floatboxbut #phone_btn_m img {
    width: 30% !important;
  }
  #floatboxbut #phone_btn_m i {
    color: #bb926d;
  }
  #floatboxbut #phone_btn_m span {
    font-size: clamp(0.6rem, 2.5vw, 0.7rem);
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  #floatboxbut div {
    width: 10%;
  }
  #floatboxbut #form_btn_m img {
    width: 15%;
  }
  #floatboxbut #fbmag_btn_m {
    text-decoration: none;
    color: #eeeeee;
  }
  #floatboxbut #fbmag_btn_m img {
    width: 15%;
  }
  #floatboxbut #map_btn_m {
    text-decoration: none;
    color: #eeeeee;
  }
  #floatboxbut #map_btn_m img {
    width: 15%;
  }
  #floatboxbut #phone_btn_m {
    text-decoration: none;
    color: #eeeeee;
  }
  #floatboxbut #phone_btn_m img {
    width: 15%;
  }
}

.apple {
  position: relative;
}

.apple::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0d3ba4 !important;
}
/*# sourceMappingURL=mystyle.css.map */