@charset "utf-8";
/* CSS Document */


.mainArea > .wrap {
  max-width: 1360px;
}



.formBox {
  width: 100%;
}
.thankInfo {
  word-break: break-all;
  text-align:center;
  font-weight:600;
  font-size:28px;
  padding:30px 0;
}
.thankInfo span{ color:#008FD7}

.formBox {
  margin: 20px 0;
}

.formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #000;
  margin-left: -10px;
  margin-right: -10px;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList li.name .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.formList li.name .inputStyle {
  width: calc(100% - 130px);
}
.formList li.name .sex {
  width: 130px;
  padding-left: 10px;
}
.formList .left {
  margin-bottom: 5px;
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  color: #000;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 5px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size:16px;
}
.formList .inputStyle {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.formList select {
  height: 42px;
  font-size:16px;
  font-size:16px;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
  font-size:16px;
}


/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}
.checkArea .btn1 {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}
.checkArea .btn1 a {
  /*送出按鈕*/
  display: inline-block;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}


.locationArea .locationList .item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.locationArea {
  padding: 72px 0 55px;
}


@media(max-width:960px){
	
.mainArea{padding:0}	
.breadArea{ padding-top:0px;}	
.thankInfo {
  padding:10px 0;
}	
	}


@media (max-width: 768px) {
  .locationArea {
    padding: 40px 0 20px;
  }
}
.locationArea .locationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}
.locationArea .locationList .locationItem {
  width: 33.33%;
  padding: 0 25px 25px;
}
@media (max-width: 1024px) {
  .locationArea .locationList .locationItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .locationArea .locationList .locationItem {
    width: 100%;
	  padding: 0 10px 20px;
  }
}
.locationArea .locationList .item {
  height: 100%;
  position: relative;
   background: #f9f9f9;
  border: 2px solid transparent;
}
@media (min-width: 1025px) {
  .locationArea .locationList .item:hover {
    border-color: #0075C1;
  }
}
.locationArea .locationList .classTitle {
  position: absolute;
  right: -12px;
  top: -2px;
  display: block;
  width: 68px;
  height: 30px;
  background-color: #0075C1;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.28px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1.5px;
}
.locationArea .locationList .classTitle:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  width: 12px;
  height: 10px;
  display: block;
  background-image: url(../images/ribbon_corn.png);
  background-repeat: no-repeat;
}
.locationArea .locationList .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 30px;
}
.locationArea .locationList .topBox .icon img{
  width: 80px;
}
.locationArea .locationList .topBox .title {
  width: calc(100% - 80px);
  padding-left: 16px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.4;
}
.locationArea .locationList .Txt {
  padding: 20px 20px;
}
.locationArea .locationList .contact_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.locationArea .locationList .contact_person .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #008FD7;
  color:#fff;
}

.locationArea .locationList .contact_person .icon:before{
  width: 30px;
  height: 30px;
  content:url(../images/icon_w.svg)
}


.locationArea .locationList .contact_person .icon2 {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #008FD7;
  color:#fff;
}

.locationArea .locationList .contact_person .icon2:before{
  width: 30px;
  height: 30px;
  content:url(../images/icon_m.svg)
}



.locationArea .locationList .contact_person .name {
  color: #353535;
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  letter-spacing: 0.36px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
.locationArea .locationList .contact_person .name:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #929292;
}
.locationArea .locationList .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 2;
     text-indent: -3em;
  margin-left: 3em;
    line-height: 1.5;
}
.locationArea .locationList .infoList li a {
  display: block;
  color: #333;
  text-decoration:underline;
     text-indent: -3em;
  margin-left: 3em;
}
@media (min-width: 1025px) {
  .locationArea .locationList .infoList li a:hover {
    color: #008FD7;
  }
}


@media (max-width: 640px){
	
	.locationArea .locationList .topBox {
  padding:20px  10px;
}
	
	.locationArea .locationList .Txt {
  padding: 10px;
}
	.locationArea .locationList .item{ padding:0}
	
	
	.locationArea .locationList .topBox .title {
  width: calc(100% - 80px);
  padding-left: 12px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
}

.locationArea .locationList .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.4;
}


	}


