.check_point_layout {
  position: relative;
  display: flex;
  justify-content: center;
}
.check_point_back_line {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: #ddd;
}
.check_point_label {
  width: 640px;
  height: 64px;
  z-index: 2;
  border-radius: 999px;
  background: #0165eb;
  text-align: center;
  padding: 16px 0;
}
.check_point_txt {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans KR";
}

.point_layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 20px;
}

.point_card {
  display: flex;
  padding: 40px;
  border-radius: 20px;
  background: #f7f9fd;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}

.point_card_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.point_card_label {
  padding: 12px 28px;
  border-radius: 8px;
  background: #0165eb;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans KR";
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.point_card_top_layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.point_card_title {
  color: #0165eb;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.point_card_subtitle {
  color: #222;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.2px;
}

.point_card_img_layout {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
}
.point_card_footer {
}

.point_card_footer_txt {
  color: #454545;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.sectn3 {
  display: flex;
  width: 100%;
  padding: 120px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: #f7f9fd;
}

.sectn3_txt_layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sectn3_title {
  color: #0452ff;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.sectn3_subtitle {
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  padding-top: 40px;
}

.sectn3_desc {
  color: #454545;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  padding-top: 20px;
}

.info_tab_layout {
  padding: 120px 0px;
}

.info_tab {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;

  position: sticky;
  top: 72px;
  background-color: #fff;
  z-index: 99;
}

.tab {
  display: flex;
  width: 33.3333%;
  padding: 22px 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  background: #fff;
  color: #454545;
  font-weight: 400;
  cursor: pointer;
  font-size: 20px;
}

.tab.active {
  border: 1px solid #0165eb;
  background: #e6f0fd;
  color: #0165eb;
  font-weight: 600;
}

.info_layout {
  padding-top: 76px;
}

.info_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.info_title {
  display: block;
  width: 100%;
  color: #0165eb;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}

.info_tab1_img_layout {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.info_tab1_img {
  width: 33.3333%;
  height: 360px;
  /* border-radius: 20px; */
  /* border: 1px solid #DDD; */
}

.info_label {
  color: #0165eb;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.info_line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 24px 0px;
}

.info_tab_desc {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.info_tab_desc_col {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.info_tab_desc_col_title {
  width: 100px;
  color: #222;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.info_tab_desc_col_desc {
  flex: 1 0 0;
  color: #454545;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.info_tab_table {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.info_tab_table_row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.info_tab_table_row_double {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.info_tab_table_row_header {
  width: 140px;
  padding: 13px 12px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  color: #222;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.info_tab_table_row_cell {
  flex: 1 0 0;
  padding: 13px 12px;
  border-bottom: 1px solid #ddd;
  color: #454545;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.info_tab_table_row_header.double {
  padding: 35px 12px;
}

.info_tab_table_row_cell.double {
  padding: 26px 12px;
}

.info_tab2_desc {
  display: block;
  text-align: center;
  color: #454545;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1px;
}

.info_tab2_img_info {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.info_tab2_img_desc {
  display: flex;
  width: 640px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.info_tab2_txt {
  color: #454545;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
}

.info_tab2_flow_layout {
  display: flex;
  padding: 0px 40px;
  align-items: center;
  gap: 80px;
  flex: 1 0 0;
  align-self: stretch;
}

.info_tab2_flow_txt {
  color: #454545;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.info_tab3_img_layout {
  margin-top: 24px;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.callcenter_footer {
  display: flex;
  height: 212px;
  /*padding: 0px 395.141px 0px 395px;*/
  justify-content: center;
  align-items: center;
  gap: 33px;
  align-self: stretch;
  background: url("/assets/images/cookingfumes/callcenter_bg.jpg") lightgray -57.604px 0px / 106% 100%
    no-repeat;
}

.callcenter_footer_txt {
  color: #fff;
  display: block;
  min-width: 977px;
  font-family: "Noto Sans KR";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
}

.callcenter_footer_phone {
  min-width: 74px;
  /*height: 16px;*/
  padding: 13px 23.516px 13px 22.484px;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.4px;
  cursor: pointer;
}

@media (max-width: 720px) {
  div {
    box-sizing: border-box;
  }

  .check_point_label {
    width: 100%;
    height: auto;
    padding: 13px;
  }
  .check_point_txt {
    font-size: 18px;
  }
  .check_point_back_line {
    display: none;
  }

  .img_box {
    margin-top: 30px !important;
  }

  .point_card {
    padding: 20px;
  }

  .point_card_label {
    padding: 10px 20px;
    font-size: 16px;
  }

  .point_card_title {
    font-size: 20px;
  }

  .point_card_subtitle {
    font-size: 16px;
  }

  .point_card_img_layout {
    padding: 15px;
  }

  .point_card_img_layout img {
    width: 100% !important;
    height: auto !important;
  }

  .sectn3 {
    gap: 40px;
    padding: 40px 15px;
  }

  .sectn3 img {
    width: 100%;
    height: auto;
  }

  .sectn3_title {
    font-size: 20px;
  }

  .sectn3_subtitle {
    padding-top: 20px;
    font-size: 18px;
  }

  .sectn3_desc {
    font-size: 16px;
  }

  .sectn3_desc br {
    display: none;
  }

  .tab {
    padding: 10px 5px;
    font-size: 14px;
  }

  .info_layout {
    padding-top: 40px;
  }

  .info_title {
    padding-bottom: 20px !important;
    font-size: 20px;
  }

  .info_tab1_img_layout {
    gap: 10px;
    /* flex-direction: column; */
  }

  .info_tab1_img {
    width: 100%;
    height: auto;
  }

  .info_tab1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .info_label {
    font-size: 18px;
  }

  .info_container {
    gap: 40px;
  }

  .info_tab_desc {
    flex-direction: column;
    gap: 15px;
  }

  .info_tab_desc_col {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }

  .info_tab_desc_col_title {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }

  .info_tab_desc_col_desc {
    width: 100%;
    font-size: 14px;
  }

  .info_tab_table_row {
    flex-direction: column;
  }

  .info_tab_table_row_double {
    width: 100%;
  }

  .info_tab_table_row_header.double,
  .info_tab_table_row_header {
    width: 100%;
    padding: 10px;
  }

  .info_tab_table_row_cell {
    width: 100%;
  }

  .info_tab_layout {
    padding: 40px 0;
  }

  .callcenter_footer {
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 40px 15px;
    background-size: cover;
  }

  .callcenter_footer_txt {
    font-size: 18px;
    text-align: center;
  }

  .callcenter_footer_txt {
    min-width: 100%;
  }

  .callcenter_footer_phone {
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
  }

  .info_tab2_desc {
    font-size: 16px;
  }

  .info_tab2_desc br {
    display: none;
  }

  .info_tab2_img_desc {
    width: 100%;
  }

  .info_tab2_img_info {
    flex-direction: column;
    gap: 10px;
  }

  .info_tab2_img_info img {
    width: 100%;
  }

  .info_tab2_txt {
    font-size: 14px;
  }

  .info_tab2_flow_layout {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .info_tab2_flow_txt {
    width: 100%;
    font-size: 14px;
  }

  .info_tab3_img_layout {
    padding: 15px;
  }

  .info_tab3_img_layout img {
    width: 100%;
    height: auto;
  }
}
