[v-cloak] {
    display: none !important;
}
/*color*/
:root{
    --main-color: #FF7A50;
    --sub-text-color: #6e6e6e;
    --border-color: #e5e5e5;
    --sub-bg: #f7f8fb;
    --cpt-danger: #F94239;
    --cpt-danger-bg: #FEECEB;
    --cpt-primary: #1D8BFF;
    --cpt-primary-bg: #EFF7FF;
    --cpt-success: #00C9A7;
    --cpt-success-bg: #E5FAF6;
    --cpt-info: #1DC9FF;
    --cpt-info-bg: #E8FAFF;
    --cpt-warning: #FF7A50;
    --cpt-warning-bg: #FFEB6F;
    --cpt-secondary: #6e7881;
    --cpt-secondary-bg: #EDEFF2;
}
:focus-visible{
    outline-color: var(--border-color);
}
[v-cloak]{
    display: none;
}

/* Noto Sans KR */
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('font-woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('font-woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('font-woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('font-woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('font-woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('font-woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('font-woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('font-woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

/*pretendard*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: url(https://cdn.campingtalk.net/local/font/pretendard/Pretendard-Bold.subset.woff2) format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.campingtalk.net/local/font/pretendard/Pretendard-Regular.subset.woff2) format('woff2');
}

/* kb용 폰트 */
@font-face {
    font-family: 'KBFGDisplayB';
    src: url(https://cdn.campingtalk.net/local/font/kbstar/KBFGDisplayB.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'KBFGDisplayL';
    src: url(https://cdn.campingtalk.net/local/font/kbstar/KBFGDisplayL.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KBFGDisplayM';
    src: url(https://cdn.campingtalk.net/local/font/kbstar/KBFGDisplayM.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRoundB';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRoundB.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* kb 제휴몰 */
.kb-font-B{
    font-family: 'KBFGDisplayB', serif !important;
}
.kb-font-L{
    font-family: 'KBFGDisplayL', serif !important;
}
.kb-font-M{
    font-family: 'KBFGDisplayM', serif !important;
}
.kb-main-btn{
    background-color: #ffd338;
    color: #2D2723 !important;
    height: 40px !important ;
    margin: 16px 0 8px !important;
    border-radius: 2px !important;
}
.kb-text-color-1{
    color: #696e76 !important;
}
.kb-text-color-2{
    color: #287eff !important;
}
.kb-bg-color:before{
    background-color: #eee7df !important;
}
.kb-bg-color > h6{
    color: #2D2723 !important;
}
.camping-search-kb > div > div > span, .camping-search .search-half span{
    font-size: 12px !important;
}

/* policyNav */
#policyNav ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fff;
    box-shadow: inset 0 -2px 0 0 #f2f2f2;
}
#policyNav ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
#policyNav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem .5rem;
    font-size: 14px;
    text-align: center;
}
#policyNav ul li.active{
    border-bottom: 2px solid #FF7A50;
}
#policyNav ul li.active a{
    color: #FF7A50;

}

/* 이용약관 */
#policyArea{
    font-size: 14px;
    /*font-family: "S-Core Dream 4 Regular", serif;*/
}

#policy input[type="checkbox"]:checked{
    border: unset;
}

/* common */
p {
    margin: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: unset;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif, serif;
    margin: 0;
    font-weight: 700;
}
h1 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
.fs-6{
    font-size: 12px !important;
}
.fs-7{
    font-size: 14px !important;
}
.fs-8{
    font-size: 10px !important;
}
.fs-9{
    font-size: 14px !important;
}
body.no-scroll {
    overflow-y: hidden !important;
}
button {
    background-color: transparent;
    border: none;
    color: unset;
}
textarea {
    resize: none;
    overflow: auto;
}
input {
    padding: 5px 0 5px 20px;
    border: 1px solid #e5e5e5;
    border-radius: .375rem;
    background-color: #fff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="checkbox"]{
    width: 16px;
    height: 16px;
    padding: 0;
    appearance: none;
    cursor: pointer;
}
input[type="checkbox"]:checked{
    border: 5px solid #3d7cf0;
}
.btn{
    border: none;
}
body {
    width: 100%;
    height: 100%;
    color: #222 !important;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif, serif;
    padding-right: 0 !important;
    /*offcanvas에서 스크롤 제어가안되서 important 삭제*/
    overflow: auto;
    /* -ms-overflow-style: none; */
}
.cursor{
    cursor: pointer;
}
.no-cursor{
    cursor: default !important;
}
.fw-bold{
    font-weight: 700 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.border-start{
    border-left: 1px solid #e5e5e5 !important;
}
.border-end{
    border-right: 1px solid #e5e5e5 !important;
}

.border-bottom{
    border-bottom: 1px solid #e5e5e5 !important;
}
.border-top{
    border-top: 1px solid #e5e5e5 !important;
}
.keep-all{
    word-break: keep-all;
}
.content-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 450px;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    padding: 0 1rem;
}
.content-overlay-textarea {
    position: relative;
    text-align: center;
    color: white;
}
.content-overlay-text {
    font-weight: bold;
    font-size: 1.5rem;
    word-break: keep-all;
}
/* ::-webkit-scrollbar {
  display: none;
} */

/*cpt-btn template*/
.cpt-soft-danger,
.cpt-soft-danger:hover,
.cpt-soft-danger:focus,
.cpt-soft-danger:active{
    color: var(--cpt-danger) !important;
    background-color: var(--cpt-danger-bg) !important;
}
.cpt-soft-primary,
.cpt-soft-primary:hover,
.cpt-soft-primary:focus,
.cpt-soft-primary:active{
    color: var(--cpt-primary) !important;
    background-color: var(--cpt-primary-bg) !important;
}
.cpt-soft-success,
.cpt-soft-success:hover,
.cpt-soft-success:focus,
.cpt-soft-success:active{
    color: var(--cpt-success) !important;
    background-color: var(--cpt-success-bg) !important;
}
.cpt-soft-info,
.cpt-soft-info:hover,
.cpt-soft-info:focus,
.cpt-soft-info:active{
    color: var(--cpt-info) !important;
    background-color: var(--cpt-info-bg) !important;
}
.cpt-soft-warning,
.cpt-soft-warning:hover,
.cpt-soft-warning:focus,
.cpt-soft-warning:active{
    color: var(--cpt-warning) !important;
    background-color: var(--cpt-warning-bg) !important;
}
.cpt-soft-secondary,
.cpt-soft-secondary:hover,
.cpt-soft-secondary:focus,
.cpt-soft-secondary:active{
    color: var(--cpt-secondary) !important;
    background-color: var(--cpt-secondary-bg) !important;
}
.cpt-text-danger{
    color: var(--cpt-danger);
}
.cpt-text-primary{
    color: var(--cpt-primary);
}
.cpt-text-success{
    color: var(--cpt-success);
}
.cpt-text-info{
    color: var(--cpt-info);
}
.cpt-text-warning{
    color: var(--cpt-warning);
}
.cpt-text-secondary{
    color: var(--cpt-secondary);
}
.btn-danger{
    background-color: var(--cpt-danger) !important;
}
.btn-primary{
    background-color: var(--cpt-primary) !important;
}
.btn-success{
    background-color: var(--cpt-success) !important;
}
.btn-info{
    background-color: var(--cpt-info) !important;
}
/*.btn-warning{*/
/*    background-color: var(--cpt-warning) !important;*/
/*}*/
.btn-secondary{
    background-color: var(--cpt-secondary) !important;
}

.cpt-btn{
    background-color: #FF7A50 !important;
    color: #fff;
    border: none;
}
.cpt-btn:hover{
    color: #fff !important;
    background-color: #E86F52 !important;
}
.cpt-color{
    color: #FC6232 !important;
}
.cpt-color-gray{
    color: #999;
}
.cpt-sub-title{
    color: var(--sub-text-color) !important;
}
/*badge color css*/
.bg-saleFesta{
    color: #C04B0A;
    background-color: #FCEFAD;
}
.bg-saleFesta246{
    color: #1C3270;
    background-color: #D0E4F6;
}
.bg-discount {
    color: #1d8bff;
    background-color: rgb(29 139 255 / 7%);
}
.bg-specialPrice {
    color: #f94239;
    background-color: #FEECEB;
}
.bg-new-camp {
    color: #F34DC6;
    background-color: #FEEAF8;
}
/*badge color css*/
.badge{
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 12px;
}
.bg-soft-danger{
    color: #dc3545;
    background-color: #FBE9EB;
}
.bg-soft-primary{
    color: #0d6efd;
    background-color: #ddedff;
}
.bg-soft-success{
    color: #198754;
    background-color: #DDEDE6;
}
.bg-event{
    color: #6C5AF1;
    background-color: #EDEBFD;
}

/* modal button */
.btn-cpt-primary{
    width: 96px;
    height: 34px;
    border-radius: .375rem;
    color: #fff;
    background: #FF7A50;
    border: 1px solid #FA683A;
    font-size: 14px;
}
.btn-cpt-primary:hover{
    color: #fff !important;
    background: #E86F52;
    border: 1px solid #FA683A;
}
.btn-cpt-close{
    width: 96px;
    height: 34px;
    border-radius: .375rem;
    color: #3F4254;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    font-size: 14px;
}
.btn-cpt-close:hover{
    color: #3F4254;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}

/* bootstrap modal */
.modal{
    padding-right: 0 !important;
    touch-action: none;
}
.modal textarea{
    width: 100%;
    height: 115px;
    padding: 12px 15px;
    font-size: 14px;
    border-color: #f1f1f1;
}
.modal-header{
    border-bottom: none;
}
.modal-body {
    max-height: 520px;
    font-size: 12px;
}
.modal-footer {
    border-top: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    padding: 1rem !important;
}
.modal-footer button{
    width: 100%;
    height: 48px;
    margin: 0;
}

.site-detail .modal-body{
    max-height: 100%;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
#recommendId .modal-body,
#recommendIdSuccess .modal-body,
#recommendIdFail .modal-body {
    padding-bottom: 0;
}
#recommendId .modal-body > div,
#recommendIdSuccess .modal-body > div,
#recommendIdFail .modal-body > div {
    margin-bottom: 26px;
}
#recommendId .modal-body input {
    width: 80%;
    margin-right: 12px;
}
#recommendId .modal-body button {
    width: 20%;
}
#recommendId .modal-body p {
    color: #BABABA;
    font-size: 14px;
}
#recommendIdSuccess .modal-body p,
#recommendIdFail .modal-body p,
#cancelReservation .modal-body p {
    color: #4F4F4F;
}
#cancelReservation .modal-body p:first-child {
    color: #3F3F3F;
}
#recommendId .modal-footer,
#recommendIdSuccess .modal-footer,
#recommendIdFail .modal-footer,
#cancelReservation .modal-header,
#cancelReservation .modal-footer {
    border: none;
}

