#water {
  /*tab1*/
  /*tab2*/
  /*tab3*/
  /*tab4*/
  /*tab5*/
}
#water #water_guide .sub_com_slide_des::after {
  content: "";
  display: block;
  position: absolute;
  left: 563px;
  bottom: -15px;
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-image: url("../img/slider_icon.svg");
  opacity: 0.2;
}
#water #water_use .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -22px;
  width: 140px;
  height: 118px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/water_icon_1.svg");
}
#water #water_use .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -22px;
  width: 140px;
  height: 118px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/water_icon_2.svg");
}
#water #member_value b {
  font-weight: 700;
}
#water #member_register_date .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -41px;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-image: url("../img/member_icon1.svg");
}
#water #member_register_date .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -41px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-image: url("../img/member_icon2.svg");
  opacity: 0.2;
}
#water #program_registration .sec_subheading {
  text-align: center;
}
#water #program_registration > .scroll_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#water #program_registration > .scroll_wrap .scroll_des2 {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
#water #program_registration > .scroll_wrap table b {
  font-weight: 700;
}
#water #class_date_change .cdc_sec_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#water #class_date_change .cdc_sec_wrap .cdc_sec {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#water #class_date_change .cdc_sec_wrap .cdc_sec .sec_subdes {
  margin-top: 10px;
}
#water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:first-child .sub_com_box_sm_tit {
  width: 25%;
}
#water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -41px;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-image: url("../img/member_icon1.svg");
}
#water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:last-child .sub_com_box_sm_tit {
  width: 30%;
}
#water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: -41px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-image: url("../img/member_icon2.svg");
  opacity: 0.2;
}
#water #class_date_change .sub_com_box_basic2 span {
  flex: inherit;
}
#water #class_date_change .sub_com_box_basic2 span:first-child {
  width: 8%;
  font-weight: 700;
}
#water #compliance_info {
  gap: 100px;
}
#water #compliance_info .sub_page_title {
  flex-direction: column;
  gap: 30px;
}
#water #compliance_info .sub_page_title_tit span {
  color: #af0205;
}
#water #compliance_info .sub_page_title_des {
  color: #111;
  font-family: "Paperlogy";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
#water #compliance_info .water_rule_box .box {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#water #compliance_info .water_rule_box .box li {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  max-width: calc(33.333% - 50px);
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #00B4CD;
  background: #FFF;
}
#water #compliance_info .water_rule_box .box .rule_ico {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#water #compliance_info .water_rule_box .box .rule_txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#water #compliance_info .water_rule_box .box .rule_txt span {
  font-family: "Paperlogy";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.66px;
  color: #0B5B66;
}
#water #compliance_info .water_rule_box .box .rule_txt p {
  color: #111;
  line-height: 26px; /* 130% */
}

@media (max-width: 1440px) {
  #water {
    /*tab1*/
    /*tab5*/
  }
  #water #water_guide .sub_com_slide_des::after {
    content: none;
  }
  #water #water_use .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
    content: none;
  }
  #water #water_use .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
    content: none;
  }
  #water #member_register_date .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
    content: none;
  }
  #water #member_register_date .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
    content: none;
  }
  #water #program_registration .scroll_wrap .scroll_des2 .scroll_des_width {
    max-width: inherit;
  }
  #water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:first-child .sub_com_box_sm_tit {
    width: 100%;
  }
  #water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:first-child .sub_com_box_sm_tit br {
    display: none;
  }
  #water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
    content: none;
  }
  #water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:last-child .sub_com_box_sm_tit {
    width: 100%;
  }
  #water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:last-child .sub_com_box_sm_tit br {
    display: none;
  }
  #water #class_date_change .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
    content: none;
  }
  #water #class_date_change .sub_com_box_basic2 span:first-child {
    width: 15%;
  }
  #water #compliance_info {
    gap: 50px;
  }
  #water #compliance_info .sub_page_title {
    gap: 15px;
  }
  #water #compliance_info .sub_page_title_des {
    font-size: 1.2rem;
  }
  #water #compliance_info .water_rule_box .box {
    gap: 30px;
    justify-content: space-between;
  }
  #water #compliance_info .water_rule_box .box li {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    max-width: calc(50% - 30px);
    padding: 30px;
  }
  #water #compliance_info .water_rule_box .box .rule_ico {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  #water #compliance_info .water_rule_box .box .rule_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #water #compliance_info .water_rule_box .box .rule_txt span {
    font-family: "Paperlogy";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 145.455% */
    letter-spacing: -0.66px;
    color: #0B5B66;
  }
  #water #compliance_info .water_rule_box .box .rule_txt p {
    color: #111;
    line-height: 26px; /* 130% */
  }
}
@media (max-width: 1023px) {
  #water {
    /*tab1*/
    /*tab5*/
  }
  #water #program_registration .scroll_wrap .scroll_des2 {
    width: 100%;
  }
  #water #program_registration .scroll_wrap .scroll_des2 .scroll_des_width {
    max-width: fit-content;
  }
  #water #program_registration .scroll_wrap .scroll_des2 .scroll_des_width .procedure_box li.step div {
    width: 350px;
  }
  #water #compliance_info .water_rule_box .box {
    gap: 20px;
  }
  #water #compliance_info .water_rule_box .box li {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    max-width: calc(50% - 20px);
    padding: 20px;
  }
  #water #compliance_info .water_rule_box .box .rule_ico {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  #water #compliance_info .water_rule_box .box .rule_txt {
    gap: 10px;
  }
  #water #compliance_info .water_rule_box .box .rule_txt p {
    color: #111;
    line-height: 130%;
  }
}
@media (max-width: 640px) {
  #water {
    /*tab5*/
  }
  #water #program_registration .scroll_wrap .scroll_des2 .procedure_box li.step div {
    width: 220px;
  }
  #water #compliance_info .water_rule_box .box li {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
}