/*
	theme 기본
	- Typography
	- Buttons
	- Badges
	- Card
	- Checkbox and Radio
	- Notification
	- Progress
 */


/* Typography */
.text-primary {
	color: #0082d4 !important
}

.text-success {
	color: #0070b9 !important
}

.text-info {
	color: #1f3853 !important
}

.text-warning {
	color: #faa64b !important
}

.text-danger {
	color: #f35958 !important
}

.text-secondary {
	color: #868e96 !important
}

.text-dark {
	color: #111827 !important
}

.text-light {
	color: #9f9f9f !important
}

/* a.text-light:hover, a.text-light:focus {
	color: #868e96 !important;
} */
.text-purple {
	color: #926dde !important
}

.blockquote {
	font-size: 1rem;
	margin-bottom: 1rem;
	padding-left: 1.2rem;
	border-left: 5px solid #eee;
}

.blockquote small {
	display: block;
	font-size: 80%;
	color: #868e96;
}

.blockquote small::before {
	content: "\2014 \00A0";
}

/* divider */
.divider {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	flex: 0 1;
	color: #8b95a5;
	font-size: 11px;
	letter-spacing: .5px;
	margin: 2rem auto;
	width: 100%
}

.divider::before,
.divider::after {
	content: '';
	-webkit-box-flex: 1;
	flex-grow: 1;
	border-top: 1px solid #ebebeb
}

.divider::before {
	margin-right: 16px
}

.divider::after {
	margin-left: 16px
}

.divider a {
	color: #8b95a5
}

/* Buttons */
.btn {
	font-weight: 600;
	font-size: 0.8750rem;
	line-height: 1.4375rem;
	padding: 0.3125rem 1.25rem;
	padding: 0.375rem 1.25rem;
	letter-spacing: -.025em;
	white-space: nowrap;
}

.btn.btn-shadow {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
}

.btn>i {
	margin-left: 0 !important;
}

.btn.btn-lg {
	padding: .6rem 1.1rem;
	font-size: 1.1rem;
}

.btn.btn-sm {
	padding: .1rem .7rem .12rem;
	font-size: .85rem;
	line-height: 2;
}

.btn.btn-xs {
	padding: .06rem .3rem .08rem;
	font-size: .75rem;
	line-height: 1.7;
}

.btn-round {
	border-radius: 10rem;
}

.btn-icon {
	display: inline-block;
	padding: 0;
}

.btn-icon>div {
	display: flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
}

.btn-rounded {
	border-radius: 2em;
	padding: 6px 18px;
}

.btn-outline-default {
	border: 1px solid #e9ecef !important;
	color: #3b3f5c !important;
	background-color: transparent;
	box-shadow: none;
}

.btn-outline-default:hover {
	background-color: #e9ecef;
	box-shadow: none;
}

.btn-primary {
	background-color: #0082d4;
	border-color: #0082d4;
}

.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:active,
.btn-primary:hover {
	background-color: #0082d4 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0082d4;
	border-color: #0082d4;
}

.btn-outline-primary {
	border: 1px solid #1a73e9 !important;
	color: #1a73e9;
	background-color: transparent;
	box-shadow: none;
}

.btn-outline-primary:hover {
	color: #fff;
	background: #1a73e9;
	box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #3454f5;
	border-color: #3454f5;
}

.btn-secondary {
	background-color: #868e96;
	border-color: #868e96;
}

.btn-secondary:focus,
.btn-secondary:focus:active,
.btn-secondary:active,
.btn-secondary:hover {
	background-color: #727b84 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-outline-secondary {
	color: #868e96;
	background-color: transparent;
	background-image: none;
	border: 1px solid #868e96 !important;
}

.btn-outline-secondary:hover {
	background: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-danger {
	color: #fff;
	background-color: #f35958;
	border-color: #f35958;
}

.btn-danger:focus,
.btn-danger:focus:active,
.btn-danger:active,
.btn-danger:hover {
	background-color: #f14d4d !important;
}

.btn-outline-danger {
	color: #f35958;
	background-color: transparent;
	background-image: none;
	border: 1px solid #f35958 !important;
}

.btn-outline-danger:hover {
	background: #f35958;
	box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #f35958;
	border-color: #f35958;
}

.btn-success {
	color: #fff;
	background-color: #0070b9;
	border-color: #0070b9;
}

/*.btn-success:focus,
.btn-success:focus:active,
.btn-success:active,
.btn-success:hover {
	background-color: #099a8c !important;
}*/
.btn-outline-success {
	color: #85BB59;
	background-color: transparent;
	background-image: none;
	border: 1px solid #85BB59 !important;
}

.btn-outline-success:hover {
	background: #85BB59;
	box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #0070b9;
	border-color: #0070b9;
}

.btn-warning {
	color: #fff;
	background-color: #FF8944;
	border-color: #FF8944;
}

.btn-warning:focus,
.btn-warning:focus:active,
.btn-warning:active,
.btn-warning:hover {
	color: #fff !important;
	background-color: #F36F21 !important;
}

.btn-outline-warning {
	color: #FF8944;
	background-color: transparent;
	background-image: none;
	border: 1px solid #FF8944 !important;
}

.btn-outline-warning:hover {
	background: #F36F21;
	box-shadow: none;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #FF8944;
	border-color: #FF8944;
}

.btn-info {
	color: #fff;
	background-color: #1f3853;
	border-color: #1f3853;
}

.btn-info:focus,
.btn-info:focus:active,
.btn-info:active,
.btn-info:hover {
	background-color: #1b3148 !important;
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #1b3148;
	border-color: #1b3148;
}

.btn-outline-info {
	color: #60B8B8;
	background-color: transparent;
	background-image: none;
	border: 1px solid #60B8B8 !important;
}

.btn-outline-info:hover {
	background: #60B8B8;
	box-shadow: none;
}

.btn-light {
	color: #111;
	background-color: #e2e6ea;
	border: 1px solid #dae0e5;
}

.btn-light:focus,
.btn-light:focus:active,
.btn-light:active,
.btn-light:hover {
	color: #343a40;
	background-color: #dae0e5;
	border: 1px solid #cbd0d4;
}

.btn-outline-light {
	color: #111;
	background-color: transparent;
	background-image: none;
	border-color: #cbd0d4;
}

.btn-outline-light:hover {
	color: #fff;
	background: #cbd0d4;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	background-color: #fbfcfd;
	border-color: #b4b9be;
}

.btn-white {
	color: #5e5e5e;
	background-color: #fff;
	border: 1px solid #e5e9ec;
}

.btn-white:focus,
.btn-white:focus:active,
.btn-white:active,
.btn-white:hover {
	color: #5e5e5e;
	background-color: #fbfcfd;
	border: 1px solid #b4b9be;
}

.btn-outline-white {
	color: #5e5e5e;
	background-color: transparent;
	background-image: none;
	border-color: #e5e9ec;
}

.btn-outline-white:hover {
	color: #5e5e5e;
	background: #fbfcfd;
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
	color: #111827;
	background-color: #fbfcfd;
	border-color: #b4b9be;
}

.btn-purple {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.btn-purple:focus,
.btn-purple:focus:active,
.btn-purple:active,
.btn-purple:hover {
	color: #fff;
	background-color: #5c35a2 !important;
}

.btn-outline-purple {
	color: #6f42c1;
	background-color: transparent;
	background-image: none;
	border-color: #6f42c1;
}

.btn-outline-purple:hover {
	color: #fff;
	background: #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.btn-link {
	color: #5e5e5e;
	background-color: transparent;
	border: none;
}

.btn-large {
	padding: 11px 19px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
	background-color: transparent;
}

.btn-group .btn.active {
	background-color: #3454f5;
	color: #fff;
}

.btn-label {
	position: relative;
	padding-left: 52px;
	overflow: hidden
}

.btn-label label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	line-height: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	margin-bottom: 0
}

.btn-label.btn-xs {
	padding-left: 32px
}

.btn-label.btn-xs label {
	width: 24px
}

.btn-label.btn-sm {
	padding-left: 41px
}

.btn-label.btn-sm label {
	width: 29px;
	line-height: 1.4rem;
}

.btn-label.btn-lg {
	padding-left: 64px
}

.btn-label.btn-lg label {
	width: 48px
}

/* badge */
.badge {
	border-radius: 3px;
	font-weight: 400;
	line-height: 1.3;
	font-size: 80%
}

.badge:empty {
	display: inline-block;
	vertical-align: inherit
}

.badge-pill {
	border-radius: 10rem
}

.badge-primary {
	background-color: #0082d4;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	background-color: #0082d4
}

.badge-outline-primary {
	color: #0082d4;
	border: 1px solid #0082d4;
}

.badge-success {
	background-color: #0070b9;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	background-color: #099a8c
}

.badge-outline-success {
	color: #0070b9;
	border: 1px solid #0070b9;
}

.badge-info {
	background-color: #1f3853;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	background-color: #1b3148
}

.badge-outline-info {
	color: #1f3853;
	border: 1px solid #1f3853;
}

.badge-warning {
	color: #fff;
	background-color: #FF8944
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	background-color: #faa652
}

.badge-outline-warning {
	color: #FF8944;
	border: 1px solid #FF8944;
}

.badge-danger {
	background-color: #f35958
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	background-color: #f14d4d
}

.badge-outline-danger {
	color: #f35958;
	border: 1px solid #f35958;
}

.badge-secondary {
	background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #616a78;
	background-color: #727b84
}

.badge-outline-secondary {
	color: #868e96;
	border: 1px solid #868e96;
}

.badge-white {
	background-color: #fff
}

.badge-white[href]:focus,
.badge-white[href]:hover {
	color: #5e5e5e;
	background-color: #fff
}

.badge-outline-white {
	color: #5e5e5e;
	border: 1px solid #e5e9ec;
}

.badge-dark {
	background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	background-color: #3b4552
}

.badge-outline-dark {
	color: #343a40;
	border: 1px solid #343a40;
}

.badge-light {
	background-color: #dae0e5
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	background-color: #cbd0d4
}

.badge-outline-light {
	color: #111;
	border: 1px solid #dae0e5;
}

.badge-purple {
	color: #fff;
	background-color: #6f42c1
}

.badge-purple[href]:focus,
.badge-purple[href]:hover {
	background-color: #5c35a2
}

.badge-outline-purple {
	color: #6f42c1;
	border: 1px solid #6f42c1;
}

.badge-default {
	color: #616a78;
	background-color: #f5f6f7
}

.badge-default[href]:focus,
.badge-default[href]:hover {
	color: #616a78;
	background-color: #edeef0
}

.badge-sm {
	line-height: 1.2;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 75%
}

.badge-lg {
	line-height: 1.5;
	padding: 5px 7px;
	font-size: 95%
}

.badge-xl {
	line-height: 1.7;
	padding: 7px 9px;
	font-size: 100%
}

.badge-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 100%;
	vertical-align: middle
}

.badge-dot.badge-sm {
	width: 6px;
	height: 6px
}

.badge-dot.badge-lg {
	width: 10px;
	height: 10px
}

.badge-dot.badge-xl {
	width: 12px;
	height: 12px
}

.badge-ring {
	position: relative;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 100%;
	vertical-align: middle
}

.badge-ring::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s;
	transition: .3s
}

.badge-ring.badge-sm {
	width: 8px;
	height: 8px
}

.badge-ring.badge-sm::after {
	width: 4px;
	height: 4px
}

.badge-ring.badge-lg {
	width: 12px;
	height: 12px
}

.badge-ring.badge-lg::after {
	width: 8px;
	height: 8px
}

.badge-ring.badge-xl {
	width: 14px;
	height: 14px
}

.badge-ring.badge-xl::after {
	width: 10px;
	height: 10px
}

