@charset "UTF-8";
@import url("/static/fonts/nanum_myeongjo/NanumMyeongjo.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
html {
  font-size: 12px; }

@media screen and (min-width: 360px) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 400px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 430px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 768px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px; } }
/* 폰트 */
/* 컬러 */
/* 드롭다운,멀티포함 */
/* font */
/* text cutting */
/* flex */
::-webkit-scrollbar {
  width: rem(6px);
  height: rem(6px); }
  @media screen and (min-width: 1200px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 10px; } }

::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 0; }

::-webkit-scrollbar-thumb:hover {
  background: #888888; }

::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 0; }

.qs-datepicker-container {
  font-size: 16px;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 272px;
  display: flex;
  flex-direction: column;
  z-index: 9;
  user-select: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
  .qs-datepicker-container * {
    font-size: 16px;
    box-sizing: border-box; }

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.qs-hidden {
  display: none; }

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column; }
  .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1; }
  .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 0.25em 0;
    width: 65%;
    height: 32px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    display: block; }
    .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .qs-overlay .qs-close {
    padding: 0.5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .qs-overlay .qs-submit {
    border: 1px solid #fff;
    border-radius: 0.263921875em;
    padding: 0.5em;
    margin: 0 auto auto;
    margin-top: 10px;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.4); }
    .qs-overlay .qs-submit.qs-disabled {
      color: grey;
      border-color: grey;
      cursor: not-allowed; }
  .qs-overlay .qs-overlay-month-container {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-top: 10px; }
  .qs-overlay .qs-overlay-month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.15s; }
    .qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
      opacity: 1; }

.qs-controls {
  width: 100%;
  height: 80px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  filter: blur(0);
  transition: filter 0.3s; }
  .qs-controls.qs-blur {
    filter: blur(5px); }

.qs-year,
.qs-month {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700; }
  @media screen and (min-width: 480px) {
    .qs-year,
    .qs-month {
      color: #222;
      font-size: 24px;
      line-height: 24px;
      font-weight: 700; } }

.qs-arrow {
  height: 36px;
  width: 36px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .qs-arrow .arrow1 {
    pointer-events: none; }
  .qs-arrow.qs-left {
    transform: rotate(180deg); }
  .qs-arrow.qs-right {
    background-position: center right 6px;
    background-size: auto 24px; }

.qs-month-year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 135px;
  font-weight: 700;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .qs-month-year:not(.qs-disabled-year-overlay) {
    cursor: pointer; }
    .qs-month-year:not(.qs-disabled-year-overlay):hover {
      border-bottom: 1px solid grey; }
  .qs-month-year:active:focus, .qs-month-year:focus {
    outline: none; }

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0px 40px 20px 40px;
  filter: blur(0);
  transition: filter 0.3s; }
  .qs-squares.qs-blur {
    filter: blur(5px); }

.qs-square {
  width: calc((100% - 30px) / 7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: #e1e1e1;
    border-radius: 50%;
    color: #000 !important; }

.qs-current {
  background: #000;
  border-radius: 50%;
  color: #fff !important; }

.qs-active,
.qs-range-end,
.qs-range-start {
  background: linear-gradient(61.73deg, #005bab -4.18%, #00afec 191.31%);
  border-radius: 50%;
  color: #fff !important; }

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.qs-range-middle {
  background: linear-gradient(61.73deg, #005bab -4.18%, #00afec 191.31%);
  border-radius: 50%;
  color: #fff !important; }
  .qs-range-middle.qs-range-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .qs-range-middle.qs-range-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .qs-range-middle {
    border-radius: 0; }

.qs-range-end:not(.qs-range-0),
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2; }

.qs-disabled {
  cursor: not-allowed; }

.qs-day,
.qs-empty {
  cursor: default; }

.qs-day {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  color: #444;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700; }
  @media screen and (min-width: 480px) {
    .qs-day {
      color: #444;
      font-size: 18px;
      line-height: 18px;
      font-weight: 700; } }

.qs-num {
  color: #000;
  font-size: 14px;
  line-height: 32px;
  color: #555;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500; }
  @media screen and (min-width: 480px) {
    .qs-num {
      color: #555;
      font-size: 18px;
      line-height: 18px;
      font-weight: 500; } }

.qs-event {
  position: relative; }
  .qs-event:after {
    content: "";
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0; }
