@charset "utf-8";

body,
button,
input,
optgroup,
select,
textarea {
  /* font-family: "NanumSquareRoundEB"; */
}

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,
let,
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;
  outline: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}
*,
::before,
::after {
  box-sizing: border-box;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  highlight-color: rgba(0, 0, 0, 0);
}
[class*="button"],
[class*="btn-"] {
  cursor: pointer;
}

li,
ul {
  list-style-type: none;
}

.user-select-none {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

button {
  margin: 0;
  padding: 0;
  color: none;
  border: none;
  outline: none;
  background: none;
}

button * {
  pointer-events: none;
}

.remove {
  display: none !important;
}

.show {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

.hidden * {
  visibility: hidden !important;
}

.abs {
  position: absolute !important;
}

.rel {
  position: relative !important;
}

.ti-0 {
  text-indent: 0;
}

.ti-0p5 {
  text-indent: 0.5em;
}

.ti-1 {
  text-indent: 1em;
}

.ti-1p5 {
  text-indent: 1.5em;
}

.ti-2 {
  text-indent: 2em;
}

/* 정렬 */
.flex-column {
  flex-direction: column;
}
.align-tl {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.align-tc {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
.align-tr {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}
.align-cl {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.align-cc {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.align-cr {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.align-bl {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
}
.align-bc {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
}
.align-br {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.t-a-center {
  text-align: center !important;
}
.t-a-left {
  text-align: left !important;
}
.t-a-right {
  text-align: right !important;
}
.t-a-justify {
  text-align: justify !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mt-m5 {
  margin-top: -5px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.ml-auto {
  margin-left: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}

.mr-auto {
  margin-right: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}

.ls-m2 {
  letter-spacing: -2px;
}
.ls-m1p5 {
  letter-spacing: -1.5px;
}
.ls-m1 {
  letter-spacing: -1px;
}
.ls-m0p5 {
  letter-spacing: -0.5px;
}
.ls-0p5 {
  letter-spacing: 0.5px;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-1p5 {
  letter-spacing: 1.5px;
}
.ls-2 {
  letter-spacing: 2px;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.blank {
  display: inline-block;
}

/* img-text-cover */

.img-text-cover {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
  flex-shrink: 0;
  height: 0px !important;
  margin: 0 5px;
}
.img-text-cover > * {
  position: absolute;
}

.shrink-0 {
  flex-shrink: 0;
}

canvas {
  display: inline-block;
}

.wh-36 {
  width: 36px !important;
  height: 36px !important;
}

.wh-40 {
  width: 40px !important;
  height: 40px !important;
}
