@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}

.style3 {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #828282;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px;
	margin-rigt: 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;
}

.label2 {
    margin-top: 20px;
    margin-bottom: 0px;
	text-align: left;
	margin-left: 6%;
	width: 100%;
}

.label3 {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
	margin-left: 10%;
	width: 100%;  
}

.hr-dotted {
	width: 94%;
    border: 0;
    border-top: 2px dotted #a2a9b6;
	margin-top: 25px;
    margin-bottom: 25px;
}

.column {
    width: 100%;
    text-align: center;
}

.column2 {
    width: 100%;
    text-align: center;
    float: left;
    display: flex;
	margin-right: auto;
    margin-left: auto;
}

.intro {
        /* ★ */
align-items: center;
text-align: center;
width: 90%;
}
		
.button4 {
	border:0;
	background-color:#FF8400;
	color:#fff;
	font-family: 微軟正黑體;
    font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	width:240px;
	height:40px;
}
		

.hero_header2 {
    color: #ff7373;
    text-align: center;
    margin-left: 0px;   
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
	vertical-align:text-bottom;
}

.hero_header5 {
    color: #ff7373;
    text-align: center;
    margin: 0px;   
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 18px;
    padding-letf: 0px;
    padding-bottom: 0px;
	vertical-align:text-bottom;	
}


.profile {
	width: 46px;
	hight: auto;
	margin-top: 0px; 
	padding-top: 0px;
	vertical-align:text-bottom;	
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.container2 {
    width: 100%;
	max-width: 1000px;
	display: flex;
	margin-left: auto;
    margin-right: auto;
}

/* More info */

.b-only {
	width: 100%;
}

.a-only {
	width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}


.text-center {
  text-align: center !important;
  
}

.ch {
    margin-top: 0px;
    margin-bottom: 10px;
	width: 96%;   
}
.text-2{ border-bottom:2px #FF8400 solid; 
	     padding-bottom: 0px;
	     font-size: 110%;
	     color: #FF8400;
	     text-align: center
  }


.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: 1000px;
  height: 1275px;
  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);
}


.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    
  }

.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: 50px;
  font-size: 32px;
  font-family: 微軟正黑體;
  border-style:solid
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
	
.pb-md-0 {
    padding-bottom: 0 !important;
  }


.row2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	margin-right: 10px;
    margin-left: 10px;
}




/* Mobile */
@media (max-width: 320px) {
.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.a-only {
display: none !important;
}
	

	
.column2 {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
	}
	
.column {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
	}

.hero_header2 {
    margin-left: 10px;   
    font-size: 105%;
}
	

	
.profile {
	width: 38px;
	hight: auto;
	margin-top: 0px; 
	padding-top: 0px;
	vertical-align:text-bottom;
}

.button4 {
	font-size: 110%;
	width:50%;
    height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 6px;
	
}
	

.pch {
  width: 80%;
hight: 80%;
	}	

.popup-box {
  width: 800px;
  height: 1000px;
  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;
}
.close-btn1 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  text-decoration: none;
}
	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 100px;
  text-decoration: none;
}
	
	
#hiddenbox {
margin-top: 0px;
width: 100%;
height: 280px;
background: #FFFFFF;
padding: 0px;

}
	
.style3 {
	font-family: "微軟正黑體";
	font-size: 11px;
	color: #828282;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px;
	margin-rigt: 0px;
	}
	
	.hero_header5 {
    color: #ff7373;
    text-align: center;
    margin: 0px;   
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 12px;
    padding-letf: 0px;
    padding-bottom: 0px;
	vertical-align:text-bottom;

	
}
	
	
input::-webkit-input-placeholder { 
  color: #828282;
  font-size: 11px;
}
	
	.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  display:block;
}

	.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	margin-right: 0px;
    margin-left: 20px;
}
	.container2 {
    width: 100%;
	max-width: 320px;
	display: flex;
	margin-left: auto;
    margin-right: auto;
}
.label2 {
    margin-top: 20px;
    margin-bottom: 0px;
	text-align: left;
	margin-left: 3%;
	width: 100%;
}	
	
