
.section { position: relative; } 

/*메인비주얼얼*/
.section1 .mySwiper .swiper-slide .slide_bg { height: 100vh; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } 
.section1 .mySwiper .swiper-slide .visual_wrap { position: absolute; top: 45%; left: 50%; transform: translate(-50% , -50%); width: 90%; max-width: 1380px;   } 
.section1 .mySwiper .swiper-slide .visual_wrap .img_box { margin-top: 4rem; } 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box { margin-bottom: 50px; } 

.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1 { font-size: 4rem; transition: all .3s; line-height: 1; position: relative; color: #333;} 
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box  span { font-weight: 600; display: block; font-size: 2rem; margin-bottom: 20px; color: #333;}  
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .visual_info p{ font-size: 1.8rem;line-height: 1.8; color: #454545;} 

.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1.black{color: #131313;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box  span.black{color: #131313;}

.slider_1 { background-image: url(../img/visual1.jpg); } 
.slider_2 { background-image: url(../img/visual2.jpg); } 
.slider_3 { background-image: url(../img/visual3.jpg); } 
.slider_4 { background-image: url(../img/visual4.jpg); } 
.slider_5 { background-image: url(../img/visual5.jpg); } 
.slider_6 { background-image: url(../img/visual6.jpg); } 
.slider_7 { background-image: url(../img/visual7.jpg); } 

@keyframes zoom_in { 
 0% { transform: scale(1.2); /* background-size: 100% 100%; */ } 
 100% { transform: scale(1) rotate(0.003deg); } 
 }

 @keyframes text-up { 
 from { transform: translate3d(0, 150%, 0); } 
 to { transform: translate3d(0, 0, 0); } 
 }

.mySwiper .swiper-slide.swiper-slide-active .slide_bg {  } 
.mySwiper .swiper-slide.swiper-slide-active .title_box, 
.mySwiper .swiper-slide.swiper-slide-active .visual_info { overflow:hidden } 
.mySwiper .swiper-slide.swiper-slide-active .title_box h1 { animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; }  
.mySwiper .swiper-slide.swiper-slide-active .title_box span { animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; } 
.mySwiper .swiper-slide.swiper-slide-active .visual_info p { animation: text-up 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0.4s; margin-right:4px; } 

/* pagnation */
.control_wrap { display: flex; position: absolute; bottom: 20%; left: 14%; height: 40px; align-items: center; justify-content: space-between; flex-direction: row;z-index: 10; width: 450px;} 
.control_wrap .swiper-pagination { text-align:left; position: relative; display: flex; justify-content: space-between; align-items: center; top: 0; } 
.control_wrap .swiper-pagination-bullet { width: 6.5rem; border-radius: 0; height: 2px; background: unset; border: 1px solid rgba(124, 124,124,1); opacity:1; margin: 0 !important; display: block; text-align: center;} 
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 2rem; } 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet a { position: absolute; top: -3.2rem; color: rgba(124, 124,124,0.5); font-style: normal; font-size: 1.8rem; transform: translateX(-50%);} 
.control_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active { position: relative; } 
.control_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active a{color: rgba(19, 19,19,1);}
.control_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active::before { animation:LoadingBar 7s both; animation-delay: 0.3s; content:''; display:block; position:absolute; width: 100%; height: 100%; border: 1px solid rgba(19, 19,19,1); border-radius: unset; } 


/* 로딩바 애니메이션 */
@-webkit-keyframes LoadingBar { 
    from { width:0px; } 
    to { width:100%; } 
    }
    @keyframes LoadingBar { 
    from { width:0px; } 
    to { width:100%; } 
    }

/* mouse wheel */
.mouse_wrap { position: absolute; bottom: 0; z-index: 99; opacity: 1; right: 22rem; } 
.mouse_wrap span { display: block; color: #131313; z-index: 999; font-weight: 400; font-size: 1.4rem; transform: rotate(270deg); position: relative; bottom: 3.6rem; } 
.mouse_wheel { display: block; color: #131313; width: 2px; height: 11rem; background: #7d7d7d; position: relative; left: 50%; opacity: 0.5; } 
.mouse_wheel .moving_bar { animation: scrollDown 2s linear infinite; position: absolute; background: #131313; width: 2px; height: 4.2rem; } 
@keyframes scrollDown { 0%,100% { top: 0; } 
 50% { top: 9rem; } 
 }


 /*공통*/
.main_inner{max-width: 1380px; margin: 0 auto;}
.main_tit{font-size: 4.6rem;color: #131313; font-weight: 700;}


/*main2*/
.tab-content{display: none;}
.tab-content.current{display: inherit; transition: all .3s; }
.tab-content.on{display: inherit; transition: all .3s; }
.tab-content.active{display: inherit; transition: all .3s; }

.main2{margin-top: 120px;}
.main_pro{margin:50px 0; }
.pro_tab{display: flex; flex-wrap: wrap; }
.pro_tab li{width:calc(100% / 3 ); border: 1px solid #dcdcdc; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; text-align: center; transition: all .3s; padding: 20px; cursor: pointer; }
.pro_tab li.current{background-color: var(--main-color); color: #fff;}
.pro_tab li:hover{background-color: var(--main-color); color: #fff;}

.main_pro_list{}
.main_pro_list .main_pro_view{display: flex;}
.main_pro_list .main_pro_view li{width: calc(100% / 4 - 20px); margin-right: 25px; transition: all .3s;}
.main_pro_list .main_pro_view li a{display: block; width: 100%; height: 100%;}
.main_pro_list .main_pro_view li:last-child{margin-right: 0;}
.main_pro_list .main_pro_view li div{border: 1px solid #dcdcdc; border-radius: 10px; transition: all .3s; text-align: center;}
.main_pro_list .main_pro_view li div img{}
.main_pro_list .main_pro_view li p{color: #131313; margin-top:20px ; font-size: 1.8rem;}
.main_pro_list .main_pro_view li:hover div{border: 1px solid var(--main-color);}



/*main3*/
.main3{margin-top: 170px; text-align: center;}
.main3 >div>p{font-size: 1.8rem; color: #363636; margin-top: 20px;}

.partner{overflow: hidden; margin-top: 90px;}
.partner_wrap{display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; overflow: hidden; width: 200%; }
.logo_lolling{margin-right: 30px;}
.partner_logo1 .logo_lolling{    animation: textMainLoop 25s linear infinite; text-wrap: nowrap;}
.partner_wrap .logo_lolling img{width: unset;}

@keyframes textMainLoop{
    0%{  -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
     100% {
  -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(-100%, 0, 0);
  }
}


/*main4*/
.main4{display: flex; align-items: center; justify-content: center; background: url(../img/main4_bg.jpg) no-repeat; width: 100%;height: 380px;background-size: cover;background-position: center; margin: 200px 0; background-attachment: fixed;}
.main4_txt{color: #fff; text-align: center;} 
.main4_txt h2{color: #fff;}
.main4_txt p{font-size: 1.8rem; margin-top: 20px;}
.main4_txt a{width: 320px; height: 80px; display: flex;align-items: center; justify-content: center; font-size: 1.8rem; transition: all .3s; border-radius: 5px; border: 1px solid #fff; color: #fff; margin-top: 60px;}
.main4_txt a:hover{background-color: #fff; color: #131313;}


/*main5*/
.main5{margin-bottom: 200px;}
.main5_list{display: flex;justify-content: space-between; align-items: center;}
.main5_list .main5_map{width: 44%; border-radius: 10px; }
.main5_list .main5_map iframe{width: 100%; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;}
.main5_list .main5_txt{width: 50%; }
.main5_list .main5_txt .main5_info{margin:50px 0  100px;}
.main5_list .main5_txt .main5_info p{display: flex;margin-bottom: 20px;}
.main5_list .main5_txt .main5_info p em{width: 100px;font-size: 1.8rem;color: #131313; font-style: normal;}
.main5_list .main5_txt .main5_info p span{color: #363636; font-size: 1.8rem;}
.main5_list .main5_txt .main5_info p span a{color: #363636;}
.main5_list .main5_txt .main5_info p:last-child{margin-bottom: 0;}
.main5_list .main5_txt .main5_btn{display: flex;}
.main5_list .main5_txt .main5_btn a{width: 45%; border: 1px solid #dcdcdc; border-radius: 5px; display: flex; align-items: center; justify-content: center; height: 80px; transition: all .3s;}
.main5_list .main5_txt .main5_btn a:first-child{margin-right: 30px;}
.main5_list .main5_txt .main5_btn a:hover{background-color: var(--main-color); color: #fff;}




/*******************************반응형*************************************/
@media (max-width: 1770px) {  

   /*비주얼*/
.control_wrap{left: 11%;}



}
@media (max-width: 1540px) {  

      /*비주얼*/
.control_wrap{left: 5%;}

/*메인2*/
.main_pro_list .main_pro_view li div img{width: 100%;}


}
@media (max-width: 1380px) {  
    /*공통*/
.main_inner{width: 95%;}
   .main_tit{font-size: 4rem;}

    /*메인4*/
    .main4_txt a{margin: 60px auto 0;}

}
@media (max-width: 1280px) {  

    /*비주얼*/
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1{font-size: 3.5rem;}
.section1 .mySwiper .swiper-slide .slide_bg{background-position: 60% 50%;}

.visual_txt_box{position: relative;padding: 80px 30px;}
/* .visual_txt_box::before{content: ""; width: 60%; height: 400px; border-radius: 10px; background-color: rgba(255, 255, 255, 0.3); position: absolute; left: 0; top: 50%; transform: translateY(-50%); backdrop-filter: blur(2px); z-index: -1; } */
.mouse_wrap{display: none;}
.control_wrap{bottom: 4%;}

.visual_txt_box::before{content: ""; width: 60%; height: 400px; border-radius: 10px;  position: absolute; left: 0; top: 50%; transform: translateY(-50%); box-shadow: rgba(255, 255, 255, 0.5) 0 0 35px 22px;   background: rgba(255, 255, 255, 0.5); z-index: -1;}

/*공통*/
 .main_tit{font-size: 3.5rem;}

 /*메인2*/
 .pro_tab li{padding: 20px 10px;}
.main_pro_list .main_pro_view li{width: calc(100% / 4 ); margin-right: 15px;}

 /*메인3*/
.partner_wrap .logo_lolling img{height: 6rem;}




}
@media (max-width: 1080px) {  

       /*비주얼*/

.visual_txt_box::before{width: 100%;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1{font-size: 3.2rem;}
.section1 .mySwiper .swiper-slide .slide_bg{background-position: 68% 50%;}
.section1 .mySwiper .swiper-slide .slide_bg.slider_1{background-position: 80% 50%;}

 /*메인3*/
.main3{margin-top: 130px;}
.partner_wrap .logo_lolling img{height: 6rem;}





}
@media (max-width: 800px) {  




 /*비주얼*/
   .section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1{font-size: 2.8rem;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box span{font-size: 1.8rem;}
.section1 .mySwiper .swiper-slide .slide_bg{background-position: 80% 50%;}
.section1 .mySwiper .swiper-slide .slide_bg.slider_1{background-position: 50% 50%;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .visual_info p br{display: none;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .visual_info p{font-weight: 700;}
.visual_txt_box::before{      box-shadow: rgba(255, 255, 255, 0.6) 0 0 35px 22px; background: rgba(255, 255, 255, 0.6);}

.slider_1 { background-image: url(../img/visual1_m.jpg); } 
.slider_2 { background-image: url(../img/visual2_m.jpg); } 
.slider_3 { background-image: url(../img/visual3_m.jpg); } 
.slider_4 { background-image: url(../img/visual4_m.jpg); } 
.slider_5 { background-image: url(../img/visual5_m.jpg); } 
.slider_6 { background-image: url(../img/visual6_m.jpg); } 
.slider_7 { background-image: url(../img/visual7_m.jpg); } 

 /*메인2*/
.pro_tab li{padding: 10px;}
.main_pro_list .main_pro_view{flex-wrap: wrap; justify-content: space-between;}
.main_pro_list .main_pro_view li{width:calc(100% / 2 - 20px) ; margin-bottom: 30px; margin-right: 0;}


 /*메인3*/
 .partner_wrap .logo_lolling img{height: 5rem;}

  /*메인4*/
.main4{margin: 130px 0; height: auto; padding: 100px 0;}

  /*메인5*/
  .main5{margin-bottom: 130px;}
.main5_list{flex-direction: column;}
.main5_list .main5_map{width: 100%; margin-bottom: 50px;}
.main5_list .main5_txt{width: 100%;}
.main5_list .main5_txt .main5_btn a{width: 50%;}



}
@media (max-width: 650px) {  

 /*비주얼*/
   .section1 .mySwiper .swiper-slide .slide_bg{background-position: 75% 50%;}
.control_wrap{width: 90%; left: 50%; transform: translateX(-50%);}
   .section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1{font-size: 2.4rem;}

   /*공통*/
 .main_tit{font-size: 3rem;}


 /*메인2*/
.pro_tab li{font-size: 1.6rem; line-height: 1.2;}
.main_pro_list .main_pro_view li p{font-size: 1.6rem;}

    /*메인4*/
    .main4_txt a{width: 80%;}



}
@media (max-width: 480px) {  

    /*비주얼*/
   .section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1{font-size: 2.2rem;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box span{font-size: 1.6rem;}
.visual_txt_box::before{height: 500px;}
.visual_txt_box{padding: 80px 20px;}
.section1 .mySwiper .swiper-slide .slide_bg.slider_6{background-position: 95% 50%;}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet a{font-size: 1.5rem;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .visual_info p{font-size: 1.5rem;}
.section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box{margin-bottom: 20px;}

   /*공통*/
 .main_tit{font-size: 2.4rem;}


 /*메인2*/
.pro_tab li{font-size: 1.4rem; }
.main_pro_list .main_pro_view li{width: calc(100% / 2 - 5px);}

 /*메인3*/
.main3 >div>p{font-size: 1.6rem;}
 .partner_wrap .logo_lolling img{height: 4rem;}
.main3{margin-top: 80px;}
.partner{margin-top: 50px;}

    /*메인4*/
    .main4_txt p{font-size: 1.6rem;}
.main4_txt a{font-size: 1.6rem; height: 70px;}
.main4{margin: 80px 0;}

  /*메인5*/
    .main5_list .main5_txt .main5_info p em{font-size: 1.6rem;}
.main5_list .main5_txt .main5_info p span{font-size: 1.6rem;}
.main5_list .main5_txt .main5_info{margin: 50px 0;}
.main5_list .main5_txt .main5_btn{flex-direction: column;}
.main5_list .main5_txt .main5_btn a{width: 100%;margin-bottom: 20px; height: auto; padding: 20px 10px;}



}

@media (max-width: 400px) {
/*비주얼*/
   .section1 .mySwiper .swiper-slide .visual_wrap .visual_txt_box .title_box h1{font-size: 2rem;}
}