@charset "UTF-8";

.w70 {
	width: 70px;
}

.w100 {
	width: 100px;
}

.row {
	margin-right: 0;
}

.d-non {
	display: none;
}

.pagination {
	margin: 0px;
}

.pagination > li:first-child > a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a {
	color: #333 !important;
	padding: 5px 12px;
	font-size: 11px;
	letter-spacing: 0;
	cursor: pointer;
	border: 1px solid #cdcdcd;
}

.pagination > li > a.mostPrevOff {
	margin-left: 0px;
}

.pagination > li > a.mostPrev {
	margin-left: 0px;
}

.pagination > .active > a {
	background-color: #1C5A7F !important;
	border-color: #1C5A7F !important;
	color: #fff !important;
}

.layout-search button {
	min-width: 30px !important;
}

.w70 { width: 70px; }
.w100 { width: 100px; }

/* button */
button > i {
	margin-right: 7px;
	font-size: 15px !important;;
}

button:hover {
	cursor: pointer;
}

.btn {
    height: 20px;
    width: 50px;
    padding: 6px 10px 6px 10px;
    background-color: #fff;
    border: 1px solid;
    font-weight: bold;
}

.btn:focus {
	box-shadow: 0 0 0.15rem 0 !important;
}

.btn:active {
	box-shadow: 0 !important;
}

.btn[disabled]:focus {
	box-shadow: 0 !important;
}

.btn[disabled]:hover {
	text-decoration: none;
	cursor: default;
}

.btn-cell,
.btn-default {
	width: auto;
    border: 1px solid #b3abab;
	color: #776f6f;
    font-weight: bold;
}

.btn-cell {
	height: 9px;
}

.btn-cell:not(:disabled):hover,
.btn-default:not(:disabled):hover {
	color: #000;
	background-color: #F3F4F5;
}

.btn-add,
.btn-modify {
	border-color: #0077BE;
    color: #0077BE;
}

.btn-add:not(:disabled):hover,
.btn-modify:not(:disabled):hover {
	color: #002cd7;
	background-color: #1C5A7F17;
}

.btn-delete {
	border-color: #FE2E2E;
    color: #FE2E2E;
}

.btn-delete:not(:disabled):hover {
    color: #FE2E2E;
	background-color: #fe2e2e0a;
}

.btn-approval {
	width: 51px;
	border-color: #31B404;
    color: #31B404;
}

.btn-approval:not(:disabled):hover {
    color: #2f8b48;
	background-color: #31b40417;
}

.btn-return {
	border-color: #FE9A2E;
    color: #FE9A2E;
}

.btn-return:not(:disabled):hover {
    color: #ff6c00;
	background-color: #fe9a2e21;
}

.btn-close,
.btn-choice {
	border-color: #000000;
    color: #000000;
}

.btn-search {
	height: 20px;
	padding: 5px 10px 3px 10px;
}

.btn-download {
	width: auto;
}

.layout-search .btn-add,
.layout-search .btn-search,
.layout-search .btn-download {
	color: #776f6f;
    border: 1px solid #b3abab;
    font-weight: bold;
}

.layout-search .btn-add:not(:disabled):hover {
	color: #1C5A7F;
}

.btn-choice:not(:disabled):hover,
.btn-close:not(:disabled):hover,
.btn-download:not(:disabled):hover,
.btn-search:not(:disabled):hover {
	color: inherit !important;
	background-color: #F3F4F5;
}

/* 아이콘 흐트러짐으로 인한 가운데 정렬 */
.btn-cell,
.btn-default,
.btn-download,
.btn-approval,
.btn-add,
.btn-modify {
	display: inline-flex;
	justify-content: center;
    align-items: center;
}

span.mandatory {
    color: #ff0000;
    margin-left: 5px;
    font-size: 15px;
}

.row-title {
	font-weight: bold;
}

.slidetab {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

}
.slidetab ul {
	position: relative;
    border: 0;
    border-radius: 0;
    max-width: none;
    min-width: auto;
    background: none;
    display: inline-flex;
    border-radius: 2px;
    padding: 5px;
    background: #c7dbec;
    overflow: hidden;
}

.slidetab ul li {
    padding: 3px 14px;
    background: none;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    margin-right: 4px;
    float: left;
    white-space: nowrap;
   	text-overflow: ellipsis;
   	overflow: hidden;
}

.slidetab li:not(.current):hover {
    color: #fff;
    background: #9cbdda;
    border-radius: 2px;
}

.slidetab ul li:last-child {
	margin-right: 0;
}

.slidetab li.current {
	color: #ffffff;
    background: none;
}

