@charset "utf-8";

@font-face {
  font-family: 'SUIT';
  src: url('../fonts/SUIT-Light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SUIT';
  src: url('../fonts/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SUIT';
  src: url('../fonts/SUIT-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SUIT';
  src: url('../fonts/SUIT-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SUIT';
  src: url('../fonts/SUIT-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "SUIT", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

a {
  text-decoration: none;
}
body .clear {
  zoom: 1;
  clear: both;
}
body .split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: inherit;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-family: inherit;

  white-space: pre-wrap; /* CSS3*/
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-all; /* Internet Explorer 5.5+ */
}

/* ie10,11에서 select 화살표 없애기  */
select::-ms-expand {
  display: none;
}

select {
  /* select 화살표 없애기 */
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding-right: 30px !important;
  cursor: pointer;
}
/* input number 버튼삭제 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}
input {
  color: #777;
  font-weight: 400;
}
input::placeholder {
  color: #c2c6cb;
  font-weight: 500;
}

select {
  color: #777;
  font-weight: 400;
}
select::placeholder {
  color: #c2c6cb;
  font-weight: 500;
}

/* ie10,11에서 select 화살표 없애기  */
.searchbox select::-ms-expand {
  display: none;
}

/* 텍스트 정렬 */
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_center {
  text-align: center;
}
/* 여백 */
.h5 {
  height: 5px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h10 {
  height: 10px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h20 {
  height: 20px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h30 {
  height: 30px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h40 {
  height: 40px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h50 {
  height: 50px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h60 {
  height: 60px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h70 {
  height: 70px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h80 {
  height: 80px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h90 {
  height: 90px;
  padding: 0;
  margin: 0;
  clear: both;
}
.h100 {
  height: 100px;
  padding: 0;
  margin: 0;
  clear: both;
}
