@charset "utf-8";
*{	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
html {
	scroll-behavior: smooth;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color:#f5f5f5;
}

/* campaigns選單 ==============================*/
.campaignsNav {
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #e0e0e0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.campaignsNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 3%;
	gap: 0;
}
.campaignsNav ul li {
	margin: 0;
	padding: 0;
}
.campaignsNav ul li a {
	display: block;
	padding: 14px 18px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: all 0.2s ease;
}
.campaignsNav ul li a:hover {
	color: #E60012;
	background-color: #f8f9fa;
}
.campaignsNav ul li.active a {
	color: #E60012;
	border-bottom-color: #E60012;
	font-weight: 600;
}

/* campaignSectionsNav: campaign_sections 子選單 */
.campaignSectionsNav {
	width: 100%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
}
.campaignSectionsNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 16px 3%;
	gap: 4px 0;
}
.campaignSectionsNav ul li {
	margin: 0 12px 0 0;
	padding: 0;
}
.campaignSectionsNav ul li a {
	display: block;
	padding: 8px 14px;
	font-size: 1rem;
	color: #555;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.campaignSectionsNav ul li a:hover {
	color: #E60012;
	border-color: #E60012;
	background-color: #f8fbff;
}

.campaignSection {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
	scroll-margin-top: 60px; /* 錨點捲動時預留上方 fixed 區塊空間 */
}

.campaignSectionTitle {
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 7px;
	margin: 20px 0px 10px 0px !important;
	clear: both;
}

@media screen and (max-width: 999px){
	html, body, [id^="page_"]{height: 100%;}

	/* campaignsNav 手機版 */
	.campaignsNav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.campaignsNav ul {
		padding: 0 2%;
		flex-wrap: nowrap;
		min-width: max-content;
	}
	.campaignsNav ul li a {
		padding: 12px 14px;
		font-size: 0.95rem;
		white-space: nowrap;
	}

	/* campaignSectionsNav 手機版 */
	.campaignSectionsNav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.campaignSectionsNav ul {
		padding: 8px 2%;
		flex-wrap: nowrap;
		min-width: max-content;
	}
	.campaignSectionsNav ul li a {
		padding: 6px 12px;
		font-size: 0.85rem;
		white-space: nowrap;
	}

	/* 內容 */
	.content{width: 100%; background-color: transparent;}
}

/* 表頭表尾 */
.headwraper{
	height: 35px;
	background-color:#E60012;
	margin: auto;
	position: fixed;
	z-index:9999;
	left:0;
	right:0;}
a.tours_btn{
	display:none;
}
.headwraper a.logo{
	display: inline-block;
	float: left;
	width:80px;
	height:auto;
	margin: 7px 10px 0px 0px;
}
.headwraper img{
	display: block;
	width:100%;
	height:auto;
}
.headwraper a.fb,a.line{
	display: inline-block;
	width: 29px;
	height: 29px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
}
@media screen and (max-width: 999px) {
	.footwraper{
		width: 100%;
	}
	/* 表頭 */
	.headwraper{
		width:100%;
		height:40px;
		margin: auto;
		position: fixed;
		z-index:9999;
	}
	a.tours_btn{
		position: fixed;
		z-index: 9999;
		right: 10px;
		display: block;
		width: 50%;
		color: #FFF;
		font-size: 18px;
		line-height: 40px;
		text-align: right;
		text-decoration: none;
		background-position: right center;
		background-repeat: no-repeat;
	}
	.headwraper a.logo{margin: 10px 10px 0px 10px;}
	.headwraper a.fb,a.line{margin: 5.5px 0px 0px 0px;}
	.headwraper_inner{width: 100%;}
}

/* footer */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
.footer li{
	list-style: none;
}
.bold{
	font-weight: bold;
	padding-left: 3px;
}
.footer{
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color: #E60012;
}

.footwraper{
	color: #fff;
	width: 1140px;
	padding: 15px 0px;
	background-color: #E60012;
	margin: 0 auto;
	overflow: hidden;
}
.footwraper .rd_logo{
	display: block;
	width: 80%;
	height: 70px;
	background-size: 100% auto;
	margin-top:4px;
}
.footwraper.b2b a{
	background-image: url(/project/RWD_Image/logofull_2b.png);
}

.banner-top{
	height: 35px;
}
@media screen and (max-width: 999px){
	.banner-top{
		height: 40px;
	}
    .mt-md-0 {
        margin-top: 0 !important;
    }
}


@media (min-width: 821px) and (max-width: 1024px){
	.contact{
		font-size: 15px;
	}
}

@media (min-width: 480px) and (max-width: 768px){
	.footwraper{
		width: 100%;
		padding: 15px 10px;
		background-color: #E60012;
		margin: 0 auto;
		overflow: hidden;
	}
	.footwraper .rd_logo{
		display: block;
		width: 100%;
		height: 77px;
		background-size: 100% auto;
		background-repeat: no-repeat;
		margin-top:2px;
	}
}

@media screen and (max-width: 767px){
	.sm-center{
		text-align: center;
	}
}

@media screen and (max-width: 480px){
	.footwraper{
		width: 100%;
	}
	.footwraper .rd_logo {
		display: block;
		margin: 0 auto;
		float: none;
		width: 50%;
		height: 0;
		padding-bottom: 20%;
		background-size: contain;
		background-position: center;
	}
}
