@keyframes load {
    100% {
      background-position: -100% 0;
    }
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-Thin.woff2") format("woff2"), url("../font/woff/Pretendard-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-Light.woff2") format("woff2"), url("../font/woff/Pretendard-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-Regular.woff2") format("woff2"), url("../font/woff/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-Medium.woff2") format("woff2"), url("../font/woff/Pretendard-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("../font/woff/Pretendard-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-Bold.woff2") format("woff2"), url("../font/woff/Pretendard-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("../font/woff2/Pretendard-Black.woff2") format("woff2"), url("../font/woff/Pretendard-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "PAYW Pro";
    src: url("../font/woff2/PAYWPro-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "PAYW Pro";
    src: url("../font/woff2/PAYWPro-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "PAYW Pro";
    src: url("../font/woff2/PAYWPro-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "PAYW Pro";
    src: url("../font/woff2/PAYWPro-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "PAYW Pro";
    src: url("../font/woff2/PAYWPro-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "EuclidCircularA";
    src: url("../font/woff2/EuclidCircularA-Light-WebS.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "EuclidCircularA";
    src: url("../font/woff2/EuclidCircularA-Regular-WebS.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "EuclidCircularA";
    src: url("../font/woff2/EuclidCircularA-Medium-WebS.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
  }
  @font-face {
    font-family: "EuclidCircularA";
    src: url("../font/woff2/EuclidCircularA-Semibold-WebS.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
  }
  * {
    font-family: "Pretendard", sans-serif;
  }
  
  body {
    background-color: #F9FAFB;
  }
  body.white {
    background-color: #fff;
  }
  body.white .wrapper header.gnb {
    box-shadow: none;
    border-bottom: 1px solid #E9EFF2;
  }
  body.prevent-click {
    pointer-events: none;
  }
  
  a {
    color: #3A3E40;
  }
  
  .screen-off {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
  }
  
  .hide-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  
  .hide-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  
  .hide-scroll-vertical::-webkit-scrollbar {
    width: 0px;
  }
  .hide-scroll-vertical::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eeeeee;
  }
  .hide-scroll-vertical::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 3px solid #eee;
    background: #b0b0b0;
  }
  
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  
  .basic-legend {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.5384615385;
    color: #4B5154;
  }
  
  *:not([readonly]):not([type=text]):not([type=number]):not(.dropdown):not(textarea):focus-visible {
    outline: 1px solid #9cdbff;
  }
  
  .form-input.code {
    display: inline-block;
    width: 3rem;
    height: 3rem;
  }
  .form-input.code input {
    height: 100%;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 0;
    text-align: center;
    caret-color: transparent;
  }
  .form-input.code input.fill {
    border-color: #8D64F8 !important;
  }
  .form-input.text {
    position: relative;
    transition: border-color 0.08s;
  }
  .form-input.text.disabled {
    cursor: default;
  }
  .form-input.text.disabled input {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.text:not(.disabled) input:focus:not(.error) {
    background-color: #fff;
    border-color: #8D64F8 !important;
  }
  .form-input.text:not(.dsabled) input:not(.focus):hover {
    border-color: #C1C8CC;
  }
  .form-input.text input {
    width: 100%;
    background-color: transparent;
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    border-radius: 8px;
    border: 1px solid #e9eff2;
    color: #3A3E40;
    box-sizing: border-box;
  }
  .form-input.text input:disabled {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.text input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #9CA4A7;
  }
  .form-input.text input ~ label.form-text {
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.7;
    padding-left: 0.75rem;
    color: #9CA4A7;
  }
  .form-input.text input ~ label.form-text.business-email {
    color: #8D64F8 !important;
  }
  .form-input.text input:focus:not(.error) ~ .form-text {
    color: #8D64F8;
  }
  .form-input.text input.error {
    display: block;
    border-color: #DD4037 !important;
  }
  .form-input.text input.error ~ label:not(.business-email) {
    color: #DD4037;
  }
  .form-input.text input.error ~ label:not(.business-email).form-text {
    display: block !important;
  }
  .form-input.text input.show-text ~ .business-email {
    display: block !important;
  }
  .form-input.search {
    position: relative;
    transition: border-color 0.08s;
  }
  .form-input.search.disabled {
    cursor: default;
  }
  .form-input.search.disabled input {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.search:not(.disabled) input:focus:not(.error) {
    background-color: #fff;
    border-color: #8D64F8 !important;
  }
  .form-input.search:not(.dsabled) input:not(.focus):hover {
    border-color: #C1C8CC;
  }
  .form-input.search input {
    width: 100%;
    background-color: transparent;
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    border-radius: 8px;
    border: 1px solid #e9eff2;
    color: #3A3E40;
    box-sizing: border-box;
  }
  .form-input.search input:disabled {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.search input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #9CA4A7;
  }
  .form-input.search input ~ label.form-text {
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.7;
    padding-left: 0.75rem;
    color: #9CA4A7;
  }
  .form-input.search input ~ label.form-text.business-email {
    color: #8D64F8 !important;
  }
  .form-input.search input:focus:not(.error) ~ .form-text {
    color: #8D64F8;
  }
  .form-input.search input.error {
    display: block;
    border-color: #DD4037 !important;
  }
  .form-input.search input.error ~ label:not(.business-email) {
    color: #DD4037;
  }
  .form-input.search input.error ~ label:not(.business-email).form-text {
    display: block !important;
  }
  .form-input.search input.show-text ~ .business-email {
    display: block !important;
  }
  .form-input.search input {
    padding-left: 0;
    text-indent: 2.25rem;
    background-image: url("../image/icn_search.svg");
    background-repeat: no-repeat;
    background-position: 0.75rem 50%;
  }
  .form-input.search input:disabled {
    background-image: url("../image/icn_search_disabled.svg");
  }
  .form-input.search .btn-remove-keyword {
    display: none;
    position: absolute;
    top: 50%;
    right: 0.8125rem;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-image: url("../image/btn_remove_keyword.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .form-input.search .btn-remove-keyword:hover {
    background-image: url("../image/btn_remove_keyword_hover.svg");
  }
  .form-input.dropdown {
    position: relative;
    transition: border-color 0.08s;
    text-align: left;
    background-color: #fff;
    color: #3A3E40;
    box-sizing: border-box;
    outline: none;
  }
  .form-input.dropdown:not(.disabled):not(:focus):hover {
    border-color: #C1C8CC;
  }
  .form-input.dropdown.disabled {
    cursor: default;
  }
  .form-input.dropdown.disabled input {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.dropdown:focus input {
    border-color: #8D64F8 !important;
  }
  .form-input.dropdown:focus::after {
    background-image: url("../image/icn_dropdown_arrow_focus.svg") !important;
  }
  .form-input.dropdown::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    right: 0.625rem;
    top: 0;
    margin-top: 1rem;
    background-image: url("../image/icn_dropdown_arrow_default.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .form-input.dropdown:hover::after {
    background-image: url("../image/icn_dropdown_arrow_hover.svg");
  }
  .form-input.dropdown:hover input {
    border-color: #C1C8CC;
  }
  .form-input.dropdown input {
    pointer-events: none;
    cursor: pointer;
    width: 100%;
    height: 2.8125rem;
    background-color: transparent;
    padding: 0.5rem 0.625rem;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    border: 1px solid #e9eff2;
    border-radius: 10px;
  }
  .form-input.dropdown input:not(:placeholder-shown) ~ .floating-label, .form-input.dropdown input:focus ~ .floating-label {
    transform: none;
  }
  .form-input.dropdown input:disabled {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.dropdown input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #9CA4A7;
  }
  .form-input.dropdown input ~ label.form-text {
    display: none;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.7;
    text-indent: 0.75rem;
    color: #9CA4A7;
  }
  .form-input.dropdown input.error {
    border-color: #DD4037 !important;
  }
  .form-input.dropdown input.error ~ .form-text {
    display: block !important;
    color: #DD4037;
  }
  .form-input.dropdown.selected input ~ .floating-label {
    transition: none;
    transform: scale(0.625) translateY(-0.2rem) translateX(0.296875rem);
  }
  .form-input.dropdown .select-list {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #D6DBDD;
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    max-height: 10.25rem;
  }
  .form-input.dropdown .select-list::-webkit-scrollbar {
    width: 6px;
  }
  .form-input.dropdown .select-list::-webkit-scrollbar-track {
    background: transparent;
  }
  .form-input.dropdown .select-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 2px solid #fff;
    background: #C1C8CC;
  }
  .form-input.dropdown .select-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #242728;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form-input.dropdown .select-list li a:hover {
    background-color: #F4F7F9;
  }
  .form-input.dropdown .select-list li a:focus-visible {
    background-color: #F4F7F9;
    outline: none !important;
  }
  .form-input.floating input {
    padding: 1.25rem 0.625rem 0.5rem;
    line-height: 1.125rem;
  }
  .form-input.floating input::placeholder {
    opacity: 0;
  }
  .form-input.floating input ~ .floating-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: transform 0.1s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.625;
    color: #9ca4a7;
  }
  .form-input.floating input.mismatch.error ~ .floating-label {
    color: #DD4037;
  }
  .form-input.floating:not(.dropdown) input:not(:placeholder-shown) ~ .floating-label, .form-input.floating:not(.dropdown) input:focus ~ .floating-label {
    transform: scale(0.625) translateY(-0.2rem) translateX(0.296875rem);
  }
  .form-input.switch > input {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 2.125rem;
    height: 1.25rem;
    background-color: #C1C8CC;
    border-radius: 300px;
    padding: 0.125rem;
    cursor: pointer;
  }
  .form-input.switch > input:hover {
    background-color: #9CA4A7;
  }
  .form-input.switch > input::after {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #fff;
    left: 0.125rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
  }
  .form-input.switch > input:checked {
    background-color: #8D64F8;
  }
  .form-input.switch > input:checked::after {
    left: 1rem;
  }
  .form-input.switch > input:checked:hover {
    background-color: #6B3BE9;
  }
  .form-input.switch > input:checked:disabled {
    background-color: #C1C8CC;
  }
  .form-input.switch > input:disabled {
    background-color: #E9EFF2;
  }
  .form-input.switch .btn-end-repeat {
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5384615385;
    color: #4B5154;
  }
  .form-input.checkbox input[type=checkbox] {
    width: 0.8125rem;
    height: 0.8125rem;
    background-image: url("../image/btn_checkbox_default.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .form-input.checkbox input[type=checkbox]:checked {
    background-image: url("../image/btn_checkbox_checked.svg");
  }
  .form-input.checkbox input[type=checkbox]:checked:disabled {
    background-image: url("../image/btn_checkbox_checked_disabled.svg");
  }
  .form-input.checkbox input[type=checkbox]:checked:hover {
    background-image: url("../image/btn_checkbox_checked_hover.svg");
  }
  .form-input.checkbox input[type=checkbox]:not(:checked):disabled {
    background-image: url("../image/btn_checkbox_disabled.svg");
  }
  .form-input.checkbox.purple input[type=checkbox]:checked {
    background-image: url("../image/icn_checkbox_purple.svg");
  }
  .form-input.checkbox.purple input[type=checkbox]:checked:hover {
    background-image: url("../image/btn_checkbox_purple_hover.svg");
  }
  .form-input.checkbox.purple input:not(:checked):not(:disabled):hover {
    background-image: url("../image/btn_checkbox_default_hover.svg");
  }
  .form-input.checkbox.outline input[type=checkbox] {
    width: 1.125rem;
    height: 1.125rem;
    transition: background-image 0.08s;
    background-image: url("../image/btn_outline_checkbox_default.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .form-input.checkbox.outline input[type=checkbox]:checked {
    background-image: url("../image/btn_outline_checkbox_checked.svg");
  }
  .form-input.checkbox.outline input[type=checkbox]:disabled {
    background-image: url("../image/btn_checkbox_disabled.svg");
  }
  .form-input.radio input[type=radio] {
    flex-shrink: 0;
    flex-grow: 0;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 100%;
    border: 1px solid #D6DBDD;
  }
  .form-input.radio input[type=radio]:hover {
    border-color: #C1C8CC;
  }
  .form-input.radio input[type=radio]:checked {
    position: relative;
    border-color: #8D64F8;
    background-color: #8D64F8;
  }
  .form-input.radio input[type=radio]:checked:hover {
    background-color: #6B3BE9;
  }
  .form-input.radio input[type=radio]:checked:disabled {
    background-color: #9CA4A7;
    border-color: #9CA4A7;
  }
  .form-input.radio input[type=radio]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44.4444444444%;
    height: 44.4444444444%;
    background-color: #fff;
    border-radius: 100%;
  }
  .form-input.radio.purple input[type=checkbox]:checked {
    background-image: url("../image/icn_checkbox_purple.svg");
  }
  .form-input.radio.outline input[type=checkbox] {
    width: 1.125rem;
    height: 1.125rem;
    transition: background-image 0.08s;
    background-image: url("../image/btn_outline_checkbox_default.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .form-input.radio.outline input[type=checkbox]:checked {
    background-image: url("../image/btn_outline_checkbox_checked.svg");
  }
  .form-input.radio.outline input[type=checkbox]:disabled {
    background-image: url("../image/btn_checkbox_disabled.svg");
  }
  .form-input.textarea textarea {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    border: 1px solid #E9EFF2;
    border-radius: 10px;
    resize: none;
    width: 100%;
    height: 7.8125rem;
    outline: none;
    padding: 0.75rem;
    color: #3A3E40;
    box-sizing: border-box;
  }
  .form-input.textarea textarea:focus {
    border-color: #8D64F8;
  }
  .form-input.textarea textarea::placeholder {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #C1C8CC;
  }
  .form-input.datepicker {
    position: relative;
    transition: border-color 0.08s;
  }
  .form-input.datepicker.disabled {
    cursor: default;
  }
  .form-input.datepicker.disabled input {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.datepicker:not(.disabled) input:focus:not(.error) {
    background-color: #fff;
    border-color: #8D64F8 !important;
  }
  .form-input.datepicker:not(.dsabled) input:not(.focus):hover {
    border-color: #C1C8CC;
  }
  .form-input.datepicker input {
    width: 100%;
    background-color: transparent;
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    border-radius: 8px;
    border: 1px solid #e9eff2;
    color: #3A3E40;
    box-sizing: border-box;
  }
  .form-input.datepicker input:disabled {
    background-color: #F4F7F9;
    border: 1px solid #D6DBDD;
    color: #9CA4A7;
  }
  .form-input.datepicker input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #9CA4A7;
  }
  .form-input.datepicker input ~ label.form-text {
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.7;
    padding-left: 0.75rem;
    color: #9CA4A7;
  }
  .form-input.datepicker input ~ label.form-text.business-email {
    color: #8D64F8 !important;
  }
  .form-input.datepicker input:focus:not(.error) ~ .form-text {
    color: #8D64F8;
  }
  .form-input.datepicker input.error {
    display: block;
    border-color: #DD4037 !important;
  }
  .form-input.datepicker input.error ~ label:not(.business-email) {
    color: #DD4037;
  }
  .form-input.datepicker input.error ~ label:not(.business-email).form-text {
    display: block !important;
  }
  .form-input.datepicker input.show-text ~ .business-email {
    display: block !important;
  }
  .form-input.datepicker input {
    padding-left: 2.25rem;
    background-color: #fff;
    background-image: url("../image/icn_calendar.svg");
    background-repeat: no-repeat;
    background-position: 0.75rem center;
  }
  .form-input .btn-masking-input {
    display: none;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    top: 14px;
    right: 4.375%;
    cursor: pointer;
    background-image: url("../image/icn_input_masking.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .form-input .btn-masking-input.show {
    background-image: url("../image/icn_input_show.svg");
  }
  .form-input input.fill ~ .btn-masking-input {
    display: block;
  }
  .form-input:not(.floating) label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5384615385;
    color: #3A3E40;
  }
  .form-input:not(.floating) label + input {
    margin-top: 0.5rem;
  }
  
  legend {
    float: left;
  }
  legend ~ * {
    clear: left;
  }
  
  button {
    cursor: pointer;
  }
  button:disabled {
    cursor: default;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .btn-remove-all-alert {
    position: absolute;
    bottom: -1rem;
    right: 0;
    transform: translateY(100%);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5384615385;
    color: #80888A;
    background-color: transparent;
  }
  
  .login-wrapper ~ .alert-wrapper {
    top: 1.875rem;
  }
  
  .alert-wrapper {
    position: fixed;
    z-index: 99;
    top: 5.9375rem;
    right: 1.875rem;
  }
  
  .alert {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 98;
    background-color: #fff;
    padding: 1rem 1rem 1rem 3rem;
    border-radius: 5px;
    width: 308px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .alert ~ .alert {
    margin-top: 0.625rem;
  }
  .alert.show {
    opacity: 0;
    animation: fadeIn 0.25s forwards;
  }
  .alert:hover {
    background-color: #F9FAFB;
  }
  .alert:hover .btn-close {
    display: block !important;
  }
  .alert:hover .button-container button {
    color: #3A3E40 !important;
  }
  .alert.success {
    border: 1px solid #8D64F8;
  }
  .alert.success .alert-icon {
    background-image: url("../image/icn_alert_success.svg");
  }
  .alert.success.button {
    max-width: 19.25rem;
  }
  .alert.success.button .button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.5rem;
    width: 100%;
  }
  .alert.success.button .button-container button {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5384615385;
    color: #80888A;
    background-color: transparent;
  }
  .alert.success.button .button-container .btn-edit {
    text-decoration: underline;
  }
  .alert.success.button .button-container .btn-cancel {
    margin-left: 0.875rem;
  }
  .alert.success.button:hover .bottom button {
    color: #3A3E40;
  }
  .alert.notice {
    border: 1px solid #00A3FF;
  }
  .alert.notice .alert-icon {
    background-image: url("../image/icn_alert_info.svg");
  }
  .alert.warning {
    border: 1px solid #FF7A00;
  }
  .alert.warning .alert-icon {
    background-image: url("../image/icn_alert_warning.svg");
  }
  .alert.error {
    border: 1px solid #DD4037;
  }
  .alert.error .alert-icon {
    background-image: url("../image/icn_alert_error.svg");
  }
  .alert .alert-icon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
  }
  .alert .alert-icon + h2, .alert .alert-icon + .content {
    min-height: 1.5rem;
    line-height: 1.5rem;
  }
  .alert .alert-icon + h2 > p, .alert .alert-icon + .content > p {
    line-height: inherit !important;
  }
  .alert > h2 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #3A3E40;
    width: 100%;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .alert > h2 ~ .content {
    margin-top: 8px;
  }
  .alert .btn-close {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    padding: 4px;
    cursor: pointer;
  }
  .alert .btn-close img {
    display: block;
    width: 8px;
    height: 8px;
  }
  .alert .content {
    max-width: 100%;
  }
  .alert .content p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #80888A;
    word-break: break-all;
  }
  
  .modal .alert-center {
    width: 25.5rem;
  }
  .modal .alert-center .scroll-area .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.875rem;
    height: auto;
  }
  .modal .alert-center .scroll-area .content.radio {
    padding: 2.1875rem;
    padding-top: 3.1875rem;
  }
  .modal .alert-center .scroll-area .content .empty-room-img {
    width: 2.1875rem;
    height: 2.4375rem;
    margin-bottom: 1.625rem;
  }
  .modal .alert-center .scroll-area .content .empty-room-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .modal .alert-center .scroll-area .content .empty-room-msg {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #4B5154;
    margin-bottom: 1.25rem;
  }
  .modal .alert-center .scroll-area .content > p {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #80888A;
    text-align: center;
    width: 100%;
  }
  .modal .alert-center .scroll-area .content > p > span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .modal .alert-center .scroll-area .content .radio-list li {
    display: flex;
    align-items: center;
  }
  .modal .alert-center .scroll-area .content .radio-list li ~ li {
    margin-top: 1.25rem;
  }
  .modal .alert-center .scroll-area .content .radio-list li input[type=radio] {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .modal .alert-center .scroll-area .content .radio-list li label {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.02;
    line-height: 1.5;
    color: #80888A;
    margin-left: 0.8125rem;
  }
  .modal .alert-center .scroll-area .content .btn-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 1.25rem;
    width: 100%;
    margin-top: 2rem;
  }
  .modal .alert-center .scroll-area .content .btn-container .btn-main {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5;
    padding: 0 1rem;
    height: 2.625rem;
    border-radius: 10px;
    color: #fff;
    background-color: #6545B7;
  }
  .modal .alert-center .scroll-area .content .btn-container .btn-main:hover {
    background-color: #4A26A6;
  }
  .modal .alert-center .scroll-area .content .btn-container .btn-sub {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5;
    padding: 0 1rem;
    height: 2.625rem;
    border-radius: 10px;
    background-color: #F4F7F9;
    color: #80888A;
  }
  .modal .alert-center .scroll-area .content .btn-container button {
    flex: 1;
    height: 3rem !important;
  }
  
  @media all and (min-width: 1024px) {
    html, body {
      font-size: 16px;
    }
  }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    html, body {
      font-size: 15px;
    }
  }
  @media all and (max-width: 767px) {
    html, body {
      font-size: 14px;
    }
  }