/* reset */
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  font-size: 100%;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
} /* 뷰표트 변환시 폰트크기 자동확대 방지. */
input:checked[type="checkbox"] {
  background-color: #666;
  -webkit-appearance: checkbox;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"],
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body {
  background: #fff;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Apple SD Gothic Neo", "AppleSDGothicNeo", "-apple-system", sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
.screen_out {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 공통 */
img {
  display: block;
  width: 100%;
}
.bg_dim {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.order_cont {
  overflow: hidden;
  position: relative;
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  color: #000;
}
.link_comm {
  display: block;
  overflow: hidden;
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  z-index: 9999;
}
.order_pop {
  position: absolute;
  right: 0;
  bottom: -100%;
  width: 352px;
}
.on .order_pop {
  bottom: 0;
  transition: bottom 1.5s ease-in-out;
}
.baemin_comm {
  width: 100%;
  height: 768px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* 공통팝업 */
.baemin_comm .order_done {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -168px 0 0 -144px;
  width: 288px;
  height: 337px;
  z-index: 9999;
  text-align: center;
}
.baemin_comm.end_pop .order_done .link_comm {
  top: 232px;
}
.baemin_comm.end_pop .order_done .link_comm2 {
  top: 284px;
}
.baemin_comm .order_done .link_comm {
  left: 63px;
  top: 208px;
  width: 162px;
  height: 53px;
}
.baemin_comm .order_done .link_comm2 {
  top: 260px;
}
.baemin_comm .img_talk {
  opacity: 0;
  position: absolute;
  z-index: 9999;
  animation: shake 1s infinite;
}
.baemin_comm.on .img_talk {
  opacity: 1;
  transition: opacity 1.8s ease-in-out 0.8s;
}
.baemin_comm.on .img_talk.immediate {
  transition: opacity 0s ease-in-out !important;
}
.baemin_comm.on .order_pop + .img_talk {
  transition: opacity 1.5s ease-in-out 1.6s;
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
