/*-------------------------------------------*\
	_firstView.scss

	Index
  - 1.firstView
\*-------------------------------------------*/
.firstView {
  position: relative;
  display: block;
}
.firstView .embed-responsive-custom::before {
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .firstView .embed-responsive-custom::before {
    padding-bottom: 23.93%;
  }
}
.firstView-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.firstView-content .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .firstView-content .container {
    justify-content: start;
    height: calc(100% - 110px);
  }
}
.firstView-tit {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.85);
}
@media (min-width: 768px) {
  .firstView-tit {
    font-size: 3.5rem;
  }
}

/*-------------------------------------------*\
	_DateSearch.scss

	Index
  - 1.firstView
\*-------------------------------------------*/
.dateSearch {
  background-image: url(../images/date-bar_bg.png);
}
.dateSearch .btn,
.dateSearch .form-control {
  height: 100%;
  min-height: 2.5rem;
  border-width: 2px;
}
.dateSearch .form-control:focus, .dateSearch input:focus {
  position: relative;
  z-index: 3;
  outline-offset: 7px !important;
  outline: 2px dotted #ffffff !important;
}
.dateSearch .col-6 + .col-6 {
  display: flex;
  align-items: center;
}
.dateSearch .col-6 + .col-6::before {
  content: "~";
  position: absolute;
  left: -0.75em;
  transform: translateX(50%);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .dateSearch {
    position: relative;
    z-index: 3;
    margin-top: -94px;
  }
}
@media (max-width: 767.98px) {
  .dateSearch {
    background-image: linear-gradient(135deg, #037e61 10%, #064F52 100%);
  }
}

input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../images/calendar-alt-regular.svg) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}

/*-------------------------------------------*\
	_firstView.scss

	Index
  - 1.firstView
\*-------------------------------------------*/
.in_card {
  display: block;
  color: #212529;
  line-height: 1.5;
  border-bottom: 1px solid #adb5bd;
}
.in_card figure {
  border-radius: 1rem;
}
.in_card-tit {
  margin: 0;
  color: #0E755E;
  font-weight: bold;
}
.in_card-bar, .in_card-foot {
  display: flex;
  justify-content: space-between;
}
.in_card-bar {
  margin-bottom: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ced4da;
}
.in_card-foot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .in_card {
    display: flex;
    width: 100%;
    padding: 4rem 0;
    font-size: 1.125rem;
  }
  .in_card figure {
    max-width: 440px;
  }
  .in_card-body {
    margin-left: 2rem;
    width: 100%;
  }
  .in_card-foot {
    margin-top: 2rem;
  }
  .in_card-more {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .in_card {
    display: block;
  }
  .in_card-tit {
    margin-top: 1em;
  }
  .in_card-body {
    margin-bottom: 2em;
  }
  .in_card figure {
    margin-top: 2em;
    max-width: 100%;
  }
}

.circle-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.2rem;
  padding: 0 7.5px;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #d8162f;
  border-radius: 65px;
}

.kf-paginator {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kf-paginator-date {
  margin-top: 1rem;
  color: #495057;
}
@media (max-width: 767.98px) {
  .kf-paginator .page-item {
    display: none;
  }
  .kf-paginator .active,
.kf-paginator li[class*=kf-page] {
    display: block;
  }
}
@media (min-width: 768px) {
  .kf-paginator i {
    display: none;
  }
  .kf-paginator .sr-only {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    overflow: auto;
  }
}