/* 폰트 */
.fm-spoqa {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

.fm-cft {
  font-family: "Comfortaa", sans-serif;
}


/* 정렬 */
.text-center {
  text-align: center;
}

@media screen and (min-width:769px) {
  .text-md-right {
    text-align: right;
  }
}


/* 두께 */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}


/* 사이즈 */
.fs-0 {
  font-size:0px;
}

.fs-16 {
  font-size:1.6rem;
}

.fs-18 {
  font-size:1.8rem;
}

.fs-20 {
  font-size:2rem;
}

.fs-24 {
  font-size:2.4rem;
}

.fs-32 {
  font-size:3.2rem;
}

.fs-48 {
  font-size:4.8rem;
}

@media screen and (max-width:1200px) {
  .fs-18 {
    font-size:1.6rem;
  }

  .fs-20 {
    font-size:1.8rem;
  }

  .fs-24 {
    font-size:2rem;
  }

  .fs-32 {
    font-size:2.4rem;
  }

  .fs-48 {
    font-size:3.6rem;
  }
}
@media screen and (max-width:1024px) {
  .fs-16 {
    font-size:1.4rem;
  }
}
@media screen and (max-width:768px) {
  .fs-18 {
    font-size:1.4rem;
  }

  .fs-20 {
    font-size:1.6rem;
  }

  .fs-24 {
    font-size:1.8rem;
  }

  .fs-32 {
    font-size:2rem;
  }

  .fs-48 {
    font-size:2.8rem;
  }
}
@media screen and (max-width:576px) {
  .fs-16 {
    font-size:1.2rem;
  }

  .fs-18 {
    font-size:1.2rem;
  }

  .fs-20 {
    font-size:1.4rem;
  }

  .fs-24 {
    font-size:1.6rem;
  }

  .fs-32 {
    font-size:1.8rem;
  }

  .fs-48 {
    font-size:2.4rem;
  }

  .fs-xs-12 {
    font-size:1.2rem;
  }

  .fs-xs-14 {
    font-size:1.4rem;
  }

  .fs-xs-16 {
    font-size:1.6rem;
  }

  .fs-xs-18 {
    font-size:1.8rem;
  }

  .fs-xs-20 {
    font-size:2rem;
  }
}


/* 컬러 */
.color-white {
  color:#fff;
}

.color-gray01 {
  color:#7d7d7d;
}

.color-gray02 {
  color:#777777;
}

.color-gray03 {
  color:#595959;
}

.color-red01 {
  color:#f46e4b;
}

.color-red02 {
  color:#F58466;
}

.color-orange01 {
  color:#ff9c01;
}

.color-orange02 {
  color:#fbb040;
}

.color-green01 {
  color:#73ce2a;
}