/* 공통 */
._main{width: 100%;overflow: hidden;}
.sec_inner{width: 100%;max-width: 1520px;margin: 0 auto;}
.bold{font-weight: 700;}
.f_blur{filter: blur(5px);}

.more_btn{display: flex;align-items: center;gap: 10px;cursor: pointer;}
.more_btn p{font-family: var(--font-Pre);font-weight: 500;font-size: 27px;line-height: 1.5;color: var(--color-Blue);}
.more_btn img{transition: .3s;}
.more_btn:hover img{transform: translateX(10px);}

.more_round{display: flex;align-items: center;justify-content: center;width: 100%;max-width: 221px;height: 73px;cursor: pointer;border: 1px solid var(--color-DeepGrey);border-radius: 100px;}
.more_round p{font-family: var(--font-Pre);font-weight: 500;font-size: 22px;line-height: 1.5;color: var(--color-DeepGrey);}
.more_round:hover{border-color: #fff;background-color: #fff;}
.more_round:hover p{color: var(--color-Blue);}

._main .tit-group .txt-group{display: flex;flex-direction: column;gap: 30px;}
._main .tit-group .blue-txt{font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: var(--color-Blue);}
._main .tit-group .big-txt{font-family: var(--font-Pre);font-weight: 600;font-size: 50px;line-height: 1.5;color: var(--color-DeepGrey);}
._main .tit-group .sm-txt{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: var(--color-DeepGrey);}

._main .cent_tit_group{display: flex;flex-direction: column;align-items: center;gap: 10px;}
._main .cent_tit_group .sm-tit{font-family: var(--font-Pre);font-weight: 600;font-size: 24px;line-height: 1.5;color: var(--color-Grey);}
._main .cent_tit_group .big-tit{font-family: var(--font-Pre);font-weight: 600;font-size: 80px;line-height: 1;color: var(--color-Black);}

@media screen and (max-width: 1520px) {
  .sec_inner{width: 90%;}
}

@media screen and (max-width: 1250px) {

}

@media screen and (max-width: 768px) {
  .more_btn p{font-size: 18px;}

  .more_round{max-width: 139px;height: 47px;}
  .more_round p{font-size: 18px;}

  ._main .tit-group .txt-group{align-items: center;}
  ._main .tit-group .blue-txt{font-weight: 400;font-size: 18px;text-align: center;}
  ._main .tit-group .big-txt{font-size: 24px;text-align: center;}
  ._main .tit-group .sm-txt{font-size: 18px;text-align: center;}

  ._main .cent_tit_group .sm-tit{font-weight: 300;font-size: 18px;text-align: center;}
  ._main .cent_tit_group .big-tit{font-size: 24px;text-align: center;}

  
}

/* sec1 */
.main_1_video_box video{
    width: 100%;
    display: block;
    margin-top: 90px;
}
@media screen and (max-width: 768px){
    .main_1_video_box video{
        margin-top: 57px;
    }
}
._main section._01{
    /* height: 100vh;
    overflow: hidden; */
    /* background: url(/img/main/m_sec1_banner01_01.jpg)no-repeat center center / cover; */
}
._main section._01 .swiper{height: 100%; max-width: 1280px; width: 100%; margin: 0 auto;}
._main section._01 .swiper-slide{transition: .5s;position: relative;height: inherit;opacity: 0;}
._main section._01 .swiper-slide.swiper-slide-active{opacity: 1;}
._main section._01 .swiper-slide .sec_inner{
    /* width: 80%; */
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50px;
    right: auto;
    transform: translateY(-50%);
    /* padding-bottom: 171px;
    padding-left: 200px; */
}
._main section._01 .swiper-slide .slide_bg{height: 100%;}
._main section._01 .swiper-slide .slide_bg img{height: 100%;object-fit: cover;}
/* ._main section._01 .swiper-slide .txt-box{padding-left: 77px;} */
._main section._01 .swiper-slide._01 .sec_inner{display: flex;align-items: flex-end;}
._main section._01 .swiper-slide._02 .sec_inner{display: flex;align-items: flex-end;}
._main section._01 .swiper-slide._03 .sec_inner{display: flex;align-items: flex-end;}
._main section._01 .swiper-slide._04 .sec_inner{display: flex;align-items: flex-end;}
._main section._01 .swiper-slide._05 .sec_inner{display: flex;align-items: flex-end;}
._main section._01 .swiper-slide .slide_bg img{width: 100%;}
._main section._01 .swiper-slide .tit{font-family: var(--font-Pre);font-weight: 600;font-size: 80px;line-height: 1.5;color: #fff;filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .25));}
._main section._01 .swiper-slide .des{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: #fff;filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .25));}

._main section._01 .swiper_btn_group{position: absolute;top:50%; left:0px; z-index: 999; transform: translateY(-50%); display: flex;flex-direction: column;align-items: center;justify-content: center;}
._main section._01 .swiper-pagination{position: relative;right: unset;left: unset;top: unset;transform: unset;}
._main section._01 .swiper-button-next{position: relative;left: unset;right: unset;height: 20px;margin-top: unset;}
._main section._01 .swiper-button-prev{position: relative;left: unset;right: unset;height: 20px;margin-top: unset;}
._main section._01 .swiper-button-next:after{content: "";background: url(/img/main/swiper_arr_w_next.png)no-repeat center center / contain;width: 20px;height: 20px;}
._main section._01 .swiper-button-prev:after{content: "";background: url(/img/main/swiper_arr_w_prev.png)no-repeat center center / contain;width: 20px;height: 20px;}

._main section._01 .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;border-radius: 0;}
._main section._01 .swiper-pagination-bullet-active{background-color: #fff;}
._main section._01 .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin: var(--swiper-pagination-bullet-vertical-gap,20px) 0;}
@media screen and (max-width: 1350px) {
    ._main section._01 .swiper{
        width: 80%;
    }
}
@media screen and (max-width: 1250px) {
  ._main section._01 .swiper-slide .sec_inner{padding-left: 0;width: 90%; left: 20px;}
  ._main section._01 .swiper{
    width: 100%;
  }

  ._main section._01 .swiper_btn_group{flex-direction: row;gap: 10px;left: 50%;bottom: 100px; top: auto; transform: translateX(-50%);z-index: 1;min-width: 200px;}
  ._main section._01 .swiper-pagination{bottom: unset;}
  ._main section._01 .swiper-pagination-bullet{margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);}
  ._main section._01 .swiper-button-prev:after{transform: rotate(-90deg);}
  ._main section._01 .swiper-button-next:after{transform: rotate(-90deg);}
}

@media screen and (max-width: 768px){
  ._main section._01 .swiper-slide .txt-box{display: flex;flex-direction: column;gap: 10px;}
  ._main section._01 .swiper-slide .tit{font-size: 50px;}
  ._main section._01 .swiper-slide .des{font-size: 18px;}
}

@media screen and (max-width: 360px){
  ._main section._01 .swiper-slide .tit{font-size: 35px;}
  ._main section._01 .swiper-slide .des{font-size: 15px;}
}

/* sec2 */
._main section._02{}
._main section._02 .cont-group{display: flex;}
._main section._02 .cont-left{width: 50%;}
._main section._02 .cont-right{width: 50%;}

._main section._02 .sec02_swiper_01 .img-box img{width: 100%;}
._main section._02 .sec02_swiper_01 .swiper_btn_group{position: absolute;right: 70px;bottom: 70px;}
._main section._02 .sec02_swiper_01 .swiper-pagination{position: relative;display: flex;flex-direction: column;}
._main section._02 .sec02_swiper_01 .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;border-radius: 0;}
._main section._02 .sec02_swiper_01 .swiper-pagination-bullet-active{background-color: #fff;}
._main section._02 .sec02_swiper_01 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 10px var(--swiper-pagination-bullet-horizontal-gap,0px);}

