﻿@charset "utf-8";
/*header(OYQ+menu)*/
#header{
	width:100%;
	height:70px;
	background:#FFFFFF;
	border-bottom:5px #FF4000 solid;
	padding-right:65px;
	text-align:center;
	
	position:fixed;
	z-index:1000;
}
/*OYQ*/
#header .OYQ{
	width:100%;
	height:70px;
}
#header .OYQ .OYQ-box{
	width:100%;
	height:70px;
}
#header .OYQ .OYQ-box a.logo{
	display:inline-block;
	margin-top:17px;
}
#header .OYQ .OYQ-box a.logo img {
	max-width:190px;
	height:auto;
}
#header .OYQ .OYQ-box .links{
	display:block;
}
#header .OYQ .OYQ-box .links li.normal{
	display:none;
}
#header .OYQ .OYQ-box .links li.live{
	display:block;
	width:100%;
	height:auto;
	line-height:50px;
	position:absolute;
	z-index:50;
	top:350px;
	left:0px;	
	color:#fff;
	text-align:center;
	background:#663300;
	letter-spacing:0.02em;
}
#header .OYQ .OYQ-box .links li.live span.ico{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/head-live-mobile-ico.png) top left no-repeat;
	vertical-align:text-bottom;
	margin-right:6px;
}
#header .OYQ .OYQ-box .links li.live span.mount{
	font-size:1.288em;
	font-weight:bold;
	margin:0 0.2em;
	display:inline-block;
}
/*nav*/
.nav{
	clear:both;
    width:100%;
	height:auto; /*原110px*/
	margin:0 auto;    
    background:#eef5f2;
	border-bottom:1px #rgba(255,255,255,0.7) solid;
}
.nav .container {
	padding:0;
}
.nav-box {
	clear:both;
	width:100%;
}
/*漢堡按鈕(.mobileNav,乃由js寫入前台)*/
.mobileNav {
	display:block;
	position:absolute;
	top:0px;
	right:0px;		
	width:65px;
	height:65px;
	background:#FF4000;
	font-size:0;
	margin:0 0 0 0;
}
.mobileNav span {
	position:absolute;
	/*let center center align*/
	left:50%;
	top:50%;
	margin-left:-14px; /*28/2*/
	margin-top:-6px; /*micro adjust*/
}
/*--漢堡icon--*/
.mobileNav em,
.mobileNav em::after,
.mobileNav em::before {
	/* this is the menu icon */
	display:block;
	position:relative;
	height:2px;
	width:28px;
	background:#FFFFFF;
	-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
}
.mobileNav em {
	/* this is the menu central line */
	margin:6px auto 14px;
	-webkit-transition:background-color .2s;
			transition:background-color .2s;
}
.mobileNav em::before,
.mobileNav em::after {
	position:absolute;
	content:'';
	left:0;
	-webkit-transition:-webkit-transform .2s;
			transition:-webkit-transform .2s;
			transition:transform .2s;
			transition:transform .2s, -webkit-transform .2s;
}
.mobileNav em::before {
	/* this is the menu icon top line */
	-webkit-transform:translateY(-8px);
		-ms-transform:translateY(-8px);
			transform:translateY(-8px);
}
.mobileNav em::after {
	/* this is the menu icon bottom line */
	-webkit-transform:translateY(8px);
		-ms-transform:translateY(8px);
			transform:translateY(8px);
}
.mobileNav.nav-open em {
	/* transform menu icon into a 'X' icon */
	background-color:rgba(255, 255, 255, 0);
}
.mobileNav.nav-open em::before {
	/* rotate top line */
	-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.mobileNav.nav-open em::after {
	/* rotate bottom line */
	 -webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
/*【一階手風琴下墜選單】*/
.FCS-3 > .menu > ul > li a{
	display:block;
	color:#FFF;
	font-size:1.18em;
	font-family:Verdana, Geneva, "微軟雅黑", "Microsoft YaHei";
	padding:15px;
	text-align:left;
	background:#764F26;
}
.FCS-3 > .menu > ul > li > a:active,
.FCS-3 > .menu > ul > li > a:focus,
.FCS-3 > .menu > ul > li > a.open,
.FCS-3 > .menu > ul > li:hover > a{
	color:rgba(250,235,180,0.8);
}
/*一階選單右側+-符號*/
.sp-nav-btn:before {
	content:"";
	position:absolute;
	display:block;
	width:14px;
	height:2px;
	top:24px;
	right:19px;
	margin:-1px 0 0;
	background-color:#fff;
}
.sp-nav-btn:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:14px;
	top:25px;
	right:25px;
	margin:-8px 0 0;
	background-color:#fff;
	-webkit-transition:-webkit-transform .2s linear;
	   -moz-transition:-moz-transform .2s linear;
		-ms-transition:-ms-transform .2s linear;
		 -o-transition:-o-transform .2s linear;
			transition:transform .2s linear;
}
.open .sp-nav-btn:after {
	-webkit-transform:rotate(90deg);
	   -moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		 -o-transform:rotate(90deg);
			transform:rotate(90deg);
}
/*【二階手風琴下墜選單】(含上方色塊)*/	
.FCS-3 > .menu > ul > li > ul {
	display:none;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	background:#ffffff;
	box-sizing:border-box;
	-webkit-box-shadow:1px 2px 6px rgba(0,0,0,.2);
       -moz-box-shadow:1px 2px 6px rgba(0,0,0,.2);
            box-shadow:1px 2px 6px rgba(0,0,0,.2);
	position:static;
	width:100%;
	background:transparent; /*key*/
	margin-top:0px; /*key*/
	padding:0;
}
.FCS-3 > .menu > ul > li > ul:before {	  
	content:'';
	display:block;
	position:static;
	z-index:99;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	width:0px;
	height:0px; /*key*/
	top:0; /*key*/
	left:0;
}
.FCS-3 > .menu > ul > li > ul:before,
.FCS-3 > .menu > ul > li:hover > ul:before {
 	width:100%;
}
.FCS-3 > .menu > ul > li > ul > li {
    float:left;
    width:100%;
}
.FCS-3 > .menu > ul > li > ul > li > a {
	position:relative;
	display:block;
}
.FCS-3 > .menu > ul > li > ul.normal-sub {
    width:100%;
	padding:5px;
	position:static;
	background:#e5e8cd;
}
.FCS-3 > .menu > ul > li > ul.normal-sub > li {
    width:100%;
}
.FCS-3 > .menu > ul > li > ul.normal-sub > li a{
	display:block;
	padding:15px;
	color:#3E2E1C;
	font-size:1em;
	font-family:"微軟雅黑", "Microsoft YaHei";
	font-weight:bold;
	line-height:1em;
	background:transparent;
	position:relative; /*relative*/
	text-align:left;
}
.FCS-3 > .menu > ul > li > ul.normal-sub > li a:after{
    position:absolute;
    content:url(../images/navi-arrow.png);
    top:50%;
    right:13px;
    margin-top:-12px;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
}
.FCS-3 > .menu > ul > li > ul > li > a {

}
.FCS-3 > .menu > ul > li > ul > li > a:hover,
.FCS-3 > .menu > ul > li > ul > li > a:focus {
	color:#74AB00;
	text-shadow:none;
}
.FCS-3.show-on-mobile {
	display:block;
}		
.FCS-3 > .menu > ul > li > ul > li > a:after {
	position:absolute;
	content:url(../images/navi-arrow.png);
	top:50%;
	right:13px;
	margin-top:-12px;
	-webkit-transition:all 0.4s;
	   -moz-transition:all 0.4s;    
		 -o-transition:all 0.4s;
			transition:all 0.4s;
}
.FCS-3 > .menu > ul > li > ul > li > a:hover:after,
.FCS-3 > .menu > ul > li > ul > li > a:focus:after {
	right:10px;
	text-decoration:none;
}



/*--【黑背景】--*/
#menu-black-bg{
	display:none;
	/*--default no display,blocked by js--*/
}
#menu-black-bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.7);
	z-index:999;
	margin:70px 0 0 0;
}
/*--【navi】選單主box--*/
.FCS-3{
	display:none;
	position:absolute;
    width:100%;
	margin:0 auto;
	z-index:1000;
	background:#fff;
}
.FCS-3 > .menu > ul{
	list-style:none;
}
.FCS-3 > .menu > ul > li{
	width:100%;
	border-bottom:1px solid #C3B584;
	float:left; /*key-!*/
	position:relative; /*key-!*/
}
.FCS-3 > .menu > ul > li:nth-last-child(1){
	border-bottom:none;
}

