@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 평가관리 통합시스템 구축 */
.web_pem {
  width: 100%;
  height: auto;
}

.web_pem_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 평가관리 */
.evaluation_mng {
  width: 100%;
  height: auto;
}

.evaluation_mng_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.em_main_section {
  width: 100%;
  height: 2962px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.em_tit {
  width: 400px;
  height: 120px;
  background: #333;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.em_tit>h2 {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
}

.gw_txt_box {
  width: 630px;
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.gw_txt_top {
  width: 100%;
  height: 70px;
}

.gw_txt_top>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; 
}

.gw_txt_top>p>span {
  color: #0F7BBD;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.gw_txt_bottom {
  width: 100%;
  height: 210px;
}

.gw_txt_bottom>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; 
}

.gw_txt_bottom>p>span {
  color: #0F7BBD;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

ul.bsc_txt_section {
  width: 1100px;
  height: 725px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

li.bsc_txt_box {
  width: 100%;
  height: 215px;
  position: relative;
}

.bsc_txt {
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.bsc_txt>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
}

.bsc_main {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
}

.bsc_main>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
  margin-left: 200px;
}

.interval_tit {
  margin-top: 80px;
}

.bsc_f_img {
  width: 100%;
  height: 649px;
  margin-top: 50px;
}

.system_process_section {
  width: 100%;
  height: 544px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

ul.sps_top {
  width: 100%;
  height: 225px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

ul.sps_top>li {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.sps_icon_tit {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.sps_icon_tit>img {
  margin-top: 8px;
}

.sps_icon_tit>span {
  margin-left: 15px;
  color: #333;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.sps_txt_main {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sps_txt_main>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

ul.sps_top>li.sps_right {
  width: 27px;
  height: 20px;
  margin-bottom: 65px;
}

li.sps_right>i {
  font-size: 20px;
  color: #0F7BBD;
}

.sps_mid {
  width: 20px;
  height: 27px;
  margin-right: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sps_mid>i {
  font-size: 20px;
  color: #0F7BBD;
}

ul.sps_bottom {
  width: 100%;
  height: 225px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

ul.sps_bottom>li {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

ul.sps_bottom>li.sps_left {
  width: 27px;
  height: 20px;
  margin-bottom: 65px;
}

li.sps_left>i {
  font-size: 20px;
  color: #0F7BBD;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

