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%;
  color: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
a {
  font-family: "Noto Sans KR", sans-serif;
}

.inr {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto !important;
  padding: 0 16px;
  position: relative;
}

body {
    height:100vh;
}

a:hover {
  color: inherit;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.font-bold {
  font-weight: 600 !important;
}

.loginwrapper {
    width:100%;
}

.loginform {
    border: 1px solid #00000020;
    width:400px;
    padding:10px;
}

.joinform {
    border: 1px solid #00000020;
    width:400px;
    padding:10px;
}

.container {
    height: 100vh;
    display: flex;
    justify-content: center;
}

.img_wrapper img {
    width:100%;
}

.wi49 {
    width:49%;
}

.bd-1 {
    display: flex;

    border: var(--bs-border-width) solid var(--bs-border-color);
}

.birth-title {
    display: flex;
    align-items: center;
    padding-left:10px;
    padding-right:0px;
}

input::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}