@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing: border-box;box-sizing: border-box;font-family: "微軟正黑體";}
.pure-g [class*=pure-u], .pure-g{font-family: "微軟正黑體";letter-spacing: 0px;}
body{
	margin:0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none; }
#tinymce {
  background: none; }
#container{
	width:100%;
	margin:0 auto;}
.nodata{
	text-align: center;
	color: #3f3f3f;
	font-size: 1em;
}
.nodata span{
	padding: 5em;
}

/*header*/
header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    z-index: 102;
    top: 0;
    position: relative;
    -webkit-animation: eimg 1.5s linear ;
	-moz-animation: eimg 1.5s linear ;
	animation: eimg 1.5s linear ;
}
.headerbox{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.hlogo {
	padding: 20px 0 14px 6.4%;
	position: relative;
	width: 53%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	text-align: left;
}
.hright{
	position: absolute;
	width: 47%;
	display: inline-block;
	vertical-align: top;
	padding: 28px 0 0px 5.3%;
	top: 0px;
    right: 0;
}


/*Banner*/
.bannerbox{
	width: 100%;
}
#banner {
	position: relative;
	overflow: hidden;
	z-index: 99;
	max-width: 1000px;
	margin: 20px auto;
}
#banner img {
	vertical-align: top;
	max-width: 100%;
}
/*Banner End*/

