@charset "UTF-8";

@import url("footer.css");

html, body {
	height: 100%;
	min-height: 650px;
	min-width: 1000px;
}

#wrap {
	position: relative;
	width: 100%;
	min-height: 100%;
	display: flex;
    flex-direction: column;
}

/* header */
#header {
	position: relative;
}

#header .tlt {
	overflow: hidden;
	width: 1000px;
	padding: 30px 0 25px 0;
	margin: 0 auto;
}

#header h1 {
	float: left;
}

#header h2 {
	float: right;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -2px;
}

#header h2 strong {
	font-weight: bold;
}

#header .userW {
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 500px;
	text-align: right;
}

#header .userW p {
	display: inline-block;
	height: 24px;
	line-height: 24px;
}

#header .userW .btn {
	display: inline-block;
	width: 58px;
	height: 22px;
	background: #b3b4b8;
	border: 1px solid #a8a8a8;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 11px;
	vertical-align: top;
}

#gnb {
	position: relative;
	height: 50px;
	background: #ea4335 repeat-x;
}

#gnb .gnbBg {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	height: 44px;
	background: #fff;
	border-bottom: 1px solid #dedede;
	z-index: 9;
}

#gnb.on .gnbBg {
	display: block;
}

#gnb>ul {
	position: relative;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	z-index: 10;
	display: flex;
    justify-content: space-between;
}

#gnb li {
	float: left;
	text-align: center;
}

#gnb li a {
	display: block;
	color: inherit;
}

#gnb .depth01 {
	width: 25%;
	font-size: 16px;
}

#gnb .depth01>a {
	height: 32px;
	padding-top: 18px;
	font-weight: bold;
	color: #fff;
}

#gnb .depth01>a span {
	display: inline-block;
	height: 28px;
	padding: 0 2px;
}

#gnb .depth01>a:hover span, #gnb .depth01.active>a span {
	border-bottom: 4px solid #fff;
}

#gnb .depth01 ul {
	display: none;
	position: absolute;
	left: 55px;
	top: 50px;
}

#gnb .depth01 .sub04 {
	left: auto;
	right: 90px;
}

#gnb .depth01 li {
	height: 44px;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../img/bg/line_gnb.png) no-repeat left 16px;
	line-height: 44px;
	font-size: 13px;
}

#gnb .depth01 li:first-child {
	background: none;
}

#gnb .depth01 li a:hover, #gnb .depth01 li.active a {
	font-weight: bold;
}

/* contents */
#contents {
	width: 1000px;
	padding: 50px 0 30px 0;
	margin: 0 auto;
	flex: 1;
}

#contents h1 {
	margin-bottom: 20px;
	font-size: 24px;
}

#contents h1 a {
	font-size: 18px;
	color: #999;
	text-decoration: underline;
}

/* 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;
}

textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	resize: none;
	box-sizing: border-box;
}

/* 테이블 */
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: 15px;
	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: 13px;
}

.tblLst td {
	border-top: 1px solid #dedede;
	height: 40px;
	padding: 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;
}

table .txtR {
	text-align: right;
}

.stIng {
	color: #bb2ec0;
}

.stEnd {
	color: #999;
}

.admin_slist .txtL, .admin_dlist .txtL {
	padding-left: 30px;
}

/* 페이징 */
.pageNav {
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 12px;
}

.pageNav span { /*display:inline-block;*/
	padding: 0 5px;
}
/*.pageNav span a, .pageNav strong {display:inline-block;padding:2px 5px;color:#999;font-size:13px;}*/
.pageNav span a, .pageNav strong {
	padding: 2px 11px;
	color: #999;
	font-size: 13px;
}

.pageNav span a:hover {
	color: #000;
	text-decoration: underline;
}

.pageNav strong {
	color: #000;
}

.pageNav>a {
	display: inline-block;
	width: 15px;
	height: 13px;
	text-indent: -9999em;
	opacity: 0.7;
}

.pageNav>a:hover {
	opacity: 1;
}

.firstPage {
	background: url(../img/btn/btn_firstPage.png) no-repeat center;
}

.prevPage {
	background: url(../img/btn/btn_prevPage.png) no-repeat center;
}

