body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
body {  
  text-align: center;  
  position: relative;     
  font-family: "Poppins", "微軟正黑體","Microsoft Jhenghei", serif, Helvetica, sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 16px;
  color: white;
}
.inline{
  max-width: 1280px;
  margin: auto;
}
.inline-content{
  display: inline-block;
  margin-top: 80px;
}
ol,ul {
    list-style-type: none;
}
a{
	text-decoration: none;
	cursor: pointer; cursor: hand;
}
a, a:visited, a:hover, a:active {
    color: inherit;
}
input{
    box-sizing: border-box;
    border: 0px;    
    -webkit-appearance: none;
    border-radius: 0px;
}
input[type='text']{
	padding-left: 10px; 
}
.textinput{
	border: 1px solid #42210B;
    color: #42210B;
    margin: 0px 0px 12px 0px;
    height: 52px;
    padding-left: 8px;
    font-size: 0.875em;
    font-family: "Poppins", "儷黑 Pro", "LiHei Pro", "微軟正黑體","Microsoft Jhenghei", Helvetica, sans-serif, Arial;
    width: 95%;
    box-sizing: border-box;    
}
input[type=checkbox]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=checkbox]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}
input[type=checkbox]:not(old) + label > span{
  display          : inline-block;
  width            : 1.313em;
  height           : 1.313em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid #42210B;
  border-radius    : 0em;
  background       : white;
  background-image :    -moz-linear-gradient(white,white);
  background-image :     -ms-linear-gradient(white,white);
  background-image :      -o-linear-gradient(white,white);
  background-image : -webkit-linear-gradient(white,white);
  background-image :         linear-gradient(white,white);
  vertical-align   : bottom;
}
input[type=checkbox]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(white,white);
  background-image :     -ms-linear-gradient(white,white);
  background-image :      -o-linear-gradient(white,white);
  background-image : -webkit-linear-gradient(white,white);
  background-image :         linear-gradient(white,white);
}
input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✔';
  display     : block;
  width       : 1.013em;
  color       : #F49B42;
  font-size   : 1.313em;
  line-height : 1.13em;
  text-align  : center;
  text-shadow : 0 0 0.0714em #F49B42;
  font-weight : bold;
}   
input[type=checkbox]:not(old) + label div{
	display: inline-block;
} 
input[type=checkbox]:not(old) + label{
   	margin-right: 0px;
}
input[type=checkbox]:not(old) + label > span{
	float: left;
}
input[type=checkbox]:not(old) + label > div{
	display: inline-block;
	margin-top: 5px;
}
.right{
	float: right;
}
.left{
	float: left;
}
.bold{
	font-weight: 700;
}
.middle{
	position: relative;    
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sep{
	width: 1px;
    background-color: #42210B;    
    display: inline-block;    
    position: relative;
}
.sep.long{
	top: -5px;
	height: 27px;
}
.img_box{
   overflow: hidden;
   background-size: 100% 100%;
   background-position: center center;
   background-repeat: no-repeat;
   width: 100%;
   height: 100%;
   -webkit-transition: background 0.3s;
   -moz-transition: background 0.3s;
   -ms-transition: background 0.3s;
   transition: background 0.3s;
}
.img_box:hover{
	background-size: 110% 110%;
}
.btn{
	cursor: pointer;cursor: hand;
	background: #42210B;
	color: white;
	font-size: 0.688em;
	font-weight: 500;
	letter-spacing: 1px;
}
.btn a{
	width: 100%;
  height: 100%;
  display: block;
}
.v_middle{
  position: relative;    
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.f8 { font-size: 0.500em; }
.f9 { font-size: 0.563em; }
.f10 { font-size: 0.625em; }
.f11 { font-size: 0.688em; }
.f12 { font-size: 0.750em; }
.f13 { font-size: 0.813em; }
.f14 { font-size: 0.875em; }
.f15 { font-size: 0.938em; }
.f16 { font-size: 1.000em; }
.f17 { font-size: 1.063em; }
.f18 { font-size: 1.125em; }
.f19 { font-size: 1.188em; }
.f20 { font-size: 1.250em; }
.f21 { font-size: 1.313em; }
.f22 { font-size: 1.375em; }
.f23 { font-size: 1.438em; }
.f24 { font-size: 1.500em; }
.f36 { font-size: 2.250em; }
.f48 { font-size: 3.000em; }
.f52 { font-size: 3.250em; }
.f64 { font-size: 4.000em; }

.dim{
   opacity: 0.5;
}
hr{   
   background-color: white;
   border: 1px solid white;
   margin-top: 0px;   
   margin-bottom: 0px;
}
.f_left{
  float: left !important;
}
.f_right{
  float: right !important;
}

::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 80px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
}

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

/*.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover, 
.rating:not(:checked) > label:hover ~ label { 
  color: #cc5d04;  
}*/ 

.rating > input:checked ~ label{ 
  color: #cc5d04;  
} 

/*.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { 
  color: #cc5d04;  
}*/

