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

/* ---------------------------------------------------------------- */
/* 제품소개 */
.product_intro {
  width: 100%;
  height: 1424px;
}

.web_hire_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51A0D0;
}

.web_hire_tit>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

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

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

.pi_card {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pi_card_tit {
  width: 100%;
  height: 38px;
}

.pi_card_tit>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.pi_card_main {
  width: 100%;
  height: 250px;
  background: #F6F6F6;
  border-radius: 50px;
  cursor: pointer;
}

.pi_card_main_txt {
  width: 320px;
  height: 90px;
  margin-top: 30px;
  margin-left: 40px;
}

.pi_card_main_txt>span {
  color: #333;
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.pi_card_main_txt>p {
  color: #CCC;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  line-height: 116%; /* 17.4px */
  letter-spacing: -0.165px;
}



.pi_card_main_btn_bg {
  width: 100%;
  height: 125px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  border-radius: 0 0 50px 50px;
}

.pi_card_main_btn {
  width: 200px;
  height: 50px;
  background: #333;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.pcmb_txt_icon {
  width: 150px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pcmb_txt_icon>p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.pcmb_txt_icon>i {
  font-size: 13px;
  color: #fff;
}

.pi_card_main:hover .pi_card_main_btn_bg {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

.pi_card_main:hover .pi_card_main_btn {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
  border: 1px solid #fff;
}

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

