@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: break-all;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: Pretendard, "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum,
    "돋움", AppleSDGothicNeo, sans-serif !important;
  letter-spacing: -1px;
}
.mac body {
  letter-spacing: -1px;
}
/* .dim body {position:fixed; width:100%; height:100%; overflow:hidden;} */
.dim #header {
  position: absolute;
}
input,
textarea,
select,
button {
  font-family: "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움",
    AppleSDGothicNeo, sans-serif;
}
img {
  width: 100%;
  border: 0 none;
  vertical-align: top;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
  -webkit-padding-start: 0;
}
label {
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
xmp,
pre {
  display: inline;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}
table caption {
  font-size: 5px;
  display: inline-block;
  border: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  color: transparent;
  position: absolute;
  visibility: inherit;
}
table th,
table td {
  font-size: 14px;
  font-family: "Malgun Gothic", sans-serif;
  letter-spacing: -1px;
  word-break: break-all;
  word-wrap: break-word;
}
button {
  padding: 0;
  border: none;
  background: none;
  letter-spacing: -1px;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::placeholder {
  color: #999;
  font-size: inherit;
  line-height: inherit;
} /* placeholder 색상 지정 */
input::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
  line-height: inherit;
}
input::-webkit-search-cancel-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.mac ::placeholder,
.mac ::-webkit-placeholder {
  line-height: 28px;
}
fieldset {
  border: 0;
}
legend {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: medium;
  line-height: normal;
  word-break: break-all;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.clbo {
  clear: both;
}
.clfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clfix {
  height: 1%;
} /* Hides from IE-mac */
.clfix {
  zoom: 1;
} /*for IE 5.5-7*/
.hide {
  display: inline-block;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  font-size: 5px;
  border: 0;
  color: transparent;
  line-height: 1 !important;
}
.disabled {
  cursor: default;
}
.hand {
  cursor: pointer;
}
.blind {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  font-size: medium !important;
  line-height: 1 !important;
  color: transparent;
}
label.blind:before {
  content: none;
}

/* skipnavigation */
#skipnavigation_mw {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 0;
}
#skipnavigation_mw p,
#skipnavigation_mw ul,
#skipnavigation ul li {
  height: 0;
}
#skipnavigation_mw li a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin-bottom: -1px;
  margin-left: -1px;
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
#skipnavigation_mw li a:focus {
  z-index: 1000;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #000;
  color: #fff !important;
}