.slidebox {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 93px;
    height: 39px;
    border: 1px solid #2094fa;
    border-radius: 2px;
    box-sizing: border-box;
    transition: all .30s ease-in-out;
    z-index: 1;
    background: #1C5A7F;
    -webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* animation button */
button.btn-animation {
	width: 55px;
	height: 21px;
	color: #FFFFFF;
	border-radius: 0.25em;
	font-size: 13px;
	letter-spacing: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	background: linear-gradient(0deg, #37789f 0%, #37789f 100%);
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px
		0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
	outline: none;
	padding: 0;
	border: none;
}

button.btn-animation span {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

button.btn-animation:before,
button.btn-animation:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #37789f;
	box-shadow:
	 -7px -7px 20px 0px rgba(255,255,255,.9),
	 -4px -4px 5px 0px rgba(255,255,255,.9),
	 7px 7px 20px 0px rgba(0,0,0,.2),
	 4px 4px 5px 0px rgba(0,0,0,.3);
	transition: all 0.3s ease;
}

button.btn-animation:before{
   height: 0%;
   width: 2px;
}

button.btn-animation:after {
  width: 0%;
  height: 2px;
}

button.btn-animation:hover {
  color: #37789f;
  background: transparent;
}

button.btn-animation:hover:before {
  height: 100%;
}

button.btn-animation:hover:after {
  width: 100%;
}

button.btn-animation span:before,
button.btn-animation span:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #37789f;
	box-shadow:
	 -7px -7px 20px 0px rgba(255,255,255,.9),
	 -4px -4px 5px 0px rgba(255,255,255,.9),
	 7px 7px 20px 0px rgba(0,0,0,.2),
	 4px 4px 5px 0px rgba(0,0,0,.3);
	transition: all 0.3s ease;
}

button.btn-animation span:before {
	width: 2px;
	height: 0%;
}

button.btn-animation span:after {
	height: 2px;
	width: 0%;
}

button.btn-animation span:hover:before {
	height: 100%;
}

button.btn-animation span:hover:after {
	width: 100%;
}


button.btn-animation:active {
	top: 1px;
    border-color: rgba(0,0,0,0.34) rgba(0,0,0,0.21) rgba(0,0,0,0.21);
    box-shadow: 0 1px 0 rgba(255,255,255,0.89), 0 1px rgba(0,0,0,0.05) inset;
    position: relative;
}

button.btn-animation.safe {
	background: linear-gradient(0deg, #1C5A7F 0%, #1C5A7F 100%);
}

button.btn-animation.safe:before,
button.btn-animation.safe:after {
	background: #1C5A7F;
}

button.btn-animation.safe:hover {
	color: #1C5A7F;
	background: transparent;
}

button.btn-animation.safe span:before,
button.btn-animation.safe span:after {
	background: #1C5A7F;
}

button.btn-animation.video {
	background: linear-gradient(0deg, #EBAA00 0%, #EBAA00 100%);
}

button.btn-animation.video:before,
button.btn-animation.video:after {
	background: #EBAA00;
}

button.btn-animation.video:hover {
	color: #ca9300;
	background: transparent;
}

button.btn-animation.video span:before,
button.btn-animation.video span:after {
	background: #EBAA00;
}

button.btn-animation.snapshot {
	background: linear-gradient(0deg, #0ea94c 0%, #0ea94c 100%);
}

button.btn-animation.snapshot:before,
button.btn-animation.snapshot:after {
	background: #0ea94c;
}

button.btn-animation.snapshot:hover {
	color: #0ea94c;
	background: transparent;
}

button.btn-animation.snapshot span:before,
button.btn-animation.snapshot span:after {
	background: #0ea94c;
}

button.btn-animation.warn {
	background: linear-gradient(0deg, #D74B4B 0%, #D74B4B 100%);
}

button.btn-animation.warn:before,
button.btn-animation.warn:after {
	background: #D74B4B;
}

button.btn-animation.warn:hover {
	color: rgba(251,75,2,1);
	background: transparent;
}

button.btn-animation.warn span:before,
button.btn-animation.warn span:after {
	background: rgba(251,75,2,1);
}
.tags-input {
    margin: 5px 0 5px;
    padding: 2px 5px 5px;
    width: 87%;
    /* height: fit-content; */
    height: 30px;
	max-height: 60px;
    border: 1px solid #ccc;
    overflow: auto;
}

.tags-input li.tag {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    background: #f8f8f8;
    color: #999;
    padding: 3px 6px;
    margin: 3px 0 0 3px;
    font-size: 14px;
    letter-spacing: -2px;
}

.tags-input .tag a {
    margin-left: 5px;
}

.tab-title {
    height: 25px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
}

.tab-title > .tab-title-label {
    padding: 8px 15px 4px 15px;
    position: relative;
    bottom: 6px;
    left: 10px;
    font-size: 13px;
    color: #1C5A7F;
    font-weight: 500;
    border-bottom: 2px solid #1C5A7F;
}

body:has(#setting-container) .tab-title > .tab-title-label {
	color: #0077BE;
	border-bottom: 2px solid #0077BE;
}

.date-group {
    display: flex;
    align-items: center;
    grid-gap: 7px;
}

/* icon custom css */
button:has(i.fas.fa-ban):hover {
    color: #FE2E2E;
    border-color: #FE2E2E;
    background-color: #FE2E2E0A;
}