@charset "utf-8";
/* CSS Document */
/*font설정*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&subset=korean"); /* 100 Thin, 300 Light, 400 Regular, 500 Medium, 700 Bold, 900 Black */
@font-face {
  font-family: "Spoqa";
  font-weight: 300;
  src: local("Spoqa Han Sans Neo Light"), url("fonts/SpoqaHanSansNeoLight.woff2") format("woff2"),
    url("fonts/SpoqaHanSansNeoLight.woff") format("woff"), url("fonts/SpoqaHanSansNeoLight.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa";
  font-weight: 400;
  src: local("Spoqa Han Sans Neo Regular"), url("fonts/SpoqaHanSansNeoRegular.woff2") format("woff2"),
    url("fonts/SpoqaHanSansNeoRegular.woff") format("woff"), url("fonts/SpoqaHanSansNeoRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa";
  font-weight: 500;
  src: local("Spoqa Han Sans Neo Medium"), url("fonts/SpoqaHanSansNeoMedium.woff2") format("woff2"),
    url("fonts/SpoqaHanSansNeoMedium.woff") format("woff"), url("fonts/SpoqaHanSansNeoMedium.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa";
  font-weight: 700;
  src: local("Spoqa Han Sans Neo Bold"), url("fonts/SpoqaHanSansNeoBold.woff2") format("woff2"),
    url("fonts/SpoqaHanSansNeoBold.woff") format("woff"), url("fonts/SpoqaHanSansNeoBold.ttf") format("truetype");
}

/*common*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:before,
:after {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  font-family: "Spoqa", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.2px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
img,
fieldset {
  border: none;
  vertical-align: top;
}
legend,
caption {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}
textarea,
button {
  vertical-align: middle;
}
input,
select {
  font-size: 14px;
  letter-spacing: -0.6px; /*height:40px;*/
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #b4b4b4;
  font-family: "Spoqa", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-weight: 400;
  color: #000000;
  border-radius: 8px;
}
input {
  padding: 10px 12px;
  -webkit-tap-highlight-color: transparent;
}
option {
  padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  border: 0;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="password"] {
  height: 40px;
  border: 1px solid #d0d0d0;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"] {
  width: 100%;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input.error {
  border: 1px solid #e64949 !important;
}
input:focus {
  outline: none;
  border: 1px solid #333333;
}
input:active {
  outline: none;
  border: 1px solid #333333;
}
select {
  padding: 9px 30px 9px 9px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background: url("../images/m_down_grayIcon_28x16.png") no-repeat right 11px top 50% #fff;
  background-size: 14px 8px;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: inherit;
  background: none;
}
textarea {
  font-family: "Spoqa", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  letter-spacing: -0.6px;
  word-break: break-all;
  height: 180px;
  padding: 10px;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #b4b4b4;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
}
textarea:focus,
textarea:active {
  outline: none;
  border: 1px solid #333333;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
button:active {
  outline: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
th,
b,
strong {
  font-weight: normal;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
}
:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
}
::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
}
:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
}
:placeholder-shown {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
}
input[readonly],
input[readonly="readonly"] {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #333333;
  background: #f6f6f6;
}
