/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

/* input[type="date"]{position: relative;} */

.pointer {
    cursor: pointer;
}

/* ANCHOR margin */
.mtb-16 {
    margin: 16px 0px !important;
}
.mtb-20 {
    margin: 16px 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

/* ANCHOR input */
input[type='date'] {
    position: relative;
    background: url('https://cdn-icons-png.flaticon.com/512/2278/2278049.png') no-repeat right;
    background-size: 20px 20px;
    background-position-x: 92%;
}

input[type='date']::-webkit-clear-button,
input[type='date']::-webkit-inner-spin-button {
    display: none !important;
    -webkit-appearance: none !important;
}

input[type='date']::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

input[type='datetime-local'] {
    position: relative;
    background: url('https://cdn-icons-png.flaticon.com/512/2278/2278049.png') no-repeat right;
    background-size: 20px 20px;
    background-position-x: 98%;
}

input[type='datetime-local']::-webkit-clear-button,
input[type='datetime-local']::-webkit-inner-spin-button {
    display: none !important;
    -webkit-appearance: none !important;
}

input[type='datetime-local']::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

/* ANCHOR 페이징 */
.paging {
    margin: 50px 0px;
    padding: 0px;
}
.paging ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
.paging ul li {
    height: 35px !important;
    margin-left: -1px;
}

.paging a.pag_num {
    display: block;
    padding: 0.375rem 0.75rem;
    height: 101%;
    font-size: 0.875rem;
    color: #25a0e2;
    background-color: transparent;
    border: 1px solid #e9ebec;
}

.paging a.pag_num:hover {
    background-color: #e9ebec;
}
.paging a.on {
    color: #fff;
    background-color: #25a0e2;
}
.paging a.on:hover {
    background-color: #25a0e2;
}
.paging li:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.paging li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.paging .pag_start {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 5px 8px !important;
}
.paging .pag_prev {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 5px 8px !important;
}

/* ANCHOR 사용자 목록 */
#detail_box {
    display: none;
}

/* ANCHOR 모달 */
.noList > div {
    text-align: center;
    margin: 50px 0px;
    font-size: 24px;
}

.se2_box {
    margin-top: 5px;
    padding: 16px;
    width: auto;
    background-color: rgba(37, 160, 226, 0.05);
    border-color: rgba(37, 160, 226, 0.05);
    border-width: 1px;
}

.se2_box iframe {
    margin-top: 5px;
    background-color: white;
}

/* ANCHOR 매거진 */
.ord_box {
    width: 50px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    margin-left: 10px;
    line-height: 17px;
}

/* ANCHOR 체크박스 */
/* .btn-group input[type="checkbox"] + label {
  background: red;
}
.btn-group input[type="checkbox"]:checked + label {
  background: blue;
} */

/* ANCHOR 이미지 폼 양식 */
#f_imgWrap {
    display: flex;
    justify-content: space-between;
}
#f_imgWrap > div {
    width: 49%;
}
#f_imgWrap > div img {
    width: 100%;
    height: 287px;
}

/* ANCHOR 리스트 탭 */
.tab_row {
    display: flex;
    align-items: center;
}
/* .tab_row :nth-child(1) {margin-right: 15px;} */

.tab_row input[type='radio'] {
    display: none;
}
.tab_row input[type='radio']:checked + label {
    color: #25a0e2;
    border-bottom: 2px solid #25a0e2;
}
.tab_row label {
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #acacac;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}
.tab_row :nth-child(2n) {
    margin-right: 26px;
}

/* ANCHOR 예약 달력 */
.dateHead div {
    background: #f3f6f9;
    color: #212529;
    text-align: center;
}

.gridWrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* grid-gap: 5px; */
}
.gridWrap > div {
    padding: 13px;
    font-size: 0.9rem;
    border: 1px solid #dddddd;
}
.dateBoard > div {
    /* height: 180px; */
    color: #222;
    min-height: 6rem;
    padding: 1.7rem 0.8rem 0.6rem;
    border: 1px solid #dddddd;
}

.dateBoard > :nth-child(7n) {
    background: #ecedfb;
}
.dateBoard > :nth-child(7n) > .head {
    color: #3e4bff;
}
.dateBoard > :nth-child(7n + 1) {
    background: #f9edee;
}
.dateBoard > :nth-child(7n + 1) .head {
    color: #ff3f4f;
}
.noColor {
    background-color: transparent;
}

