 @import url(../fonts/font-awesome/font-awesome.min.css);
 @import url(../fonts/flaticon/flaticon.css);
 @import url(header.css);
 @import url(footer.css);
 @import url(revise.css);
 @import url(pagination.css);
 @import url(icon.css);
/*========================================================

                         banner

=========================================================*/



.banner {
	text-align: center;
	color: #fff;
	padding-top: 15%;
	padding-bottom: 10%;
}
.banner h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.banner p {
	font-size: 32px;
}
.banner p span {
	display: block;
	padding-bottom: 2vh;
	font-size: 24px;
}

/* 尺寸設定 */

@media (min-width: 768px) {
.banner h1 {
	font-size: 28px;
}
.banner p {
	font-size: 36px;
}
.banner p span {
	font-size: 28px;
}
}

@media (min-width: 1200px) {
.banner h1 {
	font-size: 30px;
}
.banner p {
	font-size: 40px;
}
.banner p span {
	font-size: 30px;
}
}

@media (min-width: 1600px) {
.banner h1 {
	font-size: 32px;
}
.banner p {
	font-size: 44px;
}
.banner p span {
	font-size: 32px;
}
}
/*========================================================

                      	 h1 設定

=========================================================*/



.h1-title {
	color: #298ab3;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	position: relative;
}
.h1-title em {
	display: block;
	color: #298ab3;
	text-align: center;
	font-size: 24px;
	position: relative;
	font-style: normal;
}
.h2-title {
	color: #333;
	margin: 0 0 20px 0;
	font-size: 24px;
	position: relative;
	padding-left: 14px;
	font-weight: bold;
}
.h2-title:before {
	content: '';
	position : absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
	z-index: 9;
	width: 7px;
	height: 80%;
	background-color: #bf1a20;
}
.h3-title {
	color: #efc811;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* 尺寸設定 */

@media (min-width: 768px) {
.h1-title {
	font-size: 30px;
}
}

@media (min-width: 1200px) {
.h1-title {
	font-size: 36px;
}
}
/*========================================================

                      	 內頁框架

=========================================================*/



.content {
	padding-top: 40px;
	padding-bottom: 50px;
	min-height: 600px;
}
/* 麵包屑 */

.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
/* 文章分享 */

.share-list {
	display: flex;
	color: #fff;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 10px;
}
.share-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.share-list ul li {
	display: inline;
}
.share-list ul li {
	display: inline-block;
	margin: 0 3px;
}
/*========================================================

                      	 選單

=========================================================*/



.navsub-pc {
	font-size: 1.2rem;
	text-align: center;
	margin: -40px 0 80px 0;
	color: #fff;
	line-height: 24px;
}
.navsub-pc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-pc ul li {
	display: inline-block;
}
.navsub-pc ul li a {
	display: inline-block;
	font-weight: bold;
	padding: 3px 15px;
	margin: 0 7px 20px;
	background-color: #d5be3c;
	color: #000;
}
.navsub-pc ul li a:hover, .navsub-pc ul li a.active {
	background-color: #7c6d16;
	color: #fff;
}
.navsub-pc2 {
	font-size: 1rem;
	text-align: center;
	margin: -50px 0 40px 0;
	color: #fff;
	line-height: 24px;
}
.navsub-pc2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-pc2 ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.navsub-pc2 ul li a {
	display: inline-block;
	padding: 1px 10px;
	margin: 0;
	color: #fff;
}
.navsub-pc2 ul li a:hover, .navsub-pc2 ul li a.active {
	background-color: #7c6d16;
	color: #fff;
}

/* 尺寸設定 */

@media (min-width: 768px) {
.navsub-pc ul li a {
	padding: 5px 20px;
}
}

@media (min-width: 1366px) {
.navsub-pc {
	margin: -40px 0 50px 0;
}
.navsub-pc2 {
	margin: -20px 0 40px 0;
}
}
.navsub {
	display: none;
}
.navsub-list {
	text-align: center;
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fdfdfd;
	box-shadow: 2px 2px 10px #adadad;
}
.navsub-list h2 {
	color: #fff;
	background-color: #298ab3;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list > ul {
	list-style: none;
	margin: 20px;
	padding: 0;
}
.navsub-list > ul li {
	border-bottom: 1px solid #ababab;
}
.navsub-list > ul li:last-of-type {
	border-bottom: none;
}
.navsub-list > ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #c2c2c2;
}
.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
}
.navsub-select h2 {
	text-align: center;
}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
.navsub {
	display: block;
}
.navsub-select {
	display: none;
}
}
/*========================================================

                      圖片大小設定

=========================================================*/



.img-setup img {
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}
/*========================================================

                      影片大小設定

=========================================================*/



.video-iframe iframe, .video-iframe embed {
	width: 100% !important;
	height: 300px !important;
	margin-top: 20px;
	margin-bottom: 20px;
}
.video-embed {
	text-align: center;
}

@media (min-width: 768px) {
.video-iframe iframe, .video-iframe embed {
	height: 420px !important;
}
}

@media (min-width: 992px) {
.video-iframe iframe, .video-iframe embed {
	height: 520px !important;
}
}

@media (min-width: 1200px) {
.video-iframe iframe, .video-iframe embed {
	height: 460px !important;
}
}

@media (min-width: 1600px) {
.video-iframe iframe, .video-iframe embed {
	width: 100% !important;
	margin: 0 auto;
	height: 640px !important;
}
}

@media (min-width: 1800px) {
.video-iframe iframe, .video-iframe embed {
	width: 100% !important;
}
}
/*========================================================

                   	   	關於逸硯

=========================================================*/



.about-bg {
	background-color: #363636;
}
.about-bg-in {
	background: url(../images/about-bg-in1.jpg) no-repeat top center;
	background-size: 400% auto;
}
.banner-about {
	color: #000;
	padding-top: 9%;
	padding-bottom: 0%;
}
.about-box {
	padding-bottom: 0;
}
.about-info {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 10px;
}
.about-info p {
	font-weight: bold;
	color: #232323;
}

@media (max-width: 639.99px) {
.banner-about {
	background: #ffffff69;
}
.banner p {
	margin: 0;
}
.about-box {
	background: #ffffff69;
}
}

@media (min-width: 1200px) {
.about-info p {
	padding: 0 30vh;
	margin: 0;
}
}
/* 得獎列表 */

