@charset "UTF-8";
/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
footer, .result .table table tr td {
  font-family: Arial, sans-serif;
}

footer .copyright, footer .link, .event .item .btn, .result .btn_job, header .btn_search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.result .note {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .searchBar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
}

.event .item .btn, .result .btn_job, header .btn_search {
  padding: 0 0 2px;
  height: 45px;
  font-size: 18px;
  color: #ffffff;
  background-color: #306697;
  border-radius: 22.5px;
}
.event .item .btn:hover, .result .btn_job:hover, header .btn_search:hover {
  background-color: #237bce;
}

/* ==========================================================================
	topBar白色選單
========================================================================== */
/*.spBar {
	position: fixed;
	top: 30px;
	z-index: 998;
	padding-left: 30px;
	width: 100%;
	height: 60px;
	background-color: $color_w;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	&.icon {
		@extend %flexSb;
	}
	.icon {
		display: flex;
		align-items: center;
		img {
			margin-right: 8px;
			width: 32px;
		}
		p {
			font-size: 24px;
			color: #ed0180;
			font-weight: 500;
		}
	}
	.menu {
		float: right;
		display: flex;
		height: 100%;
		a {
			@extend %flexCenter;
			padding: 0 30px;
			height: 100%;
			font-size: 18px;
			color: $color;
			&:hover,
			&.menu_focus {
				color: #007de9;
			}
		}
	}
}*/
/* ==========================================================================
	Wrap & pop
========================================================================== */
a, a > *, a svg path, button, button > * {
  display: inline-table;
  transition: 0.3s;
}

.wrap {
  position: relative;
  margin-top: 30px;
  min-width: 1100px;
  color: #333333;
  overflow: hidden;
  background-color: #f5f5f3;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
}

header {
  position: relative;
  height: 555px;
  background-image: url("../img/bg.png");
  background-position: center top;
  background-repeat: repeat-x;
}
header .head {
  position: absolute;
  top: 85px;
  right: 50%;
  margin-right: -70px;
  width: 565px;
}
header h1 {
  font-size: 0;
}
header h1 img {
  width: 100%;
}
header h2 {
  display: inline-block;
  margin: 10px auto 45px;
  font-size: 23.5px;
  text-align: center;
  font-weight: 400;
}
header h2 .rwd {
  margin-left: 20px;
}
header h2 .imp {
  color: #e3003b;
}
header .searchBar {
  padding: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
header .searchBar .select {
  position: relative;
  width: 345px;
  height: auto;
}
header .searchBar .select .input {
  width: 100%;
  height: 45px;
}
header .searchBar .select .input:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 8px;
  width: 0;
  height: 0;
  border: 6px transparent solid;
  border-color: #333333 transparent transparent transparent;
  pointer-events: none;
}
header .searchBar .select .input input {
  padding: 0 27px 0 12px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #444444;
  background-color: #ffffff;
  border: 1px #b0bdc1 solid;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header .searchBar .select .error {
  display: none;
  margin-top: 5px;
  font-size: 15px;
  color: #e3003b;
  line-height: 1.3;
}
header .btn_search {
  margin-left: 10px;
  width: 180px;
}
header .bg_1 {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 90px;
  width: 520px;
}
header .bg_2 {
  position: absolute;
  top: 400px;
  right: 50%;
  margin-right: -45px;
  width: 597px;
}
header .scrollTo {
  position: absolute;
  bottom: 0;
}

.result,
.event {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}

