/*關於我們*/
.about_bg{
  background-image: url(../images/website_image/page/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about_bg2{
  background-image: url(../images/website_image/page/page_about-07.webp);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position:left bottom;
  height: 100%;
  min-height: 700px;
  background-color: rgba(255,255,255,0.5);
}
.about_sec1{
	width: 55%;
	margin-left: auto;
}
.about_sec1 img{
	width: 100%;
    max-width: 350px;
    padding: 4em 0;
}
.about_sec1 p{
	font-size: 1.15em;
    line-height: 2em;
    color: #000;
    width: 100%;
    max-width: 500px;
}
.about_sec2_bg{
	background-image: url(../images/website_image/page/page_about-03.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 0 20%;
}
.about_sec2_bg_top{
	background-image: url(../images/website_image/page/page_about_bg-11.png),url(../images/website_image/page/page_about_bg-12.png);
	background-size: 50%,40%;
	background-position: left top,right top;
	background-repeat: no-repeat;
}
.about_sec2_bg2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 8em 2%;
}
.about_sec2{
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}
.about_sec2_right{
	width: 29%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 3em;
	text-align: center;
}
.about_sec2_right img{
	width: 90%;
	max-width: 230px;
}
.about_sec2 img{
	width: 200px;
	padding-bottom: 4em;
}
.about_sec2 img.about_sec2_img{
	width: 100%;
	padding-bottom: 0;
	padding: 0 2%;
}
.about_sec2 img.about_sec2_img2{
	width: 100%;
	max-width: 320px;
	padding-bottom: 0;
}
/*釀造工藝*/
.process_bg{
      background-image: url(../images/website_image/page/page_process-02.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
.process_bg2{
      background-image: url(../images/website_image/page/page_process-04.png),url(../images/website_image/page/page_about_bg-12.png);
      background-repeat: no-repeat;
      background-size: 350px,45%;
      background-position: left bottom,right top;
      background-attachment: fixed;
      min-height: 1000px;
    }
/*簡單料理*/
.cuisine_bg{
	background-image: url(../images/website_image/page/page_certification-04.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cuisine_style{
	min-height: 700px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em 0;
	padding-bottom: 10em;
}
.cuisine_box{
}
.cuisine_box span{
	color: #000;
	font-size: 1.25em;
	padding: 0.5em 1.5em;
	border-left: #960404 7px solid;
}
.cuisine_box iframe{
	margin: 2em 0;
	width: 100%;
	height: 500px;
}
/*各項檢驗*/
.cuisine_bg{
	background-image: url(../images/website_image/page/page_certification-04.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cuisine_style{
	min-height: 700px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em 0;
	padding-bottom: 10em;
}
.certification_img{
	width: 96.5%;
	padding: 1em;
	background: rgba(0,0,0,0.6);
}
@media screen and (min-width:320px) and (max-width:800px) {
/*關於我們*/
.about_sec1{
	width: 100%;
	margin-left: inherit;
	padding: 0 3%;
	box-sizing: border-box;
}
.about_bg2{
  background-size: 80%;
}
.about_sec1 img {
    padding: 2em 0;
}
.about_sec1 p{
    width: 100%;
    max-width: inherit;
}
.about_sec2, .about_sec2_right{
	width: 100%;
}
.wrapper.about_sec2_bg2{
	padding: 3em 3%;
}
.about_sec2 img.about_sec2_img2 {
    margin: 0 auto;
}
.about_sec2{
	text-align: center;
}
/*釀造工藝*/
.process_bg2{
      background-size: 200px;
    }
/*簡單料理*/
.cuisine_box iframe{
	margin: 2em 0;
	width: 100%;
	height: 300px;
}
}