:root {
	--main-theme: linear-gradient(135deg, #5DCAB9 0%, #5DCAB9 100%);
	--main-theme-color: #5DCAB9;
	--main-theme-color2: #3da192;
}

.ani {
	transition-property: all;
	transition-duration: .2s
}

html,
body {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.01em;
	line-height: 1.75em;
	-moz-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
	-webkit-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
	font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
}

table {
	border-spacing: 0;
}
.clear::after{
	clear:both;
	content:"";
	display:table;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

/*
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}
*/
input {
	outline: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

input::-webkit-input-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder {
	color: #aaa;
}

input::-moz-placeholder {
	color: #aaa;
}

input::-moz-placeholder {
	color: #aaa;
}

input::-moz-placeholder {
	color: #aaa;
}

input::placeholder {
	color: #aaa;
}


.ani {
	transition-property: all !important;
	transition-duration: .2s !important
}

ul,
li {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
}

i {
	vertical-align: -0.1em;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.login-wrap {
	width: 500px;
	padding: 60px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);

}

.login-wrap h1 {
	font-size: 30px;
	font-weight: 800;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	background-image: var(--main-theme);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.login-wrap>div {
	color: #8d96a1;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0px 0 34px;
	height: 20px;
	font-weight: 500;
}

.inp-set {

	border: 1px solid #e5e5e5;
	height: 48px;
	border-radius: 8px;
	display: block;
	margin-bottom: 20px;
}

.inp-set .on {
	border-color: var(--main-theme-color);
}

.inp-set {
	display: grid;
	grid-template-columns: 48px 1fr;
}

.inp-set input {
	width: 100%;
	width: calc(100% - 10px);
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	outline: none;
	background-color: transparent !important;
	margin-top: 16px;
	height: 31px;



}

input:-webkit-autofill {
	box-shadow: 0 0 0 30px transparent inset;
	-webkit-text-fill-color: #333;
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	font-size: 14px;
	font-weight: 500;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	font-size: 14px;
	font-weight: 500;

}

.inp-set label {
	text-align: center;
	position: relative;
}

.inp-set label i {
	font-size: 20px;
	color: #555;
	height: 48px;
	line-height: 48px;
}

.inp-set label span {
	position: absolute;
	left: 49px;
	display: block;
	top: 12px;
	font-size: 14px;
	text-align: left;
	width: 200px;
	color: #8d96a1;
	pointer-events: none;
}

.on label span {
	top: 6px;
	font-size: 12px;
}

.fill-btn {
	height: 48px;
	border-radius: 8px;
	display: block;
	width: 100%;
	border: 0;
	background: var(--main-theme);
	color: #fff;
	font-weight: 700;
}

.line-btn {
	height: 48px;
	border-radius: 8px;
	display: block;
	width: 100%;
	border: 1px solid var(--main-theme-color);
	background: transparent;
	color: var(--main-theme-color);
	font-weight: 700;
}

.checkbox {
	margin: 10px 0;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox input[type=checkbox]+label::before {
	content: "\eb81";
	font-family: 'remixicon' !important;
	color: #aaaaaa;
	font-size: 18px;
	vertical-align: -4px;
	margin-right: 3px;
}

.checkbox input[type=checkbox]:checked+label::before {
	content: "\eb80";
	font-family: 'remixicon' !important;
	color: var(--main-theme-color);
}

input:read-only {
	background: transparent;
	background-color: transparent;
	width: 100%;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: grid;
	grid-template-columns: 250px 1fr 600px;
	height: 60px;
	background: var(--main-theme-color);
	z-index: 10;
}

header>div:first-child a {
	height: 60px;
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 60px;
	color: #2a3344;
	padding-left: 20px;
}

nav {
	position: fixed;
	left: 0;
	top: 60px;
	height: calc(100vh - 60px);
	background-color: #354052;
	width: 250px;
	transition-property: all !important;
	transition-duration: .2s !important
}

.page {
	margin-left: 250px;
	margin-top: 60px;
	background-color: #f1f2fa;
	min-height: calc(100vh - 60px);
	transition-property: all !important;
	transition-duration: .2s !important;
	overflow: hidden;
}

.page-header {
	padding: 20px;
}

.page-header h2 {
	font-size: 22px;
	font-weight: 800;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.page-header h2 small {
	font-weight: 400;
	font-size: 14px;
	margin-left: .5em;
}

section {
	background-color: #fff;
	margin: 20px;
	margin-top: 0;
	border-radius: 8px;
	padding: 15px;
	height: auto;
}

.page-tab {
	padding: 0;
	margin: 0 20px 7px;
	list-style: none;
	position: relative;
}

.page-tab::after {
	content: "";
	display: block;
	clear: both;
}

.page-tab li {
	float: left;

}

.page-tab li a {
	color: #93949a;
	padding: 12px 16px;
	margin: 0 0 10px 0;

	display: block;
	line-height: 1em;
	position: relative;
}

.page-tab .on a {
	color: var(--main-theme-color2);
}

.page-tab .on a::after {
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	background-color: var(--main-theme-color2);
}


nav h5 {
	font-size: 13px;
	color: rgb(255 255 255 / 30%);
	padding: 0;
	margin: 0;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav ul a {
	font-size: 14px;
	color: #fff;
}

nav li {
	list-style: none;
}

nav>ul>li {

	border-top: 1px solid rgb(255 255 255 / 5%);
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}

nav>ul>li:first-child {
	border-top: 0;
}

nav>ul>li:last-child {
	border-bottom: 0;
}

nav li a,
nav li h5 {
	display: block;
	padding: 5px 30px;
}


nav>ul>li>ul>li,
nav li h5 {
	border-left: 4px solid transparent;
	z-index: 1;
}

nav li h5 {
	padding-top: 15px;
}

nav>ul>li>ul>li>a {
	position: relative;
	padding-left: 38px;
}

nav>ul>li>ul>li>a::before {
	content: "";
	width: 2px;
	height: 2px;
	position: absolute;
	left: 30px;
	top: calc(50% - 1px);
	background-color: var(--main-theme-color);
	display: block;
}

nav .on a {
	background-color: rgb(1 2 10 / 20%);
}

nav .on {

	border-color: var(--main-theme-color);
}

.profile {
	width: 100%;
	background: #2a3344;
	padding: 15px;
	line-height: 100%;
	position: relative;
}

.member-info {

	display: grid;
	grid-template-columns: 64px 1fr;

}

.member-info>div:nth-child(2) {
	padding-top: 10px;
}

.profile>span {
	line-height: 100%;
	display: inline-block;
}

.profile .img {
	width: 50px;
	height: 50px;
	border-radius: 31.4%;
	background: #8da4d6;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}

.profile .position {
	color: #727a86;
	font-size: 12px;
}

.profile .name {
	color: #fff;
}

.profile .email {
	display: block;
	color: #a7aeb8;
	font-size: 12px;
	margin-top: 5px;
}

.profile .buttons {
	position: absolute;
	right: 10px;
	top: 10px;
}

.profile .buttons i {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #7a8aa3;
}

.top-mid {
	font-size: 0;
	width: 100%;
}

.top-mid a {
	display: inline-block;
	height: 60px;
	min-width: 60px;
	line-height: 60px;
	text-align: center;
	background: rgb(0 0 0 / 5%);
	font-size: 18px;
	vertical-align: middle;
}

.top-mid .brand-btn {
	padding: 0 15px;
	text-transform: uppercase;
	background: transparent;
	font-weight: 800;
	color: #ffffff66;
}

.top-mid .on {
	color: #fff;
}

.top-mid .menu-show {
	margin-right: 15px;
}

.top-mid a i {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.top-right a {
	display: block;
	float: right;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-left: 1px;
	background: rgb(0 0 0 / 5%);
}

.top-right>div>form {
	display: block;
	float: right;
	height: 60px;
	width: 305px;
	line-height: 60px;
	text-align: center;
	margin-left: 1px;
}

.top-right>div>form>input {
	width: calc(100%-40px);
	background: #ffffff44;
	padding: 5px 10px;
	border-radius: 15px;
	border: 0;
}

.top-right>div>form>i,
.top-right>div>form>button {
	color: #fff;
	font-size: 20px;
	width: 40px;
	vertical-align: -6px;
	display: inline-block;
	border: 0;
	background: transparent;
}

.top-right>div>form>button {
	vertical-align: -3px;
}

.top-right a i {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

nav.hide {
	left: -250px;
}

nav.hide+.page {
	margin-left: 0;
}

.input-table {
	width: 100%;
}

.input-table input,
.input-table select,
.input-table textarea {
	border: 0;
	padding: 0;
	background: transparent;
	margin: 0;
	outline: none;
	display: block;
	padding: 12px;
}

.input-table textarea {
	width: 100%;
	resize: none;
	background: #f5f5f5;
	border-radius: 5px;
	line-height: 1.5em
}

textarea:read-only {
	background: transparent;
	background-color: transparent;
}

.input-table th,
.input-table td {
	border-bottom: 1px solid #e1e2ea;
}

.input-table th {
	width: 120px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: top;
	padding-top: 2em;
	color: #555;
}

.input-table th span {
	font-weight: 400;
	font-size: 13px;
}

.input-table td {
	padding: 15px 0;
}

.input-table td>div {
	border-radius: 5px;
	display: block;
	background-color: #f5f5f5;
	overflow: hidden;
}

.list-input-table td>div {
	background-color: #f5f5f5;
}

.radio-item {
	height: 40px;
	line-height: 40px;
	/*
	margin-right:10px;
	padding-right:10px;
	*/
	background-color: transparent !important;
	display: inline-block !important;
}

.radio-item input[type=radio],
.radio-item input[type=checkbox] {
	display: none;
}

.radio-item input[type=radio]+label,
.radio-item input[type=checkbox]+label {
	color: #aaa;
}

.radio-item input[type=radio]+label::before,
.radio-item input[type=checkbox]+label::before {
	content: "\eb81";
	font-family: 'remixicon' !important;
	color: #aaaaaa;
	font-size: 18px;
	vertical-align: -4px;
	margin-right: 3px;
}

.radio-item input[type=radio]:checked+label,
.radio-item input[type=checkbox]:checked+label {
	color: #333;
	font-weight: 700;
}

.radio-item input[type=radio]:checked+label::before,
.radio-item input[type=checkbox]:checked+label::before {
	content: "\eb80";
	font-weight: 400;
	font-family: 'remixicon' !important;
	color: var(--main-theme-color);
}

.list-table {
	width: 100%;
}

.list-table th,
.list-table td {
	text-align: center;
}

.list-table th {
	border-bottom: 1px solid #e1e2ea;
	height: 50px;

}

.list-table td {
	height: 50px;
}

.list-table tbody tr:nth-child(2n) {
	background: #f4f5fe;
	border-top: 1px solid #f4f5fe;
	border-bottom: 1px solid #f4f5fe;
}

.list-table tbody tr:nth-child(2n) {
	background: #f4f5fe;
	border-top: 1px solid #f4f5fe;
	border-bottom: 1px solid #f4f5fe;
}

.modal-bg {
	background: rgb(0 0 0 / 75%);
	position: fixed;
	left: 0;
	top: 60px;
	width: 100vw;
	height: calc(100vh - 60px);
	display: none;
	z-index: 2;
}

.modal {
	background: #fff;
	position: fixed;
	right: 0;
	top: 60px;
	width: calc(100% - 30px);
	max-width: 640px;
	border-radius: 20px 0 0 0;
	height: calc(100% - 60px);
	transform: translateX(100%);
	z-index: 2;
}

.modal-on {

	transform: translateX(0%);
}

.modal-header {
	font-weight: 800;
	padding: 20px;
	height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #e1e2ea;
	position: relative;
}

.modal-header i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #858691;
}

.modal-body {
	/*
	margin:5px;
	padding:15px;
	max-height:calc(100vh - 260px);
	overflow: auto;
	*/
	margin: 0;
	padding: 0;
}

iframe[name=detail-viewer] {
	border: 0px solid transparent;
	width: 100%;
	height: calc(100vh - 122px);
}

.list-box,
.select-area {
	padding: 15px;
	border: 1px solid #e1e2ea;
	border-radius: 4px;
	margin-bottom: 8px;
	position: relative;
}

.select-area {
	margin-bottom: 0;
	border: 0;
	min-width: 209px;
	line-height: 1em;
}

.select-area .no-selected {
	line-height: 1em;
}

.member-list-select h4 {
	margin: 0;
	font-size: 15px;
	margin: 5px 0;
	padding: 5px 0;
}

.member-list-select .lawyer-label,
.select-area .lawyer-label {
	width: 47px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	vertical-align: 1px;
	border-radius: 3px;
}

.member-list-select .lawyer-descript,
.select-area .lawyer-descript {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 1em;
	margin-top: 0.314em;
}

.per-bg {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .2;
}

.frm-btn {
	text-align: right;
	position: relative;
}

.frm-btn .fill-btn {
	width: 150px;
	display: inline-block;
	margin: 30px 0 15px 0;
}

.time-calc {
	-moz-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	-webkit-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
}

.list-input {
	background: #f5f5f5;
	border-radius: 5px;
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 15px 0;
	outline: none;
	display: block;
	padding: 12px;
}

.tr-line tbody tr:nth-child(2n) {
	background: transparent;
}

.tr-line tbody tr td {

	border-bottom: 1px solid #e1e2ea;
}

.imagecard-box {
	display: inline-block;
	width: 300px;
	border: 1px solid var(--main-theme-color);
	border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 6px;
	overflow: hidden;
}

.img-bg {
	height: 164px;
	background-size: contain;
	background-position: center center;
}

.imgcard-text {
	background-color: var(--main-theme-color2);
	color: #fff;
	line-height: 1em;
	padding: 1em;
}

.imgcard-content input[type=file] {
	background: #f5f5f5;
	border-radius: 5px;
	border: 0;
	padding: 0;
	margin: 8px 10px 0;
	width: calc(100% - 20px);
	outline: none;
	display: block;
	padding: 12px;
}

.imgcard-content .checkbox {
	text-align: right;
	margin: 5px 15px;
}

.list-icon {
	border: 0;
	background: var(--main-theme-color);
	height: 32px;
	min-width: 10px;
	border-radius: 4px;
	font-weight: 800;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	padding: 0;
	padding: 0 9px;
}

.list-icon i {
	color: #fff;
	line-height: 1em;
	vertical-align: -3px;
	font-weight: normal;
	font-size: 15px;
}

.cursor-text {

	height: 28px;
	border-radius: 4px;
	line-height: 1em;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	width: 80px;
	padding-top: 8px;
}

.quick-search {
	position: absolute;
	right: 0;
	bottom: 0;
}

.quick-search div {
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	padding: 4px;
}

.quick-search div input {
	border: 0;
	outline: none;
}

.quick-search div button {
	background-color: transparent;
	border: 0;
}

.quick-search div button i {
	vertical-align: -2px;
}

.quick-search a {
	margin: 0 10px;
}

.input-table input[name^=duplicate] {
	width: 97px;
}

.paging {
	font-size: 0;
}

.paging {

	display: inline-block;
	margin: 20px 0;
}

.paging li {
	list-style: none;
	display: inline-block;
}

.paging div {

	display: inline-block;
}

.paging a,
.paging i {
	font-size: 14px;
}

.paging i {
	vertical-align: -2px;
	;
}

.paging a {
	min-width: 28px;
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px;
	-moz-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	-webkit-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	border: 1px solid var(--main-theme-color2);
	color: var(--main-theme-color2);
	border-radius: 2px;
	background-color: #fff;

}

.paging .on a {
	background: var(--main-theme-color2);
	color: #fff;
}

.paging .page-disable a {
	opacity: .33;
	cursor: not-allowed;
	pointer-events: none;
}

.calendar-table {
	width: 100%;
}

.calendar-table td {
	text-align: center;
}

.calendar-table td a {
	color: #555;
	display: inline-block;
	font-weight: 600;
	display: block;
	max-width: 100px;
	margin: 0 auto;
	border-radius: 5px;
}

.calendar-table th {
	text-align: center;
	color: #ccc;
	border-top: 1px solid #eee;
	padding: 5px 0;

}

.calendar-table th a {
	color: #333;
	padding: 5px 0;

}

.calendar-table td .another-month {
	opacity: .333;
}

.calendar-table .today a {
	background: #eee;
}

.calendar-table span {
	padding: 5px 0;
	display: block;
	max-width: 100px;
	margin: 0 auto;

}

.calendar-table .marker {
	position: relative;
	display: block;
	max-width: 100px;
	margin: 0 auto;
	/* background-color: rgba(218, 147, 147, 0.2); */
	border-radius: 5px;
}

.calendar-table .marker::after {
	content: "";
	position: absolute;
	right: calc(50% - 13px);
	top: 4px;
	width: 6px;
	height: 6px;
	background-color: red;

	border-radius: 3px;

}

.set-ym {
	display: inline-block;
	font-size: 0;
	padding: 0;
}

.set-ym li,
.set-ym .page-box {
	display: inline-block;

}

.set-ym a {
	font-size: 15px;
	display: inline-block;
}

.set-ym a i {
	vertical-align: -2px;
}

.set-ym li {
	list-style: none;
}

.table-view {
	width: 100%;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-view th,
.table-view td {
	border: 1px solid #ddd;
	padding: 10px 0;
}

.write-box-control {
	display: none;
}


section>.on {
	display: block !important;
}

.btn-list-box button {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 5px;
}

.btn-list-box button i {
	vertical-align: -2px;
}

.btn-list-box .disable {
	opacity: .333;

}

.tel-action {
	width: 100%;
	background-color: var(--main-theme-color2);
	color: #fff;
	font-weight: 800;
	padding: 1em;
	border: 0;
	border-radius: 5px;
	font-size: 20px;
}

.tel-action i {
	font-weight: normal;
	vertical-align: -3px;
	background-color: #fff;
	color: var(--main-theme-color2);
	border-radius: 50%;
	padding: 0.4em;
	margin-left: 5px;
}

.input-table.write textarea {
	max-width: 100%
}

.input-table.write td>.txt-area {
	width: 100%;
}

.duplicate-check {
	width: 100%;
	background: #fff !important;

}

.input-table td>.duplicate-check {

	display: none;
}

.duplicate-check .cursor-text {
	text-align: center;
	margin-right: 10px;
}

.inner-dup {
	padding: 4px 10px;
	margin-top: 10px;
	background-color: #f7f3ff;
	overflow: auto;
	max-height: 188px;
}

.inner-dup .line {
	margin: 5px 0;
}

.duplicate-check .datetime {
	-moz-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	-webkit-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt', 'tnum';
	margin-right: 10px;
}

.inner-dup i {
	vertical-align: -2px;
	color: var(--main-theme-color2);
}

.memo-sw {
	background: #fff;
	margin-bottom: 12px;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	display: none;
}

.dup-inp {
	position: relative;
}

span.dup-cnt {
	position: absolute;
	right: -10px;
	top: 50%;
	background: indianred;
	color: #fff;
	line-height: 100%;
	padding: 5px;
	transform: translate(100%, -50%);
	border-radius: 12px;
	display: block;
	min-width: 24px;
	text-align: center;
	display: none;
}

.direct-sel-inp {
	display: none;
}

.result-memo-area {
	width: 100%;
	border-radius: 5px;
	height: 50vh;
	border: 0;
	background-color: #f5f5f5;
	line-height: 150%;
	padding: 10px;
	outline: none;
}

.inner-pure-txt {
	padding: 7.8px;
	display: block;
	min-width: 210px;
}

.input-table select {
	min-width: 210px;

}

.url-mark {
	color: var(--main-theme-color2);
}

.list-input-table {
	border-bottom: 1px solid #e1e2ea;
}

.list-input-table input,
.list-input-table select {
	width: 120px;
	border: 0;
	outline: none;
	background-color: rgb(0 0 0 / 4%);
	padding: 8px;
	border-radius: 5px;
	max-height: 32px;
}

.url-marker {
	background: #eee;
	color: var(--main-theme-color2);
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 3px;
	margin-right: 4px;
}

.show-v {
	width: 70px;
	display: inline-block;
	text-align: left;
}

.ajax-act-btn {
	color: #eee;
	background: var(--main-theme-color2);
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 3px;
	margin-right: 4px;
	border: 0;
	outline: none;
	line-height: 1em;
	vertical-align: 1px;

}

.label {
	color: #fff;
	background: var(--main-theme-color2);
	font-size: 11px;
	font-weight: 400;
	line-height: 1em;
	padding: 3px 4px;
	vertical-align: 1px;
	border-radius: 3px;
	margin-right: 2px;
	width: 80px;
	text-align: center;
	display: inline-block;
}

.stock-label {
	display: block;
	width: 90px;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	margin: 0 auto 3px;
	padding: 0;
	border-radius: 4px;
	height: 20px;
	position: relative;
}

.stock-label:first-child {
	margin-top: 3px;
}

.stock-label>span {
	display: inline-block;
	border: 1px solid var(--main-theme-color);
	font-size: 12px;
	width: 50%;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 3px 3px 0;
	background-color: #fff;
}

.stock-label .rack-btn {
	color: #fff;
	background-color: var(--main-theme-color);
	right: auto;
	left: 0;
	border-radius: 3px 0 0 3px;
}

.double-line {
	line-height: 1.2em;
}

.file-tr td>div {
	max-width: 300px;
}

.file-tr td>div img {
	width: calc(100% - 10px);
	margin: 5px;
	border-radius: 5px;
	display: block;
}

.file-tr td>hr {
	border: 0;
	background: transparent;
}

.view-link:hover {
	color: #333;
	cursor: pointer;
}

.sub-area .input-table td>div,
.sub-area .input-table td>div input[type=text] {
	width: 100%;
}

.sub-area .input-table th {
	padding-top: 26px;
}

.sub-area .list-table th {
	text-align: left;
}

.sub-area .list-table td input {
	width: 95%;
}

.sub-area .list-table td:last-child input {
	width: 100%;
}

.stock-table td {
	width: 33.333%;
	vertical-align: top;
}

.stock-table td:last-child {
	width: 33.334%;
	text-align: left;
	line-height: 1.3em;
	padding: 14px;
}

.show-num-unit input {
	text-align: right;
}

.show-num-unit .price-unit {
	padding: 10px;
	display: block;
	text-align: right;
}

.sub-area h4 {
	position: relative;
	margin: 50px 0 0;
	border-bottom: 1px solid #e1e2ea;
	padding: 10px;
	color: #333;
}

.sub-area h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: var(--main-theme-color);
	transform: translateY(-50%);
}

.top-h4 {
	margin-top: 0 !important;
}

.search-grid {
	display: grid;
	grid-template-columns: 1fr 50px;
	border: 2px solid var(--main-theme-color)
}

.search-grid input {
	width: 100%;
	border: 0;
	height: 50px;
	padding: 0 20px;
}

.search-grid button {

	border: 0;
	width: 50px;
	height: 50px;
	font-size: 22px;
	background-color: transparent;
	color: var(--main-theme-color2);
}

.search-result {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #e1e2ea;
}

.search-result:hover {
	background: #eee;
}

.result-wrap .search-result:first-child {

	border-top: 1px solid #e1e2ea;
}

.search-result .sub-title {
	color: #333;
	font-weight: 300;
}

.search-result .title {
	color: var(--main-theme-color2);
	font-size: 15px;
	font-weight: 700;
}

.search-result .cont {
	color: #999;
	font-size: 13px;
}

.sch-marker {
	background: yellow;
	color: red;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 35%;
	height: 22px;
}

.ui-datepicker select.ui-datepicker-month {
	margin-left: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	text-align: center;
}

.add-list {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e2ea;
	border-radius: 0 0 8px 8px;
	text-align: center;
	margin-top: 0px;
	border-top: 0;
}

.add-list:hover {
	background-color: #f1f2fa;
}

.add-list i {
	line-height: 50px;
	font-size: 18px;
	vertical-align: -0.2125em;
}

.add-list:hover i {
	color: var(--main-theme-color)
}

.input-list input {
	width: calc(100% - 6px);
}

.add-rack-table td>span {
	display: inline-block;
	height: 40px;
	padding: 11px 0;
}

.sub-area table {
	font-size: 14px;
}

.stock-dist {
	background-color: transparent !important;
	height: 32px;
	position: relative;
	margin-bottom: 5px;
}

.stock-dist:last-child {
	margin-bottom: 0;
}

.stock-dist input {
	width: calc(50% - 13px);
	display: block;
	float: left;
}

.stock-dist input:nth-child(2) {
	margin-left: 26px;
	margin-right: 0;
}

.stock-dist button {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	left: calc(50% - 8px);
	top: 0;
	padding: 0;
	background: #92abbe;
	border: 0;
	border-radius: 4px 4px 0 0;
}

.stock-dist button i {
	color: #fff;
}

.stock-dist .minus-btn {
	top: auto;
	bottom: 0;
	background: #d0a5a8;
	border-radius: 0 0 4px 4px;
}

.stock-dist:first-child .minus-btn {
	pointer-events: none;
	background: #eee;
}

.stock-list td {
	padding: 9px 0;
	vertical-align: middle;
}

.remove-list {
	background-color: rgb(218, 147, 147);
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 8px;
	vertical-align: -9px;
}

.remove-list:hover {
	background-color: rgb(236, 190, 190);
	;
}

.remove-list i {
	color: #fff;
	vertical-align: 1.5px;
}

.stock-inp-body tr:first-child .remove-list {
	pointer-events: none;
	opacity: 0;

}

/*
.stock-inp-body tr:last-child{
	display:none;
}
*/
.item-name-td {
	font-size: 0;
	text-align: left;
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.item-name-td>div {
	text-align: left;
	border-radius: 5px;
	background-color: rgb(0 0 0 / 4%) !important;

}

.item-name-td>div>span {
	display: inline-block;
	width: 70px;
	font-size: 14px;
	background: transparent;
	padding: 4px 0;
	height: 32px;
	color: rgb(0 0 0 / 50%);

}

.item-name-td>div>span:first-child {
	text-align: center;
	padding-right: 0;

	border-radius: 5px 0 0 5px;
}

.item-name-td>div>span:last-child {
	text-align: left;
	padding-left: 0;
	width: 55px;
	margin-left: 15px;

	border-radius: 0 5px 5px 0;
}

.item-name-td>div>input {
	font-size: 14px;
	border-radius: 0;
	max-width: calc(100% - 187px);
	width: 15px;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	margin-lefT: 15px;
}

.rack-list {
	border: 1px solid #eee;
	width: calc(25% - 12px);
	float: left;
	height: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
}

.rack-list:nth-child(4n) {
	margin-right: 0;
}

.rack-list h5 {
	background: var(--main-theme-color);
	margin: 0;
	padding: 5px 14px;
	font-size: 15px;
	height: 36px;

}

.rack-list h5>span {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: #fff;
	float: right;
}

.rack-list ul {
	height: 214px;
	overflow: auto;
}

.rack-list ul li {
	list-style: none;
	display: grid;
	grid-template-columns: 5fr 1fr 1fr 1fr;
	grid-gap: 5px;
	padding: 7px 10px;
}

.rack-list ul li:hover {
	background-color: rgb(0 0 0 / 5%);
	cursor: pointer;
}

.rack-list ul li input {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

.rack-list ul li .color-gray {
	color: #aaa;
	font-weight: 400;
}

.rack-dist {
	background-color: transparent !important;
}

.stock-complete {
	background-color: #b1b1b1 !important;
	color: #fff;
}

.add-rack-stock {
	padding: 6px 0 !important;
}

.sub-area .tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}

.sub-area .tabs li {
	list-style: none;
	padding: 10px 0;
	border: 1px solid #ccc;
	color: #ccc;
	cursor: pointer;
}

.sub-area .tabs .on {
	background-color: var(--main-theme-color);
	color: #fff;
	border-color: var(--main-theme-color);
}

.infomation {
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #555;
	padding: 10px 15px;
}

.file-name {
	height: 46px;
	display: inline-block;
	line-height: 46px;
}

.file-down-btn {
	height: 36px;
	margin-left: 10px;
	border: 0;
	padding: 0 10px;
	border: 1px solid var(--main-theme-color);
	color: var(--main-theme-color);
	display: inline-block;
	line-height: 36px;
	vertical-align: initial;
	border-radius: 4px;
}

.strong-color {
	background: lightgreen;
}

.mid-icon i {
	color: #ccc;
	font-size: 22px;

}

.datepicker {
	background-color: #f5f5f5 !important;

}

td .avr-cnt {
	width: 200px;
	background-color: #36425a !important;
	display: grid;
	grid-template-columns: 55px 1fr 38px;
	margin: 2px auto;
}
td .avr-cnt .val,
td .avr-cnt .val2{
	display: inline-block;
	width:20px;
	color: rgb(255, 240, 74);
}
td .stk-cnt {
	width: 112px;
	grid-template-columns: 39px 1fr 38px;
}

td .avr-cnt span {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

td .avr-cnt span:nth-child(2) {
	color: rgb(255, 240, 74);
}

td .avr-cnt button {
	font-size: 12px;
	background-color: #fff;
	border: 2px solid #36425a;
	font-weight: bolder;
	color: #36425a;
}

.control-num i{
	color:#36425a ;
	background-color: #fff;
	width:12px;
	height:12px;
	border-radius: 12px;
	margin:0 2px;
	vertical-align: -2px;
}

.fixed_count {
	color: #00000033;
}

td .used-cnt {
	background-color: #863434 !important;
}

td .used-cnt button {
	border: 2px solid #863434;
	color: #863434;
}

.sub-area select {
	background: #f5f5f5;
}

td .list-up {
	grid-template-columns: 64px 1fr 45px;
	background-color: #365a3e !important;

}

td .list-up input {
	background: transparent;
	width: 30px;
	text-align: center;
	border: 0;
	color: rgb(255, 240, 74);
	font-size: 12px;
	font-weight: 700;

}

td .list-up span>i {
	color: #fff;
}

.hover-act tbody tr:hover {
	cursor: pointer;
	background-color: #000a5305;
}

.info-board {
	display: grid;
	grid-template-columns: 88px 88px 88px 88px 88px 88px 88px 88px 88px 1fr 88px 88px 88px 88px 60px;
	grid-gap: 8px;
	;
}

.info-board>div {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	height: 112px;
	display: block;

}

.info-board h5 {
	font-size: 13px;
	text-align: center;
	padding: 4px 0;
	margin: 0;
	background-color: rgb(82, 143, 183);
	color: #fff;
	display: block;
	border-radius: 5px 5px 0 0;
	display: block;
}

.info-board>div>span {
	font-size: 13px;
	text-align: center;
	display: block;
	height: calc(100% - 32px);
	border: 1px solid rgb(82, 143, 183);
	border-radius: 0 0 5px 5px;
	position: relative;
	line-height: 130%;
	width: 100%;
}

.info-board-btn {
	width: 60px;
	height: 112px;
	display: block;
	border-radius: 5px;
	border: 1px solid rgb(82, 143, 183);
	color: rgb(82, 143, 183);
	background-color: #fff;
	cursor: pointer;
}

.info-board-btn i {
	display: block;
	font-size: 22px;
	color: #bbb;
}

.info-board>div>span>div {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 80px;
	overflow: auto;
	padding: 5px;
}

.input-table .readonly {
	background-color: transparent !important;
	background: transparent !important;
}

.radio-item {
	width: auto !important;
	margin-right: 20px;
}

td>.box-select {
	width: 190px;
	background-color: #36425a !important;
	display: grid;
	grid-template-columns: 55px 1fr 38px 38px;
	margin: 2px auto;
}

.plus-box {
	border: 0;
	background-color: transparent;
	background: transparent;
	color: var(--main-theme-color);
	font-size: 18px;
	cursor: pointer;
}

.minus-box i {

	color: rgb(206, 118, 141) !important;

}

.inp-num {
	width: 95%;
	text-align: center;
}

.width-full {
	width: 100%;
}

.add-btn-sub {
	text-align: center;
	border: 1px solid var(--main-theme-color);
	padding: 10px 0;
	border-radius: 5px;
	margin-top: 10px;
}

.tb-list tr:first-child td .minus-btn {
	pointer-events: none;
	opacity: .25;
}

.box-show {
	display: grid;
	grid-template-columns: 1fr 1fr 40px 28px;
	margin: 2px auto;
	background-color: #cea04a;
	width: 116px;
}

.box-show-end {
	background-color: #9c9c9c;
}

.box-show>div {

	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.box-show>div:nth-child(2) {
	color: #000;
}

.box-show>button {
	font-size: 12px;
	background-color: #fff;
	border: 2px solid #cea04a;
	font-weight: bolder;
	color: #36425a;
}

.box-show-end>button {
	border: 2px solid #9c9c9c;
}

.rack-show {
	display: grid;
	grid-template-columns: 1fr 40px 28px;
	margin: 2px auto;
	background-color: #999999 !important;
	width: 116px;
}

.rack-show>div {

	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.rack-show>button {
	font-size: 12px;
	background-color: #fff;
	border: 2px solid #999999;
	font-weight: bolder;
	color: #36425a;
}

.rack-show>div:nth-child(1) {
	color: #000;
}

.order-link {
	display: grid;
	grid-template-columns: 1fr 38px 68px 24px 24px 24px;
	margin: 2px auto;
	background-color: transparent !important;
	width: 220px;
	height: 24px;
	cursor: pointer;
}

.order-link>span {
	background-color: var(--main-theme-color2);
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	height: 24px;
}

.order-link>span:nth-child(2n) {

	border: 2px solid var(--main-theme-color2);
	background-color: #fff;
	color: #333;
	line-height: 20px;
}

.step_finish {
	border: 1px solid rgb(0 0 0 / 15%);
	color: #fff;
	background-color: crimson;
	font-size: 13px;
	font-weight: 700;
	border-radius: 4px;
}

.order-link>div {
	background: transparent;
	bordeR: 0;
}

.order-link>div:last-child {
	border: 2px solid var(--main-theme-color2);
	background-color: #fff;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}


.already-inp .radio-item input[type=radio]:checked+label::before {
	content: "\eb80";
	font-family: 'remixicon' !important;
	color: rgb(148, 148, 148);
}

.complete_state td {
	background: #0086101a !important;
	color: green;
}

/*
.complete_state:nth-child(2n){
	background:#ff00002b !important;
	
}
*/

.main-calrendar {
	width: 100%;
}

.main-calrendar th {
	text-align: center;
	color: #ccc;
	border-top: 1px solid #eee;
	padding: 5px 0;
	width: calc(100% / 7);
}

.main-calrendar td {
	border-top: 1px solid #eee;
	height: 150px;
	vertical-align: top;
	padding: 5px;

}

.main-calrendar .grayed-out {
	color: #ccc;
}

.holiday {
	display: grid;
	grid-template-columns: 24px 1fr;
}

.holiday>div:last-child {
	text-align-last: left;
}

.holiday>div {
	color: crimson;
}

.marking-date {

	margin: 3px 0;
	padding: 0 5px;
	border-radius: 5px;
	display: block;
}

.marking-date>span {
	font-size: 12px;
	line-height: 1em;
	margin-right: 5px;
}

.marking-date>.cate {
	background: #00000033;
	color: #fff;
	font-size: 11px;
	padding: 1px 4px;
	border-radius: 3px;
}

.marking-date>.logi-center {
	color: #fff;

}

.item-level {
	background: #aaa;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	line-height: 1em;
	padding: 3px 4px;
	vertical-align: 1px;
	border-radius: 3px;
	margin-right: 2px;
	width: 35px;
	text-align: center;
	display: inline-block;
}

.item-level>span {
	opacity: .75;
}

.level-S {
	background: crimson;
}

.level-A {
	background: rgb(255, 123, 0);
}

.level-B {
	background: rgb(215, 183, 24);
}

.level-C {
	background: rgb(114, 181, 83);
}

.level-D {
	background: rgb(67, 162, 214);
}

.level-E {
	background: rgb(177, 106, 198);
}

.level-F {
	background: #aaa;
}

.search-box-container {
	height: 40px;
	position: relative;
	margin: 20px;
	margin-top: 0;
}

.search-box {
	padding: 0;
	display: grid;
	grid-template-columns: 100px 300px 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: calc(50% - 220px);
}

.search-box>span {
	background: #f698a3;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 10px 0 0 10px;
	;
}

.search-box>input {
	height: 40px;
	border: 2px solid #f698a3;
	border-left: 0;
	border-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 800;
}

.search-box>button {
	background-color: #f698a3;
	color: #fff;
	outline: none;
	border: 0;
	border-radius: 0 10px 10px 0;
}

.fixed-search-box {
	position: fixed;
	right: 0;
	top: 60px;
	width: 100%;
	margin: 0;
	height: 50px;
}

.fixed-search-box {
	width: 100%;
	grid-template-columns: 210px 1fr 50px;
	height: 50px;
}

.fixed-search-box>input {
	height: 50px;
	border-width: 3px;
	font-size: 16px;
}

.fixed-search-box>span {
	border-radius: 0;
	line-height: 50px;
	font-size: 16px;
}

.fixed-search-box>button {
	font-size: 16px;
	border-radius: 0;
}

.mark-line td,
.mark-line a {
	background: rgb(56, 56, 56);
	color: #fff;
}

.mark-line a:hover {

	color: #f9f9f9;
}

.item-detail {
	display: grid;
	grid-template-columns: 66% 34%;
}

.item-detail>div:first-child section {
	margin-right: 0;
}

.item-detail h2 {
	margin: 8px 0 8px;
}

.item-detail h3 {
	margin: 0;
}

.article-list {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 15px;
	padding: 15px 0;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}

.article-list:last-child {
	border: 0;
}

.user-icon {
	background: #8da4d6;
	height: 50px;
	width: 50px;
	border-radius: 31.4%;
	background-size: cover;
	background-position: center center;

}

.article-name {
	font-size: 15px;
	font-weight: 700;
}

.article-name>span {
	color: #aaa;
	font-size: 12px;
	font-weight: 400;
	vertical-align: -1px;
}

.article-name>div {
	display: inline-block;
	font-size: 12px;
	background-color: var(--main-theme-color2);
	color: #fff;
	padding: 3px 5px;
	line-height: 1em;
	border-radius: 4px;
	margin-right: 4px;
	vertical-align: 1px;
}

.article-list .content {
	position: relative;
}

.article-list .write-dt {
	position: absolute;
	right: 0;
	top: 2px;
}

.article-list .content>div:last-child {
	background: #f1f2fa;
	padding: 10px 15px;
	border-radius: 8px;
	margin-top: 5px;
}

.article-list-write {
	border: 0;
}

.article-list-write textarea {
	width: 100%;
	padding: 10px;
	background: #f1f2fa;
	border-radius: 8px;
	border: 0;
	line-height: 1.5em;
}

.article-list-write .radio-area {
	position: relative;
}

.article-list-write div button {
	border: 0;
	background-color: var(--main-theme-color);
	color: #fff;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 5px;
}

.wr-memo-btn {
	width: calc(100% - 40px);
	background-color: var(--main-theme-color);
	color: #fff;
	border: 0;
	line-height: 1em;
	padding: 1em;
	margin: 20px;
	margin-top: 0;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 6px;
}

.wr-memo-btn i {
	font-weight: lighter;
	vertical-align: -2px;
	color: #333;
}

.article-list>div:first-child {
	text-align: center;
	font-size: 0;
}

.article-list>div>.article-cont {
	border: 1px solid var(--main-theme-color2);
	color: var(--main-theme-color2);
	font-size: 10px;
	background: #fff;
	line-height: 1em;
	padding: 0.4em 0;
	width: calc(50% - 2px);
	text-align: center;
	margin-top: 5px;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
}

.article-list>div>.article-cont:last-child {
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.calendar-sm {
	display: grid;
	grid-template-columns: 300px 1fr;
}

.cal-today {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	font-weight: bolder;
}

.calendar-sm .center {
	position: relative;
}

.item-title-sec h3 {
	margin: 0;
	font-size: 18px;
	position: relative;
}


.calendar-sm .calendar-table .marker::after {
	left: calc(50% - 3px);
	top: 1px;
}

.no-item {
	height: 233px;
	line-height: 233px;
	text-align: center;
}

.has-item {
	display: grid;
	grid-template-columns: 180px 200px 1fr;
	height: 220px;
	grid-gap: 15px;
}

.arrived-item {
	box-shadow: 0 0 0 5px var(--main-theme-color) inset;
	text-align: center;
	overflow: hidden;
}

.input-cnt-dt {
	padding-bottom: 13px
}

.arrived-item .num {
	color: #333;
	font-size: 40px;
	font-weight: bolder;
	line-height: 1em;
	height: 72px;
	line-height: 72px;
}

.arrived-item .dis {
	height: 36px;
	background: var(--main-theme-color);
	color: #fff;
	line-height: 36px;
}

.item-title-sec .item-level {
	font-size: 12px;
	vertical-align: 2px;
	width: 38px;
}

.simple-season {
	display: block;
	width: 80px;
	background-color: var(--main-theme-color2);
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	border-radius: 4px;
	margin: 0 auto;
}

.simple-season span {
	display: inline;
	text-align: center;
	line-height: 16px;
	padding: 0 2px;
	width: 100%;
}

.sm-place {
	color: var(--main-theme-color2);
	background: transparent;
	border: 1px solid var(--main-theme-color2);
	font-weight: 600;
}
.input-opt{
	
	position: relative;
}
.input-opt>div>div {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;

}

.input-opt .input-date {
	border-radius: 5px;
	background-color: #f5f5f5;
	margin: 0;
	outline: none;
	padding: 12px;
	border: 0;
	text-align: center;
	width: 145px;
	height: 40px;
}

.input-opt a {
	height: 40px;
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	border: 1px solid var(--main-theme-color2);
	color: var(--main-theme-color2);
	line-height: 40px;
	border-radius: 5px;
}

.memo-badge {
	background: crimson;
	color: #fff;
	font-weight: bolder;
	padding: 1px 5px;
	border-radius: 9px;
	font-size: 13px;
}

.detail-icons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	text-align: center;
	padding: 0 10px;
}

.detail-icons img {
	max-width: 100%;
	min-width: 50px;
	width: 200px;
	display: block;
	margin: 0 auto 10px;
	padding: 5px 15px 0 15px;
}

.detail-icons>a {
	font-size: 14px;
	font-weight: 700;
	padding-top: 30px;
	cursor: pointer;
}

.order-no-str {
	width: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.barcode-re-search {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: grid;
	grid-template-columns: 35px 1fr;
	height: 50px;
	background: crimson;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 5px 5px 15px 0 #570c1a73;
}

.barcode-re-search>div {
	line-height: 50px;
	text-align: right;
}

.barcode-re-search>div:last-child {
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;

}

.input-memo {
	width: 200px;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.input-memo i {
	color: #aaa;
}

.barcode-label-print-btn {
	position: absolute;
	right: 35px;
	top: 13px;
	background: #333;
	color: #fff;
	z-index: 1;
	width: 24px;
	height:24px;
	text-align: center;
	font-size:18px;
	line-height:24px;
	border-radius: 4px;
}

.barcode-label-print-btn2 {
	right: 62px;
}
.sub-area .off,
.item-title-sec .off{
	opacity: .2;
}

.item-title-sec h3 .barcode-label-print-btn {
	font-size: 14px;
	font-weight: 400;

	right: -3px;
	top: -3px;

}

.item-title-sec h3 .barcode-label-print-btn2 {
	right: 27px;
}

.search-form {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 12px;
	border-radius: 8px;
}

.search-form i {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	vertical-align: bottom;
	padding: 0 2px;
}

.search-form .ri-search-2-line {
	font-weight: bolder;
	vertical-align: -2.5px;
}

.search-form input {
	border: 0;
	width: 220px;
	height: 25px;
}

.search-form a {
	font-size: 12px;
	color: #999;
}

.detail-search {
	position: relative;
	display: none;
}

.detail-search .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-size: 28px;
}

.detail-search h3 {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0.1em 0 .8em 0;
	margin-bottom: .8em;
}

.detail-search .detail-search-box {
	display: grid;
	grid-template-columns: 120px 1fr 120px 1fr 120px 1fr;
	margin-bottom: 10px;
}

.detail-search .detail-search-box .f-name {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
}

.detail-search .detail-search-box input[type=text],
.detail-search .detail-search-box input[type=number] {
	background: #f5f5f5;
	border-radius: 5px;
	border: 0;
	padding: 0;
	outline: none;
	padding: 12px;
	width: 80%;
}

.detail-search .detail-search-box .input-term input {
	width: 35%
}

.detail-search .reset {
	border: 1px solid var(--main-theme-color);
	color: var(--main-theme-color);
	background: #fff;
}

.sort-icon {
	display: inline-block;
	width: 14px;
	font-size: 10px;
	line-height: 1em;
	margin-left: -2px;
}

.sort-icon a {
	width: 9px;
	height: 7px;
	display: block;
	overflow: hidden;
}

.show-item-state {
	display: block;
	width: 56px;
	background-color: #c4c4c4;
	font-size: 11px;
	color: #111;
	font-weight: 400;
	border-radius: 4px;
	margin: 0 auto;
}

.item-state-01 {
	background-color: #a3e6bd;

}

.item-state-02 {
	background-color: #ffc482;
}

.label-show a {
	display: inline-block;
	border: 0;
	background: #2a3344;
	font-size: 18px;
	color: #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 0;
	line-height: 24px;
	border-radius: 4px;
}

.label-show .off {
	opacity: .2;
}

.my-page .input-table td>div {
	display: inline-block;
}

.my-page .profile-img {
	max-width: 120px;
	display: block;
	border-radius: 31.4%;
}

.brand .list-table .list-input {
	display: inline-block;
	width: 90%
}

.del-grid-wrap {
	position: relative;
	width: 200px;
	margin: 0 auto;
}

.del-grid-wrap>a {
	display: none;
	position: absolute;
	right: -20px;
	top: 0;
	color: crimson;
	width:20px;
}
.num-control {
	display: grid;
	grid-template-columns: 30px 1fr 30px;
	width:80%;
	margin:0 auto;
}
.num-control button{
	height:40px;
	margin:15px 0;
	font-size:18px;
	background:transparent;
	border:0;
	padding:0;
}
.num-control button:first-child{
	color:#ce768d;
}
.num-control button:last-child{
	color:#5dcab9;
}
.num-control input{
	height:40px;
	width:100%;
}
.num-control input[type="number"]::-webkit-outer-spin-button,
.num-control input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shipment-btn{
	position: absolute;
	top: 15px;
	right: 15px;
}
.shipment-tr input{
	border:1px solid rgb(0 0 0 / 15%);
	width:140px;
	display: block;
	padding:7px;
	border-radius: 5px;
	background-color: #fff;
	margin:5px auto;
}
.shipment-tr td{
	border-bottom:1px solid #e1e2ea;
}
.second-chk div{
	position: relative;
	width:140px;
	margin:0 auto;
}
.second-chk div:after{
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	background: #f6655f;
	right:8px;
	top:50%;
	border-radius: 50%;
	transform: translateY(-50%);
}
.second-chk div:first-child:after{
	background: #1c77ca;
}
.trans-box{
	margin:20px;
}
.trans-box a {
	background:#fff;
	border:1px solid var(--main-theme-color2);
	padding:10px 20px;
	border-radius: 5px;
	color:var(--main-theme-color2);
}
.trans-box a.on{
	color:#fff;
	background-color: var(--main-theme-color);
}
.submit-group,
.board-button{
	text-align: right;
}
.board-button a,
.submit-group button{
	background:#fff;
	border:1px solid var(--main-theme-color2);
	padding:10px 12px;
	border-radius: 5px;
	color:var(--main-theme-color2);
	display: inline-block;
	min-width:120px;
	text-align: center;
	margin-top:10px;
	line-height: 1em;
}
.shipment-center td{
	text-align: center;
}
.shipment-center input[type=text]{
	padding:12px;
	background-color: rgb(0 0 0 / 5%);
	border-radius: 5px;
	border:0;
	margin: 8px 0px;
	width:calc(100% - 10px);
}
.main-rayout{
	display: grid;
	grid-template-columns: 1fr 450px;
}
.main-rayout div:first-child section{
	margin-right:0;
}
.main-rayout h4{
	margin:3px 0 6px;
	font-size:15px;
}
.main-rayout h4>small{
	font-weight:200;
	font-style: italic;
	color:#bbb;
	margin-left:0.5em;
}

.notice-list{
	display: grid;
	grid-template-columns: 1fr 80px;
	padding:4px 0;
	margin:4px 0;
	border-bottom:1px solid #eee;
}
.notice-list > div:last-child{
	text-align: right;
	color:#aaa;
	font-size:13px;
	font-weight: 200;
}
.notice-list > div:first-child span{
	background:#eee;
	color:var(--main-theme-color2);
	font-size:12px;
	padding:2px 6px;
	border-radius: 4px;
	margin-right:5px;
}
.grid-4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.top5 > section > div{
	
	display: grid;
	grid-template-columns: 20px 1fr 50px;
}
.top5 > section > div > div:last-child{
	text-align: right;
	color:var(--main-theme-color);
}
.top5 > section > div > div:first-child{
	color:var(--main-theme-color);
}

.excel-btn-list a{
	display: inline-block;
	border:1px solid green;
	color:green;
	font-size:13px;
	padding:6px;
	line-height: 100%;
	border-radius: 4px;
}
.excel-btn-list a::before{
	font-family: remixicon!important;
    font-style: normal;
	content: "\ecdd";
	vertical-align: -3px;
	font-size:16px;
}
.excel-btn-list a:hover{
	background-color: #cdf8cc;
}

.disable_box{
	opacity: .25;
	pointer-events: none;
}

.order-list-cont button{
	display: inline-block;
    margin: 30px 0 15px 0;
	height: 48px;
    border-radius: 8px;
	border: 0;
    color: var(--main-theme-color2);
	border:1px solid var(--main-theme-color2);
    font-weight: 700;
	background-color: #fff;
	width:120px;
}
.order-list-cont{
	position: absolute;
	left:0;
	top:0;
}

.no-line-style tbody tr:nth-child(2n){
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.state-step{
	border: top 1px solid transparent;
	border-bottom:1px solid transparent;
}
.state-step01 td{
	background-color: rgb(150 0 0 / 15%);
	border-bottom:1px solid rgba(255, 0, 0, 0.5);
}

.state-step02 td{
	background-color: rgb(0 150 0 / 15%);
	border-bottom:1px solid rgb(0 150 0 / 50%);
}

.state-step03 td{
	background-color: rgba(255, 206, 29, 0.25);
	border-bottom:1px solid rgba(155, 121, 0, 0.5);
}
.state-step04 td{
	background-color: rgba(0, 0, 0, 0.15);
	border-bottom:1px solid rgba(0, 0, 0, 0.5);
}

.state-step01-01 td{
	background-color: rgb(0 0 150 / 15%);
	border-bottom:1px solid rgb(0 0 150 / 50%);
}
.state-step01-02 td{
	background-color: rgba(255, 102, 0, 0.15);
	border-bottom:1px solid rgba(211, 84, 0, 0.5);
}

.item-img {
    width: 32px;
    height: 32px;
    background: #e9e9e9;
    border-radius: 31.4%;
	background-position: center center;
	background-size: cover;
}

.img-preview{
	height:400px;
	background-color: #f1f2fa;
	text-align:center
}
.img-preview img{
	height:400px;
	width:auto;
}