/* 1. 폰트설정 font style Start ************************************************/
 @font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: block;
	src: local('Pretendard ExtraBold'), url('./fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('./fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: block;
	src: local('Pretendard Bold'), url('./fonts/Pretendard-Bold.woff2') format('woff2'), url('./fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: block;
	src: local('Pretendard SemiBold'), url('./fonts/Pretendard-SemiBold.woff2') format('woff2'), url('./fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: block;
	src: local('Pretendard Medium'), url('./fonts/Pretendard-Medium.woff') format('woff2'), url('./fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: block;
	src: local('Pretendard Regular'), url('./fonts/Pretendard-Regular.woff') format('woff2'), url('./fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: block;
	src: local('Pretendard Thin'), url('./fonts/Pretendard-Thin.woff2') format('woff2'), url('./fonts/Pretendard-Thin.woff') format('woff');
}
@font-face {
	font-family: 'GodoB';
	font-display: block;
	src: local('GodoB'), url('./fonts/GodoB.woff2') format('woff2'), url('./fonts/GodoB.eot') format('eot'), url('./fonts/GodoB.ttf') format('ttf');
}
@font-face {
	font-family: 'GodoM';
	font-display: block;
	src: local('GodoM'), url('./fonts/GodoM.woff2') format('woff2'), url('./fonts/GodoM.eot') format('eot'), url('./fonts/GodoM.ttf') format('ttf');
}
*{
	font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
}
body,
th,
td,
input,
select,
textarea,
button,
div,
.highcharts-title {
	font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
}
.webix_view,
.webix_control input,
.webix_control button,
.webix_control textarea,
.webix_el_label,
.webix_inp_label,
.webix_inp_top_label,
.webix_inp_bottom_label {
	font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
}
.webix_inp_label,
.webix_inp_top_label,
legend.webix_forminput_label,
.webix_el_label .webix_el_box {
	font-family: 'Pretendard', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, sans-serif;
}
body > .webix_view.webix_spacer{
	display: none;
}
/* cols정렬 */
.nexwiz_ncols.nexwiz_ncols_middle>.webix_view {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.nexwiz_ncols.nexwiz_ncols_bottom>.webix_view {
	vertical-align: bottom !important;
}
.line_box_solid{
        background: #fff;
        border: 1px solid #ddd !Important;
        border-radius: 8px;
        box-sizing: border-box;
}
.width_set{
	max-width: 1200px !important;
}
     
.header_temp,
.header_temp > .webix_view.webix_form{
	overflow: visible;
}
