@charset "UTF-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background: url(../images/bg.jpg) top center repeat;
	margin: 0 1px;
}
.top_bar {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: url(../images/top_bar_bg.png) top center repeat-x;
	background-size: 75%;
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.navbar-brand {
	width: 10%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
}
#nav-icon{
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.nav-link {
	color: #fff !important;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.sub_bar {
	position: relative;
    padding: 5px 0;
    background: #007bff;
	display: none;
}
.sub_menu {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}
.sub_menu::-webkit-scrollbar {
  display: none; }
.sub_menu a {
	color: #fff;
}
.top_banner {
	margin: 0 auto;
}
.top_dec {
	position: relative;
	width: 100%;
	height: 15px;
	margin: 1px auto;
	background: url(../images/top_dec.png) top center repeat-x;
}
.carousel-inner {
    max-height: 750px;
}
.carousel-item { 
	width: 100%;
	height: 600px;
	margin: 0 auto;
	overflow-x: hidden;
	background: url(../images/top_banner.jpg) top center no-repeat;
}
.carousel-caption {
	top: 20%;
	left: 0;
	right: 0;
	width: 100%;
}
.carousel-caption div:first-child {
	animation-delay: 0s;
}
.carousel-caption div:nth-child(2) {
	animation-delay: 0.2s;
}
.carousel-caption button {
	animation-delay: 0.4s;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1020px;
}
.product_list {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.product {
	position: relative;
	margin: 1px auto 0 auto;
	width: calc(100% - 2px);
	height: 216px;
	padding-bottom: 16px;
	background: url(../images/product_bg.png) bottom center no-repeat;
}
.product_img {
	position: relative;
	float: left;
	width: 40%;
}
.r_img .product_img {
	position: relative;
	float: right;
	width: 40%;
}
.product_img img {
	position: relative;
	display: block;
	float: left;
	margin-right: 1px;
	width: calc(50% - 1px);
}
.r_img .product_img img {
	position: relative;
	display: block;
	float: left;
	margin-left: 1px;
	margin-right: 0px;
	width: calc(50% - 1px);
}
.product_content {
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 10px;
	width: calc(50% - 1px);
	height: 100%;
	background: #fff;
}
.r_img .product_content {
	float: right;
}
.product_content h2 {
	font-size: 24px;
	color: #8c241c;
	margin-bottom: 0px;
}
.product_content h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.product_content p {
	font-size: 15px;
	color: #371312;
	margin-bottom: 5px;
}
.product_content ul {
	padding-left: 20px;
	font-size: 15px;
	color: #231f20;
	line-height: 17px;
}
.product_content ul li {
	margin-bottom: 2px;
}
.product_btn {
	position: relative;
    float: right;
    margin: 0 auto;
	width: 10%;
    font-size: 24px;
    vertical-align: middle;
    line-height: 26px;
}
.r_img .product_btn {
    float: left;
}
.product_btn a {
	padding: 73% 20%;
    width: 100%;
    height: 100%;
    background: #bb2224;
    color: #fff;
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 26px;
}
.product_btn a:hover {
    background: #9e1d23;
	text-decoration: none;
}
.sub_content {
	padding-bottom: 45px;
}
.sub_content ul {
	padding-left: 20px;
	font-size: 14px;
	color: #666;
}
.btn-block {
    display: block;
    width: 94%;
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: 1.5%;
}
 .btn_pop {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
}
.btn_close {
	 position: absolute;
	 top: 5px;
   right: 5px;
   z-index: 1;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
    max-width: 1200px;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #333;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 0px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
}
@media (max-width: 1024px) {
	.kv01 img {
		width: 100%;
	}
	.wrapper {
		padding: 0 0px;
	}
	.carousel-caption {
		top: 30%;
	}
	.product {
		margin: 1px auto 0 auto;
		width: calc(100% - 2px);
		height: 312px;
	}
	.product_img {
		width: 50%;
	}
	.product_content {
		float: left;
		margin: 0 auto 1px auto;
		width: calc(50% - 1px);
		height: 251px;
	}
	.product_btn {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.product_btn a {
		padding: 10px 0;
		width: 100%;
		height: auto;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 990px) {
	.product {
		float: left;
		width: calc(50% - 1px);
		height: auto;
		margin-right: 1px;
	}
	.product_img {
		float: none;
		width: 100%;
	}
	.product_img img:nth-child(2) {
		margin-right: 0;
		width: 50%;
	}
	.r_img {
		margin-right: 0;
		width: 50%;
	}
	.r_img .product_img {
		float: none;
		width: 100%;
	}
	.r_img .product_img img {
		float: left;
		margin-right: 1px;
		margin-left: 0;
		width: calc(50% - 1px);
	}
	.r_img .product_img div:first-child {
		margin-left: 0;
		width: 50%;
	}
	.product_content {
		float: none;
		margin: 0 auto 1px auto;
		width: 100%;
		height: 220px;
	}
	.copyright {
		text-align:center;
	}
	.stock {
		text-align:center;
	}
	.term {
		text-align:center;
	}
}
@media (max-width: 768px) {
	body {
		margin: 1px;
	}
	.product {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0px;
	}
	.product_content {
		height: auto;
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
	}
}
@media (max-width: 576px) {
	.kv01 img {
		width: 140%;
		margin: 5% -20% 0 -20%;
	}
}