@charset "utf-8"; /*font*/
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(※), url(../fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local(※), url(../fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(※), url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local(※), url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
}
/*Reset*/
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
}
:root {	
	--text-color: #333333;
    --primary-color: #0014BA;
    --success-color: #015589;
    --secondary-color: #52acad; 
    --third-color: #85bb79; 
    --info-color: #6fbbf7; 
    --warning-color: #F0B245;
    --danger-color: #E93E3E;
    --default-color: #5A6172;
    --white-color: #ffffff;
    --gray-color: #A6ACBB;
    --light-color: #f6f7fa;
    --light-blue-color: #F2F7FD;
    --dark-color:#232C40;
	--red-color: #E93E3E;
	--yellow-color: #F0B245;
	--blue-color: #0014BA;
    --primary-hover-color: #0E1D9A;
    --success-hover-color: #022B46;
    --secondary-hover-color: #2C6A6B;
    --third-hover-color: #5B8752;
    --info-hover-color: #4A92CB;
    --warning-hover-color: #DF9D29;
    --danger-hover-color: #D22424;
    --default-hover-color: #454A58;
    --blue-hover-color: #0E1D9A;
    --red-hover-color: #D22424;
    --gray-hover-color: #9198aa;
    --primary-light-color: #0014ba1a;
    --success-light-color: #02446d1a;
    --secondary-light-color: #428c8d1a;
    --third-light-color: #80b0761a;
    --info-light-color: #6db4eb1a;
    --warning-light-color: #f0b2451a;
    --danger-light-color: #e93e3e1a;
    --default-light-color: #5a61721a;
    --small-border-radius: 5px;
    --normal-border-radius: 10px;
    --round-border-radius: 100px;
    --normal-border: 1px solid #dfdfdf;
    --dashed-border: 1px dashed #dfdfdf;
    --dotted-border: 1px dotted #dfdfdf;
	--xsmall-font-size: 11px;
	--small-font-size: 13px;
	--medium-font-size: 14px;
	--large-font-size: 16px;
	--xlarge-font-size: 18px;
	--desc-font-size: 20px;
	--stit-font-size: 24px;
	--mtit-font-size: 28px;
	--tit-font-size: 34px;
	--intro-font-size: 48px;
	--spage-font-size: 65px;
	--page-font-size: 75px;
	--normal-box-shadow: -3px 1px 10px rgb(0 0 0 / 20%);
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, strong, i, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, main, nav, section, samp, cite {
    display: block;
}

ul, ol {
    list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
table tr th,
table tr td {
	vertical-align: middle;
} 
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a.link {
    text-decoration: underline;
    color: var(--primary-color);
    cursor: pointer;
}
em, i {
    font-style: normal;
}
input, select, textarea {
    -webkit-border-radius: 0;
    padding: 3px 10px;
    vertical-align: middle;
    border: var(--normal-border);
	font-family:'pretendard';
    outline: 0;
    border-radius: var(--normal-border-radius);
	background: var(--white-color);
	color: var(--text-color);
	accent-color: var(--primary-color);
}
input.err,
textarea.err,
select.err, 
.vscomp-ele.err .vscomp-ele-wrapper .vscomp-toggle-button {
	border:1px solid var(--red-color);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	 transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
label {
	color: var(--text-color);
	font-size: var(--medium-font-size);
	display: inline-flex;
    align-items: center;
    gap: 5px;
    vertical-align: middle;
}
label.check span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/common/input_checkbox.png) no-repeat;
}
input[type=checkbox]:checked + label.check span {
    background-position: right center;
}
select {
	-webkit-appearance:none; /*select 내부 스타일 제거 (화살표 제거)*/ 
	-moz-appearance:none; 
	-o-appearance:none; 
	appearance:none; 
	background:var(--white-color) url('../images/bg_select.svg')no-repeat center right 7px;   
	color: var(--text-color);
	border-radius: var(--round-border-radius);
}
button {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
	font-family:'pretendard';
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
img {
    vertical-align: middle;
    border: 0
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    font-family: 'Pretendard', 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: -0.02em;
	background: var(--light-color);
}
/* 스크롤바 커스텀 */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .35) rgba(0, 0, 0, .08); /* Firefox: thumb track */
}
*::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
    height: 8px;
}
*::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: rgba(0, 0, 0, .35); /* 스크롤바의 색상 */
    border-radius: 10px;
}
*::-webkit-scrollbar-corner {
   background: rgba(0, 0, 0, .08);
}
*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .08);  /*스크롤바 뒷 배경 색상*/
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.1 * var(--bs-gutter-x));
	margin-left: calc(-0.1 * var(--bs-gutter-x));
    padding-left: 0px;
    /* justify-content: center; */
    /* align-items: center; */
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
	margin-top: var(--bs-gutter-y);
}
.gap50 {
	width:100%;
	height:50px;
}
.gap100 {
	width:100%;
	height:100px;
}
.bg_primary {
	background: var(--primary-color);
	color: var(--white-color) !important;
}
.bg_secondary {
	background: var(--secondary-color);
	color: var(--white-color) !important;
}
.bg_success {
	background: var(--success-color);
	color: var(--white-color) !important;
}
.bg_info {
	background: var(--info-color);
	color: var(--white-color) !important;
}
.bg_warning {
	background: var(--warning-color);
	color: var(--white-color) !important;
}
.bg_danger {
	background: var(--danger-color);
	color: var(--white-color) !important;
}
.bg_default {
	background: var(--default-color);
	color: var(--white-color) !important;
}
.bg_dark {
	background: var(--dark-color);
	color: var(--white-color) !important;
}
.bg_primary_light {
	background: var(--primary-light-color);
	color: var(--text-color);
}
.bg_secondary_light {
	background: var(--secondary-light-color);
	color: var(--text-color);
}
.bg_success_light {
	background: var(--success-light-color);
	color: var(--text-color);
}
.bg_info_light {
	background: var(--info-light-color);
	color: var(--text-color);
}
.bg_warning_light {
	background: var(--warning-light-color);
	color: var(--text-color);
}
.bg_danger_light {
	background: var(--danger-light-color);
	color: var(--text-color);
}
.text_primary {
	color:var(--primary-color);
}
.text_secondary {
	color:var(--secondary-color);
}
.text_success {
	color:var(--success-color);
}
.text_info {
	color:var(--info-color);
}
.text_warning {
	color:var(--warning-color);
}
.text_danger {
	color:var(--danger-color);
}
.text_default {
	color: var(--default-color);
}
/*slide 공통*/
.slick-track div {
    display: inline-block;
    vertical-align: top;
}
.slick-slide {
    outline: 0;
}
/* button */
.btn_area {
	display: flex;
	align-items: center;
	gap: 10px;
}
.btn_area.start {
	justify-content: flex-start;
}
.btn_area.center {
	justify-content: center;
}
.btn_area.end {
	justify-content: flex-end;
}
.btn {
	border-radius: var(--round-border-radius);
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--small-font-size);
    padding: 6px 10px;
    line-height: 1.4;
    background: var(--primary-color);
    color: #fff;
}
table .btn {
	display: inherit !important;
}
.btn_small {
	font-size: var(--small-font-size) !important;
	padding: 4px 12px;
}
.btn_medium {
	font-size: var(--medium-font-size) !important;
	padding: 7px 14px; 
}
.btn_large {
	font-size:var(--large-font-size) !important;
	padding: 11px 20px; 
}
.btn_primary {
	color: #fff;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
}
.btn_success {
	color: #fff;
	border: 1px solid var(--success-color);
	background: var(--success-color);
}
.btn_secondary {
	color: #fff;
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
}
.btn_info {
	color: #fff;
	border: 1px solid var(--info-color);
	background: var(--info-color);
}
.btn_warning {
	color: #fff;
	border: 1px solid var(--warning-color);
	background: var(--warning-color);
}
.btn_danger {
	color: #fff;
	border: 1px solid var(--danger-color);
	background: var(--danger-color);
}
.btn_default {
	color: #fff;
	border: 1px solid var(--default-color);
	background: var(--default-color);
}
.btn_default_line {
	color: var(--default-color);
	border:1px solid var(--default-color);
	background:var(--white-color);
}
.btn_primary_line {
	color:var(--primary-color);
	border:1px solid var(--primary-color);
	background:var(--white-color);
}
.btn_success_line {
	color:var(--success-color);
	border:1px solid var(--success-color);
	background:var(--white-color);
}
.btn_warning_line {
	color:var(--warning-color);;
	border:1px solid var(--warning-color);;
	background:var(--white-color);
}
.btn_secondary_line {
	color:var(--secondary-color);
	border:1px solid var(--secondary-color);
	background:var(--white-color);
}
.btn_info_line {
	color:var(--info-color);
	border:1px solid var(--info-color);
	background:var(--white-color);
}
.btn_danger_line {
	color: var(--danger-color);
	border:1px solid var(--danger-color);
	background:var(--white-color);
}
.select {
	border-radius: var(--normal-border-radius);
	border: var(--normal-border);
	color: var(--text-color);
	padding: 5px 23px 5px 12px;
	font-size: var(--medium-font-size);
	min-height: 32px;
}
.select option {
	font-family:'pretendard';
}
.select_small {
	padding: 3px 20px 3px 8px;
	font-size: var(--small-font-size);
	border-radius: var(--small-border-radius);
	min-height: 27px;
}
.select_large {
	padding: 9px 40px 8px 20px;
	font-size: var(--large-font-size);
}
.input_text {
	font-size: var(--medium-font-size);
	border-radius: var(--normal-border-radius);
	border: var(--normal-border);
	background: var(--white-color);
	color: var(--text-color);
	padding: 7px 13px;
}
input::placeholder,
textarea::placeholder {
	color: var(--text-color) !important; 
	opacity: 1;
}
.input_large {
	font-size: var(--large-font-size);
	padding: 11px 20px;
}
.input_small {
	font-size: var(--small-font-size);
	padding: 5px 8px;
	border-radius: var(--small-border-radius);
}
.badge {
	font-size: var(--small-font-size);
	padding: 2px 8px;
    display: inline-block;
	border-radius: 5px;
}
.badge_primary {
	background:var(--primary-color);
	color:#fff;
}
.badge_success {
	background:var(--success-color);
	color:#fff;
}
.badge_secondary {
	background:var(--secondary-color);
	color:#fff;
}
.badge_info {
	background:var(--info-color);
	color:#fff;
}
.badge_warning {
	background:var(--warning-color);
	color:#fff;
}
.badge_danger {
	background:var(--danger-color);
	color:#fff;
}
.badge_default {
	background:var(--default-color);
	color:#fff;
}
.badge_dark {
	background:var(--dark-color);
	color:#fff;
}
.tab {
	width: 100%;
	display: flex;
	border-bottom: var(--normal-border);
}
.tab li {
	color: var(--default-color);
	padding: 8px 25px;
    font-size: var(--large-font-size);
	cursor: pointer;
}
.tab li.active {
	color: var(--primary-color);
	font-weight: 700;
	border-bottom: 2px solid var(--primary-color);
	margin-bottom: -1px;
}
.tab_small li {
	padding: 8px 30px;
    font-size: var(--medium-font-size);
}
/* table */
.table_list {
	border-top: 2px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	background: var(--white-color);
}
.table_list tr.active td:first-child {
	border-left: 3px solid var(--primary-color);
}
.table_list tr.active td {
	background: var(--primary-light-color);
}
.table_list tr.disable td a {
	color: #aaa !important;
}
.table_list tr.disable td {
	background: var(--light-color);
	text-decoration: line-through;
    color: #aaa !important;
}
.table_list tr.del td a {
	color: var(--primary-color) !important;
}
.table_list tr.del td {
	text-decoration: line-through;
	color: var(--primary-color) !important;
}
.table_list tbody tr:hover {
	background: var(--light-color);
}
.table_list tr th {
	padding: 6px 0px;
	vertical-align: middle;
	font-weight: 700;
	font-size: var(--medium-font-size);
	color: var(--text-color);
	overflow-wrap: break-word;
	height:30px;
}
.table_list tr td {
	padding: 4px;
	font-size: var(--small-font-size);
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
	word-break: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	color: var(--text-color);
}
.table_list tr td .sortIcon,
.table_list tr th .sortIcon {
	font-size: var(--xsmall-font-size);
    padding-left: 3px;
    color: var(--primary-color);
}
.table_list thead .sortable {
    cursor: pointer;
}
.table_list thead .sortable::after {
    content: '';
    display: inline-block;
    margin-left: 4px;
    color: var(--primary-color);
    font-size: var(--xsmall-font-size);
}
.table_list thead .sortable.active.asc::after {
    content: '▲';
    color: var(--primary-color);
}
.table_list thead .sortable.active.desc::after {
    content: '▼';
    color: var(--primary-color);
}
 .table_list thead tr th,
 .table_list thead tr td {
	border-bottom: 1px solid var(--primary-color);
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}
.table_list tbody tr td,
.table_list tbody tr th {
	border-top: var(--normal-border);
}
.table_list tbody tr td.emphasis {
	color: var(--primary-color);
	text-decoration: underline;
	cursor: pointer;
}
.table_list tbody tr td.title {
	font-weight: 500;
}
.table_list tbody tr td.tooltip_area .tooltip {
	text-align: left;
	display:block;
	position: absolute;
	padding: 5px;border: 2px solid #000000;
	max-width: 400px;
	max-height: 300px;
	overflow: auto;
	background: var(--white-color);
	white-space: normal !important;
	z-index:1;
}
.table_list tbody tr td a {
	color: var(--primary-color);
}
.table_list tbody tr td a:hover {
	text-decoration: underline;
}
.table_list tr td.divider {
	border-right: var(--normal-border);
}
.table_list tbody tr td.subtotal_sum,
.table_list tbody tr.subtotal_sum td,
.table_list tr td.sum {
	background: #f23f5a0d;
	font-weight: 700;
}
.table_list tbody tr td.total_sum,
.table_list tbody tr.total_sum td {
	background: var(--primary-light-color);
	font-weight: 700;
}
.table_list_small tr td {
	padding: 4px 2px;
	font-size: var(--medium-font-size);
}
.table_list_small tr td input,
.table_list_small tr td textarea,
.table_list_small tr td select{
	font-size: var(--small-font-size);
	padding: 5px 3px;
}
.table_subject {
	width: 100%;
	min-width: 700px;
	background: var(--white-color);
	border-top: 2px solid var(--primary-color);
	border-bottom: var(--normal-border);
}
.table_subject .vscomp-toggle-button {
	padding: 3px 25px 3px 10px;
}
.table_subject dl {
	display: flex;
	width: 100%;
	border-bottom: var(--normal-border);
}
.table_subject dl:last-child {
	border-bottom: 0px !important;
}
.table_subject dl dt,
.table_subject dl dd {
	display: flex;
	align-items: center;
	color: var(--text-color);
}
.table_subject dl dt {
	font-weight: 700;
    width: 170px;
    padding: 3px 10px;
    font-size: var(--medium-font-size);
	background: var(--primary-light-color);
}
.table_subject dl dd {
	flex: 1;
	padding: 3px 10px;
	vertical-align: middle;
	word-break: break-all;
	font-size: var(--medium-font-size);
	min-height: 38px;
	background: var(--white-color);
}
.table_subject dl dt.emphasis::after {
	content: "*";
	color: var(--primary-color);
	margin-left: 5px;
}
.table_subject_half dl dt {
	width: 14% ;
}
.table_subject_half dl dd {
	width: 36%;
}
.table_subject_half dl a {
	text-decoration: underline;
    color: var(--primary-color);
}
.table_subject_half dl dd.full {
	width: 86%;
}
.table_subject .table_list {
	border-bottom: 1px solid var(--default-color);
	border-top: 1px solid var(--default-color);
}
.table_subject .table_list thead tr th {
	border-top: none;
	border-bottom: 1px solid var(--default-color);
	background: var(--light-color);
}
.table_subject a {
	color: var(--primary-color);
}
.table_subject a:hover {
	text-decoration: underline;
}
.input_list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.input_list button {
	width: 15px;
	height: 15px;
	background-size: 14px 14px;
	border-radius: var(--normal-border-radius);
	display: block;
}
.btn_add {
	width: 15px;
	height: 15px;
	background-size: 14px 14px;
	background: url('../images/common/ico_add.png') center no-repeat;
}
.btn_remove {
	width: 15px;
	height: 15px;
	background-size: 14px 14px;
	background: url('../images/common/ico_remove.png') center no-repeat;
	background-size: unset !important;
}
.align_left {
	text-align:left !important;
}
.align_right {
	text-align:right !important;
}
.align_center {
	text-align:center !important;
}
.line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-bottom: 30px;
}
.summernoteConTb {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    overflow-wrap: break-word;
    min-height: 200px;
}
.table_subject dl dd.summernoteConTb {
    flex: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.table_subject dl dd.sel_option {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 5px;
}
.input_underline {
	border-bottom: var(--normal-border);
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
}
/* span.emphasis::after { */
/* 	content: "*"; */
/* 	color: var(--red-color); */
/* } */
span.search_highlight {
	background: #07f14ef6;
	color: #ffffff;
	font-weight: 700;
}

/* pagination */
.pagination ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.pagination ul li {
	min-width: 25px;
	width: auto;
	height: 25px;
	padding: 0 4px;
	text-align: center;
	font-size: var(--medium-font-size);
	color: #999;	
	line-height: 25px;
	cursor: pointer;
}
.pagination ul li.active {
	color: var(--primary-color);
	font-weight: 700;
	background: var(--primary-light-color);
	border-radius: 5px;
}
.pagination ul li.prev {
	min-width: 25px;
	width: 25px;
	height: 25px;
	background: url('../images/common/page_prev.png');
}
.pagination ul li.next {
	width: 25px;
	height: 25px;
	background: url('../images/common/page_next.png');	
}
.pagination ul li.first {
	width: 25px;
	height: 25px;
	background:url('../images/common/page_first.png');
}
.pagination ul li.last {
	width: 25px;
	height: 25px;
	background: url('../images/common/page_last.png');	
}
.pagination ul li.disable {
    filter: grayscale(1);
    opacity: .5;
}

/* dark 모드 */
body.dark {
    scrollbar-color: rgba(255, 255, 255, .35) rgba(255, 255, 255, .08);
}
body.dark *::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
}
body.dark *::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, .08);
}
body.dark *::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .08);
}
body.dark .btn_primary_line,
body.dark .btn_success_line,
body.dark .btn_secondary_line,
body.dark .btn_info_line,
body.dark .btn_warning_line,
body.dark .btn_danger_line,
body.dark .btn_default_line
 {
	background: var(--light-color) !important;
}
body.dark span.search_highlight {
	background: #e4d50b;
	color: #000;
	font-weight: 700;
}
