#mypage{
	width:100%;
	background:#f7f7f7;
	padding:80px 0px;
}

#mypage .mypageCont{
	width:94%;
	margin:0 auto;
}

#mypage .mypageCont .title{
	font-size:26px;
}

#mypage .mypageCont .haveList{
	width:100%;
	display:flex;
	border-top:1px solid #222;
	border-bottom:1px solid #e5e5e5;
	padding:1.5em 0px;
	margin-top:1.5em;
}

#mypage .mypageCont .haveList li{
	width:100%;
	display:inline-block;
	border-right:1px solid #e5e5e5;
	box-sizing:border-box;
	padding:0px 1em;
}

#mypage .mypageCont .haveList li:last-child{
	border-right:0px solid #e5e5e5;
}

#mypage .mypageCont .haveList li .icon{
	width:40px;
	display:inline-block;
}

#mypage .mypageCont .haveList li .icon img{
	width:100%;
	vertical-align:middle;
}

#mypage .mypageCont .haveList li .textArea{
	width:70%;
	display:inline-block;
	vertical-align:middle;
	padding-left:1em;
	box-sizing:border-box;
}


#mypage .mypageCont .haveList li .textArea .subj{
	font-size:13px;
	color:#777
}
#mypage .mypageCont .haveList li .textArea .subs{
	font-size:15px;
	font-weighT:500;
	font-family:'roboto','noto sans kr';
	margin-top:5px;
}


.mypageTab{
	width:100%;
	border:1px solid #e5e5e5; 
	background:#fff; 
	display:flex; 
	margin-top:50px;
}

.mypageTab li{
	display:Inline-block; 
	border-right:1px solid #e5e5e5; 
	padding:15px 0px; font-size:16px; 
	width:100%; 
	text-align:center; 
	box-sizing:border-box;
}

.mypageTab li:last-child{
	border-right:0px solid #e5e5e5;
}

.mypageTab .on{
	background:#d50d0d
}

.mypageTab .on a{
	color:#fff
}




#mypage .mypageCont .myLecture{
	width:100%;
	margin-top:1.5em;
	display:inline-block;
}

#mypage .mypageCont .subject{
	font-size:20px;
	width:100%;
}

#mypage .mypageCont .subsubject{
	font-size:15px;
	width:100%;
	color:#999;
	margin-top:5px;
}

#mypage .mypageCont .opLine{
	width:100%;
	display:inline-block;
	margin-top:20px;
}

#mypage .mypageCont .opLine .count{
	font-size:13px;
	color:#999;
	font-family:'roboto','noto sans kr';
	display:inline-block;
}

#mypage .mypageCont .opLine .align{
	display:inline-block;
	float:right;
	text-align:right;
}




#mypage .mypageCont .opLine .delButton{
	display:inline-block;
	float:right;
	text-align:right;
}

#mypage .mypageCont .opLine .delButton li{
	display:inline-block;
	padding:5px 10px;
	box-sizing:border-box;
}


#mypage .mypageCont .opLine .delButton .part{
	border:1px solid #222;
	color:#222;
}

#mypage .mypageCont .opLine .delButton .part a{
	color:#222;
}


#mypage .mypageCont .opLine .delButton .all{
	border:1px solid #222;
	color:#fff;
	background:#222;
}

#mypage .mypageCont .opLine .delButton .all a{
	color:#fff;
}




#mypage .mypageCont .opLine .align li{
	display:inline-block;
	color:#999;
	border-right:1px solid #999;
	font-size:13px;
	line-height:15px;
	padding:0px 0.5em;
	cursor:pointer;
}


#mypage .mypageCont .opLine .align li:last-child{
	border-right:0px solid #999;
}


#mypage .mypageCont .opLine .align .on{
	color:#222;
}

#mypage .mypageCont .tableLine .align li:last-child{
	border-right:0px solid #999;
}



#mypage .mypageCont .tableLine{
	width:100%;
	margin-top:1em;
}

#mypage .mypageCont .tableLine table{
	width:100%;
	table-layout:fixed;
}


