From db449c368d3ef64d66fcda0a7791b96a39cf1cdb Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 8 Apr 2025 10:29:13 +0900 Subject: [PATCH] =?UTF-8?q?2025/04/08=20=EC=84=9C=EB=B9=84=EC=8A=A4?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EB=B0=B0=EB=84=88=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/publish/css/main.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/publish/css/main.css b/src/main/webapp/publish/css/main.css index 9222f9ef..2f0bdaf9 100644 --- a/src/main/webapp/publish/css/main.css +++ b/src/main/webapp/publish/css/main.css @@ -54,10 +54,10 @@ .swiper2 .contWrap .slide_cont .more {width: 115px;height: 30px; padding-right:15px;border: 1px solid #d9d9d9; border-radius: 14px; text-align: center; color: #555;background-image: url(../images/main/cont1_arrow.png);background-position: 86% center;background-repeat: no-repeat;line-height: 29px;} .swiper2 .contWrap .slide_cont .more {margin:5px 0 0 0; width: 115px;height: 30px; padding-right:15px;border: 1px solid #d9d9d9; border-radius: 14px; text-align: center; color: #555;background-image: url(../images/main/cont1_arrow.png);background-position: 86% center;background-repeat: no-repeat;line-height: 29px;} -.swiper2 .contWrap .slide_cont1 {padding: 0 30px 0 40px; height: 190px; } +.swiper2 .contWrap .slide_cont1 {padding: 0 30px 0 36px; height: 190px; } .swiper2 .contWrap .slide_cont1 .cont1_title {font-size: 22px;font-weight: 700;} .swiper2 .contWrap .slide_cont1 .cont_ex {display:flex; justify-content: space-between;} -.swiper2 .contWrap .slide_cont1 .cont_ex .txt {padding:13px 0 0 0; line-height: 1.4; width:70%; color:#555;} +.swiper2 .contWrap .slide_cont1 .cont_ex .txt {padding:13px 0 0 0; line-height: 1.4; width:70%; color:#555; font-size: 16px; letter-spacing: -1px;} .swiper2 .contWrap .slide_cont1 .cont_ex .bg_icon {position:relative; background-color: #e1e1e5; border-radius: 50%; top:50px; right:0; transform: translateY(-50%); width: 70px; height: 70px; display:flex; justify-content: center; align-items: center; } .swiper2 .contWrap .slide_cont1 .cont_ex .bg_icon img {width: auto; height: auto; max-width: initial; max-height: initial;} .swiper2 .contWrap .slide_cont1 .more {margin:5px 0 0 0; width: 115px;height: 30px; padding-right:15px;border: 1px solid #d9d9d9; border-radius: 14px; text-align: center; color: #555;background-image: url(../images/main/cont1_arrow.png);background-position: 86% center;background-repeat: no-repeat;line-height: 29px;} @@ -278,8 +278,9 @@ @media screen and (max-width: 1500px){ /* visual */ .visual .swiper-button-prev {left: 30px;} - .visual .swiper-button-next {right: 30px;} + .visual .swiper-button-next {right: 30px;} /* content2 문자샘플 영역 */ + .main_cont2 .tit_text {margin:50px 0 0 0;} .tab_depth2{width: 90%;} .tab_depth2 a{letter-spacing: -0.5px;} .tab_depth3{padding: 20px 130px; flex-wrap: wrap;} @@ -325,7 +326,9 @@ .swiper2 .contWrap .slide_cont::before {right: 22px;} .swiper2 .contWrap .slide_cont::before {right: 7px;} .swiper2 .contWrap .slide_cont::before {right: 17px;} - .swiper2 .contWrap .slide_cont1 .txt {font-size:14px; line-height: 1.2;} + .swiper2 .contWrap .slide_cont1 .cont1_title {font-size:20px;} + .swiper2 .contWrap .slide_cont1 .cont_ex .txt {font-size:14px; line-height: 1.3;} + .swiper2 .contWrap .slide_cont1 .cont_ex .bg_icon {width:55px; height:55px;} /* content2 문자샘플 영역 */ .msg_text .area_in_text{padding: 15px 0; height: 286px; background-position: 15px 12px;} .msg_text .area_in_text p{height: 253px;}