/* 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;
}

.visual {
  width: 100%;
  height: auto;
  padding: 241px 0 151px;
  background: url(./../img/kv_bg.webp) no-repeat 50% 50%;
  background-size: cover;
}
.visual .container {
  display: flex;
  flex-flow: column;
  gap: 100px;
}
.visual .txt-box {
  text-align: left;
}
.visual .txt-box .tit {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #fff;
}
.visual .txt-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #dbdbdb;
}
.visual .kv_num_an {
  width: auto;
  height: auto;
}
.visual .kv_num_an ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.visual .kv_num_an ul li {
  width: 220px;
  height: auto;
}
.visual .kv_num_an ul li .child-box {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.25);
}
.visual .kv_num_an ul li .child-box figure {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 33px;
}
.visual .kv_num_an ul li .child-box figure img {
  width: 50px;
  height: auto;
  border-radius: 8px;
}
.visual .kv_num_an ul li .child-box .sub {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}
.visual .kv_num_an ul li .child-box .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}
.visual .kv_num_an ul li .child-box .num span {
  font-size: 40px;
}

.sub_kv {
  width: 100%;
  height: auto;
  padding: 173px 0;
  background: url(./../img/sub_bg1.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub_kv2 {
  background: url(./../img/sub_bg2.webp) no-repeat 50% 50%;
  background-size: cover;
}
.sub_kv3 {
  background: url(./../img/sub_bg3.webp) no-repeat 50% 50%;
  background-size: cover;
}
.sub_kv4 {
  background: url(./../img/sub_bg4.webp) no-repeat 50% 50%;
  background-size: cover;
}
.sub_kv5 {
  background: url(./../img/sub_bg5.webp) no-repeat 50% 50%;
  background-size: cover;
}
.sub_kv .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_kv .txt-box .tit {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #fff;
}
.sub_kv .txt-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #dbdbdb;
}
.sub_kv .kv_num_an {
  width: auto;
  height: auto;
}
.sub_kv .kv_num_an ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub_kv .kv_num_an ul li {
  width: 220px;
  height: auto;
}
.sub_kv .kv_num_an ul li .child-box {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.25);
}
.sub_kv .kv_num_an ul li .child-box figure {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 33px;
}
.sub_kv .kv_num_an ul li .child-box figure img {
  width: 50px;
  height: auto;
  border-radius: 8px;
}
.sub_kv .kv_num_an ul li .child-box .sub {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}
.sub_kv .kv_num_an ul li .child-box .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}
.sub_kv .kv_num_an ul li .child-box .num span {
  font-size: 40px;
}/*# sourceMappingURL=kv.css.map */