/* font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
  font-style: normal;
  word-break: keep-all;
}

ul, li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

img {
  display: block;
}

/* header */
.open-menu {
  display: none;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 9999;
  padding: 20px 0;
  transition: all 0.3s;
}
header .header-wrap {
  width: 75.67%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .left {
  position: relative;
}
header .header-wrap .left a {
  display: block;
}
header .header-wrap .left a img {
  transition: all 0.3s;
}
header .header-wrap .left a img:nth-child(1) {
  opacity: 1;
}
header .header-wrap .left a img:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
}
header .header-wrap .center > ul {
  display: flex;
  align-items: center;
}
header .header-wrap .center > ul > li {
  position: relative;
}
header .header-wrap .center > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  transition: all 0.3s;
}
header .header-wrap .center > ul > li > a:hover {
  color: #1363DF;
}
header .header-wrap .center > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -5px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  border-radius: 12px 0px;
  overflow: hidden;
  transition: all 0.3s;
}
header .header-wrap .center > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 42px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6B7684;
  transition: all 0.3s;
}
header .header-wrap .center > ul > li > ul > li > a:hover {
  color: #0D3EC9;
  background: #F4F7FF;
}
header .header-wrap .center > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .header-wrap .right {
  display: flex;
  align-items: center;
  gap: 26px;
}
header .header-wrap .right .open-btn {
  display: none;
}
header .header-wrap .right .box {
  display: flex;
  align-items: center;
}
header .header-wrap .right .box a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ADADAD;
  transition: all 0.3s;
}
header .header-wrap .right .box a.active {
  color: #151515;
}
header .header-wrap .right .box a:hover {
  color: #151515;
}
header .header-wrap .right .box span {
  display: block;
  width: 1px;
  height: 14px;
  background: #99A2AD;
  margin: 0 16px;
}
header.fixed {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header.fixed .header-wrap .left a img:nth-child(1) {
  opacity: 0;
}
header.fixed .header-wrap .left a img:nth-child(2) {
  opacity: 1;
}
header.fixed .header-wrap .center > ul > li > a {
  color: #333D4B;
}

/* footer */
footer {
  width: 100%;
  padding: 60px 0;
  background: #333D4B;
}
footer .footer-wrap {
  width: 73.5688%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .left .logo {
  margin-bottom: 40px;
}
footer .footer-wrap .left .text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-wrap .left .text-box > div {
  display: flex;
  align-items: center;
}
footer .footer-wrap .left .text-box > div > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-wrap .left .text-box > div > div h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #EDF1F7;
}
footer .footer-wrap .left .text-box > div > div p, footer .footer-wrap .left .text-box > div > div a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B9C3D0;
}
footer .footer-wrap .left .text-box > div span {
  display: block;
  width: 1px;
  height: 12px;
  background: #EDF1F7;
  margin: 0 24px;
}
footer .footer-wrap .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .footer-wrap .right .sns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
footer .footer-wrap .right .company-num {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
footer .footer-wrap .right .company-num h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #EDF1F7;
}
footer .footer-wrap .right .company-num p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B9C3D0;
}
footer .footer-wrap .right .copy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B9C3D0;
}

