/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/calendar.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "MaruFoPro-Medium";
  src: url(../../assets/fonts/MaruFoPro-Medium.otf) format("opentype");
  font-display: swap;
}
.thesis_peo_1 {
  right: 106%;
  bottom: auto;
  top: 31.25rem;
}

.thesis_peo_2 {
  left: 101%;
  bottom: auto;
  top: 30rem;
}

.page_sec {
  padding: 6.25rem 0 10.625rem;
}
.page_sec .container_inner {
  max-width: 62.5rem;
  padding-bottom: 6.25rem;
}
.page_sec .maintitle_row {
  margin-bottom: 1.875rem;
}
.page_sec .btn_row {
  margin-right: -0.625rem;
  margin-top: 1.875rem;
}
.page_sec .btn_col {
  padding: 0 0.625rem;
}
.page_sec .btn_link_txt {
  font-size: 1.125rem;
}
.page_sec .btn_link_txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_sec .btn_link_txt:hover {
  color: #2494f8;
}
.page_sec .btn_link_txt:hover:before {
  background: #2494f8;
}

.sec_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.sec_title {
  font-size: 1.5625rem;
  padding-left: 0.9375rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 480px) {
  .sec_title {
    font-size: 1.6875rem;
  }
}

.sec_title_dec {
  width: 3.125rem;
}

.calendar_table {
  font-weight: bold;
  font-family: Arial, "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  overflow: hidden;
}

.thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #2494f8;
  background: linear-gradient(169deg, rgb(164, 214, 250) 26%, rgb(36, 148, 248) 100%);
  color: #fff;
  padding: 0.625rem 0;
}

.thead_btn {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.thead_btn:hover {
  opacity: 0.7;
}

.thead_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.calendar_title {
  font-size: 1.5rem;
}

.calendar_today {
  border: 0.0625rem solid transparent;
  padding: 0.125rem 0.1875rem;
  margin-left: 1.25rem;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.calendar_today:hover {
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  color: #645a5a;
}

.td,
.th {
  width: 14.2857142857%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  min-height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .td,
  .th {
    min-height: 6.25rem;
  }
}
@media screen and (max-width: 950px) {
  .td,
  .th {
    min-height: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .td,
  .th {
    min-height: 5rem;
  }
}
.td:nth-child(7n+1),
.th:nth-child(7n+1) {
  border-left: 0;
}

.th {
  line-height: 4.375rem;
  font-size: 1.25rem;
  color: #2494f8;
}

.td {
  padding: 0.4375rem;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  background: transparent;
}
.td:hover {
  background: #f6f6f6;
}

.disabled {
  color: #645a5a;
  background: #f6f6f6;
}
.disabled a {
  cursor: auto;
  background: #f6f6f6;
}
.disabled a:hover {
  background: #f6f6f6;
}

.blank {
  background: #f6f6f6;
}

.booked {
  background: #E7E7E7;
  border-bottom: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
.booked:nth-child(7n+1) {
  border-left: 0;
}

.available {
  background: rgba(47, 114, 63, 0);
}
.available:hover {
  background: rgba(47, 114, 63, 0.1);
}
.available .td_txt {
  color: #32a54d;
}

.td_txt {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: right;
  line-height: 1.25;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 1680px) {
  .td_txt {
    letter-spacing: 0;
  }
}
@-moz-document url-prefix() {
  @media screen and (max-width: 1280px) {
    .td_txt {
      font-size: 1rem;
    }
  }
}
@media screen and (max-width: 1024px) {
  .td_txt {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .td_txt {
    font-size: 0.75rem;
  }
}
.td_txt:hover {
  color: #2494f8;
}

/*# sourceMappingURL=calendar.min.css.map*/