/* font */
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* //font */
.mt {
  font-family: "Montserrat", sans-serif;
}

.pr {
  background: #2a82d9 !important;
}

.pr2 {
  background: #1a3046 !important;
}

.yellow {
  background: #fbe300 !important;
}

.red {
  background: #B51500 !important;
}

.black_3b {
  background: #3b1e1e !important;
}

.black_3 {
  background: #333333 !important;
}

.black_15 {
  background: #000f15 !important;
}

.gray_db {
  background: #dbdbdb !important;
}

.gray_6 {
  background: #666666 !important;
}

.gray_93 {
  background: #939393 !important;
}

.gray_c2 {
  background: #c2c2c2 !important;
}

.gray_ba {
  background: #bababa !important;
}

.wt {
  background: #fff !important;
}

.wt_f6 {
  background: #f6f6f6 !important;
}

.box1 {
  background: #296eb3;
}

.box2 {
  background: #235db2;
}

.box3 {
  background: #1e479a;
}

.box4 {
  background: #11406b;
}

.box5 {
  background: #161732;
}

.pr_c {
  color: #2a82d9 !important;
}

.pr2_c {
  color: #1a3046 !important;
}

.yellow_c {
  color: #fbe300 !important;
}

.black_3b_c {
  color: #3b1e1e !important;
}

.black_3_c {
  color: #333333 !important;
}

.black_15_c {
  color: #000f15 !important;
}

.gray_db_c {
  color: #dbdbdb !important;
}

.gray_6_c {
  color: #666666 !important;
}

.gray_93_c {
  color: #939393 !important;
}

.gray_c2_c {
  color: #c2c2c2 !important;
}

.gray_ba_c {
  color: #bababa !important;
}

.wt_c {
  color: #fff !important;
}

.wt_f6_c {
  color: #f6f6f6 !important;
}

.box1_c {
  color: #296eb3 !important;
}

.box2_c {
  color: #235db2 !important;
}

.box3_c {
  color: #1e479a !important;
}

.box4_c {
  color: #11406b !important;
}

.box5_c {
  color: #161732 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Pre";
}

.container {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

section {
  padding: 140px 0;
}

.tit-box {
  text-align: center;
  margin-bottom: 60px;
}

.tit-box .tit {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}

.tit-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}

.tit-box .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}

.tit-box .tit span {
  font-weight: 300;
}

.tit-box .tit i {
  font-weight: bold;
  color: #2a82d9;
}

.tit-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}

.tit-box2 {
  text-align: left;
  margin-bottom: 80px;
}

.tit-box2 .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}

.tit-box2 .tit span {
  font-weight: 300;
}

.tit-box2 .tit i {
  font-weight: bold;
  color: #2a82d9;
}

.tit-box2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 47px;
  margin-top: 30px;
  border-radius: 60px;
  background: #2a82d9;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.tit-box_b {
  text-align: center;
}
.tit-box_b .tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
.tit-box_b .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}
.tit-box_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 47px;
  margin: 30px auto 0;
  border-radius: 60px;
  background: #2a82d9;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.st_none {
  font-style: unset !important;
}

footer {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #000f15;
}
footer .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .container .logo {
  width: 143px;
  height: auto;
  margin-bottom: 30px;
}
footer .container .logo img {
  width: 100%;
}
footer .container .address p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.24px;
  color: #939393;
}
footer .container .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.24px;
  color: #bababa;
}

.cs_form {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 16px 0;
  background: #1a3046;
  z-index: 3;
}
.cs_form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_form .d-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cs_form .input-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_form .input-box .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #fff;
}
.cs_form .input-box input {
  width: 300px;
  height: 48px;
  padding: 0 10px;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.cs_form .ckd_box input[type=checkbox] {
  display: none;
}
.cs_form .ckd_box input[type=checkbox]:checked ~ label:before {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/chk_on.png) no-repeat 50% 50%;
  background-size: cover;
}
.cs_form .ckd_box label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.32px;
  color: #fff;
}
.cs_form .ckd_box label:before {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/chk_off.png) no-repeat 50% 50%;
  background-size: cover;
}
.cs_form .submit_btn button {
  animation: heartbeat 1.5s ease-in-out infinite both;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 47px;
  border-radius: 60px;
  background: #2a82d9;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}/*# sourceMappingURL=footer.css.map */