
/* =========================================================
   RELEASE1A CURRENCY SYMBOL STANDARD V1.2
   실제 문자 P/M을 직접 표시 — pseudo-element 사용 안 함
   ========================================================= */

.currency-symbol,
.mpoint-m-mark{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:1.08em !important;
  height:1.08em !important;
  margin-left:.16em !important;
  border-radius:50% !important;
  box-sizing:border-box !important;

  font-size:.68em !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  vertical-align:.10em !important;

  visibility:visible !important;
  opacity:1 !important;
  overflow:visible !important;
  text-indent:0 !important;
}

/* M-POINT = 푸른색 P */
.currency-symbol-p,
.mpoint-m-mark{
  color:#ffffff !important;
  background:linear-gradient(145deg,#176e94,#0a496a) !important;
  border:1px solid rgba(6,30,48,.18) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30) !important;
}

/* MAPAE = 황금색 M */
.currency-symbol-m{
  color:#5a420c !important;
  background:linear-gradient(145deg,#f7df91,#c99b35) !important;
  border:1px solid rgba(139,103,26,.25) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42) !important;
}

.currency-symbol.mini,
.mpoint-m-mark.mini{
  width:1em !important;
  height:1em !important;
  font-size:.60em !important;
  vertical-align:.12em !important;
}

/* V1의 pseudo-element 방식 완전 무효화 */
.mpoint-m-mark::before,
.currency-symbol::before{
  content:none !important;
  display:none !important;
}


/* =========================================================
   V1.3 visual refinement
   금액이 주인공, P/M은 작은 단위 심벌
   ========================================================= */
.currency-symbol,
.mpoint-m-mark{
  width:.92em !important;
  height:.92em !important;
  margin-left:.12em !important;
  font-size:.56em !important;
  font-weight:700 !important;
  vertical-align:.13em !important;
}
.currency-symbol.mini,
.mpoint-m-mark.mini{
  width:.88em !important;
  height:.88em !important;
  font-size:.52em !important;
}


/* =========================================================
   V1.4 FINAL SIZE TUNE
   원은 숫자 글자 높이와 비슷하게, 글자는 또렷하되 과도한 Bold 금지
   ========================================================= */
.currency-symbol,
.mpoint-m-mark{
  width:1.00em !important;
  height:1.00em !important;
  margin-left:.14em !important;
  font-size:.66em !important;
  font-weight:600 !important;
  vertical-align:.11em !important;
}

.currency-symbol.mini,
.mpoint-m-mark.mini{
  width:.94em !important;
  height:.94em !important;
  font-size:.58em !important;
  font-weight:600 !important;
}

/* P/M 내부 문자는 선명하게 */
.currency-symbol-p,
.mpoint-m-mark{
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}

.currency-symbol-m{
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}
