img {
    max-width: 100%;
    height: auto;
}
#banner{
	width: 100%;
	height: 100vh;
	background-image: url(https://www.houseol.com.tw/promote/images/banner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin: 0 ;
}
.banner h1{
	margin-top: 20vh;
	margin-bottom: 20px;
	font-size: 73px;
	font-weight: bold;
	line-height: 80px;
}
.banner h1 span font{color: #D70C24;text-align: center;}
.btn-primary {
    color: #fff;
    background-color: #D70C24;
    border-color: #FFF;
}
.text-center {text-align: center;}
.linebr {border-top: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;height: 10px;margin:0 auto;width: 80%;}
#shop.section {padding: 80px 0;}
#shop header h2{font-size:3rem;font-weight: bold;text-align: center;margin:20px 0;}
#shop .row{display: flex; flex-wrap: wrap; justify-content: center;margin-bottom: 20px;}
#shop .shoplist{
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0px; cursor: pointer;
}
#shop .shoplist h3{
	background-color: #A62812;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height:1.5rem;
	display: inline-block;
	font-size: 1rem;
	margin: 20px 0 10px 0;
	padding: 0 10px;
}
#shop .shoplist .photo {margin-top:10px;padding: 0 10px; height:100px;}
#shop .shoplist .photo img{display: inline-block;}
.linkbnt{
	font-size: 1.5rem;
	line-height:3rem;
	background-color: #544D55;
	color: #FFF;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.linkbnt:hover,.linkbnt:focus{
	color: #FC3;
	text-decoration: none;
}
.linkbnt i{margin-left: 10px;}
.leftbox,.rightbox{position: relative;}
.textbox{font-size: 1.5rem;margin-right: auto;margin-left: auto;}
.textbox header{font-size:3rem;font-weight: bold;line-height: 3.5rem;color: #000000;}
.textbox h2{font-size: 1.25rem;color: #003366;margin-top: 10px;}
.textbox h3{margin-top: 20px;margin-bottom: 20px;}
.img_a_m{position: absolute;right: 0px;bottom: 0px;max-width: 100%;}
#page01{
	background-image: url(https://www.houseol.com.tw/promote/images/page01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#page01 .leftbox{text-align: center;}
#page01 .leftbox ul{display: flex;flex-wrap: wrap;justify-content: center;padding: 0px;}
#page02{
	background-image: url(https://www.houseol.com.tw/promote/images/page02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#page02 .textbox h3{color: #FFF;}
#page02 .textbox h3 font{color: #FFDD72;font-size: 2rem;}
#page02 .textbox .linkbnt{background-color: #00455C;}
#page02 .rightbox .img01{animation-duration: 6s;}
#page02 .rightbox .img02{
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 100%;
}
#page03,#page04,#page06,#page07{
	max-width: 1245px;
	margin-right: auto;
	margin-left: auto;
}
#page03 .rightbox header.left{
	animation: itfadeInLeft 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 1s 1 ease backwards;
}
#page03 .textbox header.right{
	animation: itfadeInRight 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInRight 1s 1s 1 ease backwards;
}
#page03 .textbox h3{animation-delay: 1.5s;}
#page03 .textbox .linkbnt{animation-delay: 1.5s;}
#page04 .leftbox header.left{
	animation: itfadeInLeft 1s 0s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 0s 1 ease backwards;
}
#page04 .textbox h3{animation-delay: 0.5s;}
#page04 .textbox .linkbnt{animation-delay: 0.5s;}
#page04 .rightbox .img02{animation-delay: 2s;animation-duration: 6s;}
#page04 .rightbox .img03{
	animation-delay: 1.5s;/*動畫時間*/
	animation-iteration-count: 1; /*動畫執行幾次，1就是執行1次不會重複*/
	animation-timing-function: ease;/*動畫的加速度曲線*/
	animation-fill-mode: backwards;/*動畫完成後，保持最後一個屬性質*/}

#page05{
	background-image: url(https://www.houseol.com.tw/promote/images/page05.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#page05 .rightbox {text-align: right;}
#page05 .rightbox img{display: inline-block;}
#page05 .textbox .linkbnt{background-color: #523F2C;}
#page05 .rightbox .img02{position: absolute;right: 0px;bottom: 0px;max-width: 100%;}


#page06 .rightbox header.left{
	animation: itfadeInLeft 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 1s 1 ease backwards;
}
#page06 .textbox header.right{
	animation: itfadeInRight 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInRight 1s 1s 1 ease backwards;
}
#page06 .textbox h3,#page06 .textbox h2{animation-delay: 1.5s;}
#page06 .textbox .linkbnt{animation-delay: 1.5s;}
#page06 .leftbox .img02{animation-delay: 2s;animation-duration: 6s;}
#page07 .leftbox header.left{
	animation: itfadeInLeft 1s 0s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 0s 1 ease backwards;
}
#page07 .textbox h3,#page07 .textbox h2{animation-delay: 0.5s;}
#page07 .textbox .linkbnt{animation-delay: 0.5s;}
#page07 .rightbox .img02{animation-delay: 2s;}