.nextPage {
	background: url(../img/btn/btn_nextPage.png) no-repeat center;
}

.lastPage {
	background: url(../img/btn/btn_lastPage.png) no-repeat center;
}

/* 특판등록 */
.admin_resister {
}

.admin_resister .notice {
	padding: 20px;
	margin-bottom: 20px;
	background: #e9f5f7;
	font-size: 13px;
}

.admin_resister .notice h2 {
	margin-bottom: 10px;
	font-size: 13px;
}

.tbl .inputTxt {
	width: 100%;
}

.tbl .inputTxt.disabled {
	background: #e0e0e0;
}

.tbl .biz *, .tbl .bizEng *, .tbl .dateW *, .tbl .fileAttach * {
	float: left;
}

.tbl .biz button, .tbl .bizEng button, .tbl .fileAttach button {
	margin-left: 4px;
}

.tbl .biz .inputTxt, .tbl .fileAttach .inputTxt {
	width: 180px;
}

.tbl .bizEng .inputTxt {
	width: 250px;
}

.tbl .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;
}

.tbl .datepicker {
	width: 150px;
	padding-left: 40px;
	background: url(../img/ico/ico_cal.png) no-repeat 10px center;
}

.tbl .dateW span {
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 34px;
}

.tbl .chkList {
}

.tbl .chkList li {
	margin-top: 10px;
}

.tbl .chkList li:first-child {
	margin-top: 0;
}

.tbl .chkList li input {
	vertical-align: -2px;
}

.tbl .priceList {
}

.tbl .priceList li {
	height: 34px;
	margin-top: 4px;
	line-height: 34px;
}

.tbl .priceList li:first-child {
	margin-top: 0;
}

.tbl .priceList span {
	display: inline-block;
	width: 60px;
}

.tbl .priceList .inputTxt, .tbl .priceW .inputTxt {
	width: 150px;
	text-align: right;
}

.tbl .fileAttach {
	overflow: hidden;
}

.tbl .fileAttachList {
}

.tbl .fileAttachList li {
	margin-top: 5px;
	color: #999;
	font-size: 13px;
}

.tbl textarea {
	height: 150px;
}

/*.admin_resister .btnW {padding-top:40px;text-align:center;}
.admin_resister .btnW * {display:inline-block;width:220px;height:60px;line-height:58px;color:#fff;font-size:18px;vertical-align:top;box-sizing:border-box;}*/
.admin_resister .btnW {
	padding-top: 30px;
	text-align: center;
}

.admin_resister .btnW * {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	vertical-align: top;
	box-sizing: border-box;
}

.admin_resister .btn_preview {
	margin-right: 5px;
	background: #aeaeae;
	border: 1px solid #9e9e9e;
}

.admin_resister .btn_submit {
	background: #b54bb9;
	border: 1px solid #9e45a1;
	cursor: pointer;
}

/* 통합거래 조회 */
.admin_olist .tbl th {
	height: 29px;
	padding-top: 15px;
}

.admin_olist .tbl td {
	padding: 5px 10px;
}

.admin_olist .tblLst th {
	font-size: 11px;
}

.admin_olist .tblLst td {
	padding: 5px 3px;
	font-size: 12px;
	letter-spacing: -0.5px;
}

.infoW .tblLst .btnS, .tbl .btnS {
	display: inline-block;
	width: 38px;
	height: 22px;
	background: #b54bb9;
	border: 1px solid #9e45a1;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	letter-spacing: -0.5px;
}

.infoW .tblLst .btnGray {
	background: #aeaeae;
	border-color: #9e9e9e;
}

.infoW {
	margin-top: 20px;
}

/* 정산조회 */
.admin_clist .tblLst {
	table-layout: fixed;
}

.admin_clist .tblLst .payDate, .admin_clist .tblLst .payAmt {
	width: 90px;
}

.admin_clist .tblLst th {
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	font-size: 12px;
}

.admin_clist .tblLst tr:first-child th {
	border-top: 0 none;
}

.admin_clist .tblLst th.bdr {
	border-left: 0 none;
}

.admin_clist .tblLst td {
	font-size: 12px;
}

.listCnt {
	margin-bottom: 10px;
	text-align: right;
}

