@charset "utf-8";

/* CSS Reset for Chosun.com modify 2018.01 */
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%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  *word-break: break-all;
  -ms-word-break: break-all;
}
body,
input,
button,
textarea {
  color: #333;
  font: 16px/1.3 "맑은 고딕", "Malgun Gothic", "나눔고딕", "돋움", Dotum, "굴림",
    Gulim, "Apple SD Gothic Neo", sans-serif;
}

/*body, input, button, textarea {font-family:AppleSDGothicNeo-Regular,'맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif;}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  text-align: left;
}
img,
fieldset,
iframe {
  border: 0 none;
}
ul,
li {
  list-style: none;
}
ol {
  list-style: decimal inside;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
address {
  font-style: normal;
}
input,
select {
  vertical-align: middle;
}
button,
label {
  cursor: pointer;
  _cursor/**/: hand;
}
hr,
legend,
caption {
  display: none;
}
td {
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #666;
}
a:hover {
  text-decoration: underline;
}
@media print {
  body {
    color: #000;
  }
}
/* Reset code base from http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

/* Common Class elements */
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0px !important;
  padding: 0px !important;
}
.hrgrey {
  height: 0;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  display: block;
  font-size: 0;
  margin-bottom: 10px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.blind {
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  top: -5000px;
}
/* new default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  padding: 0;
  background: none;
  border: solid 1px #ccc;
}
