.form-select-module__lAcHta__wrap{width:100%;position:relative}.form-select-module__lAcHta__trigger{width:100%;min-height:var(--form-input-min-height);padding:var(--form-input-padding-y) var(--form-input-padding-x);border-radius:var(--form-input-radius);background:var(--form-input-bg);color:var(--form-input-text);font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--form-input-font-size);line-height:var(--form-input-line-height);letter-spacing:var(--form-input-letter-spacing);text-align:left;cursor:pointer;border:0;outline:none;justify-content:space-between;align-items:center;transition:outline .15s;display:flex}.form-select-module__lAcHta__wrapFill{height:100%}.form-select-module__lAcHta__triggerFill{height:100%;min-height:0}.form-select-module__lAcHta__trigger:focus-visible,.form-select-module__lAcHta__triggerOpen{outline:2px solid var(--form-input-focus-color);outline-offset:2px}.form-select-module__lAcHta__trigger[aria-invalid=true]{outline:1px solid var(--form-input-error-color);border-color:#0000}.form-select-module__lAcHta__trigger:disabled{opacity:.6;cursor:not-allowed}.form-select-module__lAcHta__placeholder{color:var(--form-input-placeholder)}.form-select-module__lAcHta__value{color:var(--form-input-text)}.form-select-module__lAcHta__icon{color:var(--color-gray-400);flex-shrink:0;margin-left:8px;transition:transform .2s}.form-select-module__lAcHta__triggerOpen .form-select-module__lAcHta__icon{transform:rotate(180deg)}.form-select-module__lAcHta__panel{z-index:20;background:var(--color-white);border:1px solid var(--color-line-01);border-radius:12px;max-height:280px;margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #00000014}.form-select-module__lAcHta__option{text-align:left;cursor:pointer;width:100%;font-family:var(--font-pretendard-stack);font-weight:var(--weight-medium);font-size:var(--font-16);letter-spacing:-.32px;color:var(--color-gray-700);background:0 0;border:0;padding:12px 20px;line-height:1.2;transition:background-color .12s,color .12s;display:block}.form-select-module__lAcHta__option:hover{background:var(--color-gray-50)}.form-select-module__lAcHta__option:focus-visible{outline:2px solid var(--form-input-focus-color);outline-offset:-2px}.form-select-module__lAcHta__optionActive{color:var(--form-input-focus-color)}
.inquiry-form-module__BI_9SG__root{background:var(--color-white);width:100%;padding-block:80px 0}.inquiry-form-module__BI_9SG__form{flex-direction:column;align-items:center;gap:50px;display:flex}.inquiry-form-module__BI_9SG__fields{flex-direction:column;gap:24px;width:100%;display:flex}.inquiry-form-module__BI_9SG__rowTwoCol{gap:var(--gap-lg);grid-template-columns:1fr 1fr;display:grid}.inquiry-form-module__BI_9SG__field{align-items:center;gap:0;min-height:68px;display:flex}.inquiry-form-module__BI_9SG__field[data-variant=textarea]{align-items:flex-start}.inquiry-form-module__BI_9SG__fieldLabel{width:130px;font-family:var(--font-pretendard-stack);font-weight:var(--weight-semibold);font-size:var(--font-22);letter-spacing:-.44px;color:var(--color-gray-800);white-space:nowrap;flex-shrink:0;align-items:center;gap:2px;line-height:1.4;display:inline-flex}.inquiry-form-module__BI_9SG__field[data-variant=textarea] .inquiry-form-module__BI_9SG__fieldLabel{align-self:flex-start;height:auto;padding-top:20px}.inquiry-form-module__BI_9SG__required{color:var(--brand-SSG-000)}.inquiry-form-module__BI_9SG__fieldControl{flex:1;min-width:0;position:relative}.inquiry-form-module__BI_9SG__input{width:100%;min-height:var(--form-input-min-height);padding:var(--form-input-padding-y) var(--form-input-padding-x);border-radius:var(--form-input-radius);background:var(--form-input-bg);color:var(--form-input-text);font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--form-input-font-size);line-height:var(--form-input-line-height);letter-spacing:var(--form-input-letter-spacing);border:0;outline:none}.inquiry-form-module__BI_9SG__input::placeholder{color:var(--form-input-placeholder)}.inquiry-form-module__BI_9SG__input:focus-visible{outline:2px solid var(--form-input-focus-color)}.inquiry-form-module__BI_9SG__input:disabled{opacity:.6;cursor:not-allowed}.inquiry-form-module__BI_9SG__input[aria-invalid=true]{outline:1px solid var(--form-input-error-color)}.inquiry-form-module__BI_9SG__textareaWrap{width:100%;position:relative}.inquiry-form-module__BI_9SG__textarea{min-height:200px;padding:var(--form-input-padding-y) var(--form-input-padding-x);resize:vertical;line-height:1.6}.inquiry-form-module__BI_9SG__counter{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--font-18);letter-spacing:-.36px;color:var(--color-gray-400);pointer-events:none;line-height:1.6;position:absolute;bottom:14px;right:20px}.inquiry-form-module__BI_9SG__field[data-transparent] .inquiry-form-module__BI_9SG__input{background:0 0}.inquiry-form-module__BI_9SG__radioGroup{background:var(--color-white);outline-offset:-2px;border-radius:8px;outline:2px solid #0000;align-items:center;gap:16px;min-height:68px;padding-block:16px;transition:outline-color .15s;display:inline-flex}.inquiry-form-module__BI_9SG__radioGroup[data-error]{outline:1px solid #d33}.inquiry-form-module__BI_9SG__radioItem{cursor:pointer;align-items:center;gap:8px;display:inline-flex;position:relative}.inquiry-form-module__BI_9SG__radioItem input[type=radio]{opacity:0;pointer-events:none;position:absolute}.inquiry-form-module__BI_9SG__radioBox{background:var(--color-white);border:1px solid #474747;flex-shrink:0;width:15px;height:15px;display:inline-block}.inquiry-form-module__BI_9SG__radioItem input[type=radio]:checked+.inquiry-form-module__BI_9SG__radioBox{background:var(--brand-SSG-000);border-color:var(--brand-SSG-000)}.inquiry-form-module__BI_9SG__radioItem input[type=radio]:checked+.inquiry-form-module__BI_9SG__radioBox:after{content:"";background:var(--color-white);width:7px;height:7px;margin:3px auto;display:block}.inquiry-form-module__BI_9SG__radioItem input[type=radio]:focus-visible+.inquiry-form-module__BI_9SG__radioBox{outline:2px solid var(--brand-SSG-000)}.inquiry-form-module__BI_9SG__radioLabel{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--font-18);letter-spacing:-.36px;color:#474747;line-height:1.6}.inquiry-form-module__BI_9SG__errorText{font-family:var(--font-pretendard-stack);font-weight:var(--weight-medium);font-size:var(--font-14);letter-spacing:-.28px;color:#d33;pointer-events:none;margin:0;line-height:1.4;position:absolute;top:calc(100% + 4px);left:0;right:0}.inquiry-form-module__BI_9SG__actions{justify-content:center;align-items:flex-start;gap:12px;display:flex}.inquiry-form-module__BI_9SG__action{min-width:132px;height:60px;font-family:var(--font-pretendard-stack);font-weight:var(--weight-medium);font-size:var(--font-18);letter-spacing:-.36px;cursor:pointer;white-space:nowrap;border:0;border-radius:16px;justify-content:center;align-items:center;padding:10px 32px;line-height:1.2;text-decoration:none;transition:opacity .15s;display:inline-flex}.inquiry-form-module__BI_9SG__action:hover{opacity:.88}.inquiry-form-module__BI_9SG__actionCancel{color:var(--color-gray-800);border:1px solid var(--color-gray-800)}@media (min-width:1025px){.inquiry-form-module__BI_9SG__actionCancel:hover{opacity:1}}.inquiry-form-module__BI_9SG__actionSubmit{background:var(--brand-SSG-000);color:var(--color-white)}@media (max-width:768px){.inquiry-form-module__BI_9SG__form{gap:40px;padding:0 16px}.inquiry-form-module__BI_9SG__fields{gap:14px}.inquiry-form-module__BI_9SG__rowTwoCol{grid-template-columns:1fr;gap:14px}.inquiry-form-module__BI_9SG__field{flex-direction:column;align-items:stretch;gap:6px;min-height:0}.inquiry-form-module__BI_9SG__field[data-variant=textarea] .inquiry-form-module__BI_9SG__fieldLabel{padding-top:0}.inquiry-form-module__BI_9SG__fieldLabel{width:auto;font-size:15px}.inquiry-form-module__BI_9SG__input{min-height:48px;padding:12px 14px;font-size:15px}.inquiry-form-module__BI_9SG__textarea{min-height:140px;padding-bottom:32px;font-size:15px}.inquiry-form-module__BI_9SG__counter{font-size:13px;bottom:10px;right:14px}.inquiry-form-module__BI_9SG__select{background-position:right 14px center;padding-right:40px;font-size:15px}.inquiry-form-module__BI_9SG__radioGroup{min-height:48px;padding:12px 0}.inquiry-form-module__BI_9SG__actions{flex-direction:column;align-items:stretch;gap:8px;width:100%}.inquiry-form-module__BI_9SG__action{border-radius:12px;width:100%;height:48px;font-size:16px}.inquiry-form-module__BI_9SG__fieldControl{width:100%}}
.reserve-section-module__Mk1kYa__root{background:var(--color-white);width:100%;padding-block:80px 0}.reserve-section-module__Mk1kYa__inner{justify-content:space-between;align-items:start;gap:var(--gap-lg);grid-template-columns:minmax(0,721px) minmax(0,559px);display:grid}.reserve-section-module__Mk1kYa__calendarColumn{flex-direction:column;gap:22px;min-width:0;display:flex}.reserve-section-module__Mk1kYa__monthHeader{justify-content:space-between;align-items:center;padding:0 12px;display:flex}.reserve-section-module__Mk1kYa__monthArrow{width:40px;height:40px;color:var(--color-gray-700);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .12s,opacity .12s;display:inline-flex}.reserve-section-module__Mk1kYa__monthArrow:hover{color:var(--brand-SSG-000)}.reserve-section-module__Mk1kYa__monthArrow:disabled{opacity:.3;cursor:not-allowed}.reserve-section-module__Mk1kYa__monthLabel{font-family:var(--font-pretendard-stack);font-weight:var(--weight-semibold);font-size:var(--font-28);color:var(--color-gray-700);line-height:1.2}.reserve-section-module__Mk1kYa__calendar{border-top:3.7px solid var(--brand-SSG-000);flex-direction:column;width:100%;display:flex}.reserve-section-module__Mk1kYa__calendarHead{grid-template-columns:repeat(7,1fr);display:grid}.reserve-section-module__Mk1kYa__dayHeader{border-right:1px solid var(--color-gray-300);border-bottom:1px solid var(--color-gray-300);height:54px;font-family:var(--font-pretendard-stack);font-weight:var(--weight-semibold);font-size:var(--font-18);color:var(--color-gray-700);justify-content:center;align-items:center;line-height:1.2;display:flex}.reserve-section-module__Mk1kYa__dayHeader:last-child{border-right:0}.reserve-section-module__Mk1kYa__dayHeader[data-tone=sun]{color:#e05023}.reserve-section-module__Mk1kYa__dayHeader[data-tone=sat]{color:#23469f}.reserve-section-module__Mk1kYa__calendarGrid{grid-template-columns:repeat(7,1fr);display:grid}.reserve-section-module__Mk1kYa__dayCell{border-right:1px solid var(--color-gray-300);border-bottom:1px solid var(--color-gray-300);background:var(--color-white);cursor:pointer;min-height:93px;font:inherit;text-align:left;color:var(--color-gray-700);justify-content:flex-start;align-items:flex-start;padding:11px 14px;transition:background .15s;display:flex;position:relative}.reserve-section-module__Mk1kYa__dayCell:nth-child(7n){border-right:0}.reserve-section-module__Mk1kYa__dayCell:hover:not(:disabled){background:#8129900f}.reserve-section-module__Mk1kYa__dayCell:disabled{cursor:default}.reserve-section-module__Mk1kYa__dayNumber{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--font-16);color:inherit;line-height:1.4}.reserve-section-module__Mk1kYa__dayCell[data-tone=sun]{color:#e05023}.reserve-section-module__Mk1kYa__dayCell[data-tone=sat]{color:#23469f}.reserve-section-module__Mk1kYa__dayCell[data-outside],.reserve-section-module__Mk1kYa__dayCell[data-past],.reserve-section-module__Mk1kYa__dayCell[data-closed]{color:#3339;cursor:not-allowed;background:#3333330d}.reserve-section-module__Mk1kYa__dayCell[data-outside][data-tone=sun],.reserve-section-module__Mk1kYa__dayCell[data-past][data-tone=sun],.reserve-section-module__Mk1kYa__dayCell[data-closed][data-tone=sun]{color:#e0502399}.reserve-section-module__Mk1kYa__dayCell[data-outside][data-tone=sat],.reserve-section-module__Mk1kYa__dayCell[data-past][data-tone=sat]{color:#23469f99}.reserve-section-module__Mk1kYa__dayCell[data-today] .reserve-section-module__Mk1kYa__dayNumber{font-weight:var(--weight-semibold);text-decoration:underline}.reserve-section-module__Mk1kYa__dayCell[data-selected]{background:var(--brand-SSG-000);color:var(--color-white);border-color:var(--brand-SSG-000)}.reserve-section-module__Mk1kYa__dayCell[data-selected]:hover{background:var(--brand-SSG-000)}.reserve-section-module__Mk1kYa__dayCell[data-selected] .reserve-section-module__Mk1kYa__dayNumber{color:var(--color-white);font-weight:var(--weight-bold);text-decoration:none}.reserve-section-module__Mk1kYa__dateTimeRow{grid-template-columns:177px 1fr;align-items:stretch;gap:12px;display:grid}.reserve-section-module__Mk1kYa__selectedDate{border:1px solid var(--brand-SSG-000);height:100%;color:var(--brand-SSG-000);font-family:var(--font-pretendard-stack);font-weight:var(--weight-semibold);font-size:var(--font-22);letter-spacing:-.44px;white-space:nowrap;text-overflow:ellipsis;background:#fefaff;border-radius:8px;justify-content:center;align-items:center;padding:14px 16px;line-height:1.2;display:inline-flex;overflow:hidden}.reserve-section-module__Mk1kYa__selectedDate[data-empty]{color:#3339;border-color:var(--color-gray-300);background:var(--color-white);font-weight:var(--weight-regular);font-size:var(--font-16);justify-content:flex-start;height:100%}.reserve-section-module__Mk1kYa__timeSelect{background:var(--color-white);outline:1px solid var(--color-gray-300);outline-offset:-2px;min-height:53px;font-size:var(--font-16);color:var(--color-gray-800);letter-spacing:-.32px;border-radius:8px;padding:14px 16px}.reserve-section-module__Mk1kYa__formColumn{flex-direction:column;gap:40px;min-width:0;display:flex}.reserve-section-module__Mk1kYa__formHeading{font-family:var(--font-pretendard-stack);font-weight:var(--weight-semibold);font-size:var(--font-24);letter-spacing:-.48px;color:var(--color-gray-700);margin:0;line-height:1.2}.reserve-section-module__Mk1kYa__fields{flex-direction:column;gap:16px;display:flex}.reserve-section-module__Mk1kYa__field{align-items:center;gap:5px;display:flex}.reserve-section-module__Mk1kYa__field[data-variant=textarea]{align-items:flex-start}.reserve-section-module__Mk1kYa__fieldLabel{width:120px;font-family:var(--font-pretendard-stack);font-weight:var(--weight-semibold);font-size:var(--font-20);letter-spacing:-.4px;color:var(--color-gray-800);white-space:nowrap;flex-shrink:0;align-items:center;gap:2px;line-height:1.4;display:inline-flex}.reserve-section-module__Mk1kYa__field[data-variant=textarea] .reserve-section-module__Mk1kYa__fieldLabel{align-self:flex-start;padding-top:18px}.reserve-section-module__Mk1kYa__required{color:var(--brand-SSG-000);font-size:var(--font-22)}.reserve-section-module__Mk1kYa__fieldControl{flex:1;min-width:0;position:relative}.reserve-section-module__Mk1kYa__input{width:100%;height:70px;padding:var(--form-input-padding-y) var(--form-input-padding-x);border-radius:var(--form-input-radius);background:var(--form-input-bg);color:var(--form-input-text);font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--form-input-font-size);line-height:var(--form-input-line-height);letter-spacing:var(--form-input-letter-spacing);border:0;outline:none}.reserve-section-module__Mk1kYa__input::placeholder{color:var(--form-input-placeholder)}.reserve-section-module__Mk1kYa__input:focus-visible{outline:2px solid var(--form-input-focus-color)}.reserve-section-module__Mk1kYa__input[aria-invalid=true]{outline:1px solid var(--form-input-error-color)}.reserve-section-module__Mk1kYa__radioGroup{width:100%;height:70px;padding:var(--form-input-padding-y) var(--form-input-padding-x);border-radius:var(--form-input-radius);background:var(--form-input-bg);align-items:center;gap:24px;display:flex}.reserve-section-module__Mk1kYa__radioGroup[data-error]{outline:1px solid var(--form-input-error-color)}.reserve-section-module__Mk1kYa__radioItem{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--form-input-font-size);line-height:var(--form-input-line-height);color:var(--form-input-text);cursor:pointer;align-items:center;gap:8px;display:inline-flex}.reserve-section-module__Mk1kYa__radioItem input[type=radio]{width:18px;height:18px;accent-color:var(--brand-SSG-000,#1769ff);cursor:pointer}.reserve-section-module__Mk1kYa__textarea{resize:vertical;height:150px;min-height:150px;padding-block:18px}.reserve-section-module__Mk1kYa__consent{flex-direction:column;gap:8px;display:flex}.reserve-section-module__Mk1kYa__consentNotice{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--font-14);letter-spacing:-.28px;color:var(--color-gray-500);white-space:pre-line;margin:0;line-height:1.6}.reserve-section-module__Mk1kYa__consentRow{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.reserve-section-module__Mk1kYa__consentColumn{flex-direction:column;gap:20px;display:flex}.reserve-section-module__Mk1kYa__consentDetail{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--font-16);letter-spacing:-.32px;color:var(--color-gray-700);margin:0;line-height:1.6}.reserve-section-module__Mk1kYa__consentLink{font:inherit;line-height:inherit;letter-spacing:inherit;color:var(--brand-SSG-000);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.reserve-section-module__Mk1kYa__agreeLabel{cursor:pointer;align-items:center;gap:8px;display:inline-flex;position:relative}.reserve-section-module__Mk1kYa__agreeInput{opacity:0;pointer-events:none;position:absolute}.reserve-section-module__Mk1kYa__agreeBox{border:1px solid var(--color-gray-700);background:var(--color-white);flex-shrink:0;width:16px;height:16px;display:inline-block}.reserve-section-module__Mk1kYa__agreeInput:checked+.reserve-section-module__Mk1kYa__agreeBox{background:var(--brand-SSG-000);border-color:var(--brand-SSG-000)}.reserve-section-module__Mk1kYa__agreeInput:checked+.reserve-section-module__Mk1kYa__agreeBox:after{content:"";border-left:2px solid var(--color-white);border-bottom:2px solid var(--color-white);width:8px;height:4px;margin:4px auto 0;display:block;transform:rotate(-45deg)}.reserve-section-module__Mk1kYa__agreeInput:focus-visible+.reserve-section-module__Mk1kYa__agreeBox{outline:2px solid var(--brand-SSG-000)}.reserve-section-module__Mk1kYa__agreeBox[data-error]{outline-offset:-2px;border-color:#0000;outline:2px solid #d33}.reserve-section-module__Mk1kYa__agreeText{font-family:var(--font-pretendard-stack);font-weight:var(--weight-regular);font-size:var(--font-14);letter-spacing:-.28px;color:var(--color-gray-700);line-height:1.6}.reserve-section-module__Mk1kYa__submit{background:var(--brand-SSG-000);width:100%;height:58px;color:var(--color-white);font-family:var(--font-pretendard-stack);font-weight:var(--weight-medium);font-size:var(--font-18);letter-spacing:-.36px;cursor:pointer;white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;padding:10px 32px;line-height:1.2;transition:opacity .15s;display:inline-flex}.reserve-section-module__Mk1kYa__submit:hover{opacity:.88}@media (max-width:1200px){.reserve-section-module__Mk1kYa__inner{gap:var(--gap-section);grid-template-columns:1fr}.reserve-section-module__Mk1kYa__calendarColumn,.reserve-section-module__Mk1kYa__formColumn{width:100%;max-width:720px;margin:0 auto}}@media (max-width:768px){.reserve-section-module__Mk1kYa__root{padding-block:40px 60px}.reserve-section-module__Mk1kYa__inner{gap:40px;padding:0 16px}.reserve-section-module__Mk1kYa__monthHeader{padding:0 4px}.reserve-section-module__Mk1kYa__monthLabel{font-size:20px}.reserve-section-module__Mk1kYa__monthArrow{width:32px;height:32px}.reserve-section-module__Mk1kYa__dayHeader{height:36px;font-size:13px}.reserve-section-module__Mk1kYa__dayCell{min-height:48px;padding:6px}.reserve-section-module__Mk1kYa__dayNumber{font-size:14px}.reserve-section-module__Mk1kYa__dateTimeRow{grid-template-columns:1fr}.reserve-section-module__Mk1kYa__selectedDate,.reserve-section-module__Mk1kYa__timeSelect{height:48px;font-size:16px}.reserve-section-module__Mk1kYa__formHeading{font-size:18px}.reserve-section-module__Mk1kYa__fields{gap:14px}.reserve-section-module__Mk1kYa__field{flex-direction:column;align-items:stretch;gap:6px}.reserve-section-module__Mk1kYa__field[data-variant=textarea] .reserve-section-module__Mk1kYa__fieldLabel{padding-top:0}.reserve-section-module__Mk1kYa__fieldLabel{width:auto;font-size:15px}.reserve-section-module__Mk1kYa__input{height:48px;padding:12px 14px;font-size:15px}.reserve-section-module__Mk1kYa__fieldControl{width:100%}.reserve-section-module__Mk1kYa__textarea{height:120px;min-height:120px;padding:12px 14px;font-size:15px}.reserve-section-module__Mk1kYa__consentRow{flex-direction:column;align-items:stretch;gap:10px}.reserve-section-module__Mk1kYa__submit{border-radius:12px;height:48px;font-size:16px}}
