@charset "UTF-8";
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
.intro_box_2 {
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
.intro_box_2::after {
  content: "";
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  background: url("../img/ico_clean.svg") center no-repeat;
  background-size: 100%;
}

.target p {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 160%;
}
.target p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #042e6f;
  flex-shrink: 0;
}

.report {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid var(--Border-Stroke, #d6dde6);
  background: #f3f9ff;
}
.report p {
  color: var(--Text-Primary, #333);
  text-align: center;
  /* Body/M_SB */
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.54px;
}

.use .use_list_box {
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid #d6dde6;
  background: #fff;
}
.use .use_list_box p {
  line-height: 160%;
}
.use .use_tit {
  display: flex;
  gap: 10px;
  align-items: center;
}
.use .use_tit::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #042e6f;
  flex-shrink: 0;
}
.use .use_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.use .use_des {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 10px;
  background: #f4f6f8;
  color: #555;
  /* Body/S */
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.use .use_process_box {
  display: flex;
  gap: 10px;
  width: 100%;
}
.use .use_process {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  border-radius: 15px;
  border: 1px solid #d6dde6;
  background: #fff;
}
.use .use_process > p {
  font-family: "Pretendard";
  font-style: normal;
  line-height: 160%;
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.use .use_process .use_p_tit {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  background: #f4f6f8;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.54px;
}
.use .use_process .use_p_des {
  color: #555;
  font-size: 0.889rem;
  font-weight: 400;
  letter-spacing: -0.48px;
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: -webkit-fill-available;
  text-align: center;
}
.use .use_process .use_p_innerbox {
  width: 100%;
  padding-bottom: 5px;
}
.use .use_process .use_p_innerbox .innerbox_tit {
  color: #333;
  text-align: center;
  /* Body/S_SB */
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.48px;
  padding: 2px 0;
  background: #f3f9ff;
}
.use .use_process .use_p_innerbox .innerbox_des {
  color: #555;
  text-align: center;
  /* Label/S */
  font-family: "Pretendard";
  font-size: 0.778rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  padding: 5px 0;
}
.use .ico_left {
  display: block;
  width: 13.5px;
  padding: 0 5px 1px 5px;
  background: url("../img/ico_arrow_next.svg") center no-repeat;
}

.howto {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.howto .contact_box {
  width: fit-content;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-basis: auto;
}
.howto .contact_box:nth-child(1) .howto_info::before {
  background: url("../img/ico_tel.svg") center no-repeat;
}
.howto .contact_box:nth-child(2) .howto_info::before {
  background: url("../img/ico_mail.svg") center no-repeat;
}
.howto .contact_box:nth-child(3) .howto_info::before {
  background: url("../img/ico_map.svg") center no-repeat;
}
.howto .contact_box p {
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.howto .howto_tit {
  color: #333;
  font-weight: 700;
  flex-shrink: 0;
}
.howto .howto_info {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: var(--Base-text, #222);
  font-weight: 400;
  text-transform: lowercase;
}
.howto .howto_info::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.form_guide {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form_guide td {
  padding: 15px 20px;
}
.form_guide td > div {
  display: flex;
  justify-content: center;
}
.form_guide .form_dl_btn {
  width: fit-content;
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--Primary-Main, #042e6f);
  color: #042e6f;
  text-align: center;
  /* Body/M_B */
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.form_guide .form_dl_btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/ico_download_s.svg") center no-repeat;
}

.sub_goto_btn::after {
  background: url("../img/ico_shortcut.svg") center no-repeat;
}

@media (max-width: 1280px) {
  .target p::before {
    content: none;
  }
  .howto {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .intro_box_2::after {
    content: none;
  }
  .target p {
    text-align: left;
  }
  .report p {
    font-size: 0.889rem;
  }
  .use .use_tit {
    font-size: 0.889rem;
  }
  .use .use_des {
    font-size: 0.778rem;
  }
  .use .use_process .use_p_tit {
    font-size: 0.889rem;
  }
  .use .use_process .use_p_des {
    font-size: 0.778rem;
  }
  .use .use_process .use_p_innerbox .innerbox_tit {
    font-size: 0.778rem;
  }
  .howto {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .howto .contact_box {
    width: 100%;
  }
  .howto .contact_box p {
    font-size: 0.889rem;
  }
  .form_guide table th {
    font-size: 0.889rem;
  }
  .form_guide .form_dl_btn {
    font-size: 0.778rem;
  }
}