#mypage .mypageCont .tableLine thead th{
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	padding:15px 0px;
	font-size:14px;
	font-weight:normal;
}

#mypage .mypageCont .tableLine tbody th{
	border-bottom:1px solid #e5e5e5;
	padding:15px 0px;
	font-size:14px;
	font-weight:normal;
	font-family:'roboto','noto sans kr'
}


#mypage .mypageCont .tableLine tbody td{
	border-bottom:1px solid #e5e5e5;
	padding:15px 10px;
	font-size:14px;
	font-weight:normal;
	box-sizing:Border-box;
	font-family:'roboto','noto sans kr'
}

#mypage .mypageCont .tableLine tbody td .lecName{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



@media screen and (max-width: 823px){
	#mypage{
		width:100%;
		background:#f7f7f7;
		padding:4em 0px;
	}
	
	#mypage .mypageCont{
		width:94%;
		margin:0 auto;
	}

	#mypage .mypageCont .title{
		font-size:24px;
	}
	
	#mypage .mypageCont .haveList{
		width:100%;
		display:flex;
		border-top:1px solid #222;
		border-bottom:1px solid #e5e5e5;
		padding:1.5em 0px;
		margin-top:1.5em;
	}
	
	#mypage .mypageCont .haveList li{
		width:100%;
		display:inline-block;
		border-right:1px solid #e5e5e5;
		box-sizing:border-box;
		padding:0px 1em;
	}

	#mypage .mypageCont .haveList li:last-child{
		border-right:0px solid #e5e5e5;
	}
	
	#mypage .mypageCont .haveList li .icon{
		width:40px;
		display:inline-block;
	}
	
	#mypage .mypageCont .haveList li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#mypage .mypageCont .haveList li .textArea{
		width:67%;
		display:inline-block;
		vertical-align:middle;
		padding-left:1em;
		box-sizing:border-box;
	}


	#mypage .mypageCont .haveList li .textArea .subj{
		font-size:13px;
		color:#777
	}
	#mypage .mypageCont .haveList li .textArea .subs{
		font-size:14px;
		font-weighT:500;
		font-family:'roboto','noto sans kr';
		margin-top:0px;
		letter-spacing:-0.7px;
	}
	

	.mypageTab{
		width:100%;
		border:1px solid #e5e5e5; 
		background:#fff; 
		display:flex; 
		margin-top:50px;
	}
	
	.mypageTab li{
		display:Inline-block; 
		border-right:1px solid #e5e5e5; 
		padding:15px 0px; 
		font-size:14px; 
		width:100%; 
		text-align:center; 
		box-sizing:border-box;
		
	}
	
	.mypageTab li:last-child{
		border-right:0px solid #e5e5e5;
	}
	
	.mypageTab .on{
		background:#d50d0d
	}
	
	.mypageTab .on a{
		color:#fff
	}



	
	#mypage .mypageCont .myLecture{
		width:100%;
		margin-top:1.5em;
		display:inline-block;
	}
	
	#mypage .mypageCont .subject{
		font-size:18px;
		width:100%;
	}
	
	#mypage .mypageCont .subsubject{
		font-size:15px;
		width:100%;
		color:#999;
		margin-top:5px;
	}
	
	#mypage .mypageCont .opLine{
		width:100%;
		display:inline-block;
		margin-top:1em;
	}
	
	#mypage .mypageCont .opLine .count{
		font-size:13px;
		color:#999;
		font-family:'roboto','noto sans kr';
		display:inline-block;
	}
	
	#mypage .mypageCont .opLine .align{
		display:inline-block;
		float:right;
		text-align:right;
	}




	#mypage .mypageCont .opLine .delButton{
		display:inline-block;
		float:right;
		text-align:right;
	}
	
	#mypage .mypageCont .opLine .delButton li{
		display:inline-block;
		padding:5px 10px;
		box-sizing:border-box;
	}
	
	
	#mypage .mypageCont .opLine .delButton .part{
		border:1px solid #222;
		color:#222;
	}
	
	#mypage .mypageCont .opLine .delButton .part a{
		color:#222;
	}
	
	
	#mypage .mypageCont .opLine .delButton .all{
		border:1px solid #222;
		color:#fff;
		background:#222;
	}
	
	#mypage .mypageCont .opLine .delButton .all a{
		color:#fff;
	}
	



	#mypage .mypageCont .opLine .align li{
		display:inline-block;
		color:#999;
		border-right:1px solid #999;
		font-size:13px;
		line-height:15px;
		padding:0px 0.5em;
		cursor:pointer;
	}
	
	
	#mypage .mypageCont .opLine .align li:last-child{
		border-right:0px solid #999;
	}
	
	
	#mypage .mypageCont .opLine .align .on{
		color:#222;
	}
	
	#mypage .mypageCont .tableLine .align li:last-child{
		border-right:0px solid #999;
	}
	
	
	
	#mypage .mypageCont .tableLine{
		width:100%;
		margin-top:1em;
	}
	
	#mypage .mypageCont .tableLine table{
		width:100%;
	}
	
	
	#mypage .mypageCont .tableLine thead th{
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		padding:15px 0px;
		font-size:14px;
		font-weight:normal;
	}
	
	#mypage .mypageCont .tableLine tbody th{
		border-bottom:1px solid #e5e5e5;
		padding:15px 0px;
		font-size:14px;
		font-weight:normal;
		font-family:'roboto','noto sans kr'
	}
	
	
	#mypage .mypageCont .tableLine tbody td{
		border-bottom:1px solid #e5e5e5;
		padding:15px 10px;
		font-size:14px;
		font-weight:normal;
		box-sizing:Border-box;
		font-family:'roboto','noto sans kr'
	}
	
	#mypage .mypageCont .displaynone{
		display:none;
	}

}



