body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #656565;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
}

/*聯絡我們*/
.main {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
  background-image: url("../img/05/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.content {
  width: 53%;
  height: auto;
  margin: 15% auto 0 auto;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.content-l{
  width: 50%;
  height: auto;
  float: left;
}

.content-r{
  width: 50%;
  height: auto;
  float: left;
}

.title {
  width: 73.5%;
  float: left;
  display: block;
}

.info{
  width: 100%;
  height: auto;
  margin-top: 5%;
  color: #fff;
  float: left;
}

.info ul {
  list-style: none;
  margin-left: 0 !important;
  padding: 0 !important;
  font-size: 0.93vw;
  font-family: "DFHeiStd-W3";
  line-height: 2.65vw;
  letter-spacing: 0.1vw;
}

.info ul li {
  list-style: none;
}

.info-icon {
  width: 39%;
  height: auto;
  margin: 4% 0 0 0;
}

.info-icon::after {
  content: "";
  clear: both;
  display: block;
}

.info-icon-li {
  width: 33.3%;
  height: auto;
  float: left;
  box-sizing: border-box;
  display: block;
}

.info-ul-icon {
  width: 3.5%;
  height: auto;
  line-height: 1.45vw;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3%;
}

.info-ul-iconM {
  width: 4.3%;
}

.form {
  width: 100%;
  position: relative;
  height: 100vh;
  margin: 0;
  font-family: "DFHeiStd-W5";
}

.form input[type="text"] {
  font-family: "DFHeiStd-W5";
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #fff;
  width: 100%;
  box-sizing: border-box;
  height: 2.4vw;
  line-height: 2.4vw;
  font-size: 0.9vw;
  outline: none;
  color: #fff;
  margin-bottom: 1%;
  padding: 0 10px 0 4.3vw;
}


.input{
  position: relative;
}

.input-icon1{
  width: 0.85vw;
  position: absolute;
  left: 0;
  top: 0.6vw;
}

.input-icon2{
  width: 0.81vw;
  position: absolute;
  left: 0;
  top: 0.67vw;
}

.input-icon3{
  width: 0.95vw;
  position: absolute;
  left: 0;
  top: 0.9vw;
}

.input-icon4{
  width: 0.94vw;
  position: absolute;
  left: 0;
  top: 0.82vw;
}

.input-name{
  position: absolute;
  left: 1.5vw;
  top: 0.7vw;
  color: #fff;
  font-size: 1vw;
}

.form input::placeholder {
  color: #bffdff !important;
}
.form input:hover {
  color: #fff;
}
.check-item {
  width: 100%;
  height: 1.6vw;
  line-height: 1.6vw;
  font-size: 0.85vw;
  letter-spacing: 0.1vw;
  color: #fff;
  margin: 2% 0 6% 0;
  vertical-align: middle;
}

.check-item a:link,
.check-item a:visited,
.check-item a:hover,
.check-item a:active {
  color: #fff;
}

.check-item label {
  height: 1.6vw;
  line-height: 1.6vw;
  cursor: pointer;
}

.check-item label input {
  width: 1.2vw;
  height: 1.2vw;
  margin: 0 2% -1.1% 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/03/checkbox.png") no-repeat top center;
  background-size: 1.2vw 1.2vw;
  border: none;
}
.check-item label input:checked {
  background: url("../img/03/checked.png") no-repeat top center;
  background-size: 1.2vw 1.2vw;
}

.agreeBtn {
  width: fit-content;
  height: 1.6vw;
  float: right;
}

.refresh {
  width: 1vw;
  height: 1vw;
  display: inline-block;
  margin: 0 auto -2% auto;
  background-image: url(../img/03/refresh.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
}

.refresh:hover {
  background-image: url("../img/03/refresh2.png");
}

.openTxtBtn {
  display: inline-block;
  font-size: 0.85vw;
  line-height: 1.6vw !important;
}

.form input[type="submit"] {
  width: 100%;
  height: 2vw;
  border: 1px solid transparent;
  background-color: #bffdff;
  font-size: 1vw;
  letter-spacing: 0.1vw;
  color: #797979;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  float: right;
  outline: none;
  margin-top: 5%;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.textarea {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 0.8px solid #fff;
  padding-top: 1.2vw;
}

.textarea textarea {
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-family: "DFHeiStd-W5";
  outline: none;
  box-sizing: border-box;
  letter-spacing: 0.1vw;
  line-height: 2.4vw;
  font-size: 0.9vw;
  border: none;
  display: block;
  
}

/*同意書照片預覽*/

.black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11111;
  font-family: "微軟正黑體";
}

.close_box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  cursor: pointer;
}

.closeBtn {
  width: 30px;
  position: absolute;
  right: 50px;
  top: 50px;
}

.infoWrap {
  width: 100%;
  margin: 0 auto;
  max-width: 47%;
  position: relative;
  height: 100vh;
  overflow: auto;
}

.infoBox {
  width: 100%;
  /* height: calc( 100% - 150px); */
  padding: 40px 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  color: #fff;
  text-align: left;
}

.infoBox h3 {
  font-size: 4vh;
  line-height: 130%;
  margin-bottom: 25px;
  text-align: center;
}

.infoBox h5 {
  font-size: 3vh;
  line-height: 130%;
  margin-bottom: 25px;
}

.infoBox p {
  font-size: 1vw;
  line-height: 150%;
}

.infoWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  background-image: url(../img/scrollline.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.infoWrap::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.infoWrap::-webkit-scrollbar-thumb {
  background-color: #fff;
}
