@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: block;
	src: local('Pretendard Variable'), url('../font/Pretendard-1.3.6/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'Pretendard Variable', 'Nanum Gothic', sans-serif;
	font-size: 16px;
  }
  
html, body {
    width: 100%;
    width: 100%;
  }
ul{
	padding:0;
}
ul li{
    list-style: none;
}

a {
    text-decoration: none;
	color: #000;
}
p{
	margin :0px;
}
section {
    padding: 10px;
}

/* 공통 css 시작 */
#wrapper {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
}
#leftWrapper {
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 280px;
    height: 100%;
    background-color: #445162;
}
#listView {
    display: block;
    position: relative;
}
#listView li{
    display: block;
    list-style: none;
}
#listView li a {
    display: block;
    padding: 20px 0 20px 5px;
    text-align: left;
    color: #fff;
    /*font-family: sans-serif;*/
    font-size: 16px;
    text-decoration: none;
    width: 230px;
    margin-left: auto;
    border-bottom:1px solid #505d6e;
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}

#listView > li.select a{
    color: #5adee3;
}
#listView li:hover a{
    color: #00ade6;
}
#rightWrapper {
    display: inline-block;
    position: absolute;
    left: 280px;
    margin: 0;
    width: calc(98% - 15em); 
    height: 100%;    
    background-color: #efefef;
    
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}

#fullPage {
	transform: translate(0, -102%);
}

#contentWrapper {
	overflow:scroll;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-top: -50px;
}

#contentWrapper .contentInner{
    /*width: 100%;
    height: 100%;*/
	margin-bottom: 85px;
    background-color: #fff;
}
.contentInner #contentsArea {
	padding: 30px 20px;
}
.cursorPoint{
    cursor: pointer;
}

.blue{
	color: #004ea2;
	font-size: 18px; font-weight:600;
}
.red{
	color: #e20000;
}
/* 공통 css 끝 */

/* toggle classes */
.full-page {
    left: 0px !important;
    width: 100% !important;
}

  /* topArea 시작 */
