@charset "utf-8";
html, body, div, p, dl, dt, dd, ol, ul, li, label, legend, table, input, button, select, textarea {
	font-size: 16px;
}

.splide__sr { 
  display: none;
}

#contents h3 {
  font-size: 40px;
  font-weight: 700;
}

.more-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #283956 url(../img/main/more-ic.svg) no-repeat 0 0 / 100%;
  transition: .3s;
}

.more-btn:hover {
  transform: rotate(180deg);
}

.control-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.control-box .count {
  margin-right: 4px;
  color: #777;
  font-size: 18px;
  font-weight: 700;
}

.control-box .count .current {
  color: #222;
  font-weight: 700;
}

.control-box .count .total {
  font-weight: 500;
}

.control-box button {
  position: relative;
  width: 10px;
  height: 17px;
  border: none;
  background: none;
  cursor: pointer;
}

.control-box button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main/control-box.svg) no-repeat 0 0 / 70px;
}

.control-box .splide__toggle::after {
  background-position: -30px 0;
}

.control-box .splide__arrow--next::after {
  background-position: -60px 0;
}

#visual {
  --ic: url(../img/main/visual-link.svg) no-repeat 0 0 / 350px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1880px;
  height: 760px;
}

#visual .con-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 70px;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#visual .slogan p {
  color: #FFF;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.23);
}

#visual .slogan .txt01 {
  font-size: 34px;
  font-weight: 600;
}

#visual .slogan .txt02 {
  margin-top: 10px;
  font-size: 80px;
  font-weight: 700;
}

#visual .link {
  display: flex;
  align-items: center;
  gap: 15px;
}

#visual .link>li {
  transition: .3s;
}

#visual .link>li:hover {
  margin-top: -10px;
}

#visual .link>li>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 149px;
  height: 136px;
  padding: 10px;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.29);
}

#visual .link>li:hover>a {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(118deg, #277BDB 12.16%, #935AD8 86.23%);
}

#visual .link>li>a::before {
  content: '';
  --width: 70px;
  --width--: calc(var(--width) * -1);
  width: var(--width);
  height: var(--width);
  background: var(--ic);
  background-size: auto var(--width);
}

#visual .link>li.ic02>a::before { /*시설안내*/
  background-position: var(--width--) 0;
}

#visual .link>li.ic03>a::before { /*프로그램*/
  background-position: calc(var(--width--) * 2) 0;
}

#visual .link>li.ic04>a::before { /*헬스장*/
  background-position: calc(var(--width--) * 3) 0;
}

#visual .link>li.ic05>a::before { /*대관신청*/
  background-position: calc(var(--width--) * 4) 0;
}

#visual .splide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 20px 20px 20px 300px;
  overflow: hidden;
}

#visual .splide__slider,
#visual .splide__track {
  position: relative;
  height: 100%;
}

#visual .splide__list {
  display: flex;
  width: 100%;
  height: 100%;
}

#visual .splide__slide {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}

#visual .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#visual .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 51px / 2 - 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: calc(100% - 60px);
}

#visual .splide__arrows button {
  position: relative;
  width: 61px;
  height: 15px;
  border: none;
  background: url(../img/main/visual-arrows.svg) no-repeat 0 0 / 100%;
  cursor: pointer;
  z-index: 10;
}

#visual .splide__arrows button svg {
  display: none;
}

#visual .splide__arrows .splide__arrow--next {
  transform: rotateY(180deg);
}

#visual .control {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  gap: 8px;
}

#visual .control button {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

#visual .control .splide__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

#visual .control .splide__pagination button {
  padding: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}

#visual .control .splide__pagination button.is-active {
  background: #fff;
}

#visual .control .splide__toggle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.50);
  background: url(../img/main/visual-toggle.svg) no-repeat 0 0 / 100%;
}

.mid-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mid-box>div {
  flex: 1 1 50%;
  width: 100%;
  max-width: 710px;
}

#board {
  position: relative;
  display: flex;
}

#board h3>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 47px;
}

#board>div:nth-child(2) h3>a {
  margin-left: 45px;
}

#board>div:nth-child(2) h3>a::before {
  content: '';
  position: absolute;
  left: -22.5px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d9d9d9;
}

#board :not(.select) h3 a {
  color: #8792A5;
  font-size: 30px;
  font-weight: 600;
}

#board .list {
  position: absolute;
  left: 0;
  top: 67px;
  display: none;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid #283956;
}

#board .select .list {
  display: flex;
}

#board .list>li>a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #D9DAE1;
}

#board .list>li>a .date {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  text-align: center;
  padding-bottom: 2px;
  width: 90px;
  height: 90px;
  color: #777;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  background: #F5F5F5;
}