/* bootstrap tab */
.nav-item {
    height: 40px;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs {
    border-bottom: unset;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--main-color);
}
.nav-link, .nav-link:hover {
    color: unset;
}

/* accordion */
.accordion-button {
    font-size: 14px;
}
.accordion-body {
    font-size: 10px;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background-color: #ffede7;
    color: #FF7A50;
    box-shadow: none;
}
.accordion-button::after{
    filter: hue-rotate(160deg);
}

/*이미지 크기*/
.img-18{
    width: 18px;
}
.img-14{
    width: 14px;
}
/* class */
.content {
    margin: 0 16px;
    background-color: #fff;
    border-radius: .375rem;
}
.content-w100 {
    padding: 10px 1rem 1rem;
    margin-bottom: 8px;
    background-color: #fff;
}
.main-title {
    margin-top: 6px;
}
.section-title {
    line-height: 40px;
}
.more-btn{
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: .375rem !important;
    font-size: 13px;
    padding: 6px 0;
    font-weight: 600;
}
.more-btn i{
    font-size: 12px;
}
.more-btn i:before{
    font-weight: bold !important;
}
.check-btn {
    width: 100%;
    height: 40px;
    color: #fff !important;
    background: #FF7A50 !important;
    border: 1px solid #FA683A !important;
    border-radius: .375rem !important;
}
.check-btn:hover {
    color: #fff;
}
.btn-normal-disable, .btn-kakaotalk {
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    background-color: #FF7A50;
    border-radius: .375rem;
}
.btn-cancel {
    padding: 0 8px;
    background-color: #F5F5F5;
    border: 1px solid #D2D2D2;
    border-radius: .375rem;
}
.btn-kakaotalk {
    color: #333;
    font-size: 12px;
    background-color: #FFCD39;
}
.btn-bottom {
    width: 352px;
}
.btn-type1 {
    width: 95px;
    padding: 0 8px;
    color: #fff;
    font-size: 10px;
    background-color: #FF7A50;
    border-radius: .375rem;
}
.btn-type1:hover {
    color: #fff;
}

