﻿#contact main{
  background-color: #eee;

}
.contact-b-box{
  height: calc(100vh - 155px);
  box-sizing: border-box;
   
}
.contact-block{
padding-top: 65px ;
}
.contact-box{
  width: 600px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-bottom: 65px;
}


.contact-border-box{
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact-border-top1{
  width: 100px;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007db6;
  height: 2px;
}
.contact-border-top2{
  width: 100px;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #007db6;
  height: 2px;
}
.contact-border-right1{
  width: 2px;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #007db6;
  height: 100px;
}
.contact-border-right2{
  width: 2px;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #007db6;
  height: 100px;
}

.contact-border-bottom1{
  width: 100px;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #007db6;
  height: 2px;
}
.contact-border-bottom2{
  width: 100px;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #007db6;
  height: 2px;
}
.contact-border-left1{
  width: 2px;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007db6;
  height: 100px;
}
.contact-border-left2{
  width: 2px;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #007db6;
  height: 100px;
}

.contact-form-box{
  width: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}
.contact-list{
  width: 100%;
  display: block;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-list input{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-bottom: 1px solid #555;
  background-color: transparent;
  letter-spacing: 2px;
}
.contact-form-title{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 35px;
  line-height: 35px;
  letter-spacing: 2px;
}
.contact-list-title{
  display: inline-block;
}
.contact-form-title span{
  color: #ea4335;
}
#name:focus + label, 
#phone:focus + label, 
#mail:focus + label, 
#company:focus + label, 
#textarea:focus + label{
  display: none;
}

.contact-list-textarea{
  resize: none;
  width: 100%;
  height: 130px;
  border: 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
  outline: none;
}
.contact-list-button{
  font-size: 18px;
  width: 160px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-button{
  width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #000;
  text-align: center;
  letter-spacing: 2px;
  box-sizing: border-box;
  background-color: transparent;
  transition: all .3s linear;
  cursor: pointer;
  font-family: "微軟正黑體";
}
.map-box{
  width: 100%;
  height: 300px;

}





/*表單送出*/
.contact-thanks-box{
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
.contact-thanks-box.active{
  -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks{
  background-color: #007db6;
  position: relative;
  padding: 80px;
  border-radius: 20px;
  z-index: 6;
}
.contact-thanks-p{
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.contact-out{
  width: 20px;
  height: 20px;
  max-width: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #FFF;
  top: 4%;
  right: 4%;
  cursor: pointer;
}
.contact-out span{
  width: 15px;
  height: 1px;
  background-color: #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-out span:nth-child(1){
  top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask{
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

