
body{ 
	margin:0;
	padding:0;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4,"微軟正黑體", "Verdana", "Arial", "Helvetica", "sans-serif"; 		
}

#mytop_bk{ 
	/*position: relative; 
	background-color: white; 
	background-color: transparent; 
	background-repeat: repeat-x;
	background-position: center;
	background-position:top left;
	background-repeat: no-repeat;*/
	background-image: url(../images/key_vision/202012/home_bk.png?v=20201215_135648);
	background-size: 100% 100%; /* bg-size = auto | length | percentage | cover | contain (100%, auto) */
}
@media (max-width:768px){
	#mytop_bk{ 
		background-image: url(../images/key_vision/202012/home_bk_mb.png?v=20201215_135648);
	}
}
#product_introduction_bk{ 
	background-image: url(../images/product_swiper/202012/product_introduction_bk.png?v=20201215_135650);
	background-size: 100% 100%; /* bg-size = auto | length | percentage | cover | contain (100%, auto) */
}
@media (max-width:768px){
	#product_introduction_bk{ 
		background-image: url(../images/product_swiper/202012/product_introduction_bk_mb.png?v=20201215_135650);
	}
}
#product_features_bk{ 
	background-image: url(../images/features/202012/features_bk.png?v=20201215_135647);
	background-size: 100% 100%; /* bg-size = auto | length | percentage | cover | contain (100%, auto) */
}
@media (max-width:768px){
	#product_features_bk{ 
		background-image: url(../images/features/202012/features_bk_mb.png?v=20201215_135647);
	}
}
.section{
	padding-top: 82px!important;
}

.mycontainer{
	width:100%;
	max-width: 100%;
	margin:0px auto !important;
	padding: 0px !important;
}

#play {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: -25px;
    margin: 50%;
    z-index: 1001;
}

@media (min-width: 768px) {
	.modal-dialog {
	  width: 800px;
	  margin: 10px auto;
	}
	.fb_iframe {
		max-width: 500px;
	}	
}

@media (max-width: 767px) {
	.fb_iframe {
		max-width: 180px;
	}
	.section{
		padding-top: 50px !important;
	}	
	.mycontainer{
		width:100%;
	}		
}

.blog_dialog_body {
	overflow: auto;
	/*-webkit-overflow-scrolling: touch;*/
}

.h4, h4 {
    font-size: 20px;
}

.register li{
	font-size: 20px;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.nolisttype li{
	list-style-type:none;
}

label{
	font-size: 18px;
}

.form-control{
	font-size: 18px;
	height: 37px;
}

.btn{
	font-size: 18px;
}

.nav{
	font-size: 18px;
}

.navbar {
	background: #2D4436;  /*#950A2B #094897; #2D4436; */
	border: none;
	border-bottom: 0px solid #ccc;  /* #A30000; */
	border-radius: 0px;

	box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);  
	z-index: 11000;
}

.navbar .nav li a {
  color: #FFF;  
}

.navbar .nav li a:hover {
	color: #FFFFFF;
}

.navbar .nav li a:active {
  color: #FF8000;
}

/* scrollspy */
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
	background-color: #4d715b;  /* #14AAF0; */
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFF;  /* 手機版的漢堡圖顏色 */
}

.mybody {
	position:relative;
	margin:0px;
	padding:0px;
}	

@media screen and (max-width:767px) {
	.navbar .navbar-header img {
		position:absolute;
		top:6px;
		left:10px;
		content:url(../images/logo_small.png?v=001);
	}
}

@media screen and (min-width:768px) {
	.navbar .navbar-header img {
		position:absolute;
		top:21px;
		left:5px;
		content:url(../images/logo.png);		
	}
}

.mylabel2 {
	position:absolute;
	bottom:6%;
	width:15%;
	height:19%;
	border:0px solid black;		
}	

.mylabel2_2 {
	position:absolute;
	bottom:36%;
	width:15.2%;
	height:5.5%;
	border:0px solid black;		
}	

.mylabel_activity {
	position:absolute;
	bottom:3.5%;
	width:14.5%;
	height:5.5%;
	border:0px solid black;		
}	

.navbar .nav li {
	display: inline-block;
	position: relative;
	height: 100%;
	text-align: center
}

