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: 16px;
}

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

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

body{
	padding-left: 85px;
	padding-right: 85px
}
@media (min-width: 768px) {
/*nav選單*/
	.navbar{
	padding-left:50px!important;
	padding-right:50px!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:#F4715B;
	margin:30px;
	font-size: 50px;
}

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

.story span {
	font-style: italic;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}


.test{
        position: relative;
        height: 100%;
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }


.content-group {
	background-color: #ffffff;
	padding-bottom:70px;
	padding: 50px;
	width:100%;
}

.T{
	font-size: 24px;
	font-family: PingFangTC-Semibold,sans-serif;
}

.product .card {
	background-color: #ffffff;
	padding: 20px 10px;
	margin-bottom: 10px;
}



.line{
	border: none;border-bottom:2px dotted gray
}
/*頁籤*/
.label{
	padding-top: 100px;
}
.label h3{
	padding-top: 30px;
	padding-bottom: 30px;
}
.panel-control {
  position:absolute;
  opacity:0;
}
.tab-group label {
  display:inline-block;
  padding: 10px 55.5px;
  border:1px solid #ccc;
  border-bottom:none;
  background-color: #ccc;
  bottom:-1px;
  position:relative;
}
.content-group {
  border:1px solid #ccc;
  padding: 20px;
}
.content{display:none;}
/* .content1{display:block;} */
/* .tab-group .active {
  position:relative;
  background-color: #fff;
} */

#radio1:checked ~ .tab-group [for="radio1"],
#radio2:checked ~ .tab-group [for="radio2"],
#radio3:checked ~ .tab-group [for="radio3"],
#radio4:checked ~ .tab-group [for="radio4"],
#radio5:checked ~ .tab-group [for="radio5"]
{background-color: #fff;}

/* #radio2:checked~ .content-group .content1{display:none}
#radio3:checked~ .content-group .content1{display:none} */

#radio1:checked ~ .content-group .content1,
#radio2:checked ~ .content-group .content2,
#radio3:checked ~ .content-group .content3,
#radio4:checked ~ .content-group .content4,
#radio5:checked ~ .content-group .content5
{display:block}



.main img{
	width:100%;
	margin-bottom: 15px;

}

.row1{
	display: inline-block;
	justify-content:center;
	flex-durection:row;
}
footer span{
	font-size: 10px;
	padding:0!important;
}
footer{
		text-align: center;
		margin-bottom: 20px;
}