.division2 > div > div,
.division3 > div > div {
    width: 100%;
    margin-bottom: 8px;
}
.division3 > div > div {
    margin-bottom: 16px;
}
.division2 input {
    height: 40px;
}
.division2 textarea {
    height: 100px;
    padding: 5px 20px;
    border-radius: .375rem;
}

.first-column-division2 {
    width: 30%;
}
.second-column-division2 {
    width: 70%;
}

.first-column-division3 {
    width: 65%;
}
.second-column-division3 {
    width: 15%;
}
.third-column-division3 {
    width: 25%;
}

.money {
    border-top: 1px solid #F1F1F1;
}
.sum {
    width: 30%;
    font-size: 18px;
    text-align: end;
}

/* schedule */
.input-area {
    height: 40px;
    margin-bottom: 16px;
    border-radius: .375rem;
    background-color: var(--sub-bg);
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.input-area-none{
    height: 34px;
    margin-bottom: 16px;
    border-radius: .375rem;
    background-color: #f8f8f8;
}
.input-area-border{
    height: 40px;
    margin-bottom: .5rem;
    border-radius: .375rem;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
.input-area-option{
    position: relative;
    width: auto;
    padding:  0.25rem .5rem;
    border: 1px solid #e5e5e5;
    border-radius: .375rem;
    font-size: 13px;
    white-space: nowrap;
    align-items: center;
    text-align: left;
}
.input-area-option .option-btn, .input-area-border .option-btn{
    position: relative;
    width: 16px; height: 16px;
}
.input-area-option .option-btn:after, .input-area-border .option-btn:after{
    position: absolute;
    left: 4px; top: 2px;
    content: '';
    width: .5rem; height: .5rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
}
.filter-icon .input-area-option{
    width: 100% !important;
}
.input-area-option div:has(span), .input-area-option span{
    color: #FF7A50;
}
.input-area-date{
    margin-bottom: .5rem;
    border-radius: .375rem;
    border: 1px solid #e5e5e5;
}
.search-box{
    position: relative;
    height: 40px;
    margin-bottom: .5rem;
    border-radius: .375rem;
    cursor: pointer;
    background-color: #F3F3F3;
}
.search-box-list{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem 0 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border-radius: 5px;
    background-color: #fff;
    color: #333 !important;
}
.search-box-list li{
    display: flex;
    gap: .5rem;
    align-items: center;
    cursor: pointer;
}
.search-box-list li img{
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}
.choose {
    width: 50%;
}
.choose > p {
    color: var(--sub-text-color) !important;
}
.input > img, .choose > img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.input-schedule {
    position: relative;
}
.input-schedule::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    transform: translateY(-50%);
    border-left: 1px solid #ccc;
}
.vc-day-content[data-v-47ef1cd6]{
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.vc-highlight[data-v-47ef1cd6]{
    width: 40px;
    height: 40px;
}
.vc-arrows-container{
    height: 46px;
}

/* font */
.body-large {
    font-size: 16px;
}
.body-normal {
    font-size: 14px;
}
.body-small {
    font-size: 12px;
}
.body-tiny {
    font-size: 12px;
}
.normal-alert {
    color: #F64E60;
}
:root{
    color-scheme: only light;
}
#root {
    width: 100%;
    height: 100%;
}

.wrap {
    width: 100%;
    max-width: 450px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #f2f2f2;
    box-shadow: 0 0 0 1px #ededed;
}

/* header */
.header {
    position: sticky;
    z-index: 99;
    top: 0;
    top: constant(safe-area-inset-top);
    top: env(safe-area-inset-top);
    left: 50%;
    width: 100%;
    max-width: 450px;
    height: 50px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.header-bs{
    box-shadow: 0 1px 0 0 #f2f2f2;
}
.header .main-logo{
    width: 130px;
}
.header > button {
    background-color: #fff;
    border: none;
    padding: 0 1rem;
}
.header > button:first-of-type {
    margin-left: 8px;
}
.header > button:last-of-type {
    margin-right: 8px;
}
.header > button i{
    font-size: 1.25rem;
}

/* container */
.container {
    padding: 0 0 50px 0;
}
.container-pb100 {
    padding: 0 0 100px 0;
}
.container-pb {
    padding: 0 0 108px 0;
}
.container-pb156{
    padding: 0 0 156px 0;
}

.loading-spinner {
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
}

/* footer */
.cpt-nav {
    position: fixed;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 101;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    transform: translateX(-50%);
    font-size: 11px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ededed;
}
.cpt-nav > nav{
    height: 50px;
}
.cpt-nav > nav > ul > li {
    text-align: center;
}
.cpt-nav > nav > ul > li > a {
    width: 48px;
    height: 50px;
    gap: 2px;
}
.cpt-nav > nav > ul > li > a > i{
    font-size: 18px;
}
.cpt-nav > nav > ul > li > a > img {
    width: 18px;
    height: 18px;
    margin: 5px 0;
}
.cpt-nav > nav > ul > li > a > span {
    line-height: 11.8px;
    white-space: nowrap;
}
.cpt-nav > nav > ul > li.event-badge img{
    position: relative;
    top: -16px;
    width: 60px;
    height: 60px;
}
/*로딩중*/
.loading{
    position: fixed;
    z-index: 101;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 450px;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
}
.salefestaList{
    height: auto !important;
    bottom: 50px;
    z-index: 100;
    overflow: hidden;
}
.salefestaList .btn-sm,
.salefestaList .btn-sm:focus{
    background-color: var(--main-color);
    color: #fff;
}
#sale-festa-list-SaleFesta2405 .offcanvas-header,
#sale-festa-list-SaleFesta2405 .btnWrap{
    background-color: #FFEB6F;
}
#sale-festa-list-SaleFesta2405_06_trans .offcanvas-header,
#sale-festa-list-SaleFesta2405_06_trans .text-center,
#sale-festa-list-SaleFesta2406_20T .offcanvas-header,
#sale-festa-list-SaleFesta2406_20T .btnWrap{
    background-color: #B7D8F2;
}
.salefestaList .btnWrap{
    width: 100%;
    padding: 2rem 1.5rem 1rem;
    display: flex;
    gap: 1rem;
}
.salefestaList .btnWrap a{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: .5rem;
}
#sale-festa-list-SaleFesta2405 .btnWrap a.btn-primary:after{
    content: 'SOLD OUT 조기 종료';
    position: absolute;
    top: -24px;
    left: 0;
    background-color: #fff;
    color: #0D6EFD;
    font-size: 12px;
    padding: 0 .5rem;
    border-radius: 1rem;
}
.salefestaList .btnWrap a.btn-primary:after{
    content: '쿠폰을 못 받았다면';
    position: absolute;
    top: -24px;
    left: 0;
    background-color: #fff;
    color: #0D6EFD;
    font-size: 12px;
    padding: 0 .5rem;
    border-radius: 1rem;

}
.salefestaList .btnWrap a.btn-primary:before{
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}
.salefestaList .btnWrap a.btn-danger:after{
    content: '쿠폰을 받았다면';
    position: absolute;
    top: -24px;
    left: 0;
    background-color: #fff;
    color: #dc3545;
    font-size: 12px;
    padding: 0 .5rem;
    border-radius: 1rem;
}
.salefestaList .btnWrap a.btn-danger:before{
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.offcanvas-backdrop{
    z-index: 99;
}

/* footer */
.cpt-footer {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 2rem 1rem;
    color: #919191;
    font-size: 12px;
    background-color: #f2f2f2;
}
.cpt-footer > img {
    margin-bottom: 4px;
}
.footer-nav {
    padding: 0 0 1.5rem;
}
.footer-nav > ul{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.footer-nav > ul > li {
    display: inline-block;
}
.footer-nav > ul > li > a {
    color: #7E8299;
}
.footer-nav > ul > li:nth-of-type(3) > a {
    color: #EC0C24;
}
.footer-compony .accordion-button{
    padding: 8px 0;
    background-color: transparent;
    font-size: 12px;
}
.footer-compony .accordion-button:after{
    background-size: 12px;
    background-position-y: 50%;
    margin-left: 8px;
}
.footer-info > p {
    font-weight: 700;
}
.footer-info > dl {
    margin-bottom: 10px;
}
.footer-info > dl > dt {
    display: inline-block;
}
.footer-info > dl > dd {
    display: inline-block;
    margin: 0 4px 0 0;
}
.customer-info{
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.footer-menu {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding: .5rem 0;
}
.footer-menu a{
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
}
.footer-menu i{
    display: flex;
    font-size: 1.5rem;
    color: #999;
}
.footer-menu img{
    width: 1.5rem;
}

.modal-dialog {
    max-width: 390px;
    margin: 0 auto;
    padding: 0 8px;
}
.background-contents{
    display: none;
}
.background-contents > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .25rem;
}
.background-contents > div span{
    font-size: .875rem;
    line-height: 20px;
    text-align: center;
}
.background-color{
    z-index: -100;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #F6F4F3;
}
.background-contents img{
    display: block;
    width: 190px;
    height: 190px;
    margin: 2rem 0 .75rem;
}
.background-contents.kb img{
    width: 80%;
    height: 100%;
    object-fit: cover;
}
.background-color.kb{
    background: linear-gradient(114.47deg, #FFE9CD 0%, #FFFFFF 59.38%);
}
.swal2-hide{
    animation: none;
}
/*지역선택*/
.select-area p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.all-select-btn{
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 1rem;
    border-radius: .375rem;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
.all-select-btn.active{
    border: 1px solid #FF7A50;
    background-color: rgba(255, 122, 80, 0.08);
    color: #FF7A50;
}

.camp-list-search .offcanvas-body .btn-check:checked + label.btn,
.cpt-sigungu label:active,
.cpt-sigungu label:focus,
.cpt-sigungu .btn-check:checked + label.btn ,
.cpt-thema label:active,
.cpt-thema label:focus,
.cpt-thema .btn-check:checked + label.btn,
#mainSearch label:active,
#mainSearch label:focus,
#mainSearch .btn-check:checked + label.btn
{
    background-color: rgba(255, 122, 80, 0.08);
    color: #FF7A50;
    border: 1px solid rgb(255 122 82 / 50%);
    border-radius: 50px;
}
.camp-list-search .offcanvas-body label.btn,
.cpt-sigungu label.btn,
.cpt-sigungu .btn-check+.btn:hover,
.cpt-thema label.btn,
.cpt-thema .btn-check+.btn:hover,
#mainSearch label.btn,
#mainSearch .btn-check+.btn:hover
{
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    word-break: keep-all;
}
/*main search*/
.cptMainSearch{
    padding: 0 1rem 1rem;
}
.cptMainSearch > div{
    display: flex;
    gap: .5rem;
    align-items: center;
    height: 2.75rem;
    padding: 0 1.5rem;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    color: #6e6e6e;
    cursor: pointer;
}
.cptMainSearch > div > *{
    font-size: 14px;
}

/*mainSearch offcanvas*/

#filter.offcanvas-bottom,
#mainSearch.offcanvas-bottom{
    height: 100%;
    border: 1px solid #ededed;
    border-top: none;
}
#filter .offcanvas-header{
    padding: 0;
}
#mainSearch .offcanvas-header{
    padding: 0;
    background-color: #f5f5f5;
}
#filter .offcanvas-header .btn-close,
#mainSearch .offcanvas-header .btn-close{
    padding: 1rem;
    margin: unset;
}
#filter .offcanvas-header .blank,
#mainSearch .offcanvas-header .blank{
    width: 48px;
    height: 48px;
}
#filter .offcanvas-footer,
#mainSearch .offcanvas-footer{
    box-shadow: 0 -1px 0 0 #f2f2f2;
}
#filter .offcanvas-footer button.select,
#mainSearch .offcanvas-footer button{
    width: 100%;
    padding: 10px 0;
    border-radius: .375rem;
    font-size: 1rem;
    background-color: var(--main-color);
    color: #fff;
}

