@charset "utf-8";

/* 교과로드맵 2024*/

.mt10 {
    margin-top: 10px;
}

.btnS24 {
	padding: 0 10px;
	font-size: 13px;
	line-height: 28px;
	display: inline-block;
}

.btnGreen {
	background: #090;
	color: #fff !important;
}

.btnPurple {
	background: #93F;
	color: #fff !important;
}

.btnRed {
	background: #F00;
	color: #fff !important;
}

.btnBlue {
	color: #fff !important;
	background-color: #00F;
}

.btnOrange {
	color: #fff !important;
	background-color: #f19607
}


.round24{
    position: relative;
    padding-left: 12px;
    font-size: 14px;
}

.round24::after { 
content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
	background: blue;
}
/* 교과로드맵 2024*/