#board .list>li>a .date span {
  color: var(--main);
  font-size: 30px;
  font-weight: 800;
}

#board .list>li>a>div {
  overflow: hidden;
}

#board .list>li>a .tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 136%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#board .list>li>a .txt {
  display: -webkit-box;
  margin-top: 7px;
  color: #777;
  font-weight: 400;
  line-height: 136%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#board .more-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 4.5px;
}

#board .select .more-btn {
  display: block;
}

#pzone {
  --bdrs: 20px;
}

#pzone .tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#pzone .splide__track {
  margin-top: 20px;
  width: 100%;
  height: 496px;
  border-radius: var(--bdrs);
  overflow: hidden;
}

#pzone .splide__list {
  display: flex;
  width: 100%;
  height: 100%;
}

#pzone .splide__slide {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}

#pzone .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#pzone .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#program {
  position: relative;
  display: flex;
  padding-top: 100px;
  padding-bottom: 70px;
}

#program::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  border-radius: 0 0 300px 0;
  background: linear-gradient(180deg, #F6FCFF 0%, #EEEAFF 100%);
  overflow: hidden;
  z-index: -1;
}

#program .wrap {
  padding-left: 0;
  padding-right: 0;
}

#program .tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

#program .splide__slider {
  padding: 30px 20px 0 20px;
  overflow: hidden;
}

#program .splide__list {
  display: flex;
  white-space: nowrap;
  padding-bottom: 30px;
}

#program .splide__slide {
  flex: 0 0 auto;
  width: 348px;
}


#program .splide__slide:hover {
  
}

#program .splide__slide>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: .3s;
}

#program .splide__slide>a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
  z-index: 1;
}

#program .splide__slide>a:hover {
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.18);
}

#program .splide__slide .img {
  position: relative;
  z-index: 1;
}

#program .splide__slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#program .splide__slide .con-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin-top: 60px;
  z-index: 9;
}

#program .splide__slide .stit {
  text-align: center;
  font-size: 18px;
  color: #5843CF;
  font-weight: 600;
}

#program .splide__slide .tit {
  text-align: center;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 600;
}

#schedule {
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
}

#schedule::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  width: 1485px;
  height: 656px;
  border-radius: 500px 0 0 0;
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0.00) 100%), url(../img/main/schedule-Rbg.png) no-repeat right center;
  z-index: -1;
}

#schedule .cal-box {
  display: flex;
  align-items: flex-end;
  gap: 57px;
  margin-top: 20px;
}

#schedule .cal-box .calendar {
  flex: 0 0 auto;
  position: relative;
  margin-top: 30px;
  margin-left: 30px;
  padding: 40px 39px 30px 39px;
  width: 451px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}

#schedule .cal-box .calendar::after {
  content: '';
  position: absolute;
  left: -30px;
  top: -30px;
  width: 481px;
  height: 380px;
  border-radius: 35px;
  background: linear-gradient(118deg, #7F1D9F 12.16%, #5369D5 86.23%);
  z-index: -1;
}

#schedule .cal-box .calendar .month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
  width: 100%;
  color: #000;
  font-size: 26px;
  font-weight: 700;
}

#schedule .cal-box .calendar .month>a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #EFEFEF url(../img/main/schedule-month.svg) no-repeat 0 0 / 100%;
}

#schedule .cal-box .calendar .month>a.next {
  transform: rotate(180deg);
}

#schedule .cal-box .calendar table {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

#schedule .cal-box .calendar table thead tr {
  display: flex;
  align-items: center;
  gap: 12px;
}

#schedule .cal-box .calendar table thead tr th {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 43px;
  height: 43px;
  color: #888;
  font-weight: 500;
}

#schedule .cal-box .calendar table tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#schedule .cal-box .calendar table tbody tr {
  display: flex;
  align-items: center;
  gap: 12px;
}

#schedule .cal-box .calendar table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 43px;
  height: 43px;
  color: #B8B8B8;
  font-size: 17px;
  font-weight: 600;
}

#schedule .cal-box .calendar table tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #444;
}

#schedule .cal-box .calendar table tbody tr td a.on {
  color: #6158D9;
  font-weight: 800;
  text-decoration: underline;
}

#schedule .cal-box .calendar table tbody tr td a.today {
  color: #fff;
  border-radius: 30px;
  background: #6158D9;
}

#schedule .cal-box .list {
  width: 100%;
}

#schedule .cal-box .list .tit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-right: 40px;
  min-height: 40px;
}

#schedule .cal-box .list .tit .date {
  position: relative;
  padding-left: 41px;
  font-size: 30px;
  font-weight: 700;
}

