@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: 0px;
}

/* 헤더메뉴 */
#header_menu{
	height: 40px;
	width: 100%;
	background-color: #02a1fd;
}

#header_menu ul{
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
    margin: 0 auto;
    line-height: 37px;
    color: #fff;
}

#header_menu ul li a{
    color: #fff;
    font-size: 12px;
    letter-spacing: -1px;
}

/* 메인메뉴 */
#main_menu{
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}
#main_menu > div{
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

#main_menu h1{
    font-size: 26px;
	font-weight: 500;
}

#main_menu h1 span{
    font-weight: 28;
	font-weight: 500;
	color: #1BADFF;
}

#main_menu ul{
    display: flex;
}

#main_menu ul li{
    position: relative;
    margin-right: 53px;
}

#main_menu ul li:last-child{
    margin-right: 0;
}


#main_menu 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 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 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 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 ul li:nth-child(5):after{
	content: "";
	position: absolute;
	left: -23px;
	top: 0;
	width: 16px;
	height: 18px;
	background: url("/images/exam_menuIcon.png");
}

#main_menu ul li a{
    font-size: 14px;
    font-weight: 500;
}

/* 공통css */
.w60{
    width: 60%;
    margin: 0 auto;
}
.content_title{
	font-size: 16px;
	font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.content_table{
    width: 100%;
}

.content_table thead tr{
    background-color: #f6f6f6;
    height: 40px;
    border-top: 1px solid #131415;
}

.content_table thead tr th{
    font-weight: 400;
    font-size: 14px;
}

/* ----------------------대쉬보드--------------------- */
#dashContent,
#chartContent{
    padding: 60px 0;
}

#dashContent .dash_free,
#dashContent .dash_homework,
#dashContent .dash_tomorrw{
    margin-top: 60px;
}

#dashContent .content_table tbody tr td{
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
#dashContent .content_table tbody tr td a{
	width: 180px;
	height: 45px;
	display: inline-block;
	color: #fff;
	background-color: #131415;
	border-radius: 4px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}

#dashContent .dash_today .content_table tbody tr td a{
	width: 150px;
}
#dashContent .dash_tomorrw .content_table tbody tr td a{
    width: 210px;
}

.flex_box{
	display: flex;
	flex-wrap: wrap;
}

.flex_box > div{
	margin-right: 10px;
}

.flex_box > div:last-child{
	margin-right: 0;
}

/* 자유롭게 연습 박스 css */
.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;}

/* 오늘실전 */
#dashContent .dash_today .content_table tbody tr{
    border-bottom: 1px solid #f0f0f0;
}
#dashContent .dash_today .content_table tbody tr td{
    padding-bottom: 10px;
}

.actual_red{
	background-color: #FF6161 !important;
}
.actual_blue{
	background-color: #479AFC !important;
}
.actual_done{
	background-color: #B3B3B3 !important;
	color: #888888 !important;
}

/* ----------------------나의 할일(일/월)--------------------- */
/* 나의 할일 */
#Calender{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
#Calender > div:nth-child(1){
    margin-right: 30px;
}
#Calender > div:nth-child(1) > div:nth-child(1){
    display: flex;
    justify-content: center;
}


#Calender > div:nth-child(1) > div:nth-child(1) a{
    display: block;
    width: 17px;
    height: 30px;
}
#Calender > div:nth-child(1) > div:nth-child(1) a:nth-child(1){
    background: url("/images/30arrowleft.png");
}
#Calender > div:nth-child(1) > div:nth-child(1) a:nth-child(3){
    background: url("/images/30arrowright.png");
}

#Calender > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) p{
    font-size: 30px;
    font-weight: 500;
    color: #7A95AB;
    margin: 0 90px;
}

#Calender > div:nth-child(1) > div:nth-child(2){
    margin-top: 40px;
}
#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1){
    width: 840px;
    border-collapse: collapse;
    border: 1px solid #D5E5F2;
}
#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > thead tr{
    background-color: #E9F4FB;
    height: 30px;
}
#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > thead tr th{
    font-size: 16px;
    font-weight: 400;
    color: #7A95AB;
    border: 1px solid #D5E5F2;
}

