* {
	font-family: '微軟正黑體', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
}
html{
	min-width: 300px;
}
h3{
	font-weight:bold;
	/*line-height: 1rem;*/
}
.navbar-fixed-top {
	color: #FFF;
	border-bottom: 1px RGBA(255,255,255,0.5) solid;
	background: RGBA(0,0,0,0.5);
	font-size: 2rem;
  padding: 1rem 0;
	position: fixed;
	top: 0;
	left: 0;
}
.navbar-brand>img{
  height: 2.2rem;
  display: inline;
  margin-top: -8px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF!important;
}	
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover {
  background-color: inherit!important;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover{
	background-color: inherit!important;	
}
.navbar-fixed-top .navbar-collapse {
  max-height: inherit!important;
}	
.navbar-fixed-top a{
	color: #FFF!important;
	text-decoration: none;
}	
.navbar-fixed-top a:hover,.navbar-fixed-top a:focus{
	color: #FFF!important;
	text-decoration: none;
	background-color: inherit!important;
}	
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.navbar-fixed-top .slash{
	padding: 10px 15px;
}
section.full {
	transform-origin: center;
	transform: skewY(0deg);
	overflow: hidden;
  height: 100vh;
}
section.full>div {
	transform-origin: center;
	transform: skewY(-0deg);
}
.unit,.paper {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.unit .col-md-12,.paper .col-md-12 {
	top: 40vh;
}
.unit .bg,.paper .bg {
	height: 100%;
	background: RGBA(0,0,0,0.35);
}
section.full:nth-of-type(1)>.unit .col-md-12>div:first-of-type {
	color: #FFF;
	width: 30%;
	min-width: 320px;
	float: left;
	text-align: right;
	padding-right: 1rem;
	text-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
}
section.full:nth-of-type(1)>.unit .col-md-12>div:first-of-type span:first-of-type {
	font-size: 7.5rem;
	line-height: 6.5rem;
	font-weight: bold;
}
section.full:nth-of-type(1)>.unit .col-md-12>div:first-of-type span:last-of-type {
	font-size: 5rem;
	line-height: 4rem;
}
section.full:nth-of-type(1)>.unit .col-md-12>div:last-of-type {
	width: 70%;
	/*max-width: calc(100% - 350px);*/
	float: left;
	color: #FFF;
	background: RGBA(0,0,0,0.25);
	padding: 1.3rem;
	font-size: 2rem;
	line-height: 2rem;
	padding-bottom: 0.5rem;
	text-align: justify;
}
section.full:not(:nth-of-type(1))>.unit .col-md-12>div:first-of-type {
	color: #FFF;
	text-align: right;
	padding-right: 2rem;
	text-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
	position: relative;
}
section.full:not(:nth-of-type(1))>.unit .col-md-12>div:first-of-type span:first-of-type {
	font-size: 6.5rem;
	line-height: 5.5rem;
	font-weight: bold;
}
section.full:not(:nth-of-type(1))>.unit .col-md-12>div:first-of-type span:last-of-type {
	font-size: 4rem;
	line-height: 3rem;
}
section.full:not(:nth-of-type(1))>.unit .col-md-12>div:last-of-type {
	color: #FFF;
	font-size: 2rem;
	line-height: 2rem;
	text-align: right;
	margin-top: 5rem;
	text-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
}
section.full:nth-of-type(1)>.paper .col-md-12>div:first-of-type {
	color: #FFF;
	width: 100%;
	min-width: 320px;
	text-align: center;
	padding-right: 1rem;
	text-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
}
section.full:nth-of-type(1)>.paper .col-md-12>div:first-of-type span:first-of-type {
	font-size: 7.5rem;
	line-height: 6.5rem;
	font-weight: bold;
}
section.full:nth-of-type(1)>.paper .col-md-12>div:first-of-type span:last-of-type {
	font-size: 5rem;
	line-height: 4rem;
}
section.full:nth-of-type(1)>.paper .col-md-12>div:last-of-type {
	width: 100%;
	color: #FFF;
	background: RGBA(0,0,0,0.25);
	padding: 1.3rem;
	font-size: 2rem;
	line-height: 2rem;
	padding-bottom: 0.5rem;
  text-align: center;
  margin-top: 2rem;
}
section.full a {
	margin-top: 2rem;
	float: right;
	padding: 0.5rem 1.5rem;
	background: #FFF;
	box-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
	font-weight: bold;
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
}
section.full a:hover,section.full a:focus{
	color: #000;
	text-decoration: none;		
}
div.blue::after{
	content: " ";
	border-right: 15px #00e7ff solid;
	box-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
	top: 0;
	right: 0;
  position: absolute;
  height: 100%;
}
div.yellow::after{
	content: " ";
	border-right: 15px #e8ff00 solid;	
	box-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
	top: 0;
	right: 0;
  position: absolute;
  height: 100%;
}	
div.orange::after{
	content: " ";
	border-right: 15px #ff6a00 solid;
	box-shadow: 3px 3px 5px RGBA(0,0,0,0.75);
	top: 0;
	right: 0;
  position: absolute;
  height: 100%;
}
section.full a.blue{
	background: #00e7ff;	
}
section.full a.yellow{
	background: #e8ff00;	
}
section.full a.orange{
	background: #ff6a00;	
}	
section.answer{
	padding: 60px 0;
  background-color: #F9F9F9;
}
section.answer div>h3::after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444;
}
section.focus{
	padding: 60px 0;
  background-color: #F9F9F9;
  text-align: center;
}
section.focus div>h3::after {
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444;
}
section.area{
	padding: 60px 0;
  background-color: #FFF;
}
section.area div{
	padding:0 1rem;
	margin-bottom:0;
}
section.area div img{
	width: 100%;
}
section.area div p{
	text-align: justify;
}
section.area div>span {
  font-weight:bold;
	font-size: 1.7rem;
}
section.area div>span::after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 40px;
  border-top: 2px solid #444;
}
.footer{
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0,0,0,0.2);
	padding: 1.5rem;
}
/*
.navbar-toggle,.collapse.navbar-collapse{
	display:none!important;
}
*/
@media screen and (orientation: portrait){
.unit {
	background-attachment: scroll;
}
}
@media screen and (max-width:992px) {
.navbar-fixed-top .slash{
	padding: 10px 0;
	margin-left: -5px;
}	
section.area div:not(:last-of-type){
	margin-bottom:5rem;
}
}
@media screen and (max-width:768px) {
.unit .col-md-12,.paper .col-md-12 {
	top: 25vh;
}	
section:nth-of-type(4)>.unit {
	background-position: calc(-105vh) center;
}
section:nth-of-type(5)>.unit {
	background-position: calc(-45vh) center;
}
.navbar-fixed-top .slash{
	display:none;
}
section.full:nth-of-type(1)>.unit .col-md-12>div:first-of-type {
	width: 100%;
}
section.full:nth-of-type(1)>.unit .col-md-12>div:last-of-type {
	width: 100%;
	max-width:inherit!important;
	margin-top: 2rem;
}
}

@media screen  and (max-width:351px) {
.unit .col-md-12,.paper .col-md-12 {
	top: 15vh;
}	
section.full:nth-of-type(1)>.unit .col-md-12>div:first-of-type {
	min-width: inherit;
}
section:nth-of-type(4)>.unit .col-md-12>div:first-of-type span:first-of-type{
	padding-left: 10rem;
}
}