diff --git a/web/html/theme/FT_WEB20/css/common.css b/web/html/theme/FT_WEB20/css/common.css
index f547d36..b0476ef 100644
--- a/web/html/theme/FT_WEB20/css/common.css
+++ b/web/html/theme/FT_WEB20/css/common.css
@@ -55,6 +55,10 @@ body {
left:0;
z-index:999999999;
}
+#header .logo img {
+ height: 100%;
+ max-height: 50px;
+}
#header #nav {
position:absolute;
top:0;
@@ -446,8 +450,9 @@ body {
}
#header .logo {
width:200px;
- display:block;
- margin:0 auto;
+ display:flex;
+ justify-content: center;
+ /*margin:0 auto;*/
position:absolute;
top:8px;
left:50%;
diff --git a/web/html/theme/FT_WEB20/css/sub.css b/web/html/theme/FT_WEB20/css/sub.css
index 20bfb42..a1edf42 100644
--- a/web/html/theme/FT_WEB20/css/sub.css
+++ b/web/html/theme/FT_WEB20/css/sub.css
@@ -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;
diff --git a/web/html/theme/FT_WEB20/head.php b/web/html/theme/FT_WEB20/head.php
index 19b9d20..a15b393 100644
--- a/web/html/theme/FT_WEB20/head.php
+++ b/web/html/theme/FT_WEB20/head.php
@@ -24,7 +24,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');