@charset "utf-8";


/* ---------- 공통 ---------- */
.title_st01  {
    font-weight: 600;
    color: #000;
    font-size: 1.4rem;
	letter-spacing:-0.15rem;
}
.title_st02  {
    font-weight: 600;
    color: #000;
    font-size: 1.7rem;
	letter-spacing:-0.15rem;
}
/* 그래프bg */
.graph_bg01{
	background-color: #7bbbfa !important;
}
.graph_bg02{
	background-color: #fd8391 !important;
}
.graph_bg03{
	background-color: #f9b177 !important;
}
/* 공용그래프 */
.graph_line .gra_01{
	width:18%;
	padding-right:10px;
}
.graph_line .gra_02{
	width:58%;
}
.graph_line .gra_03{
	width:24%;
	font-size:14px;
	padding-left:10px;
	text-align:right;
}
@media (max-width: 1199px) {
	.graph_line .gra_01{
		width:20%;
	}
	.graph_line .gra_02{
		width:50%;
	}
	.graph_line .gra_03{
		width:30%;
	}
}
/*======================================================================================================================================================================================================
 선생님
========================================================================================================================================================================================================*/
/* 공용그래프 */
.graph_big .graph_line .gra_01{
	width:14%;
	font-size:1.1rem;
}
.graph_big .graph_line .gra_02{
	width:69%;
}
.graph_big .graph_line .gra_03{
	width:16%;
	font-size:1rem;
}


/*------------------------------------
  Button
------------------------------------*/
.bt_st01 .button_a{
	background:#4f4e4e;
	color:#fff;
	border-radius:5px;
	padding:0.6rem;
	display: inline-flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	font-weight:500;
	font-size: 1.05rem;
}
.bt_st01 .button_a:hover{
	color:#fff;
}
.bt_st01 .button_a .sp01{
    font-family: 'Metropolis';
	font-size:1.2rem;
    letter-spacing: -0.0rem;
}
.bt_st01 span{
    padding:0 0.15rem;
}
.bt_st01 .material-symbols-outlined{
    font-size: 1.4rem;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0;
}
.bt_st01 .button_b{
	background:#ef6927;
	color:#fff;
	border-radius:5px;
	padding:0.6rem;
	display: inline-flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	font-weight:500;
	font-size: 1.05rem;
}
.bt_st01 .button_b:hover{
	background:#000;
}
.bt_st01 .button_c{
	background:#eee;
	color:#555555;
	border-radius:5px;
	padding:0.6rem;
	display: inline-flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	font-weight:500;
	font-size: 1.05rem;
}
.bt_st01 .button_c:hover{
	color:#000;
}


/* ---------- 클래스관리 ---------- */
.sub_w .school_c {
    background-image: none;
    border-radius: 20px;
}
.p_line_box{
    border-radius: 0 15px 15px 15px ;
    border: 1px solid #ececec;
    min-height: 300px;
	padding:1.5rem;
}
.cl_title .cl01 .sp01 {
    font-weight: 600;
    color: #000;
    font-size: 1.4rem;
	letter-spacing:-0.15rem;
}
.bt_line {
    background: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 5px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    padding: 0.2rem 0.5rem;
    display: inline-flex !important;
    flex-wrap: no-wrap !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.bt_line .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 100, "opsz" 24;
}

