/* ======================================================================================
   LG版 start
====================================================================================== */

html {}

/*彈跳視窗*/
.modal {
	z-index: 3000;
}

button.close {
	position: relative;
	z-index: 999;
}

body {
	font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
	font-size: 15px;
	font-size: 1.5rem;
}

#index_container,
#container {
	padding-top: 115px;
	padding-left: 0;
	padding-right: 0;
}

#index_container.sb-site {
	overflow: hidden;
}

.sb-site {
	overflow: hidden;
	padding: 0;
}

/*彈跳視窗*/
.modal-dialog {
	width: 1000px;
	margin: 50px auto;
}

.modal {
	z-index: 9999;
	padding: 0;
}

.modal-open .modal h4 {
	padding-left: 15px;
	padding-right: 15px;
}

.modal button.close {
	position: relative;
	z-index: 1500;
	padding: 0;
	margin-bottom: 10px;
	font-size: 35px;
}

.modal-body .row {
	clear: both;
}

.order-table-img img {
	width: 100%;
}

/*---------------------CSS3 動畫設定---------------------*/

#logo-box,
/*--LOGO 外框--*/
#mainnav-box,
/*--會員,搜尋,語系 外框--*/
#mainbanner,
/*--BANNER 外框--*/
#main-pdbox,
/*--產品套件 外框--*/
#main-pdbox div,
/*--產品套件 內容--*/
.index-content,
/*--HOME內容套件 外框--*/
.index-content div,
/*--HOME內容套件 內容--*/
#footer,
/*--頁底套件 外框--*/
#footer div

/*--頁底套件 內容--*/
	{
	-webkit-transition: all 500ms cubic-bezier(0.410, 0.390, 0.485, 0.465);
	-moz-transition: all 500ms cubic-bezier(0.410, 0.390, 0.485, 0.465);
	-o-transition: all 500ms cubic-bezier(0.410, 0.390, 0.485, 0.465);
	transition: all 500ms cubic-bezier(0.410, 0.390, 0.485, 0.465);
	/* custom */
	-webkit-transition-timing-function: cubic-bezier(0.410, 0.390, 0.485, 0.465);
	-moz-transition-timing-function: cubic-bezier(0.410, 0.390, 0.485, 0.465);
	-o-transition-timing-function: cubic-bezier(0.410, 0.390, 0.485, 0.465);
	transition-timing-function: cubic-bezier(0.410, 0.390, 0.485, 0.465);
	/* custom */
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

/*--連結背景動畫--*/
i.fa-caret-down {
	font-size: 90%;
}

/* ==================================================
   all
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "微軟正黑體";
}

h1 {
	font-size: 2.6rem;
}

h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #a1a4ae;
	padding-bottom: 10px;
	margin: 0 0 15px;
}

h3 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 30px;
}

h4 {
	color: #231858;
	font-size: 1.8rem;
	margin: 0 0 10px;
	line-height: 25px;
}


h6 {
	font-size: 100%;
	color: #068536;
	font-size: 1.6rem;
	font-weight: bolder;
}

.txtNormal h5 {
	background: none;
	border-top: dotted #A3A5DD thin;
	border-bottom: dotted #A3A5DD thin;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.txtNormal h5:before {
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #A3A5DD;
}

.btn:hover,
.btn:focus {
	color: #fff !important;
}

/*owl 左右鑑*/
.owl-next {
	right: 0;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 42%;
	background: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	font-size: 30px !important;
	display: block !important;
	padding: 5px 15px !important;
	opacity: 0.5;
}

.owl-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}

.owl-next:before {
	content: "\f054";
	font-family: FontAwesome;
}



table {
	border: solid #9b9ece thin;
}


.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: none;
}

table tr:nth-child(odd) {}

table tr:first-child {
	background: #9b9ece;
	color: #ffff;
}

table tr:first-child p {}

table tr {
	border: solid #9b9ece thin;
}

table td {
	padding: 5px;
}

table td p {
	margin: 0 !important;
	padding: 0;
}

.navbar-default {
	background: none;
	border: none;
}

#nav {
	padding: 0;
}

.navbar-nav>li>.dropdown-menu {
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	text-align: center;
}

.dropdown-menu>li {
	border-bottom: 1px #ddd dotted;
}

.dropdown-menu>li:last-child {
	border: none;
}

.dropdown-menu>li>a {
	padding: 10px 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {}

.navbar-collapse.in {
	overflow: inherit;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 0;
}

.navbar {
	margin-bottom: 0;
}

.form-control {
	border-radius: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background: rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
	color: #ab1a20;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #ab1a20;
}

/*--資料頁數--*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #ab1a20;
	border-color: #ab1a20;
}

.pagination>li>a,
.pagination>li>span {
	cursor: pointer
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	border-color: #eee;
}

.navbar-default .navbar-nav>li>a>span {
	display: block;
	font-size: 12px;
}

/*-----按鈕-------*/
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.more {
	margin-top: 15px;
}

.btn {
	border-radius: 0;
	border: none;
	text-shadow: none;


}

.btn:hover,
.btn:focus,
.btn:active {
	text-shadow: none
}

.btn-more {
	border-radius: 0;
	border: none;
	text-shadow: none;
	background: #231858 !important;
	color: #fff !important;

}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
	text-shadow: none;
	background: #A3A5DD !important;
	color: #231858 !important;
}

/*----內文 標題 段落--------*/
/*表單日期設定*/
#birthday.form-control {
	display: block;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	min-height: 1.2em;
}

/* ==================================================
   header
================================================== */

/*index-header*/
#header {
	border-top-style: solid;
	border-top-width: 5px;
	background: rgba(255, 255, 255, 1);
	padding: 0 0 5px;
	border-bottom-style: solid;
	border-bottom-width: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	z-index: 5000;
}

#header-bt {
	margin-bottom: -40px;
}

#header-bt .navbar-nav>li {
	/*margin: 0 -1px;*/
}

#header-bt .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header-bt .navbar-nav>li>a:hover,
#header-bt .navbar-nav>li>a:focus,
#header-bt .navbar-nav>li>a:active {}

.navbar-nav>li #cart_items.badge {
	padding: 2px 7px;
}

/*logo*/
#company_logo a {
	display: block;
	transition: all 0.4s ease;
}

#company_logo a img {
	position: relative;
	z-index: 10;
	transition: all 0.4s ease;
	width: 150px;
	height: auto;
	padding: 6px;
	max-width: inherit;
}

#other-index-lg {
	display: inline-block;
}

#top-phone {

	vertical-align: bottom;
	padding-top: 10px;
}

#blog_link li {
	width: 35px;
	height: 35px;
	background: #666;
	border-radius: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

#blog_link li a {
	color: #fff;
	display: block;
	padding: 4px 0;
}

#blog_link li:nth-child(1) a:hover,
#blog_link li:nth-child(1) a:focus {
	background: #3a5897;
}

#blog_link li:nth-child(2) a:hover,
#blog_link li:nth-child(2) a:focus {
	background: #03c302;
}

#blog_link li:nth-child(3) a:hover,
#blog_link li:nth-child(3) a:focus {
	background: #451eae;
	transition: 0.3s;
}

#contact-float {
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 100;
}

#contact-float ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#contact-float li a {
	color: #fff;
	font-size: 22px;
	padding: 5px;
	text-align: center;
	display: block;
}

#contact-float li {
	border-radius: 150px 0 0 150px;
	width: 49px;
	margin-bottom: 10px;
	overflow: hidden;
}

#contact-float .book {
	background-color: #8a84a6;
}

#contact-float .book span {
	font-size: 16px;
	line-height: 34px;
}

.proi,
#blog_link li.icon_line {
	background: #e7416c;
}

.facebook,
#blog_link li.facebook {
	background: #3a5897;
}

.line,
#blog_link li.icon_line {
	background: #03c302;
}

.line a:hover,
.line a:focus {
	background: #03c302;
}

.line img {
	vertical-align: top;
	height: 35px;
}

.icon_line img {
	height: 24px;
	width: auto;
	opacity: 1;
}

.facebook a:hover,
.facebook a:focus {
	background: #3a5897;
}

#blogphone #blog_link {
	display: inline-block;
}

#blogphone .address.add-xs{
	box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
	padding: 5px;
	border-radius: 20px;
	transition: 0.3s;
}

#blogphone .address.add-xs:hover{
	background: #ddd;
	transition: 0.3s;
}

#top-phone-number {
	padding: 0;
	display: inline-block;
	    margin: 0 10px 10px 0;
}

#top-phone-number a {
	font-size: 21px;
	font-style: italic;
	font-weight: bolder;
	color: #231858;
	text-align: left;
}

.mobile-othernav {
	padding: 3px 0 0;
	margin: 0;
	border: none;
	border-radius: 0;
}

/*nav*/
nav {
	float: left;
	text-align: right;
	width: 100%;
}

nav .collapse {
	padding-right: 0;
}

#mainnav {
	min-height: auto;
	box-shadow: none
}

#mainnav-box {
	border-top: solid #ddd thin;
}

#main_menu {
	text-align: center;
	padding: 0;
	width: 100%;
	margin-top: 5px;
}

#main_menu li ul {
	background-color: #A3A5DD !important;
}

#main_menu>li {
	background-size: auto 33px;
	border-right: solid #ddd thin;
	margin: 0 -2px;
}

#main_menu li a {}

#main_menu>li>a {
	padding: 10px 17px;
	cursor: pointer;
	font-weight: bold;
}

#main_menu>li:last-child a {
	color: #fff;
	background-color: #e8426d;
}

