@charset "utf-8";

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 350;
  src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
  url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
  url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
  url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
  url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

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: 12px;
  vertical-align: baseline;
  box-sizing: border-box;
}
* {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
}
ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

input {
  text-indent: 0.5em;
  margin: 0px;
  border: 0px;
  padding: 0px;
}
input,
button {
  outline: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
}

/* 버튼 css */
.button_area{
  margin-top: 50px;
  display: flex;
  justify-content: right;
  width: 100%;
}
.button_back{
  cursor: pointer;
  background: #161616;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
}
.button_back:hover{
  background: #3d3d3d!important;
  color: #f1f1f1;
}
.button_add{
  cursor: pointer;
  background: #0d037a;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.button_add:hover{
  background: #0b026d;
  color: #e2dfff;
}
.button_delete{
  cursor: pointer;
  background: #e51d1d;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.button_delete:hover{
  background: #c11111;
  color: #ffe2e2;
}

/* 페이징 css */
#paging_div {
  text-align: center;
  margin-top: 40px;
}

#paging_div .pageing * {
  vertical-align: middle;
}

#paging_div .pageing a {
  display: inline-block;
  padding: 0 9px;
  color: #818181;
  font-size: 15px;
  line-height: 17.5px;
}


#paging_div .pageing #page_num:not(:nth-last-child(4)) {
  border-right: 1px solid #ddd;
}

#paging_div strong {
  font-weight: bold;
}
#paging_div .on{
  background: #0D037Ac2;
  padding: 4px 9px !important;
  color: #fff !important;
}

.contents_view_contents img,.contents_view_contents table{
  max-width: 978px !important;
}
