@charset "utf-8";

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;
  vertical-align: baseline;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* reset */
html,body { height:100%; width:100%; position: relative;}
* {margin:0; padding:0; list-style:none; box-sizing: border-box; text-decoration:none; font-family: 'Noto Sans KR', sans-serif; font-weight: 500;}
ul>li>a { text-decoration:none; }
a { color:#fff; }
a:hover, map:hover, area:hover{cursor:pointer; outline: none;}
area:focus, 
area:visited{ outline: none;}
img, map{border:none;}
button {cursor:pointer; border:none; background: transparent;outline: none;}
button:focus {outline: none;}
button:hover{cursor: pointer; text-decoration: none;}
a, button{text-decoration: none; color: #333333; padding: 0; border: 0; margin: 0; outline: none !important;}

iframe{display: block; border:none; width:100%}
i{display: block;}
table{border-collapse: collapse}

/* input/select 박스 리셋/커스텀 - 크로스브라우징완료 */
input[type="text"],
input[type="search"]{width: 256px; height: 38px; padding: 0 5px; margin-right: 4px; display: block; font-size: 17px;  font-family: 'Noto Sans KR', sans-serif; border:1px solid #193b6a;-webkit-appearance: none; -webkit-border-radius: 0;}
input[type="image"],
input[type="submit"]{height: 38px; padding: 10px; display: block; float: left; background: #193b6a}
select {width: 107px; height: 38px;padding: 5px 20px;font-size: 17px; font-family: 'Noto Sans KR', sans-serif;  box-sizing: border-box; border:1px solid #193b6a;border-radius: 0 0 0 0; -webkit-border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; background:url(../img/comm/select_arrow.png) no-repeat 90% 50% #fff;}
select::-ms-expand {display: none;}

