@charset "UTF-8";
/* payment_history_check */
/* ===== Design tokens ===== */
:root {
  --bg-page: #f5f6f8;
  --bg-panel: #ffffff;
  --bg-muted: #f3f4f6;
  --text: #0d0d0d;
  --text-muted: #939393;
  --primary: #c33a3a; /* 상단 레드 */
  --accent: #111827;
  --border: #e5e7eb;
  --danger: #b32326;
  --shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  --radius: 0px;
  --radius-sm: 8px;
  --space: 24px;
  --ico-select: url("../images/ic-select-arrow.svg");
  --ico-calendar: url("../images/ic-calendar.svg");
  --fw-bold: 700;
  --fw-normal: 400;
  line-height: 1.5;
}

/* ===== Reset (간단) ===== */
/* 레이아웃 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

body {
  background-color: #f0f0f0;
}

/* ===== Header ===== */
.site-header {
  background: var(--primary);
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.site-header__inner {
  margin: 0 auto;
  padding: 38px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 240px;
  max-width: 964px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.brand small {
  font-weight: 400;
  margin-left: 0.25rem;
}

.header-link {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 4px;
  font-size: 16px;
  text-underline-position: under;
  color: white;
  position: relative;
}
.header-link p {
  width: 125px;
}
.header-link p::after {
  content: "시루정보 홈페이지";
  position: absolute;
  text-decoration: underline;
}

/* ===== Page ===== */
.page {
  max-width: 964px;
  margin: 28px auto 60px;
  padding: 0 30px;
  line-height: 1.5;
  padding-bottom: 80px;
  /* ===== Form ===== */
  /* 인풋 기본 스타일 + 아이콘 자리 확보 */
  /* WebKit(Chrome/Edge/Safari): 실제 달력 버튼을 투명화 + 클릭영역은 유지 */
  /* 가짜 아이콘(보이는 부분) */
  /* 자잘한 정리 (원하는 경우) */
  /* 슬래시 등 구분자 */
  /* 달력 버튼의 클릭영역을 인풋 전체로 확대 */
  /* 동의 영역 */
  /* 아이콘(기본: 체크 해제) */
  /* 체크되면 이미지 교체 */
  /* (선택) 키보드 포커스 링 */
  /* ===== Result card ===== */
}
.page .panel {
  background: var(--bg-panel);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 60px 80px;
  margin: -170px auto 0;
}
.page .panel-container {
  max-width: 546px;
  margin: 0 auto;
}
.page .title-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.page .title-img-container img {
  width: 96px;
}
.page .page-title {
  text-align: center;
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: var(--fw-bold);
}
.page .page-desc {
  text-align: center;
  margin: 0 0 60px;
  color: var(--text-muted);
  font-size: 18px;
  color: #001a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .section-title {
  margin: 0px 0 16px 0px;
  font-size: 20px;
  font-weight: var(--fw-bold);
}
.page .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.page .form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .form__label {
  font-size: 18px;
  font-weight: var(--fw-normal);
  min-width: 144px;
}
.page .form__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-size: 16px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 382px;
  min-width: 0;
}
.page .form__control.mx-20px {
  margin-right: 16px;
}
.page .date-wrap {
  position: relative;
}
.page .form__date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px; /* 아이콘 공간 */
  background: #fff;
  height: 44px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.page .form__date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 28px;
  height: auto;
  opacity: 0; /* 보이지 않게 */
  cursor: pointer;
}
.page .date-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: var(--ico-calendar) center/contain no-repeat;
  pointer-events: none; /* 클릭은 투명 버튼이 받도록 */
}
.page .form__date::-webkit-inner-spin-button,
.page .form__date::-webkit-clear-button {
  display: none;
}
.page .form__date::-webkit-datetime-edit {
  padding: 0;
}
.page .form__date::-webkit-datetime-edit-fields-wrapper {
  padding: 12px 0;
}
.page .form__date::-webkit-datetime-edit-text {
  color: #9ca3af;
}
.page .form__date::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; 와 동일 */
  width: auto;
  height: auto;
  opacity: 0; /* 보이지 않지만 클릭은 됨 */
  cursor: pointer;
}
.page .form__control::-webkit-input-placeholder {
  font-size: 16px;
}
.page .form__control::-moz-placeholder {
  font-size: 16px;
}
.page .form__control:-ms-input-placeholder {
  font-size: 16px;
}
.page .form__control::-ms-input-placeholder {
  font-size: 16px;
}
.page .form__control::placeholder {
  font-size: 16px;
}
.page .form__control,
.page .form__select {
  font-size: 16px;
  height: 51px;
}
.page .form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* 기존 배경색 유지 */
  background-image: var(--ico-select); /* ← 여기만 변수로 */
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 35px; /* 화살표 공간 확보 */
}
.page .form__select:focus,
.page .form__control:focus {
  outline: none;
  border-color: #b32326;
}
.page .form__control,
.page .form__select {
  overflow: hidden;
  text-overflow: ellipsis; /* … */
  white-space: nowrap;
}
.page .apply-code-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 382px;
  min-width: 0;
}
.page .form__hint p {
  font-size: 14px;
  color: var(--danger);
  padding-left: 7px;
  position: relative;
  margin-top: 10px;
  line-height: 1.43;
}
.page .form__hint p::before {
  background: url(../images/disc.svg);
  background-size: 3px;
  width: 3px;
  height: 3px;
  content: "";
  position: absolute;
  top: 8px;
  margin-left: -6px;
}
.page input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.page input::-moz-placeholder {
  color: #9e9e9e;
}
.page input:-ms-input-placeholder {
  color: #9e9e9e;
}
.page input::-ms-input-placeholder {
  color: #9e9e9e;
}
.page input::placeholder {
  color: #9e9e9e;
}
.page .input-suffix {
  position: relative;
  gap: 0;
}
.page .input-suffix__text {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 15px;
}
.page .apply-code-container {
  max-width: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.page .agree {
  margin-top: 16px;
  background: var(--bg-muted);
  border: 1px dashed var(--border);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 174px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
.page .checkbox input + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/btn-check-off.svg") center/cover no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}
.page .checkbox input:checked + span::before {
  background-image: url("../images/btn-check-on.svg");
}
.page .checkbox input:focus-visible + span::before {
  outline: 2px solid #999;
  outline-offset: 2px;
}
.page .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
}
.page .checkbox input {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
}
.page .agree__btn {
  margin-left: auto;
  background: #ddd;
  color: #888;
  border: 0;
  padding: 10px 14px;
  font-size: 14px;
  cursor: not-allowed;
}
.page hr.divider {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 26px 0;
}
.page tr.divider {
  border-top: 1px solid #d2d2d2;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page .divider th {
  background-color: white;
}
.page .receipt {
  border: 1px solid #d1d1d1;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.page .receipt_contact {
  padding: 40px;
  text-align: center;
  border: solid 1px #d1d1d1;
  line-height: 1.5;
}
.page .receipt__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 4px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .receipt__title {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 126px);
          flex: 1 1 calc(100% - 126px);
}
.page .recap {
  width: 330px;
  height: 100%;
  margin: 26px auto;
}
.page .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
  border: 1px solid var(--border);
  background: #fff;
  cursor: pointer;
}
.page .label-gray {
  background-color: #484848;
  padding: 6px 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
}
.page .label-gray:active {
  background-color: #2a2a2a;
}
.page .label-gray:hover {
  background-color: #747474;
  cursor: pointer;
}
.page .label-gray:disabled {
  background-color: #b4b4b4;
}
.page .receipt__amount {
  padding: 0px 0px 0px 0px;
  font-size: 28px;
  font-weight: 800;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.page .receipt__body {
  padding: 0px 0px 40px 0px;
}
.page .dl {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.page .dl tr {
  margin-bottom: 16px;
}
.page .dl tr:last-child {
  border-bottom: 0;
}
.page .dl th,
.page .dl td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 16px;
}
.page .dl th {
  max-width: 80px;
  color: var(--text-muted);
  font-weight: normal;
  padding-right: 4px;
}
.page .dl td {
  font-weight: bold;
  text-align: right;
  padding-left: 4px;
}
.page .dl tbody tr:last-of-type td,
.page .dl tbody tr:last-of-type th {
  padding-bottom: 0;
}
.page table.dl {
  margin-top: 20px;
}
.page .cancel {
  color: var(--danger);
}
.page .divider {
  background-color: #d2d2d2;
  height: 1px;
}
.page .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .credit-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .credit-container span {
  font-size: 18px;
}
.page .button-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 26px;
}
.page .seeroo-btn {
  background-color: #b32326;
  height: 60px;
  padding: 16px 34px;
  border-radius: 50px;
  color: white;
  font-size: 20px;
}
.page .seeroo-btn:hover {
  background-color: #e5373a;
  cursor: pointer;
}
.page .seeroo-btn:active {
  background-color: #931e20;
}
.page .seeroo-btn:disabled {
  background-color: #e8bcbd;
}