.topArea{
    position: relative;
    background-color: #2d3538;
    height: 55px;
}
.topLeftArea{
	height:55px;
    padding-left:0;
	margin-bottom:0;
}
.topLeftArea li{
    line-height: 55px;
    display: inline-block;
    color: #fff;
}
.topLeftArea li:first-of-type{
    width: 280px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.topLeftArea li:first-of-type p{
    height: 28px; line-height: 24px;
    border-right: 2px solid #858d90;
}
.topLeftArea li:nth-of-type(2) p{
    color: #858d90;
    padding-left: 64px;
    font-size: 15px;
}
.topLeftArea li:nth-of-type(2) span{
    color: #fff;
}

.pageMoveArea{
	position: absolute;
    right: 0;
    z-index: 10;
	padding-right: 22px;
	float: right;
}
.pageMoveArea li{
	padding: 0 5px;
	line-height: 50px;
	display: inline-block;
	min-width: 30px;
}
.pageMoveArea li a img {
	width: 32px;
	vertical-align: middle;
	filter: invert(91%) sepia(1%) saturate(0%) hue-rotate(213deg) brightness(90%) contrast(77%);
    -webkit-transition: .2s ease-in-out;
}
.pageMoveArea li a img:hover {
	filter: invert(18%) sepia(20%) saturate(337%) hue-rotate(150deg) brightness(94%) contrast(91%);
  -webkit-transition: .2s ease-in-out;
}
  /* topArea 끝 */

/* leftWrapper 로고영역 시작*/
.sideButton{
	width:30px;
}
.leftLogoArea{
    margin: 0 auto;
    text-align: center;
    background-color: #3f4a5c;
}
.leftLogoArea img{
    padding: 22px 0;
    width: 180px;
    text-align: center;
}
.leftLogoArea select{
    color: #fff;
    width: 185px; 
    padding: 8px 10px; box-sizing: border-box;
    border: 2px solid #5f6e83;
    /*font-family: inherit;  */
    background: url('../../_images/selectArrow.png') no-repeat 145px; 
    background-size: 30px;
    border-radius: 0px; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    background-color: #37414d;
    }
.leftLogoArea select::-ms-expand {
    display: none;
}
.leftLogoArea select option{
    padding: 5px 0;
	line-height:20px;
}
.leftLogoArea p{
    font-size: 13px; padding: 25px 0;
    line-height: 15px;
    color: #919a9d;
    margin-right: 30px;
    background: url('../../_images/onButton.png')no-repeat 203px center;
}
  /* leftWrapper 로고영역 끝*/

  /* rightWrapper 컨텐츠영역 시작 */
.rightArea{
    margin-left: 26px;
    background-color: #fff;
	height: 50px;
	border-bottom: 1px solid #efefef;
}
.rightMenu{
	height:50px;
	padding-left: 0;
    display: inline-block;
    line-height: 50px;
    color: #343841;
}
.rightMenu li{
	height:50px;
    display: inline-block;
    line-height: 50px;
    color: #343841;
}
.rightMenu li:first-of-type{
    padding: 0 40px;
    font-size: 18px; font-weight: bold;
}
.speakIcon{
    font-size: 16px;
    padding-left: 38px;
    background: url('../../_images/speakIcon.png')no-repeat 0px center;
    background-size: 32px;
}

/* rightWrapper 컨텐츠영역 끝 */

/* 창펼치고 닫는 버튼 시작 */
.arrow-wrap{
	cursor: pointer;
}
.arrow-wrap img{
	height:50px;
    padding-top: 1px;
}
.sideBtn .arrow-top {
    display: none;
}

.sideBtn .arrow-bottom {
    display: block;
}

.sideBtn.on .arrow-bottom {
    display: none;
}

.sideBtn.on .arrow-top {
    display: block;
}
/* 창펼치고 닫는 버튼 끝*/



/* 강의주의사항 시작 */
.noticeArea {
    overflow: hidden;
	padding: 30px 20px;
    box-sizing: border-box;
}

.noticeArea > img {
    float: left;
}

.noticeArea02 {
    float: left;
    margin-left: 39px;
}

.noticeArea02 > h1 {
    font-size: 20px;
    color: #1b2531;
}

.noticeArea02 > ul {
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}

.noticeArea02 > ul > li {
    background: url(../../_images/bgNotice01.png) 0 center no-repeat;
    padding-left: 18px;
    font-size: 15px;
    line-height: 25px;
    color: #455467;
}

.noticeArea02 > ul > li strong {
    color: #00ade6;
}

.noticeArea02 > p {
    margin: 13px 0 0;
    background: url(../../_images/bgStudy02.png) 0 bottom no-repeat;
	background-size: contain;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #253244;
}
/* 강의주의사항 끝 */

/* 수업기본창 리스트 시작 (진행중인과정, 학습종료과정) */
.contentInner .summuryArea ul {
    float: right;
}

.contentInner #contentsArea ul, .contentInner #contentsArea li {
    list-style: none;
	margin: 0;
    padding: 0;
}

.contentInner .summuryArea li > h1 {
    height: 40px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bfc3c4;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
}

.contentInner #contentsArea > ul > li {
    overflow: hidden;
    border: 1px solid #bfc3c4;
    border-top: 4px solid #bfc3c4;
}
.contentInner #contentsArea > ul > li:not(:last-of-type){
    margin-bottom: 30px;
}

.contentInner .summuryArea {
    overflow: hidden;
    background: #fff;
}