#main_menu>li:last-child a:active,
#main_menu>li:last-child a:hover,
#main_menu>li:last-child a:focus {
	color: #fff;
	background-color: #231858 !important;
}

#main_menu>li>a:hover,
#main_menu>li>a:focus,
#main_menu>li>a:active {
	background: none !important;
}

#main_menu>li:last-child>a {
	border-right: none;
}

#main_menu li ul {
	padding: 0;
	text-align: center;

}

#main_menu li ul li>a {
	padding: 6% 15px;
	color: #221857 !important;
	width: 100%;
	border-bottom: solid rgba(255, 255, 255, 0.3) thin;
}

#main_menu li ul li:last-child a {
	border-bottom: none;
}

#main_menu li ul li a:hover,
#main_menu li ul li a:focus,
#main_menu li ul li a:active {
	background: rgba(0, 0, 0, 0.2);
	color: #fff !important;
}

#main_menu>.active {
	background: none;
	color: #ab1a20;
}

#main_menu li ul .active {
	background: rgba(0, 0, 0, 0.1);
}

#sidebar ul {
	background: #fff !important;
}

/*affix置頂效果
body.sticky-header #header-bt {
	display: none;
}
body.sticky-header #header {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	padding: 6px 0;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 3px 7px rgba(0,0,0,0.15);
}
body.sticky-header #company_logo a img {
	width: 70px;
	height: auto;
	transition: all 0.4s ease;
	padding-top: 0;
}
body.sticky-header #mainnav {
}
body.sticky-header #main_menu > li > a {
	padding: 12px 15px;
	font-size: 13px;
}
body.sticky-header #mainnav {
	margin-top: 0;
}
*/
/*service_other （額外製作，不包含在ICMX系統）*/
#service_other {
	text-align: right;
	float: right;
}

#service_other .fa-facebook {
	background: #3e5c99;
}

#service_other .fa-youtube {
	background: #df192a;
}

/*語系*/
#language_area a {
	cursor: pointer;
}

#language_area p {
	text-align: center;
	border: 1px solid #ddd;
	padding: 7px;
}

#language_area {
	cursor: pointer;
}

#language_area ul li {
	float: none;
	text-align: center;
	margin-bottom: 0;
}

#language_area ul li:last-child {
	border: none;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
	text-decoration: none;
}

#language_area ul li:nth-child(3),
#language_area ul li:nth-child(4) {
	display: none;
}

#language_ul {
	border-radius: 0;
	padding: 0;
	float: right;
}

#language_ul li {}

#language_ul li a {
	padding: 10px 0px;
}

#language_ul li a:hover,
#language_ul li a:focus,
#language_ul li a:active {}

#dropdownMenu1 a {

	text-decoration: none
}

.feedback {
	border-bottom: solid #ddd thin;
	padding-bottom: 15px;
	padding-top: 15px;
	display: flex;
	align-items: center;
}

#blog {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

#blog li {
	float: right;
}

#blog li {
	display: inline-block;
	margin: 0 3px;
}

#blog li a {
	display: block;
	padding: 7px 12px;
}

#blog li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
	text-decoration: none;
}

/*會員 + 搜尋*/
#member_search {
	float: right;
	text-align: right;
}

#member_search .row {
	text-align: right;
}

#qsearch .input-group {
	padding: 0;
}

#qsearch .input-group-btn {
	border: 1px #ccc solid;
}

#qsearch .form-control {
	width: 160px;
}

#qsearch {
	margin-left: 10px;
}

#qsearch .form-control {
	float: right;
	border-radius: 0;
}

#qsearch button,
#qsearch a.btn {
	border-radius: 0;
}

#qsearch button:hover,
#qsearch button:focus,
#qsearch button:active,
#qsearch a.btn:hover,
#qsearch a.btn:focus,
#qsearch a.btn:active {}

#qsearch .input-group {
	width: inherit;
	border-radius: 0;
}

/*hello_member*/
#member_area ul {
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	border: none;
}

#member_area {
	padding: 7px 7px;
	width: 100%;
}

#member_area_login {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	position: relative;
	text-align: center;
}

#member_area_login ul li {
	display: block;
	text-align: center;
}

#member_area_login ul li a {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

#member_area_login ul li a:hover {}

/*mainbanner*/
#mainbanner {
	overflow: hidden;
	position: relative;
}

#mainbanner .item img {
	width: 100%;
	height: auto;
}

#mainbanner h1,
#container .index-banner-title h2 {
	font-weight: bolder;
	text-shadow: none;
	font-family: 'Michroma', sans-serif, "微軟正黑體";
	margin-bottom: 0;
}

.index-banner-title h1 {
	font-size: 4.6rem;
	color: #fff;
	text-align: right;
}


.index-banner-title h2 {
	color: #e7f2f6;
	font-size: 2.6rem;
	margin: 0;
	font-weight: normal;
	text-shadow: none;
	text-align: right;

}

.index-banner-title h2 span {
	font-size: 1.8rem;
	display: block;
	font-weight: normal;
	line-height: 2.8rem;
	color: #A3A5DD;
	font-family: 'Michroma', sans-serif, "微軟正黑體";
}

#mainbanner .carousel-indicators {
	bottom: 10px;
	display: none;
}

#mainbanner .carousel-control {
	display: none;
}

#mainbanner #banner-carousel-caption {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	top: 0;
}

#owl-banner {
	display: inherit;
	overflow: hidden;
}


.index-banner-title {
	height: 100%;
	text-align: right;
}

.index-banner-title>div {
	display: inline-block;
	vertical-align: bottom;
	padding: 15px 10% 15px 0;
	;
	text-align: left;
	width: 90%;
}

.index-banner-title>div:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}

.index-banner-title:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

.index-banner-title .text {
	color: #fff;
	font-style: italic;
	text-align: right;

}

.index-banner-title h1 span,
#container .index-banner-title h2 span {

	display: block;
	font-weight: normal;
	line-height: 2.6rem;
	color: #A3A5DD;
}

.index-banner-title h1 span {
	font-size: 1.8rem;
}

#container .index-banner-title h2 span {
	font-size: 1.6rem;
}

#container .index-banner-title {
	padding: 0;
}

#container .index-banner-title h2 {
	font-size: 3.6rem;
	padding: 0;
}

#container .index-banner-title p {
	font-size: 2.1rem;
}

#container .index-banner-title p span {
	font-size: 1.6rem;
	display: block;
	font-weight: normal;
	line-height: 1.5rem;
	color: #A3A5DD;
	font-family: 'Michroma', sans-serif, "微軟正黑體";
}


#container #mainbanner #banner-carousel-caption:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
}

.index-banner-title h1 span {
	font-size: 1.8rem;
	display: block;
	font-weight: normal;
	line-height: 3.8rem;
	color: #A3A5DD;
}

#page-banner {
	position: relative;
	padding: 10px 0;
	text-align: center;
	height: 40px;
	display: none;
}

#page-banner li {
	display: inline-block;
	width: 28px;
	height: 7px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ccc;
	border: none;
	border-radius: 0;
}

#page-banner .page-banner {
	padding: 0;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	top: 10px;
}

#page-banner .active {}

#arrow {
	position: absolute;
	top: 5px;
	width: 100%;
}

.arrow-left,
.arrow-right {
	vertical-align: bottom;
	color: #ccc;
	width: 17px;
	z-index: 99;
	position: relative;
	text-align: center;
	margin: 0 63px;
}

.carousel-control:focus,
.carousel-control:hover {
	color: #9b9ece;
}

.index-content {
	margin: 0 !important;
}

/*content*/
#material {
	padding-top: 10%;
	padding-bottom: 10%;
	color: #333;
}

#material ul {
	padding: 0;
	margin: 0;
	float: left
}

#material ul li {
	float: left;
	width: 100%;
	margin-bottom: 1%;
	list-style: none;
}

#material ul li>div {
	width: 50%;
	float: left;
	height: 180px;
}

#material ul li:first-child {
	background: #ddcaa9;
}

#material ul li:nth-child(2) {
	background: #ead484;
}

#material ul li:nth-child(3) {
	background: #edc3a6;
}

.text_material {
	padding: 1% 3%;
	;
	position: relative;
}

.text_material h3 {
	border-bottom-style: dashed;
	border-bottom-width: thin;
	margin: 3% 0;
	padding: 3% 0;
}

.text_material p {
	line-height: 180%;
}

#material ul li:first-child .img_material {
	background: url(../images/pic_material01.jpg) no-repeat top center;
}

#material ul li:nth-child(2) .img_material {
	background: url(../images/pic_material02.jpg) no-repeat left center;
}

#material ul li:nth-child(3) .img_material {
	background: url(../images/pic_material03.jpg) no-repeat center center;
}

#material ul li .img_material {
	background-size: 100% auto !important;
}

.text_material {
	position: relative;
}

.text_material:before {
	content: "";
	display: block;
	position: absolute;
	left: -24px;
	top: 50%;
	margin-top: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 24.2px 14px 0;
}

#material ul li:first-child .text_material:before {
	border-color: transparent #ddcaa9 transparent transparent;
}

#material ul li:nth-child(2) .text_material:before {
	border-color: transparent #ead484 transparent transparent;
}

#material ul li:nth-child(3) .text_material:before {
	border-color: transparent #edc3a6 transparent transparent;
}

/* ==================================================
   index
================================================== */
/*公司簡介*/
#index_company {
	padding: 0;
	line-height: 180%;
}

#index_company p span {
	color: #f2896d;
}