:root {
  font-size: 10px;
  line-height: 1.5;
}

.menuMailWrap {
  font-size: 1.6rem;
  line-height: 24px;
  width: 100%;
  max-width: 436px;
  margin: 0 auto;
  padding: 4rem 3rem;
  text-align: center;
  background-color: #ffffff;
  font-family: "맑은 고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, sans-serif;
}
.menuMailWrap.mobile {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.menuMailWrap .titWrap .copy {
  color: #5345b7;
  margin-bottom: 0.4rem;
}
.menuMailWrap .titWrap .tit {
  position: relative;
  font-size: 2.4rem;
  color: #001a1a;
  line-height: 3.3rem;
  /* padding-top: 1.8rem;
  margin-top: 1.8rem; */ 
  /* 로고 제거 요청 */
}
/* .menuMailWrap .titWrap .tit::before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  content: "";
  width: 4rem;
  height: 0.2rem;
  margin-left: -2rem;
  background: #4c3bc5;
} */
   /* 로고 제거 요청 */
.menuMailWrap #header {
  height: 5.6rem;
}
.menuMailWrap html {
  height: auto;
}
.menuMailWrap .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  max-width: 38.8rem;
  margin: 3rem auto 0 auto;
}
.menuMailWrap .btnArea li {
  padding: 1.6rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.menuMailWrap .btnArea li button {
  position: relative;
  margin: 0 auto;
}
.menuMailWrap .btnArea li.btn-print {
  background-color: #484848;
}
.menuMailWrap .btnArea li.btn-print span {
  color: #ffffff;
  padding-left: 2.2rem;
  font-size: 1.8rem;
}
.menuMailWrap .btnArea li.btn-print .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
}
.menuMailWrap .btnArea li.btn-print .btn-pc::before {
  background: url("../images/ic-24-receipt-1.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.menuMailWrap .btnArea li.btn-print .btn-mobile::before {
  background: url("../images/ic-24-receipt-3.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.menuMailWrap .btnArea li.btn-download {
  background-color: #4c3bc5;
}
.menuMailWrap .btnArea li.btn-download span {
  color: #ffffff;
  padding-left: 2.2rem;
  font-size: 1.8rem;
}
.menuMailWrap .btnArea li.btn-download span::before {
  background: url("../images/ic-24-receipt-2.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
}
.menuMailWrap .receipt {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding-top: 3rem;
  padding-bottom: 0rem;
}
.menuMailWrap .btnArea img {
  height: 5rem;
}
.menuMailWrap .btnArea li + li {
  margin-left: 0;
}
.menuMailWrap .receipt {
  margin: 0 auto;
  background: white;
  padding: 1.6rem 3rem 0 3rem;
  margin-top: 1rem;
  max-width: 38.8rem;
}
.menuMailWrap .receipt .header {
  text-align: center;
  margin-bottom: 1.6rem;
}
.menuMailWrap .receipt .store-name {
  font-size: 2rem;
  color: #0d0d0d;
  text-align: left;
  font-weight: bold;
  margin-top: 1.4rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  text-align: center;
}
.menuMailWrap .receipt .amount {
  font-size: 2.8rem;
  font-weight: bold;
  color: #4c3bc5;
  border-bottom: 1px solid #0d0d0d;
  height: 100%;
  text-align: left;
}
.menuMailWrap .receipt .section {
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #0d0d0d;
  padding: 0 0 3.2rem 0;
}
.menuMailWrap .receipt .section.seller-info {
  border: none;
  margin-bottom: 0;
}
.menuMailWrap .receipt .section .section-title {
  font-weight: bold;
  color: #0d0d0d;
  padding-top: 0;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.menuMailWrap .receipt .section .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
  min-height: 2.4rem;
  gap: 0.8rem;
}
.menuMailWrap .receipt .section .info-row.divider {
  border-bottom: 1px dotted #707070;
  padding-top: 0.8rem;
  margin-bottom: 1.6rem;
  min-height: 0;
  opacity: 0.4;
}
.menuMailWrap .receipt .section .info-row .info-label {
  color: #666;
  font-size: 1.6rem;
  min-width: 10.4rem;
  text-align: left;
}
.menuMailWrap .receipt .section .info-row .info-value {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  word-break: break-word;
}
.menuMailWrap .receipt .section .info-row:last-of-type {
  margin-bottom: 0;
}
.menuMailWrap .receipt .section.store-info, .menuMailWrap .receipt .section.seller-info {
  text-align: left;
}
.menuMailWrap .receipt .section.store-info .info-row, .menuMailWrap .receipt .section.seller-info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.8rem;
  min-height: 2rem;
  gap: 0;
}
.menuMailWrap .receipt .section.store-info .info-row .info-label, .menuMailWrap .receipt .section.seller-info .info-row .info-label {
  font-weight: 500;
  min-width: 4rem;
  font-size: 1.4rem;
}
.menuMailWrap .receipt .section.store-info .info-row .info-value, .menuMailWrap .receipt .section.seller-info .info-row .info-value {
  color: #666;
  font-weight: normal;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  text-align: left;
}
.menuMailWrap .receipt .section.store-info .info-row:last-child, .menuMailWrap .receipt .section.seller-info .info-row:last-child {
  margin-bottom: 0;
}
.menuMailWrap .receipt .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 0;
}
.menuMailWrap .receipt .buttons .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.6rem;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menuMailWrap .receipt .buttons .btn:hover {
  background-color: #f8f9fa;
}
.menuMailWrap .receipt .buttons .btn.btn-primary {
  color: #0d0d0d;
  border: 1px solid #ddd;
}
.menuMailWrap .receipt .buttons .btn.btn-primary:hover {
  background-color: #3b4ccc;
}
.menuMailWrap .label-highlight {
  color: #4c3bc5 !important;
  font-weight: bold !important;
}
.menuMailWrap .im img {
  width: 100%;
  max-width: 200px;
  border: 0;
  margin: 0 auto;
}

.menuMailWrap.pc {
  width: 43.6rem;
  padding: 4rem 2.4rem 2.4rem 2.4rem;
  border: solid 1px #d2d2d2;
}
.menuMailWrap.pc .btnArea {
  min-width: 38.8rem;
}
.menuMailWrap.pc .receipt {
  min-width: 38.8rem;
  overflow-x: auto;
}
.menuMailWrap.pc .titWrap {
  min-width: 38.8rem;
}
.menuMailWrap.pc .info-footer .infofooter-container {
  width: 43.6rem;
}

.info-footer-container {
  margin: 0 auto;
}
.info-footer-container .info-content {
  padding: 1.6rem 2.4rem;
  max-width: 43.6rem !important;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #8c8c8c;
  line-height: 1.71;
  word-break: keep-all;
}

@media (min-width: 436px) {
  body {
    background-color: #f6f6f6;
    width: 100%;
  }
  .menuMailWrap.mobile {
    padding: 4rem 2.4rem 2.4rem 2.4rem;
  }
  .menuMailWrap.mobile .receipt, .menuMailWrap.mobile .btnArea {
    max-width: 38.8rem !important;
  }
}
@media (min-width: 808px) {
  #app {
    background-color: transparent;
  }
}
@media (max-width: 768.8px) {
  .site-header {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: 9999;
  }
  .site-header .site-header__inner {
    height: 40px;
    max-width: 964px;
    margin: 10px 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .site-header__inner .brand {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .site-header .site-header__inner .header-link {
    background: url(../images/ic-40-home.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    content: "";
  }
  .site-header .site-header__inner .header-link p {
    display: none;
  }
  .page {
    padding: 0;
    margin-top: 0;
    padding-bottom: 0px;
  }
  .page .receipt {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page .page-title {
    font-size: 24px;
  }
  .page .panel {
    padding: 100px 20px 60px 20px;
    margin: 0 auto;
  }
  .page .page-desc {
    word-break: keep-all;
    line-height: 1.46;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page .receipt__body {
    padding-bottom: 20px;
  }
  .page .divider.mt-20px {
    margin-top: 30px;
  }
  .page .label-gray {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page .receipt__amount {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .page .recap {
    margin: 30px auto;
  }
  .page .seeroo-btn {
    max-width: 100%;
  }
  .page .section-title {
    margin-bottom: 20px;
  }
  .page .agree {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .page .panel-container {
    max-width: 758px;
  }
  .page .form {
    gap: 20px;
  }
  .page .form__field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .page .form__control,
  .page .apply-code-container {
    max-width: 100%;
  }
  .page .mt--26px {
    margin-top: 0;
  }
  .page .my-25px {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .page .date-wrap::after {
    top: 68%;
  }
  .page .seeroo-btn {
    width: 100%;
  }
  .page .credit-container .form__control.mx-20px {
    margin-left: 0;
    margin-right: 10px;
  }
}
.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-25px {
  margin-top: 25px;
}

.mb-30px {
  margin-bottom: 30px;
}

.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt--26px {
  margin-top: -26px;
}

.text-primary {
  color: var(--primary);
  font-weight: var(--fw-bold);
}

.bg-white {
  background-color: white !important;
}

body:has(> .menuMailWrap.mobile) {
  background-color: #ffffff;
}

body:has(> .menuMailWrap.pc) {
  background-color: #f0f0f0;
}/*# sourceMappingURL=2025_style.css.map */