/* BASIC css start */
/* ================================================================
   SWEETYSPOON | melee vichi   ¸ð¹ÙÀÏ ÀÌ¿ë¾à°ü CSS
================================================================ */

.right_fixed { display: none; }

/* ¦¡¦¡ 1. ½ºÄÚÇÁ ¸®¼Â ¦¡¦¡ */
#terms-page,
#terms-page * { box-sizing: border-box; }


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


/* ¦¡¦¡ 3. ÆäÀÌÁö Å¸ÀÌÆ² ¦¡¦¡ */
.ig-page-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.ig-back-btn {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
}
.ig-back-btn .material-symbols-outlined {
  font-size: 18px;
}
.ig-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  margin: 0;
  font-size: 17px;
}


/* ¦¡¦¡ 4. ¾à°ü Àü¹® ¦¡¦¡ */
.ig-terms-body {
  padding-top: 20px;
  border-top: 1px solid #e7e2db;
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  white-space: pre-line;
  word-break: keep-all;
}

/* BASIC css end */