#schedule .cal-box .list .tit .date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 33px;
  height: 33px;
  background: url(../img/main/schedule-date.svg) no-repeat 0 0 / 100%;
}

#schedule .cal-box .list .tit .info {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
}

#schedule .cal-box .list .tit .info::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 19px;
  background: url(../img/main/schedule-info.svg) no-repeat 0 0 / 100%;
}

#schedule .cal-box .list .tit .info br {
  display: none;
}

#schedule .cal-box .list .tit .info span {
  color: var(--main);
  font-weight: 700;
}

#schedule .cal-box .list .tit .more-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

#schedule .cal-box .list .con {
  height: 388px;
  padding: 50px 40px;
  border-radius: 30px;
  border: 1px solid #D9DAE1;
  background: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}

#schedule .cal-box .list .con ul {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#schedule .cal-box .list .con ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background: #E9E9E9;
}

#schedule .cal-box .list .con ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #676767;
}

#schedule .cal-box .list .con ul>li {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #ccc;
}

#schedule .cal-box .list .con ul>li:nth-child(1) {  
  border-top: 1px dashed #ccc;
}

.quick-box {
  position: relative;
}

.quick-box::before {
  content: '';
  position: absolute;
  left: -150px;
  top: -99px;
  width: 412px;
  height: 169px;
  background: url(../img/main/quick-Lbg.png) no-repeat 0 0 / 100%;
  z-index: -1;
}

#quick {
  --bg: url(../img/main/quick.svg) no-repeat 0 0 / 210px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  padding: 20px 100px 20px 0;
  max-width: 1400px;
  border-radius: 30px 30px 0 0;
  background: #6855D9;
}

#quick::after {
  content: '';
  position: absolute;
  right: 144px;
  top: -50px;
  width: 147px;
  height: 120px;
  background: url(../img/main/quick-bg.svg) no-repeat 0 0 / 100%;
}

#quick>li>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-weight: 600;
  z-index: 1;
}

#quick>li>a::before {
  content: '';
  --width: 30px;
  --width--: calc(var(--width) * -1);
  width: var(--width);
  height: var(--width);
  background: var(--bg);
  background-size: auto var(--width);
}

#quick>li.ic02>a::before { /*이용안내*/
  background-position: var(--width--) 0;
}

#quick>li.ic03>a::before { /*회원수칙*/
  background-position: calc(var(--width--) * 2) 0;
}

#quick>li.ic04>a::before { /*샤워실*/
  background-position: calc(var(--width--) * 3) 0;
}

#quick>li.ic05>a::before { /*주차장*/
  background-position: calc(var(--width--) * 4) 0;
}

#quick>li.ic06>a::before { /*오시는 길*/
  background-position: calc(var(--width--) * 5) 0;
}

#quick>li.ic07>a::before { /*강사등록*/
  background-position: calc(var(--width--) * 6) 0;
}

/* min-pc */
@media screen and (max-width:1400px) {
  #quick {
    justify-content: space-between;
    gap: 14px;
  }

  #quick::after {
    right: 14px;
  }
}

@media screen and (max-width:1200px) {
  #contents h3 {
    font-size: 35px;
  }
  
  #visual .control {
    right: 0;
    left: 0;
    justify-content: center;
  }
  
  .mid-box {
    flex-direction: column;
    gap: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mid-box>div {
    flex-basis: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  #pzone .splide__slider {
    margin: 0 auto;
    max-width: 710px;
  }

  #program {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  #program .splide__slide {
    width: 300px;
  }

  #schedule {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  #schedule::before {
    bottom: auto;
    right: auto;
    left: 0;
    top: 170px;
    width: 1200px;
    height: 990px;
    background-position: 0 0, right 0 top 30px;
  }

  #schedule .cal-box {
    flex-direction: column;
    align-items: center;
  }

  #schedule .cal-box .list .con {
    height: 300px;
  }

  .quick-box::before {
    left: 30px;
    top: -75px;
    height: 412px;
  }
}

/* mb */
@media screen and (max-width:1024px) {
  #visual .splide {
    border-radius: 10px;
  }

  #visual .splide__arrows {
    display: none;
  }

  #quick {
    padding: 20px;
    flex-wrap: wrap;
  }

  #quick>li {
    flex: 1 1 50%;
    max-width: calc(50% - 7px);
  }

  #quick>li>a {
    justify-content: center;
  }
}

