/*
 * Copyright inpleworks, Co.
*/

/* default
-------------------------------------- */  
.float_left { 
	float:left; 
}
.float_right { 
	float:right;
}
.xet_row {
	*zoom: 1;
}
.xet_row:before,
.xet_row:after {
	display: table;
	content: "";
	line-height: 0;
}
.xet_row:after {
	clear: both;
}
.xet_container {
	position:relative; 
	padding: 0 15px;
	margin: 0 auto;
	*zoom: 1;
}
.xet_container:before,
.xet_container:after {
	display: table;
	content: "";
	line-height: 0;
}
.xet_container:after {
	clear: both;
}
.xet_clearfix {
	*zoom: 1;
}
.xet_clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}

/* buttons
-------------------------------------- */ 
.xet_viewAllBtn { 
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	background: #D35400;
	color: #fff;
}
.xet_viewAllBtn:hover { 
	background:#222;
}
.xet_moreBtn { 
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	background: #D35400;
	color: #fff;
}
.xet_moreBtn:hover { 
	background:#222;
}
.xet_moreBtn2 { 
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	border: 3px solid #fff;
	background: rgba(0,0,0,.2);
	color: #fff;
}
.xet_moreBtn2:hover { 
	background:#222;
}


/* mobile menu
-------------------------------------- */
.push_menu {
	display: none;
}
.push_menu li.nav_title {
	height: 60px;
	line-height: 60px;
	text-indent: 20px;
}
/* mobile search */
.push_menu li.xet_search .itext { 
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-indent: 20px;
	border: 0; 
	background: #2b2b2b;
	color: #ccc;
}
.push_menu li.xet_search button { 
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	border: 0; 
	border-left: 1px solid #222;
	background: #333;
	color: #aaa;
}


/* header
-------------------------------------- */  
.header {
	height: 80px;
}
.xet_header { 
	z-index:101; 
	width: 100%;
	height: 80px;
	position: fixed;	
	top: 0;
	left: 0;	
	background: rgba(0,0,0,.4);
	*background: #333;
	/* border-bottom: 4px solid #D35400; */
}
@media \0screen { 
	.xet_header { 
		background: #333;
	}
}

/* logo
-------------------------------------- */  
.xet_logo { 
	float:left;
	overflow: hidden;
}
.xet_logo a { 
	display: inline-block; 
	max-width: 220px;
    margin-top: 10px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 24px;
	font-family: "Open Sans",sans-serif;
	color: #fff;
}
.xet_logo a img { 
	max-width: 100%;
	*vertical-align: top; 
}

/* GNB
-------------------------------------- */  
.xet_gnb_wrp {	
	float: right;
	z-index: 99;
}
.xet_gnbm_wrp {	
	z-index: 100;
	display: none;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	overflow: hidden;
}
.xet_gnbm {	
	display: inline-block;
	font-size:18px;
	text-decoration:none; 
	text-align:center; 
	width: 40px;
	height:60px;
	line-height:60px;
	color: #fff;
}
.xet_gnbm i {	
	*margin-top: 20px;	
}

.xet_gnb { 
	position:relative;
}
.xet_gnb ul { 
	margin:0;
	padding:0;
	list-style:none;
	*zoom:1; 	
}
.xet_gnb ul:after { 
	content:""; display:block; clear:both; 
}
.xet_gnb ul li { 
	position:relative; 
	margin:0;
	padding: 0; 	
}
.xet_gnb ul li span,
.xet_gnb ul li a { 
	display: block;
	font-size: 14px; 
	text-decoration:none;
	cursor:pointer;
	margin: 0;
	padding: 0 20px; 
	color:#fff;
}
.xet_gnb ul li img { 
	vertical-align:middle; 
}
.xet_gnb ul li:hover > span,
.xet_gnb ul li:hover > a {
	background: #D35400;
	color: #eee;
}
.xet_gnb ul li .on { 
	background: #D35400;
	color: #fff;
} 
.xet_gnb ul li.gnb_1th {
	float: left;
	height: 80px; 
	line-height: 80px;
	margin-left: 1px;
}

