#pageContact {
  margin-top: 40px;
}

#pageContact .title {
  border-bottom: 1px solid#639cb9;
  position: relative;
  font-size: 26px;
  font-weight: bolder;
  line-height: 1.46;
  color: #646464;
  width: 13%;
  margin-bottom: 20px;
}

#pageContact .title .decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 35px;
  border-bottom: solid 6px #639cb9;
}

#pageContact .pic {
  position: absolute;
  width: 550px;
  height: 600px;
  background-image: url('../img/fuii.jpg');
  left: 32px;
  bottom: 150px;
  background-repeat: no-repeat;
}

#pageContact .main {
  border-radius: 10px;
  background-color: #eae8e440;
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-top: 15px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#pageContact .right {
  margin-left: 600px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}

#pageContact .desc {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  color: #bfb7ac;
  margin-top: 15px;
}

#pageContact .text {
  color: #646464;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 3.2px;
}

#pageContact .highlight {
  margin-top: 20px;
  color: #646464;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-size: 18px;
  font-weight: 700;
}

#pageContact select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/dropdown.png') no-repeat right center transparent;
}

#pageContact select,
input,
textarea {
  border-radius: 5px;
  border: solid 1px #efedeb;
  background-color: #ffffff;
  width: 90%;
  padding: 5px;
}

#pageContact button.submitBtn {
  width: 90%;
  border-radius: 5px;
  background-color: #6799ba;
  outline: none;
  border: none;
  color: #fff;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  padding: 10px 0;
}


/* ================================*/
/* ------- 成功訊息 */
/* ================================*/
/* 背景遮罩 */
#background_Success {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* 彈窗 */
#window_Success_Pu {
  background: #eeeeee;
  width: 22%;
  z-index: 1;
  margin: 10% auto;
  overflow: hidden;
  border-radius: 5px;
}

#close_Success {
  padding: 11px;
  background: #292929;
  height: 50px;
}

/* 叉叉 */
#close-button-Success {
  float: right;
  font-size: 30px;
  background-image: url(../images/Group4030.png);
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  margin: 2%;
}

#close_Success span {
  color: white;
  cursor: pointer;
}

/* 標題 */
#bgTitle_Success {
  color: white;
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

#bgContent_Success {
  background: #eeeeee;
  margin: auto;
  height: 320px;
  padding: 10%;
}

/* 白色區塊 */
#bgContent_Success .whiteDiv {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 6%;
}

/* 確認鍵 */
#bgContent_Success .whiteDiv .confirmBtn {
  /* 去除Button樣式 */
  outline: none;
  border-color: transparent;
  box-shadow: none;
  width: 100%;
  height: 43px;
  background-color: #6799ba;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 2;
}


@media (max-width: 1200px) {
  #pageContact {
    margin-top: 20px;
  }

  #pageContact .main {
    padding-top: 0;
  }

  #pageContact .pic {
    background-image: url('../img/fuii.jpg');
    width: 319px;
    left: 0;
  }

  #pageContact .title {
    width: 16%;
    margin: 20px;
  }

  #pageContact .desc {
    margin-top: 10px;
  }



  @media (max-width: 1200px) {

    /* ================================*/
    /* ------- 成功訊息 */
    /* ================================*/
    #window_Success_Pu {
      background: #eeeeee;
      width: 30%;
      z-index: 1;
      margin: 15% auto;
      overflow: hidden;
      border-radius: 5px;
    }
  }



  @media (max-width: 769px) {
    #pageContact .main {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    #pageContact .pic {
      position: static;
      background-image: url('../img/fuii.jpg');
      width: 600px;
      height: 444px;
      margin-top: 30px;
    }

    #pageContact .right {
      margin-left: 60px;
      width: 100%;
    }

    #pageContact .title {
      width: 21%;
    }

    /* ================================*/
    /* ------- 成功訊息 */
    /* ================================*/
    #window_Success_Pu {
      background: #eeeeee;
      width: 50%;
      z-index: 1;
      margin: 15% auto;
      overflow: hidden;
      border-radius: 5px;
    }
  }

  @media(max-width: 415px) {
    #pageContact {
      padding: 0;
    }

    .breadcrumb {
      padding-left: 20px;
    }

    #pageContact .pic {
      background-image: url('../img/fuii.jpg');
      width: 375px;
      height: 278px;
      margin-top: 0;
      background-size: 100%;
    }

    #pageContact .title {
      font-size: 22px;
      width: 50%;
      margin: 20px;
    }

    #pageContact .right {
      margin-left: 20px;
    }

    #pageContact .text {
      padding-right: 5px;
    }

    /* ================================*/
    /* ------- 成功訊息 */
    /* ================================*/
    #window_Success_Pu {
      background: #eeeeee;
      width: 85%;
      z-index: 1;
      margin: 25% auto;
      overflow: hidden;
      border-radius: 5px;
    }

    #bgContent_Success {
      background: #eeeeee;
      margin: auto;
      height: 290px;
      padding: 10%;
    }

  }


  @media(max-width: 375px) {

    #pageContact .pic {
      background-image: url('../img/fuii.jpg');
      width: 330px;
      height: 240px;
      margin-top: 0;
      background-size: 100%;
    }

  }


  @media(max-width: 320px) {

    #pageContact .pic {
      background-image: url('../img/fuii.jpg');
      width: 280px;
      height: 200px;
      margin-top: 0;
      background-size: 100%;
    }

  }


}