@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

/*all page css 2023.04.14*/

h1 {
    font-size: 1em;
    margin: 0em 0;
    display:none;
}
table.dataTable th.focus, table.dataTable td.focus {
    outline: 0px solid #1ABB9C !important;
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 0px;
}
.right_col {
    padding:0;
    margin:0;
}
.x_panel {
    padding: 1px 2px;
    margin:0;
}
.x_content {
    padding:0;
    margin:0;
}
.col-xs-12, .col-sm-12, .col-md-12 {
    padding:0;
    margin:0;
}
.daterangepicker {
    width: 225px;
}
fieldset {
    padding: 0em;
    margin: 0 0px;
    border: 0px solid #c0c0c0;
}	
body {
    background: #ffffff;
    padding-right: 0px;
    font-family: 'Nanum Gothic', 'Noto Sans KR', Roboto, Arial, "Droid Sans", sans-serif;
}
body .container.body .right_col {
    background: #ffffff;
}
.x_panel {
    background: #ffffff;
}
form .top_nav .nav_menu {
    background: #ffffff; /*linear-gradient(0.15turn, #103838,#205072, #0A586C)*/
    box-shadow: 0 0px 2px rgb(0 0 0 / 15%);
    margin-bottom: 6px;
}
.special-table .form-control {
    background-color: #f4fffa;
}
.top_nav .navbar-left {
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbar-left span {
    color: #585858;
}
.input-group.date input#s_s_date.form-control.input-group-addon,
.input-group.date input#s_e_date.form-control.input-group-addon {
    text-align:center; 
    font-size: 14px;
    color: #4d6071;
    background: none !important;
    margin-bottom: 0px;
    height:100%;
    font-weight: 500;
    white-space: nowrap;
    width: 120px;
    float: right;
    border: none;
    box-shadow: none;
    letter-spacing: -0.6px;
}
.btn-save {
    color: #fff;
    background-color: #43BD8E;
    border-color: #43BD8E;
}
.btn-save:hover {
    color: #fff;
    background-color: #36ac7e;
    border-color: #36ac7e;
}
.btn-save:focus {
    color: #fff;
    background : #36ac7e;
    border-color: #218b63;
}
.btn-greyblue {
    color: #fff;
    background-color: #5b6288;
    border-color: #5b6288;
}
.btn-greyblue:hover,
.btn-greyblue:focus {
    color: #fff;
    background-color: #525980;
    border-color: #525980;
}
.btn-red {
    color: #fff;
    background-color: #ef7777;
    border-color: #ef7777;
}
.btn-red:hover,
.btn-red:focus {
    color: #fff;
    box-shadow: inset 100px 100px 100px rgb(0 0 0 / 5%);
}
.navbar-left span {
    vertical-align: middle;
    font-weight: 500;
}
.navbar-left span > i {
    font-weight: 500;
    font-size: 16px;
    margin: auto 3px auto 12px;
    vertical-align: text-top;
}
.navbar-left span .com-name {
    font-weight:500; 
    display: inline;
    color: #474e70;
}
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: #f1f1f1;
    color: #444444;
}
.pagination > .active > a {
    background-color: #f9f9f9 !important;
    color: #444444;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #324162;
}
/*선택색상*/
table.jambo_table tbody tr:hover td {
    background-color: rgba(38, 185, 154, 0.07);
	border-top: 1px solid rgba(38, 185, 154, 0.07);
	/*border-top: 1px solid rgb(157 157 157 / 40%);*/
    border-bottom: 0px solid rgb(157 157 157 / 40%);
	}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #f1f1f1  !important;
	}
.pagination > li > a {
    color: #444444;
}
.nav.side-menu > li > a {
    font-size: 14px;
}
.modal-body {
    background: #ffffff;
}
/*
.modal-body .dt2 td {
    background: #ffffff;
}
.modal-body table.dt2 thead {
    background:#63727d; 
}
.modal-body table.dt2 th {
    color: #ffffff; 
}*/
.modal-title {
    font-weight: 500;
}
.event .media-body a.title {
    font-weight: 500;
}
table.table-bordered tbody td {
    font-weight:500;
    font-size:15px;
}
table.table tbody td {
    font-family: 'Nanum Gothic', Calibri, Arial, sans-serif;
    height:34px;
    font-size:15px;
    vertical-align: middle;
}	
/*검색창*/
div.dataTables_wrapper div.dataTables_filter input,
.btn-to-write {
    display: inline-block;
    float: right;
    height: 34px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}
