@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article,
aside,
figcaption,
figure,
video,
audio,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
ol,
ul { list-style: none; }
a {
	text-decoration: none;
	/*color:#555; */
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	font-size: 14px;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #333;
}
img {
	vertical-align: middle;
	height: auto;/*max-width: 100%;*/
}
button,
label { cursor: pointer; }
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0;
}
img,
fieldset,
button {
	border: 0;
	vertical-align: top;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	-moz-background-size: cover;
	background-size: cover;
	background: url(../images/minbg.png) center 381px scroll repeat !important;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clear { clear: both; }
#wrap { margin-bottom: 30px; }
#cont {
	display: block;
	width: 100%;
	background-size: 100% auto;
	height: auto !important;
	position: relative;
	/*padding-bottom: 100px;*/
	background: url(../images/bg.png) center 381px scroll no-repeat !important;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #242425;
}
.logo {
	background-image: url(../images/logo.png);
	height: 136px;
	width: 230px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
}
#main {
	width: 1000px;
	margin: -381px auto 0 auto;
	z-index: 99;
	position: relative;/*border-right: 1px solid #cebebe;
	border-bottom: 1px solid #cebebe;
	border-left: 1px solid #cebebe;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px ;
	-webkit-border-radius: 0 0 8px 8px ;*/
}
.main { border: solid 1px #cebebe!important; }
.maintop {
	margin-top: -120px !important;
	border: hidden!important;/*padding-bottom: 32px;*/
}
.maintop2 {
	margin-top: -358px !important;
	border: hidden!important;/*padding-bottom: 32px;*/
}
#main-left {
	width: 672px;
	float: left;
	min-height: 511px;
}
#main .leftline {
	background: #fafaf2;
	font-size: 14px;
	margin-top: 56px;
	border: 1px solid #e5e5e5;
}
#list5 { padding: 5xp; }
#main .leftline img { /*height : auto !important;*/ max-width: 100%; }
#main-right {
	width: 300px;
	float: right;
}
/**/
.nav-top,
.nav_submenu {
	z-index: 999!important;
	border-radius: 0px!important;
}
.nav_submenu_ad {
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute!important;
	margin-left: -200px;
	z-index: 50!important;
}
#banner-box {
	width: 693px;
	min-height: 220px;
}
.news_box {
	background: url(../images/news_box.png) center top no-repeat;
	width: 689px;
	height: 322px;
	position: relative;
	margin: 37px 0 13px;
	padding: 31px 5px 0;
}
.main_l_bg {
	background-image: url(../images/main_l_bg.png);
	height: 280px;
	width: 29px;
	position: absolute;
	top: 10px;
	left: 432px;
	z-index: 99;
}
.main_r_bg {
	background-image: url(../images/main_r_bg.png);
	height: 280px;
	width: 29px;
	position: absolute;
	top: 10px;
	right: 432px;
	z-index: 99;
}
/*論壇互動*/
#forum {
	background: url(../images/forumbg.png) center top no-repeat;
	height: 275px;
	;
	width: 691px;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	display: none;
}
.forummain a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 450px;
}
.forummain {
	overflow: hidden;
	padding: 10px 20px;
}
.forummain h3 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #666;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
.forummain ul { margin-left: 0px; }
.forummain ul li {
	position: relative;
	width: 99%;
	height: 30px;
	margin-bottom: 10px;
	line-height: -50%;
	border-bottom: double 1px #999;
}
.forummain ul li a {
	color: #333;
	font-weight: 500;
	margin-left: 75px;
}
.forummain ul li a:hover { color: #999; }
.forummain ul li p {
	width: 585px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*line-height:24px;*/
	/*padding-left: 10px;*/
	margin-top: 4px;
	font-weight: 500;
}
.forummain ul li p img { vertical-align: bottom; }
.forummain ul li span {
	position: absolute;
	right: 16px;
	top: 0;
	line-height: 24px;
}
.forummain em {
	width: 60px;
	position: absolute;
	top: 0;
	left: 16px;
	line-height: 24px;
}
.List {
	background-color: #F0F0F0!important;
	margin-left: 60px;
}
/*會員登入*/
.begin { /*min-height: 205px;*/ }
.sign {
	width: 328px;
	position: relative;/*background-color: #ef5a82;*/
}
.gmaestart {
	background: url(../images/gamestart.png) no-repeat;
	height: 287px;
	width: 365px;
	float: left;
	text-indent: -99999px;
}
.gmaestart:hover {
	background-image: url(../images/gamestart_hover.png);
	background-repeat: no-repeat;
}
.nember {
	background: url(../images/nember.png) no-repeat;
	height: 75px;
	width: 165px;
	float: left;
	text-indent: -99999px;
	margin-top: -48px;
	margin-left: 14px;
}
.nember:hover { background: url(../images/nember_hover.png) no-repeat; }
.nostartup {
	background: url(../images/nostartup.png) no-repeat;
	height: 75px;
	width: 165px;
	position: absolute;
	top: 238px;
	left: 155px;
	text-indent: -99999px;
}
.nostartup:hover { background: url(../images/nostartup_hover.png) no-repeat; }
.login {
	width: 300px;
	height: 132px;
	clear: both;
	color: #333;
	position: relative;
	font-size: 14px;/*background: url("../images/login.png") no-repeat center top;
    margin-bottom: 25px;*/
}
.login_util {
	/*background: url(../images/login_util.png) no-repeat;*/
	height: 46px;
	width: 140px;
	margin: 0 auto;/*position: relative;*/
}
.user_id { margin-bottom: 7px; }
.user_pw { }
.login_before { /*background-color: #f9f2ff;
	padding: 5px;*/ padding-top: 10px; }
.submit_login {
	float: right;
	display: inline;
	width: 72px;
	height: 62px;
	background-image: url(../images/sign.png);
	margin-right: 25px;
}
.submit_login:hover {
	float: right;
	background-image: url(../images/sign_h.png);
}
.login_before ul li input {
	float: left;
	display: inline;
	width: 174px;
	height: 29px;
	border: 1px solid #D6D6D6;
	color: #9d908c;
	background-color: #736b68!important;
	margin-bottom: 5px;
	margin-left: 19px;
}
.user_id_label { margin-bottom: 5px; }
.login .nickname {
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 33px;
	margin-left: 10px;
}
.login .nickname .username {
	margin-left: .5em;
	color: #000;
}
.login .point {
	background-color: rgb(211, 201, 191);
	padding: 2px 5px;
	font-size: 13px;
	width: 42%;
	height: 43px;
	float: left;
	margin: -15px 4% 12px;
	border: solid #666 1px;
}
.login .point span { display: block; }
.login .point span.number {
	text-align: right;
	margin-top: -8px;
}
.login .point span.number strong { color: #7e5303; }
.login .qlins { /*text-align:center;*/ }
.login .qlins a {
	color: #000;
	margin: 0 26px 0 51px;
	font-weight: 700;
}
.login .qlins a:hover {
	color: #333;
	font-weight: 700;
	text-decoration: underline;
}
.login a.btn_logout {
	position: absolute;
	background-color: #2f2f2f;
	color: #fff;
	padding: 5px;
	top: 10px;
	right: 14px;
}
}
.login a.btn_logout:hover {
	background-color: #FF9900;
	text-decoration: none;
	color: #e8e8e8;
}
.hd {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 100%;
	border-bottom: 3px solid #35373c;
}
.mixBox,
.noticeBox,
.eventBox,
.journalBox,
.fixBox {
	height: 41px;
	width: 672px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a7225;*/
	padding: 10px 0 0 18px;
	border-bottom: #35373c 1px solid;
}
.moretext {
	height: 21px;
	width: 100px;
	float: left;
	position: absolute;
	top: 41px;
	right: -21px;
	z-index: 10;
	color: #999;
	background-image: url(../images/moretext.png);
	background-repeat: no-repeat;
}
.n {
	background-image: url(//images.mangot5.com/template/common/images/newssicon.jpg);
	height: 23px;
	width: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	/*background-color: #179cd6;
	padding: 5px;*/
	float: left;
	margin: -8px 3px 0;
}
.e {
	background-image: url(//images.mangot5.com/template/common/images/eventsicon.jpg);
	height: 23px;
	width: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	/*background-color: #179cd6;
	padding: 5px;*/
	float: left;
	margin: -8px 3px 0;
}
.newstitletext {
	position: absolute;
	left: 105px;
	top: 15px;
}
.newstitletext a {
	color: #FFF!important;
	text-decoration: none;
}
.j {
	height: 20px;
	width: 100px;
	background-color: #fc6a14;
	padding: 5px;
	display: none;
}
.datestyle {
	margin-left: 35px;
	width: 100px;
	text-align: right;
	color: #58585d;
	font-size: 14px;
}
.bigtext,
.bigtext a {
	width: 450px;
	margin: 2px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.bigtext,
.bigtext a:hover { color: #e8e8e8; }
.join_us {
	/* width: 80px; */
	/*height: 40px;
	padding: 23px 0 0 0;*/
	/* color: #36F; */
	/*float: left;*/
	/*float: right;
	margin : 3px 99px 0 9px;
	text-align: center;*/
	/*margin: -53px 0 0 170px;*/
	/* font-weight: bold; */
	color: #000;
	float: right;
	margin-top: 10px;
}
.find_idpw {
	/*width: 80px;
	height: 40px;
	padding: 10px;*/
	/* color: #36F; */
	/*float: left;
	text-align: center;
	margin: 50px 0 0 -130px;*/
	/* font-weight: bold; */
	color: #000;
	float: left;
	margin-top: 10px;
}
.find_idpw:hover,
.join_us:hover {
	color: #967d59;
	text-decoration: underline;
}
.clearFix { /*margin: 20px auto 0 auto;*/ }
/*banner*/
#hotListContain { margin-top: 5px; }
#banner-box ul li {
	float: left;
	width: 224px;
	height: 220px;
	position: relative;
	margin-right: 7px;
}
.hotTitle a { color: #fff; }
.hotTitle a:hover { text-decoration: underline; }
#hotList ul { overflow: hidden; }
.hotImg { }
.newhot {
	position: absolute;
	top: 5px;
	background-image: url(../images/new.png);
	height: 60px;
	width: 64px;
	left: 107px;
}
#hotList ul li .hotCharacter {
	background-image: url(../images/int2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	height: 30px;
	top: 128px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	z-index: 2;
	padding-left: 13px;
	padding-top: 2px;
	left: 130px;
	text-align: center;
	background-position: center;
	line-height: 220%;
}
#hotList ul li p {
	width: 160px;
	color: #FFF;
	padding-left: 2px;
	margin-top: 5px;
}
/*vedio*/
.vedio {
	width: 687px;
	margin-left: 15px;
	position: relative;
	display: none;
}
.vedio h3 {
	background-image: url(../images/vedio_title.png);
	height: 45px;
	width: 100%;
}
.vedio img {
	width: 100%;
	height: 130px!important;
}
.vediotext {
	background-image: url(../images/plus.png);
	height: 21px;
	width: 21px;
	float: left;
	position: absolute;
	top: 15px;
	right: 18px;
	z-index: 10;
}
/*網頁商城*/
.ah-ctn-b {
	min-height: 200px;
	margin: 10px 0 10px 10px;
	display: none;
}
.ah-special1 { background: url(/img/sites/ahlm/s1.jpg) no-repeat; }
.ah-special {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: 200px;
	margin-right: 10px;
	border: double 1px #666;
}
.ah-special img {
	position: absolute;
	left: 35%;
	top: 35%;
}
.ah-special-mask {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	filter: alpha(opacity=40);
}
.ah-special-title {
	width: 218px;
	top: 158px;
	left: 0px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	position: absolute;
	background-color: #666;
	text-align: center;
	height: 40px;
	line-height: 35px;
}
.ah-special-title:hover { color: #D6D6D6; }
.ah-special-hot {
	width: 83px;
	background-image: url(../images/hot.png);
	height: 86px;
}
.ah-special-new {
	width: 55px;
	background-image: url(../images/new.png);
	height: 31px;
	float: right;
	margin: -86px 5px 0 0;
}
/*box*/
.page-new img { border-radius: 0; }
.page-new .hd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedaf1;
	margin-bottom: 15px;
}
.page-new .news_box .hd { margin-bottom: 0px; }
.page-new .hd>h3 {
	background-image: url(../images/ico.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #5d5491;
	margin: 0;
}
.page-new .useful_box h3 { background-position: 0 -25px; }
.useful_box {
	width: 328px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.useful_box li {
	float: left;
	width: 50%;
	margin: -1px -1px 0 0;
	text-align: center;
	background-color: #999;
}
.useful_box li a,
.useful_box li span {
	display: block;
	height: 130px;
	padding-top: 30px;
	color: #5d5491;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.useful_box li span span.time {
	font-size: 13px;
	height: auto;
	padding-top: 0;
}
.useful_box li a .fa,
.useful_box li span .fa {
	display: block;
	color: #afc9e6;
}
.page-new .event_box h3 { background-position: 0 -50px; }
.event_box img { width: 100%; }
.page-new .mall_box h3 { background-position: 0 -75px; }
/*footer*/
.footer100 {
	/*background-color: #161616;*/
	background-color: rgba(0,0,0,.75);
	position: relative;/* margin-top: -40px; /* footer高度的負值 *//* height: 8px; */
}
footer {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	height: 103px;
	position: relative;
	/* margin-top: -80px; */
	color: #e8e8e8!important;
	padding: 10px 0 0 0;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li {
	float: left;
	padding: 3px;
}
.footerstext {
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
	color: #e8e8e8!important;
}
.footerstext1 {
	font-size: 12px;
	line-height: 15px;
	margin-top: 20px;
	color: #e8e8e8!important;
}
#footer { background: #f8f9fa; }
#footer {
	height: 120px;
	padding-top: 57px;
	border-top: 1px solid #e6e6e6;
}
#footer ul {
	padding-left: 267px;
	height: 17px;
}
#footer li {
	float: left;
	height: 100%;
}
#footer li a {
	display: block;
	height: 100%;
	text-indent: -9999em;
}
input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	border: none;
}
input {
	width: 125px;
	padding: 5px;
}
/*=lbtn_list=*/
.lbtn_list { }
.slide { }
em {
 color: nth($color, 4);
 font-size: nth($fsz, 2);
	width: 100%;
	left: 0px;
	top: 97px;
}
.rbtn1,
.rbtn3 { margin-right: 10px; }
.rbtn1 span { background-position: 4px -20px; }
.rbtn2 span { background-position: -145px -20px; }
.rbtn3 span { background-position: 4px -175px; }
.rbtn4 span { background-position: -145px -175px; }
.rbtn1 {
	height: 36px;
	width: 35px;
	background-repeat: no-repeat;
}
.rbtn_list {
	display: inline;
	width: 245px;
}
.rbtn_list a {
	float: left;
	/*display: inline;*/
	width: 296px;
	height: 68px;
	text-align: center;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.rbtna1 {
	background-color: #CCC;
	display: none;
}
.rbtna2 {
	/*background-color: #666;*/
	background-image: url(../images/maintain.png);
	height: 91px;
	width: 245px;
	cursor: default;
}
/*.rbtna2:hover{
	background-image: url(../images/maintain_hover.png);

}*/
.rbtna3 {
	background-color: #666;
	display: none;
}
.rbtn_list a span {
	display: block;
	width: 296px;
	height: 68px;
	position: absolute;
	/*left: 50%;
	margin-left: -34.5px;
	top: 20px;*/
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	z-index: 10;
}
.rbtn_list a em {
	color: #fff;
	font-size: 14px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 67px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
.rbtn_list a:hover span { top: 8px text-indent: -9999px;
}
.rbtn_list a:hover em { top: 60px text-indent: -9999px;
}
.rbtn_list .rbtn1,
.rbtn_list .rbtn3 { margin-right: 7px }
.rbtn_list .rbtn1 span { background-repeat: no-repeat; }
.rbtn_list .rbtn2 span {
	background-image: url(../images/rbtn1.png);
	background-repeat: no-repeat;
}
.rbtn_list .rbtn3 span { background-position: 4px -175px; }
.rbtn_list .rbtn4 span { background-position: -145px -175px; }
#wrapContainer {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-moz-transition: height 0.15s ease-in;
	-o-transition: height 0.15s ease-in;
	-webkit-transition: height 0.15s ease-in;
	transition: height 0.15s ease-in;
}
.wrapbg {
	/*background-image: url(../images/topbg2.png);*/
	height: 32px;
	width: 100%;
	position: absolute;
	z-index: 6;
	top: 599px;
}
.wrapbg2 {
	/*background-image: url(../images/topbg2.png);*/
	height: 32px;
	width: 100%;
	position: absolute;
	z-index: 6;
	top: 355px;
}
#container {
	position: relative;
	margin: 78px auto 0;
	width: 1000px;
	min-height: 350px;
	padding: 0 0 100px;
	margin-top: 0 !important
}
.promotionPosiWrap {
	/*position: relative;*/
	width: 100%;
	z-index: 5;
	margin-top: -184px;
}
.mainRollBanner {
	width: 100%;
	height: 902px;
	background: url("../images/hader_bg.jpg") no-repeat center top;
}
.mainRollBanner li { display: none }
.mainRollBanner .mainRollList {
	position: relative;
	width: 1000px;
	height: 580px;
	overflow: hidden;
	z-index: 5;
	margin: 0 auto;
}
.bcolor {
	height: 30px;
	width: 250px;
	margin-right: 1px;
}
.bcolorbutton { /*background-color: #333;*/ color: #FFF; }
/*輪撥BANNER*/
.mainRollBanner .mainRollList li {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer
}
.mainRollBanner .mainRollList li img {
	width: 1000px;
	height: 580px;
	vertical-align: top;
}
.mainRollBanner .promoRollingBg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 8;
}
.mainRollBanner .promoRollingPager {
	position: relative;
	width: 940px;
	height: 65px;
	margin: -117px auto 0;
	z-index: 10;
	background: url(../images/iconbg.png) center top scroll repeat;
}
.mainRollBanner .promoRollingPager .mainRollThumbList {
	position: relative;
	width: 940px;
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
}
.mainRollBanner .promoRollingPager .mainRollThumbList li {
	position: absolute;
	left: 0;
	top: 0;
	width: 235px;
	height: 65px;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px;/*padding: 10px;*//*text-align: center;*/
	/*background: url(../images/txt_gnb.png) center top scroll repeat;
	border: 1px solid #000;*/
	   /*float: left;*/
}
.mainRollBanner .promoRollingPager .mainRollThumbList li:visited {
	background: url(../images/txt_gnb_h.png) center top scroll repeat;
	color: #e8e8e8;
}
.mainRollBanner .promoRollingPager .mainRollThumbList li:hover {
	background: url(../images/txt_gnb_h.png) center top scroll repeat;
	color: #efdfdf;
}
.mainRollBanner .promoRollingPager .mainRollThumbList li:active {
	background: url(../images/txt_gnb_h.png) center top scroll repeat;
	color: #e8e8e8;
}
.mainRoll { background: url(../images/txt_gnb_h.png) center top scroll repeat; }
.mainRollBanner .promoRollingPager .mainRollThumbList li img { vertical-align: top; }
.mainRollBanner .promoRollingPager .mainRollThumbList li .mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.mainRollBanner .promoRollingPager .mainRollThumbList li:hover img,
.mainRollBanner .promoRollingPager .mainRollThumbList li.on img {
	position: absolute;
	bottom: 0;
}
.mainRollBanner button {
	position: absolute;
	left: 50%;
	top: 470px;
	width: 30px;
	height: 49px;
	/*text-indent:-119988px;*/
	overflow: hidden;
	text-align: center;
	text-transform: capitalize;
	z-index: 10;
	font-weight: bold;
	display: block !important;
}
.mainRollBanner button.prevPage {
	width: 50px;
	height: 65px;
	margin: -12px 0 0 -500px;
	background-position: 0 0;
	background: url(../images/txt_gnb_sub.png) center top scroll repeat;
	color: #ffc011;
	cursor: pointer;
}
.mainRollBanner button.prevPage:hover { background-position: 0 0; }
.mainRollBanner button.nextPage {
	width: 50px;
	height: 65px;
	margin: -12px 0 0 470px;
	background-position: right 0;
	background: url(../images/txt_gnb_sub_r.png) center top scroll repeat;
	color: #ffc011;
	cursor: pointer;
}
.mainRollBanner button.nextPage:hover { background-position: 0 0; }
.mainRollBanner .numWrap {
	position: absolute;
	top: 333px;
	left: 50%;
	margin-left: -566px;
	z-index: 100;
	color: #fff;
	font-size: 25px;
	font-style: italic;
}
.mainRollBanner .numWrap .current {
	font-weight: bold;
	font-style: italic
}
.ie7 .promotionPosiWrap {
	top: 78px;
	margin-top: 0
}
.eventLayer {
	position: absolute;
	right: 0;
	z-index: 100
}
.eventLayer .contents {
	position: relative;
	height: 100%;
	color: #fff
}
header {
	/*width: 1920px;*/
	height: 130px;
	position: relative;
	margin: 0 auto;
	z-index: 9;
}
.nav { /*background-color: #000!important;*/ margin-bottom: 10px; }
header h1 {
	z-index: 50;
	position: absolute;
	height: 150px;
	left: 50%;
	top: 20px;
	margin-left: -480px;
	width: 180px;/*background-image: url(../images/txt_gnb_sub2.png);
	background-repeat: repeat;*/
}
#container { padding-top: 0; }
/*BANNER輪播*/

#abgne_fade_pic {
	position: relative;
	width: 238px;
	height: 238px;
	background-color: #f1f1f1;
	margin-top: 15px;
	display: none;
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
	top: 0;
	left: 0;
}
#abgne_fade_pic .control {
	position: absolute;
	right: 10px;
	bottom: 3px;
}
#abgne_fade_pic .control a {
	display: inline-block;
	padding: 2px;
	margin: 0 3px;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	text-indent: -99999px;
	background: rgba(0%,0%,0%,0.6);
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #f00;
	text-indent: -99999px;
	background: rgba(255%,51%,153%,0.9);
}
/* 選項列 */
.gnbDim {
	background-color: rgba(0, 0, 0, .95);
	z-index: 30;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 300px;
	display: none;
	border-bottom: 5px solid #000;
}
#gnb {
	z-index: 50;
	position: absolute;
	top: 20px;
	left: 60%;
	width: 850px;
	margin-left: -445px;
}
#gnb li ul li { width: 100%; }
#gnb li ul li { margin-bottom: 5px; }
#gnb li a {
	display: block;
	text-indent: -9999px;
	background-image: url(../images/spr_gnb2.png);
	background-repeat: no-repeat;
}
#gnb li ul {
	padding-top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
