@charset "UTF-8";
/* reset */
/* 여백 초기화 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video { padding: 0; margin: 0; border: 0; font-size: 100%; vertical-align: baseline; box-sizing: border-box; word-break: keep-all; } 

/* html5shiv */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary { display: block; } 

/* img */
img { width: 100%; vertical-align: middle; } 


/* 단어 줄바꿈 */
p,
span { word-break: keep-all; } 

/* a 링크 초기화 */
a { display: inline-block; color: #333333; text-decoration: none; } 

/*:before, :after*/
*,
*:after,
*:before { box-sizing: border-box; } 

/* 블릿기호 초기화 */
li,
ol,
ul { list-style: none; } 

/* 사파리 혹은 타 브라우저에서 태그 radius현상 없에기 */
.input,
textarea,
button { border: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; outline: 0; } 

/*버튼 초기화*/
button { padding: 0; border: 0; background: none; cursor: pointer; } 

/* 폰트 기본 세팅 */
*,
body,
p,
address,
body,
button,
em,
input,
input::placeholder,
select,
table,
textarea,
a {
    color: #303030;
    font-weight:400;
    font-size: 17px;
    line-height: 1.4;
  font-family: 'Noto Sans KR',sans-serif;
  letter-spacing: -0.03em;
  letter-spacing: -1px; 
  font-style: inherit;
  }

/* textarea 초기화 */
textarea { resize: none; } 

/* 인용문 기호 초기화 */
blockquote,
q { quotes: none; } 
blockquote:after,
blockquote:before,
q:after,
q:before { content: ''; content: none; } 

/*input box 초기화*/
input { border: 0; background: none; } 

/*table*/
table { border-collapse: collapse; border-spacing: 0; } 

/*form 초기화*/
fieldset { border: 0; } 

/* 드래그 시 배경색, 폰트색 변경 */
::selection { color: #fff; background-color: #ee7500; } 

/* 웹접근성을 고려한 블라인드 처리 */
.hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; white-space: nowrap; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; } 

/* clearfix */
.clearfix:after { display: block; clear: both; content: ''; } 

/* 아이폰에서 테이블 width 간격이 모두 같을 때 */
caption { width: 0; height: 0; font-size: 0; line-height: 0; visibility: hidden; overflow: hidden; } 

/* font color */
:root { --black-color: #333333; --white-color: #ffffff; --gray-color: #dbdbdb; --red-color: #e61930; --text-gray-color:#777; --main-color: #ee7500; --box-color: #f2f9ff; } 
