/* BASIC css start */

/* ====== ¸ð¹ÙÀÏ Äü¼­ºñ½º ¿ä±ÝÇ¥ (mq-) ====== */
:root{
  --bg:#ffffff;
  --ink:#222;
  --muted:#6b7280;
  --brand:#0a8fff;
  --panel:#f7f7f8;
  --line:#e5e7eb;
  --shadow:0 2px 10px rgba(0,0,0,.06);
  --radius:10px;
}
.mq *{box-sizing:border-box}
.mq{max-width:720px;margin:0 auto;padding:14px 12px 32px;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Pretendard,Segoe UI,Roboto,Apple SD Gothic Neo,Malgun Gothic,Arial,sans-serif;font-size:16px;line-height:1.5}
.mq img{max-width:100%;height:auto;display:block}

/* »ó´Ü Å¸ÀÌÆ² */
.mq .mq-title{
  font-size:22px;font-weight:800;margin:6px 0 14px;letter-spacing:-0.2px;
}

/* ¾È³» ¹Ú½º */
.mq .mq-notice{
  padding:14px 14px 4px;background:var(--panel);border-radius:10px;margin-bottom:18px;border:1px solid var(--line);
}
.mq .mq-notice ul{list-style:none;margin:0;padding:0}
.mq .mq-notice li{
  position:relative;padding:6px 4px 6px 12px;margin:0 0 3px;font-size:14px;word-break:keep-all;color:#333;
}
.mq .mq-notice li::before{
  content:"¤ý";position:absolute;left:0;top:6px;color:var(--muted);
}

/* ¼½¼Ç Å¸ÀÌÆ² */
.mq .mq-section-title{
  margin:18px 2px 10px;font-size:18px;font-weight:800;text-align:left;
}

/* Ä«µå ¸®½ºÆ® */
.mq .mq-card-list{margin:0;padding:0;list-style:none}
.mq .mq-card-list > li{margin:0 0 12px;list-style:none}
.mq .mq-card{
  background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);overflow:hidden;
}
.mq .mq-card-head{
  background:#f4f6f8;padding:10px 12px;border-bottom:1px solid var(--line);
  font-size:16px;font-weight:800;letter-spacing:-0.2px;
}
.mq .mq-card-body{padding:6px 8px}

/* ¿ä±Ý Çà */
.mq .mq-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:8px 6px;border-bottom:1px dashed var(--line);gap:10px;font-size:15px;
}
.mq .mq-row:last-child{border-bottom:0}
.mq .mq-area{flex:1;min-width:0;color:#111}
.mq .mq-price{flex:0 0 auto;font-weight:800;letter-spacing:-0.3px}

/* ¼öµµ±Ç ¿Ü°û: 2¿­ ÀÚµ¿ ·¦ */
.mq .mq-grid{display:flex;flex-wrap:wrap;padding:2px}
.mq .mq-grid .mq-row{
  width:50%;
  border-right:1px dashed var(--line);
  border-bottom:1px dashed var(--line);
  padding:10px 10px;
}
.mq .mq-grid .mq-row:nth-child(2n){border-right:0}
.mq .mq-grid .mq-row:last-child{border-bottom:1px dashed var(--line)} /* ±ÕÀÏ ¶óÀÎ À¯Áö */

/* ÇÏ´Ü ¾È³» */
.mq .mq-note{margin:14px 2px 0;color:var(--muted);font-size:14px;text-align:center}

/* ÀÛÀº È­¸é ¹Ì¼¼ Á¶Á¤ */
@media (max-width:360px){
  .mq .mq-title{font-size:20px}
  .mq .mq-row{font-size:14px}
}

div.C-10089-1227-2 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:repeat left top; border-top:0px solid ; border-right:0px solid ; border-bottom:0px solid ; border-left:0px solid ; }
/* BASIC css end */

