/* ÇÐ»çÁ¤º¸ È­¸é ÀüÃ¼ »ç¿ëÇÏ±â -- start */
#wrapper > .section > .center > .leftbar {
	display: none;
}

#wrapper > .section > .center > .content {
	width: 99%;
	margin-left: 31px;
	position: relative;
}

#wrapper > .section > .center > .content > .page-nav {
	width: 1032px;
}
/* ÇÐ»çÁ¤º¸ È­¸é ÀüÃ¼ »ç¿ëÇÏ±â-- end */

/* ÇÐ»çÁ¤º¸ Å×ÀÌºí -- start */
.psm_table_div_margin .psm_table {
	max-width: 1500px;
	width: 1021px;
}

.psm_table_div_margin .psm_table.double {
	border-left: unset;
	border-top: unset;
	margin-left: -4px;
	width: 1025px;
}

.psm_table_div_margin .psm_table td {
	padding: 4px 0;
	line-height: 1.2;
	min-width: unset;
	max-width: 82px;
}

.psm_table_div_margin .psm_table .top_tit {
	padding: 9px 6px 7px;
	/*min-width: 86px;*/
	border-top: 1px solid #b2c1d4;
}

.psm_table_div_margin .psm_table .td_text {
	font-size: 13px;
}

.psm_table_div_margin .psm_table .td_text.bottom {
	vertical-align: bottom;
}

.psm_table_div_margin .psm_table .gablank {
	border-top: unset;
    border-bottom: unset;
}

.psm_table_div_margin .psm_table .bold {
	color: #1c3d66;
	font-weight: 600;
}

.psm_table_div_margin .psm_table .td_text .grade {
	color: red;
}

.psm_table_div_margin .psm_table .td_text .point {
	color: blue;
}

.psm_table_div_margin .psm_table td:nth-child(n+15) {
	padding: 5px;
	vertical-align: middle;
}

.psm_table_div_margin .psm_table td:nth-child(n+15) i {
    font-size: 15px;
}
/* ÇÐ»çÁ¤º¸ Å×ÀÌºí -- end */

.haksa_input {
	width: 110px;
	padding: 3px 12px;
	font-size: 14px;
	color: #000;
	text-align: center;
	border: 1px solid #5f738d;
	border-radius: 2px;
	letter-spacing: 1px;
}

#bonbon_button {
	clear: both;
	margin: 3px 0 2px -7px;
}

#bonbon_button .button {
	font-size: 14px;
}

.bonbon_bar {
	color: #333;
	display: flex;
	width: 580px;
}

.bonbon_bar div {
	height: 2px;
	width: 142px;
	border-radius: 4px;
	margin: 6px 22px 0 5px;
	background: #3287b5;
	background: linear-gradient(to right, #fbe2eb, #c01850, #fbf3e5);
}

.bonbon_bar > div:nth-child(1) {
  background: linear-gradient(to right, #fbe2eb, #c01850, #fbf3e5);width: 152px;
}

.bonbon_bar > div:nth-child(2) {
  background: linear-gradient(to right, #fbe2eb, #427bae, #fbf3e5);
}

.bonbon_bar > div:nth-child(3) {
  margin-left: 22px;
  background: linear-gradient(to right, #fbe2eb, #a56b00, #fbf3e5);
}

.fieldset_memo {
	margin: 20px 0 10px -3px;
	padding: 10px 10px 8px 15px;
	font-size: 13.5px;
	color: #232956;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
	border: 1px solid #b2bdbf;
	border-radius: 4px;
	background: #fbfdff;
	font-family: Arial, sans-serif;
}

.fieldset_memo legend {
	padding: 4px 10px 2px;
	background: #dae2e8;
	border-radius: 19px;
}

.student_add {
	float: right;
	width: 500px;
	height: 124px;
	margin: -7px 0 10px;
	font-size: 14px;
	color: #266689;
	border: 1px solid #dae2e8;
	border-radius: 3px;
}

/* ·¹ÀÌ¾î ÆË¾÷ -- start */
#popupOverlay {
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

#popupLayer {
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	z-index: 1000;
	min-width: 350px;
}

#popupHeader {
	padding: 9px;
	background: #f0f0f0;
	cursor: move;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
/* ·¹ÀÌ¾î ÆË¾÷ -- end */

.recovery_code {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
	font-size: 13px;
    border: 1px solid #eee;
    padding: 6px 20px 5px 15px;
    color: #2e3d8d;
}