a{text-decoration:underline}
a:hover{text-decoration:none}
/*框線*/
.WebBorder{border:1px #000 solid;}
/*導角框線*/
.WebRBorder{border:1px #000 solid;border-radius:10px;}
/*CSS歸0*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*無視任何寬度誤差計算屬性專用 IE8+後支援*/
*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 1px){
body{
	margin: 0 auto;	
	font-family:Microsoft JhengHei, Arial;
}
#BodyContainer {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
#BodyContent{
	width: 1200px;
	margin:1% auto 0 auto;
	/*border:#000 solid 1px;*/
}
#BodyHeader_event_rwd{display:none;margin:0;}
#event{
	width: 100%;
	margin:0 auto;
	background-color: #fff;
}

/*共同陣列區塊每列以100%計算-當外框用*/

/*原本要計算誤差值或提供間距的寫法
.row,.row_margin,.row2,.row3,.row4,.row5,.row6{margin:0.5%;}
.row{width:100%;}
.row_margin{width:98.9%;}
.row2{width:48.7%;}
.row3{width:32%;}
.row4{width:23.8%;}
.row5{width:18.8%;}
.row6{width:15.46666666666667%;}
*/

/*無差別距離*/
.row{width:100%;}
.row_margin{width:100%;}
.row1_5 {
	width: 66.66666667%;
}
.row2{width:50%;}
.row3{width:33.33333333333333%;}
.row4{width:25%;}
.row5{width:20%;}
.row6{width:16.66666666666667%;}

/*客製框*/
.row3_case{width:32.93333333333333%;margin-top:1%;}
.row3_left{float:left}

/*共同字級大小*/
h1{font-size: 2.2em;}h2{font-size:1.8em;}h3{ font-size: 2em;}h4{ font-size: 1.8em;}h5{ font-size: 1.6em;}h6{ font-size: 1.4em;}
.L_txt{font-size:1.5em;}.normal_txt{font-size:1.2em;}.m_txt{font-size:1.1em;}.s_txt{font-size:1.0em;}.ss_txt{font-size:0.8em;}

/*固定置中+寬度*/
.row_W1500,.row_W1200,.row_W750,.row_W350{margin:0 auto;display:inline-block;/*padding:0.4%;*/}
.row_W1500{width:1500px;}.row_W1200{width:1200px;}.row_W750{width:750px;}.row_W350{width:350px;}
/*測試看寬度對位置用虛線*/
.row_W1500,.row_W1200,.row_W850,.row_W750{
	/*border: 4px dashed #CCC;*/
}
.row_W1200{
	margin:8px 0;
}
.row_W850{
    width:850px;
    float: left;
}  
.ROWbottom{margin-top:0;}  
    
/*各大區塊*/
.test li{
	float: left;
	height:150px;
	width:150px;
}
.ifr_bg {
	width:100%;
    height: 420px;
}
.ifr_bg2 {
	width:100%;
    height:440px;
}

h1{
	width:100%;
	text-align:center;
	margin:0 auto !important;
}
h1:before,h1:after{
	content: "";
    position: absolute;
    top: 0.95em;
    border: 0.5px solid #000;
    width: 40%;
}
h1:before{left:0;}
h1:after{right:0;}
h2{
	line-height: 1.55em;
    /* border-bottom: 1px solid #333; */
    color: #FFF;
    padding-bottom: 10px;
    padding: 3px 0 0 2%;
    letter-spacing: 0.1em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
}
.event_Scuess h2{
    color: #1cbbb6;
    /*background: #1cbbb6;
    border-bottom:6px solid #12a6a1;*/
}
h2.area1{
    color: #16632e;
}
h2.area2{
    color: #ef544d;
    /*background: #ef544d;
    border-bottom:6px solid #db4039;*/
}
h2.area3{
    background: #26c291;
    border-bottom:6px solid #1cb182;
}
h2.area4{
    background: #ddc026;
    border-bottom:6px solid #c4aa1d;
}
h2.area5{
    color: #cc3c3c;
    /*background: #ddc026;
    border-bottom:6px solid #c4aa1d;*/
}
h2.area6{
    background: #ddc026;
    border-bottom:6px solid #c4aa1d;
}
/*h2::before {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    margin-bottom: -20px;
    background: #ef544d;
    will-change: transform, opacity;
}
h2::after {
    content: '';
	right:0;
    display: block;
    height: 2px;
    width: 30px;
    margin-top: -2px;
    background: #ef544d;
    will-change: transform, opacity;
}*/