/* 2차 메뉴 */
.xet_gnb ul ul { 
	z-index:99; 
	display: none;
	position:absolute; 
	left:0; 
	top:100%;	
	list-style:none;
	margin:0; 
	padding:0;
}
.xet_gnb ul ul li { 
	float:none; 
	width: 180px;
	height: auto;
	line-height: 1.5;
	*vertical-align:top; *zoom:1;	
	background: #D35400;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.xet_gnb ul ul li:first-child { 
	border-top: 0; 
}
.xet_gnb ul ul li span,
.xet_gnb ul ul li a { 
	display: block; 
	font-size: 12px; 
	font-weight: normal; 
	margin: 0; 
	padding: 10px 20px;
	color: #fff; 
	*zoom:1;
}
.xet_gnb ul ul li .child { 
	background:url(../img/right_arrow.png) 90% 50% no-repeat;
}

/* 3차 메뉴 */
.xet_gnb li ul li ul { 
	top: 0; 
	left:100%; 
}

/* show */
.xet_gnb ul li:hover ul.gnb_2th,
.xet_gnb ul ul.gnb_2th li:hover ul {
	display: block;
	-moz-animation: fadeIn .3s ease-in ;
    -webkit-animation: fadeIn .3s ease-in ;
    animation: fadeIn .3s ease-in;
}

/* last child */
.xet_gnb li.last ul { 
	left: auto !important;
	right: 0 !important;
}
.xet_gnb li.last ul li span,
.xet_gnb li.last ul li a { 
	text-align: right !important; 
}
.xet_gnb li.last ul li .child { 
	background:url(../img/left_arrow.png) 10% 50% no-repeat;
}
.xet_gnb li.last ul ul { 
	right: 100% !important;
}

/* color */
.xet_gnb ul ul li:hover > span,
.xet_gnb ul ul li:hover > a,
.xet_gnb li.last ul li:hover > span,
.xet_gnb li.last ul li:hover > a {
	background: #e9e9e9;
	color: #D35400;
}



/* ACC
-------------------------------------- */  
.xet_acc_wrp {
	z-index: 101;
	float:right;
	height: 60px;
	padding-left: 20px;
}
.xet_acc {  
	z-index: 101;
	position:relative;
}
.xet_acc ul {
	margin: 0; 
	padding:0; 
	list-style:none; 
	text-align: right;
}
.xet_acc ul > li { 
	position: relative;
	display: inline-block;
	margin:0; 
	padding:0;
	height: 60px; 
	line-height: 60px;
}
.xet_acc ul > li a.icon_btn.on { 
	background: #D35400;
}
.xet_acc a.icon_btn { 
	display: inline-block;
	font-size:17px;
	text-decoration:none; 
	text-align:center; 
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color:#fff; 
}
.xet_acc a.icon_btn.on {
	color: #fff;
}

/* mypage */
.xet_acc_layer { 
	z-index: 101;
	display:none; 
	position:absolute;
	top:100%; 
	right: 0;
	margin: 0; 
	padding:0;
	width:120px;
	background: #D35400; 
}
.xet_acc_layer .name { 
	font-size:14px; 
	text-align:left;
	margin:10px 15px 0; 
	color:#555; 
}
.xet_acc_layer ul { 
	height:auto; 
	margin:10px 0; 
	padding:0;
	list-style:none; 
	border:none; 
}
.xet_acc_layer ul li { 
	float:none;
	width:auto;
	display:block;
	margin:0; 
	padding:0 10px; 
	height: auto;
	line-height: 100%;
	border: 0; 
}
.xet_acc_layer ul li:hover {
	background:none;
}
.xet_acc_layer ul li a { 
	display:block;
	margin: 0;
	padding: 3px 0;
	font-size:12px; 
	text-align:left;
	color: #fff; 
}
.xet_acc_layer ul li a:hover { 
}


/* search */
.xet_search_layer { 
	z-index: 101;
	display:none; 
	position:absolute;
	top:100%; 
	right:0;
	margin: 0; 
	padding: 2px;
	width: 200px;
	line-height: 100%;
	background: #D35400; 
}
.xet_search_layer .itext { 
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-indent: 5px;
	background: #fff;
	border: 0;
}


/* viewportchecker
-------------------------------------- */  
.hidden {
	opacity: 0;
}
.visible{
	opacity: 1;
}


