@charset "UTF-8";

/*引入-Mweb錯誤繼承修正檔*/

@import url('fix.css');

/*引入-客製化編輯器專區*/

@import url('editor.css');

/*被選取文字的背景顏色*/

*::selection {
    background: #99D9EA;
}


/*----------------------------------------------------------------------------------------------------*/
html{
	overflow-x: auto;
}
body{
	min-width: 1030px;
}

.container{
	overflow-x: hidden;
}
.container-custom{
	width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁首 */
#search_form{
	border-radius: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-color: #939393;
}

.search #sf_keyword{
	width: 120px;
	padding-left: 5px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁首 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 主選單 */
.navBG{
	background-image: url('../images/img01.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#navMenu{
	background: none;
}

#navMenu li a{
	padding-top: 16px;
	padding-bottom: 11px;
}

#navMenu > li:hover > a{
	background: none;
	box-shadow: none;
	color: #f00;
}


#navMenu > li > a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: relative;
    border: none;
    left: 0;
    margin-top: 4px;
    display: block;
    background: none;
	transition: background 0.25s;
}

#navMenu > li:hover > a:after {
    background: #FF0101;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 主選單 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 情境圖 */
.banner{
	position: relative;
}

.banner:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 8px;
	z-index: 5;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
}
.banner .flex-control-paging li a{
	background: #ddd;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 情境圖 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁尾 */
.bottom{
	background-image: url('../images/img02.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	padding-top: 25px;
}

.socialLink{
	margin-top: 10px;
}

.socialLink ul li a{
	width: 25px !important;
	height: 25px !important;
}

.info label i{
	background-image: url('../images/basic-info02.png');
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁尾 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 左選單 */
.colSide{
	background: #EEEEEE;
}
.colSide .title{
	background: none;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

.colSide .title h4{
	font-size: 30px;
}

.sideCate{
	padding-left: 20px;
	padding-right: 20px;
}


.sideCate li li{
	list-style-type: square;
}


.sideCate li:last-child{
	border-bottom: none !important;
}

.sideCate .superTitle a{
	padding-top: 15px;
	padding-bottom: 15px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 左選單 */

.proList h3 a{
	font-weight: bold;
}

.sideCate li a.tree{
	display: none;
}

.sideCate .superTitle a+a{
	padding-left: 0px;
}

.sideCate li li{
	list-style: none;
}