/* PC_MAIN DEDICATED FILE */
#section3.lead-section{
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff url('../images/section/section3-bg.jpg') center center / cover no-repeat;
  color: #111;
}

#section3 .lead-inner{
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 120px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section3 .lead-copy{
  width: min(760px, 100%);
  margin: 0 auto 16px;
  text-align: center;
}

#section3 .lead-kicker{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #837765;
}

#section3 .lead-title-main{
  margin: 0 0 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1px;
  color: #2E3B42;
}


#section3 .lead-spread-line{
  display: block;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
  transform: none;
  will-change: letter-spacing, opacity;
}

#section3 .lead-spread-line--en{
  letter-spacing: 46px; /* 기존 26px -> 더 퍼짐 */
  transition: letter-spacing 3.8s cubic-bezier(.22, .61, .36, 1),
              opacity 4.2s ease;
}

#section3 .lead-spread-line--ko{
  letter-spacing: 28px; /* 기존 16px -> 더 퍼짐 */
  transition: letter-spacing 4.1s cubic-bezier(.22, .61, .36, 1),
              opacity 4.2s ease;
}

#section3.is-active .lead-spread-line{
  opacity: 1;
}

#section3.is-active .lead-spread-line--en{
  letter-spacing: 4px;
}

#section3.is-active .lead-spread-line--ko{
  letter-spacing: -1px;
}

#section3.is-active .lead-spread-line{
  opacity: 1;
}

#section3.is-active .lead-spread-line--en{
  letter-spacing: 4px;
}

#section3.is-active .lead-spread-line--ko{
  letter-spacing: -1px;
}

#section3 .lead-sub{
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #5D6970;
}

#section3 .lead-form{
  width: min(850px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#section3 .lead-policy-box > strong{
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #2E3B42;
}

#section3 .lead-policy-scroll{
  height: 155px;
  overflow: auto;
  padding: 14px 16px;
  border: 1px solid rgba(46,59,66,.14);
  background: #fff;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 400;
}

#section3 .policy-copy{
  color: #252525;
}

#section3 .policy-copy__title{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
}

#section3 .policy-copy__item-title{
  margin: 18px 0 8px;
}

#section3 .policy-copy__item-title:first-of-type{
  margin-top: 0;
}

#section3 .policy-copy__item-title strong{
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#section3 .policy-copy__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  color: #333;
}

#section3 .policy-copy__marketing{
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(46,59,66,.14);
}

#section3 .policy-copy__subhead{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
}

#section3 .policy-copy__subhead strong{
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#section3 .policy-copy__subhead span{
  color: #666;
  font-weight: 500;
}

#section3 .policy-copy__foot{
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  color: #333;
}

#section3 .policy-copy__note{
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(46,59,66,.14);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  color: #333;
}

#section3 .lead-agree-field,
#section3 .field-control{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section3 .lead-agree-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #4E5B62;
  cursor: pointer;
}

#section3 .lead-agree-check input{
  width: 16px;
  height: 16px;
  accent-color: #837765;
}

#section3 .lead-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

#section3 .form-group{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#section3 .field-label{
  font-size: 16px;
  font-weight: 400;
  color: #4E5B62;
}

#section3 .field-label em{
  font-style: normal;
  color: #C77F5F;
}

#section3 .form-group input{
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(46,59,66,.18);
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #111;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#section3 .form-group select{
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(46,59,66,.18);
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #111;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

#section3 .lead-visit-trigger{
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(46,59,66,.18);
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #111;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
}

#section3 .lead-visit-trigger span{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #111;
}

#section3 .lead-visit-trigger.is-filled span{
  color: #111;
}

#section3 .form-group select::-ms-expand{
  display: none;
}

#section3 .form-group input::placeholder{
  color: rgba(17,17,17,.4);
  opacity: 1;
}

#section3 .form-group input:focus,
#section3 .form-group select:focus,
#section3 .lead-visit-trigger:focus{
  border-color: rgba(131,119,101,.72);
  box-shadow: 0 0 0 3px rgba(131,119,101,.12);
  background: #fff;
}

#section3 .lead-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  height: 54px;
  margin: 32px auto 0;
  padding: 0 28px;
  border: 1px solid #767676;
  border-radius: 0;
  background: #fff;
  color: #767676;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

#section3 .lead-btn:hover{
  transform: translateY(-1px);
  background: #767676;
  border-color: #767676;
  color: #fff;
}

#section3 .lead-btn:disabled{
  cursor: default;
  opacity: .88;
}

#section3 .lead-visit-modal{
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
}

#section3 .lead-visit-modal.active{
  display: flex;
}

#section3 .lead-visit-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(3,14,33,.72);
}

body.lead-visit-open{
  overflow: hidden;
}

#section3 .lead-visit-picker{
  position: relative;
  z-index: 1;
  width: min(460px, calc(var(--pc-safe-w, 100vw) - 24px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e5e6e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 64px rgba(0,0,0,.28);
}

#section3 .lead-visit-calendar{
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}

#section3 .lead-visit-times{
  width: 100%;
  box-sizing: border-box;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

#section3 .lead-visit-times.is-active{
  display: grid;
}

#section3 .lead-visit-modal__actions{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#section3 .lead-cal__header{
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 12px;
}

#section3 .lead-cal__title{
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111;
}

#section3 .lead-cal__nav{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-4px);
}

#section3 .lead-cal__nav:disabled{
  color: rgba(17,17,17,.18);
  cursor: default;
}

#section3 .lead-cal__weekdays{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

#section3 .lead-cal__grid{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

#section3 .lead-cal__weekday{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-size: 17px;
  font-weight: 600;
  color: #111;
}

#section3 .lead-cal__blank{
  min-width: 0;
  height: 44px;
}

#section3 .lead-cal__day{
  min-width: 0;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

#section3 .lead-cal__day.is-disabled{
  color: #cfd4db;
  cursor: default;
}

#section3 .lead-cal__day.is-committed{
  border-color: #767676;
  color: #111;
}

#section3 .lead-cal__day.is-selected{
  border-color: #767676;
  background: #767676;
  color: #fff;
}

#section3 .lead-cal__day:not(.is-disabled):not(.is-selected):hover{
  border-color: #767676;
}

#section3 .lead-time-slot{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #dde2e9;
  border-radius: 10px;
  background: #fff;
  color: #59677c;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

#section3 .lead-time-slot:hover,
#section3 .lead-time-slot.is-active{
  border-color: #767676;
  background: #767676;
  color: #fff;
}

#section3 .lead-visit-modal__btn{
  min-width: 94px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #767676;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

#section3 .lead-error-bubble{
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  display: none;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #f0c9c0;
  border-radius: 8px;
  background: #fff;
  color: #e0674d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  width: max-content;
  max-width: min(300px, calc(var(--pc-safe-w, 100vw) - 48px));
  white-space: normal;
  pointer-events: none;
}

#section3 .lead-error-bubble::before{
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #f0c9c0;
  border-top: 1px solid #f0c9c0;
  transform: rotate(45deg);
}

#section3 .lead-error-bubble.is-active{
  display: block;
}

#section3 .lead-agree-field .lead-error-bubble{
  left: var(--lead-agree-bubble-x, -16px);
  top: var(--lead-agree-bubble-y, calc(100% + -8px));
}

#section3 .lead-agree-field .lead-error-bubble::before{
  left: var(--lead-agree-bubble-tail-x, 16px);
}

