@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

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 {
  font-family: "Pretendard";

  letter-spacing: -0.5px;
}
label {
  margin: 0;
}

/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1{font-size:26px; letter-spacing: -1px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}
.black{color:#000}
.white{color:#fff}
.red{color:#f44336}
.blue{color:#2196f3}
.yellow{color:#ffc107}
.green{color:#4caf50}
.b900{color:#212121}
.b800{color:#424242}
.b700{color:#616161}
.b600{color:#757575}
.b500{color:#9e9e9e}
.b400{color:#bdbdbd}
.b300{color:#e0e0e0}
.b200{color:#eeeeee}
.b100{color:#f5f5f5}
.b50{color:#fafafa}

.b_black{background:#000}
.b_white{background:#fff}
.b_red{background:#f44336}
.b_blue{background:#2196f3}
.b_yellow{background:#ffc107}
.b_green{background:#4caf50}
.b_b900{background:#212121}
.b_b800{background:#424242}
.b_b700{background:#616161}
.b_b600{background:#757575}
.b_b500{background:#9e9e9e}
.b_b400{background:#bdbdbd}
.b_b300{background:#e0e0e0}
.b_b200{background:#eeeeee}
.b_b100{background:#f5f5f5}
.b_b50{background:#fafafa}

.f12_r{font-size:12px; font-weight: 300;}
.f12_sb{font-size:12px; font-weight: 500;}
.f12_b{font-size:12px; font-weight: 700;}
.f13_r{font-size:13px; font-weight: 300;}
.f13_sb{font-size:13px; font-weight: 500;}
.f13_b{font-size:13px; font-weight: 700;}
.f14_r{font-size:14px; font-weight: 300;}
.f14_sb{font-size:14px; font-weight: 500;}
.f14_b{font-size:14px; font-weight: 700;}
.f16_r{font-size:16px; font-weight: 300;}
.f16_sb{font-size:16px; font-weight: 500;}
.f16_b{font-size:16px; font-weight: 700;}
.f18_r{font-size:18px; font-weight: 300;}
.f18_sb{font-size:18px; font-weight: 500;}
.f18_b{font-size:18px; font-weight: 700;}

.wrap{display: flex;}
.a_side_wrap{width:220px; padding: 25px 15px; height: 100%;}*/