@media screen and (max-width: 667px){
	#mypage{
		width:100%;
		background:#f7f7f7;
		padding:4em 0px;
	}
	
	#mypage .mypageCont{
		width:94%;
		margin:0 auto;
	}

	#mypage .mypageCont .title{
		font-size:24px;
	}
	
	#mypage .mypageCont .haveList{
		width:100%;
		display:inline-block;
		border-top:1px solid #222;
		border-bottom:1px solid #e5e5e5;
		padding:0em 0px;
		margin-top:1.5em;
		text-align:center;
	}
	
	#mypage .mypageCont .haveList li{
		width:50%;
		display:inline-block;
		border-right:1px solid #e5e5e5;
		box-sizing:border-box;
		padding:1.5em 1em;
		float:left;
	}
	
	#mypage .mypageCont .haveList li:nth-child(1),
	#mypage .mypageCont .haveList li:nth-child(2){
		border-bottom:1px solid #e5e5e5;
	}

	#mypage .mypageCont .haveList li:nth-child(2n){
		border-right:0px solid #e5e5e5;
	}
	
	#mypage .mypageCont .haveList li .icon{
		width:40px;
		display:inline-block;
	}
	
	#mypage .mypageCont .haveList li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#mypage .mypageCont .haveList li .textArea{
		width:67%;
		display:inline-block;
		vertical-align:middle;
		padding-left:1em;
		box-sizing:border-box;
		text-align:left;
	}


	#mypage .mypageCont .haveList li .textArea .subj{
		font-size:13px;
		color:#777
	}
	#mypage .mypageCont .haveList li .textArea .subs{
		font-size:14px;
		font-weighT:500;
		font-family:'roboto','noto sans kr';
		margin-top:0px;
		letter-spacing:-0.7px;
	}
	

	.mypageTab{
		width:100%;
		border:1px solid #e5e5e5; 
		background:#fff; 
		display:flex; 
		margin-top:50px;
	}
	
	.mypageTab li{
		display:Inline-block; 
		border-right:1px solid #e5e5e5; 
		padding:15px 0px; 
		font-size:14px; 
		width:100%; 
		text-align:center; 
		box-sizing:border-box;
		
	}
	
	.mypageTab li:last-child{
		border-right:0px solid #e5e5e5;
	}
	
	.mypageTab .on{
		background:#d50d0d
	}
	
	.mypageTab .on a{
		color:#fff
	}



	
	#mypage .mypageCont .myLecture{
		width:100%;
		margin-top:1.5em;
		display:inline-block;
	}
	
	#mypage .mypageCont .subject{
		font-size:18px;
		width:100%;
	}
	
	#mypage .mypageCont .subsubject{
		font-size:15px;
		width:100%;
		color:#999;
		margin-top:5px;
	}
	
	#mypage .mypageCont .opLine{
		width:100%;
		display:inline-block;
		margin-top:1em;
	}
	
	#mypage .mypageCont .opLine .count{
		font-size:13px;
		color:#999;
		font-family:'roboto','noto sans kr';
		display:inline-block;
	}
	
	#mypage .mypageCont .opLine .align{
		display:inline-block;
		float:right;
		text-align:right;
	}




	#mypage .mypageCont .opLine .delButton{
		display:inline-block;
		float:right;
		text-align:right;
	}
	
	#mypage .mypageCont .opLine .delButton li{
		display:inline-block;
		padding:5px 10px;
		box-sizing:border-box;
	}
	
	
	#mypage .mypageCont .opLine .delButton .part{
		border:1px solid #222;
		color:#222;
	}
	
	#mypage .mypageCont .opLine .delButton .part a{
		color:#222;
	}
	
	
	#mypage .mypageCont .opLine .delButton .all{
		border:1px solid #222;
		color:#fff;
		background:#222;
	}
	
	#mypage .mypageCont .opLine .delButton .all a{
		color:#fff;
	}
	



	#mypage .mypageCont .opLine .align li{
		display:inline-block;
		color:#999;
		border-right:1px solid #999;
		font-size:13px;
		line-height:15px;
		padding:0px 0.5em;
		cursor:pointer;
	}
	
	
	#mypage .mypageCont .opLine .align li:last-child{
		border-right:0px solid #999;
	}
	
	
	#mypage .mypageCont .opLine .align .on{
		color:#222;
	}
	
	#mypage .mypageCont .tableLine .align li:last-child{
		border-right:0px solid #999;
	}
	
	
	
	#mypage .mypageCont .tableLine{
		width:100%;
		margin-top:1em;
	}
	
	#mypage .mypageCont .tableLine table{
		width:100%;
	}
	
	
	#mypage .mypageCont .tableLine thead th{
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		padding:15px 0px;
		font-size:14px;
		font-weight:normal;
	}
	
	#mypage .mypageCont .tableLine tbody th{
		border-bottom:1px solid #e5e5e5;
		padding:15px 0px;
		font-size:14px;
		font-weight:normal;
		font-family:'roboto','noto sans kr'
	}
	
	
	#mypage .mypageCont .tableLine tbody td{
		border-bottom:1px solid #e5e5e5;
		padding:15px 10px;
		font-size:14px;
		font-weight:normal;
		box-sizing:Border-box;
		font-family:'roboto','noto sans kr'
	}
	
	#mypage .mypageCont .displaynone{
		display:none;
	}

}






