* {
    outline: 0 !important;
	outline-offset: 0 !important;
}
body {
    font-family: 'KoPub Dotum';
    font-size: 13px;
    font-weight: 400;
}



/*---------------------------------------
Typography & Text Align            
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.text-very-large {
    font-size: 24px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
}
.align-middle {
    vertical-align: middle;
}
.align-middle ~ span {
    vertical-align: middle;
}

.text-right {
	text-align: right !important;
}

/*---------------------------------------
Margin          
-----------------------------------------*/
.no-margins {
    margin: 0 !important;
}
.m-t-none {
    margin-top: 0 !important;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xg {
    margin-top: 40px;
}
.m-b-none {
    margin-bottom: 0 !important;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xg {
    margin-bottom: 40px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}

/*---------------------------------------
Padding           
-----------------------------------------*/
.no-padding {
    padding: 0 !important;
}
.p-t-none {
    padding-top: 0 !important;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t {
    padding-top: 15px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-lg {
    padding-top: 30px;
}
.p-t-xg {
    padding-top: 40px;
}
.p-b-none {
    padding-bottom: 0 !important;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 15px;
}
.p-b-md {
    padding-bottom: 20px;
}
.p-b-lg {
    padding-bottom: 30px;
}
.p-b-xg {
    padding-bottom: 40px;
}

/*---------------------------------------
Buttons         
-----------------------------------------*/
.btn {
    font-weight: 400;
    font-size: 14px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

button.close {
	border:0;
	background:none;
	font-size:1.6em;
}

/*---------------------------------------
Buttons         
-----------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}


/*---------------------------------------
ANCHOR & List         
-----------------------------------------*/
a {
    color: inherit;
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
    cursor: pointer;
}
a:hover {
    color: #4676fa;
    text-decoration: none;
}
ul, ol {
	padding-left: 0 !important;
}
li {
	list-style: none;
}

/*---------------------------------------
Background & bolders          
-----------------------------------------*/
.gray-bg {
    background-color: #f3f3f4;
}

.no-border {
    border: none !important;
}
.border-left {
    border-left: 1px solid #ddd;
}
.border-right {
    border-right: 1px solid #ddd;
}

/*---------------------------------------
Display & Custom Box           
-----------------------------------------*/
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.small-box {
    max-width: 300px;
    margin: 0 auto;
}
.large-box {
    max-width: 750px;
    margin: 0 auto;
}
.ibox {
    background: #FFF;
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 1px;
}

/*---------------------------------------
Table          
-----------------------------------------*/
.table {
    margin-bottom: 0;
}
.table td, .table th {
    vertical-align: middle !important;
}


/*---------------------------------------
Form           
-----------------------------------------*/
label {
    font-size: 12px;
    font-weight: 300;
}
.form-control {
    box-shadow: none;
}
.form-group.recipe {
    font-size: 13px;
    padding-left: 23px;
}

/*---------------------------------------
Custm Checkbox & Radio & select           
-----------------------------------------*/
.checkbox label {
    font-size: 13px;
}
.checkbox label::before {
    outline: 0 !important;
}
.bootstrap-select.recipe .dropdown-menu {
    font-size: 13px;
    /* fixing for dropup menu */
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
.bootstrap-select.recipe .dropdown-menu>li.selected {
    background-color: #eee;
}
.bootstrap-select.recipe .dropdown-menu>li>a {
    color: #000;
}
.bootstrap-select.recipe .dropdown-menu>.disabled>a {
    color: #aaa;
}
.bootstrap-select.recipe .btn {
    font-size: 13px;
    padding: 5px 10px;
}



/*---------------------------------------
Container           
-----------------------------------------*/
.container {
	max-width: 90% !important;
}

/*---------------------------------------
Page header  
-----------------------------------------*/
.page-header {
    margin-top: 80px;
    margin-bottom: 25px;
    padding: 0;
    border-color: #DDD;
    border: none;
}

/*---------------------------------------
label & badge 
-----------------------------------------*/
.label {
    font-size: 80%;
    font-weight: 400;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 0.3em 0.6em;
}
.label-default {
    background-color: #ddd;
    color: #555;
}

/*---------------------------------------
Modal          
-----------------------------------------*/

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.modal-body {
    padding: 30px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-header {
    padding: 30px;
    text-align: center;
}
.inmodal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    margin: 0;
}
.inmodal .modal-title {
    font-size: 26px;
}

.modal .modal_group_title{
	font-size: 14px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    font-weight:600;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.modal-footer {
    margin-top: 0;
}
.modal-footer.align-center {
    text-align: center;
}

/*---------------------------------------
Menu Top   
-----------------------------------------*/
.menu-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff!important;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    height: 50px;
}
.menu-top.scroll {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border: none;
}
.menu-top .menu {
    position: relative;
    height: 50px;
    text-align: right;
}
.menu-top .menu .logo {
    float: left;
    margin-top: 5px;
    margin-right: 30px;
    width: 130px;
}
.menu-top .menu ul {
    margin: 0;
}
.menu-top .menu li {
    float: left;
    position: relative;
}
.menu-top .menu li a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
}

.menu-top .menu li a:hover:before {
    -webkit-transform: scale(1);
	transform: scale(1);
}
.menu-top .menu li a:before {
    background: #4676fa;
	content: "";
	height: 1px;
	left: 20px;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20px;
}
.menu-top .menu-button {
	display:none;
	position: absolute;
	z-index: 1000;
	width: 30px;
	height: 42px;
	border: none;
	font-size: 26px;
	color: inherit;
	background: transparent;
	top: 6px;
	right: 0;
	line-height: 42px;
	text-align: center;
    padding: 0;
}

/*---------------------------------------
Menu Side   
-----------------------------------------*/
.menu-side {
	position: fixed;
	z-index: 9999;
	width: 260px;
    top: 0;
	right: 0;
	height: 100%;
	background: #fff;
    padding: 0 20px;
	font-size: 1.15em;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: right 0.3s;
}

.menu-side .menu{margin: 2rem 0 0 1rem;}

.menu-side.open {right:260px; transition: right 0.5s;}

.menu-side a:hover,
.menu-side a:focus,
.menu-side a.active{
	color: #4676fa;
}
.menu-side a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menu-side li{margin-bottom:1rem;}

.menu-side .menu li a {
    font-size: 13px;
    padding: 15px 0;
}
/* Close Button */
.close-button {
	font-size: 26px;
	border: none;
	background: #fff;
	color: #000;
    margin-top: 7px;
    margin-left: -16px;
    padding-left: 15px;
}
.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
    padding-left: 15px;
    padding-right: 15px;
}

.icon-list a {
	color: #555;
	display: block;
	padding: 0em;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
	position: relative;
}
.icon-list a:before{
	background: #4676fa;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20px;
}
.icon-list,
.icon-list a {	
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}
.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}
.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}
.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}
.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}
/* Shown menu (open) */
.show-menu .menu-side {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pagination {
	margin-top: 10px;
	justify-content: center;
}


.detailModal label{
	margin:0;
}

.hidden {display:none;}

.admin_menu{float:left; margin-left:50px !important;}
.my_menu{position:absolute; right:0;}

h1.tjc-logo{float:left; margin-top:0.2em; font-size:2em;}
h1.tjc-logo img{width:130px;} 

#memo_list td{padding:0.2em 0.5em; font-size:0.75rem; color:#888;}
#memo_list td pre{margin-bottom:0 !important; font-size:0.7rem; font-family: 'KoPub Dotum';  color:#333;}
#memo_list td:first-child{width:30px; text-align:center;}
#memo_list td:nth-child(2){width:120px;}
#memo_list td:nth-child(4){width:50px;}
#memo_list tr:first-child td {border-top:0;}
#memo_list td:last-child{width:50px; text-align:center;}
.top_menu{margin-left:50px;}
.memo_box{height:150px; overflow-y:scroll; border: 1px solid #ddd; border-radius:3px;}
.table-dblist td.memo span{margin-right: 1em; font-size:0.9em; color:#888;}
.login_page{position:absolute; left:0; right:0; top:0; bottom:0; width:300px; height:400px; margin:auto;}
.login_page label{margin-bottom:0.2em;}
.login_page .logo {text-align:center;}
.login_page .logo img {width:60%;}
.login_page .copyright{text-align:center;}


.select_box{position:absolute; background:#fff; border-radius:5px; border:1px solid #eee; z-index:10;}
.select_box div{width:250px; padding:8px 20px;}
.select_box span{display:inline-block; min-width:50px; text-align:center;}
.select_box span:first-child{min-width:100px; text-align:left;}

.btn_search{display:flex; justify-content:right;}

select.form-control:not([size]):not([multiple]) {
	height:35px;
} 

.order_by{text-decoration: underline; cursor: pointer}

.table-org-list .scd_name{width:100%}
.table-org-list .depth1 .scd_name{padding-left:0;}
.table-org-list .depth2 .scd_name{padding-left:60px;}
.table-org-list .depth3 .scd_name{padding-left:120px;}
.table-org-list .depth4 .scd_name{padding-left:180px;}
.table-org-list .depth1 td{border-top-width:2px;}
.table-org-list .depth3 td{border-top-color:#f3f3f3;}
.table-org-list .depth4 td{border-top-width:0;}

input::placeholder{color:#bbb !important;}

.backdrop{position:fixed; top:0; width:100%; height:100%; background:#000; z-index:5000; opacity:0.5;}

.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


	/* 사용자 정의 추가 */
.container .page-header .row .col-sm-4 .no-margins {
	display: flex;
}

.container .page-header .row .col-sm-4 .no-margins .lnr {
	margin-top: 0.13rem;
	margin-right: 0.5rem;
}

.thumb_nail{float:left; width:206px; height:116px; margin-right:15px; border:1px solid #ddd; background:#ddd;}
.thumb_nail img{width:100%;}


