@charset "UTF-8";


/* 공통 */
    .subPage { margin-bottom: 220px; }
    .subPage .titleSection{ padding-top:80px; }
    .subPage .breadcrumb{ display: flex; justify-content: right; padding: 50px 0 15px 0; }
    .subPage .innerCrumb{ display: flex; }
    .subPage .innerCrumb p{ font-size:15px; color: #aeaeae; text-transform: capitalize; }
    .subPage .innerCrumb p::before{ content: ''; width: 5px; height: 5px; border-top: 1px solid #aeaeae; border-right: 1px solid #aeaeae; display: inline-block; transform: rotate(45deg); margin: 0 10px; }
    .subPage .innerCrumb .first::before{ display: none; }
    .subPage .innerCrumb p.thisIs{ color: #0f73ba; font-weight: 600; }
    .subPage .innerCrumb p:first-child::before{ display: none; }
    .subPage .titleSection02 .title{ font-size: 48px; line-height:36px; margin-bottom: 80px; font-weight: 700; }
    .subPage .titleSection02 .subTitle{ font-size: 30px; line-height: 42px; font-weight: lighter; margin-bottom: 35px; }
    .subPage .titleSection02 .thirdTitle{ font-size: 20px; margin-bottom: 70px; }
    .subPage .titleSection02 .text{ font-size: 20px; margin-bottom: 70px; }
    .subPage .imgSection{ width:100%; height: auto; max-width: 1920px; margin: 0 auto; background:url() no-repeat center/cover; transition:0.3s; }
    .susbPage .imgSection img{ display: block; margin: 0 auto; }
    .subPage .characteristic .title{ font-size: 45px; font-weight: 700; margin-bottom: 85px; }
    .subPage .characteristic .subTitle{ display: inline-block; position: relative; font-size: 26px; font-weight: 600; color: #9b856e; margin-bottom: 15px; }
    .subPage .characteristic .subTitle::after{ position:absolute;bottom:10px; right:-80px; display:block; content: ''; width: 65px; height: 4px; background-color: #9b856e; transform: skew(-40deg); }
    .subPage .tabContents{ transition: 0.3s; }
    .subPage .tabContents .characteristic01{ width: 780px;}
    .subPage .tabContents .characteristic01 h1{ text-transform: uppercase; }
    .subPage .tabContents .characteristic01 li span.border{ font-size: 16px; display:inline-block; width: 40px; min-width:40px; height: 40px; border: 1px solid #d3d3d3; border-radius: 25px; text-align: center; line-height: 37px; color:#9b856e; margin-right: 13px; }    
    .subPage .tabContents .characteristic01 li{ width:100%; font-size: 20px; margin: 5px 0 10px 0;}
    .subPage .tabBox .tabBar{ max-width: 1200px; display: flex; justify-content: space-around; }
    .subPage .tabBox .tabBar > a{ display:block; width: 100%; text-align: center; line-height: 70px; border: 1px solid #e1e1e1; color:#929493; font-size: 17px; cursor: pointer; user-select:none; border-bottom: 2px solid #9b856e; margin-left: -1px; text-transform: uppercase; }
    .subPage .tabBox .tabBar > a.active{ font-weight: 700; background-color: #9b856e; color: #fff; }
    .subPage .tabContents .characteristic02{ width:100%; margin-top: 30px; }
    .subPage .tabContents .characteristic02 ul{ width:100%; display: flex; flex-wrap: wrap; }
    .subPage .tabContents .characteristic02 li{ width:23.5%; margin-right: 2%; background-color: #f7f7f7; padding-top: 30px; padding-bottom: 25px; text-align: center; }
    .subPage .tabContents .characteristic02 li:nth-child(4n){ margin-right: 0; }
    .subPage .tabContents .characteristic02 li img{ width: 90px; }
    .subPage .tabContents .characteristic02 li p{ margin-top:10px; font-size: 16px; }
    .subPage .tabContents .characteristic02 .double{ width: 47%; }
    .subPage .flexBox02{ width:790px; display: flex; flex-direction: column; justify-content: flex-start; }
    .subPage .flexBox02 > div{ align-self: flex-start; }
    .subPage .tabContents .flexBox01{ display: flex; width:100%; }
    .subPage .tabContents .flexBox01 .wrap{ position:relative; }
    .subPage .characteristic03 img{ position: absolute; top:0; right:0; }
    .subPage .text{ margin-bottom: 70px; }
    .subPage .probe_imgbanner {height: auto!important; background: url() no-repeat center / cover; background-color: #ececec;}
    .subPage .probe_imgbanner img {display: block; margin: 0 auto;}
    .subPage .probeImgSection{ margin: 0 auto; padding: 50px 0; }
    .subPage .probeImgSection img { display: block; margin: 0 auto;}
    .subPage .probeTableSection table{ width:100%; margin: 0 auto; border-top:2px solid #a08766; border-collapse: collapse; }
    .subPage .probeTableSection table thead{ height:50px; border-bottom: 1px solid #a08766; }
    .subPage .probeTableSection table thead th{ color: #a08766; text-align: center; }
    .subPage .probeTableSection table tbody{ border-bottom: 1px solid #a08766; }
    .subPage .probeTableSection table tbody > tr:last-child > td:last-child{ border-bottom: none; }
    .subPage .probeTableSection table tbody > tr:last-child > td:first-child{ border-bottom: none; }
    .subPage .probeTableSection table tbody > tr:nth-child(3) > td:nth-child(2){ border-bottom: none; }
    .subPage .probeTableSection table tbody .boldTitile{ font-weight: bold; width: 350px; text-align: center; } 
    .subPage .probeTableSection table tbody tr:first-child > th,
    .subPage .probeTableSection table tbody tr:first-child > td {border-top: 1px solid #a08766;}
    .subPage .probeTableSection table tbody th{ background-color: #f4f4f4; padding: 0 15px;}
    .subPage .probeTableSection table tbody td{ font-weight: 400; text-align: left; border-top: 1px solid #ededed; border-left: 1px solid #ededed; line-height: 45px; padding: 0 15px; }
    .subPage .graphSection h1{ font-size: 20px; text-transform: uppercase; color: #0954b9; font-weight: bold; margin-bottom: 15px; }
    .subPage .graphSection{ width:100%; display: flex; justify-content: space-between; margin-top: 120px; }    
    .subPage .graphSection > div:nth-child(2) h1,.subPage .graphSection > div:nth-child(3) h1{ padding-left: 40px; }
    .overview .imgSectionTransform{ display: none; }
    

    

    /* ergSocket_LGA */
    .ergSocket_LGA  .characteristic03{ width: 410px; }

    /* ergSocket_BGA */
    .ergSocket_BGA .characteristic02 li:nth-child(2) img{ height: 90px; margin-left: 20px; }
    .ergSocket_BGA .characteristic03{ width: 580px; }
    .ergSocket_BGA .characteristic03 img{ top:50px; }
    

    /* ergSocket_ETC */
    .ergSocket_ETC .characteristic02 li:nth-child(2) img{ width:42px; height: 90px; }
    .ergSocket_ETC .characteristic03 img{ top:25px; }

    /* gayaSocket */
    .gayaSocket .tabContents .characteristic02 li:nth-child(2){ margin-right: 49%; margin-bottom: 2%; }
    .gayaSocket .tabContents .characteristic02 li:nth-child(1){ margin-bottom: 2%; }
    .gayaSocket .tabContents .characteristic02 li:nth-child(4){ margin-right: 2%; }
    .gayaSocket .characteristic03{ width:50px; }
    .gayaSocket .characteristic03 img{ top:90px; }
    
    /* sig² Socket */
    .sig2Socket .tabContents .characteristic01 div{ display: flex; transition: 0.3s; }
    .sig2Socket .tabContents .characteristic01 div ul:first-child{ margin-right: 30px; }
    .sig2Socket .tabContents .characteristic01 li{ display:flex; font-size: 19px; align-items: center; line-height: 19px; width: 101%; }
    .sig2Socket .characteristic03 img{ top:10px; }
    .sig2Socket .tabContents .characteristic02 li img{ height: 60px; }
    .sig2Socket .tabContents .characteristic02 li:nth-child(1) img{ width: 245px; height: 70px; }
    .sig2Socket .tabContents .characteristic02 li p{ margin-top:10px; font-size: 15px; }
    .sig2Socket .tabContents .characteristic02 li:first-child p{ margin-top: 0; }
    .sig2Socket .characteristic03{ width: 390px; }


    /* sillaSocket */
    .sillaSocket .tabContents .characteristic01 div{ display: flex; transition: 0.3s;  }
    .sillaSocket .tabContents .characteristic01 div ul:first-child{ margin-right: 30px; }
    .sillaSocket .characteristic02 li:nth-child(3) img{ padding:15px 0; }
    .sillaSocket .characteristic03 img{ top:140px; }




/********************************* SOCKET BG 반응형작업 ********************************/
    .ergSocket .imgSection{ position:relative; background: url(../images/sub/product_ergSocket_bg.jpg) no-repeat center / cover; padding:180px 0; margin-bottom: 200px; }
    .gayaSocket .imgSection{ position:relative; background: url(../images/sub/product_gayaSocket_bg.jpg) no-repeat center / cover; padding:180px 0; margin-bottom: 140px; }
    .sig2Socket .imgSection{ position:relative; background: url(../images/sub/product_gayaSocket_bg.jpg) no-repeat center / cover; padding:180px 0; margin-bottom: 130px; }
    .sillaSocket .imgSection{ position:relative; background: url(../images/sub/product_sillaSocket_bg.jpg) no-repeat center / cover; padding:180px 0; margin-bottom: 135px; }
    .manualLid .imgSection{ position:relative; background: url(../images/sub/product_manualLid_bg.jpg) no-repeat center / cover; padding:180px 0; margin-bottom: 130px; }
    .gayaSocket .imgSection img{ position:absolute; top:50px; margin:0 auto; left: 50%; transform: translateX(-50%); }
    .sig2Socket .imgSection img{ position:absolute; top:120px; margin:0 auto; left: 50%; transform: translateX(-50%); }
    .product .imgSection img{ position:absolute; margin:0 auto; left: 50%; transform: translateX(-50%); }
    .sillaSocket .imgSection img{ top:40px; }
    .manualLid .imgSection img{ top:35px; }
    
@media screen and (max-width:1200px){ 
    .product .imgSection{ padding: 0; margin-bottom: 100px; }
    .sig2Socket .imgSection{ padding: 45px 0; }
    .sillaSocket .imgSection{ padding: 30px 0; }
    .product .imgSection img{ position: static; transform: none; max-width: 320px; margin: 30px auto 0 auto; display: block; }
    .manualLid .imgSection img{ padding: 30px 0; }
    .gayaSocket .imgSection{  padding: 10px 0; margin-bottom: 100px; }
    .gayaSocket .imgSection img{ position: static; transform: none; max-width: 320px; margin: 30px auto 0 auto; display: block; }

}

@media screen and (max-width:767px){
    .product .imgSection{ padding: 0; margin-bottom: 50px; }
    .product .imgSection img{ max-width: 280px; margin: 30px auto 0 auto; display: block; }
    .manualLid .imgSection img{ max-width: 230px; margin: 30px auto 0 auto; display: block; }
    .gayaSocket .imgSection{ padding: 10px 0; margin-bottom: 50px; }
    .sig2Socket .imgSection{ padding: 30px 0; margin-bottom: 50px; }
    .sillaSocket .imgSection{ padding: 30px 0; margin-bottom: 50px; }
    .manualLid .imgSection{ padding: 10px 0; margin-bottom: 50px; }
    
}
/********************************* PROBE ********************************/
.apolloProbe .innerCrumb p:last-child::before{ margin: 0 10px 0 0; }
.Probe .innerCrumb p:last-child::before{ margin: 0 10px 0 0; }



    

/********************************* COMPANY ********************************/
    /* overview */
    .overview{ margin-bottom: 0; }
    .overview .imgSection{ position: relative; border-top: 0; background: url(../images/sub/sub_overview_bg.jpg) no-repeat center / cover; padding: 0 0 290px 0; margin-bottom: 510px;}
    .overview .imgSection .overviewContents{position: absolute; bottom:-403px; left: 50%; transform: translateX(-50%);}
    .overview .imgSection p{ color: #fff; text-align: center; width: 100%; padding-top: 5%; }
    .overview .imgSection p .title{ display:inline-block; font-size: 36px; margin-bottom: 55px;}
    .overview .imgSection p .mainColor{ font-size: 36px; } 
    .overview .imgSection p .subTitle{ font-size: 20px; }
    .overview .genedService{ width: 100%; padding: 110px 0 125px; background-color: #fff; }
    .overview .genedService ul{ width: 100%; display: flex; transition: 0.3s; flex-wrap: wrap; }
    .overview .genedService li{ width:23%; text-align: center; margin-right: 2%; background-color: #fff; box-shadow: 5px 5px 10px rgba(0,0,0,0.1); padding:40px 0 40px; color: #727171; border: 1px solid #e1e1e1; }
    .overview .genedService li:first-child,.overview .genedService li:nth-child(2),.overview .genedService li:nth-child(3),.overview .genedService li:nth-child(4){ margin-bottom: 2%; }
    .overview .genedService li:first-child{ border: none; }
    .overview .genedService li img{ width: 33%; margin-bottom: 40px; }
    .overview .genedService li.first{ text-align: left; padding:0; background-color: transparent; box-shadow: none; padding: 5px; }
    .overview .genedService li .title{ font-size: 36px; margin-bottom: 25px; color: #000; }
    .overview .genedService .subTitle{ color: #3f3b3a; margin-bottom: 35px;}
    .overviewBorder{ width: 100%; height: 1px; background-color: #bfc0c0; }
    
    
    

   

/********************************* CAPABILITIES ********************************/
    .capabilities{ margin-bottom: 0; }
    .capabilities .contentsSection{ padding: 100px 0 170px; overflow: hidden; }
    .capabilities .contentsSection ul { width:100%; display: flex; }
    .capabilities .contentsSection > ul > li{ width: 50%; text-align: left; display: flex; }
    .capabilities .contentsSection .text{ padding-left: 5%; align-items: center; margin-bottom: 0; }
    .capabilities .contentsSection > ul > li i{ display:block; color: #a78c5e; font-size: 32px; margin-right: 20px; font-weight: 600; }
    .capabilities .contentsSection > ul > li .title{ display:inline-block; font-size: 42px; font-weight: 600; text-transform: uppercase; line-height: 48px; margin-bottom: 15px; }    
    .capabilities .contentsSection > ul > li p{ display:inline-block; font-size: 26px; }
    .manufacturing .imgSection{ background: url(../images/sub/sub_capabilities_manufacturing_bg.jpg) no-repeat center / cover; padding:135px 0; }
    .rnd .imgSection{ background: url(../images/sub/sub_capabilities_rnd_bg.jpg) no-repeat center / cover; padding:135px 0; }
    .capabilities .m_img{ display: none; }
    

    /* rndCenter */
    .rndCenter .contentsSection .textSection{ padding-top: 90px; }
    .rndCenter .contentsSection .textSection .title{ font-size: 36px; margin-bottom: 35px; }
    .rndCenter .contentsSection .textSection .title .bold{ font-size: 36px; font-weight: bold; }
    .rndCenter .contentsSection .textSection .subTitle{ font-size: 20px; color: #3f3b3a; font-weight: 500; margin-bottom: 60px; }
    .rndCenter .contentsSection .circleSection{ padding-bottom: 130px; margin: 0 auto;}
    .rndCenter{ margin-bottom: 0; }
    .rndCenter .contentsSection{ background-color: #f7f7f7; }
    .rndCenter .imgSection{ border-top: 0; }
    .rndCenter .circleSection{ max-width: 1920px; }
    .rndCenter .circleSection .t_img{ display: none; margin:0 auto; }













@media screen and (max-width:1200px){ 
    /* 공통 */
    .subPage{ margin-bottom: 80px; }
    .subPage .titleSection{ padding-top:30px; }
    .subPage .innerCrumb{ display: block; }
    .subPage .innerCrumb p:nth-of-type(3):before{margin:0 10px 0 0;}
    .subPage .breadcrumb{ justify-content: left; }
    .subPage .innerCrumb p{ font-size: 13px; color: #aeaeae; text-transform: capitalize; display: inline-block; } 
    .subPage .innerCrumb .thisIs{ color: #727171; font-weight: 500; }




    .subPage .titleSection02 .title{ font-size: 32px; margin-bottom: 19px; }
    .subPage .titleSection02 .subTitle{ font-size: 22px; line-height: 30px; margin-bottom: 0; }
    .subPage .titleSection02 .subTitle .bold{ font-size: 22px; }
    .subPage .titleSection02 .thirdTitle{ font-size: 15px; margin: 23px 0; }
    .subPage .tabBox .tabBar{ flex-wrap: wrap; margin-bottom: 40px; }
    .subPage .tabBox .tabBar > a{ display: block; width: 100%; height: 40px; line-height: 40px; font-size: 12px; border-bottom: 1px solid #e1e1e1; margin-left: 0; margin-top: -1px; }
    .subPage .tabContents .subTitle::after{ bottom:5px; right:-40px; width:32px; height: 2px; }
    .subPage .contentsSection{ flex-wrap: wrap; }
    .subPage .tabContents .title{ font-size: 32px; margin-bottom: 25px; }
    .subPage .tabContents .subTitle{ font-size: 15px; margin-bottom: 10px; }
    .subPage .tabContents .characteristic li span.border{ width: 30px; min-width:30px; height: 30px; border-radius: 30px; line-height: 30px; margin-right: 5px; font-size: 13px;}

    .subPage .tabContents .characteristic01{ width: 100%; }
    .subPage .tabContents .characteristic01 h2,.subPage .tabContents .characteristic02 h2{ font-size: 18px; }
    .subPage .tabContents .characteristic01 li{ font-size: 16px; }
    .subPage .tabContents .characteristic02 .subTitle{ margin-bottom: 10px; }
    .subPage .tabContents .characteristic02{ margin-top: 0; transition: 0.3s; }
    .subPage .tabContents .characteristic02 img{ width: 65px; height: 65px; }
    .subPage .tabContents .characteristic02 ul{ max-width: 320px; margin: 0 auto; }
    .subPage .tabContents .characteristic02 li{ width:47.5%; margin-right: 5%; margin-bottom: 5%; padding-top: 25px; padding-bottom: 20px; }
    .subPage .tabContents .characteristic02 li:nth-child(2n){ margin-right: 0!important; }
    .subPage .tabContents .characteristic02 li img{ width: 65px; }
    .subPage .tabContents .characteristic02 li P{ font-size: 13px; text-align: center; margin-top:10px; }
    .subPage .characteristic03{ margin: 0 auto; margin-top: 50px; }
    .subPage .characteristic03 img{ position: static; width: 100%; }
    .subPage .tabContents .flexBox01 .wrap{ display: flex; flex-wrap: wrap; }
    .subPage .flexBox01,.subPage .flexBox02{ width: 100%; }
    .subPage .graphSection{ flex-wrap: wrap; } 
    .subPage .graphSection > div{ margin: 0 auto; }
    .subPage .graphSection > div h1{ text-align: center; }
    .subPage .graphSection > div:nth-child(2){ margin-bottom: 40px; }
    .subPage .imgSection{ width: 100%; transition:0.3s; border-top: 0; }
    .subPage .probeTableSection table thead th { font-size: 14px; }
    .subPage .probeTableSection table tbody th{ font-size: 12px; padding: 0 10px; }
    .subPage .probeTableSection table tbody td{ font-size: 12px; padding: 0 10px; }
    .subPage .probeTableSection table thead{ height:35px; }
    .subPage .graphSection h1{ font-size: 18px; text-transform: uppercase; color: #0954b9; font-weight: bold; margin-bottom: 15px; }
    .subPage .graphSection{ width:100%; display: flex; justify-content: space-between; margin-top: 120px;  }
    .subPage .graphSection > div:nth-child(2) h1,.subPage .graphSection > div:nth-child(3) h1{ padding-left: 40px; }
    

/********************************* TEST SOCKET ********************************/
    /*.ergSocket_LGA */
    .ergSocket_LGA .characteristic03{ width: 135px; }
    
    /* ergSocket_BGA */
    .ergSocket_BGA .characteristic03{ width: 230px; }
    .ergSocket_BGA .characteristic02 li:nth-child(2) img{ height: 65px; margin-left: 15px; }
    .ergSocket_ETC .contentsSection .no-flex{ display: inline-block; }

    /* ergSocket_ETC */
    .ergSocket_ETC .characteristic03{ width: 230px; }
    .ergSocket_ETC .characteristic02 li:nth-child(2) img{ width:28px; height: 65px; }

    /* gayaSocket */
    .gayaSocket .tabContents .characteristic02 li:nth-child(1),.gayaSocket .tabContents .characteristic02 li:nth-child(2){ margin-bottom: 4%; }
    .gayaSocket .tabContents .characteristic02 li:nth-child(5){ margin:0 auto; }
    .gayaSocket .characteristic03{ width: 290px; }

    /* sig2Socket */
    .sig2Socket .tabContents .characteristic01 div{ flex-wrap: wrap; }
    .sig2Socket .tabContents .characteristic02 li:first-child{ width: 100%; margin-right: 0; margin-bottom: 5%; }
    .sig2Socket .tabContents .characteristic02 li:nth-child(2){ width: 47.5%; margin-right: 5%!important; margin-bottom: 0; }
    .sig2Socket .tabContents .characteristic02 li:nth-child(3){ width: 47.5%; margin-right: 0; margin-bottom: 0; }
    .sig2Socket .characteristic03{ width: 200px; }
    .sig2Socket .characteristic02 li:nth-child(3) img{ padding:5px 0; }
    

    /* sillaSocket */
    .sillaSocket .tabContents .characteristic01 div{ flex-wrap: wrap; }
    .sillaSocket .tabContents .characteristic01 div ul:first-child{ margin-right: 0; }
    .sillaSocket .tabContents .characteristic01 div{ display: block; }
    .sillaSocket .characteristic02 li:nth-child(3){ width: 47.5%; margin: 0 auto; }
    .sillaSocket .characteristic02 li:nth-child(3) img{ padding:10px 0; }
    .sillaSocket .characteristic03{ width: 230px; }

    /* manualLid */
    .manualLid .characteristic03{ width: 230px; }
    .manualLid .characteristic02 li:nth-child(3){ width: 47.5%; margin: 0 auto; }

/********************************* TEST PROBE ********************************/
   





    
/********************************* COMPANY ********************************/
    /* overview */
    .rndCenter{ margin-bottom: 0; }
    .rndCenter .contentsSection .textSection{ padding-top: 45px; }
    /* .rndCenter .innerCrumb p:nth-child(2){ display: inline-block; } */
    .rndCenter .contentsSection .textSection .title{ font-size: 26px; margin-bottom: 15px; }
    .rndCenter .contentsSection .textSection .title .bold{ font-size: 26px; }
    .rndCenter .contentsSection .textSection .subTitle{ font-size: 15px; margin-bottom: 50px; }
    .rndCenter .circleSection .pc_img{ display: none; }
    .rndCenter .circleSection{ max-width: calc(100% - 40px); }
    .rndCenter .circleSection .t_img{ display: block; }
    .rndCenter .contentsSection .circleSection{ padding-bottom: 65px; }
    

    .overview{ margin-bottom: 0; }
    /* .overview .innerCrumb p:nth-child(2){ display: inline-block; } */
    .overview .genedService{ padding: 55px 0 60px; }
    .overview .genedService ul{ flex-wrap:wrap; max-width:320px; margin: 0 auto; }
    .overview .genedService li{ width:47.5%; margin-right: 2.5%; margin-bottom: 2.5%; padding:8% 5px;  }
    .overview .genedService li.first:first-child{ text-align: center; padding-top: 40px; }
    .overview .genedService li:first-child{ width: 100%; }
    .overview .genedService li:nth-child(2),.overview .genedService li:nth-child(4),.overview .genedService li:nth-child(6){ margin-right: 2%; }
    .overview .genedService li:first-child .title{ font-size: 26px; line-height: 100%; } 
    .overview .genedService .subTitle{ margin-bottom: 15px; font-size: 18px; line-height: 155%; }
    .overview .genedService li:last-child{ margin:  0 auto; }
    .overview .genedService li p{ font-size: 14px; line-height: 18px; }
    .overview .genedService li p .bold{ font-size: 14px; }
    .overview .genedService li img{ max-width:100%; margin-bottom: 0; }
    .overview .imgSection {padding-bottom: 60px; margin-bottom: 0; }
    .overview .imgSection p .title{ font-size: 26px; margin-bottom: 30px;}
    .overview .imgSection p .mainColor{ font-size: 26px; } 
    .overview .imgSection p .subTitle{ font-size: 20px; padding: 0 20px; display: inline-block; }
    .overview .imgSection p .bold{ font-size: 20px; }
    .overview .imgSection .overviewContents {position: static; transform: none; width: calc(100% - 40px); max-width: 720px; margin: 60px auto -30px auto; display: block;}
    .overviewBorder{ margin-top: 95px; }



/********************************* CAPABILITIES ********************************/
    .capabilities{ margin-bottom: 20px; }
    /* .capabilities .innerCrumb p:nth-child(2){ display: inline-block; } */
    .capabilities .contentsSection{ padding: 0; margin-top: 10px;}
    .capabilities .contentsSection .text{ padding:30px 60px 30px 55px; }
    .capabilities .contentsSection ul li i{ font-size: 24px; margin-right: 10px; }
    .capabilities .contentsSection ul li .title{ font-size: 34px; line-height: 34px; margin-bottom: 15px; }    
    .capabilities .contentsSection ul li p{ font-size: 18px; line-height: 18px; }
    .capabilities .imgSection{ padding:70px 0; margin-bottom: 70px; }
    .capabilities .pc_img{ display: none; }
    .capabilities .m_img{ display: block; margin: 0 auto; max-width: calc(100% - 40px); }


/********************************* MANUAL LID ********************************/
/* .manualLid .innerCrumb p:nth-child(3){ display: block;} */
    
}















@media screen and (max-width:767px){ 
    /* 공통 */
    .subPage .tabContents .characteristic02 .subTitle{ margin-top: 10px; }
    .subPage .tabContents .characteristic li span.border{ align-self: stretch; width: 23px; min-width:23px; height: 23px; border-radius: 23px; line-height: 180%; font-size: 12px; }
    .subPage .tabContents .characteristic01 li{ font-size: 15px; display: flex; align-items: center; }
    .subPage .imgSection{ width: 100%; }
    .subPage .characteristic03{ max-width: 320px; }
    .subPage .probeTableSection .basicSpec {overflow-x: auto;}
    .subPage .probeTableSection .basicSpec table {min-width: 550px;}
    .subPage .innerCrumb{ line-height: 130%; }
    .subPage .innerCrumb p{ font-size: 12px; }





    /********************************* CAPABILITIES ********************************/
    .capabilities .contentsSection ul li i{ font-size: 18px; }
    .capabilities .contentsSection ul li .title{ font-size: 26px; line-height: 26px; margin-bottom: 5px; }    
    .capabilities .contentsSection ul li p{ font-size: 12px; line-height: 12px; }

    /********************************* COMPANY ********************************/
    .rndCenter .contentsSection .textSection{ padding-top: 35px; }
    /* .rndCenter .contentsSection .circleSection{ padding-bottom: 60px; } */
    .overview > .imgSection{ display:none!important; padding: 0 20px 20px 20px; }
    .overview .imgSectionTransform{ display: block;  display: flex; flex-direction: column; }
    .overview .imgSectionTransform p{ order: 2; text-align: center; padding: 40px 20px; font-size: 26px; line-height:100%;  }
    .overview .imgSectionTransform p .subTitle{ display: inline-block; font-size: 18px; margin-top: 10px; }
    .overview .imgSectionTransform img{ order: 1; }
    .overviewBorder{ margin-top: 55px; }

    /********************************* CAPABILITIES ********************************/
    .capabilities .contentsSection{ min-width:calc(100% - 40px); max-width: 320px; }
    .capabilities .contentsSection > ul{ flex-wrap: wrap; }
    .capabilities .contentsSection > ul > li{ width:100%; }
    .capabilities .contentsSection > ul > li img{ margin: 0 auto; }
    .capabilities .contentsSection > ul > li.text{ order: 2; padding:75px 30px; }
    .capabilities .contentsSection ul li i{ font-size: 13px; margin-right: 5px; }
    .capabilities .contentsSection ul li .title{ font-size: 18px; line-height: 22px; margin-bottom: 15px; }
    .capabilities .contentsSection ul li p{ font-size: 15px; line-height: 130%; }
    
    .subPage .innerCrumb .mo_br { display: block; flex-shrink: 0; width: 100%; height: 0; }
    
}