@media screen and (max-width: 425px){
	#mypage{
		width:100%;
		background:#f7f7f7;
		padding:4em 0px;
	}
	
	#mypage .mypageCont{
		width:94%;
		margin:0 auto;
	}

	#mypage .mypageCont .title{
		font-size:24px;
	}
	
	#mypage .mypageCont .haveList{
		width:100%;
		display:inline-block;
		border-top:1px solid #222;
		border-bottom:1px solid #e5e5e5;
		padding:0em 0px;
		margin-top:1.5em;
		text-align:center;
	}
	
	#mypage .mypageCont .haveList li{
		width:50%;
		display:inline-block;
		border-right:1px solid #e5e5e5;
		box-sizing:border-box;
		padding:1.5em 1em;
		float:left;
	}
	
	#mypage .mypageCont .haveList li:nth-child(1),
	#mypage .mypageCont .haveList li:nth-child(2){
		border-bottom:1px solid #e5e5e5;
	}

	#mypage .mypageCont .haveList li:nth-child(2n){
		border-right:0px solid #e5e5e5;
	}
	
	#mypage .mypageCont .haveList li .icon{
		width:40px;
		display:inline-block;
	}
	
	#mypage .mypageCont .haveList li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#mypage .mypageCont .haveList li .textArea{
		width:65%;
		display:inline-block;
		vertical-align:middle;
		padding-left:0.7em;
		box-sizing:border-box;
		text-align:left;
	}


	#mypage .mypageCont .haveList li .textArea .subj{
		font-size:13px;
		color:#777
	}
	#mypage .mypageCont .haveList li .textArea .subs{
		font-size:14px;
		font-weighT:500;
		font-family:'roboto','noto sans kr';
		margin-top:0px;
		letter-spacing:-0.7px;
	}
	

	.mypageTab{
		width:100%;
		border:1px solid #e5e5e5; 
		background:#fff; 
		display:flex; 
		margin-top:50px;
	}
	
	.mypageTab li{
		display:Inline-block; 
		border-right:1px solid #e5e5e5; 
		padding:15px 0px; 
		font-size:14px; 
		width:100%; 
		text-align:center; 
		box-sizing:border-box;
		
	}
	
	.mypageTab li:last-child{
		border-right:0px solid #e5e5e5;
	}
	
	.mypageTab .on{
		background:#d50d0d
	}
	
	.mypageTab .on a{
		color:#fff
	}



	
	#mypage .mypageCont .myLecture{
		width:100%;
		margin-top:1.5em;
		display:inline-block;
	}
	
	#mypage .mypageCont .subject{
		font-size:15px;
		width:100%;
	}
	
	#mypage .mypageCont .subsubject{
		font-size:13px;
		width:100%;
		color:#999;
		margin-top:5px;
	}
	
	#mypage .mypageCont .opLine{
		width:100%;
		display:inline-block;
		margin-top:1em;
	}
	
	#mypage .mypageCont .opLine .count{
		font-size:13px;
		color:#999;
		font-family:'roboto','noto sans kr';
		display:inline-block;
	}
	
	#mypage .mypageCont .opLine .align{
		display:inline-block;
		float:right;
		text-align:right;
	}




	#mypage .mypageCont .opLine .delButton{
		display:inline-block;
		float:right;
		text-align:right;
	}
	
	#mypage .mypageCont .opLine .delButton li{
		display:inline-block;
		padding:5px 10px;
		box-sizing:border-box;
	}
	
	
	#mypage .mypageCont .opLine .delButton .part{
		border:1px solid #222;
		color:#222;
	}
	
	#mypage .mypageCont .opLine .delButton .part a{
		color:#222;
	}
	
	
	#mypage .mypageCont .opLine .delButton .all{
		border:1px solid #222;
		color:#fff;
		background:#222;
	}
	
	#mypage .mypageCont .opLine .delButton .all a{
		color:#fff;
	}
	



	#mypage .mypageCont .opLine .align li{
		display:inline-block;
		color:#999;
		border-right:1px solid #999;
		font-size:13px;
		line-height:15px;
		padding:0px 0.5em;
		cursor:pointer;
	}
	
	
	#mypage .mypageCont .opLine .align li:last-child{
		border-right:0px solid #999;
	}
	
	
	#mypage .mypageCont .opLine .align .on{
		color:#222;
	}
	
	#mypage .mypageCont .tableLine .align li:last-child{
		border-right:0px solid #999;
	}
	
	
	
	#mypage .mypageCont .tableLine{
		width:100%;
		margin-top:1em;
	}
	
	#mypage .mypageCont .tableLine table{
		width:100%;
	}
	
	
	#mypage .mypageCont .tableLine thead th{
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		padding:15px 0px;
		font-size:13px;
		font-weight:normal;
	}
	
	#mypage .mypageCont .tableLine tbody th{
		border-bottom:1px solid #e5e5e5;
		padding:15px 0px;
		font-size:13px;
		font-weight:normal;
		font-family:'roboto','noto sans kr';
		letter-spacing:-0.7px;
	}
	
	
	#mypage .mypageCont .tableLine tbody td{
		border-bottom:1px solid #e5e5e5;
		padding:15px 10px;
		font-size:13px;
		font-weight:normal;
		box-sizing:Border-box;
		font-family:'roboto','noto sans kr';
		letter-spacing:-0.7px;
	}
	
	#mypage .mypageCont .displaynone{
		display:none;
	}

}