.navbar .nav a {
	display: block;
	padding: 4px 18px;
	width: 100%;
	height: 82px;
	font-size: 15px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.navbar .nav li a span {
	display: block;
	margin: 0 auto 5px;
	width: 50px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center 0;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .nav li a.nav1 span {
	background-image: url(../images/menu/icon_home.png?v=20201215_135647);
}

.navbar .nav li a.nav2 span {
	background-image: url(../images/menu/icon_brand.png?v=20201215_135647);
}

.navbar .nav li a.nav3 span {
	background-image: url(../images/menu/icon_promotion.png?v=20201215_135647);
}

.navbar .nav li a.nav4 span {
	background-image: url(../images/menu/icon_product.png?v=20201215_135647);
}

.navbar .nav li a.nav5 span {
	background-image: url(../images/menu/icon_location.png?v=20201215_135647);
}

.navbar .nav li a.nav6 span {
	background-image: url(../images/menu/icon_contact.png?v=20201215_135647);
}

.navbar .nav li a:hover span,
.navbar .nav li a:active span {
	background-position: 0 -45px;
}

.wow:first-child {
  visibility: hidden;
}
  
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FEC6D4;
    vertical-align: middle;
}  
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
    vertical-align: middle;
}  

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
} 

.container-fluid,.row{
	width:100%;
	/*max-width:950px;*/
	border:0px solid black;
	margin:0px auto;
	padding:0px;
}

#btn_scrolltop {
    position: fixed;
    right: 25px;
    bottom: 95px;
    z-index: 300;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
}

#btn_scrolltop a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #4d715b; /*#ff7d0a; 67CE00;*/
    text-decoration: none;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

#btn_scrolltop a i {
    display: inherit;
    font-size: 25pt;
}

/* Submit 查詢 */
#Submit{
	background-color:#4d715b;
	border-color: #4d715b;
}

/* product */
.product_list {
	width:100%;
	/*height:300px;*/
	height:auto;
	overflow:auto;
	border:0px solid #dbdbdb;
}

.product_img_src {
	width:250px;
	border:0px;
}

@media screen and (max-width:767px) {
	.product_list {
		height:auto;
	}
	.product_img_src {
		width:266px;
		border:0px;
	}	
}

.product_list .swiper-button-prev{
  left: 0px;
  background-color: rgba(0,0,0,0.1);
    height: 60px;
    width: 48px;      
} 
.product_list .swiper-button-next{
  right: 0px;
  background-color: rgba(0,0,0,0.1);
    height: 60px;
    width: 48px;            
}   
.product_list .swiper-button-prev:hover{
  background-color: rgba(0,0,0,0.3);
} 
.product_list .swiper-button-next:hover{
  background-color: rgba(0,0,0,0.3);
} 

.product_list .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
}

.product_list .swiper-pagination-bullet-active{
    background: #2D4436;
}

/* myblog 自訂 */
.item {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding: 6px;
    background-color: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
}

.item:hover{
	box-shadow:0 1px 5px rgba(34,25,25,.8);
	-moz-box-shadow:0 1px 5px rgba(34,25,25,.8);
	-webkit-box-shadow:0 1px 5px rgba(34,25,25,.8);
	border-color:#CCCCC9;
}

.image {
    display: block;
    text-align: center;
}

.image img {
    max-width: 100%;
    border: 0;
}

a.image img{width:100%;height:auto;/*max-width:500px*/}