#mainSearch .offcanvas-body{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    background-color: #f5f5f5;
    padding-top: 0;
}
#mainSearch .searchWrap{
    padding: 1rem;
    border: 1px solid #ebebeb;
    border-radius: 1rem;
    background-color: #fff;
    cursor: pointer;
}
#mainSearch .searchWrap.inactive{
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: space-between;
}
#mainSearch .searchWrap.campName input{
    width: 100%;
    padding: 0;
    border: none;
}
#mainSearch .searchWrap.campName input::placeholder{
    color: #B6B6B6;
}
#mainSearch .searchWrap.campName input:focus-visible{
    outline: none;
}
#mainSearch .searchWrap h4{
    font-weight: 600;
    margin-bottom: 1rem;
}
#mainSearch .searchWrap .edit{
    font-size: 14px;
    color: var(--main-color);
    white-space: nowrap;
}
#mainSearch .searchWrap .date{
    width: 100%;
    font-weight: 600;
}
#mainSearch .searchBox{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#mainSearch .searchBox > input{
    width: 100%;
    padding: 1rem 2.5rem;
    background-color: #F5F5F5;
    border-radius: .5rem;
}
#mainSearch .searchBox > input::placeholder{
    color: #B6B6B6;
}
#mainSearch .searchBox > .bi-search{
    position: absolute;
    left: 1rem;
    display: flex;
    color: #B6B6B6;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 15px;
}
#mainSearch .footer{
    display: flex;
    justify-content: end;
}
#mainSearch .footer .cpt-btn{
    width: 100px;
    font-size: 14px;
}

