.pika-single {
  margin-top: 8px;
  border: 1px solid #3575df;
  border-radius: 8px;
  box-shadow: none !important;
  padding: 16px;
  font-family: 'Noto Sans KR' !important;
  font-size: 13px;
  line-height: 13px;
}

.pika-lendar {
  margin: 0;
}

.pika-title {
  margin: 0 auto;
  width: 113px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 14px;
}

.pika-label {
  padding: 0;
  color: #5b6371;
  line-height: 15px;
  font-weight: 400 !important;
}

.pika-title .pika-label + .pika-label::before {
  content: '-';
}

.pika-prev,
.pika-next {
  font-size: 0;
  line-height: 0;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pika-prev,
.is-rtl .pika-next {
  opacity: 1;
  background-image: url('../image/arrow1_left.png');
}

.pika-next,
.is-rtl .pika-prev {
  opacity: 1;
  background-image: url('../image/arrow1_right.png');
}

.pika-table thead,
.pika-table th {
  display: none;
}

.pika-table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pika-table td,
.pika-table th {
  border: 1px solid #d9dfec;
  padding: 0;
}

.pika-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
  background: transparent;
  font-weight: 400 !important;
}

.is-today .pika-button {
  color: #5b6371;
  background: rgba(217, 223, 236, 0.5);
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  background: #0068ff;
  box-shadow: none;
  border-radius: 0;
}

.pika-table td button:hover {
  color: #5b6371;
  outline: 1px solid #d9dfec;
  background: #f2f7ff;
}

.pika-table td:nth-child(1) button {
  color: #ff4c4c;
}

.pika-table td:nth-child(7) button {
  color: #0068ff;
}

.pika-select-month,
.pika-select-year {
  display: none;
}
