html{
	width: 100%;
}

* {
	box-sizing: border-box;
}
p,h1,h2,h3,h4,h4,h6,div,span {
	font-family:PingFangSC-Regular,sans-serif,Microsoft JhengHei;	
}

p {
	font-size: 20px;
}
nav{
	display:inline;
}
.navbar-brand img {
	height: 50px;
	float:left;

}
.navbar-brand h4{
	padding-top: 12.5px;
	font-weight: bold;
}


@media (min-width: 768px) {
/*nav選單*/
	.navbar{
	padding-left:50px!important;
	padding-right:50px!important; 
}
}
.banner {
	margin-top: 76px;
}
.banner .container-fluid {
	padding:0!important;
}
.about {
	padding:100px 0px 0px 0px;
	background:#ffffff; 
}
.read{
	text-align: right;
	padding:10px 10px 0px 10px;
}

.read h5{
	display:inline;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	line-height:30px;
}

.title {
	font-weight: bold;
	color:#D95644;
	margin:30px;
}

.story {
	padding: 50px 0;
	font-size: 20px;
}

span {
	font-size: 20px;
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
	
}


.test{
        position: relative;
        height: 100%;
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }
.swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
      }

.swiper-slide {
        background-position: center!important;
        background-size: cover!important;
        width: 300px !important;
        height: 300px !important;
      }

.swiper-slide img {
        display: block;
        width: 100%;
      }
.product {
	background-color: #ffffff;
	padding-bottom:70px;
	text-align: center;
	padding: 50px;
}
.product .card {
	background-color: #ffffff;
	padding: 20px 10px;
	margin-bottom: 10px;
}
.product img {
	width:90%;
	margin-bottom:20px;
}

.product img:hover {
	opacity: 0.8;
}
.product_name {
	padding: 10px;
}
.set{
	padding: 20px;
	color: black;
}

.read img{
	width:16px;
}
.story2{
	border-style: dotted;
　border-top:5px black solid;　//上方邊框寬度設為 5px，顏色為黑色
　border-right:8px red double;　//右邊的邊框寬度設為 8px，顏色為紅色，樣式為 double
　border-left:7px yellow dotted;　//左邊的邊框寬度設為 7px，顏色為黃色，樣式為 dotted
　border-bottom:3px blue dashed;　//下方邊框寬度設為 3px，顏色為藍色，樣式為 dashed
　padding-bottom:30px;
}
.story2{
	padding: 36px;
}

.block{
	padding-bottom: 30px;
}
.row{
	display: inline-block;
	justify-content:center;
}
.row img{

	padding-right: 30px;
	width:100%;
	padding-top: 50px;

}



footer span{
	font-size: 10px;
	padding:0!important;
}
footer{
		text-align: center;
		margin-bottom: 20px;
}

.pg{
	padding-bottom: 20px;
}

.pg1{
	padding-bottom: 12px;
}


