@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
/* 폰트 */
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  background-color: #fff;
  color: #333;
  word-break: keep-all;
  font-weight: normal;
  font-size: 14px;
  font-family: "Cormorant Garamond", "돋움", dotum, sans-serif;
  overflow-x: hidden;
}
img {
  vertical-align: middle;
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  display: block;
  color: #7d7d7d;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #333;
  text-decoration: none;
}
button {
  cursor: pointer;
}

/* ==================== */

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-button {
}
.blind {
}

@media screen and (max-width: 812px) {
  .br {
    display: none;
  }
  .br-mb {
    display: block;
  }
  .main-title {
    font-size: 10vw;
    color: #000;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.035em;
  }
  .main-title > div {
    display: inline-block;
  }
}
