/*  login  */
.login_bg {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#f2f2f2;
}
.login_wrap {
	position:absolute;
	left:50%;
	top:40%;
	margin-left:-211px;
	margin-top:-180px;
	width:422px;
}
.login_top {
	text-align:center;
}
.login_top h1 {
	font-size:45px;
	font-weight:bold;
}
.login_top p {
	font-size:15px;
}
.login_form {
	padding:40px 30px;
	border-radius:5px;
	width:360px;
	background-color:#fff;
	margin-top:20px;
	box-shadow:#ddd 0 0 20px;
}
.login_form .login {
	width:360px;
	padding-left:50px;
	height:50px;
	border-radius:5px;
}
.login_form .login.sel {
	background-color:#feffcc;
}
.login_form .loginId {
	background:url(../images/icon_id.png) 13px center no-repeat;
}
.login_form .loginPw {
	background:url(../images/icon_password.png) 15px center no-repeat;
	margin-top:10px;
}
.login_form .remember_wrap {
	margin-top:10px;
	line-height:20px;
	color:#666;
}
.login_form .remember_wrap input {
	margin-right:10px;
}
.login_form .login_btn {
	width:100%;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background:url(../images/bg_login-btn.jpg) center center no-repeat;
	padding:15px 0;
	border-radius:5px;
}
.login_wrap .copyright {
	text-align:center;
	color:#c3c3c3;
	margin-top:20px;
}

/*  회원관리  */
h1.title {
	font-size:32px;
	font-weight:bold;
	padding:65px 0;
}
.inner.member {
	overflow:hidden;
}
.member_wrap {
	position:absolute;
	right:0;
	top:20px;
}
.member_wrap:after {
	clear:both;
}
.member_wrap li.member_info {
	float:left;
	width:114px;
	height:124px;
	margin-left:15px;
	text-align:center;
	color:#fff;
}
.member_wrap li.member_info.info01 {
	background:#393b3f;
}
.member_wrap li.member_info.info02 {
	background:#494b50;
}
.member_wrap li.member_info.info03 {
	background:#494b50;
}
.member_wrap li.member_info.info04 {
	background:#015498;
}
.member_wrap li.member_info .img {
	margin-top:23px;
	margin-bottom:13px;
}
.member_wrap li.member_info p {
	line-height:18px;
	font-size:13px;
}
.member_wrap li.member_info p.tit {
	font-weight:bold;
}

/* 회원관리 */

div.list_table table.list-table.submit tr th {
	text-align:left;
	width:140px;
	padding-left:20px;
}
div.list_table table.list-table.submit tr td {
	text-align:left;
	padding-left:20px;
}
div.list_table table.list-table.submit tr td input {
	padding:0 10px;
}
div.list_table table.list-table.submit tr td select {
	padding-left:10px;
}
div.list_table table.list-table.submit tr td input.text_input {
	width:270px;
}
div.list_table table.list-table.submit tr td input.title_input {
	width:98%;
}
div.list_table table.list-table.submit tr td input.email_second {
	width:150px;
}
div.list_table table.list-table.submit tr td select.email_select {
	width:100px;
}
div.list_table table.list-table.submit tr td select.phone_select {
	width:80px;
}
div.list_table table.list-table.submit tr td input.phone {
	width:80px;
}
div.list_table table.list-table.submit tr td input.address01 {
	width:80px;
}
div.list_table table.list-table.submit tr td input.find_address {
	padding:2px 10px;
}
	/* 버튼 */
.btn_wrap.large {
	text-align:center;
	margin-top:20px;
}
.btn_wrap.large button {
	width:150px;
	padding:10px 0;
	margin:0 5px;
	font-size:20px;
	border:1px solid #ddd;
}
.btn_wrap.large .large_btn_bg {
	background:url(../images/bg_login-btn.jpg) center center no-repeat;
	background-size:100% 100%;
	border:none;
	padding:11px 1px;
	width:200px;
}
.btn_wrap.large .large_btn_gray {
	color:#333;
	background-color:#f4f4f4;
	border-color:#b2b2b2;
}


/* 제품관리 */
.product_tab_wrap {
	overflow:hidden;
}
.product_tab_wrap .product_tab {
	font-size:14px;
	line-height:36px;
	color:#666; 
	float:left;
	width:161.333px;
	height:37px;
	border:1px solid #e1e1e1;
	border-left-color:#fff;
	text-align:center;
	border-bottom:2px solid #333;
}
.product_tab_wrap .product_tab:first-child {
	border-left:1px solid #e1e1e1;
}
.product_tab_wrap .product_tab.current {
	width:159px;
	height:36px;
	border:2px solid #333;
	border-bottom-color:#f9f9f9;
	font-weight:bold;
	color:#333;
	background:#f9f9f9;
}
.product_tab_sub_wrap {
	background:#f9f9f9;
	padding:20px 20px 15px;
	border-bottom:1px solid #e5e5e5;
}
.product_tab_sub_wrap .product_tab_sub {
	display:none;
}
.product_tab_sub_wrap .product_tab_sub.view {
	display:block;
}
.product_tab_sub_wrap .product_tab_sub_inner {
	overflow:hidden;
	margin-bottom:5px;
}
.product_tab_sub_wrap .product_tab_sub .title {
	width:150px;
	background:url(../images/arr_product-list.png) right 10px no-repeat;
	font-weight:bold;
	font-size:14px;
	float:left;
	line-height:28px;
}
.product_tab_sub_wrap .product_tab_sub .title.no_bg {
	background:none;
	width:auto;
	margin-right:100px;
}
.product_tab_sub_wrap .product_tab_sub .list {
	float:left;
	padding-left:20px;
/*	width:770px;*/
}
.product_tab_sub_wrap .product_tab_sub .list li {
	float:left;
	margin-right:5px;
	background:#fff;
	border:1px solid #d0d0d0;
	padding:0 20px;
	height:28px;
	line-height:28px;
	color:#666;
}
.product_tab_sub_wrap .product_tab_sub .list li.on,
.product_tab_sub_wrap .product_tab_sub .list li:hover {
	border-color:#015498;
	background:#015498;
	font-weight:bold;
	color:#fff;
}

.product_image_wrap {
	overflow:hidden;
	margin-top:40px;
}
.product_image_wrap .product_image_item {
	float:left;
	margin-left:19px;
	text-align:center;
}
.product_image_wrap .product_image_item:first-child {
	margin-left:0;
}
.product_image_wrap .product_image_item .product_img {
	border:1px solid #cdcdcd;
	width:312px;
	height:312px;
	background:url(../images/bg_product-empty-img.png) center center no-repeat;
}
.product_image_wrap .product_image_item .product_img img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}
.product_image_wrap .product_image_item p {
	margin:10px 0;
}
.product_image_wrap .product_image_item p button {
	padding:6px 29px 6px 15px;
	background:#f4f4f4 url(../images/bg_add-clip.png) 72px center no-repeat;
	line-height:1;
	color:#000;
	margin-bottom:10px;
	border:1px solid #b2b2b2;
}

.product h2 {
	font-size:22px;
	color:#333;
	margin-top:40px;
}
.product .text_area {
}