#broder .sub_com_dashed_box {
  margin-top: 40px;
  background: #F7F7F7;
}
#broder #delivery_notice .sub_com_dashed_box {
  position: relative;
}
#broder #delivery_notice .sub_com_dashed_box svg {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-93%);
}
#broder #refund_notice .sub_com_box_basic .basic_title {
  font-family: Paperlogy;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145.455%;
  letter-spacing: -0.66px;
  margin-bottom: 20px;
}

#contact_us .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: 0;
  width: 140px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/contact_us_icon1.svg");
}
#contact_us .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: 0;
  width: 140px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/contact_us_icon2.svg");
}

@media (max-width: 1440px) {
  #contact_us .sub_com_box_sm_wrap .sub_com_box_sm:first-child::after {
    content: none;
  }
  #contact_us .sub_com_box_sm_wrap .sub_com_box_sm:last-child::after {
    content: none;
  }
  #broder #delivery_notice .sub_com_dashed_box svg {
    display: none;
  }
}