
.datepicker-here{
    overflow: hidden;
}
.datepicker-inline{
    width: 100%;
}
.datepicker-inline .datepicker {
    width: 100%;
}
.datepicker-inline .datepicker{
    border-color: #fff;
    box-sizing: border-box;
}
.datepicker--nav{
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding: 4px 4px 6px 4px;
}
.datepicker--nav-title{
    padding: 0 7px;
    font-family: 'NanumSquareEB', 'Dotum', '돋움', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 1.063rem;
    color: #000;
}
.datepicker--nav-title i {
    font-style: normal;
    color: #000;
    margin-left: 0;
    margin-right: 5px;
}
.datepicker--nav-action svg {
    width: 26px;
    height: 32px;
}
.datepicker--nav-action path {
    stroke: #000;
}
.datepicker--day-name{
    font-family: 'NanumSquareB', 'Dotum', '돋움', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 0.813rem;
    color: #222;
}
.datepicker--content{
    border-bottom: 1px solid #EFEFEF;
}
.datepicker--cell{
    height: 2.750rem;
    font-size: 0.781rem;
    font-family: 'NanumSquareR', 'Dotum', '돋움', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}
.datepicker--cell-day {
    width: 14.28571%;
    font-size: 0.750rem;
}
.datepicker--cell.-current-{
    color: #222;
    position: relative;
}
.datepicker--cell.-current-:after{
    content: '';
    width: 22px;
    height: 22px;
    margin: auto;
    border: 1px solid #FFEB00;
    border-radius: 50%;
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.datepicker--cell.-focus-{
    background: #fff;
}
.datepicker--cell.-selected-.-focus- {
    width: 2.000rem;
    height: 2.000rem;
    margin: auto;
    background: #FFEB00;
    border-radius: 50%;
    color: #222;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-{
    width: 2.000rem;
    height: 2.000rem;
    margin: auto;
    background: #FFEB00;
    border-radius: 50%;
    color: #222;
}
.-weekend-{
    color: #FF4D4D;
}
.-weekend-:nth-child(7n){
    color: #2B7CFF;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #FFEB00;
}
.datepicker--cell.-current- {
    color: #4a4a4a;
}