.x_title .input-group input {
    height: 34px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.menu-image {
    position: relative;
    height: 30px;
    /*overflow: hidden;	
	background-image: url(../images/bg-02.jpg);*/
    margin: 12px 0 28px;
    
}
.menu-image .text-wrapper {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4a4a4a;
    font-weight: 500;
    background: inherit;
    padding: 3px;
    width: 100%;
    max-width: 1250px;
    border-radius: 15px;
    box-shadow: 0px 2px 8px -2px rgba(90, 94, 104, 0);
}
.menu-image .text-wrapper p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}
.menu-image .text-wrapper .todays-status {
    font-size: 20px;
    margin: 10px 0 6px;
}
.menu-image .text-wrapper img {
    position: absolute;
    width: 22%;
    right: 8.5%;
    bottom: 11%;
}
.menu-image .text-wrapper .won {
    position: inherit;
    width: 17px;
    vertical-align: baseline;
}
.mobile-br {
    display: none;
}
.foot_bn .banner {
    position: relative;
    background: left / cover no-repeat url(../images/banner_interior.png);
    border-radius: 0 0 10px 10px;
    min-height: 200px;
}
.foot_bn .banner div {
    position: absolute;
    top: -15px;
    width: 100%;
    color: #326d62;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px 10px 0 0;
    padding: 4px 0 0 10px;
}
.foot_bn .banner h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.foot_bn .banner p {
    font-size: 13px;
    font-weight: 500;
}
/* main_dashboard */
.today-wrapper {
    background: #D3D9EF;
    border: 1px solid #b1b9d6;
    border-radius: 10px;
}
.today-wrapper .date,
.today-wrapper .receivable {
    display: inline-block;
    width: 49.5%;
    padding: 10px 10px 10px 46px;
}
.today-wrapper .date .text,
.today-wrapper .receivable .text {
    font-size: 22px;
    font-weight: 700;
    color: #484c42;
}
.today-wrapper .date {
    border-right: 1px solid #b1b9d6;
    background: url(../images/box-fill.svg);
    background-repeat: no-repeat;
    background-position: 20px 19px;
    background-size: 18px;
}
.today-wrapper .receivable {
    background: url(../images/openbox-fill.svg);
    background-repeat: no-repeat;
    background-position: 20px 18px;
    background-size: 19px;
}
.today-wrapper .number {
    font-size: 20px;
    margin-top: 3px;
}
.today-wrapper .date .number {
    color: #456aef;
}
.today-wrapper .receivable .number {
    color: #eb3c3c;
}
.page-header {
    padding: 0;
    margin: 0 auto 2.5rem;
    border-bottom: none;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 1250px;
    color: #333333;
}
.family-site-wrapper {
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
}
.family-site-wrapper ul {
    display: flex;
    padding: 0;
}
.family-site-wrapper ul a {
    width: 100%;
    flex-grow: 1;
}
.family-site-wrapper ul a:nth-child(1) {
    margin: 0 3px 0 0;
}
.family-site-wrapper ul a:nth-child(2) {
    margin: 0 3px;
}
.family-site-wrapper ul a:nth-child(3) {
    margin: 0 0 0 3px;
}
.family-site-wrapper .go-btn {
    height: 50px;
    list-style: none;
    background: #ffffff url(../images/btn_acc.png) no-repeat center right 30px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    margin: 3px 0;
    padding: 0 30px;
}
.family-site-wrapper .go-btn:hover {
    border: 1px solid #000000;
}
.family-site-wrapper .go-btn p {
    height: 100%;
    line-height: 3.4;
    margin: 0;
}
.family-site-wrapper a:nth-child(1) img {
    height: auto;
    max-width: 73px;
    vertical-align: sub;
    margin-right: 10px;
}
.family-site-wrapper a:nth-child(2) img {
    height: auto;
    max-width: 27px;
    vertical-align: text-top;
    margin-right: 10px;
}
.family-site-wrapper a:nth-child(3) img {
    height: auto;
    max-width: 27px;
    vertical-align: text-top;
    margin-right: 10px;
}
.main-footer {
    background:#D7D7D7;
}
.main-footer p {
    color: #939393;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
    margin-bottom: 0;
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    background: #F7F7F7 !important;
}
.nav .current-page a .bi {
    color: #000000;
}
.nav-sm .profile_info h2 {
    float: none;
    text-align: center;
}
.nav-sm .nav.side-menu li a {
    word-break: keep-all;
}
.profile_info span i {
    background-color: #d9d9d9;
    color: #878787;
}
.profile_info span {
    color: #7a7a7a;
}
.nav li.current-page {
    background: #d9d7d7;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
.nav.side-menu>li.current-page>a {
    color: #000000;
    background: #d9d7d7;
    border-left:5px solid #242424;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    margin-left: 0px;
}
.nav.side-menu>li:hover {
    color: #000000 !important;
    background: #d9d7d7;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0px;
}
.nav.side-menu>li>a:hover, .nav.side-menu>li>a:hover span {
    color: #000000 !important;
}
ul.bar_tabs {
    background: #ffffff;
}
i.icon-search,
i.icon-note {
    font-size: 12px;
    margin-right: 2px;
}
i.icon-print2,
i.icon-trash {
    font-size: 13px;
    margin-right: 2px;
}
.site_title i {
    border: none;
    vertical-align: middle;
}
i.bi-moon-fill {
    color: #405266;
    font-size: 23px;
}
i.bi-moon-fill:hover,
i.bi-moon-fill:active,
i.bi-moon-fill:focus {
    color: #6389e1;
}
i.bi-sun-fill {
    color: #405266;
    font-size: 28px;
}
i.icon-add-document,
i.icon-inbox,
i.icon-file-back,
i.icon-duplicate,
i.icon-assept-document,
i.icon-search_alt,
i.icon-archive {
    font-size: 16px;
    margin-right: 3px;
}
div.DTS div.dataTables_scrollBody {
    background: #fff;
    min-height: 350px;
}
.dataTables_length {
    display: inline;
    float: left;
    width:auto
}
.form-group {
    margin-bottom: 0px;
}
/* .btn-save {
    color: #fff;
    background-color: #84c332;
    border-color: #81c12d;
}
.btn-save:hover,
.btn-save:focus {
    color: #fff;
    background-color: #80bd2d;
    border-color: #81c12d;
} */
.btn-yellow {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eca847;
}
.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #eca847;
    border-color: #eca847;
}
div.dataTables_wrapper div.dataTables_filter {
    width: 50%;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0px;
}
.table .colms_control_td2 .btn-greyblue {
    height: 100%;
}
/*페이지*/	
.ui.buttons .button:first-child {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px; 
}
div.dataTables_wrapper div.dataTables_filter label {
    float: right;
}
/*검색*/
div.dataTables_wrapper div.dataTables_filter input, .btn-to-write,div.dataTables_wrapper div.dataTables_info,.dataTables_paginate {
    font-size: 13px;border-radius: 3px;
}
.navbar {
    min-height: 40px; 
} 
.menubar,
.menubar:visited,
.menubar:hover,
.menubar:active,
.menubar:focus {
    color: #4A546D;
}
.nav_title {
height: 40px; 
}
.site_title {
line-height: 40px;
height: 40px; 
}
.nav-sm .navbar.nav_title a i {
font-size: 27px;
margin: 1px 0 0 3px;
}
    /*탑날짜*/