#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > tbody tr td{
    border: 1px solid #D5E5F2;
    text-align: right;
    width: 154px;
    height: 120px;
    vertical-align: top;
    font-size: 14px;
    padding: 10px;
    color: #6a6a6a;
}

#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > tbody tr td.noday{
    color: #CAD7E2;
}

#Calender table tbody tr td > div:nth-child(1) div{
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 12px;
    color: #D12222;
}

#Calender table tbody tr td > div:nth-child(1) div div p{
    letter-spacing: 0;
}


/* 나의 할일 팝업 css */

.calenderExam > p:nth-child(1){
    background-color: #131415;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 70px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.calenderExam > div:nth-child(2){
    width: 500px;
    height: 595px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.calenderExam > div:nth-child(2) > .examlist:nth-child(1){
    margin-top: 0;
}
.calenderExam .examlist{
    color: #131415 !important;
    margin-top: 30px;
}

.calenderExam ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.calenderExam .examlist > p:nth-child(1){
    border-bottom: 1px solid #131415;
    padding-bottom: 10px;
}
.calenderExam .examlist ul li{
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    letter-spacing: 0;
}

.calenderExam .examlist ul > li:nth-child(1){
    width: 218px;
}
.calenderExam .examlist ul > li:nth-child(2),
.calenderExam .examlist ul > li:nth-child(3),
.calenderExam .examlist ul > li:nth-child(4){
    width: 50px;
    text-align: center;
}

.calenderExam .examlist ul > li:nth-child(4).calenderExamfinish{
    color: #1BADFF;
}
.calenderExam .examlist ul > li:nth-child(4).calenderExamNofinish{
    color: #FF0000;
}

.calenderExam .examlist ul > li:nth-child(5) a{
    background-color: #131415;
    display: inline-block;
    width: 60px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400  !important;
    text-align: center;
    border-radius: 50px;
    line-height: 20px;
}

/* ----------------------성최표--------------------- */
#chartContent > div{
    margin-top: 60px;
}
#chartContent > div:nth-child(1){
    margin-top: 0;
}
#chartContent > div > p:nth-child(1){
    border-bottom: 1px solid #131415;
    padding-bottom: 10px;
}

#chartContent > div:nth-child(1) > p:nth-child(1) span{
    color: #16A000;
}
#chartContent > div:nth-child(2) > p:nth-child(1) span{
    color: #479FD1;
}
#chartContent > div:nth-child(3) > p:nth-child(1) span{
    color: #FFC700;
}


/* ----------------------나의 성취표--------------------- */
#achieveContent{
    width: 1200px;
    height: auto;
    margin: 60px auto 0;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}

#achieveContent table{
    min-width: 2500px;
    border-collapse: collapse;
}

#achieveContent table thead tr{
    background-color: #61acd8;
    border: 1px solid #61acd8;
    color: #fff;
}

#achieveContent table thead tr th{
    width: 100px;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 10px 0;
    border-right: 1px solid #fff;
    letter-spacing: 0;
}


#achieveContent table thead > tr:nth-child(1) > th:nth-child(5),
#achieveContent table thead > tr:nth-child(1) > th:nth-child(6),
#achieveContent table thead > tr:nth-child(1) > th:nth-child(7){
    border-bottom: 1px solid #fff;
}

#achieveContent table tbody tr td{
    text-align: center;
    padding: 10px;
    height: 70px;
    background-color: #3f3f3f;
    border: 1px solid #afafaf;
    color: rgb(145, 145, 145);
    font-size: 14px;
}

#achieveContent table tbody tr td:nth-child(1){
    background-color: #fff;
}

#achieveContent table tbody tr td.achieveComplete{
    background-color: #52E27A;
    color: #fff;
}

#achieveContent table tbody tr td.achieveRcbasic{
    background-color: #FF9B05;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px;
}

/* ----------------------반배치/모의토플/실제토플--------------------- */
#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;
}

