@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_sm {
  width: 100%;
  height: auto;
}

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

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

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

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

.sm_txt_section {
  width: 620px;
  height: 70px;
  margin-top: 40px;
}

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

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

.sm_img_section {
  margin-top: 50px;
}

.interval_tit {
  margin-top: 80px;
}

.sm_system_txt_section {
  margin-top: 40px;
  width: 660px;
  height: 140px;
}

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

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

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

.sm_system_top {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.sm_system_card {
  width: 310px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.ssc_point {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ssc_point_main {
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ssc_point_main>i {
  font-size: 35px;
  color: #236AE3;
}

.ssc_tit_area {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ssc_tit {
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.ssc_main_icon {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ssc_main {
  width: 250px;
  height: 100%;
  background: #f5f5f5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.ssc_icon {
  width: 25px;
  height: 25px;
}

.ssc_icon>i {
  font-size: 25px;
  color: #0F7BBD;
}

.ssc_tit2>span {
  color: #0F7BBD;
}

.ssc_main2 {
  background: #919191;
}

.ssc_main2>p {
  color: #fff;
}

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

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

ul.sso_section {
  width: 100%;
  height: 254px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.sso_tit {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.sso_main {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
}

.sso_main>p {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

ul.sso_section>li:first-child>.sso_main {
  background: #8d8d8d;
}

ul.sso_section>li:last-child {
  width: 230px;
}

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

ul.sm_system_menu {
  width: 100%;
  height: 530px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.ssm_icon_tit {
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

ul.ssm_main {
  width: 100%;
  height: 450px;
  background: #f5f5f5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.ssm_main>li {
  width: 180px;
  height: 70px;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.ssm_main>li>p {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

ul.ssm_main>li:first-child {
  margin-top: 10px;
}

.sm_system_menu_txt {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sm_system_menu_txt>span {
  color: #333;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

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

