@charset "utf-8";

@import url("common.css");
@import url("layout.css");
@import url("NanumGothic.css");


/* ************************************************************************************* */
#back-top 			     {bottom: 120px;right: 50%;position: fixed;z-index: 9999; margin-right:-670px; visibility:hidden;}
#back-top a 			     {color: #fff;font-size: 0em; font-weight:bold;text-decoration: none;text-transform: uppercase; width: 41px;display: block;text-align: center;}
#back-top a:hover      {color:#79ec3e;}
#back-top span         {width:41px;height:41px; display: block;margin-bottom:41px;background:url("/images/main/up-arrow.png") no-repeat left 0px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;}

#back-top a:hover span { background-position:right top;}
/* ************************************************************************************* */

/* code by Seaman */