@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
html,
body,
* {
  font-family: "Noto Sans KR", sans-serif;
}

body {
	min-width: 1000px;
	overflow-x: auto;
}

a {
  color: inherit;
}
a:hover {
  color: #395462;
}


/* text */
.txt-100 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

/* align */
.txt-l {
  text-align: left !important;
}
.txt-c {
  text-align: center !important;
}
.txt-r {
  text-align: right !important;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: 1.1rem;
}
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 30px;
}
.main-menu .navbar-header .navbar-brand .brand-text img {
  width: 120px;
}

.main-menu.menu-light .navigation > li.active > a,
.main-menu.menu-light .navigation > li ul .active {
  background: linear-gradient(118deg, #283f45, #5e84a4);
  box-shadow: none;
}

.btn-primary {
  border-color: #00467f !important;
  background-color: #00467f !important;
}
.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #7ebfe0;
}

.bg-primary {
  background-color: #283f45 !important;
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  color: #83818e;
}
.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
  color: #283f45;
}
.main-menu .navbar-header {
	height: 7rem;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text,
.main-menu .navbar-header .navbar-brand .brand-text {
	width: 105px;
	height: 55px;
	margin: 0;
	font-size: 0;
	background: url(/resources/mng/app-assets/images/logo/logo_koima.png) no-repeat 5px 0 / 100px;
	transition: all 0.4s;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text
{
	display: block;
    margin: 11px 0px 0 -19px;
	background-size: 65px;
}
.nav .modern-nav-toggle {
	margin: 33px 0 0;
}

.form-control:focus {
  border-color: #00467f;
}

.input-group .form-select {
  flex: 0 0 auto;
  width: auto;
  padding-right: 50px;
}

.btn-outline-primary {
  color: #00467f;
  border: 1px solid #00467f !important;
}
.btn-outline-primary:hover:not(.disabled):not(:disabled) {
  color: #00467f;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #00467f;
}
.form-select:focus {
	border-color: #00467f;
}

.visual-box {
	table-layout: fixed;
}
.visual-box thead th {
  padding: 1rem 0.8rem;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  font-weight: normal;
}
.visual-box tbody th {
  font-size: 1rem;
  font-weight: normal;
  background-color: #f2f4f7;
}
.visual-box tbody th,
.visual-box tbody td {
  padding: 1rem 0.8rem;
}
.visual-box tbody .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.visual-box tbody .flex a {
  flex: 1;
}
.visual-box .feather,
.visual-box [data-feather] {
  width: 1.5rem;
  height: 1.5rem;
}

.t-lay-auto {
	table-layout: auto;
}

.edit-box {
  min-height: 150px;
  border-radius: 0.357rem;
  border: 1px solid #d8d6de;
}

.form-label {
  font-size: 1rem;
}

.page-item.active .page-link {
  border-radius: 5rem;
}

.form-check-input:not(:disabled):checked {
  box-shadow: none;
}

.nav-tabs .nav-link {
  padding: 0.61rem 1.5rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
}
.nav-tabs .nav-link.active {
  color: #00467f;
}
.nav-tabs .nav-link:after {
  background: linear-gradient(30deg, #00467f, rgb(92, 130, 161)) !important;
}

.badge {
  font-weight: normal;
}

.hipen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  margin: 0;
  padding: 0;
}

.btn-plus {
  width: 70px !important;
  height: 2.7rem;
  padding: 0;
}

.card-schedule {
  margin-bottom: 1rem;
}
.card-schedule .schedule-wrap {
  display: none;
}
.card-schedule .schedule-wrap .schedule-box .btn-del {
  margin-left: 0.5rem;
  border: 0;
  font-size: 0;
  background: url(../images/btn-del.png) no-repeat 50%/19px;
}

.btn-doc .feather-log-in {
  transform: rotate(90deg);
}
.btn-doc .feather-log-out {
  transform: rotate(-90deg);
}

.experience-box {
  margin-top: 1rem;
}
.experience-box:nth-of-type(1) {
  margin-top: 0;
}

.list-group-item button {
	height: 30px;
	padding: 0 0.736rem !important;
}
.list-group-item button + button {
	margin-left: 0.25rem;
} 

/* menu tree */
.jstree-container-ul > li a .fa-folder:before {
	color:#000
}
.jstree-container-ul li.jstree-open > a .fa-folder:before {
	color:#00467f
}


/* board */
.thumbImg + .featured-info {
	margin-left: 1rem;
}

/* button */
.btn-wrap-foot button + button {
	margin-left: 0.3rem;
}

.btn .feather {
	margin: 0 0.25rem;
}

/* tab box */
.tab-wrap span {
	display: inline-flex;
	justify-content: center;
	width: auto;
	min-width: 50px;
	margin: 7px 3px 0 0;
	padding: 3px 10px;
	border-radius: 20px;
	background: #eee;
}
.tab-wrap button {
	margin-left: 5px;
	border: 0;
}

/* modal */
.modal-header {
	padding: 1rem 1.4rem;
}
.modal.modal-primary .modal-header .modal-title {
	color: #00467f !important
}
.modal-footer {
    justify-content: center;
}


/* file upload */
.dropzone {
	min-height: 155px;
	padding: 5px;
	border: 2px dashed #d9d9d9;
}
.dropzone .dz-message {
	padding-bottom: 25px;
	font-size: 18px;
	color: #6f7c86;
}
.dropzone .dz-message:before {
	font-size: 30px;
	width: 30px;
	height: 30px;
	top: 6rem;
}
.dropzone .dz-preview .dz-image {
	width: 110px;
	height: 80px;
}
.dropzone .dz-preview .dz-details {
	padding: 1rem 0.5rem;
}
.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 0.8rem;
	font-size: 13px;
}
.dropzone .dz-preview .dz-progress {
	display: none;
	height: 8px;
	margin-top: 12px;
}

/* editer */
.sun-editor .se-btn {
	width: 25px;
	height: 25px;
	line-height: 23px;
	color: #555;
}
.sun-editor .se-btn:enabled.active {
	color: #215297
}
.sun-editor .se-svg, .sun-editor button>svg {
	width: 14px;
	height: 14px;
}

/* scroll top btn */
.scroll-top {
	bottom: 1%;
	right: 27px;
}

.category-box {
	padding: 0 14px;
}
.category-box .input-group {
	padding: 0;
}
.category-scroll {
	overflow-y: auto;
	max-height: 313px
}

.jstree-scroll {
	overflow-y: auto;
	max-height: 712px;
}

.jstree-scroll2 {
	overflow-y: auto;
	max-height: 438px;
}

.phone-num,
.email {
	display: flex;
	align-items: center;
}
.phone-num > select {
	width: 110px;
}
.phone-num > input {
	width: 110px;
}

.bg-light-info2 {
	background: rgba(146, 0, 232, 0.12) !important;
    color: #c100e8 !important;
}

.cursor-default {
	cursor: default !important;
}

/* login */
.brand-logo h2 {
	width: 219px;
	height: 50px;
	margin: 0;
	font-size: 0;
	background: url(/resources/mng/app-assets/images/logo/login_logo.png) no-repeat 0 / 100%;
}

/* 03.23 추가 */
.justi-beteen{
	justify-content: space-between;
	margin-top: -4.5rem;
}
.justi-beteen .user-nav {
	margin-right: 2rem;	
}


/* .auth-wrapper.auth-basic .auth-inner:before,
.auth-wrapper.auth-basic .auth-inner:after {
	display: none !important;
} */


@media (max-width: 768px) {
  .flex img {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */