@charset "utf-8";

/** setting **/
/* @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); */
/* @font-face { font-family: 'SCDream1'; src: url(../font/SCDream1.woff) format('truetype'); }
@font-face { font-family: 'SCDream2'; src: url(../font/SCDream2.woff) format('truetype'); }
@font-face { font-family: 'SCDream3'; src: url(../font/SCDream3.woff) format('truetype'); }
@font-face { font-family: 'SCDream4'; src: url(../font/SCDream4.woff) format('truetype'); }
@font-face { font-family: 'SCDream5'; src: url(../font/SCDream5.woff) format('truetype'); }
@font-face { font-family: 'SCDream6'; src: url(../font/SCDream6.woff) format('truetype'); }
@font-face { font-family: 'SCDream7'; src: url(../font/SCDream7.woff) format('truetype'); }
@font-face { font-family: 'SCDream8'; src: url(../font/SCDream8.woff) format('truetype'); }
@font-face { font-family: 'SCDream9'; src: url(../font/SCDream9.woff) format('truetype'); } */
/*
html, body { width:100%;   overflow:visible; letter-spacing:0px; color:#333; font-size:10px; font-family: 'Noto Sans KR', sans-serif; background-color:#dce1e6; }
*/
html {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    letter-spacing: 0px;
    color: #252525;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #fff;
    line-height: 1;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');




@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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,
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;
    /* vertical-align: baseline; */
    box-sizing: border-box;
    /*세로모드에서 가로모드로 전환할때 텍스트가 약간 커지는 현상 방지*/
    -webkit-text-size-adjust: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
    box-sizing: border-box;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
a {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: 'Noto Sans KR', sans-serif;
    color: inherit;
}

textarea,
input,
select,
textarea {
    padding: 0;
    margin: 0;
    outline: 0;
    font-size: inherit;
    font-family: 'Noto Sans KR', sans-serif;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5 10px;
}

select {
    background: url(../images/basic_select.png) no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    background-size: 10px 7px;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=date]::-webkit-inner-spin-button,
.top_wrap .input_wrap input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:active,
a:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.8;
}

img {
    max-width: 100%;
}

i {
    font-size: 0;
}

hr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #e1e1e1;
}


/* placeholder */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

/* 스크롤 */
/* ::-webkit-scrollbar-track { background-color: #f5f5f5; }
::-webkit-scrollbar { width: 0px;
                      background: transparent;
                      height: 0px !important; }
::-webkit-scrollbar-thumb { background-color: #aaa; } */