Merge branch 'subsub' into advc

This commit is contained in:
subsub 2023-09-26 11:52:22 +09:00
commit 592d386a27

View File

@ -55,7 +55,7 @@ header.on::before{opacity: 1;}
.header_inner .dep_li_03 {justify-content:flex-start;} .header_inner .dep_li_03 {justify-content:flex-start;}
.header_inner .dep_li_04, .header_inner .dep_li_04,
.header_inner .dep_li_05, .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 .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_04 .depth01_li{width: calc((100% - 40px)/4);}
.header_inner .dep_li_01 .depth01_li{width: 100%;} .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_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_05 .depth01_li{width: calc((100% - 50px)/5);}
.header_inner .dep_li_06 .depth01_li{width: calc((100% - 60px)/6);} .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::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 .menu_link .menu_link_br {color: #E95504;font-family: 'nanumsquare', 'Noto Sans KR', sans-serif; }
.header_inner .on .menu_link{color: #E95504;} .header_inner .on .menu_link{color: #E95504;}
@ -173,8 +174,8 @@ footer .wa_mark .wa {width: 110px;}
@media all and (max-width: 1280px){ @media all and (max-width: 1280px){
/* header */ /* header */
.header_inner .nav_wrap{padding: 0 15px; margin: 0 20px;} .header_inner .nav_wrap{padding: 0 5px; margin: 0 5px;}
.header_inner .menu_link{font-size: 18px;} .header_inner .menu_link{font-size: 17px; letter-spacing: -0.25px;}
/* //header */ /* //header */
footer address {width: 36%;} footer address {width: 36%;}