@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #fff;
  z-index: 9997;
}

.head {
  width: 96.6%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 9997;
}

.caus_move_btn>a>button {
  width: 120px;
  height: 30px;
  border-radius: 10px;
  background: #004225;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.caus_move_btn>a>button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.caus_move_btn>a>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}