.about-logo {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.about-logo img {
	height: 40px;
	margin: 0 3px 5px;
}
.about-prize .tab-content {
	width: 100%;
	margin: 0 auto 60px;
}
.about-prize .nav-tabs {
	text-align: center;
	margin-bottom: 10px;
}
.about-prize .nav-tabs {
	border-bottom: none;
}
.about-prize .nav-tabs > li {
	float: none;
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	margin-bottom: -1px;
}
.about-prize .nav-tabs > li > a {
	border: none;
	border-radius: 0;
	color: #020202;
	padding: 7px 20px;
	background-color: #ccc;
}
.about-prize .nav-tabs > li > a:hover {
	border-color: none;
}
.about-prize .nav-tabs > li.active > a,  .about-prize .nav-tabs > li.active > a:hover,  .about-prize .nav-tabs > li.active > a:focus {
	background-color: #020202;
	color: #eac544;
	cursor: default;
	border: none;
	border-bottom-color: transparent;
}
/* 視頻設定 */

.about-video {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 330px;
	margin-bottom: 100px;
	border: 20px solid #000;
	background-color: #000;
}
/* 服務流程 */



.service-process {
	padding: 0 10% 50px 10%;
	color: #fff;
}
.service-process h2 {
	color: #efc811;
}
.service-process-list {
}
.service-process-list > div {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px 0;
}
.service-process-list > div h3 {
	color: #c9a517;
}
.service-process-list > div .f1 {
	border: 1px solid #d0a615;
	background-color: rgba(255,255,255,0.4);
	padding: 20px;
	color: #000;
}
.service-process-list > div .f1 p {
	margin: 0;
}
/*

.service-process [class*="col-"] {

	margin-bottom: 30px;

}

.service-process [class*="col-"] h3 {

	color: #c9a517;

}

.service-process .f1 {

	border: 1px solid #d0a615;

	background-color: rgba(255,255,255,0.4);

	padding: 20px;

	color: #000;

}

.service-process .f1 p {

	margin: 0;

}

*/





/* 特約客戶 */

.special-customer {
	background: url(../images/about-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 10%;
	margin-bottom: -20px;
}
.special-customer h2 {
	color: #000;
	text-align: center;
}
.special-customer .case h3 {
	font-size: 20px;
	text-align: left;
	background-color: #020202;
	padding: 10px 20px;
	color: #eac544;
}
.special-customer .case ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.special-customer .case ul li {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 16px;
}
/* 獲獎紀錄 */

.winning-record {
	background: url(../images/record_bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 10%;
	margin-bottom: -20px;
	color: #fff;
}
.winning-record h1 {
	color: #000;
	text-align: center;
}
.winning-record .case h3 {
	font-size: 20px;
	text-align: left;
	/*

	background-color: #020202;

	padding: 10px 20px;

*/

	color: #eac544;
}
.winning-record .case ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.winning-record .case ul li {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding-left: 36px;
	font-size: 16px;
	position: relative;
}
.winning-record .case ul li:before {
	content: '\f054';
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	left: 18px;
	top: 0;
	z-index: 2;
	font-size: 12px;
}

/* 尺寸設定 */

@media (max-width: 479px) {
.special-customer .case ul li {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
.special-customer .case ul li:nth-of-type(2n) {
	background-color: rgba(133,133,133,0.2);
}
}

@media (max-width: 991px) {
.service-process {
	background-color: #363636;
	padding-top: 3%;
}
}

@media (min-width: 480px) {
.special-customer .case ul li {
	width: 47.5%;
	margin: 0 1% 10px 0;
}
.special-customer .case ul li:before {
	content: '\f105';
	font-family: "FontAwesome";
	margin-right: 5px;
	margin-left: 5px;
	background-color: #000;
	color: #fff;
	padding: 0 3px 1px 4px;
}
.about-bg-in {
	background-size: 260% auto;
}
.about-logo img {
	height: 50px;
}
}

@media (min-width: 640px) {
.about-bg-in {
	background-size: 200% auto;
}
}

@media (min-width: 740px) {
.about-bg-in {
	background-size: 175% auto;
}
}

@media (min-width: 768px) {
.about-bg-in {
	background-size: 170% auto;
}
.about-video {
	padding-bottom: 330px;
	margin-bottom: 150px;
}
.about-prize .tab-content {
	width: 80%;
}
}

@media (min-width: 992px) {
.about-bg-in {
	background: url(../images/about-bg-in.jpg) no-repeat top center;
	background-size: 140% auto;
}
.about-video {
	padding-bottom: 380px;
	margin-bottom: 180px;
}
.service-process-list > div {
	width: 47%;
	margin: 0 2% 30px 0;
}
.special-customer .case ul li {
	width: 31.5%;
	margin: 0 1% 10px 0;
}
.about-prize .tab-content {
	width: 60%;
}
}

@media (min-width: 1200px) {
.about-bg-in {
	background-size: 115% auto;
}
.about-video {
	width: 60%;
	padding-bottom: 400px;
	margin-bottom: 150px;
}
.service-process {
	padding: 0 20% 50px 10%;
}
.service-process-list > div {
	width: 31%;
	margin: 0 2% 30px 0;
}
.special-customer .case ul li {
	width: 23.5%;
	margin: 0 1% 10px 0;
}
.about-prize .tab-content {
	width: 50%;
}
.about-logo img {
	height: 60px;
}
.winning-record .case ul li {
	width: 48%;
}
}

@media (min-width: 1300px) {
.about-video {
	padding-bottom: 450px;
	margin-bottom: 150px;
}
}

@media (min-width: 1600px) {
.about-bg-in {
	background-size: 100% auto;
}
.special-customer .case ul li {
	width: 18.5%;
	margin: 0 1% 10px 0;
}
.about-video {
	padding-bottom: 450px;
	margin-bottom: 200px;
}
.about-prize .tab-content {
	width: 40%;
}
}

@media (min-width: 1800px) {
.about-bg-in {
	background-size: 100% auto;
}
.about-video {
	padding-bottom: 600px;
	margin-bottom: 200px;
}
}
/*========================================================

                   	   	得獎項目

=========================================================*/



.design-awards-bg {
	background-color: #363636;
}
.design-awards-bg-in {
	background: url(../images/design-awards-bg-in.jpg) no-repeat top center;
	background-size: contain;
}
.banner-design-awards {
	color: #000;
	padding-top: 9%;
	padding-bottom: 0%;
}
.design-awards-box {
	padding-bottom: 0;
}
.design-awards-info {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 10px;
}
.design-awards-info p {
	font-weight: bold;
	color: #232323;
}
.design-awards-list {
	overflow: hidden;
}
.design-awards-list h3 {
	color: #fff;
	font-size: 1.3rem;
}
.design-awards-item-img {
	padding: 20px 3.5vh;
}
.design-awards-pic-img {
	border: 3px solid #ededed;
	position: relative;
}
.design-awards-pic-img:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	/*border: 1px solid #d1d1d18c;*/

	z-index: 8;
}
.design-awards-pic-img:before {
	background: url(../images/champion-1.png);
	background-size: cover;
	content: '';
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 208px;
	height: 162px;
	opacity: 0.15;
}
.design-awards-pic-test {
	padding: 20px 10px 20px 20px;
	background: #5b5d6491;
	color: #fff;
}
.design-awards-pic-test p {
	font-size: 1rem;
}
.design-awards-pic-test p span {
	color: #d5be3c;
	font-weight: bold;
	font-size: 0.9rem;
	display: inherit;
}
.design-awards-item-img .design-awards-pic-img:hover .pic img {
	transform: scale(1.2, 1.2);
	outline: none;
}
.newsItem--img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%; /* 設定明確高度，例如 300px 或相對父層 */
}
.design-awards-item-img .design-awards-pic-img a.design-awards-datail-bnt {
	display: inline-block;
	position: relative;
	/* padding: 5px 10px; */

	color: #1f9ea5;
	transition: 0.4s;
	text-decoration: none;
	margin: 0 5%;
	float: right;
}
.design-awards-item-img:hover .design-awards-pic-img a.design-awards-datail-bnt {
	color: #fff;
	transition: 0.2s 0.4s;
}
.design-awards-item-img .design-awards-pic-img a.design-awards-datail-bnt:after {
	content: "";
	position: absolute;
	top: 0%;
	width: 0;
	height: 100%;
	left: 0%;
	z-index: 5;
	display: block;
	color: #1f9ea5;
	background: linear-gradient(135deg, #186e80 0%, #1f9ea5 100%);
	transition: 0.4s 0.3s;
}
.design-awards-item-img:hover .design-awards-pic-img a.design-awards-datail-bnt:after {
	width: 100%;
	transition: 0.4s 0.3s;
}
.design-awards-item-img .design-awards-pic-img a.design-awards-datail-bnt:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color: #1f9ea5;
	right: calc(100% + 10px);
	display: block;
	background: linear-gradient(135deg, #186e80 0%, #1f9ea5 100%);
	transition: 0.3s;
}
.design-awards-item-img:hover .design-awards-pic-img a.design-awards-datail-bnt:before {
	width: 0px;
	transition: 0.3s;
}
.design-awards-item-img .design-awards-pic-img a.design-awards-datail-bnt span {
	display: block;
	position: relative;
	z-index: 10;
	padding: 5px;
}
.design-awards-item-img .design-awards-pic-img .pic {
	overflow: hidden;/*border: 7px solid #ededed;*/
}
.design-awards-item-img .design-awards-pic-img .pic .w-100 {
	transform: scale(1, 1);
	transition: all 1s ease-out;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.design-awards-pic-img .pic img {
	position: relative;
	z-index: 1;
}
.design-awards-pic-img .pic .awards-icon {
	transform: none !important;
	transition: none !important;
	position: absolute;
	z-index: 2;
	top: 6%;
	left: 9%;
	/*	width: 30% !important;*/

	max-width: 40px;
	max-height: 40px;
}
.design-awards-pic-img .pic .awards-icon1 {
	max-width: 120px;
	max-height: 25px;
}
.design-awards-pic-img .pic .awards-icon2 {
	max-width: 60px;
	max-height: 30px;
}
.design-awards-pic-img .pic .awards-icon3 {
	max-width: 40px;
	max-height: 70px;
}
/*

.design-awards-pic-img .pic .awards-icon {

    transform: none !important;

    transition: none !important;

	width: 100%;

	height: auto!important;

}

*/



.awards-bnt {
	position: relative;
	z-index: 9;
	font-size: 0.9rem;
}
.awards-bnt a {
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #fff;
	margin-right: 5px;
}
.awards-bnt a:hover {
	background: #8b8b8b;
}

/* 尺寸設定 */

@media (max-width: 639.99px) {
/*.design-awards-box {

		background: #ffffff69;

	}*/

.design-awards-list h3 {
	font-size: 1.2rem;
}
.design-awards-list p {
	font-size: 0.9rem;
}
.design-awards-list p span {
	font-size: 0.8rem;
	line-height: 1rem;
}
}

@media (min-width: 480px) {
}

@media (min-width: 540px) {
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
.design-awards-pic-img:before {
	background: url(../images/champion-1.png);
	background-size: cover;
	content: '';
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 180px;
	height: 165px;
	opacity: 0.15;
}
.awards-bnt {
	padding-top: 1.5vh;
}
}

@media (min-width: 992px) {
.design-awards-list h3 {
	font-size: 1.5rem;
}
.design-awards-item-img:hover .design-awards-pic-img .pic:before {
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.design-awards-item-img .design-awards-pic-img .pic:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	display: inline-block;
	/* background: url(../img/link-symbol.png) no-repeat center center; */

	background-color: rgba(10, 10, 10, 0.6);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: 2s;
	z-index: 99;
}
}

@media (min-width: 1200px) {
.design-awards-info p {
	padding: 0 30vh;
	margin: 0;
}
}
/*========================================================

                   	   	設計團隊

=========================================================*/



.design-bg {
	background: url(../images/design-bg.jpg) repeat-y top center;
}
.design-bg-in {
	background: url(../images/design-bg-in.jpg) no-repeat top center;
	background-size: 100% auto;
	margin-bottom: -20px;
}
.banner-design {
	color: #000;
}
.design-box > .container {
	max-width: 1170px;
	margin: 0 auto;
}
.design-list {
	background: url(../images/design-a.jpg) no-repeat top center;
	background-size: 350% auto;
	color: #fff;
	border: 10px solid #fff;
	margin-bottom: 60px;
}
.design-info {
	padding: 50px 20px 0 20px;
	font-size: 15px;
}
.design-info-txt {
	/*padding: 50px 40px 0 40px;*/

	font-size: 15px;
	color: #d1d1d1;
}
.design-info-txt-2 {
	padding: 50px 20px 0 20px;
	font-size: 15px;
	color: #d1d1d1;
}
.design-info-txt span, .design-info-txt-2 span {
	font-weight: bold;
}
.design-info h3 {
	background-color: #dac119;
	color: #000;
	padding: 10px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 10;
	box-shadow: 3px 3px 2px rgba(0,0,0,1);
}
.design-info h4 {
	color: #dac119;
}
.design-info ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.design-info ul li a {
	color: #fff;
	text-decoration: underline;
}
.design-info ul li a:hover {
	text-decoration: none;
}
.design-img img {
	width: 100%;
	vertical-align: bottom;
}

@media (min-width: 992px) {
.design-info,  .design-info-txt-2 {
	padding: 50px 40px 0 40px;
}
}
/* 分享按鈕 */

.icon_bar ul li {
	display: inline-block;
	margin: 0 auto;
}
.icon_bar img {
	padding: 10px 3px 0 0;
	width: 40px;
}

/* 尺寸設定 */

@media (min-width: 640px) {
.design-list {
	background-size: 200% auto;
}
}

@media (min-width: 992px) {
.design-list {
	background-size: cover;
}
.design-info h3 {
	margin: 0 -100px 20px 0;
}
.design-info {
	padding: 40px 0 0 40px;
	font-size: 15px;
}
.design-info-txt {
	/*padding: 40px 0 0 40px;*/

	font-size: 15px;
}
.design-info-txt-2 {
	padding: 40px 0 0 40px;
	font-size: 15px;
}
/* 拉把 */

/*

    .boxscroll {

        width: 100%;

        height: 144px;

        overflow: auto;

    }

    .boxscroll::-webkit-scrollbar {  

        width: 8px; 

        height: 16px;

    } 

    .boxscroll::-webkit-scrollbar-track {  

        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  

        border-radius: 10px;

        background-color: #b4afae;

    } 

    .boxscroll::-webkit-scrollbar-thumb {  

        border-radius: 10px;

        box-shadow: inset 0 0 6px rgba(0,0,0,.3);  

        background-color: #8c8583; 

    }  

*/

}

@media (min-width: 1200px) {
.design-info h3 {
	margin: 0 -120px 20px 0;
}
.design-info {
	padding: 40px 40px 0;
	font-size: 15px;
}
.design-info-txt {
	/*padding: 40px 40px 0;*/

	font-size: 15px;
}
.design-info-txt-2 {
	padding: 40px 40px 0;
	font-size: 15px;
}
/*

	.boxscroll {

		height: 144px;

	}

*/

}

@media (min-width: 1600px) {
.design-info {
	padding: 40px 40px 30px;
}
.design-info-txt {
/*padding: 40px 40px 0;*/

}
.design-info-txt-2 {
	padding: 40px 40px 0;
}
/*

	.boxscroll {

		height: 156px;

	}

*/

}
/*========================================================

                   	   	精選作品

=========================================================*/



.projects-bg {
	background-color: #3b3b3b;
}
.projects-bg-in {
	background: url(../images/projects-bg-in.jpg) no-repeat top center;
	background-size: contain;
}
.projects-list h2 {
	background-color: #077ac7;
	color: #fff;
	padding: 10px 15px;
	font-size: 24px;
}
.projects-list ul {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}
.projects-list li {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	border: 1px solid #c5c5c5;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px;
	background-color: #fff;
}
.projects-list li a {
	outline: none;
	border: none;
	display: block;
	color: #333;
}
.projects-list li a .pic {
	position: relative;
}
.projects-list li a .pic img {
	width: 100%;
	vertical-align: bottom;
}
.projects-list li a .pic:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.projects-list li a .pic:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: .5s;
}
.projects-list li .info {
	margin: 10px 5px 0 5px;
}
.projects-list li .info h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.projects-list li .info p {
	margin: 0;
	font-size: 14px;
}
.projects-list li .info p span {
	float: right;
}
/*========================================================

                   	 精選作品內頁設定

=========================================================*/



.projects-detail {
	max-width: 1170px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
}
.projects-info h1 {
	color: #e3c70c;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.projects-info h2 {
	color: #e3c70c;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.projects-info h3 {
	color: #fff;
	margin: 0 0 10px 0;
}
.projects-info h4 {
	color: #fff;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.projects-info a {
	color: #e3c70c;
}
.projects-info a:hover {
	color: #a3953b;
}
.slider-for > div {
	position: relative;
}
.slider-for > div .link {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;/*

	background-color: rgba(0,0,0,0.5);

	text-align: right;

*/

}
.slider-for > div img {
	max-width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
	border: 15px solid #fff;
}
.slider-for > div .link a {
	display: inline-block;
	color: #fff;
	margin: 0 10px 30px;
	padding: 0 10px;
	background-color: rgba(0,0,0,0.5)
}
.slider-for > div .link a:hover {
	color: #fff;
	background-color: #000;
}
.slider-nav > div img {
	width: 94%;
	vertical-align: bottom;
	margin: 0 3%;
	cursor: pointer;
	max-height: 67px;
}
.slick-slide img {
	opacity: 0.6;
}
.slick-current img {
	opacity: 1;
}
/* 回目錄頁 */

.projects-back {
	text-align: right;
	margin-bottom: 20px;
}
.projects-back a {
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 20px;
}
.projects-back a:hover {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}

/* 尺寸設定 */

@media (min-width: 640px) {
.projects-list li {
	width: 48.1%;
	margin: 0 2% 30px 0;
}
.projects-list li:nth-of-type(2n) {
	width: 48.1%;
	margin: 0 0 30px 0;
}
}

@media (min-width: 768px) {
.slider-nav {
	padding-left: 60px;
	padding-right: 60px;
}
.slider-for > div img {
	max-height: 480px;
}
}

@media (min-width: 992px) {
.projects-list li {
	width: 23%;
	margin: 0 2% 30px 0;
}
.projects-list li:nth-of-type(2n) {
	width: 23%;
	margin: 0 2% 30px 0;
}
.projects-list li:nth-of-type(4n) {
	width: 23%;
	margin: 0 0 30px 0;
}
.slider-for > div img {
	max-height: 626px;
}
}

@media (min-width: 1200px) {
.slider-for > div img {
	max-height: 640px;
}
}
/*========================================================

                   	   	媒體紀錄

=========================================================*/



.news-bg {
	/*	background: url(../images/news-bg.jpg) repeat-y top center;

	background-size: cover;*/

	background-color: #222222;
}
.news-bg-in {
	background: url(../images/news-bg-in.jpg) no-repeat top center;
	background-size: contain;
}
.post-minimal {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 40px;
	text-align: left;
	color: #fff;
}
.post-minimal .post-body {
	padding: 20px 0 0 0;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #6bcad2;
}
.post-minimal .post-body h2 {
	display: inline-block;
	font-size: 24px;
	color: #e2ca27;
	margin: 0 0 10px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 24px;
	color: #e2ca27;
	margin: 0 0 10px 0;
}
/* 了解更多 */

.more {
	position: relative;
	right: 0;
	bottom: -40px;
	z-index: 2;
	text-align: right;
}
.more a {
	color: #f5f5f5;
}

/* 尺寸設定 */



@media (max-width: 767px) {
.post-minimal {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
.post-minimal .post-image img {
	width: 100%;
	vertical-align: bottom;
}
}

@media (min-width: 768px) {
.post-minimal {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-minimal .post-left {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 320px;
}
.post-minimal .post-image {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
.post-minimal .post-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
}
.post-minimal .post-body {
	padding: 30px 24px 30px 27px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.more {
	right: -20px;
	bottom: -60px;
}
}

@media (min-width: 1200px) {
.post-minimal .post-body {
	padding: 10px 26px 10px 50px;
}
}
/*========================================================

                   	媒體紀錄內頁

=========================================================*/



.news-detail {
	text-align: left !important;
	overflow: hidden;
}
.news-detail h1 {
	color: #e2ca27;
	margin: 0 0 30px 0;
}
.news-detail h2 {
	color: #e2ca27;
	margin: 0 0 10px 0;
	border-left: 9px solid #e2ca27;
	padding-left: 15px;
}
.news-detail h3 {
	color: #e36c09;
}
.news-detail p {
	word-wrap: break-word;
}
.news-content {
	color: #fff;
	padding-bottom: 40px;
}
.news-content a {
	color: #e2ca27;
}
.news-content a:hover {
	color: #fff;
}
.news-content img {
	max-width: 100%;
}
/*回目錄頁*/

.news-detail .back {
	text-align: right;
	padding-top: 30px;
	border-top: 2px dashed #cdcdcd;
}
.news-detail .back a {
	background-color: #fff;
	padding: 5px 20px 7px;
	color: #000;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #8a8a8a;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 992px) {
.news-detail {
	padding: 0 5vh
}
}

@media (min-width: 1200px) {
.news-detail {
	padding: 0 15vh
}
}

@media (min-width: 1600px) {
.news-detail {
	padding: 0 10vh
}
}
.text-day {
	text-align: right;
	color: #b5b5b5;
	margin-top: 50px;
}
/*cta*/

.wrapper_cta {
	display: block;
	text-align: center;
	padding: 3vh 0;
	font-weight: bold;
}
.button_cta {
	padding: 0.45em 4em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: linear-gradient(to bottom, #edd21a, #d4b213);
	border: 2px solid #fff;
	/*font-size: 24px;*/

	display: inline-block;
	border-radius: 0.3em;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button_cta:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
.button_cta:hover {
	background: linear-gradient(to bottom, #edd21a, #d4b213);
	color: #fff;/*border-bottom: 4px solid #1f9ea5;*/

}
.button_cta:hover:before {
	transform: skewX(-45deg) translateX(13.5em);
	transition: all 0.5s ease-in-out;
}
.wrapper_cta .fa {
	padding-right: 5px;
}
.button_cta2 {
	padding: 0.45em 4em;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	/*background: linear-gradient(to bottom, #edd21a, #d4b213);*/

	background: #a5591c;
	border: 2px solid #c9a383;
	display: inline-block;
	border-radius: 0.3em;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button_cta2:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
.button_cta2:hover:before {
	transform: skewX(-45deg) translateX(40em);
	transition: all 1s ease-in-out;
}
.button_cta3 {
	color: #fff!important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	background: linear-gradient(90deg, #FFD700, #FFA500);
	padding: 10px 30px;
	border-radius: 8px;
	display: inline-block;
}
.button_cta3:hover {
	color: #fff!important;
	background: linear-gradient(90deg, #FFA500, #FFD700);
}

.button_cta4 {
	padding: 0.45em 4em;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;

	background: #17c950;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 0.3em;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button_cta4:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
.button_cta4:hover:before {
	transform: skewX(-45deg) translateX(40em);
	transition: all 1s ease-in-out;
}


.wrapper_cta2 {
	background-color: #1e1e1e; 
	border: 1px solid #555;
	padding: 48px 24px; 
	border-radius: 16px;
	max-width: 720px; 
	margin: 60px auto; 
	text-align: center;
}
.wrapper_cta2 .title {
	color: #fdd835; 
	font-size: 1.4rem; 
	margin-bottom: 12px;
	font-weight: bold;
}
.wrapper_cta2 .desc {
	color: #ccc; 
	margin-bottom: 28px;
}
.wrapper_cta2 .cta {
	background-color: rgb(255, 255, 255); 
	color: rgb(17, 17, 17); 
	font-weight: bold; 
	padding: 14px 32px; 
	border-radius: 8px; 
	text-decoration: none; 
	font-size: 16px; 
	display: inline-block; 
	transition: 0.3s;
}
.wrapper_cta2 .cta:hover {
	background-color: #fdd835; 
	color: #111; 
}


.wrapper_white {
	background-color: #fff; 
	border: 1px solid #555;
	padding: 48px 24px; 
	border-radius: 16px;
	max-width: 720px; 
	margin: 60px auto; 
	text-align: left;
	color: #555;
}





/*========================================================

                   	   	影音採訪

=========================================================*/



.video-list {
}
.video-list dl {
	position: relative;
	margin-bottom: 20px;
}
.video-list dl dt {
}
.video-list dl dt span {
	display: inline-block;
	margin-bottom: 10px;
}
.video-list dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.video-list dl dt .pic {
}
.video-list dl dt .pic a {
	position: relative;
	display: block;
}
.video-list dl dt .pic a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.video-list dl dt .pic a:before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	content: '';
	display: inline-block;
	background: url(../images/youtube.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
.video-list dl dd {
	overflow: hidden;
	line-height: 24px;
}
.video-list dl dd p {
	margin-top: 6px;
	color: #fff;
}
.video-list dl dd time {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	color: #fff;
	font-size: 13px;
	padding: 10px 15px 7px;
	background-color: #cdb40a;
	text-align: center;
}
.video-list dl dd time span {
	font-size: 30px;
	font-weight: bold;
	display: block;
}
/*========================================================

                   	   	聯絡資訊

=========================================================*/



.contact-bg {
	background: url(../images/contact-bg.jpg) repeat top center;/*	background: url(../images/contact-bg.jpg) no-repeat top center;

	background-size: cover;*/

}
.contact-bg-in {
	background: url(../images/contact-bg-in.jpg) no-repeat top center;
	background-size: contain;
}
.contact-box > .container {
	max-width: 1170px;
	margin: 0 auto;
}
.contact-list {
	background-color: #666666;
	color: #fff;
	border: 10px solid #fff;
	margin-bottom: 40px;
}
.contact-info {
	padding: 50px;
}
.contact-info h3 {
	background-color: #dac119;
	color: #000;
	padding: 10px;
	margin: 0 -51px 10px 0;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li:last-of-type {
	margin-top: 10px;
}
.contact-img img {
	width: 100%;
	vertical-align: bottom;
}

.required {
  color: red;
  font-weight: bold;
  margin-left: 4px;
  animation: blink 1.5s infinite;
}

.ohnohoney {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.fromwarn {
	color: #f00;
}

.grecaptcha-badge {
	visibility: hidden;
}


/* 尺寸設定 */

@media (max-width: 991px) {
.contact-list {
	margin-left: 20px;
	margin-right: 20px;
}
}

@media (min-width: 992px) {
.contact-info {
	padding: 25px 50px;
}
}

@media (min-width: 1200px) {
.contact-info {
	padding: 50px 50px;
}
}

@media (min-width: 1600px) {
.contact-info {
	padding: 80px 50px;
}
}
/*========================================================

                   	   	廠商專區

=========================================================*/



.firm-bg {
	background: url(../images/contact-bg.jpg) no-repeat top center;
	background-size: cover;
}
.firm-bg-in {
	background: url(../images/firm-bg-in.jpg) no-repeat top center;
	background-size: contain;
}
/*========================================================

                   	   	廠商專區

=========================================================*/



.form-bg {
	background: url(../images/contact-bg.jpg) repeat top center/*	background: url(../images/contact-bg.jpg) no-repeat top center;

	background-size: cover;*/

}
.form-bg-in {
	background: url(../images/form-bg-in.jpg) no-repeat top center;
	background-size: contain;
}
.form-box > .container {
	max-width: 1170px;
	margin: 0 auto 40px;
	color: #fff;
	text-align: center;
}
.form-box > .container h2 a {
	color: #edd21a;
	margin: 0 0 10px 0;
}
.form-style {
	background: url(../images/form-bg-in2.jpg) no-repeat top center;
	background-size: cover;
	padding: 50px;
	text-align: left;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #fff;
}
.form-style [class *= col-] {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.form-style [class *= col-] i {
	display: block;
	font-size: 16px;
	color: #c4c4c4;
	width: 40px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: 0px;
	border-radius: 5px;
	transition: all 0.4s ease;
}
.form-style h3 {
	margin: 0 0 10px 0;
}
.form-style h4 {
	color: #dac119;
	font-weight: bold;
	font-size: 1.1rem;
}
.form-style p {
	margin-bottom: 30px;
}
.form-horizontal {
	margin-bottom: 40px;
}
.ul-s1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul-s1 li i {
	padding: 0 10px 0 0;
}
.ul-s1 li a {
	color: #fff;
}
.ul-s1 li a:hover {
	color: #93cdff;
}

/* ========å°ºå¯¸è¨­å®š======== */



@media (max-width: 767px) {
.contact-banner {
	background: url(../images/contact_banner.jpg) no-repeat bottom center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: relative;
	min-height: 280px;
}
.contact-banner img {
	display: none;
}
}
/*========================================================

                   	   	客變專區

=========================================================*/



.customer-bg {
	background: url(../images/customer-style-bg.jpg) no-repeat top center;
	background-size: cover;
}
.customer-bg-in {
	background: url(../images/customer-bg-in.jpg) no-repeat top center;
	background-size: contain;
	color: #fff;
}
.customer-bg-in .banner {
	padding-bottom: 5%;
}
.customer-banner-txt {
	max-width: 740px;
	padding: 30px;
	margin: 0 auto;
}
.customer-style {
	padding-bottom: 0;
	margin-bottom: -20px;
}
/* 標題 */

.customer-style .s-header {
	text-align: center;
	overflow: hidden;
}
.customer-style .title-h2 {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 50px;
	margin: 20px 0 40px;
	font-weight: bold;
}
.customer-style .title-h2:before, .customer-style .title-h2:after {
	content: '';
	height: 50px;
	width: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.customer-style .title-h2:before {
	left: -35px;
	border: 7px solid #fff;
	border-right: none;
}
.customer-style .title-h2:after {
	right: -35px;
	border: 7px solid #fff;
	border-left: none;
}
.customer-style .title-h3 {
	color: #ffea00;
}
.customer-s1 {
	text-align: center;
}
.customer-s1 iframe {
	border: 15px solid #000;
}
.customer-s2 {
	background: url("../images/customer-s2-bg.jpg") no-repeat bottom center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.customer-s2 img {
	max-width: 100%;
}
.customer-s3 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.customer-s4 {
	background: url(../images/customer-s4-bg.png) no-repeat right center;
	background-size: 15% auto;
	padding-bottom: 60px;
}
.customer-s4 img {
	width: 100%;
	padding-bottom: 1.5vh;
}
.customer-s4-info h3 {
	display: inline-block;
}
.customer-s4-info h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d2b21e;
	margin-top: 5px;
}
.customer-s4 iframe{
	margin:0 auto;
	display:block;
	border:15px solid #000;
}





.customer-s5 {
	background: url(../images/customer-s5-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 100px;
}
.customer-s5-qa {
}
.customer-s5-qa dl {
	border-bottom: 1px solid #fff;
	padding: 30px 15px;
	margin-bottom: 0;
}
.customer-s5-qa dl:hover {
	background-color: #ffffff2b;
	box-shadow: 10px 10px 10px 5px #0005;
}
.customer-s5-qa dt {
	font-size: 20px;
	padding-bottom: 10px;
}
.customer-s5-qa dl:hover dt {
	color: #ffea00;
}
.customer-s5-qa dd {
	font-size: 18px;
}
.customer-s6 {
	background: url(../images/customer-s6-bg.png) no-repeat left top;
	background-size: 12% auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.customer-s6-form {
	max-width: 1000px;
	margin: 0 auto 40px;
}
.customer-s6-form dl {
	border: 1px solid #848484;
}
.customer-s6-form dt {
	background-color: #848484;
	padding-top: 10px;
	font-size: 20px;
}
.customer-s6-form dd {
	padding-top: 20px;
}
.customer-s6-form dt,  .customer-s6-form dd {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.customer-s6-form dd h4 {
	font-weight: bold;
}
.customer-s6-form dd ul {
	list-style: none;
	margin: 5px 15px 20px;
	padding: 0;
}
.customer-s6-info {
	font-size: 18px;
	text-align: center;
}
.customer-s6-info p:nth-of-type(2) {
	color: #ddb600;
}
.customer-s6-info p:nth-of-type(2) strong {
	color: #e36c09;
	font-weight: 900;
	font-size: 24px;
}
.customer-s6-info .number-box {
	font-size: 32px;
	font-weight: bold;
}
.customer-s7 {
	background: url(../images/customer-s7-bg.jpg) no-repeat right top;
	background-size: cover;
}
.customer-s7 .container {
	background-color: rgba(0,0,0,0.5);
	padding: 60px 30px 80px;
}
.customer-s7-list {
	padding: 30px 30px;
	border: 1px solid #848484;
	margin-bottom: 40px;
}
.customer-s7-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.customer-s7-list ul li {
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #848484;
	line-height: 32px;
	font-size: 18px;
}
.customer-s7-list ul li a {
	color: #fff;
}
.customer-s7-list ul li a:hover {
	color: #ddb600;
}
.customer-s7-list ul li:last-of-type {
	border-bottom: none;
}
.customer-s7-list ul li span {
	display: inline-block;
	color: #ddb600;
	font-weight: 900;
	font-size: 26px;
	line-height: 32px;
	margin-right: 5px;
}
.customer-btn {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	background: linear-gradient(90deg, #FFD700, #FFA500);
	padding: 12px 30px;
	border-radius: 8px;
	display: inline-block;
}
.customer-btn:hover {
	color: #000;
	background: linear-gradient(90deg, #FFA500, #FFD700);
}

@media (max-width: 767px) {
.customer-bg-in {
	background: url(../images/customer-bg-in.jpg) no-repeat top center;
	background-size: 300% auto;
}
.customer-banner-txt {
	text-align: left;
}
}

@media (min-width: 768px) {
.customer-s2-info {
	padding-left: 5%;
	padding-right: 5%;
}
.customer-s5-qa dl {
	padding: 30px;
}
.customer-s6-form dt,  .customer-s6-form dd {
	padding-left: 60px;
	padding-right: 60px;
}
}

@media (min-width: 992px) {
.customer-style .title-h2 {
	margin: 20px 0 60px;
}
.customer-style .title-h2:before, .customer-style .title-h2:after {
	width: 30px;
}
.customer-style .title-h2:before {
	left: -50px;
}
.customer-style .title-h2:after {
	right: -50px;
}
.customer-s2-info {
	padding-left: 5%;
	padding-right: 5%;
}
.customer-s5-qa dl {
	padding: 30px;
}
.customer-s6-form dt,  .customer-s6-form dd {
	padding-left: 100px;
	padding-right: 100px;
}
.customer-s7 {
	background: url(../images/customer-s7-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 280px;
}
.customer-s7 .container {
	background-color: rgba(0,0,0,0.7);
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 100px 60px;
}
.customer-s7-list {
	padding: 30px 50px;
	margin-bottom: 40px;
}
}

@media (min-width: 1200px) {
.customer-s2 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.customer-s2-info {
	padding-top: 50px;
	padding-left: 25%;
	padding-right: 5%;
}
}

@media (min-width: 1600px) {
.customer-style .video-iframe iframe,  .customer-style .video-iframe embed {
	width: 80% !important;
}
}
/*========================================================

                        客變流程設定

=========================================================*/



.process-wrap ul {
	list-style: none;
	margin: 0;
	padding: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: #242424;
	color: #fff;
}
.process-wrap ul li {
	position: relative;
	border: 3px solid #37332b;
	width: 100%;
	text-align: center;
	padding: 30px 20px;
	margin: 8px;
	font-size: 20px;
}
.process-wrap ul li:after {
	content: '';
	position: absolute;
	z-index: 10;
	display: block;
	width: 30px;
	height: 30px;
}
.process-wrap ul li:last-of-type:after {
	display: none;
}
.process-wrap ul li:hover {
	background: #d2b21ea3;
	color: #fff;
	border: 3px solid #f5f5dcc2;
	font-weight: bold;
}
.process-wrap ul li:hover:after {
	opacity: 0.6;
}

@media (max-width: 991px) {
.process-wrap ul {
	flex-wrap: wrap;
}
.process-wrap ul li:after {
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/process-arrow2.jpg") no-repeat center center;
}
}

@media (min-width: 992px) {
.process-wrap ul li {
	padding: 50px 10px;
	margin: 5px;
}
.process-wrap ul li:after {
	top: 50%;
	right: -22px;
	transform: translateY(-50%);
	background: url("../images/process-arrow1.jpg") no-repeat center center;
}
}

@media (min-width: 1600px) {
.process-wrap ul li {
	padding: 50px 40px;
}
}
/*========================================================

                         聯絡我們

=========================================================*/



/*



.contact-list h2 {

	border-left: 10px solid #ce4737;

	padding: 10px;

	margin-bottom: 20px;

	background-color: #f4f4f4;

	font-size: 24px;

}

*/

.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #0096cc;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #0096cc;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before,  .map ul li [class*=" flaticon-"]:before,  .map ul li [class^="flaticon-"]:after,  .map ul li [class*=" flaticon-"]:after {
	margin-right: 0px;
}
/*========================================================

                         各類表單

=========================================================*/





/* 說明 */

/*

.form-info {

	border: 2px dashed #adadad;

	padding: 20px 20px 20px 100px;

	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;

	margin-bottom: 20px;

	min-height: 60px;

}

.form-info p {

	margin-bottom: 6px;

}

*/





/* 表單設定 */

/*

.form-horizontal {

	margin-bottom: 40px;

}

.form-horizontal .control-label {

	color: #333;

}

.form-horizontal .form-control {

	border-radius: 5px;

	padding: 5px 20px 5px 40px;

	border: 1px solid #c4c4c4;

	background-color: #fff;

}

.form-control {

    background-color: #f6f6f6;

	height: 40px;

}	

.form-control::-moz-placeholder {

	color: #666;

	opacity: 1;

	font-size: 16px;

	font-weight: bold;

}

.form-control:-ms-input-placeholder {

	  color: #666;

}

.form-control::-webkit-input-placeholder {

	  color: #666;

}

*/



/* 意見表單 */



/*

.contact-form {

	margin-bottom: 20px;

}

.contact-form [class *= col-] {

	position: relative;

	padding: 0;

	margin-bottom: 10px;

}

.contact-form [class *= col-] i {

    display: block;

    font-size: 16px;

    color: #666;

    width: 28px;

    line-height: 28px;

    text-align: center;

    border: 1px solid #c4c4c4;

    background-color: #f6f6f6;

    position: absolute;

    left: 6px;

    top: 6px;

    border-radius: 5px;

    transition: all 0.4s ease;

}

.contact-form [class *= col-] i.text-red {

    color: #333;

}

*/





/* 尺寸設定 */



/*

@media (min-width: 768px) {

	.form-info {

		padding: 20px 20px 20px 70px;

		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;

	}

	.form-info {

		margin-right: 15px;

	}

	.contact-form [class *= col-] {

		padding-right: 15px;

	}

	.form_out .col-md-3 {

		padding-right: 15px;

	}

	.form_out .col-md-3 span {

		text-align: center;

		background-color: #fff;

	}

}

*/





/*========================================================

                           表格

=========================================================*/



.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #e8e8e1;
}
.table1 th {
	background: #333333;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #bbb;
}
.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 {
}
.table2 th {
	background: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fff;
}
.table2 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 td.left {
	text-align: left;
}
.table2 td.left b {
	display: block;
	color: #D40101;
}
.table3 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table3 caption {
	color: #c0e4ea;
	font-weight: bold;
}
.table3 th {
	background: #ffffffe8;
	color: #333;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;
	border: 1px solid #333;
}
.table3 td {
	padding: 0 5px;
	border: 1px solid #bbb;
}
.table3 td.c {
	background-color: #5b5d64de;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
}
.table3 td.left {
	text-align: left;
}
.table3 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
}
.table3 td img {
	max-width: 100px;
	max-height: 100px;
}
.table4 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table4 caption {
	color: #c0e4ea;
	font-weight: bold;
}
.table4 th {
	background: #5b5d64de;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;
	border: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
/*.table4 tr:nth-of-type(2n+1) {

    background-color: #5b5d6487;

}*/

.table4 td {
	padding: 0 5px;
	border: 1px solid #bbb;
}
.table4 td.c {
	background-color: #5b5d64de;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
}
.table4 td.left {
	text-align: left;
}
.table4 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
}
.table4 td img {
	max-width: 100px;
	max-height: 100px;
}
/* 手機表格提示 */

.table-text {
	color: #D40101;
	text-align: right;
	margin-bottom: -20px !important;
}

@media (min-width: 768px) {
.table-text {
	display: none;
}
}
/*========================================================

                         線上諮詢

=========================================================*/



.online-box {
	background: url(../images/online-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 20px 40px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.online-box p a {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 10px 30px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	font-size: 20px;
	background-color: #161615;
}
.online-box p a:hover {
	color: #000;
	background-color: #fff;
}
/*========================================================

                         圖片效果

=========================================================*/



a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 10;
	content: '';
	display: inline-block;
	background: rgba(0,0,0,0.05) url(../images/magnifier.png) no-repeat center center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
/*========================================================

                      	 網站導覽

=========================================================*/



.sitemap-wrap {
	background: url(../images/design-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 20px 40px;
	display: none;
}
.sitemap-wrap dl {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	width: 7.6%;
	margin: 0 1%;
}
.sitemap-wrap dl dt {
	background-color: #111;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.sitemap-wrap dl dd {
	margin-bottom: 0;
}
.sitemap-wrap dl dd a {
	display: block;
	color: #333;
	font-size: 0.85rem;
	line-height: 26px;
}
.sitemap-wrap dl dd a:hover {
	color: #000;
}

/*  尺寸設定 */

@media (min-width: 1200px) {
.sitemap-wrap {
	display: block;
}
}
/*========================================================

                        板材介紹

=========================================================*/



.furniture-box {
	color: #fff;
}
.furniture-box a {
	color: #c0e4ea;
}
.furniture-box a:hover {
	color: #fff;
}
.product-1 {
	margin-top: 30px;
	margin-bottom: 50px;
}
.product-1 h2 {
	color: #efc811;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.product-1 h3 {
	color: #efc811;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.product-1 .text-info {
	color: #c0e4ea;
}
.product-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-1 ul li {
	border-bottom: 1px solid #cdcdcd;
	padding: 3px 10px;
}
/*

.product-1 ul li:first-of-type {

	border-top: 1px solid #cdcdcd;

}

.product-1 ul li:nth-of-type(2n+1) {

	background-color: #ededed;

}

*/



.product-img {
	margin-top: 20px;
}
.product-img > div img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.service-1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.service-1 h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
.service-pic img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 5px;
	border: 1px solid #ededed;
}
.service-pic [class*="col-"] {
	margin-bottom: 20px;
}
.service-pic [class*="col-"] p {
	text-align: center;
	font-size: 13px;
}
.ul-list {
	text-align: left;
}

/* 尺寸設定 */



@media (min-width: 768px) {
.product-img > div:first-of-type {
	padding-left: 0px;
}
.product-img > div:last-of-type {
	padding-right: 0px;
}
.ul-list h4 {
	font-size: 20px;
	text-align: center;
	background-color: rgba(133,133,133,0.6);
	padding: 10px;
}
.ul-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul-list li {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 20px 10px 0;
	font-size: 15px;
}
}
/*========================================================

                        裝修試算

=========================================================*/





.calculation-box > .container {
	max-width: 1170px;
	margin: 0 auto 40px;
	color: #fff;
	text-align: center;
}
.calculation-box > .container h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #dac119;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.calculation-list {
	background: url(../images/form-bg-in2.jpg) no-repeat top center;
	background-size: cover;
	padding: 50px;
	text-align: left;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	border: 1px solid #fff;
}
.calculation-item {
	margin-bottom: 50px;
}
.calculation-item img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.calculation-info {
	color: #fff;
	margin-bottom: 20px;
}
.calculation-info h3 {
	font-weight: bold;
	background-color: #dac119;
	color: #000;
	padding: 10px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 10;
	box-shadow: 3px 3px 2px rgb(0 0 0);
}
.calculation-info h3.red {
	background-color: #51450a;
	color: #fff;
}
.calculation-info [class*="col-"] {
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.calculation-info [class*="col-"] > div {
	border-bottom: 1px solid #efeaca;
	margin-left: 15px;
	margin-right: 15px;
}
.calculation-info [class*="col-"] span {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	font-weight: bold;
	background-color: #efeaca;
	color: #000;
	text-align: center;
}
.calculation-info [class*="col-"]:last-of-type span {
	background-color: #dac119;
}
.calculation-info [class*="col-"] .form-control {
	display: inline-block;
	width: calc(100% - 80px);
	height: 31px;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: none;
	/* border: 1px solid #efeaca; */

	border-radius: 0;
	margin-bottom: -1px;
	margin-left: -10px;/*

    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);

    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

*/

}
.calculation-item .col-lg-6 .desc {
	margin-top: -15px;
	margin-bottom: 20px;
}
.calculation-other ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.calculation-other ul li.red {
	color: #ff3e3e;
}
.calculation-btn {
	margin-top: -40px;
	margin-bottom: 10px;
	text-align: right;
}
.calculation-btn a {
	display: inline-block;
	padding: 3px 20px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
}
.calculation-btn a:hover {
	background-color: #F3E991;
}
/*========================================================

                        客變專區

=========================================================*/

.customer-change > .container {
	max-width: 1170px;
	margin: 0 auto 40px;
	color: #fff;
	text-align: center;
}
.customer-change > .container h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #dac119;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.customer-change > .container h3 {
	font-size: 25px;
	color: #e36c09;
	font-weight: bold;
	margin-bottom: 10px;
}
.customer-change > .container h4 {
	font-size: 18px;
	color: #b2a2c7;
	font-weight: bold;
	margin-bottom: 10px;
}
.navsub-pc3 {
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	line-height: 24px;
}
.navsub-pc3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-pc3 ul li {
	display: inline-block;
}
.navsub-pc3 ul li a {
	display: inline-block;
	font-weight: bold;
	padding: 3px 15px;
	margin: 0 7px 20px;
	background-color: #d5be3c;
	color: #000;
}
.navsub-pc3 ul li a:hover, .navsub-pc3 ul li a.active {
	background-color: #7c6d16;
	color: #fff;
}

/* 尺寸設定 */

@media (min-width: 768px) {
.navsub-pc3 ul li a {
	padding: 5px 20px;
}
}

@media (min-width: 1200px) {
.navsub-pc3 {
	font-size: 1.3rem;
}
}

@media (min-width: 1366px) {
.navsub-pc3 {
}
}
/*========================================================

                        目錄選單

=========================================================*/



.content-list-container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	display: table;
	margin: 0 auto 30px;
	padding: 30px;
	position: relative;
	width: auto;
}
.content-list-container a {
	color: #444;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	display: inline-flex;
	align-items: stretch;
	flex-wrap: nowrap
}
.content-list-title-container {
	position: relative;
}
.content-list-title {
	font-size: 20px;
	font-weight: bold;
	color: #111;
}
.content-list-info {
	color :#C50808;
	font-size: 0.9rem;
	margin-top: 6px;
}
.content-list-title-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	border: 1px solid #444;
	padding: 4px 6px;
	line-height: 20px;
}
.content-list-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: item;
}
.content-list-detail ul li a::before {
	content: counters(item, '.', decimal) '. ';
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: .2em;
	float: left;
}
.content-list-detail ul li a:hover {
	text-decoration: underline;
}
.content-list-detail ul ul {
	margin-left: 1.5em;
}
.rec-txt {
	font-size: 1.2rem;
}
/*========================================================

                        設計指南

=========================================================*/

.article_box1 {
	width: 100%;
}
.article_box1 > div {
	margin: 0 10px;
}
.article_box1 img {
	width: 100%;
}

@media (min-width: 768px) {
.article_box1 {
	display: flex;
	align-items: center;
}
}
/*========================================================

                       文章排版風格設定

=========================================================*/



.article-style {
	color: #fff;
}
.article-style h2 {
	color: #e2ca27;
	margin: 0 0 10px 0;
	border-left: 9px solid #e2ca27;
	padding-left: 15px;
	font-weight: 700;
	font-size: 26px;
}
.article-style h3 {
	color: #e36c09;
	font-weight: 700;
	font-size: 22px;
}
.article-style h4 {
	color: #b2a2c7;
	font-weight: 700;
	font-size: 20px;
}
.article-style h5 {
	color: #4FC3F7;
	font-weight: 900;
	font-size: 16px;
}
.article-style p {
	margin-bottom: 10px;
}
.article-style p img.img1 {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 40px auto;
}
.article-style ol li strong,  .article-style ul li strong {
	font-weight: 700;
}
.article-style iframe {
	margin: 40px auto;
}
/*文字顏色*/

.article-style .f-c01 {
	color: #83e188;
}
.article-style .f-c02 {
	color: #3bc7ba;
}
.article-style .f-c03 {
	color: #cb6ddb;
}
.article-style .f-c04 {
	color: #f36d68;
}
.article-style .f-c05 {
	color: #e9aeaf;
}
.article-style .f-c06 {
	color: #e2ca27;
}

.article-style .f-b01 {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background-color: #003366;
}
.article-style .f-b02 {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background-color: #800000;
}
.article-style .f-b03 {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background-color: #004D00;
}
.article-style .f-b04 {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background-color: #191970;
}
.article-style .f-b05 {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background-color: #8B4513;
}
.article-style .f-b06 {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	background-color: #3b88c3;
}
.article-style .f-b07 {
	padding: 2px 10px;
	margin: 0;
	color: #111;
	background-color: #e2ca27;
}

/*文字樣式*/
.article-style .f-s01 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
}
.article-style .f-s02 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #83e188;
	padding-bottom: 2px;
}
.article-style .f-s03 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #3bc7ba;
	padding-bottom: 2px;
}
.article-style .f-s04 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #cb6ddb;
	padding-bottom: 2px;
}
.article-style .f-s05 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #f36d68;
	padding-bottom: 2px;
}
.article-style .f-s06 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #e9aeaf;
	padding-bottom: 2px;
}
.article-style .f-s07 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #e2ca27;
	padding-bottom: 2px;
}

/*其他樣式*/
.article-style .ul-line li {
	border-bottom: 1px dashed #fff;
	padding: 10px;
}

/* 宣告免責 */
.case-note {
  background-color: #f7f7f7;
  padding: 0.75em 1em;
  margin: 1.5em auto 0;
  font-size: 0.75rem;
  color: #777;
  border-radius: 5px;
  max-width: 720px;
  line-height: 1.6;
  border-left: 3px solid #ddd;
}