.badge-ring.fill::after {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.badge-bold {
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px
}

/* Card */
.card {
	/* border:0;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.03);
	box-shadow:0 2px 3px rgba(0,0,0,0.03);
	margin-bottom:30px;*/
	border-radius: 0px;
	-webkit-transition: .5s;
	transition: .5s
}

.card>.table-responsive .table,
.card>.table {
	margin-bottom: 0
}

.card>.table-responsive .table tr td:first-child,
.card>.table-responsive .table tr th:first-child,
.card>.table tr td:first-child,
.card>.table tr th:first-child {
	padding-left: 20px
}

.card>.table-responsive .table tr td:last-child,
.card>.table-responsive .table tr th:last-child,
.card>.table tr td:last-child,
.card>.table tr th:last-child {
	padding-right: 20px
}

.card .card-hover-show {
	opacity: 0;
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.card:hover .card-hover-show {
	opacity: 1
}

.card>.alert,
.card-content>.alert {
	border-radius: 0;
	margin-bottom: 0
}

.card>.callout,
.card-content>.callout {
	margin-bottom: 0
}

.card>.nav-tabs,
.card-content>.nav-tabs {
	margin-bottom: 0
}

/* .card-title {
	font-family:Roboto,sans-serif;
	font-weight:300;
	line-height:1.5;
	margin-bottom:0;
	padding:15px 20px;
	border-bottom:1px solid rgba(77,82,89,0.07)
} */
.card-title a {
	color: #313944
}

.card-title strong,
.card-title b {
	font-weight: 400
}

.h6.card-title,
h6.card-title {
	font-size: 13.5px
}

.h5.card-title,
h5.card-title {
	font-size: 15px
}

.h4.card-title,
h4.card-title {
	font-size: 17px
}

.h3.card-title,
h3.card-title {
	font-size: 19px
}

.h2.card-title,
h2.card-title {
	font-size: 22px
}

.h1.card-title,
h1.card-title {
	font-size: 26px
}

.card-title-bold {
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500
}

.card-header {
	/* display:-webkit-box;
	display:flex; */
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	/* padding:15px 20px;
	background-color:transparent;
	border-bottom:1px solid rgba(77,82,89,0.07)*/
}

.card-header::after {
	display: none
}

.card-header>* {
	margin-left: 8px;
	margin-right: 8px
}

.card-header>*:first-child {
	margin-left: 0
}

.card-header>*:last-child {
	margin-right: 0
}

@media (max-width:767px) {
	.card-header>* {
		margin-left: 4px;
		margin-right: 4px
	}

	.card-header>*:first-child {
		margin-left: 0
	}

	.card-header>*:last-child {
		margin-right: 0
	}
}

.card-header.card-header-sm {
	padding-top: 8px;
	padding-bottom: 4px
}

.card-header.card-header-sm .card-title {
	font-size: 0.9375rem
}

.card-header .card-title {
	padding: 0;
	border: none
}

.card-header progress,
.card-header input {
	margin-bottom: 0
}

.card-header .pagination {
	margin-top: 0;
	margin-bottom: 0
}

.card-header-actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: -4px
}

.card-header-actions>* {
	margin: 4px
}

@media (max-width:767px) {
	.card-header-actions {
		margin: -2px
	}

	.card-header-actions>* {
		margin: 2px
	}
}

.card-footer {
	background-color: #fcfdfe;
	border-top: 1px solid rgba(77, 82, 89, 0.07);
	color: #8b95a5;
	padding: 10px 20px
}

.card-footer>*:last-child {
	margin-bottom: 0
}

.card-controls {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.card-controls>li>a {
	font-family: themify;
	font-size: 12px;
	display: inline-block;
	padding: 0 4px;
	margin: 0 4px;
	color: #8b95a5;
	opacity: .8;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear
}

.card-controls>li>a:hover {
	color: #33cabb
}

.card-controls>li:first-child>a {
	margin-right: 0
}

.card-controls .dropdown.show>a {
	color: #33cabb
}

.card-controls [data-toggle="dropdown"],
.card-controls .card-btn-reload {
	font-size: 14px
}

.card-btn-close::before {
	content: "\e646"
}

.card-btn-slide::before {
	content: "\e648"
}

.card-btn-maximize::before {
	content: "\e6e8"
}

.card-btn-fullscreen::before {
	content: "\e659"
}

.card-btn-prev::before {
	content: "\e64a"
}

.card-btn-next::before {
	content: "\e649"
}

.card-carousel .card-footer .carousel-indicators-outside {
	padding: 6px 0
}

.card-body>*:last-child {
	margin-bottom: 0
}

.card-img,
.card-img-top,
.card-img-bottom {
	border-radius: 0
}

.card-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.card-loading.reveal {
	opacity: 1;
	z-index: 99999
}

.card-inverse {
	color: #fff !important;
	background-color: #465161
}

.card-inverse h1,
.card-inverse h2,
.card-inverse h3,
.card-inverse h4,
.card-inverse h5,
.card-inverse h6,
.card-inverse .card-title,
.card-inverse small,
.card-inverse .card-controls li>a {
	color: #fff !important
}

.card-inverse .card-title small {
	opacity: 0.8
}

.card-inverse .card-btn-more::before,
.card-inverse .card-btn-more::after {
	border-color: #fff
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-action {
	border-color: rgba(255, 255, 255, 0.15)
}

.card-primary {
	background-color: #0082d4
}

.card-primary.card-bordered {
	border-color: #0082d4
}

.card-secondary {
	background-color: #868e96
}

.card-secondary.card-bordered {
	border-color: #868e96
}

.card-success {
	background-color: #0070b9
}

.card-success.card-bordered {
	border-color: #0070b9
}

.card-info {
	background-color: #48b0f7
}

.card-info.card-bordered {
	border-color: #48b0f7
}

.card-warning {
	background-color: #faa64b
}

.card-warning.card-bordered {
	border-color: #faa64b
}

.card-danger {
	background-color: #f35958
}

.card-danger.card-bordered {
	border-color: #f35958
}

.card-light {
	background-color: #9f9f9f
}

.card-light.card-bordered {
	border-color: #9f9f9f
}

.card-purple {
	background-color: #926dde
}

.card-purple.card-bordered {
	border-color: #926dde
}

.card-dark {
	background-color: #465161
}

.card-dark.card-bordered {
	border-color: #465161
}

.card-outline-primary {
	background-color: #fff;
	border: 1px solid #0082d4
}

.card-outline-secondary {
	background-color: #fff;
	border: 1px solid #868e96
}

.card-outline-success {
	background-color: #fff;
	border: 1px solid #0070b9
}

.card-outline-info {
	background-color: #fff;
	border: 1px solid #48b0f7
}

.card-outline-warning {
	background-color: #fff;
	border: 1px solid #faa64b
}

.card-outline-danger {
	background-color: #fff;
	border: 1px solid #f35958
}

.card-outline-purple {
	background-color: #fff;
	border: 1px solid #926dde
}

.card-outline-dark {
	background-color: #fff;
	border: 1px solid #465161
}

.card-bordered {
	border: 1px solid #ebebeb
}

.card-shadowed {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07)
}

.card-hover-shadow:hover {
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.07)
}

.card-transparent {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent
}

.card-round {
	border-radius: 4px
}

.card-maximize {
	position: fixed;
	top: 64px;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	z-index: 900;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease
}

.card-maximize .card-btn-maximize {
	color: #33cabb
}

.card-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	z-index: 998
}

.card-fullscreen .card-btn-fullscreen {
	color: #33cabb
}

.card-slided-up .card-content {
	display: none
}

.card-slided-up .card-btn-slide::before {
	content: "\e64b"
}

.card-columns {
	margin-bottom: 30px
}

@media (min-width:0) {
	.card-group .card+.card {
		border-left: 1px solid rgba(77, 82, 89, 0.07)
	}
}

/* Checkbox and Radio */
.custom-checkbox,
.custom-radio,
.custom-control-label {
	cursor: pointer
}

label.custom-control-label {
	margin-bottom: 16px
}

.custom-control-label::before {
	background-color: #dee2e6;
	border: none
}

.custom-checkbox.rounded-chk .custom-control-label::before {
	border-radius: 50%
}

.custom-checkbox.checkbox-square .custom-control-label::before,
.custom-radio.radio-square .custom-control-label::before {
	border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	content: '';
	position: absolute;
	top: 6px;
	left: -18px;
	border: solid #fff;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg);
	background-image: none;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,
		-webkit-transform .3s;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	content: '';
	position: absolute;
	top: 8px;
	left: -20px;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,
		-webkit-transform .3s;
}

.custom-checkbox.checkbox-default .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-default .custom-control-input:checked~.custom-control-label::before {
	background-color: #a2a3a3;
	border: none
}

.custom-checkbox.checkbox-primary .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-primary .custom-control-input:checked~.custom-control-label::before {
	background-color: #0082d4;
	border: none
}

.custom-checkbox.checkbox-success .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-success .custom-control-input:checked~.custom-control-label::before {
	background-color: #0070b9;
	border: none
}

.custom-checkbox.checkbox-info .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-info .custom-control-input:checked~.custom-control-label::before {
	background-color: #1f3853;
	border: none
}

.custom-checkbox.checkbox-warning .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-warning .custom-control-input:checked~.custom-control-label::before {
	background-color: #FF8944;
	border: none
}

.custom-checkbox.checkbox-danger .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-danger .custom-control-input:checked~.custom-control-label::before {
	background-color: #f35958;
	border: none
}

.custom-checkbox.checkbox-secondary .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-secondary .custom-control-input:checked~.custom-control-label::before {
	background-color: #868e96;
	border: none
}

.custom-checkbox.checkbox-dark .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-dark .custom-control-input:checked~.custom-control-label::before {
	background-color: #343a40;
	border: none
}

.custom-checkbox.checkbox-light .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-light .custom-control-input:checked~.custom-control-label::before {
	background-color: #e2e6ea;
	border: none
}

.custom-checkbox.checkbox-purple .custom-control-input:checked~.custom-control-label::before,
.custom-radio.radio-purple .custom-control-input:checked~.custom-control-label::before {
	background-color: #6f42c1;
	border: none
}

.custom-checkbox.checkbox-outline-default .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #a2a3a3;
}

.custom-checkbox.checkbox-outline-default .custom-control-input:checked~.custom-control-label::after {
	border-color: #a2a3a3;
}

.custom-checkbox.checkbox-outline-primary .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #0082d4;
}

.custom-checkbox.checkbox-outline-primary .custom-control-input:checked~.custom-control-label::after {
	border-color: #0082d4;
}

.custom-checkbox.checkbox-outline-success .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #0070b9;
}

.custom-checkbox.checkbox-outline-success .custom-control-input:checked~.custom-control-label::after {
	border-color: #0070b9;
}

.custom-checkbox.checkbox-outline-info .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #1f3853;
}

.custom-checkbox.checkbox-outline-info .custom-control-input:checked~.custom-control-label::after {
	border-color: #1f3853;
}

.custom-checkbox.checkbox-outline-warning .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #FF8944;
}

.custom-checkbox.checkbox-outline-warning .custom-control-input:checked~.custom-control-label::after {
	border-color: #FF8944;
}

.custom-checkbox.checkbox-outline-danger .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #f35958;
}

.custom-checkbox.checkbox-outline-danger .custom-control-input:checked~.custom-control-label::after {
	border-color: #f35958;
}

.custom-checkbox.checkbox-outline-secondary .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #868e96;
}

.custom-checkbox.checkbox-outline-secondary .custom-control-input:checked~.custom-control-label::after {
	border-color: #868e96;
}

.custom-checkbox.checkbox-outline-dark .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #343a40;
}

.custom-checkbox.checkbox-outline-dark .custom-control-input:checked~.custom-control-label::after {
	border-color: #343a40;
}

.custom-checkbox.checkbox-outline-light .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #e2e6ea;
}

.custom-checkbox.checkbox-outline-light .custom-control-input:checked~.custom-control-label::after {
	border-color: #e2e6ea;
}

.custom-checkbox.checkbox-outline-purple .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #6f42c1;
}

.custom-checkbox.checkbox-outline-purple .custom-control-input:checked~.custom-control-label::after {
	border-color: #6f42c1;
}

.custom-radio.radio-outline-default .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #a2a3a3;
}

.custom-radio.radio-outline-default .custom-control-input:checked~.custom-control-label::after {
	background-color: #a2a3a3;
}

.custom-radio.radio-outline-primary .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #0082d4;
}

.custom-radio.radio-outline-primary .custom-control-input:checked~.custom-control-label::after {
	background-color: #0082d4;
}

.custom-radio.radio-outline-success .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #0070b9;
}

.custom-radio.radio-outline-success .custom-control-input:checked~.custom-control-label::after {
	background-color: #0070b9;
}

.custom-radio.radio-outline-info .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #1f3853;
}

.custom-radio.radio-outline-info .custom-control-input:checked~.custom-control-label::after {
	background-color: #1f3853;
}

.custom-radio.radio-outline-warning .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #FF8944;
}

.custom-radio.radio-outline-warning .custom-control-input:checked~.custom-control-label::after {
	background-color: #FF8944;
}

.custom-radio.radio-outline-danger .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #f35958;
}

.custom-radio.radio-outline-danger .custom-control-input:checked~.custom-control-label::after {
	background-color: #f35958;
}

.custom-radio.radio-outline-secondary .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #868e96;
}

.custom-radio.radio-outline-secondary .custom-control-input:checked~.custom-control-label::after {
	background-color: #868e96;
}

.custom-radio.radio-outline-dark .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #343a40;
}

.custom-radio.radio-outline-dark .custom-control-input:checked~.custom-control-label::after {
	background-color: #343a40;
}

.custom-radio.radio-outline-light .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #e2e6ea;
}

.custom-radio.radio-outline-light .custom-control-input:checked~.custom-control-label::after {
	background-color: #e2e6ea;
}

.custom-radio.radio-outline-purple .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #6f42c1;
}

.custom-radio.radio-outline-purple .custom-control-input:checked~.custom-control-label::after {
	background-color: #6f42c1;
}

.custom-control-lg label {
	padding-left: 10px;
	line-height: 1.8rem;
}

.custom-control-lg .custom-control-label::before {
	width: 1.45rem;
	height: 1.45rem;
}

.custom-control-lg.custom-checkbox .custom-control-label::after,
.custom-control-lg.custom-radio .custom-control-label::after {
	width: 1.45rem;
	height: 1.45rem;
}

.custom-control-lg.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	top: 7px;
	left: -16px;
	width: 7px;
	height: 13px;
	border-width: 0 3px 3px 0 !important;
}

.custom-control-lg.custom-radio .custom-control-input:checked~.custom-control-label::after {
	top: 9px;
	left: -19px;
	height: 13px;
	width: 13px;
}

/* Notification */
.alert-border {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	background: #fff;
}

.alert-primary {
	color: #0082d4;
	border-color: #0082d4;
}

.callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	/* border-left-width: .25rem; */
}

.callout h3,
.callout h4,
.callout h5,
.callout h6,
.callout a {
	color: #111827;
}

.callout-success {
	border-left-color: #0070b9;
}

.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6,
.callout-success a {
	color: #0070b9
}

.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6 {
	text-transform: uppercase
}

.callout-success>*:last-child {
	margin-bottom: 0
}

.callout-info {
	border-left-color: #48b0f7;
}

.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6,
.callout-info a {
	color: #48b0f7
}

.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6 {
	text-transform: uppercase
}

.callout-info>*:last-child {
	margin-bottom: 0
}

.callout-warning {
	border-left-color: #faa64b;
}

.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6,
.callout-warning a {
	color: #faa64b
}

.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6 {
	text-transform: uppercase
}

.callout-warning>*:last-child {
	margin-bottom: 0
}

.callout-danger {
	border-left-color: #f96868;
}

.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6,
.callout-danger a {
	color: #f96868
}

.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6 {
	text-transform: uppercase
}

.callout-danger>*:last-child {
	margin-bottom: 0
}

@media (max-width:767px) {
	.callout {
		padding: 15px
	}
}

/* Progress */
.progress.progress-sm {
	height: 8px;
}

.progress.progress-lg {
	height: 20px;
}


/* border */
@media (max-width: 992px) {
	.d-none-md-bl {
		border-left: none !important;
	}
}