.dateWrap {
    background: #ffffff;
    border: 1px solid #e9ebec;
    border-radius: 4px;
    padding: 29px 22px;
}
.dateWrap .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 10rem 1rem 0rem;
}
.dateWrap .header > h2 {
    margin: 0px;
    width: 450px;
}
.dateWrap .tableWrap {
    overflow-x: auto;
}

.dateWrap .eventWrap {
    position: relative;
}
.dateWrap .eventWrap .listWrap {
    margin-top: 12px;
}
.dateWrap .eventWrap .head {
    text-align: right;
    font-weight: bold;
    height: 33.5px;
    position: absolute;
    top: 6px;
    right: 15px;
}

.dateWrap .eventWrap.opa {
    opacity: 0.6;
}
.dateWrap .eventWrap.today {
    background: rgba(37, 160, 226, 0.0980392);
    position: relative;
}
.dateWrap .eventWrap.today .head {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
    right: 2px;
    background: #25a0e2;
    color: #fff;
    border-radius: 100%;
    width: 33.5px;
    height: 33.5px;
}

.dateWrap .eventWrap .scrollBox {
    /* overflow-y: auto; */ /* height: 100px; */
}

.dateWrap .eventWrap .eventItem {
    padding: 6px 10px;
    background: rgba(69, 203, 133, 0.176471);
    border-radius: 2px;
    margin-bottom: 4px;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #45cb85;
}

.dateWrap .eventWrap.past .eventItem {
    background: rgba(186, 186, 186, 0.176471);
    color: #979797;
}
.dateWrap .eventWrap.past {
    opacity: 0.6;
}

.dateWrap .eventWrap .allData {
    background: #d8d8d9 !important;
    color: #535353 !important;
}

#table_daily thead tr :nth-child(2n + 1) {
    background: #eef1f4;
}
#table_daily thead tr :nth-child(2n) {
    background: #f3f6f9;
}
#table_daily tbody tr td {
    text-align: center;
}

/* ANCHOR 달력 좌측상단 버튼 */
.dateWrap .btnBox {
    display: flex;
    align-items: center;
}
.dateWrap .btnBox > .off {
    opacity: 0.6;
    pointer-events: none;
}

.dateWrap .btnBox > :nth-child(2) {
    width: 95px;
    height: 50px;
    background: #25a0e2;
    padding: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
}
.dateWrap .btnBox > :nth-child(2n + 1) {
    position: relative;
    background: rgba(135, 138, 153, 0.14902);
    border-radius: 4px 0px 0px 4px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dateWrap .btnBox > :nth-child(2n + 1) > div {
    transform: translate(50%, 50%);
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #878a99;
    border-right: 1px solid #878a99;
}
.dateWrap .btnBox .prevDay > div {
    transform: rotate(225deg); /* 각도 */
}
.dateWrap .btnBox .nextDay > div {
    transform: rotate(-315deg); /* 각도 */
}

/* ANCHOR 캠핑장 등록 */
form.camp_regist .peakInp {
    width: 31.3%;
    background: #eef1f4;
    border-radius: 4px;
    padding: 8.5px 12px;
    margin-right: 13px;
}
form.camp_regist .peakInp > div {
    color: #6d7080;
    border: 0;
    background-color: transparent;
}

form.camp_regist .tb_right th > input {
    text-align: right;
}
form.camp_regist .tb_right td > input[type='number'] {
    text-align: right;
}
form.camp_regist .tb_right td > input::-webkit-input-placeholder {
    text-align: right;
}

form.camp_regist #sms_list input[type='checkbox'] {
    display: none;
}

form.camp_regist #box_bookEnd input[type='date'] {
    background-position-x: 98%;
}
form.camp_regist div.line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}

form.camp_regist .btn-group > label {
    height: fit-content;
}
form.camp_regist .f_btn {
    margin-left: 10px;
    padding: 10px 20px;
    white-space: nowrap;
    border: none;
}
form.camp_regist #auto_reservBox {
    display: none;
    margin-top: 24px;
}
form.camp_regist #auto_reservList > div:not(:last-child) {
    margin-bottom: 12px;
}
form.camp_regist #auto_reservList ul.next {
    color: white;
    background: #898989;
    padding: 0.25rem 1rem 0.25rem 1.5rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
