@charset "UTF-8";

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-T.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-L.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-R.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-M.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SB.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-B.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-EB.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream3.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream5.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream6.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream7.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream8.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SCDream";
  src: url("../fonts/SCDream9.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
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,
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, textarea, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Pretendard", sans-serif;
  /* [HJ] NotoSans', '돋움', 'Dotum', '굴림', 'Gulim', AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif; */
  color: #171010;
  vertical-align: baseline; /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */
}

html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* ------------------- 기본칙 ------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
.hide {display: none !important}
.show {display: block !important;}
.oh {overflow: hidden;}
.blind{	position:absolute !important;left:-9999px;	width:1px;height:1px;font-size:0;line-height:0;overflow:hidden;}
.font_red{color:#e62626; font-weight: 400;}
.font_green{color:#008000; font-weight: 400;}
.font_blue{color:#195aaa; font-weight: 400;}
.font_black{color: #111; font-weight: 400;}
a.txt_under{text-decoration:underline}
.txtL {text-align:left !important;}
.txtC {text-align:center !important;}
.txtR {text-align:right !important;}
.txtJ {text-align:justify !important;}
.vt {vertical-align: top !important;}
.vm {vertical-align: middle !important;}
.vb {vertical-align:bottom !important;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1; /* 한글 기준은 1.2 */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

textarea {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

i {
  display: inline-block;
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

th, td {
  vertical-align: middle;
}

button {
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Pretendard";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span, div {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

b {
  color: inherit;
  font-family: inherit;
}

/** ios reset **/
input {
  box-shadow: none;
  border: 0;
  background-clip: padding-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

/** flex word reset **/
* {
  word-wrap: break-word;
  word-break: keep-all;
}

/*# sourceMappingURL=reset.css.map */