.admin_userM .btnW, .admin_userT .btnW, .admin_clist .btnW, .admin_olist .btnW
	{
	padding-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.admin_userM .btnW *, .admin_userT .btnW *, .admin_clist .btnW *,
	.admin_olist .btnW * {
	display: inline-block;
	width: 150px;
	height: 40px;
	background: #aeaeae;
	border: 1px solid #9e9e9e;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	vertical-align: top;
	box-sizing: border-box;
	cursor: pointer;
}

.admin_olist .btn_down {
	margin-left: 5px;
}

.admin_userM .btn_reg {
	margin-left: 5px;
	background: #b54bb9;
	border: 1px solid #9e45a1;
	cursor: pointer;
}
/*.admin_olist .btn_down {margin-left:5px;background:#aeaeae;border:1px solid #9e9e9e;}
.admin_olist .btn_submit {background:#b54bb9;border:1px solid #9e45a1;}*/
.admin_clist2 .btnW {
	margin-bottom: 10px;
	text-align: right;
}

.admin_clist2 .btnW .btn_down {
	display: inline-block;
	width: 150px;
	height: 40px;
	background: #aeaeae;
	border: 1px solid #9e9e9e;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	vertical-align: top;
	box-sizing: border-box;
	cursor: pointer;
}

/* 정산조회 상세 */
.admin_clist2 .listCnt {
	margin-top: -34px;
}

.admin_clist2 .tblLst {
}

.admin_clist2 .tblLst th {
	font-size: 12px;
}

.admin_clist2 .tblLst td {
	padding: 5px 3px;
	font-size: 12px;
}

/* 사용자 관리 */
.admin_userM {
}

.admin_userM select {
	width: 90px;
}

/* 기본설정 */
.admin_userT {
}

.admin_userT .txtL {
	padding-left: 20px;
}

/* 달력 크기 */
#ui-datepicker-div, #ui-datepicker-div th, #ui-datepicker-div td {
	font-size: 15px;
}

/* 로그인 */
#loginW {
	position: relative;
	height: 100%;
}

#loginW .topBg {
	border-top: 10px solid #2ac5e1;
}

.login {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 350px;
	margin: -285px 0 0 -175px;
}

.login .logo {
	margin-bottom: 30px;
	text-align: center;
}

.login h1 {
	margin-bottom: 20px;
	font-size: 42px;
	color: #2ebad3;
	text-align: center;
	letter-spacing: -1px;
}

.login h2 {
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
	letter-spacing: -1px;
	font-weight: normal;
}

.login dl {
	margin-bottom: 10px;
}

.login .inputTxt {
	width: 100%;
	height: 48px;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
}

.login .inputTxt:focus {
	padding: 0 9px;
	border: 2px solid #2ebad3;
}

.login .chkSave {
	padding: 5px 0 30px 0;
	font-size: 15px;
}

.login .chkSave input {
	width: 15px;
	height: 15px;
	vertical-align: -2px;
}

.login .btn_submit {
	width: 348px;
	height: 58px;
	background: #2ebad3;
	border: 1px solid #22a7bf;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.admin_smonth {
	margin-bottom: 30px;
}

.admin_smonth>tbody>tr {
	height: 50px;
}

.admin_smonth>tbody>tr>td {
	border: 1px solid #dedede;
	text-align: center;
}

.admin_smonth h3 {
	font-size: 16px;
	font-weight: normal;
}

.admin_smonth h3 input {
	height: 40px;
	font-size: 16px;
}

.admin_smonth .btnW {
	display: inline-block;
	width: 150px;
	height: 44px;
	background: #aeaeae;
	border: 1px solid #9e9e9e;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	vertical-align: top;
	box-sizing: border-box;
	cursor: pointer;
}

.admin_smonth>tbody>tr:nth-child(1)>td {
	padding-left: 40px;
}

.admin_smonth>tbody>tr:nth-child(1)>td span {
	margin-right: 10px;
}

.admin_smonth>tbody>tr:nth-child(1)>td input {
	margin-right: 50px;
}

.admin_smonth>tbody>tr:nth-child(1)>td select {
	height: 44px;
	margin-right: 50px;
}