.contentInner .summuryArea li {
    float: left;
    width: 110px;
    height: 157px;
    border-left: 1px solid #bfc3c4;
    background: #f5f5f5;
    text-align: center;
    color: #004ea2;
    font-size: 20px;
    line-height: 115px;
}
.contentInner .summuryArea b,
.contentInner .summuryArea b a,
.contentInner .summuryArea strong{
	font-size: 19px; font-weight: 700;
}
.contentInner #contentsArea > ul > li:hover, .contentInner #contentsArea > ul > li.openClass {
    border-top-color: #004ea2;
	border-color: #004ea2;
}

.contentInner .summuryArea > div {
    position: absolute;
    margin: 15px;
}

.contentInner .summuryArea > div, .contentInner .summuryArea img {
    width: 170px;
}

.contentInner .summuryArea img {
    float: left;
    margin: 15px;
}
.contentName{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.innerContentName{
	font-weight:bold;
	font-size:20px;
	margin: 25px 0;
}
.contentInner #contentsArea > ul > li > button {
    width: 100%;
    height: 24px;
    border: none;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.studyTitle,.studyTitle3 {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	line-height: 20px;
	background: #fb8b1d;
	color: #fff;
	margin: 25px 15px 5px 0px;
}
.studyTitle3{
	background: #e20000 !important;
}
span.s1 {
	background: #07c273;
}
span.m1 {
	background: #00ade6;
}
span.c1 {
	background: #3348df;
}
/* 수업기본창 리스트 끝 (진행중인과정, 학습종료과정) */

/* 수강신청내역 시작*/
ul.lectureList:not(:last-of-type){
	margin-bottom:30px !important;
}
ul.lectureList li h3 {
    font-size: 12px;
    color: #999;
    margin: 10px 0 8px;
}

ul.lectureList li h1 {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 15px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.lectureList li h4 {
	font-size:16px;
	line-height:20px;
}
.lectureList li button {
	font-size: 18px;
    border-left: 1px solid #bfc3c4 !important;
    float: right;
    width: 120px !important;
    height: 158px !important;
    border-radius: 0;    
    font-weight: bold;
    color: #004ea2;
    text-align: center;
}

.lectureList li button:hover {
	background: #e2e2e2 !important;
}

.lectureList li > img {
    float: left;
    width: 170px;
    margin: 15px;
    cursor: pointer;
}

ul.lectureList li.noList {
    text-align: center;
    line-height: 80px;
    font-size: 15px;
}
/* 수강신청내역 끝 */

/* 상담신청내역 시작 */

.board_list {
	padding-left: 0px !important;
    border-top: 2px solid #555;
}

.board_header {
    font-weight: 600;
    text-align: center;
}

.board_item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 13px 10px;
	text-align: center;
}
.board_item p{
	margin-bottom: 0;
}
.l_no {
    display: block;
    width: 10%;
    font-size: var(--font-small);
}

.l_class {
    width: 10%;
}

.l_title {
    width: 40%;
    padding-left: 20px;
}

.l_title a{
    text-decoration: none;
    color: #000;
}

.l_date {
    width: 20%;
    color: #222;
}

.l_ox {
    width: 10%;
}

.l_ans {
    width: 10%;
}

.paginationArea{
	display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.paginationArea li.active{
	background: #004ea2;
	color: #fff;
}

.page-item{
	cursor: pointer;
    border: 1px solid #dddddd;
	padding: 5px 15px;
    transition: 0.5s;
}
.page-item:hover{
	background-color: #e2e2e2;
}
.preButton{
	border-radius: 5px 0 0 5px;
}
.nextButton{
	border-radius: 0px 5px 5px 0;
}
/* 상담신청내역 끝 */

/* 과정이 없습니다 시작 */
.nolecture{
	padding: 40px 0;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 28px;
	margin-bottom: 0;
}
/* 과정이 없습니다 끝 */

/* 상담내역 완료 시작 */
.completeSt *{
	color: #b4b4b4;
}
.completeSt a{
	color: #b4b4b4;
}
/* 상담내역 완료 끝 */

/* 중간평가, 최종평가, 과제 시작 */

.contentInner #contentsArea > ul > li.list_midTest{
    border: 1px solid #fb8b1d !important;
    border-top: 4px solid #fb8b1d !important;
	background-color: rgba(291,139,29,0.1)
}
.contentInner #contentsArea > ul > li.list_midTest:hover{
    border-top-color: #ff7e00 !important;
	border-color: #ff7e00;
}
.contentInner #contentsArea > ul > li.list_finalTest{
    border: 1px solid #ff7979 !important;
    border-top: 4px solid #ff7979 !important;
	background-color: rgba(255,29,29,0.1)
}
.contentInner #contentsArea > ul > li.list_finalTest:hover{
    border-top-color: #ff0000 !important;
	border-color: #ff0000;
}

