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;
}

/* HTML5 display-role reset for older browsers */
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;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 860px;
  margin: 0 auto;
}

.footer{
  padding: 50px 20px;
  font-size: 14px;
  text-align: center;
  color: white;
  background-color: gray;
  line-height: 1.5;
}

/* 오늘 하루 보지 않기 팝업 */
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: white;
color: black;
}

.main_popup .btn_close::before {
content: "";
width: 2px;
height: 32px;
background-color: #333;
position: absolute;
top: 0;
left: 15px;
transform: rotate(45deg);
}

.main_popup .btn_close::after {
content: "";
width: 32px;
height: 2px;
background-color: #333;
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;
}
