/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo',
    'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo',
    'Noto Sans KR', 'Malgun Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #e5e8eb;
  color: #333d4b;
  line-height: 1.4;
  word-break: keep-all;
}

.page-wrapper {
  max-width: 480px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
}

input, select, textarea {
  font-family: inherit;
  font-size: 15px;
}

/* CTA 버튼 - 토스 스타일 */
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #3182f6;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.cta-primary:hover {
  background: #1b64da;
}

.cta-primary:active {
  transform: scale(0.98);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #3182f6;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 12px;
  border: 1px solid #e5e8eb;
  transition: background 0.15s ease;
}

.cta-secondary:hover {
  background: #f2f4f6;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/styles/ConsultFormModal.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.ConsultFormModal_overlay__rkXig {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 24px 0;
}

.ConsultFormModal_modal__euQSn {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  margin: auto;
  max-height: none;
}

.ConsultFormModal_header__nW2Jm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f2f4f6;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
}

.ConsultFormModal_headerTitle__8OWhV {
  font-size: 18px;
  font-weight: 800;
  color: #333d4b;
  letter-spacing: -0.02em;
}

.ConsultFormModal_closeBtn__KC50h {
  background: none;
  font-size: 28px;
  color: #8b95a1;
  padding: 0;
  line-height: 1;
}

.ConsultFormModal_form__EUnEA {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ConsultFormModal_field__aY3Ep {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ConsultFormModal_label__TmCnC {
  font-size: 14px;
  font-weight: 700;
  color: #333d4b;
}

.ConsultFormModal_req__Xe7mW {
  color: #3182f6;
}

.ConsultFormModal_input__ijYSS {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  background: #ffffff;
  color: #333d4b;
  outline: none;
  transition: border-color 0.2s ease;
}

.ConsultFormModal_input__ijYSS::placeholder {
  color: #aeb5bc;
}

.ConsultFormModal_input__ijYSS:focus {
  border-color: #3182f6;
}

.ConsultFormModal_helper__Hc_8i {
  font-size: 12px;
  color: #8b95a1;
  line-height: 1.5;
  margin: 0;
}

.ConsultFormModal_gridTwo__5n3kU {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
}

.ConsultFormModal_optionBtn__hn6t2 {
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
  color: #6b7684;
  background: #ffffff;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  text-align: center;
  transition: all 0.2s ease;
}

.ConsultFormModal_optionBtn__hn6t2:hover {
  border-color: #3182f6;
  color: #3182f6;
}

.ConsultFormModal_optionBtnFull__eag31 {
  width: 100%;
  margin-bottom: 8px;
}

.ConsultFormModal_optionBtnFull__eag31:last-of-type {
  margin-bottom: 0;
}

.ConsultFormModal_optionActive__1xHyx {
  border-color: #3182f6;
  color: #3182f6;
  background: #f0f6ff;
}

.ConsultFormModal_timeWrap__IwrMb {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.ConsultFormModal_ampmGroup__8TKmi {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d1d6db;
  flex-shrink: 0;
}

.ConsultFormModal_ampmBtn__WfFua {
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #8b95a1;
  background: #ffffff;
  border: none;
  transition: all 0.2s ease;
}

.ConsultFormModal_ampmBtn__WfFua:first-child {
  border-right: 1px solid #d1d6db;
}

.ConsultFormModal_ampmActive___pCoT {
  color: #3182f6;
  background: #f0f6ff;
}

.ConsultFormModal_timeSelect__v1arQ {
  flex: 1 1;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d1d6db;
  border-radius: 10px;
  background: #ffffff;
  color: #333d4b;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238b95a1' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.ConsultFormModal_timeSelect__v1arQ:focus {
  border-color: #3182f6;
}

.ConsultFormModal_privacyBox__jM1Dp {
  background: #f2f4f6;
  border-radius: 10px;
  padding: 16px;
  font-size: 13px;
  color: #6b7684;
  line-height: 1.5;
  text-align: center;
}

.ConsultFormModal_submitBtn___qmHs {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #3182f6;
  border-radius: 12px;
  transition: background 0.2s ease;
}

.ConsultFormModal_submitBtn___qmHs:hover {
  background: #1b64da;
}

.ConsultFormModal_otherContact__5HSq9 {
  text-align: center;
  font-size: 14px;
  color: #6b7684;
  padding-bottom: 8px;
}

.ConsultFormModal_otherContact__5HSq9 p {
  margin-bottom: 4px;
}

.ConsultFormModal_chatLink__ix2cR {
  color: #3182f6;
  font-size: 13px;
  text-decoration: underline;
}

