/*加入bootstrap 之後的修正設定*/
.nav > li > a {
	padding: inherit;
}
/*以下為自訂設定*/
body.fcom_design {
	font-family: "akzidenz-grotesk", "Hiragino Kaku Gothic ProN", sans-serif, "微軟正黑體";
}
.clr {
	display: block;
	clear: both;
	height: 0px;
	margin: 0px;
}
a {
	color: #333;
	text-decoration: none;
	opacity: 1;
	transition: all .3s ease;
}
a:hover {
	opacity: 0.5;
	transition: all .3s ease;
	text-decoration: none;
}
a img {
	border: none;
	-o-transition: opacity .20s linear;
	-webkit-transition: opacity .20s linear;
	-moz-transition: opacity .20s linear;
	transition: opacity .20s linear;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-o-transition: opacity .20s linear;
	-webkit-transition: opacity .20s linear;
	-moz-transition: opacity .20s linear;
	transition: opacity .20s linear;
}
img {
	max-width: 100%;
}
.float_right {
	float: right;
	margin: 0 0 1em 30px;
}
.float_left {
	float: left;
	margin: 0 30px 1em 0;
}
@media (max-width: 767px) {
.float_right {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
.float_left {
	float: none;
	margin: auto;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
}
.border_dashed {
	border-style: dashed;
}
/***********框架開始*/
#wrapper {
}
section#mu-menu {
}
.container {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 1100px;
}
@media (min-width: 768px) {
.container {
	width: inherit;
}
}
@media (min-width: 992px) {
.container {
	width: inherit;
}
}
@media (min-width: 1200px) {
.container {
	width: inherit;
}
}
.only_pc {
}
.only_mobile {
}
@media (min-width: 768px) {
.only_pc {
	display: block;
}
.only_mobile {
	display: none;
}
}
@media (max-width: 767px) {
.only_pc {
	display: none;
}
.only_mobile {
	display: block;
}
}
/***********  #mu-menu logo及選單部份 *******/
header.header {
	transition: all .3s ease;
	z-index: 999;
	position: relative;
}
nav.navbar {
	margin-bottom: 0px;
	padding: 20px 20px 25px;
	border-radius: 0;
}
.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
nav.navbar .container {
}
.container.header {
}
header.header.fixed-menu {
	position: fixed;
	width: 100%;
	top: -100px;
	transition: all .6s ease;
	z-index: 999;
	transform: translateY(100px);
}
header.header.fixed-menu nav.navbar {
	padding: 10px 20px 15px;
}
/*logo*/

nav.navbar .container > .navbar-header {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	height: 100px;
	float: none;
}
nav.navbar .container a.navbar-brand.web_logo {
	margin-left: unset;
	padding: 0px;
	display: inline-block;
	float: unset;
	height: unset;
	line-height: unset;
}
nav.navbar .container a.web_logo img {
	display: inline-block;
	width: 200px;
	transition: all .3s ease;
}
@media (max-width: 767px) {
#mu-menu.header.fixed-menu nav.navbar {
	padding: 5px 20px;
}
#mu-menu.header.fixed-menu nav.navbar .container > .navbar-header {
	height: unset;
}
}
/*PC 選單*/
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
#main-menu {
}
#main-menu ul.maximenuck {
	padding: 0px;
	text-align: center;
}
#main-menu ul.maximenuck > li {
	margin: 0 2.8em;
}
@media (max-width: 1100px) {
#main-menu ul.maximenuck > li {
	margin: 0 1.8em;
}
}
@media (max-width: 991px) {
#main-menu ul.maximenuck > li {
	margin: 0 0.8em;
}
}
#main-menu ul.maximenuck > li > a {
	color: #595757;
	transition: all .3s ease;
}
#main-menu ul.maximenuck > li > a:hover {
}
#main-menu ul.maximenuck > li span.titreck-text {
	text-align: center;
}
#main-menu ul.maximenuck > li span.titreck {
}
#main-menu ul.maximenuck > li span.titreck span.titreck-title {
}
#main-menu ul.maximenuck > li > a.maximenuck span.titreck span.descck {
	position: absolute;
	top: 4px;
	width: 100%;
	font-size: 14px;
}
/* Srart 以下是做選單滑動出中文*/
#main-menu ul.maximenuck > li > a.maximenuck span.titreck span.titreck-title {
	opacity: 1;
	transition: all .3s ease;
}
#main-menu ul.maximenuck > li > a.maximenuck span.titreck span.descck {
	opacity: 0;
	transition: all .3s ease;
}
#main-menu ul.maximenuck > li.active > a.maximenuck span.titreck span.titreck-title {
	opacity: 0;
}
#main-menu ul.maximenuck > li.active > a.maximenuck span.titreck span.descck {
	opacity: 1;
}
#main-menu ul.maximenuck > li:hover > a.maximenuck span.titreck span.titreck-title {
	opacity: 0;
	transition: all .3s ease;
}
#main-menu ul.maximenuck > li:hover > a.maximenuck span.titreck span.descck {
	opacity: 1;
	transition: all .3s ease;
}
/* END 選單滑動出中文*/
/* Start 子選單開始 */
#main-menu ul.maximenuck li.level1.parent > a:after, #main-menu ul.maximenuck li.level1.parent > span.separator:after {
	border-width: 5px 4px 0 4px !important;
	top: 8px !important;
}
div#maximenuck90 div.floatck {
	width: 100% !important;
	left: 0px;
	background-color: #fff;
	padding: 20px !important;
}
.menu_hover_bg { /*子選單滑出底色變色*/
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgb(86 86 86 / 40%);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	transition: all .3s ease;
}
/*產品子選單特別處理*/

