@charset "UTF-8";
/* Body */


.p28 {
	text-align:center;
	font-family: "微軟正黑體";
	font-size: 120%;
	color: #FF8400;
	padding-top: 0px;
    }

.text-28{ border-bottom:1px #FF8400 solid; 
	     padding-bottom:1px; 
  }

.newopen{
	padding-top: 25px;
    }


.container28 {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.open2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.row28 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 0px;	
}



.hero_header2 {
    color: #747474;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.hero_header {
    color: #711208;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
	font-family: "微軟正黑體";
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 60px;
}

.npul {
    line-height: 32px;
    padding-top: 0px;
    color: #711208;
    font-family: "微軟正黑體";
    font-size: 16px;
    text-align: left;
    list-style-position: outside;
    padding-left: 40%;
}

.hropen {
    border: 0;
    height: 1px;
    background:#e40101;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 70px;
    margin-bottom: 50px;

}

.button28 {
    width: 400px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    color: #858585;
	font-family: "微軟正黑體";
    font-size: 20px;
	border-radius: 0px;
}

.button29 {
    width: 120px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border: 2px solid #858585;
    color: #858585;
}
	





.image28 {
  display: flex;
  justify-content: center; /* 水平置中 */
  margin-top: 30px;
  margin-bottom: 0px;
}



input::-webkit-input-placeholder { 
  color: #828282;
  font-size: 18px;
}


#hiddenbox {
margin-top: 0px;
width: 100%;
height: 250px;
background: #ffffff;
padding: 0px;

}

#jqtextcall {
text-decoration: none;
display:inline;
}


.open {
text-align:center;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.85);
}




.popup-box {
  width: 900px;
  height: 1080px;
  padding: 0px;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  background: #fff;
  text-align: center;
}



.transform-in, .transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

.close-btn3 {
  width: 100px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 60px;
  border-radius: 0%;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #a9a9a9;
  line-height: 40px;
  font-size: 32px;
  font-family: 微軟正黑體;
  border-style:solid
}

.close-btn4 {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 50px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #a8a8a8;
  line-height: 36px;
  font-size: 36px;
  font-family: 微軟正黑體;
  border-style:solid;
  border-radius: 50px;
}

.pch {
  width: 100%;
hight: 100%;
	}	

.open3 {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
}	


.container29 {
  width: 84%;
  margin-right: auto;
  margin-left: auto;
}	




/* Mobile */
@media (max-width: 320px) {


		
p {
	text-align:center;
	font-family: "微軟正黑體";
	font-size: 70%;
	color: #FF8400;
	padding-top: 0px;
    }

.container28 {
    width: 84%;;
  }	
	
.open2 {
	width: 100%;
    margin-top: 10px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 50px;
}

.hero_header2 {
    color: #747474;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}
	
.hero_header {
    color: #711208;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
	font-family: "微軟正黑體";
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 50px;
		}	
	
.npul {
    line-height: 32px;
    padding-top: 0px;
    color: #711208;
    font-family: "微軟正黑體";
    font-size: 13px;
    text-align: left;
    list-style-position: outside;
    padding-left: 20%;
}	
	
.hropen {
    border: 0;
    height: 2px;
    background:#e40101;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 70px;
    margin-bottom: 50px;
}
	


	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 200px;
  text-decoration: none;
}	
	
.p28 {
	text-align:center;
	font-family: "微軟正黑體";
	font-size: 90%;
	color: #FF8400;
	padding-top: 0px;
    }	
.button28 {
    width: 300px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #858585;
	font-family: "微軟正黑體";
    font-size: 14px;
	border-radius: 0px;
}	
	

.close-btn4 {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 100px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #a8a8a8;
  line-height: 36px;
  font-size: 36px;
  font-family: 微軟正黑體;
  border-style:solid;
  border-radius: 50px;
}	
	
	
	
.pch {
  width: 80%;
hight: 80%;
	}		
		

	
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {


	
p {
	text-align:center;
	font-family: "微軟正黑體";
	font-size: 74%;
	color: #FF8400;
	padding-top: 0px;
    }
	
.container28 {
    width: 84%;;
  }	
	
.open2 {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 50px; 
}
	
.hero_header2 {
    color: #747474;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}	
	
.hero_header {
    color: #711208;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
	font-family: "微軟正黑體";
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 50px;
		}	
	
.npul  {
    line-height: 32px;
    padding-top: 0px;
    color: #711208;
    font-family: "微軟正黑體";
    font-size: 13px;
    text-align: left;
    list-style-position: outside;
    padding-left: 20%;
}
	
.hropen {
    border: 0;
    height: 2px;
    background:#e40101;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 60px;
    margin-bottom: 40px;
}	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 100px;
  text-decoration: none;
}
		
	
	
.p28 {
	text-align:center;
	font-family: "微軟正黑體";
	font-size: 90%;
	color: #FF8400;
	padding-top: 0px;
    }	
	
.button28 {
    width: 360px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #858585;
	font-family: "微軟正黑體";
    font-size: 15px;
	border-radius: 0px;
}	
	

.close-btn4 {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 100px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #a8a8a8;
  line-height: 36px;
  font-size: 36px;
  font-family: 微軟正黑體;
  border-style:solid;
  border-radius: 50px;
}	
	
	
	
	
	.pch {
  width: 90%;
hight: 90%;
	}	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {


	
.container28 {
    width: 100%;
  }
	
.open2 {
	width: 90%;
        margin-top: 30px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px; 
}

.hropen {
    border: 0;
    height: 2px;
    background:#e40101;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
    margin-bottom: 30px;
}	
	
	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 100px;
  text-decoration: none;
}	
	
	
.npul {
    line-height: 32px;
    padding-top: 0px;
    color: #711208;
    font-family: "微軟正黑體";
    font-size: 16px;
    text-align: left;
    list-style-position: outside;
    padding-left: 30%;
}	
	
	
	
}

	
@media (min-width: 1097px) and (max-width: 4000px) {



.container28 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}	
	
	
.container29 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}	

.open2 {
    width: 86%;
    margin-top: 0px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 20px;
}

.open3 {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 50px;
}	
	
.hropen {
    border: 0;
    height: 2px;
    background:#e40101;
	width: 84%;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 70px;
    margin-bottom: 50px;
}	

	
}