/* min-mb */
@media screen and (max-width:860px) {
  #contents h3 {
    font-size: 22px;
  }

  .more-btn {
    width: 28px;
    height: 28px;
  }

  .control-box {
    gap: 7px;
  }

  .control-box .count {
    margin-right: 6px;
    font-size: 13px;
  }

  .control-box button {
    width: 7px;
    height: 12px;
  }

  .control-box button::after {
    width: 7px;
    height: 12px;
    background-size: 55px;
  }

  .control-box .splide__toggle::after {
    background-position: -24px 0;
  }

  .control-box .splide__arrow--next::after {
    background-position: -48px 0;
  }

  #visual {
    height: auto;
    min-height: 397px;
  }

  #visual .con-box {
    gap: 20px;
    padding: 66px 20px 86px 20px;
    min-height: 397px;
  }

  #visual .slogan .txt01 {
    font-size: 15px;
  }
  
  #visual .slogan .txt02 {
    margin-top: 6px;
    font-size: 25px;
  }

  #visual .link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
  }

  #visual .link>li>a {
    width: 84px;
    height: 82px;
    font-size: 13px;
    border-radius: 18px;
  }
  
  #visual .link>li>a::before {
    --width: 50px;
  }

  .mid-box {
    gap: 2px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #board h3>a {
    height: 28px;
  }

  #board :not(.select) h3 a {
    font-size: 18px;
  }

  #board>div:nth-child(2) h3>a {
    margin-left: 29px;
  }

  #board>div:nth-child(2) h3>a::before {
    top: 10.5px;
    left: -15px;
  }

  #board .list {
    top: 38px;
  }

  #board .list>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #board .list>li>a .date {
    display: none;
  }

  #board .list>li>a .tit {
    font-size: 15px;
  }

  #board .list>li>a .txt {
    font-size: 13px;
  }
  
  #board .more-btn {
    top: 0;
  }

  #pzone {
    --bdrs: 10px;
  }

  #pzone .splide__track {
    margin-top: 10px;
    height: auto;
  }

  #program {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  #program::after {
    border-radius: 0;
  }

  #program .splide__slider {
    margin-left: 13px;
    padding: 10px 7px 0 7px;
  }

  #program .splide__slide {
    width: 215px;
  }

  #program .splide__slide .con-box {
    margin-top: 30px;
  }

  #program .splide__slide .stit {
    font-size: 11px;
  }

  #program .splide__slide .tit {
    margin-top: 4px;
    font-size: 13px;
  }

  #schedule {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  #schedule::before {
    width: 100%;
    border-radius: 200px 0 0 0;
    background-size: auto, 182px;
    background-position: 0 0, right -10% top 20%;
  }
  
  #schedule .cal-box {
    margin-top: 10px;
    gap: 30px;
  }

  #schedule .cal-box .calendar {
    margin: 0;
    padding: 28px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #7F1D9F;
    box-shadow: none;
  }

  #schedule .cal-box .calendar::after {
    display: none;
  }

  #schedule .cal-box .calendar .month {
    gap: 18px;
    margin-bottom: 21px;
    font-size: 18px;
  }

  #schedule .cal-box .calendar .month>a {
    width: 23px;
    height: 23px;
    border-radius: 6px;
  }

  #schedule .cal-box .calendar table thead tr th,
  #schedule .cal-box .calendar table tbody tr td {
    width: calc(100% / 7);
    height: 30px;
  }
  
  #schedule .cal-box .calendar table thead tr th {
    font-size: 11px;
  }
  
  #schedule .cal-box .calendar table tbody tr td {
    font-size: 12px;
  }

  #schedule .cal-box .list .tit {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
  }

  #schedule .cal-box .list .tit .date {
    align-self: center;
    text-align: center;
    padding-left: 28px;
    font-size: 18px;
  }

  #schedule .cal-box .list .tit .date::before {
    width: 20px;
    height: 20px;
  }
  
  #schedule .cal-box .list .tit .info {
    padding: 4px 10px 4px 36px;
    font-size: 13px;
  }

  #schedule .cal-box .list .tit .info::before {
    top: 4px;
    left: 10px;
    width: 16px;
  }
  
  #schedule .cal-box .list .tit .info br {
    display: block;
  }

  #schedule .cal-box .list .tit .more-btn {
    top: auto;
    right: 10px;
    bottom: 4px;
  }

  #schedule .cal-box .list .con {
    height: 150px;
    padding: 15px;
    border-radius: 10px;
  }

  #schedule .cal-box .list .con ul>li {
    font-size: 13px;
  }
  
  .quick-box::before {
    left: -70px;
    top: -50px;
    width: 214px;
    height: 214px;
  }
  
  #quick::after {
    left: auto;
    top: auto;
    right: 8px;
    bottom: 0;
    width: 70px;
    height: 58px;
  }
  
  #quick>li>a {
    font-size: 15px;
  }

  #quick>li>a::before {
    --width: 27px;
  }
}