div#maximenuck90 div.maxidrop-main {
	width: inherit !important;
}
div#maximenuck90 ul.maximenuck2 div.maximenuck_mod ul {
}
div#maximenuck90 ul.maximenuck2 div.maximenuck_mod li {
}
div#maximenuck90 ul.maximenuck li.level1.parent li.parent > a:after, div#maximenuck90 ul.maximenuck li.level1.parent li.parent > span.separator:after, div#maximenuck90 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after, div#maximenuck90 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
	display: none !important;
}
.maximenuck.item112 {
}
.maximenuck.item112 .floatck {
}
.maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list /*產品選單區域*/ {
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap;
	height: 400px;
	padding-top: 20px !important;
}
.maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li {
	margin: 0 0 1em 2% !important;
	display: inline-block !important;
	width: 23%;
	vertical-align: top;
	line-height: 2.5em !important;
}
.maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li > ul.nav-child {
}
.maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li > ul.nav-child > li {
	position: relative;
	line-height: 2.5em !important;
}
.maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li > ul.nav-child > li > a > img, .maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li > a > img {
	position: absolute;
	right: 0;
	top: -50px;
	width: 100px;
	height: 100px;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease;
}
.maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li > ul.nav-child > li:hover > a > img, .maximenuck.item112 .floatck ul.maximenuck2 .maximenuck_mod > ul.nav.menu.mod-list > li:hover > a > img {
	opacity: 1;
	z-index: -1;
	transition: all .3s ease;
}
li.maximenuck.item110 .floatck ul.maximenuck2 ul.nav.menu {
	text-align: center !important;
}
li.maximenuck.item110 .floatck ul.maximenuck2 ul.nav.menu li {
	/*display: inline-block !important;*/
	/*width: 20%;*/
	padding: 10px 0px !important;/*text-align: center !important;*//*margin: 0 -4px !important;*/
}
/* END 子選單結束 */
@media (max-width: 991px) and (min-width: 768px) {
.navbar-header {
	float: none;
	text-align: center;
}
}
@media (max-width: 767px) {
.navbar-default .navbar-toggle {
	border-color: transparent;
	position: absolute;
	left: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
}
nav.navbar .container #navbar {
	float: none;
	z-index: 9999;
	position: relative;
	margin-top: 22px;
	background-color: #fff;
	margin-right: -16px;
	margin-left: -16px;
}
#main-menu ul.nav.menu > li {
	margin-left: unset;
	display: block;
	padding: 5px;
}
}
@media (max-width: 400px) {
.navbar-default .navbar-toggle {
	padding: 0px;
	left: -15px;
}
}
/* 圖示選單 */
.for_topright {
}
.for_footer {
}
#top_right-menu .for_footer {
	display: none;
}
#footer_icon_menu .for_topright {
	display: none;
}
/* top_right-menu top右選單*/
#top_right-menu {
	position: absolute;
	right: 0;
}
#top_right-menu ul.nav.menu {
}
#top_right-menu ul.nav.menu > li {
	display: inline-block;
}
#top_right-menu ul.nav.menu > li > a {
	margin: 0 0.5em;
}
#top_right-menu ul.nav.menu > li img {
	width: 16px;
}
/*Start 行動選單*/
@media (min-width: 768px) {
#mobile-menu {
	display: none;
}
}
#rstbox_1 > .rstbox-close span {
	margin-top: 10px;
	color: #333;
}
#rstbox_1 .rstbox-content h3 {
	text-align: center;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li {
	border-bottom: 1px solid #333;
	line-height: 2.6em;
	position: relative;
	list-style-type: none;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule {
	border-bottom: none;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule ul.nav:after {
	display: block;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule ul.nav:before {
	display: block;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li >a {
	display: block;
	padding-left: 15px;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li >a > img {
	display: none !important;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.item159 >a > img {
	display: inline-block !important;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li > span.nav-header {
	display: block;
	cursor: pointer;
	padding-left: 15px;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.parent:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	width: 8px;
	height: 8px;
	margin-top: 0;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(135deg);
	box-sizing: border-box;
	right: 10px;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.parent.clickedck:before {
	transform: rotate(-45deg);
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.parent > .floatck {
	border-top: 1px solid #333;
	padding-left: 1em;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.parent > .floatck .maxiclose {
	display: none;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.parent > .floatck ul.nav.menu > li:last-child {
	border-bottom: none;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule.item158 ul.nav.menu {
	text-align: center;
	border-bottom: 1px solid #333;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule.item158 ul.nav.menu > li {
	display: inline-block;
	width: inherit !important;
	border-bottom: none;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule.item158 ul.nav.menu > li > a {
	padding: 1em 10px;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule.item158 ul.nav.menu > li > a.for_topright {
	display: none;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.item159 {
	text-align: center;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck > li.item158 img {
	display: inline-block !important;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.item152 > .floatck {
	display: block;
}
#rstbox_1 .rstbox-container .maximenuckv ul.nav-child.small {
	padding-left: 15px !important;
	border-top: 1px solid #333;
}
#rstbox_1 .rstbox-container .maximenuckv ul.nav-child.small > li:last-child {
	border-bottom: none;
}
/*End 行動選單*/
/*footer 頁底內容*/
#footer {
}
#footer_wrap {
	border-top: 1px solid #ccc;
	padding-top: 70px;
	padding-bottom: 94px;
	font-size: 18px;
	margin-top: 40px;
}
#footer_icon_menu {
	text-align: center;
}
#footer_icon_menu ul.nav.menu > li {
	display: inline-block;
}
#footer_icon_menu ul.nav.menu > li > a {
	margin: 0 0.5em;
}
#footer_icon_menu ul.nav.menu > li img {
	width: 20px;
}
.moduletable.footer_contact {
	margin-top: 36px;
	font-size: 16px;
	vertical-align: middle;
}
.moduletable.footer_contact a {
	color: #333;
	text-decoration: none;
}
.moduletable.footer_contact a:hover {
	color: #CCC;
}
.moduletable.footer_contact a:hover img {
	opacity: 0.6;
	transition: opacity .20s linear;
}
/*Start footer menu 頁底選單*/
#footer_menus {
	margin-top: 60px;
	font-size: 14px;
}
#footer_menus.row {
	margin-right: 0px;
	margin-left: 0px;
}
#footer_menus .footer_menu ul.nav.menu > li.active > a {
	font-weight: 700;
}
#footer_menus .footer_menu ul.nav.menu > li > a > img {
	display: none !important;
}
@media (min-width: 768px) {
#footer_menus.row {
	margin-right: 5%;
	margin-left: 15%;
}
#footer_menus .footer_menu {
	width: 20%;
	float: left;
}
}
@media (max-width: 767px) {
#footer_menus {
	border-top: 1px solid #333;
}
#footer_menus .footer_menu ul.nav.menu > li > a {
	border-bottom: 1px solid #333;
 padding: .75rem 2rem;
}
#footer_menus .footer_menu ul.nav.menu > li > a:after {
	content: "＞";
	display: inline-block;
	float: right;
}
}
#footer_menus .footer_menu ul.nav.menu > li > ul.nav-child {
	display: none;
}
/*END footer menu 頁底選單*/
#footer_logo {
	text-align: center;
	margin-top: 70px;
}
#footer_copyright {
	margin-top: 30px;
	font-size: 14px;
}
.row.footer_copyright {
	margin-left: 0px;
	margin-right: 0px;
}
.col-sm-6.footer_bottom_menu, .col-sm-6.copyright {
}
.footer_bottom_menu ul.nav.menu {
	text-align: center;
	margin-bottom: 1em;
}
.footer_bottom_menu ul.nav.menu > li {
	display: inline-block;
}
.footer_bottom_menu ul.nav.menu > li:after {
	content: "|";
}
.footer_bottom_menu ul.nav.menu > li:last-child:after {
	content: normal;
}
.footer_bottom_menu ul.nav.menu > li a {
	margin: 0 0.3em;
	display: inline-block;
}
#footer_copyright .copyright {
	text-align: center;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