/* section...
-------------------------------------- */  
.xet_section {
	padding: 50px 0;
	color: #555;
	background: #f1f1f1;
	/* background: #f9f9f9; */
}
.section1_image img {
	margin-top: 40px;
    width: 60px;
    height: 60px;
}
.xet_section .xet_icon {
	margin: 0 auto 30px;
	width: 103px;
	height: 103px;
	line-height: 103px;
	text-align: center;
	border-radius: 50%;
	background: #D35400;
	-moz-box-shadow: inset 0 0 13px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 0 13px rgba(0,0,0,.4);
	box-shadow: inset 0 0 13px rgba(0,0,0,.4);
}
.xet_section .xet_icon i {
	font-size: 50px;	
	vertical-align: middle;
	*margin-top: 25px;
	color: #fff;	
}
.xet_section .xet_icon_img {
	margin: 0 auto 30px;
	text-align: center;
}
.xet_section .xet_icon_img image {
	vertical-align: top;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.xet_section .h2 { 
	display: inline-block;
	padding: 0 30px 10px;
    font-family: 'GmarketSansBold', sans-serif;
    font-size: 37px;
	color: #111111;
	letter-spacing: 0px;
    opacity: 1;
}
.technoloty {
	display: inline-block;
	padding: 0 30px 10px;
    font-family: 'GmarketSansBold', sans-serif;
    font-size: 37px;
	color: #111111;
	letter-spacing: 0px;
    opacity: 1;
}
.xet_section .h3 { 
	padding: 0 0 10px;	
    font-family: 'GmarketSansBold', sans-serif;
	color: #333;
}
.xet_section .h4 {
	padding-top: 20px;
    font-family: 'GmarketSansLight', sans-serif;
    font-size: 15px;
	letter-spacing: 0px;
    opacity: 1;
}
.xet_section .h5 {
	padding-top: 20px;
    font-family: 'GmarketSansLight', sans-serif;
    font-size: 15px;
	letter-spacing: 0px;
    opacity: 1;
    color: #727272;
}
.xet_section .fontbold {
    color: #111111;
    font-family: 'GmarketSansBold', sans-serif;
}
.xet_section .fontcount {
	text-align: center;
	font-size: 37px;
    font-family: 'GmarketSansMedium', sans-serif;
	letter-spacing: 0px;
	color: #727272;
	opacity: 1;
}
.xet_section .width200 {
    font-size: 13px;
	width: 250px;
	margin-left: 50px;
}
.xet_section .height60 {
    height: 60px;
}
.xet_section .height100 {
    height: 100px;
}
.xet_section .width210 {
	margin-left: 45px;
    font-size: 13px;
	width: 210px;
}
.xet_section .section_content { 
	padding: 30px 0 0;
}
.xet_section .section_content img { 
	max-width: 100%;
}
.xet_section .carousel { 
	margin: 0 15px;
}
.xet_section .whitebac { 
	background-color: #ffffff;
	width: 348px;
	height: 296px;
}
.xet_section .graybac { 
	background: #F8F8F8 0% 0% no-repeat padding-box;
	opacity: 1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin-left: 40px;
}
.xet_section .aboutus { 
	background: #111111 0% 0% no-repeat padding-box;
	opacity: 1;
	width: 100%;
	height: 400px;
	text-align: left;
}
.aboutus h4 {
	padding-top: 50px;
    font-family: 'GmarketSansLight', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 1;
    color: #727272;
	line-height: 2;
}
.footcopyright {
	text-align: left;
}
.footcopyright h4 {
    font-family: 'GmarketSansLight', sans-serif;
    font-size: 14px;
    color: #727272;
	margin: 0 15px;
}
.aboutus h2 {
	padding-top: 50px;
    font-family: 'GmarketSansLight', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    opacity: 1;
    color: #FFFFFF;
}
.aboutus img {
	width: 32px;
    height: 32px;
}
.aboutus .space {
	margin-left: 30px;
}
.xet_section .widget_body { 
	text-align: left;
	margin: 0;
	padding: 20px 0 0;
}
.noBorder {
	border: 0 !important;
}
.section_bg1 {
	background: #f1f1f1 !important;
	/* background: #e9e9e9 !important;	 */
}
.section_bg2 {
	background: #999 !important;	
}


/* section parallax bg
-------------------------------------- */  
.parallax1 {
	position: relative;
	padding: 120px 0;
	background-image: url(../img/1.jpg);
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #111;
}
.parallax1 .h1 {
	padding: 0 0 10px;
}
.parallax1 .h4 {
	padding-top: 20px;
}
.parallax2 {
	position: relative;
	background-image: url(../img/2.jpg);
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #111;
}
.parallax2 .section_content {
	padding: 60px 0 0;
	color: #fff;
}
.parallax2 .section_content img {
	vertical-align: top;
}
.parallax1 .h1,
.parallax2 .h2.Title,
.parallax1 .h4,
.parallax2 .h4 {
	color: #fff;
}

.parallax1 .text_center,
.parallax2 .text_center {
	z-index: 3;
}
.parallax1 .mask,
.parallax2 .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/trans-3.png) repeat;
}