.item a{text-decoration:none;color:#1fa9d6}
.item a:hover{text-decoration:none;opacity:.8}

.info{position:relative;margin-top:8px}
.txt{margin-left:45px;text-align:left;}
.title{display:block;font-weight:700;font-size:16px;text-align: left;}
.title a{color:#333}
.max-title{display:block;font-weight:700;font-size:20px}
.max-title a{color:#333}
.content{line-height:20px}
.time{color:#999;font-size:11px;}
/*.info a{position:absolute;top:0;left:0;width:35px;height:35px}*/
.fix {margin-bottom:6px;}
.info a{position:absolute;top:0;left:0;}
.txt a{position:static;text-align: left;}

/* curosr 改為箭頭 */
.myblog2_cursor {cursor: default;}
.myblog3_cursor {cursor: default;}

.step{
	clear:both;overflow:hidden;width:100%;height:35px;font-size:22px;color:white;text-align:left;margin:30px 0px 0px 0px;
}

.step_number{
	float:left;text-align:center;color:#2D4436;width:40px;height:100%;background-color:#FFF;border:2px solid #2D4436;
}

.step_tips{
	float:left;width:260px;height:100%;padding-left:0px;background-color:#2D4436;border:2px solid #2D4436;text-align:center;margin:0px auto;
}

.step_arrow {
	float: left;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0px 0px 20px;
	border-color: transparent transparent transparent #2D4436;
	line-height: 0px;
}

.top_web01img {
	width: 550px;
}
@media (max-width: 767px) {
	.top_web01img {
		width: 300px;
	}
}

/*.arrow-d{ display:block; width:89px; height:26px; margin:0 auto; position: relative;}
.arrow-d:before{display:block;  content: ''; background: url(../images/arrow_d.png) center top; height: 10px; width:89px; -webkit-animation: slideDown 2s infinite;
  animation-name: slideDown 2s infinite;}
.arrow-d:after{display:block; content:''; background: url(../images/arrow_d.png) center bottom; height: 16px; width:89px;}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
	95% {
    -webkit-transform: translate3d(0, -99%, 0);
    transform: translate3d(0, -99%, 0);
  }

	100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}

@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
	95% {
    -webkit-transform: translate3d(0, -99%, 0);
    transform: translate3d(0, -99%, 0);
  }
	100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}*/

/* 向下捲動1 */
/*@media screen and (max-width: 1024px){
	.main-cut .m-btn-slide {
	    margin-left: -24px;
	    bottom: 30px;
	}
}*/

/*.main-cut .m-btn-slide {
    margin-left: -24px;
    bottom: 30px;
}

.main-cut .m-btn-slide {
    position: absolute;
    left: 50%;
    z-index: 9999;
    -moz-animation: move 1.5s ease-in-out infinite;
    -webkit-animation: move 1.5s ease-in-out infinite;
    animation: move 1.5s ease-in-out infinite;
}*/

/* 向下捲動2 */
.m-btn-slide {
	margin-left: -24px;
	bottom: 40px;

	position: absolute;
	left: 50%;
	/*z-index: 2;*/
	-moz-animation: move 1.5s ease-in-out infinite;
	-webkit-animation: move 1.5s ease-in-out infinite;
	animation: move 1.5s ease-in-out infinite;

	background: rgba(255,255,255,0.2);
	width: 48px;
	height: 48px;
	border: 2px solid #FFF;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.m-btn-slide-orange {
	border: 2px solid orange;
}

@media only screen and (min-width: 768px) {
	#brand .m-btn-slide{
	  bottom: 80px;
	}
}
@media only screen and (max-width: 767px) {
	#brand .m-btn-slide{
	  bottom: 10px;
	}	
	#mytop .m-btn-slide{
	  bottom: -20px;
	}
}

.m-btn-slide2 {
	bottom: -1px;
	border: 2px solid #2D4436;
}

/* move 上下移動 */
@-moz-keyframes move{
	0%, 100%{margin-bottom:10px}50%{margin-bottom:0px}
}
@-webkit-keyframes move{
	0%, 100%{margin-bottom:10px}50%{margin-bottom:0px}
}
@keyframes move{
	0%, 100%{margin-bottom:10px}50%{margin-bottom:0px}
}

/* 箭頭 :before :after */
.m-btn-slide:before {
	margin: -5px 0 0 -7px;
	width: 14px;
	height: 14px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.m-btn-slide-orange:before {
	border-bottom: 2px solid orange;
	border-left: 2px solid orange;
}

.m-btn-slide2:before {
	border-bottom: 2px solid #2D4436;
	border-left: 2px solid #2D4436;
}

.m-btn-slide:before, .m-btn-slide:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 0px;
	z-index: 0;
}

.m-btn-slide:after {
	margin: -14px 0 0 -1px;
	background: #FFF;
	width: 2px;
	height: 24px;
}

.m-btn-slide-orange:after {
	background: orange;
}

.m-btn-slide2:after {
	background: #2D4436;
}

.m-btn-slide:before, .m-btn-slide:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 0px;
	z-index: 0;
}

/* 隱藏字體 */
.b-hide-text {
	display: block;
	overflow: hidden;
	line-height: 0;
	text-indent: 200%;
	white-space: nowrap;
}


.ball1, .ball2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 640px;
  height: 640px;
}

@media only screen and (max-width: 650px) {
  .ball1, .ball2 {
    display: none;
  }
}

