/* Reset Code */
/*==============================================================
	 搜尋
==============================================================*/
.share-search-form {
	float: left;
	width: 100%;
	margin: 1rem 0 1.2rem;
	padding: 0 10px;
}
.area-form {
	width: 23%;
	float: left;	 
	margin-right: 1%;
}

.category-form {
	width: 60%;
	margin-right: 1%;
	float: left;
  }
.call-to-action_content .btn-form  {
	width: 15%;
	float: left;
} 
.share-search-form input[ type="submit"]{
	min-height: 40px;
	width: 12%;
	padding: 10px 5px;
	font-size: 1.3em;
	font-weight: 600;
	float: right;
  background:#FDC605;
	border: 1px solid #FDC605;	
	color: #fff;
	text-align: center;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.share-search-form input[ type="button"]{
	min-height: 40px;
	width: 12%;
	padding: 10px 5px;
	font-size: 1.3em;
	font-weight: 600;
	float: right;
  background:#FDC605;
	border: 1px solid #FDC605;	
	color: #fff;
	text-align: center;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.share-search-form select {
	width:100%;
	min-height: 40px;	
  color: #555;
  padding: 10px;
  outline: none;
  font-size: 1.3em;
  border: 1px solid #ebebeb;
	border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	background: #f2f2f2 url(../images/down.png) no-repeat 97% 52%;
		 -webkit-background: #fff url(../images/down.png) no-repeat 97% 52%;
    -webkit-appearance: none;
}
/*--responsive media-quries--*/
@media (max-width: 1100px) {

}
@media (max-width: 670px) {
.course-search-form input[ type="submit"],
.course-search-form select{
	font-size: 1.2em;
}
.course-search-form input[ type="button"],
.course-search-form select{
	font-size: 1.2em;
}
.searchBox-select {
	width: 79%;
	margin: 5px 1% 0 0;
}
.share-search-form input[ type="submit"]{
	width: 20%;
}
.share-search-form input[ type="button"]{
	width: 20%;
}

.area-form {
	width: 25%;
 }

.category-form {
	width: 53%;
	}
}
@media(max-width:500px){
.share-search-form {
    margin: 1rem 0 0.5rem;
}
.share-search-form input[ type="submit"],
.share-search-form select {
	font-size: 1.1em;
}
.share-search-form input[ type="submit"] {
    min-height: 25px;
    width: 100%;
    padding: 6px 5px;
    float: left;
    margin-top: 5px;
  }
  .share-search-form input[ type="button"],
.share-search-form select {
	font-size: 1.1em;
}
.share-search-form input[ type="button"] {
    min-height: 25px;
    width: 100%;
    padding: 6px 5px;
    float: left;
    margin-top: 5px;
  }
.area-form {
    width: 39%;
}
.category-form{
	width: 60%;
  margin-right: 0;
	}
.call-to-action_content .btn-form {
    width: 100%;
    float: left;
  margin-top: 5px;
  }
.share-search-form select {
    padding: 6px 8px;
}
}
/*========= 證照分享===========*/
.photoBox{
  width: 24.7%;
  float: left;
	background: #fff;
	padding: 10px;
  margin: 0 0.15% 1px;
	border-top-left-radius: 2rem ;
  border-bottom-right-radius: 2rem ;
	box-shadow: 1px 0px 2px #b9b9b9;
-webkit-box-shadow: 1px 0px 2px #b9b9b9;
-moz-box-shadow: 1px 0px 2px #b9b9b9;
}
.photoBox img{
  width: 100%;
  height: 200px;
  object-fit: cover;
	border-radius: 10px;
	line-height: 0;
}
.photoBox h3{
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0 0;
}


/*--responsive media-quries--*/
@media(max-width:600px){
.photoBox {
    width: 32%;
}	
.photoBox img {
  height: 190px;
  }
.photoBox h3 {
    font-size: 1.3em;
  }
}
@media(max-width:500px){
.photoBox {
    width: 49%;
}
.photoBox img{
  height: 250px;
}
}

@media(max-width:420px){
.photoBox img{
  height: 178px;
}

}
