@import url('sub.css'); 

.imgList {position:relative; display:grid; grid-template-columns:repeat(2, 1fr); gap:0 30px;}
.imgList figure {position:relative; text-align:center; padding:50px; box-sizing:border-box;}
.imgList figure p {width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; line-height:0;}
.imgList figure p img {max-width:100%;}

.imgList.row {grid-template-columns:repeat(1, 1fr); gap:30px 0;}
.imgList.row p strong {color:var(--black); font-weight:600; display:block; margin-top:20px;}

.technology .txt > p + p {margin-top:0;}


/**** S:: Technology > CURVED JIG Development ****/
.curved {position:relative;}
.curved .subTit {text-align:center; margin-bottom:30px;}
.curved .subTit > p {margin-top:15px; color:rgba(119,119,119,0.5); font-weight:400;}
.curved .txt {margin-bottom:50px;}
/**** E:: Technology > CURVED JIG Development ****/

/**** S:: Technology > Low/High Temperature Chamber System ****/
.low_high .subTit {margin-bottom:30px;}
.low_high .txt {margin-bottom:50px;}
/**** E:: Technology > Low/High Temperature Chamber System ****/

/**** S:: Technology > Touch System****/
.touch .subTit {margin-bottom:30px;}
.touch .txt {margin-bottom:50px;}
/**** E:: Technology > Touch System ****/

/**** S:: Technology > ELABO-HID-DV-6500 ****/
.elabo_hid {position:relative;}
.elabo_hid .fs50 {text-align:center;}
.elabo_hid .cnt + .cnt {margin-top:130px;}
.elabo_hid .fs24 {margin-bottom:15px;}
.elabo_hid .instrument {display:flex; flex-wrap:wrap;}
.elabo_hid .instrument figure {order:2; width:500px; padding:50px; box-sizing:border-box;}
.elabo_hid .instrument figure p {text-align:Center;}
.elabo_hid .instrument figure p img {max-width:100%;}
.elabo_hid .instrument .txt_area {order:1; width:calc(100% - 500px); padding-right:50px; align-self:center; box-sizing:border-box;}
.elabo_hid .specification figure {margin:50px 0 40px 0; text-align:center; padding:50px;}
.elabo_hid .specification figure p img {max-width:100%;}
/**** E:: Technology > ELABO-HID-DV-6500 ****/


/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1350px){



}

/*******************************************************************************
    @media ~1280px
*******************************************************************************/
@media all and (max-width:1280px){



}

/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){


.imgList {gap:0 20px;}
.imgList figure {padding:40px;}

.imgList.row {gap:20px 0;}


/**** S:: Technology > CURVED JIG Development ****/
.curved .subTit {margin-bottom:20px;}
.curved .subTit > p {margin-top:12px;}
.curved .txt {margin-bottom:40px;}
/**** E:: Technology > CURVED JIG Development ****/

/**** S:: Technology > Low/High Temperature Chamber System ****/
.low_high .subTit {margin-bottom:20px;}
.low_high .txt {margin-bottom:40px;}
/**** E:: Technology > Low/High Temperature Chamber System ****/

/**** S:: Technology > Touch System****/
.touch .subTit {margin-bottom:20px;}
.touch .txt {margin-bottom:40px;}
/**** E:: Technology > Touch System ****/

/**** S:: Technology > ELABO-HID-DV-6500 ****/
.elabo_hid .cnt + .cnt {margin-top:90px;}
.elabo_hid .fs24 {margin-bottom:12px;}
.elabo_hid .instrument figure {width:350px; padding:40px;}
.elabo_hid .instrument .txt_area {width:calc(100% - 350px); padding-right:30px;}
.elabo_hid .specification figure {margin:40px 0 30px 0; padding:40px;}
/**** E:: Technology > ELABO-HID-DV-6500 ****/

}


/*******************************************************************************
    @media ~ 768px
*******************************************************************************/
@media all and (max-width:768px){

/**** S:: Technology > ELABO-HID-DV-6500 ****/
.elabo_hid .cnt + .cnt {margin-top:60px;}
.elabo_hid .fs24 {margin-bottom:10px;}
.elabo_hid .instrument {flex-direction:column;}
.elabo_hid .instrument figure {order:1; width:100%; padding:30px;}
.elabo_hid .instrument .txt_area {order:2; width:100%; padding-right:0; margin-top:30px;}
.elabo_hid .table_wrap {overflow-x:auto;}
.elabo_hid .table_wrap table {min-width:730px;}
.elabo_hid .specification figure {margin:30px 0 20px 0; padding:30px;}
/**** E:: Technology > ELABO-HID-DV-6500 ****/


}


/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


.imgList {gap:0 10px;}
.imgList figure {padding:30px;}

.imgList.row {gap:10px 0;}

.imgList {grid-template-columns:repeat(1, 1fr); gap:10px ;}
.imgList figure padding:30px;;}

.imgList.row {gap:10px 0;}
.imgList.row p strong {margin-top:15px;}


/**** S:: Technology > CURVED JIG Development ****/
.curved .subTit {margin-bottom:15px;}
.curved .subTit > p {margin-top:10px;}
.curved .txt {margin-bottom:30px;}
/**** E:: Technology > CURVED JIG Development ****/

/**** S:: Technology > Low/High Temperature Chamber System ****/
.low_high .subTit {margin-bottom:15px;}
.low_high .txt {margin-bottom:30px;}
/**** E:: Technology > Low/High Temperature Chamber System ****/

/**** S:: Technology > Touch System****/
.touch .subTit {margin-bottom:15px;}
.touch .txt {margin-bottom:30px;}
/**** E:: Technology > Touch System ****/



}
/*******************************************************************************
    @media ~480px             
*******************************************************************************/
@media all and (max-width:480px){





}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}