#index_company h3>.icon_safety {
	display: inline-block;
	width: 80px;
	height: 50px;
	vertical-align: bottom;
}

#index_company ul {}

#index_company ul li {
	margin: 1% 0;
}

#index_company ul li a {}

#index_company_in {
	padding: 5% 5%;
}

#index_company_in .text {
	width: 50%;
	float: left;
	text-align: left;
}

#index_company_in .text p {
	color: #333;
}

#index_company_img {
	padding: 0;
}

#index_company_img img {
	width: 100%;
	height: auto;
}

#index-time-img img {
	width: 100% !important;
	height: auto;
}

#index-time-img {
	padding: 0;
}

#index-time-p {
	padding: 0;
	display: block;
}

#index-time-p img {
	width: 100%;
	height: auto;
}

#index-time-p .table-responsive {
	border: none;
}

#specially {
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
}

#specially h2 {
	margin-top: 5%;
	margin-bottom: 5%;
}

#specially h3 {
	font-weight: bold;
	margin-bottom: 15%;
}

#specially .col-sm-3:nth-of-type(4n+1) {
	clear: both;
}

.img_special {
	overflow: hidden;
}

.img_special>img {
	border-radius: 500px !important;
	padding: 5px;
	border: solid #ccc thin;
}

#header {
	border-bottom-color: transparent !important;

}

/*NEWS*/
#index-news {
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 175%;
}

#index-news-bg {
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: rgba(0, 0, 0, 0.1);
}

#index-news .thumbnail {
	border: none;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	color: #3e2c1c;
	padding: 10px 0;
}

#index-news .thumbnail a {
	display: block;
}

#index-news .thumbnail a:hover {
	text-decoration: none;
}

#index-news .thumbnail .caption {
	padding: 9px 15px 9px 31px;
	/*background: url(../images/icon_inside.png) no-repeat left 9px;*/
	vertical-align: middle;
	position: relative;
}

#index-news .thumbnail .caption:before {
	content: "\f006";
	font-family: FontAwesome;
	position: absolute;
	left: 5px;
	top: 9px;
	font-size: 17px;
}

#index-news .msgdate_span {
	font-size: 1.4rem;
	font-family: Arial;
	font-weight: normal;
	margin-left: 20px;
}

#index-news .media-heading {
	margin-bottom: 0;
	font-size: 18px;
}

#index-news .media-heading:before {
	content: normal;
}

#index-news .more-box {
	padding: 20px 0;
}

#index-map {
	padding: 0;
}

/*期間專刊*/
#journal {
	padding-top: 7%;
	padding-bottom: 7%;
	padding-left: 5%;
	background: url(/images/journal.jpg);
	height: 474px;
}

#journal {
	padding-top: 7%;
	padding-bottom: 7%;
	padding-left: 5%;
	background: url(/images/journal.jpg);
	height: 474px;
}


#journal .more {
	margin-bottom: 30px;
}










/*內頁側欄選單*/
/*--側欄--*/

#sidebar .nav-header {
	font-size: 20px;
	padding: 12px 15px;
	font-size: 120%;
	font-weight: bold;
}

#sidebar ul li {
	margin-bottom: 0;
	background: none;
}


#sidebar ul li.active a {
	color: #9B9ECE !important;
}

#sidebar ul li+li {
	border-top: 1px solid #ddd;
}

#side_menu {
	margin-bottom: 15px;
}

#side_menu .nav-header {
	background: #A3A5DD !important;
	color: #231858 !important;
}

#side_menu li a {
	padding: 12px 15px 12px 25px;
	font-size: 15px;
	position: relative;
	overflow: hidden;
}

#side_menu li a:hover,
#side_menu li a:focus {
	color: #fff !important;
}

#side_menu li a:before {
	font-family: FontAwesome;
	content: "\f111";
	position: absolute;
	left: 6px;
	top: 16px;
	font-size: 12px;
	transition: all 0.4s ease;
	color: #A3A5DD !important;
}

#side_menu li a:after {
	content: "";
	width: 2px;
	height: 100px;
	position: absolute;
	left: 10px;
	top: 0;
	display: block;
	background: #A3A5DD !important;
}

#side_menu li a:hover:before {
	left: 90%;
	content: "\f053";
}

#side_menu ul li ul {
	list-style-type: none;
	padding: 0;
}

#side_menu ul li ul li {
	border-bottom: 1px #eee dotted;
}

#side_menu ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 12px 0 12px 25px;
	font-size: 15px
}

#side_menu ul li ul li:last-child {
	border: none;
}

#container .page-banner {
	display: none;
}

/*index-product*/
#index-proclass {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}

.in_index_products {
	height: 300px;
	overflow: hidden;
}

.in_index_products img {
	width: 100%;
}

.index-title {
	font-size: 31px;

	margin-bottom: 20px;
	font-weight: 500;
	color: #333;
	line-height: 124%;
}

.jcarousel-wrapper {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	position: relative;
}

.jcarousel {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.jcarousel ul {
	width: 100% !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	border: none;
	box-sizing: border-box;
	float: left;
	width: 100% !important;
	position: relative;
	margin: 0;
	cursor: pointer;


}

.jcarousel li:nth-child(even) .item {
	float: right;
}

.jcarousel li:nth-child(even) .caption {
	float: right;
	text-align: right;
}

.jcarousel li:nth-child(even) .caption a {
	text-align: right;
	float: right;
}

.jcarousel li:nth-child(even) .caption .more {
	float: right;
	clear: both;
}

.jcarousel li .item {
	text-align: left;
}

.jcarousel li:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%) !important;
}

.jcarousel li>div {
	padding: 0;
	margin: 0;
	position: relative;
}

.jcarousel li>div img {
	width: 100% !important;
	height: auto;
}

.jcarousel li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.jcarousel li .item {
	width: 50% !important;
	float: left;
}

.jcarousel li .item a {
	width: 100%;
	height: 100%;
}
.jcarousel li:nth-child(odd) .caption{
	padding: 3vw;
	padding-right:15px;
}
.jcarousel li:nth-child(even) .caption{
	padding: 3vw;
	padding-left:15px;
}
.jcarousel .caption {
	max-width: 50%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	float: left;
}


.jcarousel .caption:hover,
.jcarousel .caption:focus {
	opacity: 1;
}


.jcarousel .caption>a {
	text-align: left;
	text-decoration: none;
	font-size: 2.2rem;
	background: none !important;
	display: block;

}

.jcarousel .caption a p {
	line-height: inherit;
	vertical-align: middle;
	display: table-cell;
	font-size: 16px;
	color: #333;
}

.jcarousel-control-prev,
.jcarousel-control-next {
	background: none;
	text-shadow: none;
	font: 24px/27px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;
	font-size: 583%;
}

.jcarousel-control-prev {
	left: 0;
	display: none;
}

.jcarousel-control-next {
	right: 0;
	display: none;
}

.jcarousel-control-prev:hover,
.jcarousel-control-prev:focus,
.jcarousel-control-next:hover,
.jcarousel-control-next:focus {
	text-decoration: none;
	color: #0d55a2;
}

/*footer*/
#footer {
	padding: 30px 0;
	border-top: solid #ddd thin;
}

#footer h3 {
	font-weight: bolder;
	margin-top: 10px;
}

/*copyright*/
#footer_link {
	display: inline-block;
	text-align: center;
	padding: 0;
	clear: both;
	width: 100%;
	border-top: 1px solid #555
}

#footer_link li {
	float: none;
	margin: 0;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}

#footer_link li a {
	padding: 10px 8px;
}

#footer_link li>a>span {
	padding-right: 10px;
}

#footernav {
	color: #333 !important;
}

#cominfo h3 {
	margin-top: 0;
}

#cominfo ul li a {
	padding: 0 0 10px;
	color: #333 !important;
}

#cominfo ul li a i {
	margin-right: 5px;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus {
	text-decoration: underline;
	background: none
}

#footernav {
	border-right: rgba(255, 255, 255, 0.3) 1px solid;
	border-left: rgba(255, 255, 255, 0.3) 1px solid;
}

#footernav h3 {
	margin-top: 0;
}

#footernav ul li {
	display: block;
	float: none;
}

#footernav ul li a {
	padding: 0 0 10px;
}

#footernav ul li a:hover,
#footernav ul li a:focus {
	background: none;
	text-decoration: underline;
}

#footer_logo {
	padding-top: 1%;
	opacity: 0.3;
}

#fb {
	margin-bottom: 30px;
}

.fb-in-block {
	overflow: hidden;
}

#copyright {
	text-align: center;
	padding: 10px 15px;
	font-weight: bolder;
}

#footer_link ul li a {
	border-radius: inherit;
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
	background: none;
	text-decoration: underline;
	outline: none;
}

/* ==================================================
   in-page
================================================== */
.share-box {
	position: absolute;
	top: 0;
	right: 15px;
	display: none;
}

#in-container {
	margin-top: 1.5%;
	margin-bottom: 5%;
}

#price {
	display: none;
}

.container_product #content ul {
	padding: 0px;
	margin: 0;
}

.container_product #content #pb_area ul {
	margin: 0;
	padding: 1%;
}

.container_product #content .pro-des ul {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

#content-box h3 {
	margin-bottom: 3%;
	font-weight: bolder;
	border-bottom: 1px dotted #555;
	padding-bottom: 10px;
}

#content-box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content-box ul li {
	width: 18%;
	margin: 0 0.8%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#content-box ul li>div {
	padding: 3px;
	border-style: solid;
	border-width: thin;
	width: 140px;
	height: 140px;
	border-radius: 500px;
	margin: 0 auto;
}

