/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/auth/brand_sign.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
:root {
  font-size: 18px;
  --color-text: #b8afaa;
  --color-bg: #000;
  --color-link: #dfcbc1;
  --color-link-hover: #fff;
  --page-padding: 1rem;
  --color-highlight-start: #dfcbc1;
  --color-highlight-end: #dfcbc1;
  --color-highlight-end-alt: #dfcbc1;
}

.hx {
  background: none;
  color: var(--color-highlight-start);
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.hx-3 {
  --color-highlight-end: #e199cd;
}

.hx-7 {
  --after-height: 0%;
  --after-height-final: 100%;
  --color-bg-highlight: #437745;
  --color-highlight-start: #d2f2d3;
}

.word,
.word > .char {
  display: inline-block;
}

.speech-bubble {
  animation: motion 2s linear 0s infinite;
  margin-top: 0;
}

.char {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
}

@keyframes motion {
  0% {
    margin-top: 0px;
  }
  20% {
    margin-top: 10px;
  }
  40% {
    margin-top: 0px;
  }
  60% {
    margin-top: 10px;
  }
  80% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
body {
  margin: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #121212;
  -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #212121;
}

body::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background: #777;
}

body > * {
  color: #fff;
}

.brand-sign {
  width: 100%;
  background-color: #121212;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 60px;
}
.brand-sign.contentwrap {
  margin: 0;
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
}
.brand-sign h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.24px;
  margin: 0;
}
.brand-sign.inner {
  padding: 0 34px;
}
.brand-sign form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1;
}
.brand-sign article {
  display: flex;
  flex-direction: column;
}
.brand-sign .close-register {
  color: #797979;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-sign .close-register.input[type=checkbox] {
  width: 12px;
  height: 12px;
}

.brand-sign-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.brand-sign-form.brand-sign-in-form {
  max-width: 600px;
}
.brand-sign-form input {
  width: 100%;
}
.brand-sign-form button:hover {
  background: #f0002e;
  border: 1px solid #f0002e;
}

.line-link {
  color: #999;
  text-decoration: underline;
}
.line-link:hover {
  color: #f0002e;
}