#mainSearch .countWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mainSearch .notice{
    font-size: 12px;
    color: #999;
}
#mainSearch .countWrap p{
    font-weight: 600;
}
#mainSearch .countBtn{
    display: flex;
    align-items: center;
    gap: .5rem;
}
#mainSearch .countBtn button{
    padding: 0;
    color: #999;
}
#mainSearch .countBtn button:disabled{
    opacity: .3;
}
#mainSearch .countBtn p{
    width: 1.5rem;
    display: flex;
    justify-content: center;
}
#mainSearch .countBtn i{
    font-size: 24px;
    display: flex;
}
/*search filter*/
#filterWrap .accordion-item{
    border-radius: 1rem;
    overflow: hidden;
}
#filterWrap .filterTitle{
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: 1rem;
}
#filterWrap .filterTitle > *{
    white-space: nowrap;
    padding: 0;
}
#filterWrap .accordion-button:after{
    background-size: 1rem;
}
#filterWrap .accordion-button:not(.collapsed){
    background-color: #fff;
    filter: grayscale(1);
}
.searchWrap .cpt-reset{
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 2px 8px;
    font-size: 14px;
    text-decoration: underline;
}

#searchText_-1{
    padding: 0;
    background-color: transparent;
    border: none;
}
#searchText_-1:focus-visible{
    background-color: #fff !important;
    outline: 1px solid #E5E5E5;
}
#searchText_-1:focus-visible ~ .bi-search{
    color: #333;
}
.deleteSearchText{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 0;
    color: #B6B6B6;
    z-index: 3;
}
.deleteSearchText i{
    display: flex;
    color: #6e6e6e;
}
.searchWrap.active {
    box-shadow: 0 0 8px 0 #e7e7e7;
}

