﻿.contact-box{
  width:100%;
  display: block;
  font-size: 0;
  margin-top: 30px;
}

.contact-info-form{
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact-info-title{
  font-family: 'Noto Sans TC';
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.contact-info-title span{
  width: 40px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #ff0000;
  border: 1px solid #ff0000;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 1px;
}

.contact-info-form li{
  width: 530px;
  max-width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
 .contact-input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  padding-left:50px;
 }
.contact-lable{
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 28px;
  color: #000;
  display: block;
  position: absolute;
  top: 30px;
  transition: all .3s linear;
  border-right: 1px solid #a0a0a0;
}
 .contact-input:focus + .contact-lable{
  color: #e58eb7;
 }

 .contact-textarea textarea{
    width:100%;
    display: block; 
    height: 150px;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    resize: none;
 }
.verification{
  width: 530px;
  max-width: 100%;
  font-size: 0;
  border: 1px solid #a0a0a0;
  margin-bottom: 10px;
}
.verification-img{
  width: 200px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.verification input{
  width: calc(100% - 200px);
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border: 0;
  border-left: 1px solid #a0a0a0;
  padding-left: 10px;
  font-size: 18px;

}
.contact-info-form .member-change-verification{
  margin-bottom: 10px;
}
.button{
  width: 530px;
  max-width: 100%;
  display: block;
  position: relative;
}
.button input{
  width: 100%;
  font-size: 0;
  height: 45px;
  display: block;
  border: 0;
  background-color: #e58eb7;

}
.butoon-label{
  font-size: 16px;
  color: #FFF;
  display: block;
  position: absolute;
  color: #FFF;
  top: calc(50% - 12.5px);
  left: calc(50% - 24px);
  font-family: 'Noto Sans TC';
  letter-spacing: 3px;
}
.contact-info-list-title{
  font-size: 18px;
  color: #e58eb7;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact-info-box{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.contact-info-list{
  font-size: 16px;
  color: #555555;
}

.contact-info-box li{ 
  list-style: none;
  font-size: 16px;
  color: #555555;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}

.contact-info-box li:nth-child(2) a,
.contact-info-box li:nth-child(3) a{
  color: #73c0cb;
  transition: all .3s linear;
}

.contact-logo{
  margin-top: 105px;
}




/*表單送出*/
.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: #ECAECA;
  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);
}