/* nav-tabs */
.nav-tabs {
	border-bottom-color: #ebebeb;
	margin-bottom: 1rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover {
	color: #4d5259
}

.nav-tabs .nav-link {
	position: relative;
	border: none;
	text-align: center;
	color: #8b95a5;
	border-bottom: 2px solid transparent;
	padding: 10px 16px;
	border-radius: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media (max-width:767px) {
	.nav-tabs .nav-link {
		padding: 8px 12px
	}
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
	color: #111827;
	border-color: #33cabb;
	font-weight: 500;
}

.nav-tabs .nav-link .icon {
	margin-right: 4px
}

.nav-tabs .nav-link .close {
	width: 12px;
	height: 12px;
	margin-top: 6px;
	font-size: 20px;
	opacity: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.nav-tabs .nav-link .close span {
	display: inline-block;
	width: inherit;
	height: inherit
}

.nav-tabs .nav-link:hover .close {
	opacity: .25
}

.nav-tabs.nav-tabs-primary .nav-link:hover,
.nav-tabs.nav-tabs-primary .nav-link.active,
.nav-tabs.nav-tabs-primary .nav-link.active:focus,
.nav-tabs.nav-tabs-primary .nav-link.active:hover {
	border-color: #33cabb
}

.nav-tabs.nav-tabs-secondary .nav-link:hover,
.nav-tabs.nav-tabs-secondary .nav-link.active,
.nav-tabs.nav-tabs-secondary .nav-link.active:focus,
.nav-tabs.nav-tabs-secondary .nav-link.active:hover {
	border-color: #e4e7ea
}

.nav-tabs.nav-tabs-success .nav-link:hover,
.nav-tabs.nav-tabs-success .nav-link.active,
.nav-tabs.nav-tabs-success .nav-link.active:focus,
.nav-tabs.nav-tabs-success .nav-link.active:hover {
	border-color: #15c377
}

.nav-tabs.nav-tabs-info .nav-link:hover,
.nav-tabs.nav-tabs-info .nav-link.active,
.nav-tabs.nav-tabs-info .nav-link.active:focus,
.nav-tabs.nav-tabs-info .nav-link.active:hover {
	border-color: #48b0f7
}

.nav-tabs.nav-tabs-warning .nav-link:hover,
.nav-tabs.nav-tabs-warning .nav-link.active,
.nav-tabs.nav-tabs-warning .nav-link.active:focus,
.nav-tabs.nav-tabs-warning .nav-link.active:hover {
	border-color: #faa64b
}

.nav-tabs.nav-tabs-danger .nav-link:hover,
.nav-tabs.nav-tabs-danger .nav-link.active,
.nav-tabs.nav-tabs-danger .nav-link.active:focus,
.nav-tabs.nav-tabs-danger .nav-link.active:hover {
	border-color: #f96868
}

.nav-tabs.nav-tabs-pink .nav-link:hover,
.nav-tabs.nav-tabs-pink .nav-link.active,
.nav-tabs.nav-tabs-pink .nav-link.active:focus,
.nav-tabs.nav-tabs-pink .nav-link.active:hover {
	border-color: #f96197
}

.nav-tabs.nav-tabs-purple .nav-link:hover,
.nav-tabs.nav-tabs-purple .nav-link.active,
.nav-tabs.nav-tabs-purple .nav-link.active:focus,
.nav-tabs.nav-tabs-purple .nav-link.active:hover {
	border-color: #926dde
}

.nav-tabs.nav-tabs-brown .nav-link:hover,
.nav-tabs.nav-tabs-brown .nav-link.active,
.nav-tabs.nav-tabs-brown .nav-link.active:focus,
.nav-tabs.nav-tabs-brown .nav-link.active:hover {
	border-color: #8d6658
}

.nav-tabs.nav-tabs-cyan .nav-link:hover,
.nav-tabs.nav-tabs-cyan .nav-link.active,
.nav-tabs.nav-tabs-cyan .nav-link.active:focus,
.nav-tabs.nav-tabs-cyan .nav-link.active:hover {
	border-color: #57c7d4
}

.nav-tabs.nav-tabs-yellow .nav-link:hover,
.nav-tabs.nav-tabs-yellow .nav-link.active,
.nav-tabs.nav-tabs-yellow .nav-link.active:focus,
.nav-tabs.nav-tabs-yellow .nav-link.active:hover {
	border-color: #fcc525
}

.nav-tabs.nav-tabs-gray .nav-link:hover,
.nav-tabs.nav-tabs-gray .nav-link.active,
.nav-tabs.nav-tabs-gray .nav-link.active:focus,
.nav-tabs.nav-tabs-gray .nav-link.active:hover {
	border-color: #868e96
}

.nav-tabs.nav-tabs-dark .nav-link:hover,
.nav-tabs.nav-tabs-dark .nav-link.active,
.nav-tabs.nav-tabs-dark .nav-link.active:focus,
.nav-tabs.nav-tabs-dark .nav-link.active:hover {
	border-color: #465161
}

.nav-tabs-light-mode {
	border-bottom: none;
	background-color: #f9fafb
}

.nav-tabs-light-mode .nav-link {
	border-bottom: none
}

.nav-tabs-inverse-mode {
	border-bottom: none;
	background-color: transparent;
	margin-bottom: 0
}

.nav-tabs-inverse-mode .nav-link {
	border-bottom: none
}

.nav-tabs-inverse-mode .nav-link.active,
.nav-tabs-inverse-mode .nav-link.active:focus,
.nav-tabs-inverse-mode .nav-link.active:hover {
	background-color: #f9fafb
}

.nav-tabs-inverse-mode+.tab-content {
	background-color: #f9fafb;
	padding: 20px 16px
}

.nav-tabs-left,
.nav-tabs-right {
	display: -webkit-box;
	display: flex
}

.nav-tabs-left .nav-tabs,
.nav-tabs-right .nav-tabs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-bottom: 0
}

.nav-tabs-left .nav-tabs .nav-item+.nav-item,
.nav-tabs-right .nav-tabs .nav-item+.nav-item {
	margin-left: 0
}

.nav-tabs-left .nav-tabs .nav-link,
.nav-tabs-right .nav-tabs .nav-link {
	border-bottom: none;
	text-align: left
}

.nav-tabs-left .tab-content,
.nav-tabs-right .tab-content {
	overflow: hidden
}

.nav-tabs-left .nav-tabs {
	border-right: 1px solid #ebebeb
}

.nav-tabs-left .nav-tabs .nav-link {
	border-right: 2px solid transparent
}

.nav-tabs-left .tab-content {
	padding-left: 20px
}

.nav-tabs-right .nav-tabs {
	-webkit-box-ordinal-group: 3;
	order: 2;
	border-left: 1px solid #ebebeb
}

.nav-tabs-right .nav-tabs .nav-link {
	border-left: 2px solid transparent
}

.nav-tabs-right .tab-content {
	-webkit-box-ordinal-group: 2;
	order: 1;
	padding-right: 20px
}

/* nav-pills */
.nav-pills-sm .nav-link {
	padding: .2em 1em;
	text-transform: uppercase;
	/* font-family: "Roboto", sans-serif; */
	font-size: .7rem;
}

.nav-pill-custom .nav-link,
.nav-pills-sm .nav-link {
	border-radius: 30px !important;
}

.nav-pill-custom .nav-link {
	color: #949494;
}

.nav-pills.nav-pill-turquoise .nav-link.active,
.nav-pills.nav-pill-turquoise .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #31c3b2;
}

.nav-pills.nav-pill-primary .nav-link.active,
.nav-pills.nav-pill-primary .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #3da5f4;
}

.nav-pills.nav-pill-secondary .nav-link.active,
.nav-pills.nav-pill-secondary .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #737373;
}

.nav-pills.nav-pill-success .nav-link.active,
.nav-pills.nav-pill-success .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0070b9;
}

.nav-pills.nav-pill-danger .nav-link.active,
.nav-pills.nav-pill-danger .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #f1536e;
}

.nav-pills.nav-pill-warning .nav-link.active,
.nav-pills.nav-pill-warning .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #fab63f;
}

.nav-pills.nav-pill-info .nav-link.active,
.nav-pills.nav-pill-info .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #18b9d4;
}

.nav-pills.nav-pill-dark .nav-link.active,
.nav-pills.nav-pill-dark .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #2f3c4b;
}

/* 탭 디자인 */
.tablist li {
	display: table;
	width: 25%;
	padding: 1px 1px 0 0;
	background: #E5E7EB;
	border-bottom: 1px solid #005AAA;
}

.tablist li:first-child {
	padding-left: 0;
}

.tablist li:nth-child(4) {
	padding-left: 0;
}

.tablist li:nth-child(5),
.tablist li:nth-child(6),
.tablist li:nth-child(7),
.tablist li:nth-child(8),
.tablist li:nth-child(9),
.tablist li:nth-child(10) {
	padding-top: 0;
}

.tablist>li>a,
.tablist>li>button {
	position: relative;
	color: #111827;
	font-size: 18px;
	font-weight: 500;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 16px 0;
	margin: 0;
	letter-spacing: -.025em;
	border: 0;
	background: #fff;
	text-align: center;
	display: block;
	transition: all .2s;
}

.tablist>li:nth-child(4n+1)>a {
	margin-left: 1px;
}

.tablist>li>a[target="_blank"] span {
	background-image: url("img/icon_blank.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 18px;
}

.tablist>li.on>a,
.tablist>li.active>a,
.tablist>li.active>a:focus {
	border: 0;
	color: #fff;
	font-weight: 700;
	background: #005AAA;
}

.tablist>li.on,
.tablist>li.active,
.tablist>li.active:focus {
	color: #fff;
	background: #005AAA;
}

.tablist>li.on>a::before,
.tablist>li.active>a::before,
.tablist>li.active:focus>a::before {
	content: '';
	position: absolute;
	right: -18px;
	top: 0;
	width: 0;
	height: 0;
	z-index: 2;
	opacity: .8;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 53px solid transparent;
	border-top: 0 solid transparent;
	border-left: 17px solid #C4E4FD;
	border-right: 0 solid transparent;
}

.tablist>li:hover>a {
	color: #005AAA !important;
}

.tablist>li.on:hover>a,
.tablist>li.active:hover>a {
	color: #fff !important;
}

.tablist>li:nth-child(3):hover>a::before,
.tablist>li:nth-child(3).on>a::before,
.tablist>li:nth-child(6):hover>a::before,
.tablist>li:nth-child(6).on>a::before,
.tablist>li:nth-child(9):hover>a::before,
.tablist>li:nth-child(9).on>a::before,
.tablist>li:last-child:hover>a::before,
.tablist>li:last-child.on>a::before,
.tablist>li:last-child.active>a::before,
.tablist>li:last-child.active:focus>a::before {
	display: none;
}

.tablist>li+li {
	margin-left: 0;
}

@media screen and (max-width:1399px) {

	.tablist>li>a,
	.tablist>li>button {
		font-size: 17px;
	}
}

@media screen and (max-width:991px) {
	.tablist li {
		width: 33.3333333% !important;
	}

	.tablist>li>a,
	.tablist>li>button {
		font-size: 16px;
	}

	.tablist li:first-child {
		padding-left: 1px;
	}

	.tablist li:nth-child(4),
	.tablist li:nth-child(7) {
		padding-left: 1px !important;
	}

	.tablist li:nth-child(5) {
		padding-left: 0 !important;
	}

	.tablist li:nth-child(4),
	.tablist li:nth-child(5),
	.tablist li:nth-child(6),
	.tablist li:nth-child(7),
	.tablist li:nth-child(8) {
		padding-top: 0 !important;
	}

	.tablist>li:nth-child(2n+1)>a {
		margin-left: 0 !important;
	}

	.tablist>li:nth-child(2):hover>a::before,
	.tablist>li:nth-child(2).on>a::before,
	.tablist>li:nth-child(4):hover>a::before,
	.tablist>li:nth-child(4).on>a::before,
	.tablist>li:nth-child(6):hover>a::before,
	.tablist>li:nth-child(6).on>a::before,
	.tablist>li:nth-child(8):hover>a::before,
	.tablist>li:nth-child(8).on>a::before,
	.tablist>li:nth-child(10):hover>a::before,
	.tablist>li:nth-child(10).on>a::before {
		display: none;
	}

	.tablist>li:nth-child(3):hover>a::before,
	.tablist>li:nth-child(3).on>a::before,
	.tablist>li:nth-child(9):hover>a::before,
	.tablist>li:nth-child(9).on>a::before {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.tablist li {
		width: 50% !important;
	}

	.tablist>li>a,
	.tablist>li>button {
		font-size: 15px;
	}

	.tablist li:nth-child(3),
	.tablist li:nth-child(5),
	.tablist li:nth-child(7),
	.tablist li:nth-child(9) {
		padding-left: 1px !important;
	}

	.tablist li:nth-child(4),
	.tablist li:nth-child(6),
	.tablist li:nth-child(10) {
		padding-left: 0 !important;
	}

	.tablist li:nth-child(3),
	.tablist li:nth-child(4),
	.tablist li:nth-child(5),
	.tablist li:nth-child(6),
	.tablist li:nth-child(7) {
		padding-top: 0 !important;
	}

	.tablist>li:nth-child(5n+1)>a,
	.tablist>li:nth-child(2n+1)>a {
		margin-left: 0 !important;
	}

	.tablist>li:hover>a::before,
	.tablist>li.on>a::before,
	.tablist>li.active>a::before,
	.tablist>li.active:focus>a::before {
		right: -15px;
		border-bottom: 43px solid transparent;
		border-left: 14px solid #C4E4FD;
	}
}

/* 한줄 탭 */
.tabs {
	display: flex;
}

.tabs li {
	display: table;
	width: 100%;
}

.tabs>li>a,
.tabs>li>button {
	color: #111827;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 12px 0;
	margin: -1px 0 0 -1px;
	letter-spacing: -.04em;
	border: 1px solid #dedede;
	border-bottom-color: #0070b9;
	background: #fff;
	text-align: center;
	display: block;
	transition: all .2s;
}

.tabs>li>a[target="_blank"] span {
	background-image: url("img/ico_blank.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 18px;
}

.tabs>li.on>a[target="_blank"] span {
	background-image: url("img/ico_blank.png");
}

.tabs>li>a:hover {
	color: #363636;
	border: 1px solid #dedede;
	background: #f0f4f7;
	border-bottom-color: #0070b9;
}

.tabs>li.on>a,
.tabs>li.active>a,
.tabs>li.active>a:focus {
	border-color: #0070b9;
	color: #fff;
	background: #0070b9;

}

.tabs>li+li {
	margin-left: 0;
}

@media screen and (max-width:767px) {
	.tabs {
		flex-direction: column;
	}
}

/* 모바일 탭 디자인(토글) */
.toggle_m {
	display: none;
}

@media screen and (max-width:767px) {

	/*모바일 탭메뉴 추가*/
	.depth2_tab {
		width: auto;
		margin-bottom: 30px;
	}

	.toggle_m {
		border: 1px solid #dfdfdf;
		display: block;
		padding: 8px 15px;
		background: url(/images/drh/common/toggle_m_bul_off.gif) no-repeat 96% 50%;
	}

	.toggle_m.ov {
		background: url(/images/drh/common/toggle_m_bul_on.gif) no-repeat 96% 50%;
		display: block;
	}

	.tabToggle {
		margin: 0;
		overflow: hidden;
		display: none;
		border: 1px solid #dfdfdf;
		border-top: none;
	}

	.tabToggle li {
		float: inherit;
		width: 100%;
		border: 0 !important;
		padding: 0;
		display: block;
		margin-bottom: 1px;
	}

	.tabToggle li:last-child {
		margin-bottom: 0;
	}

	.tabToggle li a {
		border: 0 !important;
		text-align: left;
		padding: 3px 15px;
		background: #fff;
		display: block;
	}

	.tabToggle li a:link,
	.tabToggle li a:visited,
	.tabToggle li a:active {
		color: #636363;
		background: inherit;
		padding: 8px 15px 8px 15px;
	}

	.tabToggle li a:hover,
	.tabToggle li a.on:link,
	.tabToggle li a.on:visited,
	.tabToggle li a.on:active,
	.tabToggle li a.on:hover,
	.tabToggle li a.on:focus {
		text-decoration: none;
		color: #ffffff;
		padding: 8px 15px 8px 15px;
		background: #00428e;
	}
}

/* timeline */
.timeline {
	position: relative;
	list-style: none;
	margin: 0 auto 30px;
	padding-left: 0;
	width: 90%;
	z-index: 1
}

.timeline-block {
	display: -webkit-box;
	display: flex
}

.timeline-detail {
	-webkit-box-flex: 1;
	flex: 1 1;
	padding-bottom: 30px
}

@media (max-width:767px) {
	.timeline-detail {
		display: none
	}
}

.timeline-point {
	position: relative;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	-webkit-box-ordinal-group: 3;
	order: 2;
	width: 96px;
	padding-bottom: 30px;
	text-align: center
}

.timeline-point::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 50%;
	bottom: -9px;
	width: 1px;
	margin-left: -1px;
	z-index: -1;
	background-color: #ebebeb
}

.timeline .timeline-block:first-child .timeline-point::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: -2px;
	border-radius: 50%
}

.timeline .timeline-block:last-child .timeline-point::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	border-radius: 50%
}

.timeline-point-primary::before {
	background-color: #33cabb
}

.timeline-point-secondary::before {
	background-color: #e4e7ea
}

.timeline-point-success::before {
	background-color: #15c377
}

