div,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
button,
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,
select,
textarea{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font-family: "AppleSDGothicNeo";*/
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 14px;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

sup{
  position: relative;
  top: -0.35em;
}
body {
  line-height: 1;
}
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 {
  text-decoration: none;
  color: #000;
}

input,
textarea,
button,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  outline: none;
}

.customSelectWrapper {
  position: relative;
}

.customSelectOptionWrapper {
  position: absolute;
  left: 0;
  z-index: 100;
  border: 1px solid black;
  background-color: white;
  box-sizing: border-box;
}

/*.customSelectWrapper::after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border-bottom: 1px solid #555;*/
/*  border-left: 1px solid #555;*/
/*  vertical-align: middle;*/
/*  position: absolute;*/
/*  right: 17px;*/
/*  top: 50%;*/
/*  transform: rotate(-45deg);*/
/*  margin-top: -10px;*/
/*  margin-left: -10px;*/
/*}*/
/*.customSelectWrapperSmall::after {*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  right: 12px;*/
/*  margin-top: -8px;*/
/*  margin-left: -8px;*/
/*}*/

.customSelectWrapper.readonly {
  cursor: not-allowed;
}

.customSelectWrapper {
  position: relative;
}

.customSelectOptionWrapper {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  top: 100%;
  border: 1px solid black;
  background-color: white;
  box-sizing: border-box;
}

/*.customSelectWrapper::after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border-bottom: 1px solid #555;*/
/*  border-left: 1px solid #555;*/
/*  vertical-align: middle;*/
/*  position: absolute;*/
/*  right: 17px;*/
/*  top: 50%;*/
/*  transform: rotate(-45deg);*/
/*  margin-top: -10px;*/
/*  margin-left: -10px;*/
/*}*/
/*.customSelectWrapperSmall::after {*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  right: 12px;*/
/*  margin-top: -6px;*/
/*  margin-left: -8px;*/
/*}*/

.customSelectWrapper.readonly {
  cursor: not-allowed;
}
