/* BASIC css start */
/* ================================================================
   SWEETYSPOON | melee vichi   ¸ð¹ÙÀÏ °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ CSS
   ³×ÀÓ½ºÆäÀÌ½º: #privacy-policy-page   SmartSkin ºñÀÇÁ¸
================================================================ */

/* »ó´ÜÀÌ ¾øÀ¸¹Ç·Î top¹öÆ° ¹Ì³ëÃâ Ã³¸® */
.section_fixedFooter .btn_toggle_area .btn_up { display: none !important; }
.right_fixed { display: none; }

/* ¦¡¦¡ 1. ½ºÄÚÇÁ ¸®¼Â ¦¡¦¡ */
#privacy-policy-page,
#privacy-policy-page * { box-sizing: border-box; }
#privacy-policy-page a { text-decoration: none; color: inherit; }


/* ¦¡¦¡ 2. ÆäÀÌÁö ÄÁÅ×ÀÌ³Ê ¦¡¦¡ */
#privacy-policy-page {
  background: #fff;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 60px;
}


/* ¦¡¦¡ 3. Çì´õ (Å¸ÀÌÆ² + ´Ý±â) ¦¡¦¡ */
.pp-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #e7e2db;
}
.pp-title {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: center;
  margin: 0;
}
.pp-close {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
}


/* ¦¡¦¡ 4. ½ÃÇàÀÏÀÚ ¦¡¦¡ */
.pp-date {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  color: #b3654f;
}


/* ¦¡¦¡ 5. º»¹® ¦¡¦¡ */
.pp-body {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  white-space: pre-line;
  word-break: keep-all;
}


/* ¦¡¦¡ 6. ÀÌÀü ¹öÀü ¹æÄ§ (privacy_history) ¦¡¦¡ */
.old_privacy {
  text-align: center;
  margin: 20px 0px;
  padding: 16px 0 0;
  border-top: 1px solid #e7e2db;
  font-size: 12px;
}
.old_privacy strong {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
}
.old_privacy select,
.old_privacy a.btn {
  vertical-align: middle;
}
.old_privacy select {
  height: 36px;
  padding: 0 26px 0 10px;
  background-color: #f4f0ea;
  border: 1px solid #f4f0ea;
  color: #333;
  font-size: 0.95em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%23555' d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
.old_privacy a.btn {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 14px;
  margin-left: 6px;
  background: #000;
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
  border: none;
  border-radius: 0;
}
  
.old_privacy li { }
.old_privacy li p { padding-bottom:10px; }


/* BASIC css end */

