@charset "UTF-8";
main *, main *:before, main *:after {
    box-sizing: content-box;
}

main #banner {
  height: 470px;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: Arial, "微軟正黑體", "新細明體";
  border-bottom: 1px solid #ccc;
}

main h2 {
  width: 100%;
  color: #00a2a5;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin: 30px 0 20px;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

main .moreCase {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  display: block;
  width: 292px;
  height: 53px;
  margin: 0 auto;
  margin-top: 50px;
  background: #00a2a5;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 22px;
}

main .moreCase:hover {
  background: #11d1d5;
}

main .title {
  padding-left: 45px;
  display: inline-block;
  background: url(../images/titleIcon.png) no-repeat left top;
  position: relative;
}

main .title:before,
main .title:after {
  content: "";
  width: 200px;
  height: 18px;
  border-bottom: 1px solid #00a2a5;
  position: absolute;
}

main .title:before {
  left: -210px;
}

main .title:after {
  right: -210px;
}

main .section {
  width: 100%;
  min-width: 1000px;
  padding: 30px 0;
  font-family: "微軟正黑體", "新細明體";
}

main .content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

main .form #contactInput input,
main .form .demandCheck,
main .form #contact-query {
  border-left-color: #00b7b9;
}

main a {
  color: inherit;
}

main #navLink {
  position: relative;
  z-index: 999999;
  padding: 1px 0 0;
  min-width: 1200px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-family: Arial, "微軟正黑體";
}

main #navLink > ul {
  display: inline-block;
}

main #navLink > ul > li {
  float: left;
  width: 171px;
  height: 60px;
  border-left: 1px solid #ccc;
  line-height: 60px;
}

main #navLink > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

main #navLink > ul > li.end {
  border-right: 1px solid #ccc;
}

main #navLink .navLinks:hover,
main #navLink .selected {
  color: #12abb5;
  font-weight: bold;
}

main #navLink .contactLink {
  color: #ff9c00;
  font-weight: bold;
}

main #navLink .subLink {
  display: none;
  margin-left: -1px;
  padding-top: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  text-align: center;
  text-indent: 0;
}

main #navLink .subLink > li {
  width: 100%;
  font-size: 17px;
  line-height: 40px;
}

main #navLink .subLink > li a {
  display: block;
  color: #333;
  font-weight: normal;
}

main #navLink .subLink > li a:hover {
  background-color: #005d81;
  color: #fff;
}

main #navLink.fixed {
  position: fixed;
  top: 0;
  z-index: 1000000;
  margin-top: 0;
}

main .clearAll:before,
main .clearAll:after {
  display: table;
  line-height: 0;
  content: "";
}

main .clearAll:after {
  clear: both;
}

main .navLink.fixed + * {
  margin-top: 62px;
}
main #seminar { width: 100%; background-color:#eeeeee;font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif; }
main #banner_bg2 {
    width: 1000px;
	margin: 0 auto;
    height: 430px;
	}
main #banner_bg2 h2 {
	width: 1000px;
	padding: 50px 0px 20px 0px;
	text-align: center;
	margin: 0 auto;
	color: #00a2a5;
	font-size: 32px;
	
}
main #banner_bg2 .txtbox {
    float: left;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

main #banner_bg2 .txtbox .txtbox_L {
    float: left;
    width: 300px;
    margin-right: 15px;
}

main #banner_bg2 .txtbox .txtbox_R {
    float: right;
    width: 685px;
}

main #banner_bg2 .txtbox .txtbox_R h3 {
    font-size: 20px;
    line-height: 1.6;
    color: #00a2a5;
}

main #banner_bg2 .txtbox .txtbox_R p {
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
    padding-bottom: 20px;
	text-align: justify;
}
main #button_R {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

main .btnR {
    float: left;
    font-size: 16px;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    width: 250px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    letter-spacing: 1px;
}

main .btnR a {
    display: block;
    color: #00a2a5;
    text-decoration: none;
    border: #00a2a5 solid 1px;
}

main .btnR a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #00a2a5;
    margin: 0 auto;
    border-bottom: #00a2a5 solid 1px;
}