.ball1 {
  position: absolute;
  top: 15%;
  right: 0;
  transform: translateX(60%);
  background-image: url("../images/ball1.png");
}

.ball2 {
  position: absolute;
  top: 68%;
  left: 0;
  transform: translateX(-60%);
  background-image: url("../images/ball2.png");
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: transparent;
    vertical-align: middle;
}


.b-lazy.b-loaded {
    opacity: 0.5;
}

.img-left img, .img-right img, .img-centre img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    max-width: auto;
    width: 100%;
    height: auto;
}

.full-width {
  position: absolute;
  border:0px solid red;
  top: 35%;
  right: -100px;
}

.full-width img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.b-lazy {
    -webkit-transition: opacity 1s ease-out 0s;
    -moz-transition: opacity 1s ease-out 0s;
    -ms-transition: opacity 1s ease-out 0s;
    -o-transition: opacity 1s ease-out 0s;
    transition: opacity 1s ease-out 0s;
    background: #fff;
    max-width: 60%;
    height: auto;
    opacity: 0;
}

img {
    border-style: none;
}

/*.myball1 img{
  position: absolute;
  top: 25%;
  right:-300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 640px;
  height: 640px;  
  border: 0px;
}

@media only screen and (max-width: 650px) {
	.myball1 img{
	  right:-170px;
	  width: 340px;
	  height: 340px;  
	}
}*/

.myball1{
  position: absolute;
  display: inline;
  top: 1%;
  right:-300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 600px;
  height: 600px;  
  border: 0px;
  background-image: url("../images/ball1.png");
}

@media only screen and (max-width: 767px) {
	.myball1{
	  right:-150px;
	  width: 300px;
	  height: 300px;  
	}
}

.myball2{
  position: absolute;
  display: inline;
  top: 60%;
  left:-300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 600px;
  height: 600px;  
  border: 0px;
  background-image: url("../images/ball2.png");
}

@media only screen and (max-width: 767px) {
	.myball2{
	  left:-150px;
	  width: 300px;
	  height: 300px;  
	}
}

/***********************************************************************/

.p2_mypd{
	position:relative;
	margin-top:5px;
}

.p2_mypd2{
	position:absolute;
	/*display:none;*/
	top:0px;
	overflow: hidden;
	border:0px solid blue;
	height:100%;
	max-height: 100%;
}

.p2_mypd2_odd{
	right:-9999px;
	display:none;
}

.p2_mypd2_even{
	left:0px;
	display:block;
}

.p2_mypd:hover .p2_mypd2{
	display:inline;
	overflow: hidden;
}

.p2_mypd:hover .p2_mypd2_odd{
	right:0px;
	/*animation: mymove_right 1s ease-in-out;*/
	animation: p2_mymove_right 3s;
	-webkit-animation: p2_mymove_right 3s;	/* Safari 和 Chrome */
	-moz-animation: p2_mymove_right 3s;	/* Firefox */
	-o-animation: p2_mymove_right 3s;	/* Opera */	
}

@keyframes p2_mymove_right
{
	0% {right:-350%;}
	50% {right:20px;}
	100% {right:0px;}
}
@-webkit-keyframes p2_mymove_right /* Safari and Chrome */
{
	0% {right:-350%;}
	50% {right:20px;}
	100% {right:0px;}
}
@-moz-keyframes p2_mymove_right /* Safari and Chrome */
{
	0% {right:-350px;}
	50% {right:20px;}
	100% {right:0px;}
}
@-o-keyframes p2_mymove_right /* Safari and Chrome */
{
	0% {right:-350px;}
	50% {right:20px;}
	100% {right:0px;}
}

.p2_mypd:hover .p2_mypd2_even{
	left:-9999px;
	animation: p2_mymove_left 3s;
	-webkit-animation: p2_mymove_left 3s;	/* Safari 和 Chrome */
	-moz-animation: p2_mymove_left 3s;	/* Firefox */
	-o-animation: p2_mymove_left 3s;	/* Opera */	
}
@keyframes p2_mymove_left
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}
@-webkit-keyframes p2_mymove_left /* Safari and Chrome */
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}
@-moz-keyframes p2_mymove_left /* Safari and Chrome */
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}
@-o-keyframes p2_mymove_left /* Safari and Chrome */
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}

/***********************************************************************/