#footer_copyright.row {
	display : flex;
	flex-direction: row-reverse;
}
.footer_bottom_menu ul.nav.menu {
	text-align: left;
}
#footer_copyright .copyright {
	text-align: right;
}
}
/*slidershow 輪撥秀*/
#slideshow_wrap {
	max-width: 1100px;
	margin: auto;
	margin-bottom: 70px;
}
.djslider-loader-default {
	overflow: unset !important;
}
#navigation102 {
top:calc(50% + -18px) !important;
	margin: 0px !important;
}
#cust-navigation102 {
	top: unset;
	bottom: -20px;
	right: unset;
	width: 100%;
	text-align: center;
}
.djslider-default .load-button {
}
.djslider-default .load-button {
	border-radius: 0 !important;
}
.djslider-default .load-button-active {
	background: #fff;
}
/******麵包屑*/
.breadcrumb .divider img {
	-webkit-filter: grayscale(100%); /* Safari */
	filter: grayscale(100%);
	vertical-align: inherit;
}
/*********** 首頁編排用 */
#home_show {
}
#home_news {
	max-width: 1100px;
	margin: auto;
	margin-bottom: 50px;
}
#home_news h3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 16px;
}
#home_news .newsflash .news_item h4.newsflash-title {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}
#home_news .newsflash .news_item .created_date {
	font-size: 12px;
	margin-bottom: 4px;
	color: #929292;
}
#home_news .newsflash:after {
	content: "";
	display: table;
	clear: both;
}
#home_news .newsflash {
	margin-top: 40px;
}
#home_news .newsflash .news_item {
	text-align: center;
	width: 50%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
	text-align: left;
}
#home_news .newsflash .news_item .newsflash-image {
	width: 80px;
	float: left;
	margin-right: 40px;
}
#home_news .newsflash .news_item .newsflash-image img {
	border: 1px solid #ececec;
}
 @media (max-width: 767px) {
#home_news .newsflash .news_item .newsflash-image {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#home_news .newsflash .news_item {
	margin-bottom: 0px;
	text-align: center;
}
#home_news .newsflash .news_item .created_date {
	margin-top: 4px;
}
}
#content-down {
}
.home_pr_list h3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 16px;
}
div.hikashop_carousel_parent_div div.owl-controls div.owl-dot {
	border: none !important;
	padding: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px !important;
}
div.hikashop_carousel .owl-nav .owl-prev, div.hikashop_carousel .owl-nav .owl-next {
	background-color: transparent !important;
	font-size: 0px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
}
div.hikashop_carousel .owl-nav .owl-prev {
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
	position: absolute;
	left: 0px;
	top: 100px;
}
div.hikashop_carousel .owl-nav .owl-next {
	border-bottom: none !important;
	border-left: none !important;
	border-top: 1px solid #333 !important;
	border-right: 1px solid #333 !important;
	position: absolute;
	right: 0px;
	top: 100px;
}
@media (max-width: 767px) {
div.hikashop_carousel_parent_div .owl-controls {
	display: none;
}
}
/*********** 一般文章內容 */
#main-content #content-w1 {
	max-width: 1100px;
	margin: 0 auto;
}
/*分頁*/
.pagination {
	width: 100%;
	text-align: center;
}
.pagination p.counter.pull-right {
}
.pagination ul {
	clear: both;
	padding: 0px;
}
.pagination ul > li {
	display: inline-block;
}
.pagination ul > li > a, .pagination ul > li > span.pagenav {
	display: inline-block;
	border: 1px solid #ccc;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 3px;
}
.pagination ul > li > span.pagenav {
	background-color: #ccc;
	color: #fff;
}
.pagination ul > li > a:hover {
	text-decoration: none;
}
 @media (max-width: 767px) {
.pagination ul > li > a, .pagination ul > li > span.pagenav {
}
}
.pagination ul > li.pagination-start span.pagenav, .pagination ul > li.pagination-prev span.pagenav, .pagination ul > li.pagination-next span.pagenav, .pagination ul > li.pagination-end span.pagenav {
	background-color: transparent;
	color: #333;
	width: inherit;
}
/* Blog部茖格型式*/
.blog .items-row {
}
.blog .items-row:before {
	content: "";
	display: table;
	clear: both;
}
.blog .items-row:after {
	content: "";
	display: table;
	clear: both;
}
.blog .items-row .row > div {
	margin-bottom: 4em;
}
@media (min-width: 768px) {
.blog .items-row .span4 {
}
}
.blog .item .item-image {
	text-align: center;
}
.blog .itemlist_intro_txtall .page-header h2 {
	font-size: 14px;
	text-align: center;
}
.blog .itemlist_title .page-header {
	border-bottom: none;
	margin: 10px 0px 0px;
	padding-bottom: 0px;
}
.blog .page-header h2 {
	text-align: center;
}
.blog .article-info.muted {
	text-align: center;
}
.article-info.muted {
	text-align: right;
}
.item-page .article-info.muted .published {
	margin-bottom: 40px;
	display: block;
}
.page-header {
	margin-bottom: 20px;
}
/*頁面 - 一般頁面 */
.item-page {
	font-size: 16px;
}
.item-page .articleBody {
	font-weight: 300;
}
.item-page .articleBody dl {
}
.item-page .articleBody dt {
	font-weight: 500;
	margin-bottom: 0.6em;
}
.item-page .articleBody dd {
	padding-left: 1em;
	margin-bottom: 2em;
}
.item-page .page-header h2 {
	text-align: center;
}
@media (max-width: 1099px) {
.blog, .item-page {
	padding-left: 15px;
	padding-right: 15px;
}
}
a.read_more {
	display: inline-block;
	padding: 5px;
	background-color: #ccc;
	color: #fff;
}
ul.tags.inline {
	margin-top: 2em;
	padding-left: 0px;
}
ul.tags.inline > li {
	display: inline-block;
}
ul.tags.inline > li a.label-info {
	background-color: transparent;
	color: #333;
	font-weight: 300;
}
ul.tags.inline > li a.label-info:before {
	content: "#";
}
/*頁面 - homepage 首頁 */
.item-page.home_page {
}
@media (max-width: 767px) {
.item-page.home_page {
	text-align: center;
}
.item-page.home_page .row > div {
	margin-bottom: 2em;
}
}
/*彈出視窗 EngageBox的設定*/
button.rstbox-close {
	font-size: 40px;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}
