@import url(https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap);
/* Settings
========================================================================== */
/* Vendor
========================================================================== */
/* Widgets
========================================================================== */
.genips-openingHours {
  color: #eeeff4;
  font-size: 1em;
  line-height: 1.625em;
  display: grid;
  gap: 12px 32px;
  grid-template-columns: max-content 1fr; }
  @media (max-width: 767px) {
    .genips-openingHours {
      grid-template-columns: max-content 1fr; } }
  @media (max-width: 767px) {
    .genips-openingHours__aligner {
      display: flex;
      justify-content: center; } }

.genips-openingHours.opening-hours .opening-hours__wrapper {
  margin-bottom: 12px; }
  .genips-openingHours.opening-hours .opening-hours__wrapper:last-of-type {
    margin-bottom: 0; }

.genips-openingHours.opening-hours .opening-hours__day {
  display: inline-block;
  font-weight: 600; }

.genips-openingHours.opening-hours .opening-hours__hours {
  position: relative; }

.genips-openingHours.opening-hours .opening-hours__note {
  font-family: "Nanum Pen Script", cursive;
  color: #7686c2;
  font-size: 1.25em;
  line-height: 1.2em;
  position: absolute;
  width: 100%;
  margin-left: 7px; }
  @media (max-width: 1439px) {
    .genips-openingHours.opening-hours .opening-hours__note {
      position: relative;
      display: block;
      margin-left: 0; } }

.genips-copyright {
  color: #eeeff4;
  font-size: 0.875em;
  line-height: 1.71429em;
  display: flex;
  align-items: center; }
  .genips-copyright[data-text-align="left"] {
    justify-content: flex-start; }
  .genips-copyright[data-text-align="center"] {
    justify-content: center; }
  .genips-copyright[data-text-align="right"] {
    justify-content: flex-end; }
  .genips-copyright .copyright__siteBuilder {
    font-weight: 700;
    color: #eeeff4;
    display: inline-flex;
    align-items: center;
    margin-left: 25px; }
    .genips-copyright .copyright__siteBuilder svg {
      max-height: 1.71429em;
      height: 1.71429em;
      margin-left: 10px; }
  .genips-copyright[data-layout="column"] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .genips-copyright[data-layout="column"][data-text-align="left"] {
      align-items: flex-start; }
    .genips-copyright[data-layout="column"][data-text-align="center"] {
      align-items: center; }
    .genips-copyright[data-layout="column"][data-text-align="right"] {
      align-items: flex-end; }
    .genips-copyright[data-layout="column"] .copyright__siteBuilder {
      margin-top: 14px;
      margin-left: 0; }

.genips-childPageList {
  font-size: 1em;
  line-height: 1.25em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px; }
  .genips-childPageList[data-text-align="center"] {
    justify-content: center; }
  .genips-childPageList[data-text-align="right"] {
    justify-content: flex-end; }
  @media (max-width: 767px) {
    .genips-childPageList {
      flex-direction: column;
      margin-bottom: 0; }
      .genips-childPageList[data-text-align="center"] {
        align-items: center; }
      .genips-childPageList[data-text-align="right"] {
        align-items: flex-end; } }
  .genips-childPageList .child-page-list__item {
    color: #eeeff4;
    font-weight: 400;
    padding: 0 17px;
    display: inline-block;
    margin-bottom: 16px; }
    .genips-childPageList .child-page-list__item:last-of-type {
      margin-right: 0; }
    @media (max-width: 767px) {
      .genips-childPageList .child-page-list__item {
        line-height: 2.25em;
        margin-bottom: 0; } }

.genips-childPageGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -50px;
  margin-left: -20px;
  width: calc(100% + 20px); }
  @media (max-width: 767px) {
    .genips-childPageGrid {
      margin-left: 0;
      margin-top: 0;
      width: 100%; } }
  .genips-childPageGrid .child-page-grid__item {
    margin: 50px 0 0 20px;
    flex: 0 1 calc(calc(100% / 4) - 20px);
    color: #181828;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .genips-childPageGrid .child-page-grid__item {
        flex: 0 1 calc(calc(100% / 3) - 20px); } }
    @media (max-width: 767px) {
      .genips-childPageGrid .child-page-grid__item {
        flex: 0 1 100%;
        margin: 0 0 22px 0; } }
  .genips-childPageGrid .child-page-grid__post-image-wrapper {
    width: 100%;
    height: 200px; }
  .genips-childPageGrid .child-page-grid__post-image,
  .genips-childPageGrid .child-page-grid__post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px; }
  .genips-childPageGrid .child-page-grid__post-content {
    padding: 18px 20px; }
  .genips-childPageGrid .child-page-grid__post-title {
    font-size: 1.25em;
    line-height: 1.45em;
    margin-bottom: 15px; }
  .genips-childPageGrid .child-page-grid__post-description {
    font-size: 1em;
    line-height: 1.75em;
    font-weight: 400;
    color: #5f727f; }

/* Components
========================================================================== */


/*# sourceMappingURL=genips-elementor-styles.css.map*/