@charset "utf-8";

body {
	background-color: #f1f1f1;
}

/* 頂部區塊 */
.top .top-border {
	display: flex;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 13px;
}

.top .right {
	margin-left: auto;
}

/* 次要選單 */
.smenu .smenu-border {
	display: flex;
	justify-content: flex-end;
}

.smenu .items {
	display: flex;
	padding: 0 10px;
	position: relative;
}

.smenu .items a,
.smenu .items a:visited {
	color: #7c8082;
	font-size: 11px;
}

.smenu .items a:hover {
	text-decoration: underline;
}

.smenu .items:not(:first-child) {
	border-left-style: double;
	border-left-width: 1px;
}

.smenu .items .fa {
	color: #bbb;
	font-size: 13px;
	margin-right: 3px;
}

.smenu .smenu-ni {
	display: none;
	position: absolute;
	top: 9px;
	left: 5px;
	width: 100%;
	padding-top: 10px;
	z-index: 2;
}

.smenu .items:hover > .smenu-ni {
	display: block;
}

.smenu .items-ul {
	background-color: #f0f0f0;
	padding: 5px 0;
}

.smenu .items-ul .items-li {
	display: flex;
	justify-content: space-between;
	color: #555;
	font-size: 10px;
	padding: 2px 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.smenu .items-ul .items-li:hover {
	text-decoration: none;
}

.smenu .items-li.active,
.smenu .items-li:hover {
	background-color: #fafafa;
}

.smenu .items-li .fa {
	display: none;
}

.smenu .items-li.active .fa {
	display: inline-block;
}

.smenu .items-li > div {
	color: #555;
	font-size: 10px;
}

/* 主要選單 */
.menu {
	margin-top: 42px;
}

/* 輪播圖 */
#index .carousel-fp {
	min-height: unset;
	height: 44vw;
	max-height: 430px;
}

#index .carousel-fp .item {
	height: 44vw;
	max-height: 430px;
}

#index .carousel-fp .owl-row {
	position: relative;
	width: 100vw;
}

#index .owl-title-img {
	position: absolute;
	top: -75px;
	left: 6%;
	width: 400px;
	width: 40%;
}

#index .owl-item.cloned .owl-title-img {
	opacity: 0;
}

#index .carousel-fp .owl-nav {
	display: none;
}

/* 頭版圖 */
.banner .banner-img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	box-sizing: border-box;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner .banner-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.banner .banner-title {
	margin-top: 90px;
	margin-left: 110px;
	font-size: 30px;
	color: #fff;
}

/* 主要區塊 */
.main .main-border {
	max-width: 1200px;
	margin: 0 auto;
}

.main .row {
	display: flex;
	margin-top: 24px;
}

.main .left {
	width: 25%;
}

.main .left-border,
.main .right-border {
	padding: 0 15px;
}

.main .right {
	flex: 1;
}

.main .left .img {
	margin-top: 40px;
}

/* 麵包屑-區塊 */
.Breadcrumb {
	margin-top: 20px;
}

.Breadcrumb-border {
	display: flex;
	padding: 8px 15px;
	justify-content: flex-end;
}

.Breadcrumb .items {
	display: flex;
	font-size: 12px;
	line-height: 1.6;
	color: #afafaf;
	cursor: pointer;
}

.Breadcrumb .items:hover {
	color: #e56c6e;
}

.Breadcrumb .items:first-child {
	/* color: #e56c6e; */
}

.Breadcrumb .items:last-child {
	color: #3e3e3e;
	font-weight: bold;
	cursor: default;
}

.Breadcrumb .items + .items:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}

/* 固定-購物按鈕 */
.fixed-bcart {
	width: 89px;
	position: fixed;
	top: 32%;
	right: 10px;
	z-index: 9;
}

/* 固定-置頂按鈕 */
.to_up {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 9;
}

/* 底部區塊 */
.footer {
	margin-top: 50px;
}

.footer a {
	display: inline;
	color: #333333;
	margin: 0 5px;
}

.footer a:hover {
	color: #ff0000;
}

.footer .footer-border {
	background: #dddddd;
	border-top: none;
	padding: 20px 0;
	color: #8d8d8d;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #333333;
}

.footer .row {
	display: flex;
	justify-content: center;
}

.footer .items + .items:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

@media screen and (max-width: 1440px) {
	#index .owl-title-img {
		top: -50px;
		left: 0;
	}
}

@media screen and (max-width: 1250px) {
	.top .top-border {
		max-width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	/* 固定購物按鈕 */
	.fixed-bcart {
		display: none;
	}
}

@media screen and (max-width: 999px) {
	.menu {
		margin-top: 15px;
	}

	.main .main-border {
		max-width: 750px;
	}

	.main .row {
		display: block;
	}

	.main .left,
	.main .right {
		width: 100%;
	}

	.main .main-border > .row > .right {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	/* 頭版圖 */
	.banner .banner-img {
		background-image: none !important;
		background: #eee;
		border-bottom: 1px solid #ddd;
		height: 80px;
	}

	.banner .banner-content {
		display: flex;
	}

	.banner .banner-title {
		margin: auto;
		font-size: 20px;
		color: #3e3e3e;
	}

	/* 底部區塊 */
	.footer .row {
		display: block;
	}

	.footer .items + .items:before {
		display: none;
	}
}

@media screen and (max-width: 485px) {
	.footer a {
		display: block;
	}
}

@media screen and (max-width: 425px) {
	#index .owl-title-img {
		top: 0;
	}
}
