@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.png);
  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;
}
.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: 50px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
.main_sec_6 .history_list .history_title p {
  color: #3796ff;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
.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: .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 {
  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;
}
.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 {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.main_sec_9 .swiper_box_list .swiper_box.on {
  /* display: block; */
  visibility: visible;
  opacity: 1;
}
.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;
}
.main_sec_9_swiper {
  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 img {
  display: block;
  width: 100%;
}
.main_sec_9 .left {
  width: 50%;
}
.main_sec_9 .right {
  width: 50%;
}

.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 .swiper_btn_list > li:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  filter: brightness(1);
  transition: all 0.6s;
}
.main_sec_9 .swiper_btn_list {
}

.main_sec_9 .swiper_btn_list > li {
  filter: brightness(0.6);
  position: relative;
  margin-top: -200px;
  transition: all 0.6s;
}
.main_sec_9 .swiper_btn_list > li.on {
  margin-top: -50px;
  filter: brightness(0.6);
  filter: drop-shadow(2px 4px 6px #ccc) brightness(1);
  transition: all 0.6s;
}
.main_sec_9 .swiper_btn_list > li.prev {
  margin-top: -200px;
}
.main_sec_9 .swiper_btn_list > li.next {
  margin-top: -150px;
}
.main_sec_9 .swiper_btn_list > li.on:nth-child(2) {
}
.main_sec_9 .swiper_btn_list > li:nth-child(1) {
  pointer-events: none;
  z-index: 9;
  transform: translateX(-4px);
}
.main_sec_9 .swiper_btn_list > li:nth-child(2) {
  transform: translateX(-4px);
  z-index: 8;
}
.main_sec_9 .swiper_btn_list > li:nth-child(3) {
  transform: translateX(-4px);
  z-index: 7;
}
.main_sec_9 .swiper_btn_list > li:nth-child(4) {
  transform: translateX(-4px);
  z-index: 6;
}
.main_sec_9 .swiper_btn_list > li:nth-child(5) {
  transform: translateX(-4px);
  z-index: 5;
}
.main_sec_9 .swiper_btn_list > li:nth-child(6) {
  transform: translateX(-4px);
  z-index: 4;
}
.main_sec_9 .swiper_btn_list > li:nth-child(7) {
  transform: translateX(-34px);
  z-index: 3;
}
.main_sec_9 .swiper_btn_list > li:nth-child(8) {
  z-index: 2;
}
.main_sec_9 .swiper_btn_list > li:nth-child(9) {
  z-index: 1;
}

.main_sec_9 .tooltip {
  max-width: 260px;
  background-color: #fff;
}

.main_sec_9 .tooltip .cont_2 {
  display: flex;
  gap: 25px;
}
.main_sec_9 .swiper_btn_list > li:hover .tooltip {
  display: block;
}
.main_sec_9 .tooltip .tooltip_box {
  display: none;
}
.main_sec_9 .tooltip .tooltip_box.on {
  display: block;
}
.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.4) inset;
  backdrop-filter: blur(2.5806820392608643px);
  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%;
  display: inline-block;
}
.tooltip .floor_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tooltip .floor_text h4 {
  color: #374151;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.52px;
}
.tooltip .floor_text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.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;
}
.main_sec_9 .bilding_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

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

.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: center;
}
.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;
  }
}