.input-group.date .input-group-addon {
    border-radius: 0px !important;
}
.top_day {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    height:100%;
    max-width: 72px;
    white-space: nowrap;
    border: none;
    box-shadow: none;
    letter-spacing: -0.9px;
}
.input-group-addon {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    height:100%;
    white-space: nowrap;
    border: none;
    box-shadow: none;
    letter-spacing: -0.9px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 16.7em;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 26px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 27px;
}
.bd1 {
    border: 1px solid #e4e4e4;
}	

@media (max-width: 1028px) {
    .menu-image .text-wrapper, .page-header {
        width: 74%;
    }
    .bs-docs-section .glyphicons-glyphs {
        width: 75%;
    }
    .menu-image .text-wrapper img {
        width: 26%;
        right: 7%;
        bottom: 16%;
    }
    .family-site-wrapper {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    .family-site-wrapper ul {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .site_title {    
        text-align: center;
        padding-left: 0px;
        padding-top: 8px;
    }
    .menu-image .text-wrapper p {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 500;
    }
    .menu-image .text-wrapper p:nth-child(3) {
        font-size: 22px;
    }
    .menu-image .text-wrapper img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.table-bordered tbody td, .form-control,
    table.table-bordered thead th, table.table-bordered tbody th, table.table-bordered tfoot th, table.jambo_table thead, .form-control {
        font-size: 13px;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding: 6px 0;
    }
    .nav_menu,
    .input-group.date input#s_s_date.form-control.input-group-addon, 
    .input-group.date input#s_e_date.form-control.input-group-addon {
        font-size: 13px;
    }
    .family-site-wrapper {
        width: 90%;
    }
    .menu-image .text-wrapper p {
        font-size: 20px;
    }
    .menu-image .text-wrapper .todays-status {
        font-size: 16px;
    }
    .today-wrapper .number {
        font-size: 16px;
    }
    .menu-image .text-wrapper {
        width: 90%;
        padding: 32px 30px 30px;
    }
    .page-header, .bs-docs-section .glyphicons-glyphs {
        width: 90%;
        margin: 22px auto 10px;
    }
    .page-header {
        margin: 28px auto 10px;
    }
    .bs-glyphicons, .bs-glyphicons2 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .bs-glyphicons li {
        width: 31.9%;
    }
    .bs-glyphicons .glyphicon-class {
        font-size: 17px;
    }
    .menu-image .text-wrapper p:nth-child(3) {
        font-size: 20px;
    }
    .menu-image {
        height: 150px;
        margin-bottom: 0;
    }
    .input-group-addon {
        font-size: 13px;
        padding: 0px;
    }
    .input-group .form-control {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {  
    .main-footer p {
        font-size: 13px;
    }
    /*검색창*/
    div.dataTables_wrapper div.dataTables_filter input,
    .btn-to-write {
        font-size: 14px;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: auto;
    }
    .timepicker-picker table td a span,
    .timepicker-picker table td,
    .timepicker-picker table td span {
        height: 20px !important;
        line-height: 20px !important;
        vertical-align: middle;
        width: 30px !important;
        padding: 0px !important;
    }
    .bs-docs-section .glyphicons-glyphs {
        margin: 22px auto 10px;
    }
    .bs-glyphicons li {
        width: 31.4%;
    }
    .menu-image .text-wrapper {
        top: -26%;
        padding: 20px 20px 18px;
    }
    .notice_main {
        padding: 20px 20px 18px !important;
    }
    .menu-image .text-wrapper p {
        font-size: 18px;
    }
    .menu-image .text-wrapper .todays-status {
        font-size: 15px;
        color: #585858;
        margin: 8px 0 5px;
    }
    .bs-glyphicons .glyphicon-class,
    .bs-glyphicons2 .glyphicon-class {
        font-size: 15px;
        margin: 0;
    }
    .bs-glyphicons2 .bs-glyphicons-list {
        padding: 32px 18px 20px 12px;
    }
    .mobile-br {
        display: block;
    }
    .today-wrapper .date,
    .today-wrapper .receivable {
        width: 49%;
        padding: 10px 10px 8px 28px;
        background-position: 9px 14px;
        background-size: 14px;
    }
    .today-wrapper .number {
        letter-spacing: -0.6px;
        font-size: 16px;
    }
    .menu-image {
        height: 92px;
        margin-bottom: 0;
    }
    .bs-glyphicons li.list_m {
        height: 100px !important;
    }
    .today-wrapper .date .text, .today-wrapper .receivable .text {
        font-size: 14px;
    }
    .event .media-body a.title,
    .event .media-body p {
        font-size: 13px;
    }
    .family-site-wrapper .go-btn p {
        font-size: 13px;
    }
    .family-site-wrapper a:nth-child(1) img {
        max-width: 60px;
        vertical-align: baseline;
    }
    .family-site-wrapper a:nth-child(2) img,
    .family-site-wrapper a:nth-child(3) img {
        max-width: 24px;
    }
    .family-site-wrapper .go-btn p {
        line-height: 3.7;
    }
}
@media screen and (max-width: 380px) {
    /*검색창*/
    div.dataTables_wrapper div.dataTables_filter input,
    .btn-to-write {
        width: 110px;
        height: 34px;
        line-height: 1;
        font-size: 13px;
    }
    .bs-glyphicons li.list_m {
        width: 23% !important;
    }
    ul.bar_tabs>li a {
        padding: 8px 4px;
        text-align: center;
    }
    ul.bar_tabs {
        height: 43px !important;
    }
}
	
	@media print {
	  .hidden-print {
		display: none !important;
	  }
		table.jambo_table {
		border: 1px solid #000;
		}
		.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {	
		border: 1px solid #000;		
		border-bottom: 1px solid #000;
		}
		table.table thead th {
			vertical-align: middle;
			font-family: 'Nanum Gothic', Calibri, Arial, sans-serif;
			height:38px;
			font-size:17px;
			overflow:hidden;  white-space:nowrap;
			}
			
		table.table tbody td {
			font-family: 'Nanum Gothic', Calibri, Arial, sans-serif;
			height:28px;
			font-size:14px;
			vertical-align: middle;
			}
		table.table-bordered thead th,
		table.table-bordered tbody th {
				font-weight:700;
				font-size:16px;
				color:#000000;
				vertical-align: middle;
			}

		table.table-bordered tbody td {
				font-weight:500;
				font-size:14px;
				letter-spacing: -0.05em;
		}

		table.r-menu tbody td {
				text-align:right; 
				padding-right: 4px;
		}		
		table.dataTable.no-footer, table.dataTable.footer {
			border-bottom: 1px solid #000;
		}
	}	