
@font-face {
    font-family: 'Pretendard';
    src: url('../../resources/font/Pretendard-Medium.woff2') format('woff2');
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-style: normal;
    font-family: 'Pretendard', "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;
    vertical-align: top;
    font-size: 20px;
    vertical-align: top;
    color: #05141F;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.dark * {
    color: #fff;
}

.hide {
    display: none !important;
    width: 0;
    height: 0;
}

.headerFrm {
    height: 0;
}

.wrap {
    width: 100%;
    min-width: auto;
    min-height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: visible;
}

.headerArea {
    height: auto;
}



.headerWrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #fff;
}

.dark .headerWrap {
    background: #06141F;
}

.headerBox {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.logoWrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logoWrap button {
    background: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 500;

}

.dark .logoWrap button {

    color: #666;
}

.logo {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: url(../../img/logo_top_short.svg) left no-repeat;
    background-size: contain;
}

.dark .logo {
    background: url(../../img/dark/logo_top_short.svg) left no-repeat;
    background-size: contain;
}

.header {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body,
.wrap {
    width: 100%;
    min-height: 100dvh;
    display: inline-block;
    scrollbar-base-color: #C2C7D0;
    scrollbar-face-color: #C2C7D0;
    scrollbar-3dlight-color: #C2C7D0;
    scrollbar-highlight-color: #C2C7D0;
    scrollbar-track-color: #C2C7D0;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C2C7D0;
    scrollbar-dark-shadow-color: #C2C7D0;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    outline: none;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

button:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    transform: none;
}

button.disabled {
    opacity: 0.7;
    position: relative;
    cursor: default;

}

button:focus,
button:hover {
    outline: none;
}

input {
    background: #fff;
    color: #05141F;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dark input {
    background: #364651;
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A9AFC0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #A9AFC0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #A9AFC0;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A9AFC0;
}


input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #A9AFC0;
}


input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #A9AFC0;
}


input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #A9AFC0;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A9AFC0;
}


input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #A9AFC0;
}


input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #A9AFC0;
}


input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #A9AFC0;
}


input::placeholder,
textarea::placeholder {
    color: #A9AFC0;
}





.dark input::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
    color: #B3B8BC;
}

.dark input::-moz-placeholder,
.dark textarea::-moz-placeholder {
    color: #B3B8BC;
}

.dark input:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
    color: #B3B8BC;
}


.dark input::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
    color: #B3B8BC;
}


.dark input::-moz-placeholder,
.dark textarea::-moz-placeholder {
    color: #B3B8BC;
}


.dark input:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
    color: #B3B8BC;
}


.dark input::-ms-input-placeholder,
.dark textarea::-ms-input-placeholder {
    color: #B3B8BC;
}


.dark input::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
    color: #B3B8BC;
}


.dark input::-moz-placeholder,
.dark textarea::-moz-placeholder {
    color: #B3B8BC;
}


.dark input:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
    color: #B3B8BC;
}


.dark input::-ms-input-placeholder,
.dark textarea::-ms-input-placeholder {
    color: #B3B8BC;
}


.dark input::placeholder,
.dark textarea::placeholder {
    color: #B3B8BC;
}

select {
    outline: none;
    border: solid 2px #d1d5e1;
    padding: 0 28px 0 10px;
    font-size: 16px;
    background: url(../../img/icon_arrow_down.svg)#fff center no-repeat;
    background-size: 22px;
    background-position-x: 95%;
    -webkit-appearance: none;
    /* 크롬 화살표 없애기 */
    -moz-appearance: none;
    /* 파이어폭스 화살표 없애기 */
    appearance: none;
    /* 화살표 없애기 */
    -ms-appearance: none;
    border-radius: 6px;
}

