@charset "utf-8";

/* 20210824 : 추가 : KM */
.dialog-body .section-body{
	max-height: 580px;
	height: auto;
	overflow: auto;	
}
.dialog-buyer-info-holder ul li{
	font-size: 16px;
	line-height: 26px;
}
.dialog-buyer-info-holder ul li ul li {
	padding-left: 20px;
}
.dialog-buyer-info-holder ul li ul li:before{
	content:'-';
	display: inline-block;
	margin-right: 10px;
} 
.dialog-buyer-info-holder .dialog-link-text {
	margin-top: 30px;
}
.dialog-buyer-info-holder .dialog-link-text b {
	font-weight: bold;
}
.dialog-table-black-holder table {
	width: 100%;
}
.dialog-table-black-holder table tr th {
	background: #111;
	background-color: #111;
	color: #fff;
}
.dialog-table-black-holder table tr {
	border-bottom: 1px solid #e5e5e5;
}
.dialog-table-black-holder table tr td,
.dialog-table-black-holder table tr th {
	padding: 10px 5px;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 16px;
	vertical-align: middle;
}
.dialog-table-black-holder table tr th {
	font-weight: bold;
}
.dialog-table-black-holder table .cbox-holder,
.dialog-select-vehicles-holder table .cbox-holder  {
	vertical-align: middle;
	display: initial;
	padding-left: 18px;
}
.dialog-select-vehicles-holder {
	height: 185px;
	overflow-y: auto;
}
.dialog-select-vehicles-holder table tr td {
	padding: 10px;
	box-sizing: border-box; 
	line-height: 26px;
	font-size: 16px;
}
.dialog-btn-holder .view_flex {
	justify-content: center;
}
.dialog-btn-holder .view_flex-item {
	max-width: 160px;
}
/* 20210601 : 1차 개선 : 추가 */
.dialog-checking-summary {
	margin-top:  20px;
}
.dialog-checking-summary:first-child {
	margin-top:  0;
}
.dialog-checking-summary h4 {
    margin-bottom:  10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}
.dialog-checking-summary ul {
    padding:  20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.dialog-checking-summary ul li {
    margin-top: 8px;
    line-height: 20px;
    font-size:  16px;
}
.dialog-checking-summary ul li:first-child {
	margin-top: 0;
}
.dialog-header {
	position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #111;
    font-weight: bold;
}
#dialog-1-1_3 .dialog-header{
	border-bottom: 0;	
}
.dialog-holder .ui-label {
	margin-bottom: 5px;
	font-size:  14px;
	font-weight: bold;
	color:  #666;
}
.dialog-holder .form-title {
	padding-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    color:  #666;
}
.dialog-wrap {
	z-index: 1600;
}
.dialog-holder .form-row {
    margin-top: 25px;
}
.dialog-holder .ui-holder .val {
	padding: 0 15px;
	background-color: #eaeaea;
	border-radius: 8px;
	height: 46px;
	line-height: 46px;
}
.dialog-btn-holder.n2 .btn {
    width: 100%;
    max-width: 180px;
    margin-left: 10px;
}
.dialog-body {
	min-height: 40px;
}
.dialog-title {
	text-align: center;
}

/* 페이징 처리 */
.paging-holder {
	margin: 15px auto 0;
	text-align: center;
}
.paging-holder .page-nav {
	display: inline-block;
	overflow: hidden;
}
.paging-holder .page-nav li {
	float: left;
	padding-left: 10px;
}
.paging-holder .page-nav li:first-child {
	padding-left: 0;
}
.paging-holder .page-nav li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align:center;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	color:#444;
	background: #fff;
}
.paging-holder .page-nav li a:hover,
.paging-holder .page-nav li a:focus,
.paging-holder .page-nav li .active {
	background: #333;
	color: #6cd4d5;
	font-weight: bold;
}
.paging-holder .page-nav li .prev:before,
.paging-holder .page-nav li .next:before{
	content: '';
	clear: both;
	display: block;
	width: 32px;
	height: 32px;
}
.paging-holder .page-nav li .prev:before{
	background:url('/images/trader/icon-paging-prev.png') no-repeat center center;
}
.paging-holder .page-nav li .prev:hover,
.paging-holder .page-nav li .prev:focus {
	background:#f6f6f6;
}
.paging-holder .page-nav li .next:before{
	background:url('/images/trader\/icon-paging-next.png') no-repeat center center;
}
.paging-holder .page-nav li .next:hover,
.paging-holder .page-nav li .next:focus {
	background:#f6f6f6;
}

/* 2021.11.19 추가 */
.dialog-branch-table {
	margin-top:20px;
}
.ui-table.dialog-branch-table th,
.ui-table.dialog-branch-table td {
	padding: 8px;
}
.dialog-branch-table {
	margin-top:20px;
}
.ui-table.dialog-branch-table th,
.ui-table.dialog-branch-table td {
	padding: 8px;
}
.dialog-holder .dialog-info-holder {
	border-top: 1px solid #ddd;
}
.dialog-holder .dialog-info-holder li dl dt {
	width: 25%;
	font-size:  16px;
	color: #666;
	background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	text-align: center;
}
.dialog-holder .dialog-info-holder li dl dd {
	width: 75%;
	font-weight: 400;
	font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.dialog-holder .dialog-section-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #111;
    margin-bottom: 5px;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.total-amount {
	font-weight: bold;
	font-size: 16px;
}
.btn-hyperlink {
	display: inline-block;
	cursor: pointer;
    color: #3786D5;
    text-decoration: underline;
}
.dialog-section {
	margin-top: 20px;
}
.dialog-section:first-child {
	margin-top: 0;
}
.dialog-holder .dialog-branch-table.invoice th {
	background-color: #f5f5f5;
	font-size: 14px;
    color: #666;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.dialog-holder .dialog-branch-table.invoice td {
	border-color: #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 0;
}
.dialog-holder .dialog-branch-table.invoice {
	border-top: 1px solid #ddd;
}
.dialog-body {
	margin-top: 20px;
}
.branch-status-badge {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.branch-status-badge.green {
	background-color: #4DB98F;
}
.branch-status-badge.red {
	background-color: #fc7e0e;
}
.confirm-btn-holder{
	margin-left: -20px;
}
.confirm-btn-holder .btn {
	max-width: 160px;
	margin-left: 20px;
}