#content-box ul li>div>img {
	vertical-align: middle;
	width: 100%;
	height: auto;
	border-radius: 500px;
	border-style: solid;
	border-width: 1px;
}

#in-container h4 {
	font-weight: bolder;
	margin: 0 0 10px;
}

#content-box p {
	line-height: 150%;
}

/*文章區塊 文上下區塊---版型區塊必要*/
#inside_tent {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-box {
	margin-bottom: 30px;
}

div.in-block {
	word-break: break-word;
}

/*lamp*/
#lamp-box {
	background: #eee;
}

#index_container #lamp {
	margin-bottom: 0;
	margin-top: 0;
}

#index_container #lamp p {
	margin: 0;
	padding: 5px 0 0;
	white-space: nowrap;
}

marquee {
	white-space: nowrap;
}

#lamp {
	margin-top: 0px;
}

#lamp .txtNormal {
	padding-bottom: 0;
}

#lamp .txtNormal p {
	padding-top: 5px;
	margin-bottom: 0;
	color: #221857;
	font-weight: bold;
}

.in-lamp {
	margin-bottom: 0 !important;
	color: #777;
	padding: 0;
	overflow: hidden;
}

.in-lamp p {
	margin: 0;
	padding: 5px 0;
	white-space: nowrap;
}

/*about*/
#in-container ul.langE-about h4 {
	min-height: 57px;
	margin-bottom: 0;
}

#in_abouts {}

#in_abouts h2 {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	padding: 2% 10% 2% 0;
	margin-bottom: 3%;
	display: inline-block;
	font-weight: bolder;
}

#in_abouts p {
	font-size: 120%;
	line-height: 180%;
	width: 60%;
}

.show_oneline .caption .cate-more a:hover,
.show_oneline .caption .cate-more a:focus,
.show_oneline .caption .cate-more a:active {
	text-decoration: none;
}

/*產品列表頁*/
.price {
	font-size: 1.8em;
}

.price pro_price {}

/*產品詳細頁*/
.pro-name {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px #777 dotted;
	padding-bottom: 10px;
	margin: 0 0 15px;
}

.pro-des {}

#product-tabs #myTab {
	clear: both;
	padding: 30px 0 0;
	margin: 0 0 25px;
}

/*product-頁籤*/
.panel-heading {
	padding: 0;
}

.panel-title a {
	padding: 10px;
	display: block;
}

#product-tabs {
	margin-bottom: 25px;
}

#product-tabs #myTab li {
	margin: 0 0 2px;
}

#product-tabs #myTab li a {
	background: #ddd;
	padding: 10px 9px;
	display: block;
}

#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab .active a {
	color: #fff;
}

#product-zone1 h4,
#product-zone1 h5,
#product-zone2 h4,
#product-zone2 h5,
#product-zone3 h4,
#product-zone3 h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*百貨直營店*/
.buy-mall {
	margin-bottom: 30px;
}

.buy-mall-img img {
	max-width: 100%;
	padding: 6px;
	border: 1px #ccc solid;
}

.buy-mall-word {}

.buy-mall-word .btn {
	padding: 5px 10px;
}

.buy-mall-word .btn:before {
	content: "\f041";
	display: inline-block;
	margin-right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
}

.buy-mall-word .btn:hover,
.buy-mall-word .btn:focus,
.buy-mall-word .btn:active {}

/*購物車*/
.cheked-box {
	margin-right: 10px;
}

.table-cart-view img {
	width: 100%;
}

/*線上立即購*/
.buy-online-img {
	margin-bottom: 30px;
}

.buy-online-img img {
	max-width: 100%;
	padding: 10px;
	border: 1px #ccc solid;
}

#result {
	display: none;
}

.cart_view_morebox {
	padding-top: 20px;
}

.cart_stepBox {
	width: 100%;
	display: table
}

.cart_stepBox li {
	width: 1%;
	display: table-cell
}

.cart_stepBox li .wrp {
	padding: 6px 0 6px 38px;
	display: block;
	position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
	background: #eee
}

.cart_stepBox li .arr {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	position: absolute;
	right: -16px;
	top: 0
}

.cart_stepBox li:nth-child(1) .arr {
	border-color: transparent transparent transparent #ccc
}

.cart_stepBox li:nth-child(1) {
	background: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
	border-color: transparent transparent transparent #ddd
}

.cart_stepBox li:nth-child(2) {
	background: #ddd
}

.cart_stepBox li.active {
	background: #666;
	color: #fff;
}

.cart_stepBox li.active .arr {
	border-color: transparent transparent transparent #666
}

/*內頁 search*/
.newsTitle-search .msg_no {
	background: none !important;
}

/*--------------內頁功能模組 start-----------------*/

#prodshow_box {
	margin-bottom: 2.5em
}

/*訊息or產品內頁下載功能*/
#pdf-download {
	margin-top: 20px;
}

#pdf-download ul {
	padding: 0;
	list-style-type: none
}

#pdf-download ul li {}

#pdf-download a {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

#pdf-download p {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0
}

/*--------------內頁功能模組 end-----------------*/

/*網站地圖*/
.site-map .txtNormal ul {
	list-style: none;
	padding: 0;
}

.site-map .txtNormal>ul>li {
	margin: 6px 0;
}

.site-map .txtNormal ul a {
	text-decoration: none;
	color: #2b2b2b;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 21px;
}

.site-map .txtNormal ul a:hover {
	text-decoration: none;
	color: #fff;
}

.site-map .txtNormal ul>li>ul {
	list-style-type: disc;
	padding-left: 60px;
	background: #eee;
}

.site-map .txtNormal ul>li>ul>li>a {
	color: #393939;
	background: #eee;
	padding-left: 0;
	font-size: 16px;
}

.site-map .txtNormal ul>li>ul>li>a:hover {
	background: #eee;

}

.site-map .txtNormal ul>li>ul>li>ul {
	list-style-type: circle;
}

.site-map .txtNormal ul>li>ul>li>ul>li>a {
	padding: 10px 7px 10px 0px;

	width: 100%;
	font-size: 14px;
}

/*NEWS-list & default-list star*/

/*-基本設定--*/
.B-type li:nth-child(2n+1) {
	clear: both;
}

/*並排基數清除*/
.C-type li:nth-child(4n+1) {
	clear: both;
}

/*並排基數清除*/
.pages {
	text-align: center;
	margin-top: 20px;
}

.pagination {
	display: inline-block;
}

#in_msg_type {
	/*margin-top:5.5em; margin-bottom:5.5em;*/
	padding-bottom: 2.5em;
	list-style-type: none;
	word-wrap: break-word;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}

.B-type li {
	margin-bottom: 30px;
}

h3.newsTitle {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

.newsTitle {
	position: relative;
}

.news-img {
	overflow: hidden;
}

.msg_date {
	text-align: left;
	display: block;
	word-wrap: break-word;
	color: #aaa;
	padding: 0;
	font-size: 12px;
}

/*-A版型--*/
.A-type li {
	position: relative;
}

.A-type .textmsg {
	border-bottom: dotted #c9c9c9 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.A-type li .msg_no {
	background: url(../images/icon_inside.png) no-repeat center 5px;
	background-size: auto 88%;
	padding: 0.5%;
	margin-right: 1%;
	color: #554f43;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 25px;
	display: inline-block;
	text-align: center;
}

.A-type li small {
	display: block;
	text-overflow: ellipsis;
	padding: 0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
}

.A-type h3 {
	word-wrap: break-word;
	white-space: nowrap;
	border-bottom: none;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#in_msg_type.A-type .newsTitle a {
	font-size: 25px;
}

.A-type a:hover,
.A-type a:focus,
.A-type a:active {
	text-decoration: none;
}

.A-type .msg_date {
	text-align: left;
	padding-left: 45px;
}

/*-B版型--*/
.B-type .newsTitle a {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: bold;
}

.B-type .newsTitle a:hover,
.B-type .newsTitle a:focus,
.B-type .newsTitle a:active {
	text-decoration: none;
}

.B-type .btn {
	margin-top: 15px;
}

/*-C版型--*/
.C-type h3 {
	padding-left: 0;
	padding-right: 0;
	border-bottom: none;
	padding-top: 5%;
	border-top: 1px dotted #ccc;
	margin-bottom: 0;
}

.C-type .msg_date {
	margin: 5% 0
}

.C-type .news-img {}

#content-r .C-type {
	padding-left: 0;
	padding-right: 0;
}

/*-D版型--*/
.D-type li {
	border: 1px #ddd solid;
	padding-top: 15px;
	padding-bottom: 15px;
}

.D-type p {
	margin-top: 15px;
}

.D-type .news-img {
	border: none;
	padding: inherit;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 15px;
}

.D-type img {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/*NEWS-list & default-list end*/



/*contact*/
.alert-info {
	border-radius: 0;
}

.fa-star:before {}

#vcode {
	display: flex;
}

#vcode img {
	width: auto;
	margin: 0 0 0 10px;
	height: 34px;
	border: none;
	box-shadow: none;
	padding: 0;
}

.vcode-img img {
	max-width: none;
	cursor: pointer;
	height: 25px;
}

.input-group-addon {
	padding: 5px;
}

/*全站*/
img {
	max-width: 100%;
	height: auto;
}

.hideobj {
	display: none;
}

a {
	background-color: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	background: none;
	color: #000;
}

/*會員Login In項目*/
#login-tabs li {
	background: none;
}

#login-tabs a {
	color: #000;
	background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
	text-decoration: underline;
	background: none;
	color: #000;
}

