@charset "utf-8";
.w1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.loading_svg {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
._cover {
  overflow: hidden;
}
._cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_new_1 {
  height: 100vh;
  padding-top: 136px;
  background: url('/img/main/sec_new_1_bg.png') right center / cover no-repeat;
}
.sec_new_1 .w1280 {
  display: flex;
}
.sec_new_1 .img_wrap {
  width: 45%;
  max-width: 630px;
}
.sec_new_1 .slide_wrap {
  width: 55%;
}
.sec_new_1 .arg_swiper {
  overflow: hidden;
  max-width: 580px;
  margin-left: auto;
}
.sec_new_1 .arg_swiper .swiper-slide {
  padding-right: 20px;
}
.sec_new_1 .tit {
  margin-bottom: 24px;
}
.sec_new_1 .tit p {
  color: #272727;
  font-family: 'Noto Sans KR';
  font-size: clamp(16px, 1.2vw, 24px);
  font-style: normal;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 12px 20px;
  width: fit-content;
  margin-bottom: 32px;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.48px;
}
.sec_new_1 .tit .logo {
  display: flex;
  gap: min(0.8vw, 16px);
  align-items: center;
}
.sec_new_1 .tit .logo b {
  color: #152c6b;
  font-family: 'Noto Sans KR';
  font-size: clamp(30px, 3.6vw, 70px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: min(0.8vw, 16px);
}
.sec_new_1 .tit .logo b:after {
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  background: #152c6b;
}
.sec_new_1 .tit .logo span {
  color: #272727;
  font-family: 'Noto Sans KR';
  font-size: clamp(24px, 1.7vw, 34px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.34px;
}
.sec_new_1 .swiper ._cover {
  margin-bottom: 24px;
}
.sec_new_1 .swiper .txt {
  color: #272727;
  font-family: 'Noto Sans KR';
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.72px;
  text-align: right;
}
.sec_new_1 .swiper .txt b {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .sec_new_1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_new_1 .w1280 {
    align-items: flex-end;
  }
  .sec_new_1 .img_wrap {
    width: 40%;
  }
  .sec_new_1 .slide_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .sec_new_1 {
    height: unset;
    background: url('/img/main/sec_new_1_bg_m.png') right center / cover
      no-repeat;
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .sec_new_1 .w1280 {
    flex-direction: column-reverse;
    gap: 45px;
  }
  .sec_new_1 .img_wrap {
    width: 100%;
  }
  .sec_new_1 .slide_wrap {
    width: 100%;
  }
  .sec_new_1 .tit p {
    padding: 4px 20px;
    margin: 0 auto 8px;
  }
  .sec_new_1 .tit .logo {
    flex-direction: column;
    gap: 0;
  }
  .sec_new_1 .tit .logo b:after {
    content: none;
  }
  .sec_new_1 .swiper .txt {
    font-size: 16px;
  }
  .sec_new_1 .swiper ._cover {
    margin-bottom: 12px;
  }
  .sec_new_1 .arg_swiper .swiper-slide {
    padding-right: 0;
  }
}
.sec_new_2 {
  padding: 150px 0;
  overflow: hidden;
}
.sec_new_2 .w1280 {
  display: flex;
}
.sec_new_2 .txt_wrap {
  width: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.sec_new_2 .slide_wrap {
  width: 50%;
  position: relative;
  z-index: 0;
  padding-left: 10px;
}

.sec_new_2 .txt_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.sec_new_2 .txt_wrap:after {
  content: '';
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  background: #fff;
  top: 0;
  right: 100%;
}
.sec_new_2 .txt_wrap span {
  color: #152c6b;
  font-family: 'Noto Sans KR';
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 100% */
  letter-spacing: -0.52px;
  display: block;
  margin-bottom: 12px;
}
.sec_new_2 .txt_wrap span b {
  font-weight: 600;
}
.sec_new_2 .txt_wrap h3 {
  color: #272727;
  font-family: 'Noto Sans KR';
  font-size: clamp(28px, 2.3vw, 46px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.84px;
  margin-bottom: 40px;
}
.sec_new_2 .txt_wrap .dt {
  margin-bottom: 40px;
}
.sec_new_2 .txt_wrap .dt p {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 12px;
}
.sec_new_2 .txt_wrap .dt p b {
  color: #152c6b;
  font-weight: 600;
}
.sec_new_2 .txt_wrap .nav_wrap {
  gap: 20px;
  display: flex;
}
.sec_new_2 .txt_wrap .nav_wrap button {
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.sec_new_2 .txt_wrap .nav_wrap button.sg_swiper_next {
  transform: rotate(180deg);
}
.sec_new_2 .sg_swiper .swiper-slide {
  width: 540px;
}
.sec_new_2 .sg_swiper {
  width: 100%;
}
.sec_new_2 .sg_swiper ._cover {
  margin-bottom: 30px;
}
.sec_new_2 .sg_swiper dl {
}
.sec_new_2 .sg_swiper dt {
  font-family: 'Noto Sans KR';
  font-size: 22px;
  padding: 14px 20px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid #000;
  letter-spacing: -0.66px;
  width: fit-content;
  color: #152c6b;
}
.sec_new_2 .sg_swiper dd {
  color: #1c1c1c;
  font-family: 'Noto Sans KR';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 1280px) {
  .sec_new_2 .txt_wrap .dt p br {
    display: none;
  }
  .sec_new_2 .sg_swiper .swiper-slide {
    width: 300px;
  }
  .sec_new_2 .sg_swiper dt {
    font-size: 16px;
    letter-spacing: -0.48px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .sec_new_2 .sg_swiper dd br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_new_2 {
    padding: 50px 0;
  }
  .sec_new_2 .w1280 {
    flex-direction: column;
    gap: 40px;
  }
  .sec_new_2 .txt_wrap {
    width: 100%;
  }
  .sec_new_2 .slide_wrap {
    width: 100%;
    padding-left: 0;
  }
  .sec_new_2 .sg_swiper {
    overflow: hidden;
  }
  .sec_new_2 .txt_wrap .nav_wrap {
    display: none;
  }
  .sec_new_2 .txt_wrap span {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
  .sec_new_2 .txt_wrap h3 {
    letter-spacing: -1.12px;
    margin-bottom: 20px;
  }
  .sec_new_2 .txt_wrap .dt p {
    font-size: 18px;
  }
  .sec_new_2 .sg_swiper dd {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
.sec_new_3 {
}
.sec_new_3 .tit_wrap {
  padding: 140px 0 70px;
}
.sec_new_3 .tit_wrap h3 {
  color: #222;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.sec_new_3 .tit_wrap h3 b {
  color: #152c6b;
  font-weight: 700;
  position: relative;
}
.sec_new_3 .tit_wrap h3 b:after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  opacity: 0.1;
  background: #152c6b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_new_3 .eq_list {
  position: relative;
  height: calc(100vh - 85px);
  overflow: hidden;
  max-height: 800px;
}
.sec_new_3 .eq_item {
  position: absolute;
  z-index: 1;
  width: 25%;
  height: 100%;
  transition: 0.9s;
  overflow: hidden;
}
.sec_new_3 .eq_item:nth-child(1) {
  left: 0;
}
.sec_new_3 .eq_item:nth-child(2) {
  left: 25%;
}
.sec_new_3 .eq_item:nth-child(3) {
  left: 50%;
}
.sec_new_3 .eq_item:nth-child(4) {
  left: 75%;
}

.sec_new_3 .eq_item ._cover {
  height: 100%;
}
.sec_new_3 .eq_item ._cover img {
  filter: grayscale(1);
  transition: 0.45s;
}
.sec_new_3 .eq_item:nth-child(1) ._cover img {
  object-position: 10% 50%;
}
.sec_new_3 .eq_item:nth-child(2) ._cover img {
  object-position: 68% 50%;
}
.sec_new_3 .eq_item:nth-child(3) ._cover img {
  object-position: 87% 50%;
}
.sec_new_3 .eq_item:nth-child(4) ._cover img {
  object-position: 17% 50%;
}
.sec_new_3 .eq_item .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.45s;
}
@media screen and (hover: hover) {
  .sec_new_3 .eq_item:hover .over {
    background: rgba(0, 0, 0, 0.1);
  }
  .sec_new_3 .eq_item:hover ._cover img {
    filter: grayscale(0);
  }
}
.sec_new_3 .eq_item.on ._cover img {
  filter: grayscale(0);
}
.sec_new_3 .eq_item .over .name {
  width: 100%;
}
.sec_new_3 .eq_item .over .name span {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans KR';
  font-size: clamp(23px, 1.8vw, 30px);
  font-style: normal;
  font-weight: 350;
  line-height: 1;
  display: block;
}
.sec_new_3 .eq_item .over .name strong {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Noto Sans KR';
  font-size: clamp(28px, 2.2vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}
.sec_new_3 .eq_item .txt_group {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
}
.sec_new_3 .eq_item .txt_group > div {
  max-width: 90%;
}
.sec_new_3 .eq_item:nth-child(2) .txt_group,
.sec_new_3 .eq_item:nth-child(3) .txt_group {
  left: auto;
  right: 50%;
  justify-content: flex-end;
}
.sec_new_3 .eq_item .txt_group strong {
  color: #222;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 24px;
}
.sec_new_3 .eq_item .txt_group .eq_name {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 28px;
  display: block;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 40px;
}
.sec_new_3 .eq_item .txt_group .desc {
  margin-bottom: 60px;
}
.sec_new_3 .eq_item .txt_group .desc p {
  color: #222;
  font-family: 'Noto Sans KR';
  font-size: 26px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.7;
  letter-spacing: -0.52px;
}
.sec_new_3 .eq_item .txt_group .desc p:not(:last-child) {
  margin-bottom: 24px;
}
.sec_new_3 .eq_item .txt_group .desc p .highlight {
  color: #152c6b;
  font-weight: 700;
  box-shadow: inset 0 -16px 0 rgb(21 44 107 / 10%);
}
.sec_new_3 .eq_item .txt_group ul li {
  color: #234ab3;
  font-family: 'Noto Sans KR';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 1000px;
  border: 2px solid #152c6b;
  background: #fff;
  box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, 0.35) inset,
    2px 2px 10px 0 rgba(195, 211, 255, 0.6) inset;
  padding: 18px 20px;
}
.sec_new_3 .eq_item .txt_group ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sec_new_3 .eq_item .close_btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  color: #222;
  font-size: 40px;
}
.sec_new_3 .eq_item.on {
  width: 100%;
  z-index: 3;
  left: 0;
}
.sec_new_3 .eq_item.on .over {
  opacity: 0;
}
.sec_new_3 .eq_item.on .txt_group {
  opacity: 1;
  transform: translateY(0);
  transition: 0.45s 0.8s;
}
.sec_new_3 .eq_item.on .close_btn {
  opacity: 1;
  pointer-events: auto;
  transition: 0.45s 0.8s;
}
.sec_new_3 .eq_item ._cover img.pc {
}
.sec_new_3 .eq_item ._cover img.tab {
  display: none;
}
@media screen and (max-width: 1440px) {
  .sec_new_3 .eq_item:nth-child(4) ._cover img {
    object-position: 30% 50%;
  }
}
@media screen and (max-width: 1280px) {
  .sec_new_3 .eq_item .txt_group .desc p br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sec_new_3 .eq_list {
    height: 960px;
    max-height: unset;
  }
  .sec_new_3 .eq_item {
    width: 100%;
    height: 25%;
  }
  .sec_new_3 .eq_item ._cover img.pc {
    display: none;
  }
  .sec_new_3 .eq_item ._cover img.tab {
    display: block;
  }
  .sec_new_3 .eq_item:nth-child(1) {
    top: 0;
  }
  .sec_new_3 .eq_item:nth-child(2) {
    left: 0;
    top: 25%;
  }
  .sec_new_3 .eq_item:nth-child(3) {
    left: 0;
    top: 50%;
  }
  .sec_new_3 .eq_item:nth-child(4) {
    left: 0;
    top: 75%;
  }
  .sec_new_3 .eq_item:nth-child(1) ._cover img {
    object-position: 50% 87%;
  }
  .sec_new_3 .eq_item:nth-child(2) ._cover img {
    object-position: 50% 87%;
  }
  .sec_new_3 .eq_item:nth-child(3) ._cover img {
    object-position: 50% 87%;
  }
  .sec_new_3 .eq_item:nth-child(4) ._cover img {
    object-position: 50% 87%;
  }
  .sec_new_3 .eq_item.on {
    height: 100%;
    top: 0;
  }
  .sec_new_3 .eq_item .txt_group {
    width: 100%;
    left: 0;
    height: calc(100% - 300px);
    justify-content: center;
  }
  .sec_new_3 .eq_item:nth-child(2) .txt_group,
  .sec_new_3 .eq_item:nth-child(3) .txt_group {
    right: 0;
    justify-content: center;
  }
  .sec_new_3 .eq_item .txt_group strong {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .sec_new_3 .eq_item .txt_group .eq_name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec_new_3 .eq_item .txt_group .desc p {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 1.4;
  }
  .sec_new_3 .eq_item .txt_group ul li {
    font-size: 15px;
    padding: 12px 10px;
  }
  .sec_new_3 .eq_item .txt_group .desc {
    margin-bottom: 30px;
  }
  .sec_new_3 .eq_item .close_btn {
    font-size: 30px;
  }
  .sec_new_3 .tit_wrap h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec_new_3 .tit_wrap h3 {
    font-size: 25px;
  }
  .sec_new_3 .tit_wrap {
    padding: 48px 0px;
  }
}
