/* These styles are used only in the backend editor */

/* Here you can override any CSS which causes layout or visibility problems in the editor, */
/* and duplicate any custom CSS to make the editor display look more like the real frontend */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */



@font-face {
	font-family: PretenDard;
	font-style: normal;
	font-weight: normal;
	src: url('/wp-content/themes/baton/vendor/dompdf/dompdf/lib/fonts/Pretendard-Regular.ttf') format('ttf');
}

h1,
h2,
h3,
h4,
b,
p,
span,
div,
td,
th,
li,
ul,
ol,
dl,
dt,
dd,
blockquote,
pre,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	/* font-family: 'pretendardR', sans-serif !important; */
	font-family: 'Pretendard', sans-serif !important;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 120%;
	font-size: 12px;
	color: #444;
}

table.invoice-head {
	border-top: 3px solid #ccc;
	width: 100%;
	margin-top: 30px;
}

table.invoice-middle {
	border-color: #000;
	margin-bottom: 40px;
}

table.invoice-head td {
	padding: 8px 3px;
	border-bottom: 1px solid #eee;
	color: #888;
	text-align: left;
}

table.invoice-middle td {
	color: #000;
}

table.invoice-middle td:nth-child(3) {
	text-align: right;
}

table.invoice-head td:first-child,
table.invoice-head td:last-child {
	padding: 0;
}

table.invoice-middle tr.total-row td {
	border-bottom: 2px solid #000;
}

table.invoice-middle .total {
	font-size: 18px;
	font-weight: bold;
	/* font-family: 'pretendardB', sans-serif !important; */
	font-family: 'Pretendard', sans-serif !important;
}

table.invoice-middle .total.red {
	/* color: red; */
}

.bank-info {
	line-height: 120%;
	padding-left: 10px;
}

.gray-box {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0;
	/* width: 100%; */
}

.gray-box li,
.gray-box p {
	font-size: 12px;
	line-height: 150%;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

li {
	line-height: 130%;
}

h1 {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Pretendard', sans-serif !important;
	/* font-family: 'pretendardB', sans-serif !important; */
}

h2 {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #666;
	font-family: 'pretendard', sans-serif !important;
	/* font-family: 'pretendardB', sans-serif !important; */
	margin-bottom: 10px;
}

strong {
	font-family: 'pretendard', sans-serif !important;
	/* font-family: 'pretendardB', sans-serif !important; */
	margin: 0;
	padding: 0;
	font-weight: bold;
	/* line-height: 170%; */
	/* font-size: 17px; */
	color: #444;
}

a {
	color: #000;
	border-bottom: 1px solid #000;
	font-family: 'pretendard', sans-serif !important;
	/* font-family: 'pretendardR', sans-serif !important; */
}

span.image-caption {
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	color: #999;
	font-family: 'pretendard', sans-serif !important;
	/* font-family: 'pretendardR', sans-serif !important; */
	display: block;
	text-align: center;
}

.invoice-head-table {
	border-top: 2px solid #ccc;
}

.divide-h1 {
	margin-top: 80px;
}