

/* 
px	rem (14px 기준)
10px    0.714rem
12px	0.857rem
13px	0.929rem
14px	1rem
15px	1.071rem
16px	1.143rem 
18px    1.286rem
20px	1.429rem
21px	1.5rem
23px	1.643rem
24px	1.714rem
*/

.txt_app_title_default
{
	color: #121417;	
	font-size: 1.286rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.643rem /* 127.778% */;	
}

.txt_list_category_default
{
	color: #61758A;	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem /* 150% */;
}

.txt_list_title_default
{
	color: #121417;	
	font-size: 1.143rem ;
	font-style: normal;
	font-weight: 700;
	line-height: 1.429rem /* 125% */;	
}

.txt_list_content_default
{
	color: #61758A;	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem /* 150% */;	
}

.txt_btn_category_tag
{
    font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem /* 150% */;
}

.txt_searchInput
{
    font-size: 1.143rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.714rem /* 150% */;
}

.txt_menuBar
{
    font-size: 0.857rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.286rem /* 150% */;
}

.txt_menuBar_over
{
    font-weight: 600;
}

.txt_welcome{
    font-size: 2.5rem; 
    font-weight: 800;
}