#mypage .mypageCont .pSearchBox{
	width:100%;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	background:#fff;
	padding:1em;
	margin-top;1em;
}



#mypage .mypageCont .pnqTab{
	width:100%;
	text-align:center;
	margin:1.5em 0px;
}

#mypage .mypageCont .pnqTab li{
	font-size:15px;
	padding:0px 20px;
	border-right:1px solid #222;
	display:inline-block;
}

#mypage .mypageCont .pnqTab li:last-child{
	border-right:0px solid #222;
}



#mypage .mypageCont .pwBox{
	width:100%;
	border:1px solid #e5e5e5;
	padding:1em;
	box-sizing:border-box;
	margin-top:30px;
	background:#fff;
}

#mypage .mypageCont .pwBox .subj{
	font-size:16px;
}

#mypage .mypageCont .pwBox .inputLine{
	width:100%;
	margin-top:10px;
}


#mypage .mypageCont .pwBox .inputLine .pwInput{
	width:85%;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	padding:10px;
}

#mypage .mypageCont .pwBox .inputLine .pwSubmit{
	width:14%;
	box-sizing:border-box;
	padding:8px;
	background:#d50d0d;
	color:#fff;
	border:0px solid #d50d0d;
	font-size:16px;
}




@media screen and (max-width: 425px){
	#mypage .mypageCont .pSearchBox{
		width:100%;
		border:1px solid #e5e5e5;
		box-sizing:border-box;
		background:#fff;
		padding:1em;
		margin-top;1em;
	}
	
	
	
	#mypage .mypageCont .pnqTab{
		width:100%;
		text-align:center;
		margin:1.5em 0px;
	}
	
	#mypage .mypageCont .pnqTab li{
		font-size:15px;
		padding:0px 20px;
		border-right:1px solid #222;
		display:inline-block;
	}
	
	#mypage .mypageCont .pnqTab li:last-child{
		border-right:0px solid #222;
	}
	
	
	
	#mypage .mypageCont .pwBox{
		width:100%;
		border:1px solid #e5e5e5;
		padding:1em;
		box-sizing:border-box;
		margin-top:30px;
		background:#fff;
	}
	
	#mypage .mypageCont .pwBox .subj{
		font-size:15px;
	}
	
	#mypage .mypageCont .pwBox .inputLine{
		width:100%;
		margin-top:10px;
	}
	
	
	#mypage .mypageCont .pwBox .inputLine .pwInput{
		width:74%;
		border:1px solid #e5e5e5;
		box-sizing:border-box;
		padding:10px;
	}
	
	#mypage .mypageCont .pwBox .inputLine .pwSubmit{
		width:24.5%;
		box-sizing:border-box;
		padding:8px;
		background:#d50d0d;
		color:#fff;
		border:0px solid #d50d0d;
		font-size:16px;
	}
	
}