/* LNB horizontal
-------------------------------------- */  
.xet_lnb_h_wrp { 
	position:relative;
	text-align: center;
}
.xet_lnb_h_wrp h1.h1 { 
	color: #fff;
	border: 0;
}
.xet_lnb_h { 
	padding: 20px 0; 
}
.xet_lnb_h p { 
	margin: 20px 0; 
}
.xet_lnb_h a { 
	display:inline-block; 	
	margin: 0 5px; 
	padding: 5px 10px; 
	font-size: 13px;
	text-transform:uppercase; 
	white-space:nowrap;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.xet_lnb_h img { 
	vertical-align: middle;
}
.xet_lnb_h a:hover,
.xet_lnb_h a.on { 
	background: #D35400;
	color: #fff;
}
.xet_lnb_h .child {
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
}


/* Content body
-------------------------------------- */  
.xet_body { 
	position:relative; 
	background: #f1f1f1;
}

/* breadcrumb 
-------------------------------------- */  
.breadcrumb_wrp { 
	position:relative;
	margin: 0;
	padding:0;
	border-bottom: 1px solid #e1e1e1;
}
.breadcrumb_wrp ul { 
	margin:0; 
	padding:0;
	list-style:none; 
}
.breadcrumb_wrp ul li { 
	float:left; 
	padding: 30px 0;
	margin: 0 5px;
	color: #777;
}
.breadcrumb_wrp ul li a { 
	display:block; 
	padding: 0 ; 
	font-size: 13px; 
	color: #555;
}


/* side area
-------------------------------------- */  
.xet_side_wrp {
	position:relative;
	float: right;
	width: 33.33%;
}
.xet_side_wrp.side_left {
	float: left !important;
}
.xet_side_wrp.side_right {
	float: right !important;
}
.xet_side_wrp.side_left .xet_side {
	padding: 90px 60px 90px 0;
}
.xet_side_wrp.side_right .xet_side {
	padding: 90px 0 90px 60px;
}

/* LNB 
-------------------------------------- */
.xet_lnb_wrp { 
	margin:0 0 30px;
	padding:0;
	background: #fff; 
	color: #555;
	border: 1px solid #e1e1e1;
}
.xet_lnb_wrp .h3 {
	padding: 20px; 
	border-bottom: 1px solid #e1e1e1; 
}
.xet_lnb_wrp a { 
	color:#555; 
}
.xet_lnb_wrp .xet_lnb { 
	margin:0; 
	padding:0; 
	list-style:none; 
	*zoom:1; 
}
.xet_lnb_wrp .xet_lnb li { 
	position:relative; 
	padding:0; 
	margin:0; 
	text-align:left;
	border-top:1px solid #e1e1e1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.xet_lnb_wrp .xet_lnb li:first-child {
	border: 0; 
}
.xet_lnb_wrp .xet_lnb li a { 
	display:block; 
	overflow:hidden;  
	padding: 10px 60px 10px 20px; 
	font-size: 12px;
}
.xet_lnb_wrp .xet_lnb li a.child {
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	text-indent: -99999em;
	z-index: 2; 
	background: url(../img/arrow_down.png) no-repeat 50% 15px #fff;
	border-left: 1px solid #e1e1e1;    
}
.xet_lnb_wrp .xet_lnb li.on a.child,
.xet_lnb_wrp .xet_lnb li a.child.submenu-open {
	border: 0;
}
.xet_lnb_wrp .xet_lnb li a img { 
	vertical-align:middle; 
}
.xet_lnb_wrp .xet_lnb li:hover > a { 
	color: #D35400; 
}
.xet_lnb_wrp .xet_lnb li a.on { 
	font-weight:bold;
	text-decoration:none; 
	color: #D35400; 
}

.xet_lnb_wrp .xet_lnb li.on ul {
	display: block;
}
/* 3차 메뉴 */
.xet_lnb_wrp .xet_lnb ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
}
.xet_lnb_wrp .xet_lnb li li { 
	margin: 0;
	padding: 0;
	border: 0; 
	background: none;
}
.xet_lnb_wrp .xet_lnb li li a {
	padding: 10px 0 10px 40px; 
}