/***********************************************************************/
/*產品介紹2 SLIDE*/

.p2_05_mypd{
	position:relative;
	margin-top:5px;
}

.p2_05_mypd2{
	position:absolute;
	/*display:none;*/
	top:0px;
	overflow: hidden;
	border:0px solid blue;
	height:100%;
	max-height: 100%;
}

.p2_05_mypd2_odd{
	right:0px;
	display:block;
}

.p2_05_mypd2_even{
	left:0px;
	display:block;
}

/*.p2_05_mypd:hover .p2_05_mypd2{
	display:inline;
	overflow: hidden;
}*/

.p2_05_mypd:hover .p2_05_mypd2_odd{
	right:-9999px;
	/*animation: mymove_right 1s ease-in-out;*/
	animation: p2_05_mymove_right 3s;
	-webkit-animation: p2_05_mymove_right 3s;	/* Safari 和 Chrome */
	-moz-animation: p2_05_mymove_right 3s;	/* Firefox */
	-o-animation: p2_05_mymove_right 3s;	/* Opera */	
}

@keyframes p2_05_mymove_right
{
	0% {right:0px;}
	/*50% {right:20px;}*/
	100% {right:-1999px;}
}
@-webkit-keyframes p2_05_mymove_right /* Safari and Chrome */
{
	0% {right:0px;}
	/*50% {right:20px;}*/
	100% {right:-1999px;}
}
@-moz-keyframes p2_05_mymove_right /* Safari and Chrome */
{
	0% {right:0px;}
	/*50% {right:20px;}*/
	100% {right:-1999px;}
}
@-o-keyframes p2_05_mymove_right /* Safari and Chrome */
{
	0% {right:0px;}
	/*50% {right:20px;}*/
	100% {right:-1999px;}
}

.p2_05_mypd:hover .p2_05_mypd2_even{
	left:-9999px;
	animation: p2_05_mymove_left 3s;
	-webkit-animation: p2_05_mymove_left 3s;	/* Safari 和 Chrome */
	-moz-animation: p2_05_mymove_left 3s;	/* Firefox */
	-o-animation: p2_05_mymove_left 3s;	/* Opera */	
}
@keyframes p2_05_mymove_left
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}
@-webkit-keyframes p2_05_mymove_left /* Safari and Chrome */
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}
@-moz-keyframes p2_05_mymove_left /* Safari and Chrome */
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}
@-o-keyframes p2_05_mymove_left /* Safari and Chrome */
{
	0% {left:0px;}
	/*2% {left:0px;}*/
	100% {left:-1999px;}
}

/***********************************************************************/

.mypd{
	position:relative;
	margin-top:5px;
}

.mypd2{
	position:absolute;
	display:none;
	top:0px;
	overflow: hidden;
	border:0px solid blue;
	height:100%;
	max-height: 100%;
}

.mypd2_odd{
	right:-9999px;
}

.mypd2_even{
	left:-9999px;
}

.mypd:hover .mypd2{
	display:inline;
	overflow: hidden;
}

.mypd:hover .mypd2_odd{
	right:0px;
	/*animation: mymove_right 1s ease-in-out;*/
	animation: mymove_right 2s;
	-webkit-animation: mymove_right 2s;	/* Safari 和 Chrome */
	-moz-animation: mymove_right 2s;	/* Firefox */
	-o-animation: mymove_right 2s;	/* Opera */	
}

@keyframes mymove_right
{
	0% {right:-350px;}
	50% {right:20px;}
	100% {right:0px;}
}
@-webkit-keyframes mymove_right /* Safari and Chrome */
{
	0% {right:-350px;}
	50% {right:20px;}
	100% {right:0px;}
}
@-moz-keyframes mymove_right /* Safari and Chrome */
{
	0% {right:-350px;}
	50% {right:20px;}
	100% {right:0px;}
}
@-o-keyframes mymove_right /* Safari and Chrome */
{
	0% {right:-350px;}
	50% {right:20px;}
	100% {right:0px;}
}