.timeline-point-info::before {
	background-color: #48b0f7
}

.timeline-point-warning::before {
	background-color: #faa64b
}

.timeline-point-danger::before {
	background-color: #f96868
}

.timeline-point-pink::before {
	background-color: #f96197
}

.timeline-point-purple::before {
	background-color: #926dde
}

.timeline-point-brown::before {
	background-color: #8d6658
}

.timeline-point-cyan::before {
	background-color: #57c7d4
}

.timeline-point-yellow::before {
	background-color: #fcc525
}

.timeline-point-gray::before {
	background-color: #868e96
}

.timeline-point-dark::before {
	background-color: #465161
}

.timeline-content {
	-webkit-box-flex: 1;
	flex: 1 1;
	margin-bottom: 60px
}

.timeline-content .card {
	margin-bottom: 0
}

.timeline-period {
	position: relative;
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #8b95a5
}

.timeline-period::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #ebebeb;
	border-radius: 50%
}

.timeline-period time {
	font-size: inherit;
	font-weight: inherit
}

.timeline .timeline-period:first-child::after {
	display: none
}

@media (max-width:991px) {
	.timeline .timeline-block .timeline-detail {
		-webkit-box-ordinal-group: 2;
		order: 1;
		text-align: right
	}

	.timeline .timeline-block .timeline-content {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
}

@media (min-width:992px) {
	.timeline .timeline-block:nth-child(even) .timeline-detail {
		-webkit-box-ordinal-group: 2;
		order: 1;
		text-align: right
	}

	.timeline .timeline-block:nth-child(even) .timeline-content {
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	.timeline .timeline-block:nth-child(odd) .timeline-detail {
		-webkit-box-ordinal-group: 4;
		order: 3;
		text-align: left
	}

	.timeline .timeline-block:nth-child(odd) .timeline-content {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

.timeline.timeline-content-left .timeline-block .timeline-detail {
	-webkit-box-ordinal-group: 4;
	order: 3;
	text-align: left
}

.timeline.timeline-content-left .timeline-block .timeline-content {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.timeline.timeline-content-right .timeline-block .timeline-detail {
	-webkit-box-ordinal-group: 2;
	order: 1;
	text-align: right
}

.timeline.timeline-content-right .timeline-block .timeline-content {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.timeline-activity .timeline-content {
	margin-bottom: 10px
}

.timeline-point-xs .timeline-point {
	width: 32px
}

.timeline-point-sm .timeline-point {
	width: 64px
}

.timeline-point-lg .timeline-point {
	width: 128px
}

.timeline-point-xl .timeline-point {
	width: 256px
}

/* card */
.card.type-noline {
	border: 0;
}

.card.type-noline .card-body {
	padding: 0;
}

.card.type-noline .card-footer {
	background: none;
	border-top: 0;
	padding: 0;
}

.card.type-line {
	border: 0;
	border-radius: 0px;
	border-radius: .5rem;
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: .5s;
	transition: .5s;
}

.card.type-line .card-header {
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid rgba(77, 82, 89, 0.07);
	background: none;
}

.card.type-line .card-body {
	padding: 1.5rem;
}

.card.type-line .card-footer {
	background: none;
	border-top: 0;
	padding: 0;
}

/* media */
.media {
	padding: 16px 12px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.media>* {
	margin: 0 8px
}

.media a:not(.btn):not(.avatar) {
	color: #4d5259
}

.media.flex-column>* {
	margin: 0
}

.media.flex-column>div {
	width: 100%
}

.media.active {
	background-color: #f9fafb
}

.media.bordered {
	border: 1px solid #ebebeb
}

.media.items-center {
	-webkit-box-align: center;
	align-items: center
}

.media[data-provide~="checkable"],
.media[data-provide~="selectable"] {
	cursor: pointer
}

.media .media {
	margin-top: 1.25rem
}

.media .lead {
	line-height: 1.875rem
}

.media .title {
	-webkit-box-flex: 1;
	flex: 1 1
}

.media .avatar {
	flex-shrink: 0
}

.media .align-center {
	align-self: center
}

.media .media-hover-show {
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.media .dropdown .dropdown-toggle {
	opacity: .7
}

.media .dropdown:hover .dropdown-toggle,
.media .dropdown.open .dropdown-toggle {
	opacity: 1
}

.media:hover .media-hover-show {
	opacity: 1
}

.media .custom-control {
	margin-right: 0
}

.media .nav {
	flex-wrap: nowrap;
	margin-left: -8px;
	margin-right: -8px
}

.media .nav-link {
	line-height: 24px;
	font-size: 90%;
	padding: 0 8px
}

.media-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.media-center {
	-webkit-box-align: center;
	align-items: center
}

.media-block-actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 1rem;
	-webkit-transition: .5s;
	transition: .5s
}

.media:hover .media-block-actions {
	opacity: 1
}

.media-collapsible {
	flex-wrap: wrap
}

.media-collapsible .collapse {
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-shrink: 0;
	min-width: 100%
}

.collapse-arrow::before {
	content: "\e64b";
	font-family: themify;
	display: inline-block;
	-webkit-transition: .4s;
	transition: .4s
}

.collapse-arrow:not(.collapsed)::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.media-body {
	min-width: 0
}

.media-body>* {
	margin-bottom: 0
}

.media-body .media>*:first-child {
	margin-left: 0
}

.media-body .media>*:last-child {
	margin-right: 0
}

.media-left {
	padding-right: 0
}

.media-right-out {
	padding-left: 1.25rem
}

.media-right-out a {
	color: #616a78;
	font-size: 1.125rem;
	opacity: 0.8
}

.media-right-out a:hover {
	color: #33cabb
}

.media-right-out a+a {
	margin-left: 0.5rem
}

.media-action {
	opacity: 0;
	color: #8b95a5
}

.media:hover .media-action {
	opacity: 1
}

.media-action-visible .media-action {
	opacity: 1
}

.media.media-xs {
	padding: 10px 6px
}

.media.media-sm {
	padding: 12px 8px
}

.media.media-lg {
	padding-top: 20px 16px
}

.media.media-xl {
	padding-top: 24px 20px
}

.media.media-xxl {
	padding-top: 32px 24px
}

.media-inverse,
.media-inverse h1,
.media-inverse h2,
.media-inverse h3,
.media-inverse h4,
.media-inverse h5,
.media-inverse h6 {
	color: #fff
}

.media-inverse .small,
.media-inverse small,
.media-inverse time {
	color: rgba(255, 255, 255, 0.7)
}

.media-inverse .nav-link {
	color: rgba(255, 255, 255, 0.7)
}

.media-inverse .nav-link:hover {
	color: #fff
}

.media-new {
	background-color: #f3f9ff
}

.media-list-hover .media-new:hover {
	background-color: #ecf5fe !important
}

.media-single,
.media-center-v {
	-webkit-box-align: center;
	align-items: center
}

.media-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.media-chat {
	padding-right: 64px;
	margin-bottom: 0
}

.media-chat.media-chat-reverse {
	padding-right: 12px;
	padding-left: 64px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.media-chat .media-body {
	-webkit-box-flex: initial;
	flex: initial;
	display: table
}

.media-chat .media-body p {
	position: relative;
	padding: 6px 8px;
	margin: 4px 0;
	background-color: #f5f6f7;
	border-radius: 3px
}

.media-chat .media-body p.inverse {
	color: #fff
}

.media-chat .media-body p.meta {
	background-color: transparent !important;
	padding: 0;
	opacity: .8
}

.media-chat .media-body p.meta time {
	font-weight: 300
}

.media-chat.media-chat-reverse .media-body p {
	float: right;
	clear: right;
	background-color: #48b0f7;
	color: #fff
}

.media-meta-day {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 0;
	color: #8b95a5;
	opacity: .8;
	font-weight: 400
}

.media-meta-day::before,
.media-meta-day::after {
	content: '';
	-webkit-box-flex: 1;
	flex: 1 1;
	border-top: 1px solid #ebebeb
}

.media-meta-day::before {
	margin-right: 16px
}

.media-meta-day::after {
	margin-left: 16px
}

@media (max-width:767px) {
	.media-doc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.media-doc>* {
		margin-left: 0;
		margin-right: 0
	}

	.media-doc .media-body {
		margin: 30px 0
	}
}

.media-list>.media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body>.media {
	margin-bottom: 0
}

.media-listul {
	padding-left: 0
}

.media-list .media .sortable-dot {
	margin: 0;
	margin-left: -5px;
	opacity: 0;
	border-radius: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.media-list .media:hover .sortable-dot {
	opacity: .6
}

.media-list[data-provide~="selectable"] .media:not(.media-list-header):not(.media-list-footer) {
	cursor: pointer
}

.media-list-hover>.media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body>.media:hover {
	background-color: #f9fafb
}

.media-list-divided>.media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body>.media {
	border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.media-list-divided>.media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body>.media:last-child {
	border-bottom: none
}

.media-list-bordered {
	border: 1px solid #f1f2f3
}

.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
	background-color: #f9fafb
}

.media-list-xs .media {
	padding: 10px 16px
}

.media-list-sm .media {
	padding: 12px 16px
}

.media-list-lg .media {
	padding: 20px 16px
}

.media-list-xl .media {
	padding: 24px 20px
}

.media-list-xxl .media {
	padding: 32px 24px
}

.media-list-header {
	border-bottom: 1px solid #ebebeb;
	background-color: #fcfdfe
}

.media-list-footer {
	border-top: 1px solid #ebebeb;
	background-color: #fcfdfe
}

.media-grid {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px
}

.media-grid::after {
	content: '';
	-webkit-box-flex: 1;
	flex: auto
}

.media-grid.row {
	margin-left: -15px;
	margin-right: -15px
}

.media-grid.row .media {
	margin-bottom: 15px
}

.media-grid>.media {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 200px
}

.media-grid-bordered .media {
	border: 1px solid #ebebeb
}

.media-grid-hover .media:hover {
	background-color: #f9fafb
}

/* --end card */
/* bg-color */
.bg-primary {
	background-color: #0082d4 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0082d4 !important;
}

.bg-success {
	background-color: #0070b9 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #0070b9 !important;
}

.bg-info {
	background-color: #1f3853 !important;
}

.bg-info-2 {
	background-color: #008080!important;
}

.bg-info-3 {
	background-color: #0080ff!important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #1f3853 !important;
}

.bg-warning {
	background-color: #FF8944 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #FF8944 !important;
}

.bg-danger {
	background-color: #f35958 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #f35958 !important;
}

.bg-secondary {
	background-color: #868e96 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #868e96 !important;
}

.bg-light {
	background-color: #e2e6ea !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-purple {
	background-color: #6f42c1;
}

.bg-light-gray {
	background-color: #f9f9f9 !important;
}

/*  */
.radio,
.checkbox {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0px;
}

.radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 6px;
	color: #777a80;
}

.radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2.5px;
	background-color: #ffffff;
	border: 1px solid #c2c6cb;
	border-radius: 99px;
}

.radio label:after {
	font-size: 13px;
	content: "";
	text-align: center;
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 99px;
	left: 0px;
	top: 1px;
	background-color: #6f7b8a;
	border: 1px solid #6f7b8a;
}

.radio input[type=radio] {
	display: none;
}

.radio input[type=radio][disabled]+label {
	opacity: 0.65;
}

.radio.radio-success label:after {
	background-color: #0090d9;
	border: 1px solid #0090d9;
}

.radio.radio-success input[type=radio]:checked+label:before {
	border: 1px solid #0090d9;
}

.radio.radio-primary label:after {
	background-color: #0070b9;
	border: 1px solid #0070b9;
}

.radio.radio-primary input[type=radio]:checked+label:before {
	border: 1px solid #0070b9;
}

.radio.radio-info label:after {
	background-color: #1f3853;
	border: 1px solid #1f3853;
}

.radio.radio-info label input[type=radio]:checked+ :before {
	border: 1px solid #1f3853;
}

.radio.radio-warning label:after {
	background-color: #FF8944;
	border: 1px solid #FF8944;
}

.radio.radio-warning input[type=radio]:checked+label:before {
	border: 1px solid #FF8944;
}

.radio.radio-danger label:after {
	background-color: #F35958;
	border: 1px solid #F35958;
}

.radio.radio-danger input[type=radio]:checked+label:before {
	border: 1px solid #F35958;
}

.radio input[type=radio]:checked+label {
	color: #4d5056;
}

.radio input[type=radio]:checked+label:after {
	-o-transform: scale(0.63);
	-ms-transform: scale(0.63);
	-moz-transform: scale(0.63);
	-webkit-transform: scale(0.63);
	transform: scale(0.63);
	line-height: 18px;
	-o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked+label:before {
	border: 1px solid #8e9095;
}

.checkbox input[type=radio][disabled]+label:after {
	background-color: #eceff3;
}

.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
	color: #777a80;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
	direction: ltr;
	margin-bottom: 0;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	/*  position: absolute;
  left: 0px;
  top: 0px; */
	background-color: #ffffff;
	background-color: #dee2e6;
	border: 1px solid #c2c6cb;
	border-radius: 3px;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 11px;
	text-align: center;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
	border-radius: 3px;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox.checkbox-circle label:after {
	border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
	border-radius: 99px;
}

.checkbox input[type=checkbox]:checked+label {
	color: #4d5056;
}

.checkbox input[type=checkbox]:checked+label::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	font-weight: 700;
}

.checkbox input[type=checkbox][disabled]+label {
	opacity: 0.65;
}

.checkbox input[type=checkbox][disabled]+label:before {
	background-color: #eceff3;
}

.checkbox.check-success input[type=checkbox]:checked+label:before {
	background-color: #0090d9;
	border: 1px solid #0090d9;
}

.checkbox.check-success input[type=checkbox]:checked+label::after {
	color: #ffffff;
}

.checkbox.check-primary input[type=checkbox]:checked+label:before {
	background-color: #0070b9;
	border: 1px solid #0070b9;
}

.checkbox.check-primary input[type=checkbox]:checked+label::after {
	color: #ffffff;
}

.checkbox.check-info input[type=checkbox]:checked+label:before {
	background-color: #1f3853;
	border: 1px solid #1f3853;
}

.checkbox.check-info input[type=checkbox]:checked+label::after {
	color: #ffffff;
}

.checkbox.check-warning input[type=checkbox]:checked+label:before {
	background-color: #FF8944;
	border: 1px solid #FF8944;
}

.checkbox.check-warning input[type=checkbox]:checked+label::after {
	color: #ffffff;
}

.checkbox.check-danger input[type=checkbox]:checked+label:before {
	background-color: #f35958;
	border: 1px solid #f35958;
}

.checkbox.check-danger input[type=checkbox]:checked+label::after {
	color: #ffffff;
}


/* switch-button */
.switch-button-label.on {
	color: #00b297;
}

.switch-button-background {
	border: 0;
	position: relative;
	top: 0;
	background-color: #2e415b;
	background-color: #e3e4e5;
	border-radius: 2px;
	width: 29px !important;
	height: 15px !important;
}

.switch-button-background.checked {
	background-color: #00b297;
}

.switch-button-background.checked .switch-button-button {
	left: 14px !important;
}

.switch-button-button {
	top: auto;
	border: 0;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	top: 2px !important;
	left: 2px !important;
}

/* --end switch-button */
/* form-control */
/*
.form-control {
	font-size:.85em;
	color:#8b95a5;
	height: calc(1.5em + 0.75rem + 5px);
}
.form-control::-moz-placeholder{color:#8b95a5;opacity:1;color:#bbb;}
.form-control:-ms-input-placeholder{color:#8b95a5;color:#bbb;}
.form-control::-webkit-input-placeholder{color:#8b95a5;color:#bbb;}
.form-inline .form-group {
	margin-right: 1rem;
}
*/
.form-group .form-group-box {
	display: flex;
	line-height: 2.2rem;
	vertical-align: middle;
	/* justify-content: center; */
	align-items: center;
}

.form-group .form-inline-box {
	display: block;
	line-height: 2.2rem;
	align-items: center;
}

.form-type-line.form-control,
.form-type-line .form-control {
	border-color: transparent;
	padding-left: 0;
	padding-right: 0;
	-webkit-background-size: 0 1px, 100% 1px;
	background-size: 0 1px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
	background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
	background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

/* .form-type-line .custom-select-arrow {
	 position: relative;
	top: 0;
	right: 0;
	width: 8px;
	height: 10px;
	display: block;
	background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat 0 0;
	background-size: 8px 10px;
} */

.form-type-line.form-control:focus,
.form-type-line.form-control.focus,
.form-type-line .form-control:focus,
.form-type-line .form-control.focus {
	-webkit-background-size: 100% 1px, 100% 1px;
	background-size: 100% 1px, 100% 1px;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-type-line.form-control:disabled,
.form-type-line.form-control[readonly],
.form-type-line .form-control:disabled,
.form-type-line .form-control[readonly] {
	background-color: #fff;
	opacity: 0.7
}

.form-type-line.form-group label,
.form-type-line .form-group label {
	margin-bottom: 0
}

.form-type-line.input-group .btn,
.form-type-line .input-group .btn {
	border-radius: 0
}

.form-type-line.input-group .input-group-text,
.form-type-line .input-group .input-group-text {
	background-color: #fff;
	border: none;
	color: #8b95a5
}

.form-type-line.input-group .input-group-prepend~.form-control,
.form-type-line.input-group .form-control~.input-group-append,
.form-type-line .input-group .input-group-prepend~.form-control,
.form-type-line .input-group .form-control~.input-group-append {
	margin-left: 1rem
}

.form-type-line .custom-file-control {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ebebeb;
	padding-left: 0;
	padding-right: 0
}

.form-type-line .custom-file-control::before {
	border-radius: 0
}

.form-type-line .bootstrap-select .dropdown-toggle {
	border: none;
	background-color: transparent;
	padding-left: 0;
	-webkit-background-size: 0 1px, 100% 1px;
	background-size: 0 1px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
	background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
	background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}

.form-type-line .bootstrap-select .dropdown-toggle:focus {
	background-color: #fff;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-type-line .bootstrap-select.show .dropdown-toggle {
	-webkit-background-size: 100% 1px, 100% 1px;
	background-size: 100% 1px, 100% 1px;
	border-color: transparent
}

.form-type-line .has-success .form-control,
.form-type-line.has-success .form-control {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
	background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
	background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377)
}

.form-type-line .has-warning .form-control,
.form-type-line.has-warning .form-control {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b)), -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b));
	background-image: -webkit-linear-gradient(#faa64b, #faa64b), -webkit-linear-gradient(#faa64b, #faa64b);
	background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b)
}

.form-type-line .has-danger .form-control,
.form-type-line.has-danger .form-control {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
	background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
	background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868)
}

.form-type-line .custom-select.is-invalid,
.form-type-line .form-control.is-invalid,
.form-type-line .was-validated .custom-select:invalid,
.form-type-line .was-validated .form-control:invalid {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
	background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
	background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
	border: none
}

.form-type-line .custom-select.is-invalid:focus,
.form-type-line .form-control.is-invalid:focus,
.form-type-line .was-validated .custom-select:invalid:focus,
.form-type-line .was-validated .form-control:invalid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-type-line .custom-select.is-valid,
.form-type-line .form-control.is-valid,
.form-type-line .was-validated .custom-select:valid,
.form-type-line .was-validated .form-control:valid {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
	background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
	background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
	border: none
}

.form-type-line .custom-select.is-valid:focus,
.form-type-line .form-control.is-valid:focus,
.form-type-line .was-validated .custom-select:valid:focus,
.form-type-line .was-validated .form-control:valid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-type-material.form-control,
.form-type-material .form-control {
	border-color: transparent;
	padding-left: 0;
	padding-right: 0;
	-webkit-background-size: 0 2px, 100% 1px;
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
	background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
	background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}

.form-type-material.form-control:focus,
.form-type-material.form-control.focus,
.form-type-material .form-control:focus,
.form-type-material .form-control.focus {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-type-material.form-control:disabled,
.form-type-material.form-control[readonly],
.form-type-material .form-control:disabled,
.form-type-material .form-control[readonly] {
	background-color: #fff;
	opacity: 0.7
}

.form-type-material.form-control.form-control-sm~label,
.form-type-material .form-control.form-control-sm~label {
	font-size: 80%
}

.form-type-material.form-control.form-control-lg~label,
.form-type-material .form-control.form-control-lg~label {
	font-size: 120%
}

.form-type-material.form-group,
.form-type-material .form-group {
	position: relative;
	padding-top: 10px;
	margin-bottom: 20px
}

.form-type-material.form-group label:not(.custom-control-label):not(.switch),
.form-type-material .form-group label:not(.custom-control-label):not(.switch) {
	position: absolute;
	left: 0;
	top: 13px;
	font-weight: 300;
	padding: 0;
	pointer-events: none;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.form-type-material.form-group .form-control-lg~label,
.form-type-material .form-group .form-control-lg~label {
	top: 20px
}

.form-type-material.input-group,
.form-type-material .input-group {
	position: relative;
	padding-top: 10px
}

.form-type-material.input-group label:not(.custom-control-label),
.form-type-material .input-group label:not(.custom-control-label) {
	position: absolute;
	left: 0;
	top: 8px !important;
	font-weight: 300;
	padding: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.form-type-material.input-group .input-group-text,
.form-type-material .input-group .input-group-text {
	background-color: #fff;
	border: none;
	color: #8b95a5
}

.form-type-material.input-group .input-group-prepend .btn:last-of-type,
.form-type-material .input-group .input-group-prepend .btn:last-of-type {
	margin-right: 1rem
}

.form-type-material.input-group .input-group-append .btn:first-of-type,
.form-type-material .input-group .input-group-append .btn:first-of-type {
	margin-left: 1rem
}

.form-type-material.input-group.input-group-lg label,
.form-type-material .input-group.input-group-lg label {
	font-size: 120%;
	top: 14px !important
}

.form-type-material.input-group.input-group-sm label,
.form-type-material .input-group.input-group-sm label {
	font-size: 80%;
	top: 3px !important
}

.form-type-material .custom-file-control {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ebebeb;
	padding-left: 0;
	padding-right: 0
}

.form-type-material .custom-file-control::before {
	border-radius: 0
}

.form-type-material .input-group-input {
	position: relative;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.form-type-material .input-group-input .form-control {
	width: 100%
}

.form-type-material .input-group-input label {
	top: 6px !important;
	z-index: 3
}

.form-type-material .input-group-input.do-float label,
.form-type-material .input-group-input .label-floated {
	top: -13px !important
}

.form-type-material .bootstrap-select .dropdown-toggle {
	background-color: transparent;
	border: none;
	padding-left: 0;
	-webkit-background-size: 0 2px, 100% 1px;
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
	background-image: -webkit-linear-gradient(#33cabb, #33cabb), -webkit-linear-gradient(#ebebeb, #ebebeb);
	background-image: linear-gradient(#33cabb, #33cabb), linear-gradient(#ebebeb, #ebebeb);
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}

.form-type-material .bootstrap-select .dropdown-toggle:focus {
	background-color: #fff
}

.form-type-material .bootstrap-select.show .dropdown-toggle {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px;
	border-color: transparent
}

.form-type-material .bootstrap-select.input-group-btn .dropdown-toggle {
	margin-top: 0
}

.form-type-material .bootstrap-select+label {
	z-index: 3
}

.do-float label,
.label-floated {
	top: -8px !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	opacity: .5
}

.form-type-material .has-success .form-control,
.form-type-material.has-success .form-control {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
	background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
	background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377)
}

.form-type-material .has-success.do-float label,
.form-type-material .has-success .do-float label,
.form-type-material.has-success.do-float label,
.form-type-material.has-success .do-float label {
	color: #15c377
}

.form-type-material .has-warning .form-control,
.form-type-material.has-warning .form-control {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b)), -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b));
	background-image: -webkit-linear-gradient(#faa64b, #faa64b), -webkit-linear-gradient(#faa64b, #faa64b);
	background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b)
}

.form-type-material .has-warning.do-float label,
.form-type-material .has-warning .do-float label,
.form-type-material.has-warning.do-float label,
.form-type-material.has-warning .do-float label {
	color: #faa64b
}

.form-type-material .has-danger .form-control,
.form-type-material.has-danger .form-control {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
	background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
	background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868)
}

.form-type-material .has-danger.do-float label,
.form-type-material .has-danger .do-float label,
.form-type-material.has-danger.do-float label,
.form-type-material.has-danger .do-float label {
	color: #f96868
}

.form-type-material .custom-select.is-invalid,
.form-type-material .form-control.is-invalid,
.form-type-material .was-validated .custom-select:invalid,
.form-type-material .was-validated .form-control:invalid {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
	background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#f96868, #f96868);
	background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
	border: none
}

.form-type-material .custom-select.is-invalid:focus,
.form-type-material .form-control.is-invalid:focus,
.form-type-material .was-validated .custom-select:invalid:focus,
.form-type-material .was-validated .form-control:invalid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-type-material .custom-select.is-valid,
.form-type-material .form-control.is-valid,
.form-type-material .was-validated .custom-select:valid,
.form-type-material .was-validated .form-control:valid {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)), -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
	background-image: -webkit-linear-gradient(#15c377, #15c377), -webkit-linear-gradient(#15c377, #15c377);
	background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
	border: none
}

.form-type-material .custom-select.is-valid:focus,
.form-type-material .form-control.is-valid:focus,
.form-type-material .was-validated .custom-select:valid:focus,
.form-type-material .was-validated .form-control:valid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-type-combine .form-group,
.form-type-combine.form-group,
.form-type-combine .input-group,
.form-type-combine.input-group {
	position: relative;
	background-color: #fff;
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	padding: 4px 12px 8px;
	padding: 8px 12px;
	cursor: text;
	outline: none !important;
	-webkit-transition: .5s;
	transition: .5s
}

.form-type-combine .form-group:focus,
.form-type-combine .form-group.focused,
.form-type-combine.form-group:focus,
.form-type-combine.form-group.focused,
.form-type-combine .input-group:focus,
.form-type-combine .input-group.focused,
.form-type-combine.input-group:focus,
.form-type-combine.input-group.focused {
	background-color: #fcfdfe
}

.form-type-combine .form-group:focus label,
.form-type-combine .form-group:focus small,
.form-type-combine .form-group:focus .form-text,
.form-type-combine .form-group.focused label,
.form-type-combine .form-group.focused small,
.form-type-combine .form-group.focused .form-text,
.form-type-combine.form-group:focus label,
.form-type-combine.form-group:focus small,
.form-type-combine.form-group:focus .form-text,
.form-type-combine.form-group.focused label,
.form-type-combine.form-group.focused small,
.form-type-combine.form-group.focused .form-text,
.form-type-combine .input-group:focus label,
.form-type-combine .input-group:focus small,
.form-type-combine .input-group:focus .form-text,
.form-type-combine .input-group.focused label,
.form-type-combine .input-group.focused small,
.form-type-combine .input-group.focused .form-text,
.form-type-combine.input-group:focus label,
.form-type-combine.input-group:focus small,
.form-type-combine.input-group:focus .form-text,
.form-type-combine.input-group.focused label,
.form-type-combine.input-group.focused small,
.form-type-combine.input-group.focused .form-text {
	opacity: .4
}

.form-type-combine .form-group.disabled,
.form-type-combine.form-group.disabled,
.form-type-combine .input-group.disabled,
.form-type-combine.input-group.disabled {
	background-color: #f9fafb;
	opacity: .5;
	cursor: not-allowed
}

.form-type-combine .form-group label,
.form-type-combine .form-group small,
.form-type-combine .form-group .form-text,
.form-type-combine.form-group label,
.form-type-combine.form-group small,
.form-type-combine.form-group .form-text,
.form-type-combine .input-group label,
.form-type-combine .input-group small,
.form-type-combine .input-group .form-text,
.form-type-combine.input-group label,
.form-type-combine.input-group small,
.form-type-combine.input-group .form-text {
	-webkit-transition: .5s;
	transition: .5s
}

.form-type-combine .form-group .form-control,
.form-type-combine .form-group .form-control-plaintext,
.form-type-combine.form-group .form-control,
.form-type-combine.form-group .form-control-plaintext,
.form-type-combine .input-group .form-control,
.form-type-combine .input-group .form-control-plaintext,
.form-type-combine.input-group .form-control,
.form-type-combine.input-group .form-control-plaintext {
	background-color: #f9f9f9;
	border: none;
	padding: 0 1rem;
	height: 2.2rem;
	line-height: 2.2rem;
	min-height: auto;
}

.form-type-combine .form-group .form-control:focus,
.form-type-combine .form-group .form-control.focused,
.form-type-combine.form-group .form-control:focus,
.form-type-combine.form-group .form-control.focused,
.form-type-combine .input-group .form-control:focus,
.form-type-combine .input-group .form-control.focused,
.form-type-combine.input-group .form-control:focus,
.form-type-combine.input-group .form-control.focused {
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-type-combine .form-group textarea,
.form-type-combine .form-group select[multiple],
.form-type-combine.form-group textarea,
.form-type-combine.form-group select[multiple],
.form-type-combine .input-group textarea,
.form-type-combine .input-group select[multiple],
.form-type-combine.input-group textarea,
.form-type-combine.input-group select[multiple] {
	height: auto !important
}

.form-type-combine .form-group label,
.form-type-combine.form-group label,
.form-type-combine .input-group label,
.form-type-combine.input-group label {
	/*font-family:Roboto,sans-serif;
	font-weight:500;
	font-size:10px;*/
	color: #111827;
	font-weight: 400;
	font-size: .85rem;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: -.01rem;
	margin-bottom: 0;
	cursor: inherit
}

.form-type-combine .form-group.require::after,
.form-type-combine.form-group.require::after,
.form-type-combine .input-group.require::after,
.form-type-combine.input-group.require::after {
	content: '*';
	color: #f96868;
	font-size: 0.875rem;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 6px
}

.form-type-combine .form-group.form-group-sm .form-control,
.form-type-combine .form-group.form-group-sm .form-control-plaintext,
.form-type-combine.form-group.form-group-sm .form-control,
.form-type-combine.form-group.form-group-sm .form-control-plaintext,
.form-type-combine .input-group.form-group-sm .form-control,
.form-type-combine .input-group.form-group-sm .form-control-plaintext,
.form-type-combine.input-group.form-group-sm .form-control,
.form-type-combine.input-group.form-group-sm .form-control-plaintext {
	height: 20px;
	line-height: 20px;
	font-size: 13px
}

.form-type-combine .form-group.form-group-sm label,
.form-type-combine.form-group.form-group-sm label,
.form-type-combine .input-group.form-group-sm label,
.form-type-combine.input-group.form-group-sm label {
	font-size: 10px
}

.form-type-combine .form-group.form-group-sm .input-group-text,
.form-type-combine.form-group.form-group-sm .input-group-text,
.form-type-combine .input-group.form-group-sm .input-group-text,
.form-type-combine.input-group.form-group-sm .input-group-text {
	line-height: 58px;
	font-size: 13px
}

.form-type-combine .form-group.form-group-lg .form-control,
.form-type-combine .form-group.form-group-lg .form-control-plaintext,
.form-type-combine.form-group.form-group-lg .form-control,
.form-type-combine.form-group.form-group-lg .form-control-plaintext,
.form-type-combine .input-group.form-group-lg .form-control,
.form-type-combine .input-group.form-group-lg .form-control-plaintext,
.form-type-combine.input-group.form-group-lg .form-control,
.form-type-combine.input-group.form-group-lg .form-control-plaintext {
	height: 32px;
	line-height: 32px;
	font-size: 15px
}

.form-type-combine .form-group.form-group-lg label,
.form-type-combine.form-group.form-group-lg label,
.form-type-combine .input-group.form-group-lg label,
.form-type-combine.input-group.form-group-lg label {
	font-size: 12px
}

.form-type-combine .form-group.form-group-lg .input-group-text,
.form-type-combine.form-group.form-group-lg .input-group-text,
.form-type-combine .input-group.form-group-lg .input-group-text,
.form-type-combine.input-group.form-group-lg .input-group-text {
	line-height: 70px;
	font-size: 15px
}

.form-type-combine .form-group .bootstrap-select .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select .dropdown-toggle {
	background-color: transparent;
	border: none;
	padding: 0;
	height: 25px;
	line-height: 25px;
	min-height: auto
}

.form-type-combine .form-group .bootstrap-select.show .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.show .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.show .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.show .dropdown-toggle {
	-webkit-background-size: 100% 2px, 100% 1px;
	background-size: 100% 2px, 100% 1px;
	border-color: transparent
}

.form-type-combine .input-group,
.form-type-combine.input-group {
	padding: 0;
	display: -webkit-box;
	display: flex;
	overflow: visible;
	margin-bottom: 1rem
}

.form-type-combine .input-group .input-group-text,
.form-type-combine.input-group .input-group-text {
	flex-shrink: 0;
	-webkit-box-pack: center;
	justify-content: center;
	border: none;
	min-width: 63px;
	line-height: 63px;
	padding-top: 0;
	padding-bottom: 0;
	cursor: default
}

.form-type-combine .input-group .input-group-text .custom-control,
.form-type-combine.input-group .input-group-text .custom-control {
	display: -webkit-inline-box;
	display: inline-flex
}

.form-type-combine .input-group .input-group-prepend .btn,
.form-type-combine .input-group .input-group-append .btn,
.form-type-combine.input-group .input-group-prepend .btn,
.form-type-combine.input-group .input-group-append .btn {
	height: 100%;
	border: 0;
	margin: 0
}

.form-type-combine .input-group .input-group-input,
.form-type-combine.input-group .input-group-input {
	padding: 4px 12px 8px;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-transition: .5s;
	transition: .5s
}

.form-type-combine .input-group .input-group-input:focus,
.form-type-combine .input-group .input-group-input.focused,
.form-type-combine.input-group .input-group-input:focus,
.form-type-combine.input-group .input-group-input.focused {
	background-color: #fcfdfe
}

.form-type-combine .input-group .input-group-input:focus label,
.form-type-combine .input-group .input-group-input:focus small,
.form-type-combine .input-group .input-group-input:focus .form-text,
.form-type-combine .input-group .input-group-input.focused label,
.form-type-combine .input-group .input-group-input.focused small,
.form-type-combine .input-group .input-group-input.focused .form-text,
.form-type-combine.input-group .input-group-input:focus label,
.form-type-combine.input-group .input-group-input:focus small,
.form-type-combine.input-group .input-group-input:focus .form-text,
.form-type-combine.input-group .input-group-input.focused label,
.form-type-combine.input-group .input-group-input.focused small,
.form-type-combine.input-group .input-group-input.focused .form-text {
	opacity: .4
}

.form-type-combine .input-group .input-group-input .form-control:focus,
.form-type-combine.input-group .input-group-input .form-control:focus {
	background-color: transparent
}

.form-type-combine .input-group .input-group-text+.input-group-input,
.form-type-combine .input-group .input-group-btn+.input-group-input,
.form-type-combine .input-group .input-group-input+.input-group-text,
.form-type-combine .input-group .input-group-input+.input-group-btn .btn,
.form-type-combine .input-group .input-group-btn .btn+.btn,
.form-type-combine.input-group .input-group-text+.input-group-input,
.form-type-combine.input-group .input-group-btn+.input-group-input,
.form-type-combine.input-group .input-group-input+.input-group-text,
.form-type-combine.input-group .input-group-input+.input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn+.btn {
	border-left: 1px solid #ebebeb
}

.form-type-combine .input-group .input-group-append,
.form-type-combine.input-group .input-group-append {
	border-left: 1px solid #ebebeb
}

.form-type-combine .input-group .input-group-prepend,
.form-type-combine.input-group .input-group-prepend {
	border-right: 1px solid #ebebeb
}

.form-type-combine .input-group .form-control:focus,
.form-type-combine.input-group .form-control:focus {
	border-color: #ebebeb;
	background-color: #fcfdfe;
	-webkit-transition: .5s;
	transition: .5s
}

.form-type-combine.has-success,
.form-type-combine .has-success {
	border-color: #15c377
}

.form-type-combine.has-success+.form-control-feedback,
.form-type-combine .has-success+.form-control-feedback {
	color: #15c377
}

.form-type-combine.has-warning,
.form-type-combine .has-warning {
	border-color: #faa64b
}

.form-type-combine.has-warning+.form-control-feedback,
.form-type-combine .has-warning+.form-control-feedback {
	color: #faa64b
}

.form-type-combine.has-danger,
.form-type-combine .has-danger {
	border-color: #f96868
}

.form-type-combine.has-danger+.form-control-feedback,
.form-type-combine .has-danger+.form-control-feedback {
	color: #f96868
}

.form-type-combine .form-group+.form-control-feedback {
	margin-top: -.5rem;
	line-height: 20px
}

.form-type-combine .custom-select.is-invalid,
.form-type-combine .form-control.is-invalid,
.form-type-combine .was-validated .custom-select:invalid,
.form-type-combine .was-validated .form-control:invalid {
	border-color: #f96868 !important
}

.form-type-combine .custom-select.is-invalid:focus,
.form-type-combine .form-control.is-invalid:focus,
.form-type-combine .was-validated .custom-select:invalid:focus,
.form-type-combine .was-validated .form-control:invalid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-type-combine .custom-select.is-valid,
.form-type-combine .form-control.is-valid,
.form-type-combine .was-validated .custom-select:valid,
.form-type-combine .was-validated .form-control:valid {
	border-color: #15c377 !important
}

.form-type-combine .custom-select.is-valid:focus,
.form-type-combine .form-control.is-valid:focus,
.form-type-combine .was-validated .custom-select:valid:focus,
.form-type-combine .was-validated .form-control:valid:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

/* .form-groups-attached {
	margin-bottom:1rem
} */
.form-groups-attached .form-group {
	margin-bottom: 0;
	border-radius: 0
}

.form-groups-attached>div:not(:last-child),
.form-groups-attached>div:not(:last-child) .form-group {
	border-bottom-color: transparent
}

.form-groups-attached .row {
	margin-left: 0;
	margin-right: 0
}

.form-groups-attached .row>.form-group:not(:last-child) {
	border-right-color: transparent
}

.file-group {
	position: relative;
}

.file-group input[type="file"] {
	position: absolute;
	top: 10px;
	left: 0;
	opacity: 8;
	z-index: 10;
	width: 100%;
}

.file-group-inline {
	display: inline-block
}

.form-control.file-value {
	cursor: text;
	border-bottom: 1px solid #ebebeb !important;
	border-radius: 0;
}

.form-type-combine .form-groups-attached .form-group textarea {
	background-color: #f9f9f9;
	margin-top: .5rem;
	padding: .5rem 1rem;
}

.form-type-combine.type2 .form-groups-attached {
	/* 2개 이상일경우 type2 */
	border-top: 1px solid #ebebeb !important;
	border-right: 1px solid #ebebeb !important;
}

.form-type-combine.type2 .form-group {
	border: 0;
	border-left: 1px solid #ebebeb !important;
	border-bottom: 1px solid #ebebeb !important;
}

.form-type-combine.type2 .input-group {
	margin-bottom: 0;
	border: 0;
}

.form-type-combine.type2 .input-group .input-group-input,
.form-type-combine.type2.input-group .input-group-input {
	padding: 0;
}

.form-type-combine.type2 .input-group .input-group-append .btn,
.form-type-combine.type2.input-group .input-group-append .btn {
	font-size: .8rem;
	padding: 5px 15px;
}

.form-type-combine.type2 .form-flex-type .input-group .input-group-prepend {
	border-right: 0;
}

.form-type-combine.type2 .form-flex-type .input-group .input-group-text {
	min-width: auto;
	line-height: inherit;
	background-color: transparent;
}

label.require::after,
label.required::after,
.col-form-label.require::after,
.col-form-label.required::after{
	content:'*';
	color:#f96868;
	font-weight:500;
	margin-left:5px
}

/* --end input */
/* --flexbox */
.flexbox {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.flexbox>* {
	margin-left: 4px;
	margin-right: 4px
}

.flexbox>*:first-child {
	margin-left: 0
}

.flexbox>*:last-child {
	margin-right: 0
}

@media (max-width:767px) {
	.flexbox>* {
		margin-left: 2px;
		margin-right: 2px
	}

	.flexbox>*:first-child {
		margin-left: 0
	}

	.flexbox>*:last-child {
		margin-right: 0
	}
}

.flexbox.no-gap>*,
.flexbox.no-gutters>* {
	margin-left: 0;
	margin-right: 0
}

ul.flexbox {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.flexbox-vertical {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.flexbox-vertical.no-gap>*,
.flexbox-vertical.no-gutters>* {
	margin-top: 0;
	margin-bottom: 0
}

.flex-justified>*,
.flex-grow-all>*,
.flex-cols-wide>*,
.flex-col-wide,
.flex-grow {
	-webkit-box-flex: 1;
	flex: 1 1
}

.flex-grow-1 {
	-webkit-box-flex: 1;
	flex-grow: 1
}

.flex-grow-2 {
	-webkit-box-flex: 2;
	flex-grow: 2
}

.flex-grow-3 {
	-webkit-box-flex: 3;
	flex-grow: 3
}

.flex-grow-4 {
	-webkit-box-flex: 4;
	flex-grow: 4
}

.flex-grow-5 {
	-webkit-box-flex: 5;
	flex-grow: 5
}

.flex-grow-6 {
	-webkit-box-flex: 6;
	flex-grow: 6
}

.flex-grow-7 {
	-webkit-box-flex: 7;
	flex-grow: 7
}

.flex-grow-8 {
	-webkit-box-flex: 8;
	flex-grow: 8
}

.flex-grow-9 {
	-webkit-box-flex: 9;
	flex-grow: 9
}

.flex-grow-0 {
	-webkit-box-flex: 0;
	flex-grow: 0
}

/* table */
.table td,
.table th {
	vertical-align: middle;
}

.table thead th,
.table thead td {
	padding: .75rem 0;
}

.table.table-bordered {
	border-color: transparent;
	border-top: solid 2px #202121;
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 1px;
	border-bottom-width: 0;
	color: #393939;
}

.table.table-bordered thead th,
.table.table-bordered th:first-child {
	border-left: none;
}

.table.table-bordered th:first-child,
.table.table-bordered td:first-child {
	border-left: none;
}

.table.table-bordered th:last-child:not(:only-child),
.table.table-bordered td:last-child {
	border-right: none;
}

.table .subject .badge {
	font-size: .7rem;
	line-height: 1;
	font-family: "Roboto", Arial, sans-serif;
}

.table .ico-notice {
	color: #f35958;
	font-weight: 700;
}

.table .subject .ico-commenting {
	display: inline;
	color: #f35958;
	font-size: .8rem;
	font-family: "Roboto", Arial, sans-serif;
}

@media (max-width:767px) {

	.table-bordered.response colgroup,
	.table-bordered.response thead {
		display: none;
	}

	.table-bordered.response>tbody>tr {
		position: relative;
		display: block;
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
		padding: 10px 0;
	}

	.table-bordered.response>tbody>tr>td {
		display: inline-block;
		padding: 2px 3px;
		border: none;
		color: #555;
		white-space: normal;
	}

	.table-bordered.response>tbody>tr>td.subject {
		display: block;
	}

	.table-bordered.response>tbody>tr>td.text-truncate {
		width: 90%;
		max-width: 90%;
	}
}

/* 갤러리게시판 */
.gallery-list {
	overflow: hidden;
}

.gallery-list>ul>li a {
	position: relative;
	border: 1px solid #ddd;
	display: block;
}

.gallery-list>ul>li a .item figure .img-fluid {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.gallery-list>ul>li~li a {
	margin-top: 15px;
}

.gallery-list>ul>li a .details {
	padding: 18px 15px 15px;
	text-align: center;
}

.gallery-list>ul>li a .details h4 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
	color: #111827;
	font-weight: 400;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.gallery-list .check_select {
	position: absolute;
	top: 10px;
	left: 10px;
}

.gallery-list .info span {
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}

.gallery-list .info span:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #b9b9b9;
}

.gallery-list .info time {
	font-family: 'Roboto';
}

@media (min-width: 768px) {
	.gallery-list>ul>li~li a {
		margin-top: 0;
	}

	.gallery-list>ul>li:nth-of-type(2)~li a {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.gallery-list>ul>li:nth-of-type(2)~li a {
		margin-top: 0;
	}

	.gallery-list>ul>li:nth-of-type(3)~li a {
		margin-top: 30px;
	}
}

/* faq게시판 */
.faq-list {
	border-top: 2px solid #5c5c5c;
}

.faq-list .card {
	border-radius: 0;
	border: 0;
	background-color: rgba(0, 0, 0, .03);
}

.faq-list .card-header {
	padding: 25px 35px 25px 15px;
	font-size: 120%;
	background-color: #fff;
}

.faq-list .card-header:first-child {
	border-radius: 0;
}

.faq-list .card-header a {
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.faq-list .card-header a:hover {
	text-decoration: none;
	color: #0070b9;
}

.faq-list .card-header a:after {
	font-family: "xeicon";
	content: "\e944";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.faq-list .card-header a.collapsed:after {
	font-family: "xeicon";
	content: "\e941";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.faq-list .card-body {
	padding: 25px 15px;
	background: #fcfcfc;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-list .faq-q:before {
	content: "Q";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 18px;
	font-size: 0.8em;
	color: #fff;
	background: #0070b9;
	border-radius: 1em;
	text-align: center;
}

.faq-list .faq-a {
	position: relative;
	padding-left: 43px;
	font-size: 1.1em;
}

.faq-list .faq-a:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 0.9em;
	color: #fff;
	background: #c9025d;
	border-radius: 5em;
	text-align: center;
}

@media (max-width: 768px) {
	.faq-list .card-header {
		padding: 25px 15px;
	}

	.faq-list .card-header a span {
		display: block;
		width: 90%;
	}
}

/* 설문조사 */
.poll-list .poll-box {
	padding: 30px;
	border: 1px solid #d6d9db;
	margin-top: 0;
	position: relative;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.poll-list>ul>li:nth-of-type(1)~li .poll-box {
	margin-top: 15px;
}

.poll-list .poll-box:hover {
	border-color: #777;
}

.poll-list .poll-box .num {
	float: left;
	min-width: 25px;
	font-family: "Roboto", Arial, sans-serif;
}

.poll-list .poll-box h4 {
	color: #111827;
	font-weight: 500;
	font-size: 1rem;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.poll-list .poll-box h4 span {
	font-size: .8rem;
	display: inline-block;
	margin-right: 10px;
}

.poll-list .poll-box .info {
	padding-left: 25px;
}

@media (min-width: 768px) {
	.poll-list>ul>li:nth-of-type(1)~li .poll-box {
		margin-top: 0;
	}

	.poll-list>ul>li:nth-of-type(2)~li .poll-box {
		margin-top: 25px;
	}
}

/* 설문조사-질문 */
.poll-view .card-header {
	color: #111827;
	font-size: 1.15rem;
}

.poll-view .card-header span {
	display: inline-block;
	height: 100%;
	padding: 15px 20px;
	margin-right: 15px;
	color: #fff;
	background-color: #005dd0;
}

.poll-view .article-question .poll-box {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed rgba(0, 0, 0, .125)
}

.poll-view .article-question .poll-box:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.poll-view .article-question .poll-box .title {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	font-size: 1rem;
}

.poll-view .article-question .poll-box .title:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	font-family: "Roboto", Arial, sans-serif;
	width: 26px;
	height: 26px;
	background: #00b297;
}

.poll-view .article-question .poll-box .list {
	padding-left: 0;
}

.poll-view .article-question .poll-box .list label.custom-control-label {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.poll-view .article-question .poll-box .list {
		padding-left: 35px;
	}
}

/*-- end table  --*/
/* paging */
.paging {
	padding: 20px 0;
	overflow: hidden;
}

.paging .pagination {
	justify-content: center;
}

.pagination a {
	display: block;
	color: #8b95a5;
	font-weight: 500;
	border-color: #ebebeb;
	padding: 0 8px;
	min-width: 31px;
	line-height: 29px;
	text-align: center;
	border-radius: 4px;
}

.pagination a:hover,
.pagination a:focus {
	background-color: #f9fafb;
	color: #4d5259
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover {
	color: #fff;
	background-color: #0070b9;
	border-color: #0070b9;
	font-weight: 700;
}

.pagination a.first,
.pagination a.prev,
.pagination a.next,
.pagination a.last {
	width: auto;
}

.pagination a span {
	display:none;
}

.pagination a:before {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: .95rem;
}

.pagination a.first:before {
	content: "\f100";
}

.pagination a.prev:before {
	content: "\f053";
}

.pagination a.next:before {
	content: "\f054";
}

.pagination a.last:before {
	content: "\f101";
}

/* 상세보기 */
.board-view .article-header {
	border-top: 1px solid #111827;
	border-bottom: 1px solid #cbcfd4;
	background: #f9f9f9;
}

.board-view .article-header h4 {
	border-bottom: 1px solid #cbcfd4;
	padding: 15px 20px;
	font-size: 1.3rem;
	color: #111827;
	line-height: 110%;
}

.board-view .article-header .info {
	background: #f9f9f9;
	padding: 12px 20px;
}

.board-view .article-header .info li {
	display: inline-block;
	vertical-align: top;
	color: #555;
	margin-right: 22px;
	position: relative;
}

.board-view .article-header .info li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -11px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #cbcfd4;
	width: 1px;
	height: 10px;
}

.board-view .article-header .info li:last-child:after {
	display: none;
}

.board-view .article-header .info li.remark {
	display: block;
	border-top: 1px dashed #cbcfd4;
	margin-top: 8px;
	padding-top: 13px;
}

.board-view .article-content {
	padding: 25px;
	border-bottom: 1px solid #cbcfd4;
}

/* 내용 미리보기 */
.board-view .article-remark {
	padding: 25px;
	border-bottom: 1px solid #cbcfd4;
}

/* 첨부파일 */
.board-view .article-file {
	padding: 15px 20px;
	border-bottom: 1px solid #cbcfd4;
}

.board-view .article-file ul li {
	margin-top: 5px;
}

.board-view .article-file ul li:first-child {
	margin-top: 0;
}


/* 코멘트 */
.comment-list .comment-info,
.comment-list .comment-info .comment-area {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.comment-list .comment-info:first-child,
.comment-list .comment-info .comment-area:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.comment-list .comment-info strong {
	color: #111827;
	font-weight: 500;
	margin-right: 10px;
}

.comment-list .comment-info .comment-area {
	border-top-style: dashed;
}

.comment-list .dep2:before,
.comment-list .dep3:before,
.comment-list .dep4:before,
.comment-list .dep5:before,
.comment-list .dep6:before {
	content: "\e981";
	font-family: "xeicon";
	display: inline-block;
	margin-left: -15px;
}

.comment-list .dep2 {
	padding-left: 15px;
}

.comment-list .dep3 {
	padding-left: 30px;
}

.comment-list .dep4 {
	padding-left: 45px;
}

.comment-list .dep5 {
	padding-left: 60px;
}

.comment-list .dep6 {
	padding-left: 75px;
}

.board-write .form-type-combine .form-group .form-control,
.comment-write .form-type-combine .form-group .form-control,
.form-control.bg {
	background-color: #f9f9f9;
	padding: 0 1rem;
	border-color: #eee;
}

.comment-write textarea,
textarea.form-control.bg {
	background-color: #f9f9f9;
	padding: .5rem 1rem;
	border-color: #eee;
}


/* 이전글다음글 */
.board-link-list {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.board-link-list>li {
	padding: 0 0.625rem;
}

.board-link-list>li.disabled {
	pointer-events: none;
	color: #111827;
	background-color: rgba(0, 0, 0, .03) !important;
	cursor: not-allowed;
	opacity: .5;
}

.board-link-list>li>dl dd a {
	position: relative;
	font-size: .85rem;
	color: #555;
	line-height: 40px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 1.875rem;
	text-overflow: ellipsis;
}

.board-link-list>li>dl dd a:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-family: "xeicon";
}

.board-link-list>li.prev {
	border-bottom: 1px solid #dfdfdf;
}

.board-link-list>li.prev>dl dd a:before {
	content: "\e945";
}

.board-link-list>li.next>dl dd a:before {
	content: "\e942";
}

@media (min-width: 768px) {
	.board-link-list>li {
		padding: 5px 20px;
	}

	.board-link-list>li>dl dt {
		position: relative;
		font-size: .85rem;
		font-weight: 400;
		color: #000;
		line-height: 40px;
	}

	.board-link-list>li>dl dt:after {
		position: absolute;
		top: 0;
		right: 0.625rem;
		font-family: "xeicon";
	}

	.board-link-list>li>dl dd a {
		font-size: .85rem;
		padding-left: 20px;
	}

	.board-link-list>li>dl dd a:before {
		display: none;
	}

	.board-link-list>li.prev>dl dt:after {
		content: "\e945";
	}

	.board-link-list>li.next>dl dt:after {
		content: "\e942";
	}
}

@media (min-width: 1200px) {
	.board-link-list>li>dl dt:after {
		right: 60px;
	}

	.board-link-list>li>dl dd a {
		padding-left: 0;
	}
}

.board-link-list2 {
	overflow: hidden;
}

.board-link-list2 li {
	border: 1px solid #ced4da;
}

.board-link-list2 li a {
	font-size: 0.875rem;
	padding: 0.625rem;
	display: inline-block;
	min-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	width: auto;
	vertical-align: middle;
}

.board-link-list2 li a span {
	color: #111827;
	font-weight: 500;
}

.board-link-list2 li a:hover,
.board-link-list2 li a:active,
.board-link-list2 li a:focus {
	text-decoration: none;
}

.board-link-list2 li a:hover span,
.board-link-list2 li a:active span,
.board-link-list2 li a:focus span {
	color: #fff;
}

.board-link-list2 .prev a span::before {
	font-family: "xeicon";
	content: "\e944";
	border: 0;
	margin-right: 5px;
}

.board-link-list2 .prev a span,
.board-link-list2 .next a span {
	margin-right: 0.625rem;
}

.board-link-list2 .prev a:hover,
.board-link-list2 .prev a:active,
.board-link-list2 .prev a:focus,
.board-link-list2 .prev a:visited {
	background: #868e96;
}

.board-link-list2 .next {
	border-top: none;
}

.board-link-list2 .next a span:before {
	font-family: "xeicon";
	content: "\e941";
	border: 0;
	margin-right: 5px;
}

.board-link-list2 .next a:hover,
.board-link-list2 .next a:active,
.board-link-list2 .next a:focus,
.board-link-list2 .next a:visited {
	background: #868e96;
}

.board-link-list2 .prev a.disabled,
.board-link-list2 .next a.disabled {
	pointer-events: none;
	color: #696969;
	background-color: #EDF0F2 !important;
	cursor: not-allowed;
}

.board-link-list2 .prev a.disabled span,
.board-link-list2 .next a.disabled span {
	color: #111827;
}

.board-link-list2 li a.disabled {
	pointer-events: none;
	color: #111827;
	background-color: rgba(0, 0, 0, .03) !important;
	cursor: not-allowed;
	opacity: .5;
}

.board-link-list2 li a:hover,
.board-link-list2 li a:active,
.board-link-list2 li a:focus {
	color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

@media (min-width: 768px) {
	.board-link-list2 li {
		width: 50%;
		float: left;
	}

	.board-link-list2 li a {
		padding: 20px;
	}

	.board-link-list2 .prev a span::before {
		font-family: "xeicon";
		content: "\e93b";
		border: 0;
	}

	.board-link-list2 .next {
		border-top: 1px solid #ced4da;
		border-left: none;
	}

	.board-link-list2 .next a {
		text-align: right;
	}

	.board-link-list2 .next a span {
		margin-left: 0.625rem;
		margin-right: 0;
		float: right;
	}

	.board-link-list2 .next a span:before {
		content: "";
	}

	.board-link-list2 .next a span:after {
		font-family: "xeicon";
		content: "\e93e";
		border: 0;
	}
}


/* 로그인 */
.login-wrap {
	font-size: 105%;
	max-width: 560px;
	margin: 0 auto;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 3px 5px 16px rgba(40, 83, 119, 0.06);
	border-radius: 10px;
	transition-timing-function: ease-in-out;
	transition-property: border-radius, box-shadow, border;
	transition-duration: .25s;
}

.login-wrap .login-tit {
	color: #111827;
	font-size: 1.5rem;
}

.login-wrap .login-tit span {
	font-size: 1.2rem;
	font-weight: 300;
}

.login-wrap .login-form {
	border: 1px solid rgba(0, 0, 0, .125);
}

.login-wrap .login-form fieldset {
	padding: 20px;
	max-width: 500px;
	margin: auto;
}

.login-wrap .login-form .form-control {
	border: 1px solid #f3f5fa;
	background-color: #f3f5fa;
	margin-top: 10px;
	height: calc(2.5rem + 2px);
}

@media (min-width: 768px) {
	.login-wrap .login-form fieldset {
		padding: 70px 50px;
	}
}

@media (max-width: 767px) {
	.login-wrap {
		border: 0;
		box-shadow: none;
		border-radius: 0;
	}
}

/* Sparkline */
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0 !important;
	border-radius: 2px;
}

/* jstree menu */
.jstree-default .jstree-disabled {
	cursor: not-allowed;
	line-height: auto;
	height: auto
}

.jstree-default .jstree-icon.la {
	font-size: 1.5rem
}

.jstree-open>.jstree-anchor>.fa-folder:before {
	margin-left: 2px;
	content: "\f07c"
}

.jstree-open>.jstree-anchor>.la-folder:before {
	margin-left: 2px;
	content: "\f200"
}

.jstree-default.jstree-rtl .jstree-node {
	background-position: 100% 1px
		/*rtl:ignore*/
		 !important
}

.jstree-default.jstree-rtl .jstree-last {
	background: transparent;
	/*rtl:ignore;*/
	background-repeat: no-repeat
}

.jstree-rtl .jstree-anchor {
	padding: 0 4px 0 8px
		/*rtl:ignore*/
}

/* modal */
.modal-content {
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.modal-header {
	color: #fff;
	background-color: #0070b9;
	border-radius: 0;
}

.modal-header h4 {
	font-size: 1.2rem;
	font-weight: 400;
}

.modal-header .close {
	color: #000;
	font-size: 2rem;
	line-height: 22px;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* toolbar */
.toolbar {
	position: relative;
}

.toolbar:hover .toolbar-toggle {
	color: #0081e6;
}

.toolbar:hover .toolbar-dropdown {
	display: block;
}

.toolbar-dropdown {
	position: absolute;
	right: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	padding: 10px;
	border-radius: 0.25rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	border: 1px solid #ebebeb !important;
	max-height: 400px;
	height: auto;
	max-width: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	display: none;}

/* template */
/* 레이어팝업 */
.modal.layer-pop {
	position: absolute !important;
	right: auto !important;
	bottom: auto !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.modal.layer-pop .modal-content {
	padding: 0 !important;
	/* margin:5px !important;
	border:2px solid #338edf;*/
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
	.modal.layer-pop {
		position: fixed !important;
		width: auto !important;
		height: auto !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		overflow: hidden !important;
	}
}

/* util */
.util-wrap {
	clear: both;
	margin-top: -10px;
}

.sns-wrap .sns-share {
	position: relative;
}

.sns-wrap .sns-share>a {
	width: 33px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	padding: 4px 7px 6px;
}

.sns-wrap .sns-share>a img {
	width: 16px;
}

.sns-wrap .sns-share div {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 139px;
	border: 1px solid #999;
	border: 1px solid #dcdcdc;
	background: #fff;
	z-index: 2;
}

.sns-wrap .sns-share div ul {
	padding: 6px;
}

.sns-wrap .sns-share div li {
	margin: 6px;
}

.sns-wrap .sns-share div li #facebook {
	color: #3b5998;
}

.sns-wrap .sns-share div li #twitter {
	color: #00aaec
}

.sns-wrap .sns-share div li span {
	padding-left: 10px;
	vertical-align: top;
}

.zoom-btn-wrap {
	text-align: center;
}

.zoom-btn-wrap ul {
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding-left: 0;
	border: 1px solid #dcdcdc;
}

.zoom-btn-wrap ul li {
	float: left;
}

.zoom-btn-wrap ul li a {
	width: 33px;
	width: auto;
	min-width: 35px;
	display: inline-block;
	padding: 5px;
	border-left: 1px solid #dcdcdc;
}

.zoom-btn-wrap ul li:first-child a {
	border-left: 0;
}

.zoom-btn-wrap ul li a i {
	font-size: 120%;
}

/*  담당부서 */
.charge-info ul li {
	float: left;
	margin-left: 25px;
}

.charge-info ul li:first-child {
	margin-left: 0;
}

.charge-info ul li strong {
	font-weight: 500;
	color: #000;
	margin-right: 5px;
}

/* 컨텐츠 만족도 */
.satisfaction-info strong {
	font-weight: 500;
	color: #000;
	font-size: .95rem;
}

/* 상단팝업 */
.popup-top-btn {
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
	margin-left: 10px;
	padding: 0 10px;
	background: rgba(0, 0, 0, .5);
}

.popup-top-btn a {
	color: rgba(255, 255, 255, .8);
}

#popup-top {
	background-color: #00b297;
	position: relative;
	z-index: 40;
}

#popup-top .container {
	position: relative;
}

#popup-top .slider {
	width: auto;
	margin: 0 20px 0;
}

#popup-top .slider li a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
}

#popup-top .slider li a strong {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: 500;
}

#popup-top .slider li a span {
	font-size: 1rem;
}

#popup-top .slick-slide {
	padding: 25px 35px;
}

#popup-top .slick-arrow {
	margin: 0;
	z-index: 2;
}

#popup-top .slick-prev:before,
#popup-top .slick-next:before {
	color: black;
}

#popup-top .slick-dots {
	bottom: -40px;
}

#popup-top .slider .slick-prev,
#popup-top .slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: transparent;
}

#popup-top .slider button.slick-prev {
	left: -25px;
}

