body {
	font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft JhengHei', Roboto, 'Helvetica Neue', Arial, sans-serif;
	background-color: #f9f7f1;
	color: #000;
	font-size: 18px;
}

.border_1 {
	border: 1px solid #000;
}

.text_C_1 {
	color: #ca2627;
}

.ul_decimal {
	/* padding-left: 22px; */
}

.ul_decimal li {
	list-style-type: decimal; 
	line-height: 36px;
}

.ul_cjk li {
	list-style-type: cjk-ideographic; 
	line-height: 36px;
}

.ul_cjk .ul_dec li {
	list-style-type: decimal; 
	line-height: 36px;
}


.background_a {
	background-color: #f9f7f1;
}

.text-16 {
	font-size: 16px;
}

/* 左側選單 */
.main-sidebar{
	position: fixed;
    top: 0;
    bottom: 0;
    left: -260px;
    z-index: 9999;
    width: 260px;
    background: #ff4c4e;
    background: -moz-linear-gradient(top, #ff4c4e 0%, #cf2a2b 100%);
    background: -webkit-linear-gradient(top, #ff4c4e 0%,#cf2a2b 100%);
    background: linear-gradient(to bottom, #ff4c4e 0%,#cf2a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4e', endColorstr='#cf2a2b',GradientType=0 );
    overflow-y: auto;
    overflow-x: hidden;
}

.main-header-menu-x {
	width: 46px;
	height: 46px;
	float: right;
	/* background-color: #fff; */
	font-size: 32px;
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.main-sidebar {
		left: 0;
	}
	.main-header-menu-x {
		display: none;
	}
}

.main-header {
	position: relative;
    z-index: 1;
    width: 100%;
    height: 36px;
    background-color: #d12b2c;
}

.main-header-menu-item {
	font-size: 24px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
}

@media (min-width: 768px) {
	.main-header {
		display: none;
	}
}

.nav-left {
	margin-left: 25px;
}

.nav-left a {
	display: block;
	width: 100%;
	padding: 7px;
	line-height: 26px;
	list-style-type: none;
	margin-left: 0;
	color: #fff;
}

.nav-icon {
	color: #fff170;
}

.nav-left a {
	border-bottom: 1px solid #f16567;
}

.nav-left a:hover {
	text-decoration: none;
	color: #fff170;
}

.cover-bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9;
	display: none;
}


/* 主要內容區 */
.content-wrapper {
	position: relative;
	width: 100%;
	min-height: 950px;
    margin-left: 0;
    padding-bottom: 85px;
}

@media (max-width: 768px) {
	.content-wrapper {
		padding-bottom: 120px;
	}
}

@media (min-width: 768px) {
	.content-wrapper {
		width: calc(100% - 270px);
	    margin-left: 270px;  
	}
}

.custom-pc {
	display: none;
}

@media (min-width: 768px) {
	.custom-pc {
		display: block;
	}
	.custom-mb {
		display: none;
	}
}

.topbanner {
	position: relative;
	width: 100%;
	height: auto;
}

.m_banner img {
	width: 100%;
	height: auto;
}

.logo {
	width: 96%;
	margin-left: 2%;
	margin-top: 2%;
	height: auto;
	position: absolute;
}

.w-content {
		width: 92%;
		margin: 0 auto;
	}

@media (min-width: 768px) {
	.topbanner {
		width: 97%;
		height: 216px;
		margin-top: 25px;
		margin-left: 1.2%;
		background-image: url(../images/banner.png);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		/* border: 1px solid #000; */
	}

	.w-content {
		width: 97%;
		margin-left: 1.2%;
	}


}

.bg-breadcrumb {
	background-color: #f9f7f1;
	padding: 0;
	margin: 15px 0;
}

.allbox {
	width: 100%;
}

.leftAllbox {
	width: calc(100% - 260px);
}

.rightAllbox {
	width: 240px;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.leftAllbox {
		width: 100%;
	}

	.rightAllbox {
		width: 100%;
		margin-left: 0;
	}
}





.featuresbtn a {
	display: block;
	width: 100%;
	padding: 10px 5px;
	text-align: center;
	color: #611311;
	border: 1px solid #ffb6b9;
	border-radius: 6px;
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffeae9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffeae9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffeae9 100%);
    box-shadow:1px 1px 3px #b5b5b5;
}

.featuresbtn a:hover {
	color: #611311;
	text-decoration: none;
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9d0cf 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9d0cf 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9d0cf 100%);
}

.in_newBox {
	width: 100%;
	min-height: 510px;
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 20px;
	box-shadow:0px 0px 5px #b5b5b5;
}

.in_new_Lest {
	line-height: 39px;
	padding: 0;
}

.in_new_Lest li {
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.in_newBox{
		margin-top: 0;
	}
}






.right_bg {
	width: 100%;
	background-color: #ea6e3a;
	border-radius: 8px;
}

.relatedbox {
	height: 370px;
	padding: 15px;
}

.web_inbox {
	height: 225px;
	margin-top: 25px;
	padding: 15px;
}

.footer {
	width: calc(100% + 15px);
	position: absolute;
	font-size: 14px;
	text-align: center;
	background-color: #e6e6df;
	padding: 15px;
	margin-left: -15px;
	bottom: 0;
}

@media (max-width: 768px) {
	.footer {
		width: 100%;
		margin-left: 0;
	}
}

.relatedLink a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px dashed #f2e2cf;
	color: #5d4840;
}

.newList {
	background-color: #ea6e3a;
}

.newItem {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.newLestAll {
		width: 100%;
		overflow: auto;
	}

	.newLestbox {
		width: 1060px;
	}
}

.suboptionbox {
	margin: 0;
	padding: 0;
}

.suboptionbox li {
	list-style-type: none;
	margin-bottom: 10px;
}

.suboptionbox li a {
	display: block;
	background-color: #ea6e3a;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
}

.suboptionbox li a:hover {
	background-color: #d4470c;
}

.m_suboption {
	background-color: #ea6e3a;
	padding: 8px 15px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 15px;
	cursor: pointer;
}

.m_down{
	display: inline-block;
	font-size: 24px;
	margin-top: -8px;
	float: right;
}

.table_rwd {
	width: 100%;
}

.table_rwd th, .table_rwd td {
	padding: 10px;
}

.table_rwd th {
	background-color: #e6e9ed;
}

.table_rwd td {
	border-bottom: 1px solid #e6e9ed;
}

@media (max-width: 768px) {
	.suboptionbox {
		display: none;
	}

	
}

@media (max-width: 1024px) {
	.table_over {
		overflow: auto;
	}

	.wl-400 {
		width: 400px;
	}

	.w-560 {
		width: 560px;
	}

	.w-800 {
		width: 800px;
	}

}




