form.camp_regist #auto_reservList ul.next li {
    list-style-type: disc;
}
form.camp_regist #auto_reservList .roopBox > :nth-child(1) {
    flex: 0.98;
}
form.camp_regist #auto_reservList .roopBox > :nth-child(2) {
    flex: 0.02;
    height: fit-content;
}

form.camp_regist #noticeListBox > div {
    display: flex;
    align-items: center;
}
form.camp_regist #noticeListBox > div:not(:last-child) {
    margin-bottom: 10px;
}
form.camp_regist #noticeListBox > div :not(:last-child) {
    margin-right: 8px;
}
form.camp_regist #noticeListBox > div input {
    width: 30%;
}

/* ANCHOR 캠핑장 구역 등록 */
form.campArea_regist #ground_box {
    border-top: 1px solid #e9ebec;
    padding-top: 16px;
}
form.campArea_regist #siteSetBox > div p {
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #6d7080;
    margin-bottom: 0px;
}
form.campArea_regist #siteSetBox button {
    width: 100%;
}
form.campArea_regist #siteSetBox input[type='file'] {
    display: none;
}
form.campArea_regist #siteSetBox label.btn {
    width: 100%;
}

form.campArea_regist #siteListItem {
    padding: 0 16px 16px;
}
form.campArea_regist #siteListItem > div.row {
    margin: 0 0 16px 0;
    padding: 0px;
    justify-content: space-between;
}
form.campArea_regist #siteListItem > div.row > div {
    margin: 0px;
    padding: 0px;
    width: 15.5%;
}
form.campArea_regist #siteListItem > div.row > div:first-child {
    width: 66%;
    margin-right: 14px;
}
form.campArea_regist #siteListItem > div button {
    width: 100%;
}
form.campArea_regist #siteListItem .imgBox {
    width: 66%;
    padding: 6px;
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
form.campArea_regist #siteListItem .imgBox img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 12px;
}
form.campArea_regist #siteListItem .imgBox div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #6d7080;
}
form.campArea_regist #siteListItem .start input {
    background: #b3ece2;
    color: #6d7080;
}
form.campArea_regist #siteListItem .start > :nth-child(2) > button {
    background: #ffbc0a;
    border-color: #ffbc0a;
}

form.campArea_regist #ageTable label {
    margin-top: 16px;
}
form.campArea_regist #ageTable th {
    font-weight: 400 !important;
}
form.campArea_regist #ageTable td > input {
    text-align: right;
}
form.campArea_regist #ageTable .ageTypeBox > :nth-child(1) {
    background: #00bd9d;
}
form.campArea_regist #ageTable .ageTypeBox > :nth-child(2) {
    background: #25a0e2;
}
form.campArea_regist #ageTable .ageTypeBox > :nth-child(3) {
    background: #f672a7;
}
form.campArea_regist #ageTable .peakBox > :nth-child(2n + 1) {
    background: #ffffff;
}
form.campArea_regist #ageTable .peakBox > :nth-child(2n) {
    background: #ebebeb;
}
form.campArea_regist #ageTable .peakBox > :nth-child(3n) {
    background: #c0c0c0;
}

form.campArea_regist #inRowBox p {
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #6d7080;
    margin: 0px;
}
form.campArea_regist #inRowList > :not(:last-child) {
    margin-bottom: 8px;
}

form.campArea_regist #longStayBox p {
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #6d7080;
    margin: 0px;
}
form.campArea_regist #longStayBox .row {
    margin: 0px;
}
form.campArea_regist #longStayBox .row > :first-child {
    padding: 0 12px 0 0;
}
form.campArea_regist #longStayList > :nth-child(n) {
    margin-top: 8px;
}
form.campArea_regist #priceInfoList > div {
    margin-top: 8px;
}
form.campArea_regist #sel2Box {
    position: relative;
}
form.campArea_regist #sel2Box > button.rm {
    position: absolute;
    right: 36px;
    bottom: 8px;
}

.tagify--outside {
    border: none !important;
    width: 96%;
}
.tagify--outside .tagify__input {
    order: -1;
    flex: 100%;
    border: 1px solid var(--tags-border-color);
    margin-bottom: 1em;
    transition: 0.1s;
    height: 39px;
    padding: 10px 9px;
}
.tagify--outside .tagify__input:hover {
    border-color: var(--tags-hover-border-color);
}
.tagify--outside.tagify--focus .tagify__input {
    transition: 0s;
    border-color: var(--tags-focus-border-color);
}

