@charset "UTF-8";
body {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  color: #000;
}

@media all and (max-width: 63.9375rem) {
  body {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  body {
    font-size: 1.4rem;
  }
}
/* visivle*/
.d-none {
  display: none !important;
}

.hidden {
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 1px !important;
}

/* 정렬 */
.flex {
  display: flex;
}

.flex-bt {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.br {
  display: block;
}

/* 폰트 */
.ff-pop {
  font-family: "Poppins", sans-serif;
}

.ff-kr {
  font-family: "Noto Sans KR", sans-serif;
}

.wid-100p {
  width: 100%;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-main {
  color: #E15E35 !important;
}

.fc-sub {
  color: #DFDBF6 !important;
}

.bg-gray {
  background-color: #FCFBF9;
}

/* 보더 */
.border-top-1 {
  border-top: 1px solid #000;
}

.border-bottom-1 {
  border-bottom: 1px solid #000;
}

/* 마진 */
.mb-0 {
  margin-bottom: 0 !important;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
}