@charset "UTF-8";
/*@for으로 반복문을 사용할 수 있다. 예를 들어 폰트나 width 값을 늘리기 좋다*/
.width-100 {
  width: 100px;
}

.width-200 {
  width: 200px;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

.width-600 {
  width: 600px;
}

.width-700 {
  width: 700px;
}

.width-800 {
  width: 800px;
}

.width-900 {
  width: 900px;
}

.width-1000 {
  width: 1000px;
}

.width-1100 {
  width: 1100px;
}

.width-1200 {
  width: 1200px;
}

.width-1300 {
  width: 1300px;
}

.width-1400 {
  width: 1400px;
}

.width-1500 {
  width: 1500px;
}

.width-1600 {
  width: 1600px;
}

.width-1700 {
  width: 1700px;
}

.width-1800 {
  width: 1800px;
}

.width-1900 {
  width: 1900px;
}

.width-2000 {
  width: 2000px;
}

.font-size-12px {
  font-size: 12px !important;
}

.font-size-14px {
  font-size: 14px !important;
}

.font-size-16px {
  font-size: 16px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.font-size-20px {
  font-size: 20px !important;
}

.font-size-22px {
  font-size: 22px !important;
}

.font-size-24px {
  font-size: 24px !important;
}

.font-size-26px {
  font-size: 26px !important;
}

.font-size-28px {
  font-size: 28px !important;
}

.font-size-30px {
  font-size: 30px !important;
}

.font-size-32px {
  font-size: 32px !important;
}

.font-size-34px {
  font-size: 34px !important;
}

.font-size-36px {
  font-size: 36px !important;
}

.font-size-38px {
  font-size: 38px !important;
}

.font-size-40px {
  font-size: 40px !important;
}

.font-size-42px {
  font-size: 42px !important;
}

.font-size-44px {
  font-size: 44px !important;
}

.font-size-46px {
  font-size: 46px !important;
}

.font-size-48px {
  font-size: 48px !important;
}

.font-size-50px {
  font-size: 50px !important;
}

.font-size-10px_rem {
  font-size: 0.625rem !important;
}

.font-size-12px_rem {
  font-size: 0.75rem !important;
}

.font-size-14px_rem {
  font-size: 0.875rem !important;
}

.font-size-16px_rem {
  font-size: 1rem !important;
}

.font-size-18px_rem {
  font-size: 1.125rem !important;
}

.font-size-20px_rem {
  font-size: 1.25rem !important;
}

.font-size-22px_rem {
  font-size: 1.375rem !important;
}

.font-size-24px_rem {
  font-size: 1.5rem !important;
}

.font-size-26px_rem {
  font-size: 1.625rem !important;
}

.font-size-28px_rem {
  font-size: 1.75rem !important;
}

.font-size-30px_rem {
  font-size: 1.875rem !important;
}

.font-size-32px_rem {
  font-size: 2rem !important;
}

.font-size-34px_rem {
  font-size: 2.125rem !important;
}

.font-size-36px_rem {
  font-size: 2.25rem !important;
}

.font-size-38px_rem {
  font-size: 2.375rem !important;
}

.font-size-40px_rem {
  font-size: 2.5rem !important;
}

.font-size-42px_rem {
  font-size: 2.625rem !important;
}

.font-size-44px_rem {
  font-size: 2.75rem !important;
}

.font-size-46px_rem {
  font-size: 2.875rem !important;
}

.font-size-48px_rem {
  font-size: 3rem !important;
}

.font-size-50px_rem {
  font-size: 3.125rem !important;
}

.font-size-52px_rem {
  font-size: 3.25rem !important;
}

.font-size-54px_rem {
  font-size: 3.375rem !important;
}

.font-size-56px_rem {
  font-size: 3.5rem !important;
}

.font-size-58px_rem {
  font-size: 3.625rem !important;
}

.font-size-60px_rem {
  font-size: 3.75rem !important;
}

.font-size-62px_rem {
  font-size: 3.875rem !important;
}

.font-size-64px_rem {
  font-size: 4rem !important;
}

.font-size-66px_rem {
  font-size: 4.125rem !important;
}

.font-size-68px_rem {
  font-size: 4.25rem !important;
}
/*# sourceMappingURL=user_define.css.map */