.popup-shade {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.popup {
  display: none; }
  .popup-content-main {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    width: 400px;
    height: 312px;
    border-radius: 5px;
    padding: 15px 0 3px; }
  .popup-content__cover {
    height: 150px; }
  .popup-content__txt {
    margin-top: 20px; }
  .popup-content__desc {
    font-size: 18px;
    color: #8e8e8e;
    text-align: center;
    line-height: 1.5; }
  .popup-content__line {
    width: 100;
    height: 2px;
    background-color: #8e8e8e;
    opacity: 0.3;
    margin-top: 30px; }
  .popup-content__btn .sure-btn {
    font-size: 18px;
    color: #0157FF;
    letter-spacing: 1px;
    line-height: 2.5; }

@media screen and (max-width: 500px) {
  .popup-content-main {
    width: 300px;
    height: 250px; }
  .popup-content__cover {
    height: 113px; }
  .popup-content__desc {
    font-size: 14px; }
  .popup-content__line {
    margin-top: 20px; } }

/*# sourceMappingURL=popSureWindow.css.map */
