@charset "UTF-8";
@import url("../fonts/fonts.css");
@import url("./reset.css");
:root {
  --vis-f:4.5rem;
  --arti-tit:4rem;
  --sec-t:5rem;
  --tit-f:3rem;
  --com-f: 2rem;
  --sub-tit:2.5rem;
  --lg-f:2.2rem;
  --md-f:1.8rem;
  --mm-f:1.7rem;
  --ss-f:1.4rem;
}

@media all and (max-width: 100rem) {
  :root {
    --vis-f:4rem;
    --arti-tit:3rem;
    --sec-t:3.5rem;
    --sub-tit:2rem;
    --tit-f:2.5rem;
    --com-f: 1.8rem;
    --lg-f:2rem;
  }
}
@media all and (max-width: 79.9375rem) {
  :root {
    --vis-f:3.5rem;
    --sec-t:3rem;
    --tit-f:2.2rem;
    --lg-f:1.8rem;
    --md-f:1.6rem;
    --mm-f:1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  :root {
    --arti-tit:2.8rem;
    --tit-f:1.8rem;
    --sub-tit:1.9rem;
    --com-f: 1.6rem;
    --lg-f:1.7rem;
    --md-f:1.5rem;
    --ss-f:1.3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  :root {
    --vis-f:2.7rem;
    --arti-tit:2.3rem;
    --sec-t:2.5rem;
    --sub-tit:1.7rem;
    --tit-f:1.8rem;
    --com-f: 1.4rem;
    --lg-f:1.6rem;
    --mm-f:1.4rem;
    --ss-f:1.2rem;
  }
}
body {
  width: calc(100vw - (100vw - 100%));
  font-size: var(--com-f);
  font-weight: 500;
  font-family: "SUIT", sans-serif;
  color: #000;
  line-height: 1;
  word-break: keep-all;
}

/* visible*/
.d-none {
  display: none !important;
}

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

/* 정렬 */
.flex-bt {
  display: flex;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}

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

.br {
  display: block;
}

.flex-1 {
  flex: 1 1 0 !important;
}

/* 폰트 */
.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

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

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

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

.fc-white {
  color: #fff !important;
}

.fc-black {
  color: #000;
}

.ff-suit {
  font-family: "SUIT", sans-serif !important;
}

.ff-mont {
  font-family: "Montserrat", sans-serif !important;
}

/* 보더 */
.border-t-0 {
  border-top: 0 none !important;
}

.border-b-0 {
  border-bottom: 0 none !important;
}

/* 셀렉트*/
select {
  width: 100%;
  height: 100%;
  border: 0 none;
}

/* 버튼 */
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.link-btn {
  padding: 1.8rem 3.679rem;
  font-size: var(--mm-f);
  font-weight: 700;
  border: 1px solid #002c5f;
  border-radius: 5.5rem;
  -webkit-border-radius: 5.5rem;
  -moz-border-radius: 5.5rem;
  -ms-border-radius: 5.5rem;
  -o-border-radius: 5.5rem;
}
.link-btn i::before {
  margin: 0 0 0 1rem;
  line-height: 0;
}

.bottom-btn-wrap {
  margin: 6rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.bottom-btn-wrap .btn {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
  color: #002c5f;
}

@media all and (max-width: 63.9375rem) {
  .link-btn {
    padding: 1.5rem 2.8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .bottom-btn-wrap {
    margin-top: 4rem;
  }
  .link-btn {
    padding: 1.3rem 2.5rem;
  }
}
/*배경색*/
.bg {
  background-color: #f4f3ef;
}

/* 패딩 */
.pb-0 {
  padding-bottom: 0 !important;
}

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

.full-img,
.img-box,
.figure {
  font-size: 0;
}
.full-img img,
.img-box img,
.figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  font-style: normal;
  line-height: 0;
}/*# sourceMappingURL=base.css.map */