/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0 
*/
@font-face {
  font-family: "NanumSquareNeo Regular";
  src: url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2") format("woff2"), url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "NanumSquareNeo Regular";
  src: url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "NanumSquareNeo Regular";
  src: url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "NanumSquareNeo Regular";
  src: url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff") format("woff");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "NanumSquareNeo Regular";
  src: url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2") format("woff2"), url("./fonts/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
body {
  padding-right: 0 !important; }

body * {
  word-break: keep-all; }

.fw-light,
.fw-light > *,
.fw-light * {
  font-weight: 300 !important; }

.fw-normal,
.fw-normal > *,
.fw-normal * {
  font-weight: 400 !important; }

.fw-semibold,
.fw-semibold > *,
.fw-semibold * {
  font-weight: 500 !important; }

.fw-bold,
.fw-bold > *,
.fw-bold * {
  font-weight: 600 !important; }

.fw-bolder,
.fw-bolder > *,
.fw-bolder * {
  font-weight: 700 !important; }

.primary,
.primary * {
  color: #e83820 !important; }

.d-inline-flex {
  display: inline-flex !important; }

.point-event-none {
  pointer-events: none !important; }

small,
small.address {
  font-size: 85%; }

.text-muted {
  opacity: .5; }

i.bi {
  vertical-align: middle;
  line-height: 1; }

.text-center {
  text-align: center; }

.mb-3 {
  margin-bottom: 1.5rem; }

.letter-1 {
  letter-spacing: -1px; }

.letter-15 {
  letter-spacing: -1.5px; }

.sub-menu.tracked-pos .menu-item a {
  align-items: center !important; }

.sub-menu.tracked-pos .menu-item a .nectar-menu-icon-text .menu-title-text {
  font-weight: 500; }

.sub-menu.tracked-pos .menu-item a .nectar-menu-icon-text .item_desc {
  word-break: keep-all; }

.nectar-youtube-bg {
  color: #fff; }

.footer-menu-pc {
  margin: 0 !important; }

.footer-menu-pc ul.menu {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  justify-content: center; }

.footer-menu-pc ul.menu > li {
  list-style: none; }

.footer-menu-pc ul.menu > li > a {
  display: block;
  padding: .5rem 1rem !important;
  color: #000; }
  .footer-menu-pc ul.menu > li > a:hover, .footer-menu-pc ul.menu > li > a:focus {
    color: #e83820; }

select#FamilyLink,
select#FamilyLink_m {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #393939;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 0 0;
  margin-top: 25px;
  color: #393939;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .375rem .75rem;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, white, white);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat; }

select#FamilyLink:after,
select#FamilyLink_m:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: ' ';
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
  pointer-events: none; }

select#FamilyLink_m {
  margin: 0 !important; }

.p-0 {
  padding: 0 !important; }

.m-0 {
  margin: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.nectar-badge__inner {
  font-weight: 500; }

body .nectar-flickity[data-controls*=arrows_overlaid]:not(.masonry) .flickity-viewport {
  margin: 0; }

.nectar-button.medium.has-icon,
.nectar-button.medium.tilt.has-icon {
  padding-left: 36px;
  padding-right: 28px; }
  .nectar-button.medium.has-icon > i,
  .nectar-button.medium.tilt.has-icon > i {
    transform: translateX(13px); }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

.accordion {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background-color: #fff; }
  .accordion .accordion-item .accordion-header {
    margin: 0;
    font-size: 20px;
    border-top: 1px solid #dee2e6; }
    .accordion .accordion-item .accordion-header .accordion-button {
      width: 100%;
      font-size: unset;
      font-weight: unset;
      display: flex;
      border: 0;
      background-color: transparent;
      letter-spacing: -0.7px;
      padding: 1.25rem 3rem 1.25rem 1.5rem;
      position: relative;
      cursor: pointer;
      background-color: #f7f8f9;
      border-radius: 0 !important; }
      .accordion .accordion-item .accordion-header .accordion-button i {
        position: absolute;
        top: 20px;
        right: 1.5rem;
        pointer-events: none; }
      .accordion .accordion-item .accordion-header .accordion-button .bi-dash-circle {
        display: block;
        color: #e83820; }
      .accordion .accordion-item .accordion-header .accordion-button .bi-plus-circle {
        display: none; }
      .accordion .accordion-item .accordion-header .accordion-button:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #dee2e6; }
      .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        background-color: #fff; }
        .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
          content: none; }
        .accordion .accordion-item .accordion-header .accordion-button.collapsed .bi-dash-circle {
          display: none; }
        .accordion .accordion-item .accordion-header .accordion-button.collapsed .bi-plus-circle {
          display: block; }
        .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover, .accordion .accordion-item .accordion-header .accordion-button.collapsed:focus {
          color: #e83820; }
          .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover i, .accordion .accordion-item .accordion-header .accordion-button.collapsed:focus i {
            color: #e83820; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 1.25rem 1.5rem; }
  .accordion .accordion-item:first-child .accordion-header {
    border-top: 0; }
    .accordion .accordion-item:first-child .accordion-header .accordion-button {
      border-top-left-radius: 10px !important;
      border-top-right-radius: 10px !important; }
  .accordion .accordion-item:last-child .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; }
  @media (max-width: 520px) {
    .accordion .accordion-item .accordion-header {
      font-size: 17px; }
      .accordion .accordion-item .accordion-header .accordion-button {
        padding: 1rem 2.3rem 1rem 1.15rem; }
        .accordion .accordion-item .accordion-header .accordion-button i {
          top: 17px;
          right: 1.15rem; }
    .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 1rem 1.15rem; } }

body:not(.woocommerce-cart) .main-content table.table {
  border-color: #231815; }
  body:not(.woocommerce-cart) .main-content table.table > thead > tr > th,
  body:not(.woocommerce-cart) .main-content table.table > thead > tr > th:first-child,
  body:not(.woocommerce-cart) .main-content table.table > thead > tr > td,
  body:not(.woocommerce-cart) .main-content table.table > thead > tr > td:first-child,
  body:not(.woocommerce-cart) .main-content table.table > tbody > tr > th,
  body:not(.woocommerce-cart) .main-content table.table > tbody > tr > th:first-child,
  body:not(.woocommerce-cart) .main-content table.table > tbody > tr > td,
  body:not(.woocommerce-cart) .main-content table.table > tbody > tr > td:first-child {
    border-color: #231815;
    text-align: center; }
  body:not(.woocommerce-cart) .main-content table.table > thead > tr > th {
    background-color: #e83820;
    color: #fff;
    font-weight: 600; }
  body:not(.woocommerce-cart) .main-content table.table > tbody > tr > th {
    font-weight: 600;
    background-color: #fdf5e2; }
  body:not(.woocommerce-cart) .main-content table.table > tbody > tr > td {
    background-color: #fff;
    font-weight: 600;
    font-size: 16px; }

.cats_list {
  display: block;
  width: 100%;
  background-color: #f8f3e9;
  border: 4px solid #c9a382; }
  .cats_list .d-flex {
    display: flex;
    align-items: center; }
    .cats_list .d-flex > .flex-shrink-0 {
      flex-shrink: 0; }
    .cats_list .d-flex > .flex-grow-1 {
      flex-grow: 1; }
  .cats_list .ms-3 {
    margin-left: 7px; }
  .cats_list .me-3 {
    margin-right: 10px; }
  .cats_list .cats-thumbnail {
    display: block;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .cats_list .cats-info {
    padding: 5px 15px; }
  .cats_list .cats-name {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    padding: 10px 0;
    border-bottom: 1px solid #a17e5a;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cats_list .cats-summery {
    position: relative;
    padding-right: 50px; }
  .cats_list .cats-sex {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .cats_list .cats-sex.girl {
      background-color: #ad3e4b;
      background-image: url("images/icon-girl.svg");
      background-size: 40%; }
    .cats_list .cats-sex.boy {
      background-color: #33597e;
      background-image: url("images/icon-boy.svg");
      background-size: 48%; }
  .cats_list .cats-type,
  .cats_list .cats-birthday {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 7px); }
  .cats_list .icon-type {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("images/icon-type.svg"); }
  .cats_list .icon-birthday {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("images/icon-birthday.svg");
    transform: translateY(-2px); }

.swiper .swiper-button-next {
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  top: 50%; }
  .swiper .swiper-button-next:before {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
    display: block; }
  .swiper .swiper-button-next:after {
    left: 12px;
    transform: scaleX(1) translateX(0);
    transform-origin: right;
    background-color: #000;
    position: absolute;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    content: '';
    transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
    display: block; }
  .swiper .swiper-button-next svg {
    right: 10px;
    left: auto;
    position: absolute;
    width: 12px;
    height: 55%;
    top: 9px;
    transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1); }
  .swiper .swiper-button-next:hover:before {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0); }
  .swiper .swiper-button-next:hover:after {
    transform: scaleX(1.3) translateX(1px); }
  .swiper .swiper-button-next:hover svg {
    transform: translateX(2px); }
.swiper .swiper-button-prev {
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  top: 50%; }
  .swiper .swiper-button-prev:before {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
    display: block; }
  .swiper .swiper-button-prev:after {
    left: 13px;
    transform: scaleX(1) translateX(1px);
    transform-origin: left;
    background-color: #000;
    position: absolute;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    content: '';
    transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
    display: block; }
  .swiper .swiper-button-prev svg {
    left: 10px;
    width: 12px;
    top: 9px;
    transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
    position: absolute;
    height: 55%; }
  .swiper .swiper-button-prev:hover:before {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0); }
  .swiper .swiper-button-prev:hover:after {
    transform: scaleX(1.3) translateX(-1px); }
  .swiper .swiper-button-prev:hover svg {
    transform: translateX(-2px); }

body:not(.woocommerce-cart) .main-content th,
#holiday_modal th {
  border-left: medium none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-weight: 700;
  padding: 10px;
  text-align: left;
  border-color: #ececec; }
body:not(.woocommerce-cart) .main-content td,
#holiday_modal td {
  border-color: #ececec;
  border-left: none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-size: 14px;
  padding: 10px; }
body:not(.woocommerce-cart) .main-content table,
#holiday_modal table {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border-top: 1px solid #ececec; }
body:not(.woocommerce-cart) .main-content table.table-date,
#holiday_modal table.table-date {
  table-layout: fixed;
  border: 1px solid #ececec; }
  body:not(.woocommerce-cart) .main-content table.table-date > thead > tr > th,
  #holiday_modal table.table-date > thead > tr > th {
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background-color: #f8f9fa;
    border-left: 0;
    border-right: 0;
    padding: 15px 10px; }
    body:not(.woocommerce-cart) .main-content table.table-date > thead > tr > th.sunday,
    #holiday_modal table.table-date > thead > tr > th.sunday {
      color: #e83820; }
    body:not(.woocommerce-cart) .main-content table.table-date > thead > tr > th.saturday,
    #holiday_modal table.table-date > thead > tr > th.saturday {
      color: #4a84ff; }
  body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td,
  #holiday_modal table.table-date > tbody > tr > td {
    background-color: #fff;
    border-color: #e4e3e7;
    line-height: 1;
    text-align: center;
    border-left: 0;
    border-right: 0;
    height: 85px;
    padding: 10px 5px; }
    @media (max-width: 690px) {
      body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td,
      #holiday_modal table.table-date > tbody > tr > td {
        padding: 10px 0; } }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td.sunday,
    #holiday_modal table.table-date > tbody > tr > td.sunday {
      color: #e83820; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td.saturday,
    #holiday_modal table.table-date > tbody > tr > td.saturday {
      color: #4a84ff; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td .dayNum,
    #holiday_modal table.table-date > tbody > tr > td .dayNum {
      font-weight: 500;
      line-height: 1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 27px;
      height: 27px;
      border-radius: 50rem; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td .day_title,
    #holiday_modal table.table-date > tbody > tr > td .day_title {
      display: block;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 10px;
      font-weight: 400;
      line-height: 1.3;
      word-break: break-all;
      margin-top: 5px; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td .off,
    #holiday_modal table.table-date > tbody > tr > td .off {
      display: none;
      font-size: 11px;
      letter-spacing: -0.7px;
      margin-top: 7px; }
      body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td .off span,
      #holiday_modal table.table-date > tbody > tr > td .off span {
        font-weight: 500; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td.holiday .dayNum,
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td.holiday .day_title,
    #holiday_modal table.table-date > tbody > tr > td.holiday .dayNum,
    #holiday_modal table.table-date > tbody > tr > td.holiday .day_title {
      color: #e83820; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td.offday .dayNum,
    #holiday_modal table.table-date > tbody > tr > td.offday .dayNum {
      color: #fff;
      background-color: #e83820;
      font-weight: 600; }
    body:not(.woocommerce-cart) .main-content table.table-date > tbody > tr > td.offday .off,
    #holiday_modal table.table-date > tbody > tr > td.offday .off {
      display: block; }