#rstbox_1 button.rstbox-close {
	width: inherit;
	height: inherit;
	z-index: auto;
}
button.rstbox-close>span {
	position: absolute;
	right: 0;
	top: 0;
}
.rstbox-content {
	z-index: 2;
	max-width: 800px;
	margin: auto;
}
/*頁面 - news最新消息*/
.blog.page_news {
	max-width: 860px;
	margin: auto;
}
.item-page.page_news {
	/*max-width: 860px;*/
	margin: auto;
}
@media (max-width: 767px) {
.blog.page_news {
	padding-left: 15px;
	padding-right: 15px;
}
.item-page.page_news {
	padding-left: 15px;
	padding-right: 15px;
}
}
/*頁面 - shop-info銷售據點*/
.blog.page_shop-info {
}
.blog.page_shop-info .items-row .item {
	padding-bottom: 2em;
	border-bottom: 1px solid #eee;
	clear: both;
}
.blog.page_shop-info .items-row .item:before {
	content: "";
	display: table;
	clear: both;
}
.blog.page_shop-info .items-row .item:after {
	content: "";
	display: table;
	clear: both;
}
.blog.page_shop-info .items-row .row > div {
	margin-bottom: 2em;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container {
}
.blog.page_shop-info .item .itemlist_intro_txtall .item_introtext {
}
 @media (min-width: 768px) {
.blog.page_shop-info .item .item-image {
	text-align: left;
	width: 25%;
	float: left;
}
.blog.page_shop-info .item .itemlist_intro_txtall {
	margin-left: 25%;
	position: relative;
}
.blog.page_shop-info .item .itemlist_title .page-header {
	margin-top: 0px;
}
.blog.page_shop-info .item .add h2 {
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
}
.blog.page_shop-info .item .item_introtext {
}
.blog.page_shop-info .item .item_introtext .add {
	float: left;
}
.blog.page_shop-info .item .item_introtext .qrcode_img {
	float: right;
	margin-right: 2%;
}
.blog.page_shop-info .item .item_introtext #MAP {
	float: right;
	width: 35%;
}
.blog.page_shop-info .item .itemlist_intro_txtall .page-header h2 {
	font-size: 16px;
	margin: 0px;
	text-align: left;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container {
	float: left;
	width: 65%;
	position: relative;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container dd.field-entry.qrcode_img {
	position: absolute;
	right: 20px;
	top: 0;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container dd.field-entry.qrcode_link {
	position: absolute;
	right: 20px;
	top: 124px;
}
.blog.page_shop-info .item .itemlist_intro_txtall .item_introtext {
	float: right;
	width: 35%;
}
}
@media (max-width: 767px) {
.blog.page_shop-info .item .item_introtext {
	text-align: center;
}
.blog.page_shop-info .item .add h2 {
	font-size: 16px;
}
.blog.page_shop-info .item .item_introtext > div {
	margin-bottom: 1em;
}
.blog.page_shop-info .item .item_introtext .qrcode_img {
	display: none;
}
.blog.page_shop-info .item .item_introtext #MAP {
	display: none;
}
.blog.page_shop-info .item .item-image {
	display: none;
}
.blog.page_shop-info .items-row .item {
	padding-bottom: 0px;
	text-align: center;
}
.blog.page_shop-info .items-row .row > div {
	margin-bottom: 0px;
}
.blog.page_shop-info .item .itemlist_intro_txtall .page-header h2 {
	text-align: center;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container {
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container dd.field-entry.qrcode_img {
	display: none;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container dd.field-entry.qrcode_link a {
	font-size: 0px;
}
.blog.page_shop-info .item .itemlist_intro_txtall .fields-container dd.field-entry.qrcode_link a:before {
	content: url(../images/Line-Icon-Circle.png);
	display: inline-block;
}
.blog.page_shop-info .item .itemlist_intro_txtall .item_introtext {
	display: none;
}
}
/*頁面 - video 影音教學*/
.blog.page_video {
}
.blog.page_video .itemlist_intro_txtall .page-header h2 {
	font-size: 18px;
}
/*頁面 -about 品牌概念*/
.item-page.page_about {
	max-width: 860px;
	margin: auto;
}
 @media (max-width: 767px) {
.item-page.page_about {
	padding-left: 15px;
	padding-right: 15px;
}
}
.item-page.page_about .articleBody h3 {
	margin-bottom: 2em;
}
.row.brand_about {
	margin-top: 2em;
}
.ESSENTIALS {
	text-align: center;
	font-size: 14px;
	margin-bottom: 2em;
}
.ESSENTIALS h4 {
	background-color: #ccc;
	color: #fff;
	line-height: 6em;
	margin-top: 0px;
	font-size: 16px;
}
 @media (min-width: 768px) {
.ESSENTIALS {
	width: 30.333%;
	margin: 0 1.5%;
	padding: 0px;
}
}
#tubular-container {
	position: absolute !important;
}
#jf-divtubular {
	background-color: #fff;
}
#jf-divtubular header.header {
	position: fixed;
	top: 0;
	width: 100%;
}
#jf-divtubular header.header.fixed-menu {
	top: -100px;
}
/*頁面 -dictionary 原料字典*/
.item-page.page_dictionary {
	max-width: 860px;
	margin: auto;
}
.dictionary_list {
	text-align: center;
}
.dictionary_list img {
	width: 135px;
	height: 135px;
}
.dictionary_list .col-sm-3 {
	margin-bottom: 2em;
}
.dictionary_list .item {
	cursor: pointer;
}
.dictionary_list .item .des {
	font-size: 14px;
	padding: 5px 0px;
}
.accordion-inner.panel-body .dictionary_list .item .des {
	display: none;
}
.item-page.page_dictionary .rl_sliders.accordion>.accordion-group {
	border: none;
}
.accordion-toggle span.rl_sliders-toggle-inner:before {
	content: "-";
}
.accordion-toggle.collapsed span.rl_sliders-toggle-inner:before {
	content: "+";
}
 @media (max-width: 767px) {
.item-page.page_dictionary {
	padding-left: 15px;
	padding-right: 15px;
}
}
/*頁面 -dictionary 原料字典 - 改為各別文字式*/
.item-page.page_dictionary .ns2-page-inner {
}
.item-page.page_dictionary .ns2-page-inner .ns2-row {
}
.item-page.page_dictionary .ns2-page-inner .ns2-row .ns2-column {
	text-align: center;
	margin-bottom: 2em;
	cursor: pointer;
}
.item-page.page_dictionary div.nssp2 .col-4 {
}
.item-page.page_dictionary .ns2-page-inner .ns2-row .ns2-column p.ns2-introtext {
	font-size: 14px;
	display: none;
}
@media (max-width: 767px) {
.item-page.page_dictionary div.nssp2 .col-4 {
	width: 100%;
}
}
/*頁面 -journal 生活日誌*/
.blog.page_journal {
	max-width: 450px;
	margin: auto;
}
.blog.page_journal .article-info.muted {
	text-align: right;
}
.blog.page_journal .itemlist_intro_txtall .page-header h2 {
	font-size: 18px;
}
.item-page.page_journal {
	max-width: 768px;
	margin: auto;
}
/*頁面 contact-聯絡我們*/
.item-page.page_contact {
	max-width: 768px;
	margin: auto;
}
.jsn-master .jsn-input-xlarge-fluid {
	width: 100% !important;
	border: 1px solid #ccc;
	line-height: 2em;
}
.item-page.page_contact #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
	padding: 0px;
}
.item-page.page_contact .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-label {
	font-weight: 300;
}
.item-page.page_contact .btn-primary {
	color: #fff;
	background-color: #868686;
	border-color: #868686;
}
/*頁面 page_membership會員權益*/
.item-page.page_membership {
}
.page_membership_wrap {
	background-image: url(../../../images/membership/membership_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.membership_top {
	background-image: url(../../../images/membership/membership_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 160px;
}
.membership_top .slogin {
	font-size: 70px;
	color: #595657;
	line-height: 85px;
	font-weight: 500;
}
.membership_top ul {
	color: #ed7978;
	font-size: 40px;
	margin-top: 20px;
	font-weight: 500;
}
 @media (max-width: 767px) {
.membership_top {
	padding: 20px 40px;
}
.membership_top .slogin {
	font-size: 3em;
	line-height: 1.3em;
}
.membership_top ul {
	font-size: 1.6em;
}
}
.membership_down {
}
.membership_down .rl_tabs ul.nav-tabs {
	text-align: center;
}
.membership_down .rl_tabs ul.nav-tabs > li {
	float: none;
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
}
.membership_down .rl_tabs .nav-tabs {
	border-bottom: 1px solid #5a5556;
}
.membership_down .rl_tabs.top>ul.nav-tabs>li>a {
	border-bottom: 1px solid #5a5556;
}
.membership_down .rl_tabs.outline_handles ul.nav-tabs>li a, .membership_down .rl_tabs.outline_handles ul.nav-tabs>li a:hover {
	background-color: #5a5556;
	color: #fff;
}
.membership_down .rl_tabs.top>ul.nav-tabs>li.active a, .membership_down .rl_tabs.top>ul.nav-tabs>li.active a:hover {
	background-color: #fff;
	color: #5a5556;
}
.membership_down .rl_tabs.outline_content>.tab-content {
	border: none;
	border-radius: 0px;
}
.membership_down .rl_tabs.outline_content>.tab-content>.tab-pane {
	padding: 0px;
}
@media (max-width: 600px) {
.membership_down .rl_tabs.outline_handles ul.nav-tabs>li a, .membership_down .rl_tabs.outline_handles ul.nav-tabs>li a:hover {
	font-size: 14px;
	padding: 4px 6px;
}
}
.membership_down_con {
	padding: 20px 60px 60px;
}
.membership_down_con h3 {
	font-size: 70px;
	color: #595657;
	line-height: 85px;
	font-weight: 500;
	text-align: center;
}
.membership_down_con .member_level {
	font-size: 60px;
	font-weight: 500;
	color: #89c997;
	background-color: #fff;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.membership_down_con .level_con {
	background-color: rgb(255 255 255 / 80%);
	padding: 20px 70px;
	font-size: 18px;
}
.membership_down_con .level_con h4 {
	color: #89c997;
	font-size: 50px;
	margin-top: 30px;
	font-weight: 500;
}
.membership_down_con .level_con ul {
	font-size: 29px;
}
.membership_down_con .level_con hr {
	border-width: 2px;
	border-color: #c8c6c7;
}
.membership_down_con .level_con h5 {
	font-size: 32px;
	margin-top: 2em;
	border-bottom: 1px solid;
}
@media (max-width: 767px) {
.membership_down_con h3 {
	font-size: 40px;
	line-height: 50px;
}
.membership_down_con .member_level {
	font-size: 36px;
}
.membership_down_con .level_con h4 {
	font-size: 30px;
}
.membership_down_con .level_con ul {
	font-size: 20px;
}
.membership_down_con .level_con h5 {
	font-size: 24px;
}
.membership_down_con .level_con {
	font-size: 16px;
	padding: 20px 20px;
}
.membership_down_con {
	padding: 20px 20px 40px;
}
}
/**/
.membership_down_con.con01 {
	background-image: url(../../../images/membership/membership_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.membership_down_con.con02 {
	background-image: url(../../../images/membership/membership_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.membership_down_con.con02 .member_level {
	color: #f29c97;
}
.membership_down_con.con02 .level_con h4 {
	color: #f29c97;
}
.membership_down_con.con03 {
	background-image: url(../../../images/membership/membership_bg_con03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.membership_down_con.con03 .member_level {
	color: #3e3a39;
}
.membership_down_con.con03 .level_con h4 {
	color: #3e3a39;
}
.membership_down_con.con03 .level_con h5 {
	border-bottom: none;
	margin-top: 0px;
}
@media (min-width: 768px) {
.membership_down_con.con03 .row {
	display: flex;
	align-items: center;
}
.membership_down_con.con03 .row .sol-sm-12 {
	width: 65%;
}
}
/* product 產品系列的設定*/
.hikashop_category_description .rl_sliders.accordion>.accordion-group {
	border: none !important;
	box-shadow: none;
}
.hikashop_category_description .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
	text-align: center;
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
	background-color: #fff!important;
	;
	color: #333 !important;
}
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
	background-color: #fff!important;
	color: #333 !important;
}
.rl_sliders.accordion>.accordion-group.active>div>a:focus, .rl_sliders.accordion>.accordion-group>div>a:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.hikashop_category_description .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle > span:after {
	content: "";
	display: block;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	width: 12px;
	height: 12px;
	transform: rotate(-135deg);
	margin: auto;
	margin-top: 10px;
}
.hikashop_category_description .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle.collapsed > span:after {
	transform: rotate(45deg);
	margin-top: 0px;
}
/* 分類頁設定*/
.hikashop_category_information .hikashop_category_image {
	height: inherit !important;
}
.hikashop_subcategories .hikashop_category_image {
	display: none;
}
.hikashop_subcontainer .hikashop_category_name > a {
	text-decoration: underline;
}
.hikashop_subcategories_listing {
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.hikashop_products_listing .hikashop_product_name {
	text-align: center;
}
.hikashop_products_listing {
	margin-top: 40px;
}
.hikashop_products_pagination {
	text-align: center;
	margin-top: 40px;
}
/* 產品頁設定*/
.hikashop_product_page {
	margin-top: 20px;
}
.hikashop_product_left_part {
	position: relative;
}
.hikashop_product_right_part {
	position: relative;
}
.hikashop_main_part {
	width: 100%;
}
.hikashop_product_right_part h1, .hikashop_product_top_part h1 {
	margin-top: 6px;
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: bold;
}
.hikashop_product_custom_note01_line>.key {
	display: none;
}
.hikashop_product_custom_shop_link_line {
	margin-top: 3em;
}
.hikashop_product_custom_shop_link_line>.key {
	display: none;
}
.hikashop_product_custom_shop_link_line>.no_key a {
	display: inline-block;
	background-color: #707070;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px;
}
.hikashop_product_custom_shop_link_line>.no_key a:before {
	content: url(../images/shopping_car_icon.png);
	display: inline-block;
	margin-right: 1em;
}
.hikashop_product_bottom_part .rl_sliders.accordion>.accordion-group {
	border: none !important;
}
.hikashop_product_bottom_part .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a, .hikashop_product_bottom_part .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
	background-color: #f8f8f8 !important;
}
.hikashop_subcategories .hk-row-fluid {
	justify-content: center;
}
.hkc-md-4.hikashop_product {
	margin-bottom: 4em;
}
.hikashop_product_main_image_thumb, .hikashop_product_main_image {
	height: inherit !important;
}
.hikashop_product_main_image_subdiv {
	width: inherit !important;
}
.hikashop_product_main_image_subdiv img {
	height: auto;
}
#sbox-overlay {
	width: 100vw !important;
}
#sbox-window.shadow {
	height: inherit !important;
}
@media (min-width: 768px) {
.hikashop_product_form {
	max-width: 860px;
	padding: 0 40px;
	box-sizing: content-box;
	margin: 0 auto;
}
.hikashop_product_form .hk-row-fluid {
	margin-bottom: 4em;
}
.hikashop_product_form .hikashop_main_part {
	display : flex;
	align-items: stretch;
}
.hikashop_product_left_part {
	width: 45% !important;
}
.hikashop_product_right_part {
	width: 55% !important;
	padding-left: 4em !important;
	position: relative;
	padding-bottom: 70px;
}
.hikashop_product_right_part .hikashop_product_custom_shop_link {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.hkc-md-4.hikashop_category {
	width: inherit;
	display: inline-block;
}
}
@media (max-width: 767px) {
.hikashop_product_form {
	padding-left: 15px;
	padding-right: 15px;
}
}
/*產品規格調校*/
.hikashop_small_image_div {
	text-align: center;
}
.hikashop_small_image_div img.hikashop_child_image {
	width: 50px;
	height: 50px !important;
}
.hikashop_product_characteristics {
}
.hikashop_product_characteristics .controls label.radio img {
	width: 40px;
	height: 40px;
}
table.hikashop_product_characteristics_table {
}
table.hikashop_product_characteristics_table label.radio {
	display: inline-block;
}
table.hikashop_product_characteristics_table label.radio input[type="radio"] {
	display: none;
}
table.hikashop_product_characteristics_table label.radio img {
	cursor: pointer;
	padding: 2px 4px;
}
.hikashop_product_custom_info_main {
}
.hikashop_product_custom_info_main h4 {
	display: none;
}
.hikashop_product_custom_shop_link_line .nokey .hikashop_product_custom_value a {
	display: inline-block;
	background-color: #707070;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px;
}
.hikashop_product_custom_shop_link_line .nokey .hikashop_product_custom_value a:before {
	content: url(../images/shopping_car_icon.png);
	display: inline-block;
	margin-right: 1em;
}
.hikashop_product_custom_shop_link a {
	display: inline-block;
	background-color: #707070;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px;
}
.hikashop_product_custom_shop_link a:before {
	content: url(../images/shopping_car_icon.png);
	display: inline-block;
	margin-right: 1em;
}
/*晏德加程式後*/
#img-btn-div {
	margin-top: 10px;
}
#img-btn-div > img {
	margin-right: 5px;
	height: 40px !important;
	width: 40px !important;
	margin-bottom: 5px;
	padding: 2px;
}
#img-btn-div > img:hover {
	border: 1px solid #333 !important;
}
.hikashop_product_characteristics .hikashop_product_characteristics_table select.inputbox {
	width: 100%;
	padding: 10px;
}
/*產品頁的mincon_top 類別選單調校*/
#mincon_top {
}
#mincon_top ul.nav.menu {
	text-align: center;
}
#mincon_top ul.nav.menu > li {
	display: inline-block;
	border: 1px solid #333;
	margin: 0px 5px 20px 5px;
	padding: 3px;
}
#mincon_top ul.nav.menu > li.active {
	border: 1px solid #ccc;
	background-color: #ccc;
}
#mincon_top ul.nav.menu > li.active > a {
	color: #fff;
}
#mincon_top ul.nav.menu > li > a > img {
	display: none !important;
}
/**************20210225 追加搜尋功能**********/
form.form-inline input.inputbox {
	margin: 0px;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 4px 8px;
}
form.form-inline button.button.btn.btn-primary {
	background-color: #666;
	border-color: #666;
}
#top_left-menu {
	position: absolute;
	left: 0;
}
#top_left-menu #search_pop_bn img {
	width: 16px;
}
#rstbox_3 button.rstbox-close {
	width: inherit;
	height: inherit;
}
.component_mid > .search {
	padding-left: 15px;
	padding-right: 15px;
}
#rstbox_1 .rstbox-container .maximenuckv ul.maximenuck li.maximenuckmodule.item246 {
	border-bottom: 1px solid #333;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