.member-info {
	padding: 0 5px;
	border: 1px #ccc solid;
	background: #fff;
	width: 100%;
}

.member-info label {
	margin: 0;
}

.member-info.sex {
	border: 1px #ccc solid;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.member-info.sex label {
	margin-bottom: 0;
	padding: 6px 5px 6px 15px;
}

.date-box .border {
	border: 1px #ccc solid;
}

/**表單元素**/
legend {
	display: none;
}

/*
fieldset.over-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 16px;
}
legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width:inherit;
  border-bottom:none;
}
*/

.red {
	color: #cc0000;
}

.radio-inline input[type='radio'] {
	margin-left: -20px;
	float: left;
}

.radio-inline {
	padding-left: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.help-inline {
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	float: left;
	padding-left: 0px;
	cursor: default;
}

.control-label {
	cursor: default;
}

.form-show .control-label {
	width: auto;
	margin-right: 3px;
}

.form-show .input-small {
	padding: 4px 0px;
}

.form-show .input-prepend {
	clear: both;
}

fieldset.instep-border {
	border: 1px solid #ccc !important;
	padding: 0 16px 16px 16px !important;
	margin: 0 0 16px 0 !important;
	border-radius: 15px;
	/*圓角*/
	background: #eeeeee;
	height: 100px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

fieldset.step-border {
	border: 1px solid #ccc !important;
	padding: 0 16px 16px 16px !important;
	margin: 0 0 16px 0 !important;
	border-radius: 15px;
	/*圓角*/
	height: 100px;
	text-align: center;
}

legend.stepline-border {
	text-align: center !important;
	width: inherit;
	border-bottom: none;
}

.enlarge {
	clear: both;
}

@media only screen and (max-width : 480px) {
	.navbar-inner li {
		display: block;
		width: 100%;
	}
}

/*RSS*/
#rss_area a {
	text-shadow: none;
}

#rss_area a:hover {
	text-shadow: none;
}

/*--內容區--*/
#content {
	min-height: 500px;
	margin: 1.5em 0;
}

/*麵包屑*/
#content .breadcrumb {
	text-shadow: none;
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	background: none;
	text-align: right;
	font-size: 12px;
}

.container_product #content ul.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
}

#content .breadcrumb li {
	text-shadow: none;
}

#content .breadcrumb li a {
	text-shadow: none;
	text-decoration: none;
	color: #666;
}

#content .breadcrumb li a:hover {
	text-shadow: none;
	background: none;
	text-decoration: underline;
}

#content .breadcrumb li .divider {
	text-shadow: none;
	background: none;
}

/*內頁標題 & 麵包屑*/
#page-header {}

h1.page-header {
	margin: 0 0 10px;
	/*background: url(../images/icon_inside.png) no-repeat left 5px;*/
	padding: 5px 15px 7px 30px;
	border-bottom: solid #ccc thin;
	font-weight: bold;
	position: relative;
}

h1.page-header:before {
	position: absolute;
	content: "\f101";
	font-family: FontAwesome;
	left: 8px;
	top: 9px;
	font-weight: normal;
	font-size: 21px;
}

/*產品頁*/
.thumbnail {
	border: 1px #ccc solid;
	border-radius: 0;
}

.cate-name,
.cate-name-more {
	font-weight: bold;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	border-radius: 0;
}

.cate-name a,
.cate-name-more a {
	color: #333333;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
}

.cate-name a:hover,
.cate-name-more a:hover {
	font-weight: bold;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.pro-desc {
	height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.spec {
	height: 38px;
}

.pro-list-type li {
	margin-bottom: 2em;
	border: 3px #eee solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pages_box {
	clear: both;
}

/*產品介紹頁*/
#pb_area {
	border: 1px solid #ccc;
	overflow: hidden;
}

.thumbnail img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
}

.input-group {
	display: table;
	padding-bottom: 10px;
	/*width: 100%;*/
}

.input-group .form-control {
	margin-bottom: 0px;
}

.txtNormal {
	padding-bottom: 15px;
	line-height: 25px;
}

#content .thumbnails .prodlist {
	overflow: hidden;
}

#content .thumbnails .catelist {
	/*  height:210px;*/
	overflow: hidden;
}

.listtxtspec .input-prepend {
	padding: 1px 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

.listimg {
	height: auto;
}

#lineqty {
	width: 30%;
}

.showsmall ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.showsmall li {
	float: left;
	width: 20%;
	padding: 1%;
}

.showsmall li img {
	width: 100%;
}

/*頁籤**/
.nav-tabs .active a {
	font-weight: bold;
}

/*訊息用*/
.msgcont {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px;
}

.msg_img_title {
	width: 30%;
}

/*QA*/
.panel {
	border-radius: 0;
}

.nav-list li {
	border: none;
	border-radius: 0;
}

#qa-in #prodshow_box {
	display: none;
}

/*HOME用*/
#index_msg_ul a {
	background: #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #000;
}

#index_msg_ul a:hover {
	background: #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #000;
}

#index_msg_ul .msgcont {}

#idxprocarousel .span {
	small_class
}

.item {
	height : {
		small_height
	}

	px;
	text-align : center;

	/* Firefox, Chrome */
	line-height : {
		small_height
	}

	px;

	/* IE */
	*font-size : 180px;
	/* 200px * 0.9 = 180px */
}

#idxprocarousel img {
	vertical-align: middle;
	width: 100% !important;
	height: auto !important;

}

#idxprocarousel img:hover {}

#content .divider {
	display: none;
}

@media only screen and (max-width : 1460px) {
	#idxprocarousel img {
		top: 0;
	}

	.jcarousel .caption {
		padding: 8% 5%;
	}



	#index_company_in {
		padding: 8% 5%;
	}

	#index_company_in .text {
		width: 60%;
	}

	#index-time-p {
		padding: 8% 5%;

	}

}

/*download*/
.in_download_type ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.in_download_type ul li {
	margin-bottom: 20px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 15px;
}

.in_download_type ul li h3 {}

.in_download_type .more-box {
	text-align: right;
}

#in_download_type.A-type {}

#in_download_type.A-type h4 {
	display: inline-block;
	margin: 0;
}

#in_download_type.A-type h4:before {
	font-family: FontAwesome;
	content: "\f1c1";
	margin-right: 10px;
	color: #003926;
}

#in_download_type.B-type {}

#in_download_type.B-type li {
	margin-bottom: 15px;
}

#in_download_type.B-type .in-block {
	margin-bottom: 25px;
}

#in_download_type.B-type .btn {
	display: inline-block !important;
}

#in_download_type.B-type .textmsg {
	padding-left: 0;
}

#in_download_type.B-type p.files_description {
	margin-top: 0 !important;
}

#in_download_type.C-type {}

#in_download_type.C-type h4 {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	margin: 0;
	background: rgba(0, 0, 0, 0.3);
}

#in_download_type.C-type li {
	margin-bottom: 25px;
}

#in_download_type.C-type .btn {
	display: block;
	text-align: center;
	border-radius: 0;
	display: block !important;
}

#in_download_type.D-type li {
	margin-bottom: 25px;
}

.zone {
	margin-bottom: 30px;
}

.zone #inside_tent>div {
	margin-bottom: 15px;
}

.zone .in-block {
	margin-bottom: 20px;
}

/*FAQ*/
#qa_in h3 a {
	display: block;
}

/*FAQ*/
.faq_container {}

.faq_container #accordion01 {
	padding-left: 0;
	padding-right: 0;
}

.faq_container .panel-heading {
	border-radius: 0;
	background: #ededed;
	padding: 0;
	transition: all 0.5s ease;
}

.faq_container h4.panel-title {
	margin: 0 !important;
	position: relative;
}

.faq_container h4.panel-title:before {
	position: absolute;
	left: 0;
	top: 10px;
}

.faq_container h4.panel-title a {
	padding: 10px 15px;
	display: block;
	background: #eee;
}

.qa-des {
	margin-bottom: 10px;
}

.faq_container .panel-heading:hover,
.faq_container .panel-heading:focus,
.faq_container .panel-heading:active {
	background: #ccc;
}

.faq_container #qa_in {
	border-radius: 0;
	background: none;
}

.faq_container #qa_in h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.faq_container #qa_in h3 a {
	display: block;
	padding: 10px 15px;
	transition: all 0.5s ease;
	text-decoration: none;
}

.faq_container #qa_in h3 a:hover,
.faq_container #qa_in h3 a:focus,
.faq_container #qa_in h3 a:active {}

/*彈跳視窗*/
.modal.in .modal-dialog {
	z-index: 2000;
}

/*會員*/
#content.member-content {
	padding-top: 0;
}

.member-box {}

.member-box .input-group {}

.member-box .input-group.vcode {
	margin-bottom: 20px;
}

.member-box .vcode-img {
	/*padding-right: 55px;*/
}

.member-forget {}

.member-forget .modal-content {
	box-shadow: none;
	background: none;
	border: none;
	border-radius: 0;
}

.member-sex {
	padding: 5px 15px 0;
	border: 1px #ccc solid;
}

.member-sex label {
	margin-left: 5px;
	margin-right: 5px;
}

.member-info-mail {}

.member-info-word {
	padding: 6px 15px;
	border: 1px #ccc solid;
	width: 100%;
}

#member .member-info {
	padding: 7px 5px;
}


#footer_link a {
	color: #fff !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ======================================================================================
   MD版 start
====================================================================================== */