.more {
	padding: 0.2em 0.8em;
	background-color: #9FF;
	border-radius: 25px;
	float: right;
	margin-top: 1em;
	margin-right:2em;
}
.more a{color:#000}
.more:hover{background-color:#9CF}


/*頂bar*/
#BodyHeaderTopBar{
	width: 100%;
	height:45px;
	margin:0 auto;
	position:relative;
	background:#d73c35;
	border-bottom-width: px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#BodyHeaderTopBar #member{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#BodyHeaderTopBar #member ul{
	float: right;
	position:relative;
	text-align:right;
}
#BodyHeaderTopBar #member ul li{
	float: left;
	line-height:45px;
	text-align: right;
	padding: 0 15px;
	margin:0px;
	font-size:1.1em;
	font-weight:;
	border-right: 1px solid #e7a59e;
}
#BodyHeaderTopBar #member ul li:last-child{border:none}
#BodyHeaderTopBar #member ul li a{font-size:.9em;color:#FFF;text-decoration:none}
#BodyHeaderTopBar #member ul li a:hover{color:#fff1a2;text-decoration:none}

/* bodyHeader */
#BodyHeader{
	width:100%;
	margin:0 auto;
	background:#FFF;
}
#BodyHeader #headerBox{
	width:1200px;
	height:110px;
	margin:0 auto;
	padding:20px 0 0 0;
}
#BodyHeader #headerBox .publish_logo{
	width: 375px;
	height:67px;
	float:left;
	/*border: 0px solid #333;*/
}
#BodyHeader #headerBox p{
	text-align:right;
	font-weight:800;
	-webkit-filter:drop-shadow(0 1px 1px #999);
}

#BodyHeader #headerBox .hotKeyword{
	width: 410px;
	height: 25px;
	float:left;
    margin:8px 10px 0 30px;
	font-size:0.9em;
	color:#605c5b;
}
#BodyHeader #headerBox .hotKeyword a{
	color:#ef544d;
	text-decoration:none;
}
#BodyHeader #headerBox .hotKeyword a:hover{
	color:#605c5b;
}

#BodyHeader #headerBox .search{
	width: 410px;
	height: 45x;
	float:left;
    border-bottom: 0px solid #ef544d;
	background-color:#FFF;
    margin:10px 10px 0 30px;
	border-radius:8px;
}
#BodyHeader #headerBox .search input[type="text"]{
        /* float: left; */
    width: 235px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    border: 1px #ef544d solid;
    background: transparent;
    font-size: 1.0em;
    color: #666;
    font-weight: ;
    line-height: 18px;
	font-family:Microsoft JhengHei;
}
#BodyHeader #headerBox .search input[type="submit"]{
}
#BodyHeader #headerBox .search .searchbox {
    float: left;
    height: 45px;
}
.input_bt{
    width: 60px;
	color: #FFF;
	font-size: 1.0em;
    height: 45px;
	border:none;
	margin: 0px;
	font-weight:bold;
	font-family:Microsoft JhengHei;
	background-color:#ef544d;
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	position:relative;
}

/*FB*/
#BodyHeader #headerBox .FBicon{margin-top:15px;width:60px;display:inline-table;vertical-align:middle}
#BodyHeader #headerBox .FBicon img{width:55px}
#BodyHeader #headerBox .FBicon:hover{opacity:.7}

/*線上客服
#OnlineService{
	text-align: center;
/*	right: 1%;
	top: 50%;
	position:fixed;
	line-height: 50px;
	cursor: pointer;
	z-index:9999;
	opacity:0.7;
}
#OnlineService a{
	color: #000;
	position: absolute;
	top: 7px;
	right: 27px;
	padding: 0.5em 1em;
	border-radius: 10px;
	text-decoration: none;
	font-weight:bold;
}
#OnlineService a:hover{
    top: 10px;;
}
#OnlineService img{
	vertical-align:middle;
	padding-right:0.5em;
}*/

