﻿/*******************************
import_1:首頁專用
import_2:內頁專用
--------------------------------
05.首頁版型設定
05-01 AdEfficacy 版型區域設定
05-02 AdEfficacy 特效設定
05-03 NewsSubjecty 版型區域設定
05-04 NewsSubjecty 特效設定
05-05 InfoBox 版型區域設定
*******************************/

/*==============================
05-01 AdEfficacy 版型區域設定
==============================*/
#AdEfficacy {
	/* 首頁特效-大廣告區域 */
	height: 240px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
	padding-bottom: 10px;
}
/*==============================
05-02 AdEfficacy 特效設定
==============================*/
.lof-slidecontent{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.lof-slidecontent .preload{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	color: #FFF;
	text-align: center;
	background-color: #F2F2F2;/*漸變前顏色*/
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/icon/load-indicator.gif) no-repeat scroll 50% 50%;
}
/* main flash */
.lof-main-wapper{
	margin-right: auto;
	overflow: hidden;
	background: transparent url(../images/icon/load-indicator.gif) no-repeat scroll 50% 50%;
	padding: 0px;
	height: 100%;
	width: 100%; /*圖檔顯示區域設定*/
	position: relative;
	overflow: hidden;
}

.lof-main-wapper .lof-main-item{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-main-wapper .lof-main-item img{
	padding: 0px;
	width: 100%; /*圖檔寬度設定*/
}

.lof-main-item-desc{ /*廣告圖檔壓圖文字區域*/
	z-index: 100px;
	position: absolute;
	left: 0px;
	/*width: 450px;*/
    width: 100%;
	background-image: url(../images/icon/transparent_bg.png);
	bottom: 0px;
	/*height: 50px;*/
    height: 60px;
	padding: 10px;	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color: #FFF; /*左邊廣告圖下方說明文字*/
	margin: 0 8px;
	padding: 8px 0;
	font-size: 12px;
	line-height: 15px;
}
.lof-main-item-desc h3 a{
	color: #FFF;
	margin: 0;
	font-size: 18px;
	text-decoration: none;
	/*padding-top: 25px;*/
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
    word-wrap: break-word;
    display: block;
}
.lof-main-item-desc h3 a:hover{
	color: #000;
	text-decoration: underline;
}


/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 100;
	height: 240px;
    /*60%*/
	width: 95px;
	overflow: hidden;
	color: #FFF;
}
.lof-navigator li.active{
	background:url(../images/icon/arrow-bg3.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	color: #FFF;/*滑鼠反映*/
}


.lof-navigator li h3{
	color: #CCC;
	font-size: 14px; /*右方三張圖滑鼠反映前標題*/
	padding: 15px 0 0 !important;
	margin: 0;
}
.lof-navigator li div{
	/*background: url(../images/icon/transparent_bg3.png);*/
	color: #CCC;
	height: 100%;
	position: relative;
	margin-left: 15px;
	padding-left: 3px;
	border-top: 1px solid #E1E1E1;
	font-size: 12px; /*右方三張圖滑鼠反映前內文*/
	line-height: 20px;
}

.lof-navigator li.active div{
	/*background:url(../images/icon/grad-bg.gif);*/
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:5px 3px 5px 3px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:#6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.lof-next{
	position: absolute;
	top: 0;
	height: 30px;
	display: block;
	width: 100%;
	background-color: #000000;
}
.lof-previous{
	position:absolute;
	bottom:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}