img {

    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

p {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}


button:disabled {
    cursor: default;
}

input[type=checkbox],
input[type=radio],
input:focus,
input:hover,
input {
    outline: none;
    accent-color: #7BCC12;
}

select::-ms-expand {
    display: none
}

select:disabled {
    background: #efefef4d;
    border: solid 2px #aeaeb3;
    opacity: 1;
    color: #626F86;
}

select:hover {
    border: solid 2px #aeaeb3;
}

::-webkit-scrollbar {
    border-left: solid 2px #D7DBE9;
    width: 8px;
    height: 8px;
    background-color: #D7DBE9;
}

::-webkit-scrollbar-thumb {
    background: #A9AFC0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8a8f9c;
}

.dark ::-webkit-scrollbar {
    border-left: solid 2px #2A3740;
    width: 8px;
    height: 8px;
    background-color: #06141F;
}

.dark ::-webkit-scrollbar-thumb {
    background: #4D606D;
    border-radius: 10px;
}

.dark ::-webkit-scrollbar-thumb:hover {
    background: #364651;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-button:start {
    background-color: rgba(0, 0, 0, 0);
    /* 세로 방향의 이동 버튼 */
    height: 10px;
}

::-webkit-scrollbar-button:end {
    background-color: rgba(0, 0, 0, 0);
    width: 10px;
    /* 가로 방향의 이동 버튼 */
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    width: 16px;
}

.logoWrap button {
    height: 100%;
    width: 100%;
}

.headerClock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kioskHeader .headerBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerTime,
.headerDate {
    color: #fff;
}

.headerTime,
.headerDate {
    color: #05141F;
}

.dark .headerTime,
.dark .headerDate {
    color: #fff;
}


.kioskHeader .header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerText {
    font-size: inherit;
    width: 100%;
    text-align: center;
}

.btnBack,
.btnHome {
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btnBack .icon {
    aspect-ratio: 1/1;
    background: url(../../img/icon_arrow.svg) center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dark .btnBack .icon {
    background: url(../../img/dark/icon_arrow.svg) center no-repeat;
    background-size: contain;
}

.btnNone {
    display: none;
}

.btnHome .icon {
    aspect-ratio: 1/1;
    background: url(../../img/icon_home.svg) center no-repeat;
    background-size: contain;

}

.dark .btnHome .icon {
    aspect-ratio: 1/1;
    background: url(../../img/dark/icon_home.svg) center no-repeat;
    background-size: contain;

}

.headerRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}


.bodyWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    min-height: 100dvh;
}

.contentsWrap {
    width: 100%;
    /* height: 100%; */
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.mainWrap {
    width: 100%;
}

.mainTop {
    text-align: center;
    line-height: 1.3;
}

.mainList {
    width: 100%;
    margin: 0 auto;
}

.btnMainList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: none;
}

.icon {
    background-size: contain;
    display: inline-block;
    aspect-ratio: 1/1;
}

.btnViewList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btnViewList .icon {
    background: url(../../img/icon_arrow.svg) center no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.dark .btnViewList .icon {
    background: url(../../img/dark/icon_arrow.svg) center no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.mainListRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.btnViewList:hover .icon {
    opacity: 1;
}

.mainListLeft {
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;

}

.mainListNum {
    font-size: inherit;
}

.mainListNum p {
    font-size: inherit;
    color: #7BCC12;
    font-weight: 600;
}

.dark .mainListNum p {
    color: #7BCC12;
    font-weight: 600;
}

.mainListNum span {
    font-size: inherit;
    color: #7BCC12;
    font-weight: 600;
}

.dark .mainListNum span {
    font-size: inherit;
    color: #7BCC12;
}

.mainListSub {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.btnMainListSub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #fff;
}

.dark .btnMainListSub {
    background: #2A3740;

}

.btnMainListSub:hover,
.btnMainListSub:active {
    background: #fff;

}

.dark .btnMainListSub:hover,
.dark .btnMainListSub:active {
    background: #364651;

}

.btnMainListSub:hover,
.btnMainListSub:active {
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.btnMainListSub .btnTitle {
    color: #666B77;
}

.dark .btnMainListSub .btnTitle {
    color: #B3B8BC;
}

.btnText {
    text-align: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainListSub .btnText {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mainListSub .btnText p {
    font-size: inherit;
    line-height: 2;
}

.btnBgWait {
    aspect-ratio: 1/1;
    background: url(../../img/icon_wait.svg) left bottom no-repeat;
    background-size: contain;
    opacity: 0.8;
    display: inline-block;
}

.btnBgRepair {
    aspect-ratio: 1/1;
    background: url(../../img/icon_repair.svg) left bottom no-repeat;
    background-size: contain;
    opacity: 0.8;
    display: inline-block;
}

.waitingTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.btnListTab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    height: auto;
    color: #666B77;
}

.dark .btnListTab {
    background: #2A3740;
    color: #fff;

}

.btnListTab .icon {
    aspect-ratio: 1/1;
    display: inline-block;
    background: red;
}

.btnListTab.btnWaiting .icon {
    background: url(../../img/icon_wait.svg) left bottom no-repeat;
    background-size: contain;

}

.btnListTab.btnRepair .icon {
    background: url(../../img/icon_repair.svg) left bottom no-repeat;
    background-size: contain;
}

.btnListTab.active {
    background: #7BCC12;
    color: #fff;
}


.btnTabText {
    color: inherit;
    font-size: inherit;
    width: 100%;
}

.btnTabText p {
    color: inherit;
    font-size: inherit;
}

.waitingWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.waitingList {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.scrollWrap {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.scrollBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;

}

.scrollBox::-webkit-scrollbar {
    background: none;
    border-left: none;
    border-radius: 20px;
}

.listWrap {
    width: 100%;
    height: 100%;
    height: auto;
}

.waitingList .listWrap {
    height: 100%;
    padding: 10px;
}

.listBox {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dark .listBox {
    background: #364651;
    border: none;
}

.carNum {
    width: 100%;
}

.carNum p {
    font-size: inherit;
}

.btnReserve {
    color: #7BCC12;
    display: inline-block;
    font-weight: 600;
}

.carInfo {
    color: #666B77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dark .carInfo {
    color: #B3B8BC;
}

.carType,
.carTime,
.carTime p {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;

}

.intro {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 180px;

}

.empty {
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666B77;
    word-break: keep-all;
    border: none;
}

.dark .empty {
    border: none;
    color: #B3B8BC;
    word-break: keep-all;
    background: #364651;
}

.subWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 
.subContents {
    flex: 1;
} */
.subContents.maxWidth {
    max-width: 720px;
    width: 100%;
}

.subTitle {
    width: 100%;
    line-height: 1.2;
    word-break: keep-all;
    text-align: center;
}

.subTitle p {
    font-size: inherit;
    color: #7BCC12;
    font-weight: 600;
}

.dark .subTitle p {
    font-size: inherit;
    color: #7BCC12;
}

.subTitle.timeWrap {
    font-size: 40px;
}

.subTitle span {
    font-size: inherit;
    color: #ff4a48;
}

.subText {
    color: #666B77;
    width: 100%;
    word-break: keep-all;
    text-align: center;
    line-height: 1.3;
}

.dark .subText {
    color: #B3B8BC;
}

input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    outline: none;
}

.inputDelete {
    aspect-ratio: 1/1;
    background: url(../../img/icon_search_delete.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.inputDelete:active {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inputWrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.inputBox {
    width: 100%;
}

.inputCarNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inputCarNum .inputBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inputCarCustomer .inputBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inputCarNum input {
    text-align: center;
    background: #fff;
}

.dark .inputCarNum input {
    background: #364651;

}

.subBtn {
    width: 100%;
    text-align: center;

}

.btnSub {
    background: #7BCC12;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* display: none; */
    border-radius: 90px;
}

.subBtn.before .btnSub {
    background: #C0CDD8;
    color: #fff;
    opacity: 0.5;
}

.subBtn.before .btnSub:hover {
    background: #a3afb9;
    opacity: 0.7;
}

.dark .subBtn.before .btnSub {
    background: #364651;
    color: #727F87;
}

.dark .subBtn.before .btnSub:hover {
    background: #364651;
}

.btnSub.before {
    background: #364651;
    color: #727F87;
    opacity: 0.5;
}

.btnSub.before:hover {
    background: #364651;
    opacity: 0.5;
}

.btnSub:hover {
    background: #67AB14;
}

.keyboardArea {
    width: 100%;
    max-width: 100%;
}

.inputTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666B77;
    font-weight: 500;
}

.dark .inputTitle {
    color: #B3B8BC;
}

.inputArea.active .inputTitle {
    color: #7BCC12;
    font-weight: 600;
}

.dark .inputArea.active .inputTitle {
    color: #7BCC12;
}

.reserveTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: keep-all;
    white-space: nowrap;
    color: #666B77;
    background: #F3F5F9;
    line-height: 1.5;
}

.reserveText::-webkit-scrollbar {
    border-radius: 20px;
}

.dark .reserveTitle {
    color: #B3B8BC;
    background: #2A3740;
}

.inputCarNum .inputTitle {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layerPopup {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
}

.popupBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.popupWrap {
    background: #F3F5F8;
    width: calc(100% - 80px);
    height: 90vh;
    max-height: 720px;
    /* max-height: 900px; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 600;
}

.dark .popupWrap {
    background: #2A3740;

}

.layerIdleTimeout {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: auto;
}

.layerNotFind,
.layerNotFindCar {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: auto;

}

.popupTitle {
    width: 100%;
    text-align: center;
    background: #fff;
}

.dark .popupTitle {
    background: #2A3740;
}

.popupListArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 6px;
    text-align: center;
}

.popupAgreeArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popupAgree {
    color: #666B77;
    font-size: 16px;
}

.popupAgree b {
    font-weight: 600;
    color: #72bb12;
    margin-bottom: 6px;
    display: inline-block;
    width: 100%;
}

.popupList {
    text-align: center;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.popupListTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btnListChoice {
    display: inline-block;
    color: #7BCC12;
    background: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}

.dark .btnListChoice {
    color: #7BCC12;
    background: none;
}

.listName p {
    font-size: inherit;
}

.popupListCar {
    color: #666B77;
    display: inline-block;
}

.dark .popupListCar {
    color: #B3B8BC;
}

.popupListCar p {
    color: inherit;
    font-size: inherit;
}

.popupListBox {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.popupListBox:hover .btnListChoice {
    background: #7BCC12;
    color: #fff;
}


.popupListBox:active,
.popupListBox:hover {
    background: #fff;
}

.dark .popupListBox {
    background: #06141F;

}

.dark .popupListBox:hover .btnListChoice {
    background: #7BCC12;
    color: #05141F;
}

.dark .popupListBox:active,
.dark .popupListBox:hover {
    background: #16232C;
}

.btnClose {
    display: inline-block;
    background: none;
}

.popupBottom {
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}


.inputCarCustomer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1400px;
    margin: auto;
}

.popupAgreeBg {
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);

}

.dark .popupAgreeBg {
    border: none;
    background: #16232C;

}

.checkboxCustom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 10px;
}

.checkBox .checkboxCustom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkboxCustom input {
    position: absolute;
    width: 100%;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.checkmark {
    background: url('../../img/icon_check.svg')#F3F5F8 center no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    opacity: 1;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-size: 16px;
}

.dark .checkmark {
    opacity: 0.5;
    background: url('../../img/icon_check_w.svg')#4D606D center no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    opacity: 0.4;
    background-size: 16px;
}

.checkboxCustom.checked {
    background: #7BCC12;
}

.checkboxCustom input:checked~.checkmark {
    opacity: 1;
    border: none;
    background-size: 16px;
}

.checkboxCustom input:checked~ {
    background: #7BCC12;
}

.checkboxCustom input:checked~.checkmark {
    background: url('../../img/icon_check_w.svg')#7BCC12 center no-repeat;
    background-size: 16px;

}

.boxCategory .checkboxCustom {
    background: #16232C;
    position: relative;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    border: solid 2px #7bcc1200;
}

.dark .boxCategory .checkboxCustom {
    border: solid 2px #2A3740;
    background: #2A3740;
}

.boxCategory .checkboxCustom:hover {
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.boxCategory .checkboxCustom.checked {
    border: solid 2px #7BCC12;
    background: rgba(138, 198, 65, 0.2);
}


.labelText {
    font-size: 16px;
    color: #05141F;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dark .labelText {
    color: #fff;

}

.labelText p {
    font-size: inherit;
    color: #7BCC12;
}

.inputCarCustomer .labelText {
    color: #B3B8BC;
}

.selectCar .boxCategory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.selectCar .boxCategory .checkboxCustom {
    width: 100%;
}

.selectCar .checked .labelText p {
    color: #05141F;
}

.checkAgree {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.checkAgree .labelText {
    color: #05141F;
}

.dark .checkAgree .labelText {
    color: #fff;
}

.checkAgree .labelText p {
    color: #7BCC12;
    font-size: inherit;
}

.subContents {
    width: 100%;
}

.btnViewTerms {
    color: #666B77;
    background: none;
}

.btnViewTerms:active,
.btnViewTerms:hover {
    color: #05141F;
}

.dark .btnViewTerms {
    color: #B3B8BC;
    background: none;
}

.btnViewTerms .icon {
    aspect-ratio: 1/1;
    background: url(../../img/icon_arrow.svg) center no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.dark .btnViewTerms .icon {
    background: url(../../img/icon_arrow_w.svg) center no-repeat;
}


.dark .btnViewTerms:active,
.dark .btnViewTerms:hover {
    color: #fff;
}

.btnViewTerms:hover .icon {
    opacity: 1;
}

.reserveArea {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dark .reserveArea {
    background: #16232C;

}

.listFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reserveBox {
    background: #F3F5F8;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
}

.dark .reserveBox {
    background: #2A3740;

}

.listReserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.reserveText p {
    font-size: inherit;
    line-height: inherit;
}

.dark .blueText {
    color: #7BCC12;
    font-weight: 600;
}

.blueText {
    color: #7BCC12;
    font-weight: 600;
    font-size: inherit;
}

.blueText p {
    font-size: inherit;
    color: inherit;
}

.boxCategory {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.subText.marginAuto {
    margin: 0 auto;
}

.listReserve.marginAuto {
    margin: 0 auto;
    width: 100%;
}

.textList {
    width: 100%;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.textList .icon {
    aspect-ratio: 1/1;
    background-size: contain;
    opacity: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../../img/dark/icon_check_g.svg) center no-repeat;
}

.dotlottie {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    aspect-ratio: 1/1;
}

.timerBox {
    background: none;
    text-align: center;
}

.popupWrap .timerBox {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);

}

.dark .timerBox {
    background: #364651;
}

.endTimerText {
    color: #666B77;
}

.dark .endTimerText {
    color: #B3B8BC;
}


.endTimerSecond {
    display: block;
    color: #7BCC12;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.endTimerSecond p {
    font-size: inherit;
    color: #7BCC12;
    display: inline-block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.endTimerTitle {
    color: #666B77;
    text-align: center;

}

.dark .endTimerTitle {
    color: #B3B8BC;
    text-align: center;

}

.textList .blueText {
    line-height: 2;
    margin-top: 0;
}

.plateInputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.key {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
}

.dark .key {
    background: #4D606D;

}

.wide,
.key.Wide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #666B77;
    color: #fff;
}

.dark .wide,
.dark .key.Wide {
    background: #C0CDD8;
    color: #05141F;

}

.key:active {
    background: #D7DBE9;
}

.dark .key:active {
    background: #364651;
}

.wide:active {
    background: #364651;
}

.key.green {
    background: #7BCC12;
    color: #fff;
}

.key.green:active {
    background: #67AB14;
}


.keyboardWrapper {
    margin: 0 auto;
}

.keyboard {
    display: none;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyboard.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.keyboard.active .hangulWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.keyboard.active .hangulWrap.width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.keyboard.keyboardHangul {
    display: none;
}

.keyboard.keyboardHangul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.keyboard.keyboardHangul.active,
.keyboard.keyboardEnglish.active,
.keyboard.keyboardNumber.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 또는 block 등 */
}

.row {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.key {
    border-radius: 4px;
    width: calc(10% - 6px);
    height: auto;
    aspect-ratio: 1/1;
}

.wide {
    height: auto;
    width: 10%;
    aspect-ratio: 1/1;
}

.keyboardHangul,
.keyboardEnglish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 기본 flex 구조 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.keyboardEnglish {
    display: none;
}

.wide.disabled {
    opacity: 0.3;
}

.areaTop {
    border-right: solid 0px #2A3740;
}

.popupText {
    color: #B3B8BC;
}

.popupWrap .timerBox {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.dark .popupWrap .timerBox {
    background: #364651;

}

.btnStay {
    background: rgba(0, 0, 0, 0);
    color: #6cbf00;

}

.btnStay:hover {
    background: #7BCC12;
    color: #05141F;
}

.btnGoHome {
    background: rgba(0, 0, 0, 0);
}

.inputVehicle {
    width: 100%;
}

.inputVehicle .inputWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inputVehicle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.inputVehicle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.radioCustom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 8px;
    background: #16232C;
    padding: 20px;
    border-radius: 12px;
}

.radioCustom.checked {
    background: #7BCC12;
}

.radioCustom input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radioMark {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}

/* 선택된 상태 표시 */
.radioCustom input[type="radio"]:checked~.radioMark {
    border-color: #7BCC12;
}

.radioMark::after {
    content: "";
    position: absolute;
    display: none;
}

.radioCustom input[type="radio"]:checked~.radioMark::after {
    display: block;
}

.radioCustom .radioMark::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #7BCC12;
}

.inputVehicle .inputWrap {
    display: none;
}

.inputVehicle.checked .inputWrap {
    display: block;
}

.radioCustom span {
    font-size: inherit;
    color: #7BCC12;
    padding: 0 6px;
}


.checkBox {
    background: #fff;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
}

.dark .checkBox {
    background: #16232C;
}

.boxCategory input:checked~.checkmark {
    background: url('../../img/icon_check_w.svg')#7BCC12 center no-repeat;
    background-size: 16px;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: inline-block;
}

.checked .checkmark {
    background: url('../../img/icon_check_w.svg')#7BCC12 center no-repeat;
    background-size: 16px;
    opacity: 1;
}

.inputCarName {
    display: none;
}

.inputWrap.active .inputCarName {
    display: inline-block;
}

.listNameSmall {
    text-align: left;
    line-height: 1.3;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.listNameSmall p {
    font-size: inherit;
    color: #7BCC12;
    font-weight: 600;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.dark .listNameSmall p {
    color: #7BCC12;
}

.mobileArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}

.btnSend,
.btnCheck {
    background: #D7DBE9;
    color: #727F87;
    padding: 0 40px;
    font-size: 24px;
    border-radius: 12px;
    line-height: 48px;
}

.dark .btnSend,
.dark .btnCheck {
    background: #364651;
    color: #727F87;
    padding: 0 40px;
    font-size: 24px;
    border-radius: 12px;
    line-height: 48px;
}

.btnSend:active,
.btnCheck:active {
    background: #A9AFC0;
}

.dark .btnSend:active,
.dark .btnCheck:active {
    background: #364651;
}


.message {
    width: 100%;
    word-break: keep-all;
}

.successWrap .message {
    color: #53ad00;
    font-weight: 400;
}

.dark .successWrap .message {
    color: #7BCC12;
}

.failWrap .message {
    color: #FF2727;
    font-weight: 400;
}

.popupResult .message {
    color: #666B77;
}

.dark .popupResult .message {
    color: #B3B8BC;
}

.popupResult .successWrap span {
    color: #7BCC12;
}

.popupResult .failWrap span {
    color: #FF2727;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}



.popupResult .successWrap,
.popupResult .failWrap {
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}

.dark .popupResult .successWrap,
.dark .popupResult .failWrap {
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    margin-bottom: 0;
}


.message span {
    font-size: inherit;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.certifi {
    display: none
}

.successWrap,
.failWrap {
    background: #16232C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.dark .successWrap {
    background: #203826;
    border: none;
}

.successWrap {
    background: #d8e5cb;
}

.failWrap {
    background: #f3d6d9;
}

.dark .failWrap {
    background: #381F27;
    border: none;
}

.successWrap .icon {
    aspect-ratio: 1/1;
    background: url(../../img/dark/icon_step_chek.svg)center no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.failWrap .icon {
    aspect-ratio: 1/1;
    background: url(../../img/dark/icon_step_failed.svg)center no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.messageArea {
    width: 100%;
    display: none;
}

.message span p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.inputMessageArea {
    width: 100%;
    opacity: 0;
    cursor: default;
    position: relative;
}

.inputMessage {
    width: 100%;
    color: #ff4a48;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
}

.inputMessageArea.on {
    opacity: 1;
}

.inputMessageArea.on .inputMessage {
    display: inline-block;
    height: auto;
}

.inputCarNum .inputMessage {
    text-align: center;
}

.btnSub.btnNext {
    display: inline-block;
}

.inputExample {
    background: #dde0e7;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.dark .inputExample {
    background: #16232C;
}

.imgExample {
    width: 100%;
    height: 100%;
    display: inline-block;

}

.imgExample.numExample {
    background: url(../../img/img_num.png) center no-repeat;
    background-size: contain;
}

.imgExample.nameExample {
    background: url(../../img/img_name.png) center no-repeat;
    background-size: contain;
}


.mainTitle {
    width: 100%;
    line-height: 1.2;
    word-break: keep-all;
}

.mainText {
    color: #B3B8BC;
    color: #666B77;
    width: 100%;
    word-break: keep-all;
}

.dark .mainText {
    color: #B3B8BC;
}

.mainTitle p {
    color: #6cbf00;
    font-size: inherit;
    line-height: 1.2;
    display: inline;
    word-break: keep-all;
}

.popupResult {
    padding: 40px;
}

.mainImg {
    background: url(../../img/img_receiptCar2.png) center no-repeat;
    background-size: 104%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 350 / 196;
    max-width: 320px;
    overflow: hidden;
}

.mainImg video {
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    display: inline-block;
}

.checkAgree .labelText p.red {
    color: #F52932;
    display: inline-block;
    margin-left: 0;
    font-weight: 600;
}

.dark .mainImg {
    background: url(../../img/img_receiptCarDark1.png) center no-repeat;
    background-size: 104%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mainImgArea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../../img/img_receiptCar_bg.png) center repeat-x;
    background-size: auto 104%;
}

.btnRegi .mainImgArea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../../img/img_reserveCar_bg.png) center repeat-x;
    background-size: auto 104%;
}

.dark .mainImgArea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #364651;
}

.btnRegi .mainImg {
    background: url(../../img/img_reserveCar1.png) center no-repeat;
    background-size: 104%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dark .btnRegi .mainImg {
    background: url(../../img/img_reserveCarDark1.png) center no-repeat;
    background-size: 104%;
}

.mainImg video.videoDark {
    display: none;
}

.mainImg video.videoLight {
    display: inline-block;
}

.dark .mainImg video.videoDark {
    display: inline-block;
}

.dark .mainImg video.videoLight {
    display: none;
}

.mainImg video.videoLight {
    background: url(../../img/img_receiptCar2.png) center no-repeat;
    background-size: cover;
}

.btnRegi .mainImg video.videoLight {
    background: url(../../img/img_reserveCar1.png) center no-repeat;
    background-size: cover;
}

.dark .mainImg video.videoDark {
    background: url(../../img/img_receiptCarDark1.png) center no-repeat;
    background-size: cover;
}

.dark .btnRegi .mainImg video.videoDark {
    background: url(../../img/img_reserveCarDark1.png) center no-repeat;
    background-size: cover;
}


.mainTop {
    width: 100%;
}

.mainReceipt {
    text-align: center;
    width: 100%;
}

.mainBottom {
    width: 100%;
}

.intro .subTitle p {
    display: inline;
}

.mainBtn {
    width: 100%;
    background: #cfd6df;
    color: #fff;
    background: -o-linear-gradient(180deg, #2CAC65 30%, #6AD87E 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2CAC65), color-stop(40%, #6AD87E));
    background: -o-linear-gradient(top, #2CAC65 30%, #6AD87E 40%);
    background: linear-gradient(180deg, #2CAC65 30%, #6AD87E 40%);
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);

}

.dark .mainBtn {
    background: #364752;
    color: #fff;

}

.mainBtn:hover,
.mainBtn:active {
    background: #bbc1c9;
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
    background: -o-linear-gradient(180deg, #2CAC65 30%, #6AD87E 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2CAC65), color-stop(40%, #6AD87E));
    background: -o-linear-gradient(top, #2CAC65 30%, #6AD87E 40%);
    background: linear-gradient(180deg, #2CAC65 30%, #6AD87E 40%);
}

.mainBtn:hover video {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
}

.mainBtnWrap:active video {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
}

.dark .mainBtn:hover,
.dark .mainBtn:active {
    background: #364651;
}

.mainBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

.mainBtn.btnRegi {
    height: auto;
    background: #cfd6df;
    color: #fffF;
    background: -o-linear-gradient(180deg, #3670DC 30%, #74A0FF 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3670DC), color-stop(40%, #74A0FF));
    background: -o-linear-gradient(top, #3670DC 30%, #74A0FF 40%);
    background: linear-gradient(180deg, #3670DC 30%, #74A0FF 40%);

}

.dark .mainBtn.btnRegi {
    height: auto;
    background: #364651;
    color: #fff;
}

.popupBtnWrap {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.mainBtn.btnRegi:hover,
.mainBtn.btnRegi:active {
    background: #bbc1c9;
    background: -o-linear-gradient(180deg, #3670DC 30%, #74A0FF 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3670DC), color-stop(40%, #74A0FF));
    background: -o-linear-gradient(top, #3670DC 30%, #74A0FF 40%);
    background: linear-gradient(180deg, #3670DC 30%, #74A0FF 40%);
}

.dark .mainBtn.btnRegi:hover,
.dark .mainBtn.btnRegi:active {
    background: #364651;
}

.mainBtnWrap .mainBtn {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    word-break: keep-all;
    white-space: nowrap;

}


.btnReceipt .receiptType {
    color: #fff;
}

.dark .btnReceipt .receiptType {
    color: #D9E4F3;
}

.btnRegi .receiptType {
    color: #fff;
}

.dark .btnRegi .receiptType {
    color: #7BCC12;
}

.carNumber {
    font-weight: inherit;
    display: inline-block;
    color: inherit;
    width: 100%;
    opacity: 0.7;
}

.fixedRight {
    width: 100%;
}

.notFixed {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
}

html,
body {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;

}

html {
    background: #F3F5F9;
}

html.dark {
    background: #06141F;
}

label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.inputCarNum .inputArea {
    width: 100%;
    /* max-width: 360px; */
}

.inputArea.caution .inputTitle {
    color: #666B77;
}

.dark .inputArea.caution .inputTitle {
    color: #B3B8BC;
}

.inputArea.caution.active .inputTitle {
    color: #7BCC12;

}

.dark .inputArea.caution.active .inputTitle {
    color: #7BCC12;
}

.cautionText {
    color: #ff4a48;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    display: none;
}

.inputCarNum .inputArea .cautionText {
    text-align: center;
    display: inline-block;
}

.inputCarNum .inputArea.caution .cautionText {
    text-align: center;
    display: inline-block;
}

.textHalf.caution .cautionText {
    text-align: left;
    display: inline-block;
}


.inputArea.active .cautionText {
    display: none;

}

.inputArea.caution .cautionText {
    display: inline-block;

}

.btnCheck.on,
.btnSend.on {
    background: #7BCC12;
    color: #fff;
}

.btnCheck.on:hover,
.btnSend.on:hover {
    background: #67AB14;
}

.message a {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    max-width: 80%;
    line-height: inherit;
}

.keyboard.keyboardHangul.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.keypad {
    display: none;
}

.cautionText.green {
    color: #7BCC12;
}

.subTitleName {
    font-size: 30px;
    border: solid 2px #666B77;
    color: #666B77;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.dark .subTitleName {
    border-color: #fff;
    color: #fff;
}

.setTime {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    max-width: 700px;
    margin-top: 60px;
}

.dark .setTime {
    background: #2A3740;
}

.setTime .icon {
    width: 36px;
    height: 36px;
    background: url(../../img/icon_time.svg) center no-repeat;
    background-size: contain;
    margin-right: 6px;
}

.dark .setTime .icon {
    background: url(../../img/dark/icon_time.svg) center no-repeat;
    background-size: contain;
}

.setTimeStatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.time {
    width: 100%;
    text-align: center;
    font-size: 26px;
}

.time p {
    font-size: inherit;
    color: inherit;
}

.setTimeArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F3F5F9;
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    width: 100%;
    min-height: 50px;
    width: 100%;
}

.dark .setTimeArea {
    background: #364651;
}

.timeLunch {
    font-size: inherit;
    color: #666B77;
    display: inline-block;
}

.dark .timeLunch {
    color: #B3B8BC;
}

.setTimeTitle {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.timeClosed {
    color: #0066FF;
    font-weight: 600;
    font-size: 30px;
}

.dark .timeClosed {
    color: #62a1ff;
}

.timeStop {
    color: #FF2727;
    font-weight: 600;
    font-size: 30px;
}

.introImg {
    width: 260px;
    height: 260px;
    background: url('../../img/img_intro.png') center no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.introImgFail {
    width: 240px;
    height: 240px;
    background: url('../../img/img_find.png') center no-repeat;
    background-size: contain;
    margin-bottom: 40px;
}

.introImgTime {
    width: 240px;
    height: 240px;
    background: url('../../img/img_time.png') center no-repeat;
    background-size: contain;
    margin-top: 40px;

}

.introImgLunch {
    width: 240px;
    height: 240px;
    background: url('../../img/img_lunch.png') center no-repeat;
    background-size: contain;
    margin-top: 40px;

}

.mainArea {
    width: 100%;
}