@charset "utf-8";
/* width ---------------------------------------- */
.w100p {
  width: 100% !important;
}

/* float ---------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* 텍스트 ---------------------------------------- */
/* align */
.txl {
  text-align: left !important;
}
.txc {
  text-align: center !important;
}
.txr {
  text-align: right !important;
}
.txt-underline {
  text-decoration: underline;
}

/* 폰트 ------------------------------------------ */
/* weight */
.fw-b {
  font-weight: bold;
}

/* margin ---------------------------------------- */
/* top */
.mt-10 {
  margin-top:10px !important;
}
.mt-20 {
  margin-top:20px !important;
}

/* bottom */
.mb-0 {
  margin-bottom: 0px !important;
}


/* padding---------------------------------------- */
/* left */
.pl-0 {
  padding-left:0px !important;
}