.contentInner #contentsArea > ul > li.list_report{
    border: 1px solid #79cbff !important;
    border-top: 4px solid #79cbff !important;
	background-color: rgba(80,210,255,0.1)
}
.contentInner #contentsArea > ul > li.list_report:hover{
    border-top-color: #009cff !important;
	border-color: #009cff;
}
.testList{
	font-weight: 600 !important;
	font-size: 21px !important;
}
.testTitle{
	font-weight: 600 !important;
	font-size: 21px !important;
}
/* 중간평가, 최종평가, 과제 끝 */

/* 본인인증 페이지 시작 */

.tabs {
    display: flex;
    margin-bottom: 80px;
	justify-content:  center;
  }
.tabs .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 118px;
    height: 6px;
    background-color: transparent;
    transition: all 0.2s ease;
}
.tab-item.active{
    opacity: 1;
}
.tab-item {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 5px 18px 0px 18px;
    background-color: #00ade6;
	border-radius: 50px;
    border-bottom: 5px solid transparent;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease;
}
.tab-item:not(:last-of-type){
	margin-right: 20px;
}
.tab-icon {
    font-size: 24px;
    width: 32px;
    position: relative;
    top: 2px;
}
.tab-item:hover {
    opacity: 1;
    border-color: rgba(2, 101, 205, 0.2);
}
.tab-pane {
    color: #333;
    display: none;
}
.tab-pane.active {
    display: block;
	text-align: center;
}
  .tab-pane h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

.tab-pane ul li{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;

    font-size: 20px;
    line-height: 32px;
}
.tab-pane ul li:not(:last-of-type){
    margin-bottom: 22px;
}
.tab-pane ul li a{
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tab-pane ul li p{
    color: #666666;
}
/* 본인인증 페이지 끝 */


/*  인증 반복 시 해결방법 시작 */
.solutionArea{
    display: flex;
    padding: 30px 20px;
    box-sizing: border-box;
    align-items: center;
 	justify-content: center;
}

.solutionArea ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.solutionArea ul li a{
    display: flex;
    justify-content: center;
	
	padding: 30px 380px;
    align-items: center;

    background-color: #156082;
    color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	
	border-radius: 16px;
	transition: 0.3s;
}

.solutionArea ul li a:hover {
	background-color: #2a99b7;
}

/*인증 반복 시 해결방법 버튼*/
.solutionInner{
	display: flex;
	gap: 30px;
}

.solutionInner>* {
	flex: 1;
}


.solutionInner span {
	display: block;
	
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 800;
	color: #156082;
	
	padding: 0 0 0 10px;
}

.PCInner a {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	
    background-color: #156082;
    color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	
	border-radius: 16px;
	height: 300px;
	transition: 0.3s;
}

.PCInner a:hover {
	background: #2a99b7;
}

.mobileInner {
	display: flex;
	gap: 10px;
	height: auto;
}

.mobileInner>* {
	flex: 1;
}


.mobileInner a {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	
    background-color: #156082;
    color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	
	border-radius: 16px;
	height: 300px;
	transition: 0.3s;
}

.mobileInner a:hover {
	background: #2a99b7;
}

/*  인증 반복 시 해결방법 끝 */