#popup-top .slider button.slick-prev::before {
	font: normal 30px 'xeicon';
	content: "\e93d";
	color: #111827;
}

#popup-top .slider button.slick-next {
	right: -25px;
}

#popup-top .slider button.slick-next::before {
	font: normal 30px 'xeicon';
	content: "\e940";
	color: #111827;
}

#popup-top .slick-dots {
	display: flex;
	justify-content: center;
	justify-content: flex-end;
	margin: 0 30px 0 0;
	padding: 1rem 0;
	list-style-type: none;
}

#popup-top .slick-dots li {
	margin: 0 0.25rem;
}

#popup-top .slick-dots li button {
	display: block;
	width: .7rem;
	height: .7rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #626977;
	text-indent: -9999px;
}

#popup-top .slick-dots li.slick-active button {
	background-color: #00b297;
	background-color: #fff;
}

#popup-top .slick-controls-auto {
	position: absolute;
	bottom: 10px;
	right: 15px;
	display: inline-block;
}

#popup-top .slick-controls-auto button {
	display: inline-block;
	position: relative;
	top: 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	color: transparent;
	overflow: hidden;
}

#popup-top .slick-controls-auto .pause:before {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #111827;
	font: normal 21px/20px 'xeicon';
	content: "\ea3b";
}

