html {
	font-size: 14px;
}

body {
	font-family: "Pretendard", "arial", "Apple SD Gothic Neo", "본고딕", "KoPubDotum", "나눔바른고딕", "나눔고딕", "NanumGothic", "맑은고딕", "Malgun Gothic", sans-serif;
	overflow-y: scroll;
}

.wrap {
	min-width: 1560px;
}

.main-wrap {
	width: 1560px;
}

a {
	color: #4a4a4a;
	text-decoration: none;
}

#dropbox {
	border-style: dashed !important;
}

.thumbnail-img {
	width: 400px;
	height: 500px;
	object-fit: contain;
}

textarea {
	resize: vertical;
}

.text-center {
	text-align: center;
}

.control-label.required:after {
	content: "*";
	color: #df2f2f;
	margin-left: 5px;
	font-size: 12px;
}

.ui-datepicker-wrap {
	position: relative;
	display: inline-block;
}

.ui-datepicker-trigger {
	position: absolute;
	top: 4px;
	right: 0px;
	border: none;
	background: none;
}

.btn-tr-up {
	color: #337ab7;
}

.btn-tr-down {
	color: #d44950;
}

.d2coding {
	font-family: 'D2 Coding';
}

.d2coding {
	font-family: 'D2 Coding';
}

.page {
	width: 21cm;
	min-height: 29.7cm;
	padding: 1cm;
	margin: 1cm auto;
	border-radius: 5px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
	padding: 1cm;
	height: 276mm;
}

@page {
	size: A4 landscape;
	margin: 0;
	/*size: landscape;*/
}

@media print {
	.page {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
}