@charset "UTF-8";

.mod_section {
  margin-bottom: 120px;
}

.mod_intro {
  text-align: center;
  padding: 80px 0 100px;
}

.mod_intro .intro_subtitle {
  font-size: 16px;
  color: #2e3d85;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.mod_intro .intro_title {
  font-size: 42px;
  color: #222;
  line-height: 1.3;
  font-weight: 800;
}

.mod_intro .intro_title span {
  color: #2e3d85;
}

.mod_intro .intro_bar {
  width: 40px;
  height: 3px;
  background-color: #2e3d85;
  margin: 35px auto;
}

.mod_intro .intro_desc {
  font-size: 19px;
  color: #666;
  line-height: 1.8;
  word-break: keep-all;
}

.mod_b_principle {
  padding: 100px 0;
}

.b_title_wrap {
  margin-bottom: 50px;
  text-align: left;
}

.b_title {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  padding-left: 20px;
  border-left: 6px solid #2e3d85;
  line-height: 1.2;
  letter-spacing: -0.03em;
  position: relative;
}

.b_title span {
  display: block;
  font-size: 16px;
  color: #2e3d85;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.b_principle_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.b_principle_card {
  position: relative;
  background-color: #fff;
  padding: 60px 40px 50px;
  border-radius: 30px;
  box-shadow: 0 15px 45px rgba(46, 61, 133, 0.05);
  border: 1px solid #f0f3f9;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.b_principle_card:hover {
  transform: translateY(-15px);
  border-color: #2e3d85;
  box-shadow: 0 30px 60px rgba(46, 61, 133, 0.12);
}

.b_principle_card .card_num {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  font-weight: 900;
  color: #f0f3f9;
  line-height: 1;
  transition: color 0.3s;
}

.b_principle_card:hover .card_num {
  color: #eef1ff;
}

.b_principle_card .card_txt {
  position: relative;
  z-index: 1;
  text-align: left;
}

.b_principle_card .card_txt strong {
  display: block;
  font-size: 22px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 800;
  word-break: keep-all;
}

.b_principle_card .card_txt strong::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2e3d85;
   margin-bottom: 15px;
}

.b_principle_card .card_txt p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  font-weight: 400;
  word-break: keep-all;
}

.b_feature_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.b_feature_card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.b_feature_card .card_cont h4 {
  font-size: 22px;
  font-weight: 800;
  color: #222;
  margin-bottom: 15px;
  word-break: keep-all;
}

.b_feature_card .card_cont p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}

.b_feature_card .card_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.b_feature_card .card_cont {
  padding: 30px;
}

/* mod_b_target 스타일 */
.mod_b_target {
  padding: 100px 0;
  background-color: #f9fbff;
  border-radius: 50px;
}

.b_target_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.b_target_title {
  font-size: 32px;
  color: #222;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 800;
  position: relative;
}

.b_target_title::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #2e3d85;
  margin: 20px auto 0;
}

.b_target_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}

.b_target_item {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(46, 61, 133, 0.05);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.b_target_item:hover {
  transform: translateY(-5px);
  border-color: #2e3d85;
  box-shadow: 0 15px 40px rgba(46, 61, 133, 0.1);
}

.b_check_icon {
  width: 32px;
  height: 32px;
  background-color: #eef1ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.b_check_icon svg {
  width: 16px;
  height: 16px;
  color: #2e3d85;
}

.b_target_item p {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  word-break: keep-all;
}

/* mod_b_step 스타일 */
.mod_b_step {
  background-color: #fff;
  padding-top: 100px;
}

.b_step_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}

.b_step_item {
  flex: 1;
  position: relative;
  text-align: center;
}

.step_num_box {
  width: 100px;
  height: 100px;
  background-color: #f8faff;
  border: 1px solid #eef1ff;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.step_label {
  font-size: 12px;
  font-weight: 700;
  color: #2e3d85;
  letter-spacing: 0.1em;
}

.step_num {
  font-size: 32px;
  font-weight: 900;
  color: #2e3d85;
  line-height: 1;
}

.b_step_item:hover .step_num_box {
  background-color: #2e3d85;
  transform: scale(1.1);
}

.b_step_item:hover .step_label,
.b_step_item:hover .step_num {
  color: #fff;
}

.step_txt strong {
  display: block;
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 800;
  word-break: keep-all;
}

.step_txt p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
}

.step_arrow {
  position: absolute;
  top: 50px;
  right: -15px;
  color: #d1d9e6;
  width: 30px;
}

.b_step_item:last-child .step_arrow {
  display: none;
}