label.container-form {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 12px 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 25px;
  font-weight: 500; }
  label.container-form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  label.container-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #333; }
    label.container-form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  label.container-form .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  label.container-form input:checked ~ .checkmark {
    background-color: #e83820;
    border: 0; }
  label.container-form input:checked ~ .checkmark:after {
    display: block; }
  label.container-form:hover input:checked ~ .checkmark {
    background-color: #e83820;
    border: 0; }

.contact_wrap .form-group {
  margin-bottom: 30px; }
.contact_wrap label.form-label {
  font-size: 14px;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 500; }
.contact_wrap .form-control-textarea {
  padding: 10px;
  height: 200px;
  overflow-y: auto;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  line-height: 1.8; }
.contact_wrap input {
  border: 1px solid #d0d0d0;
  background-color: #fff; }
.contact_wrap textarea {
  padding: 10px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  min-width: 100%;
  overflow-y: auto;
  border: 1px solid #d0d0d0;
  line-height: 1.8;
  background-color: #fff; }
.contact_wrap button.send {
  border: 0;
  background-color: #e83820;
  color: #fff;
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 33px 12px 26px;
  letter-spacing: -1px;
  cursor: pointer; }
  .contact_wrap button.send i {
    margin-right: 3px;
    position: relative;
    top: -1px; }
.contact_wrap .text-right {
  text-align: right; }

.holiday_calendar_head {
  position: relative;
  margin-bottom: 3.2%; }
  .holiday_calendar_head h2 {
    font-size: 28px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; }
    @media (max-width: 690px) {
      .holiday_calendar_head h2 {
        font-size: 20px; } }
  .holiday_calendar_head .month_prev {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    top: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0; }
    .holiday_calendar_head .month_prev:before {
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      content: '';
      transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
      -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
      display: block;
      box-shadow: 0 0 1px; }
    .holiday_calendar_head .month_prev:after {
      left: 13px;
      transform: scaleX(1) translateX(1px);
      transform-origin: left;
      background-color: #000;
      position: absolute;
      height: 2px;
      top: 50%;
      margin-top: -1px;
      width: 15px;
      content: '';
      transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
      display: block; }
    .holiday_calendar_head .month_prev svg {
      left: 10px;
      width: 12px;
      top: 9px;
      transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
      position: absolute;
      height: 55%; }
    .holiday_calendar_head .month_prev:hover:before {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0); }
    .holiday_calendar_head .month_prev:hover:after {
      transform: scaleX(1.3) translateX(-1px); }
    .holiday_calendar_head .month_prev:hover svg {
      transform: translateX(-2px); }
  .holiday_calendar_head .month_next {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    padding: 0;
    border: 0;
    background-color: transparent; }
    .holiday_calendar_head .month_next:before {
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      content: '';
      transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
      -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1);
      display: block;
      box-shadow: 0 0 1px; }
    .holiday_calendar_head .month_next:after {
      left: 12px;
      transform: scaleX(1) translateX(0);
      transform-origin: right;
      background-color: #000;
      position: absolute;
      height: 2px;
      top: 50%;
      margin-top: -1px;
      width: 15px;
      content: '';
      transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
      display: block; }
    .holiday_calendar_head .month_next svg {
      right: 10px;
      left: auto;
      position: absolute;
      width: 12px;
      height: 55%;
      top: 9px;
      transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1); }
    .holiday_calendar_head .month_next:hover:before {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0); }
    .holiday_calendar_head .month_next:hover:after {
      transform: scaleX(1.3) translateX(1px); }
    .holiday_calendar_head .month_next:hover svg {
      transform: translateX(2px); }

