* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  font-family: "Pretendard", sans-serif;
}
.container {
  width: 984px;
  margin: 0 auto;
}
.cage {
  padding: 140px 0;
}
.point {
  color: #2e6fff;
}
/* primary_bg */
.primary_bg {
  background: #2e6fff;
}
/* primary_btn */
.primary_btn {
  background-color: #2e6fff !important;
  color: #fff !important;
}
/* section_title */
.section_title {
  color: #111;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section_title span {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.section_title h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.section_title h3 .point {
  color: #2e6fff;
  font-weight: 700;
}
.section_title p {
  color: #595959;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}

.primary_bg .section_title {
  color: #fff;
}
body {
  background-color: #f3f3f3;
}
/* header */
#header {
  width: 100%;
  height: 82px;
  background-color: #f3f3f3e7;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  transition: background-color 0.3s ease;
}
#header .container {
  height: 100%;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
}
#header .logo a {
  font-family: "Nunito Sans", sans-serif;
  transition: color 0.3s ease;
}
#header .menu ul {
  display: flex;
}
#header .menu ul li a {
  display: inline-block;
  padding: 31px 20px;
  color: #4b4b4b;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  transition: color 0.3s ease;
}

#main {
  overflow-x: hidden;
  background-color: #f3f3f3;
}

#footer {
}
#footer .cage {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .left {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
#footer .left .copyright {
  color: #111;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
#footer .left .copyright span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
#footer .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#footer .left ul li {
  color: #414141;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
#footer .left ul li span {
  margin: 0 8px;
  position: relative;
}
#footer .left ul li span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 8px;
  background: #707070;
}
#footer .right {
  display: flex;
  flex-direction: column;
  font-family: "Nunito Sans", sans-serif;
  gap: 16px 0;
}
#footer .right ul {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
#footer .right ul li span {
  color: #414141;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
#footer .right ul li p {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
#footer .right address {
  color: #414141;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
#footer .footer_logo {
  color: #2e6fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 15px;
  width: 100%;
  margin-top: 60px;
}

.footer_logo span {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif !important;
  transition: transform 0.1s ease;
  transform-origin: center bottom;
}