/**************精製頁面設定**********/
.article-id-34 #main-content #content-w1 {
	max-width: inherit;
}
.article-id-34 .item-page.page_news {
	max-width: inherit;
}
.article-id-34 .articleBody {
	font-weight: 300;
}
.article-id-34 .articleBody hr {
	border-top: 1px solid #ccc;
}
.article-id-34 .articleBody .item {
}
.article-id-34 .articleBody .item_01 {
	background-color: #6c624b;
}
.article-id-34 .articleBody .item_01 .row {
}
.article-id-34 .articleBody .item .row .item_img img {
	width: 100%;
}
.article-id-34 .articleBody .item_01 .row .item_con {
	color: #fff;
	padding: 20px;
}
.article-id-34 .articleBody .item_01 .row .item_con h1 {
	margin-bottom: 35px;
}
.article-id-34 .articleBody .item_01 .row .item_con h1 img {
	max-width: 380px;
}
.article-id-34 .articleBody .item_01 .row .item_con h3 {
	font-size: 24px;
	margin: 0 0 15px;
	letter-spacing: .2em;
}
.article-id-34 .articleBody .item_01 .row .item_con h4 {
	font-size: 16px;
	letter-spacing: .2em;
	margin: 0 0 40px;
	line-height: 20px;
	font-weight: normal;
}
@media (min-width: 768px) {
.article-id-34 .articleBody .item_01 .row {
	display: flex;
	align-items: center;
}
.article-id-34 .articleBody .container {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1100px;
	margin: auto;
}
}
.article-id-34 .articleBody .item_02 {
	background-color: #f6f3f0;
}
.article-id-34 .articleBody .item_02 .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.article-id-34 .articleBody .item_02 .item_con {
	line-height: 2em;
}
.article-id-34 .articleBody .item_02 .item_con h3 {
	letter-spacing: .2em;
}
.article-id-34 .articleBody .item_02 .item_con h4 {
	margin-bottom: 2em;
}
@media (min-width: 768px) {
.article-id-34 .articleBody .item_02 .row {
	display: flex;
	align-items: center;
}
}
.article-id-34 .articleBody .item_03 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.article-id-34 .articleBody .item_03 iframe {
	max-width: 100%;
}
