@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
*{
	font-family: 'Noto Sans KR', sans-serif !important;
	box-sizing: border-box;
	letter-spacing: -1px;
}
#main{
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}

#header_menu{
	height: 40px;
	width: 100%;
	background-color: #02a1fd;
	padding: 0 411px;
	line-height: 37px;
}

#header_menu::after{
	content: "";
	display: block;
	clear: both;
}
#header_menu > ul{
	display: flex;
	float: right;
}

#header_menu > ul li,#header_menu > ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

/* 메인메뉴 css */
#main_menu{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #C9C9C9;
}

#main_menu > div:nth-child(1){
	width: 1080px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	margin: 0 auto;
	
}

#main_menu > div:nth-child(1) h1{
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0px;
}

#main_menu > div:nth-child(1) h1 span{
	font-weight: 28;
	font-weight: 500;
	color: #1BADFF;
}

#main_menu > div:nth-child(1) > ul{
	display: flex;
}

#main_menu > div:nth-child(1) > ul li{
	margin-right: 53px;
	position: relative;
}

#main_menu > div:nth-child(1) > ul li a{
	display: inline-block;
	font-size: 16px;
	color: #131415;
	font-weight: 500;
}

#main_menu > div:nth-child(1) > ul li:nth-child(5){
	margin-right: 0;
}

#main_menu > div:nth-child(1) > ul > li:nth-child(1):after{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	width: 20px;
	height: 20px;
	background: url("/images/dashboard_menuIcon.png");
}

#main_menu > div:nth-child(1) > ul > li:nth-child(2):after{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	width: 19px;
	height: 18px;
	background: url("/images/exam_monthly.png");
}

#main_menu > div:nth-child(1) > ul > li:nth-child(3):after{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	width: 18px;
	height: 18px;
	background: url("/images/chart_menuIcon.png");
}

#main_menu > div:nth-child(1) > ul > li:nth-child(4):after{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	width: 18px;
	height: 19px;
	background: url("/images/achieve_menuIcon.png");
}

#main_menu > div:nth-child(1) > ul > li:nth-child(5):after{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	width: 16px;
	height: 18px;
	background: url("/images/exam_menuIcon.png");
}

.menu_underbar:after{
	content: "";
	width: 109px;
	height: 3px;
	position: absolute;
	background-color: #1BADFF;
	right: -8px;
	bottom: -28px;
}

.menu_underbar2:after{
	content: "";
	width: 137px;
	height: 3px;
	position: absolute;
	background-color: #1BADFF;
	right: -8px;
	bottom: -28px;
}

.menu_underbar3:after{
	content: "";
	width: 160px;
	height: 3px;
	position: absolute;
	background-color: #1BADFF;
	right: -8px;
	bottom: -28px;
}

.menu_underbar4:after{
	content: "";
	width: 105px;
	height: 3px;
	position: absolute;
	background-color: #1BADFF;
	right: -8px;
	bottom: -28px;
}

.menu_underbar5:after{
	content: "";
	width: 193px;
	height: 3px;
	position: absolute;
	background-color: #1BADFF;
	right: -8px;
	bottom: -28px;
}


/* 대쉬보드 컨텐츠 */
#dashboardContent{
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}

.content_title{
	font-size: 16px;
	font-weight: 500;
}


/* 테이블관련 css */
#dashboardContent .content_table{
	margin-top: 15px;
}

#dashboardContent .content_table > thead > tr th{
	height: 40px;
	background-color: #F6F6F6;
	border-top: 1px solid #131415;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
}

#dashboardContent .content_table > tbody tr td{
	padding-top: 15px;
}

#dashboardContent .content_table > tbody tr td a{
	width: 202px;
	height: 50px;
	display: inline-block;
	color: #fff;
	background-color: #131415;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}

.flex_box{
	display: flex;
	flex-wrap: wrap;
}

.flex_box > div{
	margin-right: 10px;
	margin-top: 10px;
}

.flex_box > div:last-child{
	margin-right: 0;
}


/* 자유롭게 연습 박스 css */
#dashboardContent > div:nth-child(1) .content_table tbody tr td{
	padding-left: 18px;
}
.free_voca{
	background-color: #FF619A !important;
}
.free_rc{
	background-color: #67AE45 !important;
}
.free_lc{
	background-color: #C947CC !important;
}
.free_wr{
	background-color: #38C4CD !important;
}
.free_spsr{
	background-color: #EB971A !important;
}
.free_gr{
	background-color: #ff4444 !important;
}

/* 오늘실전 css */
#dashboardContent > div:nth-child(2){
	margin-top: 60px;
}
#dashboardContent > div:nth-child(2) .content_table >tbody tr td{
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
	font-size: 14px;
}

/* 오늘 실전 박스 css */
.actual_red{
	background-color: #FF6161 !important;
}
.actual_blue{
	background-color: #479AFC !important;
}
.actual_done{
	background-color: #B3B3B3 !important;
	color: #888888 !important;
}

/* 과제css */
#dashboardContent > div:nth-child(3){
	margin-top: 60px;
}
#dashboardContent > div:nth-child(3) .content_table >tbody tr td{
	padding: 5px 0 15px 0;
}

#dashboardContent > div:nth-child(3) .content_table >tbody tr td > div:nth-child(1) > div a{
	background-color: #FF619A !important;
}

/* 내일예습 */
#dashboardContent > div:nth-child(4){
	margin-top: 50px;
}
#dashboardContent > div:nth-child(4) .content_table tbody tr td{
	padding-left: 18px;
}

/* <!-- 반배치/모의토플/실제토플 컨텐츠 --> */
#exanContent table, #exanContent td, #exanContent th {
	border-left : 1px solid #D6D6D6 !important;
	border-bottom : 1px solid #D6D6D6 !important;
	border-right : 1px solid #D6D6D6 !important;
	border-collapse : collapse !important;
	font-size: 14px;
	box-sizing: border-box;
	letter-spacing: 0;
}

#exanContent th{
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

#exanContent > div:nth-child(1){
	width: 1000px;
	margin: 60px auto 0;
}

#exanContent > div:nth-child(1) > div:nth-child(1) table,
#exanContent > div:nth-child(1) > div:nth-child(2) table,
#exanContent > div:nth-child(1) > div:nth-child(3) table{
	margin-top: 15px;
}

#exanContent > div:nth-child(1) > div:nth-child(1) table thead tr th{
	background-color: #49D147;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

#exanContent > div:nth-child(1) table tbody tr td{
	padding: 15px 0;
	text-align: center;
}

#exanContent > div:nth-child(1) > div:nth-child(2),
#exanContent > div:nth-child(1) > div:nth-child(3){
	margin-top: 60px;
}

#exanContent > div:nth-child(1) > div:nth-child(2) table thead tr th{
	background-color: #479FD1;
	color: #fff;
	height: 50px;
	font-size: 14px;
	font-weight: 300;
}

#exanContent > div:nth-child(1) > div:nth-child(3) table thead tr th{
	background-color: #FFC700;
	color: #fff;
	height: 50px;
	font-size: 14px;
	font-weight: 300;
}
