/* BASIC css start */
/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.page-body { width:1200px; text-align:justify; margin:0 auto; font-size: 16px; line-height: 1.5; font-family: 'Pretendard';}
.page-body .title_m { margin-top: 30px; font-size: 17px; font-weight: 700; margin-bottom: 8px;}
.page-body .title_b { margin-top: 100px; font-size: 40px; font-weight: 600; margin-bottom: 50px; text-align: center;}

.ethics-list {
  list-style: none;   /* ±âº» ºÒ¸´ Á¦°Å */
  margin: 0;
  padding: 0;
}

.ethics-list li {
  position: relative;
  padding-left: 16px; /* ±ÛÀÚ ½ÃÀÛ À§Ä¡ ÅëÀÏ */
  text-align: justify;
  line-height: 1.6;
}

.ethics-list li::before {
  content: "¡¤";       /* ¿øÇÏ´Â ºÒ¸´ ±âÈ£ */
  position: absolute;
  left: 0;
  color: #000;        /* »ö»ó */
  font-weight: bold;  /* ±½±â */
}
/* BASIC css end */

