/*---------login.html--------*/
.login-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 80px auto;
  animation: fadeInUp 0.6s ease-out;
}

.login-header {
  background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.login-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/></svg>');
  animation: float 20s linear infinite;
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50px, -50px) rotate(360deg);
  }
}

.login_logo {
  font-size: 24px;
  font-weight: bold;
  /* margin-bottom: 5px; */
  position: relative;
  z-index: 1;
}

.login_logo img {
  width: 45%;
}

.subtitle {
  font-size: 15px;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.login-form {
  padding: 30px;
  background: #f8fafc;
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  /* text-align: center; */
}

.input-group {
  margin-bottom: 10px;
  position: relative;
}

.input-field {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}

.input-field:focus {
  outline: none;
  border-color: #2c5aa0;
  box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1);
  transform: translateY(-2px);
}

.input-field::placeholder {
  color: #94a3b8;
}

.login-button {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.login-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.login-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(44, 90, 160, 0.3);
}

.login-button:hover::before {
  left: 100%;
}

.login-button:active {
  transform: translateY(0);
}

.form-links {
  text-align: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e2e8f0;
}

.form-links a {
  color: #2c5aa0;
  text-decoration: none;
  font-size: 14px;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.form-links a:hover {
  color: #1e3a8a;
  text-decoration: underline;
}

.divider {
  color: #94a3b8;
  margin: 0 5px;
}

.login_footer {
  background: white;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
}

.company-info {
  margin-bottom: 8px;
}
.company-info a::after {
  content: "|";
  margin: 0 8px;
}
.company-info a:last-child:after {
  content: "";
}

.copyright {
  color: #94a3b8;
}

/*--------policy.html--------*/
.policy {
  width: 80%;
  height: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid red;
  text-align: center;
  line-height: 800px;
}
.policy_button {
  width: 100%;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin: 20px 0px;
}
.policy_button a {
  display: block;
  width: 500px;
  height: 80px;
  background: #166bd2;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  line-height: 80px;
  margin: 40px auto;
}

/*--------join_membership.html--------*/
.pw_wrap {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 40px 0 0 0;
}
.join_M {
  background: #fff;
}
.join_M .join_Mbox {
  width: 960px;
  margin: 0 auto 100px auto;
  /* padding-top: 30px; */
}
.join_title {
  width: 370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_subtitle {
  text-align: center;
  margin: -8px 0 60px 0;
  font-size: 28px;
}
.tg {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
}

.tg td {
  font-size: 16px;
  overflow: hidden;
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.tg th {
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  padding: 20px 30px;
}

.tg .tg-0pky {
  text-align: left;
  font-weight: 700;
}

.tgtitle {
  width: 200px;
  font-size: 16px;
}

.tgtitle font {
  color: red;
}

.join_box tbody input {
  width: 235px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
}

.select {
  width: 408px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-radius: 5px;
}

.tg_similar {
  background: #166bd2;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  width: 160px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
}
.address_txt {
  margin-bottom: 8px;
}
.search_button {
  background: #166bd2;
  color: #fff;
  border: none;
  margin-left: 7px;
  border-radius: 5px;
  cursor: pointer;
  width: 153px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
}

.form_button {
  width: 100%;
  text-align: center;
  margin: 30px auto;
}
.formsubmitbutton {
  width: 43%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.reset_button,
.join_button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}

.reset_button {
  background: #ddd;
  color: #333;
}
.join_button {
  background: #166bd2;
  color: #fff;
}

/* ÀÐ±âÀü¿ë ÀÎÇ² */
.ro-input {
  width: 250px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #e0e0e0;
  padding-left: 10px;
}
.ro-input:focus,
#txtZip1:focus {
  outline: none;
}

/* °Ë»ö ¹öÆ° */
.btn-search {
  width: 152px;
  height: 42px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  background: #166bd2;
  color: #fff;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin-left: 7px;
  font-weight: 700;
}
.btn-search .bi-search {
  font-size: 10px;
}

/* ¦¡¦¡ ¸ð´Þ ¦¡¦¡ */
.modal-dim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.modal-dim input {
  width: 270px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-radius: 5px;
}
.modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.modal-header {
  padding: 10px 20px;
  background: #2f66e0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-con {
  padding: 20px;
}
.modal-body button {
  width: 130px;
  height: 40px;
  text-align: center;
  margin-left: 5px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  background: #2f66e0;
  color: #fff;
  cursor: pointer;
}

.modal-list ul {
  padding: 10px;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 20px 0;
  overflow-y: auto;
}
.modal-list ul li:hover {
  background-color: #757575;
  color: white;
}

/* ¸ð´Þ ³»ºÎ °Ë»öÃ¢ */
.modal-search {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.modal-search input {
  flex: 1;
  height: 40px;
  border: 1px solid #cfd4d9;
  border-radius: 6px;
  padding: 0 10px;
}
.modal-search button {
  height: 40px;
  padding: 0 12px;
  border: none;
  border-radius: 6px;
  background: #2f66e0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* °á°ú ¸®½ºÆ® */
.result-list {
  max-height: 260px;
  overflow: auto;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}
.result-item {
  padding: 10px 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-item:nth-child(odd) {
  background: #fafbfc;
}
.result-item:hover {
  background: #eef4ff;
}
.muted {
  color: #6b7280;
  font-size: 12px;
}

/* Ç¥½Ã/¼û±è */
.is-open {
  display: block;
}

/* ==========================cart=================== */
.es-cart-wrap {
  width: 1200px;
  margin: 30px auto 70px;
}
.es-cart-title {
  margin: 10px 0 20px;
  font-size: 28px;
  font-weight: 700;
}
.es-cart-breadcrumb {
  font-size: 12px;
  color: #858f9a;
  float: right;
  margin-top: 20px;
}
.es-cart-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.es-cart-breadcrumb .sep {
  margin: 0 6px;
  color: #aaa;
}

/* ===== ¾Ë¸²/¹èÁö/¹öÆ° ===== */
.es-cart-note {
  background: #e1eaf6;
  border: 1px solid #cddaf0;
  padding: 12px 14px;
  font-size: 13px;
  color: #1c3766;
  border-radius: 6px;
}
.es-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
.es-btn-primary,
.es-btn-apply {
  background: #1c4b84;
  border-color: #1c4b84;
  color: #fff;
}
.es-btn-apply {
  position: absolute;
  top: -27px;
  right: 0;
  background: #1c4b84;
  border: none;
}
.es-btn-danger {
  background: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.es-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.es-btn-sm {
  padding: 6px 20px;
  font-size: 13px;
  border-radius: 5px;
}
.es-badge {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  background: #332fd0;
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
}

/* ===== Å×ÀÌºí ===== */
.es-cart-table-wrap {
  margin-top: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
table.es-cart-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.es-cart-table thead th {
  background: #f2f3f6;
  font-size: 13px;
  color: #555;
  padding: 14px 10px;
  border-bottom: 1px solid #e7e7e7;
}
.es-cart-table tbody td {
  padding: 16px 10px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
}

.es-cart-table .es-col-check {
  width: 7%;
  text-align: center;
}
.es-cart-table .es-col-info {
  width: auto;
}
.es-cart-table .es-col-sale,
.es-cart-table .es-col-sub {
  width: 15%;
}
.es-cart-table .es-col-del {
  width: 10%;
}
.es-cart-table .es-col-sale,
.es-cart-table .es-col-sub,
.es-cart-table .es-col-del {
  text-align: center;
}

.es-item-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.es-item-meta {
  font-size: 13px;
  color: #666;
}
.es-price,
.es-subtotal {
  font-weight: 700;
}
.es-col-sale {
  color: #f25c54;
  font-weight: 700;
  display: none;
}
.es-col-sub {
  color: #1c4b84;
  font-weight: 700;
}
/* .es-price { color:#000; } */
/* .es-subtotal {
  color: #332fd0;
} */

/* ºó Àå¹Ù±¸´Ï ½ºÅ¸ÀÏ */
.es-empty-wrap .es-empty-box {
  padding: 30px 24px;
  text-align: center;
  border: 1px dashed #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
}
.es-empty-illu {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 14px;
  color: #666;
}
.es-empty-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.es-empty-text {
  font-size: 13px;
  color: #666;
  margin: 10px 0 20px 0;
  text-align: center;
}
.es-empty-actions .es-btn {
  margin: 0 6px;
}
.es-btn.es-btn-outline {
  background: #fff;
  border: 1px solid #ccc;
  background: #1c4b84;
  color: #fff;
}
.es-hide {
  display: none;
}

/* ===== ¼ö·® ÄÁÆ®·Ñ ===== */
.es-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.es-qty button {
  width: 36px;
  height: 34px;
  border: 0;
  background: #f7f7f7;
  font-size: 16px;
  cursor: pointer;
}

.es-qty input {
  width: 48px;
  height: 34px;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  outline: none;
}

/* ===== ÇÏ´Ü Åø¹Ù ===== */
.es-cart-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}
.es-cart-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.es-cart-left label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.es-cart-actions {
  display: flex;
  gap: 8px;
}

/* ===== ÄíÆù/¿ä¾à ¹Ú½º ===== */
.es-grid {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.es-coupon-box,
.es-summary-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}
.es-coupon-box {
  flex: 1;
}
.es-summary-box {
  width: 380px;
}
.es-box-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}
.es-coupon-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.es-coupon-desc {
  font-size: 14px;
  color: #555;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9e9e9;
}

.es-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.es-modal.show {
  display: flex;
}
.es-modal-content {
  background: #fff;
  width: 90%;
  max-width: 420px;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.es-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
.es-modal-title {
  font-size: 17px;
  font-weight: 800;
  color: #1c4b84;
}
.es-modal-close {
  background: none;
  border: 0;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.es-coupon-list {
  margin-top: 8px;
}
.es-coupon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.es-ticket {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1c4b84, #277cff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.es-coupon-info {
  flex: 1;
}
.es-coupon-name {
  font-weight: 700;
}
.es-coupon-meta {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.es-badge {
  display: inline-block;
  background: #eef6ff;
  border: 1px solid #cfe1ff;
  color: #2455a4;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 11px;
}
.es-applied-box {
  /* margin-top: 14px; */
  background: #f5f8ff;
  border: 1px dashed #e0e8ff;
  border-radius: 10px;
  padding: 10px 12px;
  height: 140px;
}
.es-applied-title {
  font-size: 14px;
  color: #4a5a7a;
  margin-bottom: 10px;
  font-weight: 700;
}
.es-applied-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e2e8f1;
  color: #1c4b84;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
}
.es-remove {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  color: #1c4b84;
}

.es-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.es-summary-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 2px;
  font-size: 14px;
}
.es-summary-list li.es-strong {
  font-weight: 700;
}
.es-summary-list li.es-total {
  font-size: 18px;
  padding: 14px 2px;
}
.es-summary-btns {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.es-summary-btns button {
  width: 49%;
}

/* ============================= °íÁ¤ °áÁ¦¹Ù ========================== */
.es-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: #111;
  color: #fff;
  z-index: 999;
}
.es-sticky-inner {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.es-sticky-price {
  font-size: 18px;
}
.es-sticky-price b {
  font-size: 22px;
}
.es-sticky-btn {
  padding: 12px 22px;
  background: #00a854;
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
.es-sticky-sub {
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 4px;
}

/* ===== À¯Æ¿ ===== */
.es-hide {
  display: none;
}
.es-right {
  text-align: right;
}
.es-muted {
  color: #888;
}
.es-hr {
  height: 1px;
  background: #f0f0f0;
  border: 0;
  margin: 16px 0;
}

/* =============================search============================= */
.search_wrap {
  margin: 0 auto 80px;
}

.searchpage-header {
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f0f6ff;
}
.searbar_box {
  width: 1200px;
  margin: 0 auto;
}

.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 77.3%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 9999;
  width: 89.3%;
}
.search-dropdown ul {
  margin: 0;
  list-style: none;
}
.search-dropdown li a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
}
.search-dropdown li a:hover {
  background: #f3f6ff;
  color: #1c4b84;
}

.srp2-head {
  margin-bottom: 36px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.srp2-head h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.3px;
}
/* »ó´Ü °Ë»öÆû */
.search-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000;
}
.search-sub {
  font-size: 14px;
  width: 1200px;
  color: #666;
}
.searchbar {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  position: relative;
}
.searchbar input[type="text"] {
  /* flex:1; */
  width: 90%;
  height: 50px;
  border: 1px solid #cfd4dc;
  border-radius: 5px;
  padding: 0 12px;
  outline: none;
}
.searchbar button {
  width: 10%;
  height: 50px;
  padding: 0 18px;
  border: none;
  border-radius: 5px;
  background: #1c4b84;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.searchbar button:hover {
  opacity: 0.93;
}
/* ¼½¼Ç °øÅë */
.srp2-sec {
  width: 1200px;
  margin: 90px auto 0 auto;
}
.srp2-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px 10px;
  border-bottom: 1px solid #cfcfcf;
}
.srp2-sec-title {
  font-size: 18px;
  font-weight: 800;
}
.srp2-sec-title small {
  font-weight: 700;
  color: #666;
}
.srp2-more {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.srp2-more:hover {
  text-decoration: underline;
}

/* ¸®½ºÆ® */
.srp2-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.srp2-list li {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.srp2-cat {
  color: #000;
  margin-right: 6px;
}

/* ºó »óÅÂ */
.srp2-empty {
  padding: 48px 0;
  text-align: center;
  color: #777;
  font-size: 16px;
}

.srp2-sec:last-of-type {
  margin-bottom: 20px;
}

/* ====================payment_complete============================= */
.pay-wrap {
  max-width: 1200px;
  margin: 40px auto;
}

/* Header */
.pay-header {
  padding: 20px 28px 50px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pay-check {
  width: 56px;
  height: 56px;
  background: #1c4b84;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 14px;
}
.pay-title {
  font-size: 29px;
  font-weight: 800;
  color: #0f1b32;
  margin-bottom: 8px;
}
.pay-sub {
  font-size: 16px;
  color: #64748b;
}

/* Main layout */
.pay-main {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.pay-summary,
.pay-info {
  width: 360px;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  padding: 20px 24px;
}
.pay-summary {
  flex: 1;
  min-width: 300px;
}

/* ÁÖ¹® ¿ä¾à */
.pay-item {
  padding: 14px 0;
}
.pay-item + .pay-item {
  border-top: 1px solid #f1f4fa;
}
/* float °¡°Ý ¶§¹®¿¡ ³ôÀÌ ±úÁö´Â °Å ¹æÁö */
.pay-item::after {
  content: "";
  display: block;
  clear: both;
}

.pay-item:first-child {
  border-top: none;
}
.pay-item-title {
  font-weight: 700;
  color: #0f1b32;
}
.pay-item-sub {
  width: 56px;
  height: 18px;
  border-radius: 15px;
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.pay-navy {
  background-color: #1c3766;
}
.pay-red {
  background-color: #c75560;
}
.pay-green {
  background-color: #2c8770;
}

.pay-item-meta {
  font-size: 12px;
  color: #475569;
  margin-top: 4px;
}
.pay-item-price {
  float: right;
  font-weight: 800;
}

.pay-total {
  margin-top: 10px;
  border-top: 1px dashed #b9b9b9;
  padding-top: 20px;
  font-size: 15px;
}

.pay-total .label {
  color: #334155;
}
.pay-total .val {
  float: right;
  font-weight: 800;
}
.pay-total .final {
  font-size: 21px;
  font-weight: 800;
  margin-top: 15px;
  color: #1c4b84;
}

.pay-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}
.btn-primary {
  background: #1c4b84;
  color: #fff;
}
.btn-outline {
  border: 1px solid #d6e4ff;
  color: #1c4b84;
  background: #fff;
}

/* °áÁ¦Á¤º¸ */
.pay-info-row {
  font-size: 15px;
  border-bottom: 1px solid #f1f4fa;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.pay-info-row:first-child {
  border-top: none;
}
.pay-info-row strong {
  color: #0f1b32;
}
.pay-receipt {
  margin-top: 10px;
  text-align: right;
}
.pay-receipt a {
  font-size: 13px;
  color: #277cff;
  text-decoration: none;
}

.pay-notice {
  margin-top: 20px;
  font-size: 14px;
  color: #7a5a00;
  background: #fff8e6;
  border: 1px solid #ffe2a8;
  border-radius: 10px;
  padding: 12px 14px;
  line-height: 1.6;
}

/*========================== va_status=============================== */

.ph-wrap {
  width: 1200px;
  min-height: 450px;
  margin: 50px auto;
}

.ph-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 6px;
}

.ph-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

/* ÅÇ */
.ph-tab {
  display: inline-flex;
  margin-bottom: 20px;
  gap: 8px;
}
.ph-tab-btn {
  min-width: 88px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d4d7dd;
  background-color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.ph-tab-btn.active {
  background: #1c4b84;
  color: #fff;
}

/* ¸®½ºÆ® ¹Ú½º */
.ph-list-wrap {
  /* min-height: 250px; */
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e1e5ee;
  padding: 8px 0;
  padding-bottom: 0;
}

.ph-list-wrap .ph-group {
  padding: 15px 20px;
  border-bottom: 1px solid #eef1f7;
}
.ph-list-wrap .ph-group:last-child {
  border-bottom: none;
}

/* ³¯Â¥ + ÁÖ¹®¹øÈ£ */
.ph-group-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ph-date {
  font-size: 13px;
  color: #4b5563;
}
.ph-order {
  font-size: 13px;
  color: #6b7280;
}
.ph-order span {
  font-weight: 600;
  margin-left: 4px;
  color: #374151;
}

/* ¿ä¾à Çà */
.ph-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f9fafb;
  cursor: pointer;
}
.ph-group.open .ph-summary-row {
  background: #e5edf7;
}
.ph-left {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 70%;
}

.ph-main {
  display: flex;
  flex-direction: column;
}

.ph-major {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.45;
}

.ph-count {
  font-size: 14px;
  color: #6b7280;
}

/* »óÅÂ ¹èÁö (¿ÞÂÊ) */
.ph-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.ph-status-done {
  background: #ecfdf3;
  color: #15803d;
  border: 1px solid #22c55e;
}
.ph-status-wait {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #f97316;
}
.ph-status-refund {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #60a5fa;
}

/* ¿ìÃø Á¤º¸ */
.ph-right {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-left: 16px;
}

.ph-paymethod {
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e5eef8;
  color: #1c4b84;
}

.ph-amount {
  font-size: 16px;
  font-weight: 700;
}

.ph-btn {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #1c4b84;
  color: #1c4b84;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ph-btn:hover {
  background: #1c4b84;
  color: #fff;
}

/* »ó¼¼ °­ÁÂ */
.ph-detail {
  margin-top: 10px;
  border-top: 1px dashed #e1e5ee;
  padding-top: 10px;
  padding-left: 15px;
  display: none;
}
/* ±×·ìÀÌ ¿­¸° »óÅÂÀÏ ¶§¸¸ »ó¼¼ ³ëÃâ */
.ph-group.open .ph-detail {
  display: block;
}
.ph-lecture-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ph-lecture-item {
  padding: 6px 0;
}

.ph-lecture-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.ph-lecture-meta {
  font-size: 12px;
  color: #6b7280;
}

/* ÆÐ³Î */
.ph-panel {
  display: none;
}
.ph-panel.active {
  display: block;
}

/* ¸ð´Þ */
.ph-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.ph-modal-backdrop.show {
  display: flex;
}

.ph-modal {
  width: 420px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 22px 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.3);
}

.ph-modal-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ph-modal-title {
  font-weight: 700;
  font-size: 16px;
}

.ph-modal-close {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

.ph-modal-body {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 0;
  margin-bottom: 12px;
  font-size: 13px;
}

.ph-modal-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.ph-modal-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.ph-modal-footer .ph-btn {
  padding: 7px 14px;
}

.ph-empty {
  text-align: center;
  padding: 60px 20px 80px;
  color: #444;
}

.ph-empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eef3f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ph-empty-icon i {
  font-size: 40px;
  color: #7d8896;
}

.ph-empty-main {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
}

.ph-empty-sub {
  font-size: 14px;
  color: #7a7f85;
  margin-bottom: 20px;
  line-height: 1.6;
}

.ph-empty-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #1c4b84;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.ph-empty-btn:active {
  opacity: 0.7;
}

/* ================================coupon====================================== */
/* ÄíÆùÇÔ ·¡ÆÛ */
.es-couponbox-wrap {
  width: 1200px;
  min-height: 460px;
  margin: 50px auto 80px;
}

/* Çì´õ */
.es-couponbox-header {
  margin-bottom: 24px;
}
.es-couponbox-title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.es-couponbox-title i {
  font-size: 24px;
  color: #1c4b84;
  margin-right: 8px;
}
.es-couponbox-title h1 {
  font-size: 26px;
  font-weight: 700;
}
.es-couponbox-sub {
  font-size: 14px;
  color: #666;
}

/* ¾È³» ¹Ú½º */
.es-couponbox-note {
  margin-bottom: 24px;
  padding: 14px 22px;
  background-color: #f2f6ff;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
}
/* .es-couponbox-note ul {
  margin: 0;
  padding-left: 16px;
} */
.es-couponbox-note li {
  margin-bottom: 4px;
}
.es-couponbox-note li:last-child {
  margin-bottom: 0;
}

/* ÅÇ */
.es-couponbox-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.es-tab-btn {
  min-width: 88px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d4d7dd;
  background-color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.es-tab-btn.active {
  border-color: #1c4b84;
  background-color: #1c4b84;
  color: #fff;
}

/* ¸®½ºÆ® */
.es-couponbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.es-couponbox-item {
  margin-bottom: 12px;
}

/* Ä«µå ±âº» */
.es-couponbox-card {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #e1e4ea;
  background-color: #fff;
}
.es-couponbox-card.disabled {
  background-color: #f7f7f7;
  opacity: 0.8;
}

/* ¿ÞÂÊ ¿µ¿ª */
.es-couponbox-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ¹èÁö + ÅØ½ºÆ® ¿ÞÂÊ Á¤·Ä */
  padding-right: 20px;
  border-right: 1px solid #e3e5ec;
  min-width: 220px;
}
.es-couponbox-badge {
  display: inline-block;
  padding: 3px 11px;
  background-color: #1c4b84;
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 7px;
}
.es-couponbox-badge.gray {
  background-color: #9ca3af;
}
.es-couponbox-benefit-main {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #1c4b84;
  margin-bottom: 4px;
}
.es-couponbox-benefit-sub {
  display: block;
  font-size: 13px;
  color: #555;
}

/* °¡¿îµ¥ ¿µ¿ª */
.es-couponbox-center {
  flex: 1;
  padding: 0 20px;
  display: flex;
}
.es-couponbox-desc {
  margin: 0;
}
.es-couponbox-row {
  display: flex;
  align-items: flex-start; /* ¸ÖÆ¼¶óÀÎ dd ÀÖÀ» ¶§ À§ÂÊ ±âÁØÀ¸·Î Á¤·Ä */
  font-size: 13px;
  margin-bottom: 6px;
}
.es-couponbox-row dt {
  width: 70px;
  color: #777;
  padding-top: 1px; /* ¹Ì¼¼ º¸Á¤¿ë (¼±ÅÃ) */
}
.es-couponbox-row dd {
  flex: 1;
  margin: 0;
  color: #333;
}

/* ¿À¸¥ÂÊ ¿µ¿ª */
.es-couponbox-right {
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* ¿À¸¥ÂÊ Á¤·Ä */
  justify-content: center;
}
.es-couponbox-status {
  min-width: 72px;
  text-align: center;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.es-couponbox-status.available {
  /* background-color: #e6f1ff;
  color: #1c4b84; */
  background: #ecfdf3;
  color: #15803d;
  border: 1px solid #22c55e;
}
.es-couponbox-status.used {
  /* background-color: #d9d9d9;
  color: #525a6b; */
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #d1d5db;
}
.es-couponbox-status.expired {
  /* background-color: #ffd6d6;
  color: #8f0b0b; */
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
}
.es-couponbox-usebtn {
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 6px;
  border: none;
  background-color: #1c4b84;
  color: #fff;
  cursor: pointer;
}
.es-couponbox-usebtn[disabled] {
  background-color: #d1d5db;
  cursor: default;
}

/* ºó »óÅÂ */
.es-couponbox-empty {
  margin-top: 40px;
  padding: 40px 0 60px;
  text-align: center;
  border-radius: 10px;
  border: 1px dashed #d1d5db;
  background-color: #fafbff;
}
.es-couponbox-empty-icon i {
  font-size: 34px;
  color: #9ca3af;
}
.es-couponbox-empty-main {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}
.es-couponbox-empty-sub {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
}
.es-couponbox-empty-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 999px;
  background-color: #1c4b84;
  color: #fff;
  text-decoration: none;
}
