﻿@charset "UTF-8";
.contactHeight {
  height: 100vh; }

.contactBg {
  background-color: #FFD269;
  background-image: url(/Content/ContactUs/coverImg.png);
  background-attachment: fixed;
  background-size: cover; }

.contactInfoArea {
  background-color: white;
  padding: 30px;
  margin: -70px auto 20px auto; }

.contactInfo {
  padding: 40px 0;
  text-align: center; }

.contactTitle {
  background-color: #F9E4B4;
  font-size: 18px;
  line-height: 32px;
  padding: 15px;
  width: 350px; }

.blueTitle {
  font-size: 20px;
  font-weight: bold;
  color: #3D6098; }

.contactGray {
  font-size: 18px;
  color: #707070;
  line-height: 30px;
  padding: 15px; }

.contactDetial {
  position: relative; }

.contactBtm {
  text-align: center;
  font-size: 18px;
  color: #2E2E2A;
  line-height: 35px;
  width: 50%;
  margin: 0 auto; }

.callBlue {
  color: #3D6098;
  font-weight: bold; }

/*1305px以下的畫面*/
@media (max-width: 1305px) {
  .contactBtm {
    width: 80%; } }

/*768px以下的畫面*/
@media (max-width: 768px) {
  .contactInfoArea {
    margin-top: 0; }
  .contactInfo {
    padding: 15px 0; }
  .contactBtm {
    width: 100%;
    padding-bottom: 15px; }
  .contactTitle {
    width: auto; }
  .contactHeight {
    height: auto;
    margin-bottom: -30px; } }
