/* fonts */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* common styles */

body {
  font-family: Pretendard;
  margin: 0;
  padding-top: 54px;
}

.section-divider {
  /* layout */
  height: 40px;

  /* style */
  background: var(--primary_light, #f0fbfb);

  /* responsive */
  @media screen and (max-width: 860px) {
    height: 20px;
  }
}

.breakline-mobile {
  /* layout */
  display: none;

  /* responsive */
  @media screen and (max-width: 860px) {
    display: block;
  }
}

.breakline-mobile-1200 {
  /* layout */
  display: none;

  /* responsive */
  @media screen and (max-width: 1200px) {
    display: block;
  }
}

a {
  /* style */
  color: inherit;
  text-decoration: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-highlight {
  color: #1c8ff8;
}






.business_List { margin:20px 0; }
.end_popup { top:30%;  margin-top: 10%;   background: #fff;text-align: center;width: 50%;margin: 0 auto;padding: 20px;}
#end_pop { z-index:10; position:fixed; top:0; left:0; padding:10% 0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); display:none; }

#order_sending { z-index:10; position:fixed; top:0; left:0; padding:10% 0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); display:none; }

@media screen and (max-width:600px) {
	.end_popup { width:100%}
}