#popup-top .slick-controls-auto .play:before {
	display: block;
	width: 100%;
	height: 100%;
	color: #111827;
	background-color: transparent;
	font: normal 21px/20px 'xeicon';
	content: "\ea3e";
}

/* bbs 게시판 새글 */
.ico.ico_new {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	background-color: #f35958;
	color: #fff;
	margin-left: 3px;
}



/* Vod List */
.vod_wrap {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0 0 15px;
}

#videoframe {
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0 0 15px;
}

.vod_wrap .vod_mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: url("img/media_play_btn.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20% auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.vod_wrap:hover .vod_mask {
	opacity:1;
	filter:alpha(opacity=100);
}

.vod_load {
	clear:both;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.vod_load .img-rounded {
	background-color:#333;
}

.vod_big .vod_contents {
	clear:both;
	height:237px;
	overflow-x:hidden;
	margin:20px 0;
	background-color:#fbfbfb;
	border:1px solid #ddd;
}

.vod_big .vod_contents.small-hb {
	height:165px;
}

.vod .vod_contents {
	line-height:1.5em;
	margin-bottom:4px;
}

.vod .vod_contents-hb {
	clear:both;
	height:90px;
	overflow:hidden;
	margin:5px 0 !important;
}

#vodList .vod_wrap img {
	height:147px !important
}

