From e2ef1645758389647123ec060204ca8b8b86b96b Mon Sep 17 00:00:00 2001 From: siane Date: Wed, 27 May 2026 13:52:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B3=A0=20=EB=B3=80=EA=B2=BD,=20?= =?UTF-8?q?=EC=84=B8=EB=B6=80=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=9D=BC=EB=B6=80=20=EC=88=98=EC=A0=95,=20CSS=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/html/theme/FT_WEB20/css/common.css | 9 ++- web/html/theme/FT_WEB20/css/sub.css | 14 +++- web/html/theme/FT_WEB20/head.php | 2 +- web/html/theme/FT_WEB20/img/390x260.jpg | Bin 0 -> 17814 bytes .../theme/FT_WEB20/img/logo/logo_white.png | Bin 0 -> 14537 bytes .../theme/FT_WEB20/img/logo/logo_white.svg | 72 ++++++++++++++++++ web/html/theme/FT_WEB20/img/sub_visual_01.jpg | Bin 385950 -> 263633 bytes web/html/theme/FT_WEB20/sub/amenities.php | 17 ++--- web/html/theme/FT_WEB20/sub/info.php | 27 +++++-- 9 files changed, 115 insertions(+), 26 deletions(-) create mode 100644 web/html/theme/FT_WEB20/img/390x260.jpg create mode 100644 web/html/theme/FT_WEB20/img/logo/logo_white.png create mode 100644 web/html/theme/FT_WEB20/img/logo/logo_white.svg 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');