로고 변경, 세부 페이지 내용 일부 수정, CSS 수정
This commit is contained in:
@ -131,7 +131,7 @@ span {
|
||||
}
|
||||
#company .sec01 .txt_box .mo_br {display:block;}
|
||||
#company .sec01 .img_box {text-align:center; width:100%;}
|
||||
#company .sec01 .img_box img {max-width:100%; padding: 5px; margin-bottom: 50px;}
|
||||
#company .sec01 .img_box img {max-width:1200px; padding: 5px; margin-bottom: 50px;}
|
||||
/* sec01 : end */
|
||||
|
||||
/* sec02 : start */
|
||||
@ -148,12 +148,18 @@ span {
|
||||
}
|
||||
#company .sec02 .wrap .icon_box ul>li {
|
||||
width: calc(33.333% - 10px );
|
||||
display:block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position:relative;
|
||||
height:160px;
|
||||
/*height:160px;*/
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#company .sec02 .wrap .icon_box ul>li img {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
#company .sec02 .wrap .icon_box i {font-size:54px;position:absolute;top:0;left:0;color:#444444f2;}
|
||||
#company .sec02 .wrap .icon_txt {padding-left:75px;}
|
||||
#company .sec02 .wrap .icon_txt {/*padding-left:75px;*/}
|
||||
#company .sec02 .wrap .icon_box strong {font-size:15px;color:#000;font-weight:600;}
|
||||
#company .sec02 .wrap .icon_box p {
|
||||
word-break: keep-all;
|
||||
|
||||
Reference in New Issue
Block a user