.result {
  margin: 50px auto 0;
  border-radius: 15px;
}
.result .title {
  padding: 22px 30px;
  background-color: #306697;
}
.result .title p {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 10px;
  font-size: 21px;
  color: #ffffff;
  border-left: 8px #2cc0c9 solid;
}
.result .title p span {
  margin-right: 8px;
  color: #ffff00;
}
.result .content {
  padding: 30px;
  background-color: #76a0c7;
}
.result .table {
  width: 100%;
  max-height: 406px;
  overflow: auto;
}
.result .table table {
  width: 100%;
}
.result .table table tr th, .result .table table tr td {
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.result .table table tr th {
  color: #8fdbff;
  font-weight: 400;
  background-color: #306697;
  border-width: 0 1px 1px 0;
  border-color: #9fb6cb;
  border-style: solid;
}
.result .table table tr th:last-child {
  border-right-width: 0;
}
.result .table table tr th span {
  font-size: 12px;
  margin-left: 5px;
}
.result .table table tr td {
  padding: 10px;
  font-size: 16px;
  color: #306697;
  text-align: center;
  background-color: #ffffff;
  border-width: 0 1px 1px 0;
  border-color: #9fb6cb;
  border-style: solid;
}
.result .table table tr td:first-child {
  color: #333333;
  text-align: left;
  font-family: "Noto Sans TC";
}
.result .table table tr td:last-child {
  border-right-width: 0;
}
.result .table table tr:nth-child(odd) td {
  background-color: #f2fcff;
}
.result .table table tr:last-child td {
  border-bottom-width: 0;
}
.result .note {
  margin: 10px 0 30px;
  font-size: 15px;
  color: #f0f8ff;
  font-family: "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
}
.result .btn_job {
  margin: auto;
  width: 100%;
  max-width: 300px;
}

.event {
  margin: 40px auto 60px;
}
.event .item {
  display: flex;
  padding: 10px;
  width: 32%;
  border-radius: 15px;
}
.event .item .border {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border-width: 3px;
  border-style: solid;
}
.event .item img {
  margin-bottom: 25px;
  width: 100%;
}
.event .item h3 {
  font-size: 33px;
  text-align: center;
}
.event .item p {
  flex-grow: 1;
  margin: 15px 0 30px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.event .item .btn {
  margin: auto;
  width: 100%;
  max-width: 200px;
}
.event .item:nth-child(1) {
  background-color: #f4cf6c;
}
.event .item:nth-child(1) .border {
  border-color: #d1a669;
}
.event .item:nth-child(1) h3 {
  color: #f6791e;
}
.event .item:nth-child(1) .btn {
  background-color: #f6791e;
}
.event .item:nth-child(1) .btn:hover {
  background-color: #f69d1e;
}
.event .item:nth-child(2) {
  background-color: #aada7b;
}
.event .item:nth-child(2) .border {
  border-color: #82a96b;
}
.event .item:nth-child(2) h3 {
  color: #0a8c78;
}
.event .item:nth-child(2) .btn {
  background-color: #0a8c78;
}
.event .item:nth-child(2) .btn:hover {
  background-color: #09af67;
}
.event .item:nth-child(3) {
  background-color: #d39dd9;
}
.event .item:nth-child(3) .border {
  border-color: #9c70a5;
}
.event .item:nth-child(3) h3 {
  color: #7838cf;
}
.event .item:nth-child(3) .btn {
  background-color: #7838cf;
}
.event .item:nth-child(3) .btn:hover {
  background-color: #a05ef9;
}

footer {
  position: relative;
  padding: 50px 15px 45px;
  font-size: 15px;
  color: #91c5ec;
  text-align: center;
  background-color: #4b6f91;
}
footer .link {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .link a {
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer .link a:last-child {
  border-width: 0;
}
footer .link a:hover {
  text-decoration: underline;
}
footer .copyright svg {
  margin-right: 25px;
  padding-bottom: 4px;
  width: 170px;
}
footer .copyright svg path {
  fill: #91c5ec;
}
footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
footer .copyright p .tel {
  margin-right: 20px;
  color: #91c5ec !important;
  text-decoration: none !important;
  cursor: text !important;
  pointer-events: none !important;
}
footer .copyright p .company {
  display: none;
}

@media screen and (max-width: 1014px) {
  /* .spBar {
  	padding-left: 7px;
  	height: 45px;
  	&.icon {
  		.menu {
  			width: auto;
  			a {
  				padding: 0 10px;
  				width: auto;
  				font-size: 15px;
  			}
  		}
  	}
  	.icon {
  		img {
  			margin-right: 5px;
  			width: 20px;
  		}
  		p {
  			font-size: 18px;
  		}
  	}
  	.menu {
  		width: 100%;
  		a {
  			padding: 0;
  			width: calc(100% / 4);
  			font-size: 15px;
  		}
  	}
  }*/
}
@media screen and (max-width: 900px) {
  .wrap {
    min-width: auto;
  }
  header {
    padding: 0 30px;
    height: auto;
    background-image: url("../img/bg_m.png");
    background-repeat: no-repeat;
  }
  header .head {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    padding: 50px 0;
    width: 100%;
    max-width: 565px;
  }
  header .bg_1 {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 520px;
  }
  header .bg_2 {
    display: none;
  }
  main {
    padding: 0 30px;
  }
  .event {
    justify-content: center;
  }
  .event .item {
    width: 49%;
  }
  .event .item:nth-child(1) {
    margin-right: 2%;
  }
  .event .item:nth-child(3) {
    margin-top: 2%;
  }
  footer .link {
    margin-bottom: 0;
  }
  footer .link a {
    margin-bottom: 20px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline;
    margin-right: 7px;
  }
}
@media screen and (max-width: 750px) {
  .result .table table {
    min-width: 580px;
  }
  .result .table table tr th, .result .table table tr td {
    padding: 8px;
    font-size: 15px;
  }
  .result .table table tr th:nth-child(1) {
    width: 40%;
  }
  .result .table table tr th:nth-child(2) {
    width: 16%;
  }
  .result .table table tr th:nth-child(3) {
    width: 23%;
  }
  .result .table table tr th:nth-child(4) {
    width: 21%;
  }
  .result .table table tr th span {
    font-size: 10px;
  }
  .result .note {
    font-size: 14px;
  }
}
@media screen and (max-width: 630px) {
  header {
    background-size: 142% auto;
  }
  header .head {
    padding: 8vw 0;
  }
  header h2 {
    display: block;
    margin: 2vw auto 5vw;
    font-size: 5vw;
    line-height: 1.3;
    letter-spacing: 1vw;
  }
  header h2 .rwd {
    display: block;
    margin-left: 0;
  }
  header .searchBar .select .input {
    height: 40px;
  }
  header .searchBar .select .input input {
    font-size: 16px;
  }
  header .searchBar .select .error {
    font-size: 14px;
  }
  header .btn_search {
    height: 40px;
    font-size: 17px;
  }
  .result {
    margin-top: 8vw;
    border-radius: 10px;
  }
  .result .title {
    padding: 18px 20px;
  }
  .result .title p {
    padding-left: 8px;
    font-size: 18px;
    border-left-width: 6px;
  }
  .result .title p span {
    margin-right: 6px;
  }
  .result .content {
    padding: 25px 20px;
  }
  .result .table table th {
    padding: 10px 5px;
    font-size: 16px;
  }
  .result .table table td {
    padding: 20px 5px;
    font-size: 24px;
  }
  .result .note {
    margin: 7px 0 30px;
    font-size: 13px;
  }
  .result .btn_job {
    height: 40px;
    font-size: 17px;
  }
  .event {
    margin: 8vw auto;
  }
  .event .item {
    width: 100%;
    border-radius: 10px;
  }
  .event .item:nth-child(1) {
    margin-right: 0%;
  }
  .event .item:nth-child(2), .event .item:nth-child(3) {
    margin-top: 15px;
  }
  .event .item .border {
    border-radius: 6px;
  }
  .event .item .btn {
    height: 40px;
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 377px;
  }
  footer .link a:nth-child(3) {
    border-width: 0;
  }
}
@media screen and (max-width: 480px) {
  /*.spBar.icon {
       .menu a {
          margin: 0 2.1vw;
          padding: 0;
          width: 34px;
          text-align: center;
       }
    }*/
  header .searchBar {
    flex-direction: column;
    margin: auto;
    width: 88%;
    border-radius: 7px;
  }
  header .searchBar .select {
    margin-bottom: 10px;
    width: 100%;
  }
  header .searchBar .select::after {
    top: 17px;
  }
  header .searchBar .btn_search {
    margin-left: 0;
    width: 100%;
  }
  main {
    padding: 0 20px;
  }
  .result .title {
    padding: 15px;
  }
  .result .title p {
    font-size: 16px;
    line-height: 1.2;
  }
  .result .content {
    padding: 20px 15px;
  }
  .event .item h3 {
    font-size: 29px;
  }
  .event .item p {
    font-size: 17px;
  }
  footer {
    padding: 30px 15px;
    font-size: 14px;
  }
  footer .link {
    max-width: 360px;
  }
  footer .copyright {
    line-height: 1.8;
  }
  footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  footer {
    padding: 40px 15px 35px;
  }
}/*# sourceMappingURL=style.css.map */