#mypage .join .formList .sec ul li .deRadio .subject{
	color:#d82221;
	font-size:16px;
	display:inline-block;
	width:150px;
}






#mypage .mypageCont .infoArea{
	width:100%;
	margin:50px 0px 0px;
}

#mypage .mypageCont .infoArea .nameArea{
	width:100%;
	border-top:1px solid #e5e5e5;
	padding:12px 0px;
	
}

#mypage .mypageCont .infoArea .nameArea .name{
	width:49%;
	display:Inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#222;
	font-weight:bold;
}


#mypage .mypageCont .infoArea .nameArea .infoList{
	width:50%;
	display:Inline-block;
	vertical-align:middle;
	text-align:right;
}

#mypage .mypageCont .infoArea .nameArea .infoList li{
	display:inline-block;
	margin-left:20px;
	width:auto
	
}

#mypage .mypageCont .infoArea .nameArea .infoList li .subject{
	font-size:15px;
	color:#222;
}

#mypage .mypageCont .infoArea .nameArea .infoList li .substance{
	font-size:14px;
	color:#777;
	margin-top:3px;
}

#mypage .mypageCont .infoArea .progress{
	width:100%;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	padding:30px 0px;
	background:#fff;
}

#mypage .mypageCont .infoArea .progress .subject{
	font-size:18px;
	text-align:center;
}


