:root {
    --Title: #000;
    --Primary: #00256C;
    --Body: #555;
    --Line2: #E7EAF0;
    --BG2: #F8F9FC;
    --basic-white: #fff;
    --basic-dark: #13062d;
    --basic-black: #000;
    --basic-shade-100: #fbfbfc;
    --basic-shade-150: #f8f8fa;
    --basic-shade-200: #f4f4f9;
    --basic-shade-300: #e9e9f0;
    --basic-shade-400: #d4d4df;
    --basic-shade-500: #babccd;
    --basic-shade-600: #979bae;
    --basic-shade-700: #757b92;
    --basic-shade-800: #4B526A;
    --basic-shade-850: #404465;
    --purple-shade-100: #f8f7fd;
    --purple-shade-200: #f2ecff;
    --purple-primary: #6b2fdd;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100vh;
    font-family: "Pretendard Variable", 'Pretendard', 'Apple SD Gothic Neo',Sans-serif !important;
    background: var(--basic-shade-100);
    color: var(--basic-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

.w-hidden {
    display: none;
}


input {
    border-radius: 10px;
    border: 0.5px solid var(--basic-shade-300);
    background: var(--basic-shade-100);
    padding: 0 30px;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--basic-dark);
    outline: unset;
    font-family: "Pretendard Variable" !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    -webkit-appearance: none;
}

input:not([type='number']) {
    ime-mode:active;
}

.no-dot-input-area input {
    padding: 0 14px;
}

input::placeholder {
    color: var(--basic-shade-600);
}

.container {
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: unset;
    padding: 0;
    background: var(--basic-shade-150);
}

.top-area {
    padding: 21px 100px;
    width: inherit;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.top-area > div:first-child {
    display: flex;
    align-items: center;
}

.logo-area > img {
    width: 224px;
    height: 21px;
}

.btn-close-window > img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.btn-back-window {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.m-close-area {
    display: none;
}

.logo-title-area {
    color: var(--Primary, #00256C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Pretendard Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
}

.bottom-area {
    padding: 100px 0 175px 0;
    width: 760px;
}

.bottom-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-title-area > div:first-child {
    color: var(--Primary, #00256C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}

.bottom-title-area > div:last-child {
    color: var(--basic-shade-700, #757B92);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.bottom-content-area {
    margin: 50px 0 50px 0;
    padding: 0 0 20px 0;
    gap: 30px;
    border-radius: 14px;
}

.btn-next {
    border-radius: 10px;
    background: var(--Primary, #00256C);
    display: flex;
    height: 54px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    width: 100%;
    border: 0;
}

.btn-next.disabled {
    background: #BCBCBC;
}

.bottom-btn-area {
    width: 100%;
    margin: 20px auto 60px;
    max-width: 360px;
    position: relative;
}


.modal-header {
    border: 0;
    padding: 22px 24px 14px 24px;
}

.modal-title {
    color: var(--Title, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-content {
    display: flex;
    border-radius: 2px;
    width: calc(100% - 80px);
    background: var(--System-Backgrounds-SB-L-Primary, #FFF);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10), 0px 24px 48px 0px rgba(0, 0, 0, 0.20);
    margin: auto;
}

.modal-body {
    color: var(--Label-Colors-LC-L-Secondary, rgba(60, 60, 67, 0.60));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 0 24px;
}

.modal-footer {
    border: 0;
    padding: 8px;
}

.modal-footer button {
    display: flex;
    padding: 10px 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    background: #fff !important;
    border: 0;
    color: var(--System-Colors-SC-L-Indigo, #5856D6) !important;
    /* Button / Roboto Medium */
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.loading-indicator {
    display: none;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000050;
}

.loading-indicator.active {
    display: flex;
}

.loading-indicator > div {
    width: inherit;
    height: inherit;
    align-items: center;
}

.loading-indicator .spinner-border {
    --bs-spinner-width: 4rem;
    --bs-spinner-height: 4rem;
    color: var(--purple-primary);
}
.toast-container {
position: fixed;
bottom: 8%;
z-index: 500;
}

.toast-container .toast.show {

background: #4d4d4d;
border-radius: 22px;
display: flex;
padding: 0 20px;
justify-content: center;
align-items: center;
color: var(--basic-white-ffffff, #fff);
font-size: 16px;
font-style: normal;
font-weight: 500;
width: fix-content;
}

.wrap-box {
    width: 100%;
    padding: 30px 20px;
    background: var(--basic-white);
    border-radius: 14px;
}

.wrap-box:not(:last-child) {
    margin-bottom: 10px;
}

.wrap-desc-box {
    display: flex;
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    align-items: flex-start;
}

.title {
    color: var(--basic-dark-13062-d, #13062D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%; /* 26.1px */
    display: flex;
    justify-content: space-between;
}

.wrap-box .sub-box:nth-child(2) .sub-title {
    padding-top: 20px;
}

.sub-title {
    color: var(--basic-shade-8004-b-526-a, #4B526A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 0 8px 6px;
}

.sub-title.sub-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error-msg {
    color: #FF4156;
    font-size: 12px;
    font-weight: 400;
}

.error-box {
    border-color: #FF4156;
}

.mb10 {
    margin-bottom: 10px;
}

.input-area {
    position: relative;
}

.dot {
    background: url(../../assets/images/ic_dot.png) 0 0 no-repeat;
    position: absolute;
    width: 6px;
    height: 7px;
    background-size: 100%;
    top: 22px;
    left: 14px;
}

.dot.active {
    background: url(../../assets/images/ic_dot_focus.png) 0 0 no-repeat;
    width: 6px;
    height: 7px;
    background-size: 100%;
}

.btn-clear {
    position: absolute;
    top: 16px;
    right: 14px;
    align-items: center;
    justify-content: center;
    display: none;
}

.btn-clear img {
    width: 16px;
    height: 16px;
}

input:focus + .btn-clear.active {
    display: flex;
  }


.phone-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-area > div {
    width: 100%;
}

select {
    border-radius: 10px;
    border: 0.5px solid var(--basic-shade-300);
    background: var(--basic-shade-100);
    padding: 0 30px 0 10px;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--basic-dark);
    outline: unset;
    font-family: "Pretendard Variable" !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    -webkit-appearance: none;

}

.icon-area {
    position: relative;
}

.icon-area svg {
    position: absolute;
    right: 15px;
    top: 15px;
}

.phone-area .icon-area svg {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sub-desc {
    color: var(--basic-shade-700, #757B92);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    margin-top: 10px;
    margin-bottom: 10px;
}

.time-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-area > div {
    width: calc(50% - 10px);
}
select.time-select {
    -webkit-appearance: none;
    height: 50px;
    border: 0;
    color: var(--basic-dark) !important;
    background: var(--basic-white);
    border-bottom: 1px solid var(--basic-shade-300);
    padding: 0;
    border-radius: 0;
    width: 100%;
    outline: none !important;
}

input.date-input {
    height: 50px;
    border: 0;
    background: var(--basic-white);
    border-bottom: 1px solid var(--basic-shade-300);
    padding: 0;
    border-radius: 0;
    width: 100%;
}

input.date-input::placeholder {
    color: var(--basic-shade-400);
    font-size: 17px;
    font-weight: 500;
}

.car-select-list {
    padding-top: 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.car-select-list li {
    display: flex;
    padding: 14px 12px;
    align-items: center;
    border-radius: 8px;
    border: 0.5px solid var(--basic-shade-300);
    /* background: var(--basic-shade-100); */
    height: 80px;
    color: var(--basic-shade-800);
    margin-bottom: 14px;
}

.car-select-list li:last-child {
    margin: 0;
}

.car-select-list li.active {
    border-radius: 8px;
    border: 0.5px solid var(--purple-primary);
    background: #F8F7FD;
}

.car-select-list li.active .car-right {
    color: var(--purple-primary);
    font-size: 16px;
    font-weight: 600;
}

.car-select-list li .car-left img {
    width: 54px;
    height: 54px;
}

.car-left {
    margin-right: 14px;
}

.car-right {
    width: 100%;
}

.car-right > div:first-child {
    color: var(--basic-dark-13062-d, #13062D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.car-right > div:last-child {
    color: var(--basic-shade-8004-b-526-a, #4B526A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sub-box.boarding-info-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0 18px 0;
}

.sub-box.boarding-info-area .sub-title {
    padding: 0;
}

.boarding-info-area .sub-title > div:first-child {
    color: var(--basic-dark-13062-d, #13062D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.boarding-info-area .sub-title > div:last-child {
    color: var(--basic-shade-700757-b-92, #757B92);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-minus {
    background: url(../../assets/images/btn_count_minus.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    background-size: 100%;
}

.btn-minus.disabled {
    background: url(../../assets/images/btn_count_minus_disable.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    background-size: 100%;
}

.btn-add {
    background: url(../../assets/images/btn_count_plus.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    background-size: 100%;
}

.btn-add.disabled {
    background: url(../../assets/images/btn_count_plus_disable.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    background-size: 100%;
}

.btn-boarding-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 114px;
}

textarea {
    display: flex;
    resize: none;
    width: 100%;
    min-width: 320px;
    height: 140px;
    padding: 14px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    border: 0.5px solid var(--basic-shade-300);
    background: var(--basic-shade-100);
    outline: none !important;
}

textarea::placeholder {
    color: var(--basic-shade-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 165%; /* 26.4px */
}

.wrap-desc-box .sub-box {
    width: 100%;
}
.wrap-desc-box .sub-box:first-child {
    padding-bottom: 30px;
}

.wrap-desc-box .sub-title {
    color: var(--basic-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 145%; /* 23.2px */
    padding: 0;
    margin-top: 20px;
}
.wrap-desc-box > div:first-child {
    padding-bottom: 14px;
}

.wrap-desc-box > div:nth-child(2) > .sub-title {
    margin-top: 0;
}

.wrap-desc-box .sub-content {
    padding-top: 20px;
}

.terms-list, .cancel-list {
    padding-left: 18px;
}

.terms-list li, .cancel-list li {
    color: var(--basic-shade-800);
    font-size: 15px;
    font-weight: 400;
    line-height: 165%;
}

.terms-list li:not(:last-child), .cancel-list li {
    padding-bottom: 12px;
}

.terms-list li.bold {
    font-weight: 600;
    line-height: 165%; /* 23.1px */
}
.terms-list li::marker {
    color: #4B526A;
    font-size: 12px;
    content: "• ";
  }

  ol li::marker {
    color: #4B526A;
    font-size: 12px;
    content: "- ";
  }
.sub-terms-list {
    margin: 12px 0;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--basic-shade-100-fbfbfc, #FBFBFC);
}

.sub-terms-list ol {
    padding-left: 10px;
}

.sub-terms-list ol > li {
    color: var(--basic-shade-8004-b-526-a, #4B526A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Pretendard Variable";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 23.1px */
}

.error-msg {
    color: #FF4156;
    font-size: 12px;
    font-weight: 400;
}

.error-box {
    border-color: #FF4156;
}

.display-none {
    display: none;
}

.sub-title.sub-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-title.sub-title-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.text-area {
    margin-top: 20px;
}

/* Bottom Sheet Styles */
.bottom-sheet {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100%;
    height: -webkit-fill-available;
    height: fill-available;
    width: 100%;
  }


  .bottom-sheet-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }

  .bottom-sheet-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 15px 15px 0 0;
    max-height: 90vh;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 27px;
    padding-bottom: 20px;
  }


  .bottom-sheet-handle {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .bottom-sheet-handle-bar {
    width: 40px;
    height: 4px;
    background-color: var(--basic-shade-300);
    border-radius: 2px;
  }

  .bottom-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .bottom-sheet-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .bottom-sheet-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
  }

  .bottom-sheet-close img {
    width: 20px;
    height: 20px;
  }

  .bottom-sheet-content {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #757b92;
  }
  .bottom-sheet-footer {
    display: flex;
    gap: 10px;
  }
  .bottom-sheet-action-button {
    border-radius: 8px;
    height: 52px;
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1;
  }
  .btn-cancel {
    background-color: #f4f4f9;
  }
  .btn-confirm {
    background-color: #404465;
    color: white;
  }


  .iti {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
  }
  .iti .iti__country-container {
    position: relative;
  }
  .iti .iti__country-container .iti__selected-country {
    border-radius: 10px;
    border: 0.5px solid var(--basic-shade-300);
    background: var(--basic-shade-100);
    padding: 0 14px;
    height: 52px;
    width: 100%;
  }
  .iti .iti__tel-input {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .sub-content input[type="date"],
  .sub-content select.time-select {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }

  .sub-content .input-shadow {
    border-radius: 10px;
    border: 0.5px solid var(--basic-shade-300);
    background: var(--basic-shade-100);
    padding: 0 14px;
    display: flex;
    align-items: center;
    height: 52px;
    width: 100%;
  }

  .sub-content .input-shadow--underline {
    border-bottom: 0.5px solid #E9E9F0;
    padding: 0 0;
    display: flex;
    align-items: center;
    height: 52px;
    width: 100%;
  }

  .required-symbol {
      color: #ff4156;
  }


.confirmation {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }
  .confirmation > .confirmation__body {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 15px 15px;
    display: flex;
    flex-direction: column;
    height:auto;
  }
  .confirmation > .confirmation__body > .confirmation__title {
    padding: 30px 20px 20px 20px;
    margin-bottom:0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #13062d;
  }
  .confirmation > .confirmation__body > .confirmation__content {
    overflow-y: auto;
    flex: 1;
    max-height: 515px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .confirmation > .confirmation__body > .confirmation__content > dl {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 0.5px solid #e9e9f0;
  }
  /* 피그마 디자인 매칭 */
  .confirmation > .confirmation__body > .confirmation__content > dl > dt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #4b526a;
    margin: 0;
  }
  .confirmation > .confirmation__body > .confirmation__content > dl > dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #13062d;
    margin: 0;
  }
  .confirmation
    > .confirmation__body
    > .confirmation__content
    > .confirmation__content__notice {
    padding: 14px;
    background-color: rgba(245, 158, 11, 0.1);
    border: 0.5px solid #F59E0B;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #13062d;
    line-height: 145%;
  }
  .confirmation > .confirmation__body > .confirmation__action {
    display: flex;
    column-gap: 12px;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: calc(.5rem + env(safe-area-inset-bottom))
  }
  .confirmation
    > .confirmation__body
    > .confirmation__action
    > .confirmation__action--cancel {
    background-color: white;
    border-color: #00256c;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    flex: 1;
    color:#00256C;
  }
  .confirmation
    > .confirmation__body
    > .confirmation__action
    > .confirmation__action--confirm {
    background-color: #00256c;
    color: white;
    border-color: #00256c;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    flex: 1;
  }

  .confirmation > .confirmation__dimd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  /* 모바일 대응 */
  @media (min-width: 1059px) {
        .bottom-sheet {
            display: none;
        }
  }

  @media (min-width: 1060px) {
    .confirmation {
      align-items: center;
    }
    .confirmation > .confirmation__body {
      max-width: 600px;  
      max-height: 90dvh;
      margin-bottom: 60px;
    }

    .confirmation > .confirmation__body > .confirmation__action {
      padding-top: 30px;
      padding-bottom: 40px;
      margin-bottom: 0;
    }

    .confirmation
      > .confirmation__body
      > .confirmation__action
      > .confirmation__action--cancel {
      max-width: 174px;
      flex-shrink: 0;
    }
    .confirmation
      > .confirmation__body
      > .confirmation__action
      > .confirmation__action--confirm {
      max-width: 174px;
      flex-shrink: 0;
    }
  }


  @media (max-width: 1059px) {
    .m-hidden {
        display: none;
    }

    .w-hidden {
        display: block;
    }

    .container {
        padding: 0;
        background: var(--basic-shade-100);
        height: inherit;
    }

    .m-close-area {
        display: block;
    }

    .logo-area {
        width: 100%;
        text-align: center;
        color: var(--Title, #000);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Pretendard Variable";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .top-area {
        padding: 21px 20px 0 20px;
        flex-direction: column;
        justify-content: unset;
    }

    .top-area > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 21px;
    }

    .logo-title-area {
        padding: 30px 0;
        color: var(--Title, #000);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        width: 100%;
    }

    .bottom-area {
        padding: 0;
        min-width: unset;
        width: 100%;
    }

    .bottom-title-area {
        flex-direction: column;
        justify-content: baseline;
        align-items: baseline;
    }

    .bottom-title-area > div:last-child {
        margin-top: 10px;
    }

    .bottom-content-area {
        margin: 0;
        padding: 0;
    }

    .bottom-btn-area {
        margin: 0;
        padding: 20px 20px 60px;
        background: #fff;
        max-width: unset;
    }
    .confirmation > .confirmation__body > .confirmation__title {
    padding: 27px 20px 20px 20px;
    }

    .confirmation > .confirmation__body {
    max-height:90vh;
    }

    .confirmation > .confirmation__body > .confirmation__content {
    max-height: none;
    padding-bottom:30px;
    }
    .confirmation > .confirmation__body{
    border-radius: 15px 15px 0px 0px;
    }
}

@media (max-width: 580px) {
    .confirmation > .confirmation__body > .confirmation__title {
    padding: 27px 20px 20px 20px;
    }

    .confirmation > .confirmation__body {
    /* 10.상단마진 60px 기준 업데이트 */
    height: calc(100% - 60px);
    }

    .confirmation > .confirmation__body > .confirmation__content {
    max-height: none;
    padding-bottom:30px;
    }
    .confirmation > .confirmation__body{
    border-radius: 15px 15px 0px 0px;
    }
}
