@charset "utf-8";
@import url('../fonts.css?ver=20231113');
@import url("layout.css");
@import url("common.css");

/*=================================================================================
 * Style Import
 =================================================================================*/

/*=================================================================================
 * Default Tag Style
 =================================================================================*/
html {
  height: 100%;
}
html,
body,
figure {
  margin: 0;
  padding: 0;
}

/* body {
  overflow-x: auto;
} */
body {
  height: 100%;
  background: #fff;
  font-size: 16px;
  color: #4e4e4e;
  font-family: "Noto Sans KR", "Sans-serif";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
a,
iframe,
span,
img,
input,
table,
th,
td,
pre {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
fieldset {
  border: none;
}
legend,
caption {
  display: none;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}

table,
th,
td {
  border-collapse: collapse;
}

input,
select,
textarea,
button,
input.button,
input.check,
input.radio {
  margin: 0;
  padding: 0;
  font-family: "Spoqa Han Sans", "Spoqa Han Sans JP", "Sans-serif";
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

input.text,
textarea.text {
  border-top: 1px solid #a2a2a2;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #a2a2a2;
  padding: 4px 0 7px 5px;
}
input.text {
  width: 200px;
}
input.image {
}
input.check {
  vertical-align: middle;
  margin-top: -2px;
}
input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
input[type="text"]:disabled,
select:disabled {
  background: #eee;
}
input.file {
  height: 25px;
}
input.button {
  height: 23px;
  padding: 0 10px 0 10px;
  margin-left: 2px;
}
button {
  cursor: pointer;
  border: 1px solid transparent;
  background: none;
  color: #3e332e;
  padding: 0;
  margin: 0;
}
button:focus {
  outline: 2;
  border: 1px solid #5a86a7;
}

a:link,
a:visited {
  color: #3e332e;
  text-decoration: none;
}
a:hover,
a:active {
  color: #3e332e;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}