.img-responsive {
  width: 100%;
}

.row.portfolio {
	overflow: hidden;
}
.row.portfolio .galleryList_img {
	position: relative;
	width:100%;
	height:250px;
	overflow: hidden;
	margin:5px 0 10px;
	border: 1px solid #eee;
	background-color:#fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.row.portfolio .galleryList_img img {
	height:290px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.row.portfolio .galleryList_subject {
	color:#333;
	font-size:16px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.row.portfolio .datetime {
	color:#666;
	font-size:95%;
}
@media (max-width:992px) {
	.row.portfolio .galleryList_img {
		height:190px;
	}
	.row.portfolio .galleryList_img img {
		height:260px;
	}
}
@media (max-width:575px) {
	.row.portfolio .galleryList_subject {
		font-size:14px;
	}
	.row.portfolio .galleryList_img {
		width:100%;
		height:auto !important;
	}
	.row.portfolio .galleryList_img img {
		width:100%;
		height:auto !important;
		max-height:auto !important;
		position: static;
		left: 0;
		top: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.mask-wrapper {
	padding:20px 0;
}


.tbl_mobile tbody tr td:nth-child(1),
.tbl_mobile tbody tr td:nth-child(3) {
	width: 13%;
	background-color: #f8f9fa;
	color: #111827;
	text-align: center;
}

.tbl_mobile tbody tr td:nth-child(2),
.tbl_mobile tbody tr td:nth-child(4) {
	width: 37%;
}

.tbl_mobile tbody tr.tr-single td:nth-child(2) {
	width: 87%;
}

.modal-body .tbl_mobile tbody tr.tr-single td:nth-child(1),
.modal-body .tbl_mobile tbody tr.tr-single td:nth-child(3) {
	width: 20%;
}

.modal-body .tbl_mobile tbody tr.tr-single td:nth-child(2) {
	width: 80%;
}

@media (max-width:991px) {

	.tbl_mobile colgroup,
	.tbl_mobile thead {
		display: none
	}

	.tbl_mobile tbody tr {
		display: flex;
		flex-wrap: wrap;
	}

	.tbl_mobile tbody tr td {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
	}

	.tbl_mobile tbody tr td:nth-child(1),
	.tbl_mobile tbody tr td:nth-child(3) {
		flex: 0 1 20%;
		border-left: 0
	}

	.tbl_mobile tbody tr td:nth-child(2),
	.tbl_mobile tbody tr td:nth-child(4) {
		flex: 0 1 80%;
		border-right: 0;
		justify-content: left;
	}

	.modal-body .tbl_mobile tbody tr td:nth-child(1),
	.modal-body .tbl_mobile tbody tr td:nth-child(3) {
		padding-top: 4px;
		padding-bottom: 4px;
		border-right: 0;
		flex: 0 1 100%;
		justify-content: left;
	}

	.modal-body .tbl_mobile tbody tr td:nth-child(2),
	.modal-body .tbl_mobile tbody tr td:nth-child(4) {
		border-left: 0;
		flex: 0 1 100%
	}
}


/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button,
.fc table,
body .fc {
	font-size: 1em
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0
}

.fc-icon,
.fc-unselectable {
	-webkit-touch-callout: none
}

.fc {
	direction: ltr;
	text-align: left
}

.fc-rtl {
	text-align: right
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
	text-align: center
}

.fc-highlight {
	background: #bce8f1;
	opacity: .3
}

.fc-bgevent {
	background: #8fdf82;
	opacity: .3
}

.fc-nonbusiness {
	background: #d7d7d7
}

.fc button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;
	white-space: nowrap;
	cursor: pointer
}

.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0
}

.fc-state-default {
	border: 1px solid;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-default.fc-corner-left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.fc button .fc-icon {
	position: relative;
	top: -.05em;
	margin: 0 .2em;
	vertical-align: middle
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
	color: #333;
	background-color: #e6e6e6
}

.fc-state-hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
	background-color: #ccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: .65;
	box-shadow: none
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
	cursor: pointer
}

.fc-button-group {
	display: inline-block
}

.fc .fc-button-group>* {
	float: left;
	margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
	margin-left: 0
}

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
	padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
	float: right
}

.fc-divider {
	border-style: solid;
	border-width: 1px
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	border-width: 1px 0
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%
}

.fc-clear {
	clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc table {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0
}

.fc td,
.fc th {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top
}

.fc td.fc-today {
	border-style: double
}

a[data-goto]:hover {
	text-decoration: underline
}

.fc .fc-row {
	border-style: solid;
	border-width: 0
}

.fc-row table {
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
	border-top: 0 hidden transparent
}

.fc-row {
	position: relative
}

.fc-row .fc-bg {
	z-index: 1
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
	border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2
}

.fc-row .fc-highlight-skeleton {
	z-index: 3
}

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
	z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
	background: 0 0;
	border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	border-top: 0
}

.fc-scroller {
	-webkit-overflow-scrolling: touch
}

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
	overflow: hidden
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
	position: relative;
	width: 100%
}

