@charset "utf-8";
/* CSS Document */

.mainArea{padding:50px 0}

.formBox input[type="text"], .formBox select, .formBox textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.contactBox {
  padding: 85px 0px 60px;
}

.thankInfo {
  margin-bottom: 25px;
  line-height: 1.8;
  font-size:18px;
  padding-left:10px;
}

.formBox {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  /*字的顏色*/
}

.formBox .left {
  margin-bottom: 10px;
}

.formBox label {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #000;
}

.formBox em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  padding: 5px;
  border: none;
  outline: none;
   font-size: 18px;
  border: 1px solid #ccc;
}

.formBox input[type="text"]:focus, .formBox select:focus, .formBox textarea:focus {
  border-bottom:1px solid #006934;
}

.formBox input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
   font-size: 18px;
}

.formBox select {
  height: 40px;
  width: 100%;
   line-height: 40px;
  font-size:18px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 120px;
   font-size: 18px;
}

/*驗證碼*/
.checkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
}

ul .iconSet{ margin-top:20px;}
ul .iconSet li{ border-bottom:1px solid #dcdcdc;}


.spotListTop,
.spotList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.spotListTop .itemBox,
.spotList .itemBox {
    padding: 10px;
}

.spotListTop .title,
.spotList .title {
    width: 20%;
}

.spotListTop .phone,
.spotList .phone {
    width: 20%;
}

.spotListTop .address,
.spotList .address {
    width: 40%;
}

.spotListTop .area,
.spotList .area {
    width: 10%;
}

.spotListTop .more,
.spotList .more {
    width: 10%;
}

.spotListTop .center,
.spotList .center {
    text-align: center;
}

.spotListTop {
    font-size: 18px;
    letter-spacing: .05em;
    background-color: #00913A;
    color: #fff;
	margin-top:5px;
}

@media (max-width: 767px) {
    .spotListTop {
        display: none;
    }
}

.spotList li {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.spotList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .spotList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 767px) {
    .spotList .itemBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .spotList .itemBox::before {
        content: attr(data-title);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100px;
        color: #fff;
        font-size: 16px;
        background-color: #00913A;
        border-bottom: 1px solid #fff;
    }
    .spotList .itemBox .box, .spotList .itemBox::before {
        padding: 15px 10px;
    }
    .spotList .itemBox .box {
        width: 100%;
    }
}

.spotList .box {
    font-size: 16px;
}

@media (min-width: 768px) {
    .spotList .area {
        font-size: 18px;
    }
}

.spotList .area a {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .spotList .area a {
        width: 100%;
    }
}

.searchForm {
    display:inline-block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
			padding:10px 0;
}
 .formBox .city {
    width: 25%;
    padding: 0 10px;
	
}

 .formBox .location {
    width: 25%;
    padding: 0 10px;
}


 .formBox .inputWrap {
    z-index: 2;
	width: 25%;
}



 .formBox  .inputWrap.focus .input {
    background-color: #9eb219;
    border: 1px solid #9eb219;
}




@media (max-width: 540px) {
  .checkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  
  .searchForm {
    display:block;
    width: 100%;
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
			padding:0px;
}

  .formBox .city {
    width: 100%;
    padding: 0px;
	margin-bottom:10px;
	
}

 .formBox .location {
    width: 100%;
    padding: 0px;
		margin-bottom:10px;
}

.formBox .inputWrap {
    width: 100%;
    padding: 0px;
margin-bottom:10px;
}

}

.checkArea .btnBox {
  margin-top: 0;
}

.formBox .btnBox {
  margin-left: 10px;
}

@media (max-width: 540px) {
  .checkArea .btnBox {
    margin-top: 20px;
  }
  
  .formBox .btnBox {
  margin:0 auto;
}

.formBox .btn03 a{
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color:#006934;
  border-radius:50em;
   display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  height: auto;
  margin-bottom:20px;
}



}


@media (max-width: 768px) {
  .contactBox {
    padding: 0px ;
  }
}


.markList .Img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.ins .mainArea {
  background-size: cover;
}

.markList {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 40px;
  border-top: solid 1px #EBEBEB;
}

.markList li {
  padding-top: 0;
  padding-bottom: 0;
}

.markList li:hover .Img {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(62, 177, 52, 0.2);
          box-shadow: 0px 1px 35px 0px rgba(62, 177, 52, 0.2);
}

.markList li:hover .Txt h3 {
  color: #000;
  font-weight:bold;
}

.markList .markClassTitle {
  position: relative;
  margin-bottom: 40px;
  padding-left: 55px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #F16377;
  pointer-events: none;
}

/*.markList .markClassTitle.icon0:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 36px;
  height: 30px;
  background: url(../images/iconMark01.png) no-repeat center;
}*/

/*.markList .markClassTitle.icon1:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  margin-top: -15px;
  display: block;
  width: 28px;
  height: 30px;
  background: url(../images/iconMark02.png) no-repeat center;
}*/

.markList .Img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 280px;
  height: 170px;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(62, 177, 52, 0.1);
          box-shadow: 0px 1px 25px 0px rgba(62, 177, 52, 0.1);
  border-radius: 8px;
  font-size: 0;
  overflow: hidden;
  background-color: #FFF;
}

.markList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}

.markList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}

.markList .Txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.markList .Txt h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: center;
}