/*主選單-外框架*/
.menu{
	display:block;
	position:relative;
	height:auto;
	background:#fff;
	overflow:auto;
}
/*額外:搜尋框,社群按鈕*/
.attach{
	position:static;
	display:block;
	width:100%;
	height:auto;
	background:#eef5f2;
	margin:0 auto;
	padding:0px;
	text-align:center; /*key!*/
}
.attach .attach-box{
	padding:0;
}
/*attach:search*/
.attach .search{
	float:none;/*float-none*/
	display:inline-block;
	position:relative;
	width:300px;
	height:40px;
	border:1px #e3e3e3 solid;
	border-radius:50px;
	background:#fff;
}
.attach .search a.trigger{
	display:none;
}
.attach .search .ip-txt{
	float:left;/*float*/
	width:100%;
	line-height:40px;
	padding:0px;
	font-size:1.05em;
	font-family:"微軟雅黑", "Microsoft YaHei";
	background:none;/*key!*/
	border:none;/*key!*/
	padding:0 60px 0 20px;
}
.attach .search .ip-txt:focus{
	outline:none;
}
.attach .search .ip-btn{
	position:absolute;
	right:15px;
	text-indent:-9999px;
	background:url(../images/header-ip-btn-m.png) left top no-repeat;
	border:none;
	width:40px;
	height:40px;
	cursor:pointer;
}
.attach .search .ip-btn:active,
.attach .search .ip-btn:focus{
	background-position:0 -40px;
}