.fc-event {
	position: relative;
	display: block;
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad
}

.fc-event,
.fc-event-dot {
	background-color: #3a87ad
}

.fc-event,
.fc-event:hover {
	color: #fff;
	text-decoration: none
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	cursor: not-allowed
}

.fc-event .fc-bg {
	z-index: 1;
	background: #fff;
	opacity: .25
}

.fc-event .fc-content {
	position: relative;
	z-index: 2
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
	display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	display: block
}

.fc-event.fc-selected .fc-resizer:before {
	content: "";
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}

.fc-event.fc-selected {
	z-index: 9999 !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fcevent {
	color:#f35958 !important;
	font-weight: 700;
}

.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px;
	bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	top: 50%;
	margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px
}

.fc-day-grid-event {
	margin: 1px 2px 0;
	padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
	margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #000;
	opacity: .25
}

.fc-day-grid-event .fc-content {
	white-space: nowrap;
	overflow: hidden
}

.fc-day-grid-event .fc-time {
	font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px
}

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none
}

a.fc-more:hover {
	text-decoration: underline
}

.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
	text-decoration: none
}

.fc-limited {
	display: none
}

.fc-icon,
.fc-toolbar .fc-center {
	display: inline-block
}

.fc-day-grid .fc-row {
	z-index: 1
}

.fc-more-popover {
	z-index: 2;
	width: 220px
}

.fc-more-popover .fc-event-container {
	padding: 10px
}

.fc-event-container {
	margin-top:40px;
}

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
	padding: 0
}

.fc-now-indicator {
	position: absolute;
	border: 0 solid red
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
	border-radius: 0
}

.fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #ddd
}

.fc-unthemed .fc-popover {
	background-color: #fff;
	border-width: 1px;
	border-style: solid
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
	background: #eee
}

.fc-unthemed td.fc-today {
	background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: .3
}

.fc-icon {
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fc-icon:after {
	position: relative
}

.fc-icon-left-single-arrow:after {
	content: "\2039";
	font-weight: 700;
	font-size: 200%;
	top: -7%
}

.fc-icon-right-single-arrow:after {
	content: "\203A";
	font-weight: 700;
	font-size: 200%;
	top: -7%
}

.fc-icon-left-double-arrow:after {
	content: "\AB";
	font-size: 160%;
	top: -7%
}

.fc-icon-right-double-arrow:after {
	content: "\BB";
	font-size: 160%;
	top: -7%
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%
}

.fc-icon-x:after {
	content: "\D7";
	font-size: 200%;
	top: 6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
	font-size: .9em;
	margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
	background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
	background-image: none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
	background: 0 0
}

.fc-popover>.ui-widget-header+.ui-widget-content {
	border-top: 0
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
	border-color: inherit
}

.ui-widget .fc-event {
	color: #fff;
	font-weight: 400
}

.ui-widget td.fc-axis {
	font-weight: 400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
	text-decoration: underline
}

.fc.fc-bootstrap4 a {
	text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
	text-decoration: underline
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
	color: #fff
}

.fc-bootstrap4 .fc-popover.card {
	position: absolute
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em
}

.fc-toolbar .fc-left {
	float: left
}

.fc-toolbar .fc-right {
	float: right
}

.fc .fc-toolbar>*>* {
	float: left;
	margin-left: .75em
}

.fc-toolbar h2 {
	margin: 0
}

.fc-toolbar button {
	position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2
}

.fc-toolbar .fc-state-down {
	z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4
}

.fc-toolbar button:focus {
	z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.fc-view,
.fc-view>table {
	position: relative;
	z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
	padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc-day-top.fc-other-month {
	opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
	padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
	float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
	float: left;
	border-radius: 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
	float: right;
	border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: grey
}

.fc-basic-view td.fc-week-number>* {
	display: inline-block;
	min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em
}

.fc .fc-axis {
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap
}

.fc-ltr .fc-axis {
	text-align: right
}

.fc-rtl .fc-axis {
	text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
	position: relative;
	z-index: 1
}

.fc-time-grid {
	min-height: 100%
}

.fc-time-grid table {
	border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
	z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-content-col {
	position: relative
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0
}

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-highlight-container {
	z-index: 3;
	position: relative
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5
}

.fc-time-grid .fc-helper-container {
	position: relative;
	z-index: 6
}

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
	margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
	position: absolute;
	z-index: 1
}

.fc-time-grid .fc-bgevent {
	left: 0;
	right: 0
}

.fc-v-event.fc-not-start {
	border-top-width: 0;
	padding-top: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
	border-bottom-width: 0;
	padding-bottom: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
	overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none
}

.fc-time-grid-event .fc-content {
	overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
	white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	display: inline-block;
	vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	left: 50%;
	margin-left: -5px;
	bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px
}

.fc-rtl .fc-list-view {
	direction: rtl
}

.fc-list-view {
	border-width: 1px;
	border-style: solid
}

.fc .fc-list-table {
	table-layout: auto
}

.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px
}

.fc-list-table tr:first-child td {
	border-top-width: 0
}

.fc-list-heading {
	border-bottom-width: 1px
}

.fc-list-heading td {
	font-weight: 700
}

.fc-ltr .fc-list-heading-main {
	float: left
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
	float: right
}

.fc-rtl .fc-list-heading-alt {
	float: left
}

.fc-list-item.fc-has-url {
	cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px
}

.fc-ltr .fc-list-item-marker {
	padding-right: 0
}

.fc-rtl .fc-list-item-marker {
	padding-left: 0
}

.fc-list-item-title a {
	text-decoration: none;
	color: inherit
}

.fc-list-item-title a[href]:hover {
	text-decoration: underline
}

.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table
}

.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.fc-unthemed .fc-list-empty {
	background-color: #eee
}

.h4cTit.heng,
.h5cTit.heng {
	display:none;
}