@charset "UTF-8";
/* reset.css */
body, header, footer, main, section, article, aside, nav, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote, table, th, td, input, select, textarea, blockquote, address, button {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
  word-break: keep-all;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

fieldset, img {
  border: 0 none;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, select, textarea, button {
  font-size: 62.5%;
  vertical-align: middle;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}

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

html, body {
  height: 100%;
}

body {
  background: #fff;
  -webkit-text-size-adjust: none;
}

body, th, td, input, select, textarea, button, pre {
  line-height: 1;
  /* font-family: "Pretendard", sans-serif; */
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  outline: 0;
  display: inline-block;
}

a:active, a:hover, a:link, a:visited {
  color: #000;
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

img {
  vertical-align: top;
  width: 100%;
}

hr {
  display: none;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea, input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='date'] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
}

input[type='checkbox']:checked {
  background-color: #666;
  -webkit-appearance: checkbox;
}

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
  -webkit-appearance: button;
  border-radius: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus{
    border:1px solid #F55F5F;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* iPhone number color reset */
::-webkit-input-placeholder {
  color: #ccc;
  -webkit-border-radius: 0;
}

/* WebKit browsers */
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #ccc;
}

/* Internet Explorer 10+ */
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
  color: #000;
}

/* global */
.blind {
  position: absolute;
  top: -9999px;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1%;
  line-height: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 1줄 말줄임 */
.lineClamp {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 2줄 말줄임 */


