/* BASIC css start */
#cartWrap .wish-opt { color: #FFA500; }
#cartWrap .tit-cart { margin-top: 30px; }
/* È¸¿ø µî±Þ Ç¥½Ã */
#cartWrap .mem-lvl { zoom: 1; overflow: hidden; margin-top: 45px; }
/* ¹è¼Û ¸Þ¼¼Áö */
#cartWrap .delivery { margin-top: 20px; text-align: center; }
/* ÁÖ¹® ÄÁÆ®·Ñ ¹öÆ° */
#cartWrap .btn-order-ctrl { margin-top: 20px; text-align: center; font-size: 0; line-height: 0; }
#cartWrap .btn-order-ctrl a { margin-right: 10px; }
/*ÇÕ°è*/
#cartWrap .basket-totalprice { height:40px; margin-top: 30px; padding: 10px; text-align: right; border: 1px solid #B7B7B7; font-size: 12px; color:#000000; }
#cartWrap .basket-totalprice .totalprice-img {float: left; padding-top: 5px; padding-left: 15px;}
#cartWrap .basket-totalprice .totalprice-txt{float: right; padding-top: 15px; padding-right: 10px;}

/*º»»ç,¾÷Ã¼¹è¼Û¾ÆÀÌÄÜ*/
#cartWrap .prov-icons {float: left; display:inline;}


/* ===== °¡ÀÚ¾ÈÀü¼¾ÅÍ °ßÀû¼­ CSS (ÆË¾÷ ¿À¹ö·¹ÀÌ¿ë) ===== */
#gaja-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  overflow-y: auto;
}
#gaja-paper {
  background: white;
  width: 794px;
  margin: 30px auto;
  padding: 24px 28px 20px;
  font-family: '¸¼Àº °íµñ', 'Malgun Gothic', sans-serif;
  font-size: 11px;
  color: #111;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.gaja-btn-wrap { text-align: center; margin-bottom: 14px; }
.gaja-btn-print {
  background: #2d6b2d; color: white; border: none;
  padding: 9px 32px; font-size: 13px; font-weight: bold;
  cursor: pointer; border-radius: 4px; letter-spacing: 2px; margin: 0 4px;
}
.gaja-btn-print:hover { background: #1f4f1f; }
.gaja-btn-close {
  background: #888; color: white; border: none;
  padding: 9px 20px; font-size: 12px; cursor: pointer; border-radius: 4px;
}
.gaja-title {
  text-align: center; font-size: 26px;
  font-weight: bold; letter-spacing: 8px; padding: 10px 0 18px;
}
.gaja-header-wrap { display: table; width: 100%; margin-bottom: 6px; }
.gaja-header-left { display: table-cell; width: 57%; vertical-align: top; padding-right: 10px; }
.gaja-header-right { display: table-cell; width: 43%; vertical-align: top; }
.gaja-date-row { font-size: 11px; font-weight: bold; margin-bottom: 10px; line-height: 1.8; }
.gaja-recv-row { display: flex; align-items: flex-end; height: 26px; }
.gaja-recv-key { width: 44px; white-space: nowrap; flex-shrink: 0; }
.gaja-recv-col { width: 14px; text-align: center; flex-shrink: 0; }
.gaja-recv-val {
  width: 185px; flex-shrink: 0; border-bottom: 1.2px solid #333;
  height: 100%; display: flex; align-items: flex-end; padding-bottom: 2px; padding-left: 4px;
}
.gaja-recv-empty { width: 185px; flex-shrink: 0; border-bottom: 1.2px solid #333; height: 100%; }
.gaja-kwijung { padding-left: 6px; white-space: nowrap; padding-bottom: 2px; }
.gaja-send-block { font-size: 11px; margin-top: 6px; }
.gaja-send-row { display: flex; align-items: center; height: 26px; }
.gaja-send-email { padding-left: 58px; color: #1a6db5; text-decoration: underline; font-size: 10.5px; }
.gaja-logo-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.gaja-logo-url { font-size: 13px; font-weight: bold; color: #1a6db5; text-decoration: underline; }
.gaja-logo-img { height: 36px; width: auto; }
.gaja-sup-img { width: 100%; display: block; }
.gaja-sub-right { text-align: right; font-size: 11px; margin: 4px 0 5px; }
.gaja-total-bar { display: flex; align-items: stretch; border: 1.5px solid #888; margin-bottom: 6px; min-height: 44px; }
.gaja-total-label {
  background: #f0f0f0; padding: 6px 12px; font-weight: bold; font-size: 10.5px;
  border-right: 1.5px solid #888; display: flex; flex-direction: column;
  justify-content: center; text-align: center; white-space: nowrap; line-height: 1.5; min-width: 76px;
}
.gaja-total-amount { padding: 6px 14px; font-size: 13px; font-weight: bold; display: flex; align-items: center; gap: 8px; }
.gaja-table { width: 100%; border-collapse: collapse; font-size: 10.5px; border-top: 2px solid #222; table-layout: fixed; }
.gaja-table th {
  background: #f0f0f0; color: #111; padding: 6px 3px; text-align: center;
  border: 1.5px solid #888; font-weight: bold; font-size: 10.5px; height: 36px;
}
.gaja-table td {
  border: 1px solid #aaa; padding: 5px 3px; text-align: center;
  vertical-align: middle; font-size: 10.5px; height: 38px;
  background: white; overflow: hidden; word-break: break-word;
}
.gaja-table td.gr { text-align: right; padding-right: 5px; }
.gaja-table td.gg { color: #bbb; text-align: right; padding-right: 5px; }
.gaja-table tr.sep td { text-align: center; color: #777; font-style: italic; background: #fafafa !important; }
.gaja-table tfoot td {
  border: 1px solid #aaa; border-top: 2px solid #555;
  background: #f0f0f0; font-weight: bold; padding: 5px 3px; font-size: 10.5px; height: 32px; text-align: center;
}
.gaja-table tfoot td.gr { text-align: right; padding-right: 5px; }
.gaja-bigo { display: flex; border: 1.5px solid #888; border-top: none; min-height: 54px; font-size: 10.5px; }
.gaja-bigo-label {
  background: #f0f0f0; padding: 6px 10px; font-weight: bold;
  border-right: 1.5px solid #888; display: flex; align-items: center; white-space: nowrap; min-width: 36px;
}
.gaja-bigo-content { padding: 6px 12px; line-height: 2.0; }
.gaja-brands-img { margin-top: 8px; width: 100%; display: block; }
.gaja-footer { text-align: right; font-size: 10.5px; font-weight: bold; margin-top: 6px; }
/* ===== END ===== */
/* BASIC css end */

