@charset "utf-8";
@import url("fonts.css");
@import url("bootstrap-icons.css");
@import url("SpoqaHanSansNeo.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

div::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 1em;
	height: 1em;
	background-color: #fff;
}

div::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

div::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: #ddd;
	outline: 0px solid slategrey;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Spoqa Han Sans Neo', 'Malgun Gothic', '맑은 고딕', Helvetica, Arial, sans-serif !important;
	background-color: #edf0f5;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #333333;
}

img {
	border: 0;
	vertical-align: middle;
}

.img-responsive {
	margin: 0 auto;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a.link span {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px solid #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -1px;
}

h2,
.h2 {
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3,
.h3 {
	font-size: 23px;
}

h3.subtitle {
	margin-bottom: 20px;
}

h4,
.h4 {
	font-size: 19px;
	font-weight: 700;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Text */
.point,
a.point:link,
a.point:hover,
a.point:visited,
a.point:active {
	color: #2e71c2;
}

.orange,
a.orange:link,
a.orange:hover,
a.orange:visited,
a.orange:active {
	color: #ff6600;
}

.red,
a.red:link,
a.red:hover,
a.red:visited,
a.red:active {
	color: #f62459;
}

.blue,
a.blue:link,
a.blue:hover,
a.blue:visited,
a.blue:active {
	color: #2e71c2;
}

.green,
a.green:link,
a.green:hover,
a.green:visited,
a.green:active {
	color: #097f69;
}

.grey,
a.grey:link,
a.grey:hover,
a.grey:visited,
a.grey:active {
	color: #999999;
}

.brown,
a.brown:link,
a.brown:hover,
a.brown:visited,
a.brown:active {
	color: #a67c52;
}

.white,
a.white:link,
a.white:hover,
a.white:visited,
a.white:active {
	color: #fff !important;
}

.black,
a.black:link,
a.black:hover,
a.black:visited,
a.black:active {
	color: #333 !important;
}

.text-primary {
	color: #d20d5a !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #d20d5a !important;
}

.largenum {
	font-size: 17px;
}

.largetext {
	font-size: 15px;
}

/* Button */
.btn {
	font-size: 13px;
	line-height: 20px;
	height: 35px;
	border-radius: 0;
	padding: 0.4rem 1.2rem;
	font-weight: 700;
	min-width: 100px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 0.4rem 0.7rem;
	font-size: 12px;
	height: auto;
	border-radius: 0;
	font-weight: 700;
	min-width: auto;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 0.1rem 0.2rem;
	font-size: 11px;
	height: auto;
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #d20d5a;
	border-color: #d20d5a;
}

.btn-primary:hover {
	color: #fff;
	background-color: #e11362;
	border-color: #e11362;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
	color: #fff;
}

.btn-outline-primary {
	color: #d20d5a;
	background-color: #fff;
	background-image: none;
	border-color: #d20d5a;
}

.btn-outline-primary:hover {
	color: #d20d5a;
	background-color: #fff;
	border-color: #d20d5a;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #d20d5a;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #d20d5a;
	background-color: #fff;
	border-color: #d20d5a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
	color: #777;
	background-color: #fff;
	border-color: #dbdde2;
}

.btn-secondary:hover {
	color: #555;
	background-color: #fff;
	border-color: #c1c4cb;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #555;
	background-color: #fff;
	border-color: #c1c4cb;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-third {
	color: #fff;
	background-color: #8b99a3;
	border-color: #8b99a3;
}

.btn-third:hover,
.btn-third:focus,
.btn-third:active {
	color: #fff;
	background-color: #aeb5bb;
	border-color: #aeb5bb
}

.btn-fourth {
	color: #d20d5a;
	background-color: #fff;
	border: 1px solid #d20d5a;
}

.btn-fourth:hover {
	color: #e11362;
	background-color: #fff;
	border-color: #e11362;
}

.btn-fourth:focus,
.btn-fourth.focus {
	box-shadow: 0 0 0 0.2rem rgba(210, 13, 90, 0.5);
}

.btn-fourth.disabled,
.btn-fourth:disabled {
	color: #d20d5a;
	background-color: transparent;
	border-color: #d20d5a;
	opacity: 0.65;
	pointer-events: none;
}

.btn-fifth {
	color: #797979;
	background-color: #D1D1D1;
	border-color: #D1D1D1;
}

.btn-fifth:hover,
.btn-fifth:focus,
.btn-fifth:active {
	color: #797979;
	background-color: #D1D1D1;
	border-color: #D1D1D1
}

/* active 상태 (클릭 시) */
.btn-fourth:not(:disabled):not(.disabled):active,
.btn-fourth:not(:disabled):not(.disabled).active,
.show>.btn-fourth.dropdown-toggle {
	color: #e11362;
	background-color: #fff;
	border-color: #e11362;
}

/* active + focus */
.btn-fourth:not(:disabled):not(.disabled):active:focus,
.btn-fourth:not(:disabled):not(.disabled).active:focus,
.show>.btn-fourth.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(210, 13, 90, 0.5);
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 0.65rem 2rem;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	border-radius: 0;
	min-width: 100px;
	height: auto;
}

.btn {
	margin-left: 1px;
	margin-right: 1px;
}

/* Layout */
.gnbwrap {
	height:
		/*＼**/
		50px;
	margin: 0;
	background: #d20d5a url(none) no-repeat top left;
	min-width: 1124px;
}

.gnb {
	margin: 0 auto;
	padding: 7px 15px;
	height:
		/*＼**/
		49px;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.gnb ul.gnb_logo {
	float: left;
}

.gnb ul.gnb_logo li {
	list-style-type: none;
	margin-right: 15px;
	float: left;
	margin-top: 7px;
	line-height: 17px;
}

.gnb ul.gnb_logo li img {
	margin-top: -7px;
	margin-right: 5px;
}

.gnb ul.gnb_logo li strong {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;
	display: inline-block;
	margin-top: 3px;
}

.gnb ul.right {
	position: absolute;
	right: 10px;
	top: 14px;
	margin: 0;
	display: table-cell;
}

.gnb ul.right li {
	position: relative;
	vertical-align: middle;
	list-style-type: none;
	margin-left: 15px;
	padding-right: 15px;
	margin-top: 4px;
	float: left;
	height: 13px;
	border-right: 1px solid #f4b8d1;
}

.gnb ul.right li:last-child {
	border-right: 0px solid #f4b8d1;
}

.gnb ul.right li a {
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 13px;
	letter-spacing: -1px;
	text-decoration: none;
}

.gnb ul.right li a img {
	margin-top: -5px;
}

.gnb ul.right>li>a strong {
	position: absolute;
	right: 7px;
	top: -7px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #fff;
	background-color: #ec3000;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
}

.gnb ul.right li.gnbdropbtn {
	border: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.topnavwrap {
	background-color: #566274;
	margin: 0;
	overflow: auto;
	overflow: hidden;
	min-width: 1024px;
	height: 40px;
}

.topnav {
	margin: 0;
	padding: 0;
}

.topnav li {
	float: left;
}

.topnav li a {
	display: inline-block;
	padding: 12px 25px 10px 25px;
	line-height: 14px;
	color: #ccd5d8;
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	letter-spacing: -1px;
}

.topnav li a img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 3px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-filter: grayscale(1);
}

.topnav li.active a {
	background-color: #d20d5a;
	color: #fff;
}

.topnav li.active a img {
	-webkit-filter: none;
	filter: grayscale(none);
	opacity: 1;
	filter: alpha(opacity=0);
	filter: none !important;
	filter: url('none') !important;
	-webkit-filter: grayscale(0) !important;
}

.fluidwrap {
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	min-width: 1124px;
}

.sidenavwrap {
	order: 1;
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
	background-color: #555;
	line-height: 120%;
	text-align: center;
}

.subwrap {
	order: 2;
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
	background-color: #222;
	transition: width 0.3s ease;
	overflow: hidden;
}

.subwrap.collapsed {
	width: 0;
}

.contentwrap {
	order: 3;
	margin: 0;
	padding-right: 60px;
	width: calc(100vw - 193px);
}

.contentwrap.full {
	width: calc(100vw - 63px);
}

.content {
	padding: 12px 25px 0 20px;
	position: relative;
	min-height: calc(100vh - 83px);
	margin: 0;
}

.footerwrap {
	clear: both;
	width: 100%;
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #777;
}

.sidenav-close {
	position: absolute;
	left: -1px;
	top: 40vh;
	z-index: 1040;
	padding: 17px 7px 17px 2px;
	background-color: #222;
	color: #fff;
	border-radius: 0 12px 12px 0;
}

.sidenav-close:before {
	font-family: 'FontAwesome';
	content: "\f053";
	color: #fff;
}

.sidenav-active:before {
	content: "\f054";
	left: 0;
	color: #fff;
}

ul.sidenav {
	float: left;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	width: 60px;
}

ul.sidenav li {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.sidenav li a,
ul.sidenav li a:link {
	display: block;
	padding: 10px 2px 10px 0px;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: -1px;
	font-weight: 700;
	text-align: center;
	color: #ccc;
	border: 0;
	border-bottom: 1px solid #777;
}

ul.sidenav li a:hover,
ul.sidenav li a:focus {
	background-color: #333;
	color: #ddd;
}

ul.sidenav li.active a {
	background-color: #222;
	color: #fff;
}

ul.sidenav li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-filter: grayscale(1);
}

ul.sidenav li.active a img {
	-webkit-filter: none;
	filter: grayscale(none);
	opacity: 1;
	filter: alpha(opacity=0);
	filter: none !important;
	filter: url('none') !important;
	-webkit-filter: grayscale(0) !important;
}

ul.sidenav li figure {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	text-align: center;
}

ul.sidenav li span {
	padding-top: 5px;
	display: block;
	text-align: center;
}

ul.sidenav-sub {
	display: block;
	margin: 0;
	text-align: center;
	min-width: 128px;
}

ul.sidenav-sub li {
	display: block;
	height: 37px;
	margin: 3px 7px;
}

ul.sidenav-sub li.title {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 24px 15px 30px 15px;
	font-weight: 700;
	letter-spacing: -1px;
	height: 70px;
}

ul.sidenav-sub li a {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	text-align: left;
	display: block;
	padding: 12px 10px 12px 15px;
	font-weight: 400;
	letter-spacing: -1px;
	border-top: 0px solid #777
}

ul.sidenav-sub li.active a::after {
	display: inline-block;
	content: "";
	color: #fff;
	float: right;
	font-size: 11px;
}

ul.sidenav-sub li:last-child a {
	border-bottom: 1px solid #555;
}

ul.sidenav-sub li.active {
	background: #d20d5a url(../img/svg/sidenav-sub-on.svg) no-repeat right 9px;
	border-radius: 50px;
}


/* Page-header */
.page-header {
	margin: 0;
	padding: 5px 0 5px 10px;
}

.page-header h1 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -2px;
}

.breadcrumb {
	text-align: left;
	margin: 7px 0 0 10px;
	line-height: 130%;
	padding: 0;
	list-style: none;
	padding: 5px 0;
	background-color: transparent;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb img {
	margin-bottom: 2px;
}

.breadcrumb>li a,
.breadcrumb>li a:link {
	color: #777;
	cursor: pointer;
	font-size: 12px;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\003e";
}

.breadcrumb>.active {
	font-weight: bold;
}

/* Floating Menu */
#floatbar {
	z-index: 1021;
	display: block;
	position: fixed;
	top: 103px;
	right: 10px;
	text-align: center;
	width: 60px;
	font-size: 13px;
	padding-bottom: 50px;
}

ul.floatmenu {
	display: inline-block;
	width: 57px;
}

ul.floatmenu li {
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.floatmenu li a {
	display: block;
	letter-spacing: -1px;
	line-height: 12px;
	padding: 5px 0px 5px 0;
}

ul.floatmenu li a img {
	border-radius: 13px;
	width: 52px;
	margin: 0;
}

/* Search */
.searchwrap {
	background-color: #f8f9fd;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	padding: 0;
}

.searchwrap .col-form-label {
	width: 110px;
	font-weight: 700;
	padding-left: 20px;
}

.searchwrap .form-row {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9edf2;
	margin-bottom: 0px;
	padding: 7px 10px 7px 10px;
}

.searchwrap .form-group .form-control {
	margin-bottom: 6px;
}

.searchwrap .input-group-addon {
	font-weight: 400;
	font-size: 13px;
	padding-top: 3px;
	color: #333;
}

.searchwrap .middle {
	background-color: #fafafa;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
}

.searchwrap .btn-search {
	width: 100px;
	font-weight: 700;
}

.searchwrap .btn {
	font-weight: 400;
	font-size: 12px;
	min-width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* Form */
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 13px;
	line-height: 150%;
	height: 35px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dbdde2;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-point {
	font-size: 17px;
	font-weight: 700;
	color: #466ec9;
}

form .row {
	margin-bottom: 7px;
}

textarea.form-control {
	height: auto;
}

.input-group .btn-outline-secondary {
	padding: 0.375rem 0.75rem;
	font-size: 13px;
	line-height: 13px;
	height: 35px;
	border: 1px solid #dbdde2;
	margin-left: -1px;
	background-color: #fff !important;
	border-radius: 0;
}

.input-group .btn-outline-secondary:hover {
	color: #333;
	background-color: #fff;
	border-color: #dbdde2;
}

.input-group-text.input-group-space {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	font-size: 13px;
	line-height: 13px;
	height: 35px;
	padding: 0.375rem 0.25rem;
}

.search-form-group {
	text-align: center;
}

.search-form-group .input-group {
	width: 390px;
	margin: 15px auto;
}

.search-form-group .input-group .form-control {
	margin-bottom: 6px;
	padding: 0.75rem 0.95rem;
	font-size: 21px;
	line-height: 21px;
	height: auto;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #dbdde2;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: 0;
}

.search-form-group .input-group .btn-primary {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 0.75rem 1rem 0.75rem 0.75rem;
	font-size: 21px;
	line-height: 25px;
	height: auto;
}

.search-form-group .input-group-text.input-group-space {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	height: 52px;
	border-top: 2px solid #dbdde2;
	border-bottom: 2px solid #dbdde2;
	padding: 0.15rem 0.65rem;
}

select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.searchwrap .custom-select {
	min-width: 150px;
}

.custom-select {
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	font-size: 13px;
	line-height: 13px;
	height: 35px;
	color: #495057;
	background-color: #fff;
	border: 1px solid #dbdde2;
	min-width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.control-min .custom-control {
	min-width: 150px;
	margin-bottom: 3px;
}

.control-min-day .custom-control {
	min-width: 70px;
	margin-bottom: 3px;
}

.custom-control {
	padding-left: 1.7rem;
}

.searchwrap .custom-control {
	margin-top: 4px;
}

.custom-control-label::before {
	position: absolute;
	top: 0rem;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #d9dbdf;
}

.custom-control-label::after {
	position: absolute;
	top: 0rem;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.table .custom-control {
	margin: 2px auto 0 auto;
	display: inline-block;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #d20d5a;
	border: 1px solid #d20d5a;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #d20d5a;
	border: 1px solid #d20d5a;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.required {
	color: #ff0000;
	font-size: 15px;
	font-weight: 700;
	margin-left: 3px;
	line-height: 21px;
	vertical-align: middle;
}

.required:after {
	content: "*";
	margin-top: 3px;
}

/*Toggle*/
.toggle-content {
	clear: both;
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 0;
	display: none;
}

.toggle-content.expanded {
	display: block;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
}

.togglewrap {
	text-align: center;
	position: relative;
	z-index: 9;
	margin: 0 auto 10px auto;
}

.toggle-btn {
	position: absolute;
	bottom: 0px;
	right: 10px;
	display: inline-block;
}

.toggle-btn:before {
	content: "상세검색 ▼";
}

.toggle-btn.active:before {
	content: "접기 ▲";
}

/* statuswrap */
.statuswrap {
	background-color: #fff;
	padding: 20px 20px 0 20px;
	text-align: center;
	border: 1px solid #e2e2e2;
	margin-bottom: 12px;
}

.statuswrap .title {
	margin: -5px -20px 20px -20px;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}

.statuswrap .title h3 {
	margin: 0;
	padding: 0 20px 15px 20px;
	font-weight: 400;
	font-size: 16px;
}

.status-icon {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.status-icon li {
	position: relative;
	float: left;
	margin-left: 1px;
	font-size: 13px;
	text-align: left;
	margin-right: 20px;
}

.status-icon li:last-child {
	margin-right: 0px;
}

.status-icon li figure {
	width: 47px;
	height: 47px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	background-color: #3e4365;
	float: left;
	margin-right: 10px;
}

.status-icon li figure img {
	margin-top: 10px;
}

.status-icon li strong {
	padding: 0 2px 0 0;
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: -1px;
}

.status-icon li small {
	padding: 5px 0 0 13px;
	font-size: 14px;
	line-height: 12px;
	font-weight: 500;
	display: block;
	color: #777;
	letter-spacing: -1px;
}

.status-icon li strong.price {
	font-size: 15px !important;
	line-height: 17px !important;
}

.status-icon li.active figure {
	background-color: #d20d5a;
}

.status-icon.nav-justified {
	width: 100%;
	margin-bottom: 10px;
}

.status-icon.nav-justified li {
	display: table-cell;
	width: 1%;
	float: none;
	text-align: center;
}

.status-icon.nav-justified li figure {
	float: none;
	margin-right: 0px;
	margin-bottom: 3px;
}

.status-icon.nav-justified li small {
	padding: 5px 0 3px 0px;
}

.status-icon.nav-justified li strong {
	font-size: 18px;
	letter-spacing: 0.03em;
	padding: 0
}

/* Box */
.boxwrap {
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	text-align: center;
	border: 1px solid #d3d8e1;
	margin-bottom: 12px;
	overflow: auto;
}

.boxwrap .title {
	margin: 0 -20px 10px -20px;
	border-bottom: 1px solid #d3d8e1;
	text-align: left;
}

.boxwrap .title h3 {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-weight: 400;
	font-size: 17px;
}

.boxwrap.round {
	border-radius: 12px;
	padding: 10px 20px 20px 20px;
}

.boxwrap.round .title {
	margin: 0 -20px 5px -20px;
	border-bottom: 1px solid #d20d5a;
	text-align: left;
}

.boxwrap.round .title h3 {
	margin: 0;
	padding: 0 20px 10px 20px;
	font-weight: 400;
	font-size: 16px;
}

.boxwrap-body {
	overflow-y: auto;
	height: 400px;
}

.boxwrap .form-group {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 15px;
	text-align: left;
}

.boxwrap .form-check {
	padding: 0;
	margin: 0;
	padding-top: 7px;
}

.boxwrap .form-group.noline {
	border-bottom: 0px solid #ddd;
	padding-bottom: 0px;
}

.modal .col-form-label,
.boxwrap .col-form-label {
	text-align: right;
	font-weight: 700;
	padding-right: 30px;
}

.greybox {
	background-color: #f4f4f5;
	padding: 20px 20px 20px 20px;
	text-align: center;
	border: 1px solid #e2e2e2;
	overflow: auto;
}

.option-btn {
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: -5px;
}

.option-control {
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
	text-align: left;
}

.sheight {
	min-height: 250px;
}

.mheight {
	min-height: 500px;
}

.lheight {
	min-height: 700px;
}

.theight {
	min-height: calc(100vh - 253px);
}

.fheight {
	min-height: calc(100vh - 153px);
}

/* Table */
.table th,
.table td {
	padding: 0.55rem 0.75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: middle;
	border-bottom: 1px solid #d3d8e1;
	font-size: 13px;
	text-align: center;
}

.table .thead-light th {
	color: #495057;
	background-color: #f8f9fd;
	border-color: #d3d8e1;
}

.table th.thead-light {
	color: #495057;
	background-color: #f8f9fd;
	border-color: #d3d8e1;
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #d20d5a;
	color: #fff;
}

.table-hover .table-primary:hover {
	background-color: #d20d5a;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #d20d5a;
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: #fffff5;
}

.table-hover .table-active:hover {
	background-color: #fffff5;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: #fffff5;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #fcfce6;
}

.table-hover .table-info:hover {
	background-color: #fcfce6;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #fcfce6;
}

.tdline th,
.tdline td {
	border-bottom: 1px solid #999;
}

.table-sum,
.table-sum>th,
.table-sum>td {
	background-color: #edf0f5;
}

.table-hover .table-sum:hover {
	background-color: #f8f9fd;
}

.table-hover .table-sum:hover>td,
.table-hover .table-sum:hover>th {
	background-color: #f8f9fd;
}

.table-sm th,
.table-sm td {
	padding: 0.12rem 0.2rem;
}

.table-sm th.text-left,
.table-sm td.text-left {
	padding-left: 0.4rem;
}

/* 테이블 상단 보더 */
.row-with-border td {
	border-top: 2px solid #D20D5A;
}

/* Pagination */
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: 10px;
	line-height: 1.25;
	color: #777;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
}

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #fff;
	border-color: #dee2e6;
	border-radius: 50px !important;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item.active .page-link {
	z-index: 1;
	color: #d20d5a;
	background-color: #e9ecef;
	border-color: #dee2e6;
	border-radius: 50px;
	font-weight: 700;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

/* 입고관리_검수처리 */
.step-box {
	margin: 70px auto;
	width: 900px;

}

.step-box li {
	border-radius: 0px;
	margin-right: 1%;
	margin-left: 2%;
	width: 30%;
	min-height: 330px;
	float: left;
	background-color: #f1f4f9;
	padding-bottom: 25px;
}

.step-box li figure {
	margin-top: -30px;
	display: inline-block;
	background-color: #8c98ae;
	padding-top: 15px;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	text-align: center;
}

.step-box li:hover figure {
	background-color: #d20d5a;
}

.step-box li figure img {
	width: 42px;
}

.step-box li strong {
	font-size: 20px;
	font-weight: 700;
	display: block;
	padding: 5px;
	letter-spacing: -1px;
}

.step-box li span {
	font-size: 13px;
	font-weight: 400;
	display: block;
	padding: 10px;
	min-height: 70px;
}

.step-box li .btn {
	font-size: 15px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 7px;
}

/* Grid */
.row {
	margin-right: -6px;
	margin-left: -6px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	padding-right: 6px;
	padding-left: 6px;
}

/* Check_box */
.check_box {
	border: 1px solid #d3d8e1;
	border-radius: 12px;
	text-align: left;
	margin-bottom: 15px;
}

.check_box .check_title {
	padding: 10px 20px;
	border-bottom: 1px solid #d3d8e1;
	background-color: #f8f9fd;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.check_box .check_title strong {
	display: inline-block;
	width: 150px;
	font-size: 15px;
}

.check_box .check_text {
	padding: 10px 20px;
	font-size: 13px;
	color: #777;
}

.checkwrap {
	border: 1px solid #d3d8e1;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
}

.checkwrap .title {
	margin: -5px -15px 12px -15px;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}

.checkwrap .title h3 {
	margin: 0;
	padding: 0 20px 10px 20px;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}

.check-icon {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.check-icon li {
	position: relative;
	float: left;
	font-size: 12px;
	width: 90px;
	text-align: center;
}

.check-icon li figure {
	width: 47px;
	height: 47px;
	border-radius: 50px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	background-color: #3e4365;
	color: #fff;
	padding: 0;
	padding-top: 8px;
	margin: 0;
}

.check-icon li small {
	padding: 7px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	display: block;
	color: #777;
	letter-spacing: -1px;
}

.check-icon li figure.check-bg1 {
	background-color: #e82633;
	color: #fff;
}

.check-icon li figure.check-bg2 {
	background-color: #256cb9;
	color: #fff;
}

.check-icon li figure.check-bg3 {
	background-color: #a8aeb3;
	color: #fff;
}

/* Modal */
.close {
	float: right;
	font-size: 2.7rem;
	font-weight: 200;
}

.modal-header .close {
	padding: 1rem 1rem 0 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-content {
	border-radius: 0rem;
}

.modal-title {
	font-size: 23px;
	font-weight: 700;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
	text-align: center;
}

.modal-body .nav-pills .nav-link {
	margin-top: 0px;
	border-radius: 0rem;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 77px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}

.modal-body .nav-pills .nav-link.active,
.modal-body .nav-pills .show>.nav-link {
	color: #d20d5a;
	font-weight: 500;
	background-color: transparent;
	border-bottom: 3px solid #d20d5a;
}

.modal-height {
	min-height: 300px;
	height: calc(100vh - 430px);
	overflow-y: scroll;
}

/* History */
.history {
	overflow: hidden;
}

.history dl {
	display: flex;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	background: url(../img/bg_history.png) no-repeat 25px 0px;
	margin: 0;
}

.history dl dt {
	border-radius: 50px;
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	background-color: #b6c4d3;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: -1px;
	margin-right: 20px;
}

.history dl dt.current {
	background-color: #d20d5a;
}

.history dl dd {
	padding-top: 7px;
	order: 2;
}

.history dl dd strong {
	width: 70px;
	display: inline-block;
	text-align: center;
	border-bottom: 3px solid #777;
	padding-bottom: 5px;
	margin-right: 10px;
}

.dl-horizontal dt {
	float: left;
	width: 80px;
	border-radius: 50px;
	border: 1px solid #b3c1c8;
	padding: 3px 10px;
	overflow: hidden;
	font-size: 0.91em;
	clear: left;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3px;
}

.dl-horizontal dd {
	margin-left: 90px;
	padding-top: 5px;
	margin-bottom: 3px;
	text-align: left;
}

.checkwrap .dl-horizontal {
	margin-bottom: 0;
}

.dl-status {
	clear: both;
}

.dl-status dt {
	float: left;
	padding: 3px 10px;
	overflow: hidden;
	font-size: 13px;
	clear: left;
	height: 25px;
	min-height: 25px;
	text-align: center;
	margin-bottom: 3px;
}

.dl-status dd {
	float: right;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 3px;
	padding: 3px 10px;
}

.dl-status.md dt {
	height: 47px;
	vertical-align: middle;
}

.dl-status.md dt figure {
	float: left;
}

.dl-status.md dt span {
	display: inline-block;
	padding-top: 9px;
}

.dl-status.md dd {
	height: 47px;
	padding-top: 10px;
	vertical-align: middle;
}

/* Graph */
.graph-stats {
	width: calc(25% - 23px);
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	border: 1px solid #efefef;
	padding: 20px 10px 10px 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	margin: 10px 10px 20px 10px;
}

.graph-stats h5 {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.graph-top {
	margin: 0px auto 0 auto;
	display: inline-block;
}

.graph-top .col {
	display: table-cell;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
	height: 170px;
	position: relative;
	font-size: 14px;
	padding: 0;
}

.graph-top .col:nth-child(1) {
	font-weight: 400;
	width: 50px;
	text-align: right;
	font-size: 10px;
	position: relative;
}

.graph-top .col:nth-child(1) .unit1 {
	position: absolute;
	bottom: 0;
	display: block;
	width: 40px;
}

.graph-top .col:nth-child(1) .unit2 {
	position: absolute;
	bottom: 40%;
	display: block;
	width: 40px;
}

.graph-top .col:nth-child(1) .unit3 {
	position: absolute;
	bottom: 80%;
	display: block;
	width: 40px;
}

.graph-top .col:nth-child(2) {
	width: 70px;
	border-bottom: 1px dashed #e4e4e7;
}

.graph-top .col:nth-child(3) {
	width: 70px;
	border-bottom: 1px dashed #e4e4e7;
}

.graph-top .col:nth-child(4) {
	width: 70px;
	border-bottom: 1px dashed #e4e4e7;
}

.graph-top .col:nth-child(5) {
	width: 70px;
	border-bottom: 1px dashed #e4e4e7;
}

.graph-top .col:nth-child(1) strong {
	position: absolute;
	bottom: 20px;
	right: 10px;
	letter-spacing: -1px;
}

.graph-top .chart1 {
	width: 50px;
	height: 138px;
	position: absolute;
	bottom: 0px;
	left: 30px;
	text-align: center;
}

.graph-top .chart1 span {
	max-height: 138px;
	display: block;
	width: 15px;
	border-radius: 15px 15px 0 0;
	background: #0488e7;
	position: absolute;
	bottom: 0px;
	right: 32px;
}

.graph-top .chart1 strong {
	font-size: 11px;
	display: block;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
}

.graph-top .chart1 strong.price {
	word-break: keep-all;
	word-wrap: normal;
}

.graph-top .chart1.bgred span {
	background: #ff495e;
}

.graph-top .chart1.bggreen span {
	background: #94cb6f;
}

.graph-top .chart1.bgblue span {
	background: #5cb9d8;
}

.graph-middle {
	margin: 0;
	padding: 5px;
	margin: 0px auto 0 auto;
	display: inline-block;
}

.graph-middle .col {
	display: table-cell;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
	text-align: center;
	height: 30px;
	font-size: 11px;
	font-weight: 400;
}

.graph-middle .col:nth-child(1) {
	width: 50px;
	text-align: center;
}

.graph-middle .col:nth-child(2) {
	width: 70px;
}

.graph-middle .col:nth-child(3) {
	width: 70px;
}

.graph-middle .col:nth-child(4) {
	width: 70px;
}

.graph-middle .col:nth-child(5) {
	width: 70px;
}

/* Process */
ul.process {
	margin: 0 3px 15px 7px;
	padding: 0;
	display: table;
	width: 100%;
}

ul.process li {
	position: relative;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	width: 1%;
	float: none;
	text-align: center;
	vertical-align: middle;
	list-style: none;
}

ul.process li a {
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 10px 0;
	font-size: 15px !important;
	background-color: #838ea0;
	margin-right: 13px;
}

ul.process li a:after {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	border-top: 20px solid transparent;
	border-left: 13px solid #838ea0;
	border-bottom: 20px solid transparent;
	content: '';
}

ul.process li a span:after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	border-top: 20px solid #838ea0;
	border-left: 13px solid #edf0f5;
	border-bottom: 20px solid #838ea0;
	content: '';
}

ul.process li.active a {
	color: #fff;
	background-color: #d20d5a;
}

ul.process li.active a:after {
	border-top: 20px solid transparent;
	border-left: 13px solid #d20d5a;
	border-bottom: 20px solid transparent;
}

ul.process li.active a span:after {
	border-top: 20px solid #d20d5a;
	border-left: 13px solid #edf0f5;
	border-bottom: 20px solid #d20d5a;
}

.process img {
	margin-right: 5px;
	margin-top: -3px;
	margin-bottom: -3px;
}

/* Option */
.optionswrap {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	margin-top: 10px;
}

.options {
	margin: 25px 0;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.options li {
	overflow: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 18.6%;
	display: inline-block;

	margin: 2px 0.5% 7px 0.5%;
	color: #999;
	cursor: pointer;
	position: relative;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.options li:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	border-radius: 0;
	background: #d20d5a url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=) no-repeat center center;
	background-size: 50%;
	opacity: 0;
	z-index: 9;
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);
	-webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275);
	transition: .3s cubic-bezier(.175, .885, .32, 1.275)
}

.options li h6 {
	font-size: 17px;
	font-weight: 500;
	min-height: 40px;
	vertical-align: middle;
	padding: 3px 12px 3px 12px;
}

.options li p {
	text-align: left;
	padding: 3px 12px 3px 12px;
	line-height: 13px;
	font-size: 13px;
	margin: 0;
}

.options-body {
	min-height: 90px;
}

.options .fabric-thumb {
	height: 100px;
}

.options li.active {
	border-color: #d20d5a;
	background: #fff;
}

.options li.active:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275);
	transition: .3s cubic-bezier(.175, .885, .32, 1.275)
}

/* Tab */
.nav-tabs {
	border-bottom: 1px solid #d20d5a;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 120px;
	text-align: center;
	font-size: 17px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border: 1px solid transparent;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #d20d5a;
	font-weight: 700;
	font-size: 17px;
	background-color: #fff;
	border-color: #d20d5a #d20d5a #fff;
}

.nav-pills .nav-link {
	margin-top: 20px;
	border-radius: 0rem;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 120px;
	text-align: center;
	font-size: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #d20d5a;
	font-weight: 500;
	background-color: transparent;
	border-bottom: 3px solid #d20d5a;
}

.tab-content {
	overflow: auto;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fff;
	padding: 0 20px;
}

.form-date {
	width: 100px !important;
}

.input-group .form-control.form-date {
	width: 130px !important;
}

.input-group .form-control.form-date-full {
	width: 100% !important;
	box-sizing: border-box !important;
}

.datepicker-wrapper.full-width {
	width: 100% !important;
}

.icon {
	width: 50px;
	height: 67px;
	background-color: #678ca6;
	vertical-align: middle;
	display: inline-block;
	padding-top: 7px;
	margin-right: 10px;
	text-align: center;
	border-radius: 7px;
}

.icon img {
	width: 32px;
	height: 32px;
}

.icon small {
	display: block;
	color: #fff;
	letter-spacing: -1px;
}

.color0 .icon {
	background-color: #b5bac4;
}

.color0 strong {
	color: #768297;
}

.color1 .icon {
	background-color: #678ca6;
}

.color1 strong {
	color: #678ca6;
}

.color2 .icon {
	background-color: #75c6ce;
}

.color2 strong {
	color: #75c6ce;
}

.color3 .icon {
	background-color: #d08ee4;
}

.color3 strong {
	color: #d08ee4;
}

.color4 .icon {
	background-color: #e4bb2d;
}

.color4 strong {
	color: #e4bb2d;
}

.color5 .icon {
	background-color: #eb9cdd;
}

.color5 strong {
	color: #eb9cdd;
}

.color6 .icon {
	background-color: #F08383;
}

.color6 strong {
	color: #F08383;
}

.color7 .icon {
	background-color: #76CD99;
}

.color7 strong {
	color: #76CD99;
}

.color8 .icon {
	background-color: #75CAD8;
}

.color8 strong {
	color: #75CAD8;
}

.color9 .icon {
	background-color: #CC73F1;
}

.color9 strong {
	color: #CC73F1;
}

.color10 .icon {
	background-color: #FFB74D;
}

.color10 strong {
	color: #FFB74D;
}

.color11 .icon {
	background-color: #117FD3;
}

.color11 strong {
	color: #117FD3;
}

.status-icon.dashboard-icon {
	margin-top: 30.25px;
}

.status-icon.dashboard-icon li figure {
	width: 42px;
	height: 42px;
	border-radius: 0px;
	display: inline-block;
	background-color: #75c6ce;
	padding-top: 4px;
}

.status-icon.dashboard-icon li figure img {
	width: 32px;
	height: 32px;
	margin-top: 0px;
}

.status-icon.dashboard-icon.color5 li figure {
	background-color: #eb9cdd;
}

.status-icon.dashboard-icon.color11 li figure {
	background-color: #117FD3;
}

.status-icon.dashboard-icon li strong {
	color: #333;
}

.status-icon li strong {
	line-height: 27px;
}

.status-icon li small {
	line-height: 27px;
}

/* List */
ul.list {
	margin: 15px 0 0 7px;
	padding: 0;
}

ul.list li {
	background: url(../img/blt01.png) no-repeat 0 13px;
	padding: 5px 0 6px 10px;
	line-height: 130%;
	font-size: 14px;
	text-align: left;
}

ul.list li a {
	display: block;
}

ul.list li .date {
	float: right;
	font-size: 13px;
}

ul.list li a span.badge {
	margin-right: 7px;
}

.badge {
	min-width: 40px;
}

/* 검수 스텝 */
ol.review-step {
	display: inline-block;
	margin: -29px auto 0 auto;
	height: 24px;
}

.review-bg {
	margin-top: 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	height: 2px;
}

ol.review-step li {
	position: relative;
	float: left;
	margin-left: 7px;
	width: 40px;
	height: 24px;
	text-align: center;
	border-radius: 12px;
	padding-top: 5px;
	font-weight: 500;
	font-size: 11px;
	background-color: #e9e9e9;
}

ol.review-step li:first-child {
	margin-left: 0px;
}

ol.review-step li.update {
	color: #fff;
	background-color: #ef73ab;
}

ol.review-step li.reupdate {
	color: #fff;
	background-color: #ed375a;
}

ul.photo-list {
	margin: 0;
	padding: 0;
}

ul.photo-list li {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-bottom: 4px;
	border-radius: 8px;
}

ul.photo-list li.active {
	background-color: #eaf9fc;
}

ul.photo-list li h5 {
	font-size: 1.1em;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 12px;
	line-height: 130%;
	padding-top: 5px;
}

ul.photo-list li span {
	font-size: 1em;
	font-weight: 400;
	color: #999;
	display: block;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul.photo-list li small {
	font-size: 1em;
}

ul.photo-list li figure {
	border-radius: 50%;
	float: left;
	width: 52px;
	height: 52px;
	margin: 7px 7px 7px;
	7px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

ul.photo-list li figure img {
	width: 52px;
}

ul.photo-list-v {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}

ul.photo-list-v li {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	float: left;
	padding-bottom: 4px;
	border-radius: 8px;
}

ul.photo-list-v li.active {
	background-color: #eaf9fc;
}

ul.photo-list-v li figure {
	border-radius: 50%;
	width: 52px;
	height: 52px;
	margin: 7px 7px 10px;
	7px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

ul.photo-list-v li figure img {
	width: 52px;
	border-radius: 10px;
	margin-bottom: 5px;
}

ul.photo-list-v li span {
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	width: 40px;
	height: 24px;
	text-align: center;
	border-radius: 12px;
	padding-top: 5px;
	font-weight: 500;
	font-size: 11px;
	display: block;
	background-color: #e9e9e9;
}

ul.photo-list-v li:first-child {
	margin-left: 0px;
}

ul.photo-list-v li span.update {
	color: #fff;
	background-color: #ef73ab;
}

ul.photo-list-v li span.reupdate {
	color: #fff;
	background-color: #ed375a;
}

.zoom {
	max-height: 300px;
}

.rounded {
	border-radius: 0.55rem !important;
}

.photo-control {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
}

.btn-circle {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	padding-top: 4px;
	font-size: 17px;
}

.modal-body .photo-control {
	padding-top: 0px;
}

.talkwrap {
	background-color: #ffeb00;
	border-radius: 10px;
	padding: 15px;
}

.talkwrap h3 {
	font-size: 17px;
	color: #302f25;
	text-align: center;
}

.talkwrap textarea.form-control {
	line-height: 160%;
	font-size: 15px;
	overflow: hidden;
}

.pdl30 {
	padding-left: 30px;
}


/* sel */
.selwrap {
	text-align: center;
}

.sel {
	display: inline-block;
	margin-top: 5px;
}

.sel li {
	margin: 0 10px;
	float: left;
}

.sel li a {
	display: block;
	border: 2px solid #ccc;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 32px;
	line-height: 42px;
	color: #ccc;
}

.sel li.active a {
	border: 2px solid #2e71c2;
	color: #2e71c2;
}

.check_box .check_subtitle {
	padding: 10px 20px;
	border-bottom: 1px solid #d3d8e1;
	background-color: #fbf0f1;
}

.check_box .check_subtitle strong {
	display: inline-block;
	width: 150px;
	font-size: 15px;
}

h4 {
	margin: 20px 0 10px 0;
}

/* calendar picker */
.input-cal {
	background: #fff url(../img/svg/input_cal.svg) no-repeat right 5px center;
	padding-right: 30px;
}


.datepicker-with-time .react-datepicker-wrapper,
.datepicker-with-seconds .react-datepicker-wrapper {
	position: relative !important;
}

.datepicker-with-time .react-datepicker-wrapper::after,
.datepicker-with-seconds .react-datepicker-wrapper::after {
	content: "";
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 21px;
	background: url(../img/svg/input_cal.svg) no-repeat center;
	background-size: contain;
	pointer-events: none;
}

.status-control {
	width: 150px;
	float: right;
	padding: 0;
	line-height: 140%;
	font-size: 11px;
	color: #777;
}

.status-control a {
	display: inline-block;
	padding: 3px;
	font-size: 17px;
	color: #4893d7;
}

@media (min-width: 992px) {
	.modal-fu {
		width: 90%;
		max-width: 1570px;
	}
}

.dl-horizontal small {
	font-size: 11px;
}

.modal-body .title h3 {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-weight: 400;
	font-size: 16px;
}

/* Login */
.login-wrap {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../img/bg3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.login-wrap ul.gnb_logo {
	margin: 20px auto;
	display: inline-block;
}

.login-wrap ul.gnb_logo li {
	list-style-type: none;
	margin-right: 15px;
	float: left;
	margin-top: 7px;
	line-height: 17px;
}

.login-wrap ul.gnb_logo li img {
	margin-top: -7px;
	margin-right: 5px;
	height: 27px;
}

.login-wrap ul.gnb_logo li strong {
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	line-height: 17px;
	display: inline-block;
	margin-top: 3px;
}

.login-wrap .login-content {
	margin: 0 auto;
	padding-top: 170px;
	text-align: center;
	max-width: 370px;
}

@media (max-width: 575.98px) {
	.login-wrap .login-content {
		max-width: 300px;
	}
}

@media (min-width: 768px) {
	.login-wrap .login-content {
		max-width: 370px;
	}
}

.login-wrap .login-box {
	text-align: left;
	margin: 40px 0;
}

.login-wrap .login-content h4 {
	font-size: 30px;
	padding: 0 0 10px 10px;
	margin: 5px 0 20px 0;
}

.login-wrap .login-footer {
	width: 100%;
	text-align: center;
}

.login-wrap .footer-copy {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	text-align: left;
	line-height: 23px;
	font-size: 13px;
}

.login-wrap .footer-copy a {
	padding: 0 5px;
	color: #fff !important;
}

.login-wrap .clearfix {
	clear: both;
	padding: 5px 0;
	margin: 0;
}

.login-wrap p.check {
	clear: both;
	padding: 7px 10px;
}

.login-wrap .check small {
	font-size: 13px;
}

.login-wrap .control {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
}

.login-wrap .control input {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.login-wrap .control-indicator {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 100%;
	color: #fff;
	padding: 0;
	text-align: center;
	background-color: #fff;
	border: 0px solid #b2b0b0;
	background-position: center center;
	background-repeat: no-repeat;
}

.login-box .control input:checked~.control-indicator {
	color: #fff;
	background-color: #fff;
}

.login-box .control input:active~.control-indicator {
	color: #fff;
	background-color: #fff;
}

.login-box .checkbox .control-indicator {
	border-radius: 4px !important;
}

.login-box .checkbox input:checked~.control-indicator {
	background-image: url(../img/checked-check.png);
}

.login-box .radio .control-indicator {
	border-radius: 50%;
}

.login-box .radio input:checked~.control-indicator {
	background-image: url(../img/checked-radio.png)
}

.login-box .form-control {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 0px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #c9d0d6;
	font-family: 'Malgun Gothic', Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 15px 15px;
	height: 35px;
	border-radius: 6px !important;
	margin-bottom: 10px;
}

.login-box .input-group .btn:focus,
.login-box .input-group:focus,
.login-box .btn-select:focus,
.login-box select.form-control:focus,
.login-box .form-control:focus {
	border-color: #043763;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0);
}

.login-box .form-control[disabled],
.login-box .form-control[readonly],
.login-box fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.login-wrap .form-control.id {
	background: #fff url(../img/ico-id.png) no-repeat top right;
}

.login-wrap .form-control.pw {
	background: #fff url(../img/ico-pw.png) no-repeat top right;
}

.login-wrap .form-control::-moz-placeholder {
	color: #c6c8c8;
	opacity: 1;
	letter-spacing: -1px;
}

.login-wrap .form-control:-ms-input-placeholder {
	color: #c6c8c8;
	letter-spacing: -1px;
}

.login-wrap .form-control::-webkit-input-placeholder {
	color: #c6c8c8;
	letter-spacing: -1px;
}

.login-wrap .btn-login {
	display: inline-block;
	background-color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	font-size: 14px;
	padding: 10px 15px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: -1px;
	border-radius: 6px !important;
	margin-top: -7px;
	color: #fff;
	background-color: #d20d5a;
	border-color: #d20d5a;
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding: 15px 15px;
	height: 45px;
}

.login-wrap .btn-login:hover,
.login-wrap .btn-login:focus,
.login-wrap .btn-login:active {
	color: #fff;
	background-color: #e11362;
	border-color: #e11362;
}

.arrow-right {
	width: 64px;
	height: 64px;
	background: url(../img/svg/arrow_right-on.svg) no-repeat top left;
	display: inline-block;
}

.arrow-right:hover {
	width: 64px;
	height: 64px;
	background: url(../img/svg/arrow_right-hover.svg) no-repeat top left;
	display: inline-block;
}

.arrow-down {
	margin-top: 10px;
	width: 64px;
	height: 64px;
	background: url(../img/svg/arrow_down-on.svg) no-repeat top left;
	display: inline-block;
}

.arrow-down:hover {
	width: 64px;
	height: 64px;
	background: url(../img/svg/arrow_down-hover.svg) no-repeat top left;
	display: inline-block;
}

.cw {
	font-size: 11px;
}

.smsdroptext {
	position: relative;
}

.smsdroptext ul.smsdropdown {
	min-width: 310px;
	visibility: hidden;
	position: absolute;
	top: 0px;
	z-index: 999;
	left: 0;
	transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s;
	transform: translateY(-0em);
	text-align: left;
	padding: 9px 0 0 0;
	display: inline-block;
	border-radius: 6px;
	background-color: #efefef;
	padding: 12px 10px 8px 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	border: 1px solid #ccc;
}

.smsdroptext:hover ul.smsdropdown {
	visibility: visible;
	transition-delay: 0s, 0s, 0.1s;
	transform: translateY(0%);
	z-index: 1;
	z-index: 9999;
}

.smsdroptext ul.smsdropdown li {
	display: block;
	color: #333;
	float: none;
	font-size: 11px;
	margin-left: 0;
	padding: 4px 5px 3px 10px;
	line-height: 150%;
}

.cs-data {
	height: 250px;
	overflow-y: scroll;
}

.datepicker-wrapper {
	width: 130px !important;
}

/* 첨부파일 아이콘 */
.upload-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	cursor: pointer;
}

/* 높이를 35px로 고정
 * input group과 높이를 맞춰야 할 때 적용
 * 사용 예시) <span class="height-placeholder-35"></span>
 */
.height-placeholder-35 {
	height: 35px;
	display: inline-block;
	visibility: hidden;
}

/* 테이블 tr태그 호버 */
.table-hover-primary tbody tr:hover {
	background-color: #d20d5a;
	color: #fff;
}

/* input 태그 readonly 속성 사용 시 색상 변경x */
input.no-gray-readonly[readOnly] {
	background-color: white;
	color: inherit;
	cursor: default;
}

input.no-gray-readonly[readOnly]:focus {
	outline: none;
	box-shadow: none;
	border-color: #dbdde2;
}

.input-with-icon {
	display: flex;
	align-items: center;
}

.input-with-button {
	height: 35px;
	padding: 0 12px;
	margin-right: 6px;
	flex: 1;
}

.icon-wrapper {
	width: 41px;
	height: 35px;
	padding-left: 6px;
	padding-right: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-button {
	width: 35px;
	height: 35px;
	border: 1px solid #dbdde2;
	background-color: #d6e8fb;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.icon-button:focus,
.icon-button:active {
	outline: none;
}

.icon-image {
	width: 24px;
	height: 24px;
	display: block;
}

.input-group .btn {
	z-index: 1;
	position: relative;
}

.input-group .btn:focus {
	z-index: 3;
}

/* spinner */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--overlay-background-color);
	display: block;
	z-index: 9999;
	text-align: center;
	align-content: center;
}

.spinner {
	height: 60px;
	width: 60px;
	display: inline-block;
	animation: spin 1s steps(12, end) infinite;

	i {
		height: 15px;
		width: 6px;
		margin-left: -3px;
		display: block;
		transition: height 1s;
		position: absolute;
		left: 50%;
		transform-origin: center 30px;
		background: #74D6FF;
		box-shadow: 0 0 3px rgba(255, 255, 255, .7);
		border-radius: 3px;
	}
}

.spinner i:nth-child(1) {
	opacity: .08
}

.spinner i:nth-child(2) {
	transform: rotate(30deg);
	opacity: .167
}

.spinner i:nth-child(3) {
	transform: rotate(60deg);
	opacity: .25
}

.spinner i:nth-child(4) {
	transform: rotate(90deg);
	opacity: .75
}

.spinner i:nth-child(5) {
	transform: rotate(120deg);
	opacity: .833
}

.spinner i:nth-child(6) {
	transform: rotate(150deg);
	opacity: 1
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.mg_spin {
	margin: 16px 0px 0px 125px;
}

/* spinner */

.badge-list__container {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	position: relative;
}

.badge-list__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #333;
	padding: 4px 10px;
	font-size: 13px;
	border-radius: 4px;
	white-space: nowrap;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #dbdde2;
}

.badge-list__more {
	cursor: pointer;
	font-weight: bold;
}

.badge-list__popup {
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 120px;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	padding: 8px;
	border-radius: 4px;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

:root {
	--notification-bg: #ffffff;
	--notification-border: rgba(0, 0, 0, 0.15);
}

/* notification */
.notification-box {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(12px);
	right: calc(100% - 80px);
	width: 200px;
	height: 400px;
	background-size: 100% 100%;
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1000;
	border: 1px solid #d3d8e1;
}

.notification-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 30px;
	padding: 5px;
	background-color: #D20D5A;
}

.notification-body {
	flex: 1;
	display: flex;
	flex-direction: column;

	gap: 5px;
	margin: 5px 0;

	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.notification-empty {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 0.9rem;
	padding: 12px;
	text-align: center;
}

.notification-item {
	display: flex;
	align-items: center;
	flex: 0 0 calc((100% - 37px) / 8);
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #dbdde2;
	margin: 0 5px;
}

.notification-icon {
	height: 60%;
	aspect-ratio: 1/1;
	flex-shrink: 0;

	background-color: #e0e0e0;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-left: 8px;
	margin-right: 8px;
}

.notification-icon-bg {
	background-color: #D20D5A;
}

/* 업체관리 */
.notification-icon.company {
	background-color: #678CA6;
}

/* 선박관리 */
.notification-icon.ship {
	background-color: #75CAD8;
}

/* 승선관리 */
.notification-icon.embarkation {
	background-color: #CC73F1;
}

/* 예약관리 */
.notification-icon.reservation {
	background-color: #F5B976;
}

/* 고객센터 */
.notification-icon.cs {
	background-color: #D08EE4;
}

/* 게시글관리 */
.notification-icon.board {
	background-color: #F08383;
}

/* 상품관리 */
.notification-icon.goods {
	background-color: #FFB74D;
}

/* 쿠폰관리 */
.notification-icon.coupon {
	background-color: #FC95E8;
}

/* 회원관리 */
.notification-icon.member {
	background-color: #76CD99;
}

/* 장비관리 */
.notification-icon.device {
	background-color: #4DD0E1;
}

/* 관리권한 */
.notification-icon.manager {
	background-color: #AED581;
}

/* 정산관리 */
.notification-icon.calculate {
	background-color: #E4BB2D;
}

/* 화면관리 */
.notification-icon.screen {
	background-color: #3949AB;
}

.notification-figure {
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notification-icon-img {
	width: 60%;
	height: 60%;
	object-fit: contain;
	display: block;
	margin: 0 !important;
}

.notification-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1;
	height: 100%;
	gap: 1px;
}

.notification-text>* {
	font-size: 0.9rem;
	line-height: 1.3;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.notification-title {
	text-align: left;
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
}

.notification-time {
	margin-left: 7px;
	color: #6B6B6B;
	font-size: 0.6rem;
	font-weight: 400;
}

.notification-message {
	text-align: left;
	margin: 0;
	font-size: 0.6rem;
	font-weight: 400;
}

.notification-message {
	/* title과 message 사이 간격 */
	margin-top: 0px;
}

.notification-close-button {
	pointer-events: none;

	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: 24px;

	background: none;
	border: none;
	font-size: 1.2rem;
	line-height: 1;
	color: #ccc;
}

.notification-close-button:focus {
	outline: none;
	box-shadow: none;
}

.notification-close-button .close-icon-text {
	pointer-events: auto;
	cursor: pointer;
	color: #D20D5A;
	font-size: 14px;
	font-weight: 900;
}

.notification-count {
	color: #425DE4;
}

.mark-all-read-button {
	width: 60px;
	height: 20px;
	border: 1px solid #dbdde2;
	background-color: #ffffff;
	padding: 4px 0px;
	font-size: 0.6rem;
	font-weight: 400;
	color: #333;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}

/* notification */

/* 테이블 높이 커스텀 */
.height-adjustable-table th,
.height-adjustable-table td {
	height: var(--cell-height);
	line-height: var(--cell-height);
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 8px;
}

.height-adjustable-table tbody {
	text-align: center;
}

/* 테이블 높이 커스텀 */

/* X 텍스트 버튼 */
.cross-remove-btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}

.cross-remove-btn:focus,
.cross-remove-btn:active {
	outline: none;
	box-shadow: none;
}

/* 링크 색상 적용 */
.link-blue {
	color: #0D6EFD;
	text-decoration: underline;
}

.link-blue:hover {
	color: #0A58CA;
	text-decoration: underline;
}

/* 배너 관리 css */
.form-group[data-banner-align] .banner-desc {
	transform: translateX(var(--banner-offset, 0px));
}

.form-group[data-banner-align] .image-upload-wrapper>* {
	transform: translateX(var(--banner-offset, 0px));
}

/** 텍스트 말줄임 */
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 0;
}

/** textarea 읽기 전용 */
.custom-readonly-textarea {
	background-color: #fff !important;
	resize: none;
}