.com_box_border_outline {
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 30px;
}

#sponsor #sponsor_guide .com_goto_btn {
  font-size: 1.2rem;
}
#sponsor #sponsor_member .to_be_box_wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}
#sponsor #sponsor_member .to_be_box_wrap .to_be_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 30px;
  flex: 1 0 0;
}
#sponsor #sponsor_member .to_be_box_wrap .to_be_box .to_be_box_img_wrap {
  width: 150px;
  height: 150px;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #F7F7F7;
}
#sponsor #sponsor_member .to_be_box_wrap .to_be_box .to_be_box_tit {
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 130.769%;
}
#sponsor #sponsor_member .to_be_box_wrap .to_be_box .to_be_box_tit + span {
  width: 120px;
  height: 1px;
  background: #DDD;
}
#sponsor #sponsor_member .to_be_box_wrap .to_be_box .to_bo_box_cont {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
#sponsor #sponsor_method .goto_box_wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}
#sponsor #sponsor_method .goto_box_wrap .goto_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
#sponsor #sponsor_report_download .sub_com_dashed_box {
  background-color: #F7F7F7;
}

@media (max-width: 1440px) {
  #sponsor #sponsor_member .to_be_box_wrap {
    gap: 40px;
  }
  #sponsor #sponsor_method .goto_box_wrap {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  #sponsor #sponsor_member .to_be_box_wrap {
    gap: 30px;
  }
  #sponsor #sponsor_method .goto_box_wrap {
    gap: 30px;
  }
  #sponsor #sponsor_method .goto_box_wrap .goto_box > img {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .com_box_border_outline {
    padding: 20px;
  }
}
@media (max-width: 726px) {
  #sponsor #sponsor_member .to_be_box_wrap {
    flex-direction: column;
  }
  #sponsor #sponsor_member .to_be_box_wrap .to_be_box {
    width: 100%;
  }
  #sponsor #sponsor_method .goto_box_wrap {
    flex-direction: column;
  }
  #sponsor #sponsor_method .goto_box_wrap .goto_box {
    width: 100%;
  }
}