/*線上客服*/
#BodyHeader #headerBox .Online{
    /* position: absolute; */
    /* top: 33px; */
    /* right: 160px; */
    /* width: 150px; */
    /* display: inline-block; */
}
#BodyHeader #headerBox .Online:hover{opacity:.7}
#BodyHeader #headerBox .Online .icon{
	width:40px;
	height:40px;
	float:left;
	font-size:1.3em;
	background-color:#65605f;
	border-radius:8px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	margin-right:8px;
}
#BodyHeader #headerBox .Online .txt{height:40px;font-size:1em;color:#000;margin-top:5px}
#BodyHeader #headerBox .Online .txt a{font-size:.7em;color:#000;text-decoration:none}
#BodyHeader #headerBox .Online .txt b{font-size:1.3em;font-weight:700;color:#000}

#BodyHeader #headerBox .Online,#BodyHeader #headerBox .topBTN{
	margin-top:15px;
	width: 150px;
    display: inline-table;
}

/*反詐騙*/
#BodyHeader #headerBox .topBTN{
    /* position: absolute; */
    /* top: 33px; */
    /* right: 5px; */
    /* width: 150px; */
    /* display: inline-block; */
}
#BodyHeader #headerBox .topBTN:hover{opacity:0.7;}
#BodyHeader #headerBox .topBTN .icon{
	width:40px;
	height:40px;
	float:left;
	font-size:1.3em;
	background-color:#ffb900;
	border-radius:8px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	margin-right:8px;
}
#BodyHeader #headerBox .topBTN .txt{height:40px;font-size:1em;color:#ef544d;margin-top:5px}
#BodyHeader #headerBox .topBTN .txt a{font-size:.7em;color:#ff000a;text-decoration:none}
#BodyHeader #headerBox .topBTN .txt b{font-size:1.3em;font-weight:700;color:#000}

/*選單*/
#BodyHeaderMenu{
	width:100%;
	/*background-color: #FFF;*/
	position:relative;
	z-index:99;
	border-top:#e1544c 4px solid;
	border-bottom:#eeece9 1px solid;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececeb+0,ffffff+43 */
    background: #ececeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ececeb 0%, #ffffff 43%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ececeb 0%,#ffffff 43%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ececeb 0%,#ffffff 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*banner輪播*/
#BodyBanner{
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	background-image:linear-gradient(to bottom,#e3e0da 0%, #f3efe8 3%);
}
#BodyBanner #bannerBOX{
	width:1200px;
	margin:0 auto;
	position: relative;
}
/*左輪播AD*/
#BodyBanner #Active{width:850px;float:left;position:relative;margin-top:25px}
#BodyBanner #Active .info{width:100%;height:auto;display:none}
#BodyBanner #Active .bd img{width:850px;} /*banner尺寸*/
#BodyBanner #Active .on{display:block}
#BodyBanner #Active .ActiveTAB{width:100%;height:48px;margin:0;background-color:#FFF}
#BodyBanner #Active .ActiveTAB li {
	cursor: pointer;
    float: left;
    width: 20%;
	padding:12px 0 0 0;
	text-align:center;
    border-top: 1px solid #2b2d38;
/*	opacity:0.4;*/
}
#BodyBanner #Active .ActiveTAB li.on, .ActiveTAB li.over {
	border-top: 4px solid #f2394b;
	color: #000;
	padding:10px 0 0 0;
/*	opacity:1;
	-webkit-filter:drop-shadow(4px 4px 4px #333);*/
}
#BodyBanner #Active .ActiveTAB li h3 {
	font-size: 1.1em;
	color: #222;
	font-weight: bold;
}
/*#BodyBanner #Active .ActiveTAB li h3 img{
	max-width:100%;
}
.ActiveTAB .on img{
	opacity:1;
}
.ActiveTAB .off img{
}*/
#BodyBanner .ActiveTAB li.on h3,#BodyBanner .ActiveTAB .over h3{color:#222}

