* {}

div,
ul,
ol,
li,
dl,
dt,
dd,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
textarea,
a,
em,
svg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 0px;
  padding: 0px;
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  padding: 0;
  margin: 0;
  border: 0;

}

/* remember to define focus styles! */
:focus {
  outline: 1;
}

button,
a {
  color: #000;
}
button:focus,
a:focus {
  outline: 1;
}

body {
  background: white;
  line-height: 1.2;
  color: black;
  font-family: 'Pretendard';
  -webkit-font-family: 'Pretendard-Regular';
  -webkit-touch-callout: none;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

textarea {
  margin: 0px;
  padding: 0px;
  font-family: 'Pretendard' !important;
}

input {
  font-family: 'Pretendard' !important;
}

/* tables still need cellspacing="0" in the markup */
a {
  color: initial;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "";
}



.select_search {
  position: relative;
}

.select_search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  cursor: pointer;
  background-color: transparent;
}

input {
  padding: 0px;
  margin: 0px;
}

canvas {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

/* // 사이트 필요한 초기화 */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
button {
  border: none;
}

button {
  background-color: transparent;
  box-sizing: border-box;
}

/* // 크롬 인풋 정보 캐시 자동 채우기 CSS 초기화 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

textarea {
  box-shadow: none !important;
  resize: none;
}

textarea:focus {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

select:focus {
  outline: none !important;
}

input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.en {
  font-family: "Montserrat", sans-serif;
}