@charset "utf-8";


/* 비주얼 */

.vis_slide_wr {
  z-index: 1004;
  overflow: hidden;
}

.vis_slide_wr,
.vis_slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

.vis_slide .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vis_slide .slide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 5s linear;
  transform: scale(1);
  background: no-repeat center center / cover;
}


.vis_slide .inner {
  height: 100%;
  min-height: 600px; /* 필요 시 조정 */
  display: flex;
  align-items: center;
  margin-top: 200px;
}


.vis_slide h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.8rem;
  letter-spacing: -2px;
  position: relative;
  z-index: 100000;
  color: #fff;
  text-align: left;
}

.vis_slide .swiper-slide.swiper-slide-active h2 {
  opacity: 0;
  transform: translateY(5rem);
  animation: txtUp 1s 0.5s forwards;
}


@keyframes txtUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vis_slide .slide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 5s linear;
  transform: scale(1);
  background: no-repeat center center/cover;
}

.vis_slide .swiper-slide.swiper-slide-active .slide_bg {
  transform: scale(1.1);
}
.vis_slide .slide_bg.bg01 {background-image: url("/img/main/main_visual_bg01.jpg");}
.vis_slide .slide_bg.bg02 {background-image: url("/img/main/main_visual_bg02.jpg");}


.vi_control_box {
  position: absolute;
  width: calc(100% - 4rem);
  max-width: 1380px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.vi_pagination {
  display: flex;
}

.vi_pagination .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.vi_pagination .progress {
  transform: rotate(-90deg);
}

.vi_pagination .circle {
  fill: transparent;
  stroke: #222;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.vi_pagination span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vi_pagination .swiper-pagination-bullet {
  line-height: 1;
}

.vi_pagination .swiper-pagination-bullet .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #222;
  display: none;
  pointer-events: none;
  /* 클릭 이벤트 방지 */
}


.vi_control_box .pagination_fraction .swiper-pagination-total {}

@keyframes tit_ani {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



.sec02 .inner {
    display: flex;
    justify-content: space-between;
}

.sec02 h2 {
    color: #0054CC;
}

.sec02 .sec02_right .sys_wrap {
    width: 620px;
    height: 640px;
    background-color: #0054CC;
    padding: 60px 50px;
    box-sizing: border-box;
    border-radius: 16px;
}

.sec02 .sec02_right .sys_wrap ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.sec02 .sec02_right .sys_wrap ul li {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    background-image: linear-gradient(150deg, rgba(255,255,255,.4), rgba(255,255,255,.1));
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'TheJamsil';
    font-size: 24px;
    color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}





.sec03 {
    background: url('/img/main/main_sec03_bg.jpg') no-repeat center / cover;
}
.sec03 h2 {
    margin-bottom: 30px;
}
.sec03 * {
    color: #fff;
    text-align: center;
}
.sec03 .desc {
    line-height: 1.7;
    font-weight: 300;
}
.sec03 .desc strong {
    font-weight: 600;
}
.sec03 .inner:first-child {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
}
.sec03 .point_list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
    text-align: center;
    margin: 70px 0 130px;
}
.sec03 .point_list li figure {
    width: 300px;
    height: 300px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.sec03 .point_list li h3 {
    font-family: 'TheJamsil';
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sec03 .point_list li p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
}
.sec03 .accent {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.5;
}



.sec04 h2 {
    color: #0054CC;
}
.sec04 .check_point_wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
}
.sec04 .check_point_wrap ul li {
    width: 544px;
    height: 367px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    padding: 50px 40px;
    box-sizing: border-box;
    color: #fff;
    transition: all .5s;
    position: relative;
    /* overflow: hidden; */
}
.sec04 .check_point_wrap ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}
.sec04 .check_point_wrap ul li:first-child {
    background-image: url('/img/main/main_sec04_bg01.jpg');
}
.sec04 .check_point_wrap ul li:nth-child(2) {
    background-image: url('/img/main/main_sec04_bg02.jpg');
}
.sec04 .check_point_wrap ul li:nth-child(3) {
    background-image: url('/img/main/main_sec04_bg03.jpg');
}
.sec04 .check_point_wrap ul li:nth-child(4) {
    background-image: url('/img/main/main_sec04_bg04.jpg');
}
.sec04 .check_point_wrap ul li:nth-child(5) {
    background-image: url('/img/main/main_sec04_bg05.jpg');
}
.sec04 .check_point_wrap ul li:last-child {
    background-image: url('/img/main/main_sec04_bg06.jpg');
}