/*右計畫&考訊*/
#BodyBanner #hotnews .Success, .Test, .announce{
    margin: 0 auto 1% ;
    padding: 0;
    width: 100%;
}
#BodyBanner #hotnews h4 , h5{
    background: #ca0a0a;
    color: #fff;
    border-radius: 5px;
    line-height: 1.5em;
    font-size: 1.4em;
    text-align: center;
    font-weight: bolder;
    box-shadow: 2px 5px 7px #844949;
}
#BodyBanner #hotnews .Success ul ,.Test_NEWS{
    background-color: white;
    margin: 0 4% 4%;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 10px #aaa, 2px 3px 30px #ddd;
    padding-bottom: 1%;
    font-size: 0.9em;
}
#BodyBanner #hotnews .Success ul li{
    line-height: 1.4em;
    padding: 1% 5%;
}
#BodyBanner #hotnews .Success .SuccessPeople, .Test .TestSub{
    font-weight: bold;
    font-size: 1.1em;
}
#BodyBanner #hotnews .Success a, .Test a{
    color: #666;
    text-decoration: underline;
}
#BodyBanner #hotnews a:hover{
    text-decoration:none;
} 
	div#marquee_menu {
		position: relative;
		overflow: hidden;	/* 超出範圍的部份要隱藏 */
		width: 100%;
		height: 135px;
	}
	div#marquee_menu ul {
		position: absolute;
		width: 100%;
	}
	#marquee_menu ul li{
    line-height: 1.4em;
    padding: 1% 3% 1% 5%;
	height:45px;
	display: block;
    overflow: hidden;
	}
#BodyBanner #hotnews .Test .TestSub sup{color:#FFF;padding:1px 2px;border-radius:3px;margin-right:5px;font-size:.9em}
#BodyBanner #hotnews .Test .TestSub .c1{background-color:#1fa0b5}
#BodyBanner #hotnews .Test .TestSub .c2{background-color:#c5276b}
    
/*右熱門訊息*/
#BodyBanner #hotnews{
	width:335px;
	float:left;
	position: relative;
	margin:25px 0 0 15px;
}
#BodyBanner #hotnews ul.linkNews{
	width:100%;
	height: auto;
}
#BodyBanner #hotnews ul.linkNews ul{
	width:100%;
	height:auto;
}
#BodyBanner #hotnews ul.linkNews li {
	font-weight: bold;
	float: left;
	height: auto;
	line-height:px;
	font-size:1.1em;
	width:50%;
    color: #5d636a;
	display:block;
	text-align:center;
	border-right:#cfcfcf solid 1px;
	margin-bottom:18px;
	margin-top:px;
}
#BodyBanner #hotnews ul.linkNews li a{
	color:#343333;
	text-decoration:none;
	width:100%;
	text-align:center;
}
#BodyBanner #hotnews ul.linkNews a:hover{color:#000;font-weight:700}
#BodyBanner #hotnews ul.linkNews li:hover{opacity:.7}
#BodyBanner #hotnews ul.linkNews .noline{border-right:none}
#BodyBanner #hotnews .icon {
    width: 80px;
    height: 80px;
    border: px solid #555;
    border-radius: 99em;
    color: #FFF;
    line-height: 65px;
    font-size: 2.3em;
	text-align:center;
	margin-right:em;
	margin-left:44px;
	margin-bottom:5px;
	padding-top:7px;
	float:;
}
#BodyBanner #hotnews .icon a{color:#FFF !important;}
#BodyBanner #hotnews .icon.a{background-color:#26beb8}
#BodyBanner #hotnews .icon.b{background-color:#1cc08d}
#BodyBanner #hotnews .icon.c{background-color:#ddc026}
#BodyBanner #hotnews .icon.d{background-color:#f05952}
#BodyBanner #hotnews .icon.e{background-color:#88705c}
#BodyBanner #hotnews .icon.f{background-color:#65605f}
#BodyBanner #hotnews .testNews{width:100%;height:182px;padding:1em 0 0 1%}
#BodyBanner #hotnews .testNews b{font-size:1.1em;line-height:1.55em;font-weight:700;color:#000}

/*首頁各區塊*/
/*新書上架2本*/
#event_Hotbook{
	width:570px;
	float:left;
	margin:0 auto;
	position:relative;
}
/*新書上架3本*/
#event_Hotbook2{
	width: 866px;
	float:left;
	margin:0 auto;
	position:relative;
}
/*#event_HotbookHeader {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
#event_HotbookHeader h2 {
	position: relative;
    z-index: 1;
    margin: 0 auto -11px;
    width: 196px;
    height: 22px;
    background: #fff;
	color:#000;
}*/
    