/* side widget
-------------------------------------- */  
.xet_side_widget { 
	position:relative;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.xet_side_widget .h3 { 
	padding: 20px; 
	line-height: 120%;
	border-bottom: 1px solid #e1e1e1;	
	color: #555;
}
.xet_side_widget .widget_body { 
	padding: 20px; 
	min-height: 220px;
}

/* side banner
-------------------------------------- */  
.xet_side_banner { 
	position:relative;
	margin-bottom: 20px;
}
.xet_side_banner a { 
	display: block;
}
.xet_side_banner img { 
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}


/* content
-------------------------------------- */  
.xet_content_wrp { 
	position:relative; 
	overflow:hidden;
}
.xet_content { 
	box-sizing: inherit;
}



/* footer
-------------------------------------- */  
.footersec1 { 
	background-color: #f1f1f1;
	width: 100%;
	text-align: center;
}
.footersec { 
	width: 100%;
	text-align: center;
}
.section5text { 
	height: 100%;
	display: inline-block;
}
.section5text .width350 { 
	text-align: left;
	width: 350px;
	font-size: 13px;
	color: #727272;
}
.section5img { 
	height: 100%;
	display: inline-block;
}
.section5space { 
	display: inline-block;
	width: 100px;
}
.section5img img { 
	width: 392px;
	height: 516px;
}

.footerright { 
	height: 400px;
	width: 49%;
	display: inline-block;
}
.footerleft { 
	height: 400px;
	width: 49%;
	display: inline-block;
	text-align: left;
}
.aboutus .leftlogo { 
	height: 49px;
	width: 367px;
	background:url(../img/down_logo@2x.png); 
	background-size: 367px 49px;
}
/* address
-------------------------------------- */  
.xet_address { 
	margin-top: 50px;	
	font-size: 12px;
	line-height: 180%; 
	color: #ccc;
	background: #f1f1f1;
}
.xet_address h3 {
	width: 250px;
	text-align: left;
}
/* .xet_address h3, */
/* .xet_address h5, */
.xet_address .widget_body a {
	color:#ccc !important;
}
.xet_address .xet_companyName {
	color: #eee;	
}
.xet_address .xet_sns_wrp {
	margin: 10px 0;
}
.xet_address .xet_sns_wrp a {
	display: inline-block;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #777;
}
.xet_address .xet_sns_wrp a i {
	font-size: 18px;
	*margin-top: 8px;
}
.xet_address .xet_sns_wrp a.fb {
	background: #496BAE;
}
.xet_address .xet_sns_wrp a.tw {
	background: #4BB6FD;
}
.xet_address2 { 	
	font-size: 12px;
	line-height: 180%; 
	background: #FFFFFF;
}
.xet_address3 {
	padding: 0;
	line-height: 180%; 
	background: #111111;
}
/* copyright
-------------------------------------- */  
.xet_copyright { 
	padding: 30px 10px; 	
	text-align: center;
	background: #111;	
}
.xet_copyright .copyright { 
	float: left;
	padding: 5px 0;
	display: inline-block;
	font-size: 11px;
	color: #eee;
}

/* footer menu
-------------------------------------- */  
.xet_footer_nav { 
	float: right;
	margin:0; 
	padding: 0; 
	list-style:none; 
	text-align: center;
}
.xet_footer_nav li { 
	display:inline; 
	margin: 0;
	padding: 0;	
}
.xet_footer_nav li:first-child { 
	background:none; 
}
.xet_footer_nav li a { 
	display:inline-block;
	padding: 5px;
	font-weight:normal; 
	font-size: 11px; 
	color: #eee;
}
.xet_footer_nav li a:hover { 
	color: #fff;
}

/* scroll top
-------------------------------------- */
#xet_top { 
	z-index:1001;
	display:none;
	text-decoration:none;
	position:fixed; 
	bottom: 0;
	right: 0;
	overflow:hidden; 
	width: 40px; 
	height: 40px; 
	border: 0; 
	text-indent:-999px; 
	background:url(../img/top.png) no-repeat center #D35400; 
}
#xet_top_hover { 
	display:block;  
	width: 40px; 
	height: 40px; 
	overflow:hidden;
	 float:left; 
	 opacity: 0; 
	 -moz-opacity: 0;
	 filter:alpha(opacity=0); background:url(../img/top.png) no-repeat center #333;
}
#xet_top:active, 
#xet_top:focus { outline:none; }