@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

.fa {
	font-weight: normal !important;
	font-family: FontAwesome !important;
}

/* Thin */
.t_100 {
	font-weight: 100;
}

/* Light */
.t_300 {
	font-weight: 300;
}

/* Regular - 디폴트 */
.t_400 {
	font-weight: 400;
}

/* Medium */
.t_500 {
	font-weight: 500;
}

/* Bold */
.t_700 {
	font-weight: 700;
}

/* Black */
.t_900 {
	font-weight: 900;
}


/* 폰트 사이즈 */
.font_12 {
	font-size: 12px;
}

.font_13 {
	font-size: 13px;
}

.font_14 {
	font-size: 14px;
}

.font_15 {
	font-size: 15px;
}

.font_16 {
	font-size: 16px;
}

.font_17 {
	font-size: 17px;
}

.font_18 {
	font-size: 18px;
}

.font_19 {
	font-size: 19px;
}

.font_20 {
	font-size: 20px;
}

.font_21 {
	font-size: 21px;
}

.font_23 {
	font-size: 23px;
}

.font_24 {
	font-size: 24px;
}

.font_25 {
	font-size: 25px;
}

.font_26 {
	font-size: 26px;
}

.font_28 {
	font-size: 28px;
}

.font_31 {
	font-size: 31px;
}

.font_32 {
	font-size: 32px;
}

.font_35 {
	font-size: 35px;
}

.font_36 {
	font-size: 36px;
}

.font_39 {
	font-size: 39px;
}

.font_51 {
	font-size: 51px;
}

.font_55 {
	font-size: 55px;
}

.font_56 {
	font-size: 56px;
}

.font_60 {
	font-size: 60px;
}

.font_64 {
	font-size: 64px;
}
.font_65 {
	font-size: 65px;
}