.label3 {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
	margin-left: 5%;
	width: 100%;  
}	
	
	
	
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.profile {
	width: 38px;
	hight: auto;
	margin-top: 0px; 
	padding-top: 0px;
	vertical-align:text-bottom;	
}

.a-only {
display: none !important;
}

	
.column2 {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
	}
	
.column {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
	}

.hero_header2 {
    margin-left: 10px;   
    font-size: 134%;
}
		
.button4 {
	font-size: 100%;
	width:55%;
    height: auto;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 30px;
}

.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 100px;
  text-decoration: none;
}
.pch {
  width: 80%;
hight: 80%;
	}	
	
#hiddenbox {
margin-top: 0px;
width: 100%;
height: 350px;
background: #FFFFFF;
padding: 0px;
}
	
.style3 {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #828282;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px;
	margin-rigt: 0px;
	}	
	
.hero_header5 {
    color: #ff7373;
    text-align: center;
    margin: 0px;   
    letter-spacing: 0px;
    font-family: "微軟正黑體";
    font-weight: bold;
    font-size: 15px;
    padding-letf: 0px;
    padding-bottom: 0px;
	vertical-align:text-bottom;	
}
	
input::-webkit-input-placeholder { 
  color: #828282;
  font-size: 14px;
}

.container2 {
    width: 100%;
	max-width: 769px;
	display: flex;
	margin-left: auto;
    margin-right: auto;
}
	
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
    margin-left: 30px;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}


.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70%;
  display:block;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.a-only {
display: none !important;
}
	
.column {
    width: 50%;
    text-align: center; 
    color: #FFFFFF;
    font-family: 微軟正黑體;
    font-size: 100%;    
}
	
.column2 {
    width: 50%;
    text-align: center;
    margin: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
		
.button4 {
	font-size: 125%;
	width:50%;
	margin-top: 30px;
    height: auto;
	padding: 5px;
}
	
.pch {
  width: 80%;
hight: 80%;
	}	
	
.close-btn3 {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 100px;
  text-decoration: none;
}
	
#hiddenbox {
margin-top: 0px;
width: 100%;
height: 300px;
margin-left: 0px;
background: #FFFFFF;
padding: 0px;

}
		
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	margin-top: 20px;
	margin-right: 0px;
    margin-left: 30px;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
display:block;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}	
	
.intro {
display: flex;        /* ★ */
align-items: stretch; 
}
	
.label3 {
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
	margin-left: 50%;
	width: 100%;

}
.label2 {
    margin-top: 20px;
    margin-bottom: 0px;
	text-align: left;
	margin-left: 50%;
	width: 100%;
}
}



	
@media (min-width: 1097px) and (max-width: 4000px) {

	
.b-only {
display: none !important;
}

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
	

	

	
.column {
    width: 50%;
    text-align: center; 
    color: #FFFFFF;
    font-family: 微軟正黑體;
    font-size: 100%;    
}

.column2 {
    width: 50%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #FFFFFF;
    font-family: 微軟正黑體;
    font-size: 100%;
    display: flex;
	  margin-right: auto;
  margin-left: auto;
}
	
.intro {
display: flex;        /* ★ */
align-items: stretch; 
}
	
	
.ch {
    margin-top: 0px;
    margin-bottom: 10px;
	width: 100%;  
}
	
.row {
	 margin-top: 0px;
	width: 80%; 
	}
	
.ch2 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
    margin-left: 30px;   
}
	
	

.button4 {
	font-size: 100%;
	
	margin-top: 30px;
   
	padding: 5px;
}

	
.label2 {
    margin-top: 20px;
    margin-bottom: 0px;
	text-align: left;
	margin-left: 50%;
	width: 100%;

}
.label3 {
    margin-top: 0px;
    margin-bottom: 10px;
	text-align: center;
	margin-left: 50%;
	width: 100%;

}
	
	
	

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	margin-right: 10px;
    margin-left: 10px;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60%;
    margin-top: 15px;
	display:block;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
	
.col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
	
}