/* sub visual */
.sub_visual_wrap{position: relative;}
.sub_visual_box { width: 100%; height: 608px; overflow: hidden; position: relative; } 
.sub_page_visual { background-repeat: no-repeat; background-position: center; background-size: cover; animation: bg-active 5s; height: 100%; overflow: hidden; } 

/* sub visual + pc_top_menu */
.sub_visual_box .visual_menu_wrap { padding-top: 60px; position: relative; z-index: 1111; } 
.depth_wrap { display: flex; flex-direction: row; flex-wrap: nowrap; width: 100%;margin: 0 auto; height: 100%; } 
.depth_wrap .depth_name { display: flex; justify-content: space-between; min-width:87px; font-size: 18px; align-items: center; height: 100%; word-break: keep-all; color: #fff}  
.depth_wrap > div.home_btn {width: 50px;  } 
.depth_wrap > div.home_btn a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.depth_wrap > div.home_btn a span{font-size: 16px; }
.depth_wrap > div { padding: 0 30px; position: relative; cursor: pointer; width: 250px;} 
.depth_wrap > div::after{content: ""; display: block; width: 1px; height: 15px; background-color: #fff; position: absolute; top: 50%; right: 0;  transform: translateY(-50%);}
.depth_wrap > div.depth2{width: auto; min-width: 300px;}
.depth_wrap > div.depth2::after{display: none;}
/* .depth_wrap > div.home_btn::before{content: ""; display: block; width: 1px; height: 50px; background-color: #ccc; position: absolute; top: 50%; left: 0;  transform: translateY(-50%);} */


.depth_wrap > div.depth3 {/* display: none; *//* width: auto; */width: 100%;max-width: 250px; width: 250px;}  
.depth_wrap > div.depth3.show { display:block; } 
.depth_wrap > div
.depth_wrap > div:last-child { border-right: unset; } 
.depth_wrap > div .depth_name i {line-height: 50px; font-size: 25px; color: #fff;} 
.visual_menu_wrap { width: 90%;   z-index: 99; display: flex; align-items: center; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,-50%); max-width: 1608px;} 
.visual_menu_wrap.fixed{position: fixed; top: 81px;}
.visual_menu_wrap .com_depth { position: absolute; background: #f6f6f6; padding: 10px 20px; width: 97%; left: 50%; transform: translateX(-50%); top: 50px; z-index: 10; } 
.visual_menu_wrap .com_depth li:hover a{color: var(--main-color); font-weight: 600;}
.visual_menu_wrap .com_depth li.on a{color: var(--main-color);}
.visual_menu_wrap .com_depth li a.on{color: var(--main-color); }
.visual_menu_wrap .com_depth li a {padding: 15px 0; font-size: 16px; display: block; width: 100%; height: 100%; color: #444; } 
.visual_menu_wrap .com_depth li.on a{text-decoration: underline; text-underline-offset: 5px;}
.visual_menu_wrap .com_depth.sub_depth2{background-color:var(--main-color) ;}
.visual_menu_wrap .com_depth.sub_depth2 li a{color: #fff;}
.visual_menu_wrap .com_depth.sub_depth2 li a i{display: none;}

.sub_page_visual1 { background-image: url(../img/sub_visual_1.jpg); } 
.sub_page_visual2 { background-image: url(../img/sub_visual_2.jpg); } 
.sub_page_visual3 { background-image: url(../img/sub_visual_3.jpg); } 
.sub_page_visual4 { background-image: url(../img/sub_visual_4.jpg); } 
.sub_page_visual5 { background-image: url(../img/sub_visual_5.jpg); } 


 /* 애니메이션 */
/* .sub_visual_3 { animation: bg-active 5s; } */
@keyframes bg-active { 
    0% { transform: scale(1.09); opacity: 0.9; } 
   100% { transform: scale(1); opacity: 1; } 
}
/* sub_visual */
    .sub_visual_txt { position: absolute; bottom: 10%; left: 50%; transform: translate(-50%,-50%); z-index: 10;   width: 90%; max-width: 1608px; } 
    .sub_visual_txt h2 { font-size: 72px;  font-weight: 600; color: #fff;  } 
/* top menu */
   .top_menu .mobile_sub_menu { display: none; } 
   
/*sub공통*/
   .sub_inner{max-width: 1608px; margin:0 auto ; width: 100%;}
   .sub_tit{ text-align: center; color: #111;  font-weight: 700;margin: 100px 0; font-size: 4.8rem;}
   .sub_bottom{margin-bottom: 120px;}
 

@keyframes sub_point { 
    from{
        transform: translatey(0px);
      }
      to{
        transform: translatey(-20px);
      }
}


/*회사소개*/
.company_wrap{margin-bottom: 130px;}
.company1{margin-top:130px ; position: relative; }
.company1::before{content: ""; background: url(../img/company1_bg.png) no-repeat; width: 1130px; height: 540px; position: absolute; right: 0; bottom: -40px; z-index: -1;}
.company1 p{font-size: 2rem; line-height: 1.8;}
.com_tit{font-size: 2.4rem; color: var(--sub-color); font-weight: 600;}
.com_big{font-size: 4.8rem; margin:50px 0 ; font-weight: 300;} 
.com_big b{font-weight: 600;}

.company2{background: url(../img/company2_bg.jpg) no-repeat; width: 100%; height: 535px; background-size: cover; display: flex; align-items: center;}
.company2 .com_tit{color: #fff;}
.company2 .com_big{color: #fff; margin-bottom: 0;}

.company3{}
.company3_control{display: flex; justify-content: space-between;}
.his_control{display: flex; width: 135px; justify-content: space-between;}
.his_control .swiper-button-prev, .his_control .swiper-button-next{position: inherit;}
.his_control .swiper-button-prev::after{display: none;}
.his_control .swiper-button-next::after{display: none;}
.his_control>div{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 30px;}
.his_control>div i{font-size: 2rem; color: #999;}
.History{margin-top: 30px; padding: 20px  !important;}

.hus_list{padding-left: 115px;}
.his_wrap{padding:50px 30px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;width: 21% !important; border-radius: 20px; height: 370px !important; }
.his_wrap .year{font-size: 4.8rem; color: var(--sub-color); margin-bottom: 30px;}
.his_wrap .his_txt{margin-bottom: 15px;}
.his_wrap .his_txt span{font-size: 2.4rem; font-weight: 600;}
.his_wrap .his_txt p{font-size: 2rem; margin-top: 10px;}
.his_pagi{margin-top: 40px; text-align: center;}
.his_pagi .swiper-pagination-bullet{border-radius: 0; width: 9px;height: 9px; background-color: #d7d7d7; opacity: 1;}
.his_pagi .swiper-pagination-bullet-active{background-color: var(--sub-color);}

.company4{position: relative; margin-bottom: 80px;}
.company4::before{content: ""; width: 100%; height:1090px; background: url(../img/company4_bg.png) no-repeat; position: absolute; left: 0; top: -20%;}
.company4 .com_tit{text-align: center; display: block;}
.organization{ padding-top: 100px; text-align: center;}
.organization img{}
.organization_move{display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; overflow: hidden; }
.organization_move h5{font-size: 9rem; color: #e2e2e2; display: inline; animation: textLoop 12s linear infinite; text-wrap:nowrap; font-weight: 900; opacity: 0.5;}

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



/*오시는길*/
.location_list{display: flex; flex-wrap: wrap;}
.location_list li{width:calc(100% / 4 - 20px); margin: 0 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 18px; text-align: center; padding: 50px 0;}
.location_list li .loca_icon{}
.location_list li .loca_icon i{font-size: 4rem; color: var(--main-color);}
.location_list li h3{font-size: 2.2rem; margin: 20px 0;}
.location_list li p{font-size: 1.8rem;}
.location_map{margin-top: 80px;}



/*제품*/
.product_top{display: flex; justify-content: space-between; margin-bottom:100px ; align-items: center;}
.product_top .pro_top_left{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px -5px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }
.product_top li{width: calc(100% / 2 - 30px); }
.product_top .pro_top_left img{width: 100%;}
.product_top .pro_top_right{}
.product_top .pro_top_right h3{font-size: 4.8rem;}
.product_top .pro_top_right .pro_top_txt{margin: 30px 0 80px;}
.product_top .pro_top_right .pro_top_txt p{font-size: 2rem; margin-bottom: 20px; position: relative; padding-left: 20px; line-height: 1.7;}
.product_top .pro_top_right .pro_top_txt p:last-child{margin-bottom: 0;}
.product_top .pro_top_right .pro_top_txt p::before{content: ""; width: 5px; height: 5px;background-color: var(--sub-color);position: absolute; left: 0; top: 15px;}

.pro_btn_wrap{display: flex;}
.pro_btn_wrap a:first-child{margin-right: 20px;}
.pro_btn{background-color: #222; color: #fff;font-size: 2rem; display: flex; align-items: center; justify-content: center; width: 260px; height: 70px; transition: all .3s;}
.pro_btn:hover{background-color: var(--sub-color);}

.pro_wrap{padding: 80px 0;border-top: 1px solid #000; }
.pro_flex{display: flex; justify-content: space-between;}
.pro_flex .pro_tit{font-size: 3.6rem; width: 26%; position: relative; padding-left: 20px;}
.pro_flex .pro_tit::before{content: ""; width: 5px; height: 5px;background-color: var(--sub-color);position: absolute; left: 0; top: 20px; }
.pro_flex .product_content{width: 71%;}
.pro_sub_tit{font-size: 2.4rem ; font-weight: 600; line-height: 1.5;}
.pro_flex .product_content .pro_sub_tit{ margin-bottom: 30px;}
.pro_flex .product_content p{font-size: 2rem; line-height: 1.5;}

.pro_feat .pro_sub_tit{font-size: 2rem;}

.pro_plan{display: flex; flex-wrap: wrap; margin-bottom: 5px;}
.pro_plan li{flex: 1 1 48%; border: 1px solid #d7d7d7; text-align: center; margin: 5px;}
/* .pro_plan li:last-child{margin: 10px 0;} */

.pro_plan li img{}

.pro_table{overflow-x: auto;}
.pro_table table{width: 100%;border-collapse: collapse; min-width: 600px; border-top: 1px solid #d7d7d7;}
.pro_table table tr th{background-color: #f4f4f4;  border-bottom: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; text-align: center; font-size: 2rem; padding: 10px;}
.pro_table table tr th:last-child{border-right: none;}
.pro_table table tr td{text-align: center; padding: 20px 10px; border-bottom: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; font-size: 2rem;}
.pro_table table tr td:last-child{border-right: none;}
.pro_table table tr td.font{font-weight: 600;}

.pro_cont1{margin-bottom: 30px;}
.pro_cont1:last-child{margin-bottom: 0;}
.pro_cont1 p{margin-bottom: 15px;}
.pro_cont1 .pro_full_img{ border: 1px solid #d7d7d7; text-align: center;}
.pro_cont1 .pro_full_img img{}


.pro_list_wrap{display: flex; flex-wrap: wrap;}
.pro_list_wrap li{width:calc(100% / 4 - 30px); margin:0 15px 50px; }
.pro_list_wrap li a{display: block; width: 100%; height: 100%;}
.pro_list_wrap li div{ text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}
.pro_list_wrap li div img{width: 100%;}
.pro_list_wrap li h3{font-size: 2.4rem; text-align: center; margin-top: 30px;}
.pro_list_wrap li h3 span{color: #999;}
.pro_list_wrap li:hover .pro_list_box{border: 2px solid var(--main-color);}










/*******************************반응형*************************************/
@media (max-width: 1770px) {  
    .sub_inner{width: 90%;}
   
    
  
  }

  @media (max-width: 1540px) {  

    /*회사소개*/
    .hus_list{padding-left: 50px;}

    /*제품*/
    .product_top .pro_top_right h3{font-size: 4rem;}
    .pro_cont1 .pro_full_img img{width: 100%;}
    .pro_img_auto li:last-child img{width: 100%;}
  }


  @media (max-width: 1380px) {  

    /*회사소개*/
    .com_big{ font-size: 4rem;}
    .his_wrap{height: 420px !important;}

    /*제품*/
    .product_top .pro_top_right h3{font-size: 3.2rem;}
    .pro_flex .pro_tit{font-size: 3rem;}
    .pro_flex .product_content p br{display: none;}
    .pro_plan li img{width: 100%;}
    .pro_plan li:last-child img{width: auto;}
    .pro_flex .pro_tit::before{top: 15px;}
    .pro_img_auto li:last-child img{width: 100%;}

    .pro_list_wrap li h3{font-size: 2.2rem;}




  }

  @media (max-width: 1280px) {  
 
  /*sub_top*/
  .sub_visual_txt h2{font-size: 62px;}
  .sub_tit span{font-size: 50px;}
  .sub_tit{font-size: 4rem;}

    /*회사소개*/
    .com_big{font-size: 3.2rem;}
    .his_wrap{width: 25% !important;}
    .his_wrap .year{font-size: 4rem;}

    /*제품*/
    .product_top .pro_top_right h3{font-size: 2.8rem;}
    .product_top .pro_top_right .pro_top_txt p br{display: none;}
    .pro_flex{flex-direction: column;}
    .pro_flex .pro_tit{width: 100%;}
    .pro_flex .pro_tit{font-size: 2.8rem; margin-bottom: 20px;}
    .pro_flex .product_content{width: 100%; }
    .pro_sub_tit{font-size: 2.2rem;}
    .pro_table table tr th{font-size: 1.8rem;}
    .pro_table table tr td{font-size: 1.8rem;}



  }

  @media (max-width: 1080px) {  

      /*sub_top*/
  .sub_visual_txt h2{font-size: 52px;}
  .sub_tit {font-size: 3.5rem;}


    /*회사소개*/
    .com_tit{font-size: 2.2rem;}
    .com_big{font-size: 2.8rem;}
    .company1 p br{display: none;}
    .company1::before{width: 90%; background-size: contain;}
    .company2{height: auto; padding: 100px 0;}
    .his_wrap .year{font-size: 3.2rem;}
    .his_wrap{height: auto !important;     width: 30% !important;}
    .his_wrap .his_txt span{font-size: 2.2rem;}
    .organization img{width: 100%;}
    .organization_move h5{font-size: 5rem;}

    /*오시는길*/
    .location_list li h3{font-size: 20px;}
    .location_list li p{font-size: 18px;}
    .location_list li{padding: 50px 15px; width: calc(100% / 2 - 20px); margin: 10px;}


    /*제품*/
    .product_top .pro_top_right h3{font-size: 2.4rem;}
    .product_top .pro_top_right .pro_top_txt p{font-size: 1.8rem;}
    .pro_btn{font-size: 1.8rem;}
    .pro_flex .pro_tit{font-size: 2.6rem;}
    .pro_list_wrap li h3{font-size: 2rem;}

  }


  @media (max-width: 800px) {  
  /*sub_top*/
  .sub_visual_box{height: 450px;}
  .sub_visual_txt{bottom: 40%; text-align: center;}
  .sub_visual_txt h2{font-size: 45px;}
  .visual_menu_wrap{width: 100%; left: 0; height: 80px;}
  .depth_wrap{justify-content: center; padding-left: 0;}
  .visual_menu_wrap .com_depth{top: 80px;}
  .sub_tit {font-size: 3rem; margin: 50px 0;}
  .visual_menu_wrap{ transform: translate(0px, 0px);}
  .sub_page_visual::before{content: ""; width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.2);backdrop-filter: blur(3px);position: absolute;left: 0;top: 0 }
  .sub_page_visual{background-position: center;}
  .sub_bottom{margin-bottom: 80px;}

  /*회사소개*/
  .com_tit{font-size: 2rem;}
  .com_big{font-size: 2.4rem;}
  .company1 p{font-size: 1.8rem;}
  .hus_list{padding-left: 20px;}
  .his_wrap{width: 45% !important;}
  .his_wrap .year{font-size: 2.8rem;}
  .his_wrap .his_txt span{font-size: 2rem;}
  .company1::before{bottom: -100px;}
  .organization{padding-top: 50px;}
  .company2{background-position: center; position: relative; z-index: 10;}
  .company2::before{content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); position: absolute; left: 0; top: 0; z-index: -1;}
  .company4::before{height: 800px;}


   /*오시는길*/
   .location_list li .loca_icon i{font-size: 30px;}
   .location_list li h3{font-size: 18px;}

     /*제품*/
     .product_top{flex-direction: column;}
     .product_top li{width: 100%;}
     .product_top .pro_top_left{margin-bottom: 50px;}
     .product_top .pro_top_right h3{font-size: 2.2rem;}
     .pro_btn{width: 80%; margin: 0 auto;}
     .pro_wrap{padding: 60px 0;}
     .pro_flex .pro_tit{font-size: 2.2rem;}
     .pro_sub_tit{font-size: 2rem;}
     .pro_flex .product_content p{font-size: 1.8rem;}
     .pro_plan li:last-child img{width: 100%;}
     .pro_table table tr th{font-weight: 400;}
     .pro_table table tr td.font{font-weight: 400;}
     .pro_flex .pro_tit::before{top: 10px;}
     .pro_list_wrap li{width: calc(100% / 2 - 30px);}
     .pro_list_wrap li h3{font-size: 1.8rem;}
  }

  @media (max-width: 650px) {  
   /*sub_top*/
   .sub_visual_txt h2{font-size: 35px;}
   .depth_wrap > div{width: 50%;}
   .depth_wrap .depth_name{font-size: 18px;}
   .depth_wrap > div .depth_name i{font-size: 23px;}
   .sub_tit{font-size: 2.5rem;}
   .depth_wrap > div.depth2{width: 50%; min-width: 0;}
 

    /*회사소개*/
    .com_tit{font-size: 1.8rem;}
    .com_big{font-size: 2rem; line-height: 1.8; margin: 30px 0;}
    .company1 p{font-size: 1.6rem;}
    .company2 .com_big br{display: none;}
    .hus_list{padding-left: 0; width: 95%; margin: 0 auto;}
    .his_wrap .year{font-size:2.4rem ;}
    .his_wrap .his_txt span{font-size: 1.8rem;}
    .his_wrap .his_txt p{font-size: 1.8rem;}
    .company_wrap{margin-bottom: 80px;}
    .organization_move h5{font-size: 3rem;}

      /*오시는길*/
      .location_list{flex-direction: column;}
      .location_list li{width: 100%; padding: 20px 0; margin: 10px 0;}
      .location_map{margin-top: 20px;}
    
      /*제품*/
      .product_top .pro_top_right h3{font-size: 2rem;}
      .product_top .pro_top_right .pro_top_txt{margin: 20px 0 50px;}
      .product_top .pro_top_right .pro_top_txt p{font-size: 1.6rem;}
      .pro_flex .pro_tit{font-size: 2rem;}
      .pro_sub_tit{font-size: 1.8rem;}
      .pro_flex .product_content p{font-size: 1.6rem;}
      .pro_table table tr th{padding: 5px;}
      .pro_table table tr td{padding: 10px;}
      .pro_flex .product_content .pro_sub_tit{ margin-bottom: 10px;}
      .pro_list_wrap li h3{font-size: 1.6rem;}
      .pro_flex .product_content .pro_sub_tit{font-size: 1.8rem;}


  }

  @media (max-width: 480px) {  
  /*sub_top*/
  .sub_visual_txt h2{font-size: 30px;}
  .depth_wrap .depth_name{font-size: 16px;}
  .sub_tit{font-size: 2rem;}
  .depth_wrap > div.home_btn{display: none;}


  /*회사소개*/
  .com_big{font-size: 1.8rem;}
  .his_wrap{width: 100% !important;}
  .organization{padding-top: 30px;}
  .organization_move h5{font-size: 2.5rem;}
  .company4::before{display: none;}
  .his_control{width: 120px;}
  .his_control>div{padding: 25px;}


   /*오시는길*/
   .location_list li h3{margin: 10px 0;}
   .location_list li p{font-size: 16px;}
   .location_list li .loca_icon i{font-size: 26px;}

    /*제품*/
   .product_top .pro_top_right h3{font-size: 1.8rem;}
   .pro_btn{font-size: 1.6rem; width: 100%;}
   .product_top{margin-bottom: 50px;}
   .pro_wrap{padding: 50px 0;}
   .pro_flex .pro_tit{font-size: 1.8rem; padding-left: 15px;}
   .pro_sub_tit{font-size: 1.6rem;}
   .pro_flex .product_content .pro_sub_tit{margin-bottom: 10px;}
   .pro_plan li{flex: inherit; width: 100%;}
   .pro_table table tr td{font-size: 1.6rem;}
   .pro_table table tr th{font-size: 1.6rem;}
   .pro_flex .pro_tit::before{top: 8px;}
   .pro_list_wrap li{width: 90%; margin: 0 auto 35px;}
   .pro_feat .pro_sub_tit{font-size: 1.6rem;}

  }

  @media (max-width: 450px) {  
 /*sub_top*/
 .sub_visual_txt h2{font-size: 28px;}
 .depth_wrap > div{padding: 0 20px;}
 .depth_wrap .depth_name{font-size: 14px;}
 .sub_tit{font-size: 1.8rem;}


   /*제품*/
   .pro_flex .pro_tit{font-size: 1.6rem;}



  }