/*offcanvas*/
.offcanvas.offcanvas-bottom{
    max-width: 450px;
    margin: 0 auto;
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
}
.offcanvas.offcanvas-no-radius{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.offcanvas .btn-close:focus{
    box-shadow: none;
}
.offcanvas .vc-container{
    border: none;
}
.offcanvas .btn-cpt-primary{
    border-radius: .375rem;
    height: 3.125rem;
    font-size: 1.125rem;
}
/*offcanvas*/
.offcanvas-body .option-list-wrap:first-child{
    padding-top: 0;
}
.offcanvas-body .option-list-wrap{
    border-bottom: 1px solid #f2f2f2;
    padding: 1rem 0;
}
.offcanvas-body .option-list-wrap:last-child{
    border-bottom: none;
}
.offcanvas-body ul.option-list{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.offcanvas-body ul.option-list li{
    display: flex;
    align-items: center;
    height: 44px;
}

/*예약가능한 사이트가 없을 경우*/
#camp-list .no-data{
    display: none;
}
#camp-list .waiting{
    padding: 3rem 1rem;
    text-align: center;
}
#camp-list .waiting h5{
    color: #999;
}
#camp-list .waiting p{
    padding-top: .25rem;
    color: #999;
    font-size: 14px;
}
.no-data{
    text-align: center;
    padding: 5rem 0;
}
.no-data i{
    padding-bottom: .5rem;
    font-size: 1.5rem;
    color: #999;
}
.no-data h5{
    padding-top: .5rem;
    color: #999;
}
.no-data p{
    padding-top: .25rem;
    color: #999;
    font-size: 14px;
}
.no-data button{
    padding: .5rem 1rem;
    margin-top: 1rem;
    color: var(--main-color) !important;
    background-color: #fff !important;
    border: 1px solid var(--main-color) !important;
    border-radius: .5rem;
}
.no-data button:active{
    color: #fff !important;
    background-color: var(--main-color) !important;
}

