@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
html,
body,
button,
input,
select {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

.wide1280 {
  width: 1280px;
  margin: auto;
}
.wide1281 {
  width: 1280px;
  margin: auto;
}
.flex {
  display: flex;
  align-items: center;
}
.j-between {
  justify-content: space-between;
}
.star {
  color: #ff7800;
}
/*  */
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
.required,
textarea.required {
  background-image: url(../images/require.png) !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

img {
  max-width: 100%;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  min-width: 1400px;
}