@media only screen and (min-width:992px) and (max-width:1200px) {
	#company_logo {}

	#lamp {
		margin-top: 0px;
		/*width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;*/
	}

	#mainnav {
		margin-top: 1%;
	}

	#service_other {
		padding-left: 0;
	}

	#language_area #dropdownMenu1 {
		letter-spacing: -1px;
	}

	.index-banner-title h1 {
		font-size: 3rem;
	}

	.index-banner-title h2 {
		font-size: 1.8rem;

	}





	#index_company_in {
		padding: 5%;
	}

	#index_company_in .text {
		width: 80%;

	}

	#index-time-p {
		padding: 5%;
	}

	#index-time-p .text {
		width: 80%;
	}


	/*-----------------------內頁*/
	/*產品大類*/
	.show_oneline .caption {
		padding: 0 8px;
	}

	#index-news .msgdate_span {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	#idxprocarousel img {
		top: 0
	}

	/*彈跳視窗*/
	.modal-dialog {
		width: 800px;
		margin: 50px auto;
	}

	#journal {
		padding-top: 13%;
	}
}






/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width: 768px){
	#blogphone .address.add-xs{
		display: none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
#index-proclass .embed-responsive-4by3 {
    padding-bottom: 100%;
}
	#index_container,
	#container {
		padding-top: 115px;
	}

	#header .container {
		width: 100%;
	}

	#service_other {
		position: absolute;
		top: 0;
		right: 0;
	}

	#container>#>.container {
		width: 100%;
	}

	#company_logo {
		text-align: center;
	}

	#company_logo a img {
		/*width: 145px;*/
	}

	.index-banner-title h1 span {
		font-size: 1.4rem;
		line-height: 2.4rem;

	}

	#member_search {
		float: none;
		text-align: center;
	}

	#member_area {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
	}

	#mainbanner #banner-carousel-caption {
		top: -58px;
	}

	.index-banner-title>div {
		padding: 16px 10% 0 0;

	}

	.index-banner-title h1 {
		font-size: 2.6rem;
	}

	.index-banner-title h2 {
		font-size: 1.6rem;
	}

	#container .index-banner-title h2 {
		font-size: 3rem;
	}

	#container .index-banner-title h2 span {
		font-size: 1.4rem;
	}

	#container .index-banner-title p {
		font-size: 1.8rem;
		display: none;
	}

	#idxprocarousel img {
		top: 0;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.jcarousel .caption {
		opacity: 1;
		width: 50%;
	}

	.jcarousel .caption a {
		background: rgba(25, 30, 59, 0.83);

	}

	.jcarousel .caption>a {
		width: 100%;
	}

	.jcarousel .caption a {
		background: rgba(25, 30, 59, 0.83);
	}

	#fb {
		margin-bottom: 5%;
	}

	#footernav {
		margin-bottom: 5%;
	}

	#footer_logo {
		text-align: center;
		padding-top: 0;
	}

	#footer_logo img {
		width: 100px;
		height: auto;
	}

	/*--nav--*/
	#main_menu>li a {
		font-size: 14px;
		padding: 12px 8px;
	}

	.navbar-nav>li:last-child {
		border: none !important
	}

	/*hello_member*/
	#hello_member {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	#hello_member>ul {
		float: none;
		display: inline-block;
	}

	#qsearch {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#language_area {}

	#language_area p {
		border: 1px solid #ddd;
		color: #666;
		padding: 5px;
	}

	#dropdownMenu1 a {}

	#language_ul {
		width: 100%;
	}

	/*index-news*/
	.index-news-more {
		text-align: center;
		clear: left;
	}

	/*----------------------HOME*/

	#index_company_in {
		padding: 30px;
	}

	#index-news .thumbnail {
		border: none;
		margin-bottom: 0;
		color: #3e2c1c;
		padding: 10px 0;
		width: 49%;
		margin-right: 1%;
		float: left;
	}

	#index-news h3 {
		text-align: center;
	}

	#index-news .msgdate_span {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	#index-news div.media:nth-child(2),
	#index-news div.media:nth-child(3) {
		display: block !important
	}

	#index-time-p {
		padding: 30px;
	}

	#index-time-img {
		padding: 0;
	}

	/*-----------------------內頁*/

	#sidebar {
		display: none;
	}

	#content {
		width: 100%;
	}

	#in-container {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	/*about*/
	#spirit ul.langE-about h4 {
		min-height: inherit;
		margin-bottom: 10px;
	}

	#spirit ul li {
		width: 31%;
		margin: 0 0.8% 5%;
	}

	.in-block {
		margin-bottom: 15px;
	}

	/*產品大類*/
	.show_oneline .caption {
		padding: 0;
	}

	.show_oneline .caption .cate-name a {
		padding: 0 0 10px 0;
	}

	.show_oneline .caption .cate-more {
		margin-top: 15px;
	}

	#pb_text {
		margin-top: 30px;
	}

	#back_btn {
		text-align: center;
	}

	#index_company_in .text {
		width: 100%;

	}

	/*聯絡我們*/
	#contact-map {
		margin-bottom: 25px;
	}

	/*彈跳視窗*/
	.modal-dialog {
		width: 700px;
		margin: 50px auto;
	}

	#journal {
		padding-top: 13%;
	}
}






/* ======================================================================================
   XS版 start
====================================================================================== */

