.bg-purple {
  background-color: #454cc1;
}
.text-white-50 {
  color: rgba(255,255,255,.5)!important;
}
.p-3 {
  padding: 1rem!important;
}
.my-3 {
  margin-bottom: 1rem!important;
  margin-top: 1rem!important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.align-items-center {
  align-items: center !important;
}
.rounded {
  border-radius: .25rem!important;
}
.notice	{
 width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.notice a{
   word-break: break-all;
}
.header-ctt {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.mrtop{margin-top:206px;}


.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}
.card-style-4 {
  margin-bottom: 40px;
  background-color: var(--white);
}
.card {
  border-radius: 5px !important;
  border: 0 !important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}
.card-style-4 .card-title {
  position: relative;
  bottom: 15px;
  line-height: 22px;
  height:40px;
  align-self: flex-start;
  margin-bottom: -25px;
  background-color: #6f42c1;
  color: #fff;
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%);
}
.pb-2, .py-2 {
  padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
  padding-top: .5rem!important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem!important;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.pb-1, .py-1 {
  padding-bottom: .25rem!important;
}

.pt-1, .py-1 {
  padding-top: .25rem!important;
}
.d-flex {
  display: flex!important;
}
.card-style-4 .last-modified {
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.95rem;
}

.p-1 {
  padding: .25rem!important;
}
.card-style-4 .last-one {
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.95rem;
  color: #000000;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-12,.col-md-6 {
  position: relative;
  width: 100%;
}