/* ANCHOR tagify */
.tagify__tag {
    background-color: #25a0e2;
    border-radius: 7px;
}
.tagify__tag > x {
    background-color: #25a0e2;
    color: white !important;
}
.tagify__tag > div {
    background-color: #25a0e2;
    color: white !important;
    border-radius: 7px !important;
}
.tagify__tag > div::before {
    inset: var(--tags-focus-border-color, 0) !important;
}

/* ANCHOR 일일 예약표 */
#day_reserv {
    padding: 70px 90px;
}

#day_reserv .head_btn {
    margin-bottom: 10px;
}
#day_reserv .head_btn button {
    background: #ffffff;
    border: 1px solid #00bd9d;
    border-radius: 4px;
    color: #00bd9d;
}
#day_reserv .top_btn > div :nth-child(n) {
    white-space: nowrap;
}
#day_reserv .top_btn > div > div {
    font-weight: 400;
    background: #25a0e2;
    color: #fff;
    padding: 0px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#day_reserv .date_box {
    display: block;
}
#day_reserv .date_box label {
    width: 100%;
}
#day_reserv .date_box #inp_date {
    border: none;
    background: none !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: right;
    color: #25a0e2;
}
#day_reserv .date_box #inp_date:focus-visible {
    outline: none;
}
#day_reserv .date_box font {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #25a0e2;
}

#day_reserv .title_box {
    justify-content: space-between;
    margin-top: 70px;
}
#day_reserv .title_box > div h3 {
    font-weight: 700;
    font-size: 30px;
    color: #25a0e2;
}
#day_reserv .title_box > div p {
    margin: 50px 0px 0px;
    color: #535353;
}
#day_reserv .title_box > div > div :nth-child(1) {
    font-size: 30px;
    color: #535353;
    font-weight: 700;
}
#day_reserv .title_box > div > div :nth-child(2) {
    color: #535353;
}
#day_reserv .title_box > div ul {
    margin: 50px 0px 0px;
    color: #535353;
}
#day_reserv .title_box > div ul li:not(:last-child) {
    margin-bottom: 10px;
}

#day_reserv .mid_box > p {
    color: #535353;
    margin-top: 30px;
}
#day_reserv .mid_box > div.card {
    overflow-x: auto;
}

#day_reserv .btm_box {
    margin-top: 20px;
}
#day_reserv .btm_box > :nth-child(n) {
    width: 30%;
}
#day_reserv .btm_box > :nth-child(3) {
    width: 40%;
}

#day_reserv .btm_box table tr :nth-child(2) {
    text-align: right;
}
#day_reserv .btm_box table tr.bt_1 {
    border-top: 1px solid #e0e0e0;
}
#day_reserv .btm_box table tr.bg_gray {
    background: #f7f7f7;
}
#day_reserv .btm_box table tr.bg_lightblue {
    background: #eaf6fd;
}
#day_reserv .btm_box table tr.bg_lightblue > td {
    color: #25a0e2;
}
#day_reserv .btm_box table tr.bg_blue {
    background: #25a0e2;
}
#day_reserv .btm_box table tr.bg_blue > td {
    color: #fff;
}

#day_reserv .btm_box table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}

@media (max-width: 1300px) {
    /* ANCHOR 예약 달력 */
    .dateWrap .gridWrap > div {
        font-size: 8px;
    }
    .dateWrap .dateHead > div {
        width: 170px;
    }
    .dateWrap .dateBoard > div {
        width: 170px; /* height: 172px !important; */
        padding: 1.3rem 0.8rem 0.6rem;
    }

    .eventWrap .eventItem {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-break: break-all;
    }
    .eventWrap .head {
        font-weight: 400;
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 6px;
        width: 25px !important;
        height: 25px !important;
    }
}