.mypd:hover .mypd2_even{
	left:0px;
	animation: mymove_left 2s;
	-webkit-animation: mymove_left 2s;	/* Safari 和 Chrome */
	-moz-animation: mymove_left 2s;	/* Firefox */
	-o-animation: mymove_left 2s;	/* Opera */	
}
@keyframes mymove_left
{
	0% {left:-350px;}
	50% {left:20px;}
	100% {left:0px;}
}
@-webkit-keyframes mymove_left /* Safari and Chrome */
{
	0% {left:-350px;}
	50% {left:20px;}
	100% {left:0px;}
}
@-moz-keyframes mymove_left /* Safari and Chrome */
{
	0% {left:-350px;}
	50% {left:20px;}
	100% {left:0px;}
}
@-o-keyframes mymove_left /* Safari and Chrome */
{
	0% {left:-350px;}
	50% {left:20px;}
	100% {left:0px;}
}

.mypd3{
	display:none;
	margin-top:5px;
}
@media only screen and (max-width: 767px) {
	/*.mypd:hover .mypd2{
		display:none;
	}*/
	.mypd{
		display:none;
	}	
	.p2_mypd{
		display:none;
	}	
	/*.p2_05_mypdx{
		display:none;
	}*/		
	.p2_mypd_downarrow{
		display:none;
	}			
	.mypd3{
		display:block;
	}
}

@media only screen and (max-width: 767px) {
	#message .table-responsive {
	    border: 0px;
	}

	.table_change {
		table-layout: fixed;
	}

    .table_change thead {
        display: none;
    }

    .table_change tbody tr {
        display: block;
        border: 1px solid #ddd;
        margin: 10px 0;
        border-radius: 5pt;
        background-color: #fff;
    }

    .table_change tbody tr td {
        display: block;
        text-align: left;
        padding: 5px 1rem 5px 2rem;
        color: black;
		word-wrap:break-word!important;
		white-space: normal!important;
		border-top: 0px solid #ddd; 
    }

    .table_change tbody tr td::before {
        color: #01977a;
        text-indent: -1rem;
        content: attr(data-th);
        font-weight: bold;
        display: block;
		word-wrap:break-word!important;
		white-space: normal!important;        
    }
}

/*-------------- swiper  --------------*/
#home_swiper {
	width:75%;
	margin:20px auto;
	/*position: absolute;
	width:75%;
	height:75%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin:auto;*/
}
@media (max-width:768px){
  #home_swiper {
    width:90%!important;
    /*height:90%!important;*/
  }
}
#product_swiper {
	width:80%;
	margin:0px auto 40px auto;
	/*position: absolute;
	width:80%;
	height:80%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;*/
}
@media (max-width:768px){
  #product_swiper {
    width:90%!important;
    /*height:90%!important;*/
    margin-top: 0px!important;
  }
}
#product_introduction_bk{
	margin-top: -50px;
}
@media (max-width:768px){
  #product_introduction_bk {
    margin-top: -30px;
  }
}
#product_features_bk {
  position: relative;
  margin-top: -160px;
  padding-bottom: 50px;
}
@media (max-width:768px){
  #product_features_bk {
    margin-top: -90px;
  }
}
#features_function {
	width:90%;
	margin:50px auto;
	/*position: absolute;
	width:90%;
	height:90%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;*/
}
@media (max-width:768px){
  #features_function {
    width:90%!important;
    /*height:90%!important;*/
    margin-top: 0px!important;
  }
}

#features_function img { 
  opacity: 0.6;
  filter: Alpha(Opacity=60);
} 

#features_function img:hover { 
  opacity: 1;
  filter: Alpha(Opacity=100);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
} 

@media (max-width:768px){
	#features_function img { 
	  opacity: 1;
	  filter: Alpha(Opacity=100);
	} 

	#features_function img:hover { 
	  opacity: 1;
	  filter: Alpha(Opacity=100);
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1);
	} 
}

#swiper-product1 img{
  margin-top:100px
}
@media (max-width:768px){
  #product_swiper,#product_swiper2 img{
    width:100%;
    padding:0px 0px;
  }
}

#product_swiper .swiper-container {
  width: 100%;
  padding: 60px 0px;
}
@media (max-width:768px){
  #product_swiper .swiper-container {
    padding-top: 30px;  /* mb button 高度 */
  }
}

#product_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:768px){
  #product_swiper .hidden-xs .swiper-slide {
      margin-top:5px;
  }  
  #product_swiper .hidden-md .swiper-slide {
      margin-top:50px;
  }  
}
@media (max-width:380px){
  #product_swiper .hidden-md .swiper-slide {
      margin-top:120px;
  }
}