.subfooter {
	background-color: #1F1F1F;
	padding: 20px 0;
	color: #FFF;
}
/*.section {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
*/
.footer .footer-content{margin: 50px 0;}
.footer .form-group{line-height: 34px;}
.footer .list-icons i{margin-right: 10px;}
#footer .form-group.sr img{display: inline-block;margin-right: 10px;}
#footer .form-group.sr input{color: #333;border: 1px solid #000;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#footer .form-group.sr input[type="button"]{color: #FFF;background-color: #1F1F1F;}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
header .col-md-2 {width: 16.66666667%;}
#shop .\32 u, #shop .\32 u\24 {width: 20%;padding: 0px 5px;}
} 
@media (min-width:769px) {
.banner h1 span{margin-right: 20px;}
#page01,#page02,#page01 .leftbox,#page01 .rightbox,#page02 .leftbox,#page02 .rightbox{height: 100vh;}
#page01,#page01 .leftbox{min-height: 769px;}
#page01 .leftbox {float: left;}
#page01 .leftbox ul{position: absolute;max-width:670px;right: calc((100% - 670px) / 2);top: 10vh;z-index: 3;}
#page01 .leftbox .img01{position: absolute;right: calc((100% - 722px) / 2);bottom: 5vh;z-index: 1;}
#page01 .leftbox .img02{position: absolute;right: calc((100% - 299px) / 2);bottom: 35vh;z-index: 2;}
#page01 .rightbox,#page03 .rightbox ,#page06 .rightbox {float: right;}
#page01 .rightbox .textbox{width: 330px;font-size: 1.5rem;margin-top: 30vh;}
#page01 .textbox header.right{
	animation: itfadeInRight 1s 3s 1 ease backwards;
	-webkit-animation: itfadeInRight 1s 3s 1 ease backwards;
}
#page01 .textbox h3{animation-delay: 3s;}
#page01 .textbox .linkbnt{animation-delay: 3s;}
#page02,#page02 .rightbox{min-height: 769px;}
#page02 .leftbox .textbox{width: 330px;font-size: 1.5rem;margin-top: 30vh;}
#page02 .rightbox .img01{
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 100%;
}
#page02 .rightbox .img02.right{
	animation: itfadeInRight 1s 2s 1 ease backwards;
	-webkit-animation: itfadeInRight 1s 2s 1 ease backwards;
}
#page02 .textbox header.left{
	animation: itfadeInLeft 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 1s 1 ease backwards;
}
#page02 .textbox h3{animation-delay: 1.5s;}
#page02 .textbox .linkbnt{animation-delay: 1.5s;}
#page03 .textbox ,#page04 .textbox,#page06 .textbox ,#page07 .textbox {width: 400px;font-size: 1.5rem;margin-top:4vw;}
#page03 .leftbox .img02.left{
	animation: itfadeInLeft 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 1s 1 ease backwards;
}
#page05 .leftbox .textbox{width: 330px;font-size: 1.5rem;margin-top: 10vh;}
#page05 .rightbox .img01.right{
	animation: itfadeInRight 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInRight 1s 1s 1 ease backwards;
}
#page05 .rightbox .img02{animation-delay: 2s;animation-duration: 4s;}
#page05 .textbox header.left{
	animation: itfadeInLeft 1s 1s 1 ease backwards;
	-webkit-animation: itfadeInLeft 1s 1s 1 ease backwards;
}
#page05 .textbox h3{animation-delay: 1.5s;}
#page05 .textbox .linkbnt{animation-delay: 1.5s;}
}
@media (max-width:768px) {
.banner h1 {font-size: 10vh;}
.banner h1 span{display: block;}
.img01,.img02,.img03{width: 100%}
.leftbox,.rightbox{padding:10px;}
.textbox{padding:10px;}
.img_a_m{margin: 10px;}
#page01 .leftbox ul li{width: 25%;}
#page01 .leftbox .img02{margin-right: auto;margin-left: auto;width: 40%;}
/*#page01 .rightbox {background-color: #FFF;}*/
#page02 .rightbox,#page05 .rightbox{padding:0px;}


}

.btn {
	font-size: 20px;
	line-height: 1.42857;
	width: 160px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}



/*@media (min-width:769px) {
.logo{margin-top: 20px;}
}*/
/*@media (max-width:768px) {
.logo{
	position: absolute;
	z-index: 999;
}
.logo img{
	height:35px;
}
}*/
.social-links {	padding: 0;	margin: 0;}
.social-links li a {color: #FFF;}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.col-md-2 .logo{float: none;text-align: center;}
.col-md-2 .logo img{display: inline-block;}
}
@media screen and (max-width: 768px) {
.image.featured {display: block;width: 100%;}
.list-box{margin: 10px 0px;}
}

@keyframes scaleOut {
  0% {transform: scale(0);opacity: 0;}
  70% {transform: scale(1.15);opacity: 1;}
  100% {transform: scale(1);}
}
@keyframes fade-top { 
   0% {transform: translate(-250%,-200px); opacity: 0;}
   90% {transform: translate(-195%,-35px);}
  100% {transform: translate(-200%,-50px);opacity: 1;}
}
@keyframes fade-left { 
   0% {transform: translate(50%,50vh); opacity: 0;}
  100% {transform: translate(80%,50vh);opacity: 1;}
}
@keyframes itfadeInLeft { 
   0% {transform: translateX(-100px); opacity: 0;}
  100% {transform: translateX(0px);opacity: 1;}
}
@keyframes itfadeInRight { 
   0% {transform: translateX(100px); opacity: 0;}
  100% {transform: translateX(0px);opacity: 1;}
}
.nav_title{position:relative;}
.nav_title .point{top: -60px;height: 60px;width: 1px;display: block;}