/* ---------- 클래스 새창보기 ---------- */
/* 모달 팝업틀 */
@media (min-width: 1200px) {
    .mo_box_st_01 {
        border-radius: 20px;
        border: 1px solid #eee;
        padding: 2rem 1.5rem;
    }
}
.modal-content {
	border-radius: 1rem !important;
	border: none;
}
.modal-content .modal-header {
	background: #fff;
	color: #000;
	border-radius: 1rem 1rem 0 0;
	border-bottom: 0px;
	padding: 1rem 1rem 0 1rem;
}
.modal-content .modal-header h5 {
	color: #fff;
	font-weight: 500;

}
.modal-content .modal-header .close {
  float: right;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.modal-header .close span {
    display: block;
    padding: 0.5rem;
    background: rgb(0 0 0 / 5%);
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 2.2rem;
    font-size: 1.6rem;
    color: #000;
}
.modal-header .close span.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 200, 'opsz' 20;
    vertical-align: top;
}
.modal-header .close.clo_black {
  opacity: 1;
  z-index:1;
}
.modal-header .close.clo_black span {
    background: rgb(0 0 0 /0.6);
    color: #fff;
}
/* 새창내용 */
#sec_modal.w_991 {
    min-width:991px;
}
#sec_modal .header-left {
    width:70%;
}
#sec_modal .title .txt01 {
    font-size: 1.18rem;
}
#sec_modal .title .txt02 {
	color:#959595;
    font-size: 15px;
}
#sec_modal .title strong {
    font-weight: 600;
}
#sec_modal .modal-header .title .txt01 .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 100, 'opsz' 20;
    vertical-align: top;
	font-size:18px;
	background:#58a7ff;
	border-radius:50%;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
}
.header-step  {
	position:absolute;
	width:96%;
    min-width:991px;
	z-index:0;
}
.header-step .step {
	font-size:15px;
	border-radius:50%;
	width:66px;
	height:66px;
	text-align:center;
	/* padding-top:10px; */
	display: flex; /* Flexbox 활성화 */
    justify-content: center; /* 수평 정렬 */
    align-items: center; /* 수직 정렬 */
	border:5px solid #eee;
	color:#959595;
	position:relative;
}
.header-step .step.s_on {
	background:#58a7ff;
	border-radius:50%;
	color:#fff;
	font-weight:600;
	border:5px solid #58a7ff;
}
.header-step .step:nth-child(1)::after, .header-step .step:nth-child(2)::after {
	display: block;
	content: "· · ";
	width: 16px;
	height: 3px;
	transition: .3s ease all;
	color:#ccc;
	font-size:16px;
	font-weight:800;
	letter-spacing:-3px;
	position:absolute;
	right:-25px;
	top:38%;
}
.mo_c_left{
	width:75%;
	height:500px;
	background:#fff;
}
.mo_c_left.pop_bg01{
    background: #a9f0ec url(../images/sub/pop_bg01.png) no-repeat 50% 0;
}
.mo_c_left .tag_t{
	position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 18px;
    background: #2e2e2e;
    border-radius: 20px;
    padding: 0.6rem 1.7rem;
	font-weight:600;
}
.score {
	font-weight: 600;
    color: #000;
    font-size: 3.7rem;
    letter-spacing: -0.15rem;
}
.score .sp01{
    font-size: 8.5rem;
}
.mo_c_right{
	padding-top:15px;
	padding-right:5px;
	width:25%;
	border-left:1px solid #dee2e6;
	min-height:400px;
}
.q_top .txt01 .sp01{
	font-weight: 600;
	color: #000;
	font-size: 1.18rem;
}
.q_top .txt01{
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
.q_top .txt03{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:1.5rem 0;
	height:338px;
}
.mo_c_right .radio-inline {
    display: flex;
    flex-wrap: wrap;
}
.mo_c_right .radio-inline .radio {
    margin-right: 1rem;
    margin-bottom: .35rem;
}
.mo_c_right .radio {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    transition: all .3s ease;
    margin: 0;
	font-weight: 600;
	color: #000;
	font-size:1.2rem;
}
.mo_c_right .radio>span {
    height: 24px;
    width: 24px;
	border-radius: 50%;
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	background-color: #ebedf3;
    border: 1px solid transparent;
	margin-right: 5px;
}
.mo_c_right .radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.mo_c_right .radio>input:checked~span {
    background-color: #3699ff;
}
.mo_c_right .radio>input:checked~span:after {
    background-color: #fff;
    border-color: #fff;
}
.mo_c_right .radio>input:checked~span:after {
    display: block;
}
.mo_c_right .radio>span:after {
    width: 8px;
    height: 8px;
}
.mo_c_right .radio>span:after {
    content: '';
    display: none;
    border-radius: 100% !important;
}
.Inquiry_sc {
    overflow-y: auto;
    height: 100%;
	padding-right:10px;
}
 .Inquiry_sc::-webkit-scrollbar {
    width: 10px;
}
.Inquiry_sc::-webkit-scrollbar-thumb {
    background-color: #727272;
    border-radius: 10px;
    background-clip: padding-box;
}
.Inquiry_sc::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
}
.mo_c_right  .txt03 .txt_p01 {
	font-weight: 600;
    color: #f32626;
    font-size: 1.1rem;
	margin-bottom:1rem;
}
.up_file01{
    font-weight: 500;
    color: #000;
    font-size: 1.05rem;
}
.in-search .btn-search02 {
    position: absolute;
    right: 0px;
    top: 0;
    background: #444;
    display: flex;
    height: 100%;
    padding: 0 .8rem;
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
    border-radius: .42rem;
}
.mo_c_left {
	position:relative;
}
.mo_c_left .btnNext, .mo_c_left .btnPrev{
	background:rgba(0,0,0,0.2) !important;
	width: 2.4rem;
    height: 3.4rem;
    line-height: 4.6rem;
	position:absolute;
	top:45%;
	color:#fff;
	text-align:center;
	padding:0;
    transition: all .3s ease;
}
.mo_c_left .btnNext:hover, .mo_c_left .btnPrev:hover{
	background:rgba(0,0,0,1) !important;
    transition: all .3s ease;
}
.mo_c_left .btnPrev{
	left:0px;
	border-radius:0 40px 40px 0;
}
.mo_c_left .btnNext{
	right:0px;
	border-radius: 40px 0 0 40px;
}
.mo_c_left button .material-symbols-outlined {
    font-variation-settings:'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
	font-size:34px;
}

