@charset "UTF-8";
/*정렬클래스*/
.of {
  overflow: hidden !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn {
  float: none !important;
}

.cl {
  clear: both !important;
}

.lft {
  text-align: left !important;
}

.rgt {
  text-align: right !important;
}

.cnt {
  text-align: center !important;
}

.at {
  vertical-align: top !important;
}

.am {
  vertical-align: middle !important;
}

.ab {
  vertical-align: bottom !important;
}

/* 포지션 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.affix {
  position: fixed;
}

/* 디스플레이 */
.block {
  display: block !important;
}

.none {
  display: none;
}

.inblock {
  display: inline-block;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.invisible {
  visibility: hidden;
}

/* 크기 */
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.h100 {
  height: 100%;
}

.h40px {
  height: 40px;
}

.w170px {
  width: 170px;
}

.w236px {
  width: 236px;
}

/*마진,패딩 클래스*/
.mt-10 {
  margin-top: -10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt05, .mt05px {
  margin-top: 5px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt10, .mt10px {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20, .mt20px {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml-50 {
  margin-left: -50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr03 {
  margin-right: 3px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pd05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pd15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pdAll15 {
  padding: 15px !important;
}

.pdAll0 {
  padding: 0px !important;
}

/* 배경 */
.bg-trans {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f5f5f5;
}

/* 폰트 */
.f-red {
  color: #cc0033 !important;
}

.f-black {
  color: #222;
}

.f-808 {
  color: #808080;
}

.f-blue {
  color: #2d508a !important;
}

.f-blue2 {
  color: #1f68c9 !important;
}

.f-blue3 {
  color: #1d50a4 !important;
}

.f-white {
  color: #fff !important;
}

.f-admin-blue {
  color: #3b6cb9;
}

.f-bold {
  font-weight: 700 !important;
}

.f-normal {
  font-weight: 400 !important;
}

.f-15 {
  font-size: 15px;
  line-height: 1.2;
}

.f-14 {
  font-size: 14px;
  line-height: 1.2;
}

.f-13 {
  font-size: 13px;
  line-height: 1.2px;
}

.f-12 {
  font-size: 12px;
  line-height: 1.2px;
}

.lh30 {
  line-height: 30px;
}

.lh1_6 {
  line-height: 1.6;
}

.txt-hid-m {
  width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}

.txt-udline {
  text-decoration: underline;
}
.txt-udline:hover {
  color: #2d508a;
  text-decoration: underline;
}

/* 보더 */
.bt-none {
  border-top: none !important;
}

.br-none {
  border-right: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.bl-none {
  border-left: none !important;
}

/* 커서 */
.cursor {
  cursor: pointer;
}

.cursor-d {
  cursor: default;
}

.cursor-m, .move {
  cursor: move;
}

/*# sourceMappingURL=common.css.map */
