@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");

body {
    background: #ffffff;
    font-family:'Noto Sans KR', Arial, 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;
}
.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-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;
}
.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;
}
/*검색창*/
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;
}
.menu-image {
    position: relative;
    height: 137px;
    /*overflow: hidden;	
	background-image: url(../images/bg-02.jpg);*/
    margin-bottom: 24px;
    
}
.menu-image .text-wrapper {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4a4a4a;
    font-weight: 500;
    background: #ffffff;
    padding: 30px 30px 28px;
	width: 100%;
    max-width: 1022px;
    border-radius: 15px;
	box-shadow: 0px 2px 8px -2px rgba(90, 94, 104, 0.3);
}
.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: 5%;
}
.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: #ededed;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}
.today-wrapper .date,
.today-wrapper .receivable {
    display: inline-block;
    width: 49.5%;
    padding: 16px 16px 12px 46px;
}
.today-wrapper .date .text,
.today-wrapper .receivable .text {
    font-size: 16px;
    font-weight: 400;
    color: #484c42;
}
.today-wrapper .date {
    border-right: 1px solid #c1c1c1;
    background: url(../images/clock_fill.svg);
    background-repeat: no-repeat;
    background-position: 20px 19px;
    background-size: 18px;
}
.today-wrapper .receivable {
    background: url(../images/folder-fill.svg);
    background-repeat: no-repeat;
    background-position: 20px 19px;
    background-size: 18px;
}
.today-wrapper .number {
    font-size: 20px;
    margin-top: 3px;
}
.today-wrapper .date .number {
    color: #eb3c3c;
}
.today-wrapper .receivable .number {
    color: #456aef;
}
.family-site-wrapper {
    max-width: 1028px;
    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: middle;
    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: 70px;
    vertical-align: baseline;
    margin-right: 10px;
}
.main-footer {
    background:#000000;
}
.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;
}
.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;
}
.btn.btn-primary i:before {
    color: white;
}
i.icon-search,
i.icon-note {
    font-size: 12px;
    margin-right: 2px;
}
i.icon-print2,
i.icon-trash,
i.icon-undo-alt,
i.icon-checkbox,
i.icon-note,
i.icon-pencil,
i.icon-arrow-left,
i.icon-folder,
i.icon-regist {
    font-size: 14px;
    margin-right: 3px;
    vertical-align: text-bottom;
}
.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,
i.icon-file-signature,
i.icon-file-image {
    font-size: 16px;
    margin-right: 3px;
}
select.mans-list {
    min-height: 200px;
    width: 100%;
}

@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: 27%;
        right: 7%;
        bottom: 11%;
    }
    .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;
    }
    select.mans-list {
        min-height: 100px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .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 .glyphicon-class {
        font-size: 17px;
    }
    .menu-image .text-wrapper p:nth-child(3) {
        font-size: 20px;
    }
    .menu-image {
        height: 150px;
        margin-bottom: 0;
    }
}
@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;
    }
    .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: 14px;
    }
    ul.bar_tabs>li a {
        /* padding: 8px 4px; */
        text-align: center;
    }
    /* ul.bar_tabs {
        height: 43px !important;
    } */
}

/*all page css 2023.04.14*/

	body {
		padding-right: 0px;
		font-family: 'Nanum Gothic', Roboto, Arial, "Droid Sans", sans-serif;
	}	
	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;
	}		
	@media print {
	  .hidden-print {
		display: none !important;
	  }
	}	
	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;
        font-weight: bold;
	}
	.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;
	}
    label.input-group-addon {
        line-height: 1.5;
    }
	/*검색*/
	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;
	}
	.input-group-addon.border-r {
		border-right: 1px solid #d5d5d5;
	}
    .input-group .btn-success {
        max-width: 100px;
        font-size: 14px;
        padding: 0;
        min-height: 34px;
    }
	.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;
	}
    .main-btn a:nth-child(n+1) {
        margin-right: 2px;
    }
    .main-btn a:first-child {
        margin-right: 0;
    }
	@media screen and (max-width: 767px){
		.input-group-addon {
			font-size: 12px;
			padding: 0px;
		}
		table.table-bordered tbody td,	
		table.top tbody td,
		.form-control,
        .checkbox label,
        .x_content h4.panel-title,
        select.mans-list,
        .input-group .file-up,
        .input-group .btn-success,
        .main-btn .btn,.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), 
        .input-group .thumbnail,
        .bar_tabs {
			font-size:12px;		
		}
        .input-group .file-up {
            padding-top: 1px;
        }
        .input-group.date .input-group-addon {
            font-size: 13px;
        }
        ul.bar_tabs>li.active {
            margin-top: 9px;
        }
	}

	
	@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;
				border-bottom: 1px solid #000;
				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;
		}
	}	