@import url('sub.css'); 


/**** S:: About us > Greeting ****/
.contents_in.greet {background:url('/eng/company/img/greet_ci.png') top -20px right 10% no-repeat;}
.greeting {position:relative; text-align:center; }
.greeting figure {margin-bottom:50px;}
.greeting figure img {border-radius:var(--borderR10); max-width:100%;}
.greeting .txt {}
.greeting .txt > p:last-child {color:var(--black); font-weight:600;}
.greeting .sign {margin-top:50px; color:var(--black);}
.greeting .sign strong {display:block; font-weight:700;}
/**** E:: About us > Greeting ****/


/**** S:: About us > Client ****/
.client {position:relative;}
.client .subTit {text-align:center;}
/**** E:: About us > Client ****/


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


}

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


}

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

/**** S:: About us > Greeting ****/
.contents_in.greet {background-size:auto 190px;}
.greeting figure {margin-bottom:40px;}
.greeting .sign {margin-top:35px;}
/**** E:: About us > Greeting ****/

/**** S:: About us > Client ****/
.client .subTit br {display:none;}
/**** E:: About us > Client ****/


}


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


/**** S:: About us > Greeting ****/
.contents_in.greet {background-size:auto 140px;}
.greeting figure {margin-bottom:30px;}
.greeting .sign {margin-top:25px;}
/**** E:: About us > Greeting ****/


}


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

/**** S:: About us > Greeting ****/
.greeting figure {margin-bottom:20px;}
.greeting .sign {margin-top:20px;}
/**** E:: About us > Greeting ****/

}

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


}