@charset "utf-8";

*{word-break:keep-all;}
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%;
	text-size-adjust : none;
    font: inherit;
    vertical-align: baseline;
    outline: none;
	letter-spacing: -0.03em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.body__container {
    width: 100%;
	overflow: hidden;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size:16px;
    font-weight:400;
    color: #333;
    line-height: 1.66;
    /* letter-spacing: -0.05em!important; */
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

table th,
table td{
    display: table-cell;
    vertical-align: middle;
}

a{text-decoration: none; color: #333;}
button{outline: none;background: none;margin:0;padding: 0;border: 0; font-family: 'Noto Sans KR', sans-serif !important;letter-spacing: -0.05em!important;}
figure{line-height: 0;}
em{display: block;}


/* input 기본 스타일 초기화 */
input {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;;
	appearance: none !important;;
	outline: none !important;
	border: 0;
	letter-spacing: -0.05em;
	font-family: 'Noto Sans KR', sans-serif !important;
	-webkit-user-select: text;moz-user-select: text; -ms-user-select: text; user-select: text;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Select box 스타일 초기화 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-family: 'Noto Sans KR', sans-serif
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand { display: none; }


input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}


input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
    display: none;
}


input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=submit],
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  /*   background: none; */
}

textarea {
    overflow: auto;
    resize: none;
    width:100%;
    outline:none;
    border:1px solid #ddd;
    padding:15px 20px;
    box-sizing: border-box;
    font-size: 1.125em;
    line-height: 1.6;
    color: #333;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
	background-color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	border-radius:0;
}



@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    input, textarea {
        transform: translateZ(0px) !important;
    }
}