/* main */
.section01 {
  width: 100%;
  height: 980px;
}
.section01 .mySwiper {
  width: 100%;
  height: 100%;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .bg {
  width: 74.62%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/main/section01-01.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left {
  margin-left: 13.663%;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box {
  position: relative;
  padding-top: 300px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #FFFFFF;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box h3 > svg {
  position: absolute;
  left: -140px;
  top: -85px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box > p {
  margin-top: 60px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box {
  display: flex;
  align-items: center;
  margin-top: 120px;
  gap: 40px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .pageing {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .pageing p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .pageing p:nth-child(3) {
  color: rgba(255, 255, 255, 0.5);
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn {
  display: flex;
  gap: 24px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-next,
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-next svg path,
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-prev svg path {
  transition: all 0.3s;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-next::after,
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-prev::after {
  display: none;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-next:hover svg path,
.section01 .mySwiper .swiper-wrapper .swiper-slide .left .text-box .box .btn .swiper-button-prev:hover svg path {
  stroke-opacity: 1;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .right {
  width: 56.753%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .right img {
  border-radius: 80px 0px 0px 0px;
  width: 100%;
}

.section02 {
  width: 73.5688%;
  margin: 120px auto;
}
.section02 .title {
  margin-bottom: 60px;
}
.section02 .title h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #191F28;
}
.section02 .title h3 span {
  color: #0D3EC9;
}
.section02 .content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.section02 .content-wrap .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 40px 70px;
  background: #EDF1F7;
}
.section02 .content-wrap .content:first-child {
  border-radius: 60px 0px 0px 0px;
}
.section02 .content-wrap .content:last-child {
  border-radius: 0px 0px 60px 0px;
}
.section02 .content-wrap .content h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #002691;
}
.section02 .content-wrap .content img {
  width: 85.471%;
}
.section02 .content-wrap .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #4E5968;
}

.section03 {
  width: 100%;
  background: url(../img/main/section03-01.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  gap: 129px;
  padding: 0 20px;
}
.section03 .left {
  margin-left: 13.663%;
}
.section03 .left img {
  width: 100%;
}
.section03 .right h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #333D4B;
  margin-bottom: 24px;
}
.section03 .right ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.section03 .right ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333D4B;
}
.section03 .right ul li svg {
  min-width: 24px;
}
.section03 .right ul li span {
  color: #4E5968;
}
.section03 .right a {
  width: 162px;
  height: 48px;
  margin-top: 24px !important;;
  font-family: "Montserrat";
  font-weight: 500;
  color: #002690;
  border: 1px solid #002690;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.bridge {
  width: 100%;
  height: 400px;
  margin-top: 120px;
  background: url(../img/main/bridge.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bridge .content-wrap {
  width: 73.5688%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.bridge .content-wrap h3 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.44;
  color: #191919;
}
.bridge .content-wrap p {
  text-align: center;
  font-size: 22px;
  color: #4E5968;
  line-height: 1.46;
}
.bridge .content-wrap h3 span,
.bridge .content-wrap p span {
  color: #0D3EC9;
}


.section04 {
  width: 100%;
  height: 622px;
  margin: 120px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.section04 .left {
  padding-left: 13.663%;
}
.section04 .left .bg {
  position: absolute;
  width: 840px;
  height: 622px;
  left: 0px;
  top: 0px;
  background: #EDF1F7;
  border-radius: 0px 80px 80px 0px;
  z-index: -1;
}
.section04 .left h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #191F28;
  margin-bottom: 24px;
}
.section04 .left h3 span {
  color: #0D3EC9;
}
.section04 .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E5968;
  margin-bottom: 24px;
}
.section04 .left .btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.section04 .left .btn .swiper-button-next,
.section04 .left .btn .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
}
.section04 .left .btn .swiper-button-next svg path,
.section04 .left .btn .swiper-button-prev svg path {
  transition: all 0.3s;
}
.section04 .left .btn .swiper-button-next::after,
.section04 .left .btn .swiper-button-prev::after {
  display: none;
}
.section04 .left .btn .swiper-button-next:hover svg path,
.section04 .left .btn .swiper-button-prev:hover svg path {
  stroke: #002691;
}
.section04 .left .btn span {
  display: block;
  width: 1px;
  height: 14px;
  background: #B9C3D0;
  margin: 0 36px;
}
.section04 .left > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 184px;
  height: 60px;
  background: #002691;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.section04 .mySwiper02 {
  width: 68%;
  margin-right: 0;
}
.section04 .mySwiper02 .swiper-wrapper .swiper-slide {
  width: 480px;
  height: 382px;
}
.section04 .mySwiper02 .swiper-wrapper .swiper-slide a {
  display: block;
}
.section04 .mySwiper02 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  margin-bottom: 16px;
}
.section04 .mySwiper02 .swiper-wrapper .swiper-slide a h3 {
  width: 480px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333D4B;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 16px;
}
.section04 .mySwiper02 .swiper-wrapper .swiper-slide a p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #99A2AD;
}

.section05 {
  width: 73.5688%;
  margin: 120px auto;
}
.section05 .title {
  margin-bottom: 40px;
}
.section05 .title h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #191F28;
  margin-bottom: 24px;
}
.section05 .title h3 span {
  color: #0D3EC9;
}
.section05 .title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4E5968;
}
.section05 .content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section05 .content-wrap a {
  position: relative;
  display: flex;
  width: 100%;
  height: 340px;
  border-radius: 40px;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.section05 .content-wrap a:nth-child(1) {
  background: url(../img/main/section05-01.jpg) no-repeat center center;
  background-size: cover;
}
.section05 .content-wrap a:nth-child(2) {
  background: url(../img/main/section05-02.jpg) no-repeat center center;
  background-size: cover;
}
.section05 .content-wrap a:hover {
  transform: translateY(-20px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}