@media only screen and (max-width:767px) {
	.in-block {
		margin-bottom: 15px;
	}

	#top-phone-number a {
		color: #A3A5DD;
		display: block;
		font-size: 16px;
		line-height: 18px;
	}

	#top-phone {
		padding-top: 5px;
	}

	#blogphone {
		position: absolute;
		top: 0;
		left: 62px;
		text-align: left;
		        width: 50%;
        display: flex;
        align-items: center;
	}

	#nav-xs button {
		color: #fff !important;
		background-color: #231858 !important;
	}

	#index_container,
	#container {
		padding-top: 54px;
	}

	#mainbanner .index-banner-title>div {
		padding: 0px 0 0px 15%;
	}

	#container .index-banner-title h2 span {
		font-size: 1.4rem;
	}

	.phone-box-xs {
		width: 100%;
		text-align: center;
		color: #fff;
		float: left;
		padding: 15px;
	}

	.arrow-left,
	.arrow-right {
		display: none;
	}

	.swiper-container {
		overflow: inherit !important;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {}

	.navbar-default .navbar-toggle {
		border: none;
		padding: 13px 10px;
		text-align: center;
		float: none;
		border-radius: 0;
		margin: 0;
		display: block;
		width: 100%;
	}

	.navbar-default .navbar-toggle .icon-bar {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-collapse {
		padding: 0;
	}

	#language_area {
		margin: 0 auto;
	}

	#language_ul {
		width: 100%;
	}

	#dropdownMenu1 a {
		text-decoration: none;
		position: relative;
	}

	.modal-body .close {
		float: none;
		font-size: 30px;
		text-align: right;
		width: 100%;
		padding: 10px 0;
	}

	#company_logo {
		text-align: right;
		margin-top: -55px;
		float: right;

	}

	#company_logo a {
		display: inline-block;
	}

	#company_logo a img {
		width: 97px;
		height: auto;
		position: relative;
		z-index: 10;
		padding: 5px 0;
	}

	#header {
		padding: 0;
	}

	#header>.container {
		padding: 0;
	}

	#header>.container>.row {
		margin: 0;
	}

	#service_other {
		text-align: center;
		float: right;
		width: 100%;
		margin-bottom: 10px;
	}

	#language_area p {
		text-align: center;
		border: 1px solid #ddd;
		padding: 7px;
	}

	/*左開選單*/
	#nav {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.navbar {
		border: none;
	}

	.navbar-nav {
		margin: 0;
	}

	#nav-xs button {
		position: relative;
		z-index: 20;
		font-size: 25px;
		/*padding: 18px 25px;*/
		padding: 9px 18px;
		border: none;
		text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
		transition: all 0.4s ease;
	}

	#nav-xs button:hover,
	#nav-xs button:focus,
	#nav-xs button:active {
		text-shadow: -2px -2px rgba(0, 0, 0, 0.15);
	}

	.xs-nav-left,
	.xs-nav-right {
		width: 100%;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}

	.xs-nav-right {
		float: right;
	}

	.member-box-xs {
		padding: 0;
		list-style: none;
		margin: 0 0 10px;
	}

	.sb-slidebar {}

	.sb-slidebar ul.nav li {
		text-align: center;
		border-bottom: 1px rgba(255, 255, 255, 0.1) dotted;
		width: 100%;
	}

	.sb-slidebar ul.nav li:last-child {
		border: none;
	}

	.sb-slidebar ul.nav li a {
		display: block;
		padding: 15px 7px;
	}

	.sb-active #header {}

	.navbar-nav .open .dropdown-menu {
		background-color: rgba(0, 0, 0, 0.2) !important;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 10px;
	}

	#language_area ul li a {
		padding: 15px 7px;
	}

	#cart {
		list-style: none;
		text-align: center;
	}

	#cart a {
		display: block;
		padding: 15px 7px;
	}

	.cart-box-xs {
		text-align: center;
		padding: 10px 10px;
	}

	.cart-box-xs a {
		color: #fff;
	}

	/*affix置頂效果
body.sticky-header #header {
	padding: 0;
}
body.sticky-header #company_logo {
	margin-top: -52px;
}
body.sticky-header #nav-xs button {
	padding: 9px 18px;
}
body.sticky-header #company_logo a img {
	padding-bottom: 0;
	padding-top: 0;
}
body.sticky-header #main_menu > li > a {
	font-size: 15px;
	padding: 15px 7px;
}
*/
	#blog {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#qsearch {
		float: none;
		display: inline-block;
		text-align: center;
		margin-left: 0;
		padding: 10px 10px;
		border-bottom: 1px #aaa solid;
		margin-bottom: -5px;
	}

	#qsearch .form-control {
		width: 100%;
	}

	#hello_member {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.member-box-xs {
		padding: 0;
		margin: 0;
		list-style: none;
		background: rgba(0, 0, 0, 0.3);
	}

	#member_area {
		padding: 15px 7px;
		margin-bottom: 0;
	}

	.language-box-xs {
		padding: 0;
		margin: 0;
		list-style: none;
		background: rgba(255, 255, 255, 0.1);
	}

	#mainnav {
		margin: 0;
	}

	#mainnav-box {
		padding: 0;
	}

	#main_menu {
		width: auto;
		margin: 0;
	}

	#main_menu li a {
		padding: 15px 7px;
		display: block;
		color: #fff !important;
	}

	#main_menu>li {
		border-right: none;
		width: 100%;
		display: block;
		margin: 0;
	}

	#main_menu>li:last-child {
		border-bottom: none;
	}

	#member_search {
		float: none;
		text-align: center;
	}

	#main_menu>li>a {
		box-shadow: none;

	}

	#main_menu>li>a:hover,
	#main_menu>li>a:focus,
	#main_menu>li>a:active {}

	#main_menu>li>ul {
		margin-top: 0;
		border-radius: 0;
	}

	#main_menu li ul li>a {
		padding: 15px 0 !important;
	}

	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus {
		background-color: rgba(0, 0, 0, 0.5);
		border-color: transparent;
	}

	#container #mainbanner .index-banner-title p {
		display: none;
	}

	#index_company ul {
		text-align: left;
	}

	#material {
		padding-bottom: 0;
	}

	#material ul li>div {
		width: 100%;
		float: left;
		min-height: 180px;
	}

	#material .img_material {
		background-size: 100% auto !important;
	}

	.text_material:before {
		left: 50%;
		top: -24px;
		margin-left: -14px;
		margin-top: 0px;
		border-width: 0 14px 24.2px 14px;
	}

	#material ul li:first-child .text_material:before {
		border-color: transparent transparent #ddcaa9 transparent;
	}

	#material ul li:nth-child(2) .text_material:before {
		border-color: transparent transparent #ead484 transparent;
	}

	#material ul li:nth-child(3) .text_material:before {
		border-color: transparent transparent #edc3a6 transparent;
	}

	#specially {
		padding-top: 15%;
		padding-bottom: 15%;
	}


	#mainbanner h1 {
		font-size: 2.8rem;
		margin: 0;
		text-align: left;
		text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.1em;
	}

	.index-banner-title h1 span {
		font-size: 1.4rem;
		line-height: 2.8rem;
	}

	.index-banner-title h2 {
		font-size: 1.8rem;
		text-align: left;
		text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.1em;
	}

	.index-banner-title>div {
		padding: 15px 10% 0 0;

	}

	#container .index-banner-title h2 {
		font-size: 3rem;
		padding: 0;
	}




	/*HOME產品大類*/
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: -10px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 30px;
		height: 10px;
		display: inline-block;
	}

	#idxprocarousel img {
		top: 0;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.index-title {
		text-align: center;
	}

	.jcarousel .caption {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		float: none !important;
		width: 100%;
		text-align: center;
		padding: 15px !important;
		
	}


	.jcarousel li:nth-child(even) .caption a {
		text-align: center;
		float: none;
	}

	.jcarousel li:nth-child(even) .caption .more {
		width: 100%;
		text-align: center;
		float: none;
	}

	.jcarousel li {
		width: 100% !important;
	}

	.jcarousel li .item {
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
		float: none !important;
	}

	.jcarousel .caption>a {
		width: 100%;
	}

	#index_company_in .text {
		width: 100%;
		color: #333;
		text-align: center;
		float: none;
	}

	#index_company_in {
		padding: 5%;
	}

	#index-time-p {
		padding: 0;
	}

	#index-time-p .text {
		width: 100%;
	}

	#index-news {
		background-size: 100% auto;
	}

	#index-news-bg {
		padding-top: 2%;
		padding-bottom: 29%;
	}

	#index-news h3 {
		text-align: center;
		margin-top: 20px;
	}

	#index-news .msgdate_span {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.index-news-more {
		text-align: center;
	}

	#index-news .thumbnail .caption {
		background: url(../images/icon_inside.png) no-repeat left 9px;
	}


	/*專刊期間*/
	#journal {
		height: auto;

		text-align: center;
	}






	/*footer*/
	#footer {
		text-align: center;
		overflow: hidden;
	}

	#footer>.container>.row {
		margin: 0;
	}

	#footer h3 {
		padding: 15px;
	}

	#footernav {
		border: none;
		margin-top: 40px;
	}

	#footernav ul li {}

	#footernav ul li a {
		padding: 15px;
		border-radius: 0;
		border-bottom: solid rgba(255, 255, 255, 0.5) thin;
		color: #333;
	}

	#footernav ul li a:hover,
	#footernav ul li a:focus,
	#footernav ul li a:active {
		text-decoration: none;
	}

	#cominfo {
		margin-top: 40px;
	}

	#cominfo ul li a {
		padding: 0 15px 15px;
	}

	#footer_logo {
		text-align: center;
		padding-bottom: 4%;
	}

	#footer_logo img {
		width: 100px;
		height: auto;
	}

	#footer #fb {
		text-align: center;
	}

	/*內頁*/
	#in-container {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	#in_abouts {
		background-size: cover;
		background-position: bottom center;
		border-radius: 0;
	}

	#spirit ul li {
		width: 47%;
	}

	#content .breadcrumb {
		text-align: left;
		padding: 8px 0;
	}

	#spirit ul.langE-about h4 {
		min-height: inherit;
		margin-bottom: 10px;
	}

	#sidebar {
		display: none;
	}

	#lamp {}

	.txtNormal img {
		margin-bottom: 15px;
	}

	/*訊息列表*/
	#in_msg_type li {
		padding-left: 0;
		padding-right: 0;
	}

	/*產品大類*/
	.show_oneline {
		/*text-align:center;*/
	}

	.show_oneline .listimg {
		padding-right: 0;
	}

	.show_oneline .caption .cate-name a {}

	.show_oneline .caption .cate-more a {
		display: block;
		text-align: center;
	}

	#photo-show {
		margin-bottom: 20px;
	}

	#pb_text {
		margin-top: 30px;
	}

	#back_btn {
		text-align: center;
	}

	/*產品列表*/
	.pro-list-type li {
		margin-bottom: 20px;
	}

	.pro-list-type li .row {
		margin-left: 0;
		margin-right: 0;
	}

	.pd-list-box {
		padding: 10px 0;
		border: 2px #eee solid;
	}

	/*產品內頁*/
	#myTab-accordion {
		margin-top: 20px;
	}

	#myTab-accordion h4 {
		margin: 0 !important;
	}

	/*百貨直營店*/
	.buy-mall {
		text-align: center;
	}

	.buy-mall-word h4 {
		margin-top: 20px;
	}

	/*網站地圖*/
	/*NEWS*/
	#in_msg_type.B-type {}

	#in_msg_type.B-type li {
		padding-right: 10px;
	}

	#in_msg_type.C-type li:nth-child(2n+1) {
		clear: both;
	}

	#idxprocarousel img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.news-img {
		margin-bottom: 15px;
	}

	#in_msg_type li {
		border: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	/*聯絡我們*/
	#contact-map {
		margin-bottom: 25px;
	}


	.index-banner-title h2 span {
		font-size: 1.4rem;
	}

	/*彈跳視窗*/
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 10px;
	}

	#journal {
		padding-top: 13%;
	}
}

@media only screen and (max-width : 560px) {
	#member_area {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width : 480px) {


	#mainbanner .index-banner-title .text {
		width: 97%;
	}

	#mainbanner .index-banner-title>div {
		margin-bottom: -25px;
	}


	#spirit ul li {
		width: 100%;
		margin-bottom: 5%;
	}

	in_msg_date {
		display: block;
		float: none;
		text-align: right;
		color: #999;
		font-size: 90%;
		margin-top: 10px;
	}

	/*線上立即購*/
	.buy-online-img {
		width: 100%;
		text-align: center;
	}

	#in_msg_type li {
		width: 100%;
		margin-bottom: 15px;
	}

	#container .index-banner-title h2 {
		font-size: 2.2rem;
	}

	#container .index-banner-title h2 span {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width : 430px) {

	.xs-nav-left,
	.xs-nav-right {
		width: 100%;
	}

	.member-login .btn {
		width: 100%;
		margin-bottom: 2px;
	}

	.index-banner-title h2 span {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width : 360px) {
	.index-banner-title h1 {
		ont-size: 2.6rem;
	}

	.index-banner-title h2 {
		font-size: 1.2em;
	}

	#mainbanner .index-banner-title>div {
		padding: 24px 0 0 0;
	}

	#container .index-banner-title h2 {
		font-size: 1.6rem;
	}

	#container .index-banner-title h2 span {
		font-size: 1.2rem;
	}

	#language_area p {
		font-size: 12px;
		line-height: 18px;
	}
}









< !-- 自訂樣式 -->

/*版型主色系*/
.base_color,
h1,
h3,
h5,
#main_menu>li>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active,
#specially h3,
#side_menu li a,
#content-box h3,
.A-type a:hover,
.A-type a:focus,
.A-type a:active,
.alert-info,
a,
#page-header h1,
.cate-name,
.cate-name-more,
.faq_container h4.panel-title:before,
.faq_container h4.panel-title a,
#dropdownMenu1 a,
#main_menu li a,
.dropdown-menu>li>a {
	color: #191e3b;
}