/*빈자리 알림 모달*/
.header button.bell{
    position: relative;
}
.notice-bg{
    position: absolute;
    top: 7px; left: 27px;
    text-indent: -999em;
    width: .5rem;
    height: .5rem;
    border-radius: 1rem;
    background-color: #DC3545;
}
.notice .modal-content{
    border: none;
}
.notice .modal-content .modal-footer,
.notice .modal-content .modal-header{
    border-bottom: none;
    border-top: none;
}
.notice .modal-content .modal-header{
    padding-bottom: 0;
}
.notice .modal-content .modal-body{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding-bottom: 0;
}
.notice .modal-content .modal-body img.reminder{
    width: 100%;
    height: 80px;
}
.notice .modal-content .modal-footer > button{
    border-radius: .375rem;
}
#installAppOffcanvas .offcanvas-body{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding-top: 0;
}
#installAppOffcanvas .offcanvas-body .install-btn-wrap{
    display: flex;
    gap: .5rem;
    width: 100%;
}
#installAppOffcanvas .offcanvas-body .install-btn-wrap button{
    height: 50px;
    width: 100%;
}
#installAppOffcanvas .offcanvas-body img{
    width: 100px;
}
#installAppOffcanvas .offcanvas-body p{
    text-align: center;
}
#installAppOffcanvas .offcanvas-body > button.close{
    text-decoration: underline;
}