@media (max-width: 1064px) {
	.mo_c_left .btnNext, .mo_c_left .btnPrev{
		width: 2.2rem;
		height: 3rem;
		line-height: 4rem;
	}
	.mo_c_left button .material-symbols-outlined {
		font-size:28px;
	}

}
/* ---------- 수업관리 ---------- */
.student_status{
	border:5px solid #e9eef8;
    border-radius: 12px;
	padding:1.5rem 2rem;
}
.student_status .txt01{
	color:#000;
	font-weight:500;
}
.student_status .txt02 .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 100, "opsz" 24;
	background:#e9eef8;
	width:36px;
	height:36px;
	border-radius:50%;
	display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	vertical-align:middle;
}
.bt_status {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    padding: 0.5rem 0.5rem;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01rem;
    font-weight: 600;
	display:inline-block;
}
.bt_status.st_01{
    color: #777;
}
.bt_status.st_02{
    color: #e90000;
}
.board_dw .material-symbols-outlined {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 100;
    margin-bottom: 0.2rem;
}
.board_dw a {
    color: #000;
    display: inline-flex !important;
    flex-wrap: no-wrap !important;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.board_dw a:hover {
    border-bottom: 1px solid rgba(1, 1, 1, 1);
}
/* 댓글 */
.comment_con{
    border-top: 1px solid #000;
}
.com_list{
    border-bottom: 1px solid #ededed;
}
.com_title .txt02{
	min-width:200px;
}
.com_file  {
	padding:0.5rem 1rem;
	background: #f8f8f8 none repeat scroll 0 0;
}
/* Q/A관리 */
.sbt{
	border-radius: 20px;
	padding:0.25rem 1rem 0.2rem;
	font-weight:500;
	font-size:14px;
	text-align:center;
	min-width:100px;
	display:inline-block;
}
.sbt_st01{
	color:#535353;
	background:#eee;
}
.sbt_st02{
	color:#fff;
	background:#ef6927;
}

/*======================================================================================================================================================================================================
 학생
========================================================================================================================================================================================================*/

/* 모달 팝업틀 스타일 01*/
.modal_st01 .modal-content .modal-header {
	background: #313131;
    color: #fff;
    border-radius: 1rem 1rem 0rem 0;
    border-bottom: 0px;
    padding: 0.5rem 0rem 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.modal_st01 .modal-header .close span {
    color: #fff;
}

.par .school_c {
    background: #eee url(../images/main/sch_bg.png) no-repeat 0 50%;
    border-radius: 20px;
}
.par .school_c .txt03 .title {
    position: relative;
    display: block;
	padding-left:20px;
}
.par .school_c .txt03 .title:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 20px;
    border: 3px solid #de3427;
    background: #fff;
    position: absolute;
    left: 0;
	top: 6px;
}
.bt_del{
	background: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(1, 1, 1, 0.05);
    border: 1px solid rgba(1, 1, 1, 0.1);
    padding: 0.2rem 0.2rem;
}
/* 학생메인 그래프 */
.stu_right .graph_line .gra_01{
	width:37%;
}
.stu_right .graph_line .gra_03{
	width:13%;
}
.graph_line.s_graph .gra_01{
	width:18%;
	font-size:0.9rem;
}
.graph_line .gra_02{
	width:50%;
}
.graph_line.s_graph .gra_03{
	width:30%;
	color:#000;
}
/*======================================================================================================================================================================================================
 회원관련
========================================================================================================================================================================================================*/
#wrapper_mem {
    background: #e9e9e9 url(../images/common/all_bg_mem.jpg) no-repeat 50% 0;
}
#mem_visual .sub_h2 span{
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
}
#mem_visual {
	color: #fff;
}
.mem_st_txt {
	font-size: 1.12rem;
	color: #222;
	font-weight: 600;
	margin-bottom: .5em;
}

