/* BASIC css start */
.txt  {padding:20px; font-size:13px;  line-height:1.6; color:#000;}
.txt .title_m {font-size:13px;  line-height:1.6; color:#000; margin-top:10px; font-weight: 700;}
.txt .title_b {font-size:20px;  line-height:1.6; color:#000; margin-top:45px; margin-bottom:30px; font-weight: 600; 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 */