/*해제버튼*/
.vacancy-cancel{
    background-color: #f2f2f2;
    border-radius: .375rem;
    color: #6e6e6e;
    font-size: 14px;
    width: 100%;
    padding: .5rem 0;
}

/*마감사이트 제외*/
.closeSiteWrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 0;
    background-color: #fff;
}
.closeSite{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.closeSite .bi-check-circle-fill{
    color: #ccc;
    position: absolute;
    left: .5rem;
}
.closeSite .bi-check-circle-fill::before{
    display: block;
    font-size: 17px;
}
.closeSite input{
    position: relative;
    left: -999em;
    width: 0;
    border: none;
}
.closeSite input[type="checkbox"]:checked{
    border: none;
}
.closeSite input[type="checkbox"]:checked~label .bi-check-circle-fill{
    color: #0D6EFD;
}
.closeSite input[type="checkbox"]:checked~label{
    color: #0D6EFD;
    border: 1px solid #0D6EFD;
    background-color: #E7F0FF;
}
.closeSite label{
    font-size: 12px;
    padding: 4px 8px 4px 28px;
    border: 1px solid #EEE;
    border-radius: 30px;
    cursor: pointer;
}


/*회원가입 완료 페이지를 위한 css*/
#member-completed .container {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto 0;
    padding: 0 2rem;
}
#member-completed.wrap{
    flex-direction: column;
    background-color: #fff;
}
#member-completed .member-footer a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 10px;
    font-size: 1rem !important;
    background-color: #0d6efd;
    color: #fff;
}
#member-completed .member-footer p{
    margin-bottom: .25rem;
    text-align: center;
    font-size: 14px;
    color: #8b8b8b;
}
#member-completed .member-content{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
#member-completed .member-content p{
    word-break: keep-all;
    color: #8b8b8b;
    font-size: 14px;
}
/*회원가입 마지막 화면*/
#member-completed .container.lastStep{
    margin: 8rem 0 auto;
}
#member-completed .lastStep .member-content{
    gap: .25rem;
}
#member-completed .lastStep .member-content h3{
    color: #FC6232;
}
#member-completed .lastStep .member-footer{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
#member-completed .lastStep .member-footer a{
    width: 100%;
    height: 100%;
    display: flex;
    gap: .25rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
}
#member-completed .lastStep .member-footer a div{
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
#member-completed .lastStep .member-footer a i:before{
    font-weight: bold !important;
}
#member-completed .lastStep .member-footer p{
    text-align: start;
    word-break: keep-all;
    margin-bottom: 0;
    font-size: 13px;
}

.modal-backdrop.show{
    opacity: .8;
}
/* pc 버전을 위한 미디어 쿼리 */
@media screen and (min-width: 1020px) {
    .modal-backdrop-none .modal-pc-2{
        left: 0 !important;
    }
    .modal-backdrop, .offcanvas-backdrop{
        width: 450px;
        margin: 0 50%;
        transform: translate(-50%, 0);
    }
    .modal-backdrop-none .modal-backdrop{
        opacity: 0;
    }
    .modal-backdrop-full{
        background-color: rgba(0, 0, 0, 0.8);
    }
    .modal-backdrop-none .modal-default{
        background-color: rgba(0, 0, 0, 0.5);
        width: 450px;
        margin: 0 50%;
        transform: translate(-50%, 0);
    }
    .background-contents{
        display: block;
        position: fixed;
        left: calc(50% - 500px);
        top: calc(100% - 50%);
        transform: translateY(-50%);
    }
    .background-contents.kb{
        left: calc(50% - 600px);
    }
    .background-contents h3{
        font-size: 36px;
    }
    .background-contents a h4{
        position: relative;
    }
    .button-section{
        left: 50%!important;
        transform: translateX(0) !important;
    }
    .swal2-container.swal2-center.swal2-backdrop-show{
        width: 450px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
/* 830 */
@media screen and (max-width: 374px) {
    #member-completed .container{
        padding: 0 1rem;
    }
}