@media (max-width: 767px) {
    /* ANCHOR 이미지 폼 양식 */
    #f_imgWrap {
        display: block;
    }
    #f_imgWrap > div {
        width: 100% !important;
    }
    #f_imgWrap > div img {
        width: 85%;
        /* height: 160px; */
    }

    /* ANCHOR 예약 달력 */
    /* .dateWrap .tableWrap {overflow-x: auto;} */
    .dateWrap .gridWrap > div {
        font-size: 5.5px;
    }
    .dateWrap .dateHead > div {
        width: 107px;
        height: 24px;
        padding: 6px 0px;
    }
    .dateWrap .dateBoard > div {
        width: 107px;
        height: 83.65px !important;
        border: 1px solid #dddddd;
        min-height: auto;
        padding: 19.5px 1.3px 1.3px;
    }

    .dateWrap {
        border: 0px;
        border-radius: 0px;
        padding: 0px;
    }
    .dateWrap .header {
        display: block;
        padding: 0px 0 40px;
        text-align: center;
        justify-content: center;
    }
    .dateWrap .header > h2 {
        margin-top: 9px;
    }

    .dateWrap .btnBox {
        justify-content: center;
    }
    .dateWrap .btnBox > :nth-child(2) {
        width: auto;
        height: 33px;
        padding: 10px 23px;
        font-size: 9px;
        line-height: 13px;
    }
    .dateWrap .btnBox > :nth-child(2n + 1) {
        width: 33px;
        height: 33px;
        padding: 0px;
    }
    .dateWrap .btnBox > :nth-child(2n + 1) > div {
        width: 7px;
        height: 7px;
    }

    .eventWrap .head {
        font-weight: 400;
        font-size: 5.5px;
        line-height: 8px;
        width: 15.5px !important;
        height: 15.5px !important;
        top: 3px !important;
        right: 6px !important;
    }
    .eventWrap .scrollBox {
        overflow-y: auto;
        height: 47px;
    }
    .eventWrap .eventItem {
        padding: 3px 4.5px !important;
        margin-bottom: 2px !important;
        font-size: 6px !important;
        line-height: 8px !important;
    }
    .eventWrap .allData {
        background: #d8d8d9;
        color: #535353;
    }

    .eventWrap .listWrap {
        margin-top: 5px !important;
    }
    .eventWrap.today .head {
        display: flex !important;
        top: 1px !important;
        right: 1px !important;
    }
    /* .eventWrap.today .head > div{right: 3px !important;top: 3px !important;} */

    /* ANCHOR 일일 예약표 */
    #day_reserv {
        padding: 0px;
        border: none;
        margin-bottom: 0px;
    }
    #day_reserv .btn-group {
        padding: 0px;
    }

    #day_reserv .top_btn > div {
        width: 100%;
    }
    #day_reserv .top_btn > div :nth-child(n) {
        white-space: initial;
    }
    #day_reserv .top_btn > div > div {
        padding: 0px 20px;
    }
    #day_reserv .top_btn > div > button {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        padding: 9px;
    }

    #day_reserv .date_box #inp_date {
        font-size: 20px;
        line-height: 27px;
    }

    #day_reserv .title_box {
        margin-top: 30px;
    }
    #day_reserv .title_box > div h3 {
        font-size: 20px;
        line-height: 27px;
    }
    #day_reserv .title_box > div p {
        margin: 64px 0px 0px;
    }
    #day_reserv .title_box > div > div :nth-child(1) {
        font-size: 20px;
    }
    #day_reserv .title_box > div ul {
        margin: 20px 0px 0px;
    }
    #day_reserv .title_box > div ul li {
        font-size: 14px;
        line-height: 19px;
    }

    #day_reserv .btm_box {
        margin-top: 24px;
    }
    #day_reserv .btm_box > :nth-child(n) {
        width: 0%;
    }
    #day_reserv .btm_box > :nth-child(3) {
        width: 100%;
    }

    #day_reserv .btm_box table {
        border: 1px solid #e0e0e0;
    }
    #day_reserv .btm_box table tr.bt_1 {
        border-top: 1px solid #e0e0e0;
    }
    #day_reserv .btm_box table tr.bg_gray {
        background: #f7f7f7;
    }
    #day_reserv .btm_box table tr.bg_lightblue {
        background: #eaf6fd;
    }
    #day_reserv .btm_box table tr.bg_lightblue > td {
        color: #25a0e2;
    }
    #day_reserv .btm_box table tr.bg_blue {
        background: #25a0e2;
    }
    #day_reserv .btm_box table tr.bg_blue > td {
        color: #fff;
    }

    #day_reserv .btm_box table tr td {
        font-size: 9px;
        line-height: 13px;
        padding: 6.5px;
    }
}