/*menu*/
header .navbox{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-color: #12613c;
	border-bottom: 2px solid #0e4538;
}
header .hnav {
    text-align: center;
}
header .hnav .mul {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}
header .hnav .mul li{
	position: relative;
	padding: 6.5px 10px;
}
header .hnav .mul li a > b{
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: top;
	font-weight: normal;
	margin-top: 0px;
	position: relative;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.hnav .mli > a {
	padding: 8px 35px;
	color: #fff;
	font-size: 16px;
	position: relative;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.hnav .mli > a:hover {
	color: #fff;
}
.hnav .mli {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.hnav .mli .flatbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	background: transparent;
	text-align: center;
	position: relative;
	z-index: 2;
}
.hnav .mli .flatbtn::before {
	content: "";
	background: #d2fca4;
	display: inline-block;
	position: absolute;
	left: 50%; right: 0; /* top: 0; */ bottom: 0;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	-webkit-transform: skew(-35deg);
	   -moz-transform: skew(-35deg);
	    -ms-transform: skew(-35deg);
	     -o-transform: skew(-35deg);
	        transform: skew(-35deg);
	z-index: -1;
	width: 0;
	height: 100%;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}
.hnav .mli .flatbtn:hover {
	color: #2a3022;
}
.hnav .mli .flatbtn:hover::before {
	width: 100%;
	left: 0;
}
.menu-trigger{
	display: none;
}


/*home*/
main{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	vertical-align: top;
}
/*home_about*/
.home_about{
	background-image: url('../images/website_image/bg_about.webp');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 87%;
	padding: 54px 0 65px 5.6%;
}
.home_about_txt{
	background-color: rgba(231,237,192,0.7);
	box-shadow: 0 2px 15px 0px rgba(160,202,138,0.7);
	width: 68%;
	padding: 24px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home_about_txt .ititle{
	color: #61a63c;
	font-size: 26px;
	font-weight: bolder;
	letter-spacing: 8px;
	display: block;
	width: 100%;
	background-image: url('../images/website_image/home_about_title_shadow.webp');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	padding: 26px 0 26px 60px
}
.home_about_txt .ititle span{
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	background-color: #bfd899;
	margin-right: 17px;
    top: -1px;
}
.home_about_txt .txtbox{
	padding: 20px;
	color: #2a3022;
	font-size: 17px;
	letter-spacing: 0.1px;
	line-height: 2.1em;
	padding: 0 10.5%;
}
.home_about_txt .txtbox > p{
	text-indent: 2em;
	margin: 15px 0;
}
.home_about_txt .txtbox > p:first-child{
	margin-bottom: 2.15em;
}
.home_about_txt .txtbox > p span{
	color: #720635;
}
/*home_about2*/
.home_about2{
	background-image: url('../images/website_image/bg_about2.webp');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	padding-bottom: 63px;
	margin-top: 15px;
}
.ititleimg{
	width: 100%;
}
.ititleimg div{
	background-image: url('../images/website_image/title_about.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 0;
	padding-top: 21.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about2_tab{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 31px 10.3%;
}
.about2_tab div{
	box-shadow: 2px 2px 7px 0 rgba(100, 100, 100, 0.3);
	margin-bottom: 8px;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
	padding: 8px 5px;
	letter-spacing: 1.4px;
	background-color: #fff;
}
.about2_tab div:nth-child(odd){
	width: 99px;
	font-weight: bolder;
	margin-right: 10px;
	text-align: center;
}
.about2_tab div:nth-child(even){
	width: calc(100% - 109px);
	padding-left: 31px;
}
.about2_tab div:nth-child(4n+3), .about2_tab div:nth-child(4n+4){
	background-color: #bde891;
}
.about2_tab div:nth-child(9),.about2_tab div:nth-child(10){
	margin-bottom: 54px;
}

/*more*/
.more a{
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #878787;

}
.more{
	text-align: right;
    margin: 30px 0;
}
.more a:hover{
	background:#9FA0A0; 
	color: white;
	padding: 6px;
	border-radius: 4px;	
}


/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 70px;
	height: auto;
}


/*內頁標題*/
.title{
	 text-align: right;
    width: 100%;
    position: relative;
}
.title > div{
	position: relative;
	right: 0;
	top: 22px;
}

/*按鈕*/
a.btn{
	background: #4B4B4B;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	font-family: '微軟正黑體';
	text-align: center;
	display: block;
	line-height: 2em;
}
a.btn:hover{
	background: #DA4E40;
}

a.btn_fb{
	background: #1D438E;
	color: #fff;
	width: 300px;
	margin: 1em auto;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	line-height: 2em;
}
a.btn_fb:hover{
	background: #13213B;
}

	/*返回*/
	.back{
		text-align: center;
		width: 100%;
		margin:20px 0; 
	}
	.back a{
		color: #4B4B4B;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		text-decoration: none;
		padding: 1%;

	}
	.back a:hover{
		color: #fff;
		background: #878787;
		border-radius: 4px;
	}

/*footer*/
footer{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
footer .foot_top{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .foot_top .foot_hnav{
	width: 29.5%;
	padding-left: 5.7%;
}
footer .foot_top .foot_hnav .foot_mul{
	border-left: 3px solid #b4e582;
}
footer .foot_top .foot_hnav .foot_mul .foot_mli:not(:last-child){
	padding-bottom: 5px;
}
footer .foot_top .foot_hnav .foot_mul .foot_mli a{
	font-size: 15px;
	line-height: 15px;
	color: #5F6459;
	padding: 0 15px;
	position: relative;
}
footer .foot_top .foot_hnav .foot_mul .foot_mli a:hover{
	color: #2a3022;
}
footer .foot_top .foot_hnav .foot_mul .foot_mli a::before{
	background-color: #b4e582;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	z-index: -1;
	-webkit-transition: all 0.25s;
	   -moz-transition: all 0.25s;
	    -ms-transition: all 0.25s;
	     -o-transition: all 0.25s;
	        transition: all 0.25s;
}
footer .foot_top .foot_hnav .foot_mul .foot_mli a:hover::before{
	width: 100%;
}
footer .foot_top .foot_cont{
	width: 70.5%;
	color: #2a3022;
	font-size: 15px;
	margin-bottom: 31px;
}
footer .foot_top .foot_cont a{
	color: #2a3022;
}
footer .foot_top .foot_cont .foot_txt span{
	width: 50px;
	display: inline-block;
	text-align: center;
	border-right: 3px solid #b4e582;
	margin-left: 2px;
	margin-right: 15px;
	padding: 4.5px;
}
footer .foot_top .foot_cont .foot_txt span img{
	vertical-align: middle;
}
footer .foot_bottom{
	width: 100%;
	background-image: url('../images/website_image/bg_foot.webp');
	background-repeat: repeat-y;
	background-size: 100%;
	color: #fff;
	font-size: 13.5px;
	line-height: 1.5em;
	text-align: center;
	padding: 8.5px;
	letter-spacing: 1.1px;
}
footer .foot_bottom a{
	color: #fff;
}
footer .foot_bottom .foot_copy > span{
	color: #e0ffbb;
}



	/*頁碼*/
	.page{
		text-align: center;
		margin: 40px 10px;
		font-size: 1.5em;
		
	}
	.page ul {padding: 0;margin: 0;list-style-type: none;}
	.page ul li {display: inline-block;}
	.page ul li a {
		padding: 0.2em;
		display: block;
		text-decoration: none;
		color: #878787;
	}
	.page ul li .select, .pagenumber a:hover {	
		color: #F4E1A4;padding: 0.2em 0.5em;
		background: #878787;
		border-radius: 50%;
	}

/*page_about*/
.page_about .title {
    height: 14px;
}
.page_about .title > div {
    position: absolute;
}
.page_about .about_pic{
	width: 100%;
	text-align: center;
	margin-bottom: 73px;
	padding: 0 15px;
}
.page_about .about_pic img{
	-webkit-animation: breath 2s linear infinite;
	   -moz-animation: breath 2s linear infinite;
	    -ms-animation: breath 2s linear infinite;
	     -o-animation: breath 2s linear infinite;
	        animation: breath 2s linear infinite;
}
.page_about .home_about2 {
    padding-bottom: 0px;
}


/*page_product*/
.product_picbox{
	width: 100%;
	margin-top: 68px;
}
.product_pic_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product_picbox .product_pic_in{
	background-image: url('../images/website_image/page/product/bg_product.webp');
    background-repeat: no-repeat;
    background-position: right bottom 30%;
    background-size: auto 75%;
}
.product_pic_in > div{
	width: 25.2%;
	background-image: url('../images/website_image/page/product/product_bg.webp');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 0;
	padding-top: 25.3%;
	overflow: hidden;
	position: relative;
	margin-bottom: 36px;
}
.product_pic_in > div:not(:nth-child(3n)){
	margin-right: 3.2%;
}
.product_pic_in > div:last-child{
	margin-right: 0;
	margin-bottom: 15px;
}
.product_pic_in > div > span{
	position: absolute;
	background-image: url('../images/website_image/page/product/product_name_bg.webp');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	width: 84%;
	height: 76px;
	color: #000;
	font-size: 16px;
	padding-bottom: 5px;
	top: 0;
	left: 8%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.product_pic_in > div > div{
	position: absolute;
	width: 78%;
	height: calc(100% - 76px);
	top: 76px;
	left: 11%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	padding-bottom: 13px;
}
.product_pic_in > div > div img{
	max-height: 90%;	
}
.product_arrow{
	width: 100%;
	text-align: center;
	padding: 0 5%;
}
.product_picbox2{
	width: 100%;
	margin-top: 2px;
	margin-bottom: 68px;
}
.product_picbox2_title{
	width: 100%;
	max-width: 822px;
	padding: 0 15px;
	margin: 0 auto;
	color: #000;
	font-size: 25.5px;
	letter-spacing: 2.3px;
	margin-bottom: 30px;
}
.product_picbox2_title span{
	color: #12613c;
	font-size: 1.5em;
}
.product_picbox2 .product_pic_in > div{
	background-image: url('../images/website_image/page/product/product_bg2.webp');
}
.product_picbox2 .product_pic_in > div > span{
	background-image: url('../images/website_image/page/product/product_name_bg2.webp');
	color: #fff;
}

/*page_certificate*/
.certificate_arrow{
	width: 100%;
	text-align: center;
	padding: 24px 5% 35px
}
.certificate_txt{
	max-width: 697px;
    margin: 41px auto 6px;
    color: #000;
    line-height: 1.7em;
    font-size: 16px;
    letter-spacing: 1.5px;
    overflow: hidden;
}
.certificate_txt p{
	text-indent: 2em;
	margin: 1.75em 0;
}
.certificate_pic{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.certificate_pic > div{
	width: 40.2%;
	text-align: center;
	position: relative;
}
.certificate_pic > div:first-child{
	margin-right: 20px;
}
.certificate_pic > div span{
	width: 100%;
	text-align: center;
	display: block;
	color: #61a63c;
	letter-spacing: 6px;
	font-size: 17px;
	font-weight: bolder;
	background-image: url('../images/website_image/page/certificate/bg_line.webp');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%; 
	padding: 28px 0;
}
.certificate_pic > div span b{
	width: 16px;
	height: 16px;
	background-color: #61a63c;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 8px
}
.certificate_pic > div img{
	margin-top: 10px;
}
.certificate_box2 .certificate_pic2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 590px;
	margin: 0 auto 90px;
}
.certificate_pic2 > div{
	width: 45%;
	z-index: 1;
	position: relative;
	margin-bottom: 21px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.certificate_pic2 > div:nth-child(odd){
	margin-right: 10%;
}
.certificate_pic2 > div:hover{
	-webkit-transform : scale(1.7);
	-ms-transform : scale(1.7);
	transform : scale(1.7);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	z-index: 10;
}
.certificate_pic2 > div span{
	width: 100%;
	text-align: center;
	display: block;
	color: #61a63c;
	font-size: 17px;
	font-weight: bolder;
	padding: 4px 0;
}
.certificate_pic2 > div:nth-child(even) span{
	color: #12613c;
}

/*page_download*/
.download_box{
	background-image: url('../images/website_image/page/download_bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin: 66px 0 0;
    padding-bottom: 150px;
}
.download_pic{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 512px;
	margin: 0 auto;
	padding: 0 20px;
}
.download_pic > div{
	border: 1px solid #bfdba5;
	border-radius: 5px;
	width: 100%;
	-webkit-justify-content: left;
	-ms-justify-content: left;
	justify-content: left;
	-webkit-align-items: left;
	-ms-align-items: left;
	align-items: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
}
.download_pic > div:nth-child(even){
	background-color: #bfdba5;
}
.download_pic > div img{
	vertical-align: middle;
}
.download_pic > div span{
	padding-left: 26px;
	max-width: 265px;
    display: inline-flex;
}
.download_pic > div span img{
	margin-right: 11px;
	top: 0;
	position: relative;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	-webkit-animation: lightPic 2s linear infinite;
	   -moz-animation: lightPic 2s linear infinite;
	    -ms-animation: lightPic 2s linear infinite;
	     -o-animation: lightPic 2s linear infinite;
	        animation: lightPic 2s linear infinite;
}
.download_pic > div a{
	color: #000;
	font-weight: bolder;
	font-size: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.download_pic > div a:hover{
	color: #5e8835;
}
.download_pic > div a .down_file{
	-webkit-transform: rotateZ(0deg);
	   -moz-transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	     -o-transform: rotateZ(0deg);
	        transform: rotateZ(0deg);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.download_pic > div a:hover .down_file{
	-webkit-transform: rotateZ(380deg);
	   -moz-transform: rotateZ(380deg);
	    -ms-transform: rotateZ(380deg);
	     -o-transform: rotateZ(380deg);
	        transform: rotateZ(380deg);
}

@-webkit-keyframes lightPic {
50% {top: 7px;}
}
@keyframes lightPic {
50% {top: 7px;}
}

@-webkit-keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes eimg {
	from { -webkit-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; }
	to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes breath {
50% {
    transform: scale(1.05);}
}
@keyframes breath{
50% {
    transform: scale(1.05);}
}