#holiday_modal .month_prev,
#holiday_modal .month_next {
  display: none; }
#holiday_modal .holiday_calendar_head h2 {
  font-size: 21px; }
  #holiday_modal .holiday_calendar_head h2.letter-15 {
    letter-spacing: -0.85px; }
#holiday_modal .off_result {
  font-size: 16px; }
#holiday_modal table.table-date > tbody > tr > td {
  height: 65px; }
  #holiday_modal table.table-date > tbody > tr > td .dayNum {
    width: 24px;
    height: 24px;
    font-size: 12px; }
  #holiday_modal table.table-date > tbody > tr > td .day_title {
    display: none; }

.off_result {
  text-align: center;
  font-size: 20px;
  line-height: 1.55; }
  .off_result span {
    color: #e83820;
    font-weight: 500; }

.loader {
  width: 68px;
  height: 68px;
  border: 5px solid #e83820;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 50px auto; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
:root {
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

.fade {
  transition: opacity .15s linear; }

.modal-backdrop {
  --bs-backdrop-zindex: 9998;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  display: none; }
  .modal-backdrop.show {
    display: block;
    opacity: var(--bs-backdrop-opacity); }

.modal {
  --bs-modal-zindex: 9999;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }
  @media (max-width: 500px) {
    .modal {
      padding: 10px; } }
  .modal .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: 0;
    margin-left: 0;
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    margin-right: auto;
    margin-left: auto;
    pointer-events: none; }
    @media (max-width: 500px) {
      .modal .modal-dialog {
        margin: var(--bs-modal-margin); } }
    .modal .modal-dialog .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      color: var(--bs-modal-color);
      pointer-events: auto;
      background-color: var(--bs-modal-bg);
      background-clip: padding-box;
      border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
      border-radius: var(--bs-modal-border-radius);
      outline: 0; }
      .modal .modal-dialog .modal-content .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        padding: var(--bs-modal-header-padding);
        border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius);
        background-color: #e83820;
        position: relative;
        text-align: center;
        justify-content: center; }
        .modal .modal-dialog .modal-content .modal-header .modal-title {
          color: #fff;
          margin: 0; }
        .modal .modal-dialog .modal-content .modal-header .btn-close {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          display: flex;
          width: 60px;
          height: 100%;
          align-items: center;
          justify-content: center;
          border: 0;
          background-color: transparent;
          padding: 0;
          color: #fff;
          cursor: pointer;
          opacity: .65; }
          .modal .modal-dialog .modal-content .modal-header .btn-close:hover, .modal .modal-dialog .modal-content .modal-header .btn-close:focus {
            opacity: 1; }
          .modal .modal-dialog .modal-content .modal-header .btn-close i:before {
            font-size: 1.5rem; }
      .modal .modal-dialog .modal-content .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: var(--bs-modal-padding); }
      .modal .modal-dialog .modal-content .modal-footer {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        background-color: var(--bs-modal-footer-bg);
        border-bottom-right-radius: var(--bs-modal-inner-border-radius);
        border-bottom-left-radius: var(--bs-modal-inner-border-radius);
        margin-top: 15px; }
        .modal .modal-dialog .modal-content .modal-footer button {
          background-color: transparent;
          border: 0;
          width: 50%;
          font-family: unset;
          letter-spacing: -0.7px;
          font-size: 14px;
          padding: 15px 0;
          cursor: pointer;
          font-weight: 500;
          background-color: #333;
          color: #fff;
          border-radius: 0 !important; }
          .modal .modal-dialog .modal-content .modal-footer button.btn-not-today {
            background-color: #e83820; }
  .modal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out; }
  .modal.show .modal-dialog {
    transform: none;
    margin-right: auto;
    margin-left: auto; }

/*# sourceMappingURL=style.css.map */
