@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing: border-box;
}
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,
font,
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,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  display: block;
}
html,
body {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple Gothic', verdana, '돋움', dotum, sans-serif;
  font-size: 16px;
  color: #2a2f3e;
  line-height: 1.5;
  letter-spacing: 0px;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  word-break: keep-all;
}
fieldset {
  border: none;
}
ol,
li {
  list-style: none;
  zoom: 1;
}
span,
p,
a,
div,
em {


}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  overflow: visible;
  cursor: pointer;
  line-height: 1;
}
a {
  color: #2a2f3e;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
legend,
caption {
  display: none;
}
textarea {
  resize: vertical;
  color: inherit;
  font: inherit;
  overflow-y: auto;
}
input,
select {
  color: inherit;
  font: inherit;
}
input::-ms-clear {
  display: none;
}
input:disabled {
  -webkit-text-fill-color: inherit;
  opacity: 1;
}
img,
button,
input,
select,
textarea {
  vertical-align: top;
  outline-style: none;
}
label {
  vertical-align: middle;
  cursor: pointer;
}
address,
i,
em {
  display: inline;
  font-style: normal;
  zoom: 1;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
img {
  perspective: 1;
  -ms-perspective: 1;
  -o-perspective: 1;
  -webkit-perspective: 1;
  -moz-perspective: 1;
}
br {
  font-family: dotum !important;
}
hr {
	border: 0;
	border-top: 1px solid #cbcedb;
}
.v-num {
  font-family: 'Poppins' !important;
}

/* Forms */
select {
  width: 100%;
  height: 66px;
  background-color: #fff;
  background-image: url('/images/common/select-arrow.png');
  background-repeat: no-repeat;
  background-position: right 17px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2a2f3e;
  border: 1px solid #cbcedb;
  border-radius: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
select::-ms-expand {
  display: none;
}
select[readonly],
select[disabled] {
  background: #dfe0e8;
  border: 1px solid #cbcedb;
  cursor: auto;
  opacity: 0.8;
}
input[type='text'].small,
input[type='password'].small,
input[type='tel'].small,
input[type='search'].small,
input[type='search'].small,
input[type='email'].small,
input[type='number'].small,
input[type='date'].small,
select.small {
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
}
select.small {
  background-position: right 10px center;
}
input[type='tel'],
input[type='time'],
input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='file'],
input[type='url'],
input[type='number'],
input[type='date'],
textarea {
  width: 100%;
  height: 66px;
  color: #2a2f3e;
  border: 1px solid #cbcedb;
  background: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #a0a2a9;
  font-weight: 300;
}
textarea {
  padding: 10px 15px;
  height: 120px;
  resize: none;
}
select:focus,
textarea:focus,
input:focus {
  /*border: 1px solid #e64d3e;*/
}
textarea[readonly],
textarea[disabled],
input[type='tel'][readonly],
input[type='text'][readonly],
input[type='password'][readonly],
input[type='email'][readonly],
input[type='search'][readonly],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='email'][disabled] {
  -webkit-appearance: none;
  background: #dfe0e8;
  border: 1px solid #cbcedb;
  cursor: auto;
  opacity: 0.8;
}
input[type='file'] + label {
  display: inline-block;
  vertical-align: middle;
  width:130px;
  padding:8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #383f53;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2c2e36;
  cursor: pointer;
}
input[type='file'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}
.clear {
  clear: both !important;
}