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: inherit;
  vertical-align: baseline;
  font-family: NotoSans, "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo",
    "돋움", dotum, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 12px;
  line-height: 22px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input,
select,
textarea,
button {
}
button {
  cursor: pointer;
  width: auto;
  overflow: visible;
  color: inherit;

  vertical-align: middle;
  background: transparent;
  border: none;
  box-sizing: border-box;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
}
caption,
legend {
  /*width:1px; height:0.1px; font-size:0px; line-height:0; text-indent:-9999px;*/
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
input[type="text"],
input[type="password"] {
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  box-shadow: none !important;
}
input:checked[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="text"]::-ms-clear {
  display: none;
}
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
select,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
select {
  padding: 0 25px 0 10px !important;
  width: auto;
  height: 30px;
  font-size: 12px;
  color: #4d4d4d;
  border: 1px solid #ccc;
  background: #fff url(../img/ico_select.png) no-repeat right 13px center;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
  vertical-align: middle;
}

label {
  /*display: inline-block;*/
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  top: 0px;
}

.form-control {
  display: inline;
  width: 80px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  /* background-clip: padding-box; */
  /* border: 1px solid #ced4da; */
  /* border-radius: 0.25rem; */
  /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  border: none;
  border-bottom:1px solid #333;
}


.form-control2 {
  display: block;
  width: 98%;
  height: 60px;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-contro3 {
  display: inline;
  width: 80px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  /* background-clip: padding-box; */
  /* border: 1px solid #ced4da; */
  /* border-radius: 0.25rem; */
  /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  border: none;
  
}
