




/* NotoSans 폰트 추가 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 에스코어드림 폰트 */
@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

input, textarea {
  font: 14px 'S-CoreDream', sans-serif;
  font-weight: normal;
  border: none;
  background: none;
  color: #191919;
}

input::placeholder {
  color: #aaa;
}

input:focus {
  outline: none;
  border: 1px solid #ea512c !important;
  transition: all 0.2s;
}

div:focus {
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
}

body, button {
  font: 14px 'S-CoreDream', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  border: none;
  background: none;
  color: #000;
  letter-spacing: -0.025em;
}

button.btn_iconbf::before, 
label.btn_iconbf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-right: 5px;
}



a {
  color: #191919;
}

/* 바디 */
/* 공통 타이틀 시작 */

body #mova_warp {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body #mova_warp section {
  width: 100%;
  flex-grow: 1;
}

body section .contant_wrap {
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}

.edu_management h2 {
  position: relative;
  padding: 40px 0 20px 20px;
  font-size: 18px;
}

.edu_management h2 span {
  margin-right: 10px;
  padding: 20px;
}

.edu_management h2.edu_title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
  color: #ea512c;
}

.edu_management h2.edu_title.edu_spanicon01::before {
  content: "\f51c";
}

.edu_management h2.edu_title.edu_spanicon02::before {
  content: "\f2bb";
}

.edu_management h2.edu_title.edu_spanicon03::before {
  content: "\f201";
}

.edu_management h2.edu_title.edu_spanicon04::before {
  content: "\f013";
}

