@charset "UTF-8";

#popWrap {
	padding: 20px;
}

/* form */
.inputTxt {
	height: 34px;
	padding: 0 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

select {
	height: 34px;;
	padding-left: 5px;
	border: 1px solid #ccc;
}

/* 테이블 */
table {
	width: 100%;
}

th {
	background: #f2f2f2;
	font-weight: normal;
}

/* 등록 테이블 */
.tbl {
	table-layout: fixed;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.tbl th {
	height: 34px;
	padding-left: 15px;
	padding-top: 20px;
	border-top: 1px solid #dedede;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

.tbl td {
	padding: 10px;
	border-top: 1px solid #dedede;
	font-size: 13px;
	vertical-align: top;
}

.tbl tbody tr:first-child th, .tbl tbody tr:first-child td {
	border: 0 none;
}

/* 목록 테이블 */
.tblLst {
	border-bottom: 1px solid #999;
}

.tblLst th {
	height: 39px;
	font-size: 12px;
}

.tblLst td {
	border-top: 1px solid #dedede;
	height: 50px;
	padding: 0 5px;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
}

.tblLst tbody tr:first-child td {
	border: 0 none;
}

.tblLst td a {
	text-decoration: underline;
}

.tblLst td a:hover {
	color: #ff3c00;
}

table .txtL {
	text-align: left;
	padding-left: 10px;
}

.btn {
	display: inline-block;
	width: 64px;
	height: 32px;
	background: #7b7d82;
	border: 1px solid #67696f;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
}

#popWrap .btnW {
	padding-top: 20px;
	text-align: center;
}

#popWrap .btnW * {
	display: inline-block;
	width: 64px;
	height: 32px;
	background: #b3b4b8;
	border: 1px solid #a8a8a8;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
}

#popWrap .btnW .btn_submit {
	margin-left: 5px;
	background: #b54bb9;
	border: 1px solid #9e45a1;
}

/* 기업선택 */
.admin_biz_select .tbl {
	margin-bottom: 20px;
}

.admin_biz_select .keywordW {
	position: relative;
	padding-right: 70px;
}

.admin_biz_select .keywordW .inputTxt {
	width: 100%;
}

.admin_biz_select .keywordW .btn {
	position: absolute;
	right: 0;
	top: 0;
}

.admin_biz_select .btn_sel {
	display: inline-block;
	width: 38px;
	height: 22px;
	background: #b54bb9;
	border: 1px solid #9e45a1;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
}

/* 기업등록/수정 */
.admin_biz_reg .inputTxt {
	width: 100%;
}

.admin_biz_reg .require {
	vertical-align: -2px;
}

/* 결제정보, 거래정보 */
.admin_payInfo {;
	
}

.admin_payInfo .tbl th {
	height: 27px;
	padding-top: 13px;
}

.admin_payInfo .tbl td {
	padding: 5px 10px;
	vertical-align: middle;
}

.admin_payInfo .inputTxt, .admin_payInfo select {
	width: 100%;
	height: 30px;
}

.admin_payInfo form .btnW {
	padding-top: 10px;
}

.admin_payInfo .tblLst th {
	height: 30px;
}

.admin_payInfo .tblLst td {
	height: 35px;
}

.admin_payInfo .infoW .tblLst td {
	border-top: 0 none;
}

.admin_payInfo h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

.admin_payInfo .btn_mail {
	padding-top: 5px;
	text-align: right;
}

.admin_payInfo .btn_mail * {
	display: inline-block;
	width: 118px;
	height: 32px;
	background: #b54bb9;
	border: 1px solid #9e45a1;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
}

.admin_payInfo .lms_send {
	position: relative;
	padding-right: 60px;
}

.admin_payInfo .lms_send .inputTxt {
	height: 25px;
	padding: 0 5px;
	text-align: center;
}

.admin_payInfo .lms_send .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 54px;
	height: 23px;
	line-height: 23px;
}

.admin_payInfo .btn_notUse {
	display: inline-block;
	width: 38px;
	height: 22px;
	background: #b3b4b8;
	border: 1px solid #a8a8a8;
	text-align: center;
	color: #fff;
	line-height: 22px;
	font-size: 11px;
	vertical-align: 2px;
}

.admin_payInfo .smsW {
	margin-top: 25px;
}

.admin_payInfo .error {
	color: red;
}