#mypage .mypageCont .infoArea .progress .progList{
	width:100%;
	display:flex;
	margin-top:30px;
}

#mypage .mypageCont .infoArea .progress .progList li{
	width:100%;
	display:inline-block;
	border-right:1px dashed #e5e5e5;
	box-sizing:border-box;
	text-align:center;
}


#mypage .mypageCont .infoArea .progress .progList li:last-child{
	border-right:0px dashed #e5e5e5;
}

#mypage .mypageCont .infoArea .progress .progList li .past{
	width:100px;
	background:#e5e5e5;
	color:#222;
	border-radius:50px;
	padding:12px 0px;
	margin:0 auto;
	font-size:15px;
}

#mypage .mypageCont .infoArea .progress .progList li .present{
	width:100px;
	background:#d50d0d;
	color:#fff;
	border-radius:50px;
	padding:12px 0px;
	margin:0 auto;
	font-size:15px;
}

#mypage .mypageCont .infoArea .progress .progList li .num{
	text-align:center;
	font-size:30px;
	font-family:'roboto','noto sans kr';
	margin-top:5px;
}

#mypage .mypageCont .infoArea .progress .progList li .num span{
	font-size:16px;
}




@media screen and (max-width: 667px){
	
	
	#mypage .mypageCont .infoArea{
		width:100%;
		margin:2.5em 0px 0px;
	}
	
	#mypage .mypageCont .infoArea .nameArea{
		width:100%;
		border-top:1px solid #e5e5e5;
		padding:12px 0px;
		
	}
	
	#mypage .mypageCont .infoArea .nameArea .name{
		width:100%;
		display:Inline-block;
		vertical-align:middle;
		font-size:16px;
		color:#222;
		font-weight:bold;
	}
	
	
	#mypage .mypageCont .infoArea .nameArea .infoList{
		width:100%;
		display:Inline-block;
		vertical-align:middle;
		text-align:left;
		margin-top:10px;
	}
	
	#mypage .mypageCont .infoArea .nameArea .infoList li{
		display:inline-block;
		margin-left:0px;
		margin-top:3px;
		width:100%;
		
	}
	
	#mypage .mypageCont .infoArea .nameArea .infoList li .subject{
		font-size:13px;
		color:#222;
		width:20%;
		display:inline-block;
	}
	
	#mypage .mypageCont .infoArea .nameArea .infoList li .substance{
		font-size:13px;
		color:#777;
		margin-top:0px;
		width:79%;
		display:inline-block;
	}
	
	#mypage .mypageCont .infoArea .progress{
		width:100%;
		border:1px solid #e5e5e5;
		box-sizing:border-box;
		padding:30px 0px;
		background:#fff;
	}
	
	#mypage .mypageCont .infoArea .progress .subject{
		font-size:16px;
		text-align:center;
	}
	
	
	#mypage .mypageCont .infoArea .progress .progList{
		width:100%;
		display:block;
		margin-top:30px;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li{
		width:100%;
		display:inline-block;
		border-right:0px dashed #e5e5e5;
		border-bottom:1px dashed #e5e5e5;
		box-sizing:border-box;
		text-align:center;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li:first-child{
		padding-bottom:2em;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li:last-child{
		border-bottom:0px dashed #e5e5e5;
		padding-top:2em;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li .past{
		width:100px;
		background:#e5e5e5;
		color:#222;
		border-radius:50px;
		padding:12px 0px;
		margin:0 auto;
		font-size:15px;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li .present{
		width:100px;
		background:#d50d0d;
		color:#fff;
		border-radius:50px;
		padding:12px 0px;
		margin:0 auto;
		font-size:15px;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li .num{
		text-align:center;
		font-size:30px;
		font-family:'roboto','noto sans kr';
		margin-top:5px;
	}
	
	#mypage .mypageCont .infoArea .progress .progList li .num span{
		font-size:16px;
	}
	
		
}






