.sec04 .check_point_wrap ul li::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.sec04 .check_point_wrap ul li:first-child::before {
    background-image: url('/img/main/main_sec04_img01.png');
}
.sec04 .check_point_wrap ul li:nth-child(2)::before {
    background-image: url('/img/main/main_sec04_img02.png');
}
.sec04 .check_point_wrap ul li:nth-child(3)::before {
    background-image: url('/img/main/main_sec04_img03.png');
}
.sec04 .check_point_wrap ul li:nth-child(4)::before {
    background-image: url('/img/main/main_sec04_img04.png');
}
.sec04 .check_point_wrap ul li:nth-child(5)::before {
    background-image: url('/img/main/main_sec04_img05.png');
}
.sec04 .check_point_wrap ul li:last-child::before {
    background-image: url('/img/main/main_sec04_img06.png');
}

.sec04 .check_point_wrap ul li h3 {
    font-family: 'TheJamsil';
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.sec04 .check_point_wrap ul li .desc {
    opacity: 0;
    color: #5d5d5d;
    transition: all .5s;
    position: relative;
    z-index: 1;
}
.sec04 .check_point_wrap ul li:hover {
    box-shadow: 0 0 130px rgba(107,121,168,.16);
}
.sec04 .check_point_wrap ul li:hover::before,
.sec04 .check_point_wrap ul li:hover::after {
  opacity: 1;
}
.sec04 .check_point_wrap ul li:hover h3 {
    color: #0054CC;
}
.sec04 .check_point_wrap ul li:hover .desc {
    opacity: 1;
}



.sec05 {
    background: #EFF3F9;
}
.sec05 .inner {
    width: 1418px;
}
.sec05 .sec05_wrap {
    width: 1418px;
    display: flex;
    justify-content: space-between;
}
.sec05 .video_wrap {
    width: 840px;
    border-radius: 15px;
    overflow: hidden;
}



.sec0_video {
    position: relative;
}
/* .sec0_video .video_dim {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,.3);
} */
.sec0_video i { 
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    color: rgba(0,0,0,.5);
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.sec0_video video {
    object-fit: cover;
    width: 100%;
    height: 581px;
    vertical-align: top;
    background: #000;
}




.sec05 .banner_list {
    width: 553px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec05 .banner_list li {
    padding: 42px 45px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    background: #fff;
}
.sec05 .banner_list li .more_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 45px;
    bottom: 45px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec05 .banner_list .schedule_btn {
    background: #08D1D9;
    height: 227px;
}
.sec05 .banner_list .schedule_btn .more_btn {
    background-color: #fff;
}
.sec05 .banner_list .schedule_btn strong {
    display: flex;
    width: 111px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #08D1D9;
    border-radius: 50px;
    margin-bottom: 10px;
}

.sec05 .banner_list .schedule_btn .banner_txt {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.sec05 .banner_list .banner_txt dl dt {
    font-family: 'TheJamsil';
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0054CC;
}
.sec05 .banner_list .banner_txt dl dd {
    font-size: 20px;
    color: #222;
}



@media screen and (max-width:1720px) {
    .vis_slide h2 {
        font-size: clamp(20px, 7vw, 60px);
    }


    .sec02 .inner {
        gap: 2vw;
    }

    .sec02 .sec02_left {
        width: 70vw;
        height: auto;
    }
    .sec02 .sec02_left img {
        width: 100%;
    }
    .sec02 .sec02_right {
        width: calc(70% - 2vw);
    }

    .sec02 .sec02_right .sys_wrap {
        width: 100%;
        height: auto;
        padding: 2vw;
        border-radius: 1vw;
    }
    .sec02 .sec02_right .sys_wrap ul {
        gap: 1vw;
    }
    .sec02 .sec02_right .sys_wrap ul li {
        height: 4vw;
        border-radius: 5vw;
        font-size: 2vw;
    }
    



    .sec03 .inner:first-child {
        padding-bottom: 8vw;
        margin-bottom: 8vw;
    }

    .sec03 h2 {
        margin-bottom: 3vw;
        line-height: 1.5;
    }

    .sec03 .point_list {
        gap: 3vw;
        margin: 6vw 0 8vw;
    }
    .sec03 .point_list li {
        width: 29%;
    }
    .sec03 .point_list li figure {
        width: 24vw;
        height: 24vw;
        margin-bottom: 5vw;
    }
    .sec03 .point_list li h3 {
        font-size: clamp(24px, 3.2vw, 40px);
        margin-bottom: 2vw;
    }
    .sec03 .point_list li p {
        font-size: clamp(18px, 3vw, 30px);
    }
    .sec03 .accent {
        font-size: clamp(30px, 4vw, 40px);
    }




    .sec04 .check_point_wrap ul {
        gap: 3vw;
    }
    .sec04 .check_point_wrap ul li {
        width: 48%;
        height: 46vw;
        border-radius: 3vw;
        padding: 5vw 4vw;
    }
    .sec04 .check_point_wrap ul li::after {
        border-radius: 3vw;
    }
    
    .sec04 .check_point_wrap ul li::before {
        width: 10vw;
        height: 10vw;
        right: 5vw;
        bottom: 5vw;
    }
    
    .sec04 .check_point_wrap ul li h3 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }


    .sec05 .inner {
        width: calc(100% - 10vw);
    }

    .sec05 .sec05_wrap {
        width: 100%;
        height: 50vw;
    }
    .sec05 .video_wrap {
        width: 48%;
        height: 50vw;
    }
    .sec0_video video {
        height: 50vw;
    }
    .sec05 .video_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2vw;
    }

    .sec05 .banner_list {
        width: 48%;
        height: 50vw;
    }
    .sec05 .banner_list li {
        padding: 3vw;
        border-radius: 2vw;
    }
    .sec05 .banner_list li .more_btn {
        width: 5vw;
        height: 5vw;
        right: 3vw;
        bottom: 3vw;
    }
    .sec05 .banner_list .more_btn img {
        width: 1.5vw;
    }

    .sec05 .banner_list .schedule_btn {
        height: 20vw;
    }
    .sec05 .banner_list .schedule_btn strong {
        width: 14vw;
        height: 5vw;
        border-radius: 5vw;
        margin-bottom: 1vw;
        font-size: 2vw;
    }

    .sec05 .banner_list .schedule_btn .banner_txt {
        font-size: 3vw;
    }

    .sec05 .banner_list .banner_txt dl dt {
        font-size: 3vw;
        margin-bottom: 1vw;
    }
    .sec05 .banner_list .banner_txt dl dd {
        font-size: 2.1vw;
    }
}



@media screen and (max-width: 768px) {
    .vis_slide_wr,
    .vis_slide {
        height: 70vh;
    }
    .vis_slide .inner {
        margin-top: 20vw;
    }
    .vis_slide h2 {
        font-size: 8vw;
    }



    .sec02 .inner {
        flex-direction: column;
        gap: 20vw;
    }

    .sec02 .sec02_left {
        width: 100%;
        height: auto;
    }
    .sec02 .sec02_left img {
        width: 100%;
    }

    .sec02 .sec02_right {
        width: 100%;
    }

    .sec02 .sec02_right .sys_wrap {
        width: 100%;
        height: auto;
        padding: 6vw;
        border-radius: 5vw;
    }
    .sec02 .sec02_right .sys_wrap ul {
        gap: 4vw;
    }
    .sec02 .sec02_right .sys_wrap ul li {
        height: 12vw;
        border-radius: 6vw;
        font-size: 4.5vw;
    }



    .sec03 .desc {
        font-size: 4.5vw;
    }


    .sec03 .point_list {
        flex-direction: column;
    }

    .sec03 .point_list li {
        width: 100%;
    }
    .sec03 .point_list li+li {
        margin-top: 10vw;
    }

    .sec03 .point_list li figure {
        width: 50vw;
        height: 50vw;
        margin: 0 auto 5vw;
    }
    .sec03 .point_list li figure img {
        width: 14vw;
    }
    .sec03 .accent {
        font-size: 6vw;
    }



    .sec04 .check_point_wrap ul li {
        width: 100%;
        padding: 8vw;
        min-height: 46vw;
        height: auto;
    }
    .sec04 .check_point_wrap ul li h3 {
        font-size: 6vw;
    }
    .sec04 .check_point_wrap ul li .desc {
        width: 58vw;
        opacity: 1;
        color: #fff;
    }
    .sec04 .check_point_wrap ul li::before {
        width: 15vw;
        height: 15vw;
        opacity: 1;
    }
    .sec04 .check_point_wrap ul li::after {
        background: rgba(0,0,0,.3);
        opacity: 1;   
    }
    
    .sec04 .check_point_wrap ul li:hover {
        box-shadow: none;
    }
    .sec04 .check_point_wrap ul li:hover::before,
    .sec04 .check_point_wrap ul li:hover::after {
        opacity: 1;
    }
    .sec04 .check_point_wrap ul li:hover h3 {
        color: #fff;
    }
    .sec04 .check_point_wrap ul li:hover .desc {
        opacity: 1;
    }







    .sec05 .sec05_wrap {
        height: auto;
        flex-direction: column;
        gap: 5vw;
    }

    .sec05 .video_wrap {
        width: 100%;
    }
    .sec05 .banner_list {
        width: 100%;
        height: 75vw;
    }
    .sec05 .banner_list li {
        padding: 5vw;
    }
    .sec05 .banner_list li .more_btn {
        width: 5vw;
        height: 5vw;
        right: 3vw;
        bottom: 3vw;
    }
    .sec05 .banner_list .more_btn img {
        width: 1.5vw;
    }

    .sec05 .banner_list .schedule_btn {
        height: 24vw;
    }
    .sec05 .banner_list .schedule_btn strong {
        width: 18vw;
        height: 7vw;
        border-radius: 5vw;
        margin-bottom: 2vw;
        font-size: 3vw;
    }

    .sec05 .banner_list .schedule_btn .banner_txt {
        font-size: 4vw;
    }

    .sec05 .banner_list .banner_txt dl dt {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .sec05 .banner_list .banner_txt dl dd {
        font-size: 3.5vw;
    }


}