/* button 大小 */
#product_swiper .swiper-pagination-bullet {
  width: 115px;
  height: 181px;
  border-radius:0px;
  color:transparent;
  opacity: .3;
}
@media (max-width:1920px){
  #product_swiper .swiper-pagination-bullet {
    width: 100px;
    height: 157px;
  }
}
@media (max-width:1280px){
  #product_swiper .swiper-pagination-bullet {
    width: 85px;
    height: 134px;    
  }
}
@media (max-width:1000px){
  #product_swiper .swiper-pagination-bullet {
    width: 75px;
    height: 118px;
  }
}
@media (max-width:918px){
	/* pc */
	#product_swiper .hidden-xs .swiper-pagination-bullet {
		width: 66px;
		height: 104px;
	}
}
@media (max-width:870px){
	/* pc */
	#product_swiper .hidden-xs .swiper-pagination-bullet {
		width: 60px;
		height: 94px;
	}
	/* mobile */
	#product_swiper .hidden-md .swiper-pagination-bullet {
		width: 50px;
		height: 79px;
	}  
}
@media (max-width:414px){
  #product_swiper .swiper-pagination-bullet {
    width: 45px;
    height: 63px;    
  }
}
@media (max-width:375px){
  #product_swiper .swiper-pagination-bullet {
    width: 45px;
    height: 63px;
  }
}
@media (max-width:375px){
  #product_swiper .swiper-pagination-bullet {
    width: 40px;
    height: 56px;
  }
}
@media (max-width:280px){
  #product_swiper .swiper-pagination-bullet {
    width: 30px;
    height: 42px;
  }
}

#product_swiper .swiper-pagination-bullet:hover {
  opacity: 1;
  background: transparent;
  transition: all .2s linear;
}

#product_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
}
@media (max-width:768px){
  #product_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 0px;
  }
}

/* --- pc --- */
#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(1){
  /*content: "";*/
  background: transparent url(../images/product_swiper/202012/slider_btn_21.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(2){
  background: transparent url(../images/product_swiper/202012/slider_btn_22.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(3){
  background: transparent url(../images/product_swiper/202012/slider_btn_23.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(4){
  /*content: "";*/
  background: transparent url(../images/product_swiper/202012/slider_btn_24.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(5){
  background: transparent url(../images/product_swiper/202012/slider_btn_25.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(6){
  background: transparent url(../images/product_swiper/202012/slider_btn_26.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product1 .swiper-pagination span.swiper-pagination-bullet:nth-child(7){
  background: transparent url(../images/product_swiper/202012/slider_btn_27.png?v=20210304_101821) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

/* --- mb --- */
#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(1){
  /*content: "";*/
  background: transparent url(../images/product_swiper/202012/slider_btn_21_mb.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(2){
  background: transparent url(../images/product_swiper/202012/slider_btn_22_mb.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(3){
  background: transparent url(../images/product_swiper/202012/slider_btn_23_mb.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(4){
  /*content: "";*/
  background: transparent url(../images/product_swiper/202012/slider_btn_24_mb.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(5){
  background: transparent url(../images/product_swiper/202012/slider_btn_25_mb.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(6){
  background: transparent url(../images/product_swiper/202012/slider_btn_26_mb.png?v=20201215_135650) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper #swiper-product2 .swiper-pagination span.swiper-pagination-bullet:nth-child(7){
  background: transparent url(../images/product_swiper/202012/slider_btn_27_mb.png?v=20210304_101821) no-repeat 0px 0px;
  background-size: contain; /*70px 110px;*/
}

#product_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

#product_swiper .swiper-container-horizontal>.swiper-pagination-bullets, #product_swiper .swiper-pagination-custom, #product_swiper .swiper-pagination-fraction {
    top: 10px;
    bottom: auto!important;
    left: 0;
    width: 100%;
    /*overflow-x: auto !important;
    white-space: nowrap!important;*/
}

.store{
  position: relative;
  width:100%;
  max-width: 950px;
  margin:0 auto;
  /*padding: 10px;*/
}

.contactus{
  position: relative;
  width:100%;
  max-width: 950px;
  margin: 0 auto;
}

.contactus img.img_line_facebook{
  width:100%;
  max-width: 950px;
}

.swiper_bullet_list .swiper-pagination-bullet-active {
    background: #2D4436;
}

.swiper_bullet_list .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}