/*
 * 기본 스타일
 *
 */
@charset "utf-8";
@import "default.css";
@import "postcode.css";

/*********************************************************************************************************
 * FOOTER
 */

footer#userFooter {
  height: 100px;
  background: #e4e4e4;
}

#Fnb {
  position: relative;
  margin: 0 auto;
  width: 1140px;
}

#Fnb .address {
  clear: both;
  text-align: left;
  font-size: 12px;
  color: #262626;
  padding: 25px 0 0 35px;
}

#Fnb .copyright {
  clear: both;
  text-align: left;
  font-size: 12px;
  color: #262626;
  margin-top: -20px;
  padding: 0 0 0 35px;
}

/*********************************************************************************************************
 * HEADER
 */

/*********************************************************************************************************
 * SUB-LAYOUT
 */

/* manager */
tr[data-item].locked td {
	text-decoration: line-through;
	font-style: italic;
	color: #ccc !important;
}

/*********************************************************************************************************
 * OTHER
 */