/*主題雜誌*/
#event_new_magazine{width:25%;float:left;margin:0 auto 0 15px;position:relative}
/*快閃*/
#event_Flash_shop{width:280px;float:left;margin:0 auto 0 20px;position:relative}
/*講座*/
#event_Lecture{width:280px;float:left;margin:0 auto 0 20px;position:relative}
/*暢銷排行*/
#event_ranking{width:72%;float:left;margin:0 20px 0 0;padding:0}
/*右下熱門訊息*/
#event_HotArea{width:320px;margin:0 auto 0 10px;position:relative;float:left}    
/*成功推薦*/
.event_Scuess{width:1200px;float:left;margin:0 auto;padding:0}
/*數位函授*/
#event_Elearning{width:100%;margin:0 auto;padding:0;line-height:2em;position:relative}
/*年度考試*/
#event_Calendar{width:720px;float:left;margin:0 auto;line-height:2em}
/*話題專欄*/
#event_Column{width:465px;float:left;margin:0 auto 0 15px}

/*右側*/
#socialBOX{
    /*width: 100px;*/
	right:0;
	top:25%;
    position:fixed;
    z-index:9999;
}
#socialBOX ul{
    width: 100px;
	display: block;
    right:0;
    position: absolute;
}
#socialBOX ul li{
    width:70px;
    float: right;
	display: block;
	overflow:hidden;
	border-bottom-left-radius:8px;
	border-top-left-radius:8px;
	padding:0.3em 0;
	font-size:2.15em;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
    right: 0;
}
#socialBOX ul li:hover{
    width: 100px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#socialBOX .fb{background:#4171b3;}
#socialBOX .cart{background:#65605f;}
#socialBOX .gotop{background:#8c8988;}
#socialBOX a{color:#FFF;text-decoration:none;}

/* Footer */
#BodyFooter_rwd{width:100%;position:relative;background:#f8f8f8;padding:2% 0 0}
#BodyFooter_rwd #footer_inline{width:1200px;height:260px;margin:0 auto;text-align:center;position:relative;border-bottom-style:solid;border-bottom-color:#CCC}
#BodyFooter_rwd #footer_inline a{color:#3d3d3b;text-decoration:none}
#BodyFooter_rwd #footer_inline ul{width:25%;float:left;padding:0;margin:0}
#BodyFooter_rwd #footer_inline ul li{width:100%;float:left;display:inline;line-height:1.8em;font-size:1em;color:#3d3d3b;text-align:left}
#BodyFooter_rwd #footer_inline ul li.abroad{margin:8% 0 0}
#BodyFooter_rwd #footer_inline ul li.title{color:#1da4cb;font-size:1.2em;line-height:1.55em;margin:0 0 2%;font-weight:700;text-align:left}
#BodyFooter_rwd #footer_inline ul li.trustseal img{margin:0 1%}
#BodyFooter_rwd #footer_line{width:96%;height:auto;margin:2% auto 1%;display:block;text-align:center;border-top-width:0;border-top-style:solid;border-top-color:#CCC}
#BodyFooter_rwd #footer_address{width:100%;margin:0 auto;position:relative;background:#e4e4e4;display:inline-block;padding:2em 0 1.5em;text-align:center}
#BodyFooter_rwd #footer_address a{color:#333;text-decoration:none;font-size:1.1em;font-weight:700;vertical-align:bottom}
#BodyFooter_rwd #footer_address a:hover{text-decoration:underline}
#BodyFooter_rwd #footer_address ul{width:40%;padding:0;margin:0 auto;display:block}
#BodyFooter_rwd #footer_address ul li{width:100%;float:left;display:block;line-height:1.5em;font-size:.9em;color:#333;text-align:left}
#BodyFooter_rwd #footer_address ul li img{max-width:100%;height:auto;margin:0 auto;vertical-align:text-bottom}
#BodyFooter_rwd #footer_address p{margin:5px 0 0;padding:0}
/* Footer end */

/*ask END*/
#noie{
	color: #FFF;
	width: 100%;
	height:60px;
	text-align: center;
	border: 1px solid #006699;
	background-color: #3399CC;
	_z-index: 9999;
	z-index: 9999;
	position:fixed;
	 _top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/
	left: 0;
	top: 0;
}
#noie a{color:#FC0}
#topbutton{display:none;}
#topli{display:none;}
.hottxt{ color: #ffd942; font-size: 13px; }}