
.b-only {
	width: 100%;
}

.a-only {
	width: 100%;
}

.button {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    font-weight: 600;
    color: #ffffff;
	font-family: "微軟正黑體";
	background:linear-gradient(0deg,#fa4952,#ff454e );
}
img {
	
	display: block;
	
}

        
.style4 {
	font-family: "微軟正黑體"; 
	font-size: 18px; 
	color: #ff5353; 
	font-weight: bold; 
}

footer {
    background-color: #FFFFFF;
    color: #711208;
}

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.container2 {
margin-top: 40px;
}

.profile2 {
	width: 100%;
}

header {
    width: 98%;
    height: 0%;
    background-color: #FFFFFF;
	text-align:right;
}


.button3 {
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    font-family: 微軟正黑體;
	font-weight:bold; 
    background-color: #ffffff;
    color: #747474;
    margin-top: 36px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.button3 a{ text-decoration:none;
   color: #FFFFFF;
}


.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: 800px;
  height: 860px;
  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: 120px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 50px;
  border-radius: 0%;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #a9a9a9;
  line-height: 40px;
  font-size: 28px;
  font-family: 微軟正黑體;
  border:none;
}

.pch {
  width: 100%;
hight: 100%;
	}	




/* Mobile */
@media (max-width: 320px) {
	
.a-only {
display: none !important;
			
}	
	
.profile2 {
	width: 50%;
}

.container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.container2 {
margin-top: 0px;
}
	
	.button3 {
    font-size: 50%;
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    font-family: 微軟正黑體;
	font-weight:bold; 
    background-color: #ffffff;
    color: #747474;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
}	
	
	
	.button {
    font-weight: 500;
     font-size: 70%;
}
	
	.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 80px;
  text-decoration: none;
}	
		
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
.a-only {
display: none !important;
	
}	

.profile2 {
	width: 50%;
}		
	
.container {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}	

.container2 {
margin-top: 0px;
}
	
.profile2 {
	width: 90%;
}
	
.button3 {
    font-size: 70%;
    display: inline-block;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    font-family: 微軟正黑體;
	font-weight:bold; 
    background-color: #ffffff;
    color: #747474;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
}

	.button {
    font-weight: 500;
     font-size: 70%;
}	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 60px;
  text-decoration: none;
}	
	

	
	
}



/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.b-only {
display: none !important;
}
		

.container2 {
margin-top: 0px;
}	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 60px;
  text-decoration: none;
}
}
	
@media (min-width: 1097px) and (max-width: 4000px) {

.b-only {
display: none !important;
}

.container2 {
margin-top: 40px;
}	
	
.profile2 {
	width: 96%;
}
	

}
