inc_custom_popup.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <link rel="stylesheet" type="text/css" href="/design/staff/assets/css/custom_popup.css?version_code=<?=SA_CSS_VERSION_CODE?>">
  2. <!-- CUSTOM ALERT -->
  3. <div id="custom_modal_alert" class="custom--pop--wrapper type--msg hide">
  4. <form autocomplete="off">
  5. </form>
  6. <div class="custom--pop--wrapper--inner" style="width:400px;">
  7. <button type="button" class="close--btn" id="btn_custom_modal_alert_close"></button>
  8. <div class="custom--pop--content" style="margin-bottom:0px;">
  9. <h2 id="custom_modal_alert_title"></h2>
  10. </div>
  11. <div class="btn--wrap rn--insurence ty2">
  12. <button type="button" class="btn btn-primary" id="btn_custom_modal_alert_proc">확인</button>
  13. </div>
  14. </div>
  15. </div>
  16. <!-- CUSTOM CONFIRM -->
  17. <div id="custom_modal_confirm" class="custom--pop--wrapper type--msg hide">
  18. <form autocomplete="off">
  19. </form>
  20. <div class="custom--pop--wrapper--inner ty2" style="width:400px;">
  21. <!--<button type="button" class="close--btn" id="btn_custom_modal_confirm_close"></button>-->
  22. <div class="inn--tab">
  23. <div class="custom--pop--content price--contents buy_quest_box" style="margin-bottom:0px; height:auto; padding-bottom:15px;">
  24. <h2 id="custom_modal_confirm_title"></h2>
  25. <p id="custom_modal_confirm_desc"></p>
  26. </div>
  27. <div class="btn--wrap price--btn--wrap ty2">
  28. <button type="button" class="step--02 btn btn-primary" id="btn_custom_modal_confirm_proc">예</button>
  29. <button type="button" class="ml20 btn btn-secondary" id="btn_custom_modal_confirm_cancel">아니오</button>
  30. </div>
  31. </div>
  32. </div>
  33. </div>