@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;
}

/* ---------------------------------------------------------------- */
/* 생산관리 */
.pro_mng {
  width: 100%;
  height: auto;
}

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

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

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

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

.pro_mng_txt_section {
  width: 640px;
  height: 280px;
  margin-top: 40px;
}

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

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

.interval_tit {
  margin-top: 80px;
}

ul.mes_needs_section {
  width: 800px;
  height: 1195px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

ul.mes_needs_section>li {
  width: 100%;
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

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

.mn_txt>p {
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
}

.mn_even {
  justify-content: flex-end;
}

.mes_system_img {
  width: 100%;
  height: 840px;
  margin-top: 50px;
}

.mes_system_img2 {
  width: 100%;
  height: 1280px;
  margin-top: 80px;
}

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

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

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

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

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

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

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

.mes_system_img3 {
  width: 100%;
  height: 793px;
  margin-top: 50px;
}

/* ---------------------------------------------------------------- */
.product_features_section {
  width: 100%;
  height: 1060px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.product_features_tit {
  width: 400px;
  height: 120px;
  background: #333;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 2;
}

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

.pf_main_section {
  width: 100%;
  height: 1000px;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.pf_main {
  width: 974px;
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0; 
}

ul.pf_main > li.pf_item {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background: #89C8EF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 
    width .35s ease, 
    height .35s ease, 
    border-radius .35s ease, 
    background-color .25s ease;
  overflow: hidden; 
  position: relative;
}

ul.pf_main > li.pf_item:hover {
  background: #0F7BBD;
  transition: background-color 0.25s;
}

ul.pf_main > li .pf_front i {
  font-size: 60px;
  color: #fff;
  transition: opacity .2s ease, transform .2s ease;
}

ul.pf_main > li .pf_panel {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .25s ease .1s;
}

.pf_panel_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* ====== 열린 상태 ====== */
ul.pf_main > li.pf_item.is-open {
  width: 100%;         
  height: 150px;        
  border-radius: 20px;  
  align-items: stretch; 
  border-radius: 20px;
  background: #747474;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* front 숨김(애니메이션 느낌) */
ul.pf_main > li.pf_item.is-open .pf_front i {
  opacity: 0;
  transform: scale(0.9);
}

/* panel 노출 */
ul.pf_main > li.pf_item.is-open .pf_panel {
  max-height: 500px;
  opacity: 1;
}

.pfpi_main {
  width: 812px;
  height: 70px;
  --top-offset: 40px;
  position: absolute;
  top: var(--top-offset);
  transition: top 0.3s ease;
  display: flex;
  align-items: center;
}

.pfpi_num {
  width: 84px;
  height: 60px;
  display: flex;
  align-items: center;
}

.pfpi_num>i {
  font-size: 60px;
}

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

.pfpi_tit>span {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

