@charset "utf-8";
@import url(font.css);
/* 여백초기화 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 링크초기화 */
a {
  color: #333;
  text-decoration: none;
}
/* 폰트 초기화  */
html,
body {
  font-family:
    "Paperlogy",
    Malgun Gothic,
    AppleSDGothicNeo-Regular,
    sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
}
/* 리스트초기화 */
ul,
ol,
li {
  list-style: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
strong {
  font-weight: bold;
}
/* 테이블초기화 */
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
label.hidden {
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto;
  height: 1px;
}
/* 폰트 스타일 초기화 */
em,
address {
  font-style: normal;
}
/* 버튼 초기화 */
button {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
/* sup */
sup {
  line-height: 100%;
  font-size: 12px;
}
.moBr {
  display: none;
}
.moBr2 {
  display: none;
}
.pcBr {
  display: block;
}
.pcSpan {
  display: inline-block;
}
.moSpan2 {
  display: none;
}
.pcTxt {
  display: inline-block;
}
.moBr2 {
  display: none;
}
@media (max-width: 600px) {
  .pcTxt {
    display: none;
  }
}
@media (max-width: 768px) {
  .moBr {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .pcSpan {
    display: none;
  }
  .moSpan2 {
    display: block;
  }
}
@media (max-width: 450px) {
  .moBr2 {
    display: block;
  }
}
