﻿/* 天區塊 */
#l-header nav{
	background: #cf121b;
}
.top-logo{
	top: 10px;
}

/* 下拉選單 */
@media (min-width: 1024px) {
  #main-menu {
    padding-left: 162px;
	float: left;
  }
}

/* main區塊 */
.body{
	background: url(../images/bg-content.png) center repeat-y,
	url(../images/bg-product.jpg) no-repeat;
}
#product-img{
	float: none;
	text-align: center;
}
.lim{
	margin-left: calc(1.9rem);
	margin-right: calc(1.9rem);
}
.titlebg{
	border: solid #333;
    border-left: 0;
    border-right: 0;
}
.history{
	background-color:#edede992;
	border-left:3px #000000 solid;
	padding:10px;
    margin-top:60px;
	font-weight: 500;
	display:inline-block;
	margin: auto;
}
.RentaWord{
	background: url(../images/bg-h1.jpg) center;
    background-size:cover;
    height:1000px;
    background-repeat: no-repeat;
    padding-top:20px;
    text-align: center;
	margin-bottom: 50px;
}
.RentaWord p{
	color: #e5e5e5;
	backdrop-filter:blur(80px);
	padding:30px 0;
}
.coffeslogan{
	display: flex;
    color: #6c584c84;
	margin: 0 auto;
	background: url(../images/bg-h2.jpg) no-repeat;
    background-size:100% 880px;
    width:90%;
    height:700px;
    padding-top:20px;
    padding-left:60px;
	font-family: cursive;
}
.coffeslogan p{
	font-size: 32px;
    line-height: 56px;
    font-weight: 700;
    padding-left: 8%;
}
.coffeslogan_2{
    padding-top: 10%;
    position: absolute;
}
.allmachine{
	display: flex;
	flex-wrap:wrap;
    justify-content:space-evenly;
	text-align: center;
    line-height: 3em;
	margin-top: 50px;
}
.select{
	opacity:0;
	text-align: center;
}
.allmachine:hover .select{
	opacity:1;
	transform: translateY(-80%);
	transition:1.3s;
}                           
.allmachine img{
	transform: scale(1,1);
	transition: all .6s ease-out;
}
.allmachine img:hover{
	transform: scale(1.02,1.02);
}
@media (max-width: 660px) {
    .history{
		font-weight: 350;
		font-size:12px;
       }
	.RentaWord{
		 height:80%;
	 }
	.RentaWord p{
		backdrop-filter:brightness(0.6);
		}
}
.fs-img70{
	width: 70%;
}
.icon-rrectangle{
    background: #2196f3;
}
.icon-rrectangle:hover{
    background: #00bcd4;
}

/* 標題樣式 */
.title-vdouble{
	font-size: 18pt;
    color: #c4701d;
}
.title-vdouble span{
    border-color: #c4701d;
}
.title-vsolid span{
	border-color: #fff;
}

/* 排版樣式 */
.pt50{
	padding-top: 50px;
}
.pb30{
	padding-bottom: 30px;
}
.tac{
	text-align: center;
}

@media screen and (max-width: 1000px) {
.td-two li{
	width: 100%;
}
.fs-img70{
	width: initial;
}
.coffeslogan{
    background-size:100% 500px;
    padding-left: 0px;
    color: #ffffff;
	height:70%;
}
}
@media screen and (max-width: 550px) {
	.coffeslogan p{
	font-size: 25px;
}
.coffeslogan_2{
    padding-top: 25%;
}
}