@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.intro-placeholder {
  padding: 120px 0 140px !important;
  background: none;
}
@media screen and (max-width: 991.98px) {
  .intro-placeholder {
    padding: 80px 0 100px !important;
  }
}
.intro-placeholder .area {
  min-height: clamp(360px, 60vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-placeholder .intro-placeholder__box {
  max-width: 860px;
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 54px 34px;
  text-align: center;
  border: 1px dashed #c9c4be;
  border-radius: 18px;
  background: #fff;
  color: #5c534c;
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .intro-placeholder .intro-placeholder__box {
    padding: 40px 22px;
    border-radius: 14px;
  }
}
.intro-placeholder .intro-placeholder__title {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 700;
  color: #2c2721;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .intro-placeholder .intro-placeholder__title {
    font-size: 22px;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  }
}
.intro-placeholder .intro-placeholder__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #746b64;
}