@charset "UTF-8";
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KCC-Hanbit";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2403-2@1.0/KCC-Hanbit.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap'); */
.main {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.main > section {
  opacity: 0;
}
.noscroll {
  overflow: hidden;
}
.w_1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
/* 메인 첫번째섹션 */
.main_sec_1 {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: 999999999999999;
  transition: all 0.6s;
}
.main_sec_1.hidden {
  display: none;
}

.fake_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.6s;
  background-color: #fff;
}
.intro_box {
  position: relative;
  width: 100%;
  height: 100vh; /* 뷰포트 높이를 100% 사용 */
  overflow: hidden;
}
.intro_box video {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  bottom: 0;
  padding-top: 0;
  top: 0;
  object-fit: cover;
}
/* 메인 첫번째섹션  끝*/

/* 메인 두번째섹션*/
.main_sec_2 {
  position: relative;
  will-change: transform;
  transform: translateZ(0);
  transform-origin: center;
  /* padding-top: 81px; */
  margin-bottom: -1px;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
.main_sec_2_w {
  /* max-width: 1705px; */
  width: 100%;
  margin: 0 auto;
}
.w_left_box {
  background-color: #fff;
  position: absolute;
  width: 50%;
  top: -5px;
  left: -10%;
  height: 100vh;
  z-index: 999;
}
.w_right_box {
  background-color: #fff;
  position: absolute;
  width: 50%;
  top: -5px;
  right: -10%;
  height: 100vh;
  z-index: 999;
}
.main_sec_2 .slide_1,
.main_sec_2 .slide_2,
.main_sec_2 .slide_3,
.main_sec_2 .slide_4 {
  position: relative;
}

.main_sec_2 .slide_bg {
}
.main_sec_2 .slide_bg img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100vh;
}
.main_sec_2 .cont_1 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1420px;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}
.main_sec_2 .cont_1 .left {
  opacity: 0;
  transition: all 0.6s;
  position: relative;
  z-index: 12;
}
.main_sec_2 .cont_1 .left .box_text {
  border-radius: 10px;
  background: rgba(160, 183, 219, 0.7);
  box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.35) inset,
    1px 1px 1px 0px rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.main_sec_2 .box_text .bold {
  color: #fff;
}
.main_sec_2 .cont_1 h2 {
  margin-top: 20px;
  color: #fff;
  font-size: 68px;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: -1.36px;
}
.main_sec_2 .cont_1 h2 > span {
  font-weight: 700;
  color: #fff;
}
.main_sec_2 .cont_1 p {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.main_sec_2 .cont_1 .num_img {
  opacity: 0;
}
.main_sec_2 .cont_box {
}
.main_sec_2 .cont_box > ul {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_sec_2 .swiper-slide:nth-child(4) .cont_box > ul {
  cursor: pointer;
}
.main_sec_2 .cont_box > ul li:first-child {
  margin-left: 0;
}
.main_sec_2 .swiper-slide-active .cont_1 .left {
  opacity: 1;
  transition-delay: 1s !important;
  transition: all 1s;
}
/* 25.04.30 수정 */
.main_sec_2 .cont_box > ul li {
  margin-left: -10px;
  opacity: 0;
  transform: translateX(-100px);
  animation-delay: 2s;
}
/* // 25.04.30 수정 */
.rolling_btn_list > li:hover img {
  filter: drop-shadow(2px 4px 6px black);
  z-index: 99999;
  transition: all 0.6s;
}
.main_sec_2 .swiper-slide-active .cont_box > ul li {
  animation-delay: 2s;
  animation: slideIn 1s forwards;
}
.main_sec_2 .swiper-slide-active .cont_box > ul li img {
  border-radius: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.main_sec_2 .swiper-slide-active .slide_2 .cont_box > ul li img {
  border-radius: 100%;
  background: #1f2937;
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.main_sec_2 .swiper-slide-active .cont_1 .num_img {
  transform-style: preserve-3d;
  animation: spin 1s linear 2;
  opacity: 1;
  transition-delay: 1s !important;
  transition: all 1.5s;
}
.main_sec_2_swiper .swiper-slide {
  overflow: hidden;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sky {
  position: absolute;
}
.sky._1 > img {
  animation: sky1 10s linear infinite;
}
.sky._2 > img {
  animation: sky2 10s linear infinite;
}
.sky._3 > img {
  opacity: 0.7;
}
.main_sec_2_swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition: all 0.6s;
}
.main_sec_2_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 30px;
  border-radius: 80px;
  transition: all 0.6s;
}
@keyframes sky1 {
  0% {
    transform: translate(0, -5%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -5%);
  }
}
@keyframes sky2 {
  0% {
    transform: translate(0, 5%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 5%);
  }
}
@keyframes sky3 {
  0% {
  }
  50% {
  }
  100% {
  }
}

.main_sec_2 .slide_2 .person_box {
  position: relative;
}
.main_sec_2 .slide_2 .person_box ul {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(50% - 32%);
}
.main_sec_2 .slide_2 .person_box ul._1 li,
.main_sec_2 .slide_2 .person_box ul._2 li,
.main_sec_2 .slide_2 .person_box ul._3 li {
  opacity: 0;
}
.main_sec_2 .slide_2 .person_box ul._1 {
  bottom: 0;
  z-index: 3;
}
.main_sec_2 .slide_2 .person_box ul._2 {
  bottom: 185px;
  z-index: 2;
}
.main_sec_2 .slide_2 .person_box ul._3 {
  bottom: 350px;
  z-index: 1;
}
.main_sec_2 .swiper-slide-active .slide_2 .person_box ul li {
  opacity: 0;
  animation: fadeInLeft 2s ease forwards;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.main_sec_2 .slide_2 .person_box ul._1 li:nth-child(1) {
  margin-right: -55px;
  animation-delay: 0.3s;
}
.main_sec_2 .slide_2 .person_box ul._1 li:nth-child(2) {
  margin-right: -30px;
  animation-delay: 0.6s;
}
.main_sec_2 .slide_2 .person_box ul._1 li:nth-child(3) {
  margin-left: -30px;
  animation-delay: 0.9s;
}
.main_sec_2 .slide_2 .person_box ul._1 li:nth-child(4) {
  margin-left: -85px;
  animation-delay: 1.2s;
}
.main_sec_2 .slide_2 .person_box ul._2 li:nth-child(1) {
  margin-right: -85px;
  animation-delay: 0.5s;
}
.main_sec_2 .slide_2 .person_box ul._2 li:nth-child(2) {
  margin-right: -85px;
  animation-delay: 0.8s;
}
.main_sec_2 .slide_2 .person_box ul._2 li:nth-child(3) {
  margin-left: 0px;
  animation-delay: 1.1s;
}
.main_sec_2 .slide_2 .person_box ul._2 li:nth-child(4) {
  margin-left: -100px;
  animation-delay: 1.4s;
}
.main_sec_2 .slide_2 .person_box ul._3 li:nth-child(1) {
  margin-top: 45px;
  margin-right: -50px;
  animation-delay: 0.8s;
}
.main_sec_2 .slide_2 .person_box ul._3 li:nth-child(2) {
  margin-left: -20px;
  animation-delay: 1.1s;
}
.main_sec_2 .slide_2 .person_box ul li img {
  max-width: 240px;
  display: block;
}

.main_sec_2 .slide_3 .num_img {
  position: relative;
  z-index: 11;
}

.main_sec_2 .swiper-slide.swiper-slide-active .slide_3 .slide_3_img {
  opacity: 1;
  transition-delay: 1s !important;
  transition: all 1.5s;
}
.main_sec_2 .swiper-slide .slide_3 .slide_3_img {
  opacity: 0;
}
.main_sec_2 .slide_3 .slide_3_img {
  position: absolute;
  top: calc(50% - 70%);
  right: 0;
  z-index: 10;
  transition: all 1.5s;
  opacity: 0;
}

.main_sec_2 .slide_3 .slide_3_bg {
  position: absolute;
  top: calc(50% - 230%);
  right: calc(50% - 83%);
  z-index: 7;
  animation: roImg 240s linear infinite;
  transform-origin: 50% 40%;
}

.main_sec_2 .slide_3 .slide_3_moon {
  position: absolute;
  top: calc(50% - 145%);
  right: calc(50% - 48%);
  z-index: 7;
  width: 650px;
  height: 650px;
  animation: roImgRo 60s linear infinite;
}
.main_sec_2 .slide_3 .slide_3_moon img {
  filter: opacity(0.7);
}
@keyframes roImg {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roImgRo {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

.main_sec_2 .slide_4 .num_img {
  position: relative;
  z-index: 11;
}
.rolling_bliding_box {
  display: flex;
  opacity: 0;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: calc(50% - 85%);
  right: 0;
}
.rolling_bliding {
  transform: translateY(-40px);
}
.rolling_bliding li {
  margin-top: -200px;
  position: relative;
  transition: all 0.6s;
  filter: brightness(0.7);
}
.rolling_bliding li.on {
  margin-top: -100px;
  transition: all 0.6s;
  filter: brightness(1);
}
.rolling_bliding li:nth-child(1).on {
  margin-top: 0;
}
.rolling_bliding li:nth-child(1) {
  margin-top: 0;
  z-index: 10;
}
.rolling_bliding li:nth-child(2) {
  z-index: 9;
}
.rolling_bliding li:nth-child(3) {
  z-index: 8;
}
.rolling_bliding li:nth-child(4) {
  z-index: 7;
}
.rolling_bliding li:nth-child(5) {
  z-index: 6;
}
.rolling_bliding li:nth-child(6) {
  z-index: 5;
}
.rolling_bliding li:nth-child(7) {
  z-index: 4;
  transform: translateX(-32px);
}
.rolling_bliding li:nth-child(8) {
  z-index: 3;
}
.rolling_bliding li:nth-child(9) {
  z-index: 2;
}

.flow_info_list {
  display: none;
  transition: all 0.6s;
}
.flow_info_list.on {
  display: block;
  transition: all 0.6s;
}
.flow_info_list h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
  color: #fff;
}
.flow_info {
  margin-top: 20px;
}
.flow_info > li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.flow_info > li:last-child {
  margin-bottom: 0;
}
.flow_info > li span {
  color: #fff;
}
.main_sec_2 .flow_info > li > p {
  margin-top: 0;
}

.main_sec_2 .swiper-slide.swiper-slide-active .slide_4 .rolling_bliding_box {
  opacity: 1;
  transition: all 0.6s;
  transition-delay: 1s !important;
}

.main_sec_2_swiper .swiper-pagination {
  bottom: 40px;
}

/* 메인 두번째섹션  끝*/
/* 메인세번째섹션 */
.main_sec_3 {
  background-image: url(/img/main/sec3/main_sec_3_bg.webp);
  padding: 200px 0;
}
.main_sec_3_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_sec_3 .text_box {
  max-width: 560px;
  width: 100%;
}
.main_sec_3 .text_box h3 {
  font-family: "Pretendard";
  font-size: 68px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.72px;
}
.main_sec_3 .text_box .equi_cont {
  color: #374151;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.96px;
  min-height: 180px;
}

.rotation_cont {
}
.rotation_cont .rot_img {
  position: relative;
  display: inline-block;
  width: auto;
}
.rotation_cont .rot_img > img {
  animation: rotate 180s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateup {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.rotation_cont .sec3_logo_img {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -45%);
  animation: updown 4s linear infinite;
}

.rotation_cont .rot_img .gif_box {
  /* position: absolute; */
}
.rotation_cont .rot_img .gif_box._1 img {
  position: absolute;
  top: 6%;
  left: -155px;
  animation: downup1 2s linear infinite;
}
.rotation_cont .rot_img .gif_box img {
  opacity: 0;
}
.rotation_cont .rot_img .gif_box .on {
  opacity: 1;
}
.rotation_cont .rot_img .gif_box._2 img {
  position: absolute;
  top: 26%;
  right: -100px;
  animation: downup2 2s linear infinite;
}
@keyframes updown {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -45%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes downup1 {
  0% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes downup2 {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
.rotation_cont .rot_text {
}
.rotation_cont .rot_text li {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.rotation_cont .rot_text li:nth-child(1) {
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.rotation_cont .rot_text li:nth-child(2) {
  top: 63%;
  left: calc(0% - 35px);
  z-index: 9;
}
.rotation_cont .rot_text li:nth-child(3) {
  top: 63%;
  right: calc(0% - -2px);
  z-index: 9;
}
.rotation_cont .rot_text li.on h4 {
  color: #3796ff;
}
.rotation_cont .rot_text li.on h4 > span {
  background: linear-gradient(180deg, #6bb1ff 0%, #6866c0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rotation_cont .rot_text li.on .one_one {
  background-color: rgba(55, 150, 255, 0.2);
}
.rotation_cont .rot_text li.on .one_one svg circle {
  fill: #3796ff;
}

.rotation_cont .rot_text li h4 {
  color: #9ca3af;
  font-family: "Pretendard";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3px;
}
.rotation_cont .rot_text li h4 > span {
  color: #9ca3af;
  font-family: "GmarketSansMedium";
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  display: inline-block;
  box-sizing: border-box;
}
.one_one {
  background-color: rgba(156, 163, 175, 0.2);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 100%;
}
.one_one svg {
  vertical-align: text-top;
}
.main_sec_3 .go_detail_btn {
  margin-top: 50px;
}
/* 메인세번째 섹션 끝 */

/* 메인네번째 섹션  */

.main_sec_4 {
  /* padding: 130px 0;  */
}
.main_sec_4 .go_detail_btn {
  margin-top: 26px;
}
.main_sec_4_w {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}
.main_sec_4_swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_sec_4_swiper .swiper-wrapper {
  width: 100%;
  cursor: none;
  align-items: center;
  padding: 130px 0;
}

.main_sec_4_swiper .cont_1 {
  position: relative;
}
.main_sec_4_swiper .cont_1 .shadow_img {
  width: 700px;
}
.main_sec_4_swiper .cont_1 .shadow_img > img {
  display: block;
  width: 100%;
}
.main_sec_4_swiper img {
}
.main_sec_4_swiper .cont_1 .hov_img_box {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  width: 700px;
}
.main_sec_4_swiper .cont_1 .hov_img_box .btn_rel > img {
  display: block;
  width: 100%;
}
.main_sec_4_swiper .cont_1 .btn_rel {
  position: relative;
}
.main_sec_4_swiper .cont_1 .btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  pointer-events: none;
}
.main_sec_4_swiper .swiper-slide-active .cont_1 .hov_img_box {
  transform: translateX(15%);
  transition: transform 0.5s ease-in-out 0.6s;
}
.main_sec_4_swiper .right {
  min-width: 576px;
}
.main_sec_4_swiper .text_box {
}
.main_sec_4_swiper .text_box .top {
}
.main_sec_4_swiper .text_box .top h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.92px;
}
.main_sec_4_swiper .text_box .bottom {
  margin-top: 18px;
  border-top: solid 1px #9ca3af;
  padding-top: 18px;
  box-sizing: border-box;
}
.main_sec_4_swiper .text_box .bottom p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
  max-width: 490px;
}

.main_sec_4_swiper .swiper-pagination {
  margin-top: 40px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  max-width: 490px;
}
.main_sec_4_swiper .swiper-pagination > li {
  width: 100%;
  margin: 0 0 10px 0 !important;
  height: auto;
  padding: 16px 36px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.main_sec_4_swiper .swiper-pagination > li:last-child {
  margin: 0 !important;
}
.main_sec_4_swiper .swiper-pagination > li > span {
  color: #9ca3af;
  font-size: 30px;
  line-height: 130%;
  font-size: 30px;
}
.main_sec_4_swiper .swiper-pagination > li > p {
  color: #9ca3af;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.96px;
}
.main_sec_4_swiper .swiper-pagination > li > p > span {
  color: #9ca3af;
  font-weight: 400;
}

.main_sec_4_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  background: rgba(236, 236, 236, 0.6);
  box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.15) inset,
    1px 1px 4px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(5px);
  opacity: 1;
}
.main_sec_4_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(
      92deg,
      rgba(194, 225, 255, 0.4) 0%,
      rgba(220, 230, 239, 0.4) 51%,
      rgba(145, 197, 248, 0.4) 101%
    ),
    rgba(236, 236, 236, 0.2);
  box-shadow: -1px -1px 2px 0px rgba(59, 90, 202, 0.15) inset,
    1px 1px 5px 0px rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(5px);
}
.main_sec_4_swiper .swiper-pagination .swiper-pagination-bullet-active span,
.main_sec_4_swiper .swiper-pagination .swiper-pagination-bullet-active p {
  color: #3796ff;
}

/* 메인네번째 섹션 끝 */
/* 메인다섯번째 섹션  */
.main_sec_5 {
  background-image: url("/img/main/sec5/main_sec_5_bg.png");
  padding: 110px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.main_sec_5_w {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}
.main_sec_5_swiper .cont_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.main_sec_5_swiper .cont_1 .left {
  min-width: 576px;
}
.main_sec_5 .cont_1 .doc_name h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.92px;
}
.main_sec_5 .cont_1 .doc_name .medi_depart {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.main_sec_5 .cont_1 .doc_name .medi_depart > span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.36px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(99deg, #71b4ff 16.51%, #3796ff 79.97%);
}
.main_sec_5 .cont_1 .doc_name .medi_depart > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.main_sec_5 .cont_1 .history_box {
  margin-top: 24px;
  padding-top: 24px;
  box-sizing: border-box;
  max-width: 576px;
  border-top: solid 1px #9ca3af;
}
.main_sec_5 .cont_1 .history_box .history_text {
  margin-top: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 28px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.main_sec_5 .cont_1 .history_box .history_text h5 {
  color: #111827;
  font-family: "SUIT", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.18px;
}
.main_sec_5 .cont_1 .history_box .history_text > ul {
  margin-top: 8px;
  height: 105px;
  overflow-y: scroll;
}
.main_sec_5 .cont_1 .history_box .history_text > ul::-webkit-scrollbar {
  width: 3px;
  background-color: #ebebeb;
}
.main_sec_5 .cont_1 .history_box .history_text > ul::-webkit-scrollbar-thumb {
  background-color: #3796ff;
  border-radius: 10px;
}
.main_sec_5 .cont_1 .history_box .history_text > ul > li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main_sec_5 .cont_1 .history_box .history_text > ul > li span {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #9ca3af;
  border-radius: 100%;
}
.main_sec_5 .cont_1 .history_box .history_text > ul > li p {
  font-family: "SUIT", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.17px;
}
.main_sec_5 .cont_1 .right {
}
.main_sec_5 .cont_1 .right .img_box {
  width: 100%;
}

.main_sec_5_swiper .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: left;
}
.main_sec_5_swiper .pagination_box {
  position: absolute;
  bottom: calc(0% + 18%);
  left: 50%;
  text-align: center;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1560px;
  transform: translateX(-50%);
  width: 100%;
}
.active_thum_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.active_thum_box #active-name {
  color: #374151;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.56px;
  text-align: left;
}
.active_thum_box #active-title {
  color: #374151;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-align: left;
}
.main_sec_5_swiper .swiper-pagination li:first-child {
  margin-left: 0 !important;
}
.main_sec_5_swiper .swiper-pagination-bullet {
  max-width: 50px;
}
.main_sec_5_swiper .swiper-pagination-bullet img {
  width: 100%;
  display: block;
}
.main_sec_5_swiper
  .swiper-pagination
  li
  .main_sec_5_swiper
  .swiper-pagination-bullet-active,
.main_sec_5_swiper .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0;
  width: auto;
  height: auto;
}
.main_sec_5_swiper .swiper-button-next,
.main_sec_5_swiper .swiper-button-prev {
  display: none;
}

.main_sec_5_swiper .swiper-pagination-bullet {
  opacity: 1;
  filter: brightness(0.8);
  margin-left: -10px !important;
}
.main_sec_5_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: brightness(1);
}
/* 메인다섯번째 섹션 끝 */
/* 메인여섯번째 섹션  */

.main_sec_6 {
  background-image: url("/img/main/sec6/main_sec_6_bg.png");
  padding: 147px 0 0 0;
  position: relative;
}
.rotation_box {
  position: absolute;
  top: -8%;
  left: -350px;
}
.rotation_box .bg_box {
  animation: rotateup 60s linear infinite;
}
.rotatino_num {
  max-width: 1116px;
  width: 100%;
}
.rotatino_num li {
  width: 1122px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rotatino_num li span {
  width: 12px;
  height: 12px;
  background-color: #6b7280;
  border-radius: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.rotatino_num li span.on {
  background-color: #fff;
}
.rotatino_num li span.on::before {
  color: #fff;
}
.rotatino_num li span::before {
  position: absolute;
  font-size: 80px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: bold;
  text-align: center;
}
.rotatino_num li span:nth-child(1)::before {
  top: -40px;
  left: 30px;
}
.rotatino_num li span:nth-child(2)::before {
  top: -30px;
  right: 25px;
  transform: rotate(180deg);
}
.rotatino_num li:nth-child(2) {
  transform: translate(-50%, -50%) rotate(30deg);
}
.rotatino_num li:nth-child(3) {
  transform: translate(-50%, -50%) rotate(60deg);
}
.rotatino_num li:nth-child(4) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.rotatino_num li:nth-child(5) {
  transform: translate(-50%, -50%) rotate(120deg);
}
.rotatino_num li:nth-child(6) {
  transform: translate(-50%, -50%) rotate(150deg);
}
/* 히스토리섹션 년도 */
.rotatino_num li:nth-child(1) ._1::before {
  content: "2007";
}
.rotatino_num li:nth-child(1) ._2::before {
  content: "2017";
}

.rotatino_num li:nth-child(2) ._1::before {
  content: "2010";
}

.rotatino_num li:nth-child(2) ._2::before {
  content: "2018";
}

.rotatino_num li:nth-child(3) ._1::before {
  content: "2012";
}
.rotatino_num li:nth-child(3) ._2::before {
  content: "2021";
}

.rotatino_num li:nth-child(4) ._1::before {
  content: "2014";
}

.rotatino_num li:nth-child(4) ._2::before {
  content: "2022";
}

.rotatino_num li:nth-child(5) ._1::before {
  content: "2015";
}

.rotatino_num li:nth-child(5) ._2::before {
  content: "2022";
}
.rotatino_num li:nth-child(6) ._1::before {
  content: "2016";
}

.rotatino_num li:nth-child(6) ._2::before {
  content: "2023";
}

.main_sec_2,
.main_sec_6,
.main_sec_7 {
  overflow: hidden;
}
.main_sec_6_w {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main_sec_6 .bilding_box {
  position: absolute;
  left: 0;
  bottom: 0;
}

.main_sec_6 .cont_1 {
  max-width: 620px;
  width: 100%;
  margin: 0 0 0 auto;
  padding-bottom: 147px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.main_sec_6 .cont_1 .main_eng_txt {
  text-align: center;
}
.main_sec_6 .history_list_box {
  height: var(--custom-li-height);
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  pointer-events: none;
  height: 540px;;
}
.main_sec_6 .history_list_box::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.main_sec_6 .history_list li .img_box {
  margin-top: 40px;
}
.main_sec_6 .history_list .history_title {
  text-align: center;
}
.main_sec_6 .history_list .history_title h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
.main_sec_6 .history_list .history_title p {
  color: #3796ff;
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
.main_sec_6 .history_list li{
    height: 540px;
}
.main_sec_6 .btn_box {
  text-align: center;
}
.main_sec_6 .go_detail_btn2 {
  margin: 60px auto 0;
}
.go_detail_btn2.hvr-outline-in::before {
  border-radius: 99px;
  border: #ffffff solid 2px;
}

/* 메인여섯번째 섹션 끝 */
/* 메인일곱번째 섹션 */
.main_sec_7 {
  background-image: url(/img/main/sec7/main_sec_7_bg.png);
  padding-top: 125px;
}
.main_sec_7_w {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.main_sec_7 .cont_1 {
  background-color: #fff;
  border-radius: 50px 50px 0px 0px;
  background: linear-gradient(
    180deg,
    #fff 4.61%,
    rgba(255, 255, 255, 0.6) 100%
  );
  box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 0.6) inset;
  backdrop-filter: blur(4px);
  padding: 60px 100px;
  box-sizing: border-box;
  position: relative;
}
.main_sec_7_title {
  text-align: center;
}
.main_sec_7_title h3 {
  color: #3796ff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.92px;
}
.main_sec_7_title a {
  display: block;
  max-width: max-content;
  margin: 20px auto 0;
  border-radius: 100px;
  background: linear-gradient(99deg, #71b4ff 16.51%, #3796ff 79.97%);

  padding: 10px 12px 10px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_sec_7_title a p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.main_sec_7_title a > span {
  vertical-align: middle;
  margin-left: 20px;
}
.main_sec_7_title a > span img {
  box-shadow: 0px 3px 5.25px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 15px;
}
.main_sec_7 .btn_list {
  margin-top: 20px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
}
.main_sec_7 .btn_list > li {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 10px 16px;
  box-sizing: border-box;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  cursor: pointer;
}
.main_sec_7 .btn_list > li.on {
  font-weight: 700;
  background: #3796ff;
  border: solid 1px #3796ff;
  color: #fff;
}
.main_sec_7 .btn_list > li:nth-child(2) {
  /* border: solid 1px #3796ff; */
}
.main_sec_7 .cont_1 .cont_1_1 {
  margin-top: 30px;
}
.main_sec_7 {
}
.main_sec_7 .swiper-slide > .box {
  border-radius: 20px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
}
.main_sec_7 .img_box {
}
.main_sec_7 .img_box img {
  display: block;
  width: 100%;
}
.main_sec_7 .you_title {
  margin-top: 30px;
}
.main_sec_7 .you_title > div {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.main_sec_7 .you_title div p {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
  /* width: 250px; */
}
.main_sec_7 .you_title div p:nth-child(1) {
  /* min-width: 250px;
    max-width: 250px; */
  white-space: nowrap; /* 텍스트가 한 줄로 표시되도록 */
  overflow: hidden; /* 넘치는 텍스트 숨기기 */
  text-overflow: ellipsis; /* 넘치는 부분에 ... 표시 */
  flex: 1;
}
.main_sec_7 .you_title div span {
  color: #3796ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
}
.main_sec_7 .box > .btn {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  max-width: max-content;
  padding: 13px 16px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  margin: 17px 0 0 auto;
  overflow: hidden;
}
.main_sec_7 .box > .btn > span {
}

.main_sec_7 .hvr-sweep-to-top:before {
  background-color: #3796ff;
  border-radius: 50px;
}

.main_sec_7 .swiper-slide > .box:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.6s;
}
.main_sec_7 .box > .btn:hover {
  color: #fff;
}
.main_sec_7 .box > .btn:hover path {
  fill: #fff;
}
.main_sec_7 .swiper-button-next,
.main_sec_7 .swiper-button-prev {
  position: relative;
  /* top: auto; */
  left: auto;
  right: auto;
  /* bottom: auto; */
  width: max-content;
  /* height: auto; */
}
.main_sec_7 .swiper-button-next::after,
.main_sec_7 .swiper-button-prev::after {
  display: none;
}
.main_sec_7 .arrow_box {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  height: 45px;
  margin-top: 30px;
}
.main_sec_7 .up_down_img {
  position: absolute;
}

.main_sec_7 .up_down_img._1 {
  top: calc(0% - 7%);
  left: calc(0% - -8%);
  animation: sec_7 4s linear infinite;
}
.main_sec_7 .up_down_img._2 {
  top: calc(0% - -25%);
  left: calc(0% - -10%);
  animation: sec_7_1 4s linear infinite;
}
.main_sec_7 .up_down_img._3 {
  top: calc(0% - 0%);
  right: calc(0% - 7%);
  animation: sec_7 6s linear infinite;
}
.main_sec_7 .cont_person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.main_sec_7 .cont_person .video_layout {
  max-width: 700px;
  width: 100%;
  border-radius: 22.152px;
  border: 1px solid #d1d5db;
  background: #fff;
  box-shadow: 0px 2.215px 22.152px 0px rgba(0, 0, 0, 0.15);
  padding: 17px;
  box-sizing: border-box;
}
.main_sec_7 .cont_person .video_box {
  position: relative;
  width: 100%; /* 원하는 너비를 설정 */
  max-width: 665px; /* 최대 너비 제한 (선택 사항) */
  aspect-ratio: 16 / 9; /* 비율 설정 (16:9 비율) */
  overflow: hidden;
}
.main_sec_7 .cont_person .video_box > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.main_sec_7 .cont_person > .text_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main_sec_7 .cont_person > .text_box h3 {
  color: #1f2937;
  font-family: "Pretendard";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.92px;
}
.main_sec_7 .cont_person > .text_box h3 > span {
  color: #969696;
  font-size: 26px;
  line-height: 1.3;
}
.main_sec_7 .cont_person > .text_box h4 {
  color: #3573b8;
  font-family: "Nanum Myeongjo", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: -0.88px;
}
.main_sec_7 .cont_person > .text_box > span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #bdbdbd;
}
.main_sec_7 .cont_person > .text_box p {
  color: #374151;
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.72px;
}
@keyframes sec_7 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  10% {
    transform: translateY(0px);
  }
}
@keyframes sec_7_1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  10% {
    transform: translateY(0px);
  }
}
/* 메인일곱번째 섹션 끝 */

/* 메인여덟번째 섹션 */
.main_sec_8 {
  background-image: url(/img/main/sec8/main_sec_8_bg_02.png);
  background-color: #fafafa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.main_sec_8_w {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.main_sec_8 .cont_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 90px;
}
.main_sec_8 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.6px;
}
.sec_8_ani_img {
  margin-top: 190px;
  animation: leftright 2s linear infinite;
}
.main_sec_8 .cont_1_1 {
  width: 100%;
  /* flex: 1; */
}
/* .main_sec_8 .cont_1_1{
    background-color: #fff;
    padding: 57px 60px;
    box-sizing: border-box;
    border-radius: 50px;
} */
.main_sec_8 .bbs_title {
  /* margin-top: 32px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_sec_8 .bbs_title h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.main_sec_8 .bbs_cat {
  display: flex;
  gap: 90px;
  /* align-items: center; */
}
.main_sec_8 .bbs_cat > .news {
  width: calc(33.75% - 72px / 2);
}
.main_sec_8 .bbs_cat > .event {
  width: calc(66.25% - 72px / 2 - 14px * 2);
}
.main_sec_8 .bbs_cat li .img_box {
  border-radius: 30px;
  overflow: hidden;
  max-width: 600px;
  max-height: 250px;
}
.main_sec_8 .bbs_cat li .img_box img {
  display: block;
  width: 100%;
  /* object-fit: fill;
    aspect-ratio: 1 / 1; */
}
.main_sec_8 .bbs_detail_list {
  margin-top: 16px;
  border-top: solid 2px #1f2937;
  background-color: rgba(255, 255, 255, 0.8);
}
.main_sec_8 .bbs_detail_list > li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid #d1d5db;
}
.main_sec_8 .news .bbs_detail_list ._1 p,
.main_sec_8 .event .bbs_detail_list ._3 p {
  font-family: "Spoqa Han Sans Neo";
}
.main_sec_8 .bbs_detail_list ._1 p:nth-child(1) {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.36px;
}
.main_sec_8 .bbs_detail_list ._1 p:nth-child(2) {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.3px;
  white-space: nowrap;
}
.main_sec_8 .bbs_detail_list ._2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
  /* max-width: 350px; */
  width: 350px;
  flex: 1;
}
.main_sec_8 .bbs_detail_list ._3 {
}
.main_sec_8 .bbs_detail_list ._3 > span {
  border-radius: 8px;
  background: #3796ff;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #fff;
  font-family: "KCC-Hanbit";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}
/* .main_sec_8 .bbs_title h4 {
  font-size: 20px;
} */
.main_sec_8 .sec8_mo_btn {
  display: none;
}
.main_sec_8 .bbs_cat > li:nth-child(2) {
  display: block;
}
.main_sec_8 .event .bbs_detail_list {
  background-color: unset;
  border: none;
}
.main_sec_8 .event .swiper {
  /* overflow: visible; */
  padding: 0 15px;
}
.main_sec_8 .event .bbs_detail_list li {
  gap: 0;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.main_sec_8 .event .bbs_detail_list .img_box {
  width: 100%;
  height: 50%;
  border-radius: 0;
}
.main_sec_8 .event .bbs_detail_list .txt_box {
  width: 100%;
  padding: 14px 20px 32px;
  background-color: #fff;
  box-sizing: border-box;
}
.main_sec_8 .event .bbs_detail_list ._1 span {
  padding: 1px 13px;
  border-radius: 999em;
  border: 1px solid #3796ff;
  color: #3796ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 162.5%;
  letter-spacing: -0.035px;
}
.main_sec_8 .event .bbs_detail_list ._2 {
  width: 100%;
  min-height: calc(2em * 1.4);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main_sec_8 .event .bbs_detail_list ._3 {
  margin-top: 20px;
  color: #6d6d6d;
  font-family: "Spoqa Han Sans Neo";
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.3px;
}
.main_sec_8 .event .bbs_detail_list ._3 p {
  color: #6d6d6d;
}
.main_sec_8 .event .swiper_controller {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.main_sec_8 .event .btn_swiper {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
.main_sec_8 .event .btn_swiper.prev {
  transform: rotate(0);
  background-image: url(/img/arw_left_rounded.svg);
}
.main_sec_8 .event .btn_swiper.prev:hover {
  background-image: url(/img/arw_left_rounded_h.svg);
}
.main_sec_8 .event .btn_swiper.next {
  background-image: url(/img/arw_right_rounded.svg);
}
.main_sec_8 .event .btn_swiper.next:hover {
  background-image: url(/img/arw_right_rounded_h.svg);
}

@keyframes leftright {
  0% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/* 메인여덟번째 섹션 끝 */

/* 무한띠 배너 */
.line_loop_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
/* 메인아홉번째 섹션 */
/* =========================
   MAIN SEC 9 (둘러보기) - FINAL
   - no nth-child
   - transform conflict fixed (translate + scale via CSS vars)
   ========================= */

/* 섹션 기본 */
.main_sec_9 {
    padding: 100px 0;
  }
  .main_sec_9_w {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
  }
  .main_sec_9 .cont_1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .main_sec_9 .left { width: 50%; }
  .main_sec_9 .right { width: 50%; }
  
  /* 타이틀 */
  .sec_9_title h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.92px;
  }
  .sec_9_title p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
  }
  
  /* 스와이퍼 영역 */
  .main_sec_9 .swiper_box_list {
    max-width: 780px;
    width: 100%;
    margin-top: 60px;
    position: relative;
  }
  
  /* 스와이퍼 박스 표시/숨김 */
  .main_sec_9 .swiper_box_list .swiper_box {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .main_sec_9 .swiper_box_list .swiper_box.on {
    visibility: visible;
    opacity: 1;
  }
  
  /* 겹쳐지는 박스(_2)는 absolute */
  .main_sec_9 .swiper_box_list .swiper_box._2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .main_sec_9 .swiper_box_list .swiper_box._2.on {
    visibility: visible;
    opacity: 1;
  }
  
  /* swiper 공통 */
  .main_sec_9_swiper { width: 100%; }
  .main_sec_9_swiper img {
    display: block;
    width: 100%;
  }
  .main_sec_9_swiper .swiper-pagination {
    position: relative;
    top: auto; left: auto; right: auto; bottom: auto;
    margin-top: 30px;
  }
  .main_sec_9_swiper .swiper-pagination-bullet {
    transition: all 0.6s;
  }
  .main_sec_9_swiper .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 80px;
    background-color: #3796ff;
  }
  
  /* 우측 빌딩+툴팁 레이아웃 */
  .main_sec_9 .bilding_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* =========================
     BUILDING STACK BUTTON LIST
     ========================= */
  
  .main_sec_9 .swiper_btn_list {
    /* 필요 시 여기에 정렬/간격 추가 */
    margin-top: 60px;
  }
  
  /* transform 충돌 해결: translateX + scale을 변수로 통합 */
  .main_sec_9 .swiper_btn_list > li {
    --tx: 0px;
    --sc: 1;
    --z: 1;
  
    position: relative;
    z-index: var(--z);
  
    filter: brightness(0.6);
    margin-top: -200px;
    transition: all 0.6s;
  
    transform: translateX(var(--tx)) scale(var(--sc));
    transform-origin: center;
  }
  
  /* hover 확대 */
  .main_sec_9 .swiper_btn_list > li:hover {
    --sc: 1.1;
    filter: brightness(1);
  }
  
  /* 현재 선택(on), prev, next 스택 간격 */
  .main_sec_9 .swiper_btn_list > li.on {
    margin-top: -50px;
    filter: drop-shadow(2px 4px 6px #ccc) brightness(1);
  }
  .main_sec_9 .swiper_btn_list > li.prev {
    margin-top: -200px;
  }
  .main_sec_9 .swiper_btn_list > li.next {
    margin-top: -150px;
  }
  
  /* 첫 번째(roof)는 클릭 막을 거라 pointer-events 유지 */
  .main_sec_9 .swiper_btn_list > li[data-key="roof"] {
    pointer-events: none;
  }
  
  /* 이미지 크기 */
  .main_sec_9 .swiper_btn_list > li img {
    width: 360px;
    display: block;
  }
  

  /* 층별(=data-key) 위치/겹침 값: nth-child 대신 data-key로 고정 */
  .main_sec_9 .swiper_btn_list > li[data-key="roof"] { --tx: -4px; --z: 9; }
  .main_sec_9 .swiper_btn_list > li[data-key="10f"] { --tx: -4px; --z: 8; }
  .main_sec_9 .swiper_btn_list > li[data-key="9f"]  { --tx: -4px; --z: 7; }
  .main_sec_9 .swiper_btn_list > li[data-key="8f"]  { --tx: -4px; --z: 6; }
  .main_sec_9 .swiper_btn_list > li[data-key="2f"]  { --tx: -4px; --z: 5; margin-bottom: 20px;}
  
  /* 1층(twin)은 건물 이미지 자체가 달라서 기존처럼 더 당겨야 했다면 여기서 조절 */
  .main_sec_9 .swiper_btn_list > li.twin { --tx: -34px; --z: 3; }
  
  /* B1/B2/B3 */
  .main_sec_9 .swiper_btn_list > li[data-key="b1"] { --tx: 0px; --z: 2; }
  .main_sec_9 .swiper_btn_list > li[data-key="b2"] { --tx: 0px; --z: 1; }
  .main_sec_9 .swiper_btn_list > li[data-key="b3"] { --tx: 0px; --z: 0; }
  
  /* "특정 층만 살짝 좌측/우측 보정"이 필요하면 여기서만 값 변경하면 끝 */
  /* 예: A1/B1만 틀어짐 보정이 필요하면 아래처럼 */
  .main_sec_9 .swiper_btn_list > li.twin { --tx: -1px; }           /* A1(B동/ A동 토글 들어있는 1층) */
  .main_sec_9 .swiper_btn_list > li[data-key="b1"] { --tx: -10px; } /* B1 */
  
  .main_sec_9 .swiper_btn_list > li.twin img{
    width: 360px;
  }
  /* off / skip-stack */
  .main_sec_9 .swiper_btn_list > li.off {
    opacity: 0;
    visibility: hidden;
  }
  .main_sec_9 .swiper_btn_list > li.skip-stack {
    height: 0 !important;
    margin-top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-9999px) !important;
  }
  
  /* =========================
     TOOLTIP
     ========================= */
  .main_sec_9 .tooltip {
    max-width: 280px;
    background-color: #fff;
    margin-left: 40px;
  }
  .main_sec_9 .tooltip .cont_2 {
    display: flex;
    gap: 25px;
  }
  .main_sec_9 .tooltip .tooltip_box { display: none; }
  .main_sec_9 .tooltip .tooltip_box.on { display: block; }
  
  /* (기존 floor 다이아몬드가 필요하면 주석 해제해서 사용)
  .tooltip .floor{
    border-radius: 8.889px;
    background: linear-gradient(99deg, #71B4FF 16.51%, #3796FF 79.97%);
    box-shadow: -0.258px -0.258px 0.516px 0px rgba(0,0,0,0.25) inset,
                0.258px 0.258px 0.516px 0px rgba(255,255,255,0.40) inset;
    backdrop-filter: blur(2.58px);
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
    position: relative;
    box-sizing: border-box;
  }
  .tooltip .floor > span{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: #fff;
    font-family: "Advent Pro", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%;
  }
  */
  
  .tooltip .floor_text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .tooltip .floor_text h4 {
    color: #fff;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    display: flex;
    padding: 10px 24px;
    gap: 10px;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(99deg, #71b4ff 16.51%, #3796ff 79.97%);
  }
  .tooltip .floor_text h4 .round {
    border-radius: 9999px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3796ff;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    transition: 0.45s;
  }
  .tooltip .floor_text h4.twin {
    padding: 10px 24px 10px 10px;
    transition: 0.45s;
  }
  .tooltip .floor_text > ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding-left: 1.5vw;
  }
  .tooltip .floor_text > ul > li {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    color: #374151;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
  /* 기존 -10px -> 더 왼쪽으로 */
.main_sec_9 .swiper_btn_list > li[data-key="b1"] { --tx: -1px; }
.main_sec_9 .swiper_btn_list > li[data-key="1f"] { --tx: -1px; }
  /* 1) 기본: 모든 층 도면은 X 보정 0 */
.main_sec_9 .swiper_box .swiper-slide img{
    transform: translateX(var(--img-shift, 0px));
  }
  
  /* 2) B1만 오른쪽으로 살짝 밀기 (값은 12~30px 사이에서 맞추면 됨) */
  .main_sec_9 .swiper_box[data-key="b1"]{ --img-shift: 18px; }
  
  /* 3) 필요하면 1층(A/B)도 동일 방식으로 보정 */ㅊ
  .main_sec_9 .swiper_box[data-key="1a"]{ --img-shift: 14px; }
  .main_sec_9 .swiper_box[data-key="1b"]{ --img-shift: 14px; }
  /* =========================
     TWIN (1층 A/B 토글)
     ========================= */
     .main_sec_9 .swiper_btn_list > li.twin { --sc: 1.2; }
  .main_sec_9 .swiper_btn_list > li .toggle_btn .btn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 116px;
    height: 116px;
    background: url("/img/main/main_sec_9_btn1.png") no-repeat center center / contain;
    color: #374151;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: -0.32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .main_sec_9 .swiper_btn_list > li.on .toggle_btn .btn.on {
    opacity: 1;
    visibility: visible;
  }
  .main_sec_9 .swiper_btn_list > li .toggle_btn .btn_a {
    right: 80%;
    top: 0%;
  }
  .main_sec_9 .swiper_btn_list > li .toggle_btn .btn_b {
    right: -60px;
    top: 50%;
  }
  .main_sec_9 .swiper_btn_list > li .toggle_btn .btn span {
    font-size: 13px;
  }
  
  /* 클릭 유도 */
  .main_sec_9 .swiper_btn_list > li.twin .click {
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 116%;
    letter-spacing: -0.28px;
    gap: 12px;
    position: absolute;
    top: 13%;
    left: 6%;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
  }
  .main_sec_9 .swiper_btn_list > li.twin.on .click {
    opacity: 1;
    visibility: visible;
  }
  .main_sec_9 .swiper_btn_list > li.twin.on .click.none {
    opacity: 0;
    visibility: hidden;
  }
  .main_sec_9 .swiper_btn_list > li.twin .click dotlottie-wc {
    margin-left: -10px;
  }
  
  /* =========================
     RESPONSIVE
     ========================= */
  
  @media screen and (max-width: 1540px) {
    .main_sec_9_w { width: 90%; }
    .main_sec_9 .bilding_info {
      justify-content: flex-start;
      gap: 30px;
    }
    .main_sec_9 .swiper_btn_list { max-width: 60%; }
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn_a { right: 62%; }
        /* 1층 twin 이미지가 유독 크면 여기서만 별도 조정 */
    .main_sec_9 .swiper_btn_list > li.twin img {width: 92%; }
    
  }
  
  @media screen and (max-width: 1524px) {
    .main_sec_9 .swiper_btn_list > li.twin img {width: 95%; }
  }
  @media screen and (max-width: 1350px) {
    .main_sec_9_w { width: 90%; }
    .main_sec_9 .swiper_btn_list > li.twin img {width: 98%; }
  }
  
  @media screen and (max-width: 1280px) {
    .main_sec_9 .swiper_btn_list { transform: translateY(60px); }
    .main_sec_9 .swiper_btn_list > li.twin img {width: 110%; }
  }
  
  @media screen and (max-width: 1200px) {
    .sec_9_title h3 { font-size: 30px; }
    .sec_9_title p { font-size: 16px; }
  
    .main_sec_9 .left { width: 40%; }
    .main_sec_9 .right { width: 60%; }
/*   
    .main_sec_9 .swiper_btn_list > li img { width: 350px; } */
  
    .main_sec_9 .swiper_btn_list { transform: translateY(100px); }
    .main_sec_9 .tooltip { display: none; }
    .main_sec_9 .bilding_info { justify-content: center; }
  
    /* 1층 twin 이미지가 유독 크면 여기서만 별도 조정 */
    .main_sec_9 .swiper_btn_list > li.twin img {width: 95%;; }
  }
  @media screen and (max-width: 1148px) {
    .main_sec_9 .swiper_btn_list > li.twin img {width: 103%; }
  }
  @media screen and (max-width: 1030px) {
    .main_sec_9 .swiper_btn_list > li.twin img {width: 103%; }
  }
  @media screen and (max-width: 960px) {
    .main_sec_9 .swiper_btn_list { transform: translateY(0); }
  
    .main_sec_9 .swiper_btn_list > li img { width: 250px; }
  
    .main_sec_9 .swiper_btn_list > li.on { margin-top: -90px; }
    .main_sec_9 .swiper_btn_list > li { margin-top: -146px; }
    .main_sec_9 .swiper_btn_list > li.next { margin-top: -125px; }
    .main_sec_9 .swiper_btn_list > li.prev { margin-top: -146px; }
  
    .main_sec_9 .bilding_info { gap: 20px; }
  
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn_a {
      right: 90%;
      top: 12%;
    }
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn {
      width: 90px;
      height: 90px;
      font-size: 12px;
    }
    /* 1층 twin 이미지가 유독 크면 여기서만 별도 조정 */
    .main_sec_9 .swiper_btn_list > li.twin img { width: 250px; }
}
  

  @media screen and (max-width: 500px) {
    .main_sec_9 .swiper_btn_list { margin-top: 130px; }
  
    .main_sec_9 .swiper_btn_list > li { margin-top: -112px; }
    .main_sec_9 .swiper_btn_list > li.prev { margin-top: -115px; }
    .main_sec_9 .swiper_btn_list > li.on { margin-top: -20px; }
    .main_sec_9 .swiper_btn_list > li.next { margin-top: -85px; }
  
    .main_sec_9 .swiper_btn_list > li img { max-width: 200px; }
  
    .main_sec_9 .bilding_info {
      flex-direction: column;
      justify-content: center;
      gap: 20px;
    }
    .main_sec_9 .tooltip .cont_2 { flex-direction: column; }
    .main_sec_9 .swiper_btn_list > li.twin img { width: 262px; }
  
    .tooltip .floor_text h4 {
      font-size: 18px;
      width: fit-content;
      margin: 0 auto;
    }
    .tooltip .floor_text h4 .round {
      width: 32px;
      height: 32px;
      font-size: 18px;
    }
    .main_sec_9 .swiper_btn_list > li[data-key="2f"] {
        margin-bottom : 15px;
    }
    .main_sec_9 .swiper_box_list { margin-top: 30px; }
    .main_sec_9 .cont_1 { gap: 60px; }
  
    .main_sec_9_swiper .swiper-pagination { margin-top: 12px; }
    .main_sec_9_swiper img { border-radius: 20px; }
  
    .tooltip .floor_text { gap: 16px; }
    .tooltip .floor_text > ul {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .tooltip .floor_text > ul > li { font-size: 18px; }
  
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn {
      width: 80px;
      height: 80px;
      font-size: 11px;
    }
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn span { font-size: 9px; }
  
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn_a {
      top: -7%;
      right: 85%;
    }
    .main_sec_9 .swiper_btn_list > li .toggle_btn .btn_b {
      right: -25px;
      top: 90px;
    }
  
    .main_sec_9 .swiper_btn_list > li.twin .click {
      width: 90px;
      height: 90px;
      gap: 5px;
      left: 10%;
    }
    .main_sec_9 .swiper_btn_list > li.twin .click dotlottie-wc {
      width: 55px !important;
      height: 30px !important;
      margin-left: -5px;
    }
    .main_sec_9 .swiper_btn_list > li.twin .click p { font-size: 12px; }
  }
  

/* 메인아홉번째 섹션 끝 */

.line_loop_swiper {
  border-top: solid 1px #d1d5db;
}

/* 메인열번째 섹션  */
.main_sec_10 {
  background-image: url("/img/main/sec10/main_sec_10_bg.png");
  padding: 110px 0 135px 0;
  box-sizing: border-box;
  position: relative;
}
.main_sec_10_w {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.main_sec_10 .cont_1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main_sec_10 .cont_1 > .title {
  text-align: center;
}
.main_sec_10 .cont_1 > .title > h3 {
  color: #fff;
  font-family: "Pretendard";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.28px;
}
.main_sec_10 .cont_1 > .title > h2 {
  color: #fff;
  font-family: "Pretendard";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.92px;
}
.main_sec10_tab_btn {
  display: flex;
  align-items: stretch;
}
.main_sec10_tab_btn > li {
  width: calc(100% / 3);
  border-bottom: solid 1px #fff;
  padding: 16px 0;
  box-sizing: border-box;
  opacity: 0.5;
  transition: all 0.6s;
}
.main_sec10_tab_btn > li.on {
  border-bottom: solid 2px #fff;
  opacity: 1;
  transition: all 0.6s;
}
.main_sec10_tab_btn > li > P {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
  opacity: 0.5;
}
.main_sec10_tab_btn > li.on > P {
  opacity: 1;
}
.main_sec10_tab_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_sec10_tab_box > .text_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.main_sec10_tab_box > .text_box h4 {
  color: #fff;
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.6px;
}
.main_sec10_tab_box > .text_box p {
  color: #fff;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.main_sec10_tab_box > .text_box p > strong {
  font-weight: 700;
}
.main_sec10_tab_box > .text_box > .go_detail_btn {
  border: 1px solid #fff;
}
.main_sec10_tab_box > .img_box {
}
.main_sec10_tab_box > .img_box > img {
  border-radius: 40px;
  box-shadow: 0px 3.92px 29.399px 0px rgba(7, 16, 52, 0.5);
}
/* 호버효과 */
@media screen and (min-width: 768px) {
  /* 메인세번째-hov 섹션  */
  .rotation_cont .rot_text li:hover h4 {
    color: #3796ff;
  }
  .rotation_cont .rot_text li:hover h4 > span {
    background: linear-gradient(180deg, #6bb1ff 0%, #6866c0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .rotation_cont .rot_text li:hover .one_one {
    background-color: rgba(55, 150, 255, 0.2);
    display: inline-block;
  }
  .rotation_cont .rot_text li:hover .one_one svg circle {
    fill: #3796ff;
  }
  /* 메인세번째-hov 섹션 끝 */
  .main_sec_2 .slide_2 .person_box ul._3 li:nth-child(1) {
    margin-top: 30px;
  }
}

/* main_sec_news */
.main_sec_news {
  padding: 120px 0 180px;
  overflow: hidden;
  position: relative;
}

.main_sec_news .news-content-inner {
  max-width: calc(1600px + 20px * 2);
  padding: 0 20px;
  margin: 0 auto;
}

.main_sec_news .news-top-content {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #b10f15;
  padding-bottom: 40px;
}

.main_sec_news .news-top-content .news-sub-txt {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 300;
  line-height: 1.6;
  text-align: right;
}

.main_sec_news .news-top-content .news-logo {
  width: clamp(311px, 33vw, 631px);
}

.main_sec_news .news-top-content .news-logo img {
  max-width: 100%;
}

.main_sec_news .news-info-content .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.main_sec_news .news-info-content .news-img-wrap {
  border-radius: 20px;
  border: 1px solid #efe7e7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: calc(100% - 600px);
  aspect-ratio: 964/475;
  overflow: hidden;
}

.main_sec_news .news-info-content .news-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_sec_news .news-info-content .news-txt-wrap {
  max-width: 576px;
  padding: 0 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_sec_news .news-info-content .news-txt-wrap h5 {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 300;
  line-height: 1.6;
  color: #404040;
  margin-bottom: 16px;
}

.main_sec_news .news-info-content .news-txt-wrap h3 {
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_sec_news .news-info-content .news-txt-wrap p {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  word-break: break-all;
  min-height: 7.4em;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_sec_news .news-info-content .news-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  padding: 12px 20px;
  position: relative;
  content: "";
  overflow: hidden;
}

.main_sec_news .news-info-content .news-link-wrap:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
    270deg,
    #ed1b23 20.05%,
    #d71820 40.09%,
    #b10f15 70.16%
  );
  transform: translateX(-50%);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main_sec_news .news-info-content .news-link-wrap:hover:after {
  transform: translateX(0);
}

.main_sec_news .mainNewsSwiper {
  overflow: visible;
}

.main_sec_news .mainNewsSwiper .swiper-slide {
  display: flex;
  justify-content: center;

  height: auto;
  background: #fff;
}

.main_sec_news .mainNewsSwiper .swiper-pagination {
  position: relative;
  top: 30px;
}

.main_sec_news
  .mainNewsSwiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  border-radius: 100px;
  background: linear-gradient(
    270deg,
    #ed1b23 20.05%,
    #d71820 40.09%,
    #b10f15 70.16%
  );
}

@media screen and (max-width: 1024px) {
  .main_sec_news .news-info-content .news-item {
    flex-direction: column;
    justify-content: flex-start;
  }

  .main_sec_news .news-info-content .news-img-wrap {
    width: 100%;
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .main_sec_news {
    padding: 60px 0 100px;
  }

  .main_sec_news .news-top-content {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    gap: 15px;
  }

  .main_sec_news .news-top-content .news-sub-txt {
    text-align: center;
  }

  .main_sec_news .news-info-content .news-img-wrap {
    border-radius: 12px;
  }

  .main_sec_news .news-info-content .news-txt-wrap {
    padding: 0;
  }

  .main_sec_news .news-info-content .news-txt-wrap p {
    margin-bottom: 32px;
  }
}