#gnb .depth1 { float: left; }
#gnb .newss .represent {
	width: 160px;
	height: 75px;
	background-position: 0 0;
}
#gnb .newss ul {
	width: 160px;
	margin-top: 0px;
}
#gnb .intro .represent {
	width: 160px;
	height: 75px;
	background-position: -160px 0;
}
#gnb .intro ul {
	width: 160px;
	margin-top: 0px;
}
#gnb .u .represent {
	width: 160px;
	height: 75px;
	background-position: -320px 0;
}
#gnb .u ul {
	width: 160px;
	margin-top: 0px;
}
#gnb .data .represent {
	width: 160px;
	height: 75px;
	background-position: -480px 0;
}
#gnb .data ul {
	width: 160px;
	margin-top: 0px;
}
#gnb .support .represent {
	width: 160px;
	height: 75px;
	background-position: -640px 0;
}
#gnb .support ul {
	width: 160px;
	margin-top: 0px;
}
#gnb .depth2 { height: 24px; }
#gnb .newss .m1 { background-position: 0 -104px; }
#gnb .newss .m2 { background-position: 0 -129px; }
#gnb .newss .m3 { background-position: 0 -154px; }
#gnb .newss .m4 { background-position: 0 -179px; }
#gnb .newss .m1:hover { background-position: 0 -276px; }
#gnb .newss .m2:hover { background-position: 0 -301px; }
#gnb .newss .m3:hover { background-position: 0 -326px; }
#gnb .newss .m4:hover { background-position: 0 -351px; }
#gnb .intro .m1 { background-position: -145px -104px; }
#gnb .intro .m2 { background-position: -145px -129px; }
#gnb .intro .m3 { background-position: -145px -154px; }
#gnb .intro .m4 { background-position: -145px -179px; }
#gnb .intro .m5 { background-position: -145px -175px; }
#gnb .intro .m1:hover { background-position: -145px -276px; }
#gnb .intro .m2:hover { background-position: -145px -301px; }
#gnb .intro .m3:hover { background-position: -145px -326px; }
#gnb .intro .m4:hover { background-position: -145px -351px; }
#gnb .intro .m5:hover { background-position: -145px -347px; }
#gnb .u .m1 { background-position: -300px -104px; }
#gnb .u .m2 {
	background-position: -300px -129px;
	display: none;
}
#gnb .u .m3 { background-position: -462px -326px; }
#gnb .u .m4 { background-position: -462px -351px; }
#gnb .u .m5 { background-position: -462px -175px; }
#gnb .u .m1:hover { background-position: -300px -276px; }
#gnb .u .m2:hover { background-position: -300px -301px; }
#gnb .u .m3:hover { background-position: -462px -326px; }
#gnb .u .m4:hover { background-position: -462px -351px; }
#gnb .u .m5:hover { background-position: -462px -347px; }
#gnb .data .m1 { background-position: -470px -104px; }
#gnb .data .m2 { background-position: -470px -129px; }
#gnb .data .m3 { background-position: -470px -154px; }
#gnb .data .m4 { background-position: -470px -179px; }
#gnb .data .m5 { background-position: -470px -204px; }
#gnb .data .m1:hover { background-position: -470px -276px; }
#gnb .data .m2:hover { background-position: -470px -301px; }
#gnb .data .m3:hover { background-position: -470px -326px; }
#gnb .data .m4:hover { background-position: -470px -351px; }
#gnb .data .m5:hover { background-position: -470px -376px; }
#gnb .support .m1 { background-position: -630px -104px; }
#gnb .support .m2 { background-position: -630px -129px; }
#gnb .support .m3 { background-position: -630px -154px; }
#gnb .support .m4 { background-position: -630px -179px; }
#gnb .support .m5 { background-position: -630px -204px; }
#gnb .support .m1:hover { background-position: -630px -276px; }
#gnb .support .m2:hover { background-position: -630px -301px; }
#gnb .support .m3:hover { background-position: -630px -326px; }
#gnb .support .m4:hover { background-position: -630px -351px; }
#gnb .support .m5:hover { background-position: -630px -376px; }
iframe[name="google_conversion_frame"] {
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: -1000%;
	overflow: hidden;
}
/*FB*/
#partnerBg {
	width: 328px;
	height: 79px;
	position: relative;
}
#partnerBg a {
	width: 39px;
	/*height: 39px;*/
	float: left;
	display: inline;
}
#partnerBg a.pt1 {
	background-image: url(../images/fb.png);
	height: 68px;
	width: 296px;
	margin-bottom: 10px;
}
#partnerBg a.pt1:hover,
#partnerBg a.pt2:hover {
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#partnerBg a.pt2 {
	background-image: url(../images/maxpaha.png);
	height: 68px;
	width: 296px;
}
#partnerBg a.pt3 { background-position: -45px 0; }
#partnerBg a.pt4 { background-position: -45px 0; }
#partnerBg a:hover.pt1 { }
#partnerBg a:hover.pt2 { /* background-position: -45px -39px;*/ }
#partnerBg a:hover.pt3 { background-position: -90px -39px; }
#partnerBg a:hover.pt4 { background-position: -135px -39px; }
.useful_box .downban {
	background: url(../images/download_b.png) no-repeat;
	height: 102px;
	width: 328px;
	float: left;
	margin-bottom: 10px;
	display: none;
}
.useful_box .downban:hover {
	background: url(../images/download_bh.png) no-repeat;
	height: 102px;
	width: 242px;
	float: left;
}
.table {
	width: 96% !important;
	max-width: 98%;
	margin: 0 0 20px 10px;
}
.goTop {
	float: right;
	margin: -10px 10px 0 0;
	background-image: url(../images/goTop.png);
	height: 77px;
	width: 50px;
}
.nav_menu-item_ad { z-index: 99!important; }
.otp {
	background: url(../images/otp.png) no-repeat;
	height: 57px;
	width: 243px;
	margin: 10px 0;
	float: left;
	display: none;
}
.otp:hover { background: url(../images/otp_hover.png) no-repeat; }
.word {
	width: 180px;
	position: absolute;
	z-index: 99;
	left: 10%;
	top: 31%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #ffc011;
}
.leftline2 {
	font-size: 14px;
	border: 1px solid #cebebe;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/*****faq*****/
.depth1_ul h4 {
	padding: 10px 30px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d8d9df;
	word-break: break-all;
}
.list_faq .depth1_ul li { /*border-bottom: 2px solid #ff5ef6;*/ background-color: #eeecd7; }
.tag_list ul li {
	float: left;
	margin: 10px;
}
.tab_controller ul li {
	float: left;
	margin-right: 10px;
}
.tab_controller .tabs {
	display: block;
	height: 58px;
	line-height: 56px;
	border: 1px solid #b8bdd3;
	background: #dde0ec;
	font-size: 18px;
	color: #606c7c;
	text-align: center;
	text-decoration: none;
	padding: 0 15px;
	margin-bottom: 10px;
	display: none;
}
.detail .fL {
	width: 102px;
	min-height: 60px;
	float: left;
}
.list_faq .ico {
	display: block;
	background: url(http://images.mangot5.com/template/au/images/spr_etc.png) no-repeat;
}
.detail .reply {
	margin: 16px auto 0 auto;
	width: 36px;
	height: 31px;
	background-position: 0 -358px;
}
.detail .txt {
	padding: 18px 25px;
	min-height: 34px;
	height: auto;
	border-left: 1px solid #fff;
	background: #fff!important;
	word-break: break-all;
	word-wrap: normal;
	line-height: 20px;
}
.list_faq .next {
	float: right;
	width: 8px;
	height: 14px;
	margin-top: -20px;
	background-position: -110px -358px;
	margin-top: -24px;
	margin-right: 10px;
}
.depth1_ul li { margin-top: 5px; }
/******* download ****/
#list5 h3 {
	display: none;
	height: 39px;
	margin-top: 5px;
	padding: 9px 0px 10px 42px;
	background: url(http://images.mangot5.com/template/la/images/icon_down.png) no-repeat left 0;
	font-size: 18px;
	background-size: contain;
}
/**** event ***/
.event-content .media {
	/*border-right: 2px solid gray;*/
	background-color: #f1f1f1;
	padding: 10px;
}
/*** header ***/
.mangot5bigad .nav_menu-item_ad> a> img { height: 48px; }
/*** details ***/
#main-l table .details { min-height: 400px; }
#main-l .guide article { min-height: 400px; }
#media a.framer {
	height: 131px;
	/*background: black;*/
	display: block;
}
.btn-danger a,
.btn-warning a { color: #FFF; }
.btn-primary { /*margin-top: 10px;*/ }
.nav { height: 50px; }
.nav > li > a { padding: 3px 7px!important; }
.nav-tabs > li > a {
	color: #fff;
	text-align: center;	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	border: hidden;
}
.nav-tabs > li > a:hover {
	background-color: #f73272;
	color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-image: url(../images/cloud_h.png);
	background-repeat: repeat-x;
	color: #0A1E27;
	font-weight: bold;
	border: 1px solid #246C8E;
	font-family: "微軟正黑體 Light";
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	border-bottom: #fff solid 5px;
}
.nav-tabs > li {
	background-image: url(../images/cloud.png);
	background-repeat: repeat-x;
}
.nav-tabs { border: hidden; }
.tab-content > .active img { height: auto!important; }
.Wrap01_img {
	z-index: 99;
	width: 100%;
	height: 490px;
	background: url("../images/ad_sample_01.jpg") no-repeat center 50px;
}
.Wrap02_img {
	z-index: 99;
	width: 100%;
	height: 490px;
	background: url("../images/ad_sample_02.jpg") no-repeat center 50px;
}
.Wrap03_img {
	z-index: 99;
	width: 100%;
	height: 490px;
	background: url("../images/ad_sample_03.jpg") no-repeat center 50px;
}
.Wrap04_img {
	z-index: 99;
	width: 100%;
	height: 490px;
	background: url("../images/ad_sample_04.png") no-repeat center 50px;
}
.Wrap05_img {
	z-index: 99;
	width: 100%;
	height: 490px;
	background: url("../images/ad_sample_05.jpg") no-repeat center 50px;
}
.Wrap06_img {
	z-index: 99;
	width: 100%;
	height: 902px;
	background: url("../images/ad_sample_06.jpg") no-repeat center 50px;
}
.Wrap07_img {
	z-index: 99;
	width: 100%;
	height: 1256px;
	background: url("../images/ad_sample_07.jpg") no-repeat center 50px;
}
#main-l .table { table-layout: fixed; }
#main-l .table tr td:first-child {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
}
.col-md-12 {
	padding-right: 2px!important;
	padding-left: 10px!important;
}
.banner1 {
	background-color: #fff;
	width: 280px;
	height: 250px;
	position: absolute;
	right: -332px;
	top: -49px;
	z-index: 99;
	display: none;
}
.banner2 {
	background-color: #fff;
	width: 280px;
	height: 250px;
	position: absolute;
	right: -332px;
	top: 220px;
	z-index: 99;
	display: none;
}
/*people*/
.people01 {
	background-image: url(../images/people01.png);
	background-repeat: no-repeat;
	height: 900px;
	width: 908px;
	position: absolute;
	left: 50%;
	top: 185px;
	margin-left: -920px;
	background-size: 80%;
	display: none;
}
.people02 {
	background-image: url(../images/people02.png);
	background-repeat: no-repeat;
	height: 900px;
	width: 908px;
	position: absolute;
	left: 50%;
	top: 209px;
	margin-left: -850px;
	background-size: 75%;
	display: none;
}
.people03 {
	background-image: url(../images/people03.png);
	background-repeat: no-repeat;
	height: 900px;
	width: 908px;
	position: absolute;
	left: 50%;
	top: 217px;
	margin-left: -883px;
	background-size: 85%;
	display: none;
}
.people04 {
	background-image: url(../images/people04.png);
	background-repeat: no-repeat;
	height: 900px;
	width: 908px;
	position: absolute;
	left: 50%;
	top: 140px;
	margin-left: -873px;
	background-size: 75%;
	display: none;
}
/*bootstrap*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #3d3d3d;
	border-color: #2e2e2e;
}
.pagination > li > a,
.pagination > li > span { color: #2e2e2e; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#searchBtn { margin-top: -15px; }
.pull-right { margin: 0 10px 10px 0; }
.btn-primary {
	background-color: #313131;
	border-color: #1f1f1f;
}
.btn-primary:hover {
	background-color: #000;
	border-color: #1f1f1f;
}
.btn { border-radius: inherit!important; }
.logo01 { /*width: 136px;
    margin-top: -8px;*/ }
.logo02 { /*width: 150px;*/ }
.logo03 {
	width: 150px;
	margin-top: 10px;
	display: none;
}
.btn-warning {
	background-color: #d9360e;
	border-color: #1f0706;
}
@media screen and (max-width: 1000px) {
#gnb { margin-left: -370px; }
.people01 { background-image: inherit; }
.people02 {; background-image: inherit; }
.people03 { background-image: inherit; }
.people04 { background-image: inherit; }
}
.titlename {
	width: 672px;
	height: 50px;
	background-color: #eeecd7;
}
.titlename .subtitle {
	background-image: url(../images/title02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 110px;
	padding: 10px 0 0 50px
}
.shopingbtn {
	background-color: #03C;
	height: 30px;
	width: 100px;
	color: #fff;
}
.shopingbtn:hover { background-color: #00F; }
.btnshop { padding-left: 435px; }
.hotImg img {
	width: 224px;
	height: 298px;
}
.hotImg img:hover {
	filter: alpha(Opacity=9);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.mangot5box { border-bottom: 1px #000 solid; }
