@charset "utf-8";



/*  ------------------------import------------------------  */

@import url('https://fonts.googleapis.com/css?family=Lato:900,700,400,300,100');
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url("import/font-awesome.min.css");
@import url("import/wan-spinner.css");
@import url("import/bootstrap-select.min.css");
@import url("import/footable.bootstrap.min.css");
@import url("import/jquery.fancybox.min.css");
@import url("import/responsive.css");



/*  ------------------------Fonts------------------------  */

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*  ------------------------共用Style------------------------  */

body {
	font-family: 'Lato', 'Noto Sans TC', sans-serif;
	font-weight: normal;
	color: #333;
	background: url('../images/bg.jpg') center center;
}

::selection {
	background: rgba(209, 192, 165, .85);
	color: #FFF;
	text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', 'Noto Sans TC', sans-serif;
}

a {
	color: #333;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
}

a:hover,
a:focus,
a:active {
	color: #bcb092;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


hr {
	border-top: 1px solid #ccb6a2;
}

legend {
	font-size: 22px;
	font-weight: 400;
	color: #a99d7f;
	border-bottom: 1px solid #ddd;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.carousel-control {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.slider .carousel-control.right,
.slider .carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-inner .item {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.hover_nav {
	list-style: none;
}

.breadcrumb {
	font-family: 'Lato', 'Noto Sans TC', sans-serif;
	background: transparent;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
}

.breadcrumb:before {
	content: "現在位置：";
	display: inline-block;
}

.breadcrumb a {
	color: #aaa;
}

.breadcrumb a:hover {
	color: #bcb092;
}

.breadcrumb>.active {
	color: #666;
}

.table_rela {
	position: relative;
}

.footer_logo {
	margin: 0;
	display: block;
	position: relative;
	width: 10vw;
	height: 20vh;
}

.footer_logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.textedit {
	line-height: 26px;
	color: #666;
}

.textedit dd {
	margin-bottom: 20px;
}

.textedit dd:first-letter {
	padding-left: 32px;
}

.textedit dt {
	counter-increment: Detail;
	color: #612e00;
	font-weight: 400;
	margin-bottom: 5px;
}

.textedit dt:before {
	content: 'Q' counter(Detail) '：';
	display: inline-block;
	vertical-align: middle;
}

.textedit p {
	margin: 0 0 15px;
	letter-spacing: 1px;
	line-height: 170%;
}

.edit_imgbox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 15px 0;
}

.edit_imgbox img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.stage1 {
	list-style: cjk-ideographic;
}

.stage1>li {
	font-size: 16px;
	font-weight: 300;
}

.stage1 h3 {
	font-size: 18px;
	font-weight: 400;
}

.stage1>li .markp {
	margin: 15px 0;
}

.stage1>li>ol {
	font-weight: 300;
	font-size: 16px;
}

.stage1>li>ol>li>.stage2 {
	margin: 15px 0;
}

.stage1>li>ul {
	list-style-type: square;
	font-weight: 300;
	font-size: 16px;
}

.stage1>li>ul>li+li {
	margin-top: 15px;
}

.stage2 {
	font-weight: 300;
	list-style-type: lower-alpha;
}

.stage2 li {
	font-size: 15px;
}

.btns {
	display: inline-block;
	padding: 5px 10px;
	text-transform: capitalize;
	border-radius: 10px;
	color: #fff;
	font-weight: 400;
}

.black {
	background: #333;
}

.ih-item.square {
	position: relative;
	border: none;
	box-shadow: none;
}

.index_mark1 {
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	background: #337ab7;
	padding: 5px 10px;
}

.index_mark2 {
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	background: #e17daf;
	padding: 5px 10px;
}

.index_mark3 {
	font-size: 22px;
	line-height: 170%;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	background: #bcb092;
	padding: 5px;
}

.index_mark4 {
	background: #8cc21e;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin: 0;
	max-width: 480px;
	padding: 10px 15px;
	width: 100%;
}

#gotop {
	display: none;
	width: 38px;
	height: 38px;
	position: fixed;
	right: 20px;
	bottom: 30%;
	z-index: 100;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	transition: background .2s linear;
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
}

#gotop:after {
	content: '\f077';
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #fff;
	line-height: 34px;
	font-size: 20px;
}

#gotop:hover {
	background: rgba(0, 0, 0, .95);
}

#cart {
	background: #fff;
	bottom: auto;
	border: #584b43 1px solid;
	color: #584b43;
	left: auto;
	line-height: 120%;
	padding-top: 5px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 40%;
	width: 35px;
	z-index: 10;
}

#cart a {
	background: #584b43;
	color: #fff;
	display: block;
	font-size: 12px;
	margin-top: 5px;
	padding: 2.5px 0;
}

#cart span {
	display: block;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt50 {
	margin-top: 50px;
}

.redfont {
	color: #ff0000;
}

.greyfont {
	color: #aaa;
}

.bluefont {
	color: #359be9;
}

.bigfont {
	font-size: 42px;
}

.mdfont {
	font-size: 26px;
}