/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  font-family: 'Pretendard';
  word-break: keep-all;
}

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;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.floting {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

a {
  cursor: pointer;
}

/* 오늘 하루 보지 않기 팝업 */
button {
  border: 0;
  background: none;
  cursor: pointer;
}

.main_popup {
  position: fixed;
  z-index: 1005;
  -webkit-box-shadow: 0px 13px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  top: 50px;
  left: 50px;
  display: none;
}

.main_popup.on {
  display: block;
  background-color: #fff;
}

.main_popup .img_wrap {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 0;
  border: 0;
  background: black;
  color: white;
}

.main_popup .btn_close::before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 15px;
  transform: rotate(45deg);
}

.main_popup .btn_close::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}

.main_popup .btn_today_close {
  width: 100%;
  height: 45px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}

.main_popup .btn_today_close span {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
  opacity: 0.8;
}

.live {
  padding: 80px 20px;
  text-align: center;
  background-color: #eeeeee;
}

.live .live-text01 {
  font-size: 2rem;
  font-weight: bold;
}

.live .live-text02 {
  font-size: 1.1rem;
  margin-top: 5px;
  margin-bottom: 30px;
}

.live-score {
  font-size: 1.2rem;
  display: inline-block;
  padding: 20px 0px 20px 0px;
  background-color: white;
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  font-weight: bold;
}

.live-score .live-score-text01 {
  margin-bottom: 10px;
}

.orange {
  color: #eb6a31;
}

.grey {
  color: grey;
}

.notice {
  width: 100%;
  max-width: 500px;
  height: 250px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.rolling {
  position: relative;
  width: 100%;
  height: auto;
}

.rolling li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

.rolling_stop {
  display: block;
  width: 100px;
  height: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.rolling_start {
  display: block;
  width: 100px;
  height: 20px;
  background-color: #000;
  color: #0f0;
  text-align: center;
}

.service {
  text-align: center;
  background-color: #102c57;
  padding: 80px 20px;
}

.service .service-text01 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: white;
  font-weight: bold;
}

.footer {
  text-align: center;
  color: white;
  background-color: black;
  padding: 50px 20px;
  line-height: 1.2;
}

@media all and (max-width:767px) {
  .live {
    padding: 50px 20px;
  }

  .live .live-text01 {
    font-size: 1.5rem;
  }

  .service {
    padding: 50px 20px;
  }

  .service .service-text01 {
    font-size: 1.5rem;
  }

  .rolling li{
    font-size: .9rem;
  }
}

/* Tablet (가로폭 768px 이상, 1023px 이하) */
@media all and (min-width:768px) and (max-width:1023px) {}

/* PC Desktop (가로폭 1024 이상) */
@media all and (min-width:1024px) {

  .footer{
    padding: 100px 20px 150px 20px;
  }
}