From 16486ac568a191fdeedac93f088374262401cfcb Mon Sep 17 00:00:00 2001 From: com02 Date: Wed, 24 Nov 2021 18:27:45 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 2 +- src/main/webapp/css/media.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 7f6d15b6..3294f042 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -270,7 +270,7 @@ transition: all 0.2s ease-in-out; .sec6 {padding:100px 0px 100px;} .sec6 .inner {width:100%;position: relative;} .sec6 .inner .more-btn {position:absolute;right:30px;top:30px;} -.sec6 .inner .more-btn a {background:#666;color:#fff;padding:5px 20px;border-radius:3px;} +.sec6 .inner .more-btn a {} .sec6 .onlineSwiper::before {content: '';width:4%;height:120%;background: #fff;display: inline-block;position: absolute;left:0px;top:-10%;z-index: 9;box-shadow:30px 0px 30px rgba(255,255,255,1.0);} .sec6 .onlineSwiper::after {content: '';width:4%;height:120%;background: #fff;display: inline-block;position: absolute;right:0px;top:-10%;z-index: 9;box-shadow:-30px 0px 30px rgba(255,255,255,1.0);} .sec6 .onlineSwiper .swiper-slide {height:auto;background: #ccc;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.3);} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 06b3e0bc..22d4f8f3 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -148,8 +148,9 @@ a.pop-logo img { margin-right: 10px; } .sec5 .inner .tabs_item ul li .con-1 .tit { font-size: 16px; } .sec5 .inner .tabs_item ul li .con-2 p { font-size: 12px; } .sec6 { padding: 52px 0px 60px; } - .sec6 .inner .more-btn {top:0px;} + .sec6 .inner .more-btn {top:5px;} .sec6 .inner .more-btn a {font-size:12px;padding:2px 10px 3px;} + .sec6 .inner .more-btn a span > span {display:none;} .popularSwiper .swiper-pagination { position: relative; } .popularSwiper .swiper-pagination-bullet { background: #aaaaaa; border-radius: 30px; margin-right: 4px; opacity: unset !important; } .popularSwiper .swiper-pagination-bullet-active { background: #376795; width: 35px; height: 10px; } @@ -396,7 +397,7 @@ a.pop-logo img { margin-right: 10px; } /* 이용안내 */ .guide .inner .row-bottom { width: 100%; padding: 0px 16px 80px; box-sizing: border-box; } .guide .inner .row-bottom .guide-box .banner { display: flex; flex-direction: column; height: auto; margin-bottom: 24px; } - .guide .inner .row-bottom .guide-box .banner .left { display:inline-block;width: 100%; height: auto; padding: 24px 30px 40px; box-sizing: border-box; background: url("/images/img/img-guide-bg-mo.jpg") no-repeat; } + .guide .inner .row-bottom .guide-box .banner .left { display:inline-block;width: 100%; height: auto; padding: 24px 30px 40px; box-sizing: border-box; background: url("/images/img/img-guide-bg-mo.jpg") no-repeat;background-size: 100%; } .guide .inner .row-bottom .guide-box .banner .left .top { margin-bottom: 24px; } .guide .inner .row-bottom .guide-box .banner .left .top p:nth-child(1) { font-size: 18px; margin-bottom: 16px; } .guide .inner .row-bottom .guide-box .banner .left .top p:nth-child(2) { font-size: 36px; }