/* BASIC css start */
/* ================================================================
   SWEETYSPOON | melee vichi   ¸ð¹ÙÀÏ ÀÌ¿ë¾È³» CSS
   ³×ÀÓ½ºÆäÀÌ½º: #info-guide-page   SmartSkin ºñÀÇÁ¸
================================================================ */

.right_fixed { display: none; }

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


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


/* ¦¡¦¡ 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-block {
  margin: 0 0 26px;
  padding-top: 20px;
  border-top: 1px solid #e7e2db;
}
.ig-block:first-of-type {
  padding-top: 0;
  border-top: none;
}
.ig-block-title {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  padding-bottom: 8px;
  margin: 0 0 10px;
  border-bottom: 1px solid #000;
}
.ig-row {
  font-size: 12px;
  line-height: 1.8;
  color: #555;
}
.ig-row a {
  color: #333;
  text-decoration: underline;
}
.ig-row em {
  font-style: normal;
  font-weight: 700;
  color: #b3654f;
}


/* ¦¡¦¡ 5. ÇÏ´Ü ¾È³»¹® ¦¡¦¡ */
.ig-footnote {
  margin-top: 10px;
  padding: 14px 16px;
  background: #f8f7f3;
  font-size: 11px;
  color: #999;
}

/* BASIC css end */