/*basic-btns*/
.attach .basic{
	clear:both;
	margin:0;
	border-bottom:5px #40280F solid;
	box-sizing:border-box;
}
.attach .basic a.trigger{
	display:none;
}
.attach .basic ul{
	width:100%;
	list-style:none;
}
.attach .basic ul li{
	float:left;
	width:33.33%;
}
.attach .basic ul li a {
	display:block;
	color:#fff;
	font-size:0.888em;
	padding:15px 0;
}
.attach .basic ul li:nth-child(1) a{
	background:#8EC31F;
}
.attach .basic ul li:nth-child(2) a{
	background:#9C6D3D;
}
.attach .basic ul li:nth-child(3) a{
	background:#552C03;
}
.attach .basic ul li:nth-child(4) a{
	background:#FF4000;
}
.attach .basic ul li a:hover,
.attach .basic ul li a:focus {
	background:#F30;
}
/*--iPad mode--*/
@media screen and (max-width:990px){
	#header{
		text-align:left;
	}
	#header .OYQ .OYQ-box .links li.live{
		top:470px;
		letter-spacing:0.05em;
	}
	#header .OYQ .OYQ-box .links li.live span.ico{
		vertical-align:middle;
	}
	#header .OYQ .OYQ-box .links li.live span.mount{
		font-size:1.388em;
	}
	/*一階手風琴下墜選單*/
	.FCS-3 > .menu > ul > li a{
		font-size:1.088em;
		padding:20px;
	}
	/*一階選單右側+-符號*/
	.sp-nav-btn:before {
		top:30px;
		right:25px;
	}
	.sp-nav-btn:after {
		top:31px;
		right:31px;
	}
	.open .sp-nav-btn:after {
		-webkit-transform:rotate(90deg);
		   -moz-transform:rotate(90deg);
			-ms-transform:rotate(90deg);
			 -o-transform:rotate(90deg);
				transform:rotate(90deg);
	}
	/*二階選單,範圍加大*/
	.FCS-3 > .menu > ul > li > ul.normal-sub > li a{
		padding:18px;
	}
	/*attach:social*/
	.social{
		margin:20px 0;
	}
}

