From cd000e461d41c0a30f1c8ab9ff14e1710b909384 Mon Sep 17 00:00:00 2001 From: subsub Date: Tue, 26 Sep 2023 11:51:50 +0900 Subject: [PATCH] =?UTF-8?q?2023/09/26=20header=20css=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/visitEdu/usr/publish/css/common.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index 6788fdf5..05cbc3ec 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -55,7 +55,7 @@ header.on::before{opacity: 1;} .header_inner .dep_li_03 {justify-content:flex-start;} .header_inner .dep_li_04, .header_inner .dep_li_05, -.header_inner .dep_li_06 {justify-content:space-between;} +.header_inner .dep_li_06,.header_inner .dep_li_07 {justify-content:space-between;} .header_inner .depth01_li{position: relative; padding: 0; box-sizing: border-box;} .header_inner .dep_li_04 .depth01_li{width: calc((100% - 40px)/4);} .header_inner .dep_li_01 .depth01_li{width: 100%;} @@ -63,7 +63,8 @@ header.on::before{opacity: 1;} .header_inner .dep_li_03 .depth01_li{width: calc((100% - 30px)/3);max-width:270px;} .header_inner .dep_li_05 .depth01_li{width: calc((100% - 50px)/5);} .header_inner .dep_li_06 .depth01_li{width: calc((100% - 60px)/6);} -.header_inner .menu_link{font-size: 20px; font-weight: 600; letter-spacing: -1px; display: flex; align-items: center; justify-content: center; flex-flow: column; height: 100%; position: relative;font-family: 'nanumsquare', 'Noto Sans KR', sans-serif; line-height: 1.25;} +.header_inner .dep_li_07 .depth01_li{width: auto;} +.header_inner .menu_link{font-size: 18px; font-weight: 600; letter-spacing: -1px; display: flex; align-items: center; justify-content: center; flex-flow: column; height: 100%; position: relative;font-family: 'nanumsquare', 'Noto Sans KR', sans-serif; line-height: 1.25;} .header_inner .menu_link::before{position: absolute; content: " "; display: block; width: 0; height: 4px; background-color: #E95504; left: 50%; transform: translateX(-50%); transition: width .4s ease-in-out; top: 87px; z-index: 1;} .header_inner .menu_link .menu_link_br {color: #E95504;font-family: 'nanumsquare', 'Noto Sans KR', sans-serif; } .header_inner .on .menu_link{color: #E95504;} @@ -173,8 +174,8 @@ footer .wa_mark .wa {width: 110px;} @media all and (max-width: 1280px){ /* header */ - .header_inner .nav_wrap{padding: 0 15px; margin: 0 20px;} - .header_inner .menu_link{font-size: 18px;} + .header_inner .nav_wrap{padding: 0 5px; margin: 0 5px;} + .header_inner .menu_link{font-size: 17px; letter-spacing: -0.25px;} /* //header */ footer address {width: 36%;}