@charset "UTF-8";

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #303d67 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus
	{
	background-color: #9c000a !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover,
	button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus
	{
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus
	{
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ef8a21 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus
	{
	background-color: #ce700f !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus
	{
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !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: #2c302e !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus
	{
	background-color: #141515 !important;
}

.bg-link {
	background-color: #0056b3 !important;
}

a.bg-link:hover, a.bg-link:focus, button.bg-link:hover, button.bg-link:focus
	{
	background-color: #003d80 !important;
}

.bg-muted {
	background-color: #6c757d !important;
}

a.bg-muted:hover, a.bg-muted:focus, button.bg-muted:hover, button.bg-muted:focus
	{
	background-color: #545b62 !important;
}

.bg-white {
	background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus
	{
	background-color: #e6e6e6 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #303d67 !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ef8a21 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #2c302e !important;
}

.border-link {
	border-color: #0056b3 !important;
}

.border-muted {
	border-color: #6c757d !important;
}

.border-white {
	border-color: #fff !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media ( min-width : 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 1260px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 1480px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
	.embed-responsive embed, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media ( min-width : 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 1260px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 1480px) {
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media ( min-width : 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media ( min-width : 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media ( min-width : 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media ( min-width : 1260px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

@media ( min-width : 1480px) {
	.float-xxl-left {
		float: left !important;
	}
	.float-xxl-right {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@
supports (position: sticky ) { .sticky-top { position:sticky;
	top: 0;
	z-index: 1020;
}

}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.m-6 {
	margin: 4.5rem !important;
}

.mt-6, .my-6 {
	margin-top: 4.5rem !important;
}

.mr-6, .mx-6 {
	margin-right: 4.5rem !important;
}

.mb-6, .my-6 {
	margin-bottom: 4.5rem !important;
}

.ml-6, .mx-6 {
	margin-left: 4.5rem !important;
}

.m-7 {
	margin: 6rem !important;
}

.mt-7, .my-7 {
	margin-top: 6rem !important;
}

.mr-7, .mx-7 {
	margin-right: 6rem !important;
}

.mb-7, .my-7 {
	margin-bottom: 6rem !important;
}

.ml-7, .mx-7 {
	margin-left: 6rem !important;
}

.m-8 {
	margin: 2rem !important;
}

.mt-8, .my-8 {
	margin-top: 2rem !important;
}

.mr-8, .mx-8 {
	margin-right: 2rem !important;
}

.mb-8, .my-8 {
	margin-bottom: 2rem !important;
}

.ml-8, .mx-8 {
	margin-left: 2rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.p-6 {
	padding: 4.5rem !important;
}

.pt-6, .py-6 {
	padding-top: 4.5rem !important;
}

.pr-6, .px-6 {
	padding-right: 4.5rem !important;
}

.pb-6, .py-6 {
	padding-bottom: 4.5rem !important;
}

.pl-6, .px-6 {
	padding-left: 4.5rem !important;
}

.p-7 {
	padding: 6rem !important;
}

.pt-7, .py-7 {
	padding-top: 6rem !important;
}

.pr-7, .px-7 {
	padding-right: 6rem !important;
}

.pb-7, .py-7 {
	padding-bottom: 6rem !important;
}

.pl-7, .px-7 {
	padding-left: 6rem !important;
}

.p-8 {
	padding: 2rem !important;
}

.pt-8, .py-8 {
	padding-top: 2rem !important;
}

.pr-8, .px-8 {
	padding-right: 2rem !important;
}

.pb-8, .py-8 {
	padding-bottom: 2rem !important;
}

.pl-8, .px-8 {
	padding-left: 2rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-n6 {
	margin: -4.5rem !important;
}

.mt-n6, .my-n6 {
	margin-top: -4.5rem !important;
}

.mr-n6, .mx-n6 {
	margin-right: -4.5rem !important;
}

.mb-n6, .my-n6 {
	margin-bottom: -4.5rem !important;
}

.ml-n6, .mx-n6 {
	margin-left: -4.5rem !important;
}

.m-n7 {
	margin: -6rem !important;
}

.mt-n7, .my-n7 {
	margin-top: -6rem !important;
}

.mr-n7, .mx-n7 {
	margin-right: -6rem !important;
}

.mb-n7, .my-n7 {
	margin-bottom: -6rem !important;
}

.ml-n7, .mx-n7 {
	margin-left: -6rem !important;
}

.m-n8 {
	margin: -2rem !important;
}

.mt-n8, .my-n8 {
	margin-top: -2rem !important;
}

.mr-n8, .mx-n8 {
	margin-right: -2rem !important;
}

.mb-n8, .my-n8 {
	margin-bottom: -2rem !important;
}

.ml-n8, .mx-n8 {
	margin-left: -2rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media ( min-width : 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	.m-sm-6 {
		margin: 4.5rem !important;
	}
	.mt-sm-6, .my-sm-6 {
		margin-top: 4.5rem !important;
	}
	.mr-sm-6, .mx-sm-6 {
		margin-right: 4.5rem !important;
	}
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-sm-6, .mx-sm-6 {
		margin-left: 4.5rem !important;
	}
	.m-sm-7 {
		margin: 6rem !important;
	}
	.mt-sm-7, .my-sm-7 {
		margin-top: 6rem !important;
	}
	.mr-sm-7, .mx-sm-7 {
		margin-right: 6rem !important;
	}
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 6rem !important;
	}
	.ml-sm-7, .mx-sm-7 {
		margin-left: 6rem !important;
	}
	.m-sm-8 {
		margin: 2rem !important;
	}
	.mt-sm-8, .my-sm-8 {
		margin-top: 2rem !important;
	}
	.mr-sm-8, .mx-sm-8 {
		margin-right: 2rem !important;
	}
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 2rem !important;
	}
	.ml-sm-8, .mx-sm-8 {
		margin-left: 2rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	.p-sm-6 {
		padding: 4.5rem !important;
	}
	.pt-sm-6, .py-sm-6 {
		padding-top: 4.5rem !important;
	}
	.pr-sm-6, .px-sm-6 {
		padding-right: 4.5rem !important;
	}
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-sm-6, .px-sm-6 {
		padding-left: 4.5rem !important;
	}
	.p-sm-7 {
		padding: 6rem !important;
	}
	.pt-sm-7, .py-sm-7 {
		padding-top: 6rem !important;
	}
	.pr-sm-7, .px-sm-7 {
		padding-right: 6rem !important;
	}
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 6rem !important;
	}
	.pl-sm-7, .px-sm-7 {
		padding-left: 6rem !important;
	}
	.p-sm-8 {
		padding: 2rem !important;
	}
	.pt-sm-8, .py-sm-8 {
		padding-top: 2rem !important;
	}
	.pr-sm-8, .px-sm-8 {
		padding-right: 2rem !important;
	}
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 2rem !important;
	}
	.pl-sm-8, .px-sm-8 {
		padding-left: 2rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-n6 {
		margin: -4.5rem !important;
	}
	.mt-sm-n6, .my-sm-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-sm-n6, .mx-sm-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-sm-n6, .mx-sm-n6 {
		margin-left: -4.5rem !important;
	}
	.m-sm-n7 {
		margin: -6rem !important;
	}
	.mt-sm-n7, .my-sm-n7 {
		margin-top: -6rem !important;
	}
	.mr-sm-n7, .mx-sm-n7 {
		margin-right: -6rem !important;
	}
	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-sm-n7, .mx-sm-n7 {
		margin-left: -6rem !important;
	}
	.m-sm-n8 {
		margin: -2rem !important;
	}
	.mt-sm-n8, .my-sm-n8 {
		margin-top: -2rem !important;
	}
	.mr-sm-n8, .mx-sm-n8 {
		margin-right: -2rem !important;
	}
	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-sm-n8, .mx-sm-n8 {
		margin-left: -2rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1, .my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1, .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1, .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2, .my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2, .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2, .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	.m-md-6 {
		margin: 4.5rem !important;
	}
	.mt-md-6, .my-md-6 {
		margin-top: 4.5rem !important;
	}
	.mr-md-6, .mx-md-6 {
		margin-right: 4.5rem !important;
	}
	.mb-md-6, .my-md-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-md-6, .mx-md-6 {
		margin-left: 4.5rem !important;
	}
	.m-md-7 {
		margin: 6rem !important;
	}
	.mt-md-7, .my-md-7 {
		margin-top: 6rem !important;
	}
	.mr-md-7, .mx-md-7 {
		margin-right: 6rem !important;
	}
	.mb-md-7, .my-md-7 {
		margin-bottom: 6rem !important;
	}
	.ml-md-7, .mx-md-7 {
		margin-left: 6rem !important;
	}
	.m-md-8 {
		margin: 2rem !important;
	}
	.mt-md-8, .my-md-8 {
		margin-top: 2rem !important;
	}
	.mr-md-8, .mx-md-8 {
		margin-right: 2rem !important;
	}
	.mb-md-8, .my-md-8 {
		margin-bottom: 2rem !important;
	}
	.ml-md-8, .mx-md-8 {
		margin-left: 2rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1, .py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1, .px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1, .px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2, .py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2, .px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2, .px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	.p-md-6 {
		padding: 4.5rem !important;
	}
	.pt-md-6, .py-md-6 {
		padding-top: 4.5rem !important;
	}
	.pr-md-6, .px-md-6 {
		padding-right: 4.5rem !important;
	}
	.pb-md-6, .py-md-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-md-6, .px-md-6 {
		padding-left: 4.5rem !important;
	}
	.p-md-7 {
		padding: 6rem !important;
	}
	.pt-md-7, .py-md-7 {
		padding-top: 6rem !important;
	}
	.pr-md-7, .px-md-7 {
		padding-right: 6rem !important;
	}
	.pb-md-7, .py-md-7 {
		padding-bottom: 6rem !important;
	}
	.pl-md-7, .px-md-7 {
		padding-left: 6rem !important;
	}
	.p-md-8 {
		padding: 2rem !important;
	}
	.pt-md-8, .py-md-8 {
		padding-top: 2rem !important;
	}
	.pr-md-8, .px-md-8 {
		padding-right: 2rem !important;
	}
	.pb-md-8, .py-md-8 {
		padding-bottom: 2rem !important;
	}
	.pl-md-8, .px-md-8 {
		padding-left: 2rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-n6 {
		margin: -4.5rem !important;
	}
	.mt-md-n6, .my-md-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-md-n6, .mx-md-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-md-n6, .my-md-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-md-n6, .mx-md-n6 {
		margin-left: -4.5rem !important;
	}
	.m-md-n7 {
		margin: -6rem !important;
	}
	.mt-md-n7, .my-md-n7 {
		margin-top: -6rem !important;
	}
	.mr-md-n7, .mx-md-n7 {
		margin-right: -6rem !important;
	}
	.mb-md-n7, .my-md-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-md-n7, .mx-md-n7 {
		margin-left: -6rem !important;
	}
	.m-md-n8 {
		margin: -2rem !important;
	}
	.mt-md-n8, .my-md-n8 {
		margin-top: -2rem !important;
	}
	.mr-md-n8, .mx-md-n8 {
		margin-right: -2rem !important;
	}
	.mb-md-n8, .my-md-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-md-n8, .mx-md-n8 {
		margin-left: -2rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	.m-lg-6 {
		margin: 4.5rem !important;
	}
	.mt-lg-6, .my-lg-6 {
		margin-top: 4.5rem !important;
	}
	.mr-lg-6, .mx-lg-6 {
		margin-right: 4.5rem !important;
	}
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-lg-6, .mx-lg-6 {
		margin-left: 4.5rem !important;
	}
	.m-lg-7 {
		margin: 6rem !important;
	}
	.mt-lg-7, .my-lg-7 {
		margin-top: 6rem !important;
	}
	.mr-lg-7, .mx-lg-7 {
		margin-right: 6rem !important;
	}
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 6rem !important;
	}
	.ml-lg-7, .mx-lg-7 {
		margin-left: 6rem !important;
	}
	.m-lg-8 {
		margin: 2rem !important;
	}
	.mt-lg-8, .my-lg-8 {
		margin-top: 2rem !important;
	}
	.mr-lg-8, .mx-lg-8 {
		margin-right: 2rem !important;
	}
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 2rem !important;
	}
	.ml-lg-8, .mx-lg-8 {
		margin-left: 2rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	.p-lg-6 {
		padding: 4.5rem !important;
	}
	.pt-lg-6, .py-lg-6 {
		padding-top: 4.5rem !important;
	}
	.pr-lg-6, .px-lg-6 {
		padding-right: 4.5rem !important;
	}
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-lg-6, .px-lg-6 {
		padding-left: 4.5rem !important;
	}
	.p-lg-7 {
		padding: 6rem !important;
	}
	.pt-lg-7, .py-lg-7 {
		padding-top: 6rem !important;
	}
	.pr-lg-7, .px-lg-7 {
		padding-right: 6rem !important;
	}
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 6rem !important;
	}
	.pl-lg-7, .px-lg-7 {
		padding-left: 6rem !important;
	}
	.p-lg-8 {
		padding: 2rem !important;
	}
	.pt-lg-8, .py-lg-8 {
		padding-top: 2rem !important;
	}
	.pr-lg-8, .px-lg-8 {
		padding-right: 2rem !important;
	}
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 2rem !important;
	}
	.pl-lg-8, .px-lg-8 {
		padding-left: 2rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-n6 {
		margin: -4.5rem !important;
	}
	.mt-lg-n6, .my-lg-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-lg-n6, .mx-lg-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-lg-n6, .mx-lg-n6 {
		margin-left: -4.5rem !important;
	}
	.m-lg-n7 {
		margin: -6rem !important;
	}
	.mt-lg-n7, .my-lg-n7 {
		margin-top: -6rem !important;
	}
	.mr-lg-n7, .mx-lg-n7 {
		margin-right: -6rem !important;
	}
	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-lg-n7, .mx-lg-n7 {
		margin-left: -6rem !important;
	}
	.m-lg-n8 {
		margin: -2rem !important;
	}
	.mt-lg-n8, .my-lg-n8 {
		margin-top: -2rem !important;
	}
	.mr-lg-n8, .mx-lg-n8 {
		margin-right: -2rem !important;
	}
	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-lg-n8, .mx-lg-n8 {
		margin-left: -2rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 1260px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	.m-xl-6 {
		margin: 4.5rem !important;
	}
	.mt-xl-6, .my-xl-6 {
		margin-top: 4.5rem !important;
	}
	.mr-xl-6, .mx-xl-6 {
		margin-right: 4.5rem !important;
	}
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-xl-6, .mx-xl-6 {
		margin-left: 4.5rem !important;
	}
	.m-xl-7 {
		margin: 6rem !important;
	}
	.mt-xl-7, .my-xl-7 {
		margin-top: 6rem !important;
	}
	.mr-xl-7, .mx-xl-7 {
		margin-right: 6rem !important;
	}
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 6rem !important;
	}
	.ml-xl-7, .mx-xl-7 {
		margin-left: 6rem !important;
	}
	.m-xl-8 {
		margin: 2rem !important;
	}
	.mt-xl-8, .my-xl-8 {
		margin-top: 2rem !important;
	}
	.mr-xl-8, .mx-xl-8 {
		margin-right: 2rem !important;
	}
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 2rem !important;
	}
	.ml-xl-8, .mx-xl-8 {
		margin-left: 2rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	.p-xl-6 {
		padding: 4.5rem !important;
	}
	.pt-xl-6, .py-xl-6 {
		padding-top: 4.5rem !important;
	}
	.pr-xl-6, .px-xl-6 {
		padding-right: 4.5rem !important;
	}
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-xl-6, .px-xl-6 {
		padding-left: 4.5rem !important;
	}
	.p-xl-7 {
		padding: 6rem !important;
	}
	.pt-xl-7, .py-xl-7 {
		padding-top: 6rem !important;
	}
	.pr-xl-7, .px-xl-7 {
		padding-right: 6rem !important;
	}
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 6rem !important;
	}
	.pl-xl-7, .px-xl-7 {
		padding-left: 6rem !important;
	}
	.p-xl-8 {
		padding: 2rem !important;
	}
	.pt-xl-8, .py-xl-8 {
		padding-top: 2rem !important;
	}
	.pr-xl-8, .px-xl-8 {
		padding-right: 2rem !important;
	}
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 2rem !important;
	}
	.pl-xl-8, .px-xl-8 {
		padding-left: 2rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-n6 {
		margin: -4.5rem !important;
	}
	.mt-xl-n6, .my-xl-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-xl-n6, .mx-xl-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-xl-n6, .mx-xl-n6 {
		margin-left: -4.5rem !important;
	}
	.m-xl-n7 {
		margin: -6rem !important;
	}
	.mt-xl-n7, .my-xl-n7 {
		margin-top: -6rem !important;
	}
	.mr-xl-n7, .mx-xl-n7 {
		margin-right: -6rem !important;
	}
	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-xl-n7, .mx-xl-n7 {
		margin-left: -6rem !important;
	}
	.m-xl-n8 {
		margin: -2rem !important;
	}
	.mt-xl-n8, .my-xl-n8 {
		margin-top: -2rem !important;
	}
	.mr-xl-n8, .mx-xl-n8 {
		margin-right: -2rem !important;
	}
	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-xl-n8, .mx-xl-n8 {
		margin-left: -2rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 1480px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	.mt-xxl-0, .my-xxl-0 {
		margin-top: 0 !important;
	}
	.mr-xxl-0, .mx-xxl-0 {
		margin-right: 0 !important;
	}
	.mb-xxl-0, .my-xxl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xxl-0, .mx-xxl-0 {
		margin-left: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.mt-xxl-1, .my-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xxl-1, .mx-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xxl-1, .my-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xxl-1, .mx-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.mt-xxl-2, .my-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xxl-2, .mx-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xxl-2, .my-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xxl-2, .mx-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.mt-xxl-3, .my-xxl-3 {
		margin-top: 1rem !important;
	}
	.mr-xxl-3, .mx-xxl-3 {
		margin-right: 1rem !important;
	}
	.mb-xxl-3, .my-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xxl-3, .mx-xxl-3 {
		margin-left: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.mt-xxl-4, .my-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xxl-4, .mx-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xxl-4, .my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xxl-4, .mx-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.mt-xxl-5, .my-xxl-5 {
		margin-top: 3rem !important;
	}
	.mr-xxl-5, .mx-xxl-5 {
		margin-right: 3rem !important;
	}
	.mb-xxl-5, .my-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xxl-5, .mx-xxl-5 {
		margin-left: 3rem !important;
	}
	.m-xxl-6 {
		margin: 4.5rem !important;
	}
	.mt-xxl-6, .my-xxl-6 {
		margin-top: 4.5rem !important;
	}
	.mr-xxl-6, .mx-xxl-6 {
		margin-right: 4.5rem !important;
	}
	.mb-xxl-6, .my-xxl-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-xxl-6, .mx-xxl-6 {
		margin-left: 4.5rem !important;
	}
	.m-xxl-7 {
		margin: 6rem !important;
	}
	.mt-xxl-7, .my-xxl-7 {
		margin-top: 6rem !important;
	}
	.mr-xxl-7, .mx-xxl-7 {
		margin-right: 6rem !important;
	}
	.mb-xxl-7, .my-xxl-7 {
		margin-bottom: 6rem !important;
	}
	.ml-xxl-7, .mx-xxl-7 {
		margin-left: 6rem !important;
	}
	.m-xxl-8 {
		margin: 2rem !important;
	}
	.mt-xxl-8, .my-xxl-8 {
		margin-top: 2rem !important;
	}
	.mr-xxl-8, .mx-xxl-8 {
		margin-right: 2rem !important;
	}
	.mb-xxl-8, .my-xxl-8 {
		margin-bottom: 2rem !important;
	}
	.ml-xxl-8, .mx-xxl-8 {
		margin-left: 2rem !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.pt-xxl-0, .py-xxl-0 {
		padding-top: 0 !important;
	}
	.pr-xxl-0, .px-xxl-0 {
		padding-right: 0 !important;
	}
	.pb-xxl-0, .py-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xxl-0, .px-xxl-0 {
		padding-left: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.pt-xxl-1, .py-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xxl-1, .px-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xxl-1, .py-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xxl-1, .px-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.pt-xxl-2, .py-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xxl-2, .px-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xxl-2, .py-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xxl-2, .px-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.pt-xxl-3, .py-xxl-3 {
		padding-top: 1rem !important;
	}
	.pr-xxl-3, .px-xxl-3 {
		padding-right: 1rem !important;
	}
	.pb-xxl-3, .py-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xxl-3, .px-xxl-3 {
		padding-left: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.pt-xxl-4, .py-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xxl-4, .px-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xxl-4, .py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xxl-4, .px-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.pt-xxl-5, .py-xxl-5 {
		padding-top: 3rem !important;
	}
	.pr-xxl-5, .px-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-5, .py-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xxl-5, .px-xxl-5 {
		padding-left: 3rem !important;
	}
	.p-xxl-6 {
		padding: 4.5rem !important;
	}
	.pt-xxl-6, .py-xxl-6 {
		padding-top: 4.5rem !important;
	}
	.pr-xxl-6, .px-xxl-6 {
		padding-right: 4.5rem !important;
	}
	.pb-xxl-6, .py-xxl-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-xxl-6, .px-xxl-6 {
		padding-left: 4.5rem !important;
	}
	.p-xxl-7 {
		padding: 6rem !important;
	}
	.pt-xxl-7, .py-xxl-7 {
		padding-top: 6rem !important;
	}
	.pr-xxl-7, .px-xxl-7 {
		padding-right: 6rem !important;
	}
	.pb-xxl-7, .py-xxl-7 {
		padding-bottom: 6rem !important;
	}
	.pl-xxl-7, .px-xxl-7 {
		padding-left: 6rem !important;
	}
	.p-xxl-8 {
		padding: 2rem !important;
	}
	.pt-xxl-8, .py-xxl-8 {
		padding-top: 2rem !important;
	}
	.pr-xxl-8, .px-xxl-8 {
		padding-right: 2rem !important;
	}
	.pb-xxl-8, .py-xxl-8 {
		padding-bottom: 2rem !important;
	}
	.pl-xxl-8, .px-xxl-8 {
		padding-left: 2rem !important;
	}
	.m-xxl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xxl-n1, .my-xxl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xxl-n1, .mx-xxl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xxl-n1, .my-xxl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xxl-n1, .mx-xxl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xxl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xxl-n2, .my-xxl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xxl-n2, .mx-xxl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xxl-n2, .my-xxl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xxl-n2, .mx-xxl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xxl-n3 {
		margin: -1rem !important;
	}
	.mt-xxl-n3, .my-xxl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xxl-n3, .mx-xxl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xxl-n3, .my-xxl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xxl-n3, .mx-xxl-n3 {
		margin-left: -1rem !important;
	}
	.m-xxl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xxl-n4, .my-xxl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xxl-n4, .mx-xxl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xxl-n4, .my-xxl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xxl-n4, .mx-xxl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xxl-n5 {
		margin: -3rem !important;
	}
	.mt-xxl-n5, .my-xxl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xxl-n5, .mx-xxl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xxl-n5, .my-xxl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xxl-n5, .mx-xxl-n5 {
		margin-left: -3rem !important;
	}
	.m-xxl-n6 {
		margin: -4.5rem !important;
	}
	.mt-xxl-n6, .my-xxl-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-xxl-n6, .mx-xxl-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-xxl-n6, .my-xxl-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-xxl-n6, .mx-xxl-n6 {
		margin-left: -4.5rem !important;
	}
	.m-xxl-n7 {
		margin: -6rem !important;
	}
	.mt-xxl-n7, .my-xxl-n7 {
		margin-top: -6rem !important;
	}
	.mr-xxl-n7, .mx-xxl-n7 {
		margin-right: -6rem !important;
	}
	.mb-xxl-n7, .my-xxl-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-xxl-n7, .mx-xxl-n7 {
		margin-left: -6rem !important;
	}
	.m-xxl-n8 {
		margin: -2rem !important;
	}
	.mt-xxl-n8, .my-xxl-n8 {
		margin-top: -2rem !important;
	}
	.mr-xxl-n8, .mx-xxl-n8 {
		margin-right: -2rem !important;
	}
	.mb-xxl-n8, .my-xxl-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-xxl-n8, .mx-xxl-n8 {
		margin-left: -2rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mt-xxl-auto, .my-xxl-auto {
		margin-top: auto !important;
	}
	.mr-xxl-auto, .mx-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-auto, .my-xxl-auto {
		margin-bottom: auto !important;
	}
	.ml-xxl-auto, .mx-xxl-auto {
		margin-left: auto !important;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media ( min-width : 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media ( min-width : 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media ( min-width : 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media ( min-width : 1260px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media ( min-width : 1480px) {
	.text-xxl-left {
		text-align: left !important;
	}
	.text-xxl-right {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #303d67 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #252b40 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ef8a21 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #b6630d !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #2c302e !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #070808 !important;
}

.text-link {
	color: #0056b3 !important;
}

a.text-link:hover, a.text-link:focus {
	color: #003167 !important;
}

.text-muted {
	color: #6c757d !important;
}

a.text-muted:hover, a.text-muted:focus {
	color: #494f54 !important;
}

.text-white {
	color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
	color: #d9d9d9 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.icon-aidkit-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -139px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-aidkit {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px -132px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-blog {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -511px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 30px;
	min-width: 30px;
	height: 25px;
}

.icon-board-status {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 14px;
}

.icon-book-warning {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -411px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 50px;
	min-width: 50px;
	height: 36px;
}

.icon-download-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -440px;
	background-image: url("../../../resources/images/sprite.png");
	width: 10px;
	min-width: 10px;
	height: 14px;
}

.icon-download {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -504px;
	background-image: url("../../../resources/images/sprite.png");
	width: 10px;
	min-width: 10px;
	height: 14px;
}

.icon-facebook-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -210px;
	background-image: url("../../../resources/images/sprite.png");
	width: 13px;
	min-width: 13px;
	height: 26px;
}

.icon-facebook {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -286px;
	background-image: url("../../../resources/images/sprite.png");
	width: 13px;
	min-width: 13px;
	height: 26px;
}

.icon-find {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -432px;
	background-image: url("../../../resources/images/sprite.png");
	width: 16px;
	min-width: 16px;
	height: 16px;
}

.icon-flowerpot-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -136px -132px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-flowerpot {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -275px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-footer-nav-arrow {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -128px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 9px;
	min-width: 9px;
	height: 5px;
}

.icon-footer-nav-more {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 21px;
	min-width: 21px;
	height: 21px;
}

.icon-footer-nav {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -415px -384px;
	background-image: url("../../../resources/images/sprite.png");
	width: 36px;
	min-width: 36px;
	height: 22px;
}

.icon-gallery-date {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -300px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 14px;
	min-width: 14px;
	height: 14px;
}

.icon-gallery-view {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -64px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 14px;
	min-width: 14px;
	height: 10px;
}

.icon-hamburger-close {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -71px;
	background-image: url("../../../resources/images/sprite.png");
	width: 20px;
	min-width: 20px;
	height: 20px;
}

.icon-hamburger-gray {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -511px -377px;
	background-image: url("../../../resources/images/sprite.png");
	width: 24px;
	min-width: 24px;
	height: 23px;
}

.icon-hamburger-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 24px;
	min-width: 24px;
	height: 23px;
}

.icon-hamburger {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -74px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 24px;
	min-width: 24px;
	height: 23px;
}

.icon-handshake-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -275px -126px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-handshake {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px -258px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-home {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 14px;
	min-width: 14px;
	height: 13px;
}

.icon-instagram-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -511px -75px;
	background-image: url("../../../resources/images/sprite.png");
	width: 26px;
	min-width: 26px;
	height: 26px;
}

.icon-instagram {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -511px -151px;
	background-image: url("../../../resources/images/sprite.png");
	width: 26px;
	min-width: 26px;
	height: 26px;
}

.icon-languages-arrow {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -187px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 9px;
	min-width: 9px;
	height: 5px;
}

.icon-languages {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -364px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 14px;
	min-width: 14px;
	height: 14px;
}

.icon-mail-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -192px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 12px;
}

.icon-mail {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -254px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 12px;
}

.icon-monitor-sign-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -136px -258px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-monitor-sign {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -272px -258px;
	background-image: url("../../../resources/images/sprite.png");
	width: 86px;
	min-width: 86px;
	height: 76px;
}

.icon-more-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -428px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 14px;
	min-width: 14px;
	height: 14px;
}

.icon-more {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -492px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 14px;
	min-width: 14px;
	height: 14px;
}

.icon-pagination-first {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -64px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 14px;
}

.icon-pagination-last {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -128px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 14px;
}

.icon-pagination-next {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px -603px;
	background-image: url("../../../resources/images/sprite.png");
	width: 8px;
	min-width: 8px;
	height: 14px;
}

.icon-pagination-prev {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -58px -603px;
	background-image: url("../../../resources/images/sprite.png");
	width: 8px;
	min-width: 8px;
	height: 14px;
}

.icon-pdf {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -362px;
	background-image: url("../../../resources/images/sprite.png");
	width: 15px;
	min-width: 15px;
	height: 20px;
}

.icon-pictogram-document {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url("../../../resources/images/sprite.png");
	width: 89px;
	min-width: 89px;
	height: 82px;
}

.icon-print {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -141px;
	background-image: url("../../../resources/images/sprite.png");
	width: 20px;
	min-width: 20px;
	height: 19px;
}

.icon-search-close {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -411px -173px;
	background-image: url("../../../resources/images/sprite.png");
	width: 34px;
	min-width: 34px;
	height: 34px;
}

.icon-search-submit {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -411px -86px;
	background-image: url("../../../resources/images/sprite.png");
	width: 36px;
	min-width: 36px;
	height: 37px;
}

.icon-search-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -511px -227px;
	background-image: url("../../../resources/images/sprite.png");
	width: 24px;
	min-width: 24px;
	height: 25px;
}

.icon-search {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -511px -302px;
	background-image: url("../../../resources/images/sprite.png");
	width: 24px;
	min-width: 24px;
	height: 25px;
}

.icon-sns-blog {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -411px -257px;
	background-image: url("../../../resources/images/sprite.png");
	width: 33px;
	min-width: 33px;
	height: 33px;
}

.icon-sns-facebook {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px -384px;
	background-image: url("../../../resources/images/sprite.png");
	width: 33px;
	min-width: 33px;
	height: 33px;
}

.icon-sns-instagram {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -83px -384px;
	background-image: url("../../../resources/images/sprite.png");
	width: 33px;
	min-width: 33px;
	height: 33px;
}

.icon-sns-kakaoplus {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -166px -384px;
	background-image: url("../../../resources/images/sprite.png");
	width: 33px;
	min-width: 33px;
	height: 33px;
}

.icon-sns-twitter {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -249px -384px;
	background-image: url("../../../resources/images/sprite.png");
	width: 33px;
	min-width: 33px;
	height: 33px;
}

.icon-sns-youtube {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -332px -384px;
	background-image: url("../../../resources/images/sprite.png");
	width: 33px;
	min-width: 33px;
	height: 33px;
}

.icon-window-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -316px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 12px;
}

.icon-window {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -662px -378px;
	background-image: url("../../../resources/images/sprite.png");
	width: 12px;
	min-width: 12px;
	height: 12px;
}

.icon-youtube-white {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -148px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 26px;
	min-width: 26px;
	height: 18px;
}

.icon-youtube {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -224px -467px;
	background-image: url("../../../resources/images/sprite.png");
	width: 26px;
	min-width: 26px;
	height: 18px;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #303d67 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus
	{
	background-color: #9c000a !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover,
	button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus
	{
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus
	{
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ef8a21 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus
	{
	background-color: #ce700f !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus
	{
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !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: #2c302e !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus
	{
	background-color: #141515 !important;
}

.bg-link {
	background-color: #0056b3 !important;
}

a.bg-link:hover, a.bg-link:focus, button.bg-link:hover, button.bg-link:focus
	{
	background-color: #003d80 !important;
}

.bg-muted {
	background-color: #6c757d !important;
}

a.bg-muted:hover, a.bg-muted:focus, button.bg-muted:hover, button.bg-muted:focus
	{
	background-color: #545b62 !important;
}

.bg-white {
	background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus
	{
	background-color: #e6e6e6 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #303d67 !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ef8a21 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #2c302e !important;
}

.border-link {
	border-color: #0056b3 !important;
}

.border-muted {
	border-color: #6c757d !important;
}

.border-white {
	border-color: #fff !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media ( min-width : 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 1260px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media ( min-width : 1480px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
	.embed-responsive embed, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media ( min-width : 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 1260px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media ( min-width : 1480px) {
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media ( min-width : 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media ( min-width : 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media ( min-width : 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media ( min-width : 1260px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

@media ( min-width : 1480px) {
	.float-xxl-left {
		float: left !important;
	}
	.float-xxl-right {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.record_box .fixed-bottom {
	position: fixed !important;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
	top: unset;
	border-top: 1px solid #ddd
}

@
supports (position: sticky ) { .sticky-top { position:sticky;
	top: 0;
	z-index: 1020;
}

}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.m-6 {
	margin: 4.5rem !important;
}

.mt-6, .my-6 {
	margin-top: 4.5rem !important;
}

.mr-6, .mx-6 {
	margin-right: 4.5rem !important;
}

.mb-6, .my-6 {
	margin-bottom: 4.5rem !important;
}

.ml-6, .mx-6 {
	margin-left: 4.5rem !important;
}

.m-7 {
	margin: 6rem !important;
}

.mt-7, .my-7 {
	margin-top: 6rem !important;
}

.mr-7, .mx-7 {
	margin-right: 6rem !important;
}

.mb-7, .my-7 {
	margin-bottom: 6rem !important;
}

.ml-7, .mx-7 {
	margin-left: 6rem !important;
}

.m-8 {
	margin: 2rem !important;
}

.mt-8, .my-8 {
	margin-top: 2rem !important;
}

.mr-8, .mx-8 {
	margin-right: 2rem !important;
}

.mb-8, .my-8 {
	margin-bottom: 2rem !important;
}

.ml-8, .mx-8 {
	margin-left: 2rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.p-6 {
	padding: 4.5rem !important;
}

.pt-6, .py-6 {
	padding-top: 4.5rem !important;
}

.pr-6, .px-6 {
	padding-right: 4.5rem !important;
}

.pb-6, .py-6 {
	padding-bottom: 4.5rem !important;
}

.pl-6, .px-6 {
	padding-left: 4.5rem !important;
}

.p-7 {
	padding: 6rem !important;
}

.pt-7, .py-7 {
	padding-top: 6rem !important;
}

.pr-7, .px-7 {
	padding-right: 6rem !important;
}

.pb-7, .py-7 {
	padding-bottom: 6rem !important;
}

.pl-7, .px-7 {
	padding-left: 6rem !important;
}

.p-8 {
	padding: 2rem !important;
}

.pt-8, .py-8 {
	padding-top: 2rem !important;
}

.pr-8, .px-8 {
	padding-right: 2rem !important;
}

.pb-8, .py-8 {
	padding-bottom: 2rem !important;
}

.pl-8, .px-8 {
	padding-left: 2rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-n6 {
	margin: -4.5rem !important;
}

.mt-n6, .my-n6 {
	margin-top: -4.5rem !important;
}

.mr-n6, .mx-n6 {
	margin-right: -4.5rem !important;
}

.mb-n6, .my-n6 {
	margin-bottom: -4.5rem !important;
}

.ml-n6, .mx-n6 {
	margin-left: -4.5rem !important;
}

.m-n7 {
	margin: -6rem !important;
}

.mt-n7, .my-n7 {
	margin-top: -6rem !important;
}

.mr-n7, .mx-n7 {
	margin-right: -6rem !important;
}

.mb-n7, .my-n7 {
	margin-bottom: -6rem !important;
}

.ml-n7, .mx-n7 {
	margin-left: -6rem !important;
}

.m-n8 {
	margin: -2rem !important;
}

.mt-n8, .my-n8 {
	margin-top: -2rem !important;
}

.mr-n8, .mx-n8 {
	margin-right: -2rem !important;
}

.mb-n8, .my-n8 {
	margin-bottom: -2rem !important;
}

.ml-n8, .mx-n8 {
	margin-left: -2rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media ( min-width : 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	.m-sm-6 {
		margin: 4.5rem !important;
	}
	.mt-sm-6, .my-sm-6 {
		margin-top: 4.5rem !important;
	}
	.mr-sm-6, .mx-sm-6 {
		margin-right: 4.5rem !important;
	}
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-sm-6, .mx-sm-6 {
		margin-left: 4.5rem !important;
	}
	.m-sm-7 {
		margin: 6rem !important;
	}
	.mt-sm-7, .my-sm-7 {
		margin-top: 6rem !important;
	}
	.mr-sm-7, .mx-sm-7 {
		margin-right: 6rem !important;
	}
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 6rem !important;
	}
	.ml-sm-7, .mx-sm-7 {
		margin-left: 6rem !important;
	}
	.m-sm-8 {
		margin: 2rem !important;
	}
	.mt-sm-8, .my-sm-8 {
		margin-top: 2rem !important;
	}
	.mr-sm-8, .mx-sm-8 {
		margin-right: 2rem !important;
	}
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 2rem !important;
	}
	.ml-sm-8, .mx-sm-8 {
		margin-left: 2rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	.p-sm-6 {
		padding: 4.5rem !important;
	}
	.pt-sm-6, .py-sm-6 {
		padding-top: 4.5rem !important;
	}
	.pr-sm-6, .px-sm-6 {
		padding-right: 4.5rem !important;
	}
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-sm-6, .px-sm-6 {
		padding-left: 4.5rem !important;
	}
	.p-sm-7 {
		padding: 6rem !important;
	}
	.pt-sm-7, .py-sm-7 {
		padding-top: 6rem !important;
	}
	.pr-sm-7, .px-sm-7 {
		padding-right: 6rem !important;
	}
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 6rem !important;
	}
	.pl-sm-7, .px-sm-7 {
		padding-left: 6rem !important;
	}
	.p-sm-8 {
		padding: 2rem !important;
	}
	.pt-sm-8, .py-sm-8 {
		padding-top: 2rem !important;
	}
	.pr-sm-8, .px-sm-8 {
		padding-right: 2rem !important;
	}
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 2rem !important;
	}
	.pl-sm-8, .px-sm-8 {
		padding-left: 2rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-n6 {
		margin: -4.5rem !important;
	}
	.mt-sm-n6, .my-sm-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-sm-n6, .mx-sm-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-sm-n6, .mx-sm-n6 {
		margin-left: -4.5rem !important;
	}
	.m-sm-n7 {
		margin: -6rem !important;
	}
	.mt-sm-n7, .my-sm-n7 {
		margin-top: -6rem !important;
	}
	.mr-sm-n7, .mx-sm-n7 {
		margin-right: -6rem !important;
	}
	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-sm-n7, .mx-sm-n7 {
		margin-left: -6rem !important;
	}
	.m-sm-n8 {
		margin: -2rem !important;
	}
	.mt-sm-n8, .my-sm-n8 {
		margin-top: -2rem !important;
	}
	.mr-sm-n8, .mx-sm-n8 {
		margin-right: -2rem !important;
	}
	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-sm-n8, .mx-sm-n8 {
		margin-left: -2rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1, .my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1, .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1, .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2, .my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2, .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2, .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	.m-md-6 {
		margin: 4.5rem !important;
	}
	.mt-md-6, .my-md-6 {
		margin-top: 4.5rem !important;
	}
	.mr-md-6, .mx-md-6 {
		margin-right: 4.5rem !important;
	}
	.mb-md-6, .my-md-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-md-6, .mx-md-6 {
		margin-left: 4.5rem !important;
	}
	.m-md-7 {
		margin: 6rem !important;
	}
	.mt-md-7, .my-md-7 {
		margin-top: 6rem !important;
	}
	.mr-md-7, .mx-md-7 {
		margin-right: 6rem !important;
	}
	.mb-md-7, .my-md-7 {
		margin-bottom: 6rem !important;
	}
	.ml-md-7, .mx-md-7 {
		margin-left: 6rem !important;
	}
	.m-md-8 {
		margin: 2rem !important;
	}
	.mt-md-8, .my-md-8 {
		margin-top: 2rem !important;
	}
	.mr-md-8, .mx-md-8 {
		margin-right: 2rem !important;
	}
	.mb-md-8, .my-md-8 {
		margin-bottom: 2rem !important;
	}
	.ml-md-8, .mx-md-8 {
		margin-left: 2rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1, .py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1, .px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1, .px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2, .py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2, .px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2, .px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	.p-md-6 {
		padding: 4.5rem !important;
	}
	.pt-md-6, .py-md-6 {
		padding-top: 4.5rem !important;
	}
	.pr-md-6, .px-md-6 {
		padding-right: 4.5rem !important;
	}
	.pb-md-6, .py-md-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-md-6, .px-md-6 {
		padding-left: 4.5rem !important;
	}
	.p-md-7 {
		padding: 6rem !important;
	}
	.pt-md-7, .py-md-7 {
		padding-top: 6rem !important;
	}
	.pr-md-7, .px-md-7 {
		padding-right: 6rem !important;
	}
	.pb-md-7, .py-md-7 {
		padding-bottom: 6rem !important;
	}
	.pl-md-7, .px-md-7 {
		padding-left: 6rem !important;
	}
	.p-md-8 {
		padding: 2rem !important;
	}
	.pt-md-8, .py-md-8 {
		padding-top: 2rem !important;
	}
	.pr-md-8, .px-md-8 {
		padding-right: 2rem !important;
	}
	.pb-md-8, .py-md-8 {
		padding-bottom: 2rem !important;
	}
	.pl-md-8, .px-md-8 {
		padding-left: 2rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-n6 {
		margin: -4.5rem !important;
	}
	.mt-md-n6, .my-md-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-md-n6, .mx-md-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-md-n6, .my-md-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-md-n6, .mx-md-n6 {
		margin-left: -4.5rem !important;
	}
	.m-md-n7 {
		margin: -6rem !important;
	}
	.mt-md-n7, .my-md-n7 {
		margin-top: -6rem !important;
	}
	.mr-md-n7, .mx-md-n7 {
		margin-right: -6rem !important;
	}
	.mb-md-n7, .my-md-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-md-n7, .mx-md-n7 {
		margin-left: -6rem !important;
	}
	.m-md-n8 {
		margin: -2rem !important;
	}
	.mt-md-n8, .my-md-n8 {
		margin-top: -2rem !important;
	}
	.mr-md-n8, .mx-md-n8 {
		margin-right: -2rem !important;
	}
	.mb-md-n8, .my-md-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-md-n8, .mx-md-n8 {
		margin-left: -2rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	.m-lg-6 {
		margin: 4.5rem !important;
	}
	.mt-lg-6, .my-lg-6 {
		margin-top: 4.5rem !important;
	}
	.mr-lg-6, .mx-lg-6 {
		margin-right: 4.5rem !important;
	}
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-lg-6, .mx-lg-6 {
		margin-left: 4.5rem !important;
	}
	.m-lg-7 {
		margin: 6rem !important;
	}
	.mt-lg-7, .my-lg-7 {
		margin-top: 6rem !important;
	}
	.mr-lg-7, .mx-lg-7 {
		margin-right: 6rem !important;
	}
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 6rem !important;
	}
	.ml-lg-7, .mx-lg-7 {
		margin-left: 6rem !important;
	}
	.m-lg-8 {
		margin: 2rem !important;
	}
	.mt-lg-8, .my-lg-8 {
		margin-top: 2rem !important;
	}
	.mr-lg-8, .mx-lg-8 {
		margin-right: 2rem !important;
	}
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 2rem !important;
	}
	.ml-lg-8, .mx-lg-8 {
		margin-left: 2rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	.p-lg-6 {
		padding: 4.5rem !important;
	}
	.pt-lg-6, .py-lg-6 {
		padding-top: 4.5rem !important;
	}
	.pr-lg-6, .px-lg-6 {
		padding-right: 4.5rem !important;
	}
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-lg-6, .px-lg-6 {
		padding-left: 4.5rem !important;
	}
	.p-lg-7 {
		padding: 6rem !important;
	}
	.pt-lg-7, .py-lg-7 {
		padding-top: 6rem !important;
	}
	.pr-lg-7, .px-lg-7 {
		padding-right: 6rem !important;
	}
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 6rem !important;
	}
	.pl-lg-7, .px-lg-7 {
		padding-left: 6rem !important;
	}
	.p-lg-8 {
		padding: 2rem !important;
	}
	.pt-lg-8, .py-lg-8 {
		padding-top: 2rem !important;
	}
	.pr-lg-8, .px-lg-8 {
		padding-right: 2rem !important;
	}
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 2rem !important;
	}
	.pl-lg-8, .px-lg-8 {
		padding-left: 2rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-n6 {
		margin: -4.5rem !important;
	}
	.mt-lg-n6, .my-lg-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-lg-n6, .mx-lg-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-lg-n6, .mx-lg-n6 {
		margin-left: -4.5rem !important;
	}
	.m-lg-n7 {
		margin: -6rem !important;
	}
	.mt-lg-n7, .my-lg-n7 {
		margin-top: -6rem !important;
	}
	.mr-lg-n7, .mx-lg-n7 {
		margin-right: -6rem !important;
	}
	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-lg-n7, .mx-lg-n7 {
		margin-left: -6rem !important;
	}
	.m-lg-n8 {
		margin: -2rem !important;
	}
	.mt-lg-n8, .my-lg-n8 {
		margin-top: -2rem !important;
	}
	.mr-lg-n8, .mx-lg-n8 {
		margin-right: -2rem !important;
	}
	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-lg-n8, .mx-lg-n8 {
		margin-left: -2rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 1260px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	.m-xl-6 {
		margin: 4.5rem !important;
	}
	.mt-xl-6, .my-xl-6 {
		margin-top: 4.5rem !important;
	}
	.mr-xl-6, .mx-xl-6 {
		margin-right: 4.5rem !important;
	}
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-xl-6, .mx-xl-6 {
		margin-left: 4.5rem !important;
	}
	.m-xl-7 {
		margin: 6rem !important;
	}
	.mt-xl-7, .my-xl-7 {
		margin-top: 6rem !important;
	}
	.mr-xl-7, .mx-xl-7 {
		margin-right: 6rem !important;
	}
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 6rem !important;
	}
	.ml-xl-7, .mx-xl-7 {
		margin-left: 6rem !important;
	}
	.m-xl-8 {
		margin: 2rem !important;
	}
	.mt-xl-8, .my-xl-8 {
		margin-top: 2rem !important;
	}
	.mr-xl-8, .mx-xl-8 {
		margin-right: 2rem !important;
	}
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 2rem !important;
	}
	.ml-xl-8, .mx-xl-8 {
		margin-left: 2rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	.p-xl-6 {
		padding: 4.5rem !important;
	}
	.pt-xl-6, .py-xl-6 {
		padding-top: 4.5rem !important;
	}
	.pr-xl-6, .px-xl-6 {
		padding-right: 4.5rem !important;
	}
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-xl-6, .px-xl-6 {
		padding-left: 4.5rem !important;
	}
	.p-xl-7 {
		padding: 6rem !important;
	}
	.pt-xl-7, .py-xl-7 {
		padding-top: 6rem !important;
	}
	.pr-xl-7, .px-xl-7 {
		padding-right: 6rem !important;
	}
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 6rem !important;
	}
	.pl-xl-7, .px-xl-7 {
		padding-left: 6rem !important;
	}
	.p-xl-8 {
		padding: 2rem !important;
	}
	.pt-xl-8, .py-xl-8 {
		padding-top: 2rem !important;
	}
	.pr-xl-8, .px-xl-8 {
		padding-right: 2rem !important;
	}
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 2rem !important;
	}
	.pl-xl-8, .px-xl-8 {
		padding-left: 2rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-n6 {
		margin: -4.5rem !important;
	}
	.mt-xl-n6, .my-xl-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-xl-n6, .mx-xl-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-xl-n6, .mx-xl-n6 {
		margin-left: -4.5rem !important;
	}
	.m-xl-n7 {
		margin: -6rem !important;
	}
	.mt-xl-n7, .my-xl-n7 {
		margin-top: -6rem !important;
	}
	.mr-xl-n7, .mx-xl-n7 {
		margin-right: -6rem !important;
	}
	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-xl-n7, .mx-xl-n7 {
		margin-left: -6rem !important;
	}
	.m-xl-n8 {
		margin: -2rem !important;
	}
	.mt-xl-n8, .my-xl-n8 {
		margin-top: -2rem !important;
	}
	.mr-xl-n8, .mx-xl-n8 {
		margin-right: -2rem !important;
	}
	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-xl-n8, .mx-xl-n8 {
		margin-left: -2rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

@media ( min-width : 1480px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	.mt-xxl-0, .my-xxl-0 {
		margin-top: 0 !important;
	}
	.mr-xxl-0, .mx-xxl-0 {
		margin-right: 0 !important;
	}
	.mb-xxl-0, .my-xxl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xxl-0, .mx-xxl-0 {
		margin-left: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.mt-xxl-1, .my-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xxl-1, .mx-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xxl-1, .my-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xxl-1, .mx-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.mt-xxl-2, .my-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xxl-2, .mx-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xxl-2, .my-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xxl-2, .mx-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.mt-xxl-3, .my-xxl-3 {
		margin-top: 1rem !important;
	}
	.mr-xxl-3, .mx-xxl-3 {
		margin-right: 1rem !important;
	}
	.mb-xxl-3, .my-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xxl-3, .mx-xxl-3 {
		margin-left: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.mt-xxl-4, .my-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xxl-4, .mx-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xxl-4, .my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xxl-4, .mx-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.mt-xxl-5, .my-xxl-5 {
		margin-top: 3rem !important;
	}
	.mr-xxl-5, .mx-xxl-5 {
		margin-right: 3rem !important;
	}
	.mb-xxl-5, .my-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xxl-5, .mx-xxl-5 {
		margin-left: 3rem !important;
	}
	.m-xxl-6 {
		margin: 4.5rem !important;
	}
	.mt-xxl-6, .my-xxl-6 {
		margin-top: 4.5rem !important;
	}
	.mr-xxl-6, .mx-xxl-6 {
		margin-right: 4.5rem !important;
	}
	.mb-xxl-6, .my-xxl-6 {
		margin-bottom: 4.5rem !important;
	}
	.ml-xxl-6, .mx-xxl-6 {
		margin-left: 4.5rem !important;
	}
	.m-xxl-7 {
		margin: 6rem !important;
	}
	.mt-xxl-7, .my-xxl-7 {
		margin-top: 6rem !important;
	}
	.mr-xxl-7, .mx-xxl-7 {
		margin-right: 6rem !important;
	}
	.mb-xxl-7, .my-xxl-7 {
		margin-bottom: 6rem !important;
	}
	.ml-xxl-7, .mx-xxl-7 {
		margin-left: 6rem !important;
	}
	.m-xxl-8 {
		margin: 2rem !important;
	}
	.mt-xxl-8, .my-xxl-8 {
		margin-top: 2rem !important;
	}
	.mr-xxl-8, .mx-xxl-8 {
		margin-right: 2rem !important;
	}
	.mb-xxl-8, .my-xxl-8 {
		margin-bottom: 2rem !important;
	}
	.ml-xxl-8, .mx-xxl-8 {
		margin-left: 2rem !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.pt-xxl-0, .py-xxl-0 {
		padding-top: 0 !important;
	}
	.pr-xxl-0, .px-xxl-0 {
		padding-right: 0 !important;
	}
	.pb-xxl-0, .py-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xxl-0, .px-xxl-0 {
		padding-left: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.pt-xxl-1, .py-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xxl-1, .px-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xxl-1, .py-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xxl-1, .px-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.pt-xxl-2, .py-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xxl-2, .px-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xxl-2, .py-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xxl-2, .px-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.pt-xxl-3, .py-xxl-3 {
		padding-top: 1rem !important;
	}
	.pr-xxl-3, .px-xxl-3 {
		padding-right: 1rem !important;
	}
	.pb-xxl-3, .py-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xxl-3, .px-xxl-3 {
		padding-left: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.pt-xxl-4, .py-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xxl-4, .px-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xxl-4, .py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xxl-4, .px-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.pt-xxl-5, .py-xxl-5 {
		padding-top: 3rem !important;
	}
	.pr-xxl-5, .px-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-5, .py-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xxl-5, .px-xxl-5 {
		padding-left: 3rem !important;
	}
	.p-xxl-6 {
		padding: 4.5rem !important;
	}
	.pt-xxl-6, .py-xxl-6 {
		padding-top: 4.5rem !important;
	}
	.pr-xxl-6, .px-xxl-6 {
		padding-right: 4.5rem !important;
	}
	.pb-xxl-6, .py-xxl-6 {
		padding-bottom: 4.5rem !important;
	}
	.pl-xxl-6, .px-xxl-6 {
		padding-left: 4.5rem !important;
	}
	.p-xxl-7 {
		padding: 6rem !important;
	}
	.pt-xxl-7, .py-xxl-7 {
		padding-top: 6rem !important;
	}
	.pr-xxl-7, .px-xxl-7 {
		padding-right: 6rem !important;
	}
	.pb-xxl-7, .py-xxl-7 {
		padding-bottom: 6rem !important;
	}
	.pl-xxl-7, .px-xxl-7 {
		padding-left: 6rem !important;
	}
	.p-xxl-8 {
		padding: 2rem !important;
	}
	.pt-xxl-8, .py-xxl-8 {
		padding-top: 2rem !important;
	}
	.pr-xxl-8, .px-xxl-8 {
		padding-right: 2rem !important;
	}
	.pb-xxl-8, .py-xxl-8 {
		padding-bottom: 2rem !important;
	}
	.pl-xxl-8, .px-xxl-8 {
		padding-left: 2rem !important;
	}
	.m-xxl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xxl-n1, .my-xxl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xxl-n1, .mx-xxl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xxl-n1, .my-xxl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xxl-n1, .mx-xxl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xxl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xxl-n2, .my-xxl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xxl-n2, .mx-xxl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xxl-n2, .my-xxl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xxl-n2, .mx-xxl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xxl-n3 {
		margin: -1rem !important;
	}
	.mt-xxl-n3, .my-xxl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xxl-n3, .mx-xxl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xxl-n3, .my-xxl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xxl-n3, .mx-xxl-n3 {
		margin-left: -1rem !important;
	}
	.m-xxl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xxl-n4, .my-xxl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xxl-n4, .mx-xxl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xxl-n4, .my-xxl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xxl-n4, .mx-xxl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xxl-n5 {
		margin: -3rem !important;
	}
	.mt-xxl-n5, .my-xxl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xxl-n5, .mx-xxl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xxl-n5, .my-xxl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xxl-n5, .mx-xxl-n5 {
		margin-left: -3rem !important;
	}
	.m-xxl-n6 {
		margin: -4.5rem !important;
	}
	.mt-xxl-n6, .my-xxl-n6 {
		margin-top: -4.5rem !important;
	}
	.mr-xxl-n6, .mx-xxl-n6 {
		margin-right: -4.5rem !important;
	}
	.mb-xxl-n6, .my-xxl-n6 {
		margin-bottom: -4.5rem !important;
	}
	.ml-xxl-n6, .mx-xxl-n6 {
		margin-left: -4.5rem !important;
	}
	.m-xxl-n7 {
		margin: -6rem !important;
	}
	.mt-xxl-n7, .my-xxl-n7 {
		margin-top: -6rem !important;
	}
	.mr-xxl-n7, .mx-xxl-n7 {
		margin-right: -6rem !important;
	}
	.mb-xxl-n7, .my-xxl-n7 {
		margin-bottom: -6rem !important;
	}
	.ml-xxl-n7, .mx-xxl-n7 {
		margin-left: -6rem !important;
	}
	.m-xxl-n8 {
		margin: -2rem !important;
	}
	.mt-xxl-n8, .my-xxl-n8 {
		margin-top: -2rem !important;
	}
	.mr-xxl-n8, .mx-xxl-n8 {
		margin-right: -2rem !important;
	}
	.mb-xxl-n8, .my-xxl-n8 {
		margin-bottom: -2rem !important;
	}
	.ml-xxl-n8, .mx-xxl-n8 {
		margin-left: -2rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mt-xxl-auto, .my-xxl-auto {
		margin-top: auto !important;
	}
	.mr-xxl-auto, .mx-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-auto, .my-xxl-auto {
		margin-bottom: auto !important;
	}
	.ml-xxl-auto, .mx-xxl-auto {
		margin-left: auto !important;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media ( min-width : 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media ( min-width : 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media ( min-width : 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media ( min-width : 1260px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media ( min-width : 1480px) {
	.text-xxl-left {
		text-align: left !important;
	}
	.text-xxl-right {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #303d67 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #252b40 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ef8a21 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #b6630d !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #2c302e !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #070808 !important;
}

.text-link {
	color: #0056b3 !important;
}

a.text-link:hover, a.text-link:focus {
	color: #003167 !important;
}

.text-muted {
	color: #6c757d !important;
}

a.text-muted:hover, a.text-muted:focus {
	color: #494f54 !important;
}

.text-white {
	color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
	color: #d9d9d9 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #6c0007;
	background-color: #f5cccf;
	border-color: #f2b8bb;
}

.alert-primary hr {
	border-top-color: #eea2a6;
}

.alert-primary .alert-link {
	color: #390004;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #7c4811;
	background-color: #fce8d3;
	border-color: #fbdec1;
}

.alert-warning hr {
	border-top-color: #f9d1a9;
}

.alert-warning .alert-link {
	color: #4f2e0b;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #171918;
	background-color: #d5d6d5;
	border-color: #c4c5c4;
}

.alert-dark hr {
	border-top-color: #b7b8b7;
}

.alert-dark .alert-link {
	color: black;
}

.alert-link {
	color: #002d5d;
	background-color: #ccddf0;
	border-color: #b8d0ea;
}

.alert-link hr {
	border-top-color: #a4c3e4;
}

.alert-link .alert-link {
	color: #00142a;
}

.alert-muted {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-muted hr {
	border-top-color: #c8cbcf;
}

.alert-muted .alert-link {
	color: #202326;
}

.alert-white {
	color: #858585;
	background-color: white;
	border-color: white;
}

.alert-white hr {
	border-top-color: #f2f2f2;
}

.alert-white .alert-link {
	color: #6c6c6c;
}

.tit>a>img {
	margin-left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	width: 19px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.25rem;
	margin-right: 5px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s
		ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s
		ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

.tit .badge {
	margin-right: 30px;
}

@media ( prefers-reduced-motion : reduce) {
	.badge {
		-webkit-transition: none;
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #303d67;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #9c000a;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #242945;
	width: 60px;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #ef8a21;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #ce700f;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #195dae;
	width: 60px;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #2c302e;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #141515;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.badge-link {
	color: #fff;
	background-color: #0056b3;
}

a.badge-link:hover, a.badge-link:focus {
	color: #fff;
	background-color: #003d80;
}

a.badge-link:focus, a.badge-link.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.badge-muted {
	color: #fff;
	background-color: #6c757d;
}

a.badge-muted:hover, a.badge-muted:focus {
	color: #fff;
	background-color: #545b62;
}

a.badge-muted:focus, a.badge-muted.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-white {
	color: #212529;
	background-color: #fff;
}

a.badge-white:hover, a.badge-white:focus {
	color: #212529;
	background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.table-board .badge {
	font-family: "NanumSquareNeo", "Arial", "Times New Roman", sans-serif;
}

.bookmark {
	margin-bottom: 1rem;
}

.bookmark-pictogram {
	position: relative;
	border: 1px solid #cbd3da;
}

@media ( min-width : 0) {
	.bookmark-pictogram {
		padding: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media ( min-width : 768px) {
	.bookmark-pictogram {
		padding: 3rem;
		padding-left: 12rem;
	}
}

.bookmark-pictogram:after {
	content: "";
	position: absolute;
	top: 1.5rem;
	bottom: 1.5rem;
	left: 10.5rem;
	margin: auto;
	border-right: 1px solid #cbd3da;
}

@media ( min-width : 0) {
	.bookmark-pictogram:after {
		display: none;
	}
}

@media ( min-width : 768px) {
	.bookmark-pictogram:after {
		display: block;
	}
}

.bookmark-pictogram>i {
	top: 3rem;
	bottom: 3rem;
	left: 3rem;
	margin: auto;
	overflow: visible;
}

@media ( min-width : 0) {
	.bookmark-pictogram>i {
		position: static;
		margin-bottom: 1.5rem;
	}
}

@media ( min-width : 768px) {
	.bookmark-pictogram>i {
		position: absolute;
		margin-bottom: auto;
	}
}

.bookmark-pictogram>h1, .bookmark-pictogram>h2, .bookmark-pictogram>h3,
	.bookmark-pictogram>h4, .bookmark-pictogram>h5, .bookmark-pictogram>h6
	{
	font-weight: 700;
}

.bookmark-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem;
	border: width;
	border-style: solid;
	border-color: #cbd3da;
}

.bookmark-icon>i {
	float: left;
	margin-right: 1rem;
}

.bookmark-icon>h1, .bookmark-icon h2, .bookmark-icon h3, .bookmark-icon h4,
	.bookmark-icon h5, .bookmark-icon h6 {
	float: left;
	font-weight: 700;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookmark-icon>div {
	width: 100%;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #cbd3da;
}

.bookmark-icon>div>*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s
		ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s
		ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media ( prefers-reduced-motion : reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.25);
}

.btn.disabled, .btn:disabled {
	opacity: 0.65;
}

.btn:not (:disabled ):not (.disabled ) {
	cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #303d67;
	border-color: #303d67;
}

.btn-primary:hover {
	color: #fff;
	background-color: #a9000b;
	border-color: #9c000a;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #a9000b;
	border-color: #9c000a;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(214, 38, 49, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(214, 38, 49, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #303d67;
	border-color: #303d67;
}

.btn-primary:not (:disabled ):not (.disabled ):active, .btn-primary:not
	(:disabled ):not (.disabled ).active, .show>.btn-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #9c000a;
	border-color: #8f0009;
}

.btn-primary:not (:disabled ):not (.disabled ):active:focus,
	.btn-primary:not (:disabled ):not (.disabled ).active:focus, .show>.btn-primary.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(214, 38, 49, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(214, 38, 49, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not (:disabled ):not (.disabled ):active, .btn-secondary:not
	(:disabled ):not (.disabled ).active, .show>.btn-secondary.dropdown-toggle
	{
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not (:disabled ):not (.disabled ):active:focus,
	.btn-secondary:not (:disabled ):not (.disabled ).active:focus, .show>.btn-secondary.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not (:disabled ):not (.disabled ):active, .btn-success:not
	(:disabled ):not (.disabled ).active, .show>.btn-success.dropdown-toggle
	{
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not (:disabled ):not (.disabled ):active:focus,
	.btn-success:not (:disabled ):not (.disabled ).active:focus, .show>.btn-success.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not (:disabled ):not (.disabled ):active, .btn-info:not (:disabled
	):not (.disabled ).active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not (:disabled ):not (.disabled ):active:focus, .btn-info:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-info.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ef8a21;
	border-color: #ef8a21;
}

.btn-warning:hover {
	color: #fff;
	background-color: #da7710;
	border-color: #ce700f;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #da7710;
	border-color: #ce700f;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ef8a21;
	border-color: #ef8a21;
}

.btn-warning:not (:disabled ):not (.disabled ):active, .btn-warning:not
	(:disabled ):not (.disabled ).active, .show>.btn-warning.dropdown-toggle
	{
	color: #fff;
	background-color: #ce700f;
	border-color: #c26a0e;
}

.btn-warning:not (:disabled ):not (.disabled ):active:focus,
	.btn-warning:not (:disabled ):not (.disabled ).active:focus, .show>.btn-warning.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(208, 123, 34, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not (:disabled ):not (.disabled ):active, .btn-danger:not (:disabled
	):not (.disabled ).active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not (:disabled ):not (.disabled ):active:focus, .btn-danger:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-danger.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not (:disabled ):not (.disabled ):active, .btn-light:not (:disabled
	):not (.disabled ).active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not (:disabled ):not (.disabled ):active:focus, .btn-light:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-light.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #2c302e;
	border-color: #2c302e;
}

.btn-dark:hover {
	color: #fff;
	background-color: #1a1c1b;
	border-color: #141515;
}

.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #1a1c1b;
	border-color: #141515;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #2c302e;
	border-color: #2c302e;
}

.btn-dark:not (:disabled ):not (.disabled ):active, .btn-dark:not (:disabled
	):not (.disabled ).active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #141515;
	border-color: #0e0f0e;
}

.btn-dark:not (:disabled ):not (.disabled ):active:focus, .btn-dark:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-dark.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(76, 79, 77, 0.5);
}

.btn-link {
	color: #fff;
	background-color: #0056b3;
	border-color: #0056b3;
}

.btn-link:hover {
	color: #fff;
	background-color: #00448d;
	border-color: #003d80;
}

.btn-link:focus, .btn-link.focus {
	color: #fff;
	background-color: #00448d;
	border-color: #003d80;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
}

.btn-link.disabled, .btn-link:disabled {
	color: #fff;
	background-color: #0056b3;
	border-color: #0056b3;
}

.btn-link:not (:disabled ):not (.disabled ):active, .btn-link:not (:disabled
	):not (.disabled ).active, .show>.btn-link.dropdown-toggle {
	color: #fff;
	background-color: #003d80;
	border-color: #003773;
}

.btn-link:not (:disabled ):not (.disabled ):active:focus, .btn-link:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-link.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
}

.btn-muted {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-muted:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-muted:focus, .btn-muted.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-muted.disabled, .btn-muted:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-muted:not (:disabled ):not (.disabled ):active, .btn-muted:not (:disabled
	):not (.disabled ).active, .show>.btn-muted.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-muted:not (:disabled ):not (.disabled ):active:focus, .btn-muted:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-muted.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:not (:disabled ):not (.disabled ):active, .btn-white:not (:disabled
	):not (.disabled ).active, .show>.btn-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf;
}

.btn-white:not (:disabled ):not (.disabled ):active:focus, .btn-white:not
	(:disabled ):not (.disabled ).active:focus, .show>.btn-white.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
	color: #303d67;
	border-color: #303d67;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #303d67;
	border-color: #303d67;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #303d67;
	background-color: transparent;
}

.btn-outline-primary:not (:disabled ):not (.disabled ):active,
	.btn-outline-primary:not (:disabled ):not (.disabled ).active, .show>.btn-outline-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #303d67;
	border-color: #303d67;
}

.btn-outline-primary:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.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: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-secondary:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.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: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-success:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not (:disabled ):not (.disabled ):active,
	.btn-outline-info:not (:disabled ):not (.disabled ).active, .show>.btn-outline-info.dropdown-toggle
	{
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-info:not (:disabled ):not (.disabled ).active:focus, .show>.btn-outline-info.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	color: #ef8a21;
	border-color: #ef8a21;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ef8a21;
	border-color: #ef8a21;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ef8a21;
	background-color: transparent;
}

.btn-outline-warning:not (:disabled ):not (.disabled ):active,
	.btn-outline-warning:not (:disabled ):not (.disabled ).active, .show>.btn-outline-warning.dropdown-toggle
	{
	color: #212529;
	background-color: #ef8a21;
	border-color: #ef8a21;
}

.btn-outline-warning:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-warning:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(239, 138, 33, 0.5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.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: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-danger:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not (:disabled ):not (.disabled ):active,
	.btn-outline-light:not (:disabled ):not (.disabled ).active, .show>.btn-outline-light.dropdown-toggle
	{
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-light:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	color: #2c302e;
	border-color: #2c302e;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #2c302e;
	border-color: #2c302e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #2c302e;
	background-color: transparent;
}

.btn-outline-dark:not (:disabled ):not (.disabled ):active,
	.btn-outline-dark:not (:disabled ):not (.disabled ).active, .show>.btn-outline-dark.dropdown-toggle
	{
	color: #fff;
	background-color: #2c302e;
	border-color: #2c302e;
}

.btn-outline-dark:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-dark:not (:disabled ):not (.disabled ).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(44, 48, 46, 0.5);
}

.btn-outline-link {
	color: #0056b3;
	border-color: #0056b3;
}

.btn-outline-link:hover {
	color: #fff;
	background-color: #0056b3;
	border-color: #0056b3;
}

.btn-outline-link:focus, .btn-outline-link.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.btn-outline-link.disabled, .btn-outline-link:disabled {
	color: #0056b3;
	background-color: transparent;
}

.btn-outline-link:not (:disabled ):not (.disabled ):active,
	.btn-outline-link:not (:disabled ):not (.disabled ).active, .show>.btn-outline-link.dropdown-toggle
	{
	color: #fff;
	background-color: #0056b3;
	border-color: #0056b3;
}

.btn-outline-link:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-link:not (:disabled ):not (.disabled ).active:focus, .show>.btn-outline-link.dropdown-toggle:focus
	{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
}

.btn-outline-muted {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-muted:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-muted:focus, .btn-outline-muted.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-muted.disabled, .btn-outline-muted:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-muted:not (:disabled ):not (.disabled ):active,
	.btn-outline-muted:not (:disabled ):not (.disabled ).active, .show>.btn-outline-muted.dropdown-toggle
	{
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-muted:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-muted:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-muted.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-white {
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
	color: #fff;
	background-color: transparent;
}

.btn-outline-white:not (:disabled ):not (.disabled ):active,
	.btn-outline-white:not (:disabled ):not (.disabled ).active, .show>.btn-outline-white.dropdown-toggle
	{
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-white:not (:disabled ):not (.disabled ):active:focus,
	.btn-outline-white:not (:disabled ):not (.disabled ).active:focus,
	.show>.btn-outline-white.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #303d67;
	text-decoration: none;
}

.btn-link:hover {
	color: #252b40;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block
	{
	width: 100%;
}

.btn-area {
	margin-top: 1rem;
}

.btn-jumbo {
	font-size: 1.1rem;
	min-width: 25%;
	padding: 1rem;
}

.btn-jumbo:hover, .btn-jumbo:focus {
	background-image:
		url(../../../resources/images/commons/btn-jumbo-hover-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.btn-icon-border {
	padding: 0.75rem 3rem 0.75rem 1rem;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 0;
	color: inherit;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.btn-icon-border {
		min-width: 0;
		width: 100%;
	}
}

@media ( min-width : 576px) {
	.btn-icon-border {
		min-width: 276px;
		width: auto;
	}
}

.btn-icon-border:hover, .btn-icon-border:focus {
	background-color: black;
	color: white;
}

.btn-icon-border:hover i, .btn-icon-border:focus i {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.btn-icon-border i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.btn-icon-border-blue {
	border: 1px solid #007bff;
	color: #007bff;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-blue:hover, .btn-icon-border-blue:focus {
		background-color: #007bff;
		color: white;
	}
}

.btn-icon-border-indigo {
	border: 1px solid #6610f2;
	color: #6610f2;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-indigo:hover, .btn-icon-border-indigo:focus {
		background-color: #6610f2;
		color: white;
	}
}

.btn-icon-border-purple {
	border: 1px solid #6f42c1;
	color: #6f42c1;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-purple:hover, .btn-icon-border-purple:focus {
		background-color: #6f42c1;
		color: white;
	}
}

.btn-icon-border-pink {
	border: 1px solid #e83e8c;
	color: #e83e8c;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-pink:hover, .btn-icon-border-pink:focus {
		background-color: #e83e8c;
		color: white;
	}
}

.btn-icon-border-red {
	border: 1px solid #dc3545;
	color: #dc3545;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-red:hover, .btn-icon-border-red:focus {
		background-color: #dc3545;
		color: white;
	}
}

.btn-icon-border-orange {
	border: 1px solid #fd7e14;
	color: #fd7e14;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-orange:hover, .btn-icon-border-orange:focus {
		background-color: #fd7e14;
		color: white;
	}
}

.btn-icon-border-yellow {
	border: 1px solid #ffc107;
	color: #ffc107;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-yellow:hover, .btn-icon-border-yellow:focus {
		background-color: #ffc107;
		color: white;
	}
}

.btn-icon-border-green {
	border: 1px solid #28a745;
	color: #28a745;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-green:hover, .btn-icon-border-green:focus {
		background-color: #28a745;
		color: white;
	}
}

.btn-icon-border-teal {
	border: 1px solid #20c997;
	color: #20c997;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-teal:hover, .btn-icon-border-teal:focus {
		background-color: #20c997;
		color: white;
	}
}

.btn-icon-border-cyan {
	border: 1px solid #17a2b8;
	color: #17a2b8;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-cyan:hover, .btn-icon-border-cyan:focus {
		background-color: #17a2b8;
		color: white;
	}
}

.btn-icon-border-white {
	border: 1px solid #fff;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-white:hover, .btn-icon-border-white:focus {
		background-color: #fff;
		color: white;
	}
}

.btn-icon-border-gray {
	border: 1px solid #6c757d;
	color: #6c757d;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-gray:hover, .btn-icon-border-gray:focus {
		background-color: #6c757d;
		color: white;
	}
}

.btn-icon-border-gray-dark {
	border: 1px solid #343a40;
	color: #343a40;
}

@media screen and (min-width: 768px) {
	.btn-icon-border-gray-dark:hover, .btn-icon-border-gray-dark:focus {
		background-color: #343a40;
		color: white;
	}
}

.btn-icon-fill {
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0.25rem 0;
	padding: 1rem 3rem 1rem 1rem;
	background-color: #303d67;
	border-radius: 0;
	color: white;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.btn-icon-fill {
		min-width: 0;
		width: 100%;
	}
}

@media ( min-width : 576px) {
	.btn-icon-fill {
		min-width: 9rem;
		width: auto;
	}
}

.btn-icon-fill:hover, .btn-icon-fill:focus {
	color: white;
}

.btn-icon-fill i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
}

.calendar-title {
	position: relative;
	z-index: 1;
	background-color: white;
	margin: 0.5rem;
}

.calendar-title:before, .calendar-title:after {
	display: block;
	content: "";
}

.calendar-title:before {
	background-image:
		url(../../../resources/images/module/calendar-title-border.png);
	margin: 0;
	position: absolute;
	z-index: -1;
	top: -8px;
	bottom: -8px;
	left: -8px;
	right: -8px;
}

.calendar-title:after {
	background-color: white;
	margin: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.calendar-title-heading {
	position: relative;
	line-height: 2rem;
	padding: 1.5rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

@media ( min-width : 0) {
	.calendar-title-heading {
		height: auto;
	}
}

@media ( min-width : 576px) {
	.calendar-title-heading {
		height: 2rem;
	}
}

.calendar-title-heading h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: 800
}

.calendar-title-heading>ul {
	top: 0;
	bottom: 0;
	left: 1.5rem;
	right: 1.5rem;
	list-style: none;
}

@media ( min-width : 0) {
	.calendar-title-heading>ul {
		position: static;
		height: auto;
		padding: 1rem 0 0 0;
		margin: 1rem 0 0 0;
		border-top: 1px solid #f2f4f6;
	}
}

@media ( min-width : 576px) {
	.calendar-title-heading>ul {
		position: absolute;
		height: 0;
		padding: 0;
		margin: auto 0;
		border-top: 0;
	}
}

.calendar-title-heading>ul:after {
	display: block;
	content: "";
	clear: both;
}

.calendar-title-heading>ul>li>a {
	display: block;
	font-size: 0.9rem;
	height: 2rem;
	line-height: 2rem;
	color: inherit;
	text-decoration: none;
}

@media ( min-width : 0) {
	.calendar-title-heading>ul>li>a {
		margin-top: 0;
	}
}

@media ( min-width : 576px) {
	.calendar-title-heading>ul>li>a {
		margin-top: -1rem;
	}
}

.calendar-title-heading>ul>li>a:before {
	display: block;
	content: "";
}

.calendar-title-heading>ul>li:first-child>a {
	float: left;
	padding-left: 3rem;
}

.calendar-title-heading>ul>li:first-child>a:before {
	float: inherit;
	width: 2rem;
	height: 2rem;
	margin-left: -3rem;
	background-image:
		url(../../../resources/images/module/calendar-title-heading-prev.png);
}

.calendar-title-heading>ul>li:last-child>a {
	float: right;
	padding-right: 3rem;
}

.calendar-title-heading>ul>li:last-child>a:before {
	float: inherit;
	width: 2rem;
	height: 2rem;
	margin-right: -3rem;
	background-image:
		url(../../../resources/images/module/calendar-title-heading-next.png);
}

.calendar-title-month, .calendar-title-day {
	border-top: 1px solid #dae0e5;
	padding: 1rem 1.5rem;
}

.calendar-title-month>ul, .calendar-title-day>ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.calendar-title-month>ul:after, .calendar-title-day>ul:after {
	display: block;
	content: "";
	clear: both;
}

.calendar-title-month>ul:after, .calendar-title-day>ul:after {
	width: 100%;
}

.calendar-title-month>ul>li, .calendar-title-day>ul>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	float: left;
	text-align: center;
}

@media ( min-width : 0) {
	.calendar-title-month>ul>li, .calendar-title-day>ul>li {
		width: 16.66667%;
	}
}

@media ( min-width : 768px) {
	.calendar-title-month>ul>li, .calendar-title-day>ul>li {
		width: auto;
	}
}

.calendar-title-month>ul>li>a, .calendar-title-day>ul>li>a {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	color: inherit;
	text-decoration: none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

@media ( min-width : 0) {
	.calendar-title-month>ul>li>a, .calendar-title-day>ul>li>a {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.calendar-title-month>ul>li>a, .calendar-title-day>ul>li>a {
		font-size: 0.9rem;
	}
}

@media ( min-width : 992px) {
	.calendar-title-month>ul>li>a, .calendar-title-day>ul>li>a {
		font-size: 1rem;
	}
}

.calendar-title-month>ul>li.is-active>a, .calendar-title-day>ul>li.is-active>a
	{
	color: #303d67;
	border-bottom: 2px solid #303d67;
}

.calendar-title-day {
	width: 100%;
	overflow: auto;
}

.calendar-title-day>ul {
	display: block !important;
	margin: 0 -1rem;
}

.calendar-title-day>ul>li {
	float: left;
	padding: 0 1rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 2.05rem;
	white-space: nowrap;
}

.calendar-table {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #dae0e5;
	border-collapse: collapse;
	margin-top: 1.5rem;
}

.calendar-table tbody, .calendar-table tbody>td, .calendar-table tbody>tr,
	.calendar-table tbody>tr>td {
	border-width: inherit;
	border-style: inherit;
	border-color: inherit;
}

.calendar-table th, .calendar-table td {
	width: 14.28571%;
}

.calendar-table th {
	font-size: inherit;
	padding: 0.8rem 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #ddd;
}

@media ( min-width : 0) {
	.calendar-table th {
		font-size: 0;
	}
}

@media ( min-width : 576px) {
	.calendar-table th {
		font-size: inherit;
	}
}

@media ( min-width : 1480px) {
	.calendar-table th {
		font-size: inherit;
	}
}

@media ( min-width : 0) {
	.calendar-table th::first-letter {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.calendar-table th::first-letter {
		font-size: inherit;
	}
}

.calendar-table td {
	text-align: left;
}

.calendar-table td.is-child {
	background-color: white;
}

.calendar-table td.is-today {
	background-color: #fff3f3 !important;
}

@media ( min-width : 0) {
	.calendar-table td {
		font-size: 0;
		padding: 0;
		background-color: #e4e7e6;
	}
	.calendar-table td.is-disabled {
		background-color: #eceeed;
	}
}

@media ( min-width : 768px) {
	.calendar-table td {
		font-size: inherit;
		padding: 1rem;
		background-color: #eceeed;
	}
	.calendar-table td.is-disabled {
		background-color: white;
	}
}

.calendar-table-day {
	position: relative;
	height: 0;
	overflow: hidden;
}

@media ( min-width : 0) {
	.calendar-table-day {
		padding-bottom: 100%;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day {
		padding-bottom: 5.1rem;
	}
}

@media ( min-width : 1260px) {
	.calendar-table-day {
		padding-bottom: 6.3rem;
	}
}

@media ( min-width : 1480px) {
	.calendar-table-day {
		padding-bottom: 7.5rem;
	}
}

.calendar-table-day>nav:after {
	display: block;
	content: "";
	clear: both;
}

.calendar-table-day>nav>strong {
	display: block;
	height: 1.125rem;
	line-height: 1.125rem;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
}

@media ( min-width : 0) {
	.calendar-table-day>nav>strong {
		font-size: 0.9rem;
		float: none;
		margin-right: 0;
		position: absolute;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>nav>strong {
		font-size: 1rem;
		float: left;
		margin-right: 0.5rem;
		position: static;
	}
}

.calendar-table-day>nav>ul {
	width: 4.125rem;
	float: left;
	padding: 0;
	margin: 0 -0.125rem;
	list-style: none;
}

@media ( min-width : 0) {
	.calendar-table-day>nav>ul {
		display: none;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>nav>ul {
		display: block;
	}
}

.calendar-table-day>nav>ul:after {
	display: block;
	content: "";
	clear: both;
}

.calendar-table-day>nav>ul>li {
	float: left;
	padding: 0 0.125rem;
}

.calendar-table-day>nav>ul>li>a {
	display: block;
	border-radius: 2px;
	font-family: "NanumSquareNeo", "바탕", "Arial", sans-serif;
	width: 1.125rem;
	height: 1.125rem;
	line-height: 1.125rem;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 0;
}

.calendar-table-day>nav>ul>li>a::first-letter {
	font-size: 0.688rem;
}

.calendar-table-day>nav>ul>li[data-meal="breakfast"]>a {
	background-color: #43baad;
}

.calendar-table-day>nav>ul>li[data-meal="lunch"]>a {
	background-color: #e9792f;
}

.calendar-table-day>nav>ul>li[data-meal="dinner"]>a {
	background-color: #004397;
}

.calendar-table-day>nav>a.badge {
	display: block;
	float: right;
}

@media ( min-width : 0) {
	.calendar-table-day>nav>a.badge {
		display: none;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>nav>a.badge {
		display: block;
	}
}

.calendar-table-day>a, .calendar-table-day>article {
	position: absolute;
	display: block;
	color: #5d6561;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.2rem;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

@media ( min-width : 0) {
	.calendar-table-day>a, .calendar-table-day>article {
		height: auto;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>a, .calendar-table-day>article {
		height: 3.6rem;
	}
}

@media ( min-width : 1260px) {
	.calendar-table-day>a, .calendar-table-day>article {
		height: 4.8rem;
	}
}

@media ( min-width : 1480px) {
	.calendar-table-day>a, .calendar-table-day>article {
		height: 6rem;
	}
}

.calendar-table-day>a>ol, .calendar-table-day>article>ol {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.calendar-table-day>a>ol[data-meal], .calendar-table-day>article>ol[data-meal]
	{
	display: none;
}

@media ( min-width : 0) {
	.calendar-table-day>a>ol[data-meal].is-active, .calendar-table-day>article>ol[data-meal].is-active
		{
		display: none;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>a>ol[data-meal].is-active, .calendar-table-day>article>ol[data-meal].is-active
		{
		display: block;
	}
}

@media ( min-width : 0) {
	.calendar-table-day>a>ol.calendar-table-day-list, .calendar-table-day>article>ol.calendar-table-day-list
		{
		display: none;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>a>ol.calendar-table-day-list, .calendar-table-day>article>ol.calendar-table-day-list
		{
		display: block;
	}
}

.calendar-table-day>a>ol>li, .calendar-table-day>article>ol>li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.calendar-table-day>a>ol>li>a, .calendar-table-day>article>ol>li>a {
	display: block;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.calendar-table-day>a span, .calendar-table-day>article span {
		display: block !important;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>a span, .calendar-table-day>article span {
		display: none !important;
	}
}

.calendar-table-day-popover {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

@media ( min-width : 0) {
	.calendar-table-day-popover {
		top: 0;
		opacity: 0;
		background-color: rgba(255, 255, 255, 0);
	}
}

@media ( min-width : 768px) {
	.calendar-table-day-popover {
		top: auto;
		opacity: 1;
		background-color: white;
	}
}

.calendar-table-day>a {
	position: absolute;
	top: 0;
	left: 0;
}

@media ( min-width : 0) {
	.calendar-table-day>a {
		margin-top: 0;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>a {
		margin-top: 2.75rem;
	}
}

@media ( min-width : 1480px) {
	.calendar-table-day>a {
		margin-top: 1.5rem;
	}
}

@media ( min-width : 0) {
	.calendar-table-day>article {
		margin-top: 0;
	}
}

@media ( min-width : 768px) {
	.calendar-table-day>article {
		margin-top: 1.5rem;
	}
}

.calendar-table tbody>tr>td:first-child>.day>nav>strong {
	color: #0056b3;
}

.calendar-table tbody>tr>td:last-child>.day>nav>strong {
	color: #dc3545;
}

.calendar-admin {
	padding-top: 1.5rem;
	margin: 0 -1.5rem;
	text-align: left;
}

.calendar-admin:after {
	display: block;
	content: "";
	clear: both;
}

.calendar-admin-form {
	width: 33.33333%;
	padding: 0 1.5rem;
	float: left;
}

.calendar-admin-form textarea {
	resize: none;
	height: 100px;
}

.calendar .modal-body h6 {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.5rem;
}

.calendar .modal-body dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 2px solid #303d67;
}

.calendar .modal-body dl>dt, .calendar .modal-body dl>dd {
	padding: 1.5rem 0;
	border-bottom: 1px solid #dae0e5;
}

.calendar .modal-body dl>dt {
	width: 100px;
}

@media ( max-width : 767px) {
	.calendar .modal-body dl>dt {
		width: 80px;
	}
}

.calendar .modal-body dl>dt>strong {
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: #2c302e;
	color: white;
	text-align: center;
}

.calendar .modal-body dl>dt[data-meal="breakfast"]>strong {
	background-color: #43baad;
}

.calendar .modal-body dl>dt[data-meal="lunch"]>strong {
	background-color: #e9792f;
}

.calendar .modal-body dl>dt[data-meal="dinner"]>strong {
	background-color: #004397;
}

.calendar .modal-body dl>dd {
	width: calc(100% - 100px);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 -0.5rem;
}

@media ( max-width : 767px) {
	.calendar .modal-body dl>dd {
		width: calc(100% - 80px);
	}
	.num_tab_box ul li {
		flex: 0 1 100% !important;
	}
}

.calendar .modal-body dl>dd>figure, .calendar .modal-body dl>dd>ol,
	.calendar .modal-body dl>dd>ul {
	width: 33.33333%;
	float: left;
	padding: 0 0.5rem;
	margin: 0;
}

@media ( max-width : 767px) {
	.calendar .modal-body dl>dd>figure, .calendar .modal-body dl>dd>ol,
		.calendar .modal-body dl>dd>ul {
		width: 100%;
	}
}

.calendar .modal-body dl>dd>ol, .calendar .modal-body dl>dd>ul {
	margin: 0;
	list-style: none;
	font-size: 0.9rem;
}

@media ( max-width : 767px) {
	.calendar .modal-body dl>dd>ol, .calendar .modal-body dl>dd>ul {
		text-align: left;
	}
}

.calendar .modal-body dl>dd>figure img {
	max-width: 100%;
}

.calendar .modal-body dl>dd>figure>figcaption {
	display: none;
}

.calendar .modal-body dl>dd>ul {
	color: #75807b;
}

@media ( max-width : 767px) {
	.calendar .modal-body dl>dd>ul {
		margin-top: 15px;
	}
}

.calendar .modal-body dl>dd:after {
	display: block;
	content: "";
	clear: both;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 15px;
}

@media ( min-width : 576px) {
	.card-deck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group>.card {
	margin-bottom: 15px;
}

@media ( min-width : 576px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group>.card:not (:last-child ) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group>.card:not (:last-child ) .card-img-top, .card-group>.card:not
		(:last-child ) .card-header {
		border-top-right-radius: 0;
	}
	.card-group>.card:not (:last-child ) .card-img-bottom, .card-group>.card:not
		(:last-child ) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group>.card:not (:first-child ) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group>.card:not (:first-child ) .card-img-top, .card-group>.card:not
		(:first-child ) .card-header {
		border-top-left-radius: 0;
	}
	.card-group>.card:not (:first-child ) .card-img-bottom, .card-group>.card:not
		(:first-child ) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media ( min-width : 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion {
	overflow-anchor: none;
}

.accordion>.card {
	overflow: hidden;
}

.accordion>.card:not (:last-of-type ) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card:not (:first-of-type ) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.card i:first-child {
	margin-bottom: 1rem;
}

.card i:last-child {
	margin-bottom: 0;
}

.card-hover {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: inherit;
}

.card-hover span {
	display: inline-block;
	border: 1px solid black;
	width: 100%;
	max-width: 8rem;
	padding: 0.5rem;
	color: black;
	background-color: white;
	text-align: center;
}

.card-hover:hover, .card-hover:focus {
	background-color: #303d67;
	color: white;
	text-decoration: none;
}

.card-gradu {
	border: 0;
	border-radius: 0;
	background-image:
		url(../../../resources/images/module/card-gradu-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 12.5%;
}

.card-gradu, .card-gradu a {
	color: white;
}

.card-gradu .card-body {
	padding: 3rem;
	margin: 0;
}

.card-gradu .card-body>a {
	display: inline-block;
	border: 1px solid white;
	padding: 0.5rem 1.5rem;
	margin-top: 3rem;
}

.card-gradu .card-title {
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 3rem;
}

.card-gradu .card-title:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -1.3125rem;
	width: 2.5rem;
	height: 0.375rem;
	background-color: white;
}

.card-gradu .card-text {
	color: rgba(255, 255, 255, 0.75);
}

.diagram {
	max-width: 50rem;
	margin: 0 auto;
	overflow: hidden;
}

.diagram[data-length="3"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
	transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="3"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(210deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-210deg);
	transform: rotate(210deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-210deg);
}

.diagram[data-length="3"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(330deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-330deg);
	transform: rotate(330deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-330deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="4"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(45deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-45deg);
	transform: rotate(45deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-45deg);
}

.diagram[data-length="4"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(135deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-135deg);
	transform: rotate(135deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-135deg);
}

.diagram[data-length="4"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(225deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-225deg);
	transform: rotate(225deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-225deg);
}

.diagram[data-length="4"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(315deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-315deg);
	transform: rotate(315deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-315deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="5"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
	transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="5"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(162deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-162deg);
	transform: rotate(162deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-162deg);
}

.diagram[data-length="5"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(234deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-234deg);
	transform: rotate(234deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-234deg);
}

.diagram[data-length="5"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(306deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-306deg);
	transform: rotate(306deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-306deg);
}

.diagram[data-length="5"]>.diagram-inner>ul>li:nth-child(5) {
	background-color: #a71d2a;
	-webkit-transform: rotate(378deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-378deg);
	transform: rotate(378deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-378deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="6"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(60deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-60deg);
	transform: rotate(60deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-60deg);
}

.diagram[data-length="6"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(120deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-120deg);
	transform: rotate(120deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-120deg);
}

.diagram[data-length="6"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(180deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-180deg);
	transform: rotate(180deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-180deg);
}

.diagram[data-length="6"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(240deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-240deg);
	transform: rotate(240deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-240deg);
}

.diagram[data-length="6"]>.diagram-inner>ul>li:nth-child(5) {
	background-color: #a71d2a;
	-webkit-transform: rotate(300deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-300deg);
	transform: rotate(300deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-300deg);
}

.diagram[data-length="6"]>.diagram-inner>ul>li:nth-child(6) {
	background-color: #9a1b27;
	-webkit-transform: rotate(360deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-360deg);
	transform: rotate(360deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-360deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(38.57143deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-38.57143deg);
	transform: rotate(38.57143deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-38.57143deg);
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
	transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(141.42857deg) translate(-116.25%)
		rotatex(1deg) scaley(1.00015) rotate(-141.42857deg);
	transform: rotate(141.42857deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-141.42857deg);
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(192.85714deg) translate(-116.25%)
		rotatex(1deg) scaley(1.00015) rotate(-192.85714deg);
	transform: rotate(192.85714deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-192.85714deg);
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(5) {
	background-color: #a71d2a;
	-webkit-transform: rotate(244.28571deg) translate(-116.25%)
		rotatex(1deg) scaley(1.00015) rotate(-244.28571deg);
	transform: rotate(244.28571deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-244.28571deg);
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(6) {
	background-color: #9a1b27;
	-webkit-transform: rotate(295.71429deg) translate(-116.25%)
		rotatex(1deg) scaley(1.00015) rotate(-295.71429deg);
	transform: rotate(295.71429deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-295.71429deg);
}

.diagram[data-length="7"]>.diagram-inner>ul>li:nth-child(7) {
	background-color: #8d1924;
	-webkit-transform: rotate(347.14286deg) translate(-116.25%)
		rotatex(1deg) scaley(1.00015) rotate(-347.14286deg);
	transform: rotate(347.14286deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-347.14286deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(22.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-22.5deg);
	transform: rotate(22.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-22.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(67.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-67.5deg);
	transform: rotate(67.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-67.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(112.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-112.5deg);
	transform: rotate(112.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-112.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(157.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-157.5deg);
	transform: rotate(157.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-157.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(5) {
	background-color: #a71d2a;
	-webkit-transform: rotate(202.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-202.5deg);
	transform: rotate(202.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-202.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(6) {
	background-color: #9a1b27;
	-webkit-transform: rotate(247.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-247.5deg);
	transform: rotate(247.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-247.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(7) {
	background-color: #8d1924;
	-webkit-transform: rotate(292.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-292.5deg);
	transform: rotate(292.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-292.5deg);
}

.diagram[data-length="8"]>.diagram-inner>ul>li:nth-child(8) {
	background-color: #801620;
	-webkit-transform: rotate(337.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-337.5deg);
	transform: rotate(337.5deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-337.5deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(50deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-50deg);
	transform: rotate(50deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-50deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
	transform: rotate(90deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-90deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(130deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-130deg);
	transform: rotate(130deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-130deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(170deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-170deg);
	transform: rotate(170deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-170deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(5) {
	background-color: #a71d2a;
	-webkit-transform: rotate(210deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-210deg);
	transform: rotate(210deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-210deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(6) {
	background-color: #9a1b27;
	-webkit-transform: rotate(250deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-250deg);
	transform: rotate(250deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-250deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(7) {
	background-color: #8d1924;
	-webkit-transform: rotate(290deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-290deg);
	transform: rotate(290deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-290deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(8) {
	background-color: #801620;
	-webkit-transform: rotate(330deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-330deg);
	transform: rotate(330deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-330deg);
}

.diagram[data-length="9"]>.diagram-inner>ul>li:nth-child(9) {
	background-color: #73141d;
	-webkit-transform: rotate(370deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-370deg);
	transform: rotate(370deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-370deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(1) {
	background-color: #da2839;
	-webkit-transform: rotate(36deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-36deg);
	transform: rotate(36deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-36deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(2) {
	background-color: #cf2434;
	-webkit-transform: rotate(72deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-72deg);
	transform: rotate(72deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-72deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(3) {
	background-color: #c22231;
	-webkit-transform: rotate(108deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-108deg);
	transform: rotate(108deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-108deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(4) {
	background-color: #b51f2e;
	-webkit-transform: rotate(144deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-144deg);
	transform: rotate(144deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-144deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(5) {
	background-color: #a71d2a;
	-webkit-transform: rotate(180deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-180deg);
	transform: rotate(180deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-180deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(6) {
	background-color: #9a1b27;
	-webkit-transform: rotate(216deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-216deg);
	transform: rotate(216deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-216deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(7) {
	background-color: #8d1924;
	-webkit-transform: rotate(252deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-252deg);
	transform: rotate(252deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-252deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(8) {
	background-color: #801620;
	-webkit-transform: rotate(288deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-288deg);
	transform: rotate(288deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-288deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(9) {
	background-color: #73141d;
	-webkit-transform: rotate(324deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-324deg);
	transform: rotate(324deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-324deg);
}

.diagram[data-length="10"]>.diagram-inner>ul>li:nth-child(10) {
	background-color: #66121a;
	-webkit-transform: rotate(360deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-360deg);
	transform: rotate(360deg) translate(-116.25%) rotatex(1deg)
		scaley(1.00015) rotate(-360deg);
}

.diagram-inner {
	position: relative;
	padding-bottom: 100%;
}

.diagram-inner>h4, .diagram-inner>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.diagram-inner>h4>*, .diagram-inner>ul>li>* {
	width: 100%;
}

.diagram-inner>h4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	height: 45%;
	border-radius: 100%;
	text-align: center;
	background-color: #ef8a21;
	color: white;
	z-index: 1;
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>h4 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>h4 {
		font-size: 1.75rem;
	}
}

.diagram-inner>ul {
	list-style: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.diagram-inner>ul>li {
	position: absolute;
	width: 30%;
	height: 30%;
	padding: 0 1rem;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #dc3545;
	color: white;
}

.diagram-inner>ul>li>h5 {
	font-weight: 700;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h5 {
		font-size: 0.9rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h5 {
		font-size: 1.75rem;
	}
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>h6 {
		font-size: 0.8rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>h6 {
		font-size: 1.4rem;
	}
}

.diagram-inner>ul>li>span {
	display: block;
}

@media ( min-width : 0) {
	.diagram-inner>ul>li>span {
		font-size: 0.7rem;
	}
}

@media ( min-width : 576px) {
	.diagram-inner>ul>li>span {
		font-size: 0.85rem;
	}
}

@media ( min-width : 768px) {
	.diagram-inner>ul>li>span {
		font-size: 0.9rem;
	}
}

.diagram-inner>ul>li>* {
	padding: 0.125rem;
	margin: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow
		0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s
		ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media ( prefers-reduced-motion : reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ff505b;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control,
	input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg
	{
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col, .form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled 
	~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
}

.form-row>.col>.valid-tooltip, .form-row>[class*="col-"]>.valid-tooltip
	{
	left: 5px;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~
	.valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip
	{
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid
	{
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
		right 0.75rem center/8px 10px no-repeat, #fff
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
		center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
		no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus
	{
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
	.form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid 
	~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
	.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
	.custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
	.custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~
	.custom-control-label::before, .custom-control-input.is-valid:checked 
	~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
	.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not (:checked ) ~
	.custom-control-label::before, .custom-control-input.is-valid:focus:not
	(:checked ) ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
	.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
	.custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip, .form-row>[class*="col-"]>.invalid-tooltip
	{
	left: 5px;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~
	.invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~
	.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus
	{
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid
	{
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid
	{
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
		right 0.75rem center/8px 10px no-repeat, #fff
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
		center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
		no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus
	{
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
	.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
	.was-validated .form-check-input:invalid ~ .invalid-tooltip,
	.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid 
	~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
	.custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
	.custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~
	.custom-control-label::before, .custom-control-input.is-invalid:checked 
	~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~
	.custom-control-label::before, .custom-control-input.is-invalid:focus 
	~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not (:checked ) ~
	.custom-control-label::before, .custom-control-input.is-invalid:focus:not
	(:checked ) ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
	.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
	.custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media ( min-width : 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group, .form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.form-signin {
	width: 100%;
	max-width: 500px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-control {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-terms {
	border: 1px solid #cbd3da;
	height: 350px;
	padding: 1.5rem;
	overflow-y: scroll;
}

.login-text {
	margin-top: 5px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}

.login-text p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #495057;
}

.login-text p:last-child {
	margin-bottom: 0;
	color: #303d67;
}

@media ( max-width : 767px) {
	.login-text p {
		letter-spacing: -1.45px;
	}
}

@media ( max-width : 767px) {
	.login-text.eng-login p {
		letter-spacing: inherit;
	}
}

.gallery {
	border-top: 2px solid #444b48;
	border-bottom: 1px solid #dae0e5;
	padding: 3rem 0;
}

.gallery-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.gallery-list:after {
	display: block;
	content: "";
	clear: both;
}

@media ( min-width : 0) {
	.gallery-list {
		
	}
}

@media ( min-width : 576px) {
	.gallery-list {
		
	}
}

@media ( min-width : 1260px) {
	.gallery-list {
		
	}
}

.gallery-list>li {
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

@media ( min-width : 0) {
	.gallery-list>li {
		width: 100%;
		padding: 1rem;
	}
}

@media ( min-width : 576px) {
	.gallery-list>li {
		width: 50%;
	}
}

@media ( min-width : 1260px) {
	.gallery-list>li {
		width: 33.33333%;
	}
}

.gallery-list>li>a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gallery-list>li>a>figure {
	position: relative;
	padding: 0 0 100% 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	border: 1px solid #ddd;
}

.gallery-list>li>a>figure>img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.gallery-list>li>a>figure>figcaption {
	display: none;
}

.gallery-list>li>a>h4 {
	color: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery-list>li>a>h5 {
	color: #777;
	font-weight: 700;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.gallery-list>li>a>h5 {
		font-size: 0.875rem;
	}
}

@media ( min-width : 1260px) {
	.gallery-list>li>a>h5 {
		font-size: 0.938rem;
	}
}

.gallery-list>li>a>dl {
	padding: 0;
	margin: 15px 0 0 0;
	color: #888;
}

@media ( min-width : 0) {
	.gallery-list>li>a>dl {
		font-size: 0.813rem;
	}
}

@media ( min-width : 1260px) {
	.gallery-list>li>a>dl {
		font-size: 0.875rem;
	}
}

.gallery-list>li>a>dl:after {
	display: block;
	content: "";
	clear: both;
}

.gallery-list>li>a>dl>dt {
	float: left;
}

.gallery-list>li>a>dl>dd {
	float: left;
	padding: 0 15px 0 5px;
	margin: 0;
}

.gallery-list-long>li>a>figure {
	padding: 0 0 133.33333% 0;
}

.pdf {
	border-top: 2px solid #444b48;
	border-bottom: 1px solid #dae0e5;
	padding: 3rem 0;
}

.pdf-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.pdf-list:after {
	display: block;
	content: "";
	clear: both;
}

@media ( min-width : 0) {
	.pdf-list {
		
	}
}

@media ( min-width : 576px) {
	.pdf-list {
		
	}
}

@media ( min-width : 1260px) {
	.pdf-list {
		
	}
}

.pdf-list>li {
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

@media ( min-width : 0) {
	.pdf-list>li {
		width: 100%;
		padding: 1rem;
	}
}

@media ( min-width : 576px) {
	.pdf-list>li {
		width: 50%;
	}
}

@media ( min-width : 1260px) {
	.pdf-list>li {
		width: 33.33333%;
	}
}

.pdf-list>li>a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.pdf-list>li>a>figure {
	position: relative;
	padding: 0 0 100% 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	height: 500px;
}

.pdf-list>li>a>figure>img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.pdf-list>li>a>figure>figcaption {
	display: none;
}

.pdf-list>li>a>h4 {
	color: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdf-list>li>a>h5 {
	color: #777;
	font-weight: 700;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.pdf-list>li>a>h5 {
		font-size: 0.875rem;
	}
}

@media ( min-width : 1260px) {
	.pdf-list>li>a>h5 {
		font-size: 0.938rem;
	}
}

.pdf-list>li>a>dl {
	padding: 0;
	margin: 15px 0 0 0;
	color: #888;
}

@media ( min-width : 0) {
	.pdf-list>li>a>dl {
		font-size: 0.813rem;
	}
}

@media ( min-width : 1260px) {
	.pdf-list>li>a>dl {
		font-size: 0.875rem;
	}
}

.pdf-list>li>a>dl:after {
	display: block;
	content: "";
	clear: both;
}

.pdf-list>li>a>dl>dt {
	float: left;
}

.pdf-list>li>a>dl>dd {
	float: left;
	padding: 0 15px 0 5px;
	margin: 0;
}

.pdf-list-long>li>a>figure {
	padding: 0 0 133.33333% 0;
}

.edu-book {
	border-top: 2px solid #444b48;
	border-bottom: 1px solid #dae0e5;
	padding: 3rem 0;
}

.edu-book-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.edu-book-list:after {
	display: block;
	content: "";
	clear: both;
}

@media ( min-width : 0) {
	.edu-book-list {
		
	}
}

@media ( min-width : 576px) {
	.edu-book-list {
		
	}
}

@media ( min-width : 1260px) {
	.edu-book-list {
		
	}
}

.edu-book-list>li {
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

@media ( min-width : 0) {
	.edu-book-list>li {
		width: 100%;
		padding: 1rem;
	}
}

@media ( min-width : 576px) {
	.edu-book-list>li {
		width: 50%;
	}
}

@media ( min-width : 1260px) {
	.edu-book-list>li {
		width: 33.33333%;
	}
}

.edu-book-list>li>a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.edu-book-list>li>a>figure {
	position: relative;
	padding: 0 0 100% 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	height: 450px;
}

.edu-book-list>li>a>figure>img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.edu-book-list>li>a>figure>figcaption {
	display: none;
}

.edu-book-list>li>a>h4 {
	color: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 19px;
	white-space: break-spaces;
	/*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  */
}

.edu-book-list>li>a>h5 {
	color: #777;
	font-weight: 700;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.edu-book-list>li>a>h5 {
		font-size: 0.875rem;
	}
}

@media ( min-width : 1260px) {
	.edu-book-list>li>a>h5 {
		font-size: 0.938rem;
	}
}

.edu-book-list>li>a>dl {
	padding: 0;
	margin: 15px 0 0 0;
	color: #888;
}

@media ( min-width : 0) {
	.edu-book-list>li>a>dl {
		font-size: 0.813rem;
	}
}

@media ( min-width : 1260px) {
	.edu-book-list>li>a>dl {
		font-size: 0.875rem;
	}
}

.edu-book-list>li>a>dl:after {
	display: block;
	content: "";
	clear: both;
}

.edu-book-list>li>a>dl>dt {
	float: left;
}

.edu-book-list>li>a>dl>dd {
	float: left;
	padding: 0 15px 0 5px;
	margin: 0;
}

.edu-book-list-long>li>a>figure {
	padding: 0 0 133.33333% 0;
}

.container, .container-fluid, .container-sm, .container-md,
	.container-lg, .container-xl, .container-xxl {
	width: 100%;
	/*padding-right: 15px;
  padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width : 576px) {
	.container, .container-sm {
		max-width: 556px;
	}
}

@media ( min-width : 768px) {
	.container, .container-sm, .container-md {
		max-width: 748px;
	}
}

@media ( min-width : 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 982px;
		margin-top: 40px;
	}
}

@media ( min-width : 1260px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1250px;
	}
}

@media ( min-width : 1480px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl,
		.container-xxl {
		max-width: 1400px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
	.col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2,
	.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
	.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
	.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
	.col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2,
	.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
	.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto,
	.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6,
	.col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11,
	.col-xxl-12, .col-xxl, .col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media ( min-width : 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media ( min-width : 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media ( min-width : 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media ( min-width : 1260px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media ( min-width : 1480px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xxl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xxl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xxl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
}

.halloffame-title {
	background-repeat: no-repeat;
	background-position: center;
}

.halloffame-title>img {
	display: block;
	margin: 0 auto;
}

.halloffame-content {
	background-color: #f0f0f0;
	padding: 3rem;
}

.halloffame-content>nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.halloffame-content>nav>ul>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

@media ( min-width : 0) {
	.halloffame-content>nav>ul>li {
		width: 50%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media ( min-width : 768px) {
	.halloffame-content>nav>ul>li {
		width: 25%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media ( min-width : 992px) {
	.halloffame-content>nav>ul>li {
		width: 14.28571%;
	}
}

.halloffame-content>nav>ul>li>a {
	display: block;
	background-color: white;
	border: 1px solid #b4a894;
	margin: 0 -1px;
	color: #646464;
	text-align: center;
	text-decoration: none;
	padding: 1rem;
}

@media ( min-width : 0) {
	.halloffame-content>nav>ul>li>a {
		font-size: 12px;
	}
}

@media ( min-width : 992px) {
	.halloffame-content>nav>ul>li>a {
		padding: 1rem .5rem;
		font-size: 14px;
	}
}

.halloffame-content>nav>ul>li.is-active>a {
	background-color: #b4a894;
	color: white;
}

.halloffame-content-list {
	margin-top: 3rem;
}

.halloffame-content-list>h4 {
	font-size: 2.125rem;
	color: #ae7e32;
	text-align: center;
	margin: 0;
	padding: 0;
}

.halloffame-content-list>img {
	display: block;
	margin: 1rem auto;
}

.halloffame-content-list>p {
	text-align: center;
	font-size: 1.133rem;
	margin: 0;
	padding: 0;
}

.halloffame-content-list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3rem 0;
	margin: -1rem;
	list-style: none;
}

.halloffame-content-list>ul>li {
	padding: 1.5rem 1rem;
	max-width: 350px;
}

@media ( min-width : 0) {
	.halloffame-content-list>ul>li {
		width: 100%;
	}
}

@media ( min-width : 768px) {
	.halloffame-content-list>ul>li {
		width: 50%;
	}
}

.halloffame-content-list__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border: 1px solid #ccc;
	height: 100%;
	padding: 1rem;
}

.halloffame-content-list__box>figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-right: 1rem;
}

.halloffame-content-list__box>figure>img {
	max-width: 100%;
	max-height: 100%;
}

.halloffame-content-list__box>figure>figcaption {
	display: none;
}

.halloffame-content-list__box>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1rem 0;
}

.halloffame-content-list__box>div:first-child:last-child {
	text-align: center;
}

h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
	color: #303d67;
	font-weight: 600;
}

h1.heading-line, h2.heading-line, h3.heading-line, h4.heading-line, h5.heading-line,
	h6.heading-line {
	color: #111;
	margin: 0 0 1.5rem 0;
	font-weight: 600;
}

h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span,
	h5.heading-line span, h6.heading-line span {
	display: inline-block;
	font-size: 0.85rem;
}

@media ( min-width : 0) {
	h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span,
		h5.heading-line span, h6.heading-line span {
		display: block;
	}
}

@media ( min-width : 576px) {
	h1.heading-line span, h2.heading-line span, h3.heading-line span, h4.heading-line span,
		h5.heading-line span, h6.heading-line span {
		display: inline-block;
	}
}

h1.heading-line:before, h2.heading-line:before, h3.heading-line:before,
	h4.heading-line:before, h5.heading-line:before, h6.heading-line:before
	{
	display: block;
	content: "";
	font-size: inherit;
	width: 3.375rem;
	height: 0.25rem;
	background-color: #b6000b;
	margin-bottom: 1rem;
}

h1.heading-line-sm, h2.heading-line-sm, h3.heading-line-sm, h4.heading-line-sm,
	h5.heading-line-sm, h6.heading-line-sm {
	font-weight: 600;
	color: #2c302e;
	margin: 1.5rem 0 1rem 0;
}

h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span,
	h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span
	{
	display: inline-block;
}

@media ( min-width : 0) {
	h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span,
		h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span
		{
		display: block;
	}
}

@media ( min-width : 576px) {
	h1.heading-line-sm span, h2.heading-line-sm span, h3.heading-line-sm span,
		h4.heading-line-sm span, h5.heading-line-sm span, h6.heading-line-sm span
		{
		display: inline-block;
	}
}

h1.heading-line-sm:before, h2.heading-line-sm:before, h3.heading-line-sm:before,
	h4.heading-line-sm:before, h5.heading-line-sm:before, h6.heading-line-sm:before
	{
	display: block;
	content: "";
	width: 2.5em;
	height: 2px;
	background-color: #303d67;
	margin-bottom: 0.3em;
}

h1.heading-circle, h2.heading-circle, h3.heading-circle, h4.heading-circle,
	h5.heading-circle, h6.heading-circle {
	line-height: 1.5em;
	padding: 0 0 0 1em;
	margin: 0.5em 0;
	position: relative;
	font-weight: 600;
}

h1.heading-circle:before, h2.heading-circle:before, h3.heading-circle:before,
	h4.heading-circle:before, h5.heading-circle:before, h6.heading-circle:before
	{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 0.75em;
	height: 0.75em;
	margin-top: -0.375em;
	border-width: 0.2em;
	border-style: solid;
	border-color: #303d67;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.identity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid #cbd3da;
	padding: 3rem 1.5rem;
}

@media screen and (max-width: 991px) {
	.identity {
		height: auto !important;
	}
}

.identity>img {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.identity-grid {
	background-image:
		url(../../../resources/images/module/identity-grid-bg.png);
	background-position: center;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.form-control-plaintext,
	.input-group>.custom-select, .input-group>.custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select,
	.input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control,
	.input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file,
	.input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select,
	.input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control,
	.input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file
	{
	margin-left: -1px;
}

.input-group>.form-control:focus, .input-group>.custom-select:focus,
	.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label
	{
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.form-control:not (:first-child ), .input-group>.custom-select:not
	(:first-child ) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group>.custom-file:not (:last-child ) .custom-file-label,
	.input-group>.custom-file:not (:first-child ) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group:not (.has-validation ) >.form-control:not (:last-child ),
	.input-group:not (.has-validation ) >.custom-select:not (:last-child ),
	.input-group:not (.has-validation ) >.custom-file:not (:last-child ) .custom-file-label::after
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n + 3),
	.input-group.has-validation>.custom-select:nth-last-child(n + 3),
	.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label::after
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-prepend, .input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text,
	.input-group-prepend .input-group-text+.input-group-text,
	.input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn,
	.input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text,
	.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"]
	{
	margin-top: 0;
}

.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select
	{
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control, .input-group-lg>.custom-select,
	.input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text,
	.input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn
	{
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select
	{
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control, .input-group-sm>.custom-select,
	.input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text,
	.input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn
	{
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text,
	.input-group:not (.has-validation ) >.input-group-append:not (:last-child
	) >.btn, .input-group:not (.has-validation ) >.input-group-append:not (:last-child
	) >.input-group-text, .input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
	.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.input-group-text,
	.input-group>.input-group-append:last-child>.btn:not (:last-child ):not
	(.dropdown-toggle ), .input-group>.input-group-append:last-child>.input-group-text:not
	(:last-child ) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text,
	.input-group>.input-group-prepend:not (:first-child ) >.btn,
	.input-group>.input-group-prepend:not (:first-child ) >.input-group-text,
	.input-group>.input-group-prepend:first-child>.btn:not (:first-child ),
	.input-group>.input-group-prepend:first-child>.input-group-text:not (:first-child
	) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.introduce-figure {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-bottom: 40%;
}

.introduce-figure img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.introduce-figure figcaption {
	display: none;
}

.introduce-text {
	position: relative;
	z-index: 1;
	background-color: white;
}

@media ( min-width : 0) {
	.introduce-text {
		margin: -1rem 1rem 0 1rem;
	}
}

@media ( min-width : 576px) {
	.introduce-text {
		margin: -3rem 1.5rem 0 1.5rem;
	}
}

@media ( min-width : 992px) {
	.introduce-text {
		margin: -6rem 3rem 0 3rem;
	}
}

.introduce-text h2 {
	position: relative;
	font-weight: 700;
	text-align: center;
	padding: 2.25rem 0;
}

@media ( min-width : 0) {
	.introduce-text h2 {
		font-size: 1.05rem;
		margin: 0 1rem;
	}
}

@media ( min-width : 576px) {
	.introduce-text h2 {
		font-size: 1.3rem;
		margin: 0 4.5rem;
	}
}

@media ( min-width : 992px) {
	.introduce-text h2 {
		font-size: 1.625rem;
		margin: 0 4.5rem;
	}
}

.introduce-text h2>span {
	display: block;
	color: #6c757d;
}

@media ( min-width : 0) {
	.introduce-text h2>span {
		font-size: 0.95rem;
	}
}

@media ( min-width : 576px) {
	.introduce-text h2>span {
		font-size: 1rem;
	}
}

@media ( min-width : 992px) {
	.introduce-text h2>span {
		font-size: 1.188rem;
	}
}

.introduce-text h2:before, .introduce-text h2:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

@media ( min-width : 0) {
	.introduce-text h2:before, .introduce-text h2:after {
		width: 26.625px;
		height: 17.25px;
	}
}

@media ( min-width : 576px) {
	.introduce-text h2:before, .introduce-text h2:after {
		width: 35.5px;
		height: 23px;
	}
}

@media ( min-width : 992px) {
	.introduce-text h2:before, .introduce-text h2:after {
		width: 71px;
		height: 46px;
	}
}

.introduce-text h2:before {
	background-image:
		url(../../../resources/images/module/introduce-before.png);
}

@media ( min-width : 0) {
	.introduce-text h2:before {
		left: -2rem;
	}
}

@media ( min-width : 576px) {
	.introduce-text h2:before {
		left: -35.5px;
	}
}

@media ( min-width : 1260px) {
	.introduce-text h2:before {
		left: 0;
	}
}

.introduce-text h2:after {
	background-image:
		url(../../../resources/images/module/introduce-after.png);
}

@media ( min-width : 0) {
	.introduce-text h2:after {
		right: -2rem;
	}
}

@media ( min-width : 576px) {
	.introduce-text h2:after {
		right: -35.5px;
	}
}

@media ( min-width : 1260px) {
	.introduce-text h2:after {
		right: 0;
	}
}

@media ( min-width : 0) {
	.introduce-text p {
		font-size: 0.9rem;
		line-height: 1.75em;
	}
}

@media ( min-width : 576px) {
	.introduce-text p {
		font-size: 0.95rem;
		line-height: 1.75em;
	}
}

@media ( min-width : 992px) {
	.introduce-text p {
		font-size: 1rem;
		line-height: 1.75em;
	}
}

ul.list-disc, ul.list-dashed, ul.list-decimal, ul.list-decimal-bracket,
	ul.list-reference, ol.list-disc, ol.list-dashed, ol.list-decimal, ol.list-decimal-bracket,
	ol.list-reference {
	margin-bottom: 1rem;
}

ul.list-disc:last-child, ul.list-dashed:last-child, ul.list-decimal:last-child,
	ul.list-decimal-bracket:last-child, ul.list-reference:last-child, ol.list-disc:last-child,
	ol.list-dashed:last-child, ol.list-decimal:last-child, ol.list-decimal-bracket:last-child,
	ol.list-reference:last-child {
	margin-bottom: 0;
}

ul.list-disc>li, ul.list-dashed>li, ul.list-decimal>li, ul.list-decimal-bracket>li,
	ul.list-reference>li, ol.list-disc>li, ol.list-dashed>li, ol.list-decimal>li,
	ol.list-decimal-bracket>li, ol.list-reference>li {
	margin: 0.25rem 0;
	text-align: left;
}

ul.list-disc>li.no-marker:before, ul.list-dashed>li.no-marker:before, ul.list-decimal>li.no-marker:before,
	ul.list-decimal-bracket>li.no-marker:before, ul.list-reference>li.no-marker:before,
	ol.list-disc>li.no-marker:before, ol.list-dashed>li.no-marker:before,
	ol.list-decimal>li.no-marker:before, ol.list-decimal-bracket>li.no-marker:before,
	ol.list-reference>li.no-marker:before {
	display: none;
}

ul.list-disc>li>.table, ul.list-disc>li .table-scroll, ul.list-dashed>li>.table,
	ul.list-dashed>li .table-scroll, ul.list-decimal>li>.table, ul.list-decimal>li .table-scroll,
	ul.list-decimal-bracket>li>.table, ul.list-decimal-bracket>li .table-scroll,
	ul.list-reference>li>.table, ul.list-reference>li .table-scroll, ol.list-disc>li>.table,
	ol.list-disc>li .table-scroll, ol.list-dashed>li>.table, ol.list-dashed>li .table-scroll,
	ol.list-decimal>li>.table, ol.list-decimal>li .table-scroll, ol.list-decimal-bracket>li>.table,
	ol.list-decimal-bracket>li .table-scroll, ol.list-reference>li>.table,
	ol.list-reference>li .table-scroll {
	margin-top: 0.5rem;
}

ul.list-disc, ol.list-disc {
	line-height: 1.55rem;
	padding: 0 0 0 0.5rem;
}

ul.list-disc>li, ol.list-disc>li {
	list-style: none;
	position: relative;
}

ul.list-disc>li:before, ol.list-disc>li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0.775rem;
	margin-top: -0.094rem;
	margin-left: -0.5rem;
	width: 0.188rem;
	height: 0.188rem;
	background-color: #2c302e;
	border-radius: 100%;
}

ul.list-dashed, ol.list-dashed {
	line-height: 1.55rem;
	padding: 0 0 0 0.75rem;
}

ul.list-dashed>li, ol.list-dashed>li {
	list-style: none;
	position: relative;
}

ul.list-dashed>li:before, ol.list-dashed>li:before {
	display: block;
	content: "-";
	position: absolute;
	left: -0.75rem;
	top: 0;
}

ul.list-decimal, ol.list-decimal {
	line-height: 1.55rem;
	padding: 0 0 0 1.15rem;
	counter-reset: decimal 0;
}

ul.list-decimal>li, ol.list-decimal>li {
	list-style: none;
	position: relative;
}

ul.list-decimal>li:before, ol.list-decimal>li:before {
	display: block;
	counter-increment: decimal;
	content: counter(decimal) ".";
	position: absolute;
	left: -1.15rem;
	text-align: right;
	top: 0;
}

ul.list-decimal-bracket, ol.list-decimal-bracket {
	line-height: 1.55rem;
	padding: 0 0 0 1.15rem;
	counter-reset: decimal_bracket 0;
}

ul.list-decimal-bracket>li, ol.list-decimal-bracket>li {
	list-style: none;
	position: relative;
}

ul.list-decimal-bracket>li:before, ol.list-decimal-bracket>li:before {
	display: block;
	counter-increment: decimal_bracket;
	content: counter(decimal_bracket) ")";
	position: absolute;
	left: -1.15rem;
	text-align: right;
	top: 0;
}

ul.list-reference, ol.list-reference {
	line-height: 1.55em;
	padding: 0 0 0 1.15em;
}

ul.list-reference>li, ol.list-reference>li {
	margin: 0.5em 0;
	list-style: none;
	position: relative;
}

ul.list-reference>li:before, ol.list-reference>li:before {
	display: block;
	content: "※";
	position: absolute;
	left: -1.15em;
}

ul.list-webzine, ol.list-webzine {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 2px solid #2c302e;
}

ul.list-webzine>li, ol.list-webzine>li {
	padding: 1.5rem 0;
	overflow: hidden;
	border-bottom: 1px solid #dae0e5;
}

ul.list-webzine>li>a, ol.list-webzine>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

@media ( min-width : 0) {
	ul.list-webzine>li>a, ol.list-webzine>li>a {
		padding-left: 100px;
	}
}

@media ( min-width : 576px) {
	ul.list-webzine>li>a, ol.list-webzine>li>a {
		padding-left: 150px;
	}
}

@media ( min-width : 768px) {
	ul.list-webzine>li>a, ol.list-webzine>li>a {
		padding-left: 230px;
	}
}

ul.list-webzine>li>a:hover, ol.list-webzine>li>a:hover {
	color: inherit;
}

ul.list-webzine>li>a>em, ol.list-webzine>li>a>em {
	width: 80px;
	font-style: normal;
	margin-left: -230px;
	text-align: center;
}

@media ( min-width : 0) {
	ul.list-webzine>li>a>em, ol.list-webzine>li>a>em {
		display: none;
	}
}

@media ( min-width : 768px) {
	ul.list-webzine>li>a>em, ol.list-webzine>li>a>em {
		display: block;
	}
}

ul.list-webzine>li>a>figure, ol.list-webzine>li>a>figure {
	padding: 0;
	margin: 0;
}

@media ( min-width : 0) {
	ul.list-webzine>li>a>figure, ol.list-webzine>li>a>figure {
		margin-left: -100px;
		width: 100px;
	}
}

@media ( min-width : 576px) {
	ul.list-webzine>li>a>figure, ol.list-webzine>li>a>figure {
		margin-left: -150px;
		width: 150px;
	}
}

@media ( min-width : 768px) {
	ul.list-webzine>li>a>figure, ol.list-webzine>li>a>figure {
		margin-left: 0;
		width: 150px;
	}
}

ul.list-webzine>li>a>figure>img, ol.list-webzine>li>a>figure>img {
	display: block;
	width: 100%;
	height: auto;
}

ul.list-webzine>li>a>figure>figcaption, ol.list-webzine>li>a>figure>figcaption
	{
	display: none;
}

ul.list-webzine>li>a>div, ol.list-webzine>li>a>div {
	width: 100%;
	padding-left: 1.5rem;
}

ul.list-webzine>li>a>div>h3, ol.list-webzine>li>a>div>h3 {
	font-weight: 700;
	color: #2c302e;
	margin-bottom: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	ul.list-webzine>li>a>div>h3, ol.list-webzine>li>a>div>h3 {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	ul.list-webzine>li>a>div>h3, ol.list-webzine>li>a>div>h3 {
		font-size: 1.25rem;
	}
}

@media ( min-width : 992px) {
	ul.list-webzine>li>a>div>h3, ol.list-webzine>li>a>div>h3 {
		font-size: 1.5rem;
	}
}

ul.list-webzine>li>a>div>h3>.badge, ol.list-webzine>li>a>div>h3>.badge {
	font-size: 55%;
	padding: 0;
}

@media ( min-width : 0) {
	ul.list-webzine>li>a>div>h3>.badge, ol.list-webzine>li>a>div>h3>.badge {
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
		margin-left: 0.5rem;
	}
}

@media ( min-width : 768px) {
	ul.list-webzine>li>a>div>h3>.badge, ol.list-webzine>li>a>div>h3>.badge {
		width: 1.25rem;
		height: 1.25rem;
		line-height: 1.25rem;
		margin-left: 0.5rem;
	}
}

@media ( min-width : 992px) {
	ul.list-webzine>li>a>div>h3>.badge, ol.list-webzine>li>a>div>h3>.badge {
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin-left: 0.5rem;
	}
}

ul.list-webzine>li>a>div>p, ol.list-webzine>li>a>div>p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.5rem;
	height: 3rem;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.list-webzine>li>a>div>div, ol.list-webzine>li>a>div>div {
	font-size: 0.8rem;
	margin: 0 -0.5rem;
}

ul.list-webzine>li>a>div>div>p, ol.list-webzine>li>a>div>div>p {
	position: relative;
	padding: 0 0.5rem;
	margin: 0;
	float: left;
}

ul.list-webzine>li>a>div>div>p:before, ol.list-webzine>li>a>div>div>p:before
	{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.5px;
	margin: auto 0;
	width: 1px;
	height: 0.6rem;
	background-color: #dae0e5;
}

ul.list-webzine>li>a>div>div>p:first-child:before, ol.list-webzine>li>a>div>div>p:first-child:before
	{
	display: none;
}

.qna-text {
	margin-bottom: 50px;
	padding: 15px 50px;
	background-color: #fafafa;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media ( max-width : 991px) {
	.qna-text {
		margin-bottom: 30px;
	}
}

@media ( max-width : 767px) {
	.qna-text {
		margin-bottom: 15px;
		padding: 30px 15px;
	}
}

.qna-text__img {
	width: 185px;
	display: inline-block;
	vertical-align: middle;
}

@media ( max-width : 767px) {
	.qna-text__img {
		width: 100%;
		text-align: center;
	}
}

.qna-text__img img {
	display: inline-block;
}

.qna-text__text {
	width: calc(100% - 190px);
	padding-left: 45px;
	display: inline-block;
	vertical-align: middle;
}

@media ( max-width : 767px) {
	.qna-text__text {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
}

.qna-text__text p {
	font-size: 17px;
	font-weight: 400;
	color: #333;
	letter-spacing: -.3px;
	line-height: 32px;
}

@media ( max-width : 991px) {
	.qna-text__text p {
		font-size: 16px;
		line-height: 30px;
	}
}

@media ( max-width : 767px) {
	.qna-text__text p {
		font-size: 14px;
		line-height: 28px;
	}
}

.qna-text__text a {
	font-weight: 700;
	color: #b40428;
	text-decoration: underline;
}

.location-map {
	margin-bottom: 3rem;
}

.location-map-frame {
	position: relative;
}

@media ( min-width : 0) {
	.location-map-frame {
		padding-bottom: 80%;
	}
}

@media ( min-width : 576px) {
	.location-map-frame {
		padding-bottom: 65%;
	}
}

@media ( min-width : 992px) {
	.location-map-frame {
		padding-bottom: 50%;
	}
}

@media ( min-width : 1260px) {
	.location-map-frame {
		padding-bottom: 40%;
	}
}

.location-map-frame>iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	border: 0;
}

.location-map-overview {
	position: relative;
	background-color: #303d67;
}

.location-map-overview>dl {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	color: white;
}

@media ( min-width : 0) {
	.location-map-overview>dl {
		height: auto;
		padding: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media ( min-width : 768px) {
	.location-map-overview>dl {
		height: 100px;
		padding: 28.5px;
		padding-left: 1rem;
		padding-right: 116px;
	}
}

@media ( min-width : 1260px) {
	.location-map-overview>dl {
		height: 100px;
		padding: 28.5px;
		padding-left: 3rem;
		padding-right: 148px;
	}
}

.location-map-overview>dl:after {
	display: block;
	content: "";
	clear: both;
}

.location-map-overview>dl>dt {
	width: 43px;
	height: 43px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0.25rem 0;
	border-radius: 100%;
	background-color: #9c000a;
}

.location-map-overview>dl>dd {
	margin: 0.25rem 0;
	padding-left: 59px;
	margin-left: -43px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.location-map-overview>dl>dd {
		width: 100%;
	}
}

@media ( min-width : 768px) {
	.location-map-overview>dl>dd {
		width: 50%;
	}
}

.location-map-overview>a {
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1rem;
	color: white;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center;
}

@media ( min-width : 0) {
	.location-map-overview>a {
		width: 100%;
		height: auto;
		text-indent: 0;
		position: static;
		background-image: none;
	}
}

@media ( min-width : 768px) {
	.location-map-overview>a {
		width: 100px;
		height: 100px;
		text-indent: -9999px;
		position: absolute;
		background-image:
			url(../../../resources/images/module/location-map-overview-map.png);
	}
}

.location-list {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 3rem;
}

.location-list>li {
	position: relative;
	margin-bottom: 0.5rem;
}

.location-list>li:last-child {
	margin-bottom: 0;
}

.location-list>li:before {
	display: block;
	position: absolute;
	left: -3rem;
	top: 4.2px;
	content: "";
	width: 40px;
	height: 14px;
	background-image:
		url(../../../resources/images/module/location-list.png);
}

.manager {
	list-style: none;
	background-color: #f8f9fa;
	border: 1px solid #cbd3da;
	padding: 1.5rem;
	margin: 0;
	margin-top: 6rem;
	font-size: 0.933rem;
	line-height: 1.933rem;
}

.manager>li {
	border-top: 1px solid #dae0e5;
	padding-top: 0.5rem;
	margin-top: 0.5rem;
}

.manager>li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.manager>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.manager>li>ul:after {
	display: block;
	content: "";
	clear: both;
}

.manager>li>ul>li {
	float: left;
	margin-right: 1.5rem;
}

.manager>li>ul>li:last-child {
	margin-right: 0;
}

.manager>li>ul>li>dl {
	padding: 0;
	margin: 0;
}

.manager>li>ul>li>dl:after {
	display: block;
	content: "";
	clear: both;
}

.manager>li>ul>li>dl>dt, .manager>li>ul>li>dl dd {
	padding: 0;
	margin: 0;
	float: left;
}

.manager>li>ul>li>dl>dt {
	color: #444b48;
	margin-right: 1rem;
	font-weight: 700;
}

.manager>li>ul>li>dl>dd {
	color: #383d3b;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media ( prefers-reduced-motion : reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer
	{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media ( min-width : 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media ( min-width : 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media ( min-width : 1260px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal {
	z-index: 9999;
}

.modal-header .close {
	background: none;
	border: 0;
	width: 1.5rem;
	background-image: url(../../../resources/images/module/btn-close.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
}

.modal-title {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.modal-primary .modal-header {
	background-color: #303d67;
	padding: 1.5rem;
}

.modal-primary .modal-header .close {
	padding: inherit;
	margin: -1.5rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-image:
		url(../../../resources/images/module/modal-primary-close.png);
	background-color: #252b40;
}

.modal-primary .modal-title {
	color: white;
}

.modal-primary .modal-content {
	border: 0 !important;
}

.modal-primary .modal-body>article {
	display: block;
}

.modal-primary .modal-body>ul.files {
	padding: 0;
	margin: 1.5rem 0 0 0;
	list-style: none;
}

.modal-rounded-0 .modal-content, .modal-rounded-0 .modal-header,
	.modal-rounded-0 .modal-body, .modal-rounded-0 .modal-footer {
	border-radius: 0 !important;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #303d67;
}

.nav-fill>.nav-link, .nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link, .nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-justified .nav-item {
	white-space: nowrap;
}

.nav-default {
	border-bottom: 0;
	margin-bottom: 1.5rem;
}

.nav-default .nav-link, .nav-default .nav-link.active, .nav-default .nav-item.show .nav-default .nav-link
	{
	border-color: #dae0e5;
}

.nav-default .nav-link {
	color: #5d6561;
	background-color: #f5f6f8;
	border-radius: 0;
	position: relative;
	margin: 0 -0.5px;
	padding: 1rem 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media ( min-width : 0) {
	.nav-default .nav-link {
		font-size: 0.825rem;
	}
}

@media ( min-width : 576px) {
	.nav-default .nav-link {
		font-size: 1rem;
	}
}

@media ( min-width : 768px) {
	.nav-default .nav-link {
		font-size: 1.125rem;
	}
}

.nav-default .nav-link:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #f5f6f8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.nav-default .nav-link.active {
	color: #303d67;
}

.nav-default .nav-link.active:before {
	background-color: #303d67;
}

.orgchart {
	overflow: hidden;
}

.orgchart>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0 -1rem;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 1rem;
}

@media ( min-width : 0) {
	.orgchart>ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media ( min-width : 768px) {
	.orgchart>ul {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.orgchart>ul:first-child {
	margin-top: -1rem;
}

.orgchart>ul:before, .orgchart>ul>li:not (.empty ):before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 1rem;
	background: #cbd3da;
}

.orgchart>ul:after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	background: #cbd3da;
}

.orgchart>ul:last-child:after {
	display: none;
}

.orgchart>ul>li {
	padding-top: 1rem;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media ( min-width : 0) {
	.orgchart>ul>li {
		width: 100%;
		max-width: none;
	}
}

@media ( min-width : 768px) {
	.orgchart>ul>li {
		width: 100%;
		max-width: 20rem;
	}
}

.orgchart>ul>li:not (.empty ):after {
	position: absolute;
	content: "";
	width: auto;
	height: 1px;
	content: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: #cbd3da;
	z-index: 1;
}

@media ( min-width : 0) {
	.orgchart>ul>li:not (.empty ):after {
		display: none;
	}
}

@media ( min-width : 768px) {
	.orgchart>ul>li:not (.empty ):after {
		display: block;
	}
}

.orgchart>ul>li:not (.empty ):first-child:after {
	left: 50%;
}

.orgchart>ul>li:not (.empty ):last-child:after {
	right: 50%;
}

.orgchart>ul>li>em {
	display: block;
	margin: 0 1rem;
	background-color: #2c302e;
	color: white;
	font-style: normal;
	text-align: center;
}

.orgchart>ul>li>em[class^="bg-"] {
	font-weight: 700;
}

@media ( min-width : 0) {
	.orgchart>ul>li>em {
		padding: 1rem;
		font-size: 1.1rem;
	}
	.orgchart>ul>li>em[class^="bg-"] {
		font-size: 1.15rem;
	}
}

@media ( min-width : 992px) {
	.orgchart>ul>li>em {
		padding: 1rem;
		font-size: 1.175rem;
	}
	.orgchart>ul>li>em[class^="bg-"] {
		font-size: 1.275rem;
	}
}

@media ( min-width : 1260px) {
	.orgchart>ul>li>em {
		padding: 1.5rem;
		font-size: 1.25rem;
	}
	.orgchart>ul>li>em[class^="bg-"] {
		font-size: 1.4rem;
	}
}

.orgchart>ul>li>div {
	background-color: white;
	padding: 1rem;
	border: 1px solid #cbd3da;
	border-top: 0;
	margin: 0 1rem;
}

.orgchart>ul:first-child>li {
	padding-top: 0;
}

.orgchart>ul:last-child>li {
	padding-bottom: 0;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #303d67;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #252b40;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(207, 0, 13, 0.25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #303d67;
	border-color: #303d67;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.pagination-custom {
	display: inline-block;
	padding: 0;
	list-style: none;
}

@media ( min-width : 0) {
	.pagination-custom {
		margin: 0 -0.0625rem;
	}
}

@media ( min-width : 576px) {
	.pagination-custom {
		margin: 0 -0.08333rem;
	}
}

@media ( min-width : 768px) {
	.pagination-custom {
		margin: 0 -0.125rem;
	}
}

.pagination-custom .page-item {
	float: left;
}

@media ( min-width : 0) {
	.pagination-custom .page-item {
		padding: 0 0.0625rem;
	}
}

@media ( min-width : 576px) {
	.pagination-custom .page-item {
		padding: 0 0.08333rem;
	}
}

@media ( min-width : 768px) {
	.pagination-custom .page-item {
		padding: 0 0.125rem;
	}
}

@media ( min-width : 0) {
	.pagination-custom .page-item:first-child, .pagination-custom .page-item:last-child
		{
		display: none;
	}
}

@media ( min-width : 576px) {
	.pagination-custom .page-item:first-child, .pagination-custom .page-item:last-child
		{
		display: block;
	}
}

.pagination-custom .page-item.bd-item>a {
	border: none;
}

.pagination-custom .page-item>a {
	display: block;
	color: inherit;
	text-align: center;
	border: 1px solid #e9ecef;
	text-decoration: none;
}

@media ( min-width : 0) {
	.pagination-custom .page-item>a {
		font-size: 0.65rem;
		width: 2em;
		height: 2em;
		line-height: 2em;
	}
}

@media ( min-width : 576px) {
	.pagination-custom .page-item>a {
		font-size: 0.825rem;
		width: 2.25em;
		height: 2.25em;
		line-height: 2.25em;
	}
}

@media ( min-width : 768px) {
	.pagination-custom .page-item>a {
		font-size: 1rem;
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
	}
}

@media ( min-width : 0) {
	.pagination-custom .page-item>a>i {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
}

@media ( min-width : 576px) {
	.pagination-custom .page-item>a>i {
		-webkit-transform: scale(0.825);
		transform: scale(0.825);
	}
}

@media ( min-width : 768px) {
	.pagination-custom .page-item>a>i {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.pagination-custom .page-item.is-active>a {
	color: white;
	border: 1px solid #2c302e;
	background-color: #2c302e;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 1px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "NanumSquareNeo", system-ui, -apple-system, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow, .bs-popover-auto[x-placement^="top"]>.arrow {
	bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before
	{
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after
	{
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right>.arrow, .bs-popover-auto[x-placement^="right"]>.arrow
	{
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^="right"]>.arrow::before
	{
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^="right"]>.arrow::after
	{
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^="bottom"]>.arrow
	{
	top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^="bottom"]>.arrow::before
	{
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after
	{
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before
	{
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left>.arrow, .bs-popover-auto[x-placement^="left"]>.arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^="left"]>.arrow::before
	{
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="left"]>.arrow::after
	{
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.popover {
	z-index: 999;
}

.process-title {
	color: white;
	background-color: #141a6f;
	border-radius: 100rem;
	padding: 1.5rem;
	text-align: center;
	margin-bottom: 1rem;
}

@media ( min-width : 0) {
	.process-title {
		font-size: 1.5rem;
	}
}

@media ( min-width : 992px) {
	.process-title {
		font-size: 1.75rem;
	}
}

.process-list {
	word-break: keep-all;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media ( min-width : 0) {
	.process-list {
		font-size: 0.9rem;
	}
}

@media ( min-width : 992px) {
	.process-list {
		font-size: 1rem;
	}
}

@media ( min-width : 1480px) {
	.process-list {
		font-size: 1.1rem;
	}
}

.process-list>li>dl {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media ( min-width : 0) {
	.process-list>li>dl {
		display: block;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media ( min-width : 0) {
	.process-list>li>dl>dt {
		width: auto;
		margin-right: 0;
		color: white;
		background-color: #0c1044;
		border-radius: 100rem;
		padding: 1rem;
		font-size: 1.15rem;
		font-weight: normal;
		text-align: center;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dt {
		width: 7rem;
		margin-right: 0.5rem;
		color: inherit;
		background-color: white;
		border-radius: 0;
		padding: 0;
		font-size: 1.3rem;
		font-weight: 700;
		text-align: left;
	}
}

@media ( min-width : 0) {
	.process-list>li>dl>dt>br {
		display: none;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dt>br {
		display: inline;
	}
}

.process-list>li>dl>dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
	margin: 0;
}

@media ( min-width : 0) {
	.process-list>li>dl>dd {
		width: auto;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dd {
		width: calc(100% - 7rem);
	}
}

.process-list>li>dl>dd>* {
	margin-top: 1rem !important;
}

.process-list>li>dl>dd>*:first-child {
	margin-top: 0.25rem !important;
}

.process-list>li>dl>dd dt, .process-list>li>dl>dd dd, .process-list>li>dl>dd li>span,
	.process-list>li>dl>dd p, .process-list>li>dl>dd div, .process-list>li>dl>dd>strong
	{
	padding: 0;
	margin: 0.25rem 0;
	text-align: center;
}

.process-list>li>dl>dd dt ol[class^="list-"], .process-list>li>dl>dd dt ul[class^="list-"],
	.process-list>li>dl>dd dd ol[class^="list-"], .process-list>li>dl>dd dd ul[class^="list-"],
	.process-list>li>dl>dd li>span ol[class^="list-"], .process-list>li>dl>dd li>span ul[class^="list-"],
	.process-list>li>dl>dd p ol[class^="list-"], .process-list>li>dl>dd p ul[class^="list-"],
	.process-list>li>dl>dd div ol[class^="list-"], .process-list>li>dl>dd div ul[class^="list-"],
	.process-list>li>dl>dd>strong ol[class^="list-"], .process-list>li>dl>dd>strong ul[class^="list-"]
	{
	width: 96%;
}

.process-list>li>dl>dd dt:not(dd), .process-list>li>dl>dd dd:not(dd),
	.process-list>li>dl>dd li>span:not(dd), .process-list>li>dl>dd p:not(dd),
	.process-list>li>dl>dd div:not(dd), .process-list>li>dl>dd>strong:not(dd)
	{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.process-list>li>dl>dd dt:not(dd)>strong, .process-list>li>dl>dd dt:not(dd)>h1,
	.process-list>li>dl>dd dt:not(dd)>h2, .process-list>li>dl>dd dt:not(dd)>h3,
	.process-list>li>dl>dd dt:not(dd)>h4, .process-list>li>dl>dd dt:not(dd)>h5,
	.process-list>li>dl>dd dt:not(dd)>h6, .process-list>li>dl>dd dd:not(dd)>strong,
	.process-list>li>dl>dd dd:not(dd)>h1, .process-list>li>dl>dd dd:not(dd)>h2,
	.process-list>li>dl>dd dd:not(dd)>h3, .process-list>li>dl>dd dd:not(dd)>h4,
	.process-list>li>dl>dd dd:not(dd)>h5, .process-list>li>dl>dd dd:not(dd)>h6,
	.process-list>li>dl>dd li>span:not(dd)>strong, .process-list>li>dl>dd li>span:not(dd)>h1,
	.process-list>li>dl>dd li>span:not(dd)>h2, .process-list>li>dl>dd li>span:not(dd)>h3,
	.process-list>li>dl>dd li>span:not(dd)>h4, .process-list>li>dl>dd li>span:not(dd)>h5,
	.process-list>li>dl>dd li>span:not(dd)>h6, .process-list>li>dl>dd p:not(dd)>strong,
	.process-list>li>dl>dd p:not(dd)>h1, .process-list>li>dl>dd p:not(dd)>h2,
	.process-list>li>dl>dd p:not(dd)>h3, .process-list>li>dl>dd p:not(dd)>h4,
	.process-list>li>dl>dd p:not(dd)>h5, .process-list>li>dl>dd p:not(dd)>h6,
	.process-list>li>dl>dd div:not(dd)>strong, .process-list>li>dl>dd div:not(dd)>h1,
	.process-list>li>dl>dd div:not(dd)>h2, .process-list>li>dl>dd div:not(dd)>h3,
	.process-list>li>dl>dd div:not(dd)>h4, .process-list>li>dl>dd div:not(dd)>h5,
	.process-list>li>dl>dd div:not(dd)>h6, .process-list>li>dl>dd>strong:not(dd)>strong,
	.process-list>li>dl>dd>strong:not(dd)>h1, .process-list>li>dl>dd>strong:not(dd)>h2,
	.process-list>li>dl>dd>strong:not(dd)>h3, .process-list>li>dl>dd>strong:not(dd)>h4,
	.process-list>li>dl>dd>strong:not(dd)>h5, .process-list>li>dl>dd>strong:not(dd)>h6
	{
	display: block;
	width: 100%;
}

.process-list>li>dl>dd dt:not(dd)[class^="bg-"], .process-list>li>dl>dd dd:not(dd)[class^="bg-"],
	.process-list>li>dl>dd li>span:not(dd)[class^="bg-"], .process-list>li>dl>dd p:not(dd)[class^="bg-"],
	.process-list>li>dl>dd div:not(dd)[class^="bg-"], .process-list>li>dl>dd>strong:not(dd)[class^="bg-"]
	{
	color: white;
	border-width: 0;
}

@media ( min-width : 0) {
	.process-list>li>dl>dd dt:not(dd)>br, .process-list>li>dl>dd dd:not(dd)>br,
		.process-list>li>dl>dd li>span:not(dd)>br, .process-list>li>dl>dd p:not(dd)>br,
		.process-list>li>dl>dd div:not(dd)>br, .process-list>li>dl>dd>strong:not(dd)>br
		{
		display: none;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dd dt:not(dd)>br, .process-list>li>dl>dd dd:not(dd)>br,
		.process-list>li>dl>dd li>span:not(dd)>br, .process-list>li>dl>dd p:not(dd)>br,
		.process-list>li>dl>dd div:not(dd)>br, .process-list>li>dl>dd>strong:not(dd)>br
		{
		display: inline;
	}
}

@media ( min-width : 0) {
	.process-list>li>dl>dd dt:not(dd), .process-list>li>dl>dd dd:not(dd),
		.process-list>li>dl>dd li>span:not(dd), .process-list>li>dl>dd p:not(dd),
		.process-list>li>dl>dd div:not(dd), .process-list>li>dl>dd>strong:not(dd)
		{
		padding: 1rem;
		border-radius: 1rem;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dd dt:not(dd), .process-list>li>dl>dd dd:not(dd),
		.process-list>li>dl>dd li>span:not(dd), .process-list>li>dl>dd p:not(dd),
		.process-list>li>dl>dd div:not(dd), .process-list>li>dl>dd>strong:not(dd)
		{
		padding: 1.5rem;
		border-radius: 100rem;
	}
}

.process-list>li>dl>dd>p, .process-list>li>dl>dd>strong, .process-list>li>dl>dd>dl>dd>p,
	.process-list>li>dl>dd>div, .process-list>li>dl>dd>dl>dd>div {
	border-width: 0.375rem !important;
}

.process-list>li>dl>dd>strong {
	background-color: #32415e !important;
	color: white;
	font-weight: 700;
	font-size: 1.25rem;
	border: none !important;
}

.process-list>li>dl>dd>ul, .process-list>li>dl>dd>dl>dd>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: -0.5rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.process-list>li>dl>dd>ul>li, .process-list>li>dl>dd>dl>dd>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.process-list>li>dl>dd>ul>li>span, .process-list>li>dl>dd>dl>dd>ul>li>span
	{
	height: 100%;
	border-radius: 2rem;
	margin-top: 0;
	margin-bottom: 0;
}

.process-list>li>dl>dd>dl {
	padding: 0;
	margin: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media ( min-width : 0) {
	.process-list>li>dl>dd>dl {
		display: block;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dd>dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.process-list>li>dl>dd>dl>dt, .process-list>li>dl>dd>dl>dd>ul>li {
	border-radius: 2rem;
}

.process-list>li>dl>dd>dl>dt {
	padding: 1rem;
	background-color: #2c302e;
	color: white;
	border-width: 0;
}

@media ( min-width : 0) {
	.process-list>li>dl>dd>dl>dt {
		width: auto;
		margin-right: 0;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dd>dl>dt {
		width: 7rem;
		margin-right: 0.5rem;
	}
}

.process-list>li>dl>dd>dl>dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media ( min-width : 0) {
	.process-list>li>dl>dd>dl>dd {
		width: auto;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl>dd>dl>dd {
		width: calc(100% - 7rem);
	}
}

.process-list>li>dl>dd>dl>dd>p, .process-list>li>dl>dd>dl>dd>div {
	margin-top: 0;
	margin-bottom: 0;
}

.process-list>li>dl>dd>p, .process-list>li>dl>dd>div {
	border-width: 0.375rem;
}

.process-list>li>dl[data-arrow="true"] {
	margin-bottom: 0;
}

@media ( min-width : 0) {
	.process-list>li>dl[data-arrow="true"]>dt, .process-list>li>dl[data-arrow="true"]>dd>dl>dt
		{
		margin-bottom: 0;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl[data-arrow="true"]>dt, .process-list>li>dl[data-arrow="true"]>dd>dl>dt
		{
		margin-bottom: 5rem;
	}
}

.process-list>li>dl[data-arrow="true"]>dd>p, .process-list>li>dl[data-arrow="true"]>dd>div,
	.process-list>li>dl[data-arrow="true"]>dd>ul>li, .process-list>li>dl[data-arrow="true"]>dd>dl>dd>p,
	.process-list>li>dl[data-arrow="true"]>dd>dl>dd>ul>li {
	margin-bottom: 5rem;
	position: relative;
	z-index: 1;
}

.process-list>li>dl[data-arrow="true"]>dd>p:after, .process-list>li>dl[data-arrow="true"]>dd>div:after,
	.process-list>li>dl[data-arrow="true"]>dd>ul>li:after, .process-list>li>dl[data-arrow="true"]>dd>dl>dd>p:after,
	.process-list>li>dl[data-arrow="true"]>dd>dl>dd>ul>li:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 5rem;
	background-image:
		url(../../../resources/images/module/process-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	bottom: -5rem;
}

@media ( min-width : 0) {
	.process-list>li>dl[data-diffusion]>dt {
		margin-bottom: 0;
	}
}

@media ( min-width : 992px) {
	.process-list>li>dl[data-diffusion]>dt {
		margin-bottom: 5rem;
	}
}

.process-list>li>dl[data-diffusion]>dd {
	margin-bottom: 5rem;
	position: relative;
	z-index: 1;
}

.process-list>li>dl[data-diffusion]>dd:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 8rem;
	background-image:
		url(../../../resources/images/module/process-diffusion.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.process-list>li>dl[data-diffusion][data-diffusion="up"]>dd:after {
	bottom: -8rem;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.process-list>li>dl[data-diffusion][data-diffusion="down"]>dd:after {
	bottom: -5rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.process-colorful .process-list>li:nth-child(2n + 1)>dl>dt:after {
	background-image:
		url(../../../resources/images/module/process-colorful-dt-after-01.png);
}

.process-colorful .process-list>li:nth-child(2n + 2)>dl>dt:after {
	background-image:
		url(../../../resources/images/module/process-colorful-dt-after-02.png);
}

.process-colorful .process-list>li>dl {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.process-colorful .process-list>li>dl>dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 1.5rem;
	position: relative;
	border-radius: 0;
	font-weight: 700;
	background-image:
		url(../../../resources/images/module/process-colorful-dt-bg.png);
}

@media ( min-width : 0) {
	.process-colorful .process-list>li>dl>dt {
		width: 100%;
		margin-right: 0;
		font-size: 1.135rem;
		font-style: normal;
	}
}

@media ( min-width : 992px) {
	.process-colorful .process-list>li>dl>dt {
		width: 8rem;
		margin-right: 2rem;
		font-size: 1.25rem;
		font-style: italic;
	}
}

.process-colorful .process-list>li>dl>dt:after {
	display: block;
	content: "";
	width: 40px;
	height: 30px;
	position: absolute;
}

@media ( min-width : 0) {
	.process-colorful .process-list>li>dl>dt:after {
		bottom: 0;
		right: 0;
	}
}

@media ( min-width : 992px) {
	.process-colorful .process-list>li>dl>dt:after {
		bottom: 0;
		right: -20px;
	}
}

.process-colorful .process-list>li>dl>dd {
	background-color: #f8f9fa;
	border: 1px solid #cbd3da;
	padding: 1.5rem;
}

@media ( min-width : 0) {
	.process-colorful .process-list>li>dl>dd {
		width: 100;
		margin-top: 0.5rem;
	}
}

@media ( min-width : 992px) {
	.process-colorful .process-list>li>dl>dd {
		width: calc(100% - 10rem);
		margin-top: 0;
	}
}

.process-colorful .process-list>li>dl>dd>p, .process-colorful .process-list>li>dl>dd>dl>dd>p
	{
	background-color: transparent;
	border: none;
	padding: 0.5rem 0 !important;
	margin: 0 !important;
}

@media ( min-width : 0) {
	.process-colorful .process-list>li>dl>dd dt:not(dd), .process-colorful .process-list>li>dl>dd dd:not(dd),
		.process-colorful .process-list>li>dl>dd li>span:not(dd),
		.process-colorful .process-list>li>dl>dd p:not(dd), .process-colorful .process-list>li>dl>dd div:not(dd),
		.process-colorful .process-list>li>dl>dd>strong:not(dd) {
		padding: 1rem;
		border-radius: 0.5rem;
	}
}

@media ( min-width : 992px) {
	.process-colorful .process-list>li>dl>dd dt:not(dd), .process-colorful .process-list>li>dl>dd dd:not(dd),
		.process-colorful .process-list>li>dl>dd li>span:not(dd),
		.process-colorful .process-list>li>dl>dd p:not(dd), .process-colorful .process-list>li>dl>dd div:not(dd),
		.process-colorful .process-list>li>dl>dd>strong:not(dd) {
		padding: 1.5rem;
		border-radius: 1rem;
	}
}

.process-colorful .process-list>li>dl>dd>ul>li>span, .process-colorful .process-list>li>dl>dd>dl>dd>ul>li>span
	{
	border: 0;
	color: white;
	font-weight: 700;
}

.process-colorful .process-list>li>dl>dd>ul>li:nth-child(5n + 1)>span,
	.process-colorful .process-list>li>dl>dd>dl>dd>ul>li:nth-child(5n + 1)>span
	{
	background-color: #72b026 !important;
}

.process-colorful .process-list>li>dl>dd>ul>li:nth-child(5n + 2)>span,
	.process-colorful .process-list>li>dl>dd>dl>dd>ul>li:nth-child(5n + 2)>span
	{
	background-color: #59a05a !important;
}

.process-colorful .process-list>li>dl>dd>ul>li:nth-child(5n + 3)>span,
	.process-colorful .process-list>li>dl>dd>dl>dd>ul>li:nth-child(5n + 3)>span
	{
	background-color: #47aac2 !important;
}

.process-colorful .process-list>li>dl>dd>ul>li:nth-child(5n + 4)>span,
	.process-colorful .process-list>li>dl>dd>dl>dd>ul>li:nth-child(5n + 4)>span
	{
	background-color: #216ab0 !important;
}

.process-colorful .process-list>li>dl>dd>ul>li:nth-child(5n + 5)>span,
	.process-colorful .process-list>li>dl>dd>dl>dd>ul>li:nth-child(5n + 5)>span
	{
	background-color: #ff5a00 !important;
}

.process-colorful .process-list>li>dl>dd>strong, .process-colorful .process-list>li>dl>dd>dl>dd>strong
	{
	font-size: 1.75rem;
}

.sitemap a {
	color: inherit;
}

.sitemap>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sitemap>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: between;
	-ms-flex-pack: between;
	justify-content: between;
}

@media ( min-width : 0) {
	.sitemap>ul>li {
		min-height: auto;
	}
}

@media ( min-width : 992px) {
	.sitemap>ul>li {
		min-height: 16.25rem;
	}
}

.sitemap>ul>li>h3 {
	display: block;
	border-top: 0.313rem solid #303d67;
	padding: 0;
	margin: 0;
	padding-top: 2.687rem;
}

@media ( min-width : 0) {
	.sitemap>ul>li>h3 {
		width: auto;
	}
}

@media ( min-width : 992px) {
	.sitemap>ul>li>h3 {
		width: 25%;
	}
}

.sitemap>ul>li>h3>a {
	font-size: 2.5rem;
	color: #303d67;
	text-decoration: none;
}

.sitemap>ul>li>ul {
	padding-bottom: 2rem;
	margin: 0;
	padding-right: 0;
	margin-right: -1rem;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media ( min-width : 0) {
	.sitemap>ul>li>ul {
		width: 100%;
		padding-top: 1rem;
		padding-left: 0;
	}
}

@media ( min-width : 992px) {
	.sitemap>ul>li>ul {
		width: 75%;
		padding-top: 2rem;
		padding-left: 2rem;
	}
}

.sitemap>ul>li>ul:before {
	border-top: 1px solid #dae0e5;
	content: "";
	position: absolute;
	top: 0;
	left: 3rem;
	right: 0;
}

@media ( min-width : 0) {
	.sitemap>ul>li>ul:before {
		display: none;
	}
}

@media ( min-width : 992px) {
	.sitemap>ul>li>ul:before {
		display: block;
	}
}

.sitemap>ul>li>ul>li {
	padding: 1rem;
}

@media ( min-width : 0) {
	.sitemap>ul>li>ul>li {
		width: 50%;
	}
}

@media ( min-width : 576px) {
	.sitemap>ul>li>ul>li {
		width: 33.33333%;
	}
}

@media ( min-width : 768px) {
	.sitemap>ul>li>ul>li {
		width: 25%;
	}
}

@media ( min-width : 992px) {
	.sitemap>ul>li>ul>li {
		width: 33.33333%;
	}
}

@media ( min-width : 1260px) {
	.sitemap>ul>li>ul>li {
		width: 25%;
	}
}

@media ( min-width : 1480px) {
	.sitemap>ul>li>ul>li {
		width: 20%;
	}
}

.sitemap>ul>li>ul>li>a {
	font-size: 1.188rem;
}

@
-webkit-keyframes spinner-border {to { -webkit-transform:rotate(360deg);
	transform: rotate(360deg);
}

}
@
keyframes spinner-border {to { -webkit-transform:rotate(360deg);
	transform: rotate(360deg);
}

}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@
-webkit-keyframes spinner-grow { 0% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

50%
{
opacity
:
 
1;
-webkit-transform
:
 
none
;

            
transform
:
 
none
;

  
}
}
@
keyframes spinner-grow { 0% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

50%
{
opacity
:
 
1;
-webkit-transform
:
 
none
;

            
transform
:
 
none
;

  
}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media ( prefers-reduced-motion : reduce) {
	.spinner-border, .spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}

.staff>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.staff>ul>li {
	border-bottom: 1px solid #cbd3da;
}

.staff>ul>li:after {
	display: block;
	content: "";
	clear: both;
}

@media ( min-width : 0) {
	.staff>ul>li {
		padding: 3rem 0;
	}
}

@media ( min-width : 576px) {
	.staff>ul>li {
		padding: 3rem 0 3rem 10rem;
	}
}

.staff>ul>li:first-child {
	padding-top: 0 !important;
}

.staff>ul>li:last-child {
	padding-bottom: 0 !important;
	border-bottom: 0;
}

.staff-figure {
	padding: 0;
	margin: 0;
	max-width: 8.75rem;
}

@media ( min-width : 0) {
	.staff-figure {
		float: none;
		margin-left: 0;
		margin-bottom: 1rem;
	}
}

@media ( min-width : 576px) {
	.staff-figure {
		float: left;
		margin-left: -10rem;
		margin-bottom: 0;
	}
}

.staff-figure>img {
	display: block;
	width: 100%;
}

.staff-figure>figcaption {
	display: none;
}

@media ( min-width : 0) {
	.staff-text {
		width: auto;
		float: none;
	}
}

@media ( min-width : 576px) {
	.staff-text {
		width: 100%;
		float: left;
	}
}

.staff-text-title {
	margin: 0 0 1rem 0;
}

.staff-text-define {
	line-height: 1.55rem;
	margin: 0;
}

@media ( min-width : 0) {
	.staff-text-define {
		padding: 0;
	}
}

@media ( min-width : 768px) {
	.staff-text-define {
		padding: 0 0 0 8rem;
	}
}

.staff-text-define>dt {
	padding: 0 0 0 0.75rem;
	position: relative;
	list-style: none;
	color: #303d67;
}

@media ( min-width : 0) {
	.staff-text-define>dt {
		float: none;
		margin: 0;
	}
}

@media ( min-width : 768px) {
	.staff-text-define>dt {
		float: left;
		margin: 0 0 0 -8rem;
	}
}

.staff-text-define>dt:before {
	display: block;
	position: absolute;
	content: "";
	width: 7px;
	height: 2px;
	background-color: #303d67;
	float: left;
	top: 0.775rem;
	left: 0;
	margin-top: -1px;
}

.staff-text-contact {
	background-color: #e9ecef;
	margin: 1.5rem 0 0 0;
	list-style: none;
}

@media ( min-width : 0) {
	.staff-text-contact {
		padding: 0.5rem 1rem;
		font-size: 0.9rem;
	}
}

@media ( min-width : 992px) {
	.staff-text-contact {
		padding: 0.5rem 1.5rem;
		font-size: 1rem;
	}
}

.staff-text-contact:after {
	display: block;
	content: "";
	clear: both;
}

.staff-text-contact>li {
	float: left;
	margin: 0.5rem 0;
}

@media ( min-width : 0) {
	.staff-text-contact>li {
		width: 100%;
	}
}

@media ( min-width : 992px) {
	.staff-text-contact>li {
		width: 50%;
	}
}

.staff-text-contact>li>dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

.staff-text-contact>li>dl>dt {
	color: #303d67;
	float: left;
	padding-right: 1.5rem;
	white-space: nowrap;
}

.staff-text-contact>li>dl>dt>img {
	margin-right: 0.25rem;
}

.staff-text-contact>li>dl>dd {
	padding: 0;
	margin: 0;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table th, .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th, .table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th,
	.table-borderless tbody+tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary>th, .table-primary>td {
	background-color: #f2b8bb;
}

.table-primary th, .table-primary td, .table-primary thead th,
	.table-primary tbody+tbody {
	border-color: #e67a81;
}

.table-hover .table-primary:hover {
	background-color: #eea2a6;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th
	{
	background-color: #eea2a6;
}

.table-secondary, .table-secondary>th, .table-secondary>td {
	background-color: #d6d8db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th,
	.table-secondary tbody+tbody {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th
	{
	background-color: #c8cbcf;
}

.table-success, .table-success>th, .table-success>td {
	background-color: #c3e6cb;
}

.table-success th, .table-success td, .table-success thead th,
	.table-success tbody+tbody {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th
	{
	background-color: #b1dfbb;
}

.table-info, .table-info>th, .table-info>td {
	background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody
	{
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5;
}

.table-warning, .table-warning>th, .table-warning>td {
	background-color: #fbdec1;
}

.table-warning th, .table-warning td, .table-warning thead th,
	.table-warning tbody+tbody {
	border-color: #f7c28c;
}

.table-hover .table-warning:hover {
	background-color: #f9d1a9;
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th
	{
	background-color: #f9d1a9;
}

.table-danger, .table-danger>th, .table-danger>td {
	background-color: #f5c6cb;
}

.table-danger th, .table-danger td, .table-danger thead th,
	.table-danger tbody+tbody {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th
	{
	background-color: #f1b0b7;
}

.table-light, .table-light>th, .table-light>td {
	background-color: #fdfdfe;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody
	{
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark, .table-dark>th, .table-dark>td {
	background-color: #c4c5c4;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody
	{
	border-color: #919392;
}

.table-hover .table-dark:hover {
	background-color: #b7b8b7;
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b7b8b7;
}

.table-link, .table-link>th, .table-link>td {
	background-color: #b8d0ea;
}

.table-link th, .table-link td, .table-link thead th, .table-link tbody+tbody
	{
	border-color: #7aa7d7;
}

.table-hover .table-link:hover {
	background-color: #a4c3e4;
}

.table-hover .table-link:hover>td, .table-hover .table-link:hover>th {
	background-color: #a4c3e4;
}

.table-muted, .table-muted>th, .table-muted>td {
	background-color: #d6d8db;
}

.table-muted th, .table-muted td, .table-muted thead th, .table-muted tbody+tbody
	{
	border-color: #b3b7bb;
}

.table-hover .table-muted:hover {
	background-color: #c8cbcf;
}

.table-hover .table-muted:hover>td, .table-hover .table-muted:hover>th {
	background-color: #c8cbcf;
}

.table-white, .table-white>th, .table-white>td {
	background-color: white;
}

.table-white th, .table-white td, .table-white thead th, .table-white tbody+tbody
	{
	border-color: white;
}

.table-hover .table-white:hover {
	background-color: #f2f2f2;
}

.table-hover .table-white:hover>td, .table-hover .table-white:hover>th {
	background-color: #f2f2f2;
}

.table-active, .table-active>th, .table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th
	{
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media ( max-width : 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media ( max-width : 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media ( max-width : 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media ( max-width : 1259.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

@media ( max-width : 1479.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xxl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.table thead th, .table thead td, .table tbody th, .table tbody td {
	vertical-align: inherit;
}

.table thead th>ul:last-child, .table thead th ol:last-child, .table thead td>ul:last-child,
	.table thead td ol:last-child, .table tbody th>ul:last-child, .table tbody th ol:last-child,
	.table tbody td>ul:last-child, .table tbody td ol:last-child {
	margin-bottom: 0;
}

.table-default {
	border: none;
}

.table-default thead>tr th, .table-default tbody>tr th {
	background-color: #eff1f4;
}

.table-default thead>tr>th, .table-default thead>tr>td, .table-default tbody>tr>th,
	.table-default tbody>tr>td {
	border: 1px solid #cbd3da;
}

.table-default thead>tr:first-child th, .table-default thead>tr:first-child td,
	.table-default tbody>tr:first-child th, .table-default tbody>tr:first-child td
	{
	border-top: 2px solid black;
}

.table-default thead+tbody tr:first-child th, .table-default thead+tbody tr:first-child td
	{
	border-top: 1px solid #cbd3da;
}

.table-default thead+tbody th {
	background-color: #f8f9fa;
}

.table-scroll {
	overflow-x: auto;
	overflow-y: visible;
}

.table-scroll table {
	min-width: 700px;
}

.table-board {
	border-top: 2px solid #444b48;
}

.table-board>:not (:last-child ) >:last-child>* {
	border-bottom-color: #75807b;
}

.table-board th {
	font-size: 1rem;
	font-weight: 700;
	background: #fff;
}

@media ( min-width : 0) {
	.table-board colgroup {
		display: none;
	}
}

@media ( min-width : 768px) {
	.table-board colgroup {
		display: table-column-group;
	}
}

@media ( min-width : 0) {
	.table-board colgroup col {
		display: none;
	}
}

@media ( min-width : 768px) {
	.table-board colgroup col {
		display: table-column;
	}
}

@media ( min-width : 0) {
	.table-board thead {
		display: none;
	}
}

@media ( min-width : 768px) {
	.table-board thead {
		display: table-header-group;
	}
}

.table-board thead tr th {
	padding: 1rem 0;
	background-color: #f8f9fa;
	text-align: center;
}

@media ( min-width : 0) {
	.table-board tbody {
		display: block;
	}
}

@media ( min-width : 768px) {
	.table-board tbody {
		display: table-row-group;
	}
}

.table-board tbody tr {
	position: relative;
}

.table-board tbody tr:after {
	display: block;
	content: "";
	clear: both;
}

@media ( min-width : 0) {
	.table-board tbody tr {
		display: block;
		border-bottom: 1px solid #dae0e5;
		padding: 1rem 1rem;
	}
	.table-board tbody tr:after {
		display: block;
	}
}

@media ( min-width : 768px) {
	.table-board tbody tr {
		display: table-row;
		border-bottom: 0;
		padding: 0;
	}
	.table-board tbody tr:after {
		display: none;
	}
}

.table-board tbody tr td {
	color: #75807b;
	padding: 1rem 1rem;
	text-align: center;
}

@media ( min-width : 0) {
	.table-board tbody tr td {
		display: block;
		border: 0;
	}
	.table-board tbody tr td.sort, .table-board tbody tr td.tit,
		.table-board tbody tr td.date, .table-board tbody tr td.num,
		.table-board tbody tr td.view, .table-board tbody tr td.id,
		.table-board tbody tr td.cell, .table-board tbody tr td.buttons,
		.table-board tbody tr td.remark {
		padding: 0;
		text-align: left;
	}
	.table-board tbody tr td.sort, .table-board tbody tr td.tit,
		.table-board tbody tr td.date, .table-board tbody tr td.view,
		.table-board tbody tr td.id, .table-board tbody tr td.cell,
		.table-board tbody tr td.buttons {
		display: block;
	}
	.table-board tbody tr td.num, .table-board tbody tr td.remark {
		display: none;
	}
	.table-board tbody tr td.empty {
		display: none !important;
	}
	.table-board tbody tr td.sort, .table-board tbody tr td.tit {
		font-size: 1rem;
		color: #2c302e;
		font-weight: 500;
	}
	.table-board tbody tr td.sort {
		display: block;
		padding: 0 0.33333rem;
		margin: 0 5px 0 0;
		background-color: #303d67;
		color: white;
		font-size: 0.8rem;
		height: 20px;
		float: left;
	}
	.table-board tbody tr td.view:before {
		content: "조회: ";
	}
	.table-board tbody tr td.id:before {
		content: "작성자: ";
	}
	.table-board tbody tr td.date, .table-board tbody tr td.view,
		.table-board tbody tr td.id, .table-board tbody tr td.cell {
		float: left;
		font-size: 0.8rem;
		position: relative;
		padding-right: 0.4rem;
		margin-right: 5px;
	}
	.table-board tbody tr td.date:after, .table-board tbody tr td.view:after,
		.table-board tbody tr td.id:after, .table-board tbody tr td.cell:after
		{
		position: absolute;
		display: block;
		content: "";
		width: 1px;
		height: 14px;
		background-color: #e9ecef;
		top: 3px;
		bottom: 0;
		right: 0;
		margin: auto 0;
	}
	.table-board tbody tr td.date.no-divider:after, .table-board tbody tr td.view.no-divider:after,
		.table-board tbody tr td.id.no-divider:after, .table-board tbody tr td.cell.no-divider:after
		{
		display: none;
	}
	.table-board tbody tr td.date:last-child:after, .table-board tbody tr td.view:last-child:after,
		.table-board tbody tr td.id:last-child:after, .table-board tbody tr td.cell:last-child:after
		{
		display: none;
	}
	.table-board tbody tr td.buttons {
		clear: both;
		float: none;
		padding: 1rem 0 0 0;
	}
	.table-board tbody tr td.buttons .btn {
		color: white;
	}
}

@media ( min-width : 768px) {
	.table-board tbody tr td {
		display: table-cell;
		border-bottom: 1px solid #dae0e5;
	}
	.table-board tbody tr td.num, .table-board tbody tr td.sort,
		.table-board tbody tr td.tit, .table-board tbody tr td.date,
		.table-board tbody tr td.view, .table-board tbody tr td.id,
		.table-board tbody tr td.cell, .table-board tbody tr td.buttons,
		.table-board tbody tr td.remark, .table-board tbody tr td.empty {
		padding: 0;
		margin: 0;
		text-align: center;
		display: table-cell;
		position: static;
		color: inherit;
		font-weight: normal;
		font-size: inherit;
		background: none;
		color: inherit;
		padding: 1rem 1rem;
		float: none;
	}
	.table-board tbody tr td.num:before, .table-board tbody tr td.sort:before,
		.table-board tbody tr td.tit:before, .table-board tbody tr td.date:before,
		.table-board tbody tr td.view:before, .table-board tbody tr td.id:before,
		.table-board tbody tr td.cell:before, .table-board tbody tr td.buttons:before,
		.table-board tbody tr td.remark:before, .table-board tbody tr td.empty:before
		{
		content: none;
	}
	.table-board tbody tr td.empty {
		display: table-cell !important;
	}
	.table-board tbody tr td.tit {
		text-align: left;
	}
	.table-board tbody tr td.buttons {
		padding: 1rem 1rem;
	}
	.table-board tbody tr td.buttons .btn {
		color: white;
	}
	.table-board tbody tr td a:not (.btn ) {
		padding: 0;
	}
}

.table-board tbody tr td a:not (.btn ) {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	/*position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

[class|="table-responsive"] {
	word-break: keep-all;
}

.tabslider {
	margin-bottom: 1rem;
}

.tabslider-list.is-animate .slick-list {
	margin: 0 3.376rem;
}

.tabslider-list:not (.is-animate ) {
	border-left: 0.063rem solid #cbd3da;
	border-right: 0.063rem solid #cbd3da;
}

.tabslider-list:not (.is-animate ) .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important;
}

.tabslider-list:not (.is-animate ) .slick-slide {
	width: auto !important;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tabslider-list-item>a {
	position: relative;
	color: #555;
	line-height: 1.25rem;
	padding: 1rem;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #c3c3c3;
	margin-right: 10px;
}

.tabslider-list-item.is-active>a {
	background-color: #003686;
	color: #fff;
	border: 1px solid #003686;
}

.tabslider-list .slick-arrow {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3.376rem;
	height: 3.376rem;
	border: 0.063rem solid #cbd3da;
	background: white;
}

.tabslider-list .slick-arrow:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.125rem solid #303d67;
	border-left: 0.125rem solid #303d67;
}

.tabslider-list .slick-arrow.slick-prev {
	left: 0;
	text-indent: -9999px;
}

.tabslider-list .slick-arrow.slick-prev:before {
	left: 0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tabslider-list .slick-arrow.slick-next {
	right: 0;
	text-indent: -9999px;
}

.tabslider-list .slick-arrow.slick-next:before {
	right: 0.25rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.vision {
	word-break: keep-all;
}

.vision-title-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 110px;
	padding: 1.5rem;
	line-height: 1.25em;
	font-weight: 700;
	color: white;
	background-image:
		url(../../../resources/images/module/vision-title-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 3rem;
}

@media ( min-width : 0) {
	.vision-title-bg {
		font-size: 1.25rem;
	}
}

@media ( min-width : 576px) {
	.vision-title-bg {
		font-size: 1.375rem;
	}
}

@media ( min-width : 768px) {
	.vision-title-bg {
		font-size: 1.5rem;
	}
}

@media ( min-width : 992px) {
	.vision-title-bg {
		font-size: 1.625rem;
	}
}

@media ( min-width : 1260px) {
	.vision-title-bg {
		font-size: 1.75rem;
	}
}

@media ( min-width : 1480px) {
	.vision-title-bg {
		font-size: 1.875rem;
	}
}

.vision-title-around {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 1;
	height: 150px;
	padding: 1.5rem;
	line-height: 1.25em;
	font-weight: 700;
	margin-bottom: 3rem;
}

@media ( min-width : 0) {
	.vision-title-around {
		font-size: 1.25rem;
	}
}

@media ( min-width : 576px) {
	.vision-title-around {
		font-size: 1.375rem;
	}
}

@media ( min-width : 768px) {
	.vision-title-around {
		font-size: 1.5rem;
	}
}

@media ( min-width : 992px) {
	.vision-title-around {
		font-size: 1.625rem;
	}
}

@media ( min-width : 1260px) {
	.vision-title-around {
		font-size: 1.75rem;
	}
}

@media ( min-width : 1480px) {
	.vision-title-around {
		font-size: 1.875rem;
	}
}

.vision-title-around:before, .vision-title-around:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 90px;
	height: 90px;
	background-image:
		url(../../../resources/images/module/vision-title-around.png);
}

.vision-title-around:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-color: #3069d0;
}

.vision-title-around:after {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: #01aaad;
}

.vision-title-around>span {
	position: relative;
	display: block;
	z-index: 1;
}

.vision-title-strategy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	padding: 1rem;
	line-height: 1.25em;
	font-weight: 700;
	color: white;
	background-color: #30347d;
	background-image:
		url(../../../resources/images/module/vision-title-strategy.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	margin-bottom: 0.5rem;
}

@media ( min-width : 0) {
	.vision-title-strategy {
		font-size: 1.375rem;
	}
}

@media ( min-width : 992px) {
	.vision-title-strategy {
		font-size: 1.625rem;
	}
}

.vision-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vision-list>li {
	list-style: none;
	padding: 1rem;
}

@media ( min-width : 0) {
	.vision-list>li {
		width: 50%;
	}
}

@media ( min-width : 576px) {
	.vision-list>li {
		width: 33.33333%;
	}
}

@media ( min-width : 768px) {
	.vision-list>li {
		width: 25%;
	}
}

@media ( min-width : 992px) {
	.vision-list>li {
		width: 20%;
	}
}

.vision-list>li>strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 1.1rem;
	border-radius: 100%;
	color: white;
	text-align: center;
	margin: 0 auto;
}

@media ( min-width : 0) {
	.vision-list>li>strong {
		width: 7.2rem;
		height: 7.2rem;
	}
}

@media ( min-width : 768px) {
	.vision-list>li>strong {
		width: 9rem;
		height: 9rem;
	}
}

.vision-list>li:nth-child(1)>strong {
	background-color: #ee2f52;
}

.vision-list>li:nth-child(2)>strong {
	background-color: #c1082a;
}

.vision-list>li:nth-child(3)>strong {
	background-color: #9e0b26;
}

.vision-list>li:nth-child(4)>strong {
	background-color: #770f22;
}

.vision-dl-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.vision-dl-circle>dt, .vision-dl-circle>dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
}

.vision-dl-circle>dt {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	text-align: center;
	z-index: 1;
	border-radius: 100%;
	color: white;
	text-align: center;
}

@media ( min-width : 0) {
	.vision-dl-circle>dt {
		width: 7.2rem;
		height: 7.2rem;
	}
}

@media ( min-width : 768px) {
	.vision-dl-circle>dt {
		width: 9rem;
		height: 9rem;
	}
}

.vision-dl-circle>dt>strong {
	display: block;
	width: 100%;
	font-size: 1.1rem;
}

@media ( min-width : 0) {
	.vision-dl-circle>dt>strong {
		margin-top: 0.5rem;
	}
}

@media ( min-width : 768px) {
	.vision-dl-circle>dt>strong {
		margin-top: 1rem;
	}
}

.vision-dl-circle>dt:nth-child(1) {
	background-color: #ee2f52;
}

.vision-dl-circle>dt:nth-child(3) {
	background-color: #c1082a;
}

.vision-dl-circle>dt:nth-child(5) {
	background-color: #9e0b26;
}

.vision-dl-circle>dt:nth-child(7) {
	background-color: #770f22;
}

.vision-dl-circle>dd {
	min-height: 9rem;
	background-color: white;
	border: 1px solid #cbd3da;
	font-weight: 700;
}

@media ( min-width : 0) {
	.vision-dl-circle>dd {
		width: 100%;
		margin-top: -4.5rem;
		margin-left: 0;
		padding: 4.5rem 1.5rem 1.5rem 1.5rem;
		font-size: 1rem;
		border-radius: 1rem;
	}
}

@media ( min-width : 768px) {
	.vision-dl-circle>dd {
		width: calc(100% - 4.5rem);
		margin-top: 0;
		margin-left: -4.5rem;
		padding: 1.5rem 1.5rem 1.5rem 6rem;
		font-size: 1.1rem;
		border-radius: 50rem;
	}
}

@media ( min-width : 992px) {
	.vision-dl-circle>dd {
		font-size: 1.2rem;
	}
}

.vision-dl-circle>dd>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85rem;
	line-height: 1rem;
	padding-left: 0.5rem;
}

.vision-dl-circle>dd>ul>li {
	color: #828c87;
	position: relative;
	padding: 0.125rem 0;
	line-height: 1.35em;
}

.vision-dl-circle>dd>ul>li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.625rem;
	left: -0.5rem;
	width: 0.25rem;
	height: 0.25rem;
	margin-top: -0.125rem;
	border-radius: 100%;
	background-color: #828c87;
}

.vision-dl-strategy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media ( min-width : 0) {
	.vision-dl-strategy br {
		display: none;
	}
}

@media ( min-width : 992px) {
	.vision-dl-strategy br {
		display: inline;
	}
}

.vision-dl-strategy>dt, .vision-dl-strategy dd {
	position: relative;
}

.vision-dl-strategy>dt:after, .vision-dl-strategy dd:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 0.25rem;
	background-image:
		url(../../../resources/images/module/vision-dl-strategy-pattern.png);
}

.vision-dl-strategy>dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: white;
	padding: 0.5rem 0;
}

@media ( min-width : 0) {
	.vision-dl-strategy>dt {
		width: 100%;
		margin-bottom: 0;
		font-size: 1.2rem;
	}
}

@media ( min-width : 992px) {
	.vision-dl-strategy>dt {
		width: 15%;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
}

.vision-dl-strategy>dt:nth-child(1) {
	background-color: #cc1717;
}

.vision-dl-strategy>dt:nth-child(3) {
	background-color: #ef5621;
}

.vision-dl-strategy>dt:nth-child(5) {
	background-color: #ef8a21;
}

.vision-dl-strategy>dt:nth-child(7) {
	background-color: #d77c1e;
}

.vision-dl-strategy>dt:nth-child(9) {
	background-color: #3d505c;
}

.vision-dl-strategy>dt:after {
	background-position: bottom right;
	bottom: -4px;
}

@media ( min-width : 0) {
	.vision-dl-strategy>dt:after {
		display: none;
	}
}

@media ( min-width : 992px) {
	.vision-dl-strategy>dt:after {
		display: block;
	}
}

.vision-dl-strategy>dd {
	position: relative;
	width: 85%;
	margin-bottom: 0.5rem;
	border: 1px solid #cbd3da;
	border-left: 0;
	padding: 1rem 1.5rem;
}

@media ( min-width : 0) {
	.vision-dl-strategy>dd {
		width: 100%;
	}
}

@media ( min-width : 992px) {
	.vision-dl-strategy>dd {
		width: 85%;
	}
}

.vision-dl-strategy>dd img {
	max-width: 100%;
}

.vision-dl-strategy>dd ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.vision-dl-strategy>dd:after {
	background-position: bottom left;
	bottom: -5px;
}

.vision-dl-strategy>dd:last-child {
	background-color: #f5f5f5;
	padding: 1.5rem 0.5rem;
}

.vision-dl-strategy>dd table {
	border-collapse: separate;
	border-spacing: 0.5rem;
	margin-top: 0.5rem;
}

.vision-dl-strategy>dd table>thead>tr>th, .vision-dl-strategy>dd table>tbody>tr>th
	{
	font-size: 0.938rem;
	text-align: center;
	vertical-align: middle;
	padding: 0.5rem;
}

.vision-dl-strategy>dd table>thead>tr>th:first-child,
	.vision-dl-strategy>dd table>tbody>tr>th:first-child {
	background-color: #30347d;
	color: white;
	line-height: 1.3em;
}

@media ( min-width : 0) {
	.vision-dl-strategy>dd table>thead>tr>th:first-child,
		.vision-dl-strategy>dd table>tbody>tr>th:first-child {
		font-size: 1rem;
	}
}

@media ( min-width : 1260px) {
	.vision-dl-strategy>dd table>thead>tr>th:first-child,
		.vision-dl-strategy>dd table>tbody>tr>th:first-child {
		font-size: 1.25rem;
	}
}

.vision-dl-strategy>dd table>thead>tr>th {
	background-color: #777;
	color: white;
}

.vision-dl-strategy>dd table>tbody>tr>td {
	background-color: white;
	vertical-align: top;
	padding: 1rem;
}

.vision-dl-strategy>dd table>tbody>tr>td>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85rem;
	line-height: 1rem;
	padding-left: 0.5rem;
}

.vision-dl-strategy>dd table>tbody>tr>td>ul>li {
	line-height: 1.35em;
	color: #828c87;
	position: relative;
	padding: 0.125rem 0;
}

.vision-dl-strategy>dd table>tbody>tr>td>ul>li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.625rem;
	left: -0.5rem;
	width: 0.25rem;
	height: 0.25rem;
	margin-top: -0.125rem;
	border-radius: 100%;
	background-color: #828c87;
}

.hamburger {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #373740;
}

.hamburger a {
	text-decoration: none;
}

.hamburger-close {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -591px -71px;
	background-image: url("../../../resources/images/sprite.png");
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin: 13px;
	margin-right: 0;
}

.hamburger-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #201c1d;
}

.hamburger-top:after {
	display: block;
	content: "";
	clear: both;
}

.hamburger-top>ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hamburger-top>ul>li {
	position: relative;
	float: left;
	padding: 0 0.5rem;
}

.hamburger-top>ul>li>a {
	display: block;
	font-size: 0.75rem;
	line-height: 0.875rem;
	padding: 1rem 0;
	color: white;
}

.hamburger-top>ul>li:before {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.hamburger-top>ul>li:first-child:before {
	display: none;
}

.hamburger-top>ul>li.is-child {
	padding-right: 0;
}

.hamburger-top>ul>li.is-child>a {
	font-weight: bold;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #831800;
}

.hamburger-top>ul>li.is-child>a:after {
	margin-left: 10px;
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -187px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 9px;
	min-width: 9px;
	height: 5px;
}

.hamburger-top>ul>li.is-child.is-active>a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.hamburger-top>ul>li.is-child:before {
	display: none;
}

.hamburger-top>ul>li.is-child>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	background-color: white;
	left: 0.5rem;
	right: 0;
	z-index: 99999;
	border: 1px solid #dae0e5;
	border-top: 0;
}

.hamburger-top>ul>li.is-child>ul>li {
	border-bottom: 1px dotted #e9ecef;
}

.hamburger-top>ul>li.is-child>ul>li>a {
	display: block;
	padding: 0.5rem 1.5rem;
	color: #2c302e;
	font-size: 0.8rem;
	background-color: #f2f4f6;
}

.hamburger-top>ul>li.is-child>ul>li>a:hover {
	background-color: white;
}

.hamburger-top>ul>li:after {
	display: block;
	content: "";
	clear: both;
}

.hamburger-list {
	padding-top: 2.875rem;
	height: 100%;
	margin-left: 8rem;
	background-color: white;
}

.hamburger-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hamburger-list>ul {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
}

.hamburger-list>ul>li {
	margin-left: -8rem;
}

.hamburger-list>ul>li>a {
	display: block;
	font-size: 0.875rem;
	width: 8rem;
	color: white;
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hamburger-list>ul>li.is-active>a {
	background-color: rgba(0, 0, 0, 0.1);
}

.hamburger-list>ul>li>ul {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.hamburger-list>ul>li>ul>li {
	border-bottom: 1px solid #cbd3da;
}

.hamburger-list>ul>li>ul>li>a {
	display: block;
	font-size: 0.875rem;
	color: inherit;
	padding: 1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hamburger-list>ul>li>ul>li>ul {
	border-top: 2px solid #303d67;
	background-color: #f8f9fa;
	padding: 1rem;
}

.hamburger-list>ul>li>ul>li>ul>li {
	margin: 0.25rem 0;
}

.hamburger-list>ul>li>ul>li>ul>li>a {
	display: block;
	position: relative;
	font-size: 0.813rem;
	padding-left: 0.75rem;
	color: #6c757d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hamburger-list>ul>li>ul>li>ul>li>a:before {
	display: block;
	content: "";
	width: 0.375rem;
	height: 0.125rem;
	background-color: #303d67;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

header {
	position: relative;
	z-index: 1000;
}

header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

header a {
	color: inherit;
	text-decoration: none;
}

header>.container-fluid, header>.container-sm, header>.container-md,
	header>.container-lg, header>.container-xl, header>.container-xxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media ( min-width : 0) {
	header>.container-fluid, header>.container-sm, header>.container-md,
		header>.container-lg, header>.container-xl, header>.container-xxl {
		padding: 0 20px;
	}
}

@media ( min-width : 992px) {
	header>.container-fluid, header>.container-sm, header>.container-md,
		header>.container-lg, header>.container-xl, header>.container-xxl {
		padding: 0 3.68%;
	}
}

@media ( min-width : 1260px) {
	header>.container-fluid, header>.container-sm, header>.container-md,
		header>.container-lg, header>.container-xl, header>.container-xxl {
		padding: 0 9.68%;
	}
}

@media ( min-width : 1480px) {
}

header>.container-fluid>*, header>.container-sm>*, header>.container-md>*,
	header>.container-lg>*, header>.container-xl>*, header>.container-xxl>*
	{
	float: left;
}

header .header-top-navigation {
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #ededed;
}

header .header-top-navigation img {
	width: 35px
}

@media ( min-width : 0) {
	header .header-top-navigation {
		display: block;
		padding: 0 3.68%;
	}
	header .header-top-navigation a:hover {
		color: inherit;
	}
	header .header-top-navigation ul.languages {
		float: left;
		border-radius: 50px;
		font-size: 14px;
		background: #F0F0F0;
		margin: 8px 0;
	}
	header .header-top-navigation ul.languages li {
		float: left;
	}
	header .header-top-navigation ul.languages li a {
		display: block;
		padding: 4px 20px;
		background: none;
		display: flex;
		align-items: center;
	}
	header .header-top-navigation ul.languages li a.now {
		background: #cbcbcb;
		color: #fff;
		border-radius: 50px
	}
	header .header-top-navigation ul.languages li a span {
		display: none;
	}
	header .header-top-navigation nav:last-child {
		display: none;
	}
}

@media ( min-width : 992px) {
}

@media ( min-width : 1260px) {
	header .header-top-navigation {
		display: block;
		padding: 0 9.68%;
	}
}

@media ( min-width : 1480px) {
	header .header-top-navigation ul.languages {
		font-size: 18px;
		margin-top: 16px;
		margin-bottom: 0;
	}
	header .header-top-navigation ul.languages li {
		
	}
	header .header-top-navigation ul.languages li a {
		padding: 8px 40px;
	}
	header .header-top-navigation ul.languages li a.now {
		
	}
	header .header-top-navigation ul.languages {
		
	}
	header .header-top-navigation nav:last-child {
		display: block;
	}
	header .header-top-navigation ul.languages li a span {
		display: inline-block;
	}
}

header .header-top-navigation a {
	color: inherit;
	text-decoration: none;
}

header .header-top-navigation nav ul {
	display: flex;
	align-items: center;
}

header .header-top-navigation nav:first-child {
	float: left;
}

header .header-top-navigation nav:first-child>ul>li {
	float: left;
	/*border-left: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);*/
}

header .header-top-navigation nav:first-child>ul>li:first-child, header .header-top-navigation nav:first-child>ul>li.is-active,
	header .header-top-navigation nav:first-child>ul>li.is-active+li {
	border-left: 0;
}

header .header-top-navigation nav:first-child>ul>li.is-active {
	background-color: white;
	color: #2c302e;
}

header .header-top-navigation nav:first-child>ul:after {
	display: block;
	content: "";
	clear: both;
}

header .header-top-navigation nav:last-child {
	float: right;
}

header .header-top-navigation nav:last-child>ul>li {
	position: relative;
	float: left;
	padding: 0 0.5rem;
}

header .header-top-navigation nav>ul>li>a {
	display: block;
	font-size: 1rem;
	padding: 25px 0;
}

header .header-top-navigation nav:last-child>ul>li>ul {
	display: none;
}

header .header-top-navigation nav:last-child>ul>li:before {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

header .header-top-navigation nav:last-child>ul>li:first-child:before {
	display: none;
}

header .header-top-navigation nav:last-child>ul>li.is-child {
	padding-right: 0;
}

header .header-top-navigation nav:last-child>ul>li.is-child>a {
	font-weight: bold;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #333;
	color: #fff
}

header .header-top-navigation nav:last-child>ul>li.is-child>a:after {
	margin-left: 10px;
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -187px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 9px;
	min-width: 9px;
	height: 5px;
}

header .header-top-navigation nav:last-child>ul>li.is-child.is-active>a:after
	{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

header .header-top-navigation nav:last-child>ul>li.is-child:before {
	display: none;
}

header .header-top-navigation nav:last-child>ul>li.is-child>ul {
	position: absolute;
	background-color: white;
	left: 0.5rem;
	right: 0;
	z-index: 99999;
	border: 1px solid #dae0e5;
	border-top: 0;
}

header .header-top-navigation nav:last-child>ul>li.is-child>ul>li {
	border-bottom: 1px dotted #e9ecef;
}

header .header-top-navigation nav:last-child>ul>li.is-child>ul>li>a {
	display: block;
	padding: 0.5rem 1.5rem;
	color: #2c302e;
	font-size: 0.8rem;
	background-color: #f2f4f6;
}

header .header-top-navigation nav:last-child>ul>li.is-child>ul>li>a:hover
	{
	background-color: white;
}

header .header-top-navigation nav:last-child>ul>li:after {
	display: block;
	content: "";
	clear: both;
}

header .header-top-navigation:after {
	display: block;
	content: "";
	clear: both;
}

header .header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
}

header .header-logo>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: inherit;
	text-decoration: none;
}

@media ( min-width : 0) {
	header .header-logo>a {
		padding: 14px 0;
	}
	header .header-logo>a:lang(en) {
		padding: 2px 0;
	}
}

@media ( min-width : 992px) {
	header .header-logo>a {
		padding: 18px 0;
	}
	header .header-logo>a:lang(en) {
		padding: 18px 0;
	}
}

header .header-logo>a>span {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0px;
}

@media ( min-width : 0) {
	header .header-logo>a>span {
		width: 208.33333px;
	}
	header .header-logo.eng>a>span {
		width: 183.33333px;
	}
}

@media ( min-width : 992px) {
	header .header-logo>a>span {
		width: 250px;
	}
	header .header-logo.eng>a>span {
		width: 203px;
	}
}

header .header-logo>a>span:before {
	display: block;
	content: "";
	height: 0;
	padding-bottom: 19.2%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-image:
		url(../../../resources/images/theme/base/header-logo-color.png);
	background-size: 100% auto;
	background-position: left center;
	background-repeat: no-repeat;
}

header .header-logo.eng>a>span:before {
	display: block;
	content: "";
	height: 0;
	padding-bottom: 27.2%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-image:
		url(../../../resources/images/theme/base/header-logo-en-color.png);
	background-size: 100% auto;
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
}

@media ( min-width : 0) {
	header .header-logo>a>span:before {
		width: 170px;
	}
}

@media ( min-width : 992px) {
	header .header-logo>a>span:before {
		width: 250px;
	}
}

header .header-logo>a>span:lang(en):before {
	padding-bottom: 32.72727%;
	background-image:
		url(../../../resources/images/theme/base/header-logo-en-color.png);
}

@media ( min-width : 0) {
	header .header-logo.eng>a>span {
		width: 183.33333px;
	}
}

@media ( min-width : 992px) {
	header .header-logo.eng>a>span {
		width: 203px;
	}
}

header .header-logo>a>em {
	position: relative;
	font-style: normal;
	font-weight: bold;
}

@media ( min-width : 0) {
	header .header-logo>a>em {
		font-size: 0.9rem;
		margin-left: 0.5rem;
		padding-left: 9px;
	}
}

@media ( min-width : 576px) {
	header .header-logo>a>em {
		font-size: 1.05rem;
		margin-left: 0.5rem;
		padding-left: 9px;
	}
}

@media ( min-width : 768px) {
	header .header-logo>a>em {
		font-size: 1.2rem;
		margin-left: 1rem;
		padding-left: 18px;
	}
}

@media ( min-width : 992px) {
	header .header-logo>a>em {
		font-size: 1.25rem;
		margin-left: 1rem;
		padding-left: 18px;
	}
}

@media ( min-width : 1260px) {
	header .header-logo>a>em {
		font-size: 1.3rem;
		margin-left: 1rem;
		padding-left: 18px;
	}
}

@media ( min-width : 1480px) {
	header .header-logo>a>em {
		font-size: 1.35rem;
		margin-left: 1rem;
		padding-left: 18px;
	}
}

@media ( min-width : 0) {
	header .header-logo>a>em br {
		display: inline;
	}
}

@media ( min-width : 576px) {
	header .header-logo>a>em br {
		display: none;
	}
}

header .header-logo>a>em:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #cbd3da;
}

@media ( min-width : 0) {
	header .header-logo>a>em:before {
		width: 1px;
		height: 1.25rem;
	}
}

@media ( min-width : 768px) {
	header .header-logo>a>em:before {
		width: 2px;
		height: 1.5rem;
	}
}

header .header-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media ( min-width : 0) {
	header .header-menu {
		display: none;
		padding: 0;
	}
}

@media ( min-width : 992px) {
}

@media ( min-width : 1480px) {
	header .header-menu {
		display: block;
		padding: 0;
	}
}

header .header-menu>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	float: right;
}

header .header-menu:after {
	display: block;
	content: "";
	clear: both;
}

header .header-menu>ul:lang(en) {
	max-width: 70rem;
}

header .header-menu>ul>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
}

header .header-menu>ul>li>a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	header .header-menu>ul>li>a {
		font-size: 1rem;
		font-weight: 600
	}
}

@media ( min-width : 1260px) {
	header .header-menu>ul>li>a {
		font-size: 1.4rem;
	}
}

@media ( min-width : 1480px) {
	header .header-menu>ul>li>a {
		
	}
}

header .header-menu>ul>li>a:hover {
	
}

header .header-menu>ul>li>ul {
	display: none;
	width: 140px;
	left: -1000%;
	right: -1000%;
	padding: 0;
	margin: -2px auto 0 auto;
	padding: 0.5rem 1rem;
	list-style: none;
	position: absolute;
	background-color: white;
	border: 1px solid #cbd3da;
	border-top: 4px solid #303d67;
	text-align: center;
	line-height: 1.2rem;
	z-index: 100;
}

header .header-menu>ul>li>ul>li {
	padding: 0.5rem 0;
}

header .header-menu>ul>li>ul>li>a {
	color: inherit;
	font-size: 0.925rem;
}

header .header-menu>ul>li>ul>li>ul {
	display: none;
}

header .header-menu-dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999;
	text-align: left;
	background-color: white;
	box-shadow: 0 10px 10px rgb(150 150 150/ 10%);
	-webkit-box-shadow: 0 10px 10px rgb(150 150 150/ 10%);
	-moz-box-shadow: 0 10px 10px rgb(150 150 150/ 10%);
}

header .header-menu-dropdown:before {
	display: none;
	content: "";
	width: 280px;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 312px;
	background-color: #303953;
}

header .header-menu-dropdown>div {
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	border-top: 1px solid #dae0e5;
}

header .header-menu-dropdown-title {
	width: 400px;
	background-color: #003686;
	color: white;
	padding: 2rem;
	padding-left: 3.68%;
	position: relative;
	padding-bottom: 0
}

@media ( min-width : 2000px) {
	.relative {
		position: relative;
		height: 100%;
		width: 100%;
	}
}

.header-menu-dropdown-title .hdimg518 {
	width: 305px;
	height: 123px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../../../resources/images/theme/base/hd_back.png);
	background-repeat: no-repeat;
}

header .header-menu-dropdown-title h3 {
	font-size: 17px;
	text-transform: uppercase;
	opacity: 0.3;
	font-weight: 400;
	margin-bottom: 3rem;
}

header .header-menu-dropdown-title h2 {
	font-size: 28px;
	font-weight: 600;
	word-break: keep-all
}

header .header-menu-dropdown-title p {
	opacity: 0.8;
	word-break: keep-all;
}

header .header-menu-dropdown-list {
	position: relative;
	width: calc(100% - 400px);
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	padding-right: 3.68%;
}

header .header-menu-dropdown-list>li {
	width: 23%;
}

@media ( min-width : 2500px) {
	header .header-menu-dropdown-title {
		width: 30%;
		padding-left: 15.68%;
	}
	header .header-menu-dropdown-list {
		padding-right: 15.68%;
	}
}

header .header-menu-dropdown-list>li>a {
	display: block;
	padding: 1rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-align: center;
}

header .header-menu-dropdown-list>li>a:hover {
	border: 1px solid #003686;
	transition: all .2s;
	color: #003686
}

header .header-menu-dropdown-list>li>ul {
	padding: 5px 1.5rem
}

header .header-menu-dropdown-list>li>ul>li {
	padding: 0.5rem 1.5rem;
	padding-bottom: 0;
	position: relative;
}

header .header-menu-dropdown-list>li>ul>li:before {
	width: 5px;
	height: 5px;
	display: block;
	content: "";
	background: #F5A200;
	border-radius: 100%;
	top: 19px;
	left: 12px;
	position: absolute;
}

header .header-menu-dropdown-list>li>ul>li>a {
	color: #69736e;
	font-size: 18px;
}

header .header-menu-dropdown-list>li>ul>li>a:hover {
	color: #2c302e;
}

header .header-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 30px;
}

@media ( min-width : 0) {
	header .header-icon {
		margin: 18px 0;
		display: inline-block;
	}
}

@media ( min-width : 992px) {
	header .header-icon {
		margin: 42px 0;
	}
}

@media ( min-width : 1480px) {
	header .header-icon {
		display: none;
	}
}

header .header-icon>ul {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media ( min-width : 0) {
	header .header-icon>ul>li {
		margin-left: 12px;
	}
}

@media ( min-width : 576px) {
	header .header-icon>ul>li {
		margin-left: 18px;
	}
}

@media ( min-width : 768px) {
	header .header-icon>ul>li {
		margin-left: 24px;
	}
}

@media ( min-width : 992px) {
	header .header-icon>ul>li {
		margin-left: 30px;
	}
}

header .header-icon>ul>li:first-child {
	margin-left: 0 !important;
}

header .header-icon>ul>li>a {
	display: block;
	line-height: 30px;
	text-align: center;
	border-width: 1px;
	border-color: transparent;
}

@media ( min-width : 0) {
	header .header-icon>ul>li>a {
		width: auto;
		height: auto;
		border-style: none;
	}
}

@media ( min-width : 992px) {
	header .header-icon>ul>li>a {
		width: 30px;
		height: 30px;
		border-style: none;
	}
}

header .header-icon>ul>li>a>i {
	text-indent: -9999px;
	overflow: hidden;
}

body header {
	-webkit-transition: 1s;
	transition: 1s;
	border-bottom: 1px solid #ededed;
}

@media ( min-width : 0) {
	body header {
		background-color: white;
	}
	body header .header-logo>a>span:before {
		background-image:
			url(../../../resources/images/theme/base/header-logo-color.png);
	}
	body header .header-logo>a>span:lang(en):before {
		background-image:
			url(../../../resources/images/theme/base/header-logo-en-color.png);
	}
	body header .header-menu>ul>li>a {
		color: #2c302e;
	}
	body header .header-icon>ul>li>a {
		border-color: #cbd3da;
	}
	body header .header-icon>ul>li>a.search-open>i {
		content: '';
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: -511px -302px;
		background-image: url("../../../resources/images/sprite.png");
		width: 24px;
		min-width: 24px;
		height: 25px;
	}
	body header .header-icon>ul>li>a.hamburger-open>i {
		content: '';
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: -74px -467px;
		background-image: url("../../../resources/images/sprite.png");
		width: 24px;
		min-width: 24px;
		height: 23px;
	}
}

@media ( min-width : 992px) {
	body header {
		background-color: #fff;
	}
	body header .header-logo>a>span:before {
		background-image:
			url(../../../resources/images/theme/base/header-logo-color.png);
	}
	body header .header-logo>a>span:lang(en):before {
		background-image:
			url(../../../resources/images/theme/base/header-logo-en-color.png);
	}
	body header .header-menu>ul>li>a {
		color: #000;
		-webkit-transition: 1s;
		transition: 1s;
		display: block;
		padding: 27px 0;
	}
	body header .header-icon>ul>li>a {
		border-color: transparent;
	}
	body header .header-icon>ul>li>a.search-open>i {
		content: '';
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: -511px -227px;
		background-image: url("../../../resources/images/sprite.png");
		width: 24px;
		min-width: 24px;
		height: 25px;
	}
	body header .header-icon>ul>li>a.hamburger-open>i {
		content: '';
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: -74px -467px;
		background-image: url("../../../resources/images/sprite.png");
		width: 24px;
		min-width: 24px;
		height: 23px;
	}
}

@media ( min-width : 0) {
	body header.is-active {
		background-color: white;
	}
	body header.is-active .header-logo>a>span:before {
		background-image:
			url(../../../resources/images/theme/base/header-logo-color.png);
	}
	body header.is-active .header-logo>a>span:lang(en):before {
		background-image:
			url(../../../resources/images/theme/base/header-logo-en-color.png);
	}
	body header.is-active .header-menu>ul>li>a {
		color: #2c302e;
	}
	body header.is-active .header-icon>ul>li>a {
		border-color: #cbd3da;
	}
	body header.is-active .header-icon>ul>li>a.search-open>i {
		content: '';
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: -511px -302px;
		background-image: url("../../../resources/images/sprite.png");
		width: 24px;
		min-width: 24px;
		height: 25px;
	}
	body header.is-active .header-icon>ul>li>a.hamburger-open>i {
		content: '';
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: -74px -467px;
		background-image: url("../../../resources/images/sprite.png");
		width: 24px;
		min-width: 24px;
		height: 23px;
	}
}

@media ( min-width : 1480px) {
	main>.container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media ( min-width : 0) {
	main {
		margin-top: 0;
	}
}

@media ( min-width : 992px) {
	main {
		
	}
}

body.mainpage main {
	font-size: 18px
}

@media ( min-width : 0) {
	body.mainpage main {
		background-size: 150% auto;
	}
}

@media ( min-width : 768px) {
	body.mainpage main {
		background-size: 100% auto;
	}
}

@media ( min-width : 992px) {
	body.mainpage main {
		background-size: 100% auto;
	}
}

.ready-box {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
}

.ready-box__info {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ready-box__info img {
	max-width: 95%;
	margin-bottom: 15px;
	display: inline-block;
}

.ready-box__info a {
	width: calc(100% - 30px);
	max-width: 300px;
	height: 45px;
	margin: 0 auto;
	border-radius: 45px;
	display: block;
	background-color: #b60039;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 45px;
}

.ready-box__info a:hover {
	text-decoration: none;
}

.ready-box__info a:focus {
	text-decoration: none;
}

.ready-box__info a:active {
	text-decoration: none;
}

footer {
	border-top: 1px solid #e4e4e4;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footer-nav {
	border-bottom: 1px solid #e4e4e4;
}

footer .footer-nav>.container:after {
	display: block;
	content: "";
	clear: both;
}

footer .footer-nav a {
	text-decoration: none;
}

footer .footer-nav-list, footer .footer-nav-family {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .footer-nav-list>li, footer .footer-nav-family>li {
	float: left;
}

footer .footer-nav-list:after, footer .footer-nav-family:after {
	display: block;
	content: "";
	clear: both;
}

@media ( min-width : 0) {
	footer .footer-nav-list {
		float: none;
		line-height: normal;
		margin: 0 -3px;
		padding-bottom: 0;
	}
}

@media ( min-width : 768px) {
	footer .footer-nav-list {
		margin: 0 -10px;
		padding-bottom: 0;
	}
}

@media ( min-width : 992px) {
	footer .footer-nav-list {
		float: left;
		margin: 0 -15px;
	}
}

@media ( min-width : 0) {
	footer .footer-nav-list>li {
		height: auto;
		line-height: normal;
		font-size: 0.75em;
		padding: 0 3px;
	}
}

@media ( min-width : 576px) {
	footer .footer-nav-list>li {
		font-size: 0.8em;
		padding: 0 5px;
	}
}

@media ( min-width : 768px) {
	footer .footer-nav-list>li {
		font-size: 0.9em;
		padding: 0 10px;
	}
}

@media ( min-width : 992px) {
	footer .footer-nav-list>li {
		height: 50px;
		line-height: 50px;
		font-size: 1em;
		padding: 0 15px;
	}
}

footer .footer-nav-list>li a {
	color: inherit;
}

footer .footer-nav-list>li a:hover {
	color: #303d67;
}

footer .footer-nav-list:after {
	display: block;
	content: "";
	clear: both;
}

footer .footer-nav-family {
	margin: 0;
}

@media ( min-width : 0) {
	footer .footer-nav-family {
		float: none;
		width: 100%;
		font-size: 0.85em;
	}
}

@media ( min-width : 576px) {
	footer .footer-nav-family {
		width: 80%;
		font-size: 0.9em;
	}
}

@media ( min-width : 768px) {
	footer .footer-nav-family {
		width: 60%;
		font-size: 0.95em;
	}
}

@media ( min-width : 992px) {
	footer .footer-nav-family {
		width: 40%;
		font-size: 1em;
	}
}

footer .footer-nav-family>li {
	width: 50%;
	padding: 0 0.25rem;
	position: relative;
	height: 50px;
	line-height: 50px;
}

footer .footer-nav-family>li>a {
	display: block;
	background-color: #f5f6f8;
	color: #75807b;
	padding: 0 1rem;
	position: relative;
}

footer .footer-nav-family>li>a:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: -128px -540px;
	background-image: url("../../../resources/images/sprite.png");
	width: 9px;
	min-width: 9px;
	height: 5px;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

footer .footer-nav-family>li>ul {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 0.25rem;
	right: 0.25rem;
	background-color: #eff1f4;
	z-index: 9;
}

footer .footer-nav-family>li>ul>li>a {
	display: block;
	padding: 0 1rem;
	font-size: 0.8em;
	color: #5d6561;
	border-bottom: 1px dotted #c5c9c7;
}

footer .footer-nav-family>li>ul>li:last-child a {
	border-bottom: 0;
}

footer .footer-nav-family:after {
	display: block;
	content: "";
	clear: both;
}

footer .footer-nav:after {
	display: block;
	content: "";
	clear: both;
}

footer .footer-copyright {
	max-width: 1920px;
	margin: 0 auto;
	padding: 1.875rem 9.78%;
}

footer .footer-copyright-address {
	display: block;
	margin: 0;
	line-height: 24px;
	font-size: 0.8em;
}

@media ( min-width : 0) {
	footer .footer-copyright-address {
		float: none;
	}
}

@media ( min-width : 768px) {
	footer .footer-copyright-address {
		padding: 0;
	}
}

@media ( min-width : 1260px) {
	footer .footer-copyright-address {
		float: left;
	}
}

@media ( min-width : 1921px) {
	footer .footer-copyright {
		padding: 1.875rem 0;
	}
}

footer .footer-copyright-address>h2 {
	height: 100%;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
}

@media ( min-width : 0) {
	footer .footer-copyright-address>h2 {
		float: none;
		margin-left: 0;
		margin-bottom: 1rem;
	}
}

@media ( min-width : 768px) {
	footer .footer-copyright-address>h2 {
		margin-left: 0;
		margin-bottom: 40px;
	}
}

footer .footer-copyright-address>h2 img {
	display: block;
	width: 245px;
}

footer .footer-copyright-address>ul li {
	display: inline-block;
	padding-right: 0.5rem;
	font-size: 16px;
}

footer .footer-copyright-address>ul li strong {
	font-weight: inherit;
}

footer .footer-copyright-address>ul li strong:after {
	content: " :";
}

footer .footer-copyright-address>ul li:first-child strong {
	display: none;
}

footer .footer-copyright-address>p {
	margin-bottom: 0;
}

@media ( min-width : 0) {
	footer .footer-copyright-sns {
		float: none;
		padding-left: 0;
	}
}

@media ( min-width : 768px) {
	footer .footer-copyright-sns {
		padding-left: 280px;
	}
}

@media ( min-width : 1260px) {
	footer .footer-copyright-sns {
		float: right;
		padding-left: 0;
	}
}

footer .footer-copyright-sns ul {
	margin: 0;
}

footer .footer-copyright-sns ul li {
	padding: 0 1rem;
	float: left;
	position: relative
}

footer .footer-copyright-sns ul li:after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #003686;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%)
}

footer .footer-copyright-sns ul li:last-child:after {
	display: none;
}

footer .footer-copyright-sns ul:after {
	display: block;
	content: "";
	clear: both;
}

footer .footer-copyright:after {
	display: block;
	content: "";
	clear: both;
}

.sub-visual {
	background: #f1f3f5;
	background-image: none !important;
	height: 1px;
	width: 100%;
}

.sub-visual div {
	display: none;
}

.sub-visual-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media ( min-width : 0) {
}

@media ( min-width : 992px) {
}

.sub-visual-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.sub-visual-text {
	font-size: 1rem;
	opacity: 0.8;
}

@media ( min-width : 0) {
	.sub-container {
		padding-left: 0;
	}
}

@media ( min-width : 992px) {
	.sub-container {
		padding-left: 230px;
	}
}

@media ( min-width : 1480px) {
	.sub-container {
		padding-left: 265px;
	}
}

@media ( min-width : 1480px) {
	.sub-container {
		padding-left: 300px;
	}
}

.sub-container:after {
	width: 100%;
}

.sub-container:after {
	display: block;
	content: "";
	clear: both;
}

.sub-navigation {
	float: left;
}

@media ( min-width : 0) {
	.sub-navigation {
		display: none;
		width: 0;
	}
}

@media ( min-width : 992px) {
	.sub-navigation {
		display: block;
		width: 200px;
		margin-left: -230px;
	}
}

@media ( min-width : 1480px) {
	.sub-navigation {
		display: block;
		width: 225px;
		margin-top: -70px;
		margin-left: -265px;
	}
}

@media ( min-width : 1480px) {
	.sub-navigation {
		display: block;
		width: 250px;
		margin-left: -300px;
	}
}

.sub-navigation {
	padding-bottom: 6rem;
}

.sub-navigation a {
	text-decoration: none;
}

.sub-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sub-navigation-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 135px;
	padding: 2.063rem 1rem;
	border-bottom: 3px solid #ddd;
	border-radius: 10px 10px 0 0
}

.sub-navigation-title h2 {
	margin: auto;
	font-weight: 500;
	line-height: 1.25em;
	color: #656565;
}

@media ( min-width : 0) {
	.sub-navigation-title h2 {
		font-size: 1.5rem;
	}
}

@media ( min-width : 992px) {
	.sub-navigation-title h2 {
		font-size: 1.5rem;
	}
}

@media ( min-width : 1480px) {
	.sub-navigation-title h2 {
		height: 10px;
		font-size: 1.625rem;
	}
}

@media ( min-width : 1480px) {
	.sub-navigation-title h2 {
		font-size: 1.75rem;
	}
}

.sub-navigation-list>li {
	border-bottom: 1px solid #dae0e5;
}

.sub-navigation-list>li:last-child {
	border-bottom: 0;
}

.sub-navigation-list>li>a {
	display: block;
	position: relative;
	padding: 1rem 1.5rem;
	padding-right: 39px;
	color: inherit;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sub-navigation-list>li>a:after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sub-navigation-list>li>a>div {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 99;
}

.sub-navigation-list>li.is-child>a>div {
	background-image:
		url(../../../resources/images/theme/base/sub-navigation-plus.png);
}

.sub-navigation-list>li.is-active.is-child>a>div {
	background-image:
		url(../../../resources/images/theme/base/sub-navigation-minus.png);
}

.sub-navigation-list>li.is-child>a:after {
	background-image:
		url(../../../resources/images/theme/base/sub-navigation-plus.png);
}

.sub-navigation-list>li.is-active>a {
	color: white;
	background-color: #5e616d;
}

.sub-navigation-list>li.is-active.is-child>a:after {
	background-image:
		url(../../../resources/images/theme/base/sub-navigation-minus.png);
}

.sub-navigation-list>li>ul {
	display: none;
	background-color: #f8f9fa;
	padding: 1rem 1.5rem;
}

.sub-navigation-list>li>ul>li {
	margin: 0.5rem 0;
}

.sub-navigation-list>li>ul>li>a {
	display: block;
	color: #69736e;
	padding-left: 15px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-underline-offset: 0.25rem;
}

.sub-navigation-list>li>ul>li>a:before {
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #69736e;
}

.sub-navigation-list>li>ul>li>a:hover {
	text-decoration: underline;
}

.sub-navigation-list>li>ul>li.is-active>a:before {
	background-color: #f5a200;
	border: 1px solid #f5a200;
}

.sub-contents {
	margin-top: -46px;
	width: 100%;
	padding: 1rem 0 6rem 0;
}

@media ( min-width : 0) {
	.sub-contents {
		text-align: center;
	}
}

@media ( min-width : 992px) {
	.sub-contents {
		text-align: left;
	}
}

.sub-contents-title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border-bottom: 1px solid #cbd3da;
	padding: 1.5rem 0 1.5rem 0;
}

@media ( min-width : 0) {
	.sub-contents-title {
		display: block;
	}
}

@media ( min-width : 992px) {
	.sub-contents-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.sub-contents-title>h2 {
	font-size: 1.75em;
	height: 1em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.sub-contents-title>h2 {
		float: none;
		margin-bottom: 1rem;
	}
}

@media ( min-width : 992px) {
	.sub-contents-title>h2 {
		float: left;
		margin-bottom: 0;
	}
}

.sub-contents-title>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media ( min-width : 0) {
	.sub-contents-title>div {
		display: block;
	}
}

@media ( min-width : 992px) {
	.sub-contents-title>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.sub-contents-breadcrumbs {
	font-size: 0.9375em;
	margin: 0 0 0 -1rem;
	padding: 0 1rem;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs {
		display: inline-block;
		float: none;
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs {
		display: block;
		float: right;
	}
}

.sub-contents-breadcrumbs a {
	color: #69736e;
	text-decoration: none;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs a {
		cursor: default;
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs a {
		cursor: pointer;
	}
}

.sub-contents-breadcrumbs ol, .sub-contents-breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sub-contents-breadcrumbs>ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs>ol {
		margin: 0 -0.33333rem;
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs>ol {
		margin: 0 -0.5rem;
	}
}

.sub-contents-breadcrumbs>ol>li {
	position: relative;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs>ol>li {
		height: 1em;
		line-height: 1em;
		padding: 0 0.33333rem;
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs>ol>li {
		height: 1.75em;
		line-height: 1.75em;
		padding: 0 0.5rem;
	}
}

.sub-contents-breadcrumbs>ol>li>a {
	display: block;
	position: relative;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs>ol>li>a {
		padding-left: 0;
		padding-right: 0;
		font-size: 0.8em;
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs>ol>li>a {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		font-size: 0.9em;
	}
}

.sub-contents-breadcrumbs>ol>li>a:after {
	display: none;
	position: absolute;
	content: "";
	width: 1.75em;
	height: 1.75em;
	background-image:
		url(../../../resources/images/theme/base/sub-breadcrumbs-more.png);
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sub-contents-breadcrumbs>ol>li.is-child>a {
	cursor: pointer;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs>ol>li.is-child>a {
		padding-left: 0;
		padding-right: 0;
	}
	.sub-contents-breadcrumbs>ol>li.is-child>a:after {
		display: none;
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs>ol>li.is-child>a {
		padding-left: 0;
		padding-right: 4.5rem;
	}
	.sub-contents-breadcrumbs>ol>li.is-child>a:after {
		display: block;
	}
}

.sub-contents-breadcrumbs>ol>li:first-child>a {
	padding-right: 0;
}

.sub-contents-breadcrumbs>ol>li:first-child>a:after {
	display: none;
}

.sub-contents-breadcrumbs>ol>li>ul {
	display: none;
	position: absolute;
	background-color: #f8f9fa;
	left: 0.5rem;
	right: 0.5rem;
	border: 1px solid #dae0e5;
}

.sub-contents-breadcrumbs>ol>li>ul>li>a {
	display: block;
	position: relative;
	padding: 0.5rem;
	border-bottom: 1px solid #dae0e5;
	font-size: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-contents-breadcrumbs>ol>li>ul>li>a:after {
	display: none;
	position: absolute;
	top: 0;
	right: 0.5rem;
	bottom: 0;
	margin: auto 0;
	content: "";
	width: 4px;
	height: 8px;
	background-image:
		url(../../../resources/images/theme/base/sub-breadcrumbs-child-arrow.png);
}

.sub-contents-breadcrumbs>ol>li>ul>li>a:hover {
	background-color: #303d67;
	color: white;
	padding-right: 1.5rem;
}

.sub-contents-breadcrumbs>ol>li>ul>li>a:hover:after {
	display: block;
}

.sub-contents-breadcrumbs>ol>li>ul>li:last-child>a {
	border-bottom: 0;
}

.sub-contents-breadcrumbs>ol>li:after {
	display: block;
	content: "";
	width: 8px;
	height: 15px;
	background-image:
		url(../../../resources/images/theme/base/sub-breadcrumbs-arrow.png);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -4px;
	margin: auto;
}

@media ( min-width : 0) {
	.sub-contents-breadcrumbs>ol>li:after {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@media ( min-width : 992px) {
	.sub-contents-breadcrumbs>ol>li:after {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sub-contents-breadcrumbs>ol>li:last-child>a {
	color: inherit;
	font-weight: 700;
}

.sub-contents-breadcrumbs>ol>li:last-child:after {
	display: none;
}

.sub-contents-maintext {
	text-align: left;
	padding-top: 1rem;
}

.sub-contents-maintext img {
	max-width: 100%;
	height: auto;
}

.sub-contents-icons {
	padding: 0;
	margin: 0;
}

@media ( min-width : 0) {
	.sub-contents-icons {
		height: 38px;
	}
	.sub-contents-icons>ul {
		height: 38px;
	}
	.sub-contents-icons>ul>li>a {
		width: 38px;
		height: 38px;
		line-height: 36px;
	}
}

@media ( min-width : 992px) {
	.sub-contents-icons {
		height: 44px;
	}
	.sub-contents-icons>ul {
		height: 44px;
	}
	.sub-contents-icons>ul>li>a {
		width: 44px;
		height: 44px;
		line-height: 42px;
	}
}

.sub-contents-icons>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0 -0.25rem;
	list-style: none;
}

.sub-contents-icons>ul>li {
	padding: 0 0.25rem;
}

.sub-contents-icons>ul>li>a {
	display: block;
	border: 1px solid #aab1ae;
	border-radius: 100%;
	text-align: center;
}

body.mainpage>main .visual {
	position: relative;
}

@
-webkit-keyframes introScale { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100%
{
-webkit-transform
:
 
scale
(1
.5
);

            
transform
:
 
scale
(1
.5
);

  
}
}
@
keyframes introScale { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100%
{
-webkit-transform
:
 
scale
(1
.5
);

            
transform
:
 
scale
(1
.5
);

  
}
}

/*영문메인*/
.eng .section.section01 .la_con {
	background: none
}

.eng .section.section01 .la_con .latest_tab .latest .latest_ul {
	width: 100%;
}

.eng .q_icon_box {
	margin-top: 120px;
	padding-top: 30px;
	border-top: 1px solid #ddd
}

.eng .q_icon_box ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px
}

.eng .q_icon_box ul li {
	flex: 1;
	text-align: center;
}

.eng .q_icon_box ul li a {
	display: block;
	border: 1px solid #ddd;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.eng .q_icon_box ul li a:hover {
	border: 1px solid #000;
	transition: .2s
}

@media ( max-width : 1259px) {
	.eng .section.section01 .la_con {
		height: 560px
	}
	.eng .section.section01 .la_con .latest_tab .latest .latest_ul {
		padding: 40px 0 40px 1.68%
	}
}

@media ( max-width : 768px) {
	.eng .q_icon_box ul {
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap
	}
	.eng .q_icon_box ul li {
		width: 100%;
	}
}

@media ( max-width : 560px) {
	.section .m_h2_tit {
		font-size: 24px
	}
}

/*서브페이지*/
#contents_area {
	position: relative
}

table {
	word-break: keep-all
}

.p_0502 {
	background: #f7f7f7;
	border: 1px solid #c8d1db;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 20px;
}

.txt_box {
	margin-bottom: 20px;
}

p.right {
	text-align: right !important;
	font-size: 16px;
	background: #f3f3f3;
	padding: 5px 10px;
}

.h2_tit {
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	padding-left: 15px;
	margin-bottom: 1.5rem;
	margin-top: 40px;
}

.h2_tit::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	border-radius: 10px;
	background-color: #303d67;
}

.h2_tit.first {
	margin-top: 0
}

.h6_tit {
	font-size: 20px;
	color: #102c84;
	font-weight: 600;
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
}

.h6_tit::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	border: solid #102c84;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}

.btn01 {
	background: #242945;
	color: #fff;
	border: 1px solid #242945
}

.btn_2 {
	display: inline-block;
	background: #ededed;
	color: #000;
	padding: 10px 50px;
	border: 0
}

.btn_2:hover {
	background: #003686;
	color: #fff;
	transition: all .2s
}

.btn_3 {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #dadada
}

.tb_scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}

.tb_scroll table {
	min-width: 1000px;
	width: 100%;
}

.basic_tb01 {
	border-spacing: 0;
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	margin: 5px 0 15px -1px;
	text-align: center;
	border-top: 2px solid #000;
	-webkit-overflow-scrolling: touch;
	word-break: keep-all;
}

.basic_tb01 th {
	padding: 8px 15px;
	vertical-align: middle;
	color: #222;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	background: #f3f3f3;
}

.basic_tb01 td {
	padding: 8px 15px;
	vertical-align: middle;
	color: #222;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

.record {
	position: relative;
}

.record .record_box {
	
}

.record .record_box ul {
	
}

.record .record_box ul li {
	position: relative;
}

.record .record_box ul li label {
	width: 100%;
}

.record .record_box ul li label .q_wr {
	display: flex;
	justify-content: space-between;
	padding: 15px 10px 15px 40px;
	border-bottom: 1px dashed;
	position: relative;
}

.record .record_box ul li:first-child label .q_wr {
	border-top: 1px solid #333
}

.record .record_box ul li strong {
	font-size: 20px;
	cursor: pointer;
}

.record .record_box ul li strong:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 3px;
	border-radius: 30px;
	background: #003686;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.record .record_box ul li strong::after {
	display: none;
	content: "";
	position: absolute;
	right: 10px;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 14px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.record .record_box ul li label .q_wr button {
	background: #fff;
	border: 0;
	font-size: 18px;
	font-weight: 500;
	padding-right: 25px;
	position: relative;
}

.record .record_box ul li label .q_wr button::after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 14px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.record .record_box ul li .record_a {
	padding: 40px;
	border-bottom: 1px solid #ddd;
	display: none;
	text-align: justify
}

.record .record_box ul li .record_a button {
	width: 100%;
	text-align: right;
	color: #000;
	border: 0;
	padding: 5px 40px 5px 20px;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 50px;
	position: relative;
}

.record .record_box ul li .record_a button::after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 20px;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 14px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.sub-contents h4.h4_tit.h4_tit {
	margin-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	font-weight: 600;
	font-size: 22px
}

.h4_tit.mt_n {
	margin-top: 0;
}

.h4_mb {
	font-size: 20px !important;
}

.h4_mb::before {
	content: none !important;
}

.fixed-bottom {
	position: fixed;
	width: 100% !important;
	max-width: 1100px;
	left: unset !important;
	right: unset !important;
	bottom: 0;
}

.fixed-bottom .q_wr {
	background: #333;
}

.fixed-bottom .q_wr strong {
	color: #fff;
}

.fixed-bottom .q_wr strong:before {
	background: #fff !important;
}

.fixed-bottom .q_wr button {
	color: #fff;
	background: #333 !important;
}

.fixed-bottom .q_wr button::after {
	border-top: 14px solid #fff !important;
}

.hidden {
	display: none;
}

.p_010301 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin: 20px 0;
}

.p_010301.line_2 {
	flex-wrap: wrap;
}

.p_010301.line_2 .p_010301_box {
	width: calc(50% - 20px);;
}

.p_010301_box p {
	max-height: 264px;
	overflow: hidden
}

.p_010301_box p.non_height {
	max-height: none;
}

.p_010301_box p img {
	width: 100%;
}

.p_010301 div dl dd {
	width: 100%;
	margin-top: -15px;
	line-height: 18px;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	background: #efefef;
	letter-spacing: -1pt;
}

.bottom_flex {
	display: flex;
	justify-content: center;
	align-items: top;
	gap: 50px;
	padding: 30px 0;
	border: solid #dddddd;
	border-width: 2px 0 1px 0;
	margin: 30px 0 10px 0;
}

.vision_tit {
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px
}

.c_303d67 {
	color: #303d67;
}

.c_008c98 {
	color: #102c84;
}

.w30 {
	flex-basis: 30%;
}

.w35 {
	flex-basis: 35%;
}

.w40 {
	flex-basis: 40%;
}

.w45 {
	flex-basis: 45%;
}

.w50 {
	flex-basis: 50%;
}

.w60, .w65 {
	flex-basis: 60%;
}

.w70 {
	flex-basis: 70%;
}

.sub-contents-maintext img.w100 {
	display: block;
	margin: 0 auto;
	width: auto;
}

.time_con, .time_con2 {
	display: none !important;
}

.time_con.on, .time_con2.on {
	display: block !important;
}

.flex_con_time, .flex_con_time2 {
	flex-wrap: wrap;
}

.flex_con_time li, .flex_con_time2 li {
	flex: 1 1 12.5%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1.4rem;
}

.flex_con_time li.on a, .flex_con_time2 li.on a {
	color: #e41957;
}

.time_con .flex_con, .time_con2 .flex_con {
	margin-top: 3rem;
}

.time_con .flex_con .name, .time_con2 .flex_con .name {
	font-size: 2rem;
	color: #102c84;
	padding-left: 2rem;
	font-weight: 700;
}

.time_con .flex_con ul li, .time_con2 .flex_con ul li {
	padding: 10px 0;
	border-bottom: 1px #DFDFDF dotted;
}

.time_con .flex_con ul li p, .time_con2 .flex_con ul li p {
	margin-top: 10px
}

.time_con .flex_con ul li b, .time_con2 .flex_con ul li b {
	display: block;
}

.flex_con_time.history, .flex_con_time2.history {
	margin: 3rem 0;
	gap: 10px;
}

.flex_con_time.history li, .flex_con_time2.history li {
	font-weight: 700;
	position: relative;
	height: 60px;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
}

.flex_con_time.history li a {
	color: #555;
}

.flex_con_time.history li a:hover {
	color: #555;
}

.flex_con_time.history li.on a, .flex_con_time2.history li.on a {
	background: #003686;
	color: #fff;
	border: 1px solid #003686;
	padding: 1.5px 5px;
	border-radius: 10px;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.record_a .flex_con_time li {
	padding-top: 2rem;
	flex: 1 1 7%;
}

.record_a .flex_con_time li::before {
	top: 1rem;
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #ccc;
	bottom: 0;
	left: 0;
}

.record_a .flex_con_time li::after {
	top: .6rem;
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #707070;
	left: 50%;
	transform: translateX(-50%);
}

.record_a .flex_con_time li.on::after {
	background: #e41957;
}

.flex00 li {
	flex: 0 0 11.6%
}

.flex_btn {
	text-align: center;
	margin: 30px 0 10px;
}

.img_box {
	text-align: center;
	padding: 1rem 0;
}

.tit_box {
	position: relative;
	padding: 5px;
	overflow: hidden;
	background: url(../../../resources/images/theme/base/pt_box1.png) repeat;
	text-align: center !important;
	margin: 40px 0;
}

.tit_box .t_txt_box {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px
}

.tit_box p {
	text-align: center !important;
}

.tit_box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-left: 5px solid #195dae;
	border-top: 5px solid #195dae;
	content: '';
}

.tit_box:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-right: 5px solid #373737;
	border-bottom: 5px solid #373737;
	content: '';
}

.box1_inner {
	padding: 30px;
	background: #fff;
}

.tit_box .main_tit {
	font-size: 28px;
	font-weight: 800;
	color: #195dae
}

.tit_box .sub_tit {
	font-size: 24px;
	font-weight: 500
}

.his_list .p_box:after {
	display: block;
	content: "";
	clear: both
}

.his_list .p_box h3 {
	width: 7.25rem;
	float: left;
	font-size: 2.1rem;
	color: #1a3759;
	font-weight: 900;
}

.his_list .p_box .history-list {
	width: calc(100% - 7.25rem);
	float: left;
	padding-top: .6rem;
	position: relative;
	display: inline-block;
}

.his_list .p_box .history-list:before {
	content: '';
	width: .4rem;
	height: calc(100% - 1rem);
	background-color: #e9e9e9;
	position: absolute;
	left: 6.2rem;
	top: .6rem;
}

.his_list .p_box .history-list li:first-child:before {
	content: '';
	width: .4rem;
	height: .4rem;
	background-color: #2172f8;
	position: absolute;
	left: 6.2rem;
	top: .2rem;
}

.his_list .p_box .history-list li dl:after {
	display: block;
	content: "";
	clear: both
}

.his_list .p_box .history-list li dl dt {
	font-size: 18px;
	color: #262626;
	padding-bottom: 1rem;
	font-weight: 500;
	width: 7.5rem;
	float: left;
}

.his_list .p_box .history-list li dl dd {
	position: relative;
	font-size: 16px;
	color: #262626;
	padding-bottom: 1rem;
	width: calc(100% - 7.5rem);
	float: left;
	word-break: break-all;
}

.his_list .p_box .history-list li dl dd a {
	margin-left: 5px
}

.his_list .p_box .history-list li dl dd h4 {
	font-size: 19px;
	word-break: keep-all;
	margin-left: 11px;
	margin-bottom: 8px;
	font-weight: 400;
}

.his_list .p_box .history-list li dl dd input { /* margin-top:3px */
	position: absolute;
	top: 28px;
	left: -9px;
}

.his_list .p_box .history-list li dl dd .photo_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.his_list .p_box .history-list li dl dd .photo_box {
	max-width: 310px;
	overflow: hidden;
}

.his_list .p_box .history-list li dl dd .photo_box span {
	display: block;
	background: #ededed;
	text-align: center;
}

.history_icon {
	width: 130px;
	float: right;
}

.history_icon {
	height: 80px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7
}

.history_icon img {
	width: 100%;
	height: auto;
}

.history_icon strong {
	color: #e13137
}

.history_icon .tit {
	margin-top: 2px;
	font-size: 10px;
	color: #888
}

.dept033 li {
	position: relative;
	padding-left: 15px;
	margin: 7px 0 10px 0;
	font-weight: 700
}

.dept033 li ul li {
	font-weight: 500 !important
}

.dept033>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	border: solid #102c84;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}

.dept04 li {
	position: relative;
	padding-left: 30px;
	margin: 4px 0;
}

.dept04>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 12px;
	left: 15px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #303d67;
}

table.pyo_cart {
	font-size: 16px;
	color: #333333;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	width: 100%;
	margin: 5px 0 20px 0px;
	letter-spacing: 0pt;
	font-weight: normal;
}

table.pyo_cart th {
	border: 1px solid #dfdfdf;
	height: 44px;
	color: #444444;
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	padding: 0px 10px 0px 10px;
}

table.pyo_cart td {
	border: 1px solid #dfdfdf;
	padding: 10px 5px 10px 5px;
	text-align: center;
	height: 25px;
	line-height: 160%;
}

table.pyo_nopd {
	font-size: 16px;
	color: #333333;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	width: 100%;
	margin: 5px 0 20px 0px;
	letter-spacing: 0pt;
}

table.pyo_nopd th {
	border: 1px solid #dfdfdf;
	height: 44px;
	color: #444444;
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	padding: 0px 10px 0px 10px;
}

table.pyo_nopd td {
	border: 1px solid #dfdfdf;
	padding: 10px 5px 10px 5px;
	text-align: center;
	height: 25px;
}

table.pyo {
	font-size: 16px;
	color: #333333;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	width: 100%;
	margin: 5px 0 40px 0px;
	letter-spacing: 0pt;
	font-weight: normal;
	text-align: center
}

table.pyo th {
	border: 1px solid #dfdfdf;
	color: #444444;
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	padding: 10px 10px 10px 10px;
}

table.pyo td.L {
	border: 1px solid #dfdfdf;
	padding: 8px 12px 10px 12px;
	text-align: left;
}

table.pyo td {
	border: 1px solid #dfdfdf;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

[class*='flex_con'] {
	display: flex;
}

.flex_con_g5 {
	gap: 5px;
	flex-wrap: wrap;
	align-items: center;
}

.flex_con_g5 li {
	flex-basis: 48%;
	padding: 15px;
	color: #555;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	min-width: 430px;
	background: #fff;
}

.flex_con_g10 {
	gap: 10px;
	flex-wrap: wrap;
}

.flex_con_g10 a {
	flex: 0 1 32%;
}

.flex_con_g40 {
	gap: 40px;
	flex-wrap: wrap;
}

.dw_btn {
	display: inline-block;
	width: 100%;
	position: relative;
}

.dw_btn::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	background: url(/template/resources/images/theme/base/down_btn.png)
		no-repeat;
}

.dw_btn .whiteSmBtn05 {
	display: block;
	width: 100%;
	height: 100%;
}

.btn_3 {
	flex: 0 1 30%;
	padding: 15px;
	border: 1px solid #333333;
	margin-bottom: 20px;
	min-width: 300px;
	text-align: center;
}

.flex_con_wrap {
	flex-wrap: wrap;
}

.flex_con_wrap li {
	flex: 1 1 auto;
	border: 1px solid #dddddd;
	padding: 30px 10px;
}

.flex_con_col {
	flex-direction: column;
	align-items: center;
}

.whiteSmBtn {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0 7px;
	font-size: 1rem;
	margin: 2px;
}

.li_style0 {
	
}

.li_style01>li {
	position: relative;
	padding-left: 15px;
	font-weight: 600;
	line-height: 1.7;
	font-size: 18px;
}

.li_style01>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	border: solid #102c84;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}

.li_style02>li {
	position: relative;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 18px;
}

.li_style02>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #303d67;
	border-radius: 50%;
}

.f_right {
	width: 100%;
}

.f_right:after {
	display: block;
	content: "";
	clear: both
}

.dw_btn_bx2 {
	width: 45%;
	float: right;
	margin-right: 20px;
}

.dw_btn_bx2:after {
	display: block;
	content: "";
	clear: both
}

.dw_btn_bx2 li {
	padding: 15px;
	border: 1px solid #333333;
	font-size: 1rem;
	margin-bottom: 2px;
	position: relative;
}

.dw_btn_bx2 li::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	background: url(/template/resources/images/theme/base/down_btn.png)
		no-repeat;
}

.dw_btn01 {
	display: block;
	width: 100%;
	height: 100%;
}

.mbm {
	margin-top: -360px;
}

.fact2Img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #861111;
}

.fact2Img .fact2ImgTxt {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.fact2Txt, .fact3Txt {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-top: 30px
}

.fact3Img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #232f6e;
}

.fact3Img .fact3ImgTxt {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

/*주요사업*/
.p_0502 b {
	font-weight: bold
}

.p_0502 ul {
	margin-bottom: 0
}

.p_0502 ul li:last-child {
	margin-bottom: 0
}

.right_b_none {
	border-right: 0
}

.left_b_none {
	border-left: 0
}

.dept033 {
	padding-left: 20px
}

.pb30 {
	padding-bottom: 30px;
}

.pb10 {
	padding-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px !important;
}

.pt60 {
	padding-top: 60px
}

.de_company_06 {
	margin-bottom: 40px
}

.center03 {
	text-align: center !important;
	margin-top: 40px;
}

.find_btn02 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
	background: #fff
}

.find_btn02:hover {
	background: #000;
	color: #fff
}

.p_030101, .p_030109 {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.p_030101 .p_030101_box {
	flex: 0 0 auto;
}

.icon_list {
	
}

.icon_list ul {
	display: flex;
	gap: 30px;
}

.icon_list ul li {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 20px;
	text-align: center
}

.icon_list ul li p {
	margin-bottom: 10px;
	text-align: center
}

.icon_list ul li h4 {
	
}

.icon_list ul li h4 span {
	color: #195dae;
	font-weight: 800;
	font-size: 26px
}

.p_030403 {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pyo030305-wrap {
	display: inline-block;
	width: 100%;
}

table.pyo030305 {
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	width: 100%;
	margin: 5px 0 40px 0px;
	letter-spacing: 0pt;
	font-weight: normal;
	word-break: keep-all
}

table.pyo030305.cen {
	text-align: center;
}

table.pyo030305 img {
	vertical-align: middle;
}

table.pyo030305 th {
	border: 1px solid #dfdfdf;
	color: #444444;
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	padding: 10px 10px 10px 10px;
}

table.pyo030305 th.gray {
	border: 1px solid #ebebeb;
	height: 30px;
	color: #333333;
	background: #f8f8f8;
	text-align: center;
	font-weight: normal;
}

table.pyo030305 th.L {
	border-left: 1px solid #ffffff;
}

table.pyo030305 th.R {
	border-right: 1px solid #ffffff;
}

table.pyo030305 td {
	border: 1px solid #dfdfdf;
	padding: 10px 5px 10px 5px;
	text-align: center;
	height: 20px;
	line-height: 160%;
}

table.pyo030305 td.L {
	border: 1px solid #dfdfdf;
	padding: 8px 5px 10px 15px;
	text-align: left;
	line-height: 180%;
}

table.pyo030305 td.L2 {
	border: 1px solid #dfdfdf;
	padding: 8px 5px 10px 15px;
	text-align: left;
	line-height: 180%;
	background: #f8f8f8;
}

table.pyo030305 td.R {
	border: 1px solid #dfdfdf;
	padding: 3px 7px 0px 0px;
	text-align: right;
}

table.pyo030305 td.gray {
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

table.pyo030305 td ul li {
	
}

.dept03 {
	
}

.dept03>li {
	list-style: circle;
	margin-left: 30px
}

.mt10 {
	margin-top: 10px;
}

.poster_con {
	display: none;
}

.poster_con.on {
	display: block;
}

.poster_con table.pyo030305 .dept033 {
	padding-left: 0;
}

.poster_con .p_030503 div dl p {
	margin-bottom: 0;
}

.poster_con .p_030503 div dl p a img {
	width: 342px;
}

.dept07 li {
	position: relative;
	padding-left: 12px;
	margin: 2px 0;
}

.dept07>li::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #303d67;
}

.dw_mini_btn {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 7px 0px 30px;
	font-size: 1rem;
	margin: 2px;
	position: relative;
}

.dw_mini_btn::after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	background: url(/template/resources/images/theme/base/pdf_img.png)
		no-repeat center;
}

.tab_menu.mb_768_tab ul li {
	flex: 0 0 30%;
	padding: 5px 0;
}

/* 교육·문화마당 */
.tab_nav, .d_none_3dep {
	position: relative;
}

.tab_nav>ul.flex_con.click_action {
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 4rem;
	padding: .3rem;
	position: relative;
	z-index: 9;
	gap: 10px;
}

.tab_nav>ul.flex_con.click_action li {
	font-size: 18px;
	font-weight: 700;
	flex: 1 1 auto;
	line-height: 1.3;
}

.tab_nav>ul.flex_con.click_action li a, .tab_nav>ul.flex_con.click_action li button
	{
	display: block;
	width: 100%;
	border: none;
	text-align: center;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	background-color: #fff;
	word-break: keep-all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .9rem 1.5rem;
}

.tab_nav>ul.flex_con.click_action li.on a, .tab_nav>ul.flex_con.click_action li.on button
	{
	font-weight: 600;
	color: #fff;
	background-color: #003686;
	border: 1px solid #003686;
}

.tab_nav>ul.flex_con.line2 {
	flex-wrap: wrap
}

.tab_nav>ul.flex_con.line2 li {
	width: 25%
}

.tab_nav>ul.flex_con.line2 li a {
	font-size: 20px
}

ul.click_action.active {
	background: #fff !important;
	border-radius: 10px !important;
}

ul.click_action.active li {
	visibility: visible !important;
	overflow: visible !important;
	width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
	display: block !important
}

.tab_nav.type2>ul.flex_con {
	justify-content: start;
	align-items: center;
	background: none;
	margin-bottom: 4rem;
	padding: .8rem;
	width: 100%;
}

.tab_nav.type2>ul.flex_con.line2.poster_ul {
	gap: 10px 15px;
}

.tab_nav.type2>ul.flex_con.line2.poster_ul li {
	flex: 0 0 32.4%;
}

.tab_nav.type2>ul.flex_con.line2.poster_ul li a {
	font-size: 20px;
	background-color: #fff;
	color: #555;
	padding: .8rem;
	height: 60px;
}

.tab_nav.type2>ul.flex_con.line2.poster_ul li.on a {
	background: #003686;
	color: #fff
}

.tab_nav.type2.poster_nav ul.flex_con.line2.record li {
	/*width: 32% !important;*/
	
}

.tab_menu {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.tab_menu::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #474747;
}

.tab_menu ul {
	display: flex;
	align-items: center;
}

.tab_menu ul li {
	flex: 0 0 auto;
	text-align: center;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 18px;
	border: 1px solid #c4c4c4;
	border-bottom: 1px solid #474747;
	margin-right: -1px;
	background-color: #eee;
}

.tab_menu ul li a, .tab_menu ul li button {
	border: none;
	background-color: transparent;
	color: #727272;
	font-weight: 700;
	padding: 5px 45px;
}

.tab_menu ul li.on {
	position: relative;
	border: 1px solid #474747;
	border-bottom: 1px solid #fff;
	z-index: 2;
	background-color: #fff;
}

.tab_menu ul li.on a, .tab_menu ul li.on button {
	color: #353a76;
	background-color: #fff;
}

.route_content_container>div {
	display: none;
}

.route_content_container>div.active {
	display: block;
}

.num_tab_box {
	width: 100%;
	padding: 3% 0px;
	position: relative;
	clear: both;
	background: #F2F1F3;
	overflow: hidden;
}

.num_tab_box ul {
	display: flex;
	padding: 0 3%;
	flex-wrap: wrap;
	gap: 20px;
}

.num_tab_box ul li {
	flex: 0 1 30%;
	font-size: 1rem;
	font-weight: 600;
}

.num_tab_box ul li span.num {
	font-size: 12px;
	font-weight: 500;
	margin-right: 3px;
	background: #bbb;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 25px;
	border-radius: 50%;
}

.num_tab_box p {
	margin-left: 3%;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	padding: 1px 5px;
	color: #fff;
}

.h3_tit {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.6;
}

.btn_box1 {
	text-align: end;
	margin-top: 3rem;
}

.btn_box1 a {
	display: inline-block;
	background: #303d67;
	color: #fff;
	padding: 10px 60px;
	border-radius: 40px;
	font-weight: bold;
}

.btn_box1 a:hover {
	background: #f2f1f3;
	color: #000;
	transition: all .2s
}

.grid_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.grid_ul li {
	flex: 0 0 48%;
	font-size: 1.2rem;
	vertical-align: bottom;
}

.button_area_mt20 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	margin-top: .8rem;
}

.button_st_04 {
	display: inline-block;
	background: #303d67;
	color: #fff;
	padding: 10px 60px;
	border-radius: 40px;
	font-weight: bold;
}

.button_st_04:hover {
	background: #f2f1f3;
	color: #000;
	transition: all .2s
}

.btn_red {
	background: #d85757;
}

.dept04 li.li_last::after {
	display: none;
}

.flex_con_org {
	gap: 25px;
	align-items: center;
}

.flex_con_org li {
	flex: 0 1 30%;
}

.flex-column .org_logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-column .org_logo img {
	height: 100px !important;
}

.board_write tr * input[type=checkbox], .board_write tr * input[type=radio]
	{
	transform: scale(1.4);
	vertical-align: middle;
	margin-right: 5px
}

.board_write tr * input[type=radio]+label, .board_write tr * input[type=text]+label
	{
	padding: 0 10px;
	vertical-align: middle;
}

.dp_block {
	display: inline-block !important;
}

.d-flex {
	gap: 5px;
}

.board_write td .course_btn {
	border: none;
	padding: 5px 20px;
	border-radius: 5px;
	background: #4b75ff;
	color: #fff;
	font-weight: 700;
	margin-left: 10px;
}

.site_list li {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 15px 15px 20px 15px;
	width: 24%;
	float: left;
	margin: 0.5%;
	box-sizing: border-box;
}

.p_210826_box>div {
	float: left;
	width: calc(25% - 10px);
	margin: 0 5px;
}

.p_210826_box>div img {
	width: 100%;
}

/*자료마당*/
.dw_btn_bx {
	margin-bottom: 10px
}

.dw_btn_bx .dw_btn {
	color: #000;
	background: #e4e7ee;
	border-radius: 100px;
	padding: 5px 30px;
}

div.right {
	text-align: right
}

.dw_btn04 {
	display: inline-block;
	padding: 5px 20px;
}

table.pyo8 {
	color: #333333;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	width: 100%;
	margin: 5px 0 20px 0px;
	letter-spacing: 0pt;
	font-weight: normal;
}

table.pyo8.cen {
	text-align: center;
}

table.pyo8 img {
	vertical-align: middle;
}

table.pyo8 th {
	border: 1px solid #dfdfdf;
	color: #444444;
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	padding: 10px 10px 10px 10px;
}

table.pyo8 th.gray {
	border: 1px solid #ebebeb;
	height: 30px;
	color: #333333;
	background: #f8f8f8;
	text-align: center;
	font-weight: normal;
}

table.pyo8 th.L {
	border-left: 1px solid #ffffff;
}

table.pyo8 th.R {
	border-right: 1px solid #ffffff;
}

table.pyo8 td {
	border: 1px solid #dfdfdf;
	padding: 10px 5px 10px 5px;
	text-align: center;
	height: 25px;
	line-height: 160%;
}

table.pyo8 td.L {
	border: 1px solid #dfdfdf;
	padding: 8px 5px 10px 15px;
	text-align: left;
	line-height: 180%;
}

table.pyo8 td.L2 {
	border: 1px solid #dfdfdf;
	padding: 8px 5px 10px 15px;
	text-align: left;
	line-height: 180%;
	background: #f8f8f8;
}

table.pyo8 td.R {
	border: 1px solid #dfdfdf;
	padding: 3px 7px 0px 0px;
	text-align: right;
}

table.pyo8 td.gray {
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

table.pyo8 td ul li {
	margin-left: 10px;
}

.p_030503 {
	width: 100%;
	padding: 20px;
}

.p_030503:after {
	display: block;
	content: "";
	clear: both
}

.p_030503 div dl {
	margin: 1px;
	line-height: 20px; /*width:260px;*/
	margin-top: -15px;
}

.p_030503 div dl p {
	border: #d1d1d1 1px solid;
}

.p_030503 div dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #938275;
}

.p_030503 div dl dd.line {
	border-bottom: #666 1px solid;
	margin: 0px 25px 5px 25px;
}

.p_030503 div dl dd { /*width:230px;*/
	padding: 13px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background: #f3f3f3;
	letter-spacing: -1pt;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p_030503 div dl dd strong {
	color: #151515;
}

.p_030503 div dl dd li strong {
	
}

.p_030503_box {
	float: left;
	width: 32.5%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.p_030503_box:nth-child(3n) {
	margin-right: 0
}

.p_030503_box:after {
	display: block;
	content: "";
	clear: both
}

.p_030503_box.imgline4 {
	width: calc(25% - 10px)
}

.p_030503_box img.w100 {
	width: 100%;
}

.p_030503_box.none_height {
	height: auto
}

.sort_area {
	text-align: center;
	flex-direction: column;
	display: flex;
	width: 250px;
	float: right;
	position: absolute;
	right: 0;
	z-index: 10;
	margin-top: 0;
	background: #fff;
	border-radius: 20px;
}

.sort_area:after {
	display: block;
	content: "";
	clear: both;
}

.sort_area li {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	display: block;
}

.sort_area.active {
	border: 1px solid #ddd;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.sort_area.active li {
	visibility: visible;
	overflow: visible;
	width: auto;
	height: auto;
	opacity: 1;
}

.sort_area li.on {
	visibility: visible;
	overflow: visible;
	width: 100%;
	height: auto;
	opacity: 1;
}

.sort_area li a {
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 5px 0
}

.sort_area li.on a {
	background: #333;
	color: #fff;
	padding: 5px;
	border-radius: 100px;
}

.sort_area li.on a::after {
	position: absolute;
	content: "";
	right: 20px;
	top: 12px;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.p_0410, .p_041002 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.p_041002_box dl dd {
	text-align: center;
}

.btn_gap {
	margin-top: 1rem;
}

.btn_gap a {
	margin-top: 5px;
}

.flex_con_icon {
	gap: 20px;
}

.bg_icon {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub-contents-maintext .flex_btn .btn-primary {
	position: relative;
}

.sub-contents-maintext .flex_btn .btn-primary::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	top: 5px;
	margin-left: 5px;
	background: url(/template/resources/images/theme/base/click_here.png);
	animation: clickmotion 0.5s linear 0s infinite alternate;
	margin-top: 0;
}

@
keyframes clickmotion { 0% {
	margin-top: 0px;
}

100%
{
margin-top
:
 
6
px
;
}
}
.btn-primary-mb {
	padding: .7rem 1.2rem;
}
/* 참여마당 */
.spon_btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	gap: 30px;
}

.spon_btn_box a {
	text-align: center;
	width: 100%;
	padding: 1.5rem 0;
	border-radius: 15px;
	font-size: 1.7rem;
	font-weight: 700;
	background: #fff;
	text-decoration: none;
}

.spon_txt {
	margin-top: 20px;
}

.spon_btn1 {
	border: 3px solid #a3a1a1;
	color: #6e6e6e;
	transition: all .4s ease-out;
}

.spon_btn2 {
	border: 3px solid #a3a1a1;
	color: #6e6e6e;
	transition: all .4s ease-out;
}

.spon_btn1:hover, .spon_btn2:hover {
	border: 3px solid #14387f;
}

.spon_btn1:not(hover), .spon_btn2:not(hover) {
	border: 3px solid #a3a1a1;
}

.spon_btn1:hover img, .spon_btn2:hover img {
	transform: translateY(-5px);
	transition: all .4s ease-out;
}

.spon_btn1:not(hover) img, .spon_btn2:not(hover) img {
	transition: all .4s ease-out;
}

.con_link_wrap {
	padding: 3rem;
}

.con_link_slide .slick-slide {
	margin: 10px 30px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
}

.con_link_slide .slick-slide a {
	position: relative;
}

.con_link_slide .slick-slide a img {
	width: 100%;
}

.con_link_txt {
	background: #fff;
	text-align: center;
	padding: 5px 0
}

.con_link_txt a {
	color: #000;
	font-size: 1.3rem;
	font-weight: 700;
}

.tit_box .sub_red {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	background: #c80021;
	padding: 3px 6px;
	margin-top: 1rem;
	font-size: 22px;
	border-radius: 10px;
}

.tit_box .sub_line {
	display: inline-block;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: #b2b9b5 1px dotted;
	margin: 1rem 0;
}

.h4_red {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
	background: #c80021;
	border-radius: 10px;
}

.style4 {
	color: #ffffff !important;
	padding: 5px 8px;
	background: #f2893b;
	border-radius: 10px;
}

/* 5‧18기념재단 */
.flex_con_cen {
	justify-content: center;
	align-items: center;
}
/*.dw_btn2 { padding: 20px 65px; border: 2px solid #AE0004; font-size:22px; font-weight: 700; color: #AE0004; border-radius: 15px; position: relative;}
.dw_btn2::after { content: ""; width: 0%; height: 100%; top: 0; position: absolute; left: 0;  transition: all 0.4s; background: #AE0004; border-radius: 15px;}
.dw_btn2:hover { color:#fff;}
.dw_btn2:hover::after { width: 100%; z-index: -1;}*/
.flex_con_g70 {
	gap: 70px;
}

.flex_con_g70 .name {
	font-size: 2.1rem;
	color: #1a3759;
	font-weight: 900;
	flex: 0 0 10%
}

.flex_con_g70 ul {
	position: relative;
	flex: 0 0 83%;
}

.flex_con_g70 ul::before {
	content: '';
	width: .4rem;
	height: calc(100% - 1rem);
	background-color: #e9e9e9;
	position: absolute;
	left: 8rem;
	top: .6rem;
}

.flex_con_g70 ul li {
	padding: 4px 0 15px 0;
	display: flex;
	gap: 20px
}

.flex_con_g70 ul li:first-child:before {
	content: '';
	width: .4rem;
	height: .4rem;
	background-color: #2172f8;
	position: absolute;
	left: 8rem;
	top: .2rem;
}

.flex_con_g70 ul li .title {
	font-size: 1.32rem;
	flex: 0 1 16%
}

.flex_con_g70 ul li .con {
	flex: 0 1 82%;
}

.h4_bold {
	font-size: 2rem;
	font-weight: 700;
}

.dept05 li {
	padding-left: 15px;
	margin: 5px 0 1px 0px;
	position: relative;
}

.dept05>li::before {
	content: "";
	width: 7px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	top: 14px;
}

.dept08 li {
	font-size: 1.2rem;
	margin: 5px 0 1px 0px;
}

.dept06 li {
	padding-left: 15px;
	font-size: 1.2rem;
	margin: 5px 0 1px 0px;
	position: relative;
}

.dept06>li:first-child::before {
	content: "";
	width: 7px;
	height: 3px;
	border-radius: 3px;
	background: #333;
	position: absolute;
	left: 0;
	top: 13px;
}

.cooper_list>li {
	display: flex;
	padding: 25px 0 25px 1.5rem;
	border-top: 1px dotted #ccc;
	position: relative;
}

.cooper_left {
	flex: 0 1 20%;
}

.cooper_left img {
	border: 1px #ccc solid;
	padding: 5px 0px;
}

.cooper_right {
	flex: 0 1 80%;
}

.cooper_right strong {
	font-size: 1.5rem;
}

.cooper_right ul {
	margin-top: 2rem;
}

.cooper_right ul li {
	font-size: 1.2rem;
	display: flex;
	margin: 5px 0;
}

.cooper_tit {
	flex: 0 0 20%;
	position: relative;
	margin-right: 20px;
}

.cooper_tit::after {
	content: '';
	width: 3px;
	height: 90%;
	background-color: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}

.intro {
	font-size: 1.4rem;
}

.intro_tit {
	font-size: 2.2rem;
	font-weight: 700;
	color: #102c84;
	margin-bottom: 3rem;
	margin-top: 1rem;
}

.intro_p {
	text-align: right;
	margin-top: 3rem;
	font-size: 1.5rem;
}

.intro_p span {
	margin-left: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
}

.flex_con_reverse {
	flex-direction: row-reverse;
	gap: 20px
}

.flex_con_reverse .img_box2 {
	flex: 0 0 auto;
}

.win_db {
	display: block;
}

.f_left {
	display: inline-block;
	text-align: left;
}

.c80021 {
	color: #c80021;
	font-weight: bold;
}

.sub_tit03 {
	font-size: 1.3rem;
	color: #333;
}

.eng_p_box {
	line-height: 1.6rem;
	font-weight: 500;
}

.m6-5 {
	margin-bottom: 10px;
}

/*0509*/
.site_list060303 {
	list-style: none;
}

.site_list060303 li {
	clear: both;
	_height: 340px;
	_font-size: 0;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	padding: 0px 0 25px 0;
}

.list_type060303 {
	overflow: hidden;
}

.list_type060303 dt {
	
}

.list_type060303 dt.tit {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 140px;
	font-size: 26px;
	color: #435186;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 12px;
	border-bottom: 1px solid #666;
}

.list_type060303 dt.tit02 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 5px;
}

.list_type060303 dt.tit03 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 140px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
}

.list_type060303 dd.list_photo {
	display: inline;
	float: left;
	margin: 10px 10px 0 0;
	color: #fff;
	text-align: center; /*border:4px solid #e3e3e3;*/
}

.list_type060303 dd.txt {
	line-height: 25px;
	margin-left: 140px;
	margin-top: 5px;
	font-size: 20px;
}

.list_type060303 dd.btn {
	width: 20%;
	float: right;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
	background: #2f74be;
	padding: 10px 0 10px 0;
	font-size: 13px;
	color: #ffffff;
	margin: 15px 0px 0 0px;
}

.list_type060303 dd.btn a {
	color: #fff;
}

.list_type060303 dd.btn img {
	cursor: pointer;
}

.list_type060303 dt.tit2 {
	margin-left: 218px;
	margin-right: 100px;
	margin-top: 2px;
	color: #39C;
}

.list_type060303 dd.txt2 {
	margin-left: 20px;
	margin-right: 150px;
	margin-top: 5px;
	line-height: 16px;
}

/* GDF 개요 */
.gdf_wrap {
	
}

.gdf_wrap .con {
	
}

.gdf_wrap .info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 80px;
}

.gdf_wrap .info .left_con {
	width: 400px;
}

.gdf_wrap .info .left_con .img {
	
}

.gdf_wrap .info .left_con .img img {
	box-shadow: 3px 3px 13px rgba(203, 203, 203, 0.16);
	border-radius: 10px;
}

.gdf_wrap .info .left_con .down {
	text-align: right;
	margin-top: 20px;
}

.gdf_wrap .info .right_con {
	width: calc(100% - 530px);
	margin: -37px 0 0 130px;
}

.gdf_wrap .info .right_con ul {
	display: flex;
	flex-direction: column;
}

.gdf_wrap .info .right_con ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.gdf_wrap .info .right_con ul li p {
	display: inline-block;
	line-height: 1.4;
}

.gdf_wrap .info .right_con ul li .tit {
	min-width: 86px;
	margin-right: 31px;
	padding: 5px 20px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	word-spacing: 10px;
	text-align: center;
	background-color: #414a64;
	border-radius: 20px;
}
/* .gdf_wrap .info .right_con ul li .tit::before { content:''; width:3px; height:22px; position:absolute; top:50%; left:0; transform:translateY(-50%); background:#3866C1; } */
.gdf_wrap .info .right_con ul li .txt {
	font-size: 1rem;
	color: #000;
	line-height: 1.8;
}

.gdf_wrap .banner {
	margin-bottom: 54px;
}

.gdf_wrap .banner h4 {
	margin-bottom: 20px;
}

.gdf_wrap .banner ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% + 26px);
	margin: 0 0 54px -13px;
}

.gdf_wrap .banner ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(25% - 26px);
	height: 120px;
	margin: 0 13px 26px;
	border: 1px solid #707070;
}

.gdf_wrap .banner ul li span {
	color: #ddd;
	font-size: 2.667rem;
	font-weight: 700;
}

.gdf_wrap .banner ul li img {
	padding: 0 15px;
}

.gdf_wrap .info_history {
	margin-bottom: 100px;
}

.gdf_wrap .info_history h4 {
	
}

.gdf_wrap .info_history .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.gdf_wrap .info_history .list>li {
	display: flex;
	width: 48%;
	position: relative;
	padding: 0;
}

.gdf_wrap .info_history .list>li:last-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30.5px;
	width: 100%;
	height: 100%;
	border-left: 1px dashed #D9D9D9;
}

.gdf_wrap .info_history .left_con {
	width: calc(100% - 346px);
	margin-right: 40px;
}

.gdf_wrap .info_history .left_con .img {
	
}

.gdf_wrap .info_history .left_con .img img {
	border: 1px solid #d1d1d1;
	filter: grayscale(100%);
	transition: 0.3s;
}

.gdf_wrap .info_history .left_con .img:hover img {
	filter: grayscale(0%);
}

.gdf_wrap .info_history .right_con {
	position: relative;
	width: 306px;
}

.gdf_wrap .info_history .right_con .tit {
	margin-bottom: 13px;
	font-size: 1.333rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #111;
}

.gdf_wrap .info_history .right_con .stit {
	font-size: 1.111rem;
	font-weight: 500;
	color: #111;
	letter-spacing: -0.02em;
}

.gdf_wrap .info_history .right_con ul {
	margin: 38px 0 0 0;
}

.gdf_wrap .info_history .right_con ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 1rem;
	color: #4a4a4a;
	line-height: 1.4;
}

.gdf_wrap .info_history .right_con ul li em {
	margin-right: 20px;
	color: #111;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.gdf_wrap .info_history .right_con ul li span {
	word-break: break-word;
	letter-spacing: -0.02em;
}

.gdf_wrap .info_history .right_con .down {
	position: absolute;
	bottom: 0;
	left: 0;
}

.btn_down2 {
	border: 1px solid #000;
	display: inline-block;
	padding: 5px 20px;
}
/* GDF 기획/의제 */
.gdf_info {
	
}

.gdf_info .con_box.icon::before {
	right: 0;
	width: 130px;
	height: 122px;
	background-image: url('../images/pages/ico_gdf_info.png');
}

.gdf_info .img_wrap {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 14px);
	margin: 0 0 20px -7px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.gdf_info .img_wrap .img {
	width: calc(50% - 14px);
	margin: 0 7px;
}

.gdf_info .con_wrap {
	
}

.gdf_info .con_wrap:not (:last-child ) {
	border-bottom: 1px solid #ddd;
}

.gdf_info .con1 {
	display: flex;
	width: calc(100% + 14px);
	margin: 0 0 20px -7px;
	padding-bottom: 35px;
}

.gdf_info .con1 ul {
	width: calc(50% + 14px);
	margin: 0 7px;
}

.gdf_info .con1 ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	font-size: 1.111rem;
	line-height: 1.4;
}

.gdf_info .con1 ul li em {
	position: relative;
	width: 120px;
	padding: 0 20px 0 14px;
	color: #111;
	font-weight: 700;
	letter-spacing: -0.02em;
	word-spacing: 41px;
}

.gdf_info .con1 ul li em::before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #234891;
	border-radius: 100%;
}

.gdf_info .con1 ul li em::after {
	content: '';
	width: 1px;
	height: 17px;
	position: absolute;
	top: 6px;
	right: 0;
	background: #707070;
}

.gdf_info .con1 ul li span {
	width: calc(100% - 140px);
	margin-left: 20px;
	letter-spacing: -0.02em;
	word-break: break-word;
}

.gdf_info .con1 ul li em.word_spacing_3 {
	word-spacing: 11px;
}

.gdf_info .con2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.gdf_info .con3 {
	
}

.gdf_info .con3 ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ddd;
}

.gdf_info .con3 ul li {
	width: 20%;
	padding: 40px 15px;
	text-align: center;
}

.gdf_info .con3 ul li:not (:last-child ) {
	border-right: 1px solid #ddd;
}

.gdf_info .con3 ul li .type {
	display: inline-block;
	min-width: 94px;
	margin-bottom: 15px;
	padding: 7px 8px 5px;
	background: #333;
	color: #fff;
	font-size: 0.889rem;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
}

.gdf_info .con3 ul li .txt {
	color: #111;
	font-size: 1rem;
	font-weight: 600;
	word-break: break-word;
	letter-spacing: -0.02em;
}

.gdf_info .con_wrap .con .tit {
	margin-bottom: 5px;
	color: #111;
	font-size: 20px;
	font-weight: 600;
	word-break: break-word;
	letter-spacing: -0.02em;
	margin-top: 20px;
}

.gdf_info .con_wrap .con .tit .type {
	display: inline-block;
	min-width: 94px;
	margin: 0 5px 15px 0;
	padding: 7px 8px 5px;
	/* background-color:var(--color-g05); border:1px dashed var(--color-g01); */
	background: #333;
	color: #fff;
	font-size: 0.889rem;
	font-weight: 500;
	text-align: center;
	border-radius: 30px;
}

.gdf_info .con_wrap .con .text:last-child {
	margin-bottom: 50px;
}

/* 연사소개 */
.speaker_info {
	width: 100%;
	border-top: 2px solid #3866C1;
}

.speaker_info .title {
	display: inline-block;
	width: 100%;
	padding: 18px 0 15px;
	border-bottom: 1px solid #CECECE;
	letter-spacing: -0.06em;
	font-size: 1.333rem;
	font-weight: 600;
	color: #3866C1;
}

.speaker_info .title strong {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
	color: #111;
}

.speaker_info .title strong::before {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #D9D9D9;
}

.speaker_info ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	margin-left: -5px;
	padding-top: 60px;
}

.speaker_info ul li {
	display: flex;
	align-items: center;
	width: calc(33.33% - 10px);
	margin: 0 5px 80px;
}

.speaker_info ul li .img {
	width: 160px;
}

.speaker_info ul li .img img {
	border-radius: 100%;
	height: auto;
}

.speaker_info ul li .txt_con {
	width: calc(100% - 195px);
	margin-left: 35px;
}

.speaker_info ul li .txt_con p {
	font-size: 1.111rem;
	line-height: 1.4;
}

.speaker_info ul li .txt_con .name {
	font-weight: 600;
}

.speaker_info ul li .txt_con .organ {
	margin-top: 10px;
}

.speaker_info ul li .txt_con .type {
	display: inline-block;
	margin-top: 30px;
	padding: 4px 18px;
	font-size: 0.778rem;
	border: 1px solid #707070;
	border-radius: 25px;
}

#introduce-top {
	display: flex;
	flex-direction: column;
}

#introduce-top .introduce-section {
	display: flex;
	flex-direction: column;
}

#introduce-top:not (.program-td ) .introduce-section {
	margin-bottom: 24px;
}

#introduce-top .introduce-section .card-background {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#introduce-top .introduce-section .card-top {
	display: flex;
	width: 50%;
	padding: 1vw;
}

#introduce-top .introduce-section .img-container {
	width: 40%;
	height: 220px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

#introduce-top .introduce-section .role {
	position: absolute;
	top: 8px;
	left: 8px;
	background-color: rgb(255, 255, 255);
	width: 60px;
	height: 24px;
	border: 1px solid #707070;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.778rem;
}

#introduce-top .introduce-section .role.main {
	background-color: black;
	color: white;
}

#introduce-top .introduce-section .img-container img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#introduce-top .introduce-section .info-container {
	width: 60%;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding: 20px;
}

#introduce-top.program-td .introduce-section .info-container {
	padding: 0 12px;
}

#introduce-top .introduce-section .name {
	margin-bottom: 1rem;
}

#introduce-top .introduce-section .name .name-kr {
	font-size: 1.333rem;
	font-weight: 600;
	margin-right: 8px;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #000
}

#introduce-top .introduce-section .name .name-en {
	font-size: 1rem;
}

#introduce-top .introduce-section .info {
	display: flex;
	flex-direction: column;
}

#introduce-top .introduce-section .info-kr {
	margin-bottom: 0.5rem;
}

.ygdf_info .img_wrap {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 14px);
	margin: 0 0 20px -7px;
}

.ygdf_info .img_wrap .img {
	width: calc(50% - 14px);
	margin: 0 7px;
}

/*영문*/
.img_right {
	float: right;
	margin-bottom: 20px;
	padding-left: 30px;
	text-align: right;
	font-size: 16px;
	color: #aaa;
	line-height: 1
}

.img_center {
	display: block;
	margin: 0 auto
}

.btn_pdf {
	background: #fff
		url('/template/resources/images/theme/base/sub/pdf.jpg') no-repeat
		16px center;
	padding: 13px 19px 13px 42px;
	text-align: left;
	float: left;
	margin-right: 5px;
	font-weight: 500;
	border: 1px solid #928E88;
	color: #555;
	transition: all .2s;
}

.btn_pdf:hover {
	color: #E84500;
	transition: all .2s;
	border: 1px solid #000
}

.flex_con_g70 ul::before {
	content: '';
	width: .4rem;
	height: calc(100% - 1rem);
	background-color: #e9e9e9;
	position: absolute;
	left: 8rem;
	top: .6rem;
}

.flex_con_g70 ul li {
	padding: 4px 0 15px 0;
	display: flex;
	gap: 20px
}

.flex_con_g70 ul li:first-child:before {
	content: '';
	width: .4rem;
	height: .4rem;
	background-color: #2172f8;
	position: absolute;
	left: 8rem;
	top: .2rem;
}

.flex_con_g70 ul li .title {
	font-size: 1.32rem;
	flex: 0 1 16%
}

.eng_history {
	padding: 0 1rem 1rem 1rem;
	margin-top: 2rem 0 1rem 0;
	position: relative;
}

.eng_history::before {
	content: '';
	width: .4rem;
	height: calc(100% - 2rem);
	background-color: #e9e9e9;
	position: absolute;
	left: 18rem;
	top: .6rem;
}

.eng_history::after {
	content: '';
	width: .4rem;
	height: .4rem;
	background-color: #2172f8;
	position: absolute;
	left: 18rem;
	top: .2rem;
}

.flex_con_btw {
	justify-content: space-between;
	position: relative;
}

.flex_con_btw li {
	padding: 4px 0 15px 0;
	font-size: 1.3rem;
}

.flex_con_btw li:nth-child(1) {
	flex: 0 0 12%;
}

.flex_con_btw li:nth-child(2) {
	flex: 0 0 18%;
}

.flex_con_btw li:nth-child(3) {
	flex: 0 0 70%;
}

.flex_con_btw .name {
	font-size: 2.1rem;
	color: #1a3759;
	font-weight: 900;
}

.flex_con_btw li .title {
	font-size: 1.5rem;
}

.p_03 {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	justify-content: center;
	flex-wrap: wrap;
}

.p_03 div dl {
	margin: 1px;
	line-height: 20px;
	margin-bottom: 40px;
}

.p_03 div dl dt {
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 0px 15px;
	color: #3350a8;
	font-size: 22px
}

.p_03 div dl dd.line {
	border-bottom: #666 1px solid;
	margin: 0px 25px 5px 25px;
}

.p_03 div dl dd {
	line-height: 24px;
	padding: 15px 15px 15px 15px;
}

.p_03 div dl dd strong {
	color: #151515;
}

.p_03 div dl dd li strong {
	
}

.p_03_box {
	float: left; /*height:370px*/
}

.p_03_txt {
	float: left;
	width: 66.66%; /*height:370px*/
}

/* 알림홍보 */
.noti_con_box ul li.noti_con_en {
	left: 655px !important;
}

.board_view_con .editor_view img {
	width: 80%;
}

.board_view_con .editor_view .product_img {
	max-width: 500px !important;
}

/* 유튜브 반응형 */
.mvbox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.mvbox iframe, .mvbox object, .mvbox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 주요사업 - 교육자료 */
.edu-board-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	padding: 4px;
	color: #666;
	border: 1px solid #bbb;
	border-radius: 1px;
	transition: all 0.2s;
	border-radius: 3px;
}

.edu-board-icon-red {
	color: #d90000;
	border: 1px solid #d90000;
}

.edu-board-icon-blue {
	color: #0099ec;
	border: 1px solid #0099ec;
}

.edu-board-icon-green {
	color: #15aa00;
	border: 1px solid #15aa00;
}

.best_product_container .best_product .best_product_cate {
	border-radius: 10px;
}

.quick_btn {
	display: inline-block;
	font-size: 18px;
	color: #333;
	border: 2px solid #195dae;
	padding: 2px 15px;
	border-radius: 10px;
	margin-left: 10px;
	transition: all .3s
}

.quick_btn:hover {
	color: #fff;
	background-color: #195dae;
}

/*보도자료*/
table.boardReadDefault2 {
	border: solid #000;
	border-width: 2px 1px 1px 2px;
	margin-bottom:20px;
}

table.boardReadDefault2 ul li {
	list-style: none;
}

.noti_conTop {
	background: #d9d9d9;
}

.noti_conTop ul {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.noti_conTop ul li {
	
}

table.noti_table {
	width: 100%;
	background: #f3f3f3;
	border-bottom: 2px solid #000
}

table.noti_table th {
	text-align: center
}

table.noti_table td {
	padding: 0 20px;
}

ul.noti_conM {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.noti_con_box.noti_con_box02 {
	width: 100%;
}

.noti_con_box.noti_con_box02>* {
	padding: 0;
}

.noti_con_logo.noti_con_logo02 {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
}

li.noti_con_kr {
	
}

li.noti_con_kr dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

li.noti_con_kr dd {
	width: 33.3%;
	text-align: center;
}

li.noti_con_en dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	align-items: center;
}

li.noti_con_en dl dd {
	width: 33.3%;
	text-align: center;
}

li.noti_con_en dl dd:first-child {
	width: 100%;
	text-align: center;
	background: #d9d9d9;
}

/* 모바일 */
@media ( max-width : 1500px) {
	.mb-db-1250 {
		display: block;
	}
}

@media ( max-width : 1480px) {
	.fixed-bottom {
		max-width: 990px;
	}
}

@media ( max-width : 1260px) {
	.fixed-bottom {
		max-width: 722px;
	}
	.p_030101_box {
		flex: 0 0 48%
	}
}

@media ( max-width : 1250px) {
	.flex_con_g5 li {
		flex: 1 1 100% !important;
	}
	.flex_con_g10 a {
		flex: 1 1 40% !important;
	}
	.flex_con_g40 {
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}
	.flex_con_g40 w60 {
		flex-basis: 100%;
	}
	.flex_con_g40 w35 {
		flex-basis: 100%;
	}
	.tab_nav {
		height: 5em;
		margin-bottom: 0em;
	}
	.tab_nav>ul.flex_con {
		width: 100%;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		border: 1px solid #ddd;
		padding: .4rem;
	}
	.tab_nav>ul.flex_con li {
		display: block;
		visibility: hidden;
		overflow: hidden;
		width: 0;
		height: 0;
		opacity: 0;
		display: none;
	}
	.tab_nav>ul.flex_con li a {
		height: 3rem
	}
	.tab_nav>ul.flex_con li.on {
		visibility: visible;
		overflow: visible;
		width: 100%;
		height: auto;
		opacity: 1;
		display: block;
	}
	.tab_nav>ul.flex_con li.on button {
		width: 100%;
		position: relative;
	}
	.tab_nav>ul.flex_con li.on button::after {
		position: absolute;
		content: "";
		right: 20px;
		top: 7px;
		transform: rotate(135deg);
		width: 15px;
		height: 15px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.tab_menu ul li.on button {
		width: 100%;
		position: relative;
	}
	.tab_menu ul li.on button::after {
		position: absolute;
		content: "";
		right: 20px;
		top: 10px;
		transform: rotate(135deg);
		width: 15px;
		height: 15px;
		border-top: 2.5px solid #000;
		border-right: 2.5px solid #000;
	}
	.tab_nav.type2>ul.flex_con li {
		font-size: 22px;
		font-weight: 700;
		flex: 1 1 auto;
		line-height: 1;
	}
	.tab_nav.type2>ul.flex_con li a {
		display: block;
		text-align: center;
		word-break: keep-all;
		height: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 1rem;
		color: #555555;
	}
	.tab_nav.type2>ul.flex_con li.on a {
		font-weight: 600;
		color: #fff;
		background-color: #353a76;
		border-radius: 0px;
	}
	.tab_nav.type2>ul.flex_con.line2 {
		flex-wrap: nowrap;
		gap: 0;
	}
	.tab_nav.type2>ul.flex_con.line2 li {
		width: 100% !important;
		border: none
	}
	.num_tab_box ul li {
		flex: 0 1 45% !important;
	}
	.flex_con_org li {
		flex: 0 1 45% !important;
	}
	.tab_menu05::after {
		display: none;
	}
	.d_none_3dep {
		height: 50px;
		margin-bottom: 50px;
	}
	.d_none_3dep>ul {
		position: absolute;
		background: #fff;
		z-index: 3;
		width: 100%;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		border: 2px solid #ddd !important;
	}
	.d_none_3dep ul li {
		visibility: hidden;
		overflow: hidden;
		width: 0;
		height: 0;
		opacity: 0;
		display: block;
	}
	.d_none_3dep ul li.on {
		visibility: visible;
		overflow: visible;
		width: 100%;
		height: auto;
		opacity: 1;
		border: 0
	}
	.d_none_3dep ul li.on a {
		display: block;
		width: 100%;
		position: relative;
	}
	.d_none_3dep ul li.on a::after {
		position: absolute;
		content: "";
		right: 20px;
		top: 15px;
		transform: rotate(135deg);
		width: 8px;
		height: 8px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	.con_link_wrap {
		padding: 1.5rem 0 !important;
	}
	.cooper_list>li {
		flex-direction: column;
		gap: 15px
	}
	.cooper_tit {
		flex: 0 0 25%;
	}
	.img_box2 {
		margin: 0;
		float: none;
		display: block;
		padding-bottom: 2rem;
		text-align: center;
	}
	.flex_con_g70 ul::before, .flex_con_g70 ul li:first-child:before {
		left: 6rem;
	}
	.eng_history::before, .eng_history::after {
		left: 12rem;
	}
	.p_03_box, .p_03_txt {
		width: 100%;
		float: unset
	}
	.p_03_box img {
		display: block;
		margin: 0 auto
	}
	.eng_history::before, .eng_history::after {
		content: none;
	}
	.flex_con_btw {
		flex-direction: column;
	}
	.eng_history {
		border-bottom: 2px solid #ccc;
	}
	.eng_history .flex_con_btw:nth-child(2), .eng_history .flex_con_btw:nth-child(3),
		.eng_history .flex_con_btw:nth-child(4), .eng_history .flex_con_btw:nth-child(5),
		.eng_history .flex_con_btw:nth-child(6) {
		border-top: 1px solid #ccc;
	}
	.record .record_box ul li {
		flex: 1 1 14.2%;
	}
	.site_list li {
		width: 48%;
	}
	.p_210826_box>div {
		width: calc(49% - 10px);
	}
	.type2 {
		margin-bottom: 4em;
	}
	.dw_btn_bx2 {
		width: 100%;
		float: right;
		margin: 0 0 20px 0;
	}
	.mbm {
		margin-top: 0px;
	}
	.poster_con .p_030503 .p_030503_box {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.flex_con_reverse {
		flex-direction: column;
	}
	.tab_nav>ul.flex_con.click_action {
		gap: 0;
		border-radius: 5px;
	}
	.tab_nav>ul.flex_con.click_action li button {
		border: 0;
		padding: .5rem 1.5rem;
	}
	.tab_nav.type2>ul.flex_con.line2.poster_ul {
		gap: 2px;
	}
	.gall_list li .img_box {
		max-height: 235px;
	}
}

@media ( max-width : 1200px) {
	.gall_list li .img_box {
		max-height: 226px;
	}
}

@media ( max-width : 1050px) {
	.gall_list li .img_box {
		max-height: 220px;
	}
}

@media ( max-width : 1024px) {
	.gall_list li .img_box {
		max-height: 195px;
	}
}

@media ( max-width : 1000px) {
	.flex_con_wrap li {
		flex: 1 1 25% !important;
	}
	.flex_con_g5 li {
		flex: 1 1 80% !important;
	}
	.cooper_left {
		flex: 1 1 100%;
		border: 1px #ccc solid;
		text-align: center;
	}
	.cooper_left img {
		border: none;
	}
	.intro_tit {
		font-size: 2rem;
	}
	.record .record_box ul li .record_a {
		padding: 10px;
	}
	.d_none_3dep.on ul li {
		visibility: visible !important;
		overflow: visible !important;
		width: 100% !important;
		height: auto !important;
		opacity: 1 !important;
	}
	.sub-contents {
		margin-top: 0;
		padding: 0 20px;
	}
}

@media ( max-width : 845px) {
	.gall_list li .img_box {
		max-height: 191px;
	}
}

@media ( max-width : 800px) {
	.gall_list li .img_box {
		max-height: 184px;
	}
}

@media ( max-width : 768px) {
	.p_010301, .bottom_flex {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		gap: 10px !important;
	}
	.mission_txt02 {
		font-size: 16px;
	}
	p.right {
		padding: 0 !important;
	}
	.h4_tit {
		font-size: 20px;
	}
	.record .record_box ul li .q_wr button {
		display: none;
	}
	.record .record_box ul li strong::after {
		display: block !important;
	}
	.dept033 li {
		font-size: 1rem;
	}
	.flex_con_g5 li {
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.flex_con_g10 {
		margin-bottom: 10px;
	}
	.flex_con_g10 a {
		flex: 1 1 100%;
		margin-bottom: 0;
	}
	.flex_con_wrap li {
		flex: 1 1 30% !important;
		font-size: 1rem;
	}
	.mb-db {
		display: block;
	}
	.flex_con_org li {
		flex: 0 1 100% !important;
	}
	.spon_btn_box {
		padding: 1.5rem !important;
	}
	.con_link_wrap {
		padding: 1.5rem 0 !important;
	}
	.history_year {
		float: none !important;
	}
	.history-list {
		width: 100% !important;
	}
	.flex_con_g70 {
		flex-direction: column;
		gap: 15px;
	}
	.cooper_list>li {
		padding-left: 0;
	}
	.cooper_right strong {
		font-size: 1.2rem;
	}
	.flex_con_g70 ul li .title {
		font-size: 1.2rem;
	}
	.flex_con_g70 ul li .con {
		font-size: 1rem;
	}
	.flex_con_g70 ul::before {
		left: 4rem;
	}
	.flex_con_g70 ul li:first-child:before {
		left: 4rem;
	}
	.p_030503_box {
		width: calc(50% - 10px)
	}
	#introduce-top .introduce-section .card-top {
		width: 100%;
	}
	.flex_con_time li {
		font-size: .9rem;
	}
	.time_con .flex_con, .time_con2 .flex_con {
		flex-direction: column;
		margin: 0;
	}
	.time_con .flex_con .name, .time_con2 .flex_con .name {
		padding: 1rem 0;
	}
	.p_0410, .p_041002 {
		flex-direction: column;
		gap: 10px;
	}
	.fixed-bottom {
		max-width: 526px;
	}
	.cooper_tit::after {
		right: -10px;
	}
	.p_030403 {
		flex-direction: column;
	}
	.p_030403_box p {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tabslider-list.is-animate .slick-list {
		margin: 0 2.376rem
	}
	.tabslider-list .slick-arrow {
		width: 2.376rem;
		font-size: 16px
	}
	.h2_tit {
		font-size: 1.6rem
	}
	.record .record_box ul li strong {
		font-size: 18px
	}
	body.subpage div {
		font-size: 17px;
		line-height: 1.8rem
	}
	.tit_box .main_tit {
		font-size: 24px
	}
	.tit_box .sub_tit {
		font-size: 20px
	}
	p.right {
		font-size: 14px
	}
	body.subpage div {
		word-break: normal
	}
	.sub-contents-title>h2 {
		font-size: 1.6rem
	}
	.his_list .p_box .history-list li dl dd h4 {
		font-size: 17px;
	}
	.sub-contents h4.h4_tit.h4_tit {
		font-size: 20px
	}
	.flex_con_g70 .name {
		font-size: 1.8rem
	}
	h4 {
		font-size: 1.2rem
	}
	#createForm .board_write {
		min-width: 0;
	}
	.grid_ul li {
		flex: 0 0 49%;
		font-size: 1rem;
	}
	#createForm .bd-right {
		background-color: #ddd;
	}
	#nationality_2 {
		margin-left: 0 !important;
	}
	.form-control.w-auto {
		width: 100% !important;
	}
	.board_write .middle_input2 {
		max-width: 125px !important;
	}
	.mb_w100 {
		max-width: initial !important;
	}
	.mb_768_tab ul {
		justify-content: center;
	}
	.mb_768_tab ul li {
		flex: 1 1 50% !important;
		padding: 1rem 0 !important;
	}
	.icon_list ul {
		flex-direction: column;
		gap: 10px;
	}
	.table-board tbody tr td a {
		width: 100%;
	}
	.table-board tbody tr td a:not (.btn ) {
		white-space: normal;
		display: inline-block
	}
}

@media ( max-width : 710px) {
	.gall_list li .img_box {
		max-height: 150px;
	}
}

@media ( max-width : 653px) {
	.gall_list li .img_box {
		max-height: 300px;
	}
}

@media ( max-width : 605px) {
	.gall_list li .img_box {
		max-height: 272px;
	}
	.col-4 {
		max-width: 49% !important;
		flex: 0 0 49%
	}
	
	li.noti_con_en dl,li.noti_con_kr dl { flex-direction: column; }
	li.noti_con_kr dl dd, li.noti_con_en dl dd { width:100%; }
	li.noti_con_kr dl dd br, li.noti_con_en dl dd br { display:none }
	.noti_conTop ul { flex-direction:column; }
	table.noti_table * { display:block; }
}

@media ( max-width : 575.98px) {
	.btn_box1 {
		text-align: center !important;
	}
	.btn_box1 a {
		width: 100%;
		padding: .8rem !important;
		font-size: 18px;
	}
	.button_st_04 {
		flex: 1 1 45% !important;
		text-align: center !important;
		font-size: 22px;
		padding: .8rem !important;
	}
	.p_030503_box, .p_010301.line_2 .p_010301_box {
		width: 100%
	}
	.flex_con_g5 li {
		min-width: 0px;
	}
	.dw_btn::after {
		right: 20px;
	}
	.mb-sm-db {
		display: block;
	}
	.dept033 {
		padding-left: 0;
	}
	.num_tab_box .num_tab {
		flex-direction: column;
		gap: 10px;
	}
	.site_list li {
		width: 100%;
	}
	.p_210826_box>div {
		width: calc(100% - 5px);
	}
	.tit_box .sub_tit {
		font-size: 18px;
	}
	.tit_box .sub_red {
		font-size: 20px;
	}
	.fixed-bottom {
		padding-right: 30px;
	}
	.list_type060303 dt.tit, .list_type060303 dt.tit02, .list_type060303 dt.tit03,
		.list_type060303 dd.txt {
		margin-left: 125px;
	}
	.poster_con .p_030503 .p_030503_box {
		width: 100%;
		margin-bottom: 1rem;
	}
	.poster_con .p_030503 div dl p a img {
		width: 100%;
		object-fit: cover;
	}
	.flex_con_time li {
		flex: 0 0 31.2%;
	}
	.noti_con_box ul li.noti_con_en {
		left: 20px !important;
	}
	.list_type060303 dt.tit {
		font-size: 22px;
	}
	.list_type060303 dt.tit02, .list_type060303 dt.tit03 {
		font-size: 20px;
	}
	.list_type060303 dd.txt {
		font-size: 18px;
	}
	.board_write .middle_input2 {
		max-width: 110px !important;
	}
	.btn-primary-mb {
		padding: .7rem 3rem;
		font-size: 18px;
		font-weight: 700;
	}
	.section.section01 .la_con .latest_tab>li a.la_tab_btn {
		font-size: 15px;
	}
}

@media ( max-width : 545px) {
	.gall_list li .img_box {
		max-height: 242px;
	}
}

@media ( max-width : 470px) {
	.grid_ul li {
		font-size: .8rem;
	}
	.mb_mail_w {
		width: 47% !important;
	}
	.gall_list li .img_box {
		max-height: 200px;
	}
	.section.section01 .la_con .latest_tab>li a.la_tab_btn {
		font-size: 14px;
	}
}

@media ( max-width : 430px) {
	.gall_list li .img_box {
		max-height: 184px;
	}
}

@media ( max-width : 414px) {
	.gall_list li .img_box {
		max-height: 176px;
	}
}

@media ( max-width : 400px) {
	.record .record_box ul li strong {
		font-size: 18px;
	}
	p.right {
		text-align: left;
		font-size: 14px;
	}
	.h4_mb {
		font-size: 1rem;
	}
	.flex_con_time li {
		font-size: .8rem;
	}
	.dept033 {
		padding: 0;
	}
	.time_con .flex_con ul li b, .time_con2 .flex_con ul li b {
		margin-bottom: 5px;
	}
	.img_box {
		padding: 1rem 0;
	}
	.btn_4 b {
		font-size: .9rem;
	}
	.find_btn02 {
		margin: 5px 0;
	}
	.board_write .middle_input2 {
		max-width: 100px !important;
	}
	.board_write tr * input[type=checkbox], .board_write tr * input[type=radio]
		{
		transform: scale(1.3);
	}
	.gall_list li .img_box {
		max-height: 168px;
	}
	.section.section01 .la_con .latest_tab>li a.la_tab_btn {
		font-size: 13px;
	}
}

@media ( max-width : 344px) {
	.record .record_box ul li strong {
		font-size: 1rem;
	}
	.h4_mb {
		font-size: .9rem;
	}
	.flex_con_time li {
		font-size: .7rem;
	}
	.time_con .flex_con ul li, .time_con2 .flex_con ul li {
		font-size: 15px;
	}
	.grid_ul {
		gap: 2px;
	}
	.gall_list li .img_box {
		max-height: 136px;
	}
	.section.section01 .la_con .latest_tab>li a.la_tab_btn {
		font-size: 11px;
	}
}

@media ( min-width : 768px) {
	.db_768 {
		display: block;
	}
}

@media ( max-width : 768px) {
	.mobile_icon_long {
		margin-top: -15px;
	}
}

/*# sourceMappingURL=../maps/theme/base.css.map */