/*--desk mode--*/
@media screen and (min-width:991px){
	/*header(OYQ+menu)*/
	#header{
		width:100%;
		height:140px;/*syn:QYQ+nav*/
		background:#FFFFFF;
		border-bottom:none;
		padding-right:0px;
		text-align:left;
		
		position:fixed;
		top:0;
		z-index:1000;
		box-shadow:1px 1px 8px rgba(0,0,0,0.48);
	}
	/*OYQ*/
	#header .OYQ{
		width:100%;
		height:80px;/*syn*/
	}
	#header .OYQ .OYQ-box{
		width:100%;
		height:80px;/*syn*/
		margin:0 auto;
	}
	#header .OYQ .OYQ-box a.logo{
		float:left;/*flo-lef*/
		display:block;
		margin-top:16px;
		width:290px;
	}
	#header .OYQ .OYQ-box a.logo img{
		width:290px;
		height:auto;
		max-width:290px;
	}
	#header .OYQ .OYQ-box .links{
		float:right;/*flo-rig*/
		display:block;
		width:auto;	
		color:#353526;
		font-size:1em;
		margin-top:30px;
	}
	#header .OYQ .OYQ-box .links ul li {
		float:left;
		margin-right:50px;
	}
	#header .OYQ .OYQ-box .links ul li:nth-child(4){
		margin-right:0px;
	}
	#header .OYQ .OYQ-box .links ul li a{
		color:#353526;
		text-decoration:none;
		vertical-align:middle;
		-webkit-transition:all 0.3s ease;
		   -moz-transition:all 0.3s ease;
			 -o-transition:all 0.3s ease;
				transition:all 0.3s ease;
	}
	#header .OYQ .OYQ-box .links ul li a.acKey {
		color:transparent;
		margin-right:5px;
	}
	#header .OYQ .OYQ-box .links ul li a:hover,
	#header .OYQ .OYQ-box .links ul li a:focus {
		color:#F30;
	}
	#header .OYQ .OYQ-box .links ul li.live{
		border:1px rgba(53,53,38,0.45) solid;
		border-radius:5px;
		padding:10px 20px 10px 25px;
		margin-top:-10px;
	}
	#header .OYQ .OYQ-box .links ul li.live span.mount{
		display:inline-block;
		color:#FF3F00;
		font-size:1.048em;
		font-weight:bold;
		font-family:Verdana, Geneva, sans-serif;
		letter-spacing:0.04em;
		margin:0 5px;
	}
	/*add*/
	#header .OYQ .OYQ-box .links li.normal{
		display:inline-block;
	}
	#header .OYQ .OYQ-box .links li.normal:nth-last-child(1){
		margin-right:0;
	}
	#header .OYQ .OYQ-box .links li.live{
		display:inline-block;
		width:auto;
		height:auto;
		line-height:inherit;
		position:static;	
		color:#353526;
		text-align:center;
		background:#fff;
		letter-spacing:0.02em;
	}
	#header .OYQ .OYQ-box .links li.live span.ico{
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../images/head-live-desktop-ico.png) top left no-repeat;
		vertical-align:middle;
		margin-right:6px;
	}
	/*nav nav nav nav nav nav nav nav nav nav*/
	.nav{
		width:100%;
		height:60px;
		margin:0 auto;    
		background:#F30;
		border-bottom:none;
	}
	.nav .nav-box{
		clear:both;
		width:100%;
		height:60px;
		margin:0 auto;
	}
	/*mobile-menu-triggle(.mobileNav)*/
	.mobileNav{
		display:none;
	}
	.nav .nav-box .FCS-3{
		display:block;
		position:relative;/*key,dont move*/
		width:100%;
		height:auto;
		z-index:auto;/*key*/
		background:none;
	}
	.nav .nav-box .FCS-3 > .menu{
		position:relative;
		background:none;
		overflow:visible;/*key,dont move*/
		width:calc(100% - 120px);/*1150-180(attach)=970*/
		height:60px;
		display:table;
	}
	.FCS-3 > .menu > ul > li{
		display:block;
		position:relative;
		float:left;
		width:33.33%;
		height:auto;
		padding:0;
		margin:0;
		border:none;
	}
	.FCS-3 > .menu > ul > li > a {
		display:block;
		height:60px;/*key*/
		color:#fff;
		background:transparent;/*key*/
		font-size:1.088em;
		font-weight:normal;
		font-family:Verdana, Geneva, "微軟雅黑", "Microsoft YaHei";
		letter-spacing:0.02em;
		padding:22px 0 12px;
		text-align:center;
		cursor:pointer;
		border:none;
	}
	.FCS-3 > .menu > ul > li > a.open {
		color:#FFFF99;
		padding:21px 0 13px;
		border-bottom:8px #AEE144 solid;
	}
	.FCS-3 > .menu > ul > li:hover > a,
	.FCS-3 > .menu > ul > li > a:hover,
	.FCS-3 > .menu > ul > li > a:focus {
		color:#FFFF99;
		background-image:none;
		background-color:transparent;
	}
	/*一階選單右側(+)符號*/
	.sp-nav-btn:before {
		display:none;
	}
	.sp-nav-btn:after {
		display:none;
	}
	.open .sp-nav-btn:after {
		display:none;
	}
	/*for page active situation*/
	.FCS-3 > .menu > ul > li > a.active{
		color:#FFFF99;
		background-image:none;
		background-color:transparent;
		border-bottom:8px #AEE144 solid;
	}
	/*【二階,下墜選單】(含上方色塊)*/	
	.FCS-3 > .menu > ul > li > ul.normal-sub{
		display:block;/*syn-js*/
		position:absolute;
		z-index:99;
		top:60px;
		left:0px;
		width:100%;
		height:0;
		padding:0;
		opacity:0;
		margin-top:0px;/*突出與否,= ul's border-top height*/
		background:rgba(255,255,255,0.95);
		transition:all 0.5s ease;
		overflow:hidden;
		-webkit-box-shadow:1px 2px 6px rgba(0,0,0,0.4);
		   -moz-box-shadow:1px 2px 6px rgba(0,0,0,0.4);
				box-shadow:1px 2px 6px rgba(0,0,0,0.4);
	
	}
	.FCS-3 > .menu > ul > li > ul.focu-show {
		display:block;
		height:inherit;
		visibility:visible;
		opacity:1;
		overflow:visible;
		box-shadow:0 3px 5px rgba(0%,0%,0%,0.4);
	}
	.FCS-3 > .menu > ul > li > ul.normal-sub:before{
		content:'';
		display:block;
		position:absolute;
		z-index:10;
		top:-8px; /*= ul's border-top height*/
		left:0px;
		width:0px;
		height:8px; /*= ul's border-top height*/
		background:#AEE144; /*上方色塊定色*/
	
		-webkit-transition:all 0.4s ease;
		   -moz-transition:all 0.4s ease;
			 -o-transition:all 0.4s ease;
				transition:all 0.4s ease;
	}
	.FCS-3 > .menu > ul > li > ul.normal-sub:before,
	.FCS-3 > .menu > ul > li:hover > ul.normal-sub:before{
		width:100%;
	}
	.FCS-3 > .menu > ul > li > ul.normal-sub > li{
		float:left;
		width:100%;
	}
	.FCS-3 > .menu > ul > li > ul.normal-sub > li > a {
		display:block;
		position:relative;
		color:#3E2E1C;
		font-size:1em;
		font-family:Verdana, Geneva, "微軟雅黑", "Microsoft YaHei";
		font-weight:bold;
		line-height:1.28em;
	}
	.FCS-3 > .menu > ul > li > ul.normal-sub > li > a:hover,
	.FCS-3 > .menu > ul > li > ul.normal-sub > li > a:focus {
		color:#F30;
		text-shadow:none;
	}
	.FCS-3 .show-on-mobile{
		display:block;
	}		
	.FCS-3 > .menu > ul > li > ul > li > a:after {
		display:none;/*key!*/
	}
	.FCS-3 > .menu > ul > li > ul > li > a:hover:after,
	.FCS-3 > .menu > ul > li > ul > li > a:focus:after {
		right:10px;
		text-decoration:none;
	}
	/*額外:搜尋框,社群按鈕*/
	.attach{
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		width:auto;
		height:60px;
		padding:0 0 0 0;
		background:none;
		overflow:visible;
	}
	.attach .attach-box{
		padding:0 0 0 0;
	}
	.attach .attach-box ul.at-list{
		float:right;
		width:auto;
	}
	.attach .attach-box ul.at-list li{
		float:left;
		width:60px;
		height:60px;
		display:inline-block;
	}
	.attach .attach-box ul.at-list li a.trigger{
		background-color:#888;
	}
	.attach .attach-box ul.at-list li a.trigger:hover,
	.attach .attach-box ul.at-list li a.trigger:focus,
	.attach .attach-box ul.at-list li a.trigger:active{
		background-color:#282828;
	}
	/*search*/
	.attach .search{
		float:left;
		height:60px;
		border:none;
		border-radius:0px;
		background:none;
	}
	.attach .search a.trigger{
		display:inline-block;
		width:60px;
		height:60px;
		background:url(../images/attach-search-ico.png) center center no-repeat;
		font-size:0em;
		border-left:1px rgba(255,255,255,0.5) solid;
		border-right:1px rgba(255,255,255,0.5) solid;
	}
	.attach .search > a.on{
		display:inline-block;
		width:60px;
		height:60px;
		background:#9CC813 url(../images/attach-close-ico.png) center center no-repeat !important;
		font-size:0em;
		border-left:1px rgba(255,255,255,0.5) solid;
		border-right:1px rgba(255,255,255,0.5) solid;
	}
	.attach .search .s-form{
		display:none;
	}
	.attach .search .s-form form{
		position:absolute;
		top:0;
		right:59px;/*因為有float:;left在前,所以要相反*/
		background:#fff;
		border-top:1px #9CC813 solid;
		border-bottom:1px #9CC813 solid;
	}
	.attach .search .ip-txt{
		width:250px;
		height:58px;
		border:none;
		border-radius:0px;
		padding:12px 20px;
		margin:0 60px 0 0;
		font-size:1.088em;
		font-family:"微軟雅黑", "Microsoft YaHei";
		background:rgba(255,255,255,1);
	}
	.attach .search .ip-btn{
		text-indent:-9999px;
		display:inline-block;
		background:url(../images/header-ip-btn-desktop.png) left top no-repeat;
		border:none;
		width:36px;
		height:36px;
		cursor:pointer;
		margin:12px 0 0 0;
	}
	.attach .search .ip-btn:hover,
	.attach .search .ip-btn:focus {
		background-position:0 -36px;
	}
	/*social*/
	.social{
		display:block;
		margin:0 0 0 0;
		overflow:visible;
	}
	.social a.trigger{
		display:block;
		width:60px;
		height:60px;
		background:url(../images/attach-social-ico.png) center center no-repeat;
		font-size:0em;
		border-right:1px rgba(255,255,255,0.5) solid;
	}
	.social > a.on{
		display:block;
		width:60px;
		height:60px;
		background:#9CC813 url(../images/attach-close-ico.png) center center no-repeat !important;
		font-size:0em;
		border-left:1px rgba(255,255,255,0.5) solid;
		border-right:1px rgba(255,255,255,0.5) solid;
	}
	.social .btns-box{
		float:none;
		display:block;
		overflow:visible;
	}
	.social ul.btns-list{
		display:none;/*顯示時用:table*/
		position:absolute;
		width:60px;
		z-index:100;
	}
	.social ul.btns-list li{
		display:block;
		float:none;
		margin:0 0 0 0;
		line-height:1.28em;
		margin-bottom:-3px;
	}
	.social ul.btns-list li a {
		display:inline-block;
		width:60px;
		height:60px;
		margin:0 0 0 0;
		box-sizing:content-box;
		border-radius:0;
		opacity:1;
	}
	.social ul.btns-list li a::before{
		background-size:auto 60px;
	}
	.social ul.btns-list li a.fb::before {
		background-position:0 0;
	}
	.social ul.btns-list li a.tw::before {
		background-position:-60px 0;
	}
	.social ul.btns-list li a.li::before {
		background-position:-120px 0;
	}
	/*basic-btns*/
	.attach .basic{
		clear:none;/*key!*/
		display:inline-block;
		margin:0;
		padding:0;
		border-bottom:none;
	}
	.attach .basic a.trigger{
		display:block;
		width:60px;
		height:60px;
		background:url(../images/attach-msg-ico.png) center center no-repeat;
		font-size:0em;
		border-right:1px rgba(255,255,255,0.5) solid;
	}
	.attach .basic a.trigger:active{
		background:#9CC813 url(../images/attach-msg-ico.png) center center no-repeat !important;
	}
	.attach .basic ul{
		display:none;
	}
}