.t-button,
.m-button,
.b-button
{
	display: inline-flex;align-items:center;justify-content:center;position:relative;
	width:auto;
	border:none;
	border:none;
	cursor:pointer;
}
.t-button
{
	padding:0px 3px;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
}
.m-button
{
	padding:0px 6px;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	font-family:"Noto Sans KR";
}
.b-button
{
	padding:0px 15px;
	font-size:16px;
	font-weight:bold;	
	line-height:36px;
}

.b-button.normal,
.m-button.normal,
.t-button.normal
{
	background-color:transparent;color:#fff;
}

.b-button.active,
.m-button.active,
.t-button.active
{
	color:rgb(61,26,111);
}
.t-button.disabled,
.m-button.disabled,
.b-button.disabled
{
	opacity:.5;
}
@media(max-width:575px){
	 .b-button{font-size:14px;padding:0 8px;line-height:30px;}
	 .m-button{font-size:12px}
	 .t-button{font-size:11px}
}