/* ===== 화면 공용 스타일 (각 화면의 인라인 style 통합) ===== */

/* ---------- 01_splash ---------- */
.splash { background: #fff; }
.splash__illust { position: absolute; left: 15px; top: 92px; width: 372px; }
.splash__title {
  position: absolute; left: 0; right: 0; top: 446px; text-align: center;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  font-weight: 800; font-size: 64px; line-height: 80px; letter-spacing: 2px; color: var(--maincolor);
}
.splash__sub {
  position: absolute; left: 0; right: 0; top: 552px; text-align: center;
  font-family: 'Noto Sans KR', sans-serif; font-size: 17px; color: var(--maincolor);
}
.splash__logo { position: absolute; left: 50%; top: 838px; transform: translateX(-50%); height: 12px; }

/* ---------- 02_login ---------- */
.login { background: #f6f7f9; }
.login__illust { position: absolute; left: 105px; top: 55px; width: 192px; }
.login__title {
  position: absolute; left: 0; right: 0; top: 235px; text-align: center;
  font-family: 'Noto Sans KR', sans-serif; font-weight: 700; font-size: 26px; line-height: 32px;
  color: var(--maincolor); letter-spacing: 1px;
}
.login__card {
  position: absolute; left: 19px; top: 311px; width: 365px; height: 330px;
  background: #fff; border-radius: 20px; box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.login__inp1 { position: absolute; left: 35px; top: 351px; width: 333px; }
.login__inp2 { position: absolute; left: 35px; top: 405px; width: 333px; }
.login__save { position: absolute; left: 35px; top: 465px; }
.login__save .cbx__txt { font-size: 13px; color: var(--normal-txt); }
.login__btn { position: absolute; left: 57px; top: 545px; }
.login__logo { position: absolute; left: 50%; top: 838px; transform: translateX(-50%); height: 12px; }

/* ---------- 05_reg (일자 datepicker) ---------- */
.inline-date .date-input {
  width: 64px;height: 44px; border: 0; background: transparent; padding: 0; height: auto; line-height: 44px;
  font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: var(--normal-txt); cursor: pointer;
}
.inline-date .date-input:focus { outline: none; }

.date-input.datepicker[type="text"]{
  border: 0 !important;
}

/* ---------- 06_reg_popup1 ---------- */
.pop { width: 330px; max-height: 720px; overflow-y: auto; background:#fff; border-radius:16px; padding:22px 20px 20px; }
.pop__title { text-align:center; font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:16px; color:var(--maincolor); margin-bottom:14px; }
.pop__msg { text-align:center; font-family:'Noto Sans KR',sans-serif; font-size:14px; line-height:21px; color:var(--normal-txt); margin-bottom:18px; }
.pop__row { display:flex; margin-bottom:12px; }
.pop__k { width:64px; flex-shrink:0; font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:14px; color:var(--normal-txt); }
.pop__v { flex:1; font-family:'Noto Sans KR',sans-serif; font-size:14px; line-height:20px; color:var(--normal-txt); }
.pop__map { width:100%; border-radius:12px; margin:6px 0 14px; }
.pop .btn-wrap { padding-bottom:0; padding-top:6px; }
.pop .btn-wrap__btn { width:50%; }

/* ---------- 07_reg_popup2 ---------- */
.pop2 { width: 342px; max-height: 760px; display:flex; flex-direction:column; background:#fff; border-radius:16px; overflow:hidden; }
.pop2__hd { position:relative; display:flex; align-items:center; justify-content:center; height:54px; flex-shrink:0; }
.pop2__hd .t { font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:18px; color:var(--maincolor); }
.pop2__hd .l { position:absolute; left:16px; width:24px; height:24px; }
.pop2__hd .x { position:absolute; right:16px; width:24px; height:24px; }
.pop2__body { flex:1; overflow-y:auto; padding:8px 20px; }
.pop2__sec { font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:14px; color:var(--normal-txt); margin:8px 0 12px; }
.pop2__row { display:flex; margin-bottom:14px; }
.pop2__k { width:72px; flex-shrink:0; font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:14px; color:var(--normal-txt); }
.pop2__v { flex:1; font-family:'Noto Sans KR',sans-serif; font-size:14px; line-height:20px; color:var(--normal-txt); }
.pop2__map { width:100%; border-radius:12px; margin-bottom:14px; }
.pop2 .btn-wrap { padding:14px 20px 18px; }
.pop2 .btn-wrap__btn { width:50%; }

/* ---------- 08_reg_popup3 ---------- */
.pop3 { width: 320px; background:#fff; border-radius:16px; overflow:hidden; }
.pop3__hd { position:relative; display:flex; align-items:center; justify-content:center; height:54px; }
.pop3__hd .t { font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:18px; color:var(--maincolor); }
.pop3__hd .x { position:absolute; right:16px; width:24px; height:24px; }
.pop3__th, .pop3__tr { display:flex; align-items:center; padding:0 20px; }
.pop3__th { height:40px; font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:14px; color:var(--normal-txt); }
.pop3__no { width:48px; text-align:center; }
.pop3__dt { flex:1; }
.pop3__tr { padding:8px 20px; }
.pop3__tr .pop3__no { font-family:'Noto Sans KR',sans-serif; font-size:14px; color:var(--normal-txt); }
.pop3__pill {
  flex:1; height:34px; display:flex; align-items:center; justify-content:center;
  background:var(--gray-btn); border-radius:8px;
  font-family:'Noto Sans KR',sans-serif; font-size:14px; color:var(--normal-txt);
}
.pop3__body { padding-bottom:20px; }

/* ---------- 10_commute ---------- */
.ch { display: flex; align-items: center; height: 40px; padding: 0 16px; background:#fff;
      font-family:'Noto Sans KR',sans-serif; font-size:13px; color:var(--gray-txt); }
.ch .c-date { flex: 1; }
.ch .c { width: 60px; text-align: center; }
.ch .c-arr { width: 26px; }
.row__cell { width: 60px; }
.date-bar__item .date-input {
  width: 74px; border: 0; background: transparent; color: #fff;
  font-family:'Noto Sans KR',sans-serif; font-size: 14px; text-align: center;
  padding: 0; cursor: pointer;
}
.date-bar__item .date-input:focus { outline: none; }
/* 4개 태그를 25%씩 한 줄 배치 (border-box 기준, gap 제거) */
.row__tags { gap: 6px;text-align: center; }
.tag {
  display:inline-flex; flex-direction: column; align-items:center; justify-content:center;
  gap: 10px; width: calc(25% - 5px); height: 60px; padding: 0 8px;
  border:1px solid #d7d7e0; border-radius:10px; background:#fff;
  font-family:'Noto Sans KR',sans-serif; font-size:13px; color:var(--normal-txt);
}
.tag__title { font-size: 12px;font-weight: 500; line-height: 1.2; white-space: nowrap;}
.tag__title + .num { font-size: 12px; line-height: 1.2; color: var(--gray-txt); }

/* ---------- 13_version ---------- */
.vrow { display:flex; align-items:center; justify-content:space-between; height:56px; padding:0 20px; border-bottom:1px solid #eee; }
.vrow__k { font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:15px; color:var(--normal-txt); }
.vrow__v { font-family:'Noto Sans KR',sans-serif; font-size:14px; color:var(--gray-txt); }
.vbtn-wrap { padding:0 16px 28px; }
.vbtn-wrap .big-btn { width:100%; }

/* ---------- 14_terms ---------- */
.terms-sub { padding:14px 16px; background:#f6f6f8; text-align:center;
             font-family:'Noto Sans KR',sans-serif; font-size:13px; color:var(--gray-txt); }
.terms-all { display:flex; align-items:center; gap:10px; height:56px; padding:0 16px; border-bottom:1px solid #eee;
             font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:15px; color:var(--normal-txt); }
.terms-row { display:flex; align-items:center; gap:10px; height:56px; padding:0 16px; }
.terms-row .chk { width:20px; height:20px; flex-shrink:0; }
.terms-row .t { flex:1; font-family:'Noto Sans KR',sans-serif; font-size:14px; color:var(--normal-txt); }
.terms-row .arr { width:24px; height:24px; }
.terms-all .chk { width:22px; height:22px; }
.tbtn-wrap { padding:0 16px 28px; }
.tbtn-wrap .big-btn { width:100%; }

/* ---------- 15_privacy ---------- */
.privacy-body { background: #f6f6f6 !important; padding: 0 !important; }
.doc { background: #fff; width: calc(100% - 40px); margin: 20px auto 40px; border-radius: 14px; padding: 20px 16px 24px; }
.doc__title { font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:15px; color:var(--normal-txt); margin-bottom:14px; }
.doc p { font-family:'Noto Sans KR',sans-serif; font-size:13px; line-height:21px; color:var(--normal-txt); margin-bottom:16px; }

/* ---------- 16_filter / 17_filter2 (공통) ---------- */
.fsec { margin-bottom: 28px; }
.fsec__title { font-family:'Noto Sans KR',sans-serif; font-weight:700; font-size:14px; color:var(--normal-txt); margin-bottom:14px; }
.fsec .tag-grid { gap:8px; }

/* ---------- 17_filter2 (전용) ---------- */
.fdate { display:flex; align-items:center; justify-content:flex-end; gap:6px; padding:10px 16px 0;
         font-family:'Noto Sans KR',sans-serif; font-size:14px; color:var(--normal-txt); }
.fdate .icon { width:24px; height:24px; }

.date-input{
  width: 64px;
}