/* ---------- 로그인 ---------- */
.loginBox{
	padding: 4rem 5rem;
	border-radius: 20px;
    min-height: 400px;
	background:#fff;
	height:100%;
}
.loginBox input.form-control{
	padding:0.85rem 1rem;
	height: 3.25rem;
	font-weight:500;
	border-radius: 0.25rem;
}
.loginBox input::placeholder {
  color: rgba(0,0,0,.35);
  font-weight: 400;
  font-size: .98rem;
  vertical-align: middle;
  letter-spacing: -0.03rem;
}
.loginBox .btn-join{
	padding:0.7rem 2.2rem 0.7rem 1rem;
	position:relative;
	font-size:0.925rem;
    font-weight: 400;
}
.loginBox a:focus{
	outline: none;
	box-shadow: none;
}
.loginBox .btn-join .material-symbols-outlined {
	font-size: 1.12rem;
    vertical-align: middle;
    color: #b5b5b5;
    font-weight: 300;
}
.loginBox .btn-join::after{
	content: '';
	display: block;
	position:absolute;
	right:1rem;
	top:calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.loginBox .login-footer{
	border-top:1px solid #e5e5e5;
	padding-top:2rem;
	margin-top:2rem;
}
.loginBox .find_id {
	font-weight: 600;
	color: #007ccd;
}
.btn-primary {
    color: #fff;
    background-color: #147bd7;
}
.btn-primary:hover {
    background-color: #0362b7;
}


/*------------------------------------
  회원가입 - 탭메뉴
------------------------------------*/
.nav-step{
	background-color:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:2.5rem;
	margin-top:0.7rem;
}
.nav-step li{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	color:#888;
	font-weight:500;
	padding:10px 0;
	font-size:0.95rem;
	border-right:1px solid #e5e5e5;
}
.nav-step li:last-child{
	border-right:none;
}
.nav-step a:hover{
	color:#333;
}
.nav-step li.active{
	color:#fff;
	background-color:#0090d5;
	border:1px solid #0090d5;
	padding:8px 0;
	margin: -10px -1px -1px -1px;
}
.nav-step li.active::after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #f7f7f7;
	border-top: 2px solid #f7f7f7;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:3px auto;
}
@media (min-width: 992px) {
	.nav-step li{
		font-size:1.1rem;
		padding: 13px 0;
	}
	.nav-step li.active{
		padding:11px 0;
	}
}
/* ---------- 아이디/비밀번호 찾기 ---------- */
.idpw-search{
	margin-bottom:2rem;
	word-break:keep-all;
}
.idpw-search h2{
	    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.13rem;
    text-align: center;
}
.idpw-search .form-row {
    margin: 0;
    padding: 0.4rem 0rem;
}
.idpw-search label.col-form-label {
    color: #333;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
	padding-left:0;
	font-size:1.03rem;
}
.idpw-search .form-control02 {
    border: 1px solid #ddd;
    color: #555;
    letter-spacing: -0.03rem;
    height: calc(2.25rem + 6px);
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	display: block;
    width: 100%;
	background-color: #fff;
    background-clip: padding-box;
	border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width:500px){
	.idpw-search .form-row {
		padding: 0.2rem 0rem;
	}
}

/* ---------- 회원가입 ---------- */
.member-write{
	border-top:1px solid  #222;
}
.member-write > .form-row{
	margin:0;
	padding:1rem 1.2rem;
	border-bottom:1px solid  #eee;
}
.member-write > .form-row .material-symbols-outlined {
	font-size: 13px;
	vertical-align: middle;
	color: #a3a3a3;
}
label.col-form-label{
	color:#333;
	padding-right:1.5rem;
	position:relative;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1rem;
}
.member-write label.bar::after{
	content:'';
	width:1px;
	height:0.9rem;
	background:#ccc;
	position:absolute;
	right:5%;
	top:30%;
}
.member-write .require::after {
    content: '*';
    display: inline-block;
    margin: -2px 0 0 3px;
    color: #de4f41;
    vertical-align: top;
}
.sm_s_btn {
	width: 8.5rem;
    border: 1px solid #5f5f5f;
    border-radius: 3px;
    text-align: center;
    color: #353535;
    display: inline-block;
    font-size: .95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#idResult:empty{
	display:none;
}
#idResult::before{
	content:'\f06a';
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	margin-right:0.5rem;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f7f7f7;
  opacity: 1;
}

/* ---------- 회원탈퇴 ---------- */
.unregister {
	background:#f8fafb;
	text-align: center;
}
.unregister h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	letter-spacing: -0.09rem;
	color: #085293;
}
.unregister p {
	margin: 0;
	padding: 4px 0;
	font-size: .9rem;
}
.unregister .agree_btn {
  background: #fff;
  border: 1px solid #0867bb;
  border-radius: 30px;
  padding: .8rem 7rem;
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 500;
  color: #0867bb;
  box-shadow: 5px 5px 10px rgba(0,0,0,.07);
}
input[type="checkbox"].unreg_check + label {
    font-weight: 500;
	padding-left: 20px;
}
input[type="checkbox"].unreg_check + label::before {
    background-color: #fff;
    border: 1px solid #5c99b9;
	border-radius: 4px;
	top: 4px;
    left: 0;
    width: 1em;
    height: 1em;
}

input[type="checkbox"].unreg_check:checked + label::before {
  background-color: #55a0e3;
  border: 1px solid #55a0e3;
}
@media (max-width: 460px) {
	.member-write > .form-row{
		padding:0.5rem 0rem;
	}
}