@media all and (min-width: 960px) {
  .brand-sign-up {
    padding: 0 0 100px;
  }
}
.social-login {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 34px;
  background: url("/assets/img/common/login-background.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 90vh;
}
.social-login-inner {
  width: 100%;
  display: flex;
  flex: 1 1;
}
.social-login-inner h2 img {
  width: 100%;
  max-width: 90px;
}
.social-login-inner-box {
  padding: 20px;
  border-bottom: 1px solid #212121;
}
.social-login-inner-box:last-child {
  border: none;
}
.social-login-inner-box {
  padding: 20px;
}
.social-login-inner-box:last-child {
  border: none;
}
.social-login-inner-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 45px;
  row-gap: 20px;
  width: 100%;
  text-align: center;
}
.social-login-inner-kakao {
  width: 100%;
}
.social-login a {
  width: 100%;
  display: block;
  background: none;
  box-sizing: border-box;
  font-weight: 700;
}
.social-login a.sign-up {
  background: #f0002e;
  border-color: transparent;
}
.social-login .char {
  display: inline-block;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/calendar/calendar.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
html,
body { /* 크롬, 사파리, 오페라 신버전 */ /* IE */ /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
  text-size-adjust: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.icon-name {
  font-size: 12px;
  white-space: pre;
  color: #767676;
  display: block;
  margin-top: 7px;
}
.icon-name.active {
  color: #fff;
}

.fc {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}

.calendar-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.calendar-wrapper.is-collapsed {
  max-height: 400px;
}
.calendar-wrapper.is-expanded {
  max-height: none;
}

.calendar-toggle-button {
  width: 100%;
  background: #1A181B;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.fc * {
  box-sizing: inherit;
}

.fc .fc-toolbar.fc-header-toolbar {
  padding: 20px 0 16px 0;
  background: #1A181B;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.calendar-icon-slider .slick-track {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  justify-content: center !important;
  width: 100% !important;
}
.calendar-icon-slider .slick-track::before {
  display: none !important;
}
@media (max-width: 768px) {
  .calendar-icon-slider .slick-track {
    justify-content: flex-start !important;
  }
}
.calendar-icon-slider .slick-slide {
  display: flex;
  justify-content: center;
}

.calendar-header-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin: 24px 0 16px 0;
  position: relative;
}

.calendar-header-left {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .calendar-header-left {
    gap: 8px;
  }
}

.calendar-header-select-wrap {
  display: flex;
}

.calendar-header-select {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 2px 4px;
  border: none;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
}
.calendar-header-select option {
  color: #fff;
  background-color: #212121;
  border: none;
}

.fc-theme-standard th {
  background: #1A181B !important;
  border-style: dashed;
  border-bottom: none;
  border-color: #2C2C2C;
}
.fc-theme-standard th:last-child {
  border-right: none;
}

.fc-theme-standard td {
  border-style: dashed;
  border-bottom: none;
  border-color: #2C2C2C;
}
.fc-theme-standard td:last-child {
  border-right: none;
}

.fc .fc-scrollgrid {
  border: none !important;
}

.fc-view-harness {
  background-color: #1A181B;
  padding: 16px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.fc-daygrid-dot-event {
  padding: 0;
}

.fc .fc-daygrid-event {
  margin-bottom: 1px;
}

.fc .fc-col-header-cell-cushion {
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
}

.fc .fc-toolbar.fc-header-toolbar {
  justify-content: center;
  gap: 24px;
}

.fc .fc-toolbar-title {
  font-size: 16px;
}

.fc .fc-button-primary {
  background-color: transparent;
  border: none;
  padding: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  display: none;
}

.fc .fc-daygrid-day {
  height: 142px !important; /* 원하는 높이 */
  min-width: 128px !important;
  min-height: 142px !important;
  max-width: 128px !important;
  max-height: 142px !important;
  padding: 0px; /* 날짜 숫자 여백 */
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .fc .fc-daygrid-day {
    width: calc(100% - 20px)/7;
    height: 109px !important;
    min-width: 52px !important;
    min-height: 109px !important;
    max-width: 52px !important;
    max-height: 109px !important;
  }
}

.calendar-list-item-remain {
  color: #b2b2b2;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.fc .fc-daygrid-day-top {
  font-size: 0.875rem; /* 날짜 숫자 크기 */
  flex-direction: column;
  align-items: center;
}

.fc-daygrid-day-events {
  margin-top: 0.3rem !important;
  display: flex;
  flex-direction: column;
  gap: 1.25px;
}

.fc .fc-daygrid-day.fc-day-today {
  background: transparent !important;
}

.fc-h-event {
  border: none;
}

.fc .fc-daygrid-day-number {
  text-align: center;
  font-size: 16px;
}

.calendar-list-item {
  height: 28px;
  color: #fff;
  padding: 4px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.calendar-list-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.calendar-bar-title {
  width: calc(100% + 3px);
  font-size: 0.625rem;
  color: #fff;
  cursor: pointer;
  padding: 3px 6px;
  border-radius: 4px 0 0 4px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.calendar-store-divider {
  height: 1px;
  background-color: #2C2C2C;
  width: 100%;
}

.calendar-store-list {
  padding: 0 16px;
}
.calendar-store-list-empty {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 40px 0;
}
.calendar-store-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-weight: 500;
  margin: 32px 0 16px 0;
}
.calendar-store-list-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calendar-store-list-header-select {
  min-height: 30px;
  padding: 6px 12px;
  border: none;
  background-color: #2c2c2c;
  color: #a7a7a7;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}
.calendar-store-list-header-category {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #999;
}
.calendar-store-list-header-category img {
  width: 16px;
  height: 16px;
}
.calendar-store-list-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.calendar-store-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  list-style: none;
}

.calendar-store-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  align-items: center;
  width: 100%;
}

.calendar-store-thumbnail {
  width: 87px;
  height: auto;
  min-height: 116px;
  max-height: 116px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.calendar-store-content {
  flex: 1 1;
  min-width: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}

.calendar-store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.calendar-store-category {
  height: 20px;
  margin: 0;
  font-size: 10px;
  color: #EAEAEA;
  background: #3A3A3F;
  padding: 0px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.calendar-store-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.myschedule-title {
  font-weight: 400 !important;
  color: #999;
}

.calendar-store-date,
.calendar-store-time,
.calendar-store-address {
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}

.calendar-store-address {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  opacity: 0.5;
}
.calendar-store-address img {
  padding-top: 2px;
}

.calendar-store-badge-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.badge-open,
.badge-closed,
.badge-upcoming,
.badge-unknown,
.badge-holiday,
.badge-preRegister,
.badge-preRegister-closed {
  padding: 0px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  height: 20px;
  display: flex;
  align-items: center;
}

.badge-open {
  background: rgba(170, 0, 33, 0.45);
  color: #fff;
}

.badge-closed,
.badge-unknown,
.badge-holiday {
  background: #2C2C2C;
  color: #999;
}

.badge-upcoming {
  background: #F1D9CD;
  color: #F6510A;
}

.badge-preRegister {
  background: #FFCCD6;
  color: #F0002E;
  box-shadow: 0px 0px 0px 0.3px #F0002E;
}

.badge-preRegister-closed {
  background: #DFDFDF;
  color: rgb(105, 87, 90);
}

.popupdetail-title-info .location {
  display: flex;
  align-items: center !important;
  gap: 4px;
}

@media (max-width: 960px) {
  .MuiPickersDay-root {
    width: 52px !important;
    font-size: 0.25rem;
    padding: 4px !important;
  }
  .MuiPickersDay-root::before {
    width: 16px !important;
    height: 16px !important;
    font-size: 0.625rem !important;
    line-height: 16px !important;
    right: 0 !important;
  }
  .MuiDayCalendar-weekDayLabel {
    font-size: 0.402rem !important;
  }
  .MuiPickersSlideTransition-root > * {
    position: relative !important;
  }
  .MuiDayCalendar-slideTransition {
    min-height: auto !important;
  }
  .fc .fc-col-header-cell-cushion,
  .fc .fc-daygrid-day-number {
    font-size: 14px;
  }
  .calendar-list-wrap {
    padding: 0 !important;
  }
  .calendar-title {
    font-size: 0.375rem !important;
    font-style: normal;
    font-weight: 600;
    padding: 2px 3px !important;
    border-radius: 4px;
    line-height: 12px;
  }
  .calendar-title img.schedule-icon {
    display: none;
  }
  .calendar-bar-title {
    width: calc(100% + 2px);
  }
  .btns-wrap .btn {
    min-width: none !important;
    font-size: 0.75rem !important;
    letter-spacing: -0.08rem !important;
  }
  .calendar-list-item span {
    font-size: 8px !important;
  }
  .calendar-list-item-icon {
    display: none;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/common/WorkingHours.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.working-hours {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.working-hours__toggle {
  position: absolute;
  left: 170px;
}
.working-hours__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.working-hours__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.working-hours__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.working-hours__item:last-child {
  margin-bottom: 0;
}
.working-hours__days {
  font-weight: bold;
}
.working-hours__time {
  color: #ffffff;
}
.working-hours__item-today {
  text-decoration: underline;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/slick-carousel/slick/slick.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.db61df16.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/main/Contents/Contents.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Contents_container__o5o3O {
  display: flex !important;
  width: 100% !important;
  height: 175px;
  border-radius: 12px;
  overflow: hidden;
}

.Contents_imageArea__EK3Da {
  width: 140px !important;
  height: 175px;
  flex-shrink: 0;
  display: block !important;
  border-radius: 12px;
}

.Contents_square__DQKxe {
  display: flex !important;
  width: 140px;
  height: 175px;
  background: linear-gradient(101.13deg, #363333 -86.12%, #1e1e1e 79.44%);
  border-radius: 12px;
}

.Contents_infoArea__WSmta {
  flex: 1 1;
  padding: 16px;
  display: flex !important;
  width: 100% !important;
  flex-direction: column;
  justify-content: space-between;
}

.Contents_buttonArea__Hzv5D {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 16px;
}

.Contents_reserveButton__4NowY {
  display: flex !important;
  width: 80px !important;
  height: 24px;
  background: #363333;
  border-radius: 4px;
  margin-right: auto !important;
}

.Contents_statsArea__fGo3W {
  display: flex !important;
  width: auto !important;
  align-items: center !important;
  gap: 12px;
  margin-left: auto !important;
}

.Contents_viewCount__zObTB {
  width: 40px !important;
  height: 16px;
  background: #363333;
  border-radius: 4px;
}

.Contents_likeButton__amxV5 {
  width: 24px !important;
  height: 24px;
  background: #363333;
  border-radius: 50%;
}

.Contents_storeInfo__Jb8Z0 {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.Contents_title__SlRz6 {
  width: 90% !important;
  height: 20px;
  background: #363333;
  border-radius: 4px;
}

.Contents_location__AjYBW {
  width: 30% !important;
  height: 16px;
  background: #363333;
  border-radius: 4px;
}

.Contents_date__mflt6 {
  width: 40% !important;
  height: 16px;
  background: #363333;
  border-radius: 4px;
}

.Contents_central__TG5Ge {
  display: flex !important;
  flex: 1 1 !important;
  flex-direction: column;
  gap: 8px;
}
.Contents_central__TG5Ge div {
  border-radius: 4px;
}

.Contents_textLine__jvZSs {
  width: 160px;
  height: 15px;
  background: #1d1d1d;
}
@media (max-width: 768px) {
  .Contents_textLine__jvZSs {
    width: 100px;
  }
}

.Contents_right__cr3tF {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: space-between;
}

.Contents_smallBoxes__YP5XL {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.Contents_smallBoxes__YP5XL div {
  border-radius: 4px;
}

.Contents_smallBoxes__YP5XL div:first-child {
  width: 66px;
  height: 26px;
}

.Contents_smallBoxes__YP5XL div:nth-child(2) {
  width: 114px;
  height: 16px;
}

.Contents_circle__42h0I {
  width: 24px;
  height: 24px;
  background: #1d1d1d;
  border-radius: 50%;
  position: relative;
  right: 5px;
  top: 3px;
}

.Contents_smallBox__1_rz_ {
  background: #1d1d1d;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/main/MiddelBannerSlide/MiddleBannerSlide.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MiddleBannerSlide_skeleton__MS6B2 {
  width: 260px;
  height: 325px;
  border-radius: 10px;
  background: linear-gradient(101.13deg, #363333 -86.12%, #1e1e1e 79.44%);
  background-size: 200% 100%;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/main/TopBannerSlide/TopBannerSlide.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TopBannerSlide_skeleton__dT3Nu {
  width: 960px;
  height: 480px;
  background: linear-gradient(101.13deg, #363333 -86.12%, #1E1E1E 79.44%);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .TopBannerSlide_skeleton__dT3Nu {
    width: 100%;
    height: 430px;
    border-radius: 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/myply/NavigationSkeleton.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.NavigationSkeleton_navigation-skeleton__LKlAZ {
  width: 450px;
  height: 700px;
  border-radius: 8px;
  background: linear-gradient(40.22deg, #0f0e0e -24.78%, #242424 17.3%, #1d1d1d 58.42%);
}
@media (max-width: 960px) {
  .NavigationSkeleton_navigation-skeleton__LKlAZ {
    width: 100%;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/skeletonWithImage/SkeletonWithImage.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SkeletonWithImage_skeleton-with-image-container__rfUNy {
  position: relative;
  width: var(--width);
  height: var(--height);
  overflow: hidden;
}

.SkeletonWithImage_image__Inc0J {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
