@charset "big5";
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  line-height: 180%;
  color: #333333;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
}

.target-fix {
    position: relative;
    top: -70px; 
    display: block;
    visibility: hidden;
}
table {
  margin: 0 auto;
}
img {
  border: 0;
}
a {
  color: #fff
}
a:hover {
  color: #fff000
}
p {
  margin: 0;
}
.header {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  background-color:  #e71f19;
  position:fixed;
  z-index:9999;
}
.header a {
  font-size: 22px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.header a:hover {
  color: #FFF000;
  text-decoration: underline;
}
.content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.content2 {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
#footer2 {
  padding: 15px 0;
  font-size: 14px;
  text-align: left;
  line-height: 170%;
	background-color: #233b43;
}
#footer {
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 140%;
  background-color: #333;
  width: 100%;
}
.responsive{ 
max-width:100%;
height:auto;
}
.scrollup {
  width: 99px;
  height: 198px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  display: none;
  z-index: 9999;
}
#about {
  background-image: url("../images/bg_1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #EEEBE9;

}
#order01 {
	position: absolute;
	top: 480px;
	left: 2px;
}
#order02 {
	position: absolute;
	top: 480px;
	left: 266px;
}
#order03 {
	position: absolute;
	top: 480px;
	left: 485px;
}
#order04 {
	position: absolute;
	top: 480px;
	left: 766px;
}
#title {
	position: absolute;
	top: 50px;
	left: 0px;
}
#talk {
    position: absolute;
    top: 329px;
    left: 58px;
}
#point01 {
	position: absolute;
	top: 764px;
	left: 6px;
}
#point02 {
	position: absolute;
	top: 1572px;
	left: 67px;
}
#point03 {
	position: absolute;
    top: 2344px;
    left: 71px;
}
#point04 {
	position: absolute;
    top: 3658px;
    left: 135px;
}
#point05 {
	position: absolute;
	top: 4459px;
	left: 4px;
}

#mkybooks {
	position: absolute;
	top: 1370px;
	left: 74px;
}

#video{
	padding-top: 20px;
}


@media screen and (max-width:767px){
.header  {
    font-size: 24px!important;
}
.header a {
    font-size: 24px!important;
}

}