._main section._02 .sec02_swiper_02{height: 100%;}
._main section._02 .sec02_swiper_02 .slide_inner{height: 100%;}
._main section._02 .sec02_swiper_02 .slide_top{background: linear-gradient(to bottom, #5263FF -10%, #0D99FF 40%);height: calc(60% - 70px);padding-left: 70px;padding-bottom: 70px;display: flex;align-items: flex-end;}
._main section._02 .sec02_swiper_02 .slide_top .txt-box{display: flex;flex-direction: column;gap: 10px;}
._main section._02 .sec02_swiper_02 .slide_top .sm_tit{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: #fff;}
._main section._02 .sec02_swiper_02 .slide_top .big-tit{position: relative;font-family: var(--font-Pre);font-weight: 600;font-size: 80px;line-height: 1;color: #fff;}
._main section._02 .sec02_swiper_02 .slide_top .big-tit::after{content: "";background-color: var(--color-Yellow);width: 20px;height: 20px;border-radius: 50%;position: absolute;top: 0;right: -10px;transform: translateX(100%);}
._main section._02 .sec02_swiper_02 .slide_bot{height: calc(40% - 140px);padding: 70px;padding-right: 0;display: flex;flex-direction: column;align-items: start;justify-content: space-between;}
._main section._02 .sec02_swiper_02 .slide_bot .des-box{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._02 .sec02_swiper_02 .swiper_btn_group{position: absolute;top: 46%;right: 24%;display: flex;align-items: center;justify-content: center;gap: 30px;}
._main section._02 .sec02_swiper_02 .swiper-button-next{position: relative;left: unset;right: unset;margin-top: unset;width: 60px;height: 60px;}
._main section._02 .sec02_swiper_02 .swiper-button-prev{position: relative;left: unset;right: unset;margin-top: unset;width: 60px;height: 60px;}
._main section._02 .sec02_swiper_02 .swiper-button-next:after{content: "";background: url(/img/main/swiper_arrBox_w_next.png)no-repeat center center / contain;width: 60px;height: 60px;}
._main section._02 .sec02_swiper_02 .swiper-button-prev:after{content: "";background: url(/img/main/swiper_arrBox_w_prev.png)no-repeat center center / contain;width: 60px;height: 60px;}

@media screen and (max-width: 1540px) {
  ._main section._02 .sec02_swiper_02 .swiper_btn_group{right: 5%;}
}

@media screen and (max-width: 1250px) {
  /* ._main section._02{height: 100vh;} */
  ._main section._02 .cont-group{flex-direction: column;}
  ._main section._02 .cont-left{width: 100%;height: 40%;}
  ._main section._02 .sec02_swiper_01 .swiper-pagination{display: none;}

  ._main section._02 .cont-right{width: 100%;}
  ._main section._02 .sec02_swiper_02 .slide_top{padding: 30px 0;padding-bottom: 42px;}
  ._main section._02 .sec02_swiper_02 .slide_top .txt-box{width: 90%;margin: 0 auto;text-align: center;gap: 42px;}
  ._main section._02 .sec02_swiper_02 .slide_top .big-tit{width: auto;margin: 0 auto;}

  ._main section._02 .sec02_swiper_02 .slide_bot{padding: 30px 0;width: 90%;margin: 0 auto;text-align: center;align-items: center;gap: 30px;}

  ._main section._02 .sec02_swiper_02 .swiper_btn_group{top: 115px;right: 50%;width: 90%;transform: translateX(50%);z-index: 1;justify-content: space-between;}
}

@media screen and (max-width: 768px){
  ._main section._02 .sec02_swiper_02 .slide_top .sm_tit{font-size: 18px;}
  ._main section._02 .sec02_swiper_02 .slide_top .big-tit{font-size: 24px;}
  ._main section._02 .sec02_swiper_02 .slide_top .big-tit::after{width: 10px;height: 10px;top: -8px;right: -5px;}

  ._main section._02 .sec02_swiper_02 .swiper_btn_group{top: 80px;}
}

@media screen and (max-width: 300px) {
  ._main section._02 .sec02_swiper_02 .slide_bot .des-box{font-size: 16px;}

  ._main section._02 .sec02_swiper_02 .swiper-button-prev:after{width: 40px;height: 40px;}
  ._main section._02 .sec02_swiper_02 .swiper-button-next:after{width: 40px;height: 40px;}
  
}

/* sec3 */

._main section._03{background-color: var(--color-LightGrey);padding: 215px 0;}
._main section._03 .sec03_swiper{overflow: visible;width: 100%;}
._main section._03 .sec03_swiper .swiper-slide{transition: .3s; display: flex;align-items: center;justify-content: center;transform: scale(.8);}
._main section._03 .sec03_swiper .swiper-slide.swiper-slide-active{transform: scale(1);}
._main section._03 .sec03_swiper .slide_group{display: flex;width: 100%;}
._main section._03 .sec03_swiper .slide_group .cont-left{width: 60%;}
._main section._03 .sec03_swiper .slide_group .cont-left .img-box{height: 100%;}
._main section._03 .sec03_swiper .slide_group .cont-left .img-box img{height: 100%;object-fit: cover;}
._main section._03 .sec03_swiper  .swiper-pagination-bullet{background-color: var(--color-Blue);border-radius: 0;}
._main section._03 .sec03_swiper .swiper-horizontal>.swiper-pagination-bullets,
._main section._03 .sec03_swiper .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: unset;top: -40px;transform: translateY(-100%);}
._main section._03 .sec03_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
._main section._03 .sec03_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);}
._main section._03 .cont-right{width: 50%;display: flex;flex-direction: column;}
._main section._03 .cont-top{background: var(--color-DeepGrey);height: 35%;min-height: 150px;display: flex;flex-direction: column;justify-content: center;}
._main section._03 .cont-top .txt-box{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 10px;}
._main section._03 .cont-top .sm-tit{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: #fff;}
._main section._03 .cont-top .big-tit{font-family: var(--font-Pre);font-weight: 100;font-size: 50px;line-height: 1;color: #fff;display: flex;align-items: center;justify-content: center;gap: 10px;}
._main section._03 .cont-top .big-tit .bold{font-weight: 600;}
._main section._03 .cont-bot{background-color: #fff;flex: 1;min-height: 270px;display: flex;align-items: center;justify-content: center;}
._main section._03 .doc_his{display: flex;flex-direction: column;gap: 12px;width: 77%;}
._main section._03 .doc_his li{display: flex;align-items: center;gap: 20px;}
._main section._03 .doc_his .date{width: 103px;font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._03 .doc_his .des{width: 103px;font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-DeepGrey);flex: 1;white-space: nowrap;}
._main section._03 .cont-more{background-color: #f5f6fb;display: flex;align-items: center;justify-content: center;padding: 16px 0;cursor: pointer;}
._main section._03 .cont-more .txt-box{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-Grey);}
._main section._03 .cont-more:hover .txt-box{color: #000;}

._main section._03 .sec03_swiper .swiper_btn_group{position: absolute;z-index: 1;bottom: -70px;left: 50%;transform: translateX(-50%) translateY(100%);display: flex;align-items: center;justify-content: center;gap: 30px;}
._main section._03 .sec03_swiper .swiper-button-next{position: relative;left: unset;right: unset;margin-top: unset;width: 60px;height: 60px;}
._main section._03 .sec03_swiper .swiper-button-prev{position: relative;left: unset;right: unset;margin-top: unset;width: 60px;height: 60px;}
._main section._03 .sec03_swiper .swiper-button-next:after{content: "";background: url(/img/main/swiper_arrBox_g_next.png)no-repeat center center / contain;width: 60px;height: 60px;}
._main section._03 .sec03_swiper .swiper-button-prev:after{content: "";background: url(/img/main/swiper_arrBox_g_prev.png)no-repeat center center / contain;width: 60px;height: 60px;}

@media screen and (max-width: 1700px){
  ._main section._03 .sec03_swiper .slide_group .cont-left{width: 40%;}
  ._main section._03 .cont-right{width: 60%;}
  ._main section._03 .doc_his{width: 90%;}
}

@media screen and (max-width: 1250px){
  
}

@media screen and (max-width: 768px){
  ._main section._03{padding: 0;}
  ._main section._03 .sec03_swiper{overflow: hidden;}
  ._main section._03 .sec03_swiper .slide_group .cont-left{display: none;}
  ._main section._03 .cont-right{width: 100%;}
  ._main section._03 .doc_his li{align-items: flex-start;}
  ._main section._03 .doc_his .des{white-space: normal;}
  ._main section._03 .cont-top{min-height: unset;justify-content: flex-end;padding-top: 106px;padding-bottom: 30px;}
  ._main section._03 .cont-bot{min-height: unset;padding: 30px 0;}

  ._main section._03 .sec03_swiper .swiper-pagination-bullets.swiper-pagination-horizontal{display: none;}

  ._main section._03 .sec03_swiper .swiper_btn_group{display: none;}
}

@media screen and (max-width: 325px){
  ._main section._03 .cont-top .big-tit{font-size: 40px;}
}


/* sec4 */
._main section._04{position: relative;background: url(/img/main/m_sec04_bg.jpg)no-repeat center center / cover;padding-top: 392px;padding-bottom: 365px;}
._main section._04 .abs_img{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
._main section._04 .abs_img img{min-width: 458px;}
._main section._04 .cont-group{position: relative;text-align: center;}
._main section._04 .cont-group .cont_inner{display: flex;flex-direction: column;align-items: center;justify-content: center;}
._main section._04 .cont-group .step_box{position: absolute;top: -20px;left: 50%;transform: translateX(-50%) translateY(-100%);font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: var(--color-Blue);display: flex;align-items: center;justify-content: center;padding: 5px 30px;background-color: #fff;border-radius: 50px;}
._main section._04 .cont-group .big_txt{font-family: var(--font-Pre);font-weight: 600;font-size: 80px;line-height: 1;color: #fff;}
._main section._04 .cont-group .sm_txt{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: #fff;}

@media screen and (max-width: 768px) {
  ._main section._04{background-image: url(/img/main/m_sec04_bg_mo.jpg);padding: 0;height: 100vh;display: flex;align-items: center;justify-content: center;}
  ._main section._04 .cont-group{top: 20px;}
  ._main section._04 .cont-group .big_txt{margin-bottom: 10px;font-size: 50px;line-height: 1.5;}
  ._main section._04 .cont-group .sm_txt{font-size: 18px;}
  ._main section._04 .cont-group .step_box{top: -5px;}
}


/* sec5 */
._main section._05{position: relative;background-color: #fff;padding: 130px 0;}
._main section._05 .bg-abs{position: absolute;top: 50%;right: 0;transform: translate(50%, -50%);z-index: 1;}
._main section._05 .bg-abs .img-box._01{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transform-origin: center center;}
._main section._05 .bg-abs .img-box._01 img{animation: spinAnime 5s linear infinite;}
._main section._05 .bg-abs .img-box._02 img{animation: spinAnime_02 10s linear infinite normal forwards;}
._main section._05 .cont-group{position: relative;display: flex;align-items: center;gap: 70px;z-index: 2;}
._main section._05 .cont-group .cont-left{width: 50%;}
._main section._05 .cont-group .cont-right{flex: 1;}
._main section._05 .cont-right .txt-group{display: flex;flex-direction: column;gap: 30px;}
._main section._05 .cont-right .blue-txt{font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: var(--color-Blue);}
._main section._05 .cont-right .big-txt{font-family: var(--font-Pre);font-weight: 600;font-size: 50px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._05 .cont-right .sm-txt{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: var(--color-DeepGrey);}

@keyframes spinAnime {
  to{
    rotate: 360deg;
  }
}

@keyframes spinAnime_02 {
  0%{
    rotate: 0;
  }

  20%{
    rotate: -180deg;
  }

  40%{
    rotate: -180deg;
  }

  60%{
    rotate: -360deg;
  }

  80%{
    rotate: -360deg;
  }

  100%{
    rotate: -360deg;
  }
}

@media screen and (max-width: 1250px) {
  ._main section._05 .cont-group{gap: 30px;}
}

@media screen and (max-width: 900px) {
  ._main section._05 .cont-right .txt-group{gap: 10px;}
  ._main section._05 .cont-right .blue-txt{font-size: 20px;}
  ._main section._05 .cont-right .big-txt{font-size: 40px;}
  ._main section._05 .cont-right .sm-txt{font-size: 18px;}
}

@media screen and (max-width: 768px){
  ._main section._05{padding: 60px 0;}
  ._main section._05 .bg-abs{display: none;}

  ._main section._05 .sec_inner{width: 100%;}
  ._main section._05 .cont-right .blue-txt{font-weight: 400;font-size: 18px;text-align: center;}
  ._main section._05 .cont-right .big-txt{font-size: 24px;text-align: center;}
  ._main section._05 .cont-right .sm-txt{width: 90%;margin: 0 auto;text-align: center;margin-top: 20px;}
  ._main section._05 .cont-right .img-box{margin-top: 20px;}
}

/* sec6 */
._main section._06{background: url(/img/main/m_sec06_bg.jpg)no-repeat right center / cover;padding: 200px 0;}
._main section._06 .cont-group{display: flex;flex-direction: column;gap: 97px;}
._main section._06 .tit-group .big-txt{color: #fff;}
._main section._06 .tit-group .sm-txt{color: #fff;display: flex;flex-direction: column;gap: 30px;}
._main section._06 .cont-box{display: flex;align-items: center;flex-wrap: wrap;gap: 30px;}
._main section._06 .cont-box .day-box{font-family: var(--font-NotoSerif);font-weight: 600;font-size: 50px;line-height: 1.5;color: #fff;}
._main section._06 .cont-box .day-box p{display: flex;gap: 10px;}
._main section._06 .cont-box .level-group{border: 1px solid #fff;border-radius: 200px;padding: 30px 100px;display: flex;align-items: center;justify-content: space-between;flex: 1;}
._main section._06 .cont-box .level-group .txt-box{font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: #fff;}

@media screen and (max-width: 768px) {
  ._main section._06{padding: 63px 0;background-image: url(/img/main/m_sec06_bg_mo.jpg);}
  ._main section._06 .cont-group{gap: 30px;}
  ._main section._06 .cont-box{flex-direction: column; justify-content: center;}
  ._main section._06 .cont-box .level-group{justify-content: center;flex-wrap: wrap;padding: 20px 50px;width: calc(100% - 100px);border-radius: 50px;row-gap: 30px;border: 2px solid #fff;}
  ._main section._06 .cont-box .level-group .txt-box{width: 35%;text-align: center;}
  ._main section._06 .cont-box .level-group .txt-box:nth-child(1){width: 45%;}
  ._main section._06 .cont-box .level-group .txt-box.txt-arr-box{width: 10%;}
}
@media screen and (max-width: 360px){
  ._main section._06 .cont-box .level-group{justify-content: space-between;}
}
@media screen and (max-width: 300px){
  ._main section._06 .cont-box .level-group .txt-box{font-size: 18px;}
}



/* sec7 */
._main section._07{background-color: var(--color-LightGrey);padding-top: 200px;padding-bottom: 280px;}
._main section._07 .cent_tit_group .big-tit{text-transform: uppercase;text-align: center;}
._main section._07 .cont-group{margin-top: 88px;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 30px;}
._main section._07 .cont-top{width: 120%;display: flex;justify-content: center;gap: 30px;}
._main section._07 .cont-box{width: 19%;min-width: 270px;max-width: 350px;height: 355px;background-color: #fff;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
._main section._07 .cont-box.bg_grey{background-color: #9ba3ab46;}
._main section._07 .cont-box .box-inner{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 20px;}
._main section._07 .cont-box .box-tit{font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: var(--color-DeepGrey);text-align: center;}
._main section._07 .cont-box .box-des{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: #9BA3AB;text-align: center;}
._main section._07 .cont-box .common_img{display: inline-block;}
._main section._07 .cont-box .hover_img{display: none;}
._main section._07 .cont-box:hover{background: linear-gradient(to bottom, #5263FF -10%, #0D99FF 40%);}
._main section._07 .cont-box.bg_grey:hover{background: #9ba3ab46;}
._main section._07 .cont-box:hover .box-tit{color: var(--color-Yellow);}
._main section._07 .cont-box:hover .box-des{color: #fff;}
._main section._07 .cont-box:hover .common_img{display: none;}
._main section._07 .cont-box:hover .hover_img{display: inline-block;}

@media screen and (max-width: 1250px){
  ._main section._07 .cont-top{display: none;}

  ._main section._07 .swiper_box{width: 100%;}
  ._main section._07 .cont-box{width: 100%;max-width: unset;height: 335px;}
  ._main section._07 .cont-box .box-inner{gap: 10px;}

  ._main section._07 .cont-box:hover{background: #fff;}
  ._main section._07 .cont-box:hover .box-tit{color: var(--color-DeepGrey);}
  ._main section._07 .cont-box:hover .box-des{color: #9BA3AB;}
  ._main section._07 .cont-box:hover .common_img{display: inline-block;}
  ._main section._07 .cont-box:hover .hover_img{display: none;}

  ._main section._07 .swiper-slide-active .cont-box{background: linear-gradient(to bottom, #5263FF -10%, #0D99FF 40%);}
  ._main section._07 .swiper-slide-active .cont-box .box-tit{color: var(--color-Yellow);}
  ._main section._07 .swiper-slide-active .cont-box .box-des{color: #fff;}
  ._main section._07 .swiper-slide-active .cont-box .common_img{display: none;}
  ._main section._07 .swiper-slide-active .cont-box .hover_img{display: inline-block;}

  ._main section._07 .swiper-pagination{position: relative; margin-top: 47px;}
  ._main section._07 .swiper-pagination-bullet{width: 8px;height: 8px;background-color: var(--color-Blue);border-radius: 0;margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);opacity: 0.4;}
  ._main section._07 .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}
}

@media screen and (max-width: 768px){
  ._main section._07{padding-top: 100px;padding-bottom: 178px;}
  ._main section._07 .cont-group{margin-top: 80px;}

}

/* sec8 */
._main section._08{background-color: var(--color-DeepGrey);}
._main section._08 .cont-group{display: flex;}
._main section._08 .cont-left{position: relative;width: 50%;}
._main section._08 .cont-left .bg_gradient{position: absolute;left: 0;right: 0;top: 0;display: none;}
._main section._08 .cont-left .img-box{height: 100%;}
._main section._08 .cont-left img{width: 100%;height: 100%;object-fit: cover;}
._main section._08 .cont-right{display: flex;align-items: center;justify-content: center;flex: 1;}
._main section._08 .cont-right .cont-inner{height: 55%;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
._main section._08 .cont-right .cont-tit{display: flex;align-items: center;}
._main section._08 .cont-right .cont-tit .txt-box{display: flex;flex-direction: column;align-items: center;text-align: center;justify-content: center;font-family: var(--font-Pre);font-weight: 600;font-size: 26px;line-height: 1.5;color: #fff;}
._main section._08 .cont-right .cont-tit .txt-box .big{position: relative;}
._main section._08 .cont-right .cont-tit .txt-box .big::after{content: "";position: absolute;left: -40px;top: 10px;background: url(/img/main/m_sec08_star.png)no-repeat center center / contain;width: 102px;height: 102px;}
._main section._08 .cont-right .cont-tit .txt-box .big span{font-family: var(--font-NotoSans);font-weight: 700;font-size: 108px;}
._main section._08 .cont-right .cont-tit .img-box{position: relative;}
._main section._08 .cont-right .cont-des .txt-box{display: none;font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: #fff;text-align: center;}
._main section._08 .cont-right .cont-des .img-box{display: none;}
._main section._08 .cont-right .cont-nm{display: flex;flex-direction: column;align-items: center;justify-content: center;}
._main section._08 .cont-right .cont-nm h3{font-family: var(--font-Pre);font-weight: 100;font-size: 50px;line-height: 1.5;color: #fff;}
._main section._08 .cont-right .cont-nm h3 .bold{font-weight: 600;}
._main section._08 .cont-right .cont-nm .img-box{position: relative;top: -10px;}

@media screen and (max-width: 1250px){
  ._main section._08 .cont-right .cont-inner{gap: 0;height: 60%;}

  ._main section._08 .cont-right .cont-tit .txt-box{font-size: 22px;}
  ._main section._08 .cont-right .cont-tit .txt-box .big span{font-size: 75px;} 
  ._main section._08 .cont-right .cont-des .txt-box{font-size: 18px;}
  ._main section._08 .cont-right .cont-nm h3{font-size: 30px;}
}

@media screen and (max-width: 1050px){
  ._main section._08 .cont-group{flex-direction: column-reverse;}
  ._main section._08 .cont-left{width: 100%;}
  ._main section._08 .cont-left .bg_gradient{display: block;}
  ._main section._08 .cont-left .bg_gradient img{width: 100%;}
  ._main section._08 .cont-right{padding-top: 62px;padding-bottom: 85px;}
  ._main section._08 .cont-right .cont-inner{width: 90%;height: 100%;gap: 29px;}
  ._main section._08 .cont-right .cont-tit{display: none;}
  ._main section._08 .cont-right .cont-des{display: flex;align-items: center;justify-content: center;}
  ._main section._08 .cont-right .cont-des .txt-box{display: block;font-size: 14px;}
  ._main section._08 .cont-right .cont-des .img-box{display: inline-block;min-width: 75px;}
  ._main section._08 .cont-right .cont-nm h3{font-size: 24px;}
  ._main section._08 .cont-right .cont-nm .img-box{width: 145px;top: unset;}
}

/* sec9 */
._main section._09{background-color: #fff;padding: 200px 0;}
._main section._09 .cont-group{margin-top: 89px;display: flex;justify-content: space-between;gap: 10px;}
._main section._09 .cont-box{display: flex;flex-direction: column;justify-content: space-between;padding: 60px;background-color: var(--color-LightGrey);width: calc(32% - 120px);height: 380px;cursor: pointer;}
._main section._09 .cont-box:nth-child(1){background: url(/img/main/m_sec09_bg01.jpg)no-repeat center bottom / cover;}
._main section._09 .cont-box:nth-child(2){background: url(/img/main/m_sec09_bg02.jpg)no-repeat center bottom / cover;}
._main section._09 .cont-box:nth-child(3){background: url(/img/main/m_sec09_bg03.jpg)no-repeat center bottom / cover;}
._main section._09 .cont-box .txt-box{display: flex;flex-direction: column;gap: 30px;}
._main section._09 .cont-box .txt-box .tit{font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._09 .cont-box .txt-box .des{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: var(--color-DeepGrey);}

._main section._09 .cont-box:hover:nth-child(1){background-image: url(/img/main/m_sec09_bg01_02.jpg);}
._main section._09 .cont-box:hover:nth-child(2){background-image: url(/img/main/m_sec09_bg02_02.jpg);}
._main section._09 .cont-box:hover:nth-child(3){background-image: url(/img/main/m_sec09_bg03_02.jpg);}
._main section._09 .cont-box:hover .txt-box .tit{color: #fff;}
._main section._09 .cont-box:hover .txt-box .des{color: #fff;}
._main section._09 .cont-box:hover .more_round{border-color: #fff;background-color: #fff;}
._main section._09 .cont-box:hover .more_round p{color: var(--color-Blue);}

@media screen and (max-width: 1250px){
  ._main section._09 .cont-box{padding: 60px 30px;width: calc(32% - 60px);}
}

@media screen and (max-width: 768px){
  ._main section._09{padding-top: 100px;padding-bottom: 0;}
  ._main section._09 .sec_inner{width: 100%;}
  ._main section._09 .cont-group{margin-top: 80px;flex-direction: column;gap: 0;}
  ._main section._09 .cont-box{width: calc(100% - 60px);height: 205px;padding: 30px;justify-content: flex-start;gap: 30px;}
  ._main section._09 .cont-box .more_round{display: none;}
  ._main section._09 .cont-box:hover .txt-box .des{display: none;}
  ._main section._09 .cont-box:hover .more_round{display: flex;}

  ._main section._09 .cont-box:nth-child(1){background: url(/img/main/m_sec09_bg01_mo.jpg)no-repeat center right / cover;}
  ._main section._09 .cont-box:nth-child(2){background: url(/img/main/m_sec09_bg02_mo.jpg)no-repeat center right / cover;}
  ._main section._09 .cont-box:nth-child(3){background: url(/img/main/m_sec09_bg03_mo.jpg)no-repeat center right / cover;}

  ._main section._09 .cont-box:hover:nth-child(1){background-image: url(/img/main/m_sec09_bg01_02_mo.jpg);}
  ._main section._09 .cont-box:hover:nth-child(2){background-image: url(/img/main/m_sec09_bg02_02_mo.jpg);}
  ._main section._09 .cont-box:hover:nth-child(3){background-image: url(/img/main/m_sec09_bg03_02_mo.jpg);}
}

/* sec10 */
._main section._10{background: linear-gradient(to bottom, #5263FF -10%, #0D99FF 40%);padding-top: 130px;padding-bottom: 230px;}
._main section._10 .sec_inner{max-width: 1133px;width: 100%;}
._main section._10 .tit_group{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 10px;}
._main section._10 .tit_group .sm-tit{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-LightGrey);}
._main section._10 .tit_group .big-tit{font-family: var(--font-Pre);font-weight: 600;font-size: 50px;line-height: 1.5;color: #fff;}
._main section._10 .cont-group{margin-top: 60px;}

._main section._10 .swWrap{ width: 100%; position: relative; margin-bottom: -100px; }
._main section._10 .swWrap{ width: 100%;}
._main section._10 .swWrap .sec10_swiper .swiper-slide{ position: relative;}
._main section._10 .swWrap .sec10_swiper .swiper-slide::after{ content: ''; display: block; padding-bottom: 190%;}
._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box{display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;margin-top: 30px;opacity: 0;white-space: nowrap;}
._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box h5{font-family: var(--font-Pre);font-weight: 400;font-size: 24px;line-height: 1.5;color: var(--color-LightBlue);}
._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box p{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-LightBlue);}

._main section._10 .swWrap .sec10_swiper .swiper-slide .inner{ width: 51%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition-duration: 0.4s; background-size: contain; }
._main section._10 .swWrap .sec10_swiper .swiper-slide .inner ._max{ background-position: center; background-repeat: no-repeat; background-repeat: no-repeat; width: 100%; background-size: contain; }
._main section._10 .swWrap .sec10_swiper .swiper-slide .inner ._max::after{ content: ''; display: block;padding-bottom: calc(54 / 47 * 100%);transition-duration: 0.4s;border-radius: 5px;}
._main section._10 .swWrap .sec10_swiper .swiper-slide._01 .inner ._max{background-image: url(/img/main/m_sec10_img01.jpg);}
._main section._10 .swWrap .sec10_swiper .swiper-slide._02 .inner ._max{background-image: url(/img/main/m_sec10_img02.jpg);}
._main section._10 .swWrap .sec10_swiper .swiper-slide._03 .inner ._max{background-image: url(/img/main/m_sec10_img03.jpg);}
._main section._10 .swWrap .sec10_swiper .swiper-slide._04 .inner ._max{background-image: url(/img/main/m_sec10_img04.jpg);}
._main section._10 .swWrap .sec10_swiper .swiper-slide._05 .inner ._max{background-image: url(/img/main/m_sec10_img05.jpg);}

._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-prev{z-index: 1;} 
._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-next{z-index: 1;}
._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-prev .inner{width: 80%;transform: translate(-69%, -50%);}
._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-next .inner{width: 80%;transform: translate(-32%, -50%);}
/* ._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-prev .inner ._max::after{background-color: #26507473;}
._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-next .inner ._max::after{background-color: #26507473;} */

._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-active{ z-index: 2; }
._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-active .inner{ width: 120%; z-index: 5; transform: translate(-50%, -55%);transform-origin: bottom center;}
/* ._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-active .inner ._max::after{background-color: var(--color-DeepGrey);} */
._main section._10 .swWrap .sec10_swiper .swiper-slide.swiper-slide-active .txt-box{opacity: 1;}

._main section._10 .swiper_btn_group{position: absolute;z-index: 1;bottom: 20px;left: 50%;transform: translateX(-50%) translateY(100%);display: flex;align-items: center;justify-content: center;gap: 30px;}
._main section._10 .swiper-button-next{position: relative;left: unset;right: unset;margin-top: unset;width: 60px;height: 60px;}
._main section._10 .swiper-button-prev{position: relative;left: unset;right: unset;margin-top: unset;width: 60px;height: 60px;}
._main section._10 .swiper-button-next:after{content: "";background: url(/img/main/swiper_arrBox_w_next.png)no-repeat center center / contain;width: 60px;height: 60px;}
._main section._10 .swiper-button-prev:after{content: "";background: url(/img/main/swiper_arrBox_w_prev.png)no-repeat center center / contain;width: 60px;height: 60px;}

@media screen and (max-width: 768px) {
  ._main section._10{padding-top: 100px;padding-bottom: 190px;}
  ._main section._10 .cont-group{margin-top: 30px;}
  ._main section._10 .tit_group .big-tit{font-size: 24px;text-align: center;}
  ._main section._10 .tit_group .sm-tit{font-size: 18px;text-align: center;}

  ._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box{margin-top: 20px;}
  ._main section._10 .swiper_btn_group{bottom: 5px;}

  ._main section._10 .swWrap .sec10_swiper .swiper-slide .inner{width: 80%;transition-property: width;}
  ._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box p{font-size: 14px;}
}

@media screen and (max-width: 450px){
  ._main section._10 .swWrap .sec10_swiper .swiper-slide .inner ._max::after{padding-bottom: calc(51 / 47 * 100%);}
  ._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box{white-space: normal;display: -webkit-box;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
  ._main section._10 .swWrap .sec10_swiper .swiper-slide .txt-box br{display: none;}
}

@media screen and (max-width: 400px){
  ._main section._10 .swWrap .sec10_swiper .swiper-slide .inner ._max::after{padding-bottom: calc(44 / 47 * 100%);}
}

/* sec11 */
._main section._11{position: relative;background-color: var(--color-DeepGrey);}
._main section._11 .bg_video video{width: 100%;}
._main section._11 .cent_tit_group{position: absolute;top: 160px;left: 50%;transform: translateX(-50%);width: 100%;}
._main section._11 .cent_tit_group .big-tit{color: #fff;}
._main section._11 .cont-bot{background: url(/img/main/m_sec11_bg.jpg)no-repeat center top / cover;padding-top: 60px;padding-bottom: 330px;}
._main section._11 .cont-bot .txt-box{text-align: center;font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: #fff;}
._main section._11 .cont-bot .des-group{width: 90%;margin-top: 162px;display: flex;gap: 30px;margin-left: auto;}
._main section._11 .cont-bot .des-group .des-box{padding: 50px 0;padding-left: 60px;width: 25%;max-width: 440px;height: 200px;border-radius: 5px;background-color: #9b9fab2a;display: flex;flex-direction: column;align-items: start;justify-content: space-between;}
._main section._11 .cont-bot .des-group .des-box .date{font-family: var(--font-Pre);font-weight: 600;font-size: 50px;line-height: 1.5;color: var(--color-Grey);}
._main section._11 .cont-bot .des-group .des-box .des-sm{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: #fff;margin-bottom: 10px;}
._main section._11 .cont-bot .des-group .des-box._03{flex: 1;background: linear-gradient(to right, #0D99FF, #5263FF);max-width: unset;}
._main section._11 .cont-bot .des-group .des-box._03 .date{color: var(--color-LightBlue);}

@media screen and (max-width: 1480px){
  ._main section._11 .cent_tit_group{top: 80px;}
}

@media screen and (max-width: 1250px){
  ._main section._11 .cont-bot .des-group{width: 95%;}
}

@media screen and (max-width: 1100px){
  ._main section._11 .cent_tit_group{top: 40px;}

  ._main section._11 .cont-bot{padding-bottom: 0;}
  ._main section._11 .cont-bot .des-group{width: 90%;margin: 0 auto;flex-direction: column;margin-top: 50px;}
  ._main section._11 .cont-bot .des-group .des-box{width: 100%;max-width: unset;align-items: center;padding: 35px 0;height: 150px;gap: 10px;}
  ._main section._11 .cont-bot .des-group .des-box .date{text-align: center;}
  ._main section._11 .cont-bot .des-group .des-box .des-sm{text-align: center;}
  
}

@media screen and (max-width: 768px){
  ._main section._11{padding-top: 100px;}
  ._main section._11 .cent_tit_group{position: relative;top: unset;}
  ._main section._11 .cont-bot{background: url(/img/main/m_sec11_bg_mo.jpg)no-repeat center top / cover;}
  ._main section._11 .cont-bot .txt-box{width: 90%;margin: 0 auto;}
}

/* sec12 */
._main section._12{position: relative;padding-top: 253px;padding-bottom: 228px;}
._main section._12 .bg_{background: url(/img/main/m_sec12_bg.jpg)no-repeat center center / cover;z-index: -1;top: -50px;left: 0;height: 100%;width: 100%;position: absolute;}
._main section._12 .cont-group{position: relative;}
._main section._12 .history{margin-left: 270px;width: 5520px;}
._main section._12 .line_box{border-top: 2px solid #fff;width: 100%;}

._main section._12 .dot_his_group{position: relative;top: -10px;width: 100%;display: flex;align-items: start;gap: 170px;}
._main section._12 .dot_his_group .his_group{display: flex;flex-direction: column;align-items: center;justify-content: center;transform: translateX(-50%);}
._main section._12 .dot_his_group .his_group.his_min{transform: translateX(-100%);}
._main section._12 .dot_his_group .his_group .dot{width: 20px;height: 20px;background-color: #fff;border-radius: 50%;margin-bottom: 60px;}
._main section._12 .dot_his_group .his_group .txt-box{display: flex;flex-direction: column;align-items: center;justify-content: center;white-space: nowrap;}
._main section._12 .dot_his_group .his_group .date{font-family: var(--font-Pre);font-weight: 600;font-size: 30px;line-height: 1;color: #fff;margin-bottom: 30px;text-align: center;}
._main section._12 .dot_his_group .his_group .sm_des{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: #fff;margin-bottom: 20px;text-align: center;}
._main section._12 .dot_his_group .his_group .sm_des.bold{font-weight: 600;}

@media screen and (max-width: 1250px) {
  ._main section._12{padding: 100px 0;}
  ._main section._12 .cont-group{padding: 20px 0;}
  ._main section._12 .line_box{border-top: 0;border-left: 2px solid #fff;position: absolute;top: 0;bottom: 0;left: 4px;height: calc(100% - 90px);}
  ._main section._12 .history{margin-left: 5%;width: inherit;position: relative;}

  ._main section._12 .dot_his_group{flex-direction: column;gap: 50px;}
  ._main section._12 .dot_his_group .his_group{flex-direction: row;transform: unset;align-items: flex-start;justify-content: flex-start;width: 100%;gap: 5%;}
  ._main section._12 .dot_his_group .his_group .date{margin-bottom: 20px;}
  ._main section._12 .dot_his_group .his_group .dot{margin-bottom: unset;width: 10px;height: 10px;min-width: 10px; transform: translateY(100%);}

  ._main section._12 .dot_his_group .his_group .txt-box{align-items: flex-start;white-space: normal;}
  ._main section._12 .dot_his_group .his_group .sm_des.bold{text-align: left;font-size: 16px;}
  ._main section._12 .dot_his_group .his_group.his_min{transform: unset;}
  ._main section._12 .dot_his_group .his_group .sm_des{text-align: left;margin-bottom: 0;}
}


@media screen and (max-width: 768px) {
  /* ._main section._12 .bg_{background: none;} */
  ._main section._12 .bg_{background-position: 7% 0%;}
}

@media screen and (max-width: 410px) {
  ._main section._12{padding: 50px 0;}
  /* ._main section._12 .history{width: 4640px;} */
}
@media screen and (max-width: 350px) {
  /* ._main section._12 .history{width: 4040px;} */
  /* ._main section._12 .dot_his_group .his_group .sm_des{font-size: 14px;} */
}


/* sec13 */
._main section._13{padding: 200px 0;background-color: #fff;}
._main section._13 .sec_inner{display: flex;align-items: start;}
._main section._13 .cent_tit_group{align-items: flex-start;}
._main section._13 .tit-part{display: flex;flex-direction: column;gap: 50px;width: 25%;}
._main section._13 .tit-part .txt-box{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._13 .tit-part .more_btn p{color: var(--color-DeepGrey);}
._main section._13 .tit-part .more_btn img{filter: brightness(0);}

._main section._13 .cont-part{flex: 1;}
._main section._13 .cont-part .cont-group{display: flex;flex-direction: column;gap: 37px;}
._main section._13 .cont-part .cont-line{display: flex;gap: 37px;}
._main section._13 .cont-part .cont-box{padding: 60px;width: 40%;aspect-ratio: 1 / 1; display: flex;flex-direction: column;justify-content: space-between;cursor: pointer;}
._main section._13 .cont-part .cont-box .txt-box{font-family: var(--font-Pre);font-weight: 700;font-size: 24px;line-height: 1.5;color: var(--color-DeepGrey);}

._main section._13 .cont-part .cont-box._01{background: url(/img/main/m_sec13_bg01.jpg)no-repeat center center / cover;}
._main section._13 .cont-part .cont-box._02{background: url(/img/main/m_sec13_bg02.jpg)no-repeat center center / cover;}
._main section._13 .cont-part .cont-box._03{background: url(/img/main/m_sec13_bg03.jpg)no-repeat center center / cover;}
._main section._13 .cont-part .cont-box._04{background: url(/img/main/m_sec13_bg04.jpg)no-repeat center center / cover;}

._main section._13 .cont-part .cont-box:hover .txt-box{color: #fff;}
._main section._13 .cont-part .cont-box:hover._01{background: url(/img/main/m_sec13_bg01_02.jpg)no-repeat center center / cover;}
._main section._13 .cont-part .cont-box:hover._02{background: url(/img/main/m_sec13_bg02_02.jpg)no-repeat center center / cover;}
._main section._13 .cont-part .cont-box:hover._03{background: url(/img/main/m_sec13_bg03_0202.jpg)no-repeat center center / cover;}
._main section._13 .cont-part .cont-box:hover._04{background: url(/img/main/m_sec13_bg04_0202.jpg)no-repeat center center / cover;}
._main section._13 .cont-box:hover .more_round{border-color: #fff;background-color: #fff;}
._main section._13 .cont-box:hover .more_round p{color: var(--color-Blue);}

@media screen and (max-width: 1250px){
  ._main section._13 .sec_inner{flex-direction: column;gap: 80px;}
  ._main section._13 .tit-part{width: 100%;align-items: center;gap: 20px;}
  ._main section._13 .cent_tit_group{align-items: center;}
  ._main section._13 .tit-part .txt-box{text-align: center;}
  ._main section._13 .cont-part{width: 100%;}
}

@media screen and (max-width: 850px){
  ._main.equip_pop{top: 40%;}
  ._main.equip_pop .cont-group{flex-direction: column;padding: 20px;gap: 10px;}
  ._main.equip_pop .cont-group > .img-box{width: 50%;min-width: 200px;}
  ._main.equip_pop .tit{padding: 10px 0;font-size: 18px;}
  ._main.equip_pop .close{top: 13px;right: 13px;max-width: 20px;}
  ._main.equip_pop .equip_nm h4{font-size: 30px;}
  ._main.equip_pop .txt-box{gap: 20px;width: 100%;}
  ._main.equip_pop .des-box{font-size: 16px;}
}

@media screen and (max-width: 768px){
  ._main section._13{padding-top: 100px;padding-bottom: 0;}
  ._main section._13 .sec_inner{width: 100%;}
  ._main section._13 .tit-part{gap: 10px;width: 90%;margin: 0 auto;}
  ._main section._13 .tit-part .txt-box{font-size: 18px;}
  ._main section._13 .cont-part .cont-group{gap: 0;}
  ._main section._13 .cont-part .cont-line{flex-direction: column;gap: 0;}
  ._main section._13 .cont-part .cont-box{width: calc(100% - 60px);height: 200px;justify-content: flex-start;gap: 30px;padding: 30px;}

  ._main section._13 .cont-part .cont-box._01{background: url(/img/main/m_sec13_bg01_mo.jpg)no-repeat center right / cover;}
  ._main section._13 .cont-part .cont-box._02{background: url(/img/main/m_sec13_bg02_mo.jpg)no-repeat center right / cover;}
  ._main section._13 .cont-part .cont-box._03{background: url(/img/main/m_sec13_bg03_mo.jpg)no-repeat center right / cover;}
  ._main section._13 .cont-part .cont-box._04{background: url(/img/main/m_sec13_bg04_mo.jpg)no-repeat center right / cover;}

  ._main section._13 .cont-part .cont-box:hover._01{background: url(/img/main/m_sec13_bg01_02_mo.jpg)no-repeat center right / cover;}
  ._main section._13 .cont-part .cont-box:hover._02{background: url(/img/main/m_sec13_bg02_02_mo.jpg)no-repeat center right / cover;}
  ._main section._13 .cont-part .cont-box:hover._03{background: url(/img/main/m_sec13_bg03_02_mo.jpg)no-repeat center right / cover;}
  ._main section._13 .cont-part .cont-box:hover._04{background: url(/img/main/m_sec13_bg04_02_mo.jpg)no-repeat center right / cover;}
}
@media screen and (max-width: 375px){
  ._main section._13 .cont-part .cont-box{height: 140px;}

  ._main.equip_pop .equip_nm h4{font-size: 23px;}
}

/* sec14 */
._main section._14{}
._main section._14 .cont-group{display: flex;}
._main section._14 .tit-box{display: flex;align-items: flex-end;gap: 20px;width: 90%;margin-left: auto;}
._main section._14 .cent_tit_group{align-items: flex-start;}
._main section._14 .cont-group > div{width: 50%;padding-top: 154px;}
._main section._14 .cont-group .cont-left{background-color: var(--color-LightGrey);overflow: hidden;}
._main section._14 .cont-left .more_btn p{color: var(--color-DeepGrey);}
._main section._14 .cont-left .more_btn img{filter: brightness(0);}
._main section._14 .rev_group{margin-top: 120px;margin-bottom: 70px;display: flex;flex-direction: column;gap: 30px;}
._main section._14 .rev_group .rev_line{display: flex;align-items: center;gap: 30px;width: max-content;will-change: transform;animation: marquee 20s linear infinite;}
._main section._14 .rev_group .rev_line:hover{animation-play-state: paused !important;}
._main section._14 .rev_group .rev_line._02{animation: marquee-reverse 20s linear infinite;}
._main section._14 .rev_group .rev_box{padding: 60px;background-color: #fff;border-radius: 5px;display: flex;flex-direction: column;gap: 10px;width: 30%;max-width: 290px;cursor: pointer;min-width: 260px;}
._main section._14 .rev_group .rev_box .txt-top{display: flex;align-items: center;gap: 10px;}
._main section._14 .rev_group .rev_box .txt-top .nm{font-family: var(--font-Pre);font-weight: 600;font-size: 24px;line-height: 1.5;color: var(--color-Blue);}
._main section._14 .rev_group .rev_box .txt-top .line{width: 1px;height: 20px;background-color: var(--color-Grey);}
._main section._14 .rev_group .rev_box .txt-top .jop{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._14 .rev_group .rev_box .txt-mid{position: relative;}
._main section._14 .rev_group .rev_box .txt-mid .detail{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-DeepGrey);  text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
._main section._14 .rev_group .rev_box .txt-mid .none_btn{display: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 163px;height: 44px;align-items: center;justify-content: center;background-color: var(--color-Yellow);color: var(--color-Blue);font-family: var(--font-Pre);font-weight: 500;font-size: 16px;line-height: 1.5;border-radius: 30px;}
._main section._14 .rev_group .rev_box .txt-bot{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-Grey);}

._main section._14 .rev_group .rev_box:hover{background-color: var(--color-Blue);}
._main section._14 .rev_group .rev_box:hover .txt-top .nm{color: #fff;}
._main section._14 .rev_group .rev_box:hover .txt-top .jop{color: #fff;}
._main section._14 .rev_group .rev_box:hover .txt-top .line{background-color: var(--color-LightBlue);}
._main section._14 .rev_group .rev_box:hover .txt-mid .detail{color: #fff;}
._main section._14 .rev_group .rev_box:hover .txt-bot{color: var(--color-LightBlue);}
._main section._14 .rev_group .rev_box:hover .txt-mid .none_btn{display: flex;}

._main section._14 .cont-group .cont-right{background: linear-gradient(to bottom, #0D99FF 80%, #5263FF);}
._main section._14 .cont-right .cent_tit_group .sm-tit{color: var(--color-LightBlue);}
._main section._14 .cont-right .cent_tit_group .big-tit{color: #fff;}
._main section._14 .cont-right .more_btn{position: relative;left: -40px;}
._main section._14 .cont-right .more_btn p{color: #fff;}
._main section._14 .cont-right .more_btn img{filter: brightness(100);}
._main section._14 .cont-right #accordion{width: 90%;margin-left: auto;margin-top: 70px;height: 664px;overflow-y: scroll;}
._main section._14 .cont-right #accordion::-webkit-scrollbar{display: block;}
._main section._14 .cont-right #accordion .qna-tit{position: relative;width: 80%;margin: 0;margin-top: 30px;padding: 32px 0;padding-left: 60px;background-color: #fff;border-radius: 5px;border: 0;}
._main section._14 .cont-right #accordion .qna-tit::after{content: "";position: absolute;right: 30px;top: 50%;transform: translateY(-50%);background: url(/img/main/m_sec14_arr_down.png)no-repeat center center / contain;width: 50px;height: 50px;}
._main section._14 .cont-right #accordion .qna-tit.ui-state-active::after{background: url(/img/main/m_sec14_arr_up.png)no-repeat center center / contain;}
._main section._14 .cont-right #accordion .qna-tit h3{font-family: var(--font-Pre);font-weight: 600;font-size: 24px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._14 .cont-right #accordion .qna-des{width: 80%;margin: 0;padding: 60px 0;padding-left: 60px;padding-bottom: 0px;background-color: var(--color-DeepGrey);border-radius: 5px;border:0;}
._main section._14 .cont-right #accordion .qna-des p{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: #fff;width: 70%;}
._main section._14 .cont-right #accordion .ui-icon{display: none;}

@keyframes marquee{
  from {
    transform: translateX(0); 
  }
  to { 
    transform: translateX(-50%); 
  }
}

@keyframes marquee-reverse{
  from {
    transform: translateX(-50%); 
  }
  to { 
    transform: translateX(0); 
  }
}

@media screen and (max-width: 1250px) {
  ._main section._14 .cont-group{flex-direction: column;}
  ._main section._14 .tit-box{flex-direction: column;align-items: center;width: 100%;gap: 10px;}
  ._main section._14 .cent_tit_group{align-items: center;}
  ._main section._14 .cont-group .cont-left{width: 100%;background-color: #f3f3f3;padding-top: 100px;}
  ._main section._14 .rev_group{margin-top: 80px;margin-bottom: 40px;}
  ._main section._14 .rev_group .rev_box{padding: 40px;max-width: 250px;}


  ._main section._14 .cont-group .cont-right{width: 100%;padding-top: 100px;padding-bottom: 30px;}
  ._main section._14 .cont-right .more_btn{left: unset;}
  ._main section._14 .cont-right #accordion{height: auto;margin-top: 50px;width: 95%;}
  ._main section._14 .cont-right #accordion .qna-tit{width: 91%;padding: 23px 0;padding-left: 30px;}
  ._main section._14 .cont-right #accordion .qna-tit h3{width: 65%;font-weight: 400;font-size: 18px;}
  ._main section._14 .cont-right #accordion .qna-des{width: 91%;padding: 23px 0;padding-left: 30px;}
  ._main section._14 .cont-right #accordion .qna-des p{font-size: 18px;width: 95%;}
}

/* sec15 */
._main section._15{padding-top: 200px;padding-bottom: 80px;background-color: #fff;}
._main section._15 .sec_inner{max-width: unset;width: 100%;}
._main section._15 .tit-group{display: flex;align-items: flex-end;flex-wrap: wrap;gap: 20px;max-width: 1520px;margin: 0 auto;width: 90%;}
._main section._15 .cent_tit_group{align-items: flex-start;}
._main section._15 .tit-group .more_btn p{color: var(--color-DeepGrey);}
._main section._15 .tit-group .more_btn img{filter: brightness(0);}
._main section._15 .cont-group{margin-top: 70px;}

._main section._15 .cont-box{background-color: #fff;border-radius: 5px;border: 1px solid var(--color-Grey);padding: 60px;cursor: pointer;}
._main section._15 .cont-box .box-inner{display: flex;flex-direction: column;gap: 107px;}
._main section._15 .cont-box .txt-box{display: flex;flex-direction: column;gap: 10px;}
._main section._15 .cont-box .txt-box .tit-box{font-family: var(--font-Pre);font-weight: 600;font-size: 24px;line-height: 1.5;color: var(--color-Blue);}
._main section._15 .cont-box .txt-box .mid-tit{font-family: var(--font-Pre);font-weight: 600;font-size: 24px;line-height: 1.5;color: var(--color-DeepGrey);}
._main section._15 .cont-box .txt-box .des{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-DeepGrey);width: 80%;}

._main section._15 .cont-box .bot-box{display: flex;align-items: center;gap: 10px;}
._main section._15 .cont-box .bot-box p{font-family: var(--font-Pre);font-weight: 400;font-size: 18px;line-height: 1.5;color: var(--color-Grey);}
._main section._15 .cont-box .bot-box .line{width: 1px;height: 20px;background-color: var(--color-Grey);}

._main section._15 .cont-box:hover{background-color: var(--color-LightGrey);border-color: var(--color-LightGrey);}

@media screen and (max-width: 768px) {
  ._main section._15{padding-top: 100px;padding-bottom: 30px;}
  ._main section._15 .sec_inner{width: 90%;}
  ._main section._15 .tit-group{flex-direction: column;align-items: center;gap: 10px;}
  ._main section._15 .cent_tit_group{align-items: center;}

  ._main section._15 .cont-group{height: 65vh;margin-top: 80px;}
  ._main section._15 .cont-group .sec15_swiper{height: 100%;}
  ._main section._15 .cont-box{padding: 16px 30px;height: calc(100% - 32px);background-color: var(--color-LightGrey);border-color: var(--color-LightGrey);}
  ._main section._15 .cont-box .box-inner{gap: 0;}
  ._main section._15 .cont-box .bot-box{display: none;}
  ._main section._15 .cont-box .txt-box .tit-box{font-size: 18px;}
  ._main section._15 .cont-box .txt-box .mid-tit{font-size: 18px;}
  ._main section._15 .cont-box .txt-box .des{width: 100%;}
}


._main section.plus_01{padding: 199px 0;background-color: #fff;}
._main section.plus_01 .sec_inner{display: flex;align-items: center;justify-content: space-between;gap: 60px;}

._main section.plus_01 .cent_tit_group{align-items: flex-start;gap: 20px;}
._main section.plus_01 .cent_tit_group .big-tit{font-size: 50px;line-height: 1.2;}
._main section.plus_01 .cent_tit_group .sm-tit{color: var(--color-Blue);}
._main section.plus_01 .txt-box{font-family: var(--font-Pre);font-weight: 400;font-size: 22px;line-height: 1.5;color: var(--color-Grey);margin-top: 50px;}
._main section.plus_01 .more_btn{margin-top: 50px;}
._main section.plus_01 .more_btn p{color: var(--color-DeepGrey);font-weight: 600;}
._main section.plus_01 .more_btn img{filter: brightness(0);}
._main section.plus_01 ._r{width: 50%;}

._main section.plus_01 ._l{width: 50%;}
._main section.plus_01 ._l .video_wrap{width: 100%;aspect-ratio: 16 / 9;overflow: hidden;}
._main section.plus_01 ._l .video_wrap video{width: 100%;height: 100%;object-fit: cover;}
._main section.plus_01 ._l .video_wrap img{transition: .3s; width: 100%;height: 100%;object-fit: cover;}
._main section.plus_01 ._l .plus_swiper2{margin-bottom: 30px;}

@media screen and (min-width: 950px) {
  ._main section.plus_01 ._l .plus_swiper .video_wrap{cursor: pointer;}
  ._main section.plus_01 ._l .plus_swiper .video_wrap:hover img{scale: 1.1;}
}

@media screen and (max-width: 1700px){
  ._main section.plus_01 .cent_tit_group .big-tit{font-size: 40px;}
  ._main section.plus_01 .cent_tit_group .sm-tit{font-size: 20px;font-weight: 600;}
  ._main section.plus_01 .txt-box{font-size: 18px;}
}

@media screen and (max-width: 1250px){
  ._main section.plus_01 .sec_inner{gap: 20px;}
  ._main section.plus_01 .cent_tit_group .big-tit{font-size: 30px;}
}

@media screen and (max-width: 950px){
  ._main section.plus_01 .sec_inner{flex-direction: column;gap: 40px;}
  ._main section.plus_01 .cent_tit_group{align-items: center;}
  ._main section.plus_01 .cent_tit_group .big-tit{text-align: center;}
  ._main section.plus_01 .txt-box{margin-top: 20px;text-align: center;}
  ._main section.plus_01 .more_btn{margin-top: 20px;justify-content: center;}
  ._main section.plus_01 ._r{width: 100%;}
  ._main section.plus_01 ._l{width: 100%;}
}

@media screen and (max-width: 768px){
  ._main section.plus_01{padding: 65px 0;}
  ._main section.plus_01 .cent_tit_group .sm-tit{font-size: 18px;}
  ._main section.plus_01 .cent_tit_group .big-tit{font-size: 24px;}
  ._main section.plus_01 ._l .plus_swiper2{margin-bottom: 11px;}
}

@media screen and (max-width: 380px){
  ._main section.plus_01 .cent_tit_group .big-tit{font-size: 1.3rem;}
  ._main section.plus_01 .txt-box{font-size: 1rem;}
}