.edu_management .edu_topall {
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px 60px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.text_align_left {
  text-align: left !important;
}

/* 공통 타이틀 종료 */



/* 헤더 시작 */

header {
  width: 100%;
  box-shadow: 0 1px 4px 0 rgb(130 130 130 / 30%);
}

header nav {
  position: relative;
  max-width: 1160px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  transition: all 0.3s;
}

header nav h1.mova_logo {
  width: 150px;
  transition: all 0.3s;
}

header nav h1.mova_logo img {
	width: 100%;
}

header nav .menu {
  position: absolute;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  width: 920px;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

header nav .menu .menu_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

header nav .menu .menu_cont .menu_wrap ul {
  display: flex;
}

header nav .menu .menu_cont .menu_wrap ul li {
  margin-right: 40px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s;
}

header nav .menu .menu_cont .menu_wrap ul li:last-child {
  margin-right: 0;
}

.menu_wrap ul li a {
  position: relative;
}

.menu_wrap ul li a:hover {
  color: #ea512c;
}

.menu_wrap ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #ea512c;
  transition: .3s;
  opacity: 0;
}

.menu_wrap ul li a:hover::before {
  width: 100%;
  transition: .3s;
  opacity: 1;
}

.menu_wrap ul li a.active {
  color: #ea512c;
}

.menu_wrap ul li a.active::before {
    width: 100%;
    transition: .3s;
    opacity: 1;
}

header nav .menu .menu_cont .menu_myinfo {
  display: flex;
}

header nav .menu .menu_cont .menu_myinfo .info_ctn {
  display: flex;
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.3s;
}

header nav .menu .menu_cont .menu_myinfo .info_ctn span {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header nav .menu .menu_cont .menu_myinfo .info_ctn span::before {
  font-family: "Font Awesome 5 Free";
  color: #191919;
  font-weight: 600;
  margin-right: 10px;
}

header nav .menu .menu_cont .menu_myinfo .info_ctn .school_name::before {
  content: '\f66f';
}

header nav .menu .menu_cont .menu_myinfo .info_ctn .teacher_name::before {
  content: '\f508';
}

header nav .menu .menu_cont .menu_myinfo .info_btn a {
  padding: 5px 15px;
  background: #ddd;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 5px;
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_login {
  background: #1c77f1;
  color: #fff;
  /*display: none;*/
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_logout {
  background: #444;
  color: #fff;
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_setting {
    margin-right: 0;
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_setting:hover {
    background: #ccc;
    transition: all 0.2s;
}

header nav .menu .menu_cont .menu_myinfo .info_btn a::before {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
    padding-right: 5px;
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_login::before {
    content: '\f007';
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_logout::before {
    content: '\f2f5';
}

header nav .menu .menu_cont .menu_myinfo .info_btn a.info_setting::before {
    content: '\f013';
    color: #444;
}

header nav .btn_wrap {
  position: relative;
  width: 30px;
  height: 35px;
  display: none;
}

header nav .btn_wrap .mobile_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

.line01, .line02, .line03 {
  width: 30px;
  height: 5px;
  position: relative;
  top: 0;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  margin: 5px 0;
  border-radius: 2px;
  display: block;
  transition: all .4s;
  transform: rotate(0deg);
}

.navbtn_on .line02 {
  opacity: 1;
}

.navbtn_on.active .line01 {
  transform: rotate(-45deg);
  top: 10px;
}

.navbtn_on.active .line02 {
  opacity: 0;
}

.navbtn_on.active .line03 {
  transform: rotate(45deg);
  top: -10px;
}

/* 헤더 종료 */

/* 메인 시작 */

.main_wrap h2 {
    display: none;
}

.main_wrap .main_banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}

.main_title {
  position: absolute;
  top: 140px;
}

.main_title ul li {
  line-height: 1;
}

.main_title ul li:nth-child(1) {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 35px;
  transition: all 0.3s;
}

.main_title ul li:nth-child(2) {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  font-size: 46px;
  margin-bottom: 70px;
  transition: all 0.3s;
}

.main_title ul li:nth-child(2) span.main_titbold {
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s;
}

.main_title ul li:nth-child(n+3) {
	margin-bottom: 5px;
}


.main_title ul li:nth-child(n+3) a {
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 16px;
	  color: #ea512c;
	  transition: all 0.3s;
}

.main_title ul li:nth-child(n+3) a::after {
  content: '\27F6';
  padding-left: 10px;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 18px;
  animation: horizontal 0.8s ease-in-out infinite;
}

@keyframes horizontal {
  0% {
    margin-left: 5px;
  }

  50% {
    margin-left: 11px;
  }

  100% {
    margin-left: 5px;
  }
}

.main_img {
  position: absolute;
  bottom: 80px;
  right: 80px;
  background: url(../images/main_img01.png?2.012) no-repeat center/contain;
  width: 598px;
  height: 359px;
}

/* 메인 종료*/


/* 교직원 관리 */

.edu_input ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.edu_input ul li:last-child {
  margin-bottom: 0;
}

.edu_input ul li .edu_contit {
  width: 50px;
  margin-right: 10px;
}

.edu_input ul.edu_educate_cont li .edu_contit {
  width: 50px !important;
}

.edu_input ul.edu_educate_cont li:nth-child(3) .edu_contit {
  width: auto !important;
}

.edu_input ul li .edu_contit span {
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: right;
}

.edu_input ul li .edu_coninput {
  width: 240px;
  margin-right: 10px;
}

.edu_input ul li input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
}

.edu_inquire button {
  width: 70px;
  background: #ea512c;
  color: #fff;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}

.edu_inquire button:hover {
  background: #f03000;
  transition: all 0.2s;
}

.edu_inquire button::before {
  content: "\f002";
  color: #fff;
}

.edu_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edu_total_num {
  font-size: 17px;
  font-weight: 500;
}

.edu_total_num strong {
  color: #ea512c;
}

.edu_total_btn ul {
  display: flex;
}

.edu_total_btn ul li button {
  width: 120px;
  background: #1c77f1;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  height: 32px;
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edu_total_btn ul li button:hover {
  background: #086aed;
}

.edu_total_btn ul li:nth-child(1) button::before {
  content: '\f044';
  color: #fff;
}

.edu_total_btn ul li:nth-child(2) button::before {
  content: '\f56f';
  color: #fff;
}

.edu_total_btn ul li:nth-child(3) button::before {
  content: '\f019';
  color: #1c77f1;
}

.edu_total_btn ul li:nth-child(3) button {
  background: #fff;
  border: 1px solid #1c77f1;
  color: #1c77f1;
  transition: all 0.2s;
}

.edu_total_btn ul li:nth-child(3) button:hover {
  background: #086aed;
  color: #fff;
  transition: all 0.2s;
}

.edu_total_btn ul li:nth-child(3) button:hover::before {
  color: #fff;
  transition: all 0.2s;
}

.edu_total_btn ul li:nth-child(4) button::before {
  content: '\f2ed';
  color: #ea512c;
  font-weight: 400;
}

.edu_total_btn ul li:nth-child(4) button {
  background: #fff;
  border: 1px solid #ea512c;
  color: #ea512c;
  transition: all 0.2s;
  margin-right: 0;
}

.edu_total_btn ul li:nth-child(4) button:hover {
  background: #ea512c;
  color: #fff;
  transition: all 0.2s;
}

.edu_total_btn ul li:nth-child(4) button:hover::before {
  color: #fff;
  transition: all 0.2s;
}

.edu_cell {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}

.edu_cell .edu_cellcont {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-x: auto;
  -ms-overflow-y: hidden;
}

.edu_header_container {
  width: 100%;
  overflow: hidden;
}

.edu_data_container {
  width: 100%;
  /*overflow-y: hidden;*/
  overflow: hidden;
}

.edu_data_wrapper {
  display: inline-block;
  position: relative;
  width: 100% !important;
  overflow-y: auto;
  height: 400px;  
}

.edu_header_container ul {
  display: flex;
  align-items: center;
  background: #3d6ba9;
}

.edu_header_container ul li {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 15px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.edu_cellcont .edu_titco01 {
  width: 20%;
  border-left: none;
}

.edu_cellcont .edu_titco02 {
  width: 20%;
}

.edu_cellcont .edu_titco03 {
  width: 15%;
}

.edu_cellcont .edu_titco04 {
  width: 45%;
}

.edu_data_wrapper ul {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.edu_data_wrapper ul:nth-child(odd):hover {
  background: #e0e7f0;
}

.edu_data_wrapper ul:nth-child(even):hover {
  background: #e0e7f0;
}

.edu_data_wrapper ul li {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  border-right: none;
  color: #444;
}

.edu_data_wrapper ul:nth-child(odd) {
  background: #ebf0f6;
}

/* 푸터 */

footer.main_footer {
  width: 100%;
  background: #f5f5f5;
}

footer .footer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 25px 20px 35px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.footer .footer_cont .footer_info {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}

.footer .footer_cont .footer_info .ft_policy_cont a {
	background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 3%);
}


.footer .footer_cont .footer_info ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer_cont .footer_info ul li {
  margin-right: 20px;
}

.footer .footer_cont .footer_info ul li:last-child {
  margin-right: 0;
}

.footer .footer_copyright {
  font-size: 12px;
  color: #898989;
}

.footer .copyright02 {
  display: none;
}

footer .footer .footer_logo p {
  background: url(../images/public_mova_footerlogo.png?2.012) no-repeat center/contain;
  width: 150px;
  height: 38px;
}

/* 푸터 종료 */



/* 주소록 관리 */

.edu_input ul.edu_address_cont {
  display: flex;
  flex-wrap: wrap;
}

.edu_input ul.edu_address_cont li:first-child {
  width: 100%;
}

.edu_input ul.edu_address_cont li:nth-child(2) {
  margin-bottom: 0;
  margin-right: 10px;
}

.edu_input ul.edu_address_cont li .edu_contit {
  width: auto;
}

.edu_coninput select, 
.pop_educonselct select {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(../images/chevron-down-solid.png?2.012);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 5%;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none; /*for IE10,11*/
}

.edu_cellcont_addr .edu_titco01 {
  width: 15%;
}

.edu_cellcont_addr .edu_titco02 {
  width: 20%;
}

.edu_cellcont_addr .edu_titco03 {
  width: 20%;
}

.edu_cellcont_addr .edu_titco04 {
  width: 45%;
}

/* 주소록 관리 종료 */


/* 통계 시작 */

.edu_statist ul {
  display: flex;
}

.edu_statist ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  box-sizing: border-box;
  margin-right: 10px;
}

.edu_statist ul li > div {
  display: flex;
}

/* 사용년월 */
.edu_statist ul li .edu_contit {
    width: auto;
}

.edu_static_btn ul li button {
    width: auto;
    background: #fff;
    border: 1px solid #1c77f1;
    color: #1c77f1;
    transition: all 0.2s;
}

.edu_static_btn ul li button::before {
    color: #1c77f1 !important;
    content: '\f019' !important;
}

.edu_static_btn ul li button:hover {
    background: #1c77f1;
    color: #fff;
}

.edu_static_btn ul li button:hover::before {
    color: #fff !important;
}

.edu_static_btn ul li:last-child button {
    margin-right: 0;
}

/* 통계 캘린더 */
.stat_calendar div {
  margin-right: 10px;
}

.stat_calendar div:last-child {
  margin-right: 0;
}

.stat_calendar input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  margin-right: 2px;
}

.stat_calendar button {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat_calendar button:hover {
  background: #ddd;
  transition: all 0.2s;
}

.stat_calendar button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  color: #6f6f6f;
  font-weight: 900;
}

.stat_calendar button:hover::after {
  color: #444;
  transition: all 0.2s;
}

.stat_dateradio label {
  margin-right: 10px;
  cursor: pointer;
}

.stat_dateradio label input {
  cursor: pointer;
  margin-right: 5px;
}

.edu_total_num span {
  margin-right: 20px;
}

/* 통계 셀 */
.edu_cellcont_stat .edu_titco01 {
  width: 15%;
}

.edu_cellcont_stat .edu_titco02 {
  width: 15%;
}

.edu_cellcont_stat .edu_titco03 {
  width: 10%;
}

.edu_cellcont_stat .edu_titco04 {
  width: 15%;
}

.edu_cellcont_stat .edu_titco05 {
  width: 10%;
}

.edu_cellcont_stat .edu_titco06 {
  width: 10%;
}

.edu_cellcont_stat .edu_titco07 {
  width: 10%;
}

.edu_cellcont_stat .edu_titco08 {
  width: 15%;
}


/* 통계 종료 */


/* 정보설정 시작 */

.edu_inforcont {
  width: 60%;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}

.edu_inforcont .edu_inforwrap {
  margin-bottom: 30px;
}

.edu_inforwrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
}

.edu_inforwrap ul li div:first-child {
  width: 80px;
  margin-right: 10px;
}

.edu_inforwrap ul li:nth-child(7) div {
  line-height: 1.1;
}


.edu_inforwrap ul li div:last-child {
  flex-grow: 1;
}

.edu_inforwrap ul li input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
}

.edu_inforcont .edu_inquire button {
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
}

/* 정보설정 종료 */



/* 팝업 */
/* 팝업 공통 */
.popup_allcont {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}

.pop_edutit {
  padding: 10px 20px;
  background: #3d6ba9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}


.popedu_close {
  cursor: pointer;
}

.popedu_close::before {
  content: '\f057';
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}

.popedu_close:hover {
  color: #dbdbdb;
  transition: all 0.2s;
  
}

.pop_educont {
  padding: 30px 40px;
}

.pop_educont .pop_educont_info {
  margin-bottom: 20px;
}

.pop_educont .pop_educont_info ul li:last-child {
  margin-bottom: 0;
}

/* 팝업 저장하기 */
.pop_educont_save button {
  width: 100%;
  background: #ea512c;
  color: #fff;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.pop_educont_save button::before {
  content: '\f0c7';
  color: #fff;
}

/* 팝업 저장하기2 삭제도 추가 */
.pop_educont_savedel {
  display: flex;
  justify-content: space-between;
}
.pop_educont_savedel button {
  width: 48%;
  background: #ea512c;
  color: #fff;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.pop_educont_savedel button::before {
  content: '\f0c7';
  color: #fff;
}

/* 팝업 공통 종료 */


/* 교직원관리- 개별등록 */
.pop_singlereg {
  width: 460px;
}

.pop_educont_info ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.pop_educont_info ul li .pop_educontit {
  width: 25%;
  padding-right: 10px;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}

/* 이름 */

.pop_educontit span {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.pop_educontit span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
  color: #191919;
  width: 20%;
  text-align: center;
}

.pop_educontit span.icon_selname::before {
  content: '\f508';
}

.pop_educontit span.icon_selphone::before {
  content: '\f3cd';
}

.pop_educontit span.icon_selclass::before {
  content: '\f19d';
}

.pop_educontit span.icon_email::before {
  content: '\f0E0';
}

.pop_educont_info ul li .pop_educoninput {
  width: 75%;
}

.pop_educont_info ul li input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
}

.pop_educonselct select {
  font-size: 13px;
}

.pop_educont_txt {
  width: 100%;
  display: flex;
  font-size: 13px;
  color: #ea512c;
  margin-top: 10px;
}

.pop_educont_txt span:first-child {
  width: 25%;
  padding-right: 10px;
  box-sizing: border-box;
}

.pop_educont_txt span:last-child {
  width: 75%;
  padding: 0 5px;
}

/* 정&부 라디오 버튼 */
.pop_educont_info ul li .pop_educont_radio label input {
  width: inherit;
  height: inherit;
  cursor: pointer;
}

.pop_educont_radio {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.pop_educont_radio>span:first-child {
  width: 25%;
}

.pop_educont_radio>span:last-child {
  width: 75%;
}

.edu_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}

.edu_wrapper .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  padding: 4px 10px;
  border: 1px solid #dbdbdb;
  transition: all 0.3s ease;
}

.edu_wrapper .option:last-child {
  margin-right: 0;
}

.edu_wrapper .option .dot {
  height: 14px;
  width: 14px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.edu_wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #1c77f1;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

.edu_wrapper input[type="radio"] {
  display: none;
}

#jung_manager:checked:checked~.jung_manager,
#bu_manager:checked:checked~.bu_manager {
  border-color: #1c77f1;
  background: #1c77f1;
}

#jung_manager:checked:checked~.jung_manager .dot,
#bu_manager:checked:checked~.bu_manager .dot {
  background: #fff;
}

#jung_manager:checked:checked~.jung_manager .dot::before,
#bu_manager:checked:checked~.bu_manager .dot::before {
  opacity: 1;
  transform: scale(1);
}

.edu_wrapper .option span {
  font-size: 15px;
  color: #808080;
}

#jung_manager:checked:checked~.jung_manager span,
#bu_manager:checked:checked~.bu_manager span {
  color: #fff;
}


/* 개별등록 학급선택 */
.pop_educont_info ul li.edu_class_li {
	align-items: flex-start;
}

.edu_wrapper.edu_class_sel {
	padding: 0;
	flex-wrap: wrap;
	height: 99px;
    overflow-y: scroll;
}

.edu_wrapper.edu_class_sel ul {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.edu_wrapper.edu_class_sel .ecs_li {
	box-sizing: border-box;
	width: calc(50% - 2px);
	margin-bottom: 4px;
	margin-right: 0px;
	background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 10px;
    border: 1px solid #dbdbdb;
    transition: all 0.3s ease;
}


.edu_wrapper.edu_class_sel .ecs_li.ecs_active {
	background: #1c77f1;
    color: #fff;
}

/* 담당학급 선택 */

.pop_educoninput .edu_class_allct {
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.pop_educoninput .edu_class_allct label {
	display: flex;
	align-items: center;
}

.pop_educoninput .edu_class_allct input {
	height: 18px;
    width: 18px;
    margin-right: 10px;
}




/* 교직원관리- 엑셀등록 */
.pop_excelreg {
  width: 800px;
}

.pop_eduexcel_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.pop_eduexcel_info .pop_eduexceltit {
  padding-right: 10px;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
}

.pop_eduexcel_info .pop_eduexcelinput {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-right: 5px;
}

.pop_eduexcel_info .pop_eduexcelinput input.upload_name {
  height: 32px;
  line-height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  color: #444;
  flex-grow: 1;
  margin-right: 5px;
}

.pop_eduexcel_info .pop_eduexcelinput label {
  background: #1c77f1;
  border: 1px solid #1c77f1;
  border-radius: 5px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 13px;
  box-sizing: border-box;
  cursor: pointer;
}

.pop_eduexcel_info .pop_eduexcelinput label::before {
  content: "\f07c";
  color: #fff;
}


.pop_eduexcel_info .pop_eduexcelinput input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.pop_eduexcel_info .pop_eduexcelbtn button {
  background: #fff;
  border: 1px solid #1c77f1;
  color: #1c77f1;
  border-radius: 5px;
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
}

.pop_eduexcel_info .pop_eduexcelbtn button::before {
  content: '\f019';
  color: #1c77f1;
}


.pop_eduexcel_cel {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.pop_header_container ul {
  display: flex;
  align-items: center;
  background: #3d6ba9;
}

.pop_header_container ul li {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  border-right: none;
}


/* 교직원관리 - 엑셀등록 팝업 */

.pop_eduexcel_cel .edu_titco01 {
  width: 10%;
  border-left: none;
}

.pop_eduexcel_cel .edu_titco02 {
  width: 25%;
}

.pop_eduexcel_cel .edu_titco03 {
  width: 20%;
}

.pop_eduexcel_cel .edu_titco04 {
  width: 27%;
}

.pop_eduexcel_cel .edu_titco05 {
  width: 15%;
}

.pop_eduexcel_cel .edu_titco06 {
  width: 45%;
}


.pop_data_container {
  width: 100%;
  overflow-y: hidden;
}

.pop_data_wrapper {
  display: inline-block;
  position: relative;
  width: 100% !important;
  overflow-y: auto;
  height: 200px;
}

.pop_data_wrapper ul {
  display: flex;
  align-items: center;
}

.pop_data_wrapper ul:nth-child(odd) {
  background: #ebf0f6;
}

.pop_data_wrapper ul:nth-child(even) {
  background: #fff;
}

.pop_data_wrapper ul li {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  border-right: none;
  color: #444;
}

/* 교직원관리- 엑셀등록 종료 */


/* 로그인 팝업 */

.pop_login {
  width: 460px;
}

.edulogin_greetings {
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
}

.edulogin_greetings p {
  font-weight: 300;
}

.edulogin_greetings div {
  font-weight: 500;
  display: flex;
}

.edulogin_greetings div span {
  color: #ea512c;
  display: flex;
}

.edulogin_greetings div span.public_logo {
	width: 100px;
}

.edulogin_greetings div span.public_logo img {
	width: 100%;
}





.pop_edulogin_info ul li .pop_educontit {
  height: 36px;
  line-height: 36px;
}

.pop_edulogin_info ul li input {
  height: 36px;
  line-height: 36px;
}

.pop_login .pop_educont_save button {
  height: 36px;
  line-height: 36px;
}


/* 로그인 팝업 종료 */


/* 주소록관리 - 개별등록 팝업 */

.pop_educontit span.icon_selcall::before {
  content: '\f095';
}

.pop_educontit span.icon_selnote::before {
  content: '\f328';
}



/* 주소록관리 - 엑셀등록 팝업 */

.pop_excelreg_addr {
  width: 800px;
}

.pop_excelreg_addr .pop_eduexcel_cel .edu_titco01 {
  width: 15%;
}

.pop_excelreg_addr .pop_eduexcel_cel .edu_titco02 {
  width: 20%;
}

.pop_excelreg_addr .pop_eduexcel_cel .edu_titco03 {
  width: 20%;
}

.pop_excelreg_addr .pop_eduexcel_cel .edu_titco04 {
  width: 20%;
}

.pop_excelreg_addr .pop_eduexcel_cel .edu_titco05 {
  width: 45%;
}

/* 이용약관 팝업 */
.pop_termsofuse {
	width: 800px;
}

.pop_termsofuse .termsofuse_wrap {
	max-height: 510px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow-y: auto;
    background: #fff;
}

/* 테이블 모바일 */

.min_width_760 {
  min-width: 760px;
}

.edu_nodata_wrapper {
  display: table;
  color: #a5a5a5;
  font-weight: 500;
  font-size: inherit;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.edu_nodata_wrapper span {
  display: table-cell;
  vertical-align: middle;
}


/* 스크롤 디자인 추가 */

.table-vertical-scrollbar {
  display: inline-block;
  position: absolute;		
  width: 50px;
  background-color: #F2F2F2;
  opacity: 0.9;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
  border-top: none;
  border-bottom: none;
  border-right: none;
  z-index: 1;
}

.table-vertical-scrollbar-content {
  display: inline-block;
  overflow: hidden;
  width: 100px;
}

/* 이미지 링크 불러오기 */
.mova_imgslink {
    margin-top: 20%;
    padding: 0 5%;
}

.mova_imgslink h2 {
    margin-bottom: 5vw;
    font-size: 5vw;
}

.mova_imgslink .mova_imgwrap {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}

.mova_imgslink .mova_imgwrap .mova_slidewrap {
    overflow: hidden;
}

.mova_imgslink .mova_imgwrap img {
    width: 100%;
    border-radius: 10px;
}