@charset "UTF-8";

/*  _mixin.scss
    xxx {
        @include box-sizing(50%)  
    }
*/
/* opacity(1.0) == 100% */
/* 1줄 말줄임 */
/* 멀티라인 말줄임 */
/* 텍스트 깨기 */
/* 텍스트 단어별 줄바꿈  */
/* float 영역 유지 */
/* before middle */
/* 단위환산 / vw(10vw) */
/* common.scss */
/* _variables.scss */
html,
body {
    -webkit-text-size-adjust: none;
    font-family: Pretendard, "android sans fallback", "AppleGothic", "Nanum Gothic", Malgun Gothic, dotum, "돋움", Arial, Sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
}

/*글자자동조절방지*/
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,
font,
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 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li,
ol {
    list-style: none;
}

img,
fieldset,
video {
    border: 0;
    vertical-align: top;
}

input,
textarea,
select {
    vertical-align: middle;
    resize: none;
    position: relative;
    border-radius: 0;
}

button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

caption,
legend,
.hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
}

table caption.tit {
    width: 100%;
    height: auto;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    text-indent: 0;
    visibility: visible;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

blockquote,
q {
    quotes: none;
}

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

body,
a,
li,
dt,
dd,
td,
th,
span,
div,
input,
textarea,
button,
option,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
figcaption {
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

a,
span,
i,
em,
input,
button,
samp {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: normal;
}

strong,
b {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
}

i,
em {
    font-style: normal;
}


.blind {
    position: absolute;
    top: -99999px;
    left: -99999px;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.content-html {
    max-width: 1024px;
}

.content-tit {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 36px;
}

.content-body {
    font-size: 14px;
    line-height: 24px;
}

.content-body.pre {
    white-space: pre-wrap;
}

.jconfirm-box {
    max-width: 1024px;
}

/*# sourceMappingURL=maps/common.css.map */