.site-map .txtNormal ul>li>ul>li>a:hover {
	color: #191e3b !important;
}

#header-bt .navbar-nav>li>a:hover,
#header-bt .navbar-nav>li>a:focus,
#header-bt .navbar-nav>li>a:active,
#index_container.sb-site,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
#blog li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active,
#qsearch button:hover,
#qsearch button:focus,
#qsearch button:active,
#qsearch a.btn:hover,
#qsearch a.btn:focus,
#qsearch a.btn:active,
#side_menu li a:hover,
#side_menu li a:focus,
#side_menu li a:active,
#side_menu li.active a,
#footer_link,
.show_oneline .caption .cate-more a:hover,
.show_oneline .caption .cate-more a:focus,
.show_oneline .caption .cate-more a:active,
.buy-mall-word .btn:hover,
.buy-mall-word .btn:focus,
.buy-mall-word .btn:active,
.faq_container #qa_in h3 a:hover,
.faq_container #qa_in h3 a:focus,
.faq_container #qa_in h3 a:active,
#product-tabs #myTab li.active a {
	background-color: #191e3b;
}

#header {
	border-top-color: #191e3b;
}


/*版型次要色系*/
.sec_color,
h4:before,
#main_menu>li>a:hover,
#main_menu>li>a:focus,
#main_menu>li>a:active,
.pagination>li>a,
.pagination>li>span,
#member_area,
#index_company ul li a,
#index-news .msgdate_span,
#side_menu li a:before,
#side_menu ul li ul li .active,
.jcarousel-control-prev,
.jcarousel-control-next,
#footernav ul li a:hover,
#footernav ul li a:focus,
#in_abouts h2,
.pro-name,
.B-type .newsTitle a:hover,
.B-type .newsTitle a:focus,
.B-type .newsTitle a:active,
.fa-star:before,
#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
	color: #80dbab;
}

#header-bt .navbar-nav>li>a,
.btn,
.btn-more,
#main_menu li ul,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active,
#blog li a,
#page-banner .active,
#sidebar .nav-header,
#side_menu li a:after,
#content-box ul li>div>img,
#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active,
.buy-mall-word .btn,
.cate-name a:hover,
.cate-name-more a:hover,
.faq_container #qa_in h3,
.faq_container #qa_in h3 a,
.site-map .txtNormal ul a:hover,
.faq_container h4.panel-title a:hover,
.faq_container h4.panel-title a:focus,
.faq_container h4.panel-title a:active {
	background-color: #80dbab;
}

#in_abouts h2 {
	border-top-color: #80dbab;
}

#header,
#in_abouts h2,
.site-map .txtNormal ul a {
	border-bottom-color: #80dbab;
}

h5,
#content-box ul li>div,
#pdf-download a,
.alert-info {
	border-color: #80dbab;
}

#language_ul li a:hover,
#language_ul li a:focus,
#language_ul li a:active,
#member_area_login ul li a:hover {
	background-color: #80dbab !important;
}

.pgwSlideshow .ps-prevIcon,
.pgwSlideshow .ps-nextIcon {
	border-left-color: #80dbab;
	border-right-color: #80dbab;
}


/*次要色系當淺背景色*/
h5,
.alert-info,
#side_menu ul li ul li a:hover,
#side_menu ul li ul li a:focus,
#side_menu ul li ul li a:active,
.site-map .txtNormal ul a,
.pgwSlideshow {
	background-color: #dfffee;
}



/*點綴色系A*/
.color_adorn_A,
table tr:first-child p,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn-more,
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
#header-bt .navbar-nav>li>a:hover,
#header-bt .navbar-nav>li>a:focus,
#header-bt .navbar-nav>li>a:active,
#main_menu li ul li>a,
#main_menu li ul .active,
#language_ul li a:hover,
#language_ul li a:focus,
#language_ul li a:active,
#blog li a,
#qsearch button:hover,
#qsearch button:focus,
#qsearch button:active,
#qsearch a.btn:hover,
#qsearch a.btn:focus,
#qsearch a.btn:active,
#member_area_login ul li a:hover,
#index_company p,
#index_company ul li,
#sidebar .nav-header,
#side_menu li a:hover,
#side_menu li a:focus,
#side_menu li a:active,
#side_menu li.active a,
.jcarousel li a,
#in_abouts p,
#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active,
.buy-mall-word .btn,
.cate-name a:hover,
.cate-name-more a:hover,
.faq_container #qa_in h3 a,
.faq_container #qa_in h3 a:hover,
.faq_container #qa_in h3 a:focus,
.faq_container #qa_in h3 a:active,
#cominfo ul li a,
#header-bt .navbar-nav>li>a,
.faq_container h4.panel-title a:hover,
.faq_container h4.panel-title a:focus,
.faq_container h4.panel-title a:active,
#cart a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
	color: #ffffff;
}

.site-map .txtNormal ul a:hover,
.jcarousel .caption a p,
#product-tabs #myTab li.active a {}

.img_special>img,
#sidebar ul,
#side_menu ul li ul,
.item,
.member-sex,
.member-info-word {
	background-color: #ffffff;
}

.text_material h3,
.site-map .txtNormal ul>li>ul>li>a,
.site-map .txtNormal ul>li>ul>li>ul>li>a {
	border-bottom-color: #ffffff;
}

#content-box ul li>div>img {
	border-color: #ffffff;
}



/*產品價格顏色*/
.pro_price {
	color: #30396d;
}



/*手機板單獨設定部分*/
@media (max-width: 767px) {

	#footernav ul li a:hover,
	#footernav ul li a:focus {
		color: #191e3b;
	}

	.navbar-default .navbar-toggle,
	#nav,
	.sb-slidebar,
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
		{
		background-color: #191e3b;
	}

	#main_menu>li>a {
		color: #80dbab;
	}

.jcarousel .caption{
	max-width: 550px;
}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus,
	#nav-xs button,
	#main_menu>li>a:hover,
	#main_menu>li>a:focus,
	#main_menu>li>a:active,
	#footernav ul li a:hover,
	#footernav ul li a:focus,
	#footernav ul li a:active,
	.sb-slidebar ul.nav li a:hover,
	.sb-slidebar ul.nav li a:focus,
	.sb-slidebar ul.nav li a:active {
		background-color: #80dbab;
	}

	#nav-xs button,
	.sb-slidebar ul.nav li,
	#language_area ul li a,
	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus,
	.sb-slidebar ul.nav li a:hover,
	.sb-slidebar ul.nav li a:focus,
	.sb-slidebar ul.nav li a:active,
	.sb-slidebar ul.nav li a,
	#main_menu>li>a,
	#main_menu>li>a:hover,
	#main_menu>li>a:focus,
	#main_menu>li>a:active {
		color: #ffffff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}

}

/* 收合目錄 */
.txtNormal .gtut_keypoint_page_catalogindex01 {
	padding-bottom: 3rem;
}

.txtNormal .gtut_keypoint_page_mod.catalog_closed .catalogToggleIcon .tc2,
.txtNormal .gtut_keypoint_page_mod.catalog_closed .catalogToggleIcon .tc4{
	transform: rotate(180deg);
}

.txtNormal .gtut_keypoint_page_catalogindex01 {
  position: relative;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .toggleCatalogBtn {
  cursor: pointer;
    position: absolute;
    right: 3rem;
    top: -4.9rem;
    padding: 0;
    z-index: 10;
    height: 0;
    border: none;
    transition: transform 0.3s;
    background: #f5f5f5;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .toggleCatalogBtn rect {
  fill: #A3A5DD;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .toggleCatalogBtn .catalogToggleIcon path {
  transform-origin: center;
  transform-box: content-box;
  transition: 0.3s all ease;
}

.txtNormal .gtut_keypoint_page_catalogindex01 h2 {
  position: relative;
  padding-bottom: 0.5rem;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e8e8e8;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h3 a,
.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h4 a {
  color: #555;
  transition: opacity 0.3s;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h3 a:hover,
.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h4 a:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h3 {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
  .txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h3 {
    margin-bottom: 0.5rem;
  }
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h4 {
  font-size: clamp(1rem, 0.8571rem + 0.2232vw, 1.125rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  padding-left: clamp(1.5625rem, 0.1339rem + 2.2321vw, 2.8125rem);
  margin: 0 0 1rem;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex h4:before {
  display: none;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .catalogindex img {
  width: auto;
  height: 30px;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .content {
  padding-top: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
  width: calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.txtNormal .gtut_keypoint_page_catalogindex01 .content h2 {
	color: #231858;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
	padding-left: 8px;
}

.txtNormal .gtut_keypoint_page_catalogindex01.catalog_closed .content {
  border-bottom: 1px solid #d9d9d9;
}

.B-type ul{
	padding-left: 2.5rem;
}

.B-type ul li{
	margin-bottom: 8px;
}

#contact-float .book.address {
	background: #fff;
	transition: 0.3s;
}

#contact-float ul li{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#contact-float .book.address:hover {
	background: #ddd;
	transition: 0.3s;
}

#blog_link li{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#blog_link li.icon_line.address{
	background: #fff;
	transition: 0.3s;
}

#blog_link li.icon_line.address:hover{
	background: #ddd;
	transition: 0.3s;
}

#blog_link li.icon_line.address a {
	padding: 3px 0;
}

li.icon_line.address img {
	width: 25px;
	height: 28px;
}

