:root {
    --blue-800: #004FD0;
    --blue-700: #1454F2;
    --blue-600: #7DACF8;
    --blue-500: #A0C3FA;
    --blue-400: #BDD7FF;
    --blue-300: #C6DBFF;
    --blue-200: #E0ECFF;
    --blue-100: #EEF4FF;

    --gray-600: #22282F;
    --gray-500: #39424E;
    --gray-400: #9BA5B4;
    --gray-300: #D1D6DD;
    --gray-200: #E7E9EC;
    --gray-100: #F3F4F6;

    --danger-700: #D93838;
    --danger-600: #FF4242;
    --danger-500: #FF6868;
    --danger-400: #FF9797;
    --danger-300: #FFB3B3;
    --danger-200: #FFD9D9;
    --danger-100: #FFEDED;

    --white: #FFFFFF;
    --black: #000000;
}

* {
    box-sizing: border-box;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
button{
    font-family: Pretendard;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

em {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

br.mobile_br {
    display: none;
}
p { font-size: 16px; }
body {
    font-size: 14px;
    line-height: 1.385;
    letter-spacing: -0.2px;
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
    color: #14171C;
}

h1,.h1 {
    /* 	font-size: 2.769rem; */
    font-size: 36px;
    line-height: 1.334;
    font-weight: 700;
}

h2,.h2 {
    /* 	font-size: 2.461rem; */
    font-size: 32px;
    line-height: 1.312;
    font-weight: 700;
}

h3,.h3 {
    /* 	font-size: 1.846rem; */
    font-size: 24px;
    line-height: 1.334;
    font-weight: 700;
}

h4,.h4 {
    /* 	font-size: 1.538rem; */
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

h5,.h5 {
    /* 	font-size: 1.307rem; */
    font-size: 17px;
    line-height: 1.53;
    font-weight: 700;
}

h6,.h6 {
    /* 	font-size: 1.153rem; */
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}

small,
.small {
    font-size: 11px;
}

strong,
.strong {
    font-weight: 700;
}

b,
.b {
    font-weight: 500;
}

.normal {
    font-weight: 400;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.highlight {
    color: var(--blue-700);
}

.text_left {
    text-align: left !important;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
}

.container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 1080px;
    margin: 0 auto;
}

.lg_container {
    margin: 0 auto;
    max-width: 1680px;
}

.md_container {
    margin: 0 auto;
    max-width: 1170px;
}

.sm_container {
    margin: 0 auto;
    max-width: 840px;
}

.xs_container {
    margin: 0 auto;
    max-width: 420px;
}

.common_section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.sign_section {
    padding-top: 80px;
    padding-bottom: 100px;
}


.bg_gray {
    background: var(--gray-100);
}

/* color */
.gray {
    color: #6B7787;
}
.white {
    color: #fff;
}

/*
    icon
    small 12px
    midium 16px
    large 24px
*/
.ico {
    display: inline-block;
    font-size: 0;
    font-style: normal;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.ico.xs {
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.ico.sm {
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.ico.md {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.ico.lg {
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.ico.xl {
    width: 32px;
    height: 32px;
    background-size: 32px;
}

.ico_app {
    background-image: url('/images/icon/mozy_app_icon.png');
}

.inline_text {
    display: inline-flex;
    align-items: center;
}

.inline_text.gap8 {
    gap: 8px;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    background-color: #5D5FEF;
    color: #fff;
}