.error {color:#f88;}
body{
	background-color:#efefef;
}
p.span,h1,h2,h3,h4,h5,div{
	font-family:Microsoft JhengHei,微軟正黑體,Tahoma, Geneva, sans-serif;
	color: #000;
}
p,span{
	font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
input.form-control,textarea.form-control ,select.form-control{
	border-radius: 0;
	box-shadow: none;
	border:none;
	border-bottom: 1px solid  #CCCCCC;
    background-color: transparent;
	color:#fff;
	box-shadow:none;
    font-size: 18px;
}
.form-control::placeholder{
	color:#fff;
    font-size: 18px;
}
.form-control:focus {
	border-color: #FFCC00;
	outline: 0;
	box-shadow: none;
}
.container {
    padding: 0;
	background-color:#fff;
}
h1{
	font-size:48px;
	letter-spacing:0.5px;
	line-height:58px;
	font-weight:100;
}
h2{
	font-size: 40px;
	letter-spacing: 0.5px;
	line-height: 48px;
	font-weight: 100;
	visibility: inherit;
}
h3{
	font-size:28px;
	line-height:34px;
	font-weight:800;
}
p{
    font-size: 20px;
    line-height: 26px;
}
.pic-01{
	max-width:300px;
	position:absolute;
	padding-bottom:300px;
}
.pic-02{
	max-width:500px;
	position:absolute;
	padding-bottom:200px;
}
.pic-03{
	max-width:500px;
	position:absolute;
	padding-bottom:150px;
}
.pic-box{
	margin:1px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: stretch;
	padding:0;
}
.pic-box .row img {
    padding: 0 1px 0 0;
    margin: 0;
}
.row{
	padding:0;
	margin:0;
}
.pic-box .row p{
	top:8px;
	position:relative;
    margin-bottom: 30px;
}
.big-word{
	display: flex;
	align-items:flex-start;
	justify-content:center;
	margin:0;
	padding:0;
}
.big-word img{
	max-width:50px;
	padding-top:20px;
}
.word-pic-box{
	position:relative;
	min-height:100%;	
}
.right-pic-box img{
	padding:0 5px 0 0;
}
.right-pic-box p{
    margin: 0 0 30px 0;
    padding: 0;
    top: 8px;
    position: relative;
}
.right-pic-box > div {
    padding: 0;
}
.right-pic-box {
    padding: 0;
    margin-bottom: 30px;
}
img.rightword{
	width:auto;
	display:block;
    position: relative;
	margin: 10px 0 20px 0;
}
span.rightword{
	font-size:20px;
	line-height:36px;
	letter-spacing:1px;
}
.row.rightbox {
    padding: 0 0 30px 0;
}
iframe.iframe {
    width: 100vw; 
    height: 56.25vw;
}
.row.row-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; /* 高度应该是宽度的56% */
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
.row.row-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
	left: 0;
	top: 0;
}
.map{
	position: relative;
	min-height:200px;
}
.map iframe.iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 12px 15px;
}
.contact {
	padding: 40px 30px;
	background-image: url(../images/contact.jpg);
	background-size:cover;
}
a.tel.btn.btn-default.btn-tel{
	margin: 0 0 15px 0;
    padding: 10px 12px;
    border: 1px dotted #868686;
    border-radius: 0;
    line-height: 30px;
	background-color: #dfb54f;
	color:#fff;
}
a.tel.btn.btn-default.btn-tel span{
	font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
a.tel.btn.btn-default.btn-tel:hover{
    background-color: #fff;
	transition:1s;
	color: #dfb54f;
}
.btn-block{
	border: 3px solid #ffbf00;
	color:#000;
	font-size:22px;
	background: transparent;
    color: #fff;
    border-radius: 0;
	margin-bottom:20px;
}
.btn-block:hover{
	background:#ffbf00;
}
.xs-word{
	width:auto;
	padding-top: 20px;
}
@media (max-width:420px){
.pic-01{
	max-width:60%;
	padding-bottom:30%;
}
.pic-02{
	max-width:70%;
	padding-bottom:20%;
}
.pic-03{
	max-width:70%;
	padding-bottom:15%;
}
.right-pic-box img {
    padding: 0;
}
.rightbox > span > br{
	display:none;
}
.row.rightbox {
    padding: 0 20px 30px 20px;
}
.contact {
    padding: 20px 0;
}
.right-pic-box p {
    margin-left: 20px;
}
span.rightword {
    line-height: 30px;
    letter-spacing: 0.5px;
}
}
@media (max-height:420px){
.pic-01{
	padding-bottom:22%;
}
.pic-02{
	padding-bottom:15%;
}
.pic-03{
	padding-bottom:8%;
}
.right-pic-box img {
    padding: 0;
}
.rightbox > span > br{
	display:none;
}
.row.rightbox {
    padding: 0 20px 30px 20px;
}
.contact {
    padding: 20px 0;
}
.right-pic-box p {
    margin-left: 20px;
}
span.rightword {
    line-height: 30px;
    letter-spacing: 0.5px;
}
}