html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "esamanru";
  src: url("/fonts/esamanru Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* 시작 */
.relative {
  position: relative;
}
.fixed {
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
}
.box {
  display: block;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.main-img {
  display: block;
  width: 100%;
}
.live-text {
  display: flex;
  font-size: 35px;
  font-weight: bold;
  justify-content: center;
  padding: 15px 0;
  background-color: #fcf6e8;

  font-family: "esamanru", sans-serif;
}
.live-dot {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.iframe-live {
  max-width: 880px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* 상단 */
.btn0 {
  position: absolute;
  width: 11%;
  height: 76.4%;
  top: 13.4%;
  left: 6%;
}
.btn1 {
  position: absolute;
  width: 7%;
  height: 42.4%;
  top: 40.4%;
  left: 29.2%;
}
.btn2 {
  position: absolute;
  width: 7%;
  height: 42.4%;
  top: 40.4%;
  left: 36.6%;
}
.btn3 {
  position: absolute;
  width: 8.8%;
  height: 42.4%;
  top: 40.4%;
  left: 44.3%;
}
.btn4 {
  position: absolute;
  width: 7%;
  height: 42.4%;
  top: 40.4%;
  left: 53.8%;
}
.btn5 {
  position: absolute;
  width: 11%;
  height: 42.4%;
  top: 40.4%;
  left: 60.8%;
}
.btn6 {
  position: absolute;
  width: 7%;
  height: 68.4%;
  top: 15.4%;
  left: 73.3%;
}
.btn7 {
  position: absolute;
  width: 7%;
  height: 68.4%;
  top: 15.4%;
  left: 81.3%;
}
.btn8 {
  position: absolute;
  width: 8%;
  height: 68.4%;
  top: 15.4%;
  left: 89.3%;
}
/* 하단 */
.btn9 {
  position: absolute;
  width: 66.5%;
  height: 3.5%;
  top: 4.5%;
  left: 16.6%;
}
.btn10 {
  position: absolute;
  width: 66.5%;
  height: 3.5%;
  top: 8.3%;
  left: 16.6%;
}

.btn11 {
  position: absolute;
  width: 66.2%;
  height: 46.8%;
  top: 45.3%;
  left: 16.6%;
}

@media screen and (max-width: 700px) {
  .iframe-live {
    height: 200px;
  }

  .live-text {
    font-size: 20px;
  }
}
