diff --git a/html/css/common.css b/html/css/common.css index 6c833e0..0f5046c 100644 --- a/html/css/common.css +++ b/html/css/common.css @@ -8,6 +8,7 @@ body,html{overflow-x: hidden;} .btn + .btn{margin-left:20px;} .btn-box{display:flex;justify-content: center;margin-top:40px;} .btn.blue{background-color: #2290c9;border-color: #2290c9;color:#fff;} +.pal-icon{vertical-align: middle;} /*header*/ #hd {background:rgba(0, 0, 0, 0);z-index:1000;position:fixed;width:100%; top:0;overflow:hidden; transition:0.6s ease; -webkit-transition:0.6s ease;} #hd:hover{background:#fff; border-bottom:1px solid rgba(0, 0, 0, 0.5);} @@ -290,7 +291,8 @@ ul.tabs li.current span{border-bottom:2px solid #222;font-size:1.25rem;} .solution-skill ul li div{height:320px;position:relative;padding:40px 20px;border:1px solid #ddd;border-radius:4px;box-shadow:2px 2px 4px #f4f4f4;} .skill-num{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:100%;background:#4c555a;color:#fff;font-weight:bold; position: absolute;top:-25px;left:50%;transform: translateX(-50%);box-shadow:2px 2px 2px #ddd;} -.skill-img img{width:100%;} +.skill-img{display:block;width:100%;height:180px;} +.skill-img img{width:100%;height:100%;} .skill-txt{display:block;text-align:center;font-size:1rem;font-weight:500;padding-top:40px;} .business-info{width:1280px;margin:0px auto;} .business-info:nth-child(2n) .business-box{flex-direction: row-reverse;} diff --git a/html/images/I_reprocessing.png b/html/images/I_reprocessing.png new file mode 100644 index 0000000..073e900 Binary files /dev/null and b/html/images/I_reprocessing.png differ diff --git a/html/images/i_caching.png b/html/images/i_caching.png new file mode 100644 index 0000000..d86b19b Binary files /dev/null and b/html/images/i_caching.png differ diff --git a/html/images/i_channel.png b/html/images/i_channel.png new file mode 100644 index 0000000..0dac3b1 Binary files /dev/null and b/html/images/i_channel.png differ diff --git a/html/images/i_convenience.png b/html/images/i_convenience.png new file mode 100644 index 0000000..4839d31 Binary files /dev/null and b/html/images/i_convenience.png differ diff --git a/html/images/i_dependency.png b/html/images/i_dependency.png new file mode 100644 index 0000000..7e18ccb Binary files /dev/null and b/html/images/i_dependency.png differ diff --git a/html/images/i_module.png b/html/images/i_module.png new file mode 100644 index 0000000..7ebf181 Binary files /dev/null and b/html/images/i_module.png differ diff --git a/html/images/i_monitoring.png b/html/images/i_monitoring.png new file mode 100644 index 0000000..d7a24e0 Binary files /dev/null and b/html/images/i_monitoring.png differ diff --git a/html/images/i_native.png b/html/images/i_native.png new file mode 100644 index 0000000..d6697fe Binary files /dev/null and b/html/images/i_native.png differ diff --git a/html/images/i_network.png b/html/images/i_network.png new file mode 100644 index 0000000..10a8275 Binary files /dev/null and b/html/images/i_network.png differ diff --git a/html/images/i_scalability.png b/html/images/i_scalability.png new file mode 100644 index 0000000..58d3197 Binary files /dev/null and b/html/images/i_scalability.png differ diff --git a/html/images/i_service.png b/html/images/i_service.png new file mode 100644 index 0000000..97d960c Binary files /dev/null and b/html/images/i_service.png differ diff --git a/html/images/i_snsservice.png b/html/images/i_snsservice.png new file mode 100644 index 0000000..f1279f9 Binary files /dev/null and b/html/images/i_snsservice.png differ diff --git a/html/images/i_tourist.png b/html/images/i_tourist.png new file mode 100644 index 0000000..7e93b1b Binary files /dev/null and b/html/images/i_tourist.png differ diff --git a/html/images/i_travelproducts.png b/html/images/i_travelproducts.png new file mode 100644 index 0000000..0e95aa2 Binary files /dev/null and b/html/images/i_travelproducts.png differ diff --git a/html/images/list_img01.jpg b/html/images/list_img01.jpg new file mode 100644 index 0000000..1b82061 Binary files /dev/null and b/html/images/list_img01.jpg differ diff --git a/html/images/list_img02.jpg b/html/images/list_img02.jpg new file mode 100644 index 0000000..0a5e623 Binary files /dev/null and b/html/images/list_img02.jpg differ diff --git a/html/images/list_img03.jpg b/html/images/list_img03.jpg new file mode 100644 index 0000000..d107024 Binary files /dev/null and b/html/images/list_img03.jpg differ diff --git a/html/images/list_img04.jpg b/html/images/list_img04.jpg new file mode 100644 index 0000000..3aa3a77 Binary files /dev/null and b/html/images/list_img04.jpg differ diff --git a/html/images/list_img05.jpg b/html/images/list_img05.jpg new file mode 100644 index 0000000..26dd21a Binary files /dev/null and b/html/images/list_img05.jpg differ diff --git a/html/images/list_img06.jpg b/html/images/list_img06.jpg new file mode 100644 index 0000000..0aa8a77 Binary files /dev/null and b/html/images/list_img06.jpg differ diff --git a/html/solution01.html b/html/solution01.html index 2e9f8d6..e7d87b2 100644 --- a/html/solution01